@charset "UTF-8";
@font-face {
  font-family: "Avant Garde";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/avant-garde/AvantGarde-Book.eot");
  src: url("../fonts/avant-garde/AvantGarde-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/avant-garde/AvantGarde-Book.woff") format("woff"), url("../fonts/avant-garde/AvantGarde-Book.ttf") format("truetype");
}
@font-face {
  font-family: "Avant Garde";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/avant-garde/AvantGardeITCbyBT-Medium.eot");
  src: url("../fonts/avant-garde/AvantGardeITCbyBT-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/avant-garde/AvantGardeITCbyBT-Medium.woff") format("woff"), url("../fonts/avant-garde/AvantGardeITCbyBT-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Avant Garde";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/avant-garde/AvantGarde-Bold.eot");
  src: url("../fonts/avant-garde/AvantGarde-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/avant-garde/AvantGarde-Bold.woff") format("woff"), url("../fonts/avant-garde/AvantGarde-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "GothamPro";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/gotham-pro/GothamPro-Bold.eot");
  src: url("../fonts/gotham-pro/GothamPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-pro/GothamPro-Bold.woff") format("woff"), url("../fonts/gotham-pro/GothamPro-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "GothamPro";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/gotham-pro/GothamPro-Medium.eot");
  src: url("../fonts/gotham-pro/GothamPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-pro/GothamPro-Medium.woff") format("woff"), url("../fonts/gotham-pro/GothamPro-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "GothamPro";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/gotham-pro/GothamPro.eot");
  src: url("../fonts/gotham-pro/GothamPro.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-pro/GothamPro.woff") format("woff"), url("../fonts/gotham-pro/GothamPro.ttf") format("truetype");
}
@font-face {
  font-family: "GothamPro";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/gotham-pro/GothamPro-Italic.eot");
  src: url("../fonts/gotham-pro/GothamPro-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-pro/GothamPro-Italic.woff") format("woff"), url("../fonts/gotham-pro/GothamPro-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype");
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-width: 1px;
}
html {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}
a, a:hover, input, textarea, select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0 none;
}
ol {
  list-style: decimal inside;
  margin-bottom: 20px;
}
ol li {
  padding: 5px 0 5px 15px;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
:focus {
  outline: 0;
}
a img, fieldset, hr {
  border: 0;
}
mark {
  background: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: middle;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="number"], select, textarea {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0;
  -webkit-appearance: none;
}
input[type="submit"], input[type="button"], button, .button {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
}
hr {
  clear: both;
  overflow: hidden;
  display: block;
}
article, aside, details, figcaption, figure, footer, header, nav, section, summary, main {
  display: block;
}
.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 30px;
}
.aligncenter {
  margin: 0 auto 20px;
}
.alignnone {
  margin: 0 0 20px;
}
@media (max-width: 1024px) {
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px;
  }
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.valign {
  display: inline-block;
  vertical-align: middle;
  max-width: 94%;
}
.vfix {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe, .fullframe object, .fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
::-webkit-scrollbar-thumb {
  background: #021120;
}
::-webkit-scrollbar-track {
  background: #eaeaea;
}
::-webkit-scrollbar-thumb:hover {
  background: #010408;
}
::-webkit-scrollbar-thumb:active {
  background: #010408;
}
html {
  font: 400 21px/1.5714 "GothamPro", sans-serif;
}
@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  html {
    font-size: 14px;
  }
}
body {
  color: rgba(0, 0, 0, 0.8);
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  background: #fff;
  overflow: overlay;
}
.main {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}
p {
  padding-bottom: 20px;
  line-height: 1.4;
  font-family: "Avant Garde";
}
@media (max-width: 480px) {
  p {
    padding-bottom: 10px;
  }
}
p.jEmpty {
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  p.jEmpty {
    display: none;
  }
}
a {
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  text-decoration: none;
}
@media (max-width: 1024px) {
  br {
    display: none;
  }
}
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="number"], input[type="password"], textarea {
  height: 40px;
  width: 100%;
  border: 1px solid #000;
  background: #fff;
  padding: 0 20px;
  font-family: "GothamPro";
  font-size: 14px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="password"]:focus, textarea:focus {
  border-color: #021120;
}
input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #333333;
  opacity: 1;
}
input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder {
  color: #333333;
  opacity: 1;
}
input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder {
  color: #333333;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #333333;
  opacity: 1;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
textarea {
  resize: none;
  height: 100px;
  padding: 12px 20px;
  display: block;
}
label {
  font-weight: 700;
  display: block;
  font-size: 19px;
  margin-bottom: 20px;
}
@media (max-width: 1366px) {
  label {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  label {
    font-size: 14px;
  }
}
.btn, .submit {
  display: inline-block;
  line-height: 40px;
  padding: 0 25px;
  font-size: 14px;
  background: #004b85;
  color: #fff;
  font-family: "GothamPro";
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .btn, .submit {
    font-size: 12px;
    padding: 0 15px;
  }
}
.btn.blue, .submit.blue {
  background: #004b85;
}
.btn:hover, .submit:hover {
  background: #bb2057;
}
h1, h2, .news-box .title {
  color: #474b59;
  font-size: 50px;
  font-family: "GothamPro";
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  h1, h2, .news-box .title {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  h1, h2, .news-box .title {
    font-size: 26px;
  }
}
h1.smaller, h2.smaller, .news-box .smaller.title {
  font-size: 43px;
}
@media (max-width: 1024px) {
  h1.smaller, h2.smaller, .news-box .smaller.title {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  h1.smaller, h2.smaller, .news-box .smaller.title {
    font-size: 26px;
  }
}
h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.container {
  margin: 0 auto;
  width: 1320px;
  max-width: 94%;
  position: relative;
  z-index: 0;
}
.content ul {
  margin: 0 0 20px 0;
}
.content ul li {
  padding: 5px 0 5px 15px;
  position: relative;
}
.content ul li:before {
  content: "";
  background: #333333;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 17px;
  left: 0;
}
@media (max-width: 1024px) {
  .content ul li:before {
    top: 15px;
  }
}
@media (max-width: 480px) {
  .content ul li:before {
    top: 13px;
  }
}
.content h1 > a, .content h2 > a, .content .news-box .title > a, .news-box .content .title > a, .content h3 > a, .content h4 > a, .content h5 > a, .content h6 > a, .content p > a {
  color: #004b85;
}
.content h1 > a:hover, .content h2 > a:hover, .content .news-box .title > a:hover, .news-box .content .title > a:hover, .content h3 > a:hover, .content h4 > a:hover, .content h5 > a:hover, .content h6 > a:hover, .content p > a:hover {
  color: #bb2057;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.alc, .home-slider .swiper-slide.full-image > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
div.wpcf7 .wpcf7-form-control-wrap {
  display: block !important;
  margin-bottom: 20px;
  clear: both;
}
div.wpcf7 .wpcf7-not-valid-tip {
  background: #fff;
  border: 1px solid #FF0000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  font-family: "GothamPro";
  height: 100%;
  line-height: 1.2;
  padding: 10px 20px;
  text-align: left;
}
div.wpcf7 .wpcf7-response-output {
  width: 100%;
  background: #fff;
  margin: 10px 0 0 0;
  font-family: "GothamPro";
  font-size: 12px;
  line-height: 20px;
  padding: 5px;
  text-align: center;
}
div.wpcf7 .ajax-loader {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 2px;
  height: 0;
  width: 0;
}
div.wpcf7 .ajax-loader.is-active {
  background: url("../img/spinner.gif");
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
  background-size: cover;
}
div.wpcf7 .btn-wrapper {
  display: inline-block;
  position: relative;
}
@media (max-width: 1024px) {
  .main-menu {
    display: none;
  }
}
.main-menu > ul {
  font-size: 0;
}
.main-menu > ul > li {
  display: inline-block;
  position: relative;
}
.main-menu > ul > li > a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  padding: 0 23px;
  text-transform: uppercase;
  line-height: 60px;
  position: relative;
}
@media (max-width: 1700px) {
  .main-menu > ul > li > a {
    padding: 0 10px;
  }
}
@media (max-width: 1200px) {
  .main-menu > ul > li > a {
    font-size: 13px;
    padding: 0 9px;
    line-height: 50px;
  }
}
.main-menu > ul > li > a::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  left: 0;
  width: 1px;
  height: 15px;
  background: #000;
}
.main-menu > ul > li > a::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  right: 0;
  width: 1px;
  height: 15px;
  background: #000;
}
.main-menu > ul > li > .sub-menu {
  top: 120%;
  left: 0;
  position: absolute;
  z-index: -1;
  background: rgba(0, 75, 133, 0.8);
  min-width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.main-menu > ul > li > .sub-menu a {
  display: block;
  font-size: 16px;
  text-transform: initial;
  color: #fff;
  padding: 10px 25px;
  white-space: nowrap;
}
.main-menu > ul > li > .sub-menu a:hover {
  background: #004b85;
}
.main-menu > ul > li:first-child > a::before, .main-menu > ul > li:last-child > a::after {
  display: none;
}
.main-menu > ul > li:hover > a {
  background: rgba(0, 75, 133, 0.8);
  color: #fff;
}
.main-menu > ul > li:hover > .sub-menu {
  z-index: 1;
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.main-menu > ul > li.current-menu-item > a {
  background: rgba(0, 75, 133, 0.8);
  color: #fff;
}
.menu-burger {
  display: none;
  width: 26px;
  height: 30px;
  position: fixed;
  top: 7px;
  right: 20px;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .menu-burger {
    display: block;
  }
}
@media (max-width: 480px) {
  .menu-burger {
    top: 4px;
  }
}
.menu-burger:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  height: 2px;
  background: #021120;
  -webkit-box-shadow: 0 7px 0 0 #021120, 0 -7px 0 0 #021120;
  box-shadow: 0 7px 0 0 #021120, 0 -7px 0 0 #021120;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu-burger:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  height: 2px;
  background: #021120;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu-burger.open:before {
  -webkit-transform: translate(0, -50%) rotateZ(-45deg);
  -moz-transform: translate(0, -50%) rotateZ(-45deg);
  -ms-transform: translate(0, -50%) rotateZ(-45deg);
  -o-transform: translate(0, -50%) rotateZ(-45deg);
  transform: translate(0, -50%) rotateZ(-45deg);
  box-shadow: none;
}
.menu-burger.open:after {
  -webkit-transform: translate(0, -50%) rotateZ(45deg);
  -moz-transform: translate(0, -50%) rotateZ(45deg);
  -ms-transform: translate(0, -50%) rotateZ(45deg);
  -o-transform: translate(0, -50%) rotateZ(45deg);
  transform: translate(0, -50%) rotateZ(45deg);
}
.mobile-main-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e5ecf2;
  z-index: 1;
  overflow: auto;
  padding: 50px 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
@media (max-width: 1024px) {
  .mobile-main-menu {
    display: block;
  }
}
.mobile-main-menu li a {
  display: inline-block;
  padding: 5px 15px;
  color: #021120;
}
.mobile-main-menu li a:hover {
  text-decoration: none;
}
.mobile-main-menu .sub-menu {
  display: none;
  padding-left: 20px;
}
.mobile-main-menu span {
  display: inline-block;
  padding: 5px;
  color: #021120;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-main-menu.open {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.cover, .bonus-box {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.tac {
  text-align: center;
}
.cfx:after, .gallery:after, .cfx:before, .gallery:before {
  display: table;
  clear: both;
  content: " ";
}
.last-no-spacing > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.social-icons {
  background: #004b85;
  padding: 40px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .social-icons {
    padding: 25px 0;
  }
}
.social-icons a {
  color: #fff;
  margin-right: 130px;
}
@media (max-width: 1024px) {
  .social-icons a {
    margin-right: 50px;
  }
}
@media (max-width: 768px) {
  .social-icons a {
    margin-right: 20px;
  }
}
.social-icons a:last-child {
  margin-right: 0;
}
.social-icons a:hover {
  color: #c3d3e1;
}
.social-icons a em {
  font-size: 75px;
  margin-right: 15px;
}
@media (max-width: 1024px) {
  .social-icons a em {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .social-icons a em {
    margin-right: 8px;
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .social-icons a em {
    margin-right: 0;
  }
}
.social-icons a span {
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 768px) {
  .social-icons a span {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .social-icons a span {
    font-size: 0;
  }
}
.space {
  padding: 70px 0;
}
@media (max-width: 1024px) {
  .space {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .space {
    padding: 25px 0;
  }
}
.blue-bg, #memorial_garden {
  background: #e5ecf2;
}
.top-block {
  min-height: 480px;
  position: relative;
  background: #e1e7ed;
}
@media (max-width: 1024px) {
  .top-block {
    min-height: auto;
  }
}
.top-block .image {
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  width: 66%;
}
@media (max-width: 480px) {
  .top-block .image {
    width: 100%;
  }
}
.top-block .image::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: -1px;
  right: 0;
  background: -moz-linear-gradient(left, #e1e7ed 0%, rgba(230, 235, 240, 0.1) 20%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #e1e7ed 0%, rgba(230, 235, 240, 0.1) 20%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #e1e7ed 0%, rgba(230, 235, 240, 0.1) 20%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e1e7ed", endColorstr="#b3ffffff", GradientType=1);
  /* IE6-9 */
}
@media (max-width: 480px) {
  .top-block .image::before {
    background: -moz-linear-gradient(left, rgba(225, 231, 237, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(225, 231, 237, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(225, 231, 237, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e1e7ed", endColorstr="#b3ffffff", GradientType=1);
    /* IE6-9 */
  }
}
.top-block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-block .text {
  padding: 60px 0;
  width: 45%;
}
@media (max-width: 480px) {
  .top-block .text {
    width: 100%;
  }
}
.top-block .text h1, .top-block .text h2, .top-block .text .news-box .title, .news-box .top-block .text .title {
  color: #004b85;
}
.top-text {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .top-text {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .top-text {
    margin-bottom: 25px;
  }
}
.services-block .main-title {
  text-align: center;
  color: #474b59;
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .services-block .main-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .services-block .main-title {
    margin-bottom: 15px;
  }
}
.services-block .services {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.services-block .services > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
@media (max-width: 1366px) {
  .services-block .services {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .services-block .services > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .services-block .services {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .services-block .services > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.services-block .service {
  background: #fff;
  padding: 55px 30px 45px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px -6px rgba(0, 78, 136, 0.7);
}
@media (max-width: 480px) {
  .services-block .service {
    padding: 20px;
    margin-bottom: 15px;
  }
  .services-block .service:last-child {
    margin-bottom: 0;
  }
}
.services-block .service .link {
  font-size: 19px;
  color: #002a53;
  font-weight: 700;
  display: block;
}
@media (max-width: 480px) {
  .services-block .service .link {
    font-size: 14px;
  }
}
.services-block a.service {
  color: #333333;
}
.services-block a.service:hover {
  background: #c3d3e1;
}
.text-image-box .item {
  position: relative;
}
.text-image-box .item .image {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 44%;
}
@media (max-width: 1366px) {
  .text-image-box .item .image {
    position: static;
    width: 100%;
  }
}
.text-image-box .item .text-wrapper {
  min-height: 480px;
  padding: 50px 0 30px;
}
@media (max-width: 1366px) {
  .text-image-box .item .text-wrapper {
    min-height: auto;
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .text-image-box .item .text-wrapper {
    padding: 25px 0;
  }
}
.text-image-box .item h2, .text-image-box .item .news-box .title, .news-box .text-image-box .item .title {
  line-height: 1;
  margin-bottom: 10px;
}
.text-image-box .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1366px) {
  .text-image-box .item img {
    object-fit: contain;
    height: auto;
  }
}
.text-image-box .item .text {
  width: 54%;
}
@media (max-width: 1366px) {
  .text-image-box .item .text {
    width: 100%;
  }
}
.text-image-box .item .btn {
  min-width: 220px;
  line-height: 60px;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .text-image-box .item .btn {
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .text-image-box .item .btn {
    min-width: auto;
    line-height: 40px;
    margin-top: 0;
  }
}
.text-image-box .item:nth-child(2n-1) .image {
  right: 0;
}
.text-image-box .item:nth-child(2n) {
  background: #e5ecf2;
}
.text-image-box .item:nth-child(2n) .image {
  left: 0;
}
.text-image-box .item:nth-child(2n) .text {
  margin-left: auto;
}
.image-text {
  position: relative;
  min-height: 480px;
}
@media (max-width: 1366px) {
  .image-text {
    min-height: auto;
    display: block;
  }
}
.image-text .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 43%;
}
@media (max-width: 1366px) {
  .image-text .image {
    width: 100%;
    position: static;
  }
}
.image-text .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1366px) {
  .image-text .image img {
    height: auto;
    object-fit: contain;
  }
}
.image-text .text {
  width: 54%;
  margin-left: auto;
}
@media (max-width: 1366px) {
  .image-text .text {
    width: 100%;
  }
}
.image-text h2, .image-text .news-box .title, .news-box .image-text .title {
  line-height: 1;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .image-text h2, .image-text .news-box .title, .news-box .image-text .title {
    margin-bottom: 15px;
  }
}
.fancybox-content {
  padding: 0;
}
.text table {
  margin-top: 15px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .text table {
    overflow-y: scroll;
    display: block;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .text table tbody {
    width: 768px;
    display: block;
  }
}
.text table td, .text table th {
  padding: 10px 15px;
}
.gallery {
  padding-bottom: 20px;
}
.gallery .gallery-item {
  margin-top: 0 !important;
}
.gallery .gallery-item img {
  border: none !important;
  width: 100%;
}
.grid-3 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -3%;
  width: 106%;
}
.grid-3 > * {
  width: 27.3333333333%;
  margin: 0 3% 4em;
}
@media (max-width: 1366px) {
  .grid-3 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .grid-3 > * {
    width: 32.3333333333%;
    margin: 0 0.5% 0.6666666667em;
  }
}
@media (max-width: 1024px) {
  .grid-3 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .grid-3 > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.selectric {
  border: 2px solid #c9d4e5;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 3px;
}
.selectric .label {
  line-height: 44px;
  height: 44px;
  margin: 0 44px 0 25px;
  font-size: 18px;
}
.selectric .button {
  width: 44px;
  height: 44px;
}
.selectric .button::after {
  border-width: 5px;
  border-top-color: #00447b;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.selectric-items ul {
  margin: 0;
}
.selectric-items li {
  line-height: 44px;
  padding: 0 25px;
  font-size: 14px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.selectric-items li::before {
  display: none;
}
.selectric-items li:hover, .selectric-items li.highlighted {
  background: #004b85;
  color: #fff;
}
.fixed-box {
  position: fixed;
  z-index: 1;
  top: 50%;
  right: 0;
  cursor: pointer;
  -webkit-transform: translate(calc(100% - 18px), -50%);
  -moz-transform: translate(calc(100% - 18px), -50%);
  -ms-transform: translate(calc(100% - 18px), -50%);
  -o-transform: translate(calc(100% - 18px), -50%);
  transform: translate(calc(100% - 18px), -50%);
  background: #004b85;
  box-shadow: 0 5px 15px -6px rgba(0, 78, 136, 0.7);
  border: 2px solid #fff;
  border-radius: 3px 0 0 3px;
  border-right: none;
  width: 275px;
  color: #fff;
  padding: 40px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1366px) {
  .fixed-box {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .fixed-box {
    position: static;
    border: none;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    width: 100%;
  }
}
.fixed-box::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 10px;
  content: "";
  font-family: "Font Awesome";
  font-size: 50px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.fixed-box.active {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.fixed-box.active::before {
  opacity: 1;
}
.fixed-box h4 {
  font-size: 21px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .fixed-box h4 {
    margin-bottom: 10px;
  }
}
.fixed-box h4 a {
  color: #fff;
  text-decoration: underline;
}
.fixed-box h4 a:hover {
  color: #021120;
}
.fixed-box p {
  font-size: 17px;
  padding-bottom: 10px;
}
.fixed-box p a {
  color: #fff;
}
.fixed-box p a[href^="mailto"] {
  color: #fff200;
  text-decoration: underline;
}
.fixed-box p a:hover {
  color: #bb2057;
}
.search-title {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .search-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .search-title {
    margin-bottom: 15px;
  }
}
.post {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .post {
    margin-bottom: 25px;
  }
}
.post:last-child {
  margin-bottom: 0;
}
.post a {
  color: #333333;
}
.post a:hover {
  color: #bb2057;
}
.wp-caption-text {
  font-size: 14px;
  line-height: 1.2;
  padding-top: 10px;
}
.top-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #e5ecf2;
  border: 2px solid #004b85;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-transform: uppercase;
  text-align: center;
  line-height: 40px;
  font-weight: 700;
  color: #004b85;
  font-size: 13px;
  z-index: -1;
  opacity: 0;
}
.top-btn.active {
  opacity: 1;
  z-index: 2;
}
.contacts-box {
  padding: 40px 0;
}
@media (max-width: 1024px) {
  .contacts-box > .flex {
    display: block;
  }
}
@media (max-width: 480px) {
  .contacts-box {
    padding: 25px 0;
  }
}
.contacts-box .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.contacts-box .right {
  -webkit-flex-basis: 30%;
  -moz-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  padding-left: 40px;
  margin-left: 20px;
  border-left: 2px solid #bb2057;
}
@media (max-width: 1366px) {
  .contacts-box .right {
    padding-left: 20px;
  }
}
@media (max-width: 1024px) {
  .contacts-box .right {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
}
.contacts-box .main-title {
  color: #474b59;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 50px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .contacts-box .main-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .contacts-box .main-title {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.contacts-box .contact-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2%;
  width: 104%;
}
.contacts-box .contact-wrapper > * {
  width: 46%;
  margin: 0 2% 3em;
}
@media (max-width: 768px) {
  .contacts-box .contact-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .contacts-box .contact-wrapper > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.contacts-box .column {
  font-size: 16px;
  margin-bottom: 20px;
}
.contacts-box .column strong {
  font-size: 18px;
}
.contacts-box .info {
  position: relative;
  padding-left: 45px;
  display: block;
}
@media (max-width: 480px) {
  .contacts-box .info {
    padding-left: 30px;
  }
}
.contacts-box .address {
  padding-bottom: 20px;
}
@media (max-width: 480px) {
  .contacts-box .address {
    padding-bottom: 10px;
  }
}
.contacts-box .address::before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  content: url("../img/address_icon.png");
}
.contacts-box .address p {
  line-height: 1.3;
  padding-bottom: 10px;
}
.contacts-box .address a {
  color: #474b59;
}
.contacts-box .address a:hover {
  color: #bb2057;
}
.contacts-box .email {
  font-size: 16px;
  color: #002a53;
  text-decoration: underline;
  margin-bottom: 20px;
}
.contacts-box .email::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  content: url("../img/email_icon.png");
  font-size: 0;
}
.contacts-box .email:hover {
  text-decoration: none;
  color: #bb2057;
}
.contacts-box .phone-fax {
  padding-bottom: 10px;
}
.contacts-box .phone-fax a {
  color: #000;
}
.contacts-box .phone-fax a:hover {
  color: #4db248;
}
.contacts-box .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.contacts-box .phone {
  margin-bottom: 10px;
}
.contacts-box .phone::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  font-size: 0;
  content: url("../img/phone_icon.png");
}
.contacts-box .fax {
  margin-bottom: 10px;
}
.contacts-box .fax::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  font-size: 0;
  content: url("../img/fax_icon.png");
}
@media (max-width: 1024px) {
  .contacts-box .newsletter {
    max-width: 480px;
  }
}
.contacts-box .newsletter .email {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0;
}
.contacts-box .newsletter .email::before {
  display: none;
}
.contacts-box .newsletter .btn-wrapper {
  -webkit-flex-basis: 100px;
  -moz-flex-basis: 100px;
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
}
.contacts-box .newsletter .btn-wrapper .btn {
  width: 100%;
}
.contacts-box .newsletter .wpcf7-recaptcha {
  margin-top: 20px;
}
.wp-video-shortcode {
  width: 965px !important;
  height: 540px !important;
}
@media (max-width: 1024px) {
  .wp-video-shortcode {
    width: 100% !important;
    height: 400px !important;
  }
}
@media (max-width: 480px) {
  .wp-video-shortcode {
    height: 260px !important;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  width: 100vw;
}
header .top-header {
  background: #e5ecf2;
  padding: 8px 0;
}
header .top-header > .container {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  width: 1600px;
}
@media (max-width: 768px) {
  header .top-header > .container {
    display: block;
    text-align: center;
  }
}
@media (max-width: 480px) {
  header .top-header > .container {
    max-width: 98%;
  }
}
header .top-header .buttons {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
@media (max-width: 768px) {
  header .top-header .buttons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  header .top-header .buttons {
    display: block;
  }
}
header .top-header .buttons .btn {
  margin-left: 10px;
  font-family: "Avant Garde";
  font-weight: 500;
  padding: 0 15px;
  line-height: 30px;
}
@media (max-width: 1024px) {
  header .top-header .buttons .btn {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  header .top-header .buttons .btn {
    margin-bottom: 10px;
  }
}
header .top-header .buttons .btn:first-child {
  margin-left: 0;
}
header .top-header .phone {
  font-weight: 500;
  font-size: 25px;
  color: #004b85;
  margin-left: 50px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
@media (max-width: 1024px) {
  header .top-header .phone {
    font-size: 18px;
    margin-left: 20px;
    margin-right: 40px;
  }
}
@media (max-width: 768px) {
  header .top-header .phone {
    margin: 0;
  }
}
header .top-header .phone:hover {
  color: #002e52;
}
header .bottom-header {
  background: #fff;
  padding: 10px 0;
}
@media (max-width: 1366px) {
  header .bottom-header > .container {
    max-width: 98%;
  }
}
@media (max-width: 1024px) {
  header .bottom-header {
    padding: 5px 0;
  }
}
header .bottom-header > .container {
  width: 1600px;
}
header .bottom-header .custom-logo-link {
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  margin-right: 20px;
}
@media (max-width: 1366px) {
  header .bottom-header .custom-logo-link {
    margin-right: 5px;
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
}
@media (max-width: 1024px) {
  header .bottom-header .custom-logo-link {
    -webkit-flex-basis: 250px;
    -moz-flex-basis: 250px;
    -ms-flex-preferred-size: 250px;
    flex-basis: 250px;
  }
}
header .bottom-header .custom-logo-link:hover {
  opacity: 0.8;
}
header .bottom-header .wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
header .bottom-header .search-box {
  margin-left: 5px;
  position: relative;
  z-index: 1;
}
header .bottom-header .search-box .search-form {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
header .bottom-header .search-box .search-form input {
  width: 300px;
  border: 2px solid #c9d4e5;
  border-radius: 3px;
  height: 44px;
  padding: 0 50px;
}
header .bottom-header .search-box .search-form button {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  background: transparent;
  width: 44px;
  line-height: 40px;
}
header .bottom-header .search-box .search-form button::before {
  color: #1876c2;
  font-size: 24px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header .bottom-header .search-box .search-form button:hover::before {
  color: #021120;
}
header .bottom-header .search-box .search-form.active {
  visibility: visible;
  z-index: 1;
  opacity: 1;
}
header .bottom-header .search-box .search-btn {
  width: 44px;
  height: 44px;
  border: 2px solid #c9d4e5;
  border-radius: 3px;
  cursor: pointer;
  z-index: 1;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
}
header .bottom-header .search-box .search-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #1876c2;
  font-size: 24px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header .bottom-header .search-box .search-btn:hover {
  border-color: #021120;
}
header .bottom-header .search-box .search-btn:hover::before {
  color: #021120;
}
header .bottom-header .search-box .search-btn.active {
  border-color: transparent;
}
@media (max-width: 1024px) {
  .files-box {
    display: block;
  }
}
.files-box .info-wrapper {
  -webkit-flex-basis: 48.5%;
  -moz-flex-basis: 48.5%;
  -ms-flex-preferred-size: 48.5%;
  flex-basis: 48.5%;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.files-box .accordion {
  background: transparent;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .files-box .accordion {
    margin-bottom: 0;
    margin-top: 20px;
  }
}
.files-box .accordion .title h4 {
  padding-left: 0;
}
.files-box .accordion .text-wrapper {
  padding: 0;
}
.files-box .file-wrapper {
  text-align: center;
  background: #fff;
  padding: 60px 80px;
  box-shadow: 0 5px 15px -6px rgba(0, 78, 136, 0.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 1366px) {
  .files-box .file-wrapper {
    padding: 40px;
  }
}
@media (max-width: 1024px) {
  .files-box .file-wrapper:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .files-box .file-wrapper {
    padding: 20px;
  }
}
.files-box .title {
  margin-bottom: 25px;
}
@media (max-width: 480px) {
  .files-box .title {
    margin-bottom: 15px;
  }
}
.files-box .image {
  border: 1px solid #cccccc;
  min-height: 370px;
}
@media (max-width: 1024px) {
  .files-box .image {
    min-height: auto;
  }
}
.files-box .image img {
  max-height: 370px;
}
@media (max-width: 1024px) {
  .files-box .image img {
    max-height: none;
  }
}
.files-box .btn {
  padding: 0 48px;
  line-height: 60px;
  margin-top: 38px;
}
@media (max-width: 768px) {
  .files-box .btn {
    margin-top: 15px;
    line-height: 40px;
    padding: 0 25px;
  }
}
.contacts .items {
  column-count: 3;
}
@media (max-width: 1024px) {
  .contacts .items {
    column-count: 1;
  }
}
.contacts .item {
  page-break-inside: avoid;
  break-inside: avoid;
  font-size: 18px;
  padding-right: 20px;
}
.contacts .item:not(.phone-item) {
  padding-left: 45px;
  position: relative;
}
.contacts .item:not(.phone-item)::before {
  position: absolute;
  left: 0;
  top: 0;
}
.contacts .address {
  padding-bottom: 20px;
}
.contacts .address a:hover {
  color: #004b85;
}
.contacts .address::before {
  content: url("../img/address_icon.png");
}
.contacts .phone-item {
  padding-bottom: 15px;
}
.contacts .phone-item p {
  padding-bottom: 7px;
  padding-left: 45px;
  position: relative;
}
.contacts .phone-item p::before {
  position: absolute;
  left: 0;
  top: 0;
}
.contacts .phone-item .phone::before {
  content: url("../img/phone_icon.png");
}
.contacts .phone-item .fax::before {
  content: url("../img/fax_icon.png");
}
.contacts .email {
  color: #333333;
  text-decoration: underline;
}
.contacts .email::before {
  content: url("../img/email_icon.png");
}
.contacts .email:hover {
  text-decoration: none;
}
.contact-info {
  background: #fff;
}
.contact-info > .flex {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .contact-info > .flex {
    display: block;
  }
}
.contact-info .title {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: center;
  margin-bottom: 85px;
}
@media (max-width: 1024px) {
  .contact-info .title {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .contact-info .title {
    margin-bottom: 15px;
  }
}
.contact-info .text {
  -webkit-flex-basis: 47%;
  -moz-flex-basis: 47%;
  -ms-flex-preferred-size: 47%;
  flex-basis: 47%;
}
@media (max-width: 1024px) {
  .contact-info .text {
    margin-bottom: 20px;
  }
}
.contact-info .text h4 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .contact-info .text h4 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .contact-info .text h4 {
    font-size: 20px;
    margin-bottom: 7px;
  }
}
.contact-info .text a {
  color: #bb2057;
}
.contact-info .text a:hover {
  color: #004b85;
}
.publications-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -3%;
  width: 106%;
}
.publications-items > * {
  width: 27.3333333333%;
  margin: 0 3% 4em;
}
@media (max-width: 1366px) {
  .publications-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.5%;
    width: 103%;
  }
  .publications-items > * {
    width: 30.3333333333%;
    margin: 0 1.5% 2em;
  }
}
@media (max-width: 1024px) {
  .publications-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.5%;
    width: 103%;
  }
  .publications-items > * {
    width: 47%;
    margin: 0 1.5% 2.25em;
  }
}
@media (max-width: 768px) {
  .publications-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .publications-items > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.publications-items .item {
  font-size: 30px;
  font-weight: 700;
  color: #333333;
  background: #fff;
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  min-height: 150px;
  line-height: 1.1;
}
@media (max-width: 1366px) {
  .publications-items .item {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1024px) {
  .publications-items .item {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .publications-items .item {
    min-height: auto;
    margin-top: 7px;
    margin-bottom: 7px;
  }
}
@media (max-width: 480px) {
  .publications-items .item {
    font-size: 20px;
  }
}
.publications-items .item:hover {
  background: #c3d3e1;
}
.tpl-volunteers .text-image-box .item:first-child .image {
  width: 34%;
}
@media (max-width: 1366px) {
  .tpl-volunteers .text-image-box .item:first-child .image {
    width: 100%;
  }
}
.tpl-volunteers .text-image-box .item:first-child .text {
  width: 68%;
}
@media (max-width: 1366px) {
  .tpl-volunteers .text-image-box .item:first-child .text {
    width: 100%;
  }
}
.tpl-private-pay .text h2, .tpl-private-pay .text .news-box .title, .news-box .tpl-private-pay .text .title {
  color: #333333;
  line-height: 1;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .tpl-private-pay .text h2, .tpl-private-pay .text .news-box .title, .news-box .tpl-private-pay .text .title {
    margin-bottom: 15px;
  }
}
.tpl-private-pay .text h4 {
  font-size: 24px;
  margin-bottom: 15px;
}
.tpl-private-pay .text ul {
  column-count: 3;
}
@media (max-width: 1024px) {
  .tpl-private-pay .text ul {
    column-count: 2;
  }
}
@media (max-width: 768px) {
  .tpl-private-pay .text ul {
    column-count: 1;
  }
}
.tpl-private-pay .text ul li {
  padding-bottom: 10px;
}
.tpl-private-pay .text ul li::before {
  background: #bb2057;
}
.tpl-private-pay .phone-box {
  padding: 90px 0 80px;
  background: #004b85;
  text-align: center;
}
@media (max-width: 1024px) {
  .tpl-private-pay .phone-box {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .tpl-private-pay .phone-box {
    padding: 30px 0;
  }
}
.tpl-private-pay .phone-box .phone-btn {
  background: #fff;
  display: inline-block;
  width: 80%;
  box-shadow: 0 5px 15px -6px rgba(0, 78, 136, 0.7);
  line-height: 130px;
  padding: 0 20px;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-weight: 700;
  font-size: 24px;
  color: #333333;
}
@media (max-width: 1024px) {
  .tpl-private-pay .phone-box .phone-btn {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .tpl-private-pay .phone-box .phone-btn {
    font-size: 20px;
    padding: 20px;
    line-height: 1;
  }
}
.tpl-private-pay .phone-box .phone-btn:hover {
  background: #a1bad0;
}
.tpl-private-pay .phone-box .phone-btn::before {
  line-height: 1;
  content: url("../img/phone_icon_red.png");
  vertical-align: middle;
}
@media (max-width: 480px) {
  .tpl-private-pay .phone-box .phone-btn::before {
    display: none;
  }
}
.tpl-private-pay .phone-box .phone-btn span {
  margin-left: 35px;
}
@media (max-width: 768px) {
  .tpl-private-pay .phone-box .phone-btn span {
    margin-left: 15px;
  }
}
.persons .top-text {
  padding-bottom: 60px;
}
@media (max-width: 1024px) {
  .persons .top-text {
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .persons .top-text {
    padding-bottom: 25px;
  }
}
.persons .person {
  position: relative;
  background: #fff;
  box-shadow: 0 5px 15px -6px rgba(0, 78, 136, 0.7);
  z-index: 1;
}
.persons .person::before {
  content: "";
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 24px 24px 24px;
  border-color: transparent transparent #004b85 transparent;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.persons .person.active::before {
  opacity: 1;
}
.persons .photo img {
  object-fit: cover;
  width: 100%;
}
.persons .short-info {
  position: relative;
}
.persons .short-info::before {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: "";
  top: 0;
  width: 80%;
  height: 4px;
  background: #bb2057;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.persons span {
  display: block;
}
.persons .name {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -1px;
  color: #333333;
  line-height: 1.3;
}
@media (max-width: 480px) {
  .persons .name {
    font-size: 18px;
  }
}
.persons .position {
  margin-bottom: 10px;
  z-index: 2;
  color: #333333;
  line-height: 1.3;
  font-size: 18px;
}
@media (max-width: 480px) {
  .persons .position {
    margin-bottom: 5px;
    font-size: 16px;
  }
}
.persons .phone, .persons .email {
  font-size: 19px;
  color: #002a53;
}
@media (max-width: 480px) {
  .persons .phone, .persons .email {
    font-size: 16px;
  }
}
.persons .hidden-text {
  position: absolute;
  left: 0;
  right: 0;
  background: #004b85;
  color: #fff;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  visibility: hidden;
}
.persons .hidden-text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: -24px;
}
.persons .hidden-text.active {
  opacity: 1;
  visibility: visible;
  background: #004b85;
}
.persons .grid-big {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -4.5%;
  width: 109%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.persons .grid-big > * {
  width: 24.3333333333%;
  margin: 0 4.5% 6em;
}
@media (max-width: 1366px) {
  .persons .grid-big {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -3%;
    width: 106%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .persons .grid-big > * {
    width: 27.3333333333%;
    margin: 0 3% 4em;
  }
}
@media (max-width: 1024px) {
  .persons .grid-big {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .persons .grid-big > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
  }
}
@media (max-width: 860px) {
  .persons .grid-big {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .persons .grid-big > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .persons .grid-big {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .persons .grid-big > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.persons .grid-big .person {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .persons .grid-big .person {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .persons .grid-big .person {
    margin-bottom: 20px;
  }
}
.persons .grid-big .photo img {
  height: 295px;
}
@media (max-width: 600px) {
  .persons .grid-big .photo img {
    height: 214px;
  }
}
@media (max-width: 480px) {
  .persons .grid-big .photo img {
    height: auto;
  }
}
.persons .grid-big .short-info {
  padding: 35px 38px 20px;
}
@media (max-width: 1366px) {
  .persons .grid-big .short-info {
    padding: 25px 10px 10px;
  }
}
@media (max-width: 768px) {
  .persons .grid-big .short-info {
    padding: 10px 10px 5px;
  }
}
.persons .grid-small {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.75%;
  width: 101.5%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.persons .grid-small > * {
  width: 18.5%;
  margin: 0 0.75% 0.9em;
}
@media (max-width: 1024px) {
  .persons .grid-small {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .persons .grid-small > * {
    width: 23%;
    margin: 0 1% 1.25em;
  }
}
@media (max-width: 900px) {
  .persons .grid-small {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .persons .grid-small > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
  }
}
@media (max-width: 600px) {
  .persons .grid-small {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .persons .grid-small > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .persons .grid-small {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .persons .grid-small > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.persons .grid-small .person {
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .persons .grid-small .person {
    margin-bottom: 20px;
  }
}
.persons .grid-small .photo img {
  height: 214px;
}
@media (max-width: 480px) {
  .persons .grid-small .photo img {
    height: auto;
  }
}
.persons .grid-small .short-info {
  padding: 25px 10px;
}
@media (max-width: 768px) {
  .persons .grid-small .short-info {
    padding: 10px;
  }
}
.persons .grid-center {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.persons.special .person:nth-child(2n-1) {
  margin-left: auto;
  margin-right: auto;
  /* margin-left: 25%;
         margin-right: 6.5%;
         @include for-size($md) {
           margin-left: 20%;
           margin-right: 7%;
         }
         @include for-size(900px) {
           margin-left: 13%;
           margin-right: 5%;
         }
         @include for-size(600px) {
           margin-left: auto;
           margin-right: auto;
         }*/
}
.persons.special .person:nth-child(2n) {
  margin-left: auto;
  margin-right: auto;
  /* margin-left: 6.5%;
         margin-right: 25%;
         @include for-size($md) {
           margin-left: 7%;
           margin-right: 20%;
         }
         @include for-size(900px) {
           margin-left: 5%;
           margin-right: 13%;
         }
         @include for-size(600px) {
           margin-left: auto;
           margin-right: auto;
         }*/
}
.giving-text .popups {
  text-align: center;
}
.giving-text .popups .title {
  margin-bottom: 45px;
  margin-top: 55px;
}
@media (max-width: 1024px) {
  .giving-text .popups .title {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .giving-text .popups .title {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.giving-text .popups .items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.5%;
  width: 103%;
}
.giving-text .popups .items > * {
  width: 22%;
  margin: 0 1.5% 1.875em;
}
@media (max-width: 1024px) {
  .giving-text .popups .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .giving-text .popups .items > * {
    width: 24%;
    margin: 0 0.5% 0.625em;
  }
}
@media (max-width: 768px) {
  .giving-text .popups .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .giving-text .popups .items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .giving-text .popups .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .giving-text .popups .items > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.giving-text .popups .btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 10px 20px;
  font-size: 17px;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .giving-text .popups .btn {
    padding: 10px 15px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .giving-text .popups .btn {
    padding: 15px;
  }
  .giving-text .popups .btn:last-child {
    margin-bottom: 0;
  }
}
.giving-text .popups .btn span {
  line-height: 1.2;
}
.donate-btn {
  border: 2px solid #fff;
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(125, 125, 125, 0.6);
  width: 450px;
  max-width: 100%;
  margin: 35px auto 30px;
  background: #004b85;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 10px 20px;
  line-height: 1;
}
.donate-btn:hover {
  background: #002e52;
}
@media (max-width: 480px) {
  .donate-btn {
    margin: 15px auto;
  }
}
.donate-btn img {
  max-height: 50px;
  -webkit-flex-basis: 50px;
  -moz-flex-basis: 50px;
  -ms-flex-preferred-size: 50px;
  flex-basis: 50px;
  margin-right: 28px;
}
@media (max-width: 480px) {
  .donate-btn img {
    margin-right: 14px;
  }
}
.donate-btn span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 42px;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .donate-btn span {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .donate-btn span {
    font-size: 24px;
  }
}
.popup-text {
  padding: 40px;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .popup-text {
    width: 100%;
    padding: 25px 15px;
  }
}
.form-box .title {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .form-box .title {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .form-box .title {
    margin-bottom: 15px;
  }
}
.form-box h4 {
  font-size: 24px;
}
@media (max-width: 480px) {
  .form-box h4 {
    font-size: 18px;
  }
}
.form-box p {
  font-size: 19px;
}
@media (max-width: 480px) {
  .form-box p {
    font-size: 14px;
  }
}
.form-box p a {
  color: #bb2057;
}
.form-box input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  font-size: 0;
  z-index: -1;
}
.form-box input[type="checkbox"] + label {
  padding-left: 45px;
  position: relative;
  cursor: pointer;
}
.form-box input[type="checkbox"] + label::before {
  position: absolute;
  left: 0;
  top: -3px;
  content: "";
  width: 30px;
  height: 30px;
  border: 2px solid #c9d4e5;
  border-radius: 3px;
}
.form-box input[type="checkbox"] + label::after {
  position: absolute;
  top: 4px;
  left: 7px;
  line-height: 1;
  color: #004b85;
  content: "";
  font-family: "Font Awesome";
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form-box input[type="checkbox"]:checked + label::after {
  opacity: 1;
}
.form-box .btn-wrapper {
  padding: 67px 0 45px;
}
@media (max-width: 1024px) {
  .form-box .btn-wrapper {
    padding: 40px 0 25px;
  }
}
@media (max-width: 768px) {
  .form-box .btn-wrapper {
    padding: 15px 0 5px;
  }
}
.form-box .btn-wrapper .btn {
  min-width: 190px;
  line-height: 56px;
  border: 2px solid transparent;
  margin: 0 15px 15px;
  color: #333333;
}
@media (max-width: 480px) {
  .form-box .btn-wrapper .btn {
    min-width: 120px;
    margin: 0 5px 10px;
    line-height: 36px;
  }
}
.form-box .btn-wrapper .btn.reset {
  background: #fff;
  border-color: #c9d4e5;
}
.giving-blue-box {
  position: relative;
  z-index: 0;
  color: #fff;
  background: #004b85;
}
.giving-blue-box .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0.3;
}
.giving-blue-box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.giving-blue-box .text {
  width: 70%;
}
@media (max-width: 1024px) {
  .giving-blue-box .text {
    width: 100%;
  }
}
.giving-blue-box .text h2, .giving-blue-box .text .news-box .title, .news-box .giving-blue-box .text .title {
  color: #fff;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .giving-blue-box .text h2, .giving-blue-box .text .news-box .title, .news-box .giving-blue-box .text .title {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .giving-blue-box .text h2, .giving-blue-box .text .news-box .title, .news-box .giving-blue-box .text .title {
    margin-bottom: 10px;
  }
}
.giving-blue-box .btn {
  min-width: 230px;
  line-height: 60px;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .giving-blue-box .btn {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .giving-blue-box .btn {
    margin-top: 15px;
    min-width: auto;
    line-height: 40px;
  }
}
.events-box > .container {
  width: 1500px;
}
.events-box .title-box {
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .events-box .title-box {
    margin-bottom: 15px;
  }
}
.events-box .events-wrapper-slider {
  padding: 0 90px;
  position: relative;
}
@media (max-width: 1366px) {
  .events-box .events-wrapper-slider {
    padding: 0 45px;
  }
}
@media (max-width: 480px) {
  .events-box .events-wrapper-slider {
    padding: 0 35px;
  }
}
.events-box .swiper-slide {
  color: #fff;
  background: #004b85;
  padding: 50px 30px 40px;
  height: auto;
}
@media (max-width: 480px) {
  .events-box .swiper-slide {
    padding: 15px 20px;
  }
}
.events-box .swiper-slide .btn {
  min-width: 220px;
  line-height: 60px;
}
@media (max-width: 480px) {
  .events-box .swiper-slide .btn {
    min-width: auto;
    line-height: 40px;
  }
}
.events-box .events-button-next, .events-box .events-button-prev {
  width: 35px;
  height: 35px;
  border-left: 7px solid #bb2057;
  border-bottom: 7px solid #bb2057;
  margin-top: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 480px) {
  .events-box .events-button-next, .events-box .events-button-prev {
    width: 25px;
    height: 25px;
  }
}
.events-box .events-button-next::after, .events-box .events-button-prev::after {
  display: none;
}
.events-box .events-button-next:hover, .events-box .events-button-prev:hover {
  border-color: #dc326e;
}
.events-box .events-button-next {
  -webkit-transform: translate(0, -50%) rotateZ(-135deg);
  -moz-transform: translate(0, -50%) rotateZ(-135deg);
  -ms-transform: translate(0, -50%) rotateZ(-135deg);
  -o-transform: translate(0, -50%) rotateZ(-135deg);
  transform: translate(0, -50%) rotateZ(-135deg);
  right: 7px;
}
.events-box .events-button-prev {
  left: 7px;
  -webkit-transform: translate(0, -50%) rotateZ(45deg);
  -moz-transform: translate(0, -50%) rotateZ(45deg);
  -ms-transform: translate(0, -50%) rotateZ(45deg);
  -o-transform: translate(0, -50%) rotateZ(45deg);
  transform: translate(0, -50%) rotateZ(45deg);
}
.giving-bottom-text {
  background: #e5ecf2;
}
.giving-bottom-text .btn.blue {
  color: #fff;
  padding: 15px 25px;
}
.giving-bottom-text .btn.blue:hover {
  color: #fff;
}
.tpl-career .top-block .image::before {
  background: -moz-linear-gradient(left, #e1e7ed 0%, rgba(230, 235, 240, 0.3) 20%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #e1e7ed 0%, rgba(230, 235, 240, 0.3) 20%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #e1e7ed 0%, rgba(230, 235, 240, 0.3) 20%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e1e7ed", endColorstr="#b3ffffff", GradientType=1);
  /* IE6-9 */
}
.tpl-career .top-text h2, .tpl-career .top-text .news-box .title, .news-box .tpl-career .top-text .title {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .tpl-career .top-text h2, .tpl-career .top-text .news-box .title, .news-box .tpl-career .top-text .title {
    margin-bottom: 15px;
  }
}
.tpl-career .image-text .image {
  width: 60%;
}
@media (max-width: 1366px) {
  .tpl-career .image-text .image {
    width: 100%;
  }
}
.tpl-career .image-text .text {
  width: 30%;
}
@media (max-width: 1366px) {
  .tpl-career .image-text .text {
    width: 100%;
  }
}
.tpl-career .image-text .text ul li::before {
  background: #bb2057;
}
.tpl-career .fancybox-video {
  object-fit: contain;
}
.bonus-box {
  background: #bb2057;
  padding-top: 50px;
}
@media (max-width: 1024px) {
  .bonus-box {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.bonus-box .title {
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}
.bonus-box .items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -3%;
  width: 106%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.bonus-box .items > * {
  width: 44%;
  margin: 0 3% 4.5em;
}
@media (max-width: 1366px) {
  .bonus-box .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .bonus-box .items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 1024px) {
  .bonus-box .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .bonus-box .items > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.bonus-box .item {
  border: 1px solid #fff;
  background: rgba(77, 178, 72, 0.3);
  color: #fff;
  text-align: center;
  padding: 20px 30px;
  font-size: 19px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .bonus-box .item {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .bonus-box .item {
    padding: 15px;
    font-size: 16px;
  }
}
.bonus-box .item h4 {
  font-size: 24px;
  line-height: 1.3;
}
@media (max-width: 480px) {
  .bonus-box .item h4 {
    font-size: 18px;
  }
}
.bonus-box .item ul li::before {
  background: #fff;
}
.video-wrapper {
  background: #004b85;
  color: #fff;
}
@media (max-width: 768px) {
  .video-wrapper > .flex {
    display: block;
  }
}
.video-wrapper .video {
  -webkit-flex-basis: 40%;
  -moz-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  margin-right: 30px;
  position: relative;
  height: 340px;
}
@media (max-width: 768px) {
  .video-wrapper .video {
    margin-right: 0;
    margin-bottom: 20px;
    display: block;
  }
}
.video-wrapper .video::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  font-family: "Font Awesome";
  color: #fff;
  line-height: 1;
  font-size: 80px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1024px) {
  .video-wrapper .video::before {
    font-size: 60px;
  }
}
.video-wrapper .video:hover::before {
  color: #bb2057;
}
.video-wrapper .video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-wrapper .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.fancybox-video {
  object-fit: cover;
  height: 100%;
}
.jobs-box {
  background: #004b85;
}
.jobs-box .title-box {
  margin-bottom: 50px;
  color: #fff;
  text-align: center;
}
@media (max-width: 1024px) {
  .jobs-box .title-box {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .jobs-box .title-box {
    margin-bottom: 15px;
  }
}
.jobs-box .title-box a {
  color: #fff;
}
.jobs-box .title-box a:hover {
  color: #e35e8d;
}
.jobs-box .items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -3%;
  width: 106%;
}
.jobs-box .items > * {
  width: 27.3333333333%;
  margin: 0 3% 4em;
}
@media (max-width: 1366px) {
  .jobs-box .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .jobs-box .items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .jobs-box .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .jobs-box .items > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.jobs-box .item {
  padding: 65px 30px 30px;
  background: #fff;
  box-shadow: 0 5px 15px -6px rgba(0, 78, 136, 0.7);
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .jobs-box .item {
    padding: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .jobs-box .item:last-child {
    margin-bottom: 0;
  }
}
.jobs-box .more {
  font-size: 19px;
  font-weight: 700;
  color: #002a53;
}
.jobs-box .more:hover {
  color: #004b85;
}
.job-hide-text {
  width: 1320px;
  max-width: 94%;
  margin: 0 auto;
  padding: 30px 40px;
}
@media (max-width: 768px) {
  .job-hide-text {
    padding: 15px 20px;
  }
}
.job-hide-text ul {
  margin: 0 0 20px 0;
}
.job-hide-text ul li {
  padding: 5px 0 5px 15px;
  position: relative;
}
.job-hide-text ul li:before {
  content: "";
  background: #333333;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 17px;
  left: 0;
}
@media (max-width: 1024px) {
  .job-hide-text ul li:before {
    top: 15px;
  }
}
@media (max-width: 480px) {
  .job-hide-text ul li:before {
    top: 13px;
  }
}
.tpl-care .top-text h2, .tpl-care .top-text .news-box .title, .news-box .tpl-care .top-text .title {
  color: #333333;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .tpl-care .top-text h2, .tpl-care .top-text .news-box .title, .news-box .tpl-care .top-text .title {
    margin-bottom: 15px;
  }
}
.accordion {
  background: #004b85;
}
.accordion .item {
  background: #fff;
  box-shadow: 0 5px 15px -6px rgba(0, 78, 136, 0.7);
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .accordion .item {
    margin-bottom: 15px;
  }
}
.accordion .item:last-child {
  margin-bottom: 0;
}
.accordion .top-wrapper {
  padding: 40px 30px 0;
  display: none;
}
@media (max-width: 480px) {
  .accordion .top-wrapper {
    padding: 25px 15px 0;
  }
}
.accordion .top-box {
  background: #bb2057;
  padding: 20px 40px 25px;
  color: #fff;
}
@media (max-width: 768px) {
  .accordion .top-box {
    padding: 15px 20px;
  }
}
.accordion .title {
  padding: 40px 30px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .accordion .title {
    padding: 20px;
  }
}
.accordion .title h4 {
  font-size: 24px;
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1024px) {
  .accordion .title h4 {
    padding-left: 0;
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .accordion .title h4 {
    font-size: 15px;
  }
}
.accordion .title .arrow {
  -webkit-flex-basis: 32px;
  -moz-flex-basis: 32px;
  -ms-flex-preferred-size: 32px;
  flex-basis: 32px;
  width: 32px;
  height: 32px;
  background: #bb2057;
  position: relative;
  margin-left: 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.accordion .title .arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.accordion .title .arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #fff transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.accordion .title .arrow.active {
  background: #b1cce2;
}
.accordion .title .arrow.active::before {
  opacity: 0;
}
.accordion .title .arrow.active::after {
  opacity: 1;
}
.accordion .title:hover h4 {
  color: #004b85;
}
.accordion .title:hover .arrow {
  background: #004b85;
}
.accordion .text-wrapper {
  display: none;
  padding: 0 30px 40px;
}
@media (max-width: 768px) {
  .accordion .text-wrapper {
    padding: 0 20px 20px;
  }
}
.accordion .text {
  padding: 30px 40px 70px;
}
@media (max-width: 1024px) {
  .accordion .text {
    padding: 30px 0;
  }
}
@media (max-width: 480px) {
  .accordion .text {
    padding: 15px 0;
  }
}
.accordion .text a {
  color: #bb2057;
}
.accordion .btn-wrapper {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .accordion .btn-wrapper {
    display: block;
    text-align: center;
  }
}
.accordion .btn-wrapper .btn {
  min-width: 230px;
  line-height: 60px;
}
@media (max-width: 480px) {
  .accordion .btn-wrapper .btn {
    line-height: 40px;
    min-width: auto;
  }
}
.accordion .btn-wrapper .phone {
  font-weight: 700;
  font-size: 24px;
  padding-left: 45px;
}
@media (max-width: 768px) {
  .accordion .btn-wrapper .phone {
    font-size: 18px;
    margin-bottom: 15px;
    padding-left: 30px;
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .accordion .btn-wrapper .phone {
    font-size: 12px;
  }
}
.about-top .title {
  text-align: center;
  color: #333333;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .about-top .title {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .about-top .title {
    margin-bottom: 15px;
  }
}
.about-top .info-wrapper {
  padding-bottom: 75px;
}
@media (max-width: 1024px) {
  .about-top .info-wrapper {
    padding-bottom: 20px;
    display: block;
  }
}
@media (max-width: 480px) {
  .about-top .info-wrapper {
    padding-bottom: 0;
  }
}
.about-top .photo {
  -webkit-flex-basis: 380px;
  -moz-flex-basis: 380px;
  -ms-flex-preferred-size: 380px;
  flex-basis: 380px;
  height: 380px;
  max-width: 380px;
  margin-right: 50px;
  border: 1px solid #b9bdc1;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .about-top .photo {
    height: 250px;
    max-width: 250px;
    margin: 0 auto 20px;
  }
}
@media (max-width: 480px) {
  .about-top .photo {
    height: 190px;
    max-width: 190px;
  }
}
.about-top .photo img {
  min-height: 100%;
  width: 100%;
  object-fit: cover;
}
.about-top .right-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.about-top .testimonials {
  margin-bottom: 20px;
}
.testimonials-wrapper > .container {
  padding: 0 30px;
  width: 1380px;
}
@media (max-width: 768px) {
  .testimonials-wrapper > .container {
    padding: 0;
  }
}
.testimonials-wrapper .swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .testimonials-wrapper .swiper-pagination {
    bottom: 5px;
  }
}
@media (max-width: 768px) {
  .testimonials-wrapper .swiper-pagination {
    position: static;
  }
}
.testimonials-wrapper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
  margin: 0 6px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.testimonials-wrapper .swiper-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.testimonials-wrapper .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.testimonials-wrapper .swiper-pagination .swiper-pagination-bullet:hover, .testimonials-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #004b85;
}
.testimonials-wrapper .swiper-button-next, .testimonials-wrapper .swiper-button-prev {
  width: 18px;
  height: 18px;
  border-left: 6px solid #004b85;
  border-bottom: 6px solid #004b85;
  margin-top: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 768px) {
  .testimonials-wrapper .swiper-button-next, .testimonials-wrapper .swiper-button-prev {
    display: none;
  }
}
@media (max-width: 480px) {
  .testimonials-wrapper .swiper-button-next, .testimonials-wrapper .swiper-button-prev {
    width: 15px;
    height: 15px;
  }
}
.testimonials-wrapper .swiper-button-next::after, .testimonials-wrapper .swiper-button-prev::after {
  display: none;
}
.testimonials-wrapper .swiper-button-next:hover, .testimonials-wrapper .swiper-button-prev:hover {
  border-color: #dc326e;
}
.testimonials-wrapper .swiper-button-next {
  right: 0;
  -webkit-transform: translate(0, -50%) rotateZ(-135deg);
  -moz-transform: translate(0, -50%) rotateZ(-135deg);
  -ms-transform: translate(0, -50%) rotateZ(-135deg);
  -o-transform: translate(0, -50%) rotateZ(-135deg);
  transform: translate(0, -50%) rotateZ(-135deg);
}
.testimonials-wrapper .swiper-button-prev {
  left: 0;
  -webkit-transform: translate(0, -50%) rotateZ(45deg);
  -moz-transform: translate(0, -50%) rotateZ(45deg);
  -ms-transform: translate(0, -50%) rotateZ(45deg);
  -o-transform: translate(0, -50%) rotateZ(45deg);
  transform: translate(0, -50%) rotateZ(45deg);
}
.hidden-testimonial {
  max-width: 1320px;
  padding: 40px;
}
@media (max-width: 480px) {
  .hidden-testimonial {
    padding: 20px;
  }
}
.about-info {
  background: #bfc1bf;
  padding: 20px 0 40px;
}
.about-info > .container {
  width: 1640px;
}
.about-info .about-slider-wrapper {
  padding: 0 20px;
}
.about-info .about-slider {
  padding: 15px 10px;
}
.about-info .swiper-slide {
  background: #fff;
  padding: 20px;
  box-shadow: 0 5px 15px -6px rgba(0, 78, 136, 0.7);
}
.about-info ul li {
  font-size: 20px;
  line-height: 1.3;
}
.about-info .top {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  padding-bottom: 15px;
}
@media (max-width: 480px) {
  .about-info .top {
    display: block;
  }
}
.about-info .top .image {
  -webkit-flex-basis: 180px;
  -moz-flex-basis: 180px;
  -ms-flex-preferred-size: 180px;
  flex-basis: 180px;
  height: 150px;
  margin-right: 30px;
}
@media (max-width: 480px) {
  .about-info .top .image {
    height: auto;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.about-info .top .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 480px) {
  .about-info .top .image img {
    object-fit: contain;
    height: auto;
  }
}
.about-info .top .title {
  margin-bottom: 35px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 480px) {
  .about-info .top .title {
    margin-bottom: 15px;
  }
}
.about-info .about-slider-next, .about-info .about-slider-prev {
  width: 20px;
  height: 20px;
  border-left: 6px solid #004b85;
  border-bottom: 6px solid #004b85;
  margin-top: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 480px) {
  .about-info .about-slider-next, .about-info .about-slider-prev {
    width: 15px;
    height: 15px;
  }
}
.about-info .about-slider-next::after, .about-info .about-slider-prev::after {
  display: none;
}
.about-info .about-slider-next:hover, .about-info .about-slider-prev:hover {
  border-color: #dc326e;
}
.about-info .about-slider-next {
  -webkit-transform: translate(0, -50%) rotateZ(-135deg);
  -moz-transform: translate(0, -50%) rotateZ(-135deg);
  -ms-transform: translate(0, -50%) rotateZ(-135deg);
  -o-transform: translate(0, -50%) rotateZ(-135deg);
  transform: translate(0, -50%) rotateZ(-135deg);
  right: 5px;
}
.about-info .about-slider-prev {
  left: 5px;
  -webkit-transform: translate(0, -50%) rotateZ(45deg);
  -moz-transform: translate(0, -50%) rotateZ(45deg);
  -ms-transform: translate(0, -50%) rotateZ(45deg);
  -o-transform: translate(0, -50%) rotateZ(45deg);
  transform: translate(0, -50%) rotateZ(45deg);
}
.about-full-box > .container {
  width: 1570px;
}
@media (max-width: 1366px) {
  .about-full-box > .container {
    display: block;
  }
}
.about-full-box .image {
  -webkit-flex-basis: 35%;
  -moz-flex-basis: 35%;
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
  margin-right: 30px;
}
@media (max-width: 1366px) {
  .about-full-box .image {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.about-full-box .image img {
  margin-left: auto;
}
@media (max-width: 1366px) {
  .about-full-box .image img {
    margin: 0 auto;
  }
}
.about-full-box .text {
  padding: 40px 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 480px) {
  .about-full-box .text {
    padding: 25px 0;
  }
}
.blue-box {
  position: relative;
  z-index: 0;
  color: #fff;
  background: rgba(0, 75, 133, 0.8);
}
.blue-box > .container {
  width: 1400px;
}
.blue-box .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0.3;
}
.blue-box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blue-box .title {
  color: #fff;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .blue-box .title {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .blue-box .title {
    margin-bottom: 15px;
  }
}
.blue-box .items {
  padding-left: 50px;
}
@media (max-width: 1024px) {
  .blue-box .items {
    padding-left: 0;
  }
}
.blue-box .items .text {
  width: 70%;
  margin-bottom: 28px;
}
@media (max-width: 1024px) {
  .blue-box .items .text {
    width: 90%;
  }
}
@media (max-width: 480px) {
  .blue-box .items .text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.blue-box .items .text:last-child {
  margin-bottom: 0;
}
.blue-box .items .text:nth-child(2n) {
  margin-left: 10%;
}
@media (max-width: 768px) {
  .blue-box .items .text:nth-child(2n) {
    margin-left: 5%;
  }
}
@media (max-width: 480px) {
  .blue-box .items .text:nth-child(2n) {
    margin-left: 0;
  }
}
.home .main-menu > ul > li.current-menu-item {
  display: none;
}
.home-slider .swiper-slide {
  height: auto;
  min-height: 690px;
  position: relative;
  background: #e7eff7;
}
@media (max-width: 1366px) {
  .home-slider .swiper-slide {
    min-height: 450px;
  }
}
@media (max-width: 768px) {
  .home-slider .swiper-slide {
    min-height: auto;
  }
}
.home-slider .swiper-slide > .container {
  width: 1600px;
}
.home-slider .swiper-slide .image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 70%;
}
@media (max-width: 1366px) {
  .home-slider .swiper-slide .image {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .home-slider .swiper-slide .image {
    width: 100%;
  }
}
.home-slider .swiper-slide .image::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: -1px;
  right: 0;
  background: -moz-linear-gradient(left, #e7eff7 0%, #e7eff7 1%, rgba(231, 239, 247, 0) 30%, rgba(231, 239, 247, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #e7eff7 0%, #e7eff7 1%, rgba(231, 239, 247, 0) 30%, rgba(231, 239, 247, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #e7eff7 0%, #e7eff7 1%, rgba(231, 239, 247, 0) 30%, rgba(231, 239, 247, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e7eff7", endColorstr="#00e7eff7", GradientType=1);
  /* IE6-9 */
}
@media (max-width: 1024px) {
  .home-slider .swiper-slide .image::before {
    background: -moz-linear-gradient(left, #e7eff7 0%, rgba(231, 239, 247, 0.7) 0%, rgba(231, 239, 247, 0.7) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #e7eff7 0%, rgba(231, 239, 247, 0.7) 0%, rgba(231, 239, 247, 0.7) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e7eff7 0%, rgba(231, 239, 247, 0.7) 0%, rgba(231, 239, 247, 0.7) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e7eff7", endColorstr="#00e7eff7", GradientType=1);
    /* IE6-9 */
  }
}
.home-slider .swiper-slide .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-slider .swiper-slide .main-text {
  width: 33%;
}
@media (max-width: 1366px) {
  .home-slider .swiper-slide .main-text {
    width: 55%;
  }
}
@media (max-width: 1024px) {
  .home-slider .swiper-slide .main-text {
    width: 100%;
  }
}
.home-slider .swiper-slide .main-text h1 {
  color: #004b85;
  line-height: 1;
  margin-bottom: 25px;
}
@media (max-width: 480px) {
  .home-slider .swiper-slide .main-text h1 {
    margin-bottom: 15px;
  }
}
.home-slider .swiper-slide .main-text h2, .home-slider .swiper-slide .main-text .news-box .title, .news-box .home-slider .swiper-slide .main-text .title {
  color: #004b85;
}
.home-slider .swiper-slide .main-text p {
  line-height: 1.5;
}
@media (max-width: 480px) {
  .home-slider .swiper-slide .main-text p {
    line-height: 1.4;
  }
}
.home-slider .swiper-slide .main-text .btn {
  min-width: 190px;
  line-height: 60px;
  margin-top: 25px;
}
@media (max-width: 768px) {
  .home-slider .swiper-slide .main-text .btn {
    min-width: auto;
    line-height: 40px;
    margin-top: 10px;
  }
}
.home-slider .swiper-slide.full-image {
  padding: 110px 0 30px;
}
@media (max-width: 1366px) {
  .home-slider .swiper-slide.full-image {
    padding: 30px 0;
  }
}
.home-slider .swiper-slide.full-image p {
  line-height: 1.2;
  padding-bottom: 10px;
}
.home-slider .swiper-slide.full-image .image {
  width: 100%;
}
.home-slider .swiper-slide.full-image .image img {
  width: auto !important;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
}
.home-slider .swiper-slide.full-image .image::before {
  display: none;
}
.home-slider .swiper-slide.full-image .main-text {
  width: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding: 0;
}
.home-slider .swiper-slide.full-image .main-text h2, .home-slider .swiper-slide.full-image .main-text .news-box .title, .news-box .home-slider .swiper-slide.full-image .main-text .title {
  font-family: "Avant Garde";
}
@media (max-width: 1024px) {
  .home-slider .swiper-slide.full-image .main-text h2, .home-slider .swiper-slide.full-image .main-text .news-box .title, .news-box .home-slider .swiper-slide.full-image .main-text .title {
    text-align: center;
  }
}
.home-slider .swiper-slide.full-image .main-text img {
  margin-left: 10%;
  margin-bottom: 0;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .home-slider .swiper-slide.full-image .main-text img {
    margin: 0 auto 20px;
  }
}
.home-slider .swiper-slide.full-image .main-text h3, .home-slider .swiper-slide.full-image .main-text h4 {
  font-family: "Avant Garde";
}
.home-slider .swiper-slide.full-image .left-text {
  -webkit-flex-basis: 220px;
  -moz-flex-basis: 220px;
  -ms-flex-preferred-size: 220px;
  flex-basis: 220px;
  margin-left: 4%;
  margin-right: 8%;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .home-slider .swiper-slide.full-image .left-text {
    margin-left: 0;
    -webkit-flex-basis: 160px;
    -moz-flex-basis: 160px;
    -ms-flex-preferred-size: 160px;
    flex-basis: 160px;
  }
}
@media (max-width: 768px) {
  .home-slider .swiper-slide.full-image .left-text {
    margin: 0 auto 20px;
  }
}
.home-slider .swiper-slide.full-image .left-text img {
  margin-bottom: 0;
}
.home-slider .swiper-slide.full-image .right-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 30px;
}
.home-slider .swiper-slide.full-image > .container {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1320px;
}
@media (max-width: 768px) {
  .home-slider .swiper-slide.full-image > .container {
    display: block !important;
  }
}
.home-slider .pagination-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .home-slider .pagination-wrapper {
    bottom: 15px;
  }
}
@media (max-width: 768px) {
  .home-slider .pagination-wrapper {
    bottom: 5px;
  }
}
.home-slider .pagination-wrapper > .container {
  width: 1600px;
}
.home-slider .pagination-wrapper .home-pagination {
  text-align: left;
  position: static;
}
.home-slider .pagination-wrapper .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
  margin: 0 6px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.home-slider .pagination-wrapper .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.home-slider .pagination-wrapper .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.home-slider .pagination-wrapper .swiper-pagination-bullet:hover, .home-slider .pagination-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #004b85;
}
.home-slider .home-button-next, .home-slider .home-button-prev {
  width: 18px;
  height: 18px;
  border-left: 6px solid #fff;
  border-bottom: 6px solid #fff;
  margin-top: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 768px) {
  .home-slider .home-button-next, .home-slider .home-button-prev {
    display: none;
  }
}
@media (max-width: 480px) {
  .home-slider .home-button-next, .home-slider .home-button-prev {
    width: 15px;
    height: 15px;
  }
}
.home-slider .home-button-next::after, .home-slider .home-button-prev::after {
  display: none;
}
.home-slider .home-button-next:hover, .home-slider .home-button-prev:hover {
  border-color: #dc326e;
}
.home-slider .home-button-next {
  -webkit-transform: translate(0, -50%) rotateZ(-135deg);
  -moz-transform: translate(0, -50%) rotateZ(-135deg);
  -ms-transform: translate(0, -50%) rotateZ(-135deg);
  -o-transform: translate(0, -50%) rotateZ(-135deg);
  transform: translate(0, -50%) rotateZ(-135deg);
  right: 5%;
}
@media (max-width: 1800px) {
  .home-slider .home-button-next {
    right: 2%;
  }
}
@media (max-width: 1700px) {
  .home-slider .home-button-next {
    right: 10px;
  }
}
.home-slider .home-button-prev {
  left: 5%;
  -webkit-transform: translate(0, -50%) rotateZ(45deg);
  -moz-transform: translate(0, -50%) rotateZ(45deg);
  -ms-transform: translate(0, -50%) rotateZ(45deg);
  -o-transform: translate(0, -50%) rotateZ(45deg);
  transform: translate(0, -50%) rotateZ(45deg);
}
@media (max-width: 1800px) {
  .home-slider .home-button-prev {
    left: 2%;
  }
}
@media (max-width: 1700px) {
  .home-slider .home-button-prev {
    left: 10px;
  }
}
.home-links .links {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.75%;
  width: 101.5%;
  margin-top: 30px;
}
.home-links .links > * {
  width: 48.5%;
  margin: 0 0.75% 1.125em;
}
@media (max-width: 1024px) {
  .home-links .links {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
    margin-top: 15px;
  }
  .home-links .links > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.home-links .item {
  box-shadow: 0 5px 15px -6px rgba(0, 78, 136, 0.7);
  background: #fff;
}
.home-links .item .image {
  height: 330px;
}
@media (max-width: 480px) {
  .home-links .item .image {
    height: 240px;
  }
}
.home-links .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-links .item .text {
  padding: 55px 60px 40px;
}
@media (max-width: 1366px) {
  .home-links .item .text {
    padding: 30px 30px 20px;
  }
}
@media (max-width: 480px) {
  .home-links .item .text {
    padding: 15px 20px;
  }
}
.home-links .item .link {
  font-weight: 700;
  color: #002a53;
  font-size: 19px;
  display: inline-block;
}
.home-links .item .link:hover {
  color: #bb2057;
}
.video-box {
  background: #004b85;
}
.video-box .title {
  color: #fff;
  width: 50%;
  text-align: center;
  margin: 0 auto 30px;
  line-height: 1;
}
@media (max-width: 1366px) {
  .video-box .title {
    width: 70%;
  }
}
@media (max-width: 1024px) {
  .video-box .title {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .video-box .title {
    margin-bottom: 15px;
  }
}
.video-box .video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  min-height: 630px;
  position: relative;
  z-index: 0;
}
@media (max-width: 1366px) {
  .video-box .video {
    min-height: 450px;
  }
}
@media (max-width: 1024px) {
  .video-box .video {
    min-height: auto;
  }
}
.video-box .video::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  font-family: "Font Awesome";
  color: #fff;
  line-height: 1;
  font-size: 80px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1024px) {
  .video-box .video::before {
    font-size: 60px;
    top: 170px;
  }
}
@media (max-width: 480px) {
  .video-box .video::before {
    top: 120px;
  }
}
.video-box .video:hover::before {
  color: #bb2057;
}
.video-box .video img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
@media (max-width: 1024px) {
  .video-box .video img {
    position: static;
    height: 350px;
  }
}
@media (max-width: 480px) {
  .video-box .video img {
    height: 220px;
  }
}
.video-box .video .text {
  display: block;
  line-height: 1.3;
  padding: 55px 60px;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 2px 4px rgba(4, 27, 60, 0.4);
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1366px) {
  .video-box .video .text {
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  .video-box .video .text {
    font-size: 24px;
    padding: 30px 0;
    background: transparent;
  }
}
@media (max-width: 480px) {
  .video-box .video .text {
    font-size: 18px;
    padding: 15px 0;
  }
}
.news-box {
  position: relative;
}
.news-box::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 600px;
  background: #e5ecf2;
}
.news-box .title {
  color: #474b59;
  text-align: center;
  margin-bottom: 35px;
}
@media (max-width: 1024px) {
  .news-box .title {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .news-box .title {
    margin-bottom: 15px;
  }
}
.news-box .items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.5%;
  width: 101%;
}
.news-box .items > * {
  width: 24%;
  margin: 0 0.5% 0.625em;
}
@media (max-width: 1024px) {
  .news-box .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .news-box .items > * {
    width: 49%;
    margin: 0 0.5% 0.75em;
  }
}
@media (max-width: 480px) {
  .news-box .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .news-box .items > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.news-box .item {
  padding: 24px;
  background: #fff;
  box-shadow: 0 5px 15px -6px rgba(0, 78, 136, 0.7);
  margin-bottom: 40px;
  display: block;
}
@media (max-width: 768px) {
  .news-box .item {
    padding: 15px;
    margin-bottom: 20px;
    display: block;
  }
}
.news-box .item .image {
  -webkit-flex-basis: 220px;
  -moz-flex-basis: 220px;
  -ms-flex-preferred-size: 220px;
  flex-basis: 220px;
  max-width: 220px;
  height: 220px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 10px;
}
@media (max-width: 1366px) {
  .news-box .item .image {
    max-width: 180px;
    height: 180px;
  }
}
@media (max-width: 768px) {
  .news-box .item .image {
    height: 180px;
    max-width: 180px;
  }
}
.news-box .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-box .item .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.news-box .item .text p {
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 10px;
}
@media (max-width: 480px) {
  .news-box .item .text p {
    font-size: 16px;
  }
}
.news-box .item .text p.jEmpty {
  display: none;
}
.news-box .item .text h4 {
  font-size: 24px;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .news-box .item .text h4 {
    font-size: 18px;
  }
}
.news-box .item .text .link {
  font-size: 16px;
  color: #002a53;
  font-weight: 700;
  display: inline-block;
  margin-top: 5px;
}
@media (max-width: 480px) {
  .news-box .item .text .link {
    margin-top: 0;
  }
}
.news-box .item .text .link:hover {
  color: #bb2057;
}
.news-box .last-item {
  text-align: center;
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
}
@media (max-width: 1024px) {
  .news-box .last-item {
    -webkit-flex-basis: 99%;
    -moz-flex-basis: 99%;
    -ms-flex-preferred-size: 99%;
    flex-basis: 99%;
  }
}
.news-box .last-item .btn {
  min-width: 190px;
  line-height: 60px;
}
@media (max-width: 480px) {
  .news-box .last-item .btn {
    min-width: auto;
    line-height: 40px;
  }
}
.news-hidden-text {
  width: 1320px;
  max-width: 94%;
  margin: 0 auto;
  padding: 30px 40px;
}
@media (max-width: 768px) {
  .news-hidden-text {
    padding: 15px 20px;
  }
}
footer {
  background: #021120;
  padding: 80px 0 50px;
}
@media (max-width: 1024px) {
  footer {
    padding: 40px 0 30px;
  }
}
@media (max-width: 480px) {
  footer {
    padding: 25px 0 15px;
  }
}
footer .logos {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-bottom: 35px;
}
@media (max-width: 1024px) {
  footer .logos {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  footer .logos {
    display: block;
  }
}
footer .logos .logo {
  margin: 0 15px 20px;
}
@media (max-width: 480px) {
  footer .logos .logo {
    margin: 0 0 20px;
  }
}
footer .logos .logo img {
  max-height: 70px;
}
footer .copyright {
  text-align: center;
}
footer .copyright p {
  font-size: 16px;
  color: #818890;
}
@media (max-width: 480px) {
  footer .copyright p {
    font-size: 14px;
  }
}
footer .copyright p a {
  color: #818890;
}
footer .copyright p a:hover {
  color: #e5ecf2;
}
.post-type-archive-vnshs_events .events-title {
  text-align: center;
  margin-bottom: 30px;
}
.vnshs-events {
  padding-bottom: 30px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.vnshs-events > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 960px) {
  .vnshs-events {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .vnshs-events > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 640px) {
  .vnshs-events {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .vnshs-events > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.vnshs-events .post {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.vnshs-events .post:hover {
  opacity: 0.8;
}
.vnshs-events img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.vnshs-events .info {
  color: #000;
}
.single_post p {
  position: relative;
  z-index: 0;
}
.single_post p a.donate-link {
  position: absolute;
  bottom: 7%;
  right: 0;
  width: 47%;
  aspect-ratio: 6;
  font-size: 0;
}
@media (max-width: 1024px) {
  .single_post p a.donate-link {
    bottom: 8vw;
  }
}
@media (max-width: 768px) {
  .single_post p a.donate-link {
    bottom: 9.5vw;
  }
}
@media (max-width: 600px) {
  .single_post p a.donate-link {
    bottom: 11vw;
  }
}
.single_post p a.donate-link:hover {
  background: rgba(255, 255, 255, 0.7);
}
.postid-2329 .content h1.tac {
  display: none;
}
.aa-top-text h2, .aa-top-text .news-box .title, .news-box .aa-top-text .title {
  color: #004b85;
}
.aa-form {
  background: #E5ECF2;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .aa-form form > .flex {
    display: block;
  }
}
.aa-form .flex {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.aa-form h2, .aa-form .news-box .title, .news-box .aa-form .title {
  margin-bottom: 30px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .aa-form h2, .aa-form .news-box .title, .news-box .aa-form .title {
    margin-bottom: 10px;
    margin-top: 30px;
  }
}
.aa-form label {
  display: block;
  font-size: 18px;
  line-height: 1.4;
  color: #474A5B;
}
.aa-form input[type="text"], .aa-form input[type="number"] {
  border-color: #D7D7D7;
  height: 60px;
  line-height: 60px;
}
.aa-form input[type="number"] {
  padding-right: 0;
}
@media (max-width: 768px) {
  .aa-form input[type="number"] {
    height: 44px;
  }
}
.aa-form .input-wrapper {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  margin-bottom: 25px;
}
.aa-form .type {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 768px) {
  .aa-form .type {
    display: block;
  }
}
.aa-form .type > label {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.aa-form .type fieldset {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
}
.aa-form .type > input {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
}
.aa-form .checkbox-item {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.aa-form input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.aa-form input[type="checkbox"]:checked + label::after {
  opacity: 1;
}
.aa-form input[type="checkbox"] + label {
  display: block;
  padding-left: 40px;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  z-index: 0;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.aa-form input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #D7D7D7;
}
.aa-form input[type="checkbox"] + label::after {
  content: "";
  width: 8px;
  height: 15px;
  border-bottom: 3px solid #004b85;
  border-right: 3px solid #004b85;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%) rotateZ(45deg);
  -moz-transform: translate(0, -50%) rotateZ(45deg);
  -ms-transform: translate(0, -50%) rotateZ(45deg);
  -o-transform: translate(0, -50%) rotateZ(45deg);
  transform: translate(0, -50%) rotateZ(45deg);
  left: 8px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.aa-form input[type="checkbox"] + label:hover {
  opacity: 0.7;
}
.aa-form fieldset:not(.radio-boxes) .radio-wrapper {
  display: inline-block;
  font-size: 0;
  margin: 10px 30px 10px 0;
}
.aa-form fieldset:not(.radio-boxes) label {
  position: relative;
  z-index: 0;
  padding-left: 40px;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.aa-form fieldset:not(.radio-boxes) label::before {
  content: "";
  border: 1px solid #D7D7D7;
  background: #FFF;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}
.aa-form fieldset:not(.radio-boxes) label::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 6px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #004B85;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.aa-form fieldset:not(.radio-boxes) label:hover {
  opacity: 0.7;
}
.aa-form fieldset:not(.radio-boxes) input[type=radio] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.aa-form fieldset:not(.radio-boxes) input[type=radio]:checked + label::after {
  opacity: 1;
}
.aa-form .radio-boxes {
  font-size: 0;
}
.aa-form .radio-boxes .radio-wrapper {
  display: inline-block;
  margin: 10px 20px 10px 0;
}
@media (max-width: 768px) {
  .aa-form .radio-boxes .radio-wrapper {
    margin: 5px 10px 5px 0;
  }
}
.aa-form .radio-boxes .radio-wrapper:last-child {
  margin-right: 0;
}
.aa-form .radio-boxes .radio-wrapper input[type="radio"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.aa-form .radio-boxes .radio-wrapper input[type="radio"]:checked + label {
  background: #751022;
}
.aa-form .radio-boxes .radio-wrapper label {
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: #CF1C3C;
  text-transform: uppercase;
  text-align: center;
  padding: 17px 50px;
  margin-bottom: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  .aa-form .radio-boxes .radio-wrapper label {
    font-size: 16px;
    padding: 10px 20px;
  }
}
.aa-form .button-wrapper {
  position: relative;
  z-index: 0;
  padding: 30px 0;
  text-align: center;
  margin-top: 35px;
}
.aa-form .button-wrapper::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100vw;
  height: 100%;
  z-index: -1;
  top: 0;
  bottom: 0;
  background: #fff;
}
.aa-form .button-wrapper .btn {
  font-size: 18px;
  min-width: 290px;
  padding: 11px 25px;
}
.aa-form .other {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .aa-form .other {
    margin-top: 5px;
  }
}
@media (max-width: 768px) {
  .aa-bottom-wrapper > .flex {
    display: block;
  }
}
.aa-bottom-wrapper .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.aa-bottom-wrapper .buttons {
  -webkit-flex-basis: 34%;
  -moz-flex-basis: 34%;
  -ms-flex-preferred-size: 34%;
  flex-basis: 34%;
  margin-left: 10%;
}
@media (max-width: 1024px) {
  .aa-bottom-wrapper .buttons {
    margin-left: 30px;
  }
}
@media (max-width: 768px) {
  .aa-bottom-wrapper .buttons {
    margin-left: 0;
    margin-top: 20px;
  }
}
.aa-bottom-wrapper .buttons .btn {
  margin-bottom: 25px;
  width: 100%;
  background: #CF1C3C;
  padding: 11px 25px;
}
@media (max-width: 480px) {
  .aa-bottom-wrapper .buttons .btn {
    margin-bottom: 12px;
    padding: 5px 15px;
  }
}
.aa-bottom-wrapper .buttons .btn:hover {
  background: #004b85;
}
