 @charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }


  .fullscreen-bg {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      overflow: hidden;
      z-index: -100;
  }

  .fullscreen-bg__video {
      position: absolute;
      top: 50%;
      left: 50%;
      width: auto;
      height: auto;
      min-width: 100%;
      min-height: 100%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
  	    transform: translate(-50%, -50%);
  }

  @media (max-width: 767px) {
      .fullscreen-bg {
          background: url('') center center / cover no-repeat;
      }

      .fullscreen-bg__video {
          display: none;
      }
  }

  /* Style the video: 100% width and height to cover the entire window */
#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

/* Add some content at the bottom of the video/page */
.content {
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
}

/* Style the button used to pause/play the video */
#myBtn {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
}

#myBtn:hover {
    background: #ddd;
    color: black;
}

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: inherit;; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container {
  opacity: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {.video-videoContentWrapper {
position: relative;
}
.video-videoContentContainer {
position: absolute;
right: 0;
top: 50%;
transform: translateY(0%);
}
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*!
 * External plugins classes
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*!
 * Project classes
 */
* {
  font-family: "Lato", sans-serif;
  line-height: 1.5em;
  font-weight: 400;
  color: #000; }

h1 {
  font-size: 45px;
  color: #fff; }

a {
  color: inherit;
  text-decoration: underline;
  color: white;
 }
  a:hover, a:focus, a:active {
    color: inherit;
    outline: none; }
  a:hover, a:focus {
    text-decoration: none; }
  a:focus {
    outline-offset: 0; }

@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?74637890");
  src: url("../font/fontello.eot?74637890#iefix") format("embedded-opentype"), url("../font/fontello.woff2?74637890") format("woff2"), url("../font/fontello.woff?74637890") format("woff"), url("../font/fontello.ttf?74637890") format("truetype"), url("../font/fontello.svg?74637890#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?74637890#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-left:before {
  content: '\e803'; }

/* '' */
.icon-right:before {
  content: '\e804'; }

/* '' */
.icon-search:before {
  content: '\e805'; }

/* '' */
.icon-twitter:before {
  content: '\f099'; }

/* '' */
.icon-facebook:before {
  content: '\f09a'; }

/* '' */
.icon-googlePlus:before {
  content: '\f0d5'; }

/* '' */
.icon-star:before {
  content: '\e800'; }

/* '' */
.icon-attention:before {
  content: '\e801'; }

/* '' */
.icon-pobierz:before {
  content: '\e821'; }

/* '' */
.icon-cancel:before {
  content: '\e802'; }

/* '' */
.icon-checkmark:before {
  content: '\e811'; }

/* '' */
.icon-calendar:before {
  content: '\E816'; }

/* '' */
.icon-olowek-f:before {
  content: '\E815'; }

/* '' */
.icon-lekcja-s:before {
  content: '\E814'; }

/* '' */
.icon-ksiazka-f:before {
  content: '\E813'; }

/* '' */
.icon-video:before {
  content: '\E812'; }

/* '' */
.button {
  font-size: 14px;
  width: 200px;
  height: 45px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center; }
  .button--autoWidth {
    width: auto;
    padding-left: 35px;
    padding-right: 35px; }
  .button-blueBackground {
    background-color: #41b0e5;
    transition: background-color 0.2s ease-in-out;
    color: #fff; }
    .button-blueBackground:hover {
      color: #fff;
      background-color: #2585b3; }
  .button-blueBorder {
    border: 2px solid #41b0e5;
    color: #41b0e5;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out; }
    .button-blueBorder:hover {
      color: #fff;
      background-color: #41b0e5; }
  .button-lilacBackground {
    background-color: #8e78b5;
    transition: background-color 0.2s ease-in-out;
    color: #fff; }
    .button-lilacBackground:hover {
      color: #fff;
      background-color: #716090; }
  .button--centered {
    margin-right: auto;
    margin-left: auto; }
  .button:active, .button:focus {
    color: #fff; }

.link {
  transition: color 0.2s ease-in-out; }
  .link-blueHover:hover {
    color: #41b0e5; }

.formContent-form {
  text-align: left;
  display: inline-block;
  margin-right: -3px;
  position: relative;
  margin-bottom: 20px; }
  .formContent-form input {
    height: 45px;
    padding: 0 20px;
    color: #acacac;
    font-size: 16px;
    width: 100%;
    border: 1px solid #acacac;
    transition: border-color 0.2s ease-in-out;
    cursor: pointer; }
    .formContent-form input:hover {
      border-color: #41b0e5; }
    .formContent-form input:focus {
      outline: none;
      border-color: #41b0e5; }
  .formContent-form .formError {
    color: #e72e4b;
    font-size: 13px;
    padding-top: 3px;
    display: none;
    position: absolute;
    bottom: -5px; }

@media (min-width: 768px) {
  .formContent-formWithLabels .formError {
    left: 168px; } }

@media (min-width: 1200px) {
  .formContent-formWithLabels .formError {
    left: 156px; } }

.customSelect {
  position: relative; }
  .customSelect select {
    color: #666;
    font-size: 16px;
    height: 45px;
    padding: 0 15px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    transition: border-color 0.2s ease-in-out;
    z-index: 1;
    background-color: transparent;
    position: relative; }
    .customSelect select:hover {
      border-color: #000; }
    .customSelect select:focus {
      outline: none;
      outline-offset: 0;
      border-color: #000; }
  .customSelect:after {
    content: "";
    height: 0;
    width: 0;
    border-top: 7px solid #acacac;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    position: absolute;
    top: 20px;
    right: 15px; }

.slider-header {
  border-top: 1px solid #fafafa;
  font-size: 38px;
  text-align: center;
  color: #3c3c3b;
  padding-top: 50px;
  margin: 0;
  line-height: 38px; }
  .slider-header--extraPadding {
    padding-top: 80px; }

.slider-content {
  padding-top: 70px;
  padding-bottom: 50px; }
  .slider-content .singleSlide {
    padding: 0 20px;
    position: relative; }
    .slider-content .singleSlide-review {
      margin: 0;
      font-size: 16px;
      font-style: italic;
      text-align: center;
      color: #666;
      position: relative;
      margin-top: 40px; }
      .slider-content .singleSlide-review:before {
        position: absolute;
        top: -50px;
        left: 50%;
        transform: translateX(-50%);
        color: #fcbd16;
        width: 40px; }
    .slider-content .singleSlide-image {
      display: block;
      width: 80px;
      height: 80px;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      border-radius: 40px;
      margin: 5px;
      position: relative;
      margin-left: auto;
      margin-right: auto; }
      @media (min-width: 768px) {
        .slider-content .singleSlide-image {
          width: 90px;
          height: 90px;
          border-radius: 45px; } }
      .slider-content .singleSlide-image:after {
        content: '';
        display: block;
        width: 90px;
        height: 90px;
        border: 5px solid #fafafa;
        border-radius: 45px;
        transition: border-color 0.2s ease-in-out;
        position: absolute;
        top: -5px;
        left: -5px; }
        @media (min-width: 768px) {
          .slider-content .singleSlide-image:after {
            width: 100px;
            height: 100px;
            border-radius: 50px; } }
      .slider-content .singleSlide-image:hover:after {
        border-color: #41b0e5; }
      .slider-content .singleSlide-image--noHover:hover:after {
        border-color: #fafafa; }
    .slider-content .singleSlide-employee {
      padding-top: 25px; }
      .slider-content .singleSlide-employee a {
        font-size: 19px;
        font-weight: 700;
        text-align: center;
        color: #3c3c3b;
        transition: color 0.2s ease-in-out; }
        .slider-content .singleSlide-employee a:hover {
          color: #41b0e5; }
    .slider-content .singleSlide-employeeDescription {
      font-size: 16px;
      text-align: center;
      color: #666;
      padding-top: 20px; }
    .slider-content .singleSlide-author div:first-of-type {
      text-align: center;
      color: #3c3c3b;
      font-size: 16px;
      padding-top: 10px;
      padding-bottom: 10px; }
    .slider-content .singleSlide-author div:last-of-type {
      font-size: 15px;
      text-align: center;
      color: #acacac; }
  .slider-content .slick-dots {
    margin: 25px 0 0 0;
    padding: 0;
    list-style-type: none;
    text-align: center; }
    .slider-content .slick-dots li {
      display: inline-block; }
      .slider-content .slick-dots li button {
        visibility: hidden;
        height: 18px;
        padding: 5px; }
        .slider-content .slick-dots li button:before {
          visibility: visible;
          content: '';
          display: block;
          width: 14px;
          height: 14px;
          border-radius: 7px;
          background-color: #d3d3d3;
          transition: background-color 0.2s ease-in-out; }
        .slider-content .slick-dots li button:hover:before {
          background-color: #41b0e5; }
      .slider-content .slick-dots li.slick-active button:before {
        background-color: #41b0e5; }

.slider.simpleSlider .singleSlide {
  padding: 0; }

.slider--employeesSlider .singleSlide {
  text-align: center; }
  .slider--employeesSlider .singleSlide-image {
    width: 200px;
    height: 200px;
    border-radius: 100px; }
    .slider--employeesSlider .singleSlide-image:after {
      width: 210px;
      height: 210px;
      border-radius: 105px; }


  .wykladowca {
      box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
      transition: 0.3s;
      border-radius: 5px; /* 5px rounded corners */
  }
  /* Add rounded corners to the top left and the top right corner of the image */
  .img-kolo{
      border-radius: 5px 5px 0 0;
      margin-left: auto;
      margin-right: auto;
  }

.video {
  background-color: #fff;
  border: 1px solid #ededed;
  padding-bottom: 40px; }
  .video--withShadow {
    z-index: 0;
    position: relative;
    box-shadow: 0px 28px 57px 0 rgba(0, 0, 0, 0.1); }
  .video-header {
    font-size: 38px;
    text-align: center;
    color: #3c3c3b;
    border-bottom: 1px solid #ededed;
    padding-bottom: 25px; }
  @media (min-width: 768px) {
    .video-otherContent ul li {
      width: calc(100% * (1/2) - 10px - 1px);
    }
    .video-otherContent {
      display: flex; } }
  .video-otherContent span {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #acacac; }
  .video-otherContent .videoTextContent {
    font-size: 16px;
    color: #666; }
    .video-otherContent ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    list-style-type: none;
    padding-left: 30px;
  }
    @media (max-width: 767px) {
      .video-otherContent ul {
        margin: 0;
        padding-right: 30px; } }

        @media (min-width: 768px) {
    .video-otherContent ul li {
      width: calc(100% * (1/2) - 10px - 1px);
    }
    }
    .video-otherContent ul {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      list-style-type: none;
      padding-left: 30px;
    }
    .video-otherContent ul li {
      display: inline-block;
      flex-grow: 1;
      align-items: center;
      padding-left: 40px;
      font-size: 16px;
      font-weight: 700;
      padding-bottom: 15px;
      padding-top: 13px;
      padding-right: 5px;
      color: #666;
      border-bottom: 1px dashed #d3d3d3;
      position: relative;
    }
    .video-otherContent-text {
      color: #666;
      font-weight: 700;
      display: flex;
      align-items: center;
      height: 100%;
    }

      .video-otherContent ul li:not(:last-of-type) {
        border-bottom: 1px dashed #d3d3d3; }
      .video-otherContent ul li:before {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 35px; }
    .video-otherContent ul.withoutBorders {
      display: flex;
      width: 100%;
      padding-left: 0;
      align-items: center;
      margin-top: 0; }
      @media (max-width: 767px) {
        .video-otherContent ul.withoutBorders {
          flex-direction: column; } }
      .video-otherContent ul.withoutBorders li {
        border-bottom: none;
        width: 100%;
        font-size: 13px;
        color: #666;
        line-height: 16px;
        padding-left: 55px;
        padding-right: 15px; }
        @media (min-width: 768px) {
          .video-otherContent ul.withoutBorders li {
            width: 33.333333%; } }
        .video-otherContent ul.withoutBorders li:before {
          width: 55px; }
  .video-videoContent {
    padding-right: 30px; }
    @media (max-width: 767px) {
      .video-videoContent {
        padding-left: 0;
        padding-right: 0; } }
    @media (max-width: 1199px) {
      .video-videoContent {
        margin-bottom: 20px; } }
  .video--withoutBorders {
    border: none; }
    @media (min-width: 768px) {
      .video--withoutBorders {
        margin-top: 50px; } }
    @media (min-width: 768px) {
      .video--withoutBorders .video-videoContent {
        padding-right: 0; } }
    .video--withoutBorders .video-otherContent {
      flex-direction: column; }

.tooltip:after {
  content: url("../img/tooltipTriangle.png");
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%); }

.tooltip-arrow {
  display: none; }

.tooltip-inner {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  text-align: center;
  color: #3c3c3b;
  background-color: white;
  width: 200px;
  height: 70px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  border: solid 5px rgba(222, 222, 222, 0.5);
  box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.45);
  border-radius: 3px; }

.svg-checkMark:before {
  content: url("../font/ico/checkMark.svg"); }

.svg-checkMarkCircled:before {
  content: url("../font/ico/checkMarkCircled.svg"); }

.svg-quotationMark:before {
  content: url("../font/ico/quotationMark.svg"); }

.svg-hat:before {
  content: url("../font/ico/hat.svg"); }

.svg-play:before {
  content: url("../font/ico/play.svg"); }

.svg-play--small:before {
  content: url("../font/ico/play--small.svg"); }

.svg-checkList:before {
  content: url("../font/ico/checkList.svg"); }

.svg-book:before {
  content: url("../font/ico/book.svg"); }

.svg-book--small:before {
  content: url("../font/ico/book--small.svg"); }

.svg-person:before {
  content: url("../font/ico/person.svg"); }

.svg-chain:before {
  content: url("../font/ico/chain.svg"); }

.svg-24h:before {
  content: url("../font/ico/24h.svg"); }

.svg-stopwatch:before {
  content: url("../font/ico/stopwatch.svg"); }

.svg-phone:before {
  content: url("../font/ico/phone.svg"); }

.svg-certificate:before {
  content: url("../font/ico/certificate.svg"); }

.svg-document:before {
  content: url("../font/ico/document.svg"); }

.svg-document--small:before {
  content: url("../font/ico/document--small.svg"); }

.svg-calendar:before {
  content: url("../font/ico/calendar.svg"); }

::-webkit-input-placeholder {
  color: #acacac;
  font-size: 16px;
  font-weight: 400; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #acacac;
  font-size: 16px;
  font-weight: 400; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #acacac;
  font-size: 16px;
  font-weight: 400; }

:-ms-input-placeholder {
  color: #acacac;
  font-size: 16px;
  font-weight: 400; }

.pagination {
  margin: auto;
  text-align: center;
  margin-bottom: 30px; }
  .pagination a {
    font-size: 13px;
    font-weight: bold;
    display: block;
    line-height: 38px;
    min-width: 40px; }
  .pagination--expand {
    display: flex;
    justify-content: space-between;
    align-items: baseline; }
  .pagination-counter {
    display: inline-block;
    font-size: 13px;
    color: #acacac; }
    .pagination-counter b {
      color: #8e78b5; }
  .pagination-item {
    margin-right: 4px;
    display: inline-block;
    border: 2px solid #41b0e5;
    color: #41b0e5; }
    @media (min-width: 768px) {
      .pagination-item {
        margin-right: 10px; } }
    .pagination-item.active {
      color: #fff;
      background-color: #41b0e5; }
    .pagination-item:hover {
      color: #2585b3;
      border: 2px solid #2585b3; }
    .pagination-item--prev a:before {
      font-family: 'fontello';
      content: '\e803'; }
      @media (min-width: 768px) {
        .pagination-item--prev a:before {
          margin-right: 5px; } }
    @media (min-width: 768px) {
      .pagination-item--prev a {
        min-width: 110px; } }
    .pagination-item--prev a span {
      color: #41b0e5;
      display: none; }
      @media (min-width: 768px) {
        .pagination-item--prev a span {
          display: inline-block; } }
    .pagination-item--next a:after {
      font-family: 'fontello';
      content: '\e804'; }
      @media (min-width: 768px) {
        .pagination-item--next a:after {
          margin-left: 5px; } }
    @media (min-width: 768px) {
      .pagination-item--next a {
        min-width: 110px; } }
    .pagination-item--next a:hover span {
      color: #2585b3; }
    .pagination-item--next span {
      color: #41b0e5;
      display: none; }
      @media (min-width: 768px) {
        .pagination-item--next span {
          display: inline-block; } }
    .pagination-item.inactive {
      border: 2px solid #d3d3d3;
      color: #d3d3d3; }
      .pagination-item.inactive a {
        cursor: default; }
        .pagination-item.inactive a span {
          color: #d3d3d3; }
  .pagination-mobileHidden {
    display: none; }
    @media (min-width: 768px) {
      .pagination-mobileHidden {
        display: inline-block; } }
  .pagination-more {
    display: inline-block;
    color: #41b0e5;
    line-height: 40px;
    margin-right: 5px; }
    @media (min-width: 768px) {
      .pagination-more {
        margin-right: 10px; } }
    .pagination-more:hover {
      color: #2585b3; }
    .pagination-more a {
      min-width: 10px; }
  .pagination--simple {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px; }
    .pagination--simple .pagination-item {
      margin-right: 0; }
      .pagination--simple .pagination-item--prev a, .pagination--simple .pagination-item--next a {
        min-width: 110px; }
        .pagination--simple .pagination-item--prev a span, .pagination--simple .pagination-item--next a span {
          display: inline-block; }
      .pagination--simple .pagination-item--prev a:before {
        margin-right: 5px; }
      .pagination--simple .pagination-item--next a:after {
        margin-left: 5px; }
    .pagination--simple .pagination-pageInidicator {
      text-align: center;
      font-size: 13px;
      color: #acacac; }
      .pagination--simple .pagination-pageInidicator--currentPage {
        color: #8e78b5; }

.labels {
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  display: inline-block;
  padding: 3px 10px;
  text-transform: uppercase;
  letter-spacing: 1px; }
  .labels-blue {
    background-color: #70dacd; }
  .labels-gray {
    background-color: #666; }
  .labels-purple {
    background-color: #8e78b5; }

.stars {
  display: flex;
  width: 115px;
  max-width: 100%;
  align-items: center;
  justify-content: space-between;
  height: 25px; }
  .stars-star {
    width: 20px;
    height: 20px;
    position: relative; }
    .stars-star:before {
      font-family: 'fontello';
      content: '\e800';
      position: absolute;
      color: #d3d3d3;
      top: 0;
      left: 0; }
    .stars-star--full:before {
      color: #fcbd16; }

.heroBanner {
  height: 550px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center; }
  .heroBanner-title {
    color: #fff;
    font-size: 45px;
    line-height: 55px;
    text-align: center;
    margin: 0; }

.sectionBackground--white {
  background-color: #fff; }

.sectionBackground--gray {
  background-color: #fafafa; }

.imageWithCaption {
  text-align: center; }
  .imageWithCaption-image {
    width: 210px;
    height: 210px;
    background-color: #fafafa;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    .imageWithCaption-image--small {
      width: 150px;
      height: 150px; }
    .imageWithCaption-image--transparent {
      background-color: transparent;
      border-radius: 0; }
    .imageWithCaption-image img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .imageWithCaption-caption {
    padding-top: 35px; }
    @media (min-width: 1200px) {
      .imageWithCaption-caption {
        max-width: 240px;
        margin-left: auto;
        margin-right: auto; } }
    .imageWithCaption-caption--smallPadding {
      padding-top: 10px; }
    .imageWithCaption-caption .captionTitle {
      font-size: 19px;
      font-weight: 700;
      color: #3c3c3b; }
    .imageWithCaption-caption .captionText {
      padding-top: 20px;
      font-size: 16px;
      color: #666; }
      @media (min-width: 768px) {
        .imageWithCaption-caption .captionText {
          padding-left: 40px;
          padding-right: 40px; } }
      @media (min-width: 992px) {
        .imageWithCaption-caption .captionText {
          padding-left: 150px;
          padding-right: 150px; } }
      @media (min-width: 1200px) {
        .imageWithCaption-caption .captionText {
          padding-left: 0;
          padding-right: 0; } }

.singleBox {
  margin-top: 30px; }
  .singleBox-image {
    height: 285px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center; }
    @media (min-width: 768px) {
      .singleBox-image {
        height: 340px; } }
    .singleBox-image .imageText {
      padding: 0 35px;
      color: #fff;
      font-size: 37px;
      font-weight: 700;
      line-height: 37px; }
      .singleBox-image .imageText:hover {
        color: #d3d3d3; }
  .singleBox-content {
    padding: 40px 30px;
    background-color: #fff;
    border: solid 1px #ededed;
    box-shadow: 0px 28px 57px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    position: relative; }
    @media (max-width: 767px) {
      .singleBox-content {
        padding-bottom: 80px; } }
    @media (min-width: 768px) {
      .singleBox-content {
        height: 340px; } }
    .singleBox-content .boxTitle,
    .singleBox-content .boxText,
    .singleBox-content .boxLink,
    .singleBox-content .boxCounter {
      align-self: flex-start;
      transition: color 0.2s ease-in-out; }
    .singleBox-content .boxTitle:hover,
    .singleBox-content .boxText:hover,
    .singleBox-content .boxLink:hover {
      color: #41b0e5; }
    .singleBox-content .boxTitle {
      font-size: 23px;
      font-weight: 700;
      line-height: 24px;
      color: #3c3c3b; }
    .singleBox-content .boxTopInformations {
      display: flex;
      flex-direction: row;
      margin-top: 15px; }
      .singleBox-content .boxTopInformations div {
        font-size: 13px;
        font-weight: 400;
        color: #acacac; }
        .singleBox-content .boxTopInformations div:first-of-type {
          padding-right: 10px; }
        .singleBox-content .boxTopInformations div:nth-of-type(2) {
          padding-left: 10px;
          border-left: 1px solid #acacac; }
      .singleBox-content .boxTopInformations--withoutMargin {
        margin-top: -15px; }
    .singleBox-content .boxText {
      margin-top: 15px;
      font-size: 15px;
      color: #666; }
    .singleBox-content .boxLink {
      font-size: 12px;
      font-weight: 700;
      color: #acacac;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        .singleBox-content .boxLink {
          margin-top: 30px; } }
      @media (min-width: 768px) {
        .singleBox-content .boxLink {
          position: absolute;
          left: 30px;
          bottom: 40px; } }
    .singleBox-content .boxCounter {
      color: #acacac;
      font-size: 13px;
      position: absolute;
      left: 30px;
      bottom: 40px; }
      @media (max-width: 767px) {
        .singleBox-content .boxCounter {
          margin-top: 30px; } }
      .singleBox-content .boxCounter span {
        color: #acacac;
        font-weight: 700;
        transition: color 0.2s ease-in-out; }
    .singleBox-content .boxPrice {
      color: #41b0e5;
      font-size: 13px;
      font-weight: 700;
      transition: color 0.2s ease-in-out;
      position: absolute;
      right: 30px;
      bottom: 40px; }
      @media (max-width: 767px) {
        .singleBox-content .boxPrice {
          margin-top: 30px; } }
      .singleBox-content .boxPrice:hover {
        color: #2585b3; }
  @media (min-width: 768px) {
    .singleBox > div > div:first-of-type {
      padding-left: 0; } }
  @media (min-width: 768px) {
    .singleBox > div > div:last-of-type {
      padding-right: 0; } }
  @media (min-width: 768px) {
    .singleBox--wide .singleBox-image, .singleBox--wide .singleBox-content {
      height: 310px; } }
  .singleBox--withCaption .singleBox-content {
    height: 200px; }

.additionalBox {
  height: 170px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 35px;
  margin-top: 30px; }
  .additionalBox a {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    transition: color 0.2s ease-in-out; }
    @media (min-width: 768px) {
      .additionalBox a {
        font-size: 30px;
        line-height: 30px; } }
    .additionalBox a:hover {
      color: #d3d3d3; }

.pageTextHeader {
  border-top: 1px solid #ededed; }
  .pageTextHeader h1 {
    color: #3c3c3b;
    font-size: 40px;
    margin-bottom: 0; }
  .pageTextHeader p {
    color: #3c3c3b;
    font-size: 19px;
    margin-top: 0; }

.map {
  height: 430px; }
  @media (min-width: 992px) {
    .map {
      height: 490px; } }

.banner {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 30px 50px 30px;
  position: relative; }
  @media (min-width: 768px) {
    .banner {
      height: 500px;
      padding: 50px 150px 50px 30px; } }
  @media (min-width: 1200px) {
    .banner {
      padding: 50px 150px 50px 60px; } }
  .banner .bannerTitle {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    line-height: 40px; }
  .banner .bannerText {
    color: #fff;
    font-size: 16px;
    margin-top: 20px; }
  .banner .bannerOtherContent {
    margin-top: 30px;
    margin-bottom: 35px; }
    .banner .bannerOtherContent .cooperators span {
      color: #fff;
      font-size: 13px;
      text-transform: uppercase;
      font-weight: 700; }
    .banner .bannerOtherContent .cooperators img {
      margin-top: 15px;
      display: block; }
  .banner .bannerLabel {
    position: absolute;
    top: -3px;
    right: 15px; }
    @media (min-width: 768px) {
      .banner .bannerLabel {
        top: -8px;
        right: 60px; } }
    .banner .bannerLabel img:last-of-type {
      display: none; }
      @media (min-width: 768px) {
        .banner .bannerLabel img:last-of-type {
          display: block; } }
    @media (min-width: 768px) {
      .banner .bannerLabel img:first-of-type {
        display: none; } }

.tabs {
  width: 100%;
  overflow: auto; }
  @media (min-width: 992px) {
    .tabs {
      background-color: transparent; } }
  .tabs-tab a {
    color: #666;
    font-size: 13px;
    font-weight: 400;
    padding: 10px;
    display: block; }
    .tabs-tab a.active {
      color: #fff;
      background-color: #41b0e5; }
    .tabs-tab a:hover {
      color: #fff;
      background-color: #41b0e5; }
  @media (min-width: 992px) {
    .tabs-tab {
      width: 20%;
      float: left;
      display: inline-block; }
      .tabs-tab a {
        font-size: 14px;
        font-weight: 700;
        color: #666;
        border-bottom: 3px solid #ededed;
        display: inline-block;
        width: 100%;
        padding: 15px 0px;
        text-align: center; }
        .tabs-tab a:hover {
          color: #4457a3;
          background-color: transparent; }
        .tabs-tab a.active {
          color: #4457a3;
          background-color: transparent;
          border-bottom: 3px solid #4457a3; } }
  .tabs-content {
    transition: opacity 1s ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden; }
    .tabs-content.active {
      padding: 30px 0px;
      opacity: 1;
      height: auto; }
  .tabs-mobileActive {
    position: relative;
    padding: 25px;
    border: 1px solid #ededed;
    background-color: #fff;
    max-width: 590px;
    margin: auto; }
    .tabs-mobileActive span {
      color: #666;
      font-size: 13px;
      font-weight: 400; }
    @media (min-width: 992px) {
      .tabs-mobileActive {
        display: none; } }
    .tabs-mobileActive.active {
      border-bottom: none; }
  .tabs-container {
    max-width: 590px;
    margin: auto;
    border: 1px solid #ededed;
    border-top: none;
    padding: 10px;
    display: none; }
    @media (min-width: 992px) {
      .tabs-container {
        max-width: inherit;
        border: none;
        padding: 0;
        display: block; } }
  .tabs-navigator {
    cursor: pointer;
    position: absolute;
    top: 13px;
    right: 25px;
    width: 46px;
    height: 46px;
    border-radius: 23px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); }
    .tabs-navigator:before {
      content: '';
      height: 0;
      width: 0;
      border-top: 11px solid #41b0e5;
      border-right: 11px solid transparent;
      border-left: 11px solid transparent;
      position: absolute;
      top: 18px;
      transition: transform 0.25s ease-in-out;
      left: 12px; }
    .tabs-navigator.active:before {
      transform: rotate(180deg); }

.decoratedLink {
  font-family: "Lato", sans-serif;
  color: #41b0e5;
  font-size: 13px;
  font-weight: 700;
  vertical-align: baseline; }
  .decoratedLink:hover .icon {
    color: #000; }
  .decoratedLink .icon {
    font-size: 18px;
    margin-right: 6px;
    color: #41b0e5; }

.wysiwyg {
  margin-bottom: 30px; }
  .wysiwyg h1 {
    color: #3c3c3b;
    font-size: 40px;
    font-weight: 400;
    margin: 30px 0px; }
  .wysiwyg big {
    color: #666;
    font-size: 17px;
    font-weight: 700; }
  .wysiwyg p {
    color: #666;
    font-size: 16px;
    font-weight: 400; }
  .wysiwyg h2 {
    color: #3c3c3b;
    font-size: 28px;
    font-weight: 700; }
  .wysiwyg h3 {
    color: #3c3c3b;
    font-size: 22px;
    font-weight: 700; }
  .wysiwyg h4 {
    color: #3c3c3b;
    font-size: 19px;
    font-weight: 700; }
  .wysiwyg ul {
    padding-left: 30px; }
    .wysiwyg ul li {
      padding-left: 30px;
      list-style: none;
      color: #666666;
      font-size: 16px;
      font-weight: 400;
      position: relative; }
      .wysiwyg ul li:before {
        content: '\2022';
        font-size: 25px;
        position: absolute;
        top: -2px;
        left: 0px;
        color: #acacac; }
  .wysiwyg img {
    max-width: 100%;
    display: inline-block;
    margin: 10px auto; }
    @media (min-width: 768px) {
      .wysiwyg img {
        margin: 20px 20px 20px 0; } }

.submenu {
  margin-top: 40px;
  background-color: #fff; }
  .submenu ul {
    display: none;
    max-width: 590px;
    margin: auto;
    border: 1px solid #ededed;
    border-top: none;
    padding: 10px;
    list-style: none; }
    .submenu ul li a {
      font-size: 13px;
      font-weight: 400;
      padding: 10px;
      display: block; }
      .submenu ul li a:hover, .submenu ul li a.active {
        color: #fff;
        background-color: #41b0e5; }
    @media (min-width: 992px) {
      .submenu ul {
        display: block;
        border: none;
        padding: 0px;
        max-width: auto;
        padding-left: 0px; }
        .submenu ul li a {
          color: #3c3c3b;
          font-size: 14px;
          font-weight: 400;
          display: inline-block;
          padding: 20px 30px;
          border: 1px solid #ededed;
          width: 100%;
          border-bottom: none; }
          .submenu ul li a.active, .submenu ul li a:hover {
            background-color: #4457a3;
            color: #fff; }
        .submenu ul li:last-child a {
          border-bottom: 1px solid #ededed; } }
  .submenu-mobileActive {
    position: relative;
    padding: 25px;
    border: 1px solid #ededed;
    max-width: 590px;
    margin: auto; }
    .submenu-mobileActive span {
      color: #666;
      font-size: 13px;
      font-weight: 400; }
    @media (min-width: 992px) {
      .submenu-mobileActive {
        display: none; } }
    .submenu-mobileActive.active {
      border-bottom: none; }
  .submenu-navigator {
    cursor: pointer;
    position: absolute;
    top: 13px;
    right: 25px;
    width: 46px;
    height: 46px;
    border-radius: 23px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); }
    .submenu-navigator:before {
      content: '';
      height: 0;
      width: 0;
      border-top: 11px solid #41b0e5;
      border-right: 11px solid transparent;
      border-left: 11px solid transparent;
      position: absolute;
      top: 18px;
      transition: transform 0.25s ease-in-out;
      left: 12px; }
    .submenu-navigator.active:before {
      transform: rotate(180deg); }

body.scrollOff {
  overflow-y: hidden; }

.blackout {
  position: fixed;
  transition: opacity 0.25s ease-in-out;
  background-color: #000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 0; }
  .blackout.coverOn {
    visibility: visible;
    opacity: 0.4; }

.headerWithButton {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .headerWithButton-header, .headerWithButton-subheader {
    color: #3c3c3b;
    margin: 0;
    padding: 0; }
  .headerWithButton-header {
    font-size: 38px;
    font-weight: 400; }
  .headerWithButton-subheader {
    font-size: 19px;
    font-weight: 700; }
  .headerWithButton-button {
    margin-top: 20px; }

@media (max-width: 767px) {
  .subpageContent {
    padding-top: 90px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .subpageContent {
    padding-top: 110px; } }

.hideMenuElements header .headerMenu {
  display: none; }

.hideFooter footer {
  display: none; }

.pageContent.spaceForHeader {
  padding-top: 110px; }

.radioGroup {
  border: 0; }
  .radioGroup-list {
    list-style: none;
    padding: 0;
    margin: 0; }
  .radioGroup-listItem {
    margin-bottom: 23px; }
  .radioGroup label {
    display: inline-block;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-indent: -57px;
    margin-left: 45px;
    cursor: pointer; }
  .radioGroup input[type="radio"] {
    display: none; }
  .radioGroup input[type="radio"] + label span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    border: 1px solid #d3d3d3;
    background-color: #fff;
    box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.05);
    margin-right: 30px;
    cursor: pointer; }
    .radioGroup input[type="radio"] + label span:before {
      content: '';
      display: inline-block;
      border-radius: 50%;
      background-color: #fff;
      width: 9px;
      height: 9px; }
  .radioGroup input[type="radio"]:checked + label span:before {
    display: inline-block;
    background-color: #41b0e5; }
  .radioGroup input[type="radio"].right:disabled + label span {
    border: 1px solid #70dacd; }
    .radioGroup input[type="radio"].right:disabled + label span:before {
      background-image: url("../img/right.png");
      width: 15px;
      height: 15px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
  .radioGroup input[type="radio"].wrong:disabled + label span {
    border: 1px solid #e72e4b; }
    .radioGroup input[type="radio"].wrong:disabled + label span:before {
      background-image: url("../img/wrong.png");
      width: 15px;
      height: 15px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }

.checkboxGroup {
  border: 0; }
  .checkboxGroup-list {
    list-style: none;
    padding: 0;
    margin: 0; }
  .checkboxGroup-listItem {
    margin-bottom: 23px; }
  .checkboxGroup label {
    display: inline-block;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-indent: -57px;
    margin-left: 45px;
    cursor: pointer; }
  .checkboxGroup input[type="checkbox"] {
    display: none; }
  .checkboxGroup input[type="checkbox"] + label span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 8px;
    width: 26px;
    height: 26px;
    border: 1px solid #d3d3d3;
    background-color: #fff;
    box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.05);
    margin-right: 30px;
    cursor: pointer; }
    .checkboxGroup input[type="checkbox"] + label span:before {
      content: '';
      display: inline-block;
      background-color: #fff;
      width: 24px;
      height: 24px;
      background-repeat: no-repeat;
      background-position: 50%; }
  .checkboxGroup input[type="checkbox"]:checked + label span:before {
    background-image: url("../img/checkmark.png"); }
  .checkboxGroup input[type="checkbox"].right:disabled + label span {
    border: 1px solid #70dacd; }
    .checkboxGroup input[type="checkbox"].right:disabled + label span:before {
      background-image: url("../img/right.png"); }
  .checkboxGroup input[type="checkbox"].wrong:disabled + label span {
    border: 1px solid #e72e4b; }
    .checkboxGroup input[type="checkbox"].wrong:disabled + label span:before {
      background-image: url("../img/wrong.png"); }

.headerContainer {
  background-color: #fff;
  height: 90px;
  z-index: 2; }
  @media (min-width: 768px) {
    .headerContainer {
      height: 110px; } }
  @media (max-width: 1199px) {
    .headerContainer {
      position: fixed;
      width: 100%; } }
  @media (min-width: 1200px) {
    .headerContainer {
      width: 100%; } }
  @media (min-width: 1200px) {
    .headerContainer--fixed {
      position: fixed;
      height: 69px;
      top: 0; } }
  @media (min-width: 1200px) {
    .headerContainer--fixed > div .headerMenu .menuContent-siteSettings {
      top: 12px !important; } }
  .headerContainer > div {
    height: 100%;
    display: flex;
    align-items: center; }
    @media (min-width: 768px) {
      .headerContainer > div {
        flex-direction: row;
        justify-content: space-between; } }
    @media (min-width: 1200px) {
      .headerContainer > div {
        position: relative; } }
    .headerContainer > div .headerLogo {
      width: 200px;
      padding: 15px 0;
      display: inline-block; }
      @media (min-width: 768px) {
        .headerContainer > div .headerLogo {
          width: 250px;
          margin-right: auto; } }
      .headerContainer > div .headerLogo img {
         }
    .headerContainer > div .headerMenu {
      background-color: #fff; }
      @media (max-width: 767px) {
        .headerContainer > div .headerMenu {
          position: absolute;
          top: 0;
          right: -200px;
          width: 200px;
          height: 100%;
          transition: right 0.2s ease-in-out; } }
      @media (min-width: 768px) and (max-width: 1199px) {
        .headerContainer > div .headerMenu--showOnTablet {
          position: absolute;
          top: 0;
          right: -200px;
          width: 200px;
          height: 100%;
          transition: right 0.2s ease-in-out; } }
      .headerContainer > div .headerMenu .menuButton {
        cursor: pointer;
        background-color: #4457a3;
        width: 70px;
        height: 70px;
        padding: 15px;
        position: absolute;
        top: 10px;
        left: -85px;
        text-align: center;
        transition: all 0.2s ease-in-out; }
        @media (min-width: 768px) {
          .headerContainer > div .headerMenu .menuButton {
            display: none; } }
        @media (min-width: 768px) and (max-width: 1199px) {
          .headerContainer > div .headerMenu .menuButton--showOnTablet {
            top: 20px; } }
        @media (max-width: 1199px) {
          .headerContainer > div .headerMenu .menuButton--showOnTablet {
            display: block; } }
        .headerContainer > div .headerMenu .menuButton:hover {
          background-color: #1e2e71; }
        .headerContainer > div .headerMenu .menuButton-line {
          width: 100%;
          height: 3px;
          background-color: #fff; }
          .headerContainer > div .headerMenu .menuButton-line:not(:last-of-type) {
            margin-bottom: 5px; }
        .headerContainer > div .headerMenu .menuButton-text {
          color: #fff;
          font-size: 12px;
          text-transform: uppercase; }
      @media (max-width: 767px) {
        .headerContainer > div .headerMenu .menuContent {
          height: 100vh;
          background-color: #fff;
          padding-bottom: 30px;
          overflow-y: auto; } }
      @media (min-width: 1200px) {
        .headerContainer > div .headerMenu .menuContent {
          display: flex;
          flex-direction: row;
          align-items: center; } }
      @media (max-width: 1199px) {
        .headerContainer > div .headerMenu .menuContent--showOnTablet {
          height: 100vh;
          background-color: #fff;
          padding-bottom: 30px;
          overflow-y: auto; } }
      .headerContainer > div .headerMenu .menuContent-links {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: none; }
        .headerContainer > div .headerMenu .menuContent-links--showOnTablet {
          display: block; }
          @media (max-width: 1199px) {
            .headerContainer > div .headerMenu .menuContent-links--showOnTablet li a:hover {
              background-color: #4457a3;
              color: #fff;
              border-bottom-color: #4457a3; } }
        @media (min-width: 1200px) {
          .headerContainer > div .headerMenu .menuContent-links {
            display: flex;
            flex-direction: row; } }
        @media (min-width: 1200px) {
          .headerContainer > div .headerMenu .menuContent-links li {
            height: 45px;
            padding: 0 20px;
            display: flex;
            align-items: center; } }
        .headerContainer > div .headerMenu .menuContent-links li a {
          color: #3c3c3b;
          font-size: 14px;
          border-bottom: 1px solid #d3d3d3;
          display: block;
          transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
          padding: 30px; }
          @media (min-width: 1200px) {
            .headerContainer > div .headerMenu .menuContent-links li a {
              border-bottom: none;
              padding: 0; } }
          @media (max-width: 767px) {
            .headerContainer > div .headerMenu .menuContent-links li a:hover {
              background-color: #4457a3;
              color: #fff;
              border-bottom-color: #4457a3; } }
          @media (min-width: 1200px) {
            .headerContainer > div .headerMenu .menuContent-links li a:hover {
              color: #41b0e5; } }
      @media (max-width: 767px) {
        .headerContainer > div .headerMenu .menuContent-accountElements {
          padding: 25px 15px; } }
      @media (min-width: 768px) {
        .headerContainer > div .headerMenu .menuContent-accountElements {
          display: flex;
          flex-direction: row; } }
      @media (max-width: 1199px) {
        .headerContainer > div .headerMenu .menuContent-accountElements--showOnTablet {
          display: block;
          padding: 25px 15px; } }
      @media (max-width: 1199px) {
        .headerContainer > div .headerMenu .menuContent-accountElements--showOnTablet a {
          width: 100%; }
          .headerContainer > div .headerMenu .menuContent-accountElements--showOnTablet a:last-of-type {
            margin-top: 20px;
            margin-left: 0 !important; } }
      @media (max-width: 767px) {
        .headerContainer > div .headerMenu .menuContent-accountElements a {
          width: 100%; }
          .headerContainer > div .headerMenu .menuContent-accountElements a:last-of-type {
            margin-top: 20px; } }
      @media (min-width: 768px) {
        .headerContainer > div .headerMenu .menuContent-accountElements a:last-of-type {
          margin-left: 25px; } }
      @media (min-width: 1200px) {
        .headerContainer > div .headerMenu .menuContent-accountElements a {
          margin-left: 25px; } }
      .headerContainer > div .headerMenu .menuContent-siteSettings {
        padding: 0 15px;
        display: none; }
        @media (min-width: 1200px) {
          .headerContainer > div .headerMenu .menuContent-siteSettings {
            display: block;
            position: absolute;
            left: 280px;
            top: 33px; } }
        @media (max-width: 1199px) {
          .headerContainer > div .headerMenu .menuContent-siteSettings--showOnTablet {
            display: block; } }
        .headerContainer > div .headerMenu .menuContent-siteSettings select::-ms-expand {
          display: none; }
        .headerContainer > div .headerMenu .menuContent-siteSettings select {
          width: 100%; }
          @media (min-width: 1200px) {
            .headerContainer > div .headerMenu .menuContent-siteSettings select {
              width: 160px; } }

.footer {
  background-color: #fafafa;
  padding: 50px 0 100px 0; }
  .footer-siteShortcuts span, .footer-socialLinks span {
    text-transform: uppercase;
    color: #3c3c3b;
    font-weight: 400;
    font-size: 14px;
    opacity: 0.5;
    font-weight: 700; }
  .footer-siteShortcuts ul, .footer-socialLinks ul {
    margin: 0;
    list-style-type: none; }
  .footer-siteShortcuts ul {
    padding: 5px 0 0 0; }
    .footer-siteShortcuts ul li {
      padding: 3px 0; }
      .footer-siteShortcuts ul li a {
        font-size: 14px;
        color: #666; }
  .footer-socialLinks {
    margin-top: 40px;
    margin-bottom: 60px; }
    @media (min-width: 768px) {
      .footer-socialLinks {
        margin-top: 0;
        margin-bottom: 0; } }
    .footer-socialLinks ul {
      margin-top: 10px;
      padding: 0;
      display: flex;
      flex-direction: row; }
      .footer-socialLinks ul li:not(:last-of-type) {
        margin-right: 25px; }
      .footer-socialLinks ul li a {
        font-size: 18px;
        color: #acacac; }
  .footer-companyDescription {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) and (max-width: 991px) {
      .footer-companyDescription {
        margin-top: 60px; } }
    .footer-companyDescription a {
      margin-right: auto; }
    .footer-companyDescription span {
      color: #666;
      font-size: 16px; }
      .footer-companyDescription span:first-of-type {
        padding: 20px 0;
        color: #000; }
        @media (min-width: 768px) {
          .footer-companyDescription span:first-of-type {
            max-width: 600px; } }
      .footer-companyDescription span:last-of-type {
        color: #acacac;
        font-size: 14px;
        font-weight: 400; }

.openMenu {
  overflow-y: hidden; }
  .openMenu .blackout {
    visibility: visible;
    opacity: 0.4; }
  .openMenu .headerContainer .headerMenu {
    right: 0; }

.promotionBar {
  background-color: #379671;
  text-align: center; }
  .promotionBar-content {
    padding: 10px 10px 15px 10px;
    font-weight: 700;
    font-size: 15px;
    color: #fff; }
    .promotionBar-content a {
      text-decoration: underline;
      font-weight: 700; }
      .promotionBar-content a:hover {
        text-decoration: none; }

.titleBanner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 370px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 15px; }
  @media (min-width: 768px) {
    .titleBanner {
      height: 270px; } }
  .titleBanner-content {
    text-align: center;
    width: 100%;
    max-height: 100%;
    word-wrap: break-word; }
    .titleBanner-content .bannerTitle, .titleBanner-content .bannerText {
      margin: 0; }
    .titleBanner-content .bannerTitle {
      font-size: 45px;
      line-height: 45px;
      color: #fff; }
    .titleBanner-content .bannerText {
      padding-top: 20px;
      font-size: 17px;
      color: #d3d3d3; }

@media (min-width: 768px) {
  .basicDescription-infoBar .infoBar {
    display: flex; } }

.basicDescription-infoBar .infoBar-cooperators, .basicDescription-infoBar .infoBar-durationTime, .basicDescription-infoBar .infoBar-difficultyLevel, .basicDescription-infoBar .infoBar-payRaise {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .basicDescription-infoBar .infoBar-cooperators, .basicDescription-infoBar .infoBar-durationTime, .basicDescription-infoBar .infoBar-difficultyLevel, .basicDescription-infoBar .infoBar-payRaise {
      margin-left: 0;
      margin-right: 0;
      padding-bottom: 0; } }
  .basicDescription-infoBar .infoBar-cooperators label, .basicDescription-infoBar .infoBar-durationTime label, .basicDescription-infoBar .infoBar-difficultyLevel label, .basicDescription-infoBar .infoBar-payRaise label {
    color: #acacac;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 5px; }

.basicDescription-infoBar .infoBar-cooperators, .basicDescription-infoBar .infoBar-durationTime, .basicDescription-infoBar .infoBar-difficultyLevel {
  border-bottom: 1px solid #d3d3d3; }
  @media (min-width: 768px) {
    .basicDescription-infoBar .infoBar-cooperators, .basicDescription-infoBar .infoBar-durationTime, .basicDescription-infoBar .infoBar-difficultyLevel {
      border-bottom: none;
      border-right: 1px solid #d3d3d3; } }

@media (min-width: 768px) {
  .basicDescription-infoBar .infoBar-durationTime, .basicDescription-infoBar .infoBar-difficultyLevel, .basicDescription-infoBar .infoBar-payRaise {
    width: 22%; } }

.basicDescription-infoBar .infoBar-durationTime label, .basicDescription-infoBar .infoBar-difficultyLevel label, .basicDescription-infoBar .infoBar-payRaise label {
  margin-bottom: 7px; }

.basicDescription-infoBar .infoBar-durationTime, .basicDescription-infoBar .infoBar-payRaise {
  color: #3c3c3b;
  font-size: 23px;
  font-weight: 700; }
  .basicDescription-infoBar .infoBar-durationTime div, .basicDescription-infoBar .infoBar-payRaise div {
    font-weight: 700; }

@media (min-width: 768px) {
  .basicDescription-infoBar .infoBar-cooperators {
    width: 34%; } }

.basicDescription-infoBar .infoBar-cooperators .cooperatorsLogos {
  margin-top: 2px; }
  .basicDescription-infoBar .infoBar-cooperators .cooperatorsLogos a {
    padding: 5px;
    margin: 5px; }
    @media (min-width: 768px) {
      .basicDescription-infoBar .infoBar-cooperators .cooperatorsLogos a {
        margin: 0 -3px 0 0;
        width: 50%;
        display: inline-block; } }
    .basicDescription-infoBar .infoBar-cooperators .cooperatorsLogos a img {
      max-width: 100%;
      height: auto; }

.basicDescription-infoBar .infoBar-difficultyLevel .difficultyLevelIndicator {
  display: flex;
  flex-direction: row;
  margin-top: 5px; }
  .basicDescription-infoBar .infoBar-difficultyLevel .difficultyLevelIndicator > div {
    margin-top: 1px;
    width: 25px;
    height: 25px;
    background-color: #acacac;
    border-radius: 1px; }
    .basicDescription-infoBar .infoBar-difficultyLevel .difficultyLevelIndicator > div:not(:last-of-type) {
      margin-right: 3px; }
  .basicDescription-infoBar .infoBar-difficultyLevel .difficultyLevelIndicator--1-3 > div:first-of-type {
    background-color: #fcbd16; }
  .basicDescription-infoBar .infoBar-difficultyLevel .difficultyLevelIndicator--2-3 > div:not(:last-of-type) {
    background-color: #fcbd16; }
  .basicDescription-infoBar .infoBar-difficultyLevel .difficultyLevelIndicator--3-3 > div {
    background-color: #fcbd16; }

.checklist {
  background-color: #fafafa;
  padding-top: 10px; }
  .checklist-header {
    font-size: 38px;
    text-align: center;
    color: #3c3c3b;
    padding-bottom: 10px; }
  .checklist-content .checklistItem {
    margin-bottom: 50px; }
    .checklist-content .checklistItem-title {
      font-size: 19px;
      font-weight: 700;
      color: #3c3c3b;
      display: flex;
      align-items: center; }
      .checklist-content .checklistItem-title span {
        display: inline-block;
        width: 50px;
        height: 50px;
        border-radius: 25px;
        border: 1px solid #d3d3d3;
        background-color: #fff;
        position: relative;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        margin-right: 10px; }
        .checklist-content .checklistItem-title span:before {
          width: 40px;
          height: 40px;
          position: absolute;
          top: 7px;
          left: 4px; }
    .checklist-content .checklistItem-text {
      padding-top: 20px;
      font-size: 16px;
      color: #666; }
  .checklist-otherContent {
    padding-top: 40px;
    padding-bottom: 100px;
    background-color: #fff; }
    @media (max-width: 991px) {
      .checklist-otherContent > div > div > div:first-of-type {
        padding-top: 60px; } }
    .checklist-otherContent h2 {
      font-size: 38px;
      margin-bottom: 10px;
      color: #3c3c3b;
      padding-top: 30px;
      margin-top: 0;
      line-height: 48px; }
      @media (min-width: 992px) {
        .checklist-otherContent h2 {
          padding-top: 90px; } }
    .checklist-otherContent p {
      font-size: 16px;
      color: #666; }
      @media (min-width: 992px) {
        .checklist-otherContent p {
          padding-right: 60px; } }
    .checklist-otherContent .otherContent-link {
      padding-top: 90px;
      display: flex;
      align-items: center;
      padding-top: 10px; }
      @media (max-width: 767px) {
        .checklist-otherContent .otherContent-link {
          text-align: center;
          flex-direction: column;
          align-items: flex-start; } }
      .checklist-otherContent .otherContent-link span {
        font-size: 16px;
        font-weight: 700;
        color: #3c3c3b;
        margin-right: 15px; }
        @media (max-width: 767px) {
          .checklist-otherContent .otherContent-link span {
            margin-bottom: 10px; } }

.simpleBanner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 450px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 15px; }
  @media (min-width: 768px) {
    .simpleBanner {
      height: 340px; } }
  .simpleBanner-content {
    text-align: center;
    width: 100%;
    max-height: 100%;
    word-wrap: break-word; }
    .simpleBanner-content .bannerTitle, .simpleBanner-content .bannerText {
      margin: 0;
      color: #fff; }
    .simpleBanner-content .bannerTitle {
      font-size: 38px;
      line-height: 38px;
      margin-bottom: 10px; }
    .simpleBanner-content .bannerText {
      padding-top: 20px;
      font-size: 16px;
      max-width: 650px;
      margin-left: auto;
      margin-right: auto; }
      @media (min-width: 1200px) {
        .simpleBanner-content .bannerText {
          max-width: 800px; } }
    .simpleBanner-content .bannerButton {
      margin-top: 30px; }

.linkedPages {
  padding-bottom: 30px; }
  .linkedPages-header {
    color: #3c3c3b;
    font-weight: 400;
    font-size: 38px;
    text-align: center; }
  .linkedPages-content {
    height: 120px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    transition: box-shadow 0.2s ease-in-out; }
    @media (min-width: 768px) and (max-width: 991px) {
      .linkedPages-content {
        height: 220px; } }
    .linkedPages-content:hover {
      box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4); }
    .linkedPages-content span {
      color: #fff;
      font-size: 20px;
      font-weight: 700;
      width: 80%;
      margin-left: auto;
      margin-right: auto; }
      @media (min-width: 768px) and (max-width: 991px) {
        .linkedPages-content span {
          text-align: center; } }

.offer {
  background-color: #fafafa;

  padding-bottom: 50px; }
  @media (min-width: 1200px) {
    .offer {
      padding-bottom: 100px; } }
  .offer--ver2 {
    background-color: #fff; }
  .offer-sectionHeader {
    font-size: 38px;
    color: #3c3c3b;
    text-align: center;
    margin-bottom: 10px; }
  .offer-sectionDescription {
    font-size: 16px;
    text-align: center;
    color: #666;
    margin-bottom: 40px;
    margin-top: 0; }
  .offer .singleOffer {
    padding-top: 45px;
    border: 3px solid transparent;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 50px; }
    @media (min-width: 1200px) {
      .offer .singleOffer {
        margin-bottom: 0; } }
    .offer .singleOffer--prefered {
      border-color: #fcbd16; }
    .offer .singleOffer--ver2 {
      box-shadow: 14px 24px 57px 0px rgba(0, 0, 0, 0.1);
	  border-color: #fcbd16; }
	.offer .singleOffer--ver3 {
      box-shadow: 14px 24px 57px 0px rgba(0, 0, 0, 0.1);
	   }
    .offer .singleOffer-offerName {
      font-size: 22px;
      line-height: 30px;
      color: #3c3c3b;
      margin-bottom: 10px;
      padding-left: 45px;
      padding-right: 45px; }
    .offer .singleOffer-offerCategory {
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase;
      color: #acacac;
      padding-left: 45px;
      padding-right: 45px; }
    .offer .singleOffer-offerDescription {
      list-style-type: none;
      padding-top: 20px;
      padding-left: 65px;
      padding-right: 35px;
      padding-bottom: 20px; }
      @media (min-width: 768px) {
        .offer .singleOffer-offerDescription {
          padding-left: 85px;
          padding-right: 45px; } }
      .offer .singleOffer-offerDescription li {
        position: relative;
        list-style: none;
        padding-bottom: 25px;
        font-size: 16px;
        color: #666; }
        .offer .singleOffer-offerDescription li:before {
          content: url("../font/ico/checkMarkCircled.svg");
          width: 35px;
          display: block;
          position: absolute;
          left: -40px;
          top: 0;
          color: #2fb602; }
    .offer .singleOffer-shoppingFeatures {
      border-top: 1px solid #d3d3d3;
      margin-left: 2px;
      margin-right: 2px;
      padding: 25px 25px 110px 25px;
      position: relative; }
      @media (min-width: 768px) {
        .offer .singleOffer-shoppingFeatures {
          padding: 25px 45px; } }
      .offer .singleOffer-shoppingFeatures .productSpecialFeature {
        font-size: 16px;
        font-weight: 700;
        color: #3c3c3b; }
      .offer .singleOffer-shoppingFeatures .productPrice-oldPrice {
        font-size: 16px;
        color: #3c3c3b;
        text-decoration: line-through; }
        .offer .singleOffer-shoppingFeatures .productPrice-oldPrice span {
          font-weight: 700; }
      .offer .singleOffer-shoppingFeatures .productPrice-newPrice {
        font-size: 23px;
        color: #41b0e5; }
        .offer .singleOffer-shoppingFeatures .productPrice-newPriceBrutto {
          font-size: 15px;
          color: #000000; }
        .offer .singleOffer-shoppingFeatures .productPrice-newPrice span {
          color: inherit;
          font-weight: 700; }
      .offer .singleOffer-shoppingFeatures .productPrice-priceInfo {
        font-size: 13px;
        color: #acacac; }
      .offer .singleOffer-shoppingFeatures .button {
        position: absolute;
        right: 35px;
        bottom: 35px; }

.modules {
  background-color: #fafafa;
  padding-bottom: 70px; }
  .modules-header {
    text-align: center;
    font-size: 38px;
    color: #666; }
    .modules-header--ver2 {
      color: #3c3c3b; }
  .modules-content .singleModule {
    border: 1px solid #ededed;
    padding: 20px;
    position: relative;
    transition: background-color 0.2s ease-in-out; }
    @media (min-width: 768px) {
      .modules-content .singleModule {
        padding: 30px 50px; } }
    .modules-content .singleModule--ver2 {
      border: none;
      padding: 0px;
      border-bottom: 1px solid #ededed; }
      @media (min-width: 768px) {
        .modules-content .singleModule--ver2 {
          padding: 20px; } }
    .modules-content .singleModule.showModuleContent {
      background-color: #fff; }
      .modules-content .singleModule.showModuleContent .singleModule-toggleButton:before {
        transform: rotate(180deg); }
    .modules-content .singleModule-toggleButton {
      cursor: pointer;
      position: absolute;
      top: 25px;
      right: 25px;
      width: 46px;
      height: 46px;
      border-radius: 23px;
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); }
      .modules-content .singleModule-toggleButton:before {
        content: '';
        height: 0;
        width: 0;
        border-top: 11px solid #41b0e5;
        border-right: 11px solid transparent;
        border-left: 11px solid transparent;
        position: absolute;
        top: 18px;
        transition: transform 0.2s ease-in-out;
        left: 12px; }
    .modules-content .singleModule-category {
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase;
      color: #acacac; }
    .modules-content .singleModule-title {
      font-size: 19px;
      font-weight: 700;
      color: #3c3c3b;
      margin: 0;
      padding-top: 10px;
      padding-bottom: 10px; }
      @media (max-width: 767px) {
        .modules-content .singleModule-title {
          padding-right: 70px; } }
      .modules-content .singleModule-title--ver2 {
        padding: 5px 0px 0px; }
    .modules-content .singleModule-date {
      margin-left: -5px;
      font-size: 13px;
      font-weight: 700;
      color: #acacac;
      display: flex;
      align-items: center; }
      .modules-content .singleModule-date:before {
        width: 30px; }
    .modules-content .singleModule-description {
      font-size: 16px;
      color: #666; }
      .modules-content .singleModule-description--ver2 {
        margin: 0px 0px 10px; }
    .modules-content .singleModule-content {
      display: none;
      padding-top: 20px; }
      .modules-content .singleModule-content ul {
        margin: 0;
        list-style-type: none; }
        @media (max-width: 767px) {
          .modules-content .singleModule-content ul {
            padding-left: 20px; } }
        .modules-content .singleModule-content ul li {
          font-size: 16px;
          color: #666;
          position: relative;
          margin-bottom: 30px; }
          .modules-content .singleModule-content ul li:before {
            content: '';
            height: 0;
            width: 0;
            border-top: 8px solid #fcbd16;
            border-right: 8px solid transparent;
            border-left: 8px solid transparent;
            position: absolute;
            top: 8px;
            left: -25px;
            transform: rotate(-90deg); }
      .modules-content .singleModule-content .moduleTip {
        background-color: #fafafa;
        border: 1px solid #d3d3d3;
        padding: 35px 35px 35px 100px;
        position: relative; }
        @media (max-width: 767px) {
          .modules-content .singleModule-content .moduleTip {
            padding: 35px;
            text-align: center;
            padding-top: 70px; } }
        .modules-content .singleModule-content .moduleTip h4 {
          font-size: 13px;
          font-weight: 700;
          color: #8e78b5;
          text-transform: uppercase;
          margin: 0; }
          .modules-content .singleModule-content .moduleTip h4:before {
            position: absolute;
            left: 35px;
            top: 35px; }
            @media (max-width: 767px) {
              .modules-content .singleModule-content .moduleTip h4:before {
                top: 25px;
                left: 50%;
                transform: translateX(-50%); } }
        .modules-content .singleModule-content .moduleTip p {
          margin: 0; }
  .modules--ver2 {
    background-color: #fff; }

.registrationForm {
  background-color: #4457a3;
  padding-top: 45px;
  padding-bottom: 150px;
  overflow-x: hidden; }
  .registrationForm-content {
    text-align: center;
    position: relative; }
    .registrationForm-content:before {
      content: url(../img/decorationImage.png);
      position: absolute;
      right: -200px;
      bottom: 0; }
      @media (min-width: 768px) {
        .registrationForm-content:before {
          right: 50px;
          bottom: 180px; } }
    .registrationForm-content .formTitle,
    .registrationForm-content .formText,
    .registrationForm-content .formContent {
      position: relative;
      z-index: 1; }
    .registrationForm-content .formTitle {
      margin: 0; }
    .registrationForm-content .formText {
      padding-top: 5px;
      padding-bottom: 50px;
      margin: 0;
      color: #acacac;
      font-size: 17px; }
    .registrationForm-content .formContent {
      background-color: #fff;
      padding: 50px 0; }
      @media (min-width: 768px) {
        .registrationForm-content .formContent {
          padding: 50px 30px;
          max-width: 630px;
          margin-left: auto;
          margin-right: auto; } }
      .registrationForm-content .formContent-form {
        width: 100%;
        padding: 0 15px;
        vertical-align: top; }
        @media (min-width: 768px) {
          .registrationForm-content .formContent-form {
            width: 50%; } }
        @media (min-width: 768px) {
          .registrationForm-content .formContent-form--wide {
            width: 100%; } }
      .registrationForm-content .formContent .button {
        margin-top: 20px; }

.makeOrder {
  background: #fafafa; }
  .makeOrder h2 {
    text-align: right;
    font-size: 27px;
    line-height: 27px;
    margin: 40px 0;
    font-weight: 700;
    color: #3c3c3b; }
  .makeOrder h4 {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    margin: 0; }
  .makeOrder h1 {
    color: #3c3c3b;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    margin: 0;
    padding-right: 50px; }
  .makeOrder p {
    color: #3c3c3b;
    font-size: 16px;
    margin: 20px 0 0; }
  .makeOrder-form input, .makeOrder-form textarea, .makeOrder-form select {
    appearance: none;
    height: 45px;
    border: 1px solid #d3d3d3;
    outline: 0;
    box-sizing: border-box;
    background-color: #ffffff;
    box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.05);
    width: 100%;
    margin-bottom: 20px;
    padding: 5px 10px;
    color: #666; }
    @media (min-width: 768px) {
      .makeOrder-form input, .makeOrder-form textarea, .makeOrder-form select {
        margin-bottom: 0; } }
  .makeOrder-form textarea {
    resize: vertical;
    min-height: 130px; }
  .makeOrder-form label {
    color: #666;
    font-size: 16px;
    line-height: 23px;
    padding-bottom: 10px; }
    @media (min-width: 768px) {
      .makeOrder-form label {
        width: 200px;
        padding-bottom: 0;
        padding-right: 30px;
        text-align: right;
        align-self: baseline;
        margin-top: 10px; } }
  .makeOrder-form input[type="submit"] {
    background: #41b0e5;
    color: #fff;
    text-transform: uppercase;
    box-shadow: none;
    border: 0;
    font-size: 18px;
    height: 50px;
    max-width: 340px;
    margin: 0 auto 20px;
    display: table; }
  .makeOrder-form input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #d3d3d3;
    box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.05);
    min-width: 26px;
    width: 26px;
    height: 26px;
    padding: 0; }
  .makeOrder-form-input--hidden {
    display: none; }
    .makeOrder-form-input--hidden + label {
      box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.16);
      display: flex;
      align-items: center;
      justify-content: center;
      height: 45px;
      width: 240px;
      cursor: pointer;
      float: left;
      clear: left;
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 1px;
      padding-bottom: 0;
      margin-bottom: 15px;
      transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; }
      .makeOrder-form-input--hidden + label:hover {
        background-color: #4457a3;
        color: #fff; }
      @media (min-width: 768px) {
        .makeOrder-form-input--hidden + label:not(:first-of-type) {
          margin-left: 15px; } }
    .makeOrder-form-input--hidden:checked + label {
      background: #4457a3;
      color: #fff;
      transition: background-color 0.2s ease-in-out; }
      .makeOrder-form-input--hidden:checked + label:hover {
        background-color: #1e2e71; }
  .makeOrder-form-discount {
    position: relative; }
    .makeOrder-form-discount input {
      max-width: calc(100% - 110px);
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .makeOrder-form-discount input {
          max-width: calc(100% - 170px); } }
    .makeOrder-form-discount button {
      background: #666;
      color: #fff;
      box-shadow: none;
      border: 0;
      outline: 0;
      text-transform: uppercase;
      width: 110px;
      position: absolute;
      top: 0;
      height: 100%;
      right: 0; }
      @media (min-width: 768px) {
        .makeOrder-form-discount button {
          width: 145px; } }
  .makeOrder-form-summary {
    border: 3px solid #fcbd16;
    box-shadow: 14px 24px 57px 0 rgba(0, 0, 0, 0.1);
    margin-top: 30px;
    padding: 20px 30px 25px 30px;
    margin-bottom: 90px; }
    @media (min-width: 1200px) {
      .makeOrder-form-summary {
        margin-left: 30px; } }
    .makeOrder-form-summary h3 {
      margin-top: 0 !important; }
    .makeOrder-form-summary ul:first-of-type {
      border-top: 1px solid #d3d3d3;
      border-bottom: 1px solid #d3d3d3; }
    .makeOrder-form-summary ul {
      list-style: none;
      padding: 15px 0;
      margin: 0 0 15px;
      display: flex;
      flex-flow: column nowrap; }
    .makeOrder-form-summary li {
      display: flex;
      justify-content: space-between;
      padding: 7px 0; }
      .makeOrder-form-summary li span {
        color: #666;
        font-size: 16px; }
      .makeOrder-form-summary li span:last-child {
        white-space: nowrap;
        font-weight: 900;
        color: #3c3c3b; }
  .makeOrder-form-paymentMethods {
    border-top: 0;
    border-bottom: 0; }
    .makeOrder-form-paymentMethods li {
      position: relative;
      justify-content: flex-start;
      padding: 7px 0; }
      .makeOrder-form-paymentMethods li label {
        padding-left: 20px;
        text-align: left;
        width: auto;
        margin-top: 0; }
        .makeOrder-form-paymentMethods li label div {
          display: inline-block; }
          .makeOrder-form-paymentMethods li label div:first-of-type {
            margin-right: 10px; }
          .makeOrder-form-paymentMethods li label div img {
            margin-right: 5px; }
    .makeOrder-form-paymentMethods input, .makeOrder-form-paymentMethods span {
      width: 27px;
      height: 27px;
      border-radius: 50%; }
    .makeOrder-form-paymentMethods input {
      border: 0;
      box-shadow: none;
      opacity: 0;
      margin-bottom: 0;
      position: relative;
      z-index: 1;
      cursor: pointer; }
      .makeOrder-form-paymentMethods input[disabled] + span {
        box-shadow: none;
        background: #fafafa; }
        .makeOrder-form-paymentMethods input[disabled] + span + label {
          cursor: default;
          color: #d3d3d3; }
      .makeOrder-form-paymentMethods input:checked + span {
        display: flex;
        justify-content: center;
        align-items: center; }
        .makeOrder-form-paymentMethods input:checked + span::before {
          content: "";
          display: block;
          width: 9px;
          height: 9px;
          background: #41b0e5;
          border-radius: 50%; }
    .makeOrder-form-paymentMethods span {
      position: absolute;
      left: 0;
      border: 1px solid #dedede;
      box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.05); }
    .makeOrder-form-paymentMethods label {
      cursor: pointer; }
  .makeOrder-form-totalPrice {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 21px;
    color: #3c3c3b;
    font-weight: 700;
    margin: 0 0 12px; }
    .makeOrder-form-totalPrice span {
      font-size: 23px;
      color: inherit;
      font-weight: 900; }
    .makeOrder-form-totalPrice + input {
      transition: background-color 0.2s ease-in-out; }
      .makeOrder-form-totalPrice + input:hover {
        background-color: #2585b3; }
  .makeOrder-form h3 {
    font-size: 21px;
    margin: 30px 0 10px;
    font-weight: 700;
    color: #3c3c3b;
    display: inline-block;
    width: 100%; }
  .makeOrder-form-registerMore {
    clear: left;
    font-size: 16px; }
    .makeOrder-form-registerMore a {
      color: #41b0e5;
      font-weight: 700; }
  .makeOrder-form-row {
    display: flex;
    flex-flow: column nowrap; }
    @media (min-width: 768px) {
      .makeOrder-form-row {
        flex-flow: row nowrap;
        align-items: center;
        margin-bottom: 20px; } }
    .makeOrder-form-row--checkbox {
      flex-direction: row; }
      @media (min-width: 768px) {
        .makeOrder-form-row--checkbox {
          padding-left: 158px; } }
      .makeOrder-form-row--checkbox input[type=checkbox] {
        display: none; }
        .makeOrder-form-row--checkbox input[type=checkbox]:checked + label:after {
          display: block; }
      .makeOrder-form-row--checkbox label {
        cursor: pointer;
        padding-left: 50px;
        font-size: 13px;
        width: auto;
        text-align: left;
        position: relative; }
        .makeOrder-form-row--checkbox label:before {
          content: '';
          display: block;
          width: 25px;
          height: 25px;
          border: 1px solid #d3d3d3;
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          background-color: #fff;
          transition: border-color 0.2s ease-in-out; }
        .makeOrder-form-row--checkbox label:after {
          content: '✓';
          position: absolute;
          left: 6px;
          top: 50%;
          transform: translateY(-50%);
          font-size: 18px;
          display: none; }
        .makeOrder-form-row--checkbox label:hover:before {
          border-color: #41b0e5; }
  @media (min-width: 768px) {
    .makeOrder-form-graphicalRadio {
      display: flex;
      flex-flow: row wrap; } }
  @media (min-width: 1200px) {
    .makeOrder-form-graphicalRadio:nth-of-type(2) h3 {
      padding-left: 60px; } }
  @media (min-width: 1200px) {
    .makeOrder-form-graphicalRadio:nth-of-type(2) {
      justify-content: flex-end; } }
  .makeOrder-form-graphicalRadio label {
    padding-right: 0; }

.headerWithSearch {
  margin-bottom: 15px; }
  @media (min-width: 992px) {
    .headerWithSearch {
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  .headerWithSearch h1 {
    color: #3c3c3b;
    font-size: 40px;
    font-weight: 400; }
  .headerWithSearch-search {
    width: 400px;
    max-width: 100%;
    position: relative;
    box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.05); }
    .headerWithSearch-search:after {
      position: absolute;
      font-family: 'fontello';
      content: '\e805';
      top: 50%;
      right: 10px;
      color: #d3d3d3;
      transform: translate(-50%, -50%);
      font-size: 20px; }
  .headerWithSearch input[type="text"] {
    height: 45px;
    width: 100%;
    border: 1px solid #d3d3d3;
    padding-left: 15px;
    outline: none !important; }
  .headerWithSearch input[type="submit"] {
    position: absolute;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    background-color: transparent;
    top: 0;
    right: 0;
    height: 45px;
    width: 45px;
    outline: none !important; }

.categories {
  margin-bottom: 30px; }
  .categories-title {
    font-size: 19px;
    font-weight: 400;
    display: block;
    margin-bottom: 20px; }
  .categories-label {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    color: #4457a3;
    border: 2px solid #4457a3;
    display: inline-block;
    width: 129px;
    text-align: center;
    padding: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    cursor: pointer; }
    .categories-label.active {
      color: #fff;
      background-color: #4457a3; }
    .categories-label:hover {
      color: #fff;
      background-color: #4457a3; }

.courses {
  margin-bottom: 40px; }
  .courses-item {
    padding: 40px;
    margin-bottom: 20px;
    border: 1px solid #ededed;
    box-shadow: 14px 24px 57px 0px rgba(0, 0, 0, 0.1); }
    .courses-item h2 {
      font-size: 21px;
      font-weight: 700;
      display: inline;
      color: #3c3c3b;
      margin: 0;
      vertical-align: middle;
      margin-right: 10px;
      line-height: 31px; }
      @media (min-width: 768px) {
        .courses-item h2 {
          font-size: 24px;
          display: inline-block; } }
  @media (min-width: 768px) {
    .courses-header {
      padding-right: 60px; } }
  .courses-premium {
    position: relative; }
    .courses-premium:before {
      z-index: 0;
      position: absolute;
      top: -6px;
      right: 30px;
      content: '';
      background-image: url(../img/premium.png);
      width: 69px;
      height: 87px; }
    .courses-premium--left {
      padding-top: 80px !important; }
      @media (min-width: 768px) {
        .courses-premium--left {
          padding-top: 20px !important; } }
      .courses-premium--left:before {
        right: auto;
        left: 20px;
        top: -4px;
        width: 52px;
        height: 70px;
        background-size: cover;
        background-position: center; }
    .courses-premium--smallLeft:before {
      left: 10px; }
  .courses-image {
    text-align: center; }
    .courses-image img {
      max-width: 100%;
      height: auto;
      margin: auto;
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .courses-image img {
          margin-bottom: 0px; } }

@media (min-width: 768px) {
  .info {
    display: flex; } }

@media (min-width: 1200px) {
  .info {
    margin-top: -10px; } }

.info-box {
  border-bottom: 1px solid #ededed;
  padding-bottom: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .info-box {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-direction: column;
      float: left;
      width: 22%;
      border-bottom: none;
      border-right: 1px solid #ededed;
      padding-bottom: 0px;
      margin-bottom: 0px; } }
  .info-box:last-child {
    border: none;
    padding-bottom: 0px;
    margin-bottom: 0px; }
  @media (min-width: 768px) {
    .info-box--wide {
      width: 34%; } }

.info-title {
  color: #acacac;
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 25px; }

.info-content {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3c3c3b;
  font-size: 19px;
  font-weight: 700; }
  .info-content img {
    padding: 5px; }
  .info-content .difficultyLevelIndicator {
    display: flex;
    flex-direction: row;
    margin-top: 5px; }
    .info-content .difficultyLevelIndicator > div {
      margin-top: 1px;
      width: 20px;
      height: 20px;
      background-color: #acacac;
      border-radius: 1px; }
      .info-content .difficultyLevelIndicator > div:not(:last-of-type) {
        margin-right: 3px; }
    .info-content .difficultyLevelIndicator--1-3 > div:first-of-type {
      background-color: #fcbd16; }
    .info-content .difficultyLevelIndicator--2-3 > div:not(:last-of-type) {
      background-color: #fcbd16; }
    .info-content .difficultyLevelIndicator--3-3 > div {
      background-color: #fcbd16; }

.cooperatorsBar {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 30px; }
  .cooperatorsBar-header {
    color: #acacac;
    font-size: 16px; }
  .cooperatorsBar-logos {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .cooperatorsBar-logos img {
      max-width: 100%; }
    .cooperatorsBar-logos > a {
      padding: 10px 15px; }
      @media (max-width: 767px) {
        .cooperatorsBar-logos > a:nth-of-type(odd) {
          text-align: right; }
        .cooperatorsBar-logos > a:nth-of-type(even) {
          text-align: left; } }

.steps {
  padding-top: 25px;
  padding-bottom: 100px; }
  @media (min-width: 768px) {
    .steps {
      padding-top: 40px; } }
  .steps-header {
    color: #3c3c3b;
    font-size: 38px;
    text-align: center; }
  .steps-list {
    padding-top: 15px; }
    .steps-list .listItemContainer {
      position: relative;
      display: inline-block; }
      @media (min-width: 1200px) {
        .steps-list .listItemContainer {
          display: block; } }
      .steps-list .listItemContainer:not(:last-of-type) {
        padding-bottom: 90px; }
        @media (min-width: 1200px) {
          .steps-list .listItemContainer:not(:last-of-type) {
            padding-bottom: 0; } }
        .steps-list .listItemContainer:not(:last-of-type) .imageWithCaption-image {
          position: relative; }
          @media (min-width: 1200px) {
            .steps-list .listItemContainer:not(:last-of-type) .imageWithCaption-image:after {
              content: url("../img/home_page/steps/stepArrow.svg");
              position: absolute;
              top: 50%;
              transform: translateY(-50%) rotate(-90deg);
              right: -75px; } }
        .steps-list .listItemContainer:not(:last-of-type):after {
          content: url("../img/home_page/steps/stepArrow.svg");
          position: absolute;
          left: 50%;
          bottom: 30px;
          transform: translateX(-50%); }
          @media (min-width: 1200px) {
            .steps-list .listItemContainer:not(:last-of-type):after {
              display: none; } }

.advantages {
  padding-top: 10px;
  padding-bottom: 70px; }
  @media (min-width: 768px) {
    .advantages {
      padding-top: 20px;
      padding-bottom: 90px; } }
  .advantages-header {
    color: #3c3c3b;
    font-size: 38px;
    text-align: center;
    margin-bottom: 60px; }
  @media (min-width: 768px) {
    .advantages-list {
      padding-top: 10px; } }
  .advantages-list .listItemContainer {
    position: relative;
    display: inline-block; }
    @media (min-width: 1200px) {
      .advantages-list .listItemContainer {
        display: block; } }
    .advantages-list .listItemContainer:not(:last-of-type) {
      padding-bottom: 75px; }
      @media (min-width: 1200px) {
        .advantages-list .listItemContainer:not(:last-of-type) {
          padding-bottom: 0; } }

.boxes-header {
  font-size: 21px;
  font-weight: 700;
  color: #3c3c3b;
  margin-bottom: 0;
  margin-top: 40px; }



.courseTitleVer2 {
  position: relative;
  /*
  background-image: url("akademia_glowne.jpg");
  */
  background-color: #6AB0AB;
  padding: 60px 0px;
  text-align: center;
  overflow: hidden; }
  @media (min-width: 768px) {
    .courseTitleVer2 {
      text-align: left;
      padding: 30px 0px; } }

  .courseTitleVer2 h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    margin: 5;
    line-height: 50px;
    margin-bottom: 10px;
    max-width: 900px; }
    .courseTitleVer2 h2 {
      color: #fff;
      font-size: 20px;
      font-weight: 400;
      margin: 0;
      line-height: 50px;
      margin-bottom: 10px;
      max-width: 750px; }
  .courseTitleVer2 p {
    color: #fff;
    font-size: 17px;
    font-weight: 400; }
  .courseTitleVer2-label {
    background-color: #379675

;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    padding: 7px 12px;
    margin-bottom: 10px; }
  .courseTitleVer2-organizer {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px; }

    .courseTitleVer2:after {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          background-image: url("akademia_glowne.jpg");
          width: 100%;
          height: 100%;
          opacity : 0.2;
          z-index: -1;
          filter:opacity(50%);
      }

.videoContainer {
  background-color: #fafafa;
  padding: 60px 0px;
  text-align: center; }
  .videoContainer h2 {
    color: #3c3c3b;
    font-size: 38px;
    font-weight: 400;
    margin: 0px;
    margin-bottom: 20px; }
  .videoContainer a {
    font-style: italic;
    color: #666;
    font-size: 16px; }
  .videoContainer-video {
    max-width: 693px;
    margin: auto;
    margin-bottom: 10px; }

.faq {
  text-align: center;
  background-color: #fafafa;
  padding: 30px 0px; }
  .faq h2 {
    color: #3c3c3b;
    font-size: 38px;
    font-weight: 400;
    margin: 0px;
    margin-bottom: 10px;
    line-height: 1; }
  .faq p {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 40px; }
    @media (min-width: 992px) {
      .faq p {
        margin-bottom: 20px; } }
  .faq-item {
    text-align: left;
    padding: 0px 0px 20px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .faq-item {
        padding: 0px 20px 20px; } }
    @media (min-width: 992px) {
      .faq-item {
        padding: 0px 40px 20px; } }
    .faq-item:last-of-type {
      border-bottom: none; }
    .faq-item h3 {
      color: #3c3c3b;
      font-size: 19px;
      font-weight: 700;
      margin: 0px;
      margin-bottom: 10px;
      line-height: 1; }
    .faq-item p {
      margin: 0; }

.courseBox {
  padding-bottom: 50px;
  background: #fafafa;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, white 50%, #fafafa 50%, #fafafa 100%);
  background: -webkit-linear-gradient(top, white 0%, white 50%, #fafafa 50%, #fafafa 100%);
  background: linear-gradient(to bottom, white 0%, white 50%, #fafafa 50%, #fafafa 100%); }
  .courseBox-container {
    background-color: #fff;
    border: 1px solid #ededed;
    box-shadow: 14px 24px 57px 0px rgba(0, 0, 0, 0.1); }
  .courseBox-text {
    padding: 20px 0px;
    overflow: hidden;
    padding: 15px; }
    @media (min-width: 768px) {
      .courseBox-text {
        padding: 50px; } }
  .courseBox h2 {
    color: #3c3c3b;
    font-size: 38px;
    font-weight: 400;
    text-align: center;
    border-bottom: 1px solid #ededed;
    margin: 0px;
    padding: 30px;
    line-height: 1; }
    @media (min-width: 768px) {
      .courseBox h2 {
        padding: 30px; } }
  .courseBox-paragraph {
    color: #666;
    font-size: 16px;
    font-weight: 700; }
  .courseBox li {
    position: relative;
    padding-bottom: 5px;
    font-size: 16px;
    color: #666;
    line-height: 35px;
    list-style: none; }
    .courseBox li:before {
      content: url("../font/ico/checkMarkCircled.svg");
      width: 35px;
      display: block;
      position: absolute;
      left: -40px;
      top: 0;
      color: #2fb602; }
  .courseBox ul {
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .courseBox ul {
        margin-bottom: 0px; } }
  .courseBox-image {
    text-align: center; }
  .courseBox img {
    max-width: 100%;
    margin: auto; }

.courseNotification {
  background-color: #8e78b5;
  padding: 50px 0px;
  text-align: center; }
  .courseNotification h2 {
    color: #fff;
    font-size: 38px;
    font-weight: 400;
    margin: 0px;
    margin-bottom: 20px; }
  .courseNotification p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    max-width: 700px;
    margin: auto;
    margin-bottom: 20px; }
  .courseNotification-email {
    margin-bottom: 30px;
    text-align: center; }
    .courseNotification-email input[type="text"] {
      background-color: #000;
      border: 1px solid #ededed;
      padding-left: 20px;
      height: 45px;
      width: 420px;
      max-width: 100%;
      outline: none;
      display: block;
      margin: auto;
      margin-bottom: 10px;
      box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.05); }
      @media (min-width: 768px) {
        .courseNotification-email input[type="text"] {
          display: inline-block;
          margin-bottom: 0px; } }
    .courseNotification-email input[type="submit"] {
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      height: 45px;
      background-color: #41b0e5;
      color: #000;
      font-size: 14px;
      font-weight: 400;
      border: 1px solid #41b0e5;
      outline: none;
      text-transform: uppercase;
      padding: 0px 30px; }
      .courseNotification-email input[type="submit"]:hover {
        background-color: #2585b3;
        border: 1px solid #2585b3; }
      @media (min-width: 768px) {
        .courseNotification-email input[type="submit"] {
          margin-left: -3px; } }
  .courseNotification-checkbox {
    max-width: 585px;
    margin: auto; }
    .courseNotification-checkbox input[type=checkbox] {
      display: none;
      min-width: 26px;
      width: 26px;
      height: 26px; }
      .courseNotification-checkbox input[type=checkbox]:checked + label:after {
        display: block; }
    .courseNotification-checkbox label {
      color: #e4d7f9;
      font-size: 13px;
      font-weight: 400;
      display: block;
      position: relative;
      padding-left: 40px;
      text-align: left; }
      .courseNotification-checkbox label:before {
        content: '';
        box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.05);
        display: block;
        width: 26px;
        height: 26px;
        background-color: #fff;
        border: 1px solid #ededed;
        position: absolute;
        top: 0px;
        left: 0px;
        cursor: pointer; }
      .courseNotification-checkbox label:after {
        content: '✓';
        position: absolute;
        color: #8e78b5;
        left: 6px;
        top: 4px;
        font-size: 18px;
        display: none; }

.author {
  margin-top: 30px; }
  .author h1 {
    color: #3c3c3b;
    font-size: 45px;
    font-weight: 400;
    margin: 0px;
    margin-bottom: 20px;
    line-height: 1;
    text-align: center; }
    @media (min-width: 768px) {
      .author h1 {
        text-align: left; } }
  .author p {
    color: #3c3c3b;
    font-size: 17px;
    font-weight: 400;
    margin: 0px;
    margin-bottom: 50px;
    text-align: center; }
    @media (min-width: 768px) {
      .author p {
        text-align: left; } }

  .author-image {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    margin: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 50px;
    border: 5px solid white; }
    @media (min-width: 768px) {
      .author-image {
        margin-bottom: 0px; } }
  .author-title {
    color: #acacac;
    font-size: 13px;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .author-description {
    margin-bottom: 20px;
    overflow: hidden; }
  .author-description p {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px; }
  .author-coursesList h2 {
    color: #3c3c3b;
    font-size: 23px;
    font-weight: 700;
    margin: 0px;
    margin-bottom: 30px;
    text-align: center;
    margin: auto;
    max-width: 500px;
    margin-bottom: 50px;
    line-height: 1; }

.about h1 {
  text-align: center;
  color: #3c3c3b;
  font-size: 40px;
  font-weight: 400; }

.about-box {
  background-color: #4457a3;
  padding: 40px 15px;
  text-align: center;
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .about-box {
      padding: 50px; } }
  .about-box h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin: 0px auto 30px;
    max-width: 750px; }
  .about-box p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    max-width: 750px;
    margin: auto; }

.about-block {
  overflow: hidden; }
  @media (min-width: 768px) {
    .about-block--flex {
      display: flex;
      align-items: center; } }

.about-text {
  margin-bottom: 50px; }

.about-description h2 {
  color: #3c3c3b;
  font-size: 24px;
  font-weight: 700;
  margin: 0px;
  margin-bottom: 30px; }

.about-description strong {
  font-weight: 700;
  color: #666; }

.about-description p {
  color: #666;
  font-size: 16px;
  font-weight: 400; }

.about-description a {
  color: #41b0e5;
  font-size: 16px;
  font-weight: 400; }
  .about-description a:hover {
    color: #2585b3; }

.about-description h3 {
  color: #3c3c3b;
  font-size: 19px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 5px; }

.about-image {
  width: 200px;
  height: 200px;
  border-radius: 100px;
  margin: auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 50px;
  border: 5px solid white; }
  @media (min-width: 768px) {
    .about-image {
      margin-bottom: 0px; } }

.about-address {
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .about-address {
      margin-bottom: 0px; } }

.about-position {
  color: #acacac;
  font-size: 15px;
  font-weight: 700;
  display: block;
  margin-bottom: 15px; }

.loginForm {
  padding: 80px 0px;
  background-color: #4457a3;
  overflow: hidden; }
  .loginForm h2 {
    font-size: 21px;
    font-weight: 700;
    margin: 0px;
    margin-bottom: 30px; }
  .loginForm p {
    font-size: 16px;
    font-weight: 400;
    margin: auto;
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .loginForm p {
        max-width: 275px; } }
  .loginForm-container {
    position: relative;
    max-width: 880px;
    margin: auto; }
    .loginForm-container:before {
      content: url(../img/decorationImage.png);
      position: absolute;
      top: -45px;
      right: -190px; }
    @media (min-width: 992px) {
      .loginForm-container {
        display: flex; } }
  .loginForm-whiteForm {
    background-color: #fff; }
    .loginForm-whiteForm h2, .loginForm-whiteForm p {
      color: #3c3c3b; }
    .loginForm-whiteForm .error {
      color: #e72e4b;
      font-size: 13px;
      font-weight: 400;
      margin: auto;
      text-align: left;
      margin-bottom: 20px;
      width: 100%; }
      @media (min-width: 992px) {
        .loginForm-whiteForm .error {
          width: 265px; } }
    .loginForm-whiteForm input[type="submit"] {
      background-color: #41b0e5;
      color: #fff; }
      .loginForm-whiteForm input[type="submit"]:hover {
        background-color: #2585b3; }
  .loginForm-blueForm {
    background-color: #41b0e5; }
    .loginForm-blueForm h2, .loginForm-blueForm p {
      color: #fff; }
    .loginForm-blueForm .error {
      color: #fff;
      font-size: 13px;
      font-weight: 400;
      margin: auto;
      text-align: left;
      margin-bottom: 20px;
      width: 100%; }
      @media (min-width: 992px) {
        .loginForm-blueForm .error {
          width: 265px; } }
      .loginForm-blueForm .error:before {
        font-family: 'fontello';
        content: '\e801';
        margin-right: 5px; }
    .loginForm-blueForm input[type="submit"] {
      background-color: #4457a3;
      color: #fff; }
      .loginForm-blueForm input[type="submit"]:hover {
        background-color: #1e2e71; }
  .loginForm-halfForm {
    z-index: 1;
    padding: 40px 20px;
    text-align: center;
    position: relative; }
    @media (min-width: 768px) {
      .loginForm-halfForm {
        padding: 40px; } }
    @media (min-width: 992px) {
      .loginForm-halfForm {
        width: 50%;
        float: left;
        display: inline-block; } }
    .loginForm-halfForm input[type="text"], .loginForm-halfForm input[type="password"] {
      height: 45px;
      padding-left: 20px;
      color: #3c3c3b;
      font-size: 16px;
      margin: auto;
      border: 1px solid #ededed;
      cursor: pointer;
      margin-bottom: 20px;
      outline: none;
      width: 100%; }
      @media (min-width: 992px) {
        .loginForm-halfForm input[type="text"], .loginForm-halfForm input[type="password"] {
          width: 265px; } }
    .loginForm-halfForm input[type="submit"] {
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      font-size: 14px;
      font-weight: 400;
      text-transform: uppercase;
      border: none;
      height: 45px;
      padding: 0px 40px;
      display: block;
      margin: auto;
      margin-bottom: 10px; }
  .loginForm a {
    color: #41b0e5;
    font-size: 16px;
    font-weight: 400; }
    .loginForm a:hover {
      color: #2585b3; }

@media (max-width: 1199px) {
  .userPanel {
    padding-top: 85px; } }

.panelMenu {
  width: 100%;
  background-color: #16245c;
  height: 85px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1; }
  @media (min-width: 1200px) {
    .panelMenu {
      width: 300px;
      height: 100vh;
      overflow-y: auto; } }

.panelMenuLogo {
  position: absolute;
  top: 24px;
  left: 24px; }
  .panelMenuLogo--full {
    top: 15px;
    left: 15px; }
    @media (max-width: 1199px) {
      .panelMenuLogo--full {
        display: none; } }
  @media (min-width: 1200px) {
    .panelMenuLogo--minimal {
      display: none; } }

@media (min-width: 1200px) {
  .panelMenu--minimalVersion .panelMenuLogo--minimal {
    display: block; } }

@media (min-width: 1200px) {
  .panelMenu--minimalVersion .panelMenuLogo--full {
    display: none; } }

.panelMenuButton {
  width: 65px;
  height: 65px;
  background-color: #4457a3;
  padding: 13px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out, right 0.2s ease-in-out; }
  @media (min-width: 1200px) {
    .panelMenuButton {
      display: none; } }
  .panelMenuButton.slideButton {
    right: 210px;
    background-color: #41b0e5; }
    .panelMenuButton.slideButton:hover {
      background-color: #4457a3; }
    .panelMenuButton.slideButton > div:first-of-type {
      transition: transform 0.2s ease-in-out;
      transform: rotate(720deg); }
    .panelMenuButton.slideButton > div > div.panelMenuButton-line:nth-of-type(1) {
      top: 8px;
      transform: rotate(30deg); }
    .panelMenuButton.slideButton > div > div.panelMenuButton-line:nth-of-type(2) {
      opacity: 0;
      visibility: hidden; }
    .panelMenuButton.slideButton > div > div.panelMenuButton-line:nth-of-type(3) {
      top: -8px;
      transform: rotate(-30deg); }
  .panelMenuButton:hover {
    background-color: #41b0e5; }
  .panelMenuButton-line {
    background-color: #fff;
    height: 3px;
    width: 100%;
    margin-bottom: 5px;
    position: relative;
    transition: all 0.2s ease-in-out; }
  .panelMenuButton-text {
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px; }

.panelMenuContent {
  position: fixed;
  top: 0;
  width: 200px;
  height: 100vh;
  list-style-type: none;
  background-color: #fff;
  padding: 0;
  margin: 0; }
  @media (max-width: 1199px) {
    .panelMenuContent {
      right: -200px;
      transition: right 0.2s ease-in-out; } }
  @media (min-width: 1200px) {
    .panelMenuContent {
      position: relative;
      top: 70px;
      width: 100%;
      height: auto; } }
  .panelMenuContent.showContent {
    right: 0; }
  .panelMenuContent li {
    position: relative; }
    .panelMenuContent li a {
      display: block;
      border-top: 1px solid transparent;
      border-bottom: 1px solid #ededed;
      transition: all 0.2s ease-in-out;
      padding: 18px 20px 20px 55px; }
      @media (min-width: 1200px) {
        .panelMenuContent li a {
          background-color: #16245c;
          border-color: transparent;
          padding: 18px 20px 20px 75px; } }
      .panelMenuContent li a:hover {
        background-color: #1e2e71;
        border-color: #1e2e71; }
        @media (min-width: 1200px) {
          .panelMenuContent li a:hover {
            background-color: #283877;
            border-color: #283877; } }
        .panelMenuContent li a:hover span {
          color: #fff; }
      .panelMenuContent li a span {
        font-size: 14px;
        color: #3c3c3b;
        transition: color 0.2s ease-in-out; }
        @media (min-width: 1200px) {
          .panelMenuContent li a span {
            color: #fff; } }
  .panelMenuContent-icon:before {
    position: absolute;
    top: 21px;
    left: 20px; }
    @media (min-width: 1200px) {
      .panelMenuContent-icon:before {
        top: 17px; } }
  .panelMenuContent-icon--active {
    background-color: #08123a !important;
    border-color: #08123a !important; }
    .panelMenuContent-icon--active:hover {
      background-color: #16245c !important;
      border-color: #16245c !important; }
  .panelMenuContent-icon--home:before {
    content: url("../img/user_panel/icons/home--small.svg"); }
    @media (min-width: 1200px) {
      .panelMenuContent-icon--home:before {
        content: url("../img/user_panel/icons/home.svg"); } }
  .panelMenuContent-icon--account:before {
    content: url("../img/user_panel/icons/account--small.svg"); }
    @media (min-width: 1200px) {
      .panelMenuContent-icon--account:before {
        content: url("../img/user_panel/icons/account.svg"); } }
  .panelMenuContent-icon--folder:before {
    content: url("../img/user_panel/icons/folder--small.svg"); }
    @media (min-width: 1200px) {
      .panelMenuContent-icon--folder:before {
        content: url("../img/user_panel/icons/folder.svg"); } }
  .panelMenuContent-icon--message:before {
    content: url("../img/user_panel/icons/message--small.svg"); }
    @media (min-width: 1200px) {
      .panelMenuContent-icon--message:before {
        content: url("../img/user_panel/icons/message.svg"); } }
  .panelMenuContent-icon--logout:before {
    content: url("../img/user_panel/icons/logout--small.svg"); }
    @media (min-width: 1200px) {
      .panelMenuContent-icon--logout:before {
        content: url("../img/user_panel/icons/logout.svg"); } }
  .panelMenuContent-submenu {
    display: none; }
    @media (min-width: 1200px) {
      .panelMenuContent-submenu {
        list-style-type: none;
        padding: 0;
        margin: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #08123a; } }
    @media (min-width: 1200px) {
      .panelMenuContent-submenu.dropped {
        display: block; } }
    @media (min-width: 1200px) {
      .panelMenuContent-submenu li a {
        font-size: 12.7px;
        color: #b6c5ff;
        background-color: #08123a;
        padding: 8px 20px 8px 85px;
        border: none;
        transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; } }
    .panelMenuContent-submenu li a:hover {
      background-color: #16245c;
      color: #fff; }
    @media (min-width: 1200px) {
      .panelMenuContent-submenu li a.active {
        background-color: #16245c;
        color: #fff;
        cursor: default; } }

@media (min-width: 1200px) {
  .panelMenu--minimalVersion .panelMenuLogo {
    left: 14px;
    top: 14px; }
  .panelMenu--minimalVersion .panelMenuContent {
    width: 65px; }
    .panelMenu--minimalVersion .panelMenuContent .panelMenuContent-icon {
      height: 65px;
      padding: 0; }
      .panelMenu--minimalVersion .panelMenuContent .panelMenuContent-icon:hover {
        border-color: transparent; }
      .panelMenu--minimalVersion .panelMenuContent .panelMenuContent-icon:before {
        left: 0;
        width: 65px;
        text-align: center; }
      .panelMenu--minimalVersion .panelMenuContent .panelMenuContent-icon--active {
        background-color: #08123a; }
      .panelMenu--minimalVersion .panelMenuContent .panelMenuContent-icon span {
        display: none; } }

.courseMenu {
  background-color: #4457a3;
  text-align: center;
  padding: 15px; }
  @media (min-width: 768px) {
    .courseMenu {
      padding: 25px 90px; } }
  @media (min-width: 1200px) {
    .courseMenu {
      position: fixed;
      top: 0;
      left: 65px;
      z-index: 1;
      width: 235px;
      padding: 0;
      height: 100%;
      text-align: left; } }
  .courseMenu-title {
    color: #fff;
    font-size: 14px; }
    @media (min-width: 1200px) {
      .courseMenu-title {
        margin: 20px;
        padding-bottom: 20px;
        display: block;
        border-bottom: 1px solid #1e2e71; } }
  .courseMenu-pagesList .pagesList-selectedPage {
    padding-left: 25px;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 10px;
    background-color: #354895;
    padding: 20px 15px 20px 25px;
    text-align: left; }
    @media (min-width: 1200px) {
      .courseMenu-pagesList .pagesList-selectedPage {
        display: none; } }
    .courseMenu-pagesList .pagesList-selectedPage:before {
      margin-top: 5px; }
    .courseMenu-pagesList .pagesList-selectedPage span {
      color: #fff;
      font-size: 13px;
      margin-left: 10px;
      white-space: nowrap;
      margin-right: 25px; }
    .courseMenu-pagesList .pagesList-selectedPage .toggleButton {
      cursor: pointer;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 12px;
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
      width: 46px;
      height: 46px;
      border-radius: 23px;
      background-color: inherit; }
      .courseMenu-pagesList .pagesList-selectedPage .toggleButton:before {
        content: '';
        height: 0;
        width: 0;
        border-top: 11px solid #41b0e5;
        border-right: 11px solid transparent;
        border-left: 11px solid transparent;
        transition: transform 0.2s ease-in-out;
        position: absolute;
        top: 17px;
        left: 12px; }
      .courseMenu-pagesList .pagesList-selectedPage .toggleButton.rotate:before {
        transform: rotate(180deg); }
  .courseMenu-pagesList .pagesList-otherElements {
    background-color: #354895;
    display: none;
    text-align: left;
    padding: 0 25px 0 15px; }
    @media (min-width: 1200px) {
      .courseMenu-pagesList .pagesList-otherElements {
        background-color: transparent;
        padding: 0;
        display: block; } }
    .courseMenu-pagesList .pagesList-otherElements > span {
      color: #41b0e5;
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase;
      padding-left: 10px; }
      @media (min-width: 1200px) {
        .courseMenu-pagesList .pagesList-otherElements > span {
          padding-left: 20px; } }
    .courseMenu-pagesList .pagesList-otherElements ul {
      list-style-type: none;
      padding: 0; }
      .courseMenu-pagesList .pagesList-otherElements ul li a {
        width: 100%;
        display: block;
        position: relative;
        color: #fff;
        padding: 10px 15px 10px 45px; }
        @media (min-width: 1200px) {
          .courseMenu-pagesList .pagesList-otherElements ul li a {
            font-size: 13px;
            line-height: 16px;
            padding: 10px 15px 10px 55px; } }
        .courseMenu-pagesList .pagesList-otherElements ul li a.active {
          background-color: #1e2e71; }
          @media (min-width: 1200px) {
            .courseMenu-pagesList .pagesList-otherElements ul li a.active {
              background-color: #354895; } }
        .courseMenu-pagesList .pagesList-otherElements ul li a:before {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: 10px;
          height: 20px; }
          @media (min-width: 1200px) {
            .courseMenu-pagesList .pagesList-otherElements ul li a:before {
              top: 10px;
              left: 20px;
              transform: none; } }
  .courseMenu-button {
    text-align: center; }
    @media (min-width: 1200px) {
      .courseMenu-button {
        margin-left: 20px;
        margin-right: 20px;
        border-bottom: 1px solid #1e2e71; } }
    .courseMenu-button a {
      padding: 10px 35px 10px 60px;
      background-color: #586bb7;
      display: inline-block;
      font-size: 13px;
      color: #9babe6;
      border-radius: 10px;
      margin-bottom: 30px;
      position: relative; }
      @media (min-width: 1200px) {
        .courseMenu-button a {
          margin-top: 10px; } }
      .courseMenu-button a:before {
        content: url("../font/ico/document2-small.svg");
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 25px;
        height: 25px; }
  .courseMenu-backButton {
    display: none; }
    @media (min-width: 1200px) {
      .courseMenu-backButton {
        display: block;
        text-align: center;
        margin-top: 25px; }
        .courseMenu-backButton a {
          font-size: 13px;
          color: #fff;
          position: relative; }
          .courseMenu-backButton a:before {
            content: '';
            height: 0;
            width: 0;
            border-right: 6px solid #41b0e5;
            border-top: 6px solid transparent;
            border-bottom: 6px solid transparent;
            position: absolute;
            top: 2px;
            left: -20px; } }

.panelInfoBar {
  background-color: #fff;
  border-bottom: 1px solid #ededed;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 30px; }
  @media (min-width: 768px) {
    .panelInfoBar {
      flex-direction: row;
      justify-content: space-between;
      padding: 20px 30px; } }
  .panelInfoBar-title {
    font-size: 16px;
    color: #000;
    margin-bottom: 3px; }
  .panelInfoBar-time {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #acacac; }

.panelContent {
  background-color: #fafafa;
  width: 100%; }
  @media (min-width: 1200px) {
    .panelContent {
      padding-left: 300px;
      min-height: 100vh; } }
  .panelContent-wrapper {
    padding: 30px 20px 40px 20px; }
    @media (min-width: 768px) {
      .panelContent-wrapper {
        padding: 40px 30px 50px 30px;
        max-width: 768px;
        margin-right: auto;
        margin-left: auto; } }
    @media (min-width: 992px) {
      .panelContent-wrapper {
        max-width: 992px; } }
    @media (min-width: 1200px) {
      .panelContent-wrapper {
        max-width: 1200px; } }

.myPanel-title {
  display: block;
  color: #acacac;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px; }

.myPanel-yellowBox {
  background-color: #fff8e8;
  border: 1px solid #ebd295;
  padding: 20px 30px;
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px; }
  @media (min-width: 992px) {
    .myPanel-yellowBox {
      display: flex;
      align-items: center;
      justify-content: space-between; } }
  .myPanel-yellowBox h2 {
    color: #000;
    font-size: 23px;
    font-weight: 700;
    margin: 0px;
    line-height: 1;
    margin-bottom: 10px; }
  .myPanel-yellowBox p {
    color: #3c3c3b;
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
    margin-bottom: 5px; }

.myPanel-whiteBox {
  background-color: #fff;
  border: 1px solid #ededed;
  padding: 20px 30px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .myPanel-whiteBox {
      padding-left: 90px; } }
  @media (min-width: 992px) {
    .myPanel-whiteBox {
      display: flex;
      align-items: center;
      justify-content: space-between; } }
  .myPanel-whiteBox--finished {
    background-color: #f3eefc;
    border-color: #eee7fa; }
  .myPanel-whiteBox--results {
    margin-bottom: 0px;
    padding: 30px; }
    @media (min-width: 768px) {
      .myPanel-whiteBox--results {
        padding-left: 90px; } }
  .myPanel-whiteBox h2 {
    color: #000;
    font-size: 23px;
    font-weight: 700;
    margin: 0px;
    line-height: 1;
    margin-bottom: 10px; }
  .myPanel-whiteBox p {
    color: #3c3c3b;
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
    margin-bottom: 5px; }
    .myPanel-whiteBox p b {
      color: inherit; }

.myPanel-week {
  color: #acacac;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase; }

.myPanel-boxTitle {
  width: 100%;
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .myPanel-boxTitle {
      width: 55%;
      padding-right: 20px; } }
  @media (min-width: 992px) {
    .myPanel-boxTitle {
      padding-bottom: 0px; } }
  @media (min-width: 768px) {
    .myPanel-boxTitle--noDate {
      width: 100%; } }
  @media (min-width: 992px) {
    .myPanel-boxTitle--noDate {
      width: 55%; } }
  .myPanel-boxTitle--result {
    width: 100%; }
    @media (min-width: 992px) {
      .myPanel-boxTitle--result {
        width: 55%; } }

.myPanel-boxButton {
  width: 100%; }
  @media (min-width: 992px) {
    .myPanel-boxButton {
      width: 25%; } }
  .myPanel-boxButton a {
    margin-left: auto; }

.myPanel-boxDate {
  width: 100%;
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .myPanel-boxDate {
      width: 45%; } }
  @media (min-width: 992px) {
    .myPanel-boxDate {
      width: 20%;
      padding-bottom: 0px; } }

.myPanel-boxOptions {
  width: 100%; }
  @media (min-width: 992px) {
    .myPanel-boxOptions {
      width: 45%;
      text-align: right; } }
  @media (min-width: 992px) {
    .myPanel-boxOptions a {
      margin-left: auto; } }
  .myPanel-boxOptions .button {
    margin-bottom: 10px; }
  @media (min-width: 992px) {
    .myPanel-boxOptions--small {
      width: 30%;
      text-align: right; } }

.myPanel-boxResults {
  width: 100%;
  padding-bottom: 20px; }
  @media (min-width: 992px) {
    .myPanel-boxResults {
      width: 15%;
      border-left: 1px solid #ededed;
      padding-left: 10px;
      padding-bottom: 0px; } }
  .myPanel-boxResults p {
    color: #8e78b5;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase; }
  .myPanel-boxResults span {
    color: #3c3c3b;
    font-size: 21px;
    font-weight: 700; }

.myPanel-link {
  color: #41b0e5;
  font-size: 13px;
  font-weight: 700; }
  .myPanel-link:hover {
    color: #2585b3; }

.myPanel-flex {
  display: flex;
  border-left: 1px solid #ebd295;
  padding-left: 15px;
  align-items: center;
  justify-content: space-between; }

.myPanel-date {
  color: #3c3c3b;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 5px; }

.myPanel-time {
  color: #acacac;
  font-size: 13px;
  font-weight: 400; }

.myPanel-progress {
  color: #acacac;
  font-size: 16px;
  font-weight: 400;
  border-left: 1px solid #ededed;
  padding-left: 10px;
  margin-left: 10px; }

@media (min-width: 768px) {
  .myPanel-wideColumn {
    width: 50%;
    float: left;
    display: inline-block;
    padding-right: 10px; } }

@media (min-width: 992px) {
  .myPanel-wideColumn {
    width: 60%; } }

@media (min-width: 768px) {
  .myPanel-narrowColumn {
    padding-left: 10px;
    width: 50%;
    float: left;
    display: inline-block; }
    .myPanel-narrowColumn .linkedPages-content {
      height: 120px; }
      .myPanel-narrowColumn .linkedPages-content span {
        text-align: left; } }

@media (min-width: 992px) {
  .myPanel-narrowColumn {
    width: 40%; } }

.myPanel .lilac {
  color: #8e78b5; }

.currentCourses {
  background-color: #fff;
  border: 1px solid #ededed;
  padding: 30px;
  margin-bottom: 20px; }
  .currentCourses h3 {
    color: #000;
    font-size: 19px;
    margin: 0px;
    line-height: 1;
    margin-bottom: 10px; }
    .currentCourses h3 a {
      font-weight: 700; }
  .currentCourses p {
    color: #3c3c3b;
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
    margin-bottom: 20px; }
  .currentCourses-progressBar {
    width: 100%;
    background-color: #d3d3d3;
    height: 6px; }
    @media (min-width: 768px) {
      .currentCourses-progressBar {
        width: 90%; } }
    .currentCourses-progressBar--lilac {
      height: 100%;
      background-color: #8e78b5; }

.payments-box {
  background-color: #fff;
  border: 1px solid #ededed;
  padding: 30px 20px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .payments-box {
      padding: 30px 30px 30px 80px; } }
  @media (min-width: 992px) {
    .payments-box {
      padding: 30px 80px; } }

.payments h2 {
  color: #000;
  font-size: 23px;
  font-weight: 700;
  margin: 0px;
  margin-bottom: 20px;
  line-height: 1; }

.payments p {
  color: #3c3c3b;
  font-size: 13px;
  font-weight: 400;
  margin: 0px;
  margin-bottom: 5px; }

.payments-description {
  margin-bottom: 30px; }

.payments-tableHeader {
  overflow: auto;
  border-bottom: 3px solid #ededed;
  text-transform: uppercase; }
  .payments-tableHeader span {
    color: #acacac;
    font-size: 13px;
    font-weight: 700;
    display: block;
    padding: 10px 0px;
    width: 100%;
    text-align: center; }
    @media (min-width: 768px) {
      .payments-tableHeader span {
        text-align: left; } }

.payments-column {
  width: 50%;
  float: left;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap; }

.payments-tableRow {
  overflow: auto;
  padding: 10px;
  background-color: #fafafa; }
  .payments-tableRow:nth-child(even) {
    background-color: #fff; }
  .payments-tableRow--online {
    padding-bottom: 90px; }
    @media (min-width: 768px) {
      .payments-tableRow--online {
        padding: 10px; } }

.payments-link {
  color: #41b0e5;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding-left: 20px;
  padding-top: 20px;
  text-align: center; }
  .payments-link:before {
    font-family: 'fontello';
    content: '\e821';
    position: absolute;
    top: 0;
    left: 50%;
    transition: transform(-50%); }
  @media (min-width: 768px) {
    .payments-link {
      padding-top: 0px;
      padding-left: 20px;
      text-align: left; }
      .payments-link:before {
        top: 0;
        left: 0; } }
  .payments-link:hover {
    color: #2585b3; }
  .payments-link--inactive {
    color: #acacac;
    cursor: default; }
    .payments-link--inactive:hover {
      color: #acacac; }

.payments-status {
  color: #3c3c3b;
  font-size: 13px;
  font-weight: 400;
  display: block;
  position: relative;
  padding-left: 20px;
  width: 100%;
  padding-top: 20px;
  text-align: center; }
  .payments-status:before {
    position: absolute;
    top: 0;
    left: 50%;
    transition: transform(-50%); }
  @media (min-width: 768px) {
    .payments-status {
      padding-top: 0px;
      padding-left: 20px;
      text-align: left; }
      .payments-status:before {
        top: 0;
        left: 0; } }
  .payments-status--green:before {
    content: url("../font/ico/ok.svg"); }
  .payments-status--red:before {
    content: url("../font/ico/po-terminie.svg"); }
  .payments-status--yellow:before {
    content: url("../font/ico/do-oplacenia.svg"); }

.payments-button {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  display: inline-block;
  background-color: #41b0e5;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 15px;
  margin-top: 80px;
  text-align: center; }
  @media (min-width: 768px) {
    .payments-button {
      position: static;
      left: 0px;
      transform: none;
      margin-top: 10px; } }
  .payments-button:hover {
    background-color: #2585b3;
    color: #fff; }

.modulesSlider {
  padding-top: 50px; }
  .modulesSlider-wrap {
    margin-right: 60px; }
    .modulesSlider-wrap:last-of-type {
      margin-right: 0; }
    .modulesSlider-wrap:first-of-type .modulesSlider-box:after {
      display: none; }
  .modulesSlider-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    width: 200px;
    height: 200px;
    background-color: #fff;
    border: 1px solid #ededed; }
    .modulesSlider-box:after {
      position: absolute;
      left: -45px;
      content: '';
      display: inline-block;
      border-top: 2px dotted #dedede;
      width: 30px;
      height: 2px; }
    .modulesSlider-box:hover {
      cursor: pointer;
      border: 3px solid #4457a3; }
      .modulesSlider-box:hover:after {
        left: -47px; }
  .modulesSlider-title {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    color: #4457a3;
    margin: 0;
    margin-bottom: 3px; }
  .modulesSlider-state {
    font-size: 13px;
    font-weight: 700;
    color: #70dacd;
    text-transform: uppercase; }

.test {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .test {
      flex-wrap: nowrap; } }

.testResults {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 203px;
  background-color: #fff;
  padding-top: 11px;
  border: 1px solid #ededed; }
  @media (min-width: 768px) {
    .testResults {
      order: 1;
      flex: 0 0 203px;
      align-self: flex-start; } }
  .testResults-tip {
    margin-left: 29px;
    margin-right: 29px;
    margin-bottom: 19px;
    font-size: 13px;
    color: #666;
    text-align: center;
    font-weight: 400;
    line-height: 16px;
    max-width: 203px; }
  .testResults-links {
    width: 100%;
    text-align: center; }
    .testResults-links .decoratedLink {
      display: block;
      padding-top: 9.5px;
      padding-bottom: 9.5px;
      border-top: 1px solid #ededed; }

.score {
  margin-left: 32px;
  margin-right: 32px; }
  .score-number {
    font-style: "Lato", sans-serif;
    font-size: 42px;
    color: #d3d3d3; }
    .score-number--accent {
      color: #8e78b5; }

@media (min-width: 768px) {
  .testQuestion {
    padding-right: 50px; } }

.testQuestion-header {
  font-family: "Lato", sans-serif;
  color: #3c3c3b;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px; }

.testQuestion-title {
  color: #3c3c3b;
  font-size: 21px;
  font-weight: 700; }

.testQuestion-textArea {
  width: 100%;
  height: 382px;
  margin-bottom: 34px;
  border-style: solid;
  border: 1px solid #d3d3d3;
  background-color: #fff;
  box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.05); }

.testQuestion-descr {
  color: #666;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px; }

.testQuestion-images {
  margin-top: 30px; }
  .testQuestion-images img {
    max-width: 233px;
    max-height: 155px;
    margin-right: 23px;
    margin-bottom: 25px; }

.testQuestion .radioGroup {
  margin-bottom: 20px; }

.questions {
  background-color: #fff;
  overflow: hidden;
  padding: 30px 20px;
  border: 1px solid #ededed;
  border-top: none; }
  @media (min-width: 768px) {
    .questions {
      padding: 0px 30px 30px 90px; } }
  .questions h2 {
    color: #3c3c3b;
    font-size: 28px;
    font-weight: 700; }
  .questions p {
    color: #666;
    font-size: 16px;
    font-weight: 400; }
    .questions p.answer {
      font-style: italic; }
    .questions p.comment {
      font-style: italic;
      color: #8e78b5;
      margin-bottom: 30px; }
  .questions h3 {
    color: #3c3c3b;
    font-size: 21px;
    font-weight: 700; }
  .questions-imgContainer {
    overflow: hidden; }
  .questions-img {
    height: 160px;
    width: 235px;
    margin: 20px 0px;
    display: inline-block;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    float: left; }
  .questions-result {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .questions-result--final {
      background-color: #fff;
      overflow: hidden;
      padding: 30px 20px;
      border: 1px solid #ededed;
      border-top: none;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start; }
      @media (min-width: 768px) {
        .questions-result--final {
          display: flex;
          align-items: center;
          flex-direction: row;
          justify-content: flex-start;
          padding: 30px 30px 30px 90px; } }
  .questions-resultText {
    text-align: center;
    margin-right: 10px; }
    .questions-resultText--final {
      margin-right: 30px;
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .questions-resultText--final {
          margin-bottom: 0px; } }
  .questions-resultTitle {
    color: #8e78b5;
    font-size: 13px;
    font-weight: 700;
    display: block;
    text-transform: uppercase; }
  .questions-resultPoints {
    color: #acacac;
    font-size: 21px;
    font-weight: 700; }
    .questions-resultPoints span {
      color: #666; }
  .questions-resultIcon {
    position: relative;
    border-radius: 50%;
    width: 50px;
    height: 50px; }
    .questions-resultIcon--wrong {
      border: 1px solid #e72e4b; }
      .questions-resultIcon--wrong:before {
        width: 50%;
        height: 50%;
        position: absolute;
        content: '';
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-image: url("../img/wrong.png");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat; }
    .questions-resultIcon--right {
      border: 1px solid #70dacd; }
      .questions-resultIcon--right:before {
        width: 50%;
        height: 50%;
        position: absolute;
        content: '';
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-image: url("../img/right.png");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat; }

.courseModule {
  overflow: auto;
  position: relative;
  background-color: #fff;
  border: 1px solid #ededed;
  padding: 10px 30px 0px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .courseModule {
      padding: 25px 50px 0px; } }
  .courseModule-header {
    color: #acacac;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .courseModule-title {
    max-width: calc(100% - 60px);
    color: #3c3c3b;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px; }
  .courseModule-status {
    color: #70dacd;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px; }
  @media (min-width: 768px) {
    .courseModule-description {
      max-width: calc(100% - 60px); } }
  .courseModule p {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 10px; }
  .courseModule-link {
    color: #4457a3;
    font-size: 16px;
    font-weight: 700;
    display: block;
    padding: 15px 0px;
    border-bottom: 1px solid #ededed;
    position: relative;
    padding-left: 55px; }
    @media (min-width: 768px) {
      .courseModule-link {
        padding-left: 65px; } }
    .courseModule-link:visited, .courseModule-link:link {
      color: #4457a3; }
    .courseModule-link:hover {
      color: #1e2e71; }
    .courseModule-link.disabled {
      color: #acacac; }
      .courseModule-link.disabled:hover {
        color: #acacac; }
    .courseModule-link:before {
      font-family: 'fontello';
      margin-left: 5px;
      margin-right: 10px;
      font-size: 25px;
      position: absolute;
      top: 50%;
      left: 0px;
      transform: translate(5px, -50%);
      width: 35px;
      text-align: center; }
    .courseModule-link--video:before {
      content: '\E812'; }
    .courseModule-link--page:before {
      content: '\E814'; }
    .courseModule-link--book:before {
      content: '\E813'; }
  .courseModule-testBox {
    padding: 20px 5px;
    text-align: center; }
    @media (min-width: 768px) {
      .courseModule-testBox {
        text-align: left; } }
  .courseModule-button {
    background-color: #41b0e5;
    border-radius: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    padding: 10px 30px 10px 60px;
    position: relative; }
    @media (min-width: 768px) {
      .courseModule-button {
        padding-left: 65px;
        margin-left: 55px; } }
    .courseModule-button:hover {
      background-color: #2585b3;
      color: #fff; }
    .courseModule-button:before {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translate(0px, -50%);
      content: '\E815';
      font-family: 'fontello';
      padding-left: 30px;
      font-size: 20px; }
    .courseModule-button.disabled {
      background-color: #acacac; }
      .courseModule-button.disabled:hover {
        background-color: #acacac;
        color: #fff; }
  .courseModule-info {
    margin: 0px -20px;
    border-top: 1px solid #ededed;
    padding: 30px 10px 30px;
    display: flex;
    flex-wrap: wrap;
    background-color: #fafafa; }
    @media (min-width: 768px) {
      .courseModule-info {
        margin: 0px -50px;
        padding: 30px 50px 50px; } }
  .courseModule-rules {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 60px;
    background-image: url(../img/hat.svg);
    background-repeat: no-repeat; }
    @media (min-width: 768px) {
      .courseModule-rules {
        width: 60%;
        padding-right: 50px;
        padding-left: 70px; } }
    @media (min-width: 992px) {
      .courseModule-rules {
        width: 50%;
        margin-bottom: 0px; } }
  .courseModule-infoBox {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 60px; }
    @media (min-width: 768px) {
      .courseModule-infoBox {
        width: 40%;
        border-left: 1px solid #ededed;
        padding-left: 15px; } }
    @media (min-width: 992px) {
      .courseModule-infoBox {
        width: 25%;
        margin-bottom: 0px; } }
    .courseModule-infoBox .button {
      text-transform: none;
      margin-bottom: 10px;
      max-width: 145px; }
      .courseModule-infoBox .button:last-child {
        margin-bottom: 0px; }
    .courseModule-infoBox--last {
      margin-bottom: 0px;
      border-left: none; }
      @media (min-width: 992px) {
        .courseModule-infoBox--last {
          border-left: 1px solid #ededed; } }
  .courseModule-result {
    color: #3c3c3b;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block; }
  .courseModule-date {
    color: #3c3c3b;
    font-size: 21px;
    font-weight: 400; }
  .courseModule-lilac {
    color: #8e78b5;
    display: block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .courseModule-calendar {
    color: #acacac;
    font-size: 13px;
    font-weight: 700;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px; }
    .courseModule-calendar:before {
      position: absolute;
      top: 0;
      left: 0;
      font-family: 'fontello';
      content: '\E816';
      font-size: 25px; }
  .courseModule-toggleContent {
    display: none; }
  .courseModule-toggleButton {
    cursor: pointer;
    position: absolute;
    top: 25px;
    right: 25px;
    width: 46px;
    height: 46px;
    border-radius: 23px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); }
    .courseModule-toggleButton:before {
      content: '';
      height: 0;
      width: 0;
      border-top: 11px solid #41b0e5;
      border-right: 11px solid transparent;
      border-left: 11px solid transparent;
      position: absolute;
      top: 18px;
      transition: transform 0.2s ease-in-out;
      left: 12px; }
    .courseModule-toggleButton.active:before {
      transform: rotate(180deg); }

/*# sourceMappingURL=styles.css.map */
