@charset "UTF-8";

@font-face {
  font-family: 'OnAir-Regular';
  src: url(/fonts/OnAir-Regular.eot?8319ed2816c9178a05d0c1a8f6bdbe9b);
  src: url(/fonts/OnAir-Regular.eot?8319ed2816c9178a05d0c1a8f6bdbe9b) format("embedded-opentype"), url(/fonts/OnAir-Regular.woff2?c08a2aef693d93fbc00b0b569be070cc) format("woff2"), url(/fonts/OnAir-Regular.woff?e822f4aa71c6299d846e2a7a5eed3ea0) format("woff"), url(/fonts/OnAir-Regular.svg?c857e4da1b216b0c343313ca28f78876) format("svg");
  font-weight: normal;
}

@font-face {
  font-family: 'OnAir-Bold';
  src: url(/fonts/OnAir-Bold.eot?21d3ebea09ac6fad573dbcdb6d7bbbca);
  src: url(/fonts/OnAir-Bold.eot?21d3ebea09ac6fad573dbcdb6d7bbbca) format("embedded-opentype"), url(/fonts/OnAir-Bold.woff2?8cbe59f90e66fa7bb7e73f75ffb0e40c) format("woff2"), url(/fonts/OnAir-Bold.woff?274ba8dddbb51f4ee0059ac4ab62ed27) format("woff"), url(/fonts/OnAir-Bold.svg?43cfda6d5e49346cb2e1ae17d0d9a57c) format("svg");
  font-weight: normal;
}

/*
   Animation example, for spinners
*/

.animate-spin {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

body,
html {
  width: 100%;
  font-family: "OnAir-Regular", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #343434;
  letter-spacing: 0.3px;
  background: #f4f9fd;
}

body:not(.dialog-iframe-root-node):not(.dialog-iframe-popup) {
  background-color: #f2f6ff;
}

body.homepage:not(.dialog-iframe-root-node):not(.dialog-iframe-popup),
body.homepage,
body.homepage-zs:not(.dialog-iframe-root-node):not(.dialog-iframe-popup),
body.homepage-zs,
body.homepage-ss:not(.dialog-iframe-root-node):not(.dialog-iframe-popup),
body.homepage-ss {
  /*background:  #FFFFFF url('/images/bg-top.jpg') top center no-repeat;*/
}

@media screen and (max-width: 819px) {
  body.homepage:not(.dialog-iframe-root-node):not(.dialog-iframe-popup),
  body.homepage,
  body.homepage-zs:not(.dialog-iframe-root-node):not(.dialog-iframe-popup),
  body.homepage-zs,
  body.homepage-ss:not(.dialog-iframe-root-node):not(.dialog-iframe-popup),
  body.homepage-ss {
    background-position: top center;
  }
}

body.homepage-zs .page,
body.homepage-ss .page {
  background: transparent url("/images/bg-header-zs-min-3.png") center top no-repeat;
  /* background-size: 50% auto;*/
}

@media screen and (min-width: 1921px) {
  body.homepage-zs .page,
  body.homepage-ss .page {
    background-size: 100% auto;
  }
}

.boldable b {
  font-weight: 500;
}

body.homepage .page,
body.body-rules .page {
  /* background: transparent url('/images/bg-header-fullwidth-min.png') center top no-repeat;*/
  background: #f2f6ff url("/images/bg-homepage-top-min-2.png") center top no-repeat;
  /*background-size: 100% auto;  */
  /*  @media screen and (max-width: 768px){
        background-image: none;
     }  */
}

@media screen and (min-width: 1921px) {
  body.homepage .page,
  body.body-rules .page {
    background-size: 100% auto;
  }
}

@media screen and (min-width: 821px) and (max-width: 1000px) {
  body.homepage .page,
  body.body-rules .page {
    background-size: 175% auto;
  }
}

input,
textarea,
button,
select {
  font-family: "OnAir-Regular", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  font-weight: normal;
}

input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: none;
}

sub,
sup {
  font-size: 60%;
}

a {
  color: #0050ff;
}

a:hover,
a:focus,
a:active {
  color: #0050ff;
  text-decoration: underline;
}

hr {
  border-color: #cbd5e1;
}

.page {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.wrapper {
  width: 940px;
  max-width: 90%;
  margin: auto;
}

.clear {
  clear: both;
}

.ac:after {
  content: "";
  display: table;
  clear: both;
}

.center {
  text-align: center;
}

.fullwidth {
  width: 100%;
}

.table {
  display: table;
  height: 100%;
  width: 100%;
}

.tr {
  display: table-row;
  height: 100%;
  width: 100%;
}

.td {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

.valign {
  width: 1px;
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}

.bigger {
  font-size: 18px;
}

.my-tooltip {
  position: absolute;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  bottom: 100%;
  left: 50%;
  margin-left: -50px;
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 1.2;
  color: #00008c;
  padding: 8px 10px;
  width: 100px;
  text-align: center;
  border-radius: 3px;
  -webkit-box-shadow: 3px 5px 15px rgba(16, 62, 94, 0.1);
          box-shadow: 3px 5px 15px rgba(16, 62, 94, 0.1);
}

.my-tooltip:after,
.my-tooltip:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.my-tooltip:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 7px;
  margin-left: -7px;
}

.my-tooltip:before {
  border-color: rgba(190, 217, 238, 0);
  border-top-color: #cbd5e1;
  border-width: 8px;
  margin-left: -8px;
}

.header {
  padding: 15px 0 40px;
}

.header .hlogo {
  float: left;
  margin-top: 10px;
}

.header .o2-logo {
  /*position: absolute;
       right: 0px;
       top: 20px;         */
  float: right;
  width: 60px;
  display: block;
  outline: none;
  text-decoration: none;
}

.header .o2-logo img {
  width: 100%;
}

.header .menu {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0;
  padding-top: 30px;
  margin-left: 20%;
}

.header .menu a {
  /*&.active{
                text-decoration: underline;
            }*/
}

.header .menu .btn-menu.active {
  color: #f2f6ff;
  text-decoration: none;
  background-color: #ffffff;
  -webkit-box-shadow: 7.873px 9.057px 22.56px 1.44px rgba(41, 70, 131, 0.1);
          box-shadow: 7.873px 9.057px 22.56px 1.44px rgba(41, 70, 131, 0.1);
}

.header .menu .btn .user-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -2px;
  width: 14px;
  height: 17px;
  background: url("/images/icon-user.png") center center no-repeat;
  background-size: contain;
}

.header .menu-item {
  display: inline-block;
}

.header .menu .dropdown-toggle .icon-arrow-down {
  display: inline-block;
  width: 13px;
  height: 8px;
  margin-left: 15px;
  background: url("/images/icon-arrow-down-blue.svg?v=1") center center no-repeat;
}

.header .menu .dropdown-menu > li > a {
  font-size: 14px;
  line-height: 1.3;
  color: #00001e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header .menu .dropdown-menu > li > a.active {
  background: #f2f5f9;
}

.header .menu .dropdown-menu > li > a:hover,
.header .menu .dropdown-menu > li > a:focus,
.header .menu .dropdown-menu > li > a:active {
  padding: 13px 20px !important;
  background-color: #ebebed;
}

@media screen and (max-width: 980px) {
  .header .menu {
    margin-left: 23%;
  }
}

@media screen and (max-width: 820px) {
  .header {
    background: #FFFFFF;
    padding: 10px 0px;
    position: relative;
  }

  .header .hlogo {
    position: relative;
    top: 3px;
    margin-top: 0;
  }

  .header .hlogo img {
    max-height: 60px;
  }

  .header .o2-logo {
    display: none;
  }
}

@media screen and (min-width: 821px) {
  .homepage .menu,
  .body-rules .menu {
    padding-top: 18px;
  }
}

.ok-icon {
  display: block;
  width: 53px;
  height: 36px;
  background: url("/images/ok-icon.png") center center no-repeat;
  background-size: contain;
  margin: 0px auto 20px auto;
}

.error-message {
  color: #ff5a5a;
  padding-top: 20px;
  display: none;
}

.success-message {
  color: #029c09;
  padding-top: 20px;
  display: none;
}

#login-form-wrap .form-horizontal .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
}

#login-form-wrap .form-wrap {
  position: relative;
}

#login-form-wrap .login-error {
  padding: 20px 0px 0px 0px;
  color: #ff5a5a;
}

#login-form-wrap .popup-content {
  padding: 50px 60px;
  border: 4px solid rgba(0, 0, 140, 0.3);
  max-width: 650px;
}

@media screen and (max-width: 720px) {
  #login-form-wrap .popup-content {
    padding: 30px 30px;
  }
}

#login-form-wrap .popup-content .fg-checkbox {
  margin-bottom: 20px;
}

#login-form-wrap .popup-content .fg-checkbox input[type=checkbox] {
  margin: -1px 5px 0px 0px;
  vertical-align: middle;
}

#login-form-wrap .popup-content .fg-lost-password {
  padding-top: 12px;
  text-align: center;
}

#login-form-wrap .popup-content .btn-close {
  background-color: #00008c;
}

#login-form-wrap .popup-content .row .btn {
  width: 100%;
}

@media screen and (max-width: 720px) {
  #login-form-wrap .popup-content .btn-close {
    top: 10px;
    right: 10px;
  }
}

@media screen and (max-width: 820px) {
  .header .menu {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0) translateY(-300px);
    transform: scale(0) translateY(-300px);
    -webkit-transition: all .2s;
    transition: all .2s;
    display: block;
    position: fixed;
    top: 85px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 900;
    overflow: auto;
    width: 100%;
    margin-left: 0;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 102, 0.1);
  }

  .header .menu-item {
    display: block;
    max-width: 90%;
    padding-bottom: 18px;
    margin: 20px auto 0;
  }

  .header .menu-item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 102, 0.1);
  }

  .header .menu .btn {
    position: relative;
    display: block;
    width: 100%;
    min-height: inherit;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.2px;
    text-align: left;
    color: #0019A5;
    padding: 0 0 0 45px;
    background-color: transparent !important;
    border: none;
  }

  .header .menu .btn:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .header .menu .btn .o2f-arrow-right {
    display: none;
  }

  .header .menu .btn-icon-current-year:before {
    width: 22px;
    height: 22px;
    background-image: url("/images/icon-menu-current-year.svg");
  }

  .header .menu .btn-icon-years:before {
    width: 24px;
    height: 26px;
    background-image: url("/images/icon-menu-years.svg");
  }

  .header .menu .btn-icon-training:before {
    width: 22px;
    height: 24px;
    background-image: url("/images/icon-menu-training.svg");
  }

  .header .menu .btn .user-icon {
    width: 20px;
    height: 28px;
    margin-right: 25px;
    background-image: url("/images/icon-menu-user.png");
  }

  .header .menu .btn-menu {
    text-align: left;
  }

  .header .menu .btn-show-login,
  .header .menu .btn-show-profile {
    padding-left: 0;
  }

  .header .menu .btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .header .menu .btn-group .dropdown-toggle .icon-arrow-down {
    float: right;
    width: 15px;
    height: 12px;
    margin: 5px 5px 0 0;
    background-image: url("/images/icon-menu-arrow-down-blue.svg");
    background-size: contain;
  }

  .header .menu .btn-group .dropdown-toggle:hover .icon-arrow-down,
  .header .menu .btn-group .dropdown-toggle:focus .icon-arrow-down,
  .header .menu .btn-group .dropdown-toggle:active .icon-arrow-down {
    background-image: url("/images/icon-menu-arrow-down-blue.svg");
  }

  .header .menu .btn-group .dropdown-menu {
    position: relative;
    top: inherit;
    margin-top: 15px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .header .menu .btn-group .dropdown-menu > li {
    border-bottom: none;
  }

  .header .menu .btn-group .dropdown-menu > li > a {
    letter-spacing: 0.18px;
    color: #0019A5;
    padding: 10px 20px 10px 46px;
  }

  .header .menu .btn-group .dropdown-menu > li > a:hover,
  .header .menu .btn-group .dropdown-menu > li > a:focus,
  .header .menu .btn-group .dropdown-menu > li > a:active {
    padding: 10px 20px 10px 46px !important;
    background-color: #ffffff;
  }

  html.open {
    overflow: hidden;
    height: 100%;
  }

  html.open body {
    overflow: hidden;
    height: 100%;
  }

  html.open body .page {
    overflow: hidden;
    height: 100%;
  }

  html.open .header .menu {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    opacity: 1;
    visibility: visible;
  }
}

.header-back-link {
  float: right;
  font-size: 18px;
  margin-top: 5px;
}

.hamburger {
  display: none;
  width: 38px;
  height: 27px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (min-width: 1px) and (max-width: 820px) {
  .hamburger {
    display: block;
  }
}

.hamburger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #00008c;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2),
.hamburger span:nth-child(3) {
  top: 10px;
}

.hamburger span:nth-child(4) {
  top: 20px;
}

.hamburger.open span:nth-child(1),
.hamburger.open span:nth-child(4) {
  top: 10px;
  width: 0;
  left: 50%;
}

.hamburger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

strong {
  font-weight: 600;
}

h1 {
  font-size: 36px;
  color: #00008c;
  font-weight: 600;
  margin-bottom: 0.8em;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 30px;
  }
}

h1.withsubheadline {
  margin-bottom: 0.4em;
}

h2 {
  font-size: 25px;
  color: #00008c;
  font-weight: 600;
  margin-bottom: 0.8em;
  line-height: 1.3;
}

h3 {
  font-size: 18px;
  font-weight: 600;
  color: #00001e;
  margin-bottom: 0.8em;
  line-height: 1.3;
}

.static-page {
  padding-bottom: 40px;
}

.static-page h1 {
  color: #000000;
  font-size: 33px;
  font-weight: normal;
  margin-top: 0em;
  letter-spacing: auto;
}

.static-page h2 {
  font-size: 25px;
  color: #000000;
  font-weight: normal;
  margin-top: 1.5em;
  margin-bottom: 0.4em;
  line-height: 1.3;
  letter-spacing: auto;
}

.static-page h3 {
  font-size: 20px;
  color: #000000;
  font-weight: normal;
  margin-top: 1.5em;
  margin-bottom: 0.4em;
  line-height: 1.3;
  letter-spacing: auto;
}

.static-page h4 {
  font-size: 18px;
  color: #000000;
  font-weight: normal;
  margin-top: 1.5em;
  margin-bottom: 0.4em;
  line-height: 1.3;
  letter-spacing: auto;
}

.static-page p,
.static-page ul,
.static-page ol {
  margin-bottom: 0.8em;
}

.static-page ul ul {
  margin-top: 0.8em;
  margin-left: 40px;
}

ul.ul li {
  color: inherit;
  list-style-type: disc;
  padding-left: 5px;
}

ul.ul li:before {
  content: none;
}

p {
  color: #343434;
  margin-bottom: 1.5em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.breadcrumbs span {
  color: #00001e;
  padding: 0px 10px;
}

@-webkit-keyframes arrow-jump {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
}

.with-arrow:before {
  content: '\2192';
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -6px;
  font-size: 1.2em;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.with-arrow:hover:before {
  -webkit-animation: arrow-jump 1s infinite;
  animation: arrow-jump 1s infinite;
}

/*.row{
    width: 100%;
    
}


@media screen and (min-width: 768px){
    .col2{ 
        width: 50%;
        float: left;
    }
}  */

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0, 0, 140, 0.2);
  border-right: 1.1em solid rgba(0, 0, 140, 0.2);
  border-bottom: 1.1em solid rgba(0, 0, 140, 0.2);
  border-left: 1.1em solid rgba(0, 0, 140, 0.6);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.with-bubbles {
  position: relative;
}

.with-bubbles:before {
  content: '';
  display: block;
  position: absolute;
  top: -44px;
  right: -64px;
  width: 91px;
  height: 86px;
  background: url("/images/bubbles.png?2") center center no-repeat;
}

.main-banner {
  position: relative;
  margin-bottom: 30px;
}

@media screen and (min-width: 821px) {
  .main-banner {
    min-height: 400px;
  }
}

.main-banner p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .main-banner.train-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 500px;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .main-banner.breathe-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 400px;
  }
}

.main-banner.home-banner {
  padding-bottom: 40px;
}

@media screen and (max-width: 880px) {
  .main-banner.home-banner {
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 480px) {
  .main-banner.home-banner {
    margin-bottom: -20px;
  }

  .main-banner.home-banner .with-bubbles:before {
    display: none;
  }
}

@media screen and (min-width: 821px) and (max-width: 1000px) {
  .main-banner.home-banner h1 {
    padding-top: 0px !important;
  }
}

.main-banner.home-banner .center {
  max-width: 580px;
  margin: auto;
}

.main-banner.home-banner .center * {
  color: #FFFFFF;
}

.main-banner.home-banner h1 {
  padding-top: 50px;
  margin-bottom: 0.4em;
}

@media screen and (min-width: 920px) {
  .main-banner.home-banner h1 {
    font-size: 42px;
  }
}

.main-banner .header-img {
  position: absolute;
  left: 50%;
}

.main-banner.zs-banner h1 {
  padding-top: 20px;
}

.main-banner.zs-banner .header-img {
  max-width: 40%;
  top: 50%;
  margin-left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main-banner.zs-banner .header-img-2018 {
  max-width: 280px;
}

.main-banner.zs-banner .header-sticker-train {
  position: absolute;
  width: 120px;
  height: 120px;
  top: -25px;
  left: calc(100% + 15%);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  padding-top: 20px;
  background-color: #a078ff;
  border-radius: 50%;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  z-index: 1;
}

@media screen and (min-width: 768px) and (max-width: 820px) {
  .main-banner.zs-banner .header-sticker-train {
    top: 30px;
    left: 100%;
  }
}

.main-banner.ss-banner h1 {
  padding-top: 30px;
}

.main-banner.ss-banner .header-img {
  top: 130px;
  max-width: 45%;
}

@media screen and (max-width: 767px) {
  .main-banner.ss-banner,
  .main-banner.zs-banner {
    padding-top: 30px;
  }

  .main-banner.ss-banner h1,
  .main-banner.zs-banner h1 {
    padding-top: 0px;
  }

  .main-banner.ss-banner .row p,
  .main-banner.zs-banner .row p {
    max-width: 72%;
  }

  .main-banner.ss-banner .header-img,
  .main-banner.zs-banner .header-img {
    position: static;
    float: right;
  }

  .main-banner.ss-banner .header-img {
    max-width: 80%;
    margin-right: 10%;
  }

  .main-banner.zs-banner .header-img {
    max-width: 80%;
    margin-right: 10%;
    margin-top: 30px;
    -webkit-transform: none;
            transform: none;
  }

  .main-banner.zs-banner .header-img-2018 {
    max-width: inherit;
    max-height: 400px;
    margin-right: 23%;
  }

  /*body.homepage,*/

  body.homepage-zs .page,
  body.homepage-ss .page {
    background: transparent url("/images/bg-header-mobile-min-3.png") center -292px no-repeat;
    background-size: auto;
  }
}

@media screen and (max-width: 575px) {
  .main-banner.ss-banner .row p,
  .main-banner.zs-banner .row p {
    max-width: 100%;
  }

  body.homepage-zs .page,
  body.homepage-ss .page {
    background-position: center top;
  }
}

.homeboxes .homebox {
  position: relative;
  padding: 20px 20px 105px 20px;
  padding-bottom: 50px !important;
  margin-top: 130px;
  -webkit-box-shadow: 7px 7px 50px rgba(16, 62, 94, 0.1);
          box-shadow: 7px 7px 50px rgba(16, 62, 94, 0.1);
}

.homeboxes .homebox.box-zs {
  /* background: transparent url('/images/o2-gradient.png') top left repeat-x;
             background-size: 24px 100%;       */
  background: #d2e5f6;
}

.homeboxes .homebox.box-ss {
  background: #ffffff;
}

.homeboxes .homebox .sticker {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 108px;
}

.homeboxes .homebox .box-img {
  display: block;
  position: absolute;
}

.homeboxes .homebox h3 {
  font-size: 25px;
}

.homeboxes .homebox h3 a {
  color: inherit;
}

.homeboxes .homebox h5 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 50px;
}

.homeboxes .homebox.box-zs .box-img {
  right: 8%;
  top: -95px;
  height: 240px;
}

.homeboxes .homebox.box-ss .box-img {
  right: -5%;
  top: -112px;
  height: 180px;
}

.homeboxes .homebox p {
  margin-bottom: 2em;
  max-width: 450px;
}

.homeboxes .homebox .btn {
  min-width: 120px;
}

.homeboxes .homebox .btn-bottom {
  position: absolute;
  left: auto;
  bottom: 60px;
}

.homeboxes .homebox .with-arrow {
  position: absolute;
  left: auto;
  bottom: 50px;
}

@media screen and (max-width: 540px) {
  .homeboxes .homebox .with-arrow {
    bottom: 30px;
    margin-right: 150px;
  }

  .homeboxes .homebox .with-arrow:before {
    float: left;
    margin-bottom: 25px;
    margin-top: -4px;
  }
}

@media screen and (max-width: 360px) {
  .homeboxes .homebox .with-arrow:before {
    display: none;
  }
}

.homeboxes .homebox .voting-stats {
  margin-bottom: 30px;
}

.homeboxes .homebox .voting-stats .table {
  width: auto;
}

.homeboxes .homebox .voting-stats .td {
  width: auto;
  color: #3477ab;
  padding-right: 10px;
}

.homeboxes .homebox .voting-stats .td strong {
  font-size: 40px;
  font-weight: 600;
}

.homeboxes .homebox .voting-stats .td.spacer {
  width: 20px;
}

@media screen and (max-width: 480px) {
  .homeboxes .homebox .voting-stats .table,
  .homeboxes .homebox .voting-stats .tr {
    display: block;
    width: 100%;
    height: auto;
  }

  .homeboxes .homebox .voting-stats .td {
    height: auto;
    display: inline-block;
    vertical-align: middle;
  }

  .homeboxes .homebox .voting-stats .td.spacer {
    display: block;
  }
}

@media screen and (max-width: 350px) {
  .homeboxes .homebox.box-ss {
    /*.box-img{
                        top:-120px;
                    }  */
  }

  .homeboxes .homebox.box-ss h5 {
    max-width: 100px;
  }
}

@media screen and (max-width: 430px) {
  .homeboxes .homebox.box-zs h3 {
    max-width: 200px;
  }
}

@media screen and (min-width: 480px) {
  .homeboxes .homebox .sticker {
    right: 35px;
    bottom: 25px;
  }
}

@media screen and (min-width: 560px) {
  .homeboxes .homebox {
    padding: 30px 30px 105px 30px;
  }

  .homeboxes .homebox .box-img {
    /*height: auto !important;*/
  }

  .homeboxes .homebox .sticker {
    top: -20px;
    right: 30%;
    bottom: auto;
  }

  .homeboxes .homebox.box-zs .box-img {
    top: -116px;
    height: auto;
    max-height: 240px;
  }

  .homeboxes .homebox.box-zs .sticker {
    right: 17%;
  }

  .homeboxes .homebox.box-ss .box-img {
    height: auto;
    max-height: 270px;
    top: -120px;
  }
}

@media screen and (min-width: 880px) {
  .homeboxes {
    margin-top: 130px;
    -webkit-box-shadow: 15px 15px 70px rgba(16, 62, 94, 0.1);
            box-shadow: 15px 15px 70px rgba(16, 62, 94, 0.1);
  }

  .homeboxes .homebox {
    margin-top: 0px;
    width: 50%;
    float: left;
    padding: 36px 30px 115px 30px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .homeboxes .homebox .sticker {
    top: -20px;
    left: 43%;
    right: auto;
    bottom: auto;
  }

  .homeboxes .homebox.box-zs .sticker {
    left: 49%;
  }

  .homeboxes .homebox.box-zs .box-img {
    top: -120px;
    max-height: 270px;
    right: 9%;
  }

  .homeboxes .homebox.box-ss .box-img {
    max-height: 250px;
    top: -130px;
    right: -8%;
  }

  .homeboxes .homebox .btn-home-vote {
    position: absolute;
    bottom: 100px;
    left: auto;
  }
}

@media screen and (min-width: 1024px) {
  .homeboxes {
    margin-top: 160px;
  }

  .homeboxes .homebox {
    padding: 36px 60px 125px 60px;
  }

  .homeboxes .homebox.box-zs .box-img {
    top: -150px;
    max-height: 300px;
    right: 7%;
  }

  .homeboxes .homebox.box-ss .box-img {
    max-height: 295px;
    top: -160px;
    right: -8%;
  }
}

@media screen and (min-width: 970px) {
  .homeboxes .homebox.box-ss .sticker {
    left: 41%;
  }
}

@media screen and (min-width: 1100px) {
  .homeboxes .homebox.box-zs .sticker {
    left: -60px;
  }
}

.voting-ended .homeboxes .homebox {
  padding-bottom: 25px;
}

@media screen and (min-width: 880px) {
  .voting-ended .homeboxes .homebox {
    padding-bottom: 85px;
  }
}

.show-winners .homeboxes {
  margin-bottom: 40px;
}

.show-winners .homeboxes .homebox {
  padding-bottom: 95px;
}

@media screen and (min-width: 880px) {
  .show-winners .homeboxes .homebox {
    padding-bottom: 95px;
  }
}

.homeboxes-bottom-box {
  border: 1px solid #dfecf5;
  background: #FFFFFF;
  -webkit-box-shadow: 15px 15px 70px rgba(16, 62, 94, 0.1);
          box-shadow: 15px 15px 70px rgba(16, 62, 94, 0.1);
  max-width: 620px;
  margin: 30px auto 30px auto;
  position: relative;
  text-align: center;
  padding: 30px;
  font-weight: 600;
  color: #303666;
}

.homeboxes-bottom-box p {
  max-width: 414px;
  margin: 0 auto;
}

@media screen and (min-width: 880px) {
  .homeboxes-bottom-box {
    top: -95px;
    margin-bottom: -80px;
  }
}

.voting-ended-infobox {
  font-weight: 600;
  color: #303666;
  border: 1px solid #dfecf5;
  background: #FFFFFF;
  -webkit-box-shadow: 7px 7px 40px rgba(16, 62, 94, 0.1);
          box-shadow: 7px 7px 40px rgba(16, 62, 94, 0.1);
  padding: 15px 20px;
  text-align: center;
  margin-right: -20px;
  margin-left: -20px;
}

.voting-ended-infobox .btn {
  margin-top: 15px;
}

@media screen and (max-width: 450px) {
  .voting-ended-infobox {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 20px 0 0 0;
    border-width: 1px 0 0 0;
  }
}

@media screen and (max-width: 340px) {
  .voting-ended-infobox .btn {
    font-size: 13px;
  }
}

.select2-container:focus,
.select2-container .select2-selection:focus,
.select2-container .selection:focus {
  outline: none;
}

.select2-container .select2-selection--single {
  height: 48px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  padding-left: 15px;
  padding-right: 15px;
  border-color: #cbd5e1;
  background: transparent;
}

.select2-container--default .select2-results__group {
  font-size: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #00001e;
  padding-left: 12px;
  line-height: 48px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: inline-block;
  padding: 4px;
  margin: -4px 0 0 -3px;
  border-style: solid;
  -o-border-image: none;
     border-image: none;
  border-width: 0px 2px 2px 0px;
  border-color: #00008c;
  -webkit-transition: margin 0.2s, -webkit-transform 0.2s;
  transition: margin 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, margin 0.2s;
  transition: transform 0.2s, margin 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  margin: 0px 0px 0px -4px;
  border-color: #00008c;
  border-width: 0px 2px 2px 0px;
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
          transform: translate(-50%, -50%) rotate(225deg);
}

.select2-container--default .select2-selection--single,
.select2-dropdown {
  border-color: #cbd5e1;
}

.select2-container--default .select2-results__option[aria-selected] {
  color: #00001e;
  padding: 8px 15px;
  background-color: transparent;
  border-bottom: 1px solid #cbd5e1;
}

.select2-container--default .select2-results__option[aria-selected]:last-child {
  border-bottom: 0;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  font-weight: 600;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #343434;
  background-color: #f2f6ff;
}

.select2-container--classic .select2-selection--single:focus,
.select2-container--classic.select2-container--open .select2-selection--single,
.select2-container--classic.select2-container--open .select2-dropdown {
  /*border: 2px solid #2792d9;    */
  outline: none;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #2792d9;
  color: white;
}

.soda-content {
  padding-top: 30px;
  margin-bottom: 90px;
}

.soda-content h2 {
  font-weight: 600;
  color: #00008c;
  margin-bottom: 0.4em;
}

.soda-content p {
  font-size: 15px;
  margin-bottom: 2.3em;
}

.soda-content .soda-box {
  max-width: 430px;
  padding: 0 4px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .soda-content .soda-box {
    margin-left: auto;
    margin-right: auto;
  }
}

.soda-content .soda-box.soda-right {
  position: relative;
}

@media screen and (min-width: 768px) {
  .soda-content .soda-box.soda-right {
    float: right;
  }
}

.soda-content .soda-box.soda-right:before {
  content: '';
  position: absolute;
  width: 110px;
  height: 110px;
  top: 60px;
  right: -62px;
  background: url("/images/sticker-soda.png") no-repeat center center;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .soda-content .soda-box.soda-right:before {
    display: none;
  }
}

.soda-content .soda-box .soda-thumb {
  display: block;
  width: 100%;
  height: 230px;
}

.soda-content .soda-box .soda-thumb span {
  display: block;
  width: 100%;
  height: 100%;
  background: center top no-repeat;
  background-size: cover;
}

.soda-content .soda-box .soda-info {
  text-align: left;
  padding: 30px 40px 40px;
  background-color: #ffffff;
}

.soda-content .soda-box .soda-info h3 {
  line-height: 1.55;
}

.soda-content .soda-box .soda-info .btn {
  min-width: 115px;
  border-color: #f2f6ff;
}

.steps {
  margin-top: 70px;
}

.steps h2 {
  margin-bottom: 1.5em;
}

.steps h3 {
  margin-bottom: 0.6em;
}

.steps .step-icon {
  display: inline-block;
  vertical-align: middle;
  width: 31px;
  height: 36px;
  background: left center no-repeat;
  background-size: cover;
  margin-right: 6px;
  margin-bottom: 6px;
}

.steps .step-icon.si-prihlasovanie {
  background-image: url("/images/icon-prihlasovanie.png?v=1");
}

.steps .step-icon.si-hlasovanie {
  background-image: url("/images/icon-hlasovanie.png?v=1");
}

.steps .step-icon.si-pravidla {
  background-image: url("/images/icon-pravidla.png?v=1");
}

.steps .steps-btn-wrap {
  margin-top: 30px;
}

.steps .col-sm-4 {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .steps .step-icon {
    margin-right: 16px;
  }

  .steps p {
    margin-left: 50px;
  }
}

.important-dates {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #FFFFFF url("/images/bg-dates-min.png") center center no-repeat;
  background-size: auto 100%;
}

.important-dates .timeline {
  margin-top: 40px;
}

.important-dates .arrow_box {
  position: relative;
  z-index: 200;
  display: inline-block;
  vertical-align: bottom;
  background: rgba(255, 255, 255, 0.35);
  border: 2px solid #fedc01;
  width: 40%;
  max-width: 270px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.8em;
  margin-bottom: 32px;
  margin-left: 3%;
  margin-right: 3%;
  opacity: 0;
}

.important-dates .arrow_box .ab-content {
  padding: 20px 16px;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.important-dates .arrow_box:after,
.important-dates .arrow_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.important-dates .arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 9px;
  margin-left: -9px;
}

.important-dates .arrow_box:before {
  border-color: rgba(254, 220, 1, 0);
  border-top-color: #fedc01;
  border-width: 12px;
  margin-left: -12px;
}

.important-dates .arrow_box.ab_bottom {
  vertical-align: top;
  margin-top: 32px;
}

.important-dates .arrow_box.ab_bottom:after,
.important-dates .arrow_box.ab_bottom:before {
  bottom: 100%;
  top: auto;
}

.important-dates .arrow_box.ab_bottom:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
}

.important-dates .arrow_box.ab_bottom:before {
  border-color: rgba(254, 220, 1, 0);
  border-bottom-color: #fedc01;
}

.important-dates .arrow_box .bullet {
  position: absolute;
  z-index: 250;
  width: 10px;
  height: 10px;
  display: block;
  background: #fddb01;
  border-radius: 50%;
  left: 50%;
  margin-left: -5px;
  bottom: -40px;
}

.important-dates .arrow_box.ab_bottom .bullet {
  bottom: auto;
  top: -40px;
}

.important-dates .arrow_box.ab-1 {
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.important-dates .arrow_box.ab-2 {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: 0.5s 0.5s ease-in-out;
  transition: 0.5s 0.5s ease-in-out;
}

.important-dates .arrow_box.ab-3 {
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
  -webkit-transition: 0.5s 1s ease-in-out;
  transition: 0.5s 1s ease-in-out;
}

.important-dates .line {
  height: 2px;
  background: #000000;
  width: 30px;
  position: relative;
  z-index: 100;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.important-dates .line:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  display: block;
  background: #FFFFFF;
  border-radius: 50%;
  left: -5px;
  border: 2px solid #000000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: -4px;
}

.important-dates .line:after {
  content: '\276F';
  position: absolute;
  font-weight: normal;
  font-size: 17px;
  width: 10px;
  height: 11px;
  line-height: 11px;
  display: block;
  color: #000000;
  right: -2px;
  top: -5px;
}

.important-dates .show .arrow_box {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.important-dates .show .line {
  width: 100%;
}

.bg-clouds {
  position: relative;
}

.bg-triangle {
  background: transparent url("/images/homepage-bottom-bg-min.png") top center no-repeat;
  /* position: relative;
    &:before{
        content: '';
        z-index: 0;
        height: 1200px;
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0;
        background: transparent url('/images/bg-triangle-min.png') center center no-repeat;
        background-size: 100% auto;
        @media screen and (max-width: 768px){
            display: none;
        }
    }
    */
}

@media screen and (min-width: 1921px) {
  .bg-triangle {
    background-size: 100% auto;
  }
}

.dates-boxes-bg {
  padding: 40px 0px;
}

.dates-boxes-bg .db-arrow {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: -23px;
  margin-top: -23px;
  z-index: 300;
  display: block;
  background: #1c2550;
  border-radius: 50%;
}

.dates-boxes-bg .db-arrow:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: 100;
  display: inline-block;
  content: '\E80A';
  font-size: 18px;
  color: #FFFFFF;
  margin-top: 1px;
  margin-left: 2px;
}

.dates-boxes-bg .dates-boxes {
  margin-top: 30px;
  margin-bottom: 30px;
}

.dates-boxes-bg .dates-boxes .date-box {
  position: relative;
  display: table;
  float: left;
  width: 33.33333%;
  background: #FFFFFF;
  -webkit-box-shadow: 15px 15px 70px rgba(0, 0, 140, 0.1);
          box-shadow: 15px 15px 70px rgba(0, 0, 140, 0.1);
  border: 1px solid rgba(0, 80, 255, 0.1);
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.dates-boxes-bg .dates-boxes .date-box .td {
  padding: 75px 30px;
}

.dates-boxes-bg .dates-boxes.show .db-1 {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.dates-boxes-bg .dates-boxes.show .db-2 {
  -webkit-transition: 0.5s 0.5s ease-in-out;
  transition: 0.5s 0.5s ease-in-out;
}

.dates-boxes-bg .dates-boxes.show .db-3 {
  -webkit-transition: 0.5s 1s ease-in-out;
  transition: 0.5s 1s ease-in-out;
}

.dates-boxes-bg .dates-boxes.show .date-box {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media screen and (max-width: 768px) {
  .dates-boxes-bg .db-arrow {
    top: 0;
    left: 50%;
    margin-top: -23px;
    margin-left: -23px;
    z-index: 300;
  }

  .dates-boxes-bg .db-arrow:after {
    content: '\E808';
    margin-top: 1px;
    margin-left: 2px;
  }

  .dates-boxes-bg .dates-boxes {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .dates-boxes-bg .dates-boxes .date-box {
    width: 100%;
    float: none;
    opacity: 0;
    -webkit-transform: translate(0px, 50px);
    transform: translate(0px, 50px);
  }

  .dates-boxes-bg .dates-boxes .date-box .td {
    padding: 45px 30px;
  }

  .dates-boxes-bg .dates-boxes .date-box br {
    display: none;
  }
}

.homepage-zs .db-arrow {
  background: #fadc00;
}

.homepage-zs .db-arrow:after {
  color: #00001e;
}

/*.homepage-ss{
    .db-arrow{
        background: #a078ff;
    }
}*/

.articles-wrap {
  padding-top: 20px;
  padding-bottom: 100px;
  /*background: #edf1f4 url('/images/bg-articles.png') top center no-repeat;*/
}

@media screen and (max-width: 520px) {
  .articles-wrap h2 br {
    display: none;
  }
}

.articles-wrap .articles .article {
  background: #FFFFFF;
  -webkit-box-shadow: 15px 15px 70px rgba(16, 62, 94, 0.1);
          box-shadow: 15px 15px 70px rgba(16, 62, 94, 0.1);
  margin: 50px auto;
  width: 100%;
  max-width: 500px;
  position: relative;
}

.articles-wrap .articles .article .read-article {
  position: absolute;
  right: 30px;
  bottom: 26px;
}

.articles-wrap .articles .article .article-info {
  padding: 24px 24px 46px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.articles-wrap .articles .article .article-thumb {
  display: block;
  width: 100%;
  height: 240px;
}

.articles-wrap .articles .article .article-thumb span {
  display: block;
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .articles-wrap .articles .article {
    height: 240px;
    width: 742px;
    max-width: 100%;
  }

  .articles-wrap .articles .article .article-info {
    padding: 30px 30px 16px 50px;
    height: 100%;
    margin-left: 260px;
  }

  .articles-wrap .articles .article .article-thumb {
    display: block;
    width: 260px;
    height: 240px;
    float: left;
  }
}

@media screen and (min-width: 860px) {
  .articles-wrap .articles .article:nth-child(even) {
    -webkit-transform: translate(40px);
            transform: translate(40px);
  }

  .articles-wrap .articles .article:nth-child(odd) {
    -webkit-transform: translate(-40px);
            transform: translate(-40px);
  }
}

/*
.voting-bg{
    background: #f4f9fd url('/images/bg-voting-list-top.png') center top no-repeat;
}
*/

.form-intro {
  position: relative;
  z-index: 450;
  padding-top: 20px;
}

.form-box-bordered {
  border: 4px solid rgba(0, 0, 140, 0.3);
  background: #FFFFFF;
  position: relative;
  z-index: 500;
  -webkit-box-shadow: 15px 15px 70px rgba(0, 0, 140, 0.1);
          box-shadow: 15px 15px 70px rgba(0, 0, 140, 0.1);
  padding: 16px;
  width: 100%;
  max-width: 660px;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-box .loader-wrap {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  z-index: 0;
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.form-box .loader-wrap .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5em 0 0 -5em;
}

.form-box .loader-wrap.show {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  z-index: 1000;
}

.form-box .form-message {
  position: relative;
  z-index: 600;
}

.form-box .form {
  position: relative;
  z-index: 600;
}

.form-box .form .form-control {
  padding: 12px 12px 12px 12px;
}

.form-box .form .form-control.error:not(:focus) {
  border-color: #ff5a5a;
}

.form-box .form .form-control::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: none;
  transition: none;
  color: #999;
}

.form-box .form .form-control:-moz-placeholder {
  opacity: 1;
  -webkit-transition: none;
  transition: none;
  color: #999;
}

.form-box .form .form-control::-moz-placeholder {
  opacity: 1;
  color: #999;
  -webkit-transition: none;
  transition: none;
}

.form-box .form .form-control:-ms-input-placeholder {
  opacity: 1;
  color: #999;
  -webkit-transition: none;
  transition: none;
}

.form-box .form span.error {
  font-size: 12px;
  color: #ffffff;
  position: absolute;
  background: #ff5a5a;
  max-width: 90%;
  padding: 3px 12px;
  top: 100%;
  margin-top: -6px;
  left: 14px;
  border-radius: 3px;
  z-index: 1000;
  /*
            &:after {
                border-color: rgba(24, 20, 46, 0);
                border-bottom-color: #18142e;
                border-width: 5px;
                margin-left: -5px;
            }
            &:before {
                border-color: rgba(52, 45, 101, 0);
                border-bottom-color: #342d65;
                border-width: 6px;
                margin-left: -6px;
            }   */
}

.form-box .form span.error:after {
  bottom: 100%;
  left: 12px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ff5a5a;
  border-width: 5px;
  margin-left: -5px;
}

.signup-form {
  padding: 50px 60px;
}

@media screen and (max-width: 768px) {
  .signup-form {
    padding: 5px 5px;
  }
}

.reg-form {
  padding-top: 40px;
}

.reg-form .rules-info {
  background: #edf1f4;
  padding: 30px 20px;
  margin-top: 20px;
}

.reg-form .rules-info h5 {
  font-weight: 600;
  max-width: 520px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.reg-form .rules-info .rules-checkboxes {
  margin: auto;
  margin-bottom: 15px;
  position: relative;
  max-width: 520px;
  width: 100%;
}

.reg-form .rules-info .rules-check {
  margin-bottom: 10px;
}

.reg-form .rules-info .rules-check input[type="checkbox"] {
  float: left;
  margin-top: 3px !important;
}

.reg-form .rules-info .rules-check > label {
  display: block;
  margin-left: 22px;
  font-size: 12px;
}

.reg-form .rules-info ul {
  max-width: 520px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.reg-form .rules-info ul li {
  font-size: 12px;
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
}

.reg-form .rules-info ul li:before {
  content: '\2022';
  color: #f2f6ff;
  font-size: 18px;
  position: absolute;
  top: -2px;
  left: 0px;
}

.reg-form #show-name-input {
  padding: 6px 12px;
  display: inline-block;
}

.reg-form #registration-form .select2-container,
.reg-form #registration-form .select2-container[style] {
  width: 100% !important;
}

.reg-form #registration-form .form-group {
  max-width: 520px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 20px;
}

.reg-form #registration-form .form-group > label {
  padding-top: 12px;
  padding-bottom: 6px;
  font-weight: 600;
}

.reg-form #registration-form .form-group input[type="checkbox"],
.reg-form #registration-form .form-group input[type="radio"] {
  vertical-align: middle;
  margin: -2px 5px 0px 0px;
}

.reg-form #registration-form .fg-checkbox input[type="checkbox"] {
  float: left;
  margin-top: 4px;
}

.reg-form #registration-form .fg-checkbox label {
  display: block;
  margin-left: 22px;
}

.reg-form #registration-form .fg-checkbox span.error {
  left: 0px;
  margin-top: -2px;
}

.reg-form #registration-form .rules-check span.error {
  left: -6px;
  margin-top: 4px;
}

.form-message {
  padding: 50px 60px;
}

.form-message h3 {
  font-size: 32px;
  font-weight: 300;
}

.form-message p {
  max-width: 390px;
  margin-left: auto;
  margin-right: auto;
}

#requisition-form {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.mapa-wrap {
  position: relative;
  width: 100%;
  max-width: 896px;
  margin: auto;
}

.mapa-wrap #mapa {
  position: relative;
  width: 100%;
  margin-top: -12.5%;
}

.mapa-wrap #mapa.voting-map {
  margin-top: -6%;
}

.mapa-wrap #mapa img {
  position: relative;
  z-index: 100;
  width: 100%;
}

.mapa-wrap #mapa svg {
  position: absolute;
  z-index: 101;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.mapa-wrap #mapa .region-area.clickable {
  cursor: pointer;
}

.mapa-wrap #mapa .region {
  position: absolute;
  z-index: 200;
  font-size: 18px;
  font-weight: 600;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  color: #FFFFFF;
  text-align: center;
  border: 1px solid #ffffff;
  border-radius: 50%;
}

.mapa-wrap #mapa .region.region1 {
  left: 10.83%;
  top: 69.62%;
}

.mapa-wrap #mapa .region.region2 {
  left: 18.42%;
  top: 63.08%;
}

.mapa-wrap #mapa .region.region3 {
  left: 26.79%;
  top: 46.54%;
}

.mapa-wrap #mapa .region.region4 {
  left: 29.8%;
  top: 75.58%;
}

.mapa-wrap #mapa .region.region5 {
  left: 41.74%;
  top: 31.35%;
}

.mapa-wrap #mapa .region.region6 {
  left: 47.88%;
  top: 57.12%;
}

.mapa-wrap #mapa .region.region7 {
  left: 72.88%;
  top: 29.23%;
}

.mapa-wrap #mapa .region.region8 {
  left: 67.52%;
  top: 45%;
}

@media screen and (max-width: 768px) {
  .mapa-wrap #mapa .region {
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-top: -12px;
    margin-left: -12px;
    font-size: 11px;
  }
}

@media screen and (max-width: 360px) {
  .mapa-wrap #mapa .region {
    border: 0;
  }
}

.mapa-wrap #mapa .region.clickable {
  cursor: pointer;
}

.mapa-wrap #mapa .region.active {
  color: #000000;
  border-color: #000000;
}

.mapa-wrap #mapa.mapa-zs .region {
  color: #000000;
  border-color: #000000;
}

.voting-bg-bottom {
  margin-top: 60px;
}

.form-bottom-bg {
  margin-top: -340px;
  padding-top: 340px;
  position: relative;
  /*z-index: 100;*/
  /*
    background: transparent url('/images/bg-bottom.png') top center no-repeat;
    */
}

.form-bottom-bg.no-map {
  padding-top: 400px;
}

.form-bottom-bg .important-dates {
  background: transparent;
}

.form-bottom-bg .steps {
  margin-top: 0px;
}

.voting-ended .voting-bg-bottom {
  background: transparent;
}

.voting-ended .form-bottom-bg {
  margin-top: 0px;
  padding-top: 0px;
}

.about {
  margin-top: 70px;
  position: relative;
}

.about .about-video iframe {
  width: 100%;
}

.about .about-text {
  background: #FFFFFF;
  -webkit-box-shadow: 15px 15px 70px rgba(0, 0, 140, 0.1);
          box-shadow: 15px 15px 70px rgba(0, 0, 140, 0.1);
  padding: 30px 30px 20px 30px;
  margin-bottom: 40px;
  position: relative;
}

.about .about-text .btn {
  min-width: 240px;
  margin-bottom: 9px;
}

.about .about-text .sticker {
  float: right;
  width: 108px;
  margin: -20px -20px 20px 20px;
}

@media screen and (min-width: 820px) {
  .about .about-video {
    width: 52%;
    float: left;
    padding-top: 60px;
  }

  .about .about-text {
    padding: 60px 60px 50px 60px;
    margin-bottom: 60px;
    width: 48%;
    float: right;
  }

  .about .about-text .sticker {
    position: absolute;
    top: -37px;
    left: -34px;
    float: none;
    margin: 0;
  }
}

.prices-wrapper {
  margin-bottom: 60px;
}

@media screen and (max-width: 820px) {
  .prices-wrapper {
    margin-top: 30px;
  }
}

.prices-wrapper .prices-subtitle {
  line-height: 1.5;
}

.prices-wrapper .price-boxes {
  margin-top: 80px;
}

.prices-wrapper .price-box {
  position: relative;
  padding: 60px 25px 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 15px 15px 70px rgba(0, 0, 140, 0.1);
          box-shadow: 15px 15px 70px rgba(0, 0, 140, 0.1);
}

@media screen and (max-width: 767px) {
  .prices-wrapper .price-box {
    margin-bottom: 60px;
  }
}

.prices-wrapper .price-count {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 86px;
  width: 86px;
  height: 86px;
  top: -43px;
  left: 50%;
  background-color: #fadc00;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.prices-wrapper .price-count span {
  display: block;
  font-size: 28px;
  font-weight: 600;
  color: #00001e;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

.prices-wrapper .price-text {
  line-height: 1.5;
  margin: 0;
}

.prices-wrapper .price-info {
  max-width: 450px;
  margin: 60px auto 0;
}

@media screen and (max-width: 767px) {
  .prices-wrapper .price-info {
    margin-top: 0;
  }
}

.prices-wrapper .price-info-text {
  font-size: 16px;
  line-height: 1.5;
  color: #00008c;
  margin-bottom: 40px;
}

.corona-news {
  margin-bottom: 50px;
}

.corona-news .corona-image a {
  display: block;
}

.corona-news .corona-image a img {
  max-width: 100%;
}

.corona-news .corona-text p {
  color: #00008c;
}

@media screen and (min-width: 820px) {
  .corona-news .corona-image {
    float: right;
    width: 56%;
    -webkit-transform: translateX(38px);
            transform: translateX(38px);
  }

  .corona-news .corona-text {
    float: left;
    width: 44%;
  }
}

@media screen and (max-width: 819px) {
  .corona-news .corona-image {
    max-width: 500px;
    margin: 0 auto;
  }

  .corona-news .corona-text {
    text-align: center;
    margin-top: -20px;
  }
}

.speakers {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .speakers {
    margin-bottom: 20px;
  }
}

.speakers .bigger {
  font-size: 18px;
}

.speakers .row {
  margin-left: -10px;
  margin-right: -10px;
}

.speakers .speaker-box {
  padding: 35px 20px 88px 20px;
  position: relative;
  background: #FFFFFF;
  -webkit-box-shadow: 15px 15px 70px rgba(16, 62, 94, 0.1);
          box-shadow: 15px 15px 70px rgba(16, 62, 94, 0.1);
  text-align: center;
  margin: 10px 4px;
}

.speakers .speaker-box h3 {
  font-weight: 600;
  font-size: 21px;
  margin: 0;
}

.speakers .speaker-box .sb-subheadline {
  font-size: 15px;
}

.speakers .speaker-box img {
  display: block;
  margin: 20px auto;
}

.speakers .speaker-box .sb-quotation {
  font-style: italic;
  font-size: 18px;
  margin-bottom: 10px;
}

.speakers .speaker-box .sb-social {
  position: absolute;
  bottom: 35px;
  left: 0px;
  right: 0px;
  text-align: center;
}

.speakers .speaker-box .speaker-icon {
  display: inline-block;
  -webkit-box-shadow: 10px 10px 30px rgba(16, 62, 94, 0.1);
          box-shadow: 10px 10px 30px rgba(16, 62, 94, 0.1);
  background: #FFFFFF;
  width: 50px;
  height: 50px;
  line-height: 46px;
  border-radius: 50%;
  margin-left: 3px;
  margin-right: 3px;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  border: 2px solid #FFFFFF;
  text-decoration: none;
  outline: none;
}

.speakers .speaker-box .speaker-icon:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url("/images/icons-social.png") no-repeat;
}

.speakers .speaker-box .speaker-icon.si-instagram:after {
  width: 20px;
  height: 19px;
  background-position: 0px 0px;
}

.speakers .speaker-box .speaker-icon.si-youtube:after {
  width: 24px;
  height: 19px;
  background-position: -58px 0px;
}

.speakers .speaker-box .speaker-icon:hover {
  border-color: #1eb7b4;
  -webkit-box-shadow: 4px 4px 20px rgba(30, 183, 180, 0.5);
          box-shadow: 4px 4px 20px rgba(30, 183, 180, 0.5);
}

.speakers .speaker-box.sb-1 .speaker-icon:hover {
  border-color: #1eb7b4;
  -webkit-box-shadow: 4px 4px 20px rgba(30, 183, 180, 0.5);
          box-shadow: 4px 4px 20px rgba(30, 183, 180, 0.5);
}

.speakers .speaker-box.sb-2 .speaker-icon:hover {
  border-color: #ffd931;
  -webkit-box-shadow: 4px 4px 20px rgba(255, 217, 49, 0.5);
          box-shadow: 4px 4px 20px rgba(255, 217, 49, 0.5);
}

.speakers .speaker-box.sb-3 .speaker-icon:hover {
  border-color: #005896;
  -webkit-box-shadow: 4px 4px 20px rgba(0, 80, 150, 0.5);
          box-shadow: 4px 4px 20px rgba(0, 80, 150, 0.5);
}

.speakers .speaker-box.sb-4 .speaker-icon:hover {
  border-color: #f13a50;
  -webkit-box-shadow: 4px 4px 20px rgba(241, 58, 80, 0.5);
          box-shadow: 4px 4px 20px rgba(241, 58, 80, 0.5);
}

.popup-wrap {
  background: rgba(217, 218, 220, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 5000;
  top: 0px;
  left: 0px;
}

.popup-wrap .popup-content {
  background: #ffffff;
  margin: auto;
  position: relative;
}

.popup-wrap .btn-close {
  position: absolute;
  display: block;
  top: -19px;
  right: -19px;
  cursor: pointer;
  background: #00008c;
  width: 38px;
  height: 38px;
  line-height: 1;
  border-radius: 50%;
  color: #FFFFFF;
  text-align: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 31px;
  font-weight: normal;
}

.popup-wrap .btn-close:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.popup-region .popup-content {
  max-width: 500px;
  width: 100%;
  max-height: 100%;
}

.popup-region .popup-content .popup-scroll {
  overflow: auto;
  max-height: 90vh;
}

.popup-region .popup-content h2 {
  margin-bottom: 5px;
}

.popup-region .popup-header {
  padding: 30px 35px;
  text-align: center;
}

.popup-region .registered-schools div {
  padding: 20px 35px;
  background: #f2f5f9;
}

.popup-region .registered-schools div:nth-child(odd) {
  background: #cbd5e1;
}

@media screen and (max-width: 550px) {
  .popup-region .btn-close {
    top: 10px;
    right: 10px;
  }
}

.rules-tabs-wrap {
  max-width: 782px;
  padding-top: 40px;
  margin: auto;
}

.rules-tabs-wrap .tab-nav {
  display: table;
  width: 100%;
  height: 60px;
  position: relative;
}

.rules-tabs-wrap .tab-nav ul {
  display: table-row;
  width: 50%;
  height: 100%;
}

.rules-tabs-wrap .tab-nav ul li {
  display: table-cell;
  padding: 20px 30px;
  text-align: center;
  font-size: 18px;
  width: 33.3333%;
  height: 100%;
  vertical-align: middle;
  background: #0050ff;
}

.rules-tabs-wrap .tab-nav ul li a {
  color: #ffffff;
}

.rules-tabs-wrap .tab-nav ul li.active {
  background: #ffffff;
}

.rules-tabs-wrap .tab-nav ul li.active span {
  color: #ffffff;
}

.rules-tabs-wrap .tab-content {
  background: #FFFFFF;
  -webkit-box-shadow: 7px 7px 50px rgba(16, 62, 94, 0.1);
          box-shadow: 7px 7px 50px rgba(16, 62, 94, 0.1);
  padding: 60px;
}

@media screen and (max-width: 768px) {
  .rules-tabs-wrap .tab-content {
    padding: 25px;
  }

  .rules-tabs-wrap .tab-nav ul li {
    padding: 10px 15px;
    font-size: 16px;
  }
}

@media screen and (max-width: 400px) {
  .rules-tabs-wrap .tab-nav ul li {
    font-size: 14px;
  }
}

.download-box {
  background: #ffffff;
  -webkit-box-shadow: 7px 7px 50px rgba(16, 62, 94, 0.1);
          box-shadow: 7px 7px 50px rgba(16, 62, 94, 0.1);
  padding: 60px 50px;
  margin-bottom: 65px;
}

@media screen and (max-width: 750px) {
  .download-box {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 480px) {
  .download-box {
    width: 100%;
    max-width: 100%;
  }
}

.download-box .download-switch {
  display: inline-block;
  background: #f2f6ff;
  padding: 3px;
  border-radius: 20px;
  margin-bottom: 60px;
  margin-top: 10px;
}

.download-box .download-switch a {
  display: inline-block;
  line-height: 34px;
  height: 34px;
  text-decoration: none;
  font-size: 15px;
  text-align: center;
  width: 170px;
  color: #FFFFFF;
  border-radius: 17px;
}

.download-box .download-switch a.active {
  color: #f2f6ff;
  cursor: default;
  background: #FFFFFF;
}

@media screen and (max-width: 440px) {
  .download-box .download-switch {
    margin-right: -10px;
    margin-left: -10px;
  }

  .download-box .download-switch a {
    width: auto;
    font-size: 13px;
    padding: 0px 15px;
  }
}

.download-box .inner {
  padding: 0px;
}

.download-box .col-img {
  text-align: center;
}

.download-box .col-img img {
  margin: auto;
  margin-bottom: 20px;
}

@media screen and (min-width: 780px) {
  .download-box .col-img {
    float: left;
    width: 35%;
  }

  .download-box .col-text {
    float: left;
    width: 55%;
  }

  .download-box .row-2 .col-img,
  .download-box .row-4 .col-img {
    float: right;
  }

  .download-box .row-2 .col-text,
  .download-box .row-4 .col-text {
    margin-left: 9%;
  }

  .download-box .row-1 .col-text {
    margin-left: 2%;
  }

  .download-box .row-2 .col-img {
    margin-right: -2%;
  }

  .download-box .row-2 .col-text {
    margin-top: 6%;
  }

  .download-box .row-3 .col-img {
    margin-top: -5%;
  }

  .download-box .row-3 .col-text {
    margin-top: 3%;
    margin-left: 0%;
  }

  .download-box .row-4 .col-img {
    margin-right: -3%;
    margin-top: -3%;
  }

  .download-box .row-4 .col-text {
    margin-top: 4%;
  }
}

.download-box .download-dropdown {
  max-width: 530px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.download-box .download-dropdown h3 {
  margin-bottom: 30px;
}

.download-box .download-dropdown .select2-container,
.download-box .download-dropdown .select2-container[style] {
  width: 100% !important;
}

.download-box .btn-download.btn-loading {
  /*cursor: wait; */
}

.download-box .btn-download.btn-loading:before {
  font-family: 'fontello';
  content: '\E830';
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  width: 1em;
  line-height: 1em;
  margin-right: 8px;
  margin-top: -2px;
  /*height: 100%; */
}

.box-arrow {
  max-width: 620px;
  padding: 40px 60px;
  text-align: center;
  border: 4px solid #91c5e8;
  background: white;
  margin: 50px auto;
  -webkit-box-shadow: 6px 4px 10px 0px rgba(51, 153, 204, 0.08);
  box-shadow: 6px 4px 10px 0px rgba(51, 153, 204, 0.08);
  position: relative;
}

@media screen and (max-width: 500px) {
  .box-arrow {
    padding: 40px 30px;
  }
}

.box-arrow:after,
.box-arrow:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.box-arrow:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 20px;
  margin-left: -20px;
}

.box-arrow:before {
  border-color: rgba(223, 236, 245, 0);
  border-bottom-color: #91c5e8;
  border-width: 25px;
  margin-left: -25px;
}

.box-arrow h3 {
  font-size: 18px;
  font-weight: 600;
  color: #1c2550;
  margin-bottom: 1em;
  line-height: 1.3;
}

.box-arrow p {
  line-height: 1.8;
  margin-bottom: 0;
  color: #4f5357;
  font-size: 14px;
}

.bluebox,
.main-banner .bluebox {
  background: #C2E3F3;
  color: #19224F;
  border-radius: 3px;
  font-size: 15px;
  padding: 1.5em;
  margin-bottom: 1.5em;
}

.products-wrapper {
  padding-top: 20px;
  padding-bottom: 60px;
}

.products-banner {
  position: relative;
  min-height: 284px;
  background: -webkit-gradient(linear, left top, left bottom, from(#00008C), color-stop(51%, #0050FF), to(#AFD7FF));
  background: linear-gradient(180deg, #00008C 0%, #0050FF 51%, #AFD7FF 100%);
  -webkit-box-shadow: 15px 15px 70px rgba(0, 56, 178, 0.1);
          box-shadow: 15px 15px 70px rgba(0, 56, 178, 0.1);
}

@media (max-width: 767px) {
  .products-banner {
    text-align: center;
    padding: 0 40px 50px;
  }
}

@media (max-width: 575px) {
  .products-banner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.products-banner_image {
  position: relative;
  height: 294px;
}

@media (max-width: 767px) {
  .products-banner_image {
    height: auto;
    margin-top: 50px;
  }
}

.products-banner_image img {
  max-width: 100%;
}

@media (min-width: 768px) {
  .products-banner_image img {
    position: absolute;
    top: 8%;
    left: -5%;
  }
}

@media (min-width: 768px) {
  .products-banner_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 40px 0;
  }
}

@media (min-width: 992px) {
  .products-banner_content {
    max-width: 81%;
  }
}

.products-banner_title {
  font-size: 35px;
  font-weight: 600;
  line-height: 42px;
  color: #ffffff;
  margin-bottom: 12px;
}

@media (max-width: 991px) {
  .products-banner_title {
    font-size: 33px;
    line-height: 38px;
    padding-right: 60px;
  }
}

@media (max-width: 767px) {
  .products-banner_title {
    font-size: 30px;
    line-height: 36px;
    padding-right: 0;
    margin-top: 20px;
  }
}

.products-banner_text {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 20px;
}

.products-banner_sticker {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: -60px;
  right: -50px;
  width: 170px;
  height: 170px;
  background-color: #fadc00;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .products-banner_sticker {
    width: 155px;
    height: 155px;
  }
}

@media (max-width: 767px) {
  .products-banner_sticker {
    top: -45px;
    right: -25px;
  }
}

.products-banner_sticker-content {
  text-align: center;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

.products-banner_sticker-title {
  font-size: 20px;
  line-height: 24px;
  color: #00001e;
  margin-bottom: 5px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .products-banner_sticker-title {
    font-size: 18px;
    line-height: 22px;
  }
}

.products-banner_sticker-text {
  font-size: 16px;
  line-height: 22px;
  color: #00001e;
  margin: 0;
}

@media (max-width: 991px) {
  .products-banner_sticker-text {
    font-size: 15px;
    line-height: 21px;
  }
}

.b400m-wrapper {
  padding-top: 20px;
  padding-bottom: 80px;
}

.b400m-banner {
  position: relative;
  min-height: 292px;
  background-color: #02135B;
  -webkit-box-shadow: 15px 15px 70px rgba(0, 56, 178, 0.1);
          box-shadow: 15px 15px 70px rgba(0, 56, 178, 0.1);
}

.b400m-banner:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  background: url("/images/banner-image-400m-desktop.jpg") no-repeat right bottom;
}

@media (max-width: 767px) {
  .b400m-banner:before {
    background-image: url("/images/banner-image-400m-mobile.jpg");
    background-position: bottom center;
  }
}

@media (max-width: 767px) {
  .b400m-banner {
    text-align: center;
    padding: 50px 40px 350px;
  }
}

.b400m-banner_image {
  position: relative;
  height: 292px;
}

@media (max-width: 767px) {
  .b400m-banner_image {
    height: auto;
    margin-top: -30px;
  }
}

.b400m-banner_image img {
  max-width: 100%;
}

@media (min-width: 768px) {
  .b400m-banner_image img {
    height: 100%;
  }
}

@media (min-width: 768px) {
  .b400m-banner_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 40px 25px 40px 40px;
  }
}

.b400m-banner_title {
  font-size: 35px;
  font-weight: 600;
  line-height: 42px;
  color: #ffffff;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .b400m-banner_title {
    font-size: 30px;
    line-height: 36px;
  }
}

.b400m-banner_text {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 20px;
}

.soda-wrapper {
  margin-top: 40px;
  padding-bottom: 120px;
}

.soda-banner {
  position: relative;
  min-height: 284px;
  background: -webkit-gradient(linear, left top, left bottom, from(#00008C), color-stop(51%, #0050FF), to(#AFD7FF));
  background: linear-gradient(180deg, #00008C 0%, #0050FF 51%, #AFD7FF 100%);
}

@media (max-width: 767px) {
  .soda-banner {
    text-align: center;
    padding: 0 40px 50px;
  }
}

.soda-banner_image {
  position: relative;
  height: 284px;
}

@media (max-width: 767px) {
  .soda-banner_image {
    height: auto;
    margin-top: -30px;
  }
}

.soda-banner_image img {
  max-width: 100%;
}

@media (min-width: 768px) {
  .soda-banner_image img {
    position: absolute;
    top: 50%;
    left: -7%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (min-width: 768px) {
  .soda-banner_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 90%;
    height: 284px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.soda-banner_title {
  font-size: 35px;
  font-weight: 600;
  line-height: 42px;
  color: #ffffff;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .soda-banner_title {
    font-size: 30px;
    line-height: 36px;
  }
}

.soda-banner_text {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 20px;
}

.place {
  display: block;
  background: center center no-repeat;
  background-size: contain;
  text-align: center;
}

.place-gold {
  background-image: url("/images/place-gold.png?v=1");
  color: #00001e;
}

.place-other {
  background-image: url("/images/place-other.png?v=1");
  color: #00008c;
}

.schools-listing .bottom-button {
  padding-top: 20px;
}

.schools-listing .school-row {
  border: 1px solid rgba(0, 80, 255, 0.1);
  background: #FFFFFF;
  margin-bottom: 20px;
  padding: 30px;
  -webkit-transition: border 300ms;
  transition: border 300ms;
  -webkit-box-shadow: 3px 3px 20px rgba(51, 152, 204, 0.08);
          box-shadow: 3px 3px 20px rgba(51, 152, 204, 0.08);
  /*.btn-white{
            border-color: $lightBlue;
            min-width: 120px;
            &:hover{
               color: #FFFFFF;
               background: $lightBlue;
            }
        }*/
}

@media screen and (max-width: 450px) {
  .schools-listing .school-row {
    padding: 25px 20px;
  }
}

.schools-listing .school-row .school-cols {
  height: auto;
}

.schools-listing .school-row .school-cols .td {
  vertical-align: middle;
}

.schools-listing .school-row .left-col {
  line-height: 1.75em;
  padding-right: 30px;
}

.schools-listing .school-row .right-col {
  float: right;
  width: 340px;
}

@media screen and (max-width: 820px) {
  .schools-listing .school-row .school-cols,
  .schools-listing .school-row .school-cols > .tr,
  .schools-listing .school-row .left-col,
  .schools-listing .school-row .right-col {
    display: block;
    width: 100%;
    height: auto;
    padding-right: 0;
  }

  .schools-listing .school-row .right-col {
    float: none;
    margin-top: 30px;
  }

  .schools-listing .school-row .right-col .profile-votes-td {
    text-align: left;
  }
}

.schools-listing .school-row .place-td {
  width: 53px;
}

.schools-listing .school-row .profile-votes-td {
  width: 45%;
  color: #00008c;
  line-height: 1.4;
  text-align: right;
}

.schools-listing .school-row .place {
  width: 53px;
  height: 73px;
  font-size: 20px;
  font-weight: 600;
  line-height: 53px;
}

.schools-listing .school-row .btn-vote {
  position: relative;
}

.schools-listing .school-row .btn-vote .extra-votes {
  white-space: nowrap;
}

.schools-listing .school-row .btn-vote .my-tooltip {
  width: 150px;
  margin-left: -75px;
}

@media screen and (max-width: 400px) {
  .schools-listing .school-row .right-col .table,
  .schools-listing .school-row .right-col .tr,
  .schools-listing .school-row .right-col .td {
    display: block;
    height: auto;
    width: 100%;
  }

  .schools-listing .school-row .right-col .place-td,
  .schools-listing .school-row .right-col .votes-td,
  .schools-listing .school-row .right-col .profile-votes-td {
    width: 50%;
    text-align: center;
    float: left;
  }

  .schools-listing .school-row .right-col .place-td,
  .schools-listing .school-row .right-col .profile-votes-td {
    margin-bottom: 20px;
  }

  .schools-listing .school-row .btn-td {
    clear: both;
  }

  .schools-listing .school-row .btn-vote {
    width: 100%;
  }
}

.schools-listing .school-row .btn-school {
  white-space: nowrap;
  margin-bottom: 8px;
}

.schools-listing .school-row .btn-school.btn-school-copy .copy-end {
  display: none;
}

.schools-listing .school-row .btn-school.btn-school-copy.copied .copy-start {
  display: none;
}

.schools-listing .school-row .btn-school.btn-school-copy.copied .copy-end {
  display: inline;
}

.schools-listing .school-row .school-votes {
  color: #00008c;
  font-size: 18px;
  line-height: 1.2;
}

.schools-listing .school-row .school-votes strong {
  font-size: 33px;
}

.schools-listing .school-row .vf-error {
  /*text-align: center;
            max-width: 400px;
            margin: 20px auto;
            padding: 30px;
            border: 1px solid #fcb4b4;
            background: #fedbdb;   */
}

.schools-listing .school-row .vf-error h3,
.schools-listing .school-row .vf-error h4,
.schools-listing .school-row .vf-error p {
  color: #ff5a5a;
  margin-bottom: 0px;
}

.schools-listing .school-row .actions {
  padding-top: 20px;
}

.schools-listing .school-row .actions a.btn-school {
  white-space: nowrap;
  background: #f2f6ff;
  font-size: 12px;
  padding: 6px 20px 6px 6px;
  text-align: center;
  border-radius: 20px;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.schools-listing .school-row .actions a.btn-school:hover {
  background: rgba(0, 0, 140, 0.1);
}

.schools-listing .school-row .actions a.btn-school .btn-ico {
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  height: 27px;
  text-align: center;
  line-height: 27px;
  border-radius: 14px;
  margin-right: 10px;
}

.schools-listing .school-row .actions a.btn-school.btn-school-share {
  color: #00008c;
}

.schools-listing .school-row .actions a.btn-school.btn-school-share .btn-ico {
  background: #00008c;
}

.schools-listing .school-row .actions a.btn-school.btn-school-share .btn-ico:after {
  font-family: 'fontello';
  content: '\F09A';
  color: #FFFFFF;
}

.schools-listing .school-row .actions a.btn-school.btn-school-copy {
  color: #00008c;
}

.schools-listing .school-row .actions a.btn-school.btn-school-copy .btn-ico {
  background: #00008c;
}

.schools-listing .school-row .actions a.btn-school.btn-school-copy .btn-ico:after {
  font-family: 'fontello';
  content: '\E801';
  color: #FFFFFF;
}

.schools-listing .school-row .actions a.btn-school.btn-school-copy.copied .btn-ico:after {
  content: '\E803';
}

.schools-listing .school-row .actions a.btn-school.btn-school-download {
  color: #00008c;
  position: relative;
}

.schools-listing .school-row .actions a.btn-school.btn-school-download .btn-ico {
  background: #00008c;
}

.schools-listing .school-row .actions a.btn-school.btn-school-download .btn-ico:after {
  font-family: 'fontello';
  content: '\E802';
  color: #FFFFFF;
}

.schools-listing .school-row .actions a.btn-school.btn-school-download.btn-loading {
  /*cursor: wait; */
}

.schools-listing .school-row .actions a.btn-school.btn-school-download.btn-loading .btn-ico:after {
  content: '\E830';
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  width: 1em;
  line-height: 1em;
  margin-top: -2px;
  /*height: 100%; */
}

.schools-listing .school-row .actions a.btn-school.btn-school-download .my-tooltip {
  width: 216px;
  margin-left: -108px;
  text-align: left;
  display: none;
}

.schools-listing .school-row .actions a.btn-school.btn-school-download .my-tooltip span {
  text-align: center;
  display: block;
  margin-bottom: 0.5em;
}

.schools-listing .school-row .actions a.btn-school.btn-school-download:hover .my-tooltip {
  display: block;
}

.schools-listing .school-row .actions-toggler {
  padding-top: 20px;
}

.schools-listing .school-row .actions-toggler .actions-opener:before {
  content: '\2193';
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -6px;
  font-size: 1.2em;
}

.schools-listing .school-row .actions-toggler .actions-closer {
  display: none;
}

.schools-listing .school-row .actions-toggler .actions-closer:before {
  content: '\2191';
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -6px;
  font-size: 1.2em;
}

.schools-listing .school-row.active {
  border: 4px solid rgba(0, 0, 140, 0.3);
}

.schools-listing .school-row.active .actions-toggler .actions-opener {
  display: none;
}

.schools-listing .school-row.active .actions-toggler .actions-closer {
  display: inline;
}

.schools-listing .form-box {
  background: #f2f6ff;
  border: 1px solid rgba(0, 80, 255, 0.1);
  padding: 50px 30px;
  text-align: center;
  margin-top: 25px;
  -webkit-box-shadow: 3px 3px 10px rgba(130, 220, 250, 0.2);
          box-shadow: 3px 3px 10px rgba(130, 220, 250, 0.2);
  position: relative;
  min-height: 240px;
}

@media screen and (max-width: 768px) {
  .schools-listing .form-box {
    padding: 30px 18px;
  }
}

.schools-listing .form-box .loader-wrap {
  background: #f2f6ff;
}

.schools-listing .form-box .vf-thanks,
.schools-listing .form-box .vf-step1,
.schools-listing .form-box .vf-step2,
.schools-listing .form-box .vf-error {
  position: relative;
}

.schools-listing .form-box h3 {
  font-weight: normal;
}

.schools-listing .form-box .form-group > div {
  margin-bottom: 8px;
}

.schools-listing .form-box .fg-checkbox {
  /*padding-top: 5px;*/
  /*text-align: left;*/
}

.schools-listing .form-box .fg-checkbox span.error {
  margin-top: 6px;
  left: auto;
  margin-left: -23px;
}

.schools-listing .form-box .fg-phone span.error {
  z-index: 1500;
}

.schools-listing .form-box .vf-step1 form {
  max-width: 460px;
  margin: auto;
}

.schools-listing .form-box .vf-step2 form,
.schools-listing .form-box .vf-logged form {
  max-width: 620px;
  margin: auto;
}

.schools-listing .form-box input[type=checkbox] {
  vertical-align: middle;
  margin: -1px 4px 0px 0px;
}

.schools-listing .form-box .vf-thanks {
  padding: 30px 0px;
}

.schools-listing .form-box .vf-thanks h2 {
  margin-bottom: 0.3em;
}

.schools-listing .form-box .vf-thanks h3 {
  /* font-weight: 600;*/
}

.schools-listing .form-box .product-code-remove-btn {
  min-width: 48px;
  font-size: 34px;
  font-weight: normal;
  line-height: 1;
  color: #ff5a5a;
  padding: 0 0 5px 0;
}

.school-filters {
  padding: 30px 0px;
}

.school-filters .school-filter .select2-container[style] {
  width: 100% !important;
}

.school-filters-title {
  padding-top: 30px;
  margin-bottom: 0px;
  text-align: center;
}

.user-schools-title {
  padding-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.sort-icon {
  width: 21px;
  height: 13px;
  display: block;
  float: right;
  margin-left: 30px;
  margin-top: -20px;
  background: url("/images/sort-icon.png?v=1") top center no-repeat;
  background-size: 100% auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
  position: relative;
}

.sort-icon.sort-desc {
  background-position: top center;
}

.sort-icon.sort-desc {
  background-position: bottom center;
}

.sort-icon .my-tooltip {
  display: none;
}

.sort-icon:hover .my-tooltip {
  display: block;
}

@media screen and (max-width: 1080px) {
  .sort-icon .my-tooltip {
    margin-left: -90px;
  }

  .sort-icon .my-tooltip:after,
  .sort-icon .my-tooltip:before {
    left: 85%;
  }
}

@media screen and (max-width: 430px) {
  .sort-icon {
    margin-top: 20px;
  }
}

.voting-ended .schools-listing .school-row .right-col {
  width: 200px;
}

@media screen and (max-width: 820px) {
  .voting-ended .schools-listing .school-row .right-col {
    width: 100%;
  }
}

.popup-winners-wrap {
  position: relative;
  max-width: 990px;
  margin: auto;
  z-index: 500;
  margin-bottom: 40px;
}

.popup-winners-wrap .place {
  width: 36px;
  height: 50px;
  font-size: 15px;
  font-weight: 600;
  line-height: 36px;
  margin: -18px auto 20px auto;
}

.popup-winners-wrap .popup-winners {
  background: #FFFFFF;
  padding: 30px;
  -webkit-box-shadow: 0px 4px 40px rgba(51, 153, 204, 0.11);
          box-shadow: 0px 4px 40px rgba(51, 153, 204, 0.11);
  margin-top: -8%;
  position: relative;
  /*&-ss{
           @media screen and (min-width: 680px){
            padding: 30px 15px 25px 15px;
            .winner-box{
                width: 48%;
                margin: 0 1%;
                float: left;
              
                .winner-name{
                   min-height: 3em;
                   margin-top: 20px;
                   margin-bottom: 10px;
                   padding: 0;
                }
                
            }
            
           }
           .category-name br{
                display:none;
            }
           
        
        }*/
}

.popup-winners-wrap .popup-winners .region-winners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 30px;
}

@media screen and (min-width: 800px) {
  .popup-winners-wrap .popup-winners .region-winners {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.popup-winners-wrap .popup-winners .winner-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid rgba(0, 80, 255, 0.1);
  padding: 0px 15px 25px 15px;
  -webkit-box-shadow: 0px 4px 40px rgba(51, 152, 204, 0.08);
          box-shadow: 0px 4px 40px rgba(51, 152, 204, 0.08);
  margin-bottom: 20px;
  text-align: center;
}

.popup-winners-wrap .popup-winners .winner-box--column {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 49%;
          flex: 1 0 49%;
}

.popup-winners-wrap .popup-winners .winner-box .winner-name {
  padding: 20px 0 10px;
}

@media screen and (min-width: 800px) {
  .popup-winners-wrap .popup-winners-zs {
    padding: 30px 15px;
  }

  .popup-winners-wrap .popup-winners-zs .winner-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .popup-winners-wrap .popup-winners-zs .winner-box .winner-name {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 0;
  }
}

@media screen and (max-width: 799px) {
  .popup-winners-wrap .popup-winners-zs .category-name br {
    display: none;
  }
}

.popup-winners-wrap .popup-winners .category-name {
  width: 100%;
  max-width: 200px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 12px;
  margin: auto;
  border-radius: 20px;
  background: #f2f6ff;
}

.popup-winners-wrap .popup-winners .winner-votes {
  color: #00008c;
}

.popup-winners-wrap .popup-winners .winner-votes strong {
  font-size: 21px;
}

.show-winners .schools-listing {
  margin-bottom: 60px;
}

.show-winners .popup-winners-wrap .place {
  display: none;
}

.show-winners .popup-winners-wrap .popup-winners {
  padding: 15px;
  /*&-ss{
               
               @media screen and (min-width: 680px){
               
                padding: 30px 15px 25px 15px;
                .winner-box{
                    width: 47%;
                    margin: 0 1% 50px 1% ;
                    float: none;
                  
                    .winner-name{
                       min-height: 4.5em;
                       margin-top: 20px;
                       margin-bottom: 10px;
                       padding: 0;
                    }
                    
                }
                
               }
               @media screen and (min-width: 1000px){
                padding: 30px 15px 25px 15px;
                .winner-box{
                    width: 30.8%;
                    margin: 0 0.8%;
                    float: none;
                  
                    .winner-name{
                       min-height: 4.5em;
                       margin-top: 20px;
                       margin-bottom: 0px;
                       padding: 0;
                    }
                    
                }
                
               }
               .category-name br{
                    display:none;
                }
               
            
            }*/
}

@media screen and (min-width: 400px) {
  .show-winners .popup-winners-wrap .popup-winners {
    padding: 30px;
  }
}

.show-winners .popup-winners-wrap .popup-winners .winner-box .category-name {
  margin-top: -22px;
}

@media screen and (min-width: 800px) {
  .show-winners .popup-winners-wrap .popup-winners-zs {
    padding: 30px 15px;
  }
}

body:not(.dialog-iframe-root-node):not(.dialog-iframe-popup).intro-subpage {
  background: #ffffff;
}

.intro-subpage .header {
  padding-bottom: 15px;
}

@media screen and (max-width: 820px) {
  .intro-subpage .header {
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 821px) and (max-width: 1034px) {
  .intro-subpage .header .menu {
    padding-top: 0;
  }
}

@media screen and (min-width: 821px) and (max-width: 1034px) {
  .intro-subpage .header .menu-item:first-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.section {
  position: relative;
}

.section h3 {
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
}

@media screen and (max-width: 575px) {
  .section h3 {
    font-size: 24px;
    line-height: 28px;
  }
}

.section p {
  font-size: 16px;
  line-height: 26px;
  color: #3b4653;
}

.section p.section_subtitle {
  color: #00008c;
}

.section .link {
  text-decoration: underline;
}

.section .link:hover,
.section .link:focus,
.section .link:active {
  text-decoration: none;
}

.section_title {
  font-size: 33px;
  line-height: 45px;
  color: #00008c;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .section_title {
    font-size: 30px;
    line-height: 40px;
  }
}

@media screen and (max-width: 575px) {
  .section_title {
    font-size: 28px;
    line-height: 38px;
  }
}

@media screen and (max-width: 359px) {
  .section_title {
    font-size: 26px;
    line-height: 36px;
  }
}

.section .block_chart .chart_circle {
  position: relative;
  max-width: 285px;
  height: 285px;
}

.section .block_chart .chart_circle--left {
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .section .block_chart .chart_circle--left {
    margin-left: auto;
  }
}

.section .block_chart .chart_circle--right {
  margin-left: auto;
  margin-right: auto;
}

.section .block_chart .chart_circle--1 {
  margin-bottom: 110px;
}

.section .block_chart .chart_circle--2 {
  margin-bottom: 210px;
}

.section .block_chart .chart_circle--3 {
  margin-bottom: 105px;
}

.section .block_chart .chart_circle.active .chart_svg .circle_filled {
  stroke-width: 1.8;
  -webkit-animation: progress 1s ease-out forwards;
          animation: progress 1s ease-out forwards;
}

@-webkit-keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.section .block_chart .chart_circle.active .chart_icon {
  -webkit-animation: fade-in 0.3s 0.8s ease-in-out forwards;
          animation: fade-in 0.3s 0.8s ease-in-out forwards;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.section .block_chart .chart_circle.active .chart_tooltip {
  -webkit-animation: slideIn-Up 0.3s 1s ease-out forwards;
          animation: slideIn-Up 0.3s 1s ease-out forwards;
}

@-webkit-keyframes slideIn-Up {
  0% {
    top: 240px;
    opacity: 0;
  }

  100% {
    top: 205px;
    opacity: 1;
  }
}

@keyframes slideIn-Up {
  0% {
    top: 240px;
    opacity: 0;
  }

  100% {
    top: 205px;
    opacity: 1;
  }
}

.section .block_chart .chart_circle .chart_svg {
  display: block;
}

.section .block_chart .chart_circle .chart_svg .circle_bg {
  fill: none;
  stroke: rgba(0, 25, 165, 0.05);
  stroke-width: 1.8;
}

.section .block_chart .chart_circle .chart_svg .circle_filled {
  fill: none;
  stroke-width: 0;
  stroke-linecap: round;
}

.section .block_chart .chart_circle .chart_percentage {
  position: absolute;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 50%;
  left: 50%;
  font-size: 40px;
  font-weight: 600;
  line-height: 98px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.section .block_chart .chart_circle .chart_percentage span {
  font-size: 72px;
  font-weight: 800;
}

.section .block_chart .chart_circle .chart_icon {
  position: absolute;
  width: 75px;
  height: 75px;
  top: 30px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
}

.section .block_chart .chart_circle .chart_icon--left {
  left: 0;
}

.section .block_chart .chart_circle .chart_icon--right {
  right: 0;
}

.section .block_chart .chart_circle .chart_icon--care {
  background-image: url("/images/intro/icon-bulb.svg");
}

.section .block_chart .chart_circle .chart_icon--ability {
  background-image: url("/images/intro/icon-ability.svg");
}

.section .block_chart .chart_circle .chart_icon--movement {
  background-image: url("/images/intro/icon-heart.svg");
}

.section .block_chart .chart_circle .chart_tooltip {
  position: absolute;
  width: 280px;
  top: 240px;
  left: 85px;
  font-size: 14px;
  line-height: 22px;
  padding: 24px 28px;
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: -10px -12px 34px 0 rgba(0, 25, 165, 0.1);
          box-shadow: -10px -12px 34px 0 rgba(0, 25, 165, 0.1);
  z-index: 1;
  opacity: 0;
}

@media screen and (max-width: 993px) {
  .section .block_chart .chart_circle .chart_tooltip {
    left: 2.5px;
  }
}

.section .block_chart .chart_circle .chart_tooltip small {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #3b4653;
}

.section .block_chart .chart_circle .chart_tooltip-kids {
  margin-top: 15px;
}

.section .block_chart .chart_circle .chart_tooltip-source {
  text-align: right;
  margin-top: 10px;
}

.section .block_chart .chart_circle .chart_tooltip:before {
  content: '';
  position: absolute;
  width: 45px;
  height: 45px;
  top: -2px;
  left: 18px;
  background-color: #ffffff;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: -1;
}

@media screen and (max-width: 993px) {
  .section .block_chart .chart_circle .chart_tooltip:before {
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
  }
}

.section .block_chart .chart_circle--blue .circle_filled {
  stroke: #00008c;
}

.section .block_chart .chart_circle--blue .chart_percentage,
.section .block_chart .chart_circle--blue .chart_tooltip {
  color: #00008c;
}

.section .block_chart .chart_circle--blue .chart_icon {
  background-color: #00008c;
}

.section .block_chart .chart_circle--green .circle_filled {
  stroke: #00dc7d;
}

.section .block_chart .chart_circle--green .chart_percentage,
.section .block_chart .chart_circle--green .chart_tooltip {
  color: #00dc7d;
}

.section .block_chart .chart_circle--green .chart_icon {
  background-color: #00dc7d;
}

.section .block_content {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .section .block_content {
    text-align: center;
    margin-top: 0;
    padding-bottom: 40px;
  }
}

.section-intro {
  background: url("/images/intro/intro-bg.jpg") no-repeat right center;
}

@media screen and (max-width: 820px) {
  .section-intro {
    background-size: cover;
  }
}

@media screen and (max-width: 575px) {
  .section-intro {
    background-position: 90% center;
  }
}

.section-intro .intro_wrapper {
  position: relative;
}

.section-intro .intro_content {
  max-width: 530px;
  height: 669px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 820px) {
  .section-intro .intro_content {
    max-width: 100%;
    height: 600px;
    text-align: center;
    padding-bottom: 88px;
  }
}

@media screen and (max-width: 767px) {
  .section-intro .intro_content {
    max-width: 585px;
    height: 500px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 420px) {
  .section-intro .intro_content {
    height: 540px;
  }
}

.section-intro .intro_title {
  font-size: 44px;
  font-weight: 300;
  line-height: 58px;
  color: #ffffff;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .section-intro .intro_title {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 575px) {
  .section-intro .intro_title {
    font-size: 33px;
    line-height: 40px;
  }
}

@media screen and (max-width: 420px) {
  .section-intro .intro_title {
    font-size: 30px;
    line-height: 36px;
  }
}

.section-intro .intro_subtitle {
  color: #ffffff;
}

@media screen and (max-width: 820px) {
  .section-intro .intro_subtitle {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .section-intro .intro_subtitle {
    max-width: 450px;
    line-height: 22px;
  }
}

.section-intro .intro_box {
  position: absolute;
  width: calc(100% - 12px);
  top: -88px;
  left: 6px;
  padding: 42px 80px 57px;
  background-color: #ffffff;
  -webkit-box-shadow: 10px 8px 104px 0 rgba(0, 25, 165, 0.1);
          box-shadow: 10px 8px 104px 0 rgba(0, 25, 165, 0.1);
  z-index: 1;
}

@media screen and (max-width: 993px) {
  .section-intro .intro_box {
    padding: 45px 55px 55px;
  }
}

@media screen and (max-width: 820px) {
  .section-intro .intro_box {
    padding: 40px 42px 50px;
  }
}

@media screen and (max-width: 767px) {
  .section-intro .intro_box {
    max-width: 550px;
    left: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (max-width: 359px) {
  .section-intro .intro_box {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.section-intro .intro_box-title {
  line-height: 40px;
  margin-bottom: 20px;
}

@media screen and (max-width: 575px) {
  .section-intro .intro_box-title {
    line-height: 32px;
  }
}

.section-intro .intro_box-subtitle {
  margin-bottom: 20px;
}

@media screen and (max-width: 440px) {
  .section-intro .intro_box-btn span[class^="o2f-"] {
    display: none;
  }
}

.section-care {
  padding: 320px 0 105px;
}

@media screen and (max-width: 767px) {
  .section-care {
    padding: 230px 0 40px;
  }
}

@media screen and (max-width: 542px) {
  .section-care {
    padding-top: 260px;
  }
}

@media screen and (max-width: 520px) {
  .section-care {
    padding-top: 300px;
  }
}

@media screen and (max-width: 400px) {
  .section-care {
    padding-top: 330px;
  }
}

@media screen and (max-width: 365px) {
  .section-care {
    padding-top: 350px;
  }
}

.section-care:before {
  content: '';
  position: absolute;
  width: 771px;
  height: 671px;
  top: 16%;
  right: calc(50% + 15%);
  background: url("/images/intro/bg-shape.svg") no-repeat center center;
  pointer-events: none;
}

.section-care .care_wrapper {
  position: relative;
}

@media screen and (min-width: 768px) {
  .section-care .care_wrapper:before {
    content: '';
    position: absolute;
    width: 239px;
    height: 251px;
    top: calc(100% - 80px);
    left: 50%;
    background: url("/images/intro/dashed-arrow-1.svg") no-repeat center center;
    -webkit-transform: translateX(-35%);
            transform: translateX(-35%);
  }
}

.section-care .care_subtitle {
  margin: 0;
}

.section-ability {
  padding: 105px 0 60px;
}

@media screen and (max-width: 767px) {
  .section-ability {
    padding: 40px 0;
  }
}

.section-ability:before {
  content: '';
  position: absolute;
  width: 771px;
  height: 671px;
  top: 16%;
  left: calc(50% + 17%);
  background: url("/images/intro/bg-shape.svg") no-repeat center center;
  pointer-events: none;
}

.section-ability .ability_subtitle {
  margin: 0;
}

.section-opinions {
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .section-opinions {
    padding-top: 40px;
    padding-bottom: 0;
  }
}

.section-opinions .opinions_content {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .section-opinions .opinions_content {
    margin-top: 20px;
  }
}

.section-opinions .opinion_item {
  padding-right: 40px;
  margin-bottom: 25px;
}

@media screen and (max-width: 993px) {
  .section-opinions .opinion_item {
    text-align: center;
    padding-right: 0;
    margin-bottom: 60px;
  }
}

.section-opinions .opinion_head {
  margin-bottom: 25px;
}

.section-opinions .opinion_img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 25px;
}

.section-opinions .opinion_title {
  font-size: 21px;
  font-weight: 600;
  line-height: 26px;
  color: #00008c;
  margin: 0 0 5px 0;
}

.section-opinions .opinion_position {
  font-size: 14px;
  line-height: 19px;
  color: #00008c;
}

.section-opinions .opinion_body > p {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}

.section-movement {
  padding: 60px 0 65px;
}

@media screen and (max-width: 767px) {
  .section-movement {
    padding: 40px 0;
  }
}

.section-movement:before {
  content: '';
  position: absolute;
  width: 771px;
  height: 671px;
  top: -16%;
  right: calc(50% + 15%);
  background: url("/images/intro/bg-shape.svg") no-repeat center center;
  pointer-events: none;
}

.section-movement .movement_wrapper {
  position: relative;
}

@media screen and (min-width: 768px) {
  .section-movement .movement_wrapper:before {
    content: '';
    position: absolute;
    width: 147px;
    height: 278px;
    top: 45%;
    left: 50%;
    background: url("/images/intro/dashed-arrow-2.svg") no-repeat center center;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@media screen and (max-width: 993px) {
  .section-movement .movement_wrapper:before {
    top: 60%;
  }
}

@media screen and (max-width: 390px) {
  .section-movement .movement_btn span[class^="o2f-"] {
    display: none;
  }
}

.section-promo {
  padding: 65px 0 130px;
}

@media screen and (max-width: 767px) {
  .section-promo {
    padding: 40px 0 80px;
  }
}

.section-promo .promo-banner {
  position: relative;
  padding: 60px 78px;
  margin-top: 10px;
  margin-bottom: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#00008C), color-stop(51%, #0050FF), to(#AFD7FF));
  background: linear-gradient(180deg, #00008C 0%, #0050FF 51%, #AFD7FF 100%);
  -webkit-box-shadow: 15px 15px 70px rgba(0, 56, 178, 0.1);
          box-shadow: 15px 15px 70px rgba(0, 56, 178, 0.1);
}

@media screen and (max-width: 820px) {
  .section-promo .promo-banner {
    padding: 60px 78px 60px 50px;
  }
}

@media screen and (max-width: 767px) {
  .section-promo .promo-banner {
    padding: 60px 50px;
  }
}

@media screen and (max-width: 575px) {
  .section-promo .promo-banner {
    padding: 50px 40px;
  }
}

@media screen and (max-width: 359px) {
  .section-promo .promo-banner {
    padding: 40px 30px;
  }
}

@media screen and (min-width: 660px) {
  .section-promo .promo-banner:before {
    content: '';
    position: absolute;
    width: 157px;
    height: 273px;
    top: 0;
    right: 15px;
    background: url("/images/intro/promo-bubbles.png") no-repeat center center;
  }
}

.section-promo .promo-banner_content {
  max-width: 450px;
}

@media screen and (max-width: 575px) {
  .section-promo .promo-banner_content {
    text-align: center;
  }
}

.section-promo .promo-banner_title {
  color: #ffffff;
}

.section-promo .promo-banner_text {
  color: #ffffff;
  margin-bottom: 24px;
}

.section-promo .promo-banner_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 575px) {
  .section-promo .promo-banner_buttons {
    max-width: 242px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
}

@media screen and (max-width: 575px) {
  .section-promo .promo-banner_buttons .btn {
    width: 100%;
  }
}

.section-promo .promo-banner_buttons .btn:first-child {
  margin-bottom: 15px;
}

@media screen and (min-width: 576px) {
  .section-promo .promo-banner_buttons .btn:first-child {
    margin-right: 20px;
    margin-bottom: 0;
  }
}

.section-promo .promo-training_image {
  position: relative;
  display: block;
  z-index: 1;
  -webkit-box-shadow: 0 18px 34px 0 rgba(0, 80, 255, 0.2);
          box-shadow: 0 18px 34px 0 rgba(0, 80, 255, 0.2);
}

@media screen and (max-width: 767px) {
  .section-promo .promo-training_image {
    display: inline-block;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.section-promo .promo-training_image:hover .icon-play {
  background-color: #004aed;
}

.section-promo .promo-training_image img {
  max-width: 100%;
  vertical-align: middle;
}

.section-promo .promo-training_image .icon-play {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  background: #0050ff url("/images/intro/icon-play.svg") no-repeat center center;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.section-promo .promo-training_content {
  padding: 50px 58px 58px 90px;
  margin-top: 43px;
  margin-left: -65px;
  background-color: #f2f6ff;
  border-radius: 4px;
}

@media screen and (max-width: 993px) {
  .section-promo .promo-training_content {
    padding: 45px 45px 50px 90px;
  }
}

@media screen and (max-width: 820px) {
  .section-promo .promo-training_content {
    padding: 45px 30px 50px 85px;
  }
}

@media screen and (max-width: 767px) {
  .section-promo .promo-training_content {
    max-width: 570px;
    text-align: center;
    padding: 85px 50px 50px;
    margin: -43px auto 0;
  }
}

@media screen and (max-width: 575px) {
  .section-promo .promo-training_content {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 359px) {
  .section-promo .promo-training_content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.section-promo .promo-training_title {
  color: #00008c;
}

.section-promo .promo-training_text {
  font-size: 14px;
  line-height: 22px;
}

.training-videos {
  padding-top: 0px !important;
  margin-top: 70px !important;
}

.tabs a.tnd-tab {
  position: relative;
  text-align: center;
}

.tabs a.tnd-tab:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center center;
}

.tabs a.tnd-tab-1 {
  padding: 20px 10px 20px 50px;
}

@media (max-width: 767px) {
  .tabs a.tnd-tab-1 {
    padding-left: 62px;
  }
}

@media (max-width: 359px) {
  .tabs a.tnd-tab-1 {
    padding-left: 50px;
    padding-right: 15px;
  }
}

.tabs a.tnd-tab-1.active-tab:before {
  background-image: url("/images/training/icon-table-white.svg");
}

.tabs a.tnd-tab-1:before {
  width: 20px;
  height: 19px;
  margin-left: -30px;
  background-image: url("/images/training/icon-table-blue.svg");
}

.tabs a.tnd-tab-2 {
  padding: 20px 10px 20px 50px;
}

@media (max-width: 767px) {
  .tabs a.tnd-tab-2 {
    padding-left: 62px;
  }
}

@media (max-width: 359px) {
  .tabs a.tnd-tab-2 {
    padding-left: 50px;
    padding-right: 15px;
  }
}

.tabs a.tnd-tab-2.active-tab:before {
  background-image: url("/images/training/icon-home-white.svg");
}

.tabs a.tnd-tab-2:before {
  width: 22px;
  height: 20px;
  margin-left: -30px;
  background-image: url("/images/training/icon-home-blue.svg");
}

.tabs a.tnd-tab-3 {
  padding: 20px 10px 20px 50px;
}

@media (max-width: 767px) {
  .tabs a.tnd-tab-3 {
    padding-left: 62px;
  }
}

@media (max-width: 359px) {
  .tabs a.tnd-tab-3 {
    padding-left: 50px;
    padding-right: 15px;
  }
}

.tabs a.tnd-tab-3.active-tab:before {
  background-image: url("/images/training/icon-people-white.svg");
}

.tabs a.tnd-tab-3:before {
  width: 26px;
  height: 26px;
  margin-left: -30px;
  background-image: url("/images/training/icon-people-blue.svg");
}

.video-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: transparent url("/images/youtube-play.png") center center no-repeat;
  background-size: 100% auto;
  width: 75px;
  height: 75px;
}

.gallery-img.training {
  min-height: 165px;
}

@media (max-width: 767px) {
  .training-videos {
    margin-top: 0;
  }

  .gallery-img.training {
    margin-left: auto;
    margin-right: auto;
    max-width: 75%;
  }
}

.main_buttons .btn {
  margin-top: 0.5em;
}

@media (min-width: 820px) {
  .main_buttons .btn {
    min-width: 48%;
  }

  .main_buttons .btn:nth-child(1) {
    float: left;
  }

  .main_buttons .btn:nth-child(2) {
    float: right;
  }
}

.training-banner {
  position: relative;
  min-height: 284px;
  margin: 120px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#00008C), color-stop(51%, #0050FF), to(#AFD7FF));
  background: linear-gradient(180deg, #00008C 0%, #0050FF 51%, #AFD7FF 100%);
  -webkit-box-shadow: 15px 15px 70px rgba(0, 56, 178, 0.1);
          box-shadow: 15px 15px 70px rgba(0, 56, 178, 0.1);
}

@media (max-width: 767px) {
  .training-banner {
    text-align: center;
    padding: 0 40px 50px;
    margin: 80px 0;
  }
}

.training-banner_image {
  position: relative;
  height: 284px;
}

@media (max-width: 767px) {
  .training-banner_image {
    height: auto;
    margin-top: -60px;
  }
}

.training-banner_image img {
  max-width: 100%;
}

@media (min-width: 768px) {
  .training-banner_image img {
    position: absolute;
    top: 30%;
    left: -6%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (min-width: 768px) {
  .training-banner_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 87%;
    height: 284px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.training-banner_title {
  font-size: 35px;
  font-weight: 600;
  line-height: 42px;
  color: #ffffff;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .training-banner_title {
    font-size: 30px;
    line-height: 36px;
    margin-top: 20px;
  }
}

.training-banner_text {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 20px;
}

body.breathe-page .page {
  background-image: url("/images/breathe/bg-header-desktop.png?v=2");
}

@media (max-width: 991px) {
  body.breathe-page .page {
    background-size: 1700px auto;
  }
}

@media (max-width: 820px) {
  body.breathe-page .page {
    background-size: 1500px auto;
    background-position: center 20px;
  }
}

@media (max-width: 767px) {
  body.breathe-page .page {
    background-image: url("/images/breathe/bg-header-mobile.png?v=1");
    background-size: auto;
    background-position: right -292px;
  }
}

@media (max-width: 575px) {
  body.breathe-page .page {
    background-position: center -250px;
  }
}

@media (max-width: 390px) {
  body.breathe-page .page {
    background-position: center -220px;
  }
}

@media (max-width: 767px) {
  body.breathe-page .page .breathe-banner {
    padding-bottom: 430px;
  }
}

@media (max-width: 390px) {
  body.breathe-page .page .breathe-banner {
    padding-bottom: 380px;
  }
}

@media (max-width: 767px) {
  body.breathe-page .page .breathe-banner .withsubheadline {
    max-width: 72%;
  }
}

@media (max-width: 575px) {
  body.breathe-page .page .breathe-banner .withsubheadline {
    max-width: 100%;
  }
}

.breathe-training-content {
  margin: 0 auto;
}

.breathe-training-content--1 {
  max-width: 600px;
  margin-bottom: 80px;
}

.breathe-training-content--2 {
  max-width: 800px;
}

.breathe-training-video {
  margin-top: 30px;
}

.breathe-training-video iframe {
  width: 100%;
}

.breathe-training-boxes {
  margin-top: 40px;
}

.breathe-training-boxes .breathe-box {
  position: relative;
  max-width: calc(50% - 30px);
  color: #00008c;
  padding: 40px 20px 0;
  margin: 0 15px 30px;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-filter: drop-shadow(3px 3px 5px rgba(0, 0, 140, 0.2));
          filter: drop-shadow(3px 3px 5px rgba(0, 0, 140, 0.2));
}

@media (max-width: 767px) {
  .breathe-training-boxes .breathe-box {
    max-width: calc(50% - 15px);
    margin: 0 7.5px 15px;
  }
}

@media (max-width: 575px) {
  .breathe-training-boxes .breathe-box {
    max-width: 100%;
    margin: 0 0 15px 0;
  }
}

.breathe-training-boxes .breathe-box .box_title {
  font-size: 22px;
  line-height: 26px;
  color: #00008c;
  margin-bottom: 30px;
}

.breathe-training-boxes .breathe-box .box_content {
  padding-bottom: 20px;
}

.breathe-training-boxes .breathe-box .box_content > p {
  margin-bottom: 15px;
}

.breathe-training-boxes .breathe-box .box_content > p:last-child {
  margin-bottom: 0;
}

.breathe-training-boxes .breathe-box .box_content-image {
  margin: 25px 0;
}

.breathe-training-boxes .breathe-box .box_content-image--desktop {
  display: inline-block;
}

@media (max-width: 991px) {
  .breathe-training-boxes .breathe-box .box_content-image--desktop {
    display: none;
  }
}

.breathe-training-boxes .breathe-box .box_content-image--mobile {
  display: inline-block;
  max-width: 100%;
}

@media (min-width: 992px) {
  .breathe-training-boxes .breathe-box .box_content-image--mobile {
    display: none;
  }
}

.breathe-training-boxes .breathe-box .box_tip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0 30px;
  border-top: 1px solid rgba(0, 25, 165, 0.2);
}

.breathe-training-boxes .breathe-box .box_tip-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 41px;
  height: 41px;
  font-size: 14px;
  line-height: 14px;
  color: #01b7b4;
  text-transform: uppercase;
  margin-right: 18px;
  border: 2px solid #01b7b4;
  border-radius: 50%;
}

.breathe-training-boxes .breathe-box .box_tip-text {
  font-size: 14px;
  line-height: 18px;
}

.profile-banner .with-bubbles:before {
  top: -42px;
  right: -63px;
}

@media screen and (max-width: 640px) {
  .profile-banner {
    margin-bottom: 40px !important;
  }
}

.profile-accordion {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 20px 70px rgba(107, 132, 137, 0.1);
          box-shadow: 0px 20px 70px rgba(107, 132, 137, 0.1);
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .profile-accordion {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.profile-accordion-item {
  border-bottom: 1px solid #cbd5e1;
}

.profile-accordion-item:last-child {
  border-bottom: none;
}

.profile-accordion-title {
  color: #00008c;
  padding: 15px 30px 15px 30px;
  cursor: pointer;
  font-size: 18px;
  display: block;
  outline: none;
  position: relative;
}

.profile-accordion-title.btn-logout:after {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: auto;
  margin-top: 8px;
  left: 27px;
  height: 11px;
  width: 8px;
  border: 1px solid #00008c;
  border-width: 1px 0px 1px 1px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.profile-accordion-title.btn-logout:hover:after {
  border-color: #0050ff;
  /*-webkit-animation: arrow-jump 1s infinite;
                -moz-animation:    arrow-jump 1s infinite;
                -o-animation:      arrow-jump 1s infinite;
                animation:         arrow-jump 1s infinite;*/
}

.profile-accordion-title:before {
  margin-right: 12px;
}

@media screen and (max-width: 768px) {
  .profile-accordion-title {
    font-size: 15px;
    padding: 15px 17px 15px 17px;
  }

  .profile-accordion-title:before {
    margin-right: 6px;
  }

  .profile-accordion-title.btn-logout:after {
    margin-top: 6px;
    left: 14px;
  }
}

.profile-accordion-title.active {
  background: #0050ff;
  color: #FFFFFF;
}

.profile-accordion-title.active:before {
  content: "\2193";
  -webkit-animation: none !important;
  animation: none !important;
}

.profile-accordion-title.active:after {
  top: 100%;
  left: 37px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(102, 180, 228, 0);
  border-top-color: #0050ff;
  border-width: 10px;
  margin-left: -10px;
}

.profile-accordion-content {
  padding: 50px;
}

@media screen and (max-width: 768px) {
  .profile-accordion-content {
    padding: 35px 20px;
  }
}

.profile-accordion .title-moje-udaje {
  color: inherit;
  padding-bottom: 30px;
  border-bottom: 1px solid #bed9ee;
  margin-bottom: 30px;
}

.profile-accordion .title-moje-udaje span {
  color: #00008c;
}

.profile-accordion .profile-change-pwd-thanks {
  position: relative;
  z-index: 1100;
  padding-top: 30px;
}

.profile-accordion .profile-change-pwd {
  position: relative;
  max-width: 500px;
  margin: auto;
}

.profile-accordion .profile-change-pwd label {
  font-weight: 600;
  color: #000000;
  padding-top: 10px;
}

.profile-accordion .profile-change-pwd .form-group {
  margin-bottom: 20px;
}

.profile-accordion .profile-change-pwd .error-message {
  text-align: center;
}

.profile-accordion input[type=checkbox] {
  vertical-align: middle;
  margin: -1px 8px 0px 0px;
}

.profile-accordion .btn {
  min-width: 120px;
}

.profile-accordion .form-box {
  position: relative;
}

.profile-accordion .form-horizontal .form-group {
  margin-left: -6px;
  margin-right: -6px;
}

.profile-accordion .fg-checkbox {
  padding-top: 15px;
  padding-bottom: 15px;
}

.profile-accordion .change-data-col {
  width: 50%;
  float: left;
  padding-top: 30px;
  padding-bottom: 30px;
}

.profile-accordion .sms-notif-wrap {
  padding-right: 60px;
}

.profile-accordion .email-notif-wrap {
  border-left: 1px solid #cbd5e1;
  padding-left: 60px;
}

@media screen and (max-width: 950px) {
  .profile-accordion .sms-notif-wrap {
    padding-right: 30px;
  }

  .profile-accordion .email-notif-wrap {
    padding-left: 30px;
  }
}

@media screen and (max-width: 880px) {
  .profile-accordion .change-data-col {
    width: 100%;
    float: none;
    padding: 30px 0px;
  }

  .profile-accordion .change-data-col .form-control {
    margin-bottom: 20px;
  }

  .profile-accordion .email-notif-wrap {
    border-top: 1px solid #bfdaef;
    border-left: 0;
  }
}

.btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 48px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  padding: 0 24px;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  background-clip: border-box;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.btn,
.btn:hover,
.btn:focus,
.btn:active {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn:focus {
  outline: 0;
}

.btn.disabled {
  opacity: 36%;
  cursor: not-allowed;
}

.btn.btn-animation [class^="o2f-"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #ffffff;
  -webkit-animation-iteration-count: 0;
          animation-iteration-count: 0;
}

.btn.btn-animation:hover [class^="o2f-"] {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.o2f-arrow-right--white:before {
  background-image: url("/images/icon-arrow-right-white.svg");
}

.o2f-arrow-right--blue:before {
  background-image: url("/images/icon-arrow-right-blue.svg");
}

.o2f-arrow-right:before {
  content: '';
  width: 12px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center center;
}

.o2fa--move-right {
  margin-left: 20px;
  -webkit-animation-name: o2fa--move-right;
          animation-name: o2fa--move-right;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

@-webkit-keyframes o2fa--move-right {
  0% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 0;
  }

  26% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }

  66% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0;
  }
}

@keyframes o2fa--move-right {
  0% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 0;
  }

  26% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }

  66% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0;
  }
}

.btn-lg {
  padding: 17px 30px 16px;
  font-size: 15px;
  border-radius: 3px;
}

.btn-xs {
  padding: 7px 12px;
}

.btn-toggle {
  min-width: 29px;
}

.btn:not(.selectpicker) {
  white-space: normal;
}

.btn-blue,
input[type="button"].btn-blue,
input[type="submit"].btn-blue,
input[type="reset"].btn-blue {
  color: #fff;
  background: #0050ff;
}

input[type="button"].btn-blue.btn-disabled,
input[type="button"].btn-blue[disabled],
input[type="button"].btn-blue.disabled,
input[type="submit"].btn-blue.disabled,
input[type="submit"].btn-blue[disabled],
input[type="reset"].btn-blue.btn-disabled,
input[type="reset"].btn-blue[disabled],
input[type="button"].btn-blue.btn-disabled:hover,
input[type="button"].btn-blue[disabled]:hover,
input[type="button"].btn-blue.disabled:hover,
input[type="submit"].btn-blue.disabled:hover,
input[type="submit"].btn-blue[disabled]:hover,
input[type="reset"].btn-blue.btn-disabled:hover,
input[type="reset"].btn-blue[disabled]:hover {
  opacity: 36%;
  cursor: not-allowed;
}

.btn-blue:hover,
input[type="button"].btn-blue:hover,
input[type="submit"].btn-blue:hover,
input[type="reset"].btn-blue:hover,
.btn-blue.hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
  background: #004aed;
}

.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue,
input[type="button"].btn-blue:active,
input[type="submit"].btn-blue:active,
input[type="reset"].btn-blue:active {
  background: #0048e9;
}

.btn-blue.btn-disabled,
.btn-blue[disabled],
fieldset[disabled] .btn-blue,
.btn-blue.btn-disabled:hover,
.btn-blue[disabled]:hover,
fieldset[disabled] .btn-blue:hover,
.btn-blue.btn-disabled:focus,
.btn-blue[disabled]:focus,
fieldset[disabled] .btn-blue:focus,
.btn-blue.btn-disabled:active,
.btn-blue[disabled]:active,
fieldset[disabled] .btn-blue:active,
.btn-blue.btn-disabled.active,
.btn-blue[disabled].active,
fieldset[disabled] .btn-blue.active {
  opacity: 36%;
  cursor: not-allowed;
}

.btn-white,
input[type="button"].btn-white,
input[type="submit"].btn-white,
input[type="reset"].btn-white {
  color: #0050ff;
  background: #fff;
}

.btn-white:hover,
input[type="button"].btn-white:hover,
input[type="submit"].btn-white:hover,
input[type="reset"].btn-white:hover,
.btn-white.hover,
.btn-white:focus,
input[type="button"].btn-white:hover,
input[type="submit"].btn-white:hover,
input[type="reset"].btn-white:hover {
  color: #0050ff;
  background: #ebebed;
  border-color: transparent;
}

.btn-white:active,
input[type="button"].btn-white:active,
input[type="submit"].btn-white:active,
input[type="reset"].btn-white:active .open .dropdown-toggle.btn-white {
  background: #e6e6e9;
  border-color: transparent;
}

.btn-white.btn-disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white,
.btn-white.btn-disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.btn-disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.btn-disabled:active,
.btn-white[disabled]:active,
fieldset[disabled] .btn-white:active,
.btn-white.btn-disabled.active,
.btn-white[disabled].active,
fieldset[disabled] .btn-white.active {
  opacity: 36%;
  cursor: not-allowed;
}

.btn-red,
input[type="button"].btn-red,
input[type="submit"].btn-red,
input[type="reset"].btn-red {
  color: #fff;
  background: #ff5a5a;
}

.btn-red:hover,
.btn-red.hover,
.btn-red:focus,
input[type="button"].btn-red:hover,
input[type="submit"].btn-red:hover,
input[type="reset"].btn-red:hover,
input[type="button"].btn-red:hover,
input[type="submit"].btn-red:hover,
input[type="reset"].btn-red:hover {
  color: #fff;
  background: #eb5355;
}

.btn-red:active,
.btn-red.active,
input[type="button"].btn-red:active,
input[type="submit"].btn-red:active,
input[type="reset"].btn-red:active,
.open .dropdown-toggle.btn-red {
  background: #e65154;
}

.btn-red.btn-disabled,
.btn-red[disabled],
fieldset[disabled] .btn-red,
.btn-red.btn-disabled:hover,
.btn-red[disabled]:hover,
fieldset[disabled] .btn-red:hover,
.btn-red.btn-disabled:focus,
.btn-red[disabled]:focus,
fieldset[disabled] .btn-red:focus,
.btn-red.btn-disabled:active,
.btn-red[disabled]:active,
fieldset[disabled] .btn-red:active,
.btn-red.btn-disabled.active,
.btn-red[disabled].active,
fieldset[disabled] .btn-red.active {
  opacity: 36%;
  cursor: not-allowed;
}

.btn-green,
input[type="button"].btn-green,
input[type="submit"].btn-green,
input[type="reset"].btn-green {
  color: #fff;
  background: #01b7b4;
}

.btn-green:hover,
.btn-green.hover,
.btn-green:focus,
input[type="button"].btn-green:hover,
input[type="submit"].btn-green:hover,
input[type="reset"].btn-green:hover,
input[type="button"].btn-green:hover,
input[type="submit"].btn-green:hover,
input[type="reset"].btn-green:hover {
  color: #fff;
  background: #01a8a8;
}

.btn-green:active,
.btn-green.active,
input[type="button"].btn-green:active,
input[type="submit"].btn-green:active,
input[type="reset"].btn-green:active,
.open .dropdown-toggle.btn-green {
  background: #01a5a5;
}

.btn-green.btn-disabled,
.btn-green[disabled],
fieldset[disabled] .btn-green,
.btn-green.btn-disabled:hover,
.btn-green[disabled]:hover,
fieldset[disabled] .btn-green:hover,
.btn-green.btn-disabled:focus,
.btn-green[disabled]:focus,
fieldset[disabled] .btn-green:focus,
.btn-green.btn-disabled:active,
.btn-green[disabled]:active,
fieldset[disabled] .btn-green:active,
.btn-green.btn-disabled.active,
.btn-green[disabled].active,
fieldset[disabled] .btn-green.active {
  opacity: 36%;
  cursor: not-allowed;
}

.btn-outlined,
input[type="button"].btn-outlined,
input[type="submit"].btn-outlined,
input[type="reset"].btn-outlined {
  border: 1px solid #cbd5e1;
  background-color: transparent;
}

.btn-outlined:hover,
.btn-outlined.hover,
.btn-outlined:focus,
input[type="button"].btn-outlined:hover,
input[type="submit"].btn-outlined:hover,
input[type="reset"].btn-outlined:hover,
input[type="button"].btn-outlined:hover,
input[type="submit"].btn-outlined:hover,
input[type="reset"].btn-outlined:hover {
  background-color: rgba(0, 0, 0, 0.08);
  border-color: #cbd5e1;
}

.btn-outlined:active,
.btn-outlined.active,
input[type="button"].btn-outlined:active,
input[type="submit"].btn-outlined:active,
input[type="reset"].btn-outlined:active,
.open .dropdown-toggle.btn-outlined {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: #cbd5e1;
}

.btn-link {
  color: #0050ff;
  text-decoration: none;
}

.btn-link:hover,
.btn-link:focus {
  text-decoration: underline;
}

.btn-link:active {
  text-decoration: underline;
}

.open .dropdown-toggle.btn-red {
  border-left: 1px solid #000;
}

.btn-disabled,
.btn-disabled:hover,
.btn-disabled:active,
.btn-disabled:focus {
  opacity: 36%;
  cursor: not-allowed;
}

.btn-left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-right {
  margin-left: -3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-fb,
input[type="button"].btn-fb,
input[type="submit"].btn-fb,
input[type="reset"].btn-fb {
  width: 150px;
  border: 1px solid #304886;
  background: #3f5d9c url(/eportal-liferaytheme/mojeO2v2/images/eportal/fb-logo.png) no-repeat scroll 10px 6px;
}

.btn-fb:hover,
.btn-fb.hover,
.btn-fb:focus,
input[type="button"].btn-fb:hover,
input[type="submit"].btn-fb:hover,
input[type="reset"].btn-fb:hover,
input[type="button"].btn-fb:hover,
input[type="submit"].btn-fb:hover,
input[type="reset"].btn-fb:hover {
  border: 1px solid #34599b;
  background: #4a67b1 url(/eportal-liferaytheme/mojeO2v2/images/eportal/fb-logo.png) no-repeat scroll 10px 6px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 16px;
  padding-right: 16px;
}

.btn-group > .btn + .dropdown-toggle {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.btn-group > .btn + .dropdown-toggle ~ .dropdown-menu {
  border: 0;
}

.btn-group > .btn + .dropdown-toggle ~ .dropdown-menu li:first-child,
.btn-group > .btn + .dropdown-toggle ~ .dropdown-menu li:first-child a:hover {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.btn-group > .btn + .dropdown-toggle ~ .dropdown-menu li:last-child {
  border-bottom: 0;
}

.btn-group > .btn + .dropdown-toggle ~ .dropdown-menu li:last-child,
.btn-group > .btn + .dropdown-toggle ~ .dropdown-menu li:last-child a:hover {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.btn-group > .btn + .dropdown-toggle ~ .dropdown-menu > li > a {
  color: #fff;
}

.btn-group > .btn-blue ~ .dropdown-menu {
  background: #0076ad;
}

.btn-group > .btn-blue + .dropdown-toggle ~ .dropdown-menu > li > a:hover,
.btn-group > .btn-blue + .dropdown-toggle ~ .dropdown-menu > li > a:focus {
  background: #0095db;
}

.btn-group > .btn-white + .dropdown-toggle ~ .dropdown-menu > li > a {
  color: #4f5357;
}

.btn-group > .btn-white ~ .dropdown-menu {
  background: #ffffff;
  border: 1px solid #cbd5e1 !important;
  -webkit-box-shadow: rgba(2, 6, 23, 0.15) 0px 0.8rem 1.6rem -0.4rem;
          box-shadow: rgba(2, 6, 23, 0.15) 0px 0.8rem 1.6rem -0.4rem;
}

.btn-group > .btn-white + .dropdown-toggle ~ .dropdown-menu > li > a:hover,
.btn-group > .btn-white + .dropdown-toggle ~ .dropdown-menu > li > a:focus {
  background: #f3f3f3;
}

.btn-group > .btn-red ~ .dropdown-menu {
  background: #b9261e;
}

.btn-group > .btn-red + .dropdown-toggle ~ .dropdown-menu > li > a:hover,
.btn-group > .btn-red + .dropdown-toggle ~ .dropdown-menu > li > a:focus {
  background: #f23328;
}

.btn-group > .btn-green ~ .dropdown-menu {
  background: #009d9b;
}

.btn-group > .btn-green + .dropdown-toggle ~ .dropdown-menu > li > a:hover,
.btn-group > .btn-green + .dropdown-toggle ~ .dropdown-menu > li > a:focus {
  background: #00cbc9;
}

.btn-group > .btn-toggle ~ .dropdown-menu li > a:hover {
  padding-left: 23px;
  padding-right: 17px;
}

.btn-group > .btn-toggle ~ .dropdown-menu li > a {
  transition: .1s ease;
  -webkit-transition: .1s ease;
}

.dropdown-menu {
  min-width: 156px;
  top: 48px;
  padding: 0;
  border-radius: 4px;
  border-color: #cacaca;
  background-color: #f9f9f9;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
}

.dropup.open .dropdown-menu {
  z-index: 5000;
}

.multiselect {
  padding: 0 0 0 10px;
}

select.multiselect + div.btn-group button.multiselect {
  width: 100%;
  text-align: left;
  padding: 17px 30px 5px 12px;
}

.multiselect-container label[class="checkbox"] {
  padding: 13px 36px !important;
}

.multiselect-container label[class="checkbox"] input {
  margin-left: 4px !important;
}

ul.multiselect-container.dropdown-menu {
  top: 44px;
  min-width: 100%;
  max-height: 440px;
  overflow-y: auto;
  background-color: #fff;
}

button.btn.multiselect {
  overflow: hidden;
  white-space: nowrap;
}

.dropdown-menu li {
  border-bottom: none;
}

.dropdown-menu > li > a,
.msisdnSelector > li > a {
  padding: 13px 20px;
  font-size: 13px;
  color: #4f5357;
}

.multiselect-container.dropdown-menu > li > a {
  padding: 0;
}

.multiselect-container.dropdown-menu > li > a > label {
  padding: 13px 40px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.multiselect .glyphicon {
  background: #fff;
  padding: 16px;
  color: #4f5357;
  border-radius: 0 3px 3px 0;
  position: absolute;
  top: -1px;
  right: -1px;
  margin-left: 15px;
  height: 44px;
}

.multiselect + .btn-group {
  display: block;
}

.form-group {
  margin-bottom: 12px;
}

.input-group-addon {
  padding: 6px 10px;
  min-width: 44px;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-left: 0;
  left: 8px;
  position: absolute;
  width: auto;
}

.checkbox.checkbox-clean input[type="checkbox"] {
  left: 0;
}

.checkbox.checkbox-clean label {
  padding-left: 18px;
}

.radio label,
.checkbox label {
  float: left;
  padding-left: 28px;
}

.radio .question-mark,
.checkbox .question-mark {
  display: inline-block;
  height: 20px;
  width: 20px;
  position: relative;
  margin-left: 10px;
}

.radio .question-mark:before,
.checkbox .question-mark:before {
  top: -5px;
  left: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 0;
}

form {
  float: none !important;
  margin: 20px auto;
}

.required {
  margin-left: 10px;
}

.steps-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 48px 0;
}

.steps-wrapper > div.active:not(.current) a span {
  color: #39c;
}

.steps-wrapper > .active a span:hover {
  text-decoration: underline;
}

.steps-wrapper > .disabled a {
  pointer-events: none;
}

.steps-wrapper > .inactive a {
  cursor: not-allowed;
}

.steps-wrapper > .current a {
  pointer-events: none;
}

.step-line {
  height: 3px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

.step-circle {
  width: 18px;
  height: 18px;
  background-color: #fff;
  position: absolute;
  top: -8px;
  right: -9px;
  z-index: 2;
}

.step-circle:before,
.step-circle:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
}

.step-circle:before {
  width: 13px;
  height: 13px;
}

.step-circle:after {
  width: 5px;
  height: 5px;
  background-color: #fff;
}

.step-line,
.step-circle:before {
  background-color: #e6e7eb;
}

.step-line.active,
.step-line.active .step-circle:before {
  background-color: #2990cb;
}

.step-circle span {
  position: absolute;
  width: 150px;
  bottom: -17px;
  left: 9px;
  text-align: center;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  font-weight: 600;
  color: #000;
  opacity: .5;
}

.step-line.active .step-circle span {
  opacity: 1;
}

.form-steps-wrapper .line.blue {
  border-bottom: 1.6px solid #2d9ed8;
}

.form-steps-wrapper .line.gray {
  border-bottom: 1.6px solid #b7c5cc;
}

.form-steps-wrapper .line.line-gradient {
  height: 0;
  background: 0;
  border-bottom: 1.6px solid;
  -o-border-image: linear-gradient(to right, #319fd8 0, #b5c4cc 50%, #b5c4cc 100%);
     border-image: -webkit-gradient(linear, left top, right top, color-stop(0, #319fd8), color-stop(50%, #b5c4cc), to(#b5c4cc));
     border-image: linear-gradient(to right, #319fd8 0, #b5c4cc 50%, #b5c4cc 100%);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-image-slice: 1;
}

.short-form .form-group > div {
  padding-left: 0;
  padding-right: 0;
}

.form-horizontal label.control-label,
select.selectpicker ~ label.control-label,
input[type=text].filled ~ label.control-label,
input[type=email].filled ~ label.control-label,
input[type=password].filled ~ label.control-label,
input[type=text]:focus ~ label.control-label,
input[type=email]:focus ~ label.control-label,
input[type=password]:focus ~ label.control-label,
textarea.form-control:focus ~ label.control-label,
textarea.form-control.filled ~ label.control-label {
  font-size: 12px;
  color: #7f7f7f;
  padding: 0;
  position: absolute;
  top: 3px;
  left: 12px;
}

textarea.form-control:focus ~ .question-mark,
textarea.form-control.filled ~ .question-mark {
  display: none;
}

.datepicker-label > input[type=text] ~ label.control-label {
  font-size: 12px;
  color: #7f7f7f;
  padding: 0;
  position: absolute;
  top: 3px;
  left: 12px;
}

.ui-timepicker-div {
  font-size: 14px;
}

.ui-timepicker-div .ui_tpicker_time_label {
  margin-top: 3px;
}

.ui-timepicker-div dl dt {
  padding-left: 14px;
}

.ui-timepicker-div dl dd {
  margin-right: 14px;
}

.ui-timepicker-div .ui_tpicker_hour {
  padding-top: 5px;
}

.ui-timepicker-div .ui_tpicker_minute {
  padding-top: 5px;
}

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
  width: 100%;
}

.ui-timepicker-div .ui-slider-handle {
  border: 1px solid #0095db;
  background: #0095db;
}

label.control-label.label-expanded,
input[type=text] ~ label.control-label,
input[type=email] ~ label.control-label,
input[type=password] ~ label.control-label,
input[type=text] ~ label.control-label,
input[type=email] ~ label.control-label,
input[type=password] ~ label.control-label,
textarea.form-control ~ label.control-label {
  font-size: 14px;
  color: #7f7f7f;
  position: absolute;
  padding: 12px;
  text-align: left;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
  cursor: text;
  top: 0;
  left: 0;
  width: calc(100% - 56px);
  white-space: nowrap;
  overflow: hidden;
}

label.error-label.red:before {
  top: 0;
  position: absolute;
  content: " ";
  display: block;
  left: -15px;
  width: 15px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}

textarea.form-control ~ label.control-label {
  width: auto;
}

textarea.form-control:focus ~ label.control-label,
textarea.form-control.filled ~ label.control-label {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(90%, rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0.9) 90%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
}

textarea.form-control:focus ~ label.control-label {
  border-color: #2792d9;
}

.row > .form-group > div[class*="col-"] > label.control-label,
.row > .form-group > div[class*="col-"] > .form-group > label.control-label {
  margin-left: 6px;
}

.row > .form-group > div[class*="col-"] > .question-mark.question-mark-input,
.row > .form-group > div[class*="col-"] > .form-group > .question-mark.question-mark-input {
  right: 7px;
}

div[class*="col-"] > label.control-label.label-fixed {
  margin-left: 0 !important;
}

label.control-label.label-fixed {
  position: static;
  padding: 0 0 0 12px;
}

.form-horizontal .control-label.label-zindex {
  z-index: 4;
}

.form-horizontal .control-label.label-prepend {
  margin-left: 45px;
}

.form-horizontal .control-label.label-prepend,
input[type=text].appended ~ label.control-label,
input[type=email].appended ~ label.control-label,
input[type=password].appended ~ label.control-label,
input[type=text].appended ~ label.control-label,
input[type=email].appended ~ label.control-label,
input[type=password].appended ~ label.control-label,
textarea.form-control.appended ~ label.control-label {
  width: calc(100% - 100px);
}

.form-control {
  height: 48px;
  color: #00001e;
  padding: 18px 12px 6px 12px;
  box-shadow: none;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}

.form-control:focus,
.form-control.focus {
  border-color: #0048e9;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control.search-input {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

.form-control-static {
  color: #0c0c0c;
  padding: 0 0 0 12px;
  min-height: 24px;
}

.form-control.has-tooltip {
  padding-right: 44px;
}

.has-tooltip .question-mark {
  z-index: 99;
}

.has-tooltip + .question-mark {
  z-index: 99;
}

.has-tooltip ~ .question-mark > .tooltip {
  display: block;
  opacity: 0;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.has-tooltip ~ .question-mark > .tooltip > .tooltip-inner,
.has-tooltip ~ .question-mark > .tooltip .tooltip-arrow {
  display: none;
}

.has-tooltip ~ .question-mark:hover > .tooltip {
  display: block;
  opacity: 1;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  height: auto;
}

.has-tooltip ~ .question-mark:hover > .tooltip > .tooltip-inner,
.has-tooltip ~ .question-mark:hover > .tooltip .tooltip-arrow {
  display: block;
}

.has-tooltip.tooltip-visible:focus ~ .question-mark > .tooltip {
  display: block;
  opacity: 1;
}

.has-tooltip.tooltip-visible:focus ~ .question-mark > .tooltip > .tooltip-inner,
.has-tooltip.tooltip-visible:focus ~ .question-mark > .tooltip .tooltip-arrow {
  display: block;
}

@-moz-document url-prefix()  {
  .bootstrap-select.has-error .selectpicker:not(ul) .filter-option {
    padding-left: 18px;
  }
}

select.has-error + .bootstrap-select button {
  border-color: #e75555 !important;
  -webkit-box-shadow: 0 0 0 1px #e75555 inset !important;
          box-shadow: 0 0 0 1px #e75555 inset !important;
}

.has-error.bootstrap-select {
  background: inherit;
  border-color: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  padding-left: 0;
}

.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.has-error,
.form-control.has-error:focus {
  border-color: #eb2d2d;
  -webkit-box-shadow: inset 0 0 0 1px #eb2d2d;
  box-shadow: inset 0 0 0 1px #eb2d2d;
  color: #eb2d2d;
}

label.error-label.red {
  position: absolute;
  right: 18px;
  top: 2px;
  background: #fff;
  padding: 10px 0 9px 0;
  border-left: 1px solid #fff;
  margin-bottom: 0;
}

.form-control.has-error:focus ~ label.error-label {
  display: none;
}

.form-control.has-error:focus ~ .question-mark-input .tooltip {
  display: block !important;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control,
.mobile-selectpicker.disabled {
  cursor: not-allowed;
  background-color: #f2f3f5;
  border: 1px solid #dadce2;
  opacity: 1;
}

input:disabled ~ label {
  color: #999;
}

.form-group.disabled,
.form-control[disabled] ~ label.control-label {
  cursor: not-allowed;
}

#selectbox {
  background: url(/eportal-liferaytheme/mojeO2v2/img/selectbox.png);
}

.selectpicker.dropdown-menu {
  background-color: #fff;
}

.selectpicker .glyphicon {
  padding: 16px;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
}

.bootstrap-select.btn-group {
  background-color: #fff;
}

.bootstrap-select.btn-group .btn .filter-option {
  height: 20px;
}

.selectpicker.btn {
  padding: 18px 46px 4px 12px;
  color: #5c5c5c;
  margin-top: 0;
}

.selectpicker.btn.no-label,
.bootstrap-select.no-label > button.selectpicker {
  padding: 12px 12px 12px 12px;
}

.selectFilter.ba_select_panel.col-sm-6 {
  margin-bottom: 20px;
}

.mr-4 {
  margin-right: 5px;
}

.tabs-wrapper {
  padding-top: 40px;
  margin-top: 100px;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .tabs-wrapper {
    margin-top: 0;
  }
}

.tabs {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.active-tab {
  background: #0050ff !important;
  color: #fff !important;
}

.tabs li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.btn-wide {
  padding-left: 50px;
  padding-right: 50px;
}

.tabs a {
  font-size: 16px;
  display: inline-block;
  width: calc(100% - 2px);
  margin-left: 2px;
  margin-bottom: 2px;
  background: #fff;
  padding: 20px;
  color: #0050ff;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  line-height: 1.42857143;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
}

#plagat-na-stiahnutie .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.download-poster p {
  font-size: 22px;
  line-height: 37px;
}

.download-poster a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.download-poster a img {
  margin-right: 10px;
}

.gallery {
  margin-top: 50px;
  margin-bottom: 20px;
}

#fotky-z-vyhernych-skol .select2-container {
  min-width: 200px;
  max-width: 300px;
}

#fotky-z-vyhernych-skol label {
  margin-bottom: 10px;
}

.img-box {
  padding: 0 11px;
}

.gallery-img {
  width: 33.3333%;
  width: 100%;
  height: auto;
  min-height: 219px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 22px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.gallery-img p {
  color: #fff;
}

.gallery-img .img-overlay {
  display: none;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 15px;
  background: #39c;
  background: rgba(0, 80, 255, 0.7);
}

.gallery-img .img-overlay img {
  margin-top: 20px;
  width: 59px;
  height: 32px;
}

.gallery-img .img-overlay p {
  margin-bottom: 0;
  color: #fff;
  font-size: 13px;
  line-height: 120%;
  margin-top: auto;
}

.gallery-img:hover .img-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#fotky-z-vyhernych-skol {
  margin-bottom: 100px;
}

#fotky-z-vyhernych-skol label {
  margin-right: 20px;
}

.time-plan {
  position: relative;
  margin-bottom: 170px;
}

.time-plan .time-plan-map {
  width: 100%;
  height: auto;
}

.legend {
  font-size: 14px;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 20px;
  border-radius: 4px;
  background: #39c;
  color: #fff;
}

.legend img {
  margin-right: 20px;
}

.legend div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.legend div:first-child {
  margin-bottom: 20px;
}

#about-modal {
  width: 100%;
  height: auto;
  margin-top: -630px;
}

#about-modal .about-video {
  overflow: hidden;
  width: 100%;
  padding: 0;
  display: block;
  /*margin-bottom: 30px;*/
}

#about-modal .about-video .video {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}

#about-modal .about-video iframe,
#about-modal .about-video iframe[style] {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
}

#about-modal h2 {
  margin-bottom: 30px;
}

#about-modal .row {
  padding: 25px 50px;
}

@media (min-width: 994px) {
  #about-modal .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#about-modal .close {
  z-index: 150;
}

#about-modal .modal-header {
  padding: 0;
}

#about-modal .modal-body {
  margin-top: 0;
  padding: 0;
}

#about-modal .sticker {
  z-index: 150;
  float: right;
  width: 108px;
  margin: -20px -20px 20px 20px;
}

#about-modal .voting-ended-infobox {
  height: 100% !important;
  padding-top: 60px;
}

@media (min-width: 994px) {
  #about-modal .voting-ended-infobox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#about-modal p {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.home-banner-content h2 {
  font-weight: 500;
}

.select2-container--default {
  text-align: left !important;
}

@media screen and (max-width: 583px) {
  .legend {
    margin-top: 100px;
  }
}

@media screen and (max-width: 429px) {
  .mt {
    margin-top: 10px;
  }
}

@media screen and (min-width: 820px) {
  #about-modal .sticker {
    position: absolute;
    top: -65px;
    right: -65px;
    float: none;
    margin: 0;
  }
}

@media screen and (max-width: 800px) {
  #about-modal {
    margin-top: 20px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .video-box .video-thumbnail {
    visibility: hidden;
    display: none !important;
  }
}

@media (max-width: 993px) {
  #about-modal .voting-ended-infobox {
    margin-top: 20px;
  }

  #about-modal .voting-ended-infobox .btn {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 640px) {
  #about-modal .close {
    top: -8px;
    right: -8px;
  }

  #about-modal .row {
    padding: 0px 20px 20px 20px;
  }

  #about-modal .voting-ended-infobox {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media screen and (max-width: 450px) {
  #about-modal .sticker {
    width: 90px;
    margin: 0px -10px 30px 15px;
  }

  #about-modal .voting-ended-infobox {
    text-align: left;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  #about-modal .voting-ended-infobox br {
    display: none;
  }
}

@media screen and (max-width: 380px) {
  #about-modal .voting-ended-infobox {
    line-height: 1.5;
    font-size: 13px;
  }
}

.video-box {
  height: auto;
  width: 100%;
  position: relative;
}

.video-thumbnail {
  z-index: 20;
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
}

.video-frame {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.thumbnail-link .video-thumbnail {
  display: block;
}

.thumbnail-link:hover .video-thumbnail {
  display: none;
}

.poster {
  margin-bottom: 100px;
  width: 100%;
  height: auto;
}

.footer {
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  padding: 40px 0;
  background: #0050ff;
}

.footer .bottom-menu {
  margin-bottom: 40px;
}

.footer .bottom-menu > li a {
  display: inline-block;
  font-size: 14px;
  line-height: 2.2;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.footer .bottom-menu > li a:hover {
  color: #ffffff;
}

.footer .social > a {
  display: inline-block;
  min-width: 24px;
  height: 24px;
  margin: 0 10px;
  opacity: 0.5;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  will-change: transform;
}

.footer .social > a:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.footer .contact-form-title,
.footer .contact-thanks-title {
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 30px;
}

@media screen and (max-width: 400px) {
  .footer .contact-form-title,
  .footer .contact-thanks-title {
    font-size: 22px;
  }
}

@media screen and (max-width: 346px) {
  .footer .contact-form-title,
  .footer .contact-thanks-title {
    font-size: 20px;
  }
}

.footer .contact-thanks-title {
  text-align: left;
  margin-bottom: 0.5em;
}

.footer .contact-form-wrap {
  margin-bottom: 30px;
}

.footer .contact-form-wrap ::-webkit-input-placeholder {
  color: #8d92a8;
}

.footer .contact-form-wrap ::-moz-placeholder {
  color: #8d92a8;
}

.footer .contact-form-wrap :-ms-input-placeholder {
  color: #8d92a8;
}

.footer .contact-form-wrap :-moz-placeholder {
  color: #8d92a8;
}

.footer .contact-form-wrap p {
  color: #FFFFFF;
  text-align: left;
  margin-bottom: 2em;
}

.footer .contact-form-wrap .form-input {
  position: relative;
}

.footer .contact-form-wrap input,
.footer .contact-form-wrap textarea {
  border: 1px solid #586786;
  background: transparent;
  color: #FFFFFF;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 18px;
  margin-bottom: 14px;
}

.footer .contact-form-wrap input:focus,
.footer .contact-form-wrap textarea:focus {
  border-color: #a1a7c0;
}

.footer .contact-form-wrap input.error,
.footer .contact-form-wrap textarea.error {
  border-color: #fd3832;
}

.footer .contact-form-wrap textarea {
  height: 106px;
}

.footer .contact-form-wrap input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

.footer .contact-form-wrap input[type="checkbox"].error + label + label,
.footer .contact-form-wrap input[type="checkbox"].error + label + label a {
  color: #fd3832;
}

.footer .contact-form-wrap button {
  background: transparent;
  color: #f2f6ff;
  border: 2px solid #f2f6ff;
  border-radius: 3px;
  text-align: center;
  padding: 10px 30px;
  cursor: pointer;
}

.footer .contact-form-wrap button:hover {
  color: #19214f;
  background: #f2f6ff;
}

.footer .contact-form-wrap label.error {
  font-size: 12px;
  color: #bb0202;
  position: absolute;
  background: #ffffff;
  padding: 3px 12px;
  top: 100%;
  margin-top: -16px;
  left: 10px;
  z-index: 1000;
  /*
            &:after {
                border-color: rgba(24, 20, 46, 0);
                border-bottom-color: #18142e;
                border-width: 5px;
                margin-left: -5px;
            }
            &:before {
                border-color: rgba(52, 45, 101, 0);
                border-bottom-color: #342d65;
                border-width: 6px;
                margin-left: -6px;
            }   */
}

.footer .contact-form-wrap label.error:after {
  bottom: 100%;
  left: 12px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(79, 71, 132, 0);
  border-bottom-color: #ffffff;
  border-width: 5px;
  margin-left: -5px;
}

.footer .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.footer .bottom .col {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.footer .bottom .footer-logo {
  display: none;
}

.footer .bottom .footer-logo img {
  width: 60px;
}

@media screen and (min-width: 800px) {
  .footer .bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .footer .bottom .social {
    text-align: left;
  }

  .footer .bottom .footer-logo {
    display: block;
    text-align: right;
  }
}

@media screen and (min-width: 800px) {
  .footer {
    text-align: left;
    padding: 60px 0;
  }

  .footer .contact-form-wrap {
    width: 370px;
    float: right;
  }

  .footer .contact-form-inputs {
    width: 370px;
    float: right;
  }
}

@media screen and (min-width: 880px) {
  .footer .contact-form-title {
    float: left;
    width: 200px;
    text-align: right;
  }

  .footer .contact-form-wrap {
    width: 600px;
  }
}

.time-plan .color-darkBlue {
  color: #19214f;
}

.time-plan-map-wrapper {
  position: relative;
  width: 100%;
}

.time-plan-map-wrapper img.time-plan-map {
  position: relative;
  width: 100%;
}

@media screen and (max-width: 680px) {
  .time-plan-map-wrapper {
    margin-left: -5%;
    margin-right: -5%;
    width: 110%;
  }
}

.time-plan-pin {
  display: block;
  position: absolute;
  width: 24px;
  height: 32px;
  margin-top: -32px;
  margin-left: -12px;
  background: url("/images/pin-white.png") bottom center no-repeat;
}

.time-plan-pin.hover {
  background-image: url("/images/pin-white-hover.png");
  z-index: 900;
}

.time-plan-pin.past-event {
  background-image: url("/images/pin-blue.png");
}

.time-plan-pin.past-event.hover {
  background-image: url("/images/pin-blue-hover.png");
}

.time-plan-pin .pin-popup {
  display: none;
  width: 200px;
  margin-left: -100px;
  text-align: left;
  font-size: 13px;
  z-index: 1000;
  /*position: absolute;
           width: 200px;
           bottom: 100%;
           margin-bottom: 5px;
           left: 50%;
           margin-left: -100px;
           background: #FFFFFF;  */
}

@media screen and (min-width: 1100px) {
  .time-plan-pin .pin-popup {
    width: 300px;
    margin-left: -150px;
  }
}

.time-plan-pin .pin-popup.leftOffset {
  left: 0px;
  margin-left: -10px;
}

.time-plan-pin .pin-popup.leftOffset:after,
.time-plan-pin .pin-popup.leftOffset:before {
  left: 13px;
  margin-left: 0px;
}

.time-plan-pin .pin-popup.rightOffset {
  left: auto;
  right: 0px;
  margin-left: 0;
  margin-right: -10px;
}

.time-plan-pin .pin-popup.rightOffset:after,
.time-plan-pin .pin-popup.rightOffset:before {
  left: auto;
  right: 13px;
  margin-left: 0px;
  margin-right: 0px;
}

.time-plan-pin .pin-popup .date {
  display: block;
  color: #19214f;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 4px;
}

.time-plan-pin .pin-popup .name {
  display: block;
  color: #48494d;
  font-weight: 600;
  margin-bottom: 4px;
}

.time-plan-pin .pin-popup .address {
  display: block;
  color: #4d4e52;
}

.time-plan-pin.hover .pin-popup {
  display: block;
}

@media screen and (max-width: 680px) {
  .time-plan .legend {
    position: static;
    margin-top: 0px !important;
  }
}

html:not(.ismobile) .time-plan-pin:hover {
  background-image: url("/images/pin-white-hover.png");
  z-index: 900;
}

html:not(.ismobile) .time-plan-pin.past-event:hover {
  background-image: url("/images/pin-blue-hover.png");
}

html:not(.ismobile) .time-plan-pin .pin-popup {
  display: none;
}

html:not(.ismobile) .time-plan-pin:hover .pin-popup {
  display: block;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.5);
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background: #d9dadc;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.modal-header {
  padding: 15px;
  border: none;
  padding: 50px 10px 15px 10px;
}

.modal-header .close {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: -19px;
  right: -19px;
  cursor: pointer;
  background: #00008c;
  width: 38px;
  height: 38px;
  line-height: 1;
  border-radius: 50%;
  color: #FFFFFF;
  text-align: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 30px;
  font-weight: normal;
  opacity: 1;
  margin: 0;
}

.modal-header .close span {
  height: 100%;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
  color: #1c2550;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-body p {
  color: #4f5357;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  border: none;
  text-align: center;
  padding: 15px 0 60px 0;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after,
.modal-header:after,
.modal-footer: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;
}

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-backdrop {
  opacity: 0 !important;
}

html.lb-disable-scrolling {
  overflow: hidden;
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #E2E3E7;
  opacity: 0.7;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto !important;
  max-width: 800px;
  max-height: none;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  width: 800px;
  border-radius: 4px;
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url("/images/loading.gif") no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  margin-left: -130px;
  float: left;
  background: url("/images/prev.png") left 48% no-repeat;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

@media screen and (max-width: 1000px) {
  .lb-close:before {
    top: 5px !important;
    right: 5px !important;
  }

  .lb-nav a.lb-prev {
    margin-left: 0;
  }

  .lb-nav a.lb-next {
    margin-right: 0 !important;
  }
}

.lb-fb-share a {
  color: #032b5a;
}

.lb-nav a.lb-next {
  width: 64%;
  margin-right: -130px;
  float: right;
  background: url("/images/next.png") right 48% no-repeat;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-dataContainer {
  background: #fff;
  margin: 0 auto;
  padding: 15px 0;
  *zoom: 1;
  width: 100%;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  width: 100%;
  padding: 0 4px;
  color: #000;
}

.lb-data .lb-details {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-details a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
}

.lb-data .lb-details a img {
  margin-left: 10px;
}

.lb-data .lb-caption {
  padding: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  line-height: 1.3em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: none !important;
}

.lb-closeContainer {
  width: 100%;
  position: relative;
}

.lb-close:before {
  content: "\D7";
  position: absolute;
  display: block;
  top: -15px;
  right: -15px;
  cursor: pointer;
  background: #032b5a;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50%;
  color: #FFFFFF;
  text-align: center;
  font-size: 30px;
  font-weight: 300;
  opacity: 1;
  margin: 0;
}

