@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 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%;
  vertical-align: baseline; }

:focus {
  outline: 0; }

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

img {
  border: none; }

body {
  line-height: 1; }

strong {
  font-weight: 700; }

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%; }

a {
  text-decoration: none;
  outline: none; }

a:active,
a:hover {
  outline: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0;
  padding: 0; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button {
  border: none;
  background: transparent; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible; }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

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

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

.body-wrapper {
  width: 100%;
  overflow-x: hidden; }

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

/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.absolute-center, .wrapper__img--square img, .mpNews__figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.absolute-y {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.absolute-x {
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }

.awesome {
  font-family: "Font Awesome 5 Free";
  font-weight: 900; }

.body-fixed {
  position: fixed;
  overflow-y: scroll;
  width: 100%; }

.fixed-menu {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  left: 0;
  padding: 0 !important;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 3px 6px 0px #0000004a;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.29);
  height: 40px; }
  .fixed-menu .header__container {
    height: 0; }
  .fixed-menu .nav > ul > li > a {
    padding-top: 9px;
    padding-bottom: 9px; }
  .fixed-menu .header__logo img {
    height: 100px !important;
    width: auto !important; }
  .fixed-menu .social__link img {
    width: 30px; }
  .fixed-menu .nav {
    margin-top: 0; }
    .fixed-menu .nav > ul > li {
      padding: 0; }
  .fixed-menu .nav__toggle {
    top: 14px; }
  @media (min-width: 1100px) {
    .fixed-menu {
      height: 0; }
      .fixed-menu .header__right {
        display: none; } }
  @media (max-width: 1099px) {
    .fixed-menu .header__container {
      height: 40px; }
    .fixed-menu .header__right {
      padding-top: 0px;
      padding-bottom: 0px; }
    .fixed-menu .header__mass {
      display: none; } }
  @media (max-width: 575px) {
    .fixed-menu .header__social {
      display: none; }
    .fixed-menu.header {
      background: rgba(255, 255, 255, 0.3); }
    .fixed-menu .header__logo {
      display: none; } .article img {max-width: 100% !important;}}

.wrapper-ul--pure {
  list-style: none;
  padding-left: 0; }

.on-scroll {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.29);
  height: 60px; }
  .on-scroll img {
    height: 40px; }
  .on-scroll .section-header {
    height: 60px; }

.shadow {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.29); }

.shadow--b {
  -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.5); }

.square {
  padding-top: 100%;
  height: 0;
  width: 100%;
  display: block; }

.wrapper-ul--pure ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0; }
  .wrapper-ul--pure ul li {
    margin-bottom: 0; }

.ul-overflow__wrapper {
  text-align: center;
  overflow: auto; }
  .ul-overflow__wrapper ul {
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin-bottom: 0; }

.wrapper__img--square {
  padding-top: 100%;
  height: 0;
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative; }
  .wrapper__img--square img {
    width: 100%;
    height: auto;
    max-width: initial;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .wrapper__img--square .img--horizontally {
    max-width: auto;
    max-height: 100%; }

.wrapper__img--rec {
  width: 100%;
  padding-top: 55%;
  height: 0;
  position: relative;
  overflow: hidden; }
  .wrapper__img--rec img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .wrapper__img--rec img {
    width: 100%;
    transition: 0.3s ease-in-out; }

.noonmsie .wrapper__img--full img {
  height: 100%;
  object-fit: cover; }

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.box-shadow {
  -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.16); }

iframe {
  width: 100%; }

.wrapper__hidden {
  overflow: hidden; }

.container {
  max-width: 1500px;
  padding-left: 40px;
  padding-right: 40px;
  margin-right: auto;
  margin-left: auto; }
  @media (max-width: 767px) {
    .container {
      padding-left: 20px;
      padding-right: 20px; } }

.container--sm {
  max-width: 1260px;
  padding-left: 40px;
  padding-right: 40px;
  margin-right: auto;
  margin-left: auto; }
  @media (max-width: 767px) {
    .container--sm {
      padding-left: 20px;
      padding-right: 20px; } }

.container--xs {
  max-width: 980px;
  padding-left: 40px;
  padding-right: 40px;
  margin-right: auto;
  margin-left: auto; }
  @media (max-width: 767px) {
    .container--xs {
      padding-left: 20px;
      padding-right: 20px; } }

.container--lg {
  max-width: 1680px;
  padding-left: 40px;
  padding-right: 40px;
  margin-right: auto;
  margin-left: auto; }
  @media (max-width: 767px) {
    .container--lg {
      padding-left: 20px;
      padding-right: 20px; } }

.row {
  margin-left: -20px;
  margin-right: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: maxPhone) {
    .row {
      margin-left: -10px;
      margin-right: -10px; } }

.row--10 {
  margin-left: -10px;
  margin-right: -10px; }
  .row--10 [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px; }

.row--15 {
  margin-left: -15px;
  margin-right: -15px; }
  .row--15 [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px; }
  @media (max-width: 575px) {
    .row--15 {
      margin-left: -8px;
      margin-right: -8px; }
      .row--15 [class*="col-"] {
        padding-left: 8px;
        padding-right: 8px;
        margin-bottom: 16px; } }

.row--8 {
  margin-left: -8px;
  margin-right: -8px; }
  .row--8 [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px; }
  @media (max-width: 575px) {
    .row--8 {
      margin-left: -5px;
      margin-right: -5px; }
      .row--8 [class*="col-"] {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px; } }

.row--2 {
  margin-left: -2px;
  margin-right: -2px; }
  .row--2 [class*="col-"] {
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 4px; }

@media (max-width: 767px) {
  .c-no-padding-tablet.container {
    padding-left: 0px;
    padding-right: 0px; }
    .c-no-padding-tablet.container .row {
      margin-left: 0;
      margin-right: 0; }
      .c-no-padding-tablet.container .row [class*="col-"] {
        padding-left: 0px;
        padding-right: 0px; } }

[class*="col-"] {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  margin-bottom: 20px; }
  @media (max-width: 575px) {
    [class*="col-"] [class*="col-"] {
      padding-left: 10px;
      padding-right: 10px; } }

.col-1 {
  -moz-flex: 0 0 8.33%;
  -webkit-flex: 0 0 8.33%;
  -ms-flex: 0 0 8.33%;
  flex: 0 0 8.33%;
  max-width: 8.33%; }

.col-2 {
  -moz-flex: 0 0 16.66%;
  -webkit-flex: 0 0 16.66%;
  -ms-flex: 0 0 16.66%;
  flex: 0 0 16.66%;
  max-width: 16.66%; }

.col-3 {
  -moz-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -moz-flex: 0 0 33.33%;
  -webkit-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%; }

.col-5 {
  -moz-flex: 0 0 41.66%;
  -webkit-flex: 0 0 41.66%;
  -ms-flex: 0 0 41.66%;
  flex: 0 0 41.66%;
  max-width: 41.66%; }

.col-6 {
  -moz-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -moz-flex: 0 0 58.33%;
  -webkit-flex: 0 0 58.33%;
  -ms-flex: 0 0 58.33%;
  flex: 0 0 58.33%;
  max-width: 58.33%; }

.col-8 {
  -moz-flex: 0 0 66.66%;
  -webkit-flex: 0 0 66.66%;
  -ms-flex: 0 0 66.66%;
  flex: 0 0 66.66%;
  max-width: 66.66%; }

.col-9 {
  -moz-flex: 0 0 75%;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -moz-flex: 0 0 83.33%;
  -webkit-flex: 0 0 83.33%;
  -ms-flex: 0 0 83.33%;
  flex: 0 0 83.33%;
  max-width: 83.33%; }

.col-11 {
  -moz-flex: 0 0 91.66%;
  -webkit-flex: 0 0 91.66%;
  -ms-flex: 0 0 91.66%;
  flex: 0 0 91.66%;
  max-width: 91.66%; }

.col-12 {
  -moz-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 576px) {
  .col-sm-1 {
    -moz-flex: 0 0 8.33%;
    -webkit-flex: 0 0 8.33%;
    -ms-flex: 0 0 8.33%;
    flex: 0 0 8.33%;
    max-width: 8.33%; }

  .col-sm-2 {
    -moz-flex: 0 0 16.66%;
    -webkit-flex: 0 0 16.66%;
    -ms-flex: 0 0 16.66%;
    flex: 0 0 16.66%;
    max-width: 16.66%; }

  .col-sm-3 {
    -moz-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    -moz-flex: 0 0 33.33%;
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%; }

  .col-sm-5 {
    -moz-flex: 0 0 41.66%;
    -webkit-flex: 0 0 41.66%;
    -ms-flex: 0 0 41.66%;
    flex: 0 0 41.66%;
    max-width: 41.66%; }

  .col-sm-6 {
    -moz-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    -moz-flex: 0 0 58.33%;
    -webkit-flex: 0 0 58.33%;
    -ms-flex: 0 0 58.33%;
    flex: 0 0 58.33%;
    max-width: 58.33%; }

  .col-sm-8 {
    -moz-flex: 0 0 66.66%;
    -webkit-flex: 0 0 66.66%;
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
    max-width: 66.66%; }

  .col-sm-9 {
    -moz-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    -moz-flex: 0 0 83.33%;
    -webkit-flex: 0 0 83.33%;
    -ms-flex: 0 0 83.33%;
    flex: 0 0 83.33%;
    max-width: 83.33%; }

  .col-sm-11 {
    -moz-flex: 0 0 91.66%;
    -webkit-flex: 0 0 91.66%;
    -ms-flex: 0 0 91.66%;
    flex: 0 0 91.66%;
    max-width: 91.66%; }

  .col-sm-12 {
    -moz-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
@media (min-width: 768px) {
  .container-md-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .container-md-flex div {
      width: 100%; }
    .container-md-flex iframe {
      -moz-flex: 0 0 50%;
      -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      margin-left: 20px; }

  .col-md-1 {
    -moz-flex: 0 0 8.33%;
    -webkit-flex: 0 0 8.33%;
    -ms-flex: 0 0 8.33%;
    flex: 0 0 8.33%;
    max-width: 8.33%; }

  .col-md-2 {
    -moz-flex: 0 0 16.66%;
    -webkit-flex: 0 0 16.66%;
    -ms-flex: 0 0 16.66%;
    flex: 0 0 16.66%;
    max-width: 16.66%; }

  .col-md-3 {
    -moz-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    -moz-flex: 0 0 33.33%;
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%; }

  .col-md-5 {
    -moz-flex: 0 0 41.66%;
    -webkit-flex: 0 0 41.66%;
    -ms-flex: 0 0 41.66%;
    flex: 0 0 41.66%;
    max-width: 41.66%; }

  .col-md-6 {
    -moz-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -moz-flex: 0 0 58.33%;
    -webkit-flex: 0 0 58.33%;
    -ms-flex: 0 0 58.33%;
    flex: 0 0 58.33%;
    max-width: 58.33%; }

  .col-md-8 {
    -moz-flex: 0 0 66.66%;
    -webkit-flex: 0 0 66.66%;
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
    max-width: 66.66%; }

  .col-md-9 {
    -moz-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -moz-flex: 0 0 83.33%;
    -webkit-flex: 0 0 83.33%;
    -ms-flex: 0 0 83.33%;
    flex: 0 0 83.33%;
    max-width: 83.33%; }

  .col-md-11 {
    -moz-flex: 0 0 91.66%;
    -webkit-flex: 0 0 91.66%;
    -ms-flex: 0 0 91.66%;
    flex: 0 0 91.66%;
    max-width: 91.66%; }

  .col-md-12 {
    -moz-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
@media (min-width: 992px) {
  .col-lg-1 {
    -moz-flex: 0 0 8.33%;
    -webkit-flex: 0 0 8.33%;
    -ms-flex: 0 0 8.33%;
    flex: 0 0 8.33%;
    max-width: 8.33%; }

  .col-lg-2 {
    -moz-flex: 0 0 16.66%;
    -webkit-flex: 0 0 16.66%;
    -ms-flex: 0 0 16.66%;
    flex: 0 0 16.66%;
    max-width: 16.66%; }

  .col-lg-3 {
    -moz-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    -moz-flex: 0 0 33.33%;
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%; }

  .col-lg-5 {
    -moz-flex: 0 0 41.66%;
    -webkit-flex: 0 0 41.66%;
    -ms-flex: 0 0 41.66%;
    flex: 0 0 41.66%;
    max-width: 41.66%; }

  .col-lg-6 {
    -moz-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    -moz-flex: 0 0 58.33%;
    -webkit-flex: 0 0 58.33%;
    -ms-flex: 0 0 58.33%;
    flex: 0 0 58.33%;
    max-width: 58.33%; }

  .col-lg-8 {
    -moz-flex: 0 0 66.66%;
    -webkit-flex: 0 0 66.66%;
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
    max-width: 66.66%; }

  .col-lg-9 {
    -moz-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    -moz-flex: 0 0 83.33%;
    -webkit-flex: 0 0 83.33%;
    -ms-flex: 0 0 83.33%;
    flex: 0 0 83.33%;
    max-width: 83.33%; }

  .col-lg-11 {
    -moz-flex: 0 0 91.66%;
    -webkit-flex: 0 0 91.66%;
    -ms-flex: 0 0 91.66%;
    flex: 0 0 91.66%;
    max-width: 91.66%; }

  .col-lg-12 {
    -moz-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
@media (min-width: 1200px) {
  .col-xl-1 {
    -moz-flex: 0 0 8.33%;
    -webkit-flex: 0 0 8.33%;
    -ms-flex: 0 0 8.33%;
    flex: 0 0 8.33%;
    max-width: 8.33%; }

  .col-xl-2 {
    -moz-flex: 0 0 16.66%;
    -webkit-flex: 0 0 16.66%;
    -ms-flex: 0 0 16.66%;
    flex: 0 0 16.66%;
    max-width: 16.66%; }

  .col-xl-3 {
    -moz-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    -moz-flex: 0 0 33.33%;
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%; }

  .col-xl-5 {
    -moz-flex: 0 0 41.66%;
    -webkit-flex: 0 0 41.66%;
    -ms-flex: 0 0 41.66%;
    flex: 0 0 41.66%;
    max-width: 41.66%; }

  .col-xl-6 {
    -moz-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    -moz-flex: 0 0 58.33%;
    -webkit-flex: 0 0 58.33%;
    -ms-flex: 0 0 58.33%;
    flex: 0 0 58.33%;
    max-width: 58.33%; }

  .col-xl-8 {
    -moz-flex: 0 0 66.66%;
    -webkit-flex: 0 0 66.66%;
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
    max-width: 66.66%; }

  .col-xl-9 {
    -moz-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    -moz-flex: 0 0 83.33%;
    -webkit-flex: 0 0 83.33%;
    -ms-flex: 0 0 83.33%;
    flex: 0 0 83.33%;
    max-width: 83.33%; }

  .col-xl-11 {
    -moz-flex: 0 0 91.66%;
    -webkit-flex: 0 0 91.66%;
    -ms-flex: 0 0 91.66%;
    flex: 0 0 91.66%;
    max-width: 91.66%; }

  .col-xl-12 {
    -moz-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.m-b-0 {
  margin-bottom: 0 !important; }

.m-t-0 {
  margin-top: 0 !important; }

.m-t-20 {
  margin-top: 20px !important; }

.m-b-20 {
  margin-bottom: 20px !important; }

.m-t-30 {
  margin-top: 30px !important; }

.m-b-30 {
  margin-bottom: 30px !important; }

.m-t-40 {
  margin-top: 40px !important; }

.m-b-40 {
  margin-bottom: 40px !important; }

.m-t-50 {
  margin-top: 50px !important; }

.m-b-50 {
  margin-bottom: 50px !important; }

@media (min-width: 992px) {
  .desktop__m-b-0 {
    margin-bottom: 0px !important; }

  .desktop__m-b-50 {
    margin-bottom: 50px !important; } }
@media (max-width: 575px) {
  .m-b-50 {
    margin-bottom: 30px !important; }

  .m-t-50 {
    margin-top: 30px !important; }

  .mobile__m-tb-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }

  .m-b-20-mobile {
    margin-bottom: 20px !important; }

  .text-left-phone {
    text-align: left !important; } }
.flex-center-sb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.block-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.nowrap {
  white-space: nowrap; }

td,
th {
  padding: 8px 12px; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 30px; }
  table td {
    border: 1px solid #707070; }

.wrapper__table--grey tr:nth-child(odd) {
  background: #EFEFF0; }
.wrapper__table--grey td {
  border: none; }
.wrapper__table--grey tr td:first-child {
  width: 30%;
  min-width: 150px; }

.wrapper__table {
  width: 100%;
  overflow: auto; }
  .wrapper__table table {
    width: auto; }

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

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  background: rgba(255, 255, 255, 0.7); }

.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;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 10px 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0; }

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }

  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0; } }
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee; }

.nav > li.disabled > a {
  color: #777777; }

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent; }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7; }

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.nav > li > a > img {
  max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #dddddd; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent; }

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

.nav-tabs.nav-justified > li {
  float: none; }

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center; }

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0; }

  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff; } }
.nav-pills > li {
  float: left; }

.nav-pills > li > a {
  border-radius: 4px; }

.nav-pills > li + li {
  margin-left: 2px; }

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

.nav-justified {
  width: 100%; }

.nav-justified > li {
  float: none; }

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center; }

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%; }

  .nav-justified > li > a {
    margin-bottom: 0; } }
.nav-tabs-justified {
  border-bottom: 0; }

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd; }

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0; }

  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff; } }
.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block; }

.carousel-inner {
  overflow: hidden; }
  .carousel-inner figure {
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden; }
    .carousel-inner figure img {
      width: 100%; }
  .carousel-inner .item {
    max-height: 1200px;
    height: 620px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative; }
  @media (max-width: 500px) {
    .carousel-inner .item {
      height: 230px; } }
  .carousel-inner .item.noblend:after {
    display: none; }

@media (max-width: 1400px) {
  .carousel-inner figure img {
    height: 100%;
    width: auto; } }
.carousel-inner .item .container {
  position: absolute;
  left: 50%;
  bottom: 70px;
  transform: translateX(-50%);
  top: initial;
  z-index: 50;
  width: 100%; }
  @media (max-width: 575px) {
    .carousel-inner .item .container {
      bottom: 20px;
      left: 0;
      transform: initial; } }

.slider-main__info {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 580px;
  text-align: center; }
  .slider-main__info p {
    margin-bottom: 30px;
    font-size: 18px;
    font-style: italic;
    color: #E4EA42;
    font-weight: 600; }
  .slider-main__info h1,
  .slider-main__info h2 {
    color: #fff;
    font-size: 3.75rem; }
  .slider-main__info span {
    display: block;
    font-size: 1.5rem; }
  @media (max-width: 1199px) {
    .slider-main__info {
      padding-right: 40px;
      padding-left: 40px; }
      .slider-main__info h1,
      .slider-main__info h2 {
        font-size: 2rem; } }
  @media (max-width: 575px) {
    .slider-main__info {
      padding-right: 30px;
      padding-left: 30px; }
      .slider-main__info h1,
      .slider-main__info h2 {
        font-size: 1.25rem; }
      .slider-main__info p {
        font-size: 18px; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 6px; }

.modal.in .modal-dialog {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 90vh;
  overflow: auto; }

.modal-open .modal {
  overflow-x: hidden; }

.img-fluid {
  max-width: 100%; }

.modal-dialog {
  position: relative;
  width: auto; }

.modal-content {
  position: relative;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  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);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000; }

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0; }

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5; }

.modal-header {
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between; }
  .modal-header h3 {
    color: #d8000b;
    margin-bottom: 0; }
  .modal-header button {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    background: #1065B8;
    padding: 0;
    border: 1px solid #1065B8;
    transition: all 0.3s ease-in-out; }
  .modal-header button:hover {
    color: #d8000b;
    background: #fff; }

.modal-header .close {
  margin-top: -2px;
  position: absolute;
  right: 15px;
  top: 15px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 20px; }
  .modal-body img {
    max-width: 300px; }
  .modal-body h4 {
    text-decoration: underline;
    text-decoration-color: #1065B8; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px; }

.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: auto; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 10px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left; }

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px; }

  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0; }

  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0; }

  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0; } }
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: -moz-calc(50% - 580px);
  width: -webkit-calc(50% - 580px);
  width: calc(50% - 580px);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  z-index: 60; }

.carousel-control.left:hover .carousel-control-prev-icon {
  right: 5px; }

.carousel-control.right {
  right: 0;
  left: auto; }
  .carousel-control.right:hover .carousel-control-next-icon {
    left: 5px; }

.carousel-control-prev-icon {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 50px;
  transition: all 0.3s ease-in-out; }
  @media (max-width: 576px) {
    .carousel-control-prev-icon {
      right: 10px;
      padding-top: 20px; } }

.carousel-control-next-icon {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  left: 0;
  width: 30px;
  height: 30px;
  transition: all 0.3s ease-in-out; }
  @media (max-width: 576px) {
    .carousel-control-next-icon {
      left: 10px;
      padding-top: 20px; } }

.carousel-control-prev-icon::after {
  content: "";
  width: 20px;
  height: 26px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/carousel-left.svg"); }

.carousel-control-next-icon::after {
  content: "";
  width: 20px;
  height: 26px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/carousel-right.svg"); }

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9; }

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px; }

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px; }

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px; }

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1; }

.carousel-control .icon-prev:before {
  content: "\2039"; }

.carousel-control .icon-next:before {
  content: "\203a"; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }

.carousel-indicators li {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 5px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  border-radius: 10px; }

.carousel-indicators .active {
  width: 15px;
  height: 15px;
  margin: 5px;
  background-color: #ffffff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-caption .btn {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
@media screen and (max-width: 1240px) {
  .carousel-control {
    width: 50px; } }
.clearfix:before,
.clearfix:after {
  display: table;
  content: " "; }

.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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; }

.form-checkbox,
.form-radio {
  margin-bottom: 15px; }
  .form-checkbox input,
  .form-radio input {
    position: absolute;
    left: -5000px;
    opacity: 0; }
  .form-checkbox label,
  .form-radio label {
    position: relative;
    padding-left: 30px;
    line-height: 20px;
    color: #4A4A4A;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    display: inline-block; }
    .form-checkbox label:before,
    .form-radio label:before {
      content: "";
      width: 20px;
      height: 20px;
      position: absolute;
      top: 1px;
      left: 0;
      display: block;
      border: 1px solid #707070;
      background: #fff; }
    .form-checkbox label:after,
    .form-radio label:after {
      content: "";
      display: block;
      position: absolute;
      top: 5px;
      left: 5px;
      transform: rotate(-45deg); }
  .form-checkbox input:checked ~ label:before,
  .form-radio input:checked ~ label:before {
    background: #1065B8; }
  .form-checkbox input:focus ~ label,
  .form-radio input:focus ~ label {
    outline: 1px dashed #1065B8;
    outline-offset: 3px; }
  .form-checkbox input:checked ~ label:after,
  .form-radio input:checked ~ label:after {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    width: 10px;
    height: 7px; }
  .form-checkbox.is--valid label:before,
  .form-radio.is--valid label:before {
    border-color: #0c6b17; }
  .form-checkbox.is--valid input:checked ~ label:before,
  .form-radio.is--valid input:checked ~ label:before {
    background: #0c6b17; }
  .form-checkbox.is--invalid,
  .form-radio.is--invalid {
    margin-bottom: 60px !important; }
    .form-checkbox.is--invalid label,
    .form-radio.is--invalid label {
      color: #d8000b; }
      .form-checkbox.is--invalid label:before,
      .form-radio.is--invalid label:before {
        border-color: #d8000b; }
    .form-checkbox.is--invalid input:checked ~ label:before,
    .form-radio.is--invalid input:checked ~ label:before {
      background: #d8000b; }

.form-radio label:before {
  border-radius: 50%; }

html {
  font-size: 16px; }

body {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #4A4A4A;
  background: #f5f7fb; }
  body * {
    box-sizing: border-box; }

small {
  font-size: 80% !important; }

hr {
  margin-bottom: 40px;
  margin-top: 40px;
  border-top-color: rgba(112, 112, 112, 0.2); }

.skip-link {
  background: #1065B8;
  color: #fff !important;
  padding: 10px 20px;
  font-size: 24px;
  display: inline-block;
  position: absolute;
  left: -100000px;
  z-index: 100; }

.skip-link:focus {
  left: 0; }

::placeholder {
  font-family: 'EB Garamond', serif; }

input[type=date]:invalid::-webkit-datetime-edit {
  font-family: 'EB Garamond', serif; }

input {
  font-family: 'EB Garamond', serif; }

a {
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #1065B8;
  cursor: pointer;
  margin: 0;
  border: 1px solid transparent; }

a:focus,
button:focus {
  outline: 1px dashed #1065B8;
  outline-offset: 5px;
  transition: none; }
a .nav:focus,
button .nav:focus {
  outline: 1px dashed #fff; }

.using-mouse a:focus,
.using-mouse button:focus {
  outline: none; }

.is--desktop a:hover {
  color: #00acab; }

h1,
h2, h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #1065B8; }

h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.3; }

h4,
h5,
h6 {
  margin-bottom: 15px; }

blockquote {
  font-size: 1.4em;
  width: 60%;
  margin: 40px auto;
  font-style: italic;
  color: #555555;
  padding: 1em 30px 1em 75px;
  border-left: 8px solid #78C0A8;
  line-height: 1.6;
  position: relative;
  background: #EDEDED; }

blockquote::before {
  font-family: Arial;
  content: "\201C";
  color: #78C0A8;
  font-size: 4em;
  position: absolute;
  left: 10px;
  top: -10px; }

blockquote::after {
  content: ''; }

blockquote span {
  display: block;
  color: #333333;
  font-style: normal;
  font-weight: bold;
  margin-top: 1em; }

.h--cross {
  color: #1065B8;
  text-align: center !important;
  position: relative;
  margin-bottom: 40px; }
  .h--cross:after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background: #1065B8;
    margin: 20px auto; }
  .h--cross:before {
    content: url("../img/green-dot.svg");
    display: block;
    background: none;
    margin: 2px auto;
    position: absolute;
    padding: 0 7px;
    left: 50%;
    transform: translate(-50%, 50%);
    bottom: 0;
    color: #00acab;
    z-index: 20;
    top: 8px; }

.h--cross--white:before {
  background: none; }

.section {
  padding-top: 50px;
  padding-bottom: 50px; }

.o-hidden {
  overflow: hidden; }

.section__des {
  text-align: center;
  font-size: 20px;
  font-style: italic;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 575px) {
    .section__des {
      font-size: 16px; } }

.text-page {
  padding-top: 40px;
  font-size: 1.175rem; }
  .text-page .container {
    padding-left: 0;
    padding-right: 0; }
  .text-page h2 {
    text-align: left;
    margin-bottom: 15px; }
  .text-page p,
  .text-page td,
  .text-page li {
    font-size: 1.075rem; }
  .text-page .important-frame {
    padding: 20px 30px;
    width: 100%;
    border: 2px dashed #00acab;
    background: #F0FAED; }
  .text-page ul {
    list-style: none !important; }
    .text-page ul li {
      position: relative; }
      .text-page ul li:before {
        content: "";
        width: 8px;
        height: 8px;
        display: block;
        border-radius: 50%;
        background: #1065B8;
        left: -25px;
        top: 10px;
        position: absolute; }
  .text-page .galeria .col-md-3 {
    padding: 10px; }
  .text-page ul li ul {
    margin-top: 20px; }
  @media (max-width: 767px) {
    .text-page {
      font-size: 1.125rem; }
      .text-page p,
      .text-page li {
        font-size: 1.125rem; }
      .text-page ul li:before {
        top: 12px; } }

@media (max-width: 575px) {
  h1,
  h2 {
    font-size: 1.5rem;
    margin-bottom: 15px; }

  h3 {
    font-size: 1.125rem; } }
p,
ul,
ol {
  margin-bottom: 20px; }

ul,
ol {
  padding-left: 30px; }

li {
  margin-bottom: 10px; }

.info-1,
.komunikat {
  background: #f3f3f3;
  padding: 10px 20px;
  border-bottom: 4px solid #1065B8;
  max-width: 560px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-top: 20px; }

.border-bottom {
  border-bottom: 1px solid #EFEFF0; }

.btn {
  font-size: 1rem;
  line-height: 1;
  padding: 10px 50px 10px 20px;
  color: #1065B8;
  text-decoration: none;
  background: #fff;
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  border: 1px solid #B7B7B7;
  position: relative;
  -webkit-box-shadow: 2px 2px 0px 0px rgba(183, 183, 183, 0.3);
  -moz-box-shadow: 2px 2px 0px 0px rgba(183, 183, 183, 0.3);
  box-shadow: 2px 2px 0px 0px rgba(183, 183, 183, 0.3); }
  .btn:after {
    content: "";
    background-image: url("../img/rArrow.svg");
    display: block;
    font-style: initial;
    color: #00acab;
    font-size: 20px;
    line-height: 50px;
    font-weight: 700;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 7px;
    height: 12px;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    margin-top: 0; }

.is--desktop .btn:hover {
  color: #fff;
  background: #1065B8; }
.is--desktop .parent-btn:hover .btn {
  color: #fff;
  background: #1065B8; }

.tab__item {
  display: none !important;
  height: 100%; }
  .tab__item.active {
    display: block !important; }

.yellow {
  color: #00acab !important; }

.main {
  color: #1065B8 !important; }

.bg--main {
  background: #2987E3;
  background: -moz-linear-gradient(left, #1065B8 0%, #29cfe3 100%);
  background: -webkit-linear-gradient(left, #1065B8 0%, #29cfe3 100%);
  background: linear-gradient(to right, #1065B8 0%, #29cfe3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1065B8', endColorstr='#29cfe3', GradientType=1); }

.bg--grey {
  background: #EFEFF0; }

.bg--beige {
  background: #fff url("../img/bg-school.jpg") center top no-repeat; }

.bg--beige2 {
  background: #fff url("../img/bg-school-blue.jpg") center top no-repeat; }
  .bg--beige2 .h--cross:before {
    background: none; }

.img-box-r {
  display: block;
  background: #fff;
  padding: 10px;
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #ebebeb;
  overflow: hidden;
  text-align: left;
  color: #41414A;
  text-decoration: none;
  display: flex;
  align-items: center; }
  .img-box-r h4 {
    margin: 0;
    padding: 0; }
  .img-box-r img {
    float: left;
    margin-right: 10px; }

.bg--white-after {
  position: relative; }
  @media (min-width: 992px) {
    .bg--white-after {
      padding-right: 40px; }
      .bg--white-after:after {
        position: absolute;
        content: "";
        width: 2200px;
        height: 100%;
        right: 0;
        top: 0;
        z-index: 1;
        background: #fff;
        display: block; } }
  .bg--white-after .article {
    position: relative;
    z-index: 2; }

.link--blue {
  color: #0090df;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
  position: relative;
  padding-right: 25px;
  display: inline-block;
  transition: all 0.3s ease-in-out; }
  .link--blue:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 2px;
    background-image: url("../img/arrow-right-blue-small.svg");
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    transition: all 0.3s ease-in-out; }

.link--more {
  font-weight: 700;
  font-style: italic;
  font-size: 1.126rem;
  text-decoration: none; }
  .link--more:after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 20px;
    background-image: url("../img/link-arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    position: relative;
    top: 4px; }

.is--desktop .link--blue:hover {
  color: #0090df; }
  .is--desktop .link--blue:hover:after {
    background-color: #0090df;
    background-image: url("../img/arrow-right-white-small.svg");
    background-position: center; }
.is--desktop .link--more:hover {
  color: #1065B8;
  text-decoration: underline; }
  .is--desktop .link--more:hover:after {
    background-image: url("../img/link-arrow-beige.svg"); }

.header {
  background: #fff;
  transition: all 0.3s ease-in-out; }
  .header a {
    text-decoration: none; }

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  width: 100%;
  position: relative; }
  .header__container span {
    line-height: 1.3;
    color: #464646;
    font-size: 14px; }
  .header__container strong {
    font-size: 16px;
    color: #000; }

.fixed-menu span {
  display: none; }

.header__logo {
  width: 40px;
  height: 100%; }
  .header__logo img {
    position: absolute;
    top: -10px;
    transition: 0.3s ease-in-out;
    z-index: 3; }
  .header__logo .logo-contrast {
    display: none; }
  @media (max-width: 1200px) {
    .header__logo {
      width: 150px; }
      .header__logo img {
        width: 150px; } }

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  padding-left: 20px; }
  @media (max-width: 767px) {
    .header__top {
      -webkit-box-pack: flex-end;
      -ms-flex-pack: flex-end;
      justify-content: flex-end;
      padding-left: 10px; } }

.header__info {
  font-size: 0.775rem;
  line-height: 1.3;
  margin-right: 25px;
  padding-left: 40px;
  position: relative; }
  .header__info > span {
    display: block; }
    .header__info > span span {
      font-weight: 700; }
  .header__info:before {
    position: absolute;
    left: 0;
    top: 0; }

.header__mass:before {
  content: url("../img/ico-location.svg"); }

.header__address:before {
  content: url("../img/ico-adres.svg"); }

.header__right {
  padding-top: 15px;
  padding-bottom: 15px; }
  @media (min-width: 1350px) {
    .header__right {
      -moz-flex: 0 0 1080px;
      -webkit-flex: 0 0 1080px;
      -ms-flex: 0 0 1080px;
      flex: 0 0 1080px;
      max-width: 1080px; } }
  @media (min-width: 1151px) {
    .header__right {
      -moz-flex: 0 0 860px;
      -webkit-flex: 0 0 860px;
      -ms-flex: 0 0 860px;
      flex: 0 0 860px;
      max-width: 860px; } }

.calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  padding-right: 10px;
  margin-right: 25px; }

.calendar__item {
  color: #1065B8;
  font-weight: 700;
  font-size: 0.75rem;
  margin-right: 15px;
  width: 27px;
  height: 32px;
  background-image: url("../img/ico-data.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 3px; }
  .calendar__item span {
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translateX(-50%); }

.calendar__item2 {
  color: #4A4A4A;
  font-size: 0.775rem; }
  .calendar__item2 span {
    display: block;
    line-height: 1.3; }

.header__logo img {
  transition: none; }

.header__social {
  margin-left: auto;
  white-space: nowrap; }

.social__link {
  display: inline-block;
  margin-left: 10px; }

.settings__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: auto; }
  .settings__wrapper .settings__option button {
    padding: 10px; }

.h--link {
  padding: 5px; }

.nav ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  font-size: 18px; }
.nav a {
  color: #fff;
  font-size: 1rem; }
  .nav a:hover, .nav a.active {
    color: #fff; }
.nav > ul > li {
  position: relative;
  z-index: 100;
  margin-bottom: 0;
  padding: 13px 0; }
  .nav > ul > li.has-children ul li {
    margin-bottom: 0; }
    .nav > ul > li.has-children ul li.has-children:after {
      content: "";
      background-image: url("../img/grey-arrow.svg");
      display: block;
      font-style: initial;
      font-size: 20px;
      position: absolute;
      right: 20px;
      margin-top: -27px;
      width: 7px;
      height: 12px; }
  .nav > ul > li.has-children ul a {
    display: block; }
  .nav > ul > li > a {
    display: inline-block;
    border-right: 1px solid #000;
    line-height: 1;
    padding: 3px 12px;
    white-space: nowrap;
    font-weight: 600; }
    .nav > ul > li > a:hover, .nav > ul > li > a:active {
      text-decoration: underline; }
  .nav > ul > li:last-child > a {
    border: initial;
    padding-right: 0; }

.nav__toggle {
  width: 40px;
  min-width: 40px;
  height: 30px;
  right: 34px;
  top: 50px;
  display: block;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  @media (max-width: 767px) {
    .nav__toggle {
      top: 75px; } }

.nav__toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #1065B8;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

.nav__toggle span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0; }

.nav__toggle span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px; }

.nav__toggle span:nth-child(1),
.nav__toggle span:nth-child(2) {
  top: 0px; }

.nav__toggle span:nth-child(3),
.nav__toggle span:nth-child(4) {
  top: 12px; }

.nav__toggle span:nth-child(5),
.nav__toggle span:nth-child(6) {
  top: 24px; }

.nav__toggle.open span:nth-child(1),
.nav__toggle.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.nav__toggle.open span:nth-child(2),
.nav__toggle.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.nav__toggle.open span:nth-child(1) {
  left: 5px;
  top: 8px; }

.nav__toggle.open span:nth-child(2) {
  left: calc(50% - 3px);
  top: 8px; }

.nav__toggle.open span:nth-child(3) {
  left: -50%;
  opacity: 0; }

.nav__toggle.open span:nth-child(4) {
  left: 100%;
  opacity: 0; }

.nav__toggle.open span:nth-child(5) {
  left: 5px;
  top: 20px; }

.nav__toggle.open span:nth-child(6) {
  left: calc(50% - 3px);
  top: 20px; }

.nav__toggle {
  transform: scale(0.7); }

@media (min-width: 1350px) {
  .nav > ul > li > a {
    font-size: 17px;
    padding: 0 22px; } }
@media (min-width: 1151px) {
  .nav {
    max-width: 860px;
    margin-left: auto; } }
@media (min-width: 1350px) {
  .nav {
    max-width: 1080px; } }

@media (min-width: 1151px) {
  .nav__toggle {
    display: none; }

  .nav > ul > li > {
    position: relative; }
    .nav > ul > li > ul {
      position: absolute;
      display: none;
      z-index: 50;
      top: 100%;
      left: 0px;
      width: 100%;
      min-width: 280px;
      color: #fff;
      background: #fff;
      padding: 0 0 5px 20px;
      -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.16);
      -moz-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.16);
      box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.16); }
      .nav > ul > li > ul ul {
        display: none;
        width: 100%;
        position: absolute;
        background: #fff;
        max-width: 220px;
        margin-top: -40px;
        left: 100%;
        padding-left: 20px;
        -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.16);
        box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.16); }
        .nav > ul > li > ul ul li {
          width: 100%; }
          .nav > ul > li > ul ul li a {
            padding-left: 20px; }
      .nav > ul > li > ul li {
        overflow: hidden;
        line-height: 1; }
        .nav > ul > li > ul li:last-child a {
          border: none; }
      .nav > ul > li > ul a {
        color: #4A4A4A;
        width: 100%;
        font-weight: 400;
        padding: 9px 0;
        border-bottom: 1px solid #EFEFF0;
        overflow: hidden;
        position: relative;
        left: -20px;
        padding-left: 20px;
        font-size: 16px;
        line-height: 1.4; }
        .nav > ul > li > ul a:before {
          content: url("../img/green-dot.svg");
          color: #00acab;
          display: inline-block;
          width: 20px;
          height: 20px;
          line-height: 1;
          font-size: 22px;
          position: absolute;
          left: 0;
          top: 8px;
          font-size: 20px;
          transition: left 0.3s ease-in-out; }
        .nav > ul > li > ul a:hover, .nav > ul > li > ul a:focus {
          color: #1065B8;
          left: 0; }

  > ul > li.has-children.is--active {
    background: #1065B8;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
    > ul > li.has-children.is--active > a {
      border-right-color: transparent;
      color: #fff;
      transition: initial; }

  .nav {
    display: block !important; }
    .nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-box-pack: flex-start;
      -ms-flex-pack: flex-start;
      justify-content: flex-start;
      list-style: none; }

  .open-submenu {
    display: none; } }
@media (max-width: 1149px) {
  body {
    padding-top: 45px; }

  .settings__wrapper {
    position: absolute;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    background: #f3f3f3;
    top: -45px;
    left: 0;
    width: 100%; }

  .header__container {
    height: 70px; }

  .nav > ul > li:first-child a img {
    display: none;
    height: 28px; }
  .nav > ul > li:first-child a:after {
    content: "Start";
    width: 24px;
    height: 24px;
    display: block; }

  .social__link img {
    width: 30px; }

  .calendar,
  .header__mass span,
  .header__address {
    display: none; }

  .header__mass {
    position: absolute;
    top: 17px;
    left: 100px; }

  .header__logo img {
    position: absolute;
    left: 50%;
    width: 100px;
    z-index: 100;
    transform: translateX(-50%); }

  .header__top {
    margin-top: 0; }

  .open-submenu {
    display: block;
    position: absolute;
    width: 50px;
    right: 0;
    top: 0;
    height: 38px;
    z-index: 20; }

  .nav > ul > li > ul {
    display: none;
    padding-top: 10px;
    background: #fff;
    margin-top: 20px; }
    .nav > ul > li > ul a {
      padding: 10px 20px;
      text-transform: initial !important;
      font-weight: 400;
      border-bottom: 1px solid #EFEFF0; }

  .nav {
    display: none;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 98;
    background: #f3f3f3;
    padding: 20px 40px;
    width: 100%;
    max-height: -moz-calc(100vh - 50px);
    max-height: -webkit-calc(100vh - 50px);
    max-height: calc(100vh - 50px);
    overflow: auto;
    padding-bottom: 60px;
    margin-top: 0; }
    .nav > ul > li {
      border-bottom: 1px solid rgba(39, 24, 14, 0.2); }
    .nav ul li {
      margin-bottom: 0 !important;
      padding: 0; }
      .nav ul li a {
        font-size: 18px;
        padding: 15px 0;
        font-weight: 700;
        color: #1065B8;
        border: none; }

  .nav > ul > li.has-children > a:after {
    top: 15px;
    right: 0; }
  .nav > ul > li.has-children > a {
    padding-right: 40px; }
    .nav > ul > li.has-children > a:after {
      content: url("../img/chevron-down.svg");
      position: absolute;
      top: 13px;
      right: 12px; }

  .fixed-menu .nav {
    top: 40px; } }
@media (max-width: 767px) {
  .nav {
    padding: 30px 20px 20px 20px;
    top: 115px; }

  .nav__toggle {
    right: 14px; } }
@media (max-width: 575px) {
  .nav {
    height: -moz-calc(100vh - 70px);
    height: -webkit-calc(100vh - 70px);
    height: calc(100vh - 70px);
    height: 100vh;
    padding: 30px 20px 60px 20px; }
    .nav li {
      margin-bottom: 10px !important; }

  .nav__toggle {
    margin-left: 0px; }

  .header__right a {
    font-size: 12px; }
  .header__right .ico--map:before {
    content: "";
    padding-right: 0; }

  .header__logo {
    display: inline-block;
    margin-right: 0px; }
    .header__logo:before {
      right: -45px; }
    .header__logo img {
      width: 80px; }

  .header__mass {
    left: 70px; } }
.is--mobile .nav a {
  width: 100%; }

.page__header {
  height: 140px;
  padding-top: 30px;
  color: #fff;
  border-bottom: 1px solid #f3f3f3;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .page__header .h--cross {
    margin-bottom: 10px; }
    .page__header .h--cross:before {
      background: #fff; }
  @media (max-width: 575px) {
    .page__header {
      height: 150px; } }

.page__header--img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 320px; }
  @media (max-width: 575px) {
    .page__header--img {
      height: 200px; } }
  .page__header--img h1 {
    color: #fff; }
  .page__header--img .bredcrumbs {
    padding-left: 0; }
    .page__header--img .bredcrumbs a,
    .page__header--img .bredcrumbs span {
      color: #fff; }
  .page__header--img .h--cross:before {
    background: transparent; }

.is--desktop .page__header--img a:hover {
  color: #00acab; }

.bredcrumbs {
  margin-bottom: 0;
  margin-top: -10px;
  padding-left: 0;
  text-align: center; }
  .bredcrumbs li {
    display: inline-block;
    margin-bottom: 0; }
  .bredcrumbs a {
    padding: 7px 0;
    margin-right: 7px;
    display: block;
    font-size: 14px;
    color: #585858;
    white-space: nowrap;
    text-decoration: none;
    font-style: italic; }
    .bredcrumbs a:after {
      content: "/";
      padding-left: 12px; }
  .bredcrumbs span {
    font-size: 14px;
    display: inline-block;
    color: #585858;
    font-style: italic; }

.nav__top {
  padding-top: 25px; }
  .nav__top a {
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    white-space: nowrap;
    line-height: 1; }

.nav__top--left:before {
  content: url("../img/arrow-small-left.svg");
  margin-right: 7px; }

@media (max-width: 575px) {
  .header__container span.schoolname {
    display: none; }

  .bredcrumbs a {
    margin-right: 5px;
    font-size: 12px; }
    .bredcrumbs a:after {
      padding-left: 5px; }

  .bredcrumbs span {
    font-size: 12px; }

  blockquote {
    font-size: 1.4em;
    width: 100%;
    margin: 40px auto;
    font-style: italic;
    color: #555555;
    padding: 10px 30px 10px 75px;
    border-left: 8px solid #78C0A8;
    line-height: 1.6;
    position: relative;
    background: #EDEDED; }
    blockquote:before {
      top: -20px; }
    blockquote p {
      margin-bottom: 0; } }
.mpMain {
  position: relative; }
  @media (min-width: 992px) {
    .mpMain {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

@media (max-width: 991px) {
  .mpMain--mobile {
    background: #fff; } }

.bg-right {
  position: relative; }
  .bg-right:before {
    content: "";
    display: block;
    width: 1500px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -40px;
    z-index: -1; }
  @media (min-width: 992px) {
    .bg-right:before {
      left: -30px; } }

.bg-left {
  position: relative; }
  .bg-left:before {
    content: "";
    display: block;
    width: 1500px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -30px;
    z-index: -1; }

.bg-right--blue:before {
  background: #0090df;
  border-bottom: 1px solid #fff; }

.bg-right--grey:before {
  background: #EFEFF0;
  border-bottom: 1px solid #fff; }

.mp__right2 {
  margin-top: 20px; }

.mp__right2 img {
  border: 1px solid #ebebeb; }

@media (min-width: 992px) {
  .mp__right {
    -moz-flex: 0 0 28%;
    -webkit-flex: 0 0 28%;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
    padding-left: 30px; } }

.h--data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1; }
  .h--data span {
    display: block; }

.h__nr {
  background: #1065B8;
  padding: 10px 12px;
  font-size: 37px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  margin-right: 15px;
  display: inline-block; }

.h__nr--small {
  font-size: 27px;
  padding: 15px 12px; }

.h__month {
  margin-top: 8px;
  color: #585858;
  font-size: 11px; }

.h__day {
  margin-top: 4px;
  color: #1065B8;
  font-size: 27px;
  text-transform: initial; }

.intentions h4 {
  margin-bottom: 5px; }

.nav-lef {
  padding-left: 0px;
  padding-right: 30px;
  margin-right: 30px;
  -moz-flex: 0 0 290px;
  -webkit-flex: 0 0 290px;
  -ms-flex: 0 0 290px;
  flex: 0 0 290px;
  max-width: 290px;
  z-index: 30;
  transition: 0.3s ease-in-out;
  margin-top: 40px; }
  @media (max-width: 991px) {
    .nav-lef {
      margin-top: 0;
      position: absolute;
      left: -290px;
      top: -30px; }
      .nav-lef .bg-right--blue {
        padding-top: 90px; }
      .nav-lef.is--open {
        left: 40px; } }

.nav-left__btn {
  display: none;
  z-index: 40; }
  @media (max-width: 991px) {
    .nav-left__btn {
      display: block;
      margin-top: 30px; }
      .nav-left__btn .close {
        display: block; }
      .nav-left__btn .open {
        display: none; }
      .nav-left__btn.is--open .close {
        display: none; }
      .nav-left__btn.is--open .open {
        display: block; } }

.mp__left {
  width: 100%; }
  .mp__left .link-right__box {
    margin-bottom: 20px; }
  @media (min-width: 1200px) {
    .mp__left {
      padding-right: 40px; } }
  @media (max-width: 575px) {
    .mp__left .link-right__box {
      text-align: center;
      margin-bottom: 50px; }
    .mp__left.mp__left--mobile {
      width: initial;
      margin-left: -20px;
      margin-right: -20px; } }

.nav-left__btn--close .h--inderline,
.nav-left__btn--close h2 {
  margin-top: 40px; }

.mpNews__item {
  display: block;
  /* -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.16);
   -moz-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.16);
   box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.16);
   */
  margin-bottom: 25px;
  border: 1px solid #EFEFF0;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  z-index: 2; }
  .mpNews__item p {
    font-size: 16px;
    color: #4A4A4A;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-width: 100%; }
  .mpNews__item h3 {
    color: #1065B8;
    max-width: 100%; }
  @media (min-width: 576px) {
    .mpNews__item {
      min-height: 220px; }
      .mpNews__item p {
        margin-bottom: 20px; }
      .mpNews__item .link--blue {
        position: absolute;
        bottom: 30px;
        left: 318px; } }
  @media (max-width: 575px) {
    .mpNews__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .mpNews__item p {
        margin-bottom: 10px;
        font-size: 0.75rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical; }
      .mpNews__item .btn {
        display: none; } }

.thenews .mpNews__figure {
  min-width: 150px;
  max-width: 150px;
  height: 120px;
  margin-right: 20px; }
  @media (max-width: 1199px) {
    .thenews .mpNews__figure {
      min-width: 100px;
      max-width: 100px;
      height: 80px; } }

.theNews__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  transition: none; }
  .theNews__item h3 {
    font-size: 1.125rem;
    margin-bottom: 0; }
  @media (max-width: 1199px) {
    .theNews__item h3 {
      font-size: 0.875rem; } }
  .theNews__item p {
    margin-bottom: 0; }

.is--desktop .theNews__item:hover h3 {
  color: #1065B8;
  text-decoration: underline; }
.is--desktop .theNews__item:hover .mpNews__figure img {
  transform: translate(-50%, -50%) scale(1.05); }
.is--desktop .mpNews__item:hover .mpNews__figure img {
  transform: translate(-50%, -50%) scale(1.05); }
.is--desktop .mpNews__item:hover h3 {
  color: #0090df;
  text-decoration: underline;
  text-decoration-color: #1065B8; }
.is--desktop .mpNews__item:hover .link--blue {
  color: #0090df; }
  .is--desktop .mpNews__item:hover .link--blue:after {
    background-color: #0090df;
    background-image: url("../img/arrow-right-white-small.svg");
    background-position: center; }

.news__title {
  margin-bottom: 30px; }
  .news__title .mpNews__date {
    margin-top: 15px;
    font-size: 16px; }
  .news__title h1 {
    text-transform: initial; }
    @media (min-width: 576px) {
      .news__title h1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media (min-width: 1200px) {
      .news__title h1 h1 {
        font-size: 30px; } }

.news__figure {
  margin-right: 30px;
  width: 100%; }
  .news__figure img {
    max-width: 100%; }
  @media (max-width: 575px) {
    .news__figure {
      margin-bottom: 30px; } }
  @media (min-width: 992px) {
    .news__figure {
      max-width: 300px; } }
  @media (min-width: 1200px) {
    .news__figure {
      max-width: 400px; } }

.news__content {
  margin-bottom: 40px; }

.nav-left__list {
  list-style: none; }
  .nav-left__list li:before {
    content: url("../img/arrow-right-dark-blue.svg");
    margin-right: 10px; }
  .nav-left__list li a {
    color: #1065B8;
    text-decoration: none;
    font-size: 700;
    font-size: 16px; }

.is--desktop .nav-left__list li a:hover, .is--desktop .nav-left__list li a.active {
  color: #0090df; }

.link-right__box {
  text-align: right; }

.mpNews__figure {
  min-width: 350px;
  max-width: 350px;
  height: 260px;
  position: relative;
  overflow: hidden; }
  .mpNews__figure img {
    width: 100%;
    transition: all 0.3s ease-in-out; }
  @media (max-width: 575px) {
    .mpNews__figure {
      min-width: 115px;
      max-width: 115px;
      height: initial; }
      .mpNews__figure img {
        height: 100%;
        width: initial; } }

.mpNews__right {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 40px;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }
  @media (min-width: 576px) {
    .mpNews__right {
      max-width: -moz-calc(100% - 380px);
      max-width: -webkit-calc(100% - 380px);
      max-width: calc(100% - 380px);
      margin-left: 30px; } }
  @media (max-width: 575px) {
    .mpNews__right {
      max-width: -moz-calc(100% - 135px);
      max-width: -webkit-calc(100% - 135px);
      max-width: calc(100% - 135px);
      margin-left: 20px; } }
  .mpNews__right h3,
  .mpNews__right h3 a {
    text-transform: initial;
    color: #1065B8;
    text-decoration: none; }
    .mpNews__right h3:hover,
    .mpNews__right h3 a:hover {
      color: #1065B8; }
  .mpNews__right .btn {
    margin-top: auto; }
  @media (max-width: 575px) {
    .mpNews__right {
      width: -moz-calc(100% - 125px);
      width: -webkit-calc(100% - 125px);
      width: calc(100% - 125px);
      padding-top: 15px;
      padding-bottom: 15px;
      padding-right: 20px; }
      .mpNews__right h3 {
        font-size: 0.9rem; } }

.mpNews__date {
  font-size: 0.68rem;
  display: block;
  margin-bottom: 10px;
  color: #585858;
  font-weight: 700; }
  @media (max-width: 1199px) {
    .mpNews__date {
      font-size: 0.625rem;
      margin-bottom: 5px; } }
  @media (max-width: 575px) {
    .mpNews__date {
      margin-bottom: 2px; } }

.mpInfo__wrapper {
  list-style: none;
  padding-left: 0; }
  .mpInfo__wrapper li {
    margin: 0; }

.mpInfo__item {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  line-height: 1.2;
  width: 100%; }
  .mpInfo__item * {
    transition: all 0.3s ease-in-out; }

.intentions__time {
  color: #4A4A4A;
  font-weight: 700;
  margin-right: 20px;
  min-width: 40px; }

.intentions__name {
  color: #4A4A4A; }

.mpContact .link-right__box {
  margin-top: 30px; }

.is--desktop a.mpInfo__item:hover * {
  color: #1065B8; }
.is--desktop a.mpInfo__item:hover .intentions__name {
  text-decoration: underline; }

.article {
  font-size: 18px; }
  .article img {
    display: block;
    margin: 30px auto;
    max-width: 80%; }
    @media (min-width: 992px) {
      .article img {
        margin: 50px auto; } }

.article__introduction {
  font-weight: 700;
  font-size: 1.125rem; }
  @media (min-width: 992px) {
    .article__introduction {
      font-size: 1.4rem; } }

.archives a {
  display: inline-block;
  padding: 7px;
  font-weight: 700;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  width: 100%;
  text-decoration: none; }

.is--desktop .archives a:hover {
  text-decoration: underline; }

.shortcuts__wrapper {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 40px; }

.shortcuts__item {
  text-align: center;
  margin-bottom: 20px;
  -moz-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 0 0 50%; }
  @media (min-width: 768px) {
    .shortcuts__item {
      -moz-flex: 0 0 33.33%;
      -webkit-flex: 0 0 33.33%;
      -ms-flex: 0 0 33.33%;
      flex: 0 0 33.33%;
      max-width: 0 0 33.33%; } }
  @media (min-width: 1200px) {
    .shortcuts__item {
      -moz-flex: 0 0 16.66%;
      -webkit-flex: 0 0 16.66%;
      -ms-flex: 0 0 16.66%;
      flex: 0 0 16.66%;
      max-width: 0 0 16.66%; } }
  .shortcuts__item figure {
    border: 1px solid transparent;
    border-radius: 50%;
    width: 160px;
    height: 160px;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .shortcuts__item figure img {
      width: initial;
      max-width: 90%; }
  .shortcuts__item a {
    text-decoration: none;
    display: block;
    padding-top: 5px; }
  .shortcuts__item h3 {
    color: #4A4A4A;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 1.125rem;
    transition: all 0.3s ease-in-out; }
  @media (max-width: 575px) {
    .shortcuts__item h3 {
      margin-top: 20px; }
    .shortcuts__item figure {
      width: 140px;
      height: 140px; } }

.is--desktop .shortcuts__item a:hover figure {
  border-color: #1065B8; }
.is--desktop .shortcuts__item a:hover h3 {
  text-decoration: underline;
  text-decoration-color: #1065B8;
  color: #1065B8; }

.img-box {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  text-decoration: none;
  height: 100%;
  color: #c4ffeb;
  padding: 75px 30px 65px 30px; }
  .img-box h3 {
    color: #fff; }
  .img-box img {
    position: absolute;
    z-index: -1;
    width: initial;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out; }
    @media (max-width: 767px) {
      .img-box img {
        width: 100%;
        height: initial; } }
  .img-box h3 {
    line-height: 1.1; }
  .img-box span {
    font-style: italic; }
  .img-box h3,
  .img-box span {
    position: relatuve;
    z-index: 2; }
  .img-box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, black 100%);
    opacity: .6; }
  @media (min-width: 992px) {
    .img-box h3 {
      font-size: 2rem; }
    .img-box span {
      font-size: 20px; } }

.noonmsie .img-box img {
  width: 100%;
  object-fit: cover; }

.is--desktop .img-box:hover {
  color: #fff; }
  .is--desktop .img-box:hover img {
    transform: translate(-50%, -50%) scale(1.05); }
  .is--desktop .img-box:hover h3 {
    text-decoration: underline;
    color: #fff; }

.virtual {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff; }
  .virtual h2 {
    color: #fff;
    line-height: 1.1;
    margin-bottom: 10px; }
  .virtual h3 {
    font-style: italic;
    margin-bottom: 25px; }
  .virtual * {
    position: relative;
    z-index: 2; }
  @media (min-width: 992px) {
    .virtual {
      height: 530px; }
      .virtual h2 {
        font-size: 60px; } }
  .virtual:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(95, 27, 17, 0.7); }

.history {
  overflow: hidden; }
  @media (min-width: 768px) {
    .history {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .history .history__txt {
    max-width: 450px; }
  .history .carousel-control {
    width: 50px; }
    .history .carousel-control span {
      width: 40px;
      height: 40px; }
      .history .carousel-control span:after {
        position: absolute;
        top: -5px;
        left: 0;
        width: 40px;
        height: 40px;
        background-position: center; }
  .history h3 {
    color: #1065B8; }
  .history p {
    margin-bottom: 30px; }
  .history .carousel-inner {
    height: 100%; }
  .history .item {
    height: 100%;
    min-height: 500px; }

.history__left {
  -moz-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }
  @media (min-width: 1200px) {
    .history__left {
      -moz-flex: 0 0 58%;
      -webkit-flex: 0 0 58%;
      -ms-flex: 0 0 58%;
      flex: 0 0 58%; } }

.history__right {
  -moz-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }
  @media (min-width: 1200px) {
    .history__right {
      -moz-flex: 0 0 42%;
      -webkit-flex: 0 0 42%;
      -ms-flex: 0 0 42%;
      flex: 0 0 42%; } }

.history__right {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 40px; }
  @media (min-width: 1200px) {
    .history__right {
      padding-left: 90px; } }

.align-items-center {
  justify-content: center; }

.team__item {
  text-align: center; }
  .team__item a {
    text-decoration: none; }
  .team__item h2 {
    position: absolute;
    z-index: 30;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    max-width: 90%; }
  .team__item p {
    color: #4A4A4A;
    padding: 0 20px;
    font-size: .8rem; }

.team__img {
  margin-bottom: 15px; }
  .team__img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(#2987E3, #143e04);
    opacity: .6;
    z-index: 10; }

.is--desktop .team__item:hover .team__img img {
  transform: translate(-50%, -50%) scale(1.05); }
.is--desktop .team__item:hover p,
.is--desktop .team__item:hover h2 {
  text-decoration: underline; }

.footer.section {
  padding-bottom: 0; }
.footer a {
  text-decoration: none; }
.footer .f-position {
  position: relative;
  top: -2px; }
.footer ul {
  list-style: none;
  padding-left: 0;
  margin: 10px 0;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px; }
  .footer ul li {
    display: inline-block;
    margin-bottom: 0; }
  .footer ul a {
    display: inline-block;
    padding: 5px 20px;
    font-weight: 700;
    font-size: 18px;
    white-space: nowrap; }

.is--desktop .footer a:hover {
  color: #00acab; }

.footer__row {
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 10px; }
  @media (max-width: 991px) {
    .footer__row {
      ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .footer__row img {
    max-width: 100%; }
  .footer__row .footer__stop {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 200px;
    text-align: center; }
    .footer__row .footer__stop strong {
      color: #1065B8;
      margin-top: 10px;
      text-align: center;
      display: block; }
    .footer__row .footer__stop span {
      color: #d8000b;
      display: block;
      font-weight: 400;
      font-size: 13px; }
    @media (max-width: 575px) {
      .footer__row .footer__stop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px 0;
        max-width: 100%;
        width: 100%; }
        .footer__row .footer__stop img {
          margin-right: 20px; } }

@media (min-width: 576px) {
  .footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end; } }
@media (max-width: 575px) {
  .footer__logo {
    width: 100%;
    text-align: center; } }

.footer__col {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto; }
  .footer__col a {
    display: block; }
  @media (max-width: 575px) {
    .footer__col {
      margin-bottom: 30px;
      text-align: center; } }

.footer__bottom {
  text-align: center;
  background: #1065B8;
  padding-top: 13px;
  padding-bottom: 13px;
  color: #fff; }
  @media (min-width: 576px) {
    .footer__bottom .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
      justify-content: space-between; } }
  @media (max-width: 575px) {
    .footer__bottom {
      padding-top: 20px;
      padding-bottom: 20px; }
      .footer__bottom .footer__bottom--right {
        margin-top: 10px; } }

.footer__bottom--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.4; }
  .footer__bottom--right img {
    margin: 0 5px; }

.pagination {
  margin-top: 60px auto;
  width: 100%;
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: cener;
  -webkit-align-items: cener;
  align-items: cener;
  position: relative;
  z-index: 3; }
  .pagination a {
    text-decoration: none;
    height: 37px;
    line-height: 37px;
    text-align: center;
    min-width: 37px;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #1065B8;
    margin: 0 5px;
    color: #1065B8;
    padding-right: 1px;
    display: inline-block;
    webkit-box-shadow: 2px 2px 0px 0px rgba(139, 109, 53, 0.3);
    -moz-box-shadow: 2px 2px 0px 0px rgba(255, 109, 53, 0.3);
    box-shadow: 2px 2px 0px 0px rgba(139, 109, 53, 0.3); }
    .pagination a:hover, .pagination a.active {
      background: #1065B8;
      color: #00acab; }
  .pagination li.active a {
    background: #1065B8;
    color: #00acab; }
  .pagination .on-desktop {
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block; }
  .pagination .on-mobile {
    display: none; }
  .pagination .btn {
    padding-right: 20px; }
    .pagination .btn a {
      border: none;
      border-radius: 0;
      background: transparent;
      color: #0090df; }
    .pagination .btn:hover {
      padding-right: 20px; }
  .pagination .next.btn {
    padding-left: 25px; }

.prev.btn {
  padding-right: 25px;
  padding-left: 20px; }
  .prev.btn:after {
    right: auto;
    left: 0px;
    transform: rotateY(180deg);
    transition: left .3s ease-in-out; }

.blog-pagination {
  padding-top: 30px;
  border-top: 1px solid #EFEFF0;
  position: relative;
  z-index: 3;
  text-align: center; }
  .blog-pagination .prev,
  .blog-pagination .next {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 1.4rem;
    margin-bottom: 30px;
    font-style: italic; }
  .blog-pagination .next {
    text-align: right; }
  .blog-pagination h3 {
    color: #1065B8;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
  .blog-pagination p {
    font-size: 0.875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .blog-pagination ul {
    padding-left: 0;
    list-style: none;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 0; }
    @media (max-width: 575px) {
      .blog-pagination ul {
        margin-left: -10px;
        margin-right: -10px; } }
    .blog-pagination ul a {
      text-decoration: none;
      color: initial;
      padding: 0 20px;
      display: block;
      line-height: 1.3; }
      @media (max-width: 575px) {
        .blog-pagination ul a {
          padding: 0 10px; } }
  @media (min-width: 768px) {
    .blog-pagination ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .blog-pagination ul li {
        max-width: 50%;
        -moz-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%; } }

.blog-pagination--left {
  text-align: left; }

.blog-pagination--right {
  text-align: right; }
  .blog-pagination--right .mpNews__figure {
    margin-right: 0;
    margin-left: 20px; }

.is--desktop .blog-pagination ul a:hover {
  color: #1065B8; }
  .is--desktop .blog-pagination ul a:hover h3 {
    text-decoration: underline;
    text-decoration-color: #1065B8; }

@media (max-width: 767px) {
  .pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .pagination .on-mobile {
      display: block; }
    .pagination .on-desktop {
      display: none; } }
.contact figure {
  width: 100%;
  margin-bottom: 20px; }
  .contact figure img {
    width: 100%; }
@media (min-width: 768px) {
  .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .contact figure {
      margin-right: 10px;
      -moz-flex: 0 0 50%;
      -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      margin-bottom: 0px; } }

.contact__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%; }

.contact__row--last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  width: 100%; }
  @media (max-width: 1199px) {
    .contact__row--last {
      flex-wrap: wrap; } }
  .contact__row--last > * {
    margin-top: 8px;
    margin-bottom: 8px !important; }
  .contact__row--last span {
    font-size: 16px; }

.form__btn {
  position: relative; }
  .form__btn .form-invalid-info {
    position: absolute;
    top: 100%;
    display: none;
    color: #d8000b;
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    margin-top: 5px; }

.contact__form {
  background: #f3f3f3;
  padding: 30px 20px;
  min-height: 450px; }
  @media (min-width: 1200px) {
    .contact__form {
      padding: 30px 30px 20px 30px; } }
  .contact__form h2,
  .contact__form h3 {
    width: 100%;
    margin-bottom: 8px; }

.contact__form h2,
.modal__form h2 {
  text-transform: initial;
  font-size: 19px; }
.contact__form h3,
.modal__form h3 {
  font-size: 15px;
  color: #1065B8; }
.contact__form .form-checkbox,
.modal__form .form-checkbox {
  padding-right: 10px;
  position: relative; }
.contact__form .btn,
.modal__form .btn {
  margin-top: 15px;
  margin-bottom: 15px; }
.contact__form .form-input,
.modal__form .form-input {
  position: relative;
  background: #fff;
  width: 100%;
  margin-bottom: 18px; }
  @media (min-width: 1200px) {
    .contact__form .form-input,
    .modal__form .form-input {
      max-width: -moz-calc(50% - 10px);
      max-width: -webkit-calc(50% - 10px);
      max-width: calc(50% - 10px); } }
  .contact__form .form-input label,
  .modal__form .form-input label {
    transition: top 0.2s ease-in-out;
    position: absolute;
    color: #4A4A4A;
    padding: 0px 15px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    top: 6px;
    font-style: italic; }
  .contact__form .form-input input,
  .contact__form .form-input textarea,
  .modal__form .form-input input,
  .modal__form .form-input textarea {
    width: 100%;
    border: 1px solid #707070;
    background: none;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 10px 10px;
    outline: 0;
    display: inline-block;
    font-size: 16px;
    color: #4A4A4A;
    box-shadow: none !important; }
    .contact__form .form-input input[type="date"],
    .contact__form .form-input textarea[type="date"],
    .modal__form .form-input input[type="date"],
    .modal__form .form-input textarea[type="date"] {
      height: 47px;
      overflow: hidden;
      margin-top: 0;
      margin-bottom: 0; }
    .contact__form .form-input input textarea,
    .contact__form .form-input textarea textarea,
    .modal__form .form-input input textarea,
    .modal__form .form-input textarea textarea {
      display: block;
      resize: vertical; }
    .contact__form .form-input input:focus, .contact__form .form-input input:focus + span,
    .contact__form .form-input textarea:focus,
    .contact__form .form-input textarea:focus + span,
    .modal__form .form-input input:focus,
    .modal__form .form-input input:focus + span,
    .modal__form .form-input textarea:focus,
    .modal__form .form-input textarea:focus + span {
      border-color: #1065B8; }
  .contact__form .form-input .focus,
  .modal__form .form-input .focus {
    background: #1065B8;
    color: white;
    font-size: 10px !important;
    z-index: 2; }
  .contact__form .form-input input:not([type="date"]),
  .contact__form .form-input textarea,
  .modal__form .form-input input:not([type="date"]),
  .modal__form .form-input textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
.contact__form .form-input--100,
.modal__form .form-input--100 {
  max-width: 100%; }

.form-input__error {
  position: absolute;
  top: 100%;
  font-size: 12px !important;
  padding: 2px 0;
  font-weight: 700;
  width: 100%;
  color: #d8000b;
  left: 0;
  z-index: 20;
  z-index: 2;
  margin-top: 3px;
  font-weight: 900; }

form.go-bottom .form-input label {
  top: 14px;
  left: 0px;
  width: 100%;
  font-size: 16px;
  height: 16px;
  line-height: 16px; }
form.go-bottom .form-input input:focus + label,
form.go-bottom .form-input .focus,
form.go-bottom .form-input textarea:focus + label {
  top: -7px;
  font-size: 10px !important; }
form.go-bottom .form-input.noempty label {
  top: -7px;
  font-size: 10px !important;
  background: #1065B8;
  color: white;
  z-index: 2; }
form.go-bottom .form-input.noempty input,
form.go-bottom .form-input.noempty .form-input__error {
  border-color: #1065B8; }
form.go-bottom .form-input.noempty.is--invalid label {
  background: #d8000b; }
form.go-bottom .form-input.noempty.is--valid label {
  background: #0c6b17; }
form.go-bottom .form-input.is--invalid {
  margin-bottom: 50px; }
  form.go-bottom .form-input.is--invalid input,
  form.go-bottom .form-input.is--invalid textarea {
    border-color: #d8000b; }
form.go-bottom .form-input.is--valid input,
form.go-bottom .form-input.is--valid textarea {
  border-color: #0c6b17; }

.file h2 {
  margin-top: 30px;
  font-size: 1.7rem; }
.file ul {
  list-style: none;
  padding-left: 0; }
.file li {
  margin-bottom: 0;
  border-bottom: 1px solid #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  position: relative;
  cursor: pointer; }
  .file li:last-child {
    border-bottom: none; }
  .file li:before {
    display: none !important; }
.file .file-item {
  display: block;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
  cursor: pointer; }
  .file .file-item .file-bottom {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px; }
  .file .file-item .file__title {
    width: 100%; }
  .file .file-item p {
    color: #666;
    font-size: 15px; }
  .file .file-item small {
    color: #666; }
  .file .file-item:hover h4 {
    text-decoration: underline; }
@media (max-width: 575px) {
  .file .file__links {
    justify-content: center;
    width: 100%;
    margin-top: 10px;
    gap: 10px; }
  .file .file-bottom {
    display: block !important; } }
@media (max-width: 991px) {
  .file a h4 {
    font-size: 16px; }
  .file h2 {
    font-size: 1.3rem; } }
@media (max-width: 575px) {
  .file li {
    ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .file li a {
      max-width: 100%;
      ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .file li a strong {
        min-width: 100%;
        margin-bottom: 10px; }
    .file li h4 {
      width: 100%;
      margin-right: 0; }
    .file li p {
      width: 100%;
      margin-top: 10px;
      margin-bottom: 10px; } }

.contact-info span,
.contact-info a {
  text-decoration: none;
  color: #4A4A4A; }

@media reader, speech, aural {
  ::after,
  ::before {
    content: none;
    visibility: hidden; } }
@media (max-height: 350px) {
  .fixed-menu {
    display: none; } }
@media (min-width: 768px) and (max-width: 991px) {
  .sacra__img img {
    height: 400px; } }
@media (max-width: 767px) {
  .sacra__img img {
    width: 100vw; }
  .sacra__img.sacra__img--left img {
    margin-right: -20px; }
  .sacra__img.sacra__img--right img {
    margin-left: -20px; } }

.sacra__img--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end; }

.sacra__txt--left {
  text-align: right;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end; }

.sacra__txt--right {
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }

.sacra__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer; }
  @media (min-width: 992px) {
    .sacra__txt {
      padding-left: 8.33%;
      padding-right: 8.33%; } }
  @media (max-width: 767px) {
    .sacra__txt {
      order: 1;
      padding-top: 20px;
      padding-bottom: 60px;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      text-align: center; } }

.sacra [class*="col-"] {
  margin-bottom: 0px; }
.sacra p {
  max-width: 100%; }

.is--desktop .sacra__txt:hover h2 {
  text-decoration: underline; }

.a-nodecoration a {
  text-decoration: none;
  color: #4A4A4A; }

.contact__col {
  text-align: center; }
  .contact__col h3 {
    color: #1065B8;
    margin-top: 20px; }
  .contact__col a {
    text-decoration: none;
    color: #4A4A4A;
    display: block; }
  .contact__col .text-left a {
    margin-bottom: 5px; }
  @media (min-width: 768px) {
    .contact__col {
      margin-top: 80px; }
      .contact__col h3 {
        font-size: 2rem; } }

.calendar-page {
  position: relative;
  z-index: 2; }
  @media (min-width: 992px) {
    .calendar-page {
      max-width: 700px;
      margin-left: auto; } }
  .calendar-page h2 {
    margin-top: 30px; }
  .calendar-page p {
    font-size: 1.125rem; }
  @media (min-width: 768px) {
    .calendar-page p {
      font-size: 1.4rem; } }
  @media (max-width: 575px) {
    .calendar-page {
      padding-left: 20px;
      padding-right: 20px; } }

.gallery img {
  margin: 0; }

.gallery__item a {
  display: block;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  position: relative; }
  .gallery__item a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid transparent; }
  .gallery__item a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, black 100%);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    z-index: 20; }
  .gallery__item a:after {
    content: url("../img/icon-search.svg");
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 30;
    transition: all 0.3s ease-in-out; }
  .gallery__item a:hover img {
    transform: translate(-50%, -50%) scale 1.1; }
  .gallery__item a:hover:before {
    opacity: 0.6; }
  .gallery__item a:hover:after {
    opacity: 1; }

.onmsie .gallery__item a img {
  height: auto; }

.galeria {
  margin-top: 30px; }
  .galeria h4 {
    font-size: 18px;
    margin: 10px 0 0 0; }

.nav-tabs {
  width: 100%;
  align-items: center;
  overflow: hidden;
  margin: 20px 0 0 0;
  border: 0; }

.nav-tabs .nav-link {
  color: #2987E3;
  text-decoration: none; }

.tab-content {
  padding: 30px 0;
  background: #fff; }

.search-item {
  padding-bottom: 20px;
  border-bottom: 1px solid #e3eaef;
  margin-bottom: 20px; }

.search-item .sciezka {
  font-size: 13px;
  font-weight: normal;
  width: 100%;
  display: block;
  margin: 0 0 10px 0; }

.search-item .sciezka a {
  text-decoration: none; }

.search-box {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  margin-top: 20px; }

.search-box h5 {
  font-size: 1rem;
  margin: 5px 0 5px 5px; }

.search-box #f_fraza {
  width: 100%;
  margin: 5px;
  border-radius: .25rem;
  border: 1px solid #B7B7B7;
  font-size: 1rem;
  line-height: 1;
  font-family: 'Lexend Deca', sans-serif;
  padding: 10px 50px 10px 20px; }

.search-box button {
  margin-top: 5px; }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border-color: #fff;
  border: 0 !important; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border-color: #fff;
  border: 0 !important; }

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