@charset "UTF-8";
/* mixin */ /* Media queries */
/* Container */
body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
}

h1 {
  font-family: "Roboto Slab", serif;
  font-size: 32px;
  line-height: 36px;
  color: #333;
  font-weight: 400;
}

.h2 {
  font-family: "Roboto Slab", serif;
  font-size: 48px;
  color: #423f54;
  color: #555;
}

.h3 {
  font-size: 20px;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
}

p {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #555;
}

.list li {
  list-style: none;
  font-size: 14px;
  color: #555;
  position: relative;
  line-height: 25px;
}
.list li:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #dacdcd;
  top: 8px;
  left: -15px;
}

.gray {
  background-color: #f4f7fd;
}

.h2 {
  font-size: 30px;
  line-height: 50px;
  font-family: "Roboto Slab", serif;
  color: #423f54;
  position: relative;
  padding-bottom: 30px;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .h2 {
    font-size: 25px;
  }
}

a {
  color: #6472b7;
  outline: none;
}

a:focus {
  outline: none;
}

.active {
  background: #6472b7 !important;
}
.active a {
  color: #fff !important;
}

.more-project {
  transition: all 0.2s;
  text-decoration: none;
  font-size: 16px;
  line-height: 60px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #6472b7;
  border: 1px solid #6472b7;
  margin: 0 auto;
  display: block;
  width: 250px;
  height: 60px;
  text-align: center;
  text-transform: uppercase;
  margin: 30px auto;
}
.more-project:hover {
  background: #6472b7;
  color: #fff;
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 90%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 50px;
    padding-left: 50px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

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

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #293048;
  opacity: 0.7;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  backface-visibility: hidden;
  scroll-behavior: smooth;
}
@media (max-width: 997px) {
  .mfp-wrap {
    position: fixed !important;
    top: 0 !important;
    overflow-y: auto;
  }
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 0.9rem;
  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: 20px auto;
  text-align: left;
  z-index: 1045;
  max-width: 100%;
}
.mfp-content h3,
.mfp-content .h3 {
  color: #333;
  margin: 0px 0 30px;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 24px;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
  color: #333;
}
@media (max-width: 997px) {
  .mfp-content h3,
  .mfp-content .h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    font-family: "Roboto", sans-serif;
  }
}
@media (max-width: 768px) {
  .mfp-content h3,
  .mfp-content .h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    font-family: "Roboto", sans-serif;
  }
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  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: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-counter {
  position: absolute;
  top: 5px;
  right: 10px;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-family: "Roboto", sans-serif;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  margin: 0;
  top: calc(50% - 25px);
  margin-top: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  background: rgb(255, 255, 255);
}
@media (max-width: 997px) {
  .mfp-arrow {
    width: 40px;
    height: 40px;
  }
}
.mfp-arrow:active {
  margin-top: 0px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  background: rgb(255, 255, 255);
}
.mfp-arrow:before, .mfp-arrow:after {
  display: block;
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 5L21 12M21 12L14 19M21 12L3 12' stroke='%235B5B64' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  text-indent: 0;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
}
@media (max-width: 997px) {
  .mfp-arrow:before, .mfp-arrow:after {
    width: 17px;
    height: 17px;
    top: calc(50% - 8px);
    left: calc(50% - 8px);
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.0212 3.57447L14.7871 8.34043M14.7871 8.34043L10.0212 13.1064M14.7871 8.34043L2.53179 8.34043' stroke='%23505777' stroke-width='1.3617' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
}
.mfp-arrow:after {
  opacity: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 5L21 12M21 12L14 19M21 12L3 12' stroke='%230457D4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media (max-width: 997px) {
  .mfp-arrow:after {
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.0212 3.57447L14.7871 8.34043M14.7871 8.34043L10.0212 13.1064M14.7871 8.34043L2.53179 8.34043' stroke='%230457D4' stroke-width='1.3617' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
}
.mfp-arrow:hover {
  background: #f1f8fc;
}
.mfp-arrow:hover:before {
  opacity: 0;
}
.mfp-arrow:hover:after {
  opacity: 1;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:before, .mfp-arrow-left:after {
  transform: rotate(180deg);
}

.mfp-arrow-right {
  right: 0;
}

.mfp-iframe-holder {
  padding-top: 4.54rem;
  padding-bottom: 4.54rem;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 102.2rem;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 30px 0 30px;
  margin: 0 auto;
  max-height: 90vh !important;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  bottom: 30px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-with-pager .mfp-content {
  margin: 20px auto 150px;
  height: calc(100vh - 20px - 150px);
}
@media (max-width: 1200px) {
  .mfp-with-pager .mfp-content {
    margin: 15px auto 100px;
    height: calc(100vh - 15px - 100px);
  }
}
@media (max-width: 768px) {
  .mfp-with-pager .mfp-content {
    margin: 15px auto 65px;
    height: calc(100vh - 15px - 65px);
  }
}
.mfp-with-pager .mfp-content .mfp-figure {
  display: flex;
  align-items: center;
  align-content: center;
  height: 100%;
  position: relative;
}
.mfp-with-pager .mfp-content .mfp-figure:after {
  background: none;
  box-shadow: none;
}
.mfp-with-pager img.mfp-img {
  padding-bottom: 150px;
  max-height: calc(100vh - 150px) !important;
}
@media (max-width: 1200px) {
  .mfp-with-pager img.mfp-img {
    max-height: calc(100vh - 100px) !important;
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .mfp-with-pager img.mfp-img {
    max-height: calc(100vh - 65px) !important;
    padding-bottom: 65px;
  }
}
.mfp-with-pager .mfp-bottom-bar {
  background: none;
  text-align: center;
  margin-top: 0px;
  height: 150px;
  display: flex;
  align-items: center;
  align-content: center;
  top: auto;
  bottom: 0;
}
@media (max-width: 1200px) {
  .mfp-with-pager .mfp-bottom-bar {
    height: 100px;
  }
}
@media (max-width: 768px) {
  .mfp-with-pager .mfp-bottom-bar {
    height: 65px;
  }
}
.mfp-with-pager .mfp-bottom-bar .mfp-title {
  display: none;
}
.mfp-with-pager .mfp-bottom-bar .mfp-counter {
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .mfp-with-pager .mfp-bottom-bar .mfp-counter {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    font-family: "Roboto", sans-serif;
  }
}
@media (max-width: 768px) {
  .mfp-with-pager .mfp-bottom-bar .mfp-counter {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    font-family: "Roboto", sans-serif;
  }
}
.mfp-with-pager .mfp-bottom-bar .mfp-counter span {
  display: inline-block;
  position: relative;
  font-weight: 300;
  font-size: 48px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  margin-left: 15px;
}
@media (max-width: 1200px) {
  .mfp-with-pager .mfp-bottom-bar .mfp-counter span {
    font-weight: 300;
    font-size: 40px;
    line-height: 20px;
    font-family: "Roboto", sans-serif;
  }
}
@media (max-width: 768px) {
  .mfp-with-pager .mfp-bottom-bar .mfp-counter span {
    font-weight: 300;
    font-size: 30px;
    line-height: 16px;
    font-family: "Roboto", sans-serif;
  }
}
.mfp-with-pager .mfp-bottom-bar .mfp-counter span:before {
  display: block;
  position: absolute;
  content: "";
  width: 1px;
  height: 40px;
  transform: rotate(10deg);
  background: #fff;
  color: #fff;
  left: -10px;
  top: -7px;
}
@media (max-width: 1200px) {
  .mfp-with-pager .mfp-bottom-bar .mfp-counter span:before {
    height: 35px;
  }
}
@media (max-width: 768px) {
  .mfp-with-pager .mfp-bottom-bar .mfp-counter span:before {
    height: 25px;
    top: -5px;
  }
}
.mfp-with-pager .mfp-pager {
  position: absolute;
  text-align: center;
  left: 0;
  bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  cursor: auto;
}
@media (max-width: 997px) {
  .mfp-with-pager .mfp-pager {
    justify-content: flex-start;
  }
}
@media (max-width: 1200px) {
  .mfp-with-pager .mfp-pager {
    bottom: 20px;
  }
}
@media (max-width: 768px) {
  .mfp-with-pager .mfp-pager {
    bottom: 15px;
  }
}
.mfp-with-pager .mfp-pager .mfp-page {
  width: 120px;
  height: 120px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 8px;
  position: relative;
  cursor: pointer;
  flex: 0 0 120px;
}
@media (max-width: 1200px) {
  .mfp-with-pager .mfp-pager .mfp-page {
    flex: 0 0 80px;
    height: 80px;
  }
}
@media (max-width: 768px) {
  .mfp-with-pager .mfp-pager .mfp-page {
    flex: 0 0 50px;
    height: 50px;
  }
}
.mfp-with-pager .mfp-pager .mfp-page:before {
  border: 5px solid #a8d5ff;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  display: block;
  position: absolute;
  content: "";
  opacity: 0;
}
@media (max-width: 768px) {
  .mfp-with-pager .mfp-pager .mfp-page:before {
    border: 2px solid #a8d5ff;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
  }
}
.mfp-with-pager .mfp-pager .mfp-page.active:before {
  opacity: 1;
}

.mfp-bottom-bar {
  margin-top: -30px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  color: #fff;
  font-weight: 700;
  font-size: 3.6px;
  line-height: 4.3px;
  font-family: "Roboto", sans-serif;
  margin: 3.4rem 0 1.7rem;
  position: relative;
  word-wrap: break-word;
  padding-right: 4rem;
}
@media (max-width: 997px) {
  .mfp-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    font-family: "Roboto", sans-serif;
    padding: 0px 10px 10px 10px;
    text-align: center;
  }
}

.mfp-text {
  width: 885px;
  background: #FFFFFF;
  box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.3);
  padding: 30px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  color: #323338;
  position: relative;
}
@media (max-width: 997px) {
  .mfp-text {
    width: 100%;
  }
}

.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;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 0.68rem;
    padding-right: 0.68rem;
  }
}
.mfp-header {
  bottom: 100%;
  top: auto !important;
  font-weight: 400;
  font-size: 36px;
  line-height: 36px;
  font-family: "Roboto", sans-serif;
  color: #fff;
  margin-bottom: 20px;
  font-size: 36px !important;
}
@media (max-width: 997px) {
  .mfp-header {
    font-weight: 400;
    font-size: 28px;
    line-height: 28px;
    font-family: "Roboto", sans-serif;
    font-size: 26px !important;
  }
}
@media (max-width: 768px) {
  .mfp-header {
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
    font-family: "Roboto", sans-serif;
    font-size: 22px !important;
  }
}

.mfp-close,
button.mfp-close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 2;
  display: block;
  text-indent: -9999px;
  background: none;
  padding: 0;
  border: none;
}
@media (max-width: 768px) {
  .mfp-close,
  button.mfp-close {
    top: 0px;
    right: 0px;
  }
}
.mfp-close:before, .mfp-close:after,
button.mfp-close:before,
button.mfp-close:after {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 28px;
  height: 2px;
  background-color: #3e4b8f;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.mfp-close:before,
button.mfp-close:before {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.mfp-close:after,
button.mfp-close:after {
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.mfp-close:hover:before,
button.mfp-close:hover:before {
  transform: translate3d(-50%, -50%, 0) rotate(135deg);
}
.mfp-close:hover:after,
button.mfp-close:hover:after {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.mfp-img-group .mfp-close,
.mfp-img-group button.mfp-close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 2;
  display: block;
  text-indent: -9999px;
  background: #fff;
  padding: 0;
  border: none;
}
.mfp-img-group .mfp-close:before, .mfp-img-group .mfp-close:after,
.mfp-img-group button.mfp-close:before,
.mfp-img-group button.mfp-close:after {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 28px;
  height: 2px;
  background-color: #3e4b8f;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.mfp-img-group .mfp-close:before,
.mfp-img-group button.mfp-close:before {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.mfp-img-group .mfp-close:after,
.mfp-img-group button.mfp-close:after {
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.mfp-img-group .mfp-close:hover:before,
.mfp-img-group button.mfp-close:hover:before {
  transform: translate3d(-50%, -50%, 0) rotate(135deg);
}
.mfp-img-group .mfp-close:hover:after,
.mfp-img-group button.mfp-close:hover:after {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* design*/
.header {
  overflow: hidden;
}
.header .nav-row {
  height: 90px;
}
@media (max-width: 768px) {
  .header .nav-row {
    height: 190px;
  }
}
@media (max-width: 1400px) {
  .header .nav-row {
    height: 120px;
  }
}
.header .logo {
  display: flex;
  align-items: center;
}
.header .logo__item {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #000;
}
.header .logo img {
  width: 135px;
}
@media (max-width: 768px) {
  .header .logo {
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .header .logo {
    justify-content: center;
    padding-bottom: 20px;
  }
}
.header .logo .logo-text {
  padding: 10px;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  margin-left: 10px;
  position: relative;
}
.header .logo .logo-text:before {
  content: "";
  width: 1px;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  bottom: 0;
  background-color: #eaeaea;
}
@media (max-width: 576px) {
  .header .logo .logo-text:before {
    display: none;
  }
}
@media (max-width: 576px) {
  .header .logo .logo-text {
    padding-left: 0;
  }
}
.header .menu {
  justify-content: space-around;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 576px) {
  .header .menu {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.header .menu .toggle-menu {
  display: none;
  padding: 15px 0px;
  background-color: #006334;
  width: 50px;
  height: 50px;
  position: fixed;
  z-index: 999;
  top: 5px;
  left: 5px;
  border: 1px solid #fff;
}
@media (max-width: 576px) {
  .header .menu .toggle-menu {
    display: block;
    margin-top: 15px;
  }
}
.header .menu .toggle-menu span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 22px;
  left: 10px;
}
.header .menu .toggle-menu span:before {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: -8px;
  transition: all 0.2s;
}
.header .menu .toggle-menu span:after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  bottom: -8px;
  transition: all 0.2s;
}
.header .menu ul {
  display: flex;
  padding: 0;
  margin: 0;
}
.header .menu ul li {
  list-style: none;
}
.header .menu ul li a {
  text-decoration: none;
}
@media (max-width: 1400px) {
  .header .menu ul li a {
    font-size: 14px !important;
  }
}
.header .menu .sub-nav {
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .header .menu .sub-nav {
    display: none;
  }
}
.header .menu .sub-nav li {
  margin-left: 30px;
}
.header .menu .sub-nav li a {
  font-size: 12px;
  color: #999999;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
}
.header .menu .nav {
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .header .menu .nav {
    flex-direction: column;
    display: none;
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    padding: 100px 15px 15px;
    z-index: 888;
  }
}
@media (max-width: 768px) and (max-width: 576px) {
  .header .menu .nav li {
    border-bottom: 1px solid #333;
  }
}
@media (max-width: 768px) {
  .header .menu .nav li a {
    display: block;
    padding: 10px 0px;
    color: #333 !important;
  }
}
@media (max-width: 768px) and (max-width: 576px) {
  .header .menu .nav li a {
    text-align: center;
    font-size: 22px !important;
    line-height: 34px;
  }
}
.header .menu .nav li {
  margin-left: 30px;
  position: relative;
}
.header .menu .nav li:hover .drop-down-sub {
  display: block;
}
.header .menu .nav li .drop-down-sub {
  position: absolute;
  right: 0;
  top: 20px;
  display: none;
  z-index: 20;
  background-color: #fff;
  padding: 20px 15px 10px;
  min-width: 200px;
}
@media (max-width: 576px) {
  .header .menu .nav li .drop-down-sub {
    display: none !important;
  }
}
.header .menu .nav li .drop-down-sub li {
  width: 100%;
  margin: 20px 0px;
}
.header .menu .nav li .drop-down-sub li a {
  display: block;
  width: 100%;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  line-height: 16px;
}
@media (max-width: 1400px) {
  .header .menu .nav li {
    margin-left: 10px;
  }
}
.header .menu .nav li a {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  color: #404d92;
  font-weight: bold;
}
.header .menu .nav li a:hover {
  color: #e8324b !important;
}

.open-btn span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: transparent !important;
  position: absolute;
  top: 22px;
  left: 10px;
}
.open-btn span:before {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 0px !important;
  transform: rotate(47deg);
}
.open-btn span:after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  bottom: 0px !important;
  transform: rotate(-47deg);
}

.sliderTop {
  position: relative;
}
.sliderTop .text {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 25px;
}
.sliderTop .text ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  justify-content: space-around;
}
@media (max-width: 576px) {
  .sliderTop .text ul {
    flex-wrap: wrap;
  }
}
.sliderTop .text ul li {
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 30px;
  line-height: 34px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 997px) {
  .sliderTop .text ul li {
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
    font-family: "Roboto", sans-serif;
  }
}
@media (max-width: 768px) {
  .sliderTop .text ul li {
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    font-family: "Roboto", sans-serif;
    padding: 0 10px;
  }
}
@media (max-width: 576px) {
  .sliderTop .text ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    font-family: "Roboto", sans-serif;
    text-shadow: 0 0 1px #23355a;
    width: 100%;
    margin: 10px 0;
  }
}
@media (max-width: 576px) {
  .sliderTop .text ul li br {
    display: none;
  }
}
.sliderTop .text ul li strong {
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 997px) {
  .sliderTop .text ul li strong {
    font-weight: 700;
    font-size: 54px;
    line-height: 54px;
    font-family: "Roboto", sans-serif;
  }
}
@media (max-width: 768px) {
  .sliderTop .text ul li strong {
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    font-family: "Roboto", sans-serif;
  }
}
@media (max-width: 576px) {
  .sliderTop .text ul li strong {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    font-family: "Roboto", sans-serif;
    display: inline-block;
    margin-right: 5px;
  }
}

.header-slid {
  position: relative;
}
.header-slid img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.header-slider {
  position: relative;
  overflow: hidden;
  height: 560px;
  /*@include mq(sm) {
  	display: none;
  }
  @include mq(xlg) {
  	background-size: contain;
  }*/
}
@media (max-width: 997px) {
  .header-slider {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .header-slider {
    height: 400px;
  }
}
@media (max-width: 576px) {
  .header-slider {
    height: 250px;
  }
}
.header-slider:after {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  background: -webkit-linear-gradient(top, transparent 60%, #23355a 100%);
  background: linear-gradient(top, transparent 60%, #23355a 100%);
  opacity: 0.7;
  z-index: 1;
}
@media (max-width: 1400px) {
  .header-slider {
    height: auto;
  }
}
.header-slider .slide {
  height: 560px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 997px) {
  .header-slider .slide {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .header-slider .slide {
    height: 400px;
  }
}
@media (max-width: 576px) {
  .header-slider .slide {
    height: 250px;
  }
}
.header-slider img {
  max-width: 100%;
}
@media (max-width: 576px) {
  .header-slider img {
    max-width: inherit;
    width: auto !important;
  }
}

.header-text-wrap {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
  flex-wrap: wrap;
}
.header-text-wrap .h1 {
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  font-family: "Roboto Slab", serif;
  text-align: center;
  display: block;
  width: 100%;
}
@media (max-width: 1400px) {
  .header-text-wrap .h1 {
    font-size: 50px;
    line-height: 50px;
  }
}
.header-text-wrap .slide-text {
  font-size: 27px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 38px;
  text-align: center;
  margin-top: 30px;
  color: #fff;
}
@media (max-width: 1400px) {
  .header-text-wrap .slide-text {
    font-size: 18px;
  }
}

.search-toggle {
  position: relative;
  width: 300px;
  transition: all 0.5s;
}
.search-toggle form {
  position: absolute;
  width: 0%;
  left: 300px;
  right: 0;
  top: 2px;
  bottom: 0;
  transition: all 0.5s;
}
.search-toggle form input {
  outline: none;
  transition: all 0.5s;
}
.search-toggle form .input-search {
  width: 100%;
  border: none;
  border-bottom: 1px solid #999999;
}
.search-toggle form .btn-search {
  right: 0;
  top: 0;
  position: absolute;
  background: none;
  border: none;
  color: #999;
  display: none;
}

.form-active form {
  width: 100%;
  left: 0;
}
.form-active form .btn-search {
  display: block;
}

.info-wizard {
  padding: 30px 0 0;
  text-align: center;
  margin-bottom: -30px;
}
@media (max-width: 576px) {
  .info-wizard {
    margin-bottom: 0px;
  }
}

.about-found {
  padding: 60px 0px;
}
@media (max-width: 576px) {
  .about-found {
    padding: 30px 0px;
  }
}
.about-found .item-fund {
  position: relative;
}
.about-found .item-fund img {
  max-width: 100%;
  margin-top: 8px;
}
@media (max-width: 1400px) {
  .about-found .item-fund img {
    margin-top: 0px;
  }
}
.about-found .item-fund span {
  color: #999999;
  font-size: 16px;
  line-height: 60px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
.about-found .item-fund .h2 {
  font-size: 42px;
  line-height: 38px;
  font-family: "Roboto Slab", serif;
  color: #423f54;
  position: relative;
  padding-bottom: 50px;
  text-align: center;
}
@media (max-width: 1400px) {
  .about-found .item-fund .h2 {
    font-size: 24px;
    line-height: 25px;
    padding-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .about-found .item-fund .h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
.about-found .item-fund .h2 span {
  font-size: 32px;
  line-height: 38px;
}
@media (max-width: 576px) {
  .about-found .item-fund .h2 span {
    font-size: 24px;
  }
}
@media (max-width: 1400px) {
  .about-found .item-fund .h2 span {
    font-size: 24px;
    line-height: 25px;
    padding-bottom: 30px;
  }
}
.about-found .item-fund .h2:after {
  content: "";
  display: block;
  width: 130px;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: 25px;
  background-color: #efae7c;
  transform: translateX(-50%);
}
@media (max-width: 1400px) {
  .about-found .item-fund .h2:after {
    bottom: 12px;
  }
}
.about-found .item-fund .descript {
  font-size: 16px;
  line-height: 30px;
  font-family: "Roboto Slab", serif;
  color: #333333;
  margin-bottom: 15px;
}
@media (max-width: 1400px) {
  .about-found .item-fund .descript {
    font-size: 14px;
    line-height: 24px;
  }
}
.about-found .item-fund .descript-sub {
  font-size: 14px;
  line-height: 26px;
  color: #999999;
  font-family: "Roboto Slab", serif;
}
@media (max-width: 576px) {
  .about-found .item-fund .descript-sub {
    padding-bottom: 50px;
  }
}
@media (max-width: 1400px) {
  .about-found .item-fund .descript-sub {
    padding-bottom: 20px;
    font-size: 13px;
    line-height: 21px;
  }
}
.about-found .item-fund .more {
  position: relative;
  line-height: 50px;
  text-decoration: none;
  font-size: 16px;
  color: #6472b7;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .about-found .item-fund .more {
    bottom: 10px !important;
    font-size: 15px;
  }
}
@media (max-width: 1400px) {
  .about-found .item-fund .more {
    font-size: 12px;
  }
}
.about-found .item-fund .more:after {
  content: "";
  display: block;
  position: absolute;
  width: 23px;
  height: 20px;
  background: url("../../assets/img/arrows.png");
  background-repeat: no-repeat;
  right: -40px;
  top: -1px;
  background-position-x: -23px;
}
@media (max-width: 576px) {
  .about-found .item-fund .more:after {
    display: none;
  }
}
.about-found .item-fund .more:hover {
  color: #e8324b;
}
.about-found .item-fund .more:hover:after {
  background-position-x: 0px;
}

.fund .head {
  font-family: "Roboto Slab", serif;
  font-size: 16px;
  color: #242424;
  margin: 0;
  line-height: 30px;
}
.fund p {
  font-size: 14px;
  color: #555;
  font-family: "Roboto", sans-serif;
  line-height: 26px;
}
.fund .text-block {
  margin-top: 14px;
  float: right;
  width: 350px;
  margin-left: 30px;
  border-left: 3px solid #e7985c;
  padding: 20px 0px 20px 20px;
  font-family: "Roboto Slab", serif;
  font-size: 16px;
  color: #555365;
}
@media (max-width: 576px) {
  .fund .text-block {
    border-left: 3px solid transparent;
  }
}
.fund .text-block ul {
  padding-left: 18px;
}
.fund .text-block ul li {
  list-style: none;
  position: relative;
  font-family: "Roboto Slab", serif;
  font-size: 14px;
  color: #555365;
  margin: 3px 0px;
}
.fund .text-block ul li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #e7985c;
  position: absolute;
  top: 6px;
  left: -17px;
}
.fund iframe {
  margin: 30px 0px;
  width: 100%;
  height: 550px;
}
@media (max-width: 576px) {
  .fund iframe {
    height: 200px;
  }
}
.fund .text-line {
  font-family: "Roboto Slab", serif;
  font-size: 16px;
  line-height: 26px;
  margin: 15px 0px;
  color: #333;
}

.fund-task {
  font-family: "Roboto Slab", serif;
  font-size: 32px;
  line-height: 60px;
  color: #333;
}
@media (max-width: 576px) {
  .fund-task {
    font-size: 25px;
    line-height: 30px;
  }
}

.col-wrap {
  display: flex;
  flex-wrap: wrap;
  border: 2px solid #efae7c;
  margin-top: 20px;
}
.col-wrap ol {
  padding: 0;
}
@media (max-width: 768px) {
  .col-wrap ol {
    padding-left: 0;
  }
}
.col-wrap ol li {
  position: relative;
  margin: 20px 0px;
  font-size: 14px;
  line-height: 26px;
  list-style: none;
  color: #555555;
}
@media (max-width: 768px) {
  .col-wrap ol li {
    margin: 50px 0px;
  }
}
.col-wrap ol li span {
  font-size: 16px;
  color: #6472b7;
  font-weight: 700;
  text-transform: uppercase;
}
.col-wrap .left {
  counter-reset: list 0;
}
@media (max-width: 768px) {
  .col-wrap .left {
    flex-basis: 100%;
    margin: 0;
  }
  .col-wrap .left li:last-child {
    margin-bottom: 0;
  }
}
.col-wrap .right {
  counter-reset: list 3;
}
@media (max-width: 768px) {
  .col-wrap .right {
    flex-basis: 100%;
  }
}

.item-left {
  display: flex;
  margin: 25px 0px;
}
@media (max-width: 768px) {
  .item-left {
    flex-wrap: wrap;
    width: 100%;
  }
}
.item-left .item-revers {
  min-width: 150px;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  font-family: "Roboto Slab", serif;
  color: #6472b7;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .item-left .item-revers {
    margin: 10px 0px;
    text-align: left;
    width: 100%;
  }
}
.item-left .item-descript {
  color: #423f54;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  padding-left: 20px;
  margin-left: 20px;
  border-left: 2px solid #efae7c;
  line-height: 26px;
}
@media (max-width: 768px) {
  .item-left .item-descript {
    margin: 0;
  }
}

.item-right {
  display: flex;
  margin: 25px 0px;
}
@media (max-width: 768px) {
  .item-right {
    flex-wrap: wrap;
    width: 100%;
  }
}
.item-right .item-revers {
  text-transform: uppercase;
  min-width: 150px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  font-family: "Roboto Slab", serif;
  color: #6472b7;
}
@media (max-width: 768px) {
  .item-right .item-revers {
    margin: 10px 0px;
    text-align: left;
    width: 100%;
  }
}
.item-right .item-descript {
  color: #423f54;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 2px solid #efae7c;
  line-height: 26px;
}
@media (max-width: 768px) {
  .item-right .item-descript {
    order: 2;
    padding-left: 20px;
    margin-left: 0px;
    border-left: 2px solid #efae7c;
    padding-right: 0px;
    margin-right: 0px;
    border-right: none;
  }
}

.news-main {
  background-color: #f4f7fd;
  padding: 60px 0px;
}
@media (max-width: 576px) {
  .news-main {
    margin-top: 20px;
  }
}
.news-main span {
  color: #999999;
  font-size: 16px;
  line-height: 60px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  display: block;
}
.news-main .h2 {
  font-size: 42px;
  line-height: 50px;
  font-family: "Roboto Slab", serif;
  color: #423f54;
  position: relative;
  padding-bottom: 100px;
  text-align: center;
}
@media (max-width: 576px) {
  .news-main .h2 {
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 70px;
  }
}
.news-main .h2:after {
  content: "";
  display: block;
  width: 130px;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  background-color: #bfcce4;
}
@media (max-width: 576px) {
  .news-main .h2:after {
    bottom: 40px;
  }
}
.news-main .news-wrap {
  background: #fff;
  width: 100%;
  padding: 25px 35px;
  overflow: hidden;
  box-sizing: border-box;
  height: 1012px;
}
@media (max-width: 576px) {
  .news-main .news-wrap {
    height: auto;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .news-main .news-wrap {
    margin-top: 30px;
  }
}
.news-main .news-wrap .news-item-main {
  padding: 7px 0px;
  position: relative;
}
.news-main .news-wrap .news-item-main:hover:before {
  content: "";
  display: block;
  height: 80%;
  width: 1px;
  background-color: #e8324b;
  position: absolute;
  left: -35px;
}
.news-main .news-wrap .news-item-main a {
  text-decoration: none;
  color: #423f54;
}
.news-main .news-wrap .news-item-main a:hover {
  color: #e8324b;
}
.news-main .news-wrap .news-item-main p {
  font-family: "Roboto Slab", serif;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}
@media (max-width: 1400px) {
  .news-main .news-wrap .news-item-main p {
    font-size: 14px;
  }
}
.news-main .news-wrap .news-item-main .date {
  font-size: 12px;
  color: #999999;
  text-align: left;
  line-height: 60px;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.news-main .news-wrap .news-item-main:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c4cfe4;
}
.news-main .news-wrap .news-more {
  text-align: right;
  display: block;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  color: #6472b7;
  padding-top: 30px;
}
.news-main .news-wrap .news-more:hover {
  color: #e8324b;
}
.news-main .news-item-big {
  background-color: #fff;
  transition: all 0.3s;
  height: 490px;
  margin-bottom: 30px;
  overflow: hidden;
}
.news-main .news-item-big .item-bottom {
  padding: 30px;
}
.news-main .news-item-big .item-bottom a {
  color: #333;
  font-size: 28px;
  font-family: "Roboto Slab", serif;
  line-height: 40px;
  text-decoration: none;
}
.news-main .news-item-big .item-bottom a:hover {
  color: #e8324b;
}
.news-main .news-item-big .item-bottom .date {
  font-size: 12px;
  color: #999999;
  text-align: left;
  line-height: 30px;
  margin: 10px 0px;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.news-main .news-item-big .item-bottom p {
  line-height: 26px;
}
.news-main .news-item-big:hover {
  box-shadow: 1px 1px 4px 1px #eaeaea;
}
.news-main .news-item-big .item-top {
  position: relative;
}
.news-main .news-item-big .item-top .img-wrap {
  max-width: 100%;
  height: 300px;
  overflow: hidden;
}
.news-main .news-item-big .item-top span {
  position: absolute;
  font-size: 16px;
  line-height: 30px;
  border-radius: 30px;
  background-color: #999999;
  color: #fff;
  left: 15px;
  top: 15px;
  padding: 0px 15px;
  text-transform: none;
  font-weight: 400;
}
.news-main .news-item-big .item-bottom {
  padding: 30px;
}
.news-main .news-item-big .item-bottom a {
  color: #333;
  font-size: 18px;
  font-family: "Roboto Slab", serif;
  line-height: 20px;
  text-decoration: none;
}
.news-main .news-item-big .item-bottom a:hover {
  color: #e8324b;
}
.news-main .news-item-big .item-bottom .date {
  font-size: 12px;
  color: #999999;
  text-align: left;
  line-height: 30px;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}
.news-main .news-item-big p {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #777777;
}

.support {
  padding-bottom: 60px;
}
.support span {
  color: #999999;
  font-size: 16px;
  line-height: 60px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  display: block;
  padding-top: 60px;
}
.support .h2 {
  font-size: 42px;
  line-height: 50px;
  font-family: "Roboto Slab", serif;
  color: #423f54;
  position: relative;
  padding-bottom: 90px;
  text-align: center;
}
@media (max-width: 576px) {
  .support .h2 {
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 30px;
  }
}
.support .h2:after {
  content: "";
  display: block;
  width: 130px;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  background-color: #efae7c;
}
@media (max-width: 576px) {
  .support .h2:after {
    bottom: 15px;
  }
}
.support p {
  font-family: "Roboto Slab", serif;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  margin: 0px 0px 40px;
}
.support .support-slider {
  width: 100%;
}
.support .support-slider .item {
  position: relative;
  margin: 0;
}
.support .support-slider .item img {
  margin: 0 auto;
  max-width: 100%;
}
.support .support-slider .item .h3 {
  font-size: 18px;
  line-height: 25px;
  font-family: "Roboto Slab", serif;
  position: absolute;
  text-align: center;
  display: block;
  width: 100%;
  bottom: 50px;
  z-index: 999;
}
.support .slick-next {
  width: 50px;
  height: 50px;
  right: -65px !important;
}
@media (max-width: 576px) {
  .support .slick-next {
    display: none !important;
  }
}
@media (max-width: 997px) {
  .support .slick-next {
    display: none !important;
  }
}
.support .slick-next:after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: #a8b0d5;
  position: absolute;
  transform: rotate(-45deg);
  bottom: 12px;
}
.support .slick-next:before {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: #a8b0d5;
  position: absolute;
  transform: rotate(45deg);
  top: 8px;
}
.support .slick-prev {
  width: 50px;
  height: 50px;
  left: -50px !important;
}
@media (max-width: 576px) {
  .support .slick-prev {
    display: none !important;
  }
}
@media (max-width: 997px) {
  .support .slick-prev {
    display: none !important;
  }
}
.support .slick-prev:after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: #a8b0d5;
  position: absolute;
  transform: rotate(45deg);
  bottom: 12px;
}
.support .slick-prev:before {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: #a8b0d5;
  position: absolute;
  transform: rotate(-45deg);
  top: 8px;
}

.support-item {
  margin-bottom: 50px;
}
.support-item a {
  text-decoration: none;
}
.support-item .img-wrap {
  width: 250px;
  height: 250px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #f4f7fd;
}
.support-item .img-wrap img {
  max-width: 100%;
}
.support-item .item-title {
  font-size: 18px;
  font-family: "Roboto Slab", serif;
  line-height: 22px;
  color: #5867b3;
  text-transform: uppercase;
  margin: 15px 0px;
  text-align: center;
}
.support-item .item-desc {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #999999;
  text-align: center;
}
.support-item:hover .item-title {
  color: #e8324b;
}
.support-item:hover .img-wrap {
  box-shadow: 1px 1px 5px #f4f7fd;
}

.supportBox__image img {
  max-width: 250px;
  max-height: 250px;
}

.geo-map {
  height: 450px;
  background: url(../../assets/img/geo-bg.png);
  background-repeat: no-repeat;
}
@media (max-width: 576px) {
  .geo-map {
    display: none;
  }
}
.geo-map .h1 {
  font-size: 50px;
  line-height: 70px;
  text-align: center;
  display: block;
  color: #fff;
  font-family: "Roboto Slab", serif;
  padding-top: 120px;
}
.geo-map p {
  font-size: 24px;
  line-height: 38px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  text-align: center;
}
.geo-map a {
  text-decoration: none;
}

.jqvmap-label {
  background-color: rgba(255, 255, 255, 0.8) !important;
  color: #e8324b !important;
  font-size: 16px;
  font-weight: bold;
}
.jqvmap-label strong {
  color: #e8324b !important;
  font-size: 16px;
  font-weight: bold;
}
.jqvmap-label ul {
  padding: 10px 0px !important;
}
.jqvmap-label ul li {
  list-style: none;
  font-size: 14px;
  color: #242424 !important;
}
.jqvmap-label ul li a {
  color: #3a497a !important;
}

#vmap {
  width: 100%;
  height: 630px;
  position: relative;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
}

.map-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .map-wrap {
    display: none;
  }
}
.map-wrap .jqvmap-zoomin,
.map-wrap .jqvmap-zoomout {
  display: none;
}

.geo .more-project {
  transition: all 0.2s;
  text-decoration: none;
  font-size: 16px;
  line-height: 60px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #6472b7;
  border: 1px solid #6472b7;
  margin: 0 auto;
  display: block;
  width: 250px;
  height: 60px;
  text-align: center;
  text-transform: uppercase;
  margin: 40px auto 60px;
}
.geo .more-project:hover {
  background: #6472b7;
  color: #fff;
}
.geo .item-map {
  width: 100%;
  background: #f4f7fd;
  padding: 20px;
  height: 150px;
  margin-bottom: 30px;
  transition: all 0.2s;
}
.geo .item-map:hover {
  background-color: #3d4b7f;
}
.geo .item-map:hover p,
.geo .item-map:hover .obl,
.geo .item-map:hover .map-name,
.geo .item-map:hover .map-tel,
.geo .item-map:hover .map-mail {
  color: #fff;
}
.geo .item-map a {
  text-decoration: none;
}
.geo .item-map p {
  font-size: 10px;
  font-family: "Roboto", sans-serif;
  color: 555555;
  margin: 0;
}
.geo .item-map .obl {
  font-weight: 700;
  font-family: "Roboto Slab", serif;
  color: #555555;
  font-size: 14px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.geo .item-map .map-name {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #3a497a;
  text-transform: uppercase;
}
.geo .item-map .map-tel {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #555555;
}
.geo .item-map .map-mail {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #3a497a;
}

.rn .h2 {
  font-size: 30px;
  line-height: 50px;
  font-family: "Roboto Slab", serif;
  color: #423f54;
  position: relative;
  padding-bottom: 30px;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .rn .h2 {
    font-size: 25px;
  }
}
.rn .region-news a {
  text-decoration: none;
}
.rn .region-news .item {
  overflow: hidden;
  margin-bottom: 5px;
  background-color: #fff;
  height: 150px;
}
.rn .region-news .item:hover {
  box-shadow: 1px 1px 5px 2px #aeaeae;
}
.rn .region-news .item .img {
  width: 100%;
  height: 266px;
  background-size: contain;
  background-repeat: no-repeat !important;
  position: relative;
}
.rn .region-news .item .text-wrap {
  padding: 15px;
}
.rn .region-news .item .text-wrap .news-head {
  font-size: 16px;
  font-family: "Roboto Slab", serif;
  color: #333;
  line-height: 18px;
}
.rn .region-news .item .text-wrap .date {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #a09fa9;
  line-height: 40px;
  font-weight: 400;
  text-transform: uppercase;
}
.rn .region-news .item .text-wrap p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 26px;
}

.project span {
  color: #999999;
  font-size: 16px;
  line-height: 60px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}
.project .project-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 576px) {
  .project .project-row {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
.project .project-row .h2 {
  font-size: 42px;
  line-height: 50px;
  font-family: "Roboto Slab", serif;
  color: #423f54;
  position: relative;
  padding-bottom: 100px;
  text-align: left;
}
.project .project-row .h2:after {
  content: "";
  display: block;
  width: 130px;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 50px;
  background-color: #efae7c;
}
.project .project-row .all-projects {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 50px;
  background-color: #efae7c;
  padding: 15px 20px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.project p {
  font-size: 16px;
  font-family: "Roboto Slab", serif;
  line-height: 30px;
  margin: 0px 0px 50px;
}

.region-item {
  margin-bottom: 30px;
}
.region-item:hover {
  box-shadow: 1px 0px 5px #eaeaea;
}
.region-item .img-wrap {
  overflow: hidden;
  height: 200px;
  position: relative;
}
.region-item .img-wrap:hover .text-wrap {
  bottom: 0;
  left: 0;
  right: 0;
}
.region-item .img-wrap img {
  max-width: 100%;
}
.region-item .img-wrap .text-wrap {
  padding: 10px;
  transition: all 0.2s;
  position: absolute;
  height: 100px;
  bottom: 0px;
  left: 0;
  right: 0;
  background: rgba(41, 48, 72, 0.5);
}
.region-item .img-wrap .text-wrap a {
  text-decoration: none;
}
.region-item .img-wrap .text-wrap a .item-title {
  color: #fff;
  font-family: "Roboto Slab", serif;
  font-size: 16px;
}

.partners {
  height: 400px;
  background-color: #f4f7fd;
}
@media (max-width: 576px) {
  .partners {
    height: 320px;
  }
}
.partners span {
  color: #999999;
  font-size: 16px;
  line-height: 60px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  display: block;
  padding-top: 80px;
}
.partners .h2 {
  font-size: 42px;
  line-height: 50px;
  font-family: "Roboto Slab", serif;
  color: #423f54;
  position: relative;
  padding-bottom: 100px;
  text-align: center;
  padding-top: 40px;
}
@media (max-width: 576px) {
  .partners .h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
.partners .h2:after {
  content: "";
  display: block;
  width: 130px;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  background-color: #efae7c;
}
@media (max-width: 576px) {
  .partners .h2:after {
    bottom: 24px;
  }
}
@media (max-width: 576px) {
  .partners .h2 {
    padding-bottom: 50px;
  }
}
.partners .part-wrap {
  width: 120px;
  height: 120px;
  margin: 5px auto;
  background-color: #fff;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.partners .part-wrap img {
  margin: 5px auto;
}
.partners .part-wrap:hover {
  box-shadow: 1px 1px 7px 1px rgba(56, 69, 137, 0.2470588235);
}
.partners .slick-next {
  width: 30px;
  height: 60px;
}
@media (max-width: 576px) {
  .partners .slick-next {
    display: none !important;
  }
}
@media (max-width: 997px) {
  .partners .slick-next {
    right: 25px !important;
  }
}
.partners .slick-next:after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #a8b0d5;
  position: absolute;
  transform: rotate(-45deg);
  bottom: 22px;
}
.partners .slick-next:before {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #a8b0d5;
  position: absolute;
  transform: rotate(45deg);
  top: 15px;
}
.partners .slick-prev {
  width: 30px;
  height: 60px;
}
@media (max-width: 576px) {
  .partners .slick-prev {
    display: none !important;
  }
}
@media (max-width: 997px) {
  .partners .slick-prev {
    left: 25px !important;
  }
}
.partners .slick-prev:after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #a8b0d5;
  position: absolute;
  transform: rotate(45deg);
  bottom: 22px;
}
.partners .slick-prev:before {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #a8b0d5;
  position: absolute;
  transform: rotate(-45deg);
  top: 15px;
}

.partners-list {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}
.partners-list .item {
  overflow: hidden;
  margin-bottom: 30px;
  padding: 15px;
}
.partners-list .item:hover .img-wrap {
  box-shadow: 1px 1px 7px 1px #f4f7fd;
}
.partners-list .item:hover .news-head {
  color: #e8324b !important;
}
.partners-list .item .img-wrap {
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #f4f7fd;
  margin: 0 auto;
}
.partners-list .item .img-wrap img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.partners-list .item a {
  text-decoration: none;
}
.partners-list .item .text-wrap {
  color: #999;
  margin-top: 15px;
  padding: 0px 15px;
}
.partners-list .item .text-wrap .news-head {
  color: #999999;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  text-align: center;
}

.partner-detail .img-wrap {
  border: 2px solid #f4f7fd;
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.footer {
  padding-top: 30px;
}
.footer .logo-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .footer .logo-footer {
    justify-content: center;
  }
}
.footer .logo-footer .logo-text {
  padding-left: 10px;
  color: #999999;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
}
.footer .social {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  padding: 0;
  /*li:nth-child(1) {
      a {
          background-position-x: 0px;
      }
  }
  li:nth-child(2) {
      a {
          background-position-x: -40px;
      }
  }
  li:nth-child(3) {
      a {
          background-position-x: -80px;
      }
  }
  li:nth-child(4) {
      a {
          background-position-x: -120px;
      }
  }
  li:nth-child(5) {
      a {
          background-position-x: -160px;
      }
  }
  li:nth-child(6) {
      a {
          background-position-x: -200px;
      }
  }
  li:nth-child(7) {
      a {
          background-position-x: -240px;
      }
  }*/
}
.footer .social li {
  list-style: none;
  margin-left: 10px;
}
.footer .social li a {
  display: block;
  width: 32px;
  height: 32px;
  background: url("../../assets/img/social.png");
}
.footer .social li a span {
  display: none;
}
.footer .social li a.fb {
  background-position: -176px 0;
}
.footer .social li a.tw {
  background-position: -71px 0;
}
.footer .social li a.vk {
  background-position: -106px 0;
}
.footer .social li a.inst {
  background-position: -36px 0;
}
.footer .social li a.yb {
  background-position: -141px 0;
}
.footer .social li a.telegram {
  background-position: -211px 0;
}
.footer .social li a.ok {
  background-position: 0px 0;
}
.footer .addr {
  font-size: 14px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  color: #999999;
  text-align: right;
  display: block;
}
.footer .footer-nav {
  display: flex;
  justify-content: space-between;
  padding: 0px 15px;
}
@media (max-width: 576px) {
  .footer .footer-nav {
    display: none;
  }
}
.footer .footer-nav ul {
  padding: 0;
  display: flex;
  margin: 0;
}
.footer .footer-nav ul li {
  list-style: none;
}
.footer .footer-nav .nav {
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 1400px) {
  .footer .footer-nav .nav {
    width: 100%;
    order: 2;
  }
}
.footer .footer-nav .nav li {
  margin-right: 20px;
}
.footer .footer-nav .nav li a {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  line-height: 30px;
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
}
.footer .footer-nav .nav li a:hover {
  color: #e8324b;
}
.footer .footer-nav .sb {
  display: flex;
  justify-content: flex-end;
}
.footer .footer-nav .sub-nav {
  width: 30%;
  justify-content: flex-end;
}
@media (max-width: 1400px) {
  .footer .footer-nav .sub-nav {
    width: 100%;
  }
}
.footer .footer-nav .sub-nav li {
  margin-left: 10px;
}
.footer .footer-nav .sub-nav li a {
  font-size: 12px;
  color: #999999;
  line-height: 22px;
  font-family: "Roboto Slab", serif;
  text-decoration: none;
}
.footer .footer-nav .sub-nav li a:hover {
  color: #e8324b;
}
.footer .copy {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  line-height: 26px;
  color: #999999;
  display: block;
  text-align: center;
  margin: 30px 0px 0px;
  padding-top: 30px;
  border-top: 1px solid #eaeaea;
  text-decoration: none;
}
.footer .copyinfo {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  line-height: 26px;
  display: block;
  text-align: center;
  margin: 20px 0px 10px;
  text-decoration: none;
}
.footer .copyinfo a {
  text-decoration: none;
  color: #999999;
}

.formField input[type=text],
.formField input[type=password], .formField input[type=phone], .formField input[type=number], .formField input[type=email],
.formField textarea, .formField .input, .inner-search input[type=text],
.inner-search input[type=password], .inner-search input[type=phone], .inner-search input[type=number], .inner-search input[type=email],
.inner-search textarea, .inner-search .input {
  border: 1px solid #b3b3b3;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-family: "Roboto", sans-serif;
  color: #747d87;
  padding: 0px 15px;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.25s ease;
  margin: 0;
  background: #fff;
  display: inline-block;
}
.formField input[type=text]::-webkit-input-placeholder,
.formField input[type=password]::-webkit-input-placeholder, .formField input[type=phone]::-webkit-input-placeholder, .formField input[type=number]::-webkit-input-placeholder, .formField input[type=email]::-webkit-input-placeholder,
.formField textarea::-webkit-input-placeholder, .formField .input::-webkit-input-placeholder, .inner-search input[type=text]::-webkit-input-placeholder,
.inner-search input[type=password]::-webkit-input-placeholder, .inner-search input[type=phone]::-webkit-input-placeholder, .inner-search input[type=number]::-webkit-input-placeholder, .inner-search input[type=email]::-webkit-input-placeholder,
.inner-search textarea::-webkit-input-placeholder, .inner-search .input::-webkit-input-placeholder {
  color: #747d87;
  opacity: 1;
}
.formField input[type=text]::-moz-placeholder,
.formField input[type=password]::-moz-placeholder, .formField input[type=phone]::-moz-placeholder, .formField input[type=number]::-moz-placeholder, .formField input[type=email]::-moz-placeholder,
.formField textarea::-moz-placeholder, .formField .input::-moz-placeholder, .inner-search input[type=text]::-moz-placeholder,
.inner-search input[type=password]::-moz-placeholder, .inner-search input[type=phone]::-moz-placeholder, .inner-search input[type=number]::-moz-placeholder, .inner-search input[type=email]::-moz-placeholder,
.inner-search textarea::-moz-placeholder, .inner-search .input::-moz-placeholder {
  color: #747d87;
  opacity: 1;
}
.formField input[type=text]:-moz-placeholder,
.formField input[type=password]:-moz-placeholder, .formField input[type=phone]:-moz-placeholder, .formField input[type=number]:-moz-placeholder, .formField input[type=email]:-moz-placeholder,
.formField textarea:-moz-placeholder, .formField .input:-moz-placeholder, .inner-search input[type=text]:-moz-placeholder,
.inner-search input[type=password]:-moz-placeholder, .inner-search input[type=phone]:-moz-placeholder, .inner-search input[type=number]:-moz-placeholder, .inner-search input[type=email]:-moz-placeholder,
.inner-search textarea:-moz-placeholder, .inner-search .input:-moz-placeholder {
  color: #747d87;
  opacity: 1;
}
.formField input[type=text]:-ms-input-placeholder,
.formField input[type=password]:-ms-input-placeholder, .formField input[type=phone]:-ms-input-placeholder, .formField input[type=number]:-ms-input-placeholder, .formField input[type=email]:-ms-input-placeholder,
.formField textarea:-ms-input-placeholder, .formField .input:-ms-input-placeholder, .inner-search input[type=text]:-ms-input-placeholder,
.inner-search input[type=password]:-ms-input-placeholder, .inner-search input[type=phone]:-ms-input-placeholder, .inner-search input[type=number]:-ms-input-placeholder, .inner-search input[type=email]:-ms-input-placeholder,
.inner-search textarea:-ms-input-placeholder, .inner-search .input:-ms-input-placeholder {
  color: #747d87;
  opacity: 1;
}
.formField input[type=text]:focus,
.formField input[type=password]:focus, .formField input[type=phone]:focus, .formField input[type=number]:focus, .formField input[type=email]:focus,
.formField textarea:focus, .formField .input:focus, .inner-search input[type=text]:focus,
.inner-search input[type=password]:focus, .inner-search input[type=phone]:focus, .inner-search input[type=number]:focus, .inner-search input[type=email]:focus,
.inner-search textarea:focus, .inner-search .input:focus {
  color: #000;
  border-color: #3e4b8f;
}

.btn, .inner-search .btn-search {
  display: inline-flex;
  box-sizing: border-box;
  height: 60px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  font-family: "Roboto Slab", serif;
  color: #fff !important;
  text-transform: uppercase;
  padding: 0px 15px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  background: #3e4b8f;
  border: none;
  text-align: center;
  align-items: center;
  transition: all 0.25s ease;
}
@media (max-width: 700px) {
  .btn, .inner-search .btn-search {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    font-family: "Roboto Slab", serif;
  }
}
.btn:hover, .inner-search .btn-search:hover {
  background: #e8324b;
  color: #fff !important;
  text-decoration: none;
}
.btn:hover, .btn:focus, .btn:active, .inner-search .btn-search:hover, .inner-search .btn-search:focus, .inner-search .btn-search:active {
  outline: none;
  outline: 0;
}
.btn.btn-border, .inner-search .btn-search.btn-border {
  background: none;
  border: 2px solid #3e4b8f;
  color: #3e4b8f !important;
}
.btn.btn-border:hover, .inner-search .btn-search.btn-border:hover {
  background: #e8324b;
  color: #fff !important;
  text-decoration: none;
  border-color: #e8324b;
}

#calendar-form {
  padding-left: 30px;
  position: relative;
}

#calendar-form:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  display: block;
  background: url("../../assets/img/calendar.png");
  left: 15px;
  background-size: contain;
  top: 6px;
}

.search-result {
  font-size: 16px;
  margin: 0px 0px 10px;
  color: #6472b7;
}

.jq-selectbox__select {
  padding: 0 5px 0 0px;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  font-size: 18px;
  color: #6472b7;
}

.jq-selectbox__dropdown {
  width: 100px;
}

.jq-selectbox__select-text {
  min-width: 55px !important;
}

.jqselect {
  text-align: right;
}

.inner-search-toggle:hover {
  color: #e8324b !important;
}

.search-result {
  font-size: 16px;
  margin: 0px 0px 10px;
  color: #6472b7;
}

.search-result .h2 {
  font-size: 24px;
  color: #242424;
  margin: 0;
  padding: 0;
  line-height: 30px;
}

.search-result span {
  font-size: 14px;
  color: #777;
}

@media (max-width: 576px) {
  .inner-search-toggle {
    margin: 0;
  }
}
.inner-search .btn-search {
  height: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.active-from form {
  width: 400px;
}

.inner-search form input[type=text] {
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 0 30px 0 0;
}
.inner-search form .btn-search {
  background: url(../img/search-btn.png) center no-repeat !important;
  background-size: contain !important;
}
.inner-search form .btn-search:hover {
  background: url(../img/search-btn.png) center no-repeat !important;
  background-size: contain !important;
}

.jq-checkbox {
  width: 20px;
  height: 20px;
  border: 1px solid #3e4b8f;
  background: rgba(255, 255, 255, 0.8);
  vertical-align: middle;
  flex: 0 0 20px;
  cursor: pointer;
  margin: 0 10px 0 0;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.jq-checkbox__div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 17px;
  height: 15px;
  transition: all 0.25s ease;
  background: url(../img/icons/check.png) no-repeat center;
  opacity: 0;
}

.jq-checkbox.checked .jq-checkbox__div {
  opacity: 1;
}

.jq-checkbox.checked--dis {
  background: #3e4b8f;
}
.jq-checkbox.checked--dis .jq-checkbox__div {
  filter: invert(91%) sepia(52%) saturate(2%) hue-rotate(62deg) brightness(150%) contrast(151%);
}

.jq-checkbox.disabled {
  opacity: 0.55;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.25s ease;
}

.cookie {
  position: fixed;
  z-index: 10;
  left: 0;
  bottom: 10px;
  right: 0;
}
.cookie.hidden, .cookie .hidden {
  display: none;
}
@media (max-width: 997px) {
  .cookie .container {
    max-width: 100%;
    width: 100%;
  }
}
.cookie__wrap {
  width: 560px;
  padding: 25px 30px 30px;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  position: relative;
}
@media (max-width: 997px) {
  .cookie__wrap {
    width: 100%;
    box-sizing: border-box;
  }
}
.cookie .text, .cookie .cookie__item__list__item__box {
  color: #888;
  font-size: 14px;
}
.cookie .text h3, .cookie .cookie__item__list__item__box h3 {
  color: #555;
  font-size: 16px;
  line-height: 120%;
  text-transform: none;
  margin: 0 0 15px;
}
.cookie .text p, .cookie .cookie__item__list__item__box p {
  margin: 0;
  color: #888;
  font-size: 14px;
  line-height: 130%;
}
.cookie .text a, .cookie .cookie__item__list__item__box a {
  color: #3e4b8f;
  text-decoration: underline;
  transition: all 0.25s ease;
}
.cookie .text a:hover, .cookie .cookie__item__list__item__box a:hover {
  color: #e8324b;
  text-decoration: none;
}
.cookie__item__list__item {
  margin-bottom: 10px;
}
.cookie__item__list__item:last-child {
  margin: 0;
}
.cookie__item__list__item__header {
  display: flex;
}
.cookie__item__list__item__header .title {
  border-bottom: 1px solid #b3b3b3;
  display: flex;
  flex: 1 1;
  color: #555;
  font-size: 16px;
  line-height: 120%;
  order: 2;
}
.cookie__item__list__item__header .form-check {
  flex: 0 0 auto;
  display: flex;
}
.cookie__item__list__item__box {
  display: none;
  padding-left: 30px;
  padding-top: 5px;
}
.cookie__item__list__item.active {
  background: none !important;
}
.cookie__item__list__item.active .cookie__item__list__item__box {
  display: block;
}
.cookie__item__list__item.active a {
  color: #3e4b8f !important;
}
.cookie__item__list__item.active a:hover {
  color: #e8324b !important;
}
.cookie__btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}
@media (max-width: 997px) {
  .cookie__btns {
    flex-direction: column;
    justify-content: center;
  }
}
.cookie__btns__all {
  display: flex;
}
@media (max-width: 997px) {
  .cookie__btns__all {
    justify-content: center;
    margin-top: 10px;
  }
}
.cookie__btns a {
  font-size: 16px;
  line-height: 22px;
  color: #3e4b8f;
  text-decoration: underline;
}
.cookie__btns a:hover {
  color: #e8324b;
  text-decoration: none;
}
.cookie .btn {
  height: 35px;
  padding: 0 10px;
  border-width: 1px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  margin-left: 15px;
  transition: all 0.25s ease;
}
.cookie .close {
  position: absolute;
  top: 0;
  margin-bottom: 0px;
  right: 0;
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 2;
  display: block;
  text-indent: -9999px;
  background: none;
  padding: 0;
  border: none;
}
.cookie .close:before, .cookie .close:after {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background-color: #5b5b64;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cookie .close:before {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.cookie .close:after {
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.cookie .close:hover:before {
  transform: translate3d(-50%, -50%, 0) rotate(135deg);
}
.cookie .close:hover:after {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.cookie .close .visually-hidden {
  opacity: 0;
  position: absolute;
}

@media (max-width: 997px) {
  .header.ny-2026 .logo {
    padding-top: 5px;
  }
}
.header.ny-2026 .logo a {
  position: relative;
}
@media (max-width: 576px) {
  .header.ny-2026 .logo a:after {
    display: block;
    position: absolute;
    content: "";
    width: 105px;
    height: 44px;
    background: url(../img/logo-ny02.png) no-repeat;
    top: -3px;
    margin-right: 8px;
    right: auto;
    left: 52px;
  }
}
.header.ny-2026 .logo .logo-text:after {
  display: block;
  position: absolute;
  content: "";
  width: 144px;
  height: 60px;
  top: -2px;
  right: 100%;
  margin-right: 5px;
  background: url(../img/logo-ny01.png) no-repeat;
}
@media (max-width: 997px) {
  .header.ny-2026 .logo .logo-text:after {
    width: 105px;
    height: 44px;
    background: url(../img/logo-ny02.png) no-repeat;
    top: -7px;
    margin-right: 8px;
  }
}

.info-block {
  background-color: #f4f7fd;
  display: flex;
  align-items: center;
  padding: 30px 0px;
}
.info-block table {
  border: none;
  margin: 0 auto;
  border-spacing: 0px 20px;
  float: left;
}
.info-block table .left-table {
  text-align: right;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  text-transform: uppercase;
}
.info-block table .right-table {
  padding-left: 20px;
  position: relative;
}
.info-block table .right-table:before {
  content: "";
  display: block;
  height: 100%;
  width: 3px;
  background-color: #efae7c;
  position: absolute;
  left: 10px;
  top: 0;
}

.text-content {
  padding: 60px 0px;
}
.text-content img {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  display: block;
  max-width: 100%;
}
.text-content p {
  font-size: 14px;
  line-height: 26px;
  color: #555555;
}

.tag-buble {
  background-color: #fff;
  min-height: 215px;
  display: flex;
  align-items: center;
}
.tag-buble ul {
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 576px) {
  .tag-buble ul {
    flex-direction: column;
    width: 100%;
  }
}
.tag-buble ul li {
  margin: 0px 5px;
  list-style: none;
  padding: 20px 0px;
}
@media (max-width: 576px) {
  .tag-buble ul li {
    width: 100%;
  }
}
.tag-buble ul li a {
  background: #ababab;
  border-radius: 30px;
  color: #fff;
  padding: 10px 45px;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
.tag-buble ul li a:hover {
  background-color: #6472b7 !important;
}
@media (max-width: 576px) {
  .tag-buble ul li a {
    display: block;
  }
}

.news-item {
  height: 420px;
  background-color: #fff;
  margin-bottom: 30px;
  transition: all 0.2s;
}
.news-item:hover {
  box-shadow: 1px 0px 5px #eaeaea;
}
.news-item .img-wrap {
  width: 100%;
  height: 260px;
  overflow: hidden;
}
.news-item .img-wrap img {
  max-width: 100%;
}
.news-item .text-wrap {
  padding: 15px 10px;
}
.news-item .text-wrap a {
  text-decoration: none;
}
.news-item .text-wrap .date-time {
  font-size: 13px;
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  color: #aeaeae;
  padding: 5px 0px;
}
.news-item .text-wrap .item-title {
  font-size: 14px;
  color: rgba(51, 51, 51, 0.7490196078);
  font-weight: 400;
  font-family: "Roboto Slab", serif;
  padding: 10px 0px;
}

.content {
  padding: 50px 0px;
}

.spec-text {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 24px;
}
.spec-text p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 24px;
}

.fund p, .fund li {
  font-size: 14px;
  color: #555;
  font-family: "Roboto", sans-serif;
  line-height: 26px;
}

.breadcrumbs {
  display: block;
  margin: 0 auto;
}
.breadcrumbs a {
  text-decoration: none;
  color: #efae7c;
  font-size: 12px;
  line-height: 25px;
  position: relative;
  margin-right: 32px;
  color: #777;
  color: #6472b7;
}
.breadcrumbs a:hover {
  color: #e8324b;
}
.breadcrumbs a:after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #aeaeae;
  position: absolute;
  right: -20px;
  top: 8px;
}
.breadcrumbs span {
  text-decoration: none;
  color: #777;
  color: #6472b7;
  font-size: 12px;
  line-height: 25px;
}

.filter-row {
  padding: 0px 0px 30px;
}
.filter-row a {
  border-bottom: 2px solid #6472b7;
}
.filter-row a:hover {
  color: #e8324b !important;
}
.filter-row .filters-left {
  display: flex;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
}
@media (max-width: 576px) {
  .filter-row .filters-left {
    flex-wrap: wrap;
  }
}
.filter-row .filters-left li {
  list-style: none;
  margin-right: 10px;
}
@media (max-width: 576px) {
  .filter-row .filters-left li {
    padding: 5px 0px;
  }
}
.filter-row .filters-left li a {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: #6472b7;
  text-decoration: none;
}
.filter-row .filters-right {
  display: flex;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}
@media (max-width: 576px) {
  .filter-row .filters-right {
    justify-content: left;
    flex-wrap: wrap;
  }
  .filter-row .filters-right a {
    margin: 0 !important;
  }
}
.filter-row .filters-right a {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: #6472b7;
  text-decoration: none;
  margin-left: 10px;
}

.active-from form {
  width: 400px;
}
@media (max-width: 576px) {
  .active-from form {
    width: 100% !important;
    top: 25px;
  }
}

#calendar-form {
  padding-left: 30px;
  position: relative;
}
#calendar-form:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  display: block;
  background: url("../../assets/img/calendar.png");
  left: 15px;
  background-size: contain;
  top: 6px;
}

.search-result {
  font-size: 16px;
  margin: 0px 0px 10px;
  color: #6472b7;
}

.jq-selectbox__select {
  padding: 0 5px 0 0px;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  font-size: 18px;
  color: #6472b7;
}

.jq-selectbox__dropdown {
  width: 100px;
}

.jq-selectbox__select-text {
  min-width: 55px !important;
}

.jqselect {
  text-align: right;
}

.inner-search-toggle:hover {
  color: #e8324b !important;
}

.search-result {
  font-size: 16px;
  margin: 0px 0px 10px;
  color: #6472b7;
}

@media (max-width: 576px) {
  .inner-search-toggle {
    margin: 0;
  }
}

.inner-search {
  position: relative;
}
@media (max-width: 576px) {
  .inner-search {
    width: 100%;
  }
}
.inner-search form {
  position: absolute;
  display: flex;
  right: 0;
  bottom: 0;
  width: 0px;
  overflow: hidden;
  transition: all 0.4s;
}
.inner-search form input {
  width: 100%;
  border: none;
  border-bottom: 2px solid #6472b7 !important;
  font-size: 16px;
  color: #999999;
  font-family: "Roboto Slab", serif;
}
.inner-search form .btn-search {
  width: 22px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/search-btn.png);
  color: #6472b7 !important;
  text-transform: uppercase;
  font-size: 16px;
  background-size: contain;
  background-repeat: no-repeat;
}
.active-from form {
  width: 400px;
}

.contacts .h1 {
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  color: #242424;
}
.contacts input[name=web_form_submit] {
  display: inline-block;
  padding: 0px 25px;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 14px;
  line-height: 60px;
  font-family: "Roboto Slab", serif;
  height: 60px;
  background-color: #fff;
  text-transform: uppercase;
  border: 1px solid #777;
  color: #6472b7;
  cursor: pointer;
}
@media (max-width: 768px) {
  .contacts input[name=web_form_submit] {
    padding: 0px 20px;
    height: 50px;
    font-weight: 700;
    font-size: 14px;
    line-height: 50px;
    font-family: "Roboto Slab", serif;
  }
}
@media (max-width: 576px) {
  .contacts input[name=web_form_submit] {
    width: 100%;
    height: 40px;
    font-weight: 700;
    font-size: 14px;
    line-height: 40px;
    font-family: "Roboto Slab", serif;
  }
}
.contacts input[name=web_form_submit]:hover {
  background-color: #6472b7 !important;
  color: #fff;
}

.g-recaptcha {
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

.fields-wrap {
  display: flex;
  flex-wrap: wrap;
  height: 365px;
  align-items: center;
}
.fields-wrap .field {
  flex-basis: 100%;
  height: 50px;
  padding: 0px 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 50px;
  font-family: "Roboto", sans-serif;
  font-family: "Roboto", sans-serif;
}
.fields-wrap .msg {
  width: 100%;
  height: 120px;
  resize: none;
  line-height: normal;
  padding: 10px;
}

.cont-block {
  margin-bottom: 40px;
}
.cont-block .h1 {
  line-height: 25px;
  font-family: "Roboto Slab", serif;
}
.capt {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.capt p {
  font-size: 11px;
  color: #999999;
  flex-basis: 100%;
}

.map {
  margin-top: 40px;
  width: 100%;
  height: 200px;
}

.regional-items {
  margin-top: 30px;
}
.regional-items .h1 {
  font-family: "Roboto Slab", serif;
  font-size: 25px;
  color: #242424;
}
.regional-items .item-map {
  margin: 15px 0px;
}
.regional-items .obl {
  font-family: "Roboto Slab", serif;
  font-size: 16px;
  color: #6472b7;
}
.regional-items .map-name {
  font-size: 16px;
  color: #333;
}
.regional-items .map-tel {
  font-size: 14px;
  color: #555;
}
.regional-items .map-mail {
  font-size: 14px;
  color: #555;
}

.paging {
  display: flex;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .paging {
    width: 100%;
  }
}
.paging a {
  text-decoration: none;
}
.paging a:hover {
  color: #e8324b !important;
}
.paging .page-prev {
  padding: 0 20px;
}
@media (max-width: 576px) {
  .paging .page-prev {
    display: none;
  }
}
.paging .page-prev a {
  font-weight: 700;
  font-size: 18px;
  color: #6472b7;
  font-family: "Roboto", sans-serif;
}
.paging .page-prev span {
  font-weight: 700;
  font-size: 18px;
  color: #999999;
  font-family: "Roboto", sans-serif;
}
.paging .page-next {
  padding: 0 20px;
}
@media (max-width: 576px) {
  .paging .page-next {
    display: none;
  }
}
.paging .page-next a {
  font-weight: 700;
  font-size: 18px;
  color: #6472b7;
  font-family: "Roboto", sans-serif;
}
.paging .page-next span {
  font-weight: 700;
  font-size: 18px;
  color: #999999;
  font-family: "Roboto", sans-serif;
}
.paging ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.paging ul li {
  list-style: none;
  padding: 0px 10px;
}
.paging ul li .active-page {
  font-weight: 700;
  font-size: 18px;
  color: #e8324b;
  font-family: "Roboto", sans-serif;
}
.paging ul li a {
  font-weight: 700;
  font-size: 18px;
  color: #6472b7;
  font-family: "Roboto", sans-serif;
  display: block;
}

#region-pop {
  position: relative;
}

.mfp-close {
  position: absolute !important;
  top: 20px;
  right: 20px;
}

#region-pop {
  position: relative;
  background: #fff;
  width: 800px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  padding: 30px;
  top: 150px;
}
@media (max-width: 997px) {
  #region-pop {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  #region-pop {
    grid-template-columns: repeat(1, 1fr);
  }
}
#region-pop .reg-head {
  position: absolute;
  left: 50%;
  font-size: 45px;
  top: -80px;
  color: #fff;
  transform: translateX(-50%);
}
@media (max-width: 576px) {
  #region-pop .reg-head {
    font-size: 25px;
  }
}
@media (max-width: 576px) {
  #region-pop {
    width: 100%;
    max-height: inherit;
  }
}
#region-pop .letter {
  font-size: 25px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  color: #999999;
}
#region-pop ul {
  padding: 0;
  margin-top: 0;
}
#region-pop ul li {
  list-style: none;
}
#region-pop ul li a {
  text-decoration: none;
  line-height: 20px;
  font-size: 16px;
}
#region-pop ul li a:hover {
  color: #e8324b;
}

.gallery-item {
  margin-bottom: 30px;
}
.gallery-item:hover .img-wrap {
  box-shadow: 1px 1px 7px 1px #f4f7fd;
}
.gallery-item:hover a {
  color: #e8324b;
}
.gallery-item .img-wrap {
  width: 100%;
  height: 150px;
  overflow: hidden;
  margin-bottom: 15px;
  border: 3px solid #f4f7fd;
}
.gallery-item .img-wrap img {
  width: 100%;
}
.gallery-item a {
  font-size: 15px;
  line-height: 17px;
  font-family: "Roboto Slab", serif;
  text-decoration: none;
}

.videos .videos__Item {
  margin-bottom: 60px;
}
.videos .videos__Item .video {
  width: 100%;
}
.videos .videos__Item .video iframe {
  width: 100%;
  height: 350px;
}
@media (max-width: 576px) {
  .videos .videos__Item .video iframe {
    height: 300px;
  }
}
.videos .videos__Item .videos__Title {
  font-family: "Roboto Slab", serif;
  font-size: 18px;
  color: #6472b7;
  padding: 10px 0px;
}
.videos .videos__Item .videos__Desc {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #999999;
}

.info-wizard {
  position: relative;
  background: #213272;
  background: -webkit-linear-gradient(90deg, #213272 0%, #404d92 50%, #213272 100%);
  background: linear-gradient(90deg, #213272 0%, #404d92 50%, #213272 100%);
  padding: 20px 20px 25px;
}

@media (max-width: 415px) {
  .info-wizard {
    padding: 15px 15px 20px;
  }
}
.info-wizard:before {
  display: block;
  position: absolute;
  content: "";
  height: 10px;
  left: 0;
  right: 0;
  background: url(../img/shadow.png) no-repeat center;
  top: 100%;
  opacity: 0.5;
}

@media (max-width: 990px) {
  .info-wizard:before {
    background-size: 100% auto;
    background-position: center top;
  }
}
.info-wizard .lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.info-wizard .lines:before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 4px;
  height: 5px;
  border-top: 2px solid #6d7dcd;
  border-bottom: 1px solid #6d7dcd;
}

.info-wizard .lines:after {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 4px;
  height: 5px;
  border-top: 2px solid #6d7dcd;
  border-bottom: 1px solid #6d7dcd;
}

.info-wizard .h2 {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 42px;
  line-height: 42px;
  font-family: "Roboto", sans-serif;
  position: relative;
  z-index: 1;
  margin: 0 0 15px;
  padding: 0;
}

@media (max-width: 990px) {
  .info-wizard .h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    font-family: "Roboto", sans-serif;
  }
}
@media (max-width: 415px) {
  .info-wizard .h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    font-family: "Roboto", sans-serif;
  }
}
@media (max-width: 990px) {
  .info-wizard .h2 span {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    font-family: "Roboto", sans-serif;
    display: block;
  }
}
@media (max-width: 415px) {
  .info-wizard .h2 span {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    font-family: "Roboto", sans-serif;
  }
}
.info-wizard .btn-w {
  position: relative;
  z-index: 1;
  text-align: center;
}

.info-wizard .btn-w a {
  display: inline-block;
  padding: 10px 15px;
  background: #ff2e4b;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s ease;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
  box-shadow: 5px 5px 1px #061861;
}

@media (max-width: 990px) {
  .info-wizard .btn-w a {
    padding: 15px;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    font-family: "Roboto", sans-serif;
  }
}
.info-wizard .btn-w a:hover {
  background: #009c2f;
}

.materials img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.materials a {
  text-decoration: none;
  display: block;
}
.materials a p {
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 40px;
}
.materials a:hover p {
  color: #e8324b;
}

.violet {
  background: -webkit-linear-gradient(left, #5b52b6 0%, #b0a6dc 100%);
  background: linear-gradient(to right, #5b52b6 0%, #b0a6dc 100%);
}

.green {
  background: -webkit-linear-gradient(left, #68b46f 0%, #afd7b2 100%);
  background: linear-gradient(to right, #68b46f 0%, #afd7b2 100%);
}

.light_blue {
  background: -webkit-linear-gradient(left, #65abca 0%, #b3d8e7 100%);
  background: linear-gradient(to right, #65abca 0%, #b3d8e7 100%);
}

.orange {
  background: -webkit-linear-gradient(left, #efb655 0%, #f7daa8 100%);
  background: linear-gradient(to right, #efb655 0%, #f7daa8 100%);
}

.turquoise {
  background: -webkit-linear-gradient(left, #69cfd4 0%, #b3e6e9 100%);
  background: linear-gradient(to right, #69cfd4 0%, #b3e6e9 100%);
}

.pink {
  background: -webkit-linear-gradient(left, #ff7286 0%, #ffb8c2 100%);
  background: linear-gradient(to right, #ff7286 0%, #ffb8c2 100%);
}

.lilac {
  background: -webkit-linear-gradient(left, #b17ddb 0%, #d7bded 100%);
  background: linear-gradient(to right, #b17ddb 0%, #d7bded 100%);
}

.light_green {
  background: -webkit-linear-gradient(left, #aed661 0%, #d6eaaf 100%);
  background: linear-gradient(to right, #aed661 0%, #d6eaaf 100%);
}

.annual-report-list a {
  text-decoration: none;
}

.annual-report-list .rep-item {
  margin-bottom: 30px;
}

.annual-report-list .rep-item:hover p {
  color: #e8324b;
}

.annual-report-list .wrap-item {
  height: 100px;
  text-decoration: none;
  font-size: 70px;
  font-family: "Roboto Slab", serif;
  color: #fff;
  text-align: center;
  position: relative;
}

.annual-report-list .wrap-item .border {
  border: 2px solid #fff;
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 5px;
  left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.annual-report-list p {
  font-size: 18px;
  font-family: "Roboto Slab", serif;
  color: #5867b3;
  text-align: center;
}

.media-item {
  margin-bottom: 60px;
}

.media-item:hover .item-title {
  color: #e8324b;
}

.media-item a {
  text-decoration: none;
}

.media-item .date-time {
  font-size: 13px;
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  color: #aeaeae;
  padding: 5px 0px;
}

.media-item .item-title {
  font-size: 16px;
  font-family: "Roboto Slab", serif;
  color: #242424;
  margin: 10px 0px;
}

.media-item p {
  margin: 0;
}

.sovet {
  padding: 50px 0px;
}
.sovet .item-sovet {
  margin-bottom: 30px;
  cursor: pointer;
}
.sovet .item-sovet .img-wrap {
  width: 100%;
  min-height: 240px;
  overflow: hidden;
}
.sovet .item-sovet .img-wrap img {
  max-width: 100%;
}
.sovet .item-sovet .sub-name {
  font-size: 18px;
  text-transform: uppercase;
  color: #333;
  margin: 10px 0px;
  font-family: "Roboto Slab", serif;
  transition: all 0.3s ease;
}
.sovet .item-sovet .item-title {
  font-size: 16px;
  color: #555;
  font-family: "Roboto", sans-serif;
  line-height: 20px;
}
.sovet .item-sovet .item-desc {
  font-size: 14px;
  color: #999999;
  margin: 10px 0px;
  font-family: "Roboto Slab", serif;
}
.sovet .item-sovet:hover .sub-name {
  color: #3e4b8f;
}

.sovetInner__header {
  display: flex;
  align-items: center;
  margin: 0 -15px;
}
@media (max-width: 768px) {
  .sovetInner__header {
    flex-direction: column;
  }
}
.sovetInner__header__image {
  flex: 0 0 33.3333333333%;
  padding: 0 15px;
  width: 33.3333333333%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .sovetInner__header__image {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 15px;
    justify-content: center;
  }
}
.sovetInner__header__image img {
  max-width: 100%;
}
.sovetInner__header__text {
  padding: 0 15px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .sovetInner__header__text {
    width: 100%;
  }
}
.sovetInner__header__text .sub-name {
  font-size: 18px;
  text-transform: uppercase;
  color: #333;
  margin: 0 0 20px;
  font-family: "Roboto Slab", serif;
}
.sovetInner__header__text .item-title {
  font-size: 16px;
  color: #555;
  font-family: "Roboto", sans-serif;
  line-height: 20px;
}
.sovetInner__header__text .item-desc {
  font-size: 14px;
  color: #999999;
  margin: 10px 0px;
  font-family: "Roboto Slab", serif;
}
.sovetInner__body {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .sovetInner__body {
    margin-top: 15px;
  }
}
.sovetInner__body p {
  margin: 0 0 10px;
}
.sovetInner__body p:last-child {
  margin: 0;
}

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