/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
img,
legend {
  border: 0;
}
legend,
td,
th {
  padding: 0;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100;
  //font-size: 62.5%;
	font-size: 12px;
}

body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
optgroup,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
font-size: 2rem;
margin: 0.67em 0;
color: #474747;
//font-family: "PT Serif";
font-family: "Proxima Nova", Arial, sans-serif;
font-weight: 700;
}
mark {
  background: #ff0;
  color: #000000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre,
textarea {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==========================================================================
   GRID */
/* ========================================================================== */
.content {
  /*position: relative;*/
  margin: 0 auto;
}
.content:before,
.content:after {
  content: " ";
  display: table;
}
.content:after {
  clear: both;
}
@media (max-width: 768px) {
  .content .content {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .content {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .content .content {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 1280px) {
  .content .content {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.col {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .col {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .col {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1280px) {
  .col {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.col-mb-12 {
  width: 100%;
}
.col-mb-11 {
  width: 91.66666667%;
}
.col-mb-10 {
  width: 83.33333333%;
}
.col-mb-9 {
  width: 75%;
}
.col-mb-8 {
  width: 66.66666667%;
}
.col-mb-7 {
  width: 58.33333333%;
}
.col-mb-6 {
  width: 50%;
}
.col-mb-5 {
  width: 41.66666667%;
}
.col-mb-4 {
  width: 33.33333333%;
}
.col-mb-3 {
  width: 25%;
}
.col-mb-2 {
  width: 16.66666667%;
}
.col-mb-1 {
  width: 8.33333333%;
}
.col-mb-right-12 {
  right: 100%;
}
.col-mb-right-11 {
  right: 91.66666667%;
}
.col-mb-right-10 {
  right: 83.33333333%;
}
.col-mb-right-9 {
  right: 75%;
}
.col-mb-right-8 {
  right: 66.66666667%;
}
.col-mb-right-7 {
  right: 58.33333333%;
}
.col-mb-right-6 {
  right: 50%;
}
.col-mb-right-5 {
  right: 41.66666667%;
}
.col-mb-right-4 {
  right: 33.33333333%;
}
.col-mb-right-3 {
  right: 25%;
}
.col-mb-right-2 {
  right: 16.66666667%;
}
.col-mb-right-1 {
  right: 8.33333333%;
}
.col-mb-left-12 {
  left: 100%;
}
.col-mb-left-11 {
  left: 91.66666667%;
}
.col-mb-left-10 {
  left: 83.33333333%;
}
.col-mb-left-9 {
  left: 75%;
}
.col-mb-left-8 {
  left: 66.66666667%;
}
.col-mb-left-7 {
  left: 58.33333333%;
}
.col-mb-left-6 {
  left: 50%;
}
.col-mb-left-5 {
  left: 41.66666667%;
}
.col-mb-left-4 {
  left: 33.33333333%;
}
.col-mb-left-3 {
  left: 25%;
}
.col-mb-left-2 {
  left: 16.66666667%;
}
.col-mb-left-1 {
  left: 8.33333333%;
}
.col-mb-left-0 {
  left: 0%;
}
@media (min-width: 768px) {
  .content {
    max-width: 758px;
  }
  .col {
    float: left;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
  .col-right-12 {
    right: 100%;
  }
  .col-right-11 {
    right: 91.66666667%;
  }
  .col-right-10 {
    right: 83.33333333%;
  }
  .col-right-9 {
    right: 75%;
  }
  .col-right-8 {
    right: 66.66666667%;
  }
  .col-right-7 {
    right: 58.33333333%;
  }
  .col-right-6 {
    right: 50%;
  }
  .col-right-5 {
    right: 41.66666667%;
  }
  .col-right-4 {
    right: 33.33333333%;
  }
  .col-right-3 {
    right: 25%;
  }
  .col-right-2 {
    right: 16.66666667%;
  }
  .col-right-1 {
    right: 8.33333333%;
  }
  .col-left-12 {
    left: 100%;
  }
  .col-left-11 {
    left: 91.66666667%;
  }
  .col-left-10 {
    left: 83.33333333%;
  }
  .col-left-9 {
    left: 75%;
  }
  .col-left-8 {
    left: 66.66666667%;
  }
  .col-left-7 {
    left: 58.33333333%;
  }
  .col-left-6 {
    left: 50%;
  }
  .col-left-5 {
    left: 41.66666667%;
  }
  .col-left-4 {
    left: 33.33333333%;
  }
  .col-left-3 {
    left: 25%;
  }
  .col-left-2 {
    left: 16.66666667%;
  }
  .col-left-1 {
    left: 8.33333333%;
  }
  .col-left-0 {
    left: 0%;
  }
}
@media (min-width: 992px) {
  .content {
    max-width: 992px;
  }
  .col {
    float: left;
  }
  .col-dt-12 {
    width: 100%;
  }
  .col-dt-11 {
    width: 91.66666667%;
  }
  .col-dt-10 {
    width: 83.33333333%;
  }
  .col-dt-9 {
    width: 75%;
  }
  .col-dt-8 {
    width: 66.66666667%;
  }
  .col-dt-7 {
    width: 58.33333333%;
  }
  .col-dt-6 {
    width: 50%;
  }
  .col-dt-5 {
    width: 41.66666667%;
  }
  .col-dt-4 {
    width: 33.33333333%;
  }
  .col-dt-3 {
    width: 25%;
  }
  .col-dt-2 {
    width: 16.66666667%;
  }
  .col-dt-1 {
    width: 8.33333333%;
  }
  .col-dt-right-12 {
    right: 100%;
  }
  .col-dt-right-11 {
    right: 91.66666667%;
  }
  .col-dt-right-10 {
    right: 83.33333333%;
  }
  .col-dt-right-9 {
    right: 75%;
  }
  .col-dt-right-8 {
    right: 66.66666667%;
  }
  .col-dt-right-7 {
    right: 58.33333333%;
  }
  .col-dt-right-6 {
    right: 50%;
  }
  .col-dt-right-5 {
    right: 41.66666667%;
  }
  .col-dt-right-4 {
    right: 33.33333333%;
  }
  .col-dt-right-3 {
    right: 25%;
  }
  .col-dt-right-2 {
    right: 16.66666667%;
  }
  .col-dt-right-1 {
    right: 8.33333333%;
  }
  .col-dt-left-12 {
    left: 100%;
  }
  .col-dt-left-11 {
    left: 91.66666667%;
  }
  .col-dt-left-10 {
    left: 83.33333333%;
  }
  .col-dt-left-9 {
    left: 75%;
  }
  .col-dt-left-8 {
    left: 66.66666667%;
  }
  .col-dt-left-7 {
    left: 58.33333333%;
  }
  .col-dt-left-6 {
    left: 50%;
  }
  .col-dt-left-5 {
    left: 41.66666667%;
  }
  .col-dt-left-4 {
    left: 33.33333333%;
  }
  .col-dt-left-3 {
    left: 25%;
  }
  .col-dt-left-2 {
    left: 16.66666667%;
  }
  .col-dt-left-1 {
    left: 8.33333333%;
  }
  .col-dt-left-0 {
    left: 0%;
  }
}
@media (min-width: 1280px) {
  .content {
    max-width: 1240px;
  }
  .col {
    float: left;
  }
  .col-ld-12 {
    width: 100%;
  }
  .col-ld-11 {
    width: 91.66666667%;
  }
  .col-ld-10 {
    width: 83.33333333%;
  }
  .col-ld-9 {
    width: 75%;
  }
  .col-ld-8 {
    width: 66.66666667%;
  }
  .col-ld-7 {
    width: 58.33333333%;
  }
  .col-ld-6 {
    width: 50%;
  }
  .col-ld-5 {
    width: 41.66666667%;
  }
  .col-ld-4 {
    width: 33.33333333%;
  }
  .col-ld-3 {
    width: 25%;
  }
  .col-ld-2 {
    width: 16.66666667%;
  }
  .col-ld-1 {
    width: 8.33333333%;
  }
  .col-ld-right-12 {
    right: 100%;
  }
  .col-ld-right-11 {
    right: 91.66666667%;
  }
  .col-ld-right-10 {
    right: 83.33333333%;
  }
  .col-ld-right-9 {
    right: 75%;
  }
  .col-ld-right-8 {
    right: 66.66666667%;
  }
  .col-ld-right-7 {
    right: 58.33333333%;
  }
  .col-ld-right-6 {
    right: 50%;
  }
  .col-ld-right-5 {
    right: 41.66666667%;
  }
  .col-ld-right-4 {
    right: 33.33333333%;
  }
  .col-ld-right-3 {
    right: 25%;
  }
  .col-ld-right-2 {
    right: 16.66666667%;
  }
  .col-ld-right-1 {
    right: 8.33333333%;
  }
  .col-ld-left-12 {
    left: 100%;
  }
  .col-ld-left-11 {
    left: 91.66666667%;
  }
  .col-ld-left-10 {
    left: 83.33333333%;
  }
  .col-ld-left-9 {
    left: 75%;
  }
  .col-ld-left-8 {
    left: 66.66666667%;
  }
  .col-ld-left-7 {
    left: 58.33333333%;
  }
  .col-ld-left-6 {
    left: 50%;
  }
  .col-ld-left-5 {
    left: 41.66666667%;
  }
  .col-ld-left-4 {
    left: 33.33333333%;
  }
  .col-ld-left-3 {
    left: 25%;
  }
  .col-ld-left-2 {
    left: 16.66666667%;
  }
  .col-ld-left-1 {
    left: 8.33333333%;
  }
  .col-ld-left-0 {
    left: 0%;
  }
}
.center-block {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .col-mb-hide,
  .mb-hide,
  .tablet-block,
  .dt-block,
  .ld-block {
    display: none;
  }
  .mb-block {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-hide,
  .tablet-hide,
  .mb-block,
  .dt-block,
  .ld-block {
    display: none;
  }
  .tablet-block {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .col-dt-hide,
  .dt-hide,
  .mb-block,
  .tablet-block,
  .ld-block {
    display: none;
  }
  .dt-block {
    display: block;
  }
}
@media (min-width: 1280px) {
  .col-ld-hide,
  .ld-hide,
  .mb-block,
  .tablet-block,
  .dt-block {
    display: none;
  }
  .ld-block {
    display: block;
  }
}
@media (max-width: 768px) {
  .col-padding {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .col-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1280px) {
  .col-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .col-margin {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-margin {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .col-margin {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1280px) {
  .col-margin {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .col-margin-bottom {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-margin-bottom {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .col-margin-bottom {
    margin-bottom: 30px;
  }
}
@media (min-width: 1280px) {
  .col-margin-bottom {
    //margin-bottom: 40px;
	margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .col-margin-top {
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-margin-top {
    margin-top: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .col-margin-top {
    margin-top: 30px;
  }
}
@media (min-width: 1280px) {
  .col-margin-top {
    margin-top: 40px;
  }
}
/* ==========================================================================
   BUTTONS */
/* ========================================================================== */
.btn {
  display: inline-block;
  color: #015A30;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.7px;
  border-bottom: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: relative;
  padding-right: 45px;
}

.btn:after{
/*  content: " ";
  border-radius: 50%;
  /*background-image: linear-gradient(to left, #7790d4 0%, #3dbda3 100%);*/
/*  background-color: #015A30;
  color: #ffffff;
  width: 34px;
  height: 34px;
  position: absolute;
  display: block;
  right: 0px;
  top: -7px;*/
}

.btn:before{
/*    content: " ";
    background-image: url(/include/right-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 34px;
    height: 34px;
    position: absolute;
    display: block;
        right: -1px;
    top: -7px;
    z-index: 2;*/
}


.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
      text-decoration: underline;
}
.btn:active,
.btn.active {
  outline: 0;

}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
}
.btn-cta {
  color: #ffffff;
}
.btn-cta:hover,
.btn-cta:focus {
  text-decoration: underline;
}

.btn-square {
  border-radius: 3px;
}
.btn-dark {
  background: rgba(24, 24, 24, 0.3);
  color: #ffffff;
}
.btn-dark:hover,
.btn-dark:focus {
  color: #ffffff;
  background: rgba(24, 24, 24, 0.5);
  text-decoration: none;
}
.btn-dark:active,
.btn-dark.active {
  color: #ffffff;
  background: rgba(24, 24, 24, 0.7);
}
.btn-long {
  padding-left: 40px;
  padding-right: 40px;
}
.btn-link {
  cursor: pointer;
  border-radius: 0;
  background: none;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  color: #015A30;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  border-bottom: none;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link:hover,
.btn-link:focus {
  color: #555555;
  text-decoration: none;
  background: none;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  background-color: transparent;
  color: #157fc4;
  text-decoration: none;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
/* ==========================================================================
   ICONS */
/* ========================================================================== */
.icon {
  display: inline-block;
  overflow: hidden;
  width: 20px;
  height: 20px;
  vertical-align: text-top;
  background: url('images/all-icons.png') 0 0 no-repeat;
}

.icon-dd {
  background-position: 0 0;
}
.icon-lk {
  background-position: 0 0px;
    margin-right: 10px;
    background-image: url(/include/learn.svg);
    margin-top: -3px;
    width: 25px;
}

.icon-vk {
    background-position: 0 0px;
    background-image: url(/include/vk.png);
    margin-top: 3px;
    width: 21px;
    height: 20px;
}

.icon-ok {
    background-position: 0 0px;
    background-image: url(/include/ok.png);
    width: 21px;
    height: 20px;
    background-size: contain;
}

.icon-tlgrm {
    background-position: 0 0px;
    background-image: url(/include/tlgrm.png);
    width: 21px;
    height: 20px;
    background-size: contain;
}

.icon-fb {
    background-position: 0 0px;
    background-image: url(/include/fb.png);
    margin-top: -3px;
    width: 10px;
}


.icon-inst {
    background-position: 0 0px;
    background-image: url(/include/inst.png);
    margin-top: 0px;
    width: 20px;
}


.icon-line {
	background-position: center;
    background-image: url(/include/line.svg);
    width: 1px;
    height: 40px;
    margin-top: -10px;
    padding: 0 10px;
}

.icon-map-marker {
  background-position: 0 0px;
  margin-right: 10px;
    background-image: url(/include/map.svg);
    margin-top: -3px;
}
.icon-map-marker-bold {
  background-position: -20px -80px;
}
.icon-special-version {
  background-position: 0 0px;
  /*margin-right: 10px;*/
    background-image: url(/include/special-version.svg);
   /* margin-top: -3px;*/
    width: 30px;
}
.icon-big-clock {
  background-position: -40px -40px;
  width: 28px;
  height: 28px;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
.icon-big-clock-white {
  background-position: -40px -140px;
  width: 32px;
  height: 32px;
  opacity: .7;
}
.icon-big-phone {
  background-position: -40px 0;
  height: 30px;
  width: 15px;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
.icon-search {
  background-position: -20px -40px;
}
.icon-search-white {
  background-position: -20px -40px;
}
.icon-close {
  background-position: 0 -100px;
  cursor: pointer;
  opacity: .5;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.icon-close:hover {
  opacity: 1;
}
.icon-social-ok {
  background-position: 0 0px;
    background-image: url(/include/ok.png);
 background-size: contain;
}
.icon-social-tlgrm {
background-position: 0 0px;
    background-image: url(/include/tlgrm.png);
 background-size: contain;
}
.icon-social-vk {
  background-position: 0 -120px;
}
.icon-social-tw {
  background-position: 0 -140px;
}
.icon-social-fb {
  background-position: 0 -160px;
}
.icon-social-inst {
  background-position: 0 -180px;
}
.icon-social-in {
  background-position: 0 -200px;
}
.icon-social-gplus {
  background-position: 0 -220px;
}
.icon-arrow-right {
  background-position: -80px -40px;
}
.icon-arrow-left {
  background-position: -100px -40px;
}
.icon-arrow-down {
  background-position: -100px -60px;
}
.icon-arrow-white-right {
  background-position: -80px -100px;
}
.icon-arrow-white-left {
  background-position: -100px -100px;
}
.icon-pdf {
  background-position: -40px -100px;
  width: 40px;
  height: 40px;
}
/* ==========================================================================
   FORMS */
/* ========================================================================== */
.input {
  display: inline-block;
  height: 40px;
  padding: 0 20px;
  position: relative;
  margin-bottom: 10px;
  color: #1c1c1c;
  vertical-align: middle;
  border: solid 1px transparent;
  outline: none;
  background-color: #dcecf6;
  -webkit-appearance: none;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.input:hover {
  background-color: #157fc4;
  color: #ffffff;
}
.input:focus {
  outline: none;
  border-color: #157fc4;
  background-color: transparent;
  color: #157fc4;
}
textarea.input {
  padding: 10px 20px;
  height: auto;
}
select.input {
  padding: 0;
  cursor: pointer;
  -webkit-appearance: menulist;
}
select.input[multiple],
select.input.multiple {
  -webkit-appearance: inherit;
}
.input[type="number"],
.input[type="date"],
.input[type="time"] {
  padding: 0 0 0 20px;
}
.input[type="color"] {
  padding: 0;
}
.input-required,
.input:required {
  border-color: #ea5600;
}
.input.disabled,
.input-disabled,
.input:disabled {
  opacity: .5;
}
.input.disabled:hover,
.input-disabled:hover,
.input:disabled:hover {
  background-color: #dcecf6;
  color: #1c1c1c;
}
.white-inputs .input,
.input.input-white {
  background-color: #ffffff;
  border-width: 2px;
}
.white-inputs .input:hover,
.input.input-white:hover {
  color: #157fc4;
  background-color: #ffffff;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2) ;
}
.white-inputs .input:focus,
.input.input-white:focus {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
  box-shadow: none;
}
.white-inputs .input:focus:-moz-placeholder,
.input.input-white:focus:-moz-placeholder {
  color: #d9d9d9;
}
.white-inputs .input:focus:-ms-input-placeholder,
.input.input-white:focus:-ms-input-placeholder {
  color: #d9d9d9;
}
.white-inputs .input:focus::-webkit-input-placeholder,
.input.input-white:focus::-webkit-input-placeholder {
  color: #d9d9d9;
}
.white-inputs .input.disabled,
.input.input-white.disabled,
.white-inputs .input-disabled,
.input.input-white-disabled,
.white-inputs .input:disabled,
.input.input-white:disabled {
  opacity: .5;
}
.white-inputs .input.disabled:hover,
.input.input-white.disabled:hover,
.white-inputs .input-disabled:hover,
.input.input-white-disabled:hover,
.white-inputs .input:disabled:hover,
.input.input-white:disabled:hover {
  color: #1c1c1c;
  background-color: #ffffff;
  box-shadow: none;
}
.white-inputs .input:-moz-placeholder,
.input.input-white:-moz-placeholder {
  color: #828282;
}
.white-inputs .input:-ms-input-placeholder,
.input.input-white:-ms-input-placeholder {
  color: #828282;
}
.white-inputs .input::-webkit-input-placeholder,
.input.input-white::-webkit-input-placeholder {
  color: #828282;
}
.white-inputs select.input:focus,
.white-inputs select.input:hover,
select.input-white:focus,
select.input-white:hover {
  color: #157fc4 !important;
  background-color: #ffffff !important;
}
.input-block-level,
.input-block {
  width: 100%;
}
.checkbox {
  position: absolute;
  left: -9999px;
}
.checkbox + label {
  cursor: pointer;
  margin-top: 4px;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox + label > span {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: -2px 4px 0 0;
  vertical-align: middle;
  background: #ffffff;
  cursor: pointer;
  border: solid 2px #1c1c1c;
  border-radius: 4px;
  position: relative;
}
.checkbox + label:hover > span {
  border-color: #1c1c1c;
}
.checkbox:checked + label > span {
  border-color: #1c1c1c;
}
.checkbox:checked + label > span:before {
  content: ' ';
  position: absolute;
  border: solid #157fc4;
  border-width: 0 0 2px 2px;
  height: 5px;
  width: 11px;
  left: 2px;
  top: 3px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.checkbox:focus + label > span {
  border-color: #157fc4;
}
.checkbox:focus + label {
  color: #157fc4;
}
.checkbox:checked:disabled + label > span,
.checkbox:checked:disabled + label:hover > span {
  border-color: #1c1c1c;
  background-color: #4f4f4f;
  cursor: default;
}
.checkbox:checked:disabled + label > span:before,
.checkbox:checked:disabled + label:hover > span:before {
  border-color: #1c1c1c;
}
.checkbox:disabled + label > span,
.checkbox:disabled + label > span:hover,
.checkbox:disabled + label:hover > span {
  border-color: #1c1c1c;
  background-color: #363636;
  cursor: default;
}
.checkbox:disabled + label > span:before,
.checkbox:disabled + label > span:hover:before,
.checkbox:disabled + label:hover > span:before {
  border-color: #1c1c1c;
}
.checkbox:disabled + label,
.checkbox:disabled + label:hover {
  color: #1c1c1c;
  cursor: default;
}
.radio {
  position: absolute;
  left: -9999px;
}
.radio + label {
  cursor: pointer;
  margin-top: 4px;
  display: inline-block;
}
.radio + label > span {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: -2px 4px 0 0;
  vertical-align: middle;
  background: #ffffff;
  cursor: pointer;
  border: solid 2px #1c1c1c;
  position: relative;
  border-radius: 10px;
}
.radio + label:hover > span,
.radio + label:focus > span {
  border-color: #1c1c1c;
}
.radio:checked + label > span {
  border-color: #1c1c1c;
}
.radio:checked + label > span:before {
  content: ' ';
  position: absolute;
  height: 10px;
  width: 10px;
  background: #157fc4;
  left: 3px;
  top: 3px;
  border-radius: 5px;
}
.radio:focus + label > span {
  border-color: #157fc4;
}
.radio:focus + label {
  color: #157fc4;
}
.radio:checked:disabled + label > span,
.radio:checked:disabled + label:hover > span {
  border-color: #1c1c1c;
  background-color: #4f4f4f;
  cursor: default;
}
.radio:checked:disabled + label > span:before,
.radio:checked:disabled + label:hover > span:before {
  background: #1c1c1c;
}
.radio:disabled + label > span,
.radio:disabled + label > span:hover,
.radio:disabled + label:hover > span {
  border-color: #1c1c1c;
  background-color: #363636;
  cursor: default;
}
.radio:disabled + label > span:before,
.radio:disabled + label > span:hover:before,
.radio:disabled + label:hover > span:before {
  background: #1c1c1c;
}
.radio:disabled + label,
.radio:disabled + label:hover {
  color: #1c1c1c;
  cursor: default;
}
.bx-auth-reg .alert p {
  margin: 0 !important;
}
.form-control {
  margin: 1em 0;
}
.form-control .input {
  margin: 0;
}
.form-label {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .form-label {
    text-align: right;
  }
}
/* ==========================================================================
	 TABLES */
/* ========================================================================== */
.responsive-table {
  position: relative;
  width: 100%;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 10px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ededed;
}
.table th {
  font-weight: bold;
  background: #f7f7f7;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #ededed;
}
.table .table {
  background-color: #f5f5f5;
}
.table-bordered {
  border: 1px solid #ededed;
  border-collapse: separate;
  border-left: 0;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ededed;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered tbody + tbody tr:first-child td {
  border-top: solid 2px #ededed;
}
.table-striped tbody > tr:nth-child(even) > td,
.table-striped tbody > tr:nth-child(even) > th {
  background-color: rgba(24, 24, 24, 0.1);
}
.primary-box .table-striped tbody > tr:nth-child(even) > td,
.primary-box .table-striped tbody > tr:nth-child(even) > th,
.secondary-box .table-striped tbody > tr:nth-child(even) > td,
.secondary-box .table-striped tbody > tr:nth-child(even) > th {
  background-color: rgba(255, 255, 255, 0.2);
}
.table-hover tr:hover > th,
.table-hover tr:hover > td {
  background-color: #f5f5f5;
}
.table-noborder th,
.table-noborder td {
  border: 0;
  padding: 8px;
}
.table-noborder th p:first-child,
.table-noborder td p:first-child {
  margin-top: 0;
}
.table-noborder th p:last-child,
.table-noborder td p:last-child {
  margin-bottom: 0;
}
.table-noborder th:first-child,
.table-noborder td:first-child {
  padding-left: 0;
}
.table-noborder th:last-child,
.table-noborder td:last-child {
  padding-right: 0;
}
/* ==========================================================================
   TABLE-PROGRAM */
/* ========================================================================== */
.table-program {
  margin-bottom: 0;
}
.table-program small {
  font-size: 100%;
  font-weight: normal;
}
.primary-box .table-program small,
.secondary-box .table-program small {
  opacity: .8;
}
.table-program th {
  background-color: transparent;
}
.table-program th,
.table-program td {
   font-size: 10px
}
/* ==========================================================================
   TABLE-GRAY-HEADER */
/* ========================================================================== */
.table-gray-header th {
  background-color: transparent;
  border-bottom: solid 1px rgba(24, 24, 24, 0.2);
  color: #828282;
  font-weight: normal;
}
.table-gray-header th:first-child,
.table-gray-header td:first-child {
  padding-left: 0;
}
.table-gray-header th:last-child,
.table-gray-header td:last-child {
  padding-right: 0;
}
.table.va-middle td,
.table.va-middle th {
  vertical-align: middle;
}
.table.ta-center td,
.table.ta-center th {
  text-align: center;
}
/* ==========================================================================
   table-schedule */
/* ========================================================================== */
.table-schedule {
  border: 0;
  border-collapse: collapse;
}
.table-schedule col {
  border-left: solid 1px #cecece;
}
.table-schedule col:first-child {
  border-left: 0;
}
.table-schedule col:nth-child(2) {
  border-left: 0;
}
.table-schedule tr {
  border-bottom: solid 1px #cecece;
}
.table-schedule tr td.vertical-separator {
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
}
.table-schedule tr:last-child {
  border-bottom: 0;
}
.table-schedule tr:last-child td {
  border-bottom: 0;
}
.table-schedule tr:last-child td:first-child {
  border-left: 0;
}
.table-schedule td,
.table-schedule th {
  padding: 0;
}
.table-schedule td.vertical-separator,
.table-schedule th.vertical-separator {
  padding: 0;
  border: 0;
  width: 10px;
}
.table-schedule td.horisontal-separator,
.table-schedule th.horisontal-separator {
  border: 0;
  border-left: solid 1px #ffffff;
  padding: 0;
  height: 10px;
}
@media (min-width: 992px) and (max-width: 1279px) {
  .table-schedule td.horisontal-separator,
  .table-schedule th.horisontal-separator {
    height: 15px;
  }
}
@media (min-width: 1280px) {
  .table-schedule td.horisontal-separator,
  .table-schedule th.horisontal-separator {
    height: 20px;
  }
}
.table-schedule thead th {
  background: #45a3ba;
  color: #ffffff;
  font-weight: normal;
  border: solid 1px #45a3ba;
  padding: 10px;
  vertical-align: middle;
}
@media (min-width: 1280px) {
  .table-schedule thead th {
    padding: 15px;
  }
}
.table-schedule thead th .h2 {
  color: #ffffff;
}
.table-schedule thead th.vertical-separator {
  border-bottom: solid 1px #45a3ba;
}
.table-schedule thead th.holiday {
  position: relative;
}
.table-schedule thead th.holiday:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  margin-top: -16px;
  right: 15px;
  width: 32px;
  height: 32px;
  opacity: .7;
  background: url('images/all-icons.png') no-repeat -40px -180px;
}
@media screen and (min-resolution: 192dpi) {
  .table-schedule thead th.holiday:before {
    background-image: url(images/all-icons@2x.png);
    background-size: 200px 300px;
  }
}
.table-schedule thead th.old-day {
  color: rgba(255, 255, 255, 0.7);
}
.table-schedule thead th.old-day .h2 {
  color: rgba(255, 255, 255, 0.7);
}
.table-schedule thead th:first-child {
  border-top-left-radius: 4px;
}
.table-schedule thead th:last-child {
  border-top-right-radius: 4px;
}
.table-schedule td {
  background: #ffffff;
  color: #828282;
  height: 80px;
  width: 15%;
  position: relative;
  border-color: #cecece;
}
.table-schedule td .table td {
  height: 0;
}
.table-schedule td:nth-child(2) {
  border-left: 0;
}
.table-schedule td.one-lection,
.table-schedule td.double-lection {
  cursor: pointer;
}
.table-schedule td.one-lection:hover,
.table-schedule td.double-lection:hover {
  border: solid 1px #157fc4;
  background: #dcecf6;
}
.table-schedule td.current {
  border: solid 1px #157fc4;
  background: #dcecf6;
}
.table-schedule td.old-day {
  color: rgba(130, 130, 130, 0.8);
  cursor: default;
}
.table-schedule td.old-day:hover {
  border-color: #cecece;
  background-color: #ffffff;
}
.table-schedule td.old-day .va-top,
.table-schedule td.old-day .va-bottom,
.table-schedule td.old-day .text-dark {
  color: rgba(130, 130, 130, 0.8) !important;
}
.table-schedule td .table {
  margin-bottom: 0;
  background-color: transparent;
}
.table-schedule td .table.h100p {
  height: 100%;
}
.table-schedule td .table tr {
  border: 0;
}
.table-schedule td .table td {
  border: 0;
  padding: 10px;
  background-color: transparent;
}
@media (min-width: 992px) and (max-width: 1279px) {
  .table-schedule td .table td {
    padding: 10px 15px;
  }
}
@media (min-width: 1280px) {
  .table-schedule td .table td {
    padding: 15px 20px;
  }
}
.table-schedule td.double-lection .table td {
  padding: 0;
}
.table-schedule td.double-lection .table tr:first-child {
  border-bottom: solid 1px #cecece;
}
.table-schedule td.double-lection .table .table td {
  padding: 10px;
}
@media (min-width: 992px) and (max-width: 1279px) {
  .table-schedule td.double-lection .table .table td {
    padding: 10px 15px;
  }
}
@media (min-width: 1280px) {
  .table-schedule td.double-lection .table .table td {
    padding: 15px 20px;
  }
}
.table-schedule td.double-lection .table .table tr:first-child {
  border: 0;
}
.table-schedule tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
}
.table-schedule tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}
.table-schedule .va-top {
  font-size: 16px;
}
.table-schedule .va-top,
a.table-schedule .va-top {
  color: #1c1c1c;
}
.table-schedule .va-bottom {
  font-size: 14px;
}
.table-schedule-session tr td {
  width: auto;
}
.table-schedule-session tr td,
.table-schedule-session tr td.horisontal-separator {
  border: 0;
}
.table-schedule-session tr td.horisontal-separator {
  padding: 0;
}
.table-schedule-session td {
  padding: 15px;
}
@media (min-width: 992px) and (max-width: 1279px) {
  .table-schedule-session td {
    padding: 20px;
  }
}
@media (min-width: 1280px) {
  .table-schedule-session td {
    padding: 30px;
  }
}
.table-schedule-session td.td-time {
  text-align: center;
  vertical-align: middle;
  font-size: 36px;
  line-height: 45px;
  color: #1c1c1c;
  border-right: solid 1px #cecece;
  padding: 20px 30px 20px 20px;
}
@media (min-width: 992px) and (max-width: 1279px) {
  .table-schedule-session td.td-time {
    padding: 30px 40px 30px 30px;
  }
}
@media (min-width: 1280px) {
  .table-schedule-session td.td-time {
    padding: 40px 60px 40px 50px;
  }
}
.table-schedule-session td.td-time small {
  font-size: 14px;
  color: #828282;
  display: block;
}
.table-schedule-session tr:first-child td:first-child {
  border-top-left-radius: 4px;
  border-top: 0;
}
.table-schedule-session tr:first-child td:last-child {
  border-top-right-radius: 4px;
  border-top: 0;
}
.table-schedule-session tr:first-child tr.vertical-separator {
  border-bottom: solid 1px #ffffff;
}
.table-schedule-session tr:last-child td.vertical-separator {
  border-top: solid 1px #ffffff;
}
.table-schedule-session td.vertical-separator {
  width: 10px;
}
@media (min-width: 992px) and (max-width: 1279px) {
  .table-schedule-session td.vertical-separator {
    width: 15px;
  }
}
@media (min-width: 1280px) {
  .table-schedule-session td.vertical-separator {
    width: 20px;
  }
}
.table-schedule-session .teacher-foto {
  overflow: hidden;
  width: 32px;
  height: 32px;
  margin-top: 4px;
  float: left;
  margin-right: 15px;
  border-radius: 18px;
}
.td-time {
  width: 20px !important;
}
th.td-time {
  padding-left: 0;
  padding-right: 0;
}
td.td-time {
  padding: 10px 0;
  color: #1c1c1c;
}
@media (min-width: 992px) and (max-width: 1279px) {
  td.td-time {
    padding: 10px 0;
  }
}
@media (min-width: 1280px) {
  td.td-time {
    padding: 15px 0;
  }
}
.schedule-badge {
  position: absolute;
  top: 0;
  right: -1px;
  width: 0;
  height: 0;
  border-top: 50px solid rgba(21, 127, 196, 0.15);
  border-left: 50px solid transparent;
}
.schedule-badge span {
  position: absolute;
  top: -45px;
  right: 10px;
}
/* ==========================================================================
   HTML-MAIN STYLES */
/* ========================================================================== */
html {
  height: 100%;
}
* html body {
  height: 100%;
}
body {
  height: 100%;
  min-height: 100%;
  position: relative;
}
/* ==========================================================================
	BASE SITE STYLES */
/* ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #1c1c1c;
}
body {
  font-size: 16px;
  line-height: 20px;
  /*font-family: 'Roboto', sans-serif;*/
  font-family: "Proxima Nova", Arial, sans-serif;
	/*font-family: times new roman;*/
  color: #1c1c1c;
background-color: #f9f9f9;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  background: rgba(0, 0, 0, 0.2);
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
.bxedtaskbarset img {
  max-width: none;
}
.bx-yandex-view-map img {
  max-width: inherit;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
  line-height: 20px;
}
a,
.pseudolink {
  color: #555555;
  text-decoration: none;
  border-bottom: 1px dashed #555555;
}
a.news-item__image-wrap, a.news-item__title, a.announcement-card {
border-bottom: 0;
}
a:hover,
.pseudolink:hover,
a.active,
.pseudolink.active {
  border-bottom: none;
}
*[data-target-self],
*[data-target-blank],
.pseudolink {
  cursor: pointer;
}
h1,
.h1 {
  margin-top: 0;
  //font: normal 18px/40px "PT Serif Caption", PTSerifCaption, "Times New Roman", Times, serif;
	font: normal 18px/40px "Proxima Nova", Arial, sans-serif;
}
@media (min-width: 768px) and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  h1,
  .h1 {
    font-size: 24px;
  }
}
@media (min-width: 1280px) {
  h1,
  .h1 {
    font-size: 36px;
  }
}


h2,
.h2 {
  //font: normal 16px/25px "PT Sans", PTsans, Arial, sans-serif;
  font: bold 16px/25px "Proxima Nova", Arial, sans-serif;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font: bold 22px/30px "Proxima Nova", Arial, sans-serif;
    text-transform: none;
  }
}
h3,
.h3 {
  font: bold 16px/30px "Proxima Nova", Arial, sans-serif;
  text-transform: uppercase;
}
:-moz-placeholder {
  color: #ffffff;
}
:-ms-input-placeholder {
  color: #ffffff;
}
::-webkit-input-placeholder {
  color: #ffffff;
}
/* Breadcrumb
-----------------------------------------------------------------------------*/
.breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  color: #828282;
  margin-bottom: 20px;
  margin-top: 10px;
}
@media (min-width: 767px) {
  .breadcrumb ul {
    margin-top: 0;
  }
}
.breadcrumb ul li {
  display: inline-block;
  margin: 0 15px 0 0;
}
.breadcrumb ul li a {
  color: #828282;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: #000000;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
/* ==========================================================================
   TOPNAVI */
/* ========================================================================== */
.container-top-navigation {
  /* position: relative; */
  /*background: #ffffff;*/
  display: flex;
  flex-direction: column;
  justify-content: space-between;
	color: #015a30;
}
.container-top-navigation > .content {
  position: static;
 // margin-top: 2.6rem;
	//margin-top: 2rem;
}
.container-top-navigation > .content > .col {
  position: static;
  margin-top: 2rem;
}
@media (min-width: 768px)and (max-width: 991px) {
.container-top-navigation > .content > .col {
  margin-top: 0rem;
	}
}
.top-nav-block ul,
.top-nav-block li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-nav-block {
 /* float: left;
  display: inline-block;
  width: 90%;*/
	padding-bottom: 0.5rem;
}
.top-nav-block ul {
  display: flex;
  flex-wrap: wrap-reverse;
	justify-content: center;
}
.top-nav-block li {
  /*float: left;*/

  -webkit-transition-delay: .4s;
  transition-delay: .4s;

  background: transparent linear-gradient(90deg,#015A30 calc(100% - 3.2rem),#fff 3.2rem) no-repeat 0 100%;
  background-size: 0 2px;
  transition: background-size .25s ease;
}
.top-nav-block li.parent:hover {
  background-size: 200% 2px;
}

.top-nav-block li a {
/*color: #474747;
font-family: Roboto;
font-size: 13px;
font-weight: 700;
line-height: 20px;
text-transform: uppercase;
letter-spacing: 0.8px;
*/
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: none;
  display: block;
  padding: 10px;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}

@media (min-width: 768px) and (max-width: 991px) {
	.top-nav-block li a {
    padding: 3px 8px;
	text-decoration: none !important;
}
}

@media (min-width: 992px) {
  .top-nav-block li a {
    /*font-size: 13px;*/
    padding: 10px 15px;
  }
	a.topic {
	padding-left: 3px !important;
	text-transform: none !important;
	text-decoration: none !important;
	}
}
@media (min-width: 1280px) {
  .top-nav-block li a {
    /*font-size: 13px;*/
    //padding: 15px 25px;
	padding: 5px 25px;
  }
	a.topic {
	padding-left: 3px !important;
	text-transform: none !important;
	text-decoration: none !important;
	}
}
.top-nav-block li a:hover {
/*  color: #ffffff;
  background: #45a3ba; */
}
.top-nav-block li.parent > a {
/*  padding-right: 30px;*/
  position: relative;
	//color: inherit;
}
.top-nav-block li.parent > a:after {
/*  position: absolute;
  content: "";
  top: 50%;
  right: 5px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background-image: url('/include/menu.svg');
background-repeat: no-repeat;
background-position: center;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;*/
}
@media (min-width: 992px) {
  .top-nav-block li.parent > a {
    /*padding-right: 40px;*/
    //color: #EFCE98;
	//color: inherit;
  }
  .top-nav-block li.parent > a:after {
    /*right: 15px;*/
  }
}
@media (min-width: 1280px) {
  .top-nav-block li.parent > a {
    /*padding-right: 50px;*/
    //color: #EFCE98;
	//color: inherit;
  }
  .top-nav-block li.parent > a:after {
    /*right: 20px;*/
  }
}
.top-nav-block li.parent > a:hover:after {
background-position: center;
  background-image: url('/include/map2.svg');
}
.top-nav-block li:hover > a,
.top-nav-block li:focus > a,
.top-nav-block li.parent:hover,
.top-nav-block li > a:hover,
.top-nav-block li > a:focus,
.top-nav-block li.parent.active > a,
.top-nav-block li.parent.current > a,
.top-nav-block li.current a {
  /*color: #ffffff;
  background: #5C9EC3;*/
}
.top-nav-block li:hover > a:after,
.top-nav-block li:focus > a:after,
.top-nav-block li.parent:hover:after,
.top-nav-block li > a:hover:after,
.top-nav-block li > a:focus:after,
.top-nav-block li.current a:after {
  background-position: 0 0;
}
.top-nav-block li:hover .second-level,
.top-nav-block li:focus .second-level,
.top-nav-block li.active .second-level {
  height: auto;
  overflow: visible;
  opacity: 0.95;
}
.top-nav-block .parent .parent a:after {
  content: none;
}
.second-level {
  height: 0;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  //top: 100%;
//top: 167px;
  left: 0;
  right: 0;
  z-index: 200;
  background: #FFFFFF;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}
.second-level .content {
  margin: 0 auto !important;
}
.second-level ul {
  padding: 30px 20px;
}
.container-top-header .second-level li {
  /*width: unset !important;*/
}
.container-top-header .second-level li a{
  color: #555555 !important;
}
.second-level li {
  width: 25%;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.second-level li a {
  display: inline-block;
  padding: 5px 0;
  /*font-family: Roboto;
  color: #000;*/
  text-transform: none;
  /*font-size: 16px;*/
}
.second-level li a:hover {
  text-decoration: underline;
  /*background: transparent;*/
  /*opacity: .75;*/
  color: #015A30;
}
.third-level {
  display: none;
}
.top-nav-block.hovered li,
.top-nav-block.hovered li a,
.top-nav-block.hovered li.parent > a:after,
.top-nav-block.hovered .second-level {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.cn-modal {
  margin: 0 auto;
  background: #ffffff;
  position: relative;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0,0,0,.4);
}
.cn-modal .content {
  color: #1c1c1c;
}
.cn-modal-close,
.cn-modal-close.mfp-close {
  color: #1c1c1c;
  cursor: pointer;
  margin: 0;
  line-height: 50px;
  padding: 0;
  width: 50px;
  height: 50px;
  display: inline-block;
  font-size: 40px;
}
.cn-modal-header {
  font-size: 28px;
  padding: 15px 40px 15px 20px;
  box-shadow: 0 1px 4px rgba(0,0,0,.1);
  background: #ffffff;
  border-radius: 5px 5px 0 0;
}
.cn-modal-content {
  padding: 20px;
}
.cn-modal-footer {
  padding: 20px;
}
.cn-modal-error {
  margin: -20px -20px 0;
  padding: 10px 20px;
  background: #a42338;
  color: #157fc4;
}
.cn-modal-error p {
  margin: 0;
  font-weight: bold;
}
.cn-modal-error font.errortext,
.cn-modal-error font.notetext {
  color: inherit !important;
}
.cn-modal-error.noerror {
  background: #409990;
}
.cn-modal-errors {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.container-top-header  .top-nav-block ul {
  flex-direction: column;
}
.container-top-header .second-level {
  left: unset;
  right: unset;
  border: 1px solid gray;
}
.container-top-header .second-level li {
  width: 100%;
}
.container-top-header .second-level ul {
  padding: 10px 20px;
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  margin: 0 15px 0 0;
  border: solid 1px #fff;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 10px;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: #fff;
}
.hamburger {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  padding: 12px;
  top: 30px;
  right: 0;
  z-index: 500;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .hamburger {
    display: block;
  }
}
.icon-hamburger {
  position: relative;
  margin-top: 11px;
  margin-bottom: 7px;
}
.icon-hamburger,
.icon-hamburger:before,
.icon-hamburger:after {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  //background-color: #015a30;
  -webkit-transition: all ease .4s;
  transition: all ease .4s;
}
.icon-hamburger:before,
.icon-hamburger:after {
  position: absolute;
  content: "";
}
.icon-hamburger:before {
  top: -6px;
}
.icon-hamburger:after {
  top: 6px;
}
.hamburger.active .icon-hamburger {
  background-color: transparent;
}
.hamburger.active .icon-hamburger:before,
.hamburger.active .icon-hamburger:after {
  background-color: #ffffff;
}
.hamburger.active .icon-hamburger:before {
  -moz-transform: translateY(6px) rotate(45deg);
  -ms-transform: translateY(6px) rotate(45deg);
  -webkit-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}
.hamburger.active .icon-hamburger:after {
  -moz-transform: translateY(-6px) rotate(-45deg);
  -ms-transform: translateY(-6px) rotate(-45deg);
  -webkit-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
}
.mobile-nav-wrapper {
  top: 80px;
  bottom: 0;
  left: 0;
  z-index: 250;
  position: fixed;
  display: none;
  width: 100%;
  background: #015A30;
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.mobile-nav-wrapper.active {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.mobile-nav-inner {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
}
.mobile-nav .ios-fix {
  height: 110%;
  -moz-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  -webkit-transform: translateY(-5%);
  transform: translateY(-5%);
  padding-top: 10%;
  padding-bottom: 10%;
}
.mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-nav ul a {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  display: block;
  padding: 15px 20px;
}
.mobile-nav ul a:active,
.mobile-nav ul a:hover {
  text-decoration: none;
}
.mobile-nav ul .col {
  padding: 0;
}
.mobile-nav ul li a {
  text-transform: uppercase;
}
.mobile-nav ul li.parent a:after,
.mobile-nav ul li.parent li.parent a:after {
  position: absolute;
  content: "";
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('images/all-icons.png') no-repeat -80px -60px;
}
@media screen and (min-resolution: 192dpi) {
  .mobile-nav ul li.parent a:after,
  .mobile-nav ul li.parent li.parent a:after {
    background-image: url(images/all-icons@2x.png);
    background-size: 200px 300px;
  }
}
.mobile-nav ul li.parent li a:after,
.mobile-nav ul li.parent li.parent li a:after {
  content: none;
}
.mobile-nav ul li.parent li.parent a:after {
  margin: 2px 0 0 2px;
}
.mobile-nav ul li.parent li.parent.active a:after {
  background-position: -80px -80px;
}
.mobile-nav ul li li a {
  text-transform: none;
  background: transparent;
}
.mobile-nav ul li.active {
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition: none;
  transition: none;
}
.mobile-nav ul li.active > a {
  background: rgba(24, 24, 24, 0.3);
}
.mobile-nav ul li.active > a + .second-level,
.mobile-nav ul li.active > a + .third-level {
  display: block;
  height: auto;
  opacity: 1;
}
.mobile-nav ul li.active > a:after {
  background-position: -80px -80px;
}
.mobile-nav ul .second-level,
.mobile-nav ul .third-level {
  position: static;
  background: rgba(24, 24, 24, 0.1);
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition: none;
  transition: none;
}
.mobile-nav ul .second-level li,
.mobile-nav ul .third-level li {
  width: 100%;
  padding-right: 0;
}
.mobile-nav ul .third-level li a {
  padding-left: 40px;
}
.mobile-nav > ul {
  background: rgba(24, 24, 24, 0.3);
  margin: 10px 20px 20px;
  border-radius: 3px;
}
.mobile-nav > ul > li:first-child a {
  border-radius: 3px 3px 0 0;
}
.mobile-nav > ul > li:last-child a {
  border-radius: 0 0 3px 3px;
}
.no-scroll {
  word-wrap: break-word;
}
/* perfect-scrollbar v0.6.3 */
.ps-container {
  -ms-touch-action: none;
  overflow: hidden !important;
}
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
}
.ps-container.ps-in-scrolling {
  pointer-events: none;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: rgba(24, 24, 24, 0.1);
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: rgba(24, 24, 24, 0.3);
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: rgba(24, 24, 24, 0.1);
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: rgba(24, 24, 24, 0.3);
}
.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px;
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: rgba(24, 24, 24, 0.3);
  border-radius: 4px;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px;
}
.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 3px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 4px;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: rgba(24, 24, 24, 0.3);
  border-radius: 4px;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  width: 4px;
}
.ps-container:hover.ps-in-scrolling {
  pointer-events: none;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: rgba(24, 24, 24, 0.1);
  opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: rgba(24, 24, 24, 0.3);
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: rgba(24, 24, 24, 0.1);
  opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: rgba(24, 24, 24, 0.3);
}
.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: rgba(24, 24, 24, 0.1);
  opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: rgba(24, 24, 24, 0.3);
}
.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: rgba(24, 24, 24, 0.1);
  opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: rgba(24, 24, 24, 0.3);
}
/* ==========================================================================
   Селекты */
/* ========================================================================== */
select.styler {
  opacity: 0;
}
.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
  max-width: 100%;
  opacity: 0;
  -webkit-transition: opacity ease .1s;
  transition: opacity ease .1s;
}
.jq-selectbox.opacity-one {
  opacity: 1;
}
.jq-selectbox.disabled .jq-selectbox__select {
  background: #dcecf6;
  color: #181818;
  opacity: .7;
  cursor: default;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  opacity: 1;
  filter: alpha(opacity=100);
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.jq-selectbox ul {
  margin: 0;
  padding: 0;
}
.jq-selectbox li {
  min-height: 20px;
  padding: 5px 20px;
  color: #ffffff;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.jq-selectbox li.selected,
.jq-selectbox li:hover {
  color: #ffffff;
}
.jq-selectbox li.disabled {
  color: #dcecf6;
  cursor: default;
}
.jq-selectbox li.disabled:hover {
  background: none;
}
.jq-selectbox li.optgroup {
  font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
  background: none;
  color: #ffffff;
  cursor: default;
}
.jq-selectbox li.option {
  padding-left: 25px;
}
.jq-selectbox__select {
  height: 40px;
  padding: 0 40px 0 15px;
  border-radius: 2px;
  background: #dcecf6;
  color: #181818;
  font: 16px / 40px "PT Sans", PTsans, Arial, sans-serif;
}
.jq-selectbox__select:hover,
.jq-selectbox__select:active,
.focused .jq-selectbox__select,
.dropdown .jq-selectbox__select {
  background: #157fc4;
  color: #ffffff;
}
.jq-selectbox__select-text {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
}
.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  margin-top: -4px;
  margin-left: -2px;
  border: solid 2px #1c1c1c;
  border-top: 0;
  border-right: 0;
  border-radius: 0 0 0 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.focused .jq-selectbox__trigger-arrow,
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-selectbox:active .jq-selectbox__trigger-arrow,
.dropdown .jq-selectbox__trigger-arrow {
  border-color: #ffffff;
}
.opened .jq-selectbox__trigger-arrow {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  border-color: #1c1c1c;
}
.jq-selectbox__dropdown {
  top: 40px;
  width: 100%;
  margin: 0;
  padding: 0 17px 15px 0;
  margin-top: -2px;
  font: 16px / 20px "PT Sans", PTsans, Arial, sans-serif;
  background: #157fc4;
  border-radius: 3px;
  min-width: 180px;
}
.jq-selectbox__search {
  margin: 0;
  padding: 15px 3px 10px 20px;
}
.jq-selectbox__search input {
  width: 100%;
  margin: 0;
  padding: 0 15px;
  height: 40px;
  display: block;
  outline: none;
  border: solid 1px #ffffff;
  border-radius: 2px;
  color: #ffffff;
  background: #157fc4;
  -webkit-appearance: textfield;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}
.jq-selectbox__not-found {
  margin: 0;
  padding: 5px 0 0 20px;
  color: #ffffff;
  font-size: 14px;
}
.white-inputs .jq-selectbox li,
.jq-selectbox.input-white li {
  color: #1c1c1c;
}
.white-inputs .jq-selectbox li.selected,
.jq-selectbox.input-white li.selected,
.white-inputs .jq-selectbox li:hover,
.jq-selectbox.input-white li:hover {
  color: #157fc4;
}
.white-inputs .jq-selectbox .jq-selectbox__select,
.jq-selectbox.input-white .jq-selectbox__select {
  background: #ffffff;
  color: #181818;
  font: 16px / 40px "PT Sans", PTsans, Arial, sans-serif;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.white-inputs .jq-selectbox .jq-selectbox__select:hover,
.jq-selectbox.input-white .jq-selectbox__select:hover,
.white-inputs .jq-selectbox .jq-selectbox__select:active,
.jq-selectbox.input-white .jq-selectbox__select:active {
  background: #ffffff;
  color: #157fc4;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2) ;
}
.white-inputs .jq-selectbox .jq-selectbox__dropdown,
.jq-selectbox.input-white .jq-selectbox__dropdown {
  background: #ffffff;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2) ;
}
.white-inputs .jq-selectbox .jq-selectbox__search input,
.jq-selectbox.input-white .jq-selectbox__search input {
  background-color: #ffffff;
  color: #157fc4;
  border-color: #157fc4;
}
.white-inputs .jq-selectbox .jq-selectbox__search input:-moz-placeholder,
.jq-selectbox.input-white .jq-selectbox__search input:-moz-placeholder {
  color: #828282;
}
.white-inputs .jq-selectbox .jq-selectbox__search input:-ms-input-placeholder,
.jq-selectbox.input-white .jq-selectbox__search input:-ms-input-placeholder {
  color: #828282;
}
.white-inputs .jq-selectbox .jq-selectbox__search input::-webkit-input-placeholder,
.jq-selectbox.input-white .jq-selectbox__search input::-webkit-input-placeholder {
  color: #828282;
}
.white-inputs .jq-selectbox .jq-selectbox__not-found,
.jq-selectbox.input-white .jq-selectbox__not-found {
  color: #1c1c1c;
}
.white-inputs .jq-selectbox.focused .jq-selectbox__trigger-arrow,
.jq-selectbox.input-white.focused .jq-selectbox__trigger-arrow,
.white-inputs .jq-selectbox.dropdown .jq-selectbox__trigger-arrow,
.jq-selectbox.input-white.dropdown .jq-selectbox__trigger-arrow {
  border-color: #157fc4;
}
.white-inputs .jq-selectbox.focused .jq-selectbox__select,
.jq-selectbox.input-white.focused .jq-selectbox__select,
.white-inputs .jq-selectbox.dropdown .jq-selectbox__select,
.jq-selectbox.input-white.dropdown .jq-selectbox__select {
  background: #ffffff;
  color: #157fc4;
}
.white-inputs .jq-selectbox.disabled:hover .jq-selectbox__select,
.jq-selectbox.disabled.input-white:hover .jq-selectbox__select {
  color: #1c1c1c;
}
.jq-selectbox.input-white:active .jq-selectbox__trigger-arrow,
.jq-selectbox.input-white:hover .jq-selectbox__trigger-arrow,
.white-inputs .jq-selectbox:active .jq-selectbox__trigger-arrow,
.white-inputs .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-color: #157fc4;
}
.jq-selectbox.disabled.input-white:active .jq-selectbox__trigger-arrow,
.jq-selectbox.disabled.input-white:hover .jq-selectbox__trigger-arrow,
.white-inputs .jq-selectbox.disabled:active .jq-selectbox__trigger-arrow,
.white-inputs .jq-selectbox.disabled:hover .jq-selectbox__trigger-arrow {
  border-color: #1c1c1c;
}
/* ==========================================================================
   COMMON STYLES */
/* ========================================================================== */
.container-white,
.white-box {
  background: #ffffff;
  color: #828282;
box-shadow: 0 12px 21px rgba(0, 0, 0, 0.06);
}
.container-white h1,
.white-box h1,
.container-white .h1,
.white-box .h1,
.container-white h2,
.white-box h2,
.container-white .h2,
.white-box .h2,
.container-white h3,
.white-box h3,
.container-white .h3,
.white-box .h3 {
  color: #1c1c1c;
}
.container-m50 {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .container-m50 {
    margin: 50px 0;
  }
}
.container-mb50 {
  margin-bottom: 50px;
}
.container-mb70 {
  margin-bottom: 30px;
}
@media (min-width: 1280px) {
  .container-mb70 {
    margin-bottom: 70px;
  }
}
.white-box {
  border-radius: 4px;
}
.primary-border-box {
	position: relative;
	overflow: hidden;
}

.special-aaVersion-on .primary-border-box::before{
  display: none;
}

.padding-box {
  padding: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-box {
    padding: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .padding-box {
    padding: 20px;
  }
}
@media (min-width: 1280px) {
  .padding-box {
    padding: 30px;
  }
}
.padding-box > p:first-child {
  margin-top: 0;
}
.padding-box > p:last-child {
  margin-bottom: 0;
}
.negative-padding-box {
  margin: 0 -20px -20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .negative-padding-box {
    margin: 0 -10px -10px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .negative-padding-box {
    margin: 0 -20px -20px;
  }
}
@media (min-width: 1280px) {
  .negative-padding-box {
    margin: 0 -30px -30px;
  }
}
@media (max-width: 768px) {
  .big-padding-box {
    padding: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .big-padding-box {
    padding: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .big-padding-box {
    padding: 30px;
  }
}
@media (min-width: 1280px) {
  .big-padding-box {
    padding: 55px;
  }
}
.big-padding-box li {
  line-height: 30px;
}
.primary-box,
.secondary-box,
.additional-box {
  color: #ffffff;
  border-radius: 4px;
  padding: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .primary-box,
  .secondary-box,
  .additional-box {
    padding: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .primary-box,
  .secondary-box,
  .additional-box {
    padding: 30px;
  }
}
@media (min-width: 1280px) {
  .primary-box,
  .secondary-box,
  .additional-box {
    padding: 40px;
  }
}
.primary-box a,
.secondary-box a,
.additional-box a {
  color: #ffffff;
}
.primary-box h1,
.secondary-box h1,
.primary-box .h1,
.secondary-box .h1,
.primary-box h2,
.secondary-box h2,
.primary-box .h2,
.secondary-box .h2,
.primary-box h3,
.secondary-box h3,
.primary-box .h3,
.secondary-box .h3 {
  color: #ffffff;
}
.primary-box a.btn-cta,
.secondary-box a.btn-cta {
  color: #157fc4;
}
.primary-box {
  background: #157fc4;
}
.secondary-box {
  background: #45a3ba;
}
.container-big-primary .secondary-box {
  background-color: rgba(69, 163, 186, 0.5);
}
.additional-box {
  background: #dcecf6;
}
.white-hero {
  padding: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .white-hero {
    padding: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .white-hero {
    padding: 30px;
  }
}
@media (min-width: 1280px) {
  .white-hero {
    padding: 60px 40px;
  }
}
@media (min-width: 992px) {
  .white-hero .hero-image {
    float: right;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
	.white-hero .hero-image2 {
    float: left;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .white-hero h1,
  .white-hero .h1 {
    float: left;
    width: 100%;
color: #474747;
font-family: "PT Serif";
font-size: 36px;
font-weight: 700;
line-height: 54px;
letter-spacing: 1.8px;
  }
h2.hero-title2 {
    float: right;
        width: 100%;
    color: #474747;
    font-family: "PT Serif";
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 1.8px;
  }
}

  .white-hero p {
color: #474747;
font-family: Roboto;
font-size: 16px;
font-weight: 300;
line-height: 26px;
  }

@media (max-width: 768px) {
  .big-image-col {
    margin-left: -5px;
    margin-right: -5px;
    position: static;
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
  .padding-box .big-image-col {
    margin-left: -20px;
    margin-right: -20px;
  }
  .big-image-col img {
    width: 100%;
  }
}
.container-big-primary {
  background: #157fc4;
  color: #ffffff;
}
.container-dark-transparent {
  background: rgba(24, 24, 24, 0.3);
  font-size: 16px;
  padding: 10px 0;
}
/* ==========================================================================
   HEADER */
/* ========================================================================== */
.container-top-header {
background-color: #015A30;
/*background-image: linear-gradient(to left, rgba(38, 206, 144, 0.5) 0%, rgba(155, 117, 241, 0.5) 100%);
  color: #ffffff;*/
/*font-family: 'Roboto', sans-serif;*/
font-family: "Proxima Nova", Arial, sans-serif;
/*font-family: times new roman;*/
font-size: 14px;
font-weight: 400;
line-height: 20px;
}
.container-top-header a,
.container-top-header .open-menu {
  display: inline-block;
  padding: 15px 5px;
  color: #ffffff;
  text-decoration: none;
  border-bottom: none;
}
@media (min-width: 768px) {
  .container-top-header a,
  .container-top-header .open-menu {
    padding: 15px;
  }
}
.container-top-header a:hover,
.container-top-header .open-menu:hover {
  text-decoration: underline;
}
.container-top-header .open-menu {
  float: right;
  width: 50px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .container-top-header a:first-child {
    padding-left: 10px;
    margin-left: 5px;
  }
}
/*.logo-block {
  text-align: center;
}*/

.logo {
	margin: auto 0;
}
.logo .logo-blocks{
	display: flex;
	color: #01582f;
	height: 90px;
	font-size: 14px;
	line-height: 1;
	vertical-align: middle;
}
.logo-blocks img {
	margin-top: 0px;
}
.logo-blocks_txt{
	margin: auto; 
	margin-left: 10px; 
	text-shadow: #999 1px 0 1px;
}
.logo-block a {
  text-decoration: none;
  border: none;
  color: #1c1c1c;
}
.logo-block a.logo {
  padding-right: 20px;
  border-bottom: none;
}
a.logo {
  border-bottom: none;
  max-width: 250px;
  min-width: 250px;
}
@media (max-width: 767px) {
  .logo-block a.logo {
    width: 50px;
  }
}
.logo-block a .h1 {
  line-height: 30px;
}
.logo-block a small {
  font-size: 16px;
  color: #828282;
  line-height: 20px;
  font-family: "PT Sans", PTsans, Arial, sans-serif;
}
.header-info-block {
  line-height: 30px;
  color: #1c1c1c;
}
@media (max-width: 768px) {
  .header-info-block {
    margin: 10px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-info-block {
    margin: 20px 0;
    width: 50%;
    float: left;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .header-info-block {
    margin: 30px 0;
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  .header-info-block {

  }
}
@media (min-width: 992px) {
  .header-info-block {
    width: 40%;
    float: left;
  }
  .header-info-block:first-child {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .header-info-block .icon {
    margin-left: 20px;
    margin-right: 20px;
  }
}
/* ==========================================================================
	   SEARCH */
/* ========================================================================== */
.search-button {
  float: right;
  font: normal 16px/30px "PT Sans", PTsans, Arial, sans-serif;
  color: #157fc4;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (min-width: 992px) {
  .search-button {
    font-size: 18px;
    padding: 10px 15px;
  }
  .search-button .icon {
    margin-top: 2px;
  }
}
@media (min-width: 1280px) {
  .search-button {
    font-size: 20px;
    padding: 10px 20px;
  }
  .search-button .icon {
    margin-top: 3px;
  }
}
.search-button:hover {
/*  background: #015A30;*/
  color: #ffffff;
}
.search-button:hover .icon-search {
  background-position: 0 -40px;
}
.container-search {
  overflow: hidden;
  /*background: linear-gradient(to right, #9B75F1 7%, #5C9EC3 50%, #26CE90 85%);*/
  background-color: #015A30;

  color: #ffffff;
  position: absolute;
  width: 0;
  top: 0;
  height: 50px;
  left: 100%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.container-search.opened {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  z-index: 10;
}
.container-search .content {
  margin: 0 auto !important;
}
.search-form-block {
  height: 50px;
  overflow: hidden;
}
.search-form-block .icon-search-white {
  opacity: .5;
  float: left;
  margin: 15px 20px 15px 0;
}
.search-input {
  background: #ffffff;
  color: #555555;
  font-size: 20px;
  height: 30px;
  margin: 10px 0;
  border: 0;
  padding: 0 2%;
  outline: none;
  display: block;
  width: 96%;
}
.search-input::-ms-clear {
  display: none;
}
.search-close-button {
  float: right;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.search-close-button .icon {
  margin: 15px;
}
.search-close-button:hover .icon {
  opacity: 1;
}
.search-suggestions {
  display: none;
  padding: 40px 20px;
  font-size: 20px;
}
.search-suggestions mark {
  background: #157fc4;
  color: #ffffff;
}
.search-suggestions .search-result-item {
  padding: 10px;
  display: block;
  color: #ffffff;
  border-bottom: none;
  text-decoration: none;
}
.search-suggestions .search-result-item:hover {
  padding: 9px;
  border: 1px solid #ffffff;
  border-radius: 3px;
}
.search-suggestions .search-count {
  opacity: .5;
  padding-left: 10px;
}
.search-suggestions .btn {
  margin-left: 10px;
}
/* ==========================================================================
   SLIDER */
/* ========================================================================== */
.big-slider {
  
}
.slider-item {
  background-position: 50% 50%;
  background-size: cover;
}
@media (max-width: 767px) {
  .slider-item .col {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .slider-item-text {
text-align: center;
    color: #ffffff;
    padding: 40px 40px 40px;
    border-radius: 4px 4px 0 0;
  }
}
.slider-item .h1 {
  color: #474747;
font-family: "PT Serif";
font-size: 72px;
font-weight: 700;
line-height: 90px;
letter-spacing: 3.6px;
margin-top: 10px;
}

.slider-item .h2 {
color: #54abb6;
font-family: "PT Serif";
font-size: 24px;
font-weight: 400;
line-height: 30px;
letter-spacing: 1.2px;
margin-top: 100px;
}

.slider-item-description {
color: #474747;
font-family: Roboto;
font-size: 20px;
font-weight: 300;
line-height: 30px;
margin-top: 40px;
}


@media (max-width: 767px) {
  .slider-item-text {
    background: rgba(0, 0, 0, 0.4);
    min-height: 270px;
    padding: 15px;
  }
  .slider-item-text .h1 {
	margin-top: 20px;
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    text-shadow: 0px 0px 10px #0000007d;
  }

  .slider-item-text .h2 {
    display: none;
  }

  .slider-item-description {
    color: #ffffff;
    text-shadow: 0px 0px 10px #0000007d;
  }

}

@media (min-width: 768px) {
  .slider-item-description {
    min-height: 60px;
  }
}
@media (min-width: 992px) {
  .slider-item-description {
    min-height: 100px;
  }
}
@media (min-width: 1280px) {
  .slider-item-description {
    min-height: 120px;
  }
}
.big-slider-nav {
  margin-top: 40px;
margin-bottom: 385px;
}
.owl-next,
.owl-prev {
  text-indent: -9999px;
  width: 22px;
  height: 34px;
  display: inline-block !important;
  background: url('/include/left2.svg') no-repeat;
  cursor: pointer;
    float: left;
}

.owl-prev:hover {
  background: url('/include/left.svg') no-repeat;
}
.owl-next {
  float: right;
  background: url('/include/right2.svg') no-repeat;
}
.owl-next:hover {
  background: url('/include/right.svg') no-repeat;
}
.owl-dots {
  position: absolute;
  top: 15px;
  left: 15px;
}
/* ==========================================================================
   NEWS-LIST */
/* ========================================================================== */
@media (min-width: 768px) {
  .news-list .news-item-image {
    float: left;
    margin-right: 40px;
    max-width: 40%;
  }
  .news-list .news-item-image + .news-item-text {
    overflow: hidden;
  }
  .news-list .news-item-image + .news-item-text .news-item-header {
    margin-top: 0;
  }
}
.news-detail .news-item-text {
  font-size: 16px;
  line-height: 25px;
}

.news-item-text {
color: #474747;
font-family: Roboto;
font-size: 16px;
line-height: 26px;
}

.news-item {
  margin: 20px 0;
  font-size: 14px;
  padding-bottom: 20px;
  border-bottom: solid 1px rgba(130, 130, 130, 0.3);
}
.news-item:before,
.news-item:after {
  content: " ";
  display: table;
}
.news-item:after {
  clear: both;
}
.news-item:first-child {
  margin-top: 0;
}
.news-item:last-child {
  margin-bottom: 0;
  /*border-bottom: 0;*/
  padding-bottom: 0;
}
.news-item-header {
  text-transform: none;
  font: normal 16px/25px "PT Sans", PTsans, Arial, sans-serif;
}
.news-item-header a {
  color: #015A30;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: underline;
  border-bottom: none;
}
.news-item-date {
color: #9d9d9d;
font-family: Roboto;
font-size: 14px;
margin-bottom: 10px;
padding-left: 20px;
background-image: url(/include/date.svg);
background-repeat: no-repeat;
background-position: 0px 3px;
}
.news-item-main {
color: #474747;
font-family: Roboto;
font-size: 16px;
}
.news-item-main .news-item-header {
  font: normal 22px/30px "PT Sans", PTsans, Arial, sans-serif;
}
.news-item-main .news-item-date {
  margin-bottom: 20px;
}
/* ==========================================================================
   SIDEBAR */
/* ========================================================================== */
.sidebar-nav {
  margin: 20px;
}
.sidebar-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-nav ul ul {
  display: none;
  padding: 15px 0;
}
.sidebar-nav li {
  margin-left: -20px;
  margin-right: -20px;
}
.sidebar-nav li a {
  display: block;
  border-bottom: none;
  padding: 5px 10px 5px 20px;
  border-left: solid 4px transparent;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.sidebar-nav li a:hover,
.sidebar-nav li a:active {
  text-decoration: underline;
}
.sidebar-nav li.current > a,
.sidebar-nav li.active > a {
  text-decoration: none;
  color: #1c1c1c;
  border-color: #9B75F1;
}
.sidebar-nav li.current > ul,
.sidebar-nav li.active > ul {
  display: block;
}
.sidebar-nav li:first-child a {
  padding-top: 0;
}
.sidebar-nav li:last-child a {
  padding-bottom: 0;
}
.sidebar-nav li li {
  margin: 0;
}
.sidebar-nav li li a {
  color: #555555;
  border-bottom: none;
  border-color: transparent;
  padding-left: 40px;
  padding: 3px 10px 3px 40px;
}
.sidebar-nav li li.current,
.sidebar-nav li li.active {
  border-color: #157fc4;
}
.sidebar-nav li.parent > a:after {
  position: relative;
  content: ' ';
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 0 0 15px;
  border: solid 2px #b5b5b5;
  border-top: 0;
  border-right: 0;
  border-radius: 0 0 0 4px;
  top: -2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sidebar-nav li.parent.current > a:after {
  top: 0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.sidebar-info-block {
  color: #1c1c1c;
}
.sidebar-info-block .icon {
  width: 40px;
  margin-top: 15px;
}
.sidebar-info-block .icon-big-phone {
  width: 30px;
  margin-left: 10px;
}
/* ==========================================================================
   PAGE-NAVIGATION */
/* ========================================================================== */
.page-navigation {
  display: inline-block;
}
.page-navigation-wrapper {
  text-align: center;
}
.page-navigation .right-arr,
.page-navigation .left-arr,
.page-navigation .page-navigation-pages a {
  display: inline-block;
  line-height: 30px;
  min-width: 20px;
  text-align: center;
  border-radius: 20px;
  padding: 0 5px;
  color: #1c1c1c;
  box-shadow: none;
}
.page-navigation .right-arr:hover,
.page-navigation .left-arr:hover,
.page-navigation .page-navigation-pages a:hover {
  text-decoration: none;
  color: #157fc4;
}
.page-navigation .right-arr,
.page-navigation .left-arr {
  width: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #828282;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.page-navigation .right-arr:hover,
.page-navigation .left-arr:hover {
  color: #1c1c1c;
}
.page-navigation-pages {
  background: #ffffff;
  color: #828282;
  border-radius: 20px;
  display: inline-block;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}
.page-navigation-pages a.current {
  padding: 0 9px;
  color: #157fc4;
  box-shadow: inset 0 0 0 1px  #157fc4;
}
.page-navigation-pages a:not(:first-child) {
  margin-left: 3px;
}
.page-navigation-pages a:first-child {
  /* padding: 0 5px 0 12px; */
}
.page-navigation-pages a:last-child {
  /* padding: 0 12px 0 5px; */
}
/* ==========================================================================
   FACULTY-ITEM */
/* ========================================================================== */
.faculty-item {
  margin-top: 30px;
}
.faculty-item:first-child {
  margin-top: 0;
}
.faculty-item h3,
.faculty-item .h3 {
  margin: 0 0 10px 0;
}
.faculty-item .vertical-separator {
  display: inline-block;
  margin: 0 15px;
  opacity: .5;
}
.faculty-item-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.faculty-item-links a {
  display: block;
  position: relative;
  background: #ffffff;
  color: #828282;
  border-radius: 5px;
  font: normal 20px/30px "PT Sans", PTsans, Arial, sans-serif;
  color: #157fc4;
  text-decoration: none;
  padding: 10px 30px 10px 15px;
  margin: 10px 0;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.faculty-item-links a:hover {
  text-decoration: none;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2) ;
}
.faculty-item-links a:after {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
  content: "";
  width: 20px;
  height: 20px;
  background: url('images/all-icons.png') no-repeat -80px -40px;
}
@media screen and (min-resolution: 192dpi) {
  .faculty-item-links a:after {
    background-image: url(images/all-icons@2x.png);
    background-size: 200px 300px;
  }
}
.faculty-item-links-big.faculty-item-links a:after {
  background-position: -100px -60px;
}
.faculty-item-links a .item-date {
  color: #828282;
}
.faculty-item-info {
  margin-bottom: 30px;
}
.faculty-item-box > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.faculty-item-box > ul > li {
  background: #ffffff;
  color: #828282;
  border-radius: 5px;
  font: normal 20px/30px "PT Sans", PTsans, Arial, sans-serif;
  color: #157fc4;
  padding: 0;
  margin: 10px 0;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.faculty-item-box > ul > li:hover {
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2) ;
}
.faculty-item-box > ul > li > a {
  text-decoration: none;
  display: block;
  position: relative;
  font: normal 22px/30px "PT Sans", PTsans, Arial, sans-serif;
  padding: 20px 40px 20px 25px;
  margin: 0 0;
}
.faculty-item-box > ul > li > a small {
  display: inline-block;
  margin-left: 20px;
  color: #828282;
}
.faculty-item-box > ul > li > a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
  content: "";
  width: 20px;
  height: 20px;
  background: url('images/all-icons.png') no-repeat -100px -60px;
}
@media screen and (min-resolution: 192dpi) {
  .faculty-item-box > ul > li > a:after {
    background-image: url(images/all-icons@2x.png);
    background-size: 200px 300px;
  }
}
.faculty-item-box > ul > li > a.opened:after {
  background-position: -100px -80px;
}
.faculty-item-box > ul .faculty-item {
  margin: 20px -30px 0;
}
.faculty-item-box-inner {
  display: none;
  padding: 20px 30px 0;
  border-top: solid 1px #ededed;
  color: #1c1c1c;
  font-size: 16px;
  line-height: 20px;
}
.faculty-list-list li {
  margin: 5px 0;
}
.faculty-list-list li:first-child {
  margin-top: 0;
}
.faculty-list-list li:last-child {
  margin-bottom: 0;
}
/* ==========================================================================
   RECTORATE-ITEM */
/* ========================================================================== */
.rectorate-item h3,
.rectorate-item .h3 {
  margin-top: 0;
}
.rectorate-item h4,
.rectorate-item .h4 {
  font: normal 18px/25px "PT Sans", PTsans, Arial, sans-serif;
}
.rectorate-item h4 a,
.rectorate-item .h4 a {
  color: #1c1c1c;
}
/* ==========================================================================
   PROGRAM-ITEM */
/* ========================================================================== */
.program-item-box > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.program-item-box > ul > li {
  background: #ffffff;
  color: #828282;
  border-radius: 5px;
  font: normal 20px/30px "PT Sans", PTsans, Arial, sans-serif;
  color: #157fc4;
  padding: 0 30px;
  margin: 30px 0;
}
.program-item-box > ul .program-item {
  margin: 20px -30px 0;
}
.program-item-box-header {
  text-decoration: none;
  display: block;
  position: relative;
  font: normal 22px/30px "PT Sans", PTsans, Arial, sans-serif;
  padding: 20px 0 15px 0;
  border-bottom: solid 1px #ededed;
}
.program-item-box-header small {
  display: inline-block;
  color: #828282;
}
.program-item-box-inner {
  color: #1c1c1c;
  font-size: 16px;
  line-height: 20px;
}
.gos-accreditation-text {
  text-transform: uppercase;
  padding: 8px 0 8px 40px;
  font: bold 16px/24px "PT Sans", PTsans, Arial, sans-serif;
  display: inline;
  color: #1c1c1c;
  position: relative;
}
@media (min-width: 1280px) {
  .gos-accreditation-text {
    display: inline-block;
  }
}
.gos-accreditation-text:after {
  /* Cвойство background разбито потому, что для разных цветовых схем имеются разные картинки, закодированные в base64 (сервис b64i.ru)*/
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 27px 24px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAuCAMAAABQ68okAAAB9VBMVEUAAABHfcNHfcNHfcNHfcNHfMNHfcNHfcNGfMNGfMNHfcNHfcNHfcNHfMNHfMNHfcNHfcNHfMNHfcNHfcNGfMJHfcNGfMJHfMNHfMNHfMNHfcNHfMNGfMNHfMNHfcNGfMNGfMNHfMNHfcNHfcNHfMNGfMJGfMJGfMNGfMJHfcNHfcNHfMNHfcNGfMNHfMNHfcNHfcNHfMNGfMNHfcNHfMNGfMJHfcNHfcNHfMNGfMNHfMNGfMJGfMNHfMNHfcNGfMJHfMNHfMNGfMNHfcNGfMJHfMNHfcNGfMJGfMJHfMNHfcNHfMNGfMNHfcNGfMNGfMNHfcNHfcNHfMNGfMNHfcNHfcNHfcNHfMNGfMJHfcNHfcNHfMNHfMNHfcNHfMNHfcNHfMNHfcNHfcNHfcNHfcNHfcNHfcNHfcNHfMNGfMJHfMNGfMJHfcNHfcNHfMNHfcNHfMNGfMNHfcNGfMNGfMNHfcNHfMNHfcNHfcNHfcNHfcNHfcNHfMNGfMNHfMNHfcNHfMNHfcNHfcNHfcNGfMJHfMNHfMNHfcNHfcNHfcNGfMJGfMNGfMNHfcNHfcNHfMNHfcNHfcNGfMNHfcNHfcNHfcNGfMNGfMNHfMNGfMJHfcNGfMJGfMNHfcNHfcNHfMNGfMJHfcNHfMNHfcNHfMNGfMJGfMPs1rtiAAAAo3RSTlMAD1Q/aRwB/gH84QTaD45g9WXIV/xOCsdv/vzT/kOaEY0JqBzK/bEVPJepB5gusiv6lvmb0VEon/AQSzeRdFYGE+1WXQL3LNf0A/I8fQY26uXoIjwD2dSj+UYkn+ZagvkBHvjjguv7J9IICwMZFcE6QEK29Sq8z5Hv8LENLgigym0J0yDpHqzuChNhU+Z6Ld8wZ+OjzdvO+8Dq4pkCnKIEv79CZ9gmMwAAAhRJREFUeNqV1WNzXlEUhuHdNmmS2kJq27Zt27Zt2+b9POt3dtLMZNq8wTnXaM9ec39dK+X2++ePvEmDbyU0zNl0/2z4lSs5dKGbkb7nac7eVgBfvuZoWrdCgvLG2ZMOG1BgTcjRHOhqQDF4UfZm04MgQMOXZW86lWGANh0yJzPKhSPQ+gGZm0fHJST8tE/m5s46hUCcmZK5uboVQpI6j8vcnLyIQeClmZsnu7Fw4P6lWZttXUII5GbNszYtuwAEsHBEKvCyxuZVt0BCIaYXDHduL3lzq7ApKlEgQGpRMDx83/B2V6rmcWfEX27TNFVz7zwB/tQo/adtO2FJQSxeXb05cde2ZD7cTP9ovwNjBOGWqbrLkoUtx/VrVb+nNgoHgUzvVODhR0IQEnGjOFV6fgkLA6hJj1ToSsdAOGRYtSZVKN5jQkhAu0apJs3fIwcGNLKoYiEeBAtC4J6pZse6YhkHiDFDjpw2KASGZr1SLY6+swWSgI5bqp6438BUq+IXBBCATYDAshmV6rD5NQKDbYdAEGJlg1SX8SsgZEBCBBaovvswbJYgwkCAAXQu1Wf5RASAQ8IO9s9P9VrSSgpAETgCTc10seZJVLLEvkkpi8mjAwQgRFHKpmEZgANgwdqU0ZwyhCEUbXOcuxIjAWPnpuw62ci4fcrjGQL1bZxy2UvA7JRTC2jSNG9UOpRpKbfSQTNTXf4ALSFjLFGk+uwAAAAASUVORK5CYII=');
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 27px;
  height: 24px;
}
.document-link {
  display: inline-block;
}
.document-link:before,
.document-link:after {
  content: " ";
  display: table;
}
.document-link:after {
  clear: both;
}
.document-link .icon {
  float: left;
}
.document-link a {
  display: block;
  overflow: hidden;
}
/* ==========================================================================
   LINKS-LIST */
/* ========================================================================== */
.links-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.links-list li {
  font-size: 22px;
  color: #157fc4;
  margin: 20px 0;
}
.links-list a {
  text-decoration: none;
  border-bottom: solid 1px transparent;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.links-list a:hover {
  border-bottom-color: inherit;
}
.links-list .has-child > a {
  position: relative;
}
.links-list .has-child > a:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: .3em 0 0 15px;
  border: solid 2px #828282;
  border-top: 0;
  border-right: 0;
  border-radius: 0 0 0 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.links-list .has-child > a.opened:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: .4em;
  border-color: #157fc4;
}
.links-list .has-child ul {
  display: none;
}
.links-list .has-child li {
  margin: 15px 0;
  padding-left: 20px;
}
.links-list .has-child li a {
  font-size: 16px;
}
/* ==========================================================================
   TEACHERS */
/* ========================================================================== */
.teachers-item {
  color: #1c1c1c;
  line-height: 25px;
}
.teachers-item h2 a,
.teachers-item .h2 a {
  color: #1c1c1c;
  text-decoration: none;
    border-bottom: none;
}
.teachers-item h2 a:hover,
.teachers-item .h2 a:hover {
  color: #157fc4;
}
.teacher-info {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .teacher-info {
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.teacher-info-position {
  color: #1c1c1c;
  font-size: 18px;
  line-height: 22px;
}
.teacher-info-name {
  line-height: 38px;
}
.teacher-table {
  margin-top: 37px;
}
.teacher-table td {
  border-top: 0px;
  padding: 12px 18px;
  font-size: 1.1em;
  line-height: 24px;
}
.teacher-table td:nth-child(2n) {
  color: #1c1c1c;
}
@media (max-width: 768px) {
  .teacher-table td:nth-child(2n) {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .teacher-table td:nth-child(2n+1) {
    padding-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .teacher-table td {
    width: 100%;
  }
}
.teacher-table td p:first-child {
  margin-top: 0;
}
.teacher-table td p:last-child {
  margin-bottom: 0;
}
.teacher-table .col {
  float: none;
}
.teacher-description {
  color: #1c1c1c;
  margin-top: 41px;
  margin-bottom: 10px;
  line-height: 30px;
}
/* ==========================================================================
   VERTICAL-FILTER */
/* ========================================================================== */
.vertical-filter-box {
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  padding: 10px 0;
}
.vertical-filter-box.first {
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  margin-top: 20px;
}
.vertical-filter-box.active .vertical-filter-header:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: 0px;
}
.vertical-filter-box.active .vertical-filter-content {
  display: block;
}
.vertical-filter-header {
  position: relative;
  padding: 5px 15px 5px 0;
  cursor: pointer;
}
.vertical-filter-header:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px;
  display: inline-block;
  width: 4px;
  height: 4px;
  border: solid 2px #ffffff;
  border-top: 0;
  border-right: 0;
  border-radius: 0 0 0 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.vertical-filter-content {
  margin-top: 15px;
  display: none;
}
/* ==========================================================================
   FOOTER */
/* ========================================================================== */

.container-footer {
  box-shadow: 0 12px 21px rgba(0, 0, 0, 0.06);
  background-color: #015A30;
  /*background-image: linear-gradient(to left, #7790d4 0%, #3dbda3 100%);*/
  color: #ffffff;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .container-footer {
    padding: 40px 0;
  }
}
.container-footer a {
  color: #ffffff;
  text-decoration: underline;
  border-bottom: none;
  font-size: 14px;
  font-family: Roboto;
}
.container-footer a:hover {
  //color: #2b4a76;
  color: #f0ce98;
}
.social-network {
  display: inline-block;
  width: 30px;
}
.social-network + .social-network {
  margin-left: 5px;
}

.footer__menu{
  display: flex;
  margin-bottom: 3.5rem;
  list-style-type: none;
  padding-left: 5px;
  padding-right: 5px;
}
.footer__menu>:not(:last-child) {
  margin-right: 3.8rem;
}

.footer__links{
  list-style-type: none;
  margin-bottom: 4.2rem;
  -moz-column-count: 3;
  column-count: 3;
  -moz-column-gap: 7.8rem;
  column-gap: 7.8rem;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.footer__links li {
  margin-bottom: 1em;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
.footer__links a {
  -webkit-text-decoration: underline rgba(0,114,188,0);
  text-decoration: underline rgba(0,114,188,0);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-offset: 2px;
  transition: color .25s ease,opacity .25s ease,-webkit-text-decoration .25s ease;
  transition: text-decoration .25s ease,color .25s ease,opacity .25s ease;
  transition: text-decoration .25s ease,color .25s ease,opacity .25s ease,-webkit-text-decoration .25s ease;
}
.social {
  display: flex;
}
.header__social {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  margin-block-start:0;
}
.header__social .social__link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  color: #fff;
  //background: #016b59;
  transition: opacity .25s ease;
}
.header__social .social__link:not(:last-child) {
  margin-right: 0;
}
.header__social .social__link svg {
  width: 2rem;
  height: 2rem;
}
.footer__social {
  list-style-type: none;
  margin-bottom: 2.3rem;
  padding-left: 5px;
  padding-right: 5px;
}
.social__link:not(:last-child) {
  margin-right: 2.3rem;
}
.social__link svg {
  width: 2rem;
  height: 2rem;
}
.social__link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  color: #fff;
  background: #015A30;
  transition: opacity .25s ease;
}
.social__link a:hover {
  opacity: .7;
}

.footer__info {
  display: flex;
  justify-content: space-between;
}

.footer__telephones {
  display: flex;
  margin: 0;
  list-style-type: none;
  padding-left: 5px;
  padding-right: 5px;
}

.footer-menu-content .telephone {
  display: flex;
  flex-direction: column;
}
.footer__telephones>:not(:last-child) {
  margin-right: 5rem;
}
.footer-menu-content .telephone__title {
  display: block;
  margin-bottom: 0.6rem;
  font-weight: 400;
  color: #EFCE98;
  font-size: 14px;
}
.footer-menu-content .telephone a {
  -webkit-text-decoration: underline rgba(0,114,188,0);
  text-decoration: underline rgba(0,114,188,0);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-offset: 2px;
  transition: color .25s ease,opacity .25s ease,-webkit-text-decoration .25s ease;
  transition: text-decoration .25s ease,color .25s ease,opacity .25s ease;
  transition: text-decoration .25s ease,color .25s ease,opacity .25s ease,-webkit-text-decoration .25s ease;
  white-space: nowrap;
  font-weight: 500;
  font-size: 16px;
}
.footer-menu-content .telephone__address {
  margin: 0;
}
@media (max-width: 1023px) {
  .footer__menu {
    display: block;
    margin-bottom: 3.2rem;
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }
  .footer__links {
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }
  .social__link:not(:last-child) {
    margin-right:0.6rem
  }
  .footer__telephones {
    flex-wrap: wrap;
  }
  .footer-menu-content .telephone {
    width: calc(50% - 1rem);
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
  .footer__social {
    margin: 0.1rem 0 0.1rem;
  }
  .container-footer {
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  .footer__menu {
    -moz-column-count: 2;
    column-count: 2;
    margin-bottom: 1rem;
  }
  .footer__links {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
  }
}
/* ==========================================================================
   MAP-BLOCK */
/* ========================================================================== */
.map-block {
  border-radius: 0 0 4px 4px;
}
/* ==========================================================================
   SWITCH-BLOCK */
/* ========================================================================== */
.switch-block {
  display: inline-block;
  background: #ffffff;
  border-radius: 15px;
  line-height: 0;
  font-size: 0;
  margin-bottom: 20px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}
.switch-block-item {
  color: #828282;
  text-decoration: none;
  display: inline-block;
  font: normal 16px/20px "PT Sans", PTsans, Arial, sans-serif;
  padding: 5px 25px;
  border-radius: 15px;
}
.switch-block-item.active {
  color: #157fc4;
  text-decoration: none;
  box-shadow: inset 0 0 0 1px #157fc4;
}
/* ==========================================================================
   INFO-BOX */
/* ========================================================================== */
.info-box-close {
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  vertical-align: text-top;
  opacity: .7;
}
.info-box-close:hover {
  opacity: 1;
}
.info-box-close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -20px 0 0 -10px;
  content: "\00D7";
  font: normal 24px/40px Georgia, serif;
  vertical-align: middle;
}
/* ==========================================================================
   SCHEDULE */
/* ========================================================================== */
.schedule-header {
  color: rgba(255, 255, 255, 0.7);
  padding: 30px 0;
  font-size: 14px;
}
.schedule-header h1,
.schedule-header .h1 {
  color: #ffffff;
}
.session-info {
  line-height: 20px;
}
.session-info .h3 {
  line-height: 20px;
}
.session-info:before,
.session-info:after {
  content: " ";
  display: table;
}
.session-info:after {
  clear: both;
}
.week-link {
  color: #ffffff;
  display: inline-block;
  position: relative;
  font-size: 18px;
  line-height: 20px;
  margin-top: 5px;
}
.week-link:hover {
  color: #ffffff;
}
.week-link:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background: url('images/all-icons.png') no-repeat -80px 0;
}
@media screen and (min-resolution: 192dpi) {
  .week-link:after {
    background-image: url(images/all-icons@2x.png);
    background-size: 200px 300px;
  }
}
.week-link-prev {
  padding-left: 40px;
}
.week-link-prev:after {
  left: 5px;
}
.week-link-prev:hover:after {
  background-position: -100px 0;
}
.week-link-next {
  padding-right: 40px;
}
.week-link-next:after {
  right: 5px;
  background-position: -80px -20px;
}
.week-link-next:hover:after {
  background-position: -100px -20px;
}
.special-settings {
  display: none;
}
.special-aaVersion-on .special-settings {
  display: block;
}
.aa-show {
  display: none;
}
.special-aaVersion-on .aa-show {
  display: inline-block;
  float: right;
}
.special-aaVersion-on .aa-hide {
  display: none;
}
/* ==========================================================================
   HELPER CLASSES */
/* ========================================================================== */
ol.unstyled,
ul.unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.big-list {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
ul.big-list li {
  margin: 5px 0;
  font-size: 18px;
  line-height: 25px;
}
.ta-center,
.table th.ta-center,
.table td.ta-center {
  text-align: center;
}
.ta-left,
.table th.ta-left,
.table td.ta-left {
  text-align: left;
}
.ta-right,
.table th.ta-right,
.table td.ta-right {
  text-align: right;
}
.va-bottom,
.table th.va-bottom,
.table td.va-bottom {
  vertical-align: bottom;
}
.va-top,
.table th.va-top,
.table td.va-top {
  vertical-align: top;
}
.va-middle,
.table th.va-middle,
.table td.va-middle {
  vertical-align: middle;
}
.td-n {
  text-decoration: none;
}
.td-u {
  text-decoration: underline;
}
.tt-u {
  text-transform: uppercase;
}
.tt-n {
  text-transform: none;
}
.hide,
.d-n {
  display: none;
}
.show,
.d-b {
  display: block;
}
.inline-block,
.d-ib {
  display: inline-block;
}
.inline,
.d-i {
  display: inline;
}
.invisible,
.vis-h {
  visibility: hidden;
}
.verdana {
  font-family: Verdana, sans-serif;
}
.tahoma {
  font-family: Tahoma, sans-serif;
}
.arial {
  font-family: Arial, sans-serif;
}
.p-r,
.pos-r {
  position: relative;
}
.p-a,
.pos-a {
  position: absolute;
}
.p-f,
.pos-f {
  position: fixed;
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.ov-h {
  overflow: hidden;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible,
.viz-h {
  visibility: hidden;
}
.p0 {
  padding: 0;
}
.p10 {
  padding: 10px;
}
.p20 {
  padding: 20px;
}
.p30 {
  padding: 30px;
}
.p40 {
  padding: 40px;
}
.pt0 {
  padding-top: 0;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pr0 {
  padding-right: 0;
}
.pr10 {
  padding-right: 10px;
}
.pr20 {
  padding-right: 20px;
}
.pr30 {
  padding-right: 30px;
}
.pr40 {
  padding-right: 40px;
}
.pb0 {
  padding-bottom: 0;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pl0 {
  padding-left: 0;
}
.pl10 {
  padding-left: 10px;
}
.pl20 {
  padding-left: 20px;
}
.pl30 {
  padding-left: 30px;
}
.pl40 {
  padding-left: 40px;
}
.m0 {
  margin: 0;
}
.m10 {
  margin: 10px;
}
.m20 {
  margin: 20px;
}
.m30 {
  margin: 30px;
}
.m40 {
  margin: 40px;
}
.m50 {
  margin: 50px;
}
.mt0 {
  margin-top: 0;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mr0 {
  margin-right: 0;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.mr30 {
  margin-right: 30px;
}
.mr40 {
  margin-right: 40px;
}
.mr50 {
  margin-right: 50px;
}
.mb0 {
  margin-bottom: 0;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.ml0 {
  margin-left: 0;
}
.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.ml40 {
  margin-left: 40px;
}
.ml50 {
  margin-left: 50px;
}
.text-light,
a.text-light {
  color: #828282;
}
.text-dark,
a.text-dark {
  color: #1c1c1c;
}
.text-muted,
a.text-muted {
  color: #cfcfcf;
}
.text-primary,
a.text-primary {
  color: #157fc4;
}
.text-secondary,
a.text-secondary {
  color: #45a3ba;
}
.text-additional,
a.text-additional {
  color: #dcecf6;
}
.fz12 {
  font-size: 12px;
}
.fz14 {
  font-size: 14px;
}
.fz16 {
  font-size: 16px;
}
.fz18 {
  font-size: 18px;
}
.fz20 {
  font-size: 20px;
}
.fz22 {
  font-size: 22px;
}
.fz24 {
  font-size: 24px;
}
.fz26 {
  font-size: 26px;
}
.fz30 {
  font-size: 30px;
}
@media (max-width: 768px) {
  .mb-fz12 {
    font-size: 12px;
  }
  .mb-fz14 {
    font-size: 14px;
  }
  .mb-fz16 {
    font-size: 16px;
  }
  .mb-fz18 {
    font-size: 18px;
  }
  .mb-fz20 {
    font-size: 20px;
  }
  .mb-fz22 {
    font-size: 22px;
  }
  .mb-fz24 {
    font-size: 24px;
  }
  .mb-fz26 {
    font-size: 26px;
  }
  .mb-fz30 {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tablet-fz12 {
    font-size: 12px;
  }
  .tablet-fz14 {
    font-size: 14px;
  }
  .tablet-fz16 {
    font-size: 16px;
  }
  .tablet-fz18 {
    font-size: 18px;
  }
  .tablet-fz20 {
    font-size: 20px;
  }
  .tablet-fz22 {
    font-size: 22px;
  }
  .tablet-fz24 {
    font-size: 24px;
  }
  .tablet-fz26 {
    font-size: 26px;
  }
  .tablet-fz30 {
    font-size: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .dt-fz12 {
    font-size: 12px;
  }
  .dt-fz14 {
    font-size: 14px;
  }
  .dt-fz16 {
    font-size: 16px;
  }
  .dt-fz18 {
    font-size: 18px;
  }
  .dt-fz20 {
    font-size: 20px;
  }
  .dt-fz22 {
    font-size: 22px;
  }
  .dt-fz24 {
    font-size: 24px;
  }
  .dt-fz26 {
    font-size: 26px;
  }
  .dt-fz30 {
    font-size: 30px;
  }
}
@media (min-width: 1280px) {
  .ld-fz12 {
    font-size: 12px;
  }
  .ld-fz14 {
    font-size: 14px;
  }
  .ld-fz16 {
    font-size: 16px;
  }
  .ld-fz18 {
    font-size: 18px;
  }
  .ld-fz20 {
    font-size: 20px;
  }
  .ld-fz22 {
    font-size: 22px;
  }
  .ld-fz24 {
    font-size: 24px;
  }
  .ld-fz26 {
    font-size: 26px;
  }
  .ld-fz30 {
    font-size: 30px;
  }
}
.alert {
  border: solid 1px #ea5600;
  background: rgba(234, 86, 0, 0.1);
  color: #ea5600;
  padding: 20px;
  border-radius: 5px;
}
.alert-info {
  color: #45a3ba;
  background: rgba(69, 163, 186, 0.2);
  border-color: #45a3ba;
}
.alert-success {
  color: #409990;
  background: rgba(64, 153, 144, 0.2);
  border-color: #409990;
}
.alert-error {
  color: #a42338;
  background: rgba(164, 35, 56, 0.2);
  border-color: #a42338;
}
.alert p:first-child {
  margin-top: 0;
}
.alert p:last-child {
  margin-bottom: 0;
}
.alert font.errortext,
.alert font {
  color: inherit !important;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clr {
  clear: both;
  height: 0;
  overflow: hidden;
}
.fleft,
.fll,
.fl-l {
  float: left;
}
.fright,
.flr,
.fl-r {
  float: right;
}
img[align="right"] {
  padding: 0 0 20px 20px;
}
img[align="left"] {
  padding: 0 20px 20px 0;
}
img.ta-center,
img[align="center"] {
  display: block;
  margin: 0 auto;
}

.photo-item-cont .photo-item-inner img {
    max-width: none;
}

.container-top-form {
  box-shadow: 0 12px 21px rgba(0, 0, 0, 0.06);
  background-color: #015A30;
  /*background-image: linear-gradient(to left, #7790d4 0%, #3dbda3 100%);*/
  color: #ffffff;
  text-align: left;
}

.special-aaImage-off .container-top-form-img{
  display: none;
}

.container-top-form-img{
    background-image: url(/include/student.png);
    background-repeat: no-repeat;
    width: 275px;
    height: 375px;
    position: absolute;
    bottom: 0;
    right: 10px;
}

.container-top-form .content{
  background-image: url(/include/recall-bg.png);
  background-repeat: no-repeat;
}

.special-aaVersion-on .container-top-form {
  background: inherit;
  color: #000000;
}

.container-top-form input {
  color: #c5c5c5;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 300;
  line-height: 50px;
  letter-spacing: 0.7px;
  outline: none;
  border-radius: 4px;
  border: 1px solid #e9e9e9;
  background-color: #ffffff;
  padding: 0 20px;
  width: 37%;
  margin: 2% 2% 0% 0%;
}

@media (max-width: 767px){
  .container-top-form input {
    width: calc(98% - 40px);
  }
}

.container-top-form input::-webkit-input-placeholder { 
color: #969696; 
}

.container-top-form input:focus::-webkit-input-placeholder { 
color:transparent; 
}

.container-top-form button {
    outline: none;
    border-radius: 4px;
    background-color: #e55243;
    border: none;
    box-shadow: none;
    color: #ffffff;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.8px;
    padding: 16px 0px;
    width: 43%;
transotion: .3s ease-in;
}

@media (max-width: 767px){
  .container-top-form button {
    width: 98%;
margin: 2% 2% 0 0;
  }
}

.container-top-form button:hover,
.container-top-form button:focus {
	background: #ffffff;
	color: #555555;
}

.form_head{
color: #ffffff;
font-family: "PT Serif";
font-size: 36px;
font-weight: 700;
line-height: 50px;
letter-spacing: 1.8px;
    margin-top: 35px;
    display: block;
}

@media (max-width: 991px){
  .form_head{
	font-size: 30px;
    line-height: 32px;
	}
}

.form_info{
color: #ffffff;
font-family: Roboto;
font-size: 14px;
font-weight: 300;
line-height: 20px;
letter-spacing: 0.7px;
    margin-top: 20px;
    display: block;
    width: 89%;
}

.header-contact-block {
    display: flex;
    //justify-content: space-around;
    align-items: flex-start;
   // margin-top: 20px;
	flex-wrap: wrap;
	//margin-left: 20%; 
	margin-top: 0 !important;
	justify-content: left;
	margin-left: 2%;
	//width: 66%;
}

@media (max-width: 767px){
  /*.header-contact-block {
    justify-content: flex-start;*/
  }
}

.header-contact-block {
   /* margin-left: 2% !important;
	width: 66%; */
}

@media (min-width: 513px) and (max-width: 767px){
  .header-contact-block {
	padding-bottom: 20px;
	text-align: left;
	margin-left: 0;
	min-width: 150px;
  }
}
.header-contact-time {
   // margin-top: 20px;
	margin-left: 15%;
	margin-top: 5px !important;
}


.header-contact-time a{
//font-family: Roboto;
font-size: 14px;
//line-height: 35px;
/*text-decoration: underline;*/
letter-spacing: 0.7px;
color: inherit;
border-bottom: none;
//padding-left:40px;
background-image: url(/include/hat.svg);
background-repeat: no-repeat;
background-position: center left;
line-height: 1;
padding-left: 32px;
}


.header-contact-time span{
//color: #353535;
//font-family: Roboto;
font-size: 14px;
line-height: 20px;
letter-spacing: 0.7px;
background-image: url(/include/clock.svg);
background-repeat: no-repeat;
background-position: 5px center;
padding: 10px 0 10px 32px;
//padding-left: 32px;
font-size:12px
}

@media (min-width: 513px) and (max-width: 767px){
  .header-contact-time{
	padding-bottom: 20px;
	text-align: left;
	margin-left: 5px;
	max-width: 190px;
  }
}
@media (max-width: 991px){
  .header-contact-time{
	padding-bottom: 20px;
	text-align: left;
  }
}
.header-contact-phone{
  //color: #ababab;
  //font-family: Roboto;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 0.7px;
  //padding: 10px 0 10px 40px;
  padding: 5px 5px 10px 25px;
  background-image: url(/include/phone.svg);
  background-repeat: no-repeat;
  background-position: left center;
  //padding-top: 5px;
  //padding-left: 25px;

}

	.container-top-top {
	display: flex; 
	flex-direction:row; 
	margin-top: 0;
	justify-content: space-between;
}

.header-contact-phone a{
color: inherit;
//color: #353535;
//font-family: Roboto;
//font-size: 18px;
//line-height: 30px;
font-weight: 700;
letter-spacing: 1.1px;
border-bottom: none;
font-size: 14px;
line-height: 1.4rem;
}

@media (max-width: 512px) {
.container-top-navigation > .content {
	margin-top: 0;
}
.header__container {
	flex-direction: column;
	}
.header-contact-time {
     margin-left: 10px !important;
	margin-top: 5px !important;
	//width: 70%;
	padding-bottom: 0px;
	text-align: left;
}

.header-contact-time a {
	font-size: 12px;
	letter-spacing: 0px;
}

.header-contact-time span {
	letter-spacing: 0px;
}

.header-contact-phone {
	font-size: 12px;
	letter-spacing: 0px; 
}

.header-contact-phone a {
	font-size: 12px;
	line-height: 1.4rem;
	font-weight: 500;
	letter-spacing: 0px;
}

}

.header_callme a {
    display: block;
    border: none;
    text-align: center;
    background-color: #015A30;
    /*background-image: linear-gradient(to left, rgba(38, 206, 144, 0.5) 0%, rgba(155, 117, 241, 0.5) 100%);*/
    color: #ffffff;
    padding: 5px;
    border-radius: 4px;
    box-shadow: 4px 4px 15px #00000052;
	transition: .2s ease-in box-shadow;
}

.header_callme a:hover {
    box-shadow: 4px 4px 10px #00000052;
}


.header_callme a:active {
    box-shadow: 2px 2px 10px #00000052;
}

.special-aaVersion-on .header_callme a{
	background: none;
	box-shadow: none;
}


.footer-cp {
  color: #ffffff;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 300;
  line-height: 15px;
  background-color: #18391e;
  text-align: center;
  padding: 15px 0;
}

.special-aaVersion-on .footer-cp{
background: none!important;
}

.footer-line {
background-color: #ffffff;
opacity: 0.2;
height: 1px;
width: 100%;
margin: 15px 0;
}

.footer-logo {
    margin-bottom: 40px;
    display: block;
}

.footer-address {
color: #ffffff;
font-family: Roboto;
font-size: 14px;
font-weight: 400;
line-height: 20px;
letter-spacing: 0.7px;
background-image: url(/include/map-w.svg);
background-repeat: no-repeat;
    background-position: 0px 2px;
    padding: 0px 0px 15px 35px;
}

.footer-time {
color: #ffffff;
font-family: Roboto;
font-size: 14px;
font-weight: 400;
line-height: 20px;
letter-spacing: 0.7px;
background-image: url(/include/clock-w.svg);
background-repeat: no-repeat;
    background-position: 0px 0px;
    padding: 0px 0px 15px 35px;
}

.footer-phone {
padding: 0px 0px 15px 35px;
background-image: url(/include/phone-w.svg);
background-repeat: no-repeat;
    background-position: 0px 0px;
font-size: 14px;
font-weight: 300;
letter-spacing: 0.7px;
}

.footer-phone a{
font-weight: 700;
letter-spacing: 1.1px;
color: #ffffff;
font-family: Roboto;
font-size: 22px;
line-height: 28px;
text-decoration: none;
}

.social-networks {
    padding-top: 40px;
}

.main-info-box {
box-shadow: 0 12px 21px rgba(0, 0, 0, 0.06);
    background-color: #ffffff;
    border-radius: 0;
    text-align: center;
    padding: 40px 0px;
    position: absolute;
    bottom: -75px;
    z-index: 2;
    width: 90%;
    overflow: unset;
}

@media (max-width: 767px){
  .main-info-box {
    position: relative;
    bottom: 0;
	margin: 10% 5%;
  }
}

.special-aaVersion-on .main-info-box {
position: relative;
    bottom: 0!important;
}

.main-info-box .mt0 {
color: #474747;
font-family: "PT Serif";
font-size: 24px;
font-weight: 700;
line-height: 50px;
letter-spacing: 1.2px;
margin: 0;
margin-top: 20px;
}

.main-info-box a {
  color: #015A30;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 300;
  line-height: 36px;
  text-decoration: underline;
  border-bottom: none;
}

.special-aaImage-off .main-info-box-img {
display: none;
}

.main-info-box-img {
    width: 90px;
    height: 90px;
    position: absolute;
    top: -50px;
    left: calc(50% - 45px);
}

.academy-info{
  box-shadow: 0 12px 21px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  background-color: #ffffff;
  color: #474747;
  font-family: "PT Serif";
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 1.8px;
  margin: 60px 0;
  padding: 40px;
  box-sizing: border-box;
  text-align: center;
}

@media (max-width: 767px){
  .academy-info {
    font-size: 20px;
font-weight: 700;
line-height: 28px;
  }
}

.special-aaVersion-on .academy-info{
background: none!important;
}

.academy-info:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 14px;
  border-radius: 4px 4px 0 0;
  background-color: #015A30;
  /*background-image: linear-gradient(to left, #7790d4 0%, #3dbda3 100%);*/
}

.special-aaVersion-on .academy-info:before{
display: none;
}

.academy-info span.grey{
color: #474747;
}

.academy-info span.red{
color: #e55243;
}

.main-number {
	color: #474747;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    border: 1px solid #e5e5e5c7;
    margin: -1px 0px 0 -1px;
    background-color: #ffffff;
    border-bottom: none;
	border-right: none;
    padding: 24px 36px;
    min-height: 250px;
}

@media (max-width: 1279px) {
  .main-number {
    padding: 5px 10px;
  }
}

@media (max-width: 767px){
  .main-number {
    text-align: center;
  }
}

.special-aaVersion-on .main-number{
background: none!important;
}

.main-number .h2{
color: #e55243;
font-family: "PT Serif - Bold";
font-size: 48px;
font-weight: 700;
letter-spacing: 2.4px;
line-height: 30px;
    margin: 10px 0;
text-transform: none;
display: block;
}

.main-number .h3{
color: #474747;
font-family: "PT Serif";
font-size: 22px;
font-weight: 700;
    margin: 10px 0;
text-transform: none;
display: block;
}

.reasons h2{
color: #474747;
font-family: "PT Serif";
font-size: 48px;
font-weight: 700;
line-height: 44px;
letter-spacing: 2.4px;
text-align: center;
padding-bottom: 90px;
padding-top: 20px;
}

@media (max-width: 767px) {
  .reasons h2{
	font-size: 28px;
    line-height: 32px;
    letter-spacing: 1px;
  }

}

.reasons h2 span{
color: #54abb6;
}

.main-reason{
color: #474747;
font-family: Roboto;
font-size: 16px;
font-weight: 300;
padding-top: 60px;
padding-bottom: 80px;
min-height: 225px;
}

@media (max-width: 767px){
  .main-reason {
    text-align: center;
  }
}

.main-reason span{
color: #474747;
font-family: Roboto;
font-size: 24px;
font-weight: 700;
}

.special-aaImage-off .reason-icon {
display: none!important;
}

.special-aaVersion-on a.btn {
    background: #000000!important;
padding: 10px;
}
.special-aaVersion-on a.btn:before {
    display: none
}
.special-aaVersion-on a.btn:after {
    display: none
}

.reason-icon {
    width: 92px;
    height: 92px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 12px 21px rgba(0, 0, 0, 0.06);
	left: 20px;
    top: -60px;
    position: absolute;
}

@media (max-width: 767px){
  .reason-icon {
    left: calc(50% - 46px);
  }
}

.header-social span{display: none;}

.special-aaVersion-on .header-social span{display: inline;}

.container-top-form input.has-error {
border: 1px solid red;
}

.box-upper {
bottom: -20px;
}

@media (max-width: 767px){
  .box-upper {
	bottom: 0px;
  }
}


a.callButton {
    display: block;
    position: fixed;
    right: -100px;
    top: 40%;
    background-color: #015A30;
    /*background-image: linear-gradient(to left, rgba(38, 206, 144, 0.5) 0%, rgba(155, 117, 241, 0.5) 100%);*/
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 15px;
    z-index: 1200;
    border-radius: 5px;
    transform: rotate(270deg);
    border: none;
    box-shadow: -5px 5px 20px #00000030;
	transition: .1s ease-in box-shadow;
}

a.callButton:hover {
    box-shadow: -4px 4px 10px #00000030;
}

a.callButton:active {
    box-shadow: -2px 2px 10px #00000030;
}

@media (max-width: 767px){
	a.callButton {
		position: relative;
		transform: none;
		top: 0;
		left: 0;
		box-shadow: none!important;
		right: 0;
		overflow: hidden;
		height: 10px;
		border-radius: 0;
		width: calc(100% - 30px);
		text-align: center;
	}
}


.special-aaVersion-on a.callButton{
	background: none;
	box-shadow: none;
}

.overlay {
top:0;
right:0;
bottom:0;
left:0;
z-index:10;
display:none;
background-color:rgba(255,255,255,0.75);
position:fixed;
cursor:default
}

.overlay:target {
display:block
}

.popup {
width:350px;
top:-100%;
right:0;
left:50%;
z-index:20;
margin:0;
position:fixed;
padding:25px;
background:#fefefe;
-webkit-transform:translate(-50%,-500%);
-ms-transform:translate(-50%,-500%);
-o-transform:translate(-50%,-500%);
transform:translate(-50%,-500%);
-webkit-transition:-webkit-transform .6s ease-out;
-moz-transition:-moz-transform .6s ease-out;
-o-transition:-o-transform .6s ease-out;
transition:transform .6s ease-out;
box-shadow:0 0 40px #a9a9a9
}

.overlay:target+.popup {
-webkit-transform:translate(-50%,0);
-ms-transform:translate(-50%,0);
-o-transform:translate(-50%,0);
transform:translate(-50%,0);
top:20%;
z-index: 1000
}

@media (max-width: 767px){
	.overlay:target+.popup {
		top:20px;
		width: 100%;
		box-sizing: border-box;
		padding: 20px;
	}
}

.close {
position: absolute;
top: -30px;
right: -30px;
border: 4px solid #7790d2;
text-align: center;
border-radius: 50%;
background-color: #ffffff;
padding: 2px 7px;
font-weight: 900;
}

@media (max-width: 767px){
	.close {
		top: -15px;
		right: 0px;
	}
}

.close:hover {
border: 4px solid #7790d2;
}

.popup_txt {
width:350px;
text-align:center;
padding-top:10px
}

@media (max-width: 767px){
	.popup_txt {
		width: 100%
	}
}

.popup_head {
	width:350px;
	font-size:36px;
	text-align:center;
	color:#0560b3;
	line-height:1
}

@media (max-width: 767px){
	.popup_head {
		font-size:24px;
		width: 100%;
	}
}

.popup_input {
	font-size: 14px;
	color: #a09e9e;
	padding: 10px 40px;
	outline: none;
}

@media (max-width: 767px){
	.popup_input {
		padding: 10px;
	}
}

.popup_input input {
font-size:24px;
color:#a09e9e;
width:215px;
margin-top:5px;
padding:5px 25px;
outline: none;
text-align: center;
}

@media (max-width: 767px){
	.popup_input input {
		padding: 5px;
		width: 100%;
		box-sizing: border-box;
		border: 1px solid #59a5bb;
		border-radius: 4px;
	}
}

.popup_btn input.cme-btn {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  border-radius: 2px;
  background-color: #015A30;
  /*background-image: linear-gradient(to left, rgba(38, 206, 144, 0.5) 0%, rgba(155, 117, 241, 0.5) 100%);*/
  box-shadow: 0 5px 15px 0 rgba(0,0,0,0.2);
  padding: 14px 96px;
  border-radius: 3px;
  border: 0;
  cursor: pointer;
  outline: none;
}

.callme-result {
    text-align: center;
}

.popup_input input::-webkit-input-placeholder {
color:#a09e9e
}

.popup_input input::-moz-placeholder {
color:#a09e9e
}

.popup_btn {
width:350px;
text-align:center;
padding-top: 20px;
}

@media (max-width: 767px){
	.popup_btn {
		width: 100%
	}
}

.popup_btn a {
text-transform:uppercase;
text-decoration:none;
font-size:14px;
color:#fff;
border-radius:2px;
background-image:-moz-linear-gradient(180deg,#304f98 0%,#005aa7 100%);
background-image:-webkit-linear-gradient(180deg,#304f98 0%,#005aa7 100%);
background-image:-ms-linear-gradient(#304f98 0%,#005aa7 100%);
box-shadow:0 5px 15px 0 rgba(0,0,0,0.2);
padding:14px 96px;
border-radius:3px
}

.popup_input input.has-error {
    border: 2px solid red;
}
.row {
    width: 100%;
    float: left;
}

.header__container {
  width: 100%;
  max-width: 124rem;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  /*padding: 2.4rem 0 0;*/
  /*background-color: #fff;*/
}

@media (max-width: 767px){
	.header__container {
		max-width: 77rem;
	}
}

.header__menu {
  display: flex;
  justify-content: flex-end;
  margin: 3.6rem 0 0;
  padding-left: 0;
  list-style-type: none;
}
.header__menu>:not(:last-of-type) {
  padding-right: 3.2rem
}

.header__menu a {
  border-bottom: none;
}

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

Slider

-------------------------------- */
.cd-hero {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cd-hero-slider {
  position: relative;
  height: 360px;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding-inline-start: 0;
}
.cd-hero-slider li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.cd-hero-slider li.selected {
  /* this is the visible slide */
  position: relative;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-hero-slider li.move-left {
  /* slide hidden on the left */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.cd-hero-slider li.is-moving, .cd-hero-slider li.selected {
  /* the is-moving class is assigned to the slide which is moving outside the viewport */
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}
@media only screen and (min-width: 768px) {
  .cd-hero-slider {
    height: 400px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-hero-slider {
    height: 480px;
  }
}

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

Single slide style

-------------------------------- */
.cd-hero-slider li {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cd-hero-slider li:first-of-type {
  background-color: #2c343b;
}
.cd-hero-slider li:nth-of-type(2) {
  background-color: #3d4952;
  background-image: url("../assets/tech-1-mobile.jpg");
}
.cd-hero-slider li:nth-of-type(3) {
  background-color: #586775;
  background-image: url("../assets/tech-2-mobile.jpg");
}
.cd-hero-slider li:nth-of-type(4) {
  background-color: #2c343b;
  background-image: url("../assets/video-replace-mobile.jpg");
}
.cd-hero-slider li:nth-of-type(5) {

}

.cd-hero-slider li:nth-of-type(6) {
  background-color: #2c343b;
  background-image: url(../assets/main_11_23.jpg);
}



.cd-hero-slider .cd-full-width,
.cd-hero-slider .cd-half-width {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  /* this padding is used to align the text */
  padding-top: 20px;
  text-align: center;
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-hero-slider .cd-img-container {
  /* hide image on mobile device */
  display: none;
}
.cd-hero-slider .cd-img-container img {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cd-hero-slider .cd-bg-video-wrapper {
  /* hide video on mobile device */
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cd-hero-slider .cd-bg-video-wrapper video {
  /* you won't see this element in the html, but it will be injected using js */
  display: block;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  height: auto;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cd-hero-slider h2, .cd-hero-slider p {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  line-height: 1.2;
  margin: 0 auto 14px;
  color: #ffffff;
  width: 90%;
  max-width: 400px;
}
.cd-hero-slider h2 {
  font-size: 2.8rem;
}
.cd-hero-slider p {
  font-size: 1.8rem;
  line-height: 1.4;
}
.cd-hero-slider .cd-btn {
  display: inline-block;
  padding: 1.2em 1.4em;
  margin-top: .8em;
  background-color: #015A30;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
  border-bottom:none;
}
.cd-hero-slider .cd-btn.secondary {
  background-color: rgba(22, 26, 30, 0.8);
}
.cd-hero-slider .cd-btn:nth-of-type(2) {
  margin-left: 1em;
}
.no-touch .cd-hero-slider .cd-btn:hover {
  background-color: #d44457;
}
.no-touch .cd-hero-slider .cd-btn.secondary:hover {
  background-color: #161a1e;
}
@media only screen and (min-width: 768px) {
  .cd-hero-slider li:nth-of-type(2) {
    background-image: none;
  }
  .cd-hero-slider li:nth-of-type(3) {
    background-image: none;
  }
  .cd-hero-slider li:nth-of-type(4) {
    background-image: none;
  }
  .cd-hero-slider .cd-full-width,
  .cd-hero-slider .cd-half-width {
    padding-top: 50px;
  }
  .cd-hero-slider .cd-bg-video-wrapper {
    display: block;
  }
  .cd-hero-slider .cd-half-width {
    width: 45%;
  }
  .cd-hero-slider .cd-half-width:first-of-type {
    left: 5%;
  }
  .cd-hero-slider .cd-half-width:nth-of-type(2) {
    right: 5%;
    left: auto;
  }
  .cd-hero-slider .cd-img-container {
    display: block;
  }
  .cd-hero-slider h2, .cd-hero-slider p {
    max-width: 1020px;
  }
  .cd-hero-slider h2 {
    font-size: 2.4em;
    font-weight: 300;
  }
  .cd-hero-slider .cd-btn {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-hero-slider .cd-full-width,
  .cd-hero-slider .cd-half-width {
    /*padding-top: 120px; */
  }
  .cd-hero-slider h2, .cd-hero-slider p {
    margin-bottom: 20px;
  }
  .cd-hero-slider h2 {
    font-size: 4.2rem;
  }
  .cd-hero-slider p {
    font-size: 2.6rem;
  }
}

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

Single slide animation

-------------------------------- */
@media only screen and (min-width: 768px) {
  .cd-hero-slider .cd-half-width {
    opacity: 0;
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px);
  }
  .cd-hero-slider .move-left .cd-half-width {
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px);
  }
  .cd-hero-slider .selected .cd-half-width {
    /* this is the visible slide */
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-hero-slider .is-moving .cd-half-width {
    /* this is the slide moving outside the viewport
    wait for the end of the transition on the <li> parent before set opacity to 0 and translate to 40px/-40px */
    -webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
    -moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.5s;
    transition: opacity 0s 0.5s, transform 0s 0.5s;
  }
  .cd-hero-slider li.selected.from-left .cd-half-width:nth-of-type(2),
  .cd-hero-slider li.selected.from-right .cd-half-width:first-of-type {
    /* this is the selected slide - different animation if it's entering from left or right */
    -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
    -moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
    transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
  }
  .cd-hero-slider li.selected.from-left .cd-half-width:first-of-type,
  .cd-hero-slider li.selected.from-right .cd-half-width:nth-of-type(2) {
    /* this is the selected slide - different animation if it's entering from left or right */
    -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s;
    -moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s;
    transition: opacity 0.4s 0.4s, transform 0.5s 0.4s;
  }
  .cd-hero-slider .cd-full-width h2,
  .cd-hero-slider .cd-full-width p,
  .cd-hero-slider .cd-full-width .cd-btn {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  .cd-hero-slider .move-left .cd-full-width h2,
  .cd-hero-slider .move-left .cd-full-width p,
  .cd-hero-slider .move-left .cd-full-width .cd-btn {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  .cd-hero-slider .selected .cd-full-width h2,
  .cd-hero-slider .selected .cd-full-width p,
  .cd-hero-slider .selected .cd-full-width .cd-btn {
    /* this is the visible slide */
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-hero-slider li.is-moving .cd-full-width h2,
  .cd-hero-slider li.is-moving .cd-full-width p,
  .cd-hero-slider li.is-moving .cd-full-width .cd-btn {
    /* this is the slide moving outside the viewport
    wait for the end of the transition on the li parent before set opacity to 0 and translate to 100px/-100px */
    -webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
    -moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.5s;
    transition: opacity 0s 0.5s, transform 0s 0.5s;
  }
  .cd-hero-slider li.selected h2 {
    -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
    -moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
    transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
  }
  .cd-hero-slider li.selected p {
    -webkit-transition: opacity 0.4s 0.3s, -webkit-transform 0.5s 0.3s;
    -moz-transition: opacity 0.4s 0.3s, -moz-transform 0.5s 0.3s;
    transition: opacity 0.4s 0.3s, transform 0.5s 0.3s;
  }
  .cd-hero-slider li.selected .cd-btn {
    -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s, background-color 0.2s 0s;
    -moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s, background-color 0.2s 0s;
    transition: opacity 0.4s 0.4s, transform 0.5s 0.4s, background-color 0.2s 0s;
  }
}
/* --------------------------------

Slider navigation

-------------------------------- */
.cd-slider-nav {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
  text-align: center;
  height: 55px;
  background-color: rgba(0, 1, 1, 0.5);
}
.cd-slider-nav ul {
  padding-inline-start: 0;
  margin:0;
}
.cd-slider-nav nav, .cd-slider-nav ul, .cd-slider-nav li, .cd-slider-nav a {
  height: 100%;
}
.cd-slider-nav nav {
  display: inline-block;
  position: relative;
}
.cd-slider-nav .cd-marker {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 100%;
  color: #015A30;
  background-color: #ffffff;
  box-shadow: inset 0 2px 0 currentColor;
  -webkit-transition: -webkit-transform 0.2s, box-shadow 0.2s;
  -moz-transition: -moz-transform 0.2s, box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s;
}
.cd-slider-nav .cd-marker.item-2 {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.cd-slider-nav .cd-marker.item-3 {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -o-transform: translateX(200%);
  transform: translateX(200%);
}
.cd-slider-nav .cd-marker.item-4 {
  -webkit-transform: translateX(300%);
  -moz-transform: translateX(300%);
  -ms-transform: translateX(300%);
  -o-transform: translateX(300%);
  transform: translateX(300%);
}
.cd-slider-nav .cd-marker.item-5 {
  -webkit-transform: translateX(400%);
  -moz-transform: translateX(400%);
  -ms-transform: translateX(400%);
  -o-transform: translateX(400%);
  transform: translateX(400%);
}
.cd-slider-nav .cd-marker.item-6 {
  -webkit-transform: translateX(500%);
  -moz-transform: translateX(500%);
  -ms-transform: translateX(500%);
  -o-transform: translateX(500%);
  transform: translateX(500%);
}
.cd-slider-nav .cd-marker.item-7 {
  -webkit-transform: translateX(600%);
  -moz-transform: translateX(600%);
  -ms-transform: translateX(600%);
  -o-transform: translateX(600%);
  transform: translateX(600%);
}
.cd-slider-nav ul::after {
  clear: both;
  content: "";
  display: table;
}
.cd-slider-nav li {
  display: inline-block;
  width: 60px;
  float: left;
}
.cd-slider-nav li.selected a {
  color: #2c343b;
}
.no-touch .cd-slider-nav li.selected a:hover {
  background-color: transparent;
}
.cd-slider-nav a {
  display: block;
  position: relative;
  padding-top: 35px;
  font-size: 1rem;
  font-weight: 700;
  color: #a8b4be;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
  border-bottom:none;
}
.cd-slider-nav a::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  top: 8px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(/assets/cd-icon-navigation.svg) no-repeat 0 0;
}
.no-touch .cd-slider-nav a:hover {
  background-color: rgba(0, 1, 1, 0.5);
}
.cd-slider-nav li:first-of-type a::before {
  background-position: 0 0;
}
.cd-slider-nav li.selected:first-of-type a::before {
  background-position: 0 -24px;
}
.cd-slider-nav li:nth-of-type(2) a::before {
  background-position: -24px 0;
}
.cd-slider-nav li.selected:nth-of-type(2) a::before {
  background-position: -24px -24px;
}
.cd-slider-nav li:nth-of-type(3) a::before {
  background-position: -48px 0;
}
.cd-slider-nav li.selected:nth-of-type(3) a::before {
  background-position: -48px -24px;
}
.cd-slider-nav li:nth-of-type(4) a::before {
  background-position: -72px 0;
}
.cd-slider-nav li.selected:nth-of-type(4) a::before {
  background-position: -72px -24px;
}
.cd-slider-nav li:nth-of-type(5) a::before {
  background-position: -96px 0;
}
.cd-slider-nav li.selected:nth-of-type(5) a::before {
  background-position: -96px -24px;
}
@media only screen and (min-width: 768px) {
  .cd-slider-nav {
    height: 80px;
  }
  .cd-slider-nav .cd-marker,
  .cd-slider-nav li {
    width: 95px;
  }
  .cd-slider-nav a {
    padding-top: 48px;
    font-size: 0.8rem;
    text-transform: uppercase;
    box-sizing:border-box;
  }
  .cd-slider-nav a::before {
    top: 18px;
  }
}

/* NEWS */

.news {

}

.news,.news__main {
  display: flex;
  flex-wrap: wrap
}

.news__main {
  width: 50%
}

@media (max-width: 1023px) {
  .news__main {
    width:100%
  }
}

.news__main .news-item {
  width: calc(100% - 1.6rem);
  //margin: .8rem;
	margin: 0.8rem 0.8rem  0.8rem 0rem;
}

.news__main .news-item__title {
  margin-bottom: 3.2rem;
}

@media (max-width: 767px) {
  .news__main .news-item__title {
  margin-bottom: 1.16rem;//add
}
}


.news__common {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: .8rem
}

.news__common:empty {
  margin-top: 0
}

.news__common._margin-y {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem
}

.news__common._margin-y .news-item {
  width: calc(50% - 1.6rem);
  margin: .8rem
}

@media (max-width: 767px) {
  .news__common._margin-y .news-item {
    width:calc(100% - 1.6rem);
    margin: .8rem
  }
}

.news__common .news-item {
  width: calc(25% - 1.6rem);
  margin: .8rem
}

.news__common .news-item._double {
  width: calc(50% - 1.6rem);
  margin: .8rem
}

@media (max-width: 1023px) {
  .news__common .news-item {
    width:calc(50% - 1.6rem);
    margin: .8rem
  }
}

@media (max-width: 767px) {
  .news__common .news-item,.news__common .news-item._double {
    width:calc(100% - 1.6rem);
    margin: .8rem
  }
}

.news__sub {
  display: flex;
  flex-wrap: wrap;
  width: 50%
}

@media (max-width: 1023px) {
  .news__sub {
    width:100%
  }
}

.news__sub .news-item {
  width: calc(50% - 1.6rem);
  margin: .8rem;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .news__sub .news-item {
    width:calc(100% - 1.6rem);
    margin: .8rem;
	height: auto !important;
	min-height: 23rem !important;
  }
}

.news__blog {
  display: flex;
  width: 100%
}

@media (max-width: 1023px) {
  .news__blog {
    flex-wrap:wrap
  }
}

.news__blog .news-item {
  height: auto;
  margin: .8rem
}

@media (max-width: 1023px) {
  .news__blog .news-item {
    width:calc(100% - 1.6rem);
    margin: .8rem
  }
}

@media (min-width: 1024px) {
  .news__blog .news-item:first-child {
    flex-shrink:0;
    width: 71.6rem
  }
}

@media (min-width: 1024px) {
  .news__blog .news-item__content {
    padding:3.2rem
  }
}

.news__blog .news-item__text>p {
  font-size: 1.6rem;
  line-height: 2.3rem;
  max-width: 39rem;
  margin-top: 5.2rem
}

@media (max-width: 767px) {
  .news__blog .news-item__text>p {
    margin-top:2rem
  }
}

.news__blog .news-item .btn._read-more {
  margin-top: 4.8rem
}

@media (max-width: 767px) {
  .news__blog .news-item .btn._read-more {
    margin-top:3.2rem
  }
}

.news._is-common .news-item {
  height: 30.5rem
}

.news._is-common .news-item__text {
  overflow: hidden
}

.news._is-common .news-item h3 {
  max-height: 7rem;
  margin-top: 0
}

.news._is-common .news-item .news-item__description {
  height: 6.4rem
}

@media (max-width: 767px) {
  .news._is-common .news-item {
    height:auto
  }
}

.news.news-media ._main {
  background: transparent
}

.news.news-media ._main .news-item__content {
  position: absolute;
  bottom: 0;
  height: 100%;
  background-color: transparent
}

@media (max-width: 1023px) {
  .news.news-media ._main .news-item__content {
    bottom:0;
    height: auto;
    padding: 2.4rem
  }
}

@media (max-width: 767px) {
  .news.news-media ._main .news-item__content {
    padding:1.6rem
  }
}

.news.news-media ._main .news-item__content a {
  margin-bottom: 0
}

.news.news-media ._main .news-item__content ._read-more {
  display: none
}

.news.news-media ._main .news-item__text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end
}

.news.news-media ._main .news-item__image-wrap {
  height: 100%
}

.news.news-media .news-item__icon {
  position: absolute;
  top: 1.6rem;
  left: 0;
  z-index: 2;
  display: block;
  width: 6.3rem;
  height: 6.3rem
}

@media (max-width: 767px) {
  .news.news-media .news-item__icon {
    width:4.3rem;
    height: 4.3rem
  }
}

.news.news-media .news-item__icon svg {
  display: flex;
  width: 100%;
  height: 100%;
  transition: opacity .25s ease
}

@media (min-width: 1024px) {
  .news.news-media .news-item__icon:hover svg {
    opacity:.7
  }
}

.news.news-media .news__common .news-item__content,.news.news-media .news__sub .news-item__content {
  background-color: #fff
}

.news.news-media .news__common .news-item__text h3,.news.news-media .news__sub .news-item__text h3 {
  max-height: 7rem;
  margin: 0
}

.news.news-media .news__common .news-item__description,.news.news-media .news__sub .news-item__description {
  height: 6.4rem
}

.news.news-media .news-item:hover ._hover-img {
  height: 14rem
}

.news._gallery {
  margin-bottom: 2.4rem
}

.news._gallery .news-item {
  height: auto!important;
  max-height: unset!important
}

.news-item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  //height: 37.7rem;
  border: 1px solid #ececec;
  overflow: hidden;
  background: #fff
}

.news-item.new-item__main {
	height: 29.3rem;//add
}

.news-item._double {
  max-height: 28.7rem
}

.news-item__image-wrap._hover-img {
    display: block;
    flex-shrink: 0;
    transition: height .25s ease;
    will-change: height;
}

@media (min-width: 1024px) {
  .news-item:hover .news-item__text h3 {
    //color:#0072bc;
	color: #01713c;
  }

  .news-item:hover .news-item__description {
    //height: 9rem;
	height: 22rem
  }

  .news-item:hover ._hover-img {
    height: 0
  }
}

@media (min-width: 1024px) {
  .news-item:hover ._read-more>* {
    transform:translateX(0)
  }

  .news-item:hover ._read-more svg._icon-arrow-right {
    transform: translateX(0) scaleX(0);
    transform-origin: left
  }
}

@media (max-width: 767px) {
  .news-item {
    height:auto
  }
}

.news-item__important-text {
  position: absolute;
	//top: 2.5rem;
	top: 0.5rem;
  right: 0;
  z-index: 2;
  padding: 1rem 1.4rem;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: .085em;
  text-transform: uppercase;
  background: #015A30;
  transition: opacity .25s ease;
  transition-property: opacity
}

@media (max-width: 1023px) {
  .news-item__important-text {
    display:none
  }
}

@media (min-width: 1024px) {
  .news-item__important-text:hover {
    opacity:.7
  }
}

.news-item._main {
  width: 100%;
  height: 77rem;
  border: 0;
  color: #fff;
  background: #015A30
}

@media (max-width: 1023px) {
  .news-item._main {
    height:auto!important
  }
}

.news-item._main .btn._read-more {
  color: #fff
}

.news-item._main h2 {
  margin-top: 0;
  padding-top: 2rem;
  color: #FFF;
}

@media (max-width: 767px) {
  .news-item._main h2 {
    padding-top:0
  }
}

.news-item._dark {
  color: #fff;
  background-color: #0072bc
}

.news-item._dark .news-item__bg:after {
  background-color: #000
}

.news-item._dark .btn._read-more,.news-item._dark .news-item__date {
  color: #fff
}

.news-item__header {
  position: relative;
  width: 100%;
 // margin-bottom: 2.4rem;
	margin-bottom: 0;
}

@media (max-width: 767px) {
  .news-item__header {
    margin-bottom:0
  }
}

.news-item__date {
  //font-size: 1.4rem;
	font-size: 1.1rem;
  line-height: 2.2rem;
  display: inline-block;
  color: #838383;
  font-weight: 800
}

@media (max-width: 767px) {
  .news-item__date {
    //margin-bottom:1.6rem;
    //font-size: 1.2rem;
	margin-bottom:0.5rem;
    font-size: 1rem;
  }
}

._main .news-item__date {
  color: #fff
}

.news-item__tag {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  transition: opacity .25s ease;
  transition-property: opacity
}

@media (min-width: 1024px) {
  .news-item__tag:hover {
    opacity:.7
  }
}

.news-item__tag._small {
  position: absolute;
  top: 50%;
  right: -1.6rem;
  z-index: 3;
  max-width: 17rem;
  padding: 1rem 1.4rem;
  overflow: hidden;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 2px;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #0072bc;
  transform: translateY(-50%);
  content: ""
}

@media (max-width: 767px) {
  .news-item__tag._small {
    top:30%;
    font-size: 1.2rem
  }
}

.news-item._double .news-item__tag._small {
  max-width: 24.5rem
}

@media (max-width: 767px) {
  .news-item__tag {
    margin-bottom:2rem
  }
}

.news-item__bg {
  z-index: 0
}

.news-item__bg,.news-item__bg:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.news-item__bg:after {
  background-color: #fff;
  opacity: .4;
  content: ""
}

.news-item__image-wrap {
  height: 14rem;
  overflow: hidden
}

._main .news-item__image-wrap {
  //height: 30.6rem;
	//height: 23rem;
	height: 28rem;
}

@media (max-width: 767px) {
  ._main .news-item__image-wrap {
    //height:14rem;
 	height: 11rem;
  }
.news-item__image-wrap {
  height: 12rem;
}
}

.news-item__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform .25s ease;
  will-change: transform
}

.news-item__image:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: ""
}

.news-item__content {
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: flex-start;
  //padding: 2.4rem 1.6rem 1.6rem;
	padding: 1.1rem 1.6rem 1.6rem;
	overflow: hidden;
}

@media (max-width: 767px) {
  .news-item__content {
    padding: 0rem 1.6rem 0rem 1.6rem;
	//padding:1.6rem;
  }
}

._main .news-item__content {
  padding: 3.2rem;
  color: #fff
}

@media (max-width: 767px) {
  ._main .news-item__content {
    //padding:1.6rem;
	padding: 0rem 1.6rem 1.6rem 1.6rem;
  }
.news-item__title {
	margin-bottom: 0rem !important;
}
}

.news-item__title {
  display: block;
  max-height: 21rem;
  margin-bottom: 1.6rem;
  overflow: hidden
}

.news-item__title.link-over-content:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  content: ""
}

.news-item__title h2 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis
}

@media (max-width: 767px) {
  .news-item__title h2 {
    margin-top:0
  }
}

.news-item__title * {
  margin-bottom: 0
}

.news-item__text {
  flex-grow: 1
}

.news-item__text h3 {
  max-height: 14rem;
  margin-top: 0;
  transition: color .25s ease;
  text-transform: none;
	font-size:	1.6rem;
	font-weight: 900;
	line-height: 1.7rem;//add
}

@media (max-width: 767px) {
  .news-item__text h3 {
    //width:80%;
	width: 100%;
    margin: 0;
	font-size:	1.4rem;
	font-weight: 900;
	line-height: 1.5rem;//add
}
  }
}

.news-item__text div,.news-item__text p {
  //font-size: 1.4rem;
	font-size: 1.1rem;
  //line-height: 2.2rem;
	line-height: 1.5rem;
  	//max-height: 11rem;
 	max-height: 21rem;
  margin: 0;
  overflow: hidden
}

@media (max-width: 767px) {
	.news-item__text div,.news-item__text p {
	font-size: 1rem;
	line-height: 1.2rem;
}
}

._main .news-item__text div,._main .news-item__text p {
  color: #fff;
  opacity: .8
}

.news-item__text div {
  font-size: 1.4rem;
  line-height: 2.2rem
}

.news-item__description {
  display: block;
  height: 0;
  overflow: hidden;
  transition: height .25s ease
}

@media (max-width: 767px) {
	.news-item__description {
  	margin: 0;
}
}

.news-item .btn._read-more {
  margin: 2.4rem 0 1rem;
  font-size: 1.2rem
}

.news-item._main .btn._read-more {
  margin-bottom: 0
}

@media (max-width: 767px) {
	.news-item._main .btn._read-more {
  	margin: 0;
	font-size: 0.8rem;
}
}


.news-item._text-content {
  width: calc(100% - 2rem)!important;
  height: 65rem
}

.news-item._height-auto {
  height: auto!important
}



.btn._read-more {
  //font-size: 1.4rem;
	font-size: 1.1rem;
  line-height: 1.1rem;
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.4rem 2.4rem 0 0;
  overflow: hidden;
  //color: #0072bc;
	color: #015a30;
  font-weight: 700;
  letter-spacing: .085em;
  text-transform: uppercase
}

@media (max-width: 1023px) {
  .btn._read-more {
    margin:0;
    padding: 1.6rem 0 0;
    font-size: 1rem
  }

  .btn._read-more ._icon-arrow-right-full {
    display: none
  }
}

.btn._read-more._white {
  color: #fff
}

.btn._read-more._margin-top {
  margin-top: 3rem
}

.btn._read-more>* {
  transform: translateX(-4.8rem);
  transition: transform .3s ease;
  will-change: transform
}

@media (max-width: 1023px) {
  .btn._read-more>* {
    transform:translateX(0)
  }
}

@media (min-width: 1024px) {
  .btn._read-more:hover>* {
    transform:translateX(0)
  }

  .btn._read-more:hover svg._icon-arrow-right {
    transform: translateX(0) scaleX(0);
    transform-origin: left
  }
}

.btn._read-more span {
  margin-bottom: -1px
}

.btn._read-more svg._icon-arrow-right-full {
  width: 3.6rem;
  height: 1.2rem;
  margin-right: 1.2rem
}

.btn._read-more svg._icon-arrow-right {
  width: .8rem;
  height: 1.2rem;
  margin-left: 1.6rem
}

@media (max-width: 767px) {
  .btn._read-more svg._icon-arrow-right {
    height:1rem
  }
}

@media (max-width: 767px) {
  .btn._read-more+.rss {
    margin-top:1.6rem!important
  }
}


.main .news-rector {
  display: flex
}

@media (max-width: 1023px) {
  .main .news-rector {
    flex-direction:column
  }
}

.main .news-rector .rector-card {
  //flex: 1 0 auto;
	flex: 1 0 26rem;
}

@media (min-width: 1024px) {
  .main .news-rector .special-card {
    //flex:0 1 52.4rem;
	//flex: 0.8 1 46rem;
	//flex: 0.8 1 29rem;
	//flex: 0.8 1 30.5rem;
	flex: 0.8 1 30rem;
	margin-left: 1.8rem
  }
}


.rector-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  //height: 46.9rem;
	//height: 40rem;
	height: 32rem;
	padding: 3.2rem;
  overflow: hidden;
  color: #000;
  background: linear-gradient(326.13deg,#f8f8f8 24.95%,#d9d9d9 67.46%);
	//width: calc(50% - 7rem)
}

@media (max-width: 1023px) {
  .rector-card {
    margin-bottom:1.2rem;
    padding: 2.4rem
  }
}

@media (max-width: 767px) {
  .rector-card {
    height:auto !important;
   // min-height: 25.4rem;
	 min-height: 23rem;
    padding: 2rem;
	//padding: 1.6rem;
	//width:	100%;
	box-sizing: border-box;
 }
}

.rector-card__image {
  position: absolute;
  //top: 3%;
	top: 1%;
  	//right: -20%;
	right: -15%;
	z-index: 0;
 // width: 75%;
	width: 105%;
  //height: 100%;
	height: 105%;
  -o-object-fit: contain;
  object-fit: contain;
	//-o-object-fit: cover;
  //object-fit: cover;
  -o-object-position: right;
  object-position: right;
  transform: rotate(-6deg)
}


@media (max-width: 767px) {
  .rector-card__image {
    display:none
  }
}

.rector-card__text {
  position: relative;
  z-index: 1;
  //max-width: 35rem;
	max-width: 30rem;
	max-width: 26rem
}

@media (max-width: 767px) {
  .rector-card__text {
    //margin-top:3.2rem;
	margin-top: 2rem;
  }

  .rector-card__text .btn {
    position: static;
    padding: 0
  }
}

.rector-card__date {
  font-weight: 800;
  font-size: 1.4rem;
  line-height: 2.2rem;
  display: inline-block;
  margin-bottom: 1.2rem;
  color: #838383
}

@media (max-width: 767px) {
  .rector-card__date {
    margin-bottom:.8rem
  }
}

.rector-card__subtitle {
  margin: 3.2rem 0 0;
  color: #4e4e4e;
	font-size: 1.2rem;
	line-height: 1.5rem;
}

@media (max-width: 767px) {
  .rector-card__subtitle {
    //margin:2.4rem 0 0;
 	 margin:0.5rem 0 0;
 }
}

/*._visually-h2, h2 {
  font-weight: 700;
  font-size: 3rem;
  //line-height: 4.7rem;
	line-height: 4.1rem;
}*/

._visually-h2 {
  font-weight: 700;
  font-size: 3rem;
  //line-height: 4.7rem;
	line-height: 4.1rem;
}

.h2_topic{
	font-size: 2.5rem; 
	line-height: 1;
}
	.pad_topic{
	padding-top: 0.7rem;
	}
@media (max-width: 767px) {
	.h2_topic{
	font-size: 1.8rem; 
			//line-height: 1;
}
.pad_topic{
	padding-top: 0;
	}
}

@media (max-width: 767px) {
  ._visually-h2, h2 {
  //font-weight: 700;
	 font-size: 1.7rem;
	line-height: 2.1rem;
	text-transform: none;
}
}

.rector-card h2,.rector-card h3 {
  margin: 0;
}

.rector-card__text h3 {
  font-size: 1.8rem;
	text-transform: none;
}

.special-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
	// height: 46.9rem;
	//height: 40rem;
	height: 32rem;
  padding: 3.2rem;
  overflow: hidden;
  color: #fff
}

@media (max-width: 1023px) {
  .special-card {
    padding:2.4rem
  }
}

@media (max-width: 767px) {
  .special-card {
    height:auto !important;
    min-height: 23rem !important;
    //padding: 1.6rem 1.6rem 1.6rem;
	padding: 2rem;
  	width:	100%;
	box-sizing: border-box;
}
}

.special-card__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.special-card__date {
  font-weight: 800;
  font-size: 1.4rem;
  line-height: 2.2rem;
  display: inline-block;
  margin-bottom: 1.2rem;
  color: #838383
}

.special-card__text {
  max-width: 35rem
}

@media (max-width: 767px) {
  .special-card__text h2 {
   // padding-bottom: 3rem;
    line-height: 3rem;
    font-size: 3rem;
	text-transform: none;
  }
}

.special-card h2,.special-card h3 {
  margin: 0
}

.announcement {
  display: flex;
  flex-direction: column
}

.announcement__header {
  position: relative;
  display: flex;
  align-items: center;
  //margin-bottom: 3.2rem;
	margin-bottom: 0rem
}

@media (max-width: 767px) {
  .announcement__header {
  position: relative;
	display: block;
  align-items: center;
 //margin-bottom: 0rem
}
}

.announcement__button {
  color: #0072bc;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  background-color: #fff;
  transition: color .25s ease,background .25s ease,border .25s ease;
  margin-right: 4rem;
  padding: 1.5rem 4rem;
  border: 1px solid #0072bc;
  text-transform: uppercase;
  background-color: transparent
}
.announcement-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.announcement-card__box {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: flex-end;
}

.announcement-card__img {
  aspect-ratio: 0.8;
  height: unset;
  //border-radius: 2rem;
  overflow: hidden;
}
.announcement-card__title {
  margin-top: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  color: rgb(13, 17, 64);
}

@media (min-width: 1024px) {
  .announcement__button:hover {
    color:#fff;
    background-color: #0072bc
  }
}

@media (min-width: 1024px) {
  .announcement__button:hover:active {
    background-color:#0d8de0
  }
}

@media (max-width: 767px) {
  .announcement__button {
    margin-right:0;
    margin-bottom: 2rem
  }
}

.announcement svg {
  width: 2.6rem;
  height: 2.6rem
}

.announcement__controls {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding: 0
}

@media (max-width: 1023px) {
  .announcement__controls {
    justify-content:flex-end;
    width: 100%
  }

  .announcement__controls .announcement__button {
    margin-top: 1.6rem;
    margin-right: auto
  }
}

@media (max-width: 1023px) and (max-width:767px) {
  .announcement__controls .announcement__button {
    width:100%;
    margin-right: 0;
    margin-bottom: 0
  }
}

@media (max-width: 767px) {
  .announcement__controls>:not(.announcement__button) {
    display:none
  }
}

.announcement__controls .left-arrow {
  margin-right: 1.2rem
}

.announcement__controls .left-arrow {
  margin-right: 1.2rem;
}
.button._green {
  background: #015A30;
}
.button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.2rem;
  height: 4.2rem;
  margin-right: 1rem;
  padding: 0;
  border: none;
  background-color: #fff;
  outline: none;
  transition: all .25s ease;
}

.button.down-arrow.button._green:after,.button.left-arrow.button._green:after,.button.right-arrow.button._green:after,.button.up-arrow.button._green:after {
  border-right-color: #fff;
  border-bottom-color: #fff;
}



.button.down-arrow:after,.button.left-arrow:after,.button.right-arrow:after,.button.up-arrow:after {
  display: inline-block;
  width: .8rem;
  height: .8rem;
  border-right: 2px solid #0072bc;
  border-bottom: 2px solid #0072bc;
  transform: rotate(135deg);
  transition: all .25s ease;
  content: ""
}

.button.right-arrow:after {
  margin-right: .38775rem;
  margin-left: 0;
  transform: rotate(-45deg)
}


/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
  200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
  200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
  200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube slide shadows end */
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}


.swiper {
  width: 100%;
  height: 400px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 280px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-video {
  margin-top: 2rem;
  height:900px;
}

.banner-video.mb-hide > div{
	z-index: 2;
} 