@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Poppins:400,600,700&subset=latin-ext");
header {
  top: 0;
  height: 114px;
  position: fixed;
  width: 100%;
  z-index: 10000;
  text-transform: uppercase;
  -webkit-transition: background 500ms ease-out;
  -moz-transition: background 500ms ease-out;
  -o-transition: background 500ms ease-out;
  transition: background 500ms ease-out;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out; }
  header nav {
    position: initial;
    height: 114px;
    text-align: right; }
    header nav ul {
      padding: 0; }
    header nav .button {
      margin-top: 36px;
      height: auto !important;
      margin-left: 15px; }

header.small-header .logo a img {
  opacity: 1; }

.logo {
  float: left;
  padding-top: 35px;
  width: auto;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out; }
  .logo a {
    display: inline-block;
    height: 44px;
    width: auto;
    text-align: center;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out; }
  .logo img {
    max-height: 40px;
    width: auto;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out; }

nav > .left-menu {
  list-style: none;
  display: inline-block;
  height: 114px;
  margin-bottom: 0;
  position: initial; }
  nav > .left-menu > li {
    height: 114px;
    float: left;
    line-height: 114px;
    display: block;
    position: initial; }
  nav > .left-menu > li > a {
    padding-left: 15px;
    padding-right: 15px;
    height: 114px;
    position: relative;
    display: block;
    z-index: 510;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out; }
  nav > .left-menu a:focus {
    text-decoration: none; }
  nav > .left-menu > li.selected > a {
    color: #216DC8; }
  nav > .left-menu > li > a:hover {
    text-decoration: none;
    color: #216DC8; }
  nav > .left-menu > li:hover ul > div {
    padding: 9px 0 16px;
    height: 100%;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16); }
  nav > .left-menu li .nav-column > a.selected {
    color: #216DC8; }
  nav > .left-menu > li > div.sub-menu-col-2 {
    width: 470px;
    padding: 10px 25px 25px 25px; }
  nav > .left-menu > li > div.sub-menu-col-3 {
    width: 695px;
    padding: 10px 25px 25px 25px; }
  nav > .left-menu > li > div.sub-menu-col-4 {
    width: 935px;
    padding: 10px 25px 25px 25px; }
  nav > .left-menu > li > div.sub-menu-col-5 {
    width: 1190px;
    padding: 10px 25px 25px 25px; }
  nav > .left-menu > li > div.sub-menu-col-6 {
    width: 1465px;
    padding: 10px 25px 25px 25px; }
  nav > .left-menu > li > div.sub-menu-col-cat-2 {
    width: 680px;
    padding: 10px 25px 25px 25px; }
  nav > .left-menu > li > div.sub-menu-col-cat-3 {
    width: 1025px;
    padding: 10px 25px 25px 25px; }
  nav > .left-menu > li > div.sub-menu-col-cat-4 {
    width: 1385px;
    padding: 10px 25px 25px 25px; }
  nav > .left-menu > li > div.sub-menu-col-cat-5 {
    width: 1765px;
    padding: 10px 25px 25px 25px; }
  nav > .left-menu > li > div {
    position: absolute;
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 20px;
    max-width: 1903px;
    max-height: calc(100vh - 130px);
    padding: 10px 67px 0px 25px;
    top: 80px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    overflow-y: auto;
    background: #ffffff;
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
    -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16); }
    nav > .left-menu > li > div .sub-menu-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(202px, 1fr));
      grid-gap: 0 2.8%; }
    nav > .left-menu > li > div .nav-column {
      margin-top: 20px;
      float: left;
      width: 100%; }
      nav > .left-menu > li > div .nav-column a {
        color: #3076CA;
        font-size: 16px;
        line-height: 25px;
        text-decoration: none;
        font-family: "Poppins-Medium", 'sans-serif';
        text-align: left; }
      nav > .left-menu > li > div .nav-column .sub-menu-img {
        width: 100%;
        height: 128px;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 17px;
        background: rgba(33, 109, 200, 0);
        -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
        box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16); }
        nav > .left-menu > li > div .nav-column .sub-menu-img img {
          max-width: 200px;
          height: 100%;
          min-width: calc(100% + 1px);
          -o-object-fit: cover;
          object-fit: cover;
          line-height: initial; }
      nav > .left-menu > li > div .nav-column .sub-menu-title {
        line-height: 16px; }
      nav > .left-menu > li > div .nav-column .scroll {
        text-align: left; }
      nav > .left-menu > li > div .nav-column a:hover .sub-menu-title {
        color: #216DC8; }
      nav > .left-menu > li > div .nav-column a:hover .sub-menu-img img {
        opacity: 0.5; }
      nav > .left-menu > li > div .nav-column a:hover .sub-menu-img {
        background: #216dc8; }
      nav > .left-menu > li > div .nav-column ul {
        padding-top: 5px;
        list-style: none;
        /* height: 65px; */
        overflow: hidden; }
        nav > .left-menu > li > div .nav-column ul li {
          height: auto;
          line-height: initial; }
          nav > .left-menu > li > div .nav-column ul li a {
            padding: 5px 0;
            color: #024089;
            font-style: italic;
            font-size: 14px;
            line-height: 21px; }
          nav > .left-menu > li > div .nav-column ul li a:hover {
            color: #216DC8 !important; }
        nav > .left-menu > li > div .nav-column ul li.selected a {
          color: #216DC8; }
  nav > .left-menu > li > div > div.tourism_category {
    grid-template-columns: repeat(auto-fill, minmax(304px, 1fr)); }
    nav > .left-menu > li > div > div.tourism_category .nav-column a {
      display: grid;
      grid-template-columns: 164px 1fr;
      grid-gap: 20px;
      border-bottom: 0;
      padding-bottom: 22px; }
      nav > .left-menu > li > div > div.tourism_category .nav-column a .sub-menu-img {
        height: 114px;
        margin-bottom: 0; }
      nav > .left-menu > li > div > div.tourism_category .nav-column a .turism-title-box {
        padding-top: 24px; }
      nav > .left-menu > li > div > div.tourism_category .nav-column a .sub-menu-title {
        height: 48px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
      nav > .left-menu > li > div > div.tourism_category .nav-column a .suggestions {
        font-style: italic;
        font-size: 14px;
        height: 20px;
        display: inline-block;
        line-height: initial;
        float: left;
        color: rgba(2, 64, 137, 0.7);
        margin-top: 4px; }
    nav > .left-menu > li > div > div.tourism_category .nav-column a:hover .sub-menu-title {
      color: #216DC8; }
    nav > .left-menu > li > div > div.tourism_category .nav-column a:hover .suggestions {
      color: rgba(33, 109, 200, 0.7); }
  nav > .left-menu > li.submenu-standart > div {
    width: 300px;
    padding-right: 25px;
    left: initial;
    transform: translateX(0); }
  nav > .left-menu li:hover > div:not(.search-input) {
    opacity: 1;
    visibility: visible;
    overflow: hidden; }
  nav > .left-menu li.sub-menu-parent > a:after {
    content: ""; }
  nav > .left-menu li.sub-menu-parent:hover > a:after {
    opacity: 1; }
  nav > .left-menu div.menu-bg {
    content: "";
    position: absolute;
    background: #024089;
    width: 1200vw;
    height: 100vh;
    left: -100vw;
    top: 80px;
    z-index: -2;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    transition: all .2s ease 0s; }
  nav > .left-menu .scroll {
    padding-bottom: 30px;
    z-index: 600; }
  nav > .left-menu li.sub-menu-parent:hover ~ div.menu-bg {
    opacity: 0.5;
    visibility: visible;
    overflow: visible;
    overflow-y: auto;
    transition-delay: 0.3s; }
  nav > .left-menu li > ul > div > li {
    line-height: initial;
    padding: 9px 0; }
  nav > .left-menu ul li a:hover {
    text-decoration: none;
    color: #216DC8; }

header .sub-menu {
  list-style: none;
  position: absolute;
  left: -21px;
  overflow: hidden;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  top: 114px;
  padding: 0 10px 0px;
  min-width: calc(100% + 32px); }
  header .sub-menu div {
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition: all 0.5s 0.1s;
    -moz-transition: all 0.5s 0.1s;
    -ms-transition: all 0.5s 0.1s;
    transition: all 0.5s 0.1s;
    position: relative;
    margin-top: 0px;
    white-space: nowrap;
    padding: 0;
    height: 0;
    border: 1px solid #024089;
    border-top: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #ffffff;
    z-index: 10; }

header .sub-menu-parent ul div {
  z-index: 10; }

header .sub-menu-parent:hover ul div {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  margin-top: 0px;
  z-index: 10; }

.account a:hover img {
  border-color: #216DC8; }

.account .sub-menu {
  left: initial;
  right: -11px; }

header .login {
  text-align: center; }

header .login:before {
  font-style: normal;
  text-align: center;
  font-weight: normal; }

.menu-con nav ul > .language-switch > a:hover span:before,
.menu-con nav ul > .language-switch > a:hover span {
  color: #216DC8; }

header .ps__rail-y > .ps__thumb-y,
header .ps__rail-y:hover > .ps__thumb-y,
header .ps__rail-y:focus > .ps__thumb-y {
  width: 12px; }

header .ps--active-x > .ps__rail-x,
header .ps--active-y > .ps__rail-y {
  margin-right: 8px; }

header .ps:hover > .ps__rail-x,
header .ps:hover > .ps__rail-y,
header .ps--focus > .ps__rail-x,
header .ps--focus > .ps__rail-y,
header .ps--scrolling-x > .ps__rail-x,
header .ps--scrolling-y > .ps__rail-y {
  opacity: 1; }

header .ps__rail-x:hover, header .ps__rail-y:hover, header .ps__rail-x:focus, header .ps__rail-y:focus {
  background-color: #d3d3d3; }

.top-nav-mobile-toggle {
  height: 20px;
  top: 20px;
  color: #024089;
  font-size: 25px;
  float: left;
  padding-left: 0px;
  width: 0;
  overflow: hidden;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out; }

.mobile-menu {
  display: none; }

.close-mm {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 20px;
  color: #024089;
  left: 30px;
  font-size: 26px;
  z-index: 9;
  cursor: pointer; }
  .close-mm img {
    width: 100%;
    height: auto; }

.close-mm:hover {
  color: #216DC8; }

.scroll::-webkit-scrollbar {
  display: none; }

header.small-header {
  height: 100px; }
  header.small-header .menu-con {
    height: 100px;
    float: right; }
    header.small-header .menu-con nav > ul {
      height: 66px; }
      header.small-header .menu-con nav > ul li {
        height: 66px; }
        header.small-header .menu-con nav > ul li a {
          height: 66px; }
          header.small-header .menu-con nav > ul li a span {
            top: -7px; }
  header.small-header .logo {
    float: right;
    right: 0px;
    padding-top: 17px; }
  header.small-header .top-nav-mobile-toggle {
    width: auto;
    height: 100%; }
  header.small-header .top-nav-mobile-toggle:hover {
    color: #216DC8;
    text-decoration: none;
    display: block; }
  header.small-header .top-nav-mobile-toggle:focus {
    color: #024089;
    text-decoration: none;
    outline: 0; }
  header.small-header .search-block {
    width: 0;
    overflow: hidden; }
  header.small-header .account a {
    margin-top: 20px; }

.home .wrap-content .widgets-page {
  padding-top: 0; }

.home header.black {
  background: rgba(0, 0, 0, 0.6); }

.menu-con nav .right-menu li {
  /* position:  relative; */ }
  .menu-con nav .right-menu li ul:not(.select_options) {
    background: grey;
    list-style: none;
    border-top: 10px solid #216DC8;
    width: auto;
    position: absolute;
    margin-left: 0px;
    margin-right: 0px;
    max-height: calc(100vh - 130px);
    top: 80px;
    right: 14px;
    padding: 19px 21px 19px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    overflow-y: auto;
    background: #ffffff;
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
    -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16); }
    .menu-con nav .right-menu li ul:not(.select_options) li:not(.account-name) {
      list-style: none;
      height: auto;
      padding: 0;
      line-height: initial; }
      .menu-con nav .right-menu li ul:not(.select_options) li:not(.account-name) a {
        display: inline-block;
        white-space: nowrap;
        height: 36px;
        color: #024089;
        font-weight: bold;
        font-size: 14px;
        text-transform: uppercase;
        line-height: 52px; }
      .menu-con nav .right-menu li ul:not(.select_options) li:not(.account-name) a:hover {
        color: #216DC8; }
    .menu-con nav .right-menu li ul:not(.select_options) li > a > span {
      width: 34px;
      display: inline-block;
      margin-right: 21px;
      font-size: 26px;
      float: left;
      height: 30px;
      line-height: 31px; }
      .menu-con nav .right-menu li ul:not(.select_options) li > a > span > img {
        margin-top: 0px;
        width: 34px;
        height: 34px;
        display: inline-block;
        overflow: hidden;
        border: 0px solid #ffffff;
        border-radius: 100%;
        max-width: inherit;
        margin-left: 50%;
        transform: translateX(-50%);
        min-width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        top: 0;
        left: 0;
        position: absolute; }

.menu-con nav .right-menu li:hover > ul {
  opacity: 1;
  visibility: visible;
  overflow: hidden; }

.menu-con nav .right-menu .sub-menu-parent:after {
  margin-top: -10px; }

html.mm-front .mm-menu.mm-offcanvas {
  z-index: 99999 !important; }

.mobile-menu-account span {
  background: #024089;
  border-radius: 100%;
  overflow: hidden;
  width: 26px;
  height: 26px;
  display: inline-block;
  line-height: 21px; }

.mobile-menu-account span:before {
  color: #ffffff;
  font-size: 10px; }

.mobile-language-switch.show-language-switch {
  display: block; }

.mobile-menu .mobile-account-block {
  position: absolute;
  width: 100%;
  height: calc(100vh - 150px);
  top: 75px;
  background: #ffffff;
  display: none;
  padding: 39px 0px; }
  .mobile-menu .mobile-account-block a {
    padding: 3px 10px 3px 14px; }
    .mobile-menu .mobile-account-block a span {
      width: 34px;
      display: inline-block;
      margin-right: 10px;
      font-size: 26px;
      float: left;
      height: 34px;
      line-height: 31px; }
      .mobile-menu .mobile-account-block a span img {
        margin-top: 0px;
        width: 34px;
        height: 34px;
        display: inline-block;
        overflow: hidden;
        border: 0px solid #ffffff;
        border-radius: 100%;
        max-width: inherit;
        margin-left: 50%;
        transform: translateX(-50%);
        min-width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        top: 0;
        left: 0;
        position: absolute; }

.mobile-account-block.show-account-switch {
  display: block; }

.mobile-menu-account.show-account-block span {
  background: #024089; }

.menu-ads {
  display: grid;
  grid-template-columns: calc(48.6%) calc(48.6%);
  margin-top: 40px;
  grid-gap: 0 2.8%; }
  .menu-ads .ads-info .desc {
    line-height: initial;
    margin-bottom: 50px; }
  .menu-ads .ads-photo {
    display: inherit;
    padding-bottom: 23px; }
    .menu-ads .ads-photo a {
      border-radius: 10px;
      display: contents;
      width: auto;
      min-height: 100%;
      height: 100%;
      max-width: 100%; }
      .menu-ads .ads-photo a img {
        height: inherit;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 10px;
        overflow: hidden;
        display: inline-block;
        max-width: inherit;
        -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
        box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16); }

.menu-con nav > ul > .page-tree a {
  padding-right: 8px;
  padding-left: 8px; }
  .menu-con nav > ul > .page-tree a:before {
    content: "\e9b3";
    font-family: "bebras" !important;
    font-size: 22px; }

.menu-con li.sub-menu-parent:focus-within > div:not(.search-input) {
  opacity: 1;
  visibility: visible;
  overflow: hidden; }

.menu-con li.sub-menu-parent:focus-within ~ div.menu-bg {
  opacity: 0.5;
  visibility: visible;
  overflow: visible;
  overflow-y: auto;
  transition-delay: 0.3s; }

.menu-con li.sub-menu-parent:focus-within > a:after {
  opacity: 1; }

.menu-con nav .right-menu li:focus-within > ul {
  opacity: 1;
  visibility: visible;
  overflow: hidden; }

.menu-con .nav-column a {
  display: block; }

@media only screen and (max-width: 767px) {
  .menu-con nav .left-menu {
    display: none; }
  .small-header .menu-con nav .left-menu {
    display: block; } }

.language-menu {
  float: left;
  margin-top: 37px;
  margin-left: 30px; }
  .language-menu .lang-link {
    display: inline-block;
    text-decoration: none; }
    .language-menu .lang-link .header-flag {
      padding: 8px; }
  .language-menu .available .header-flag {
    -webkit-border-radius: 60%;
    -moz-border-radius: 60%;
    border-radius: 60%;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out; }
    .language-menu .available .header-flag:hover {
      background: #ffffff; }

.ocon-menu-item {
  color: #024089;
  text-decoration: none;
  font-family: "Poppins-Medium", 'sans-serif';
  font-size: 16px; }
  .ocon-menu-item:hover {
    color: #3076CA; }

.ocon-menu-item.primary-button:hover {
  color: white; }

@media only screen and (max-width: 1200px) {
  nav > .left-menu > li > a {
    padding-right: 0;
    font-size: 14px; }
  .left-menu .button {
    padding-right: 15px; } }

@media only screen and (max-width: 992px) {
  nav > .left-menu {
    display: none; } }

@media only screen and (max-width: 768px) {
  .language-menu {
    margin-top: 20px;
    margin-left: 10px; }
  .mobile-menu .primary-button {
    max-width: 80% !important;
    margin: 0 auto !important;
    border: 1px solid #024089 !important; } }

.content-list .content h2 {
  font-size: 20px;
  line-height: 40px; }

.content-list .content h3 {
  font-size: 20px;
  font-family: "Poppins", 'sans-serif';
  line-height: 28px;
  margin-top: 0;
  font-weight: 100; }

.ck-right-padding {
  margin-right: 20px; }

.ck-left-padding {
  margin-left: 20px; }

figcaption {
  text-align: center;
  padding: 10px 10px; }

.content ul,
.service-list .desc ul,
.service .desc ul {
  list-style: none !important;
  padding-left: 0; }

.content ul li:before,
.service-list .desc ul li:before,
.service .desc ul li:before {
  content: "\00B7";
  color: #216DC8;
  display: inline-block;
  line-height: 25px;
  float: left;
  margin-right: 15px;
  font-size: 40px; }

.content a:not(.btn) {
  color: #024089;
  text-decoration: underline; }

.content a:hover:not(.btn) {
  color: #216DC8; }

.content figure {
  text-align: center; }

figcaption {
  text-align: center;
  padding: 5px 10px;
  font-size: 14px; }

.content table {
  border: solid #024089 1px;
  margin-bottom: 20px; }

.content table tr th {
  font-weight: bold;
  padding: 14px 20px 16px; }

.content table tr td {
  padding: 14px 20px 16px; }

.content table tr td {
  border-top: none; }

.content table tr td:first-child, .content table tr th:first-child {
  border-left: none; }

.content table tr td, .content table tr th:last-child {
  border-right: none; }

.content table tr:last-child td {
  border-bottom: 0; }

.clear-both {
  clear: both; }

ol {
  padding-left: 18px; }

.editable-paragraphs .sidebar > div {
  max-width: 100% !important;
  width: 100%; }
  .editable-paragraphs .sidebar > div a:hover h3 {
    color: #216DC8; }

.sidebar-paragraph {
  position: sticky !important;
  top: 80px;
  /* @TODO: dynamic header height */ }

.sidebar-menu-cont {
  /*position: fixed!important;*/
  padding-top: 29px;
  /*float:  left;*/ }
  .sidebar-menu-cont .sidebar-menu {
    list-style: none;
    margin-top: 26px; }
    .sidebar-menu-cont .sidebar-menu > li {
      font-weight: bold;
      line-height: 24px;
      min-height: 43px; }
      .sidebar-menu-cont .sidebar-menu > li a {
        color: #024089; }
      .sidebar-menu-cont .sidebar-menu > li ul {
        list-style: none;
        margin-left: 20px;
        margin-bottom: 18px; }
        .sidebar-menu-cont .sidebar-menu > li ul li {
          font-weight: normal;
          border-bottom: 1px solid rgba(2, 64, 137, 0.2);
          line-height: 46px;
          padding-top: 8px; }
        .sidebar-menu-cont .sidebar-menu > li ul li:last-child {
          border-bottom: 0; }
    .sidebar-menu-cont .sidebar-menu a:hover {
      color: #216DC8; }
    .sidebar-menu-cont .sidebar-menu .selected > a {
      color: #216DC8; }

.wrap.list .container.list.widget {
  padding-top: 0; }
  .wrap.list .container.list.widget .objects-list {
    margin-top: 0; }

footer {
  background: #024089;
  color: #ffffff;
  z-index: 99;
  background-image: url("../img/big_logo_footer.png");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 450px;
  display: flex; }

.footer-widget-area {
  align-self: center;
  display: grid;
  grid-template-columns: 0.8fr 1fr 1fr 1fr 1.5fr; }
  .footer-widget-area p a {
    color: #024089; }
  .footer-widget-area .footer-widget-title, .footer-widget-area .title {
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 16px;
    font-family: "Poppins-SemiBold", sans-serif;
    line-height: 25px; }
  .footer-widget-area .footer-address {
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    line-height: 24px; }
  .footer-widget-area .phone, .footer-widget-area .email {
    margin-bottom: 15px;
    color: #B1D4FF; }
    .footer-widget-area .phone a, .footer-widget-area .email a {
      margin-left: 15px;
      color: #B1D4FF;
      text-decoration: none; }
  .footer-widget-area .footer-menu-link {
    color: #B1D4FF;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    line-height: 21px;
    text-decoration: none;
    border-bottom: 1px solid #707070;
    padding-bottom: 5px; }

.footer-bottom-left-block {
  font-size: 12px;
  padding: 10px 0;
  float: left;
  line-height: 30px;
  height: 50px; }

.footer-bottom-right-block {
  font-size: 12px;
  padding: 10px 0;
  float: right;
  line-height: 30px;
  height: 50px; }

footer {
  padding-top: 90px; }
  footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
    color: #ffffff; }

.footer-menu-widget ul {
  list-style: none;
  padding-left: 0; }
  .footer-menu-widget ul li {
    margin-bottom: 10px; }

.footer-bottom {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%; }
  .footer-bottom .footer-text-block p {
    color: #ffffff;
    font-size: 14px;
    font-family: "Poppins", sans-serif; }
  .footer-bottom .footer-text-block a {
    color: #B1D4FF;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    line-height: 21px;
    text-decoration: none;
    border-bottom: 1px solid #707070;
    padding-bottom: 5px;
    margin-left: 30px; }

@media only screen and (max-width: 992px) {
  footer {
    padding-bottom: 60px; }
  .footer-widget-area {
    align-self: center;
    display: grid;
    grid-template-columns: 1fr 1fr; }
  .footer-menu-widget, .logo-block {
    margin-bottom: 30px; } }

@media only screen and (max-width: 768px) {
  .footer-widget-area {
    align-self: center;
    display: grid;
    grid-template-columns: 1fr; }
  .footer-bottom {
    bottom: 0px !important; }
  .footer-widget-area {
    padding-bottom: 30px !important; }
  .footer-bottom .footer-text-block a {
    margin-left: 0px;
    display: block;
    width: fit-content; } }

@media only screen and (max-width: 500px) {
  .footer-bottom {
    min-width: 200px !important; }
  .footer-widget-area {
    padding-bottom: 60px !important; } }

.widget-list-item:after {
  border-bottom: 1px solid rgba(2, 64, 137, 0.2);
  content: "";
  grid-column: 2/3; }

.widget-list-item .framed-cont .title-center {
  text-align: center; }

.widget-list-item .object-cont {
  margin-bottom: 0; }

.widget-list-item [class*="column-count-"] {
  margin-bottom: 40px; }

.widget-list-item .column-count-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 40px 22px; }

.widget-list-item .column-count-2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(594px, calc((100% - 22px)/2)));
  grid-gap: 40px 22px; }

.widget-list-item .column-count-3 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(388.66667px, calc((100% - 44px)/3)));
  grid-gap: 40px 22px; }

.widget-list-item .column-count-4 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(286px, calc((100% - 66px)/4)));
  grid-gap: 40px 22px; }

.widget-list-item .column-count-5 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(224.4px, calc((100% - 88px)/5)));
  grid-gap: 40px 22px; }

.widget-list-item .column-count-6 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(183.33333px, calc((100% - 110px)/6)));
  grid-gap: 40px 22px; }

.widget-list-item .column-type-1-2-1 {
  margin: auto;
  display: grid;
  margin-bottom: 40px;
  grid-gap: 40px 22px;
  grid-template-columns: repeat(auto-fill, minmax(594px, calc((100% - 22px)/2))); }
  .widget-list-item .column-type-1-2-1 .object-cont:nth-child(3n) {
    grid-column: 2/3; }
  .widget-list-item .column-type-1-2-1 .object-cont:nth-child(3n+1) {
    grid-column: 1/3; }
  .widget-list-item .column-type-1-2-1 .object-cont:nth-child(3n+2) {
    grid-column: 1/2; }

.widget-list-item .column-type-2-4-2 {
  margin: auto;
  display: grid;
  grid-gap: 40px 22px;
  grid-template-columns: repeat(auto-fill, minmax(286px, calc((100% - 66px)/4)));
  padding-bottom: 40px; }
  .widget-list-item .column-type-2-4-2 .object-cont:nth-child(6n+1) {
    grid-column: 1/3; }
  .widget-list-item .column-type-2-4-2 .object-cont:nth-child(6n+2) {
    grid-column: 3/5; }
  .widget-list-item .column-type-2-4-2 .object-cont:nth-child(6n+3) {
    grid-column: 1/2; }
  .widget-list-item .column-type-2-4-2 .object-cont:nth-child(6n+4) {
    grid-column: 2/3; }
  .widget-list-item .column-type-2-4-2 .object-cont:nth-child(6n+5) {
    grid-column: 3/4; }
  .widget-list-item .column-type-2-4-2 .object-cont:nth-child(6n) {
    grid-column: 4/5; }

.widget-list-item .objects-list .object-cont {
  width: 100%;
  grid-column: initial; }
  .widget-list-item .objects-list .object-cont .object-photo {
    width: 100%; }

.widget-list-item .news-list .object-cont a {
  padding-bottom: 0; }

.widget-list-item .route-object-list.list .object-cont {
  width: 100%;
  height: 179px; }
  .widget-list-item .route-object-list.list .object-cont .object-title {
    width: calc(100% - 280px);
    height: 113px; }
  .widget-list-item .route-object-list.list .object-cont .object-photo {
    width: 280px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px; }
  .widget-list-item .route-object-list.list .object-cont .object-photo:before {
    border-top-right-radius: 0; }

.widget-list-item .news-list .object-cont {
  height: auto;
  grid-auto-flow: column;
  width: 100%; }
  .widget-list-item .news-list .object-cont a {
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0); }
    .widget-list-item .news-list .object-cont a .object-photo {
      float: left;
      width: 114px;
      height: 128px;
      border-radius: 10px;
      background: #216DC8;
      -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
      -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
      box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16); }
    .widget-list-item .news-list .object-cont a .event-date {
      font-size: 14px;
      color: rgba(2, 64, 137, 0.54);
      padding-left: 20px;
      display: inline-block;
      width: calc(100% - 114px); }
    .widget-list-item .news-list .object-cont a .object-title {
      font-weight: normal;
      padding: 0 0 0 20px;
      display: inline-block;
      width: calc(100% - 114px);
      height: auto;
      margin: 0;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      margin-bottom: 5px; }
    .widget-list-item .news-list .object-cont a .object-category {
      width: calc(100% - 114px);
      margin: 0;
      padding-right: 0;
      -webkit-transition: all 500ms ease-out;
      -moz-transition: all 500ms ease-out;
      -o-transition: all 500ms ease-out;
      transition: all 500ms ease-out; }

.widget-list-item .featured-x {
  display: grid;
  grid-template-columns: minmax(338px, 1fr) 338px;
  grid-gap: 40px;
  padding-top: 0px; }
  .widget-list-item .featured-x .list-big-block .object-cont {
    width: 100%; }
    .widget-list-item .featured-x .list-big-block .object-cont a .object-photo {
      width: 100%;
      height: 350px; }
    .widget-list-item .featured-x .list-big-block .object-cont a .event-date {
      padding: 13px 0 7px 20px;
      width: 100%; }
    .widget-list-item .featured-x .list-big-block .object-cont a .object-title {
      font-family: 'Poppins', sans-serif;
      font-weight: bold;
      font-size: 20px;
      width: 100%;
      padding: 0;
      -webkit-line-clamp: 1;
      height: 24px;
      padding-left: 20px;
      padding-bottom: 35px;
      padding-right: 10px;
      overflow: hidden;
      line-height: initial; }
  .widget-list-item .featured-x .list-small-block .object-cont {
    margin-bottom: 18px; }
    .widget-list-item .featured-x .list-small-block .object-cont a .object-photo {
      float: left;
      height: 114px; }
  .widget-list-item .featured-x .list-small-block .object-cont:last-child {
    margin-bottom: 0; }

.widget-list-item .column-count-3 {
  grid-template-columns: repeat(auto-fill, minmax(calc((100% - 44px)/3), calc((100% - 44px)/3))); }

.widget-list-item:first-child .framed-cont {
  border-bottom: 0; }

.event-list .object-cont a {
  padding-bottom: 0; }

.widget-list-item.full {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.widget-list-item.full.swiper-full {
  padding-right: 0;
  padding-left: 0; }

.widget-list-item.full.full-object-slider {
  margin-right: -15px;
  margin-left: -15px; }

.widget-list-item.box {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 15px; }
  .widget-list-item.box .swiper-slide.swiper-slide-active {
    background: transparent; }

.widget-list-item .titlespace {
  width: 100%;
  height: 35px; }

.news-list.list .object-cont:hover a::before, .event-list.list .object-cont:hover a::before {
  left: 0; }

.news-list.list .object-cont:hover a .object-photo, .event-list.list .object-cont:hover a .object-photo {
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0); }

.widget-list-item .photo-list-cont .column-count-4 {
  display: grid;
  grid-template-columns: repeat(auto-fill, 114px);
  grid-gap: 40px calc((100% - (114px*4))/3); }

.widget-list-item .photo-list-cont .column-count-3 {
  display: grid;
  grid-template-columns: repeat(auto-fill, 114px);
  grid-gap: 40px calc((100% - (114px*3))/2); }

.widget-list-item .photo-list-cont .column-count-4 {
  display: grid;
  grid-template-columns: repeat(auto-fill, 114px);
  grid-gap: 40px calc((100% - (114px*4))/3); }

.widget-list-item .photo-list-cont .column-count-5 {
  display: grid;
  grid-template-columns: repeat(auto-fill, 114px);
  grid-gap: 40px calc((100% - (114px*5))/4); }

.widget-list-item .photo-list-cont .column-count-6 {
  display: grid;
  grid-template-columns: repeat(auto-fill, 114px);
  grid-gap: 40px calc((100% - (114px*6))/5); }

.widget-list-item .photo-list-cont .object-cont .object-photo {
  float: left;
  width: 114px;
  height: 114px;
  border-radius: 10px; }

.widget-list-item .photo-list-cont .object-cont a {
  -webkit-transition: all 0ms ease-out;
  -moz-transition: all 0ms ease-out;
  -o-transition: all 0ms ease-out;
  transition: all 0ms ease-out;
  padding-bottom: 0; }

.widget-list-item .photo-list-cont .gallery-content > .gallery-row {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -22px;
  margin-top: -22px; }
  .widget-list-item .photo-list-cont .gallery-content > .gallery-row .object-gallery {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 40px; }

.widget-list-item .swiper-container.partner {
  padding-bottom: 40px;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: -10px; }
  .widget-list-item .swiper-container.partner + .object-nav {
    top: -40px;
    right: -10px; }

.swiper-slide video {
  width: 100%;
  height: auto;
  background: black; }

.widgets-page.sidebar-force .widget-list-item.box .photo-list-cont,
.widgets-page.sidebar-force .widget-list-item.box .objects-list,
.widgets-page.sidebar-force .widget-list-item.box .event-list,
.widgets-page.sidebar-force .widget-list-item .pagetree,
.widgets-page.sidebar-force .widget-list-item .route-object-list,
.widgets-page.sidebar-force .widget-list-item .event-promo,
.widgets-page.sidebar-force .widget-list-item .news-list,
.widgets-page.sidebar-force .widget-list-item .heading,
.widgets-page.sidebar-force .widget-list-item .box-list {
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px); }

.widgets-page.sidebar-force .widget-list-item:first-child .heading {
  margin-top: 22px; }

.event-promo .event-info {
  width: 298px;
  float: left;
  margin-top: -4px; }
  .event-promo .event-info h3 {
    margin-top: 0;
    font-size: 20px;
    font-family: "Poppins", 'sans-serif'; }

.event-promo .clearfix:not(:last-child) {
  margin-bottom: 30px; }

.event-promo .event-promo-main-info {
  width: calc(100% - 338px);
  float: left;
  margin-right: 40px; }
  .event-promo .event-promo-main-info .main-view-photo {
    border-radius: 10px;
    padding: 0;
    -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16); }
  .event-promo .event-promo-main-info h2 {
    font-size: 20px;
    margin-top: 25px; }
    .event-promo .event-promo-main-info h2 a {
      color: #024089; }
    .event-promo .event-promo-main-info h2 a:hover {
      color: #024089; }

.widget-list-item .box-list-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 40px 22px;
  margin-bottom: 40px; }
  .widget-list-item .box-list-content .item-box img {
    max-width: 100%;
    height: auto; }

@media only screen and (max-width: 767px) {
  .event-promo .event-promo-main-info {
    width: 100%;
    margin-right: 0; }
    .event-promo .event-promo-main-info .main-view-photo {
      margin-left: 0;
      margin-right: 0;
      width: 100%;
      height: 300px; }
  .event-promo .event-info {
    display: none; }
  .event-promo .event-promo-main-info h2 {
    font-size: 18px;
    margin-top: 20px; }
  .widget-list-item .framed-cont h1 {
    font-size: 45px; } }

@media only screen and (max-width: 794px) {
  .widget-list-item .photo-list-cont [class^="column-count-"] {
    grid-gap: 40px 22px;
    grid-template-columns: repeat(auto-fill, minmax(114px, 1fr)); }
    .widget-list-item .photo-list-cont [class^="column-count-"] .object-cont {
      width: 114px;
      margin: auto; } }

@media only screen and (max-width: 763px) {
  .widget-list-item .featured-x {
    grid-template-columns: 1fr;
    grid-gap: 0px; }
    .widget-list-item .featured-x .list-big-block .object-cont a .object-photo {
      float: left;
      height: 114px;
      width: 114px; }
    .widget-list-item .featured-x .list-big-block .object-cont a .event-date {
      width: calc(100% - 114px);
      padding: 0 0 0 20px; }
    .widget-list-item .featured-x .list-big-block .object-cont a .object-title {
      font-family: 'Open Sans', sans-serif;
      font-weight: normal;
      font-size: 16px;
      width: calc(100% - 114px);
      padding: 0 0 0 20px;
      -webkit-line-clamp: 3;
      height: calc(100% - 40px); }
    .widget-list-item .featured-x .list-small-block .object-cont {
      margin-bottom: 10px; } }

.widget-list-item .route-object-list.list .column-count-3 .object-cont,
.widget-list-item .route-object-list.list .column-count-4 .object-cont,
.widget-list-item .route-object-list.list .column-count-5 .object-cont,
.widget-list-item .route-object-list.list .column-count-6 .object-cont,
.widget-list-item .route-object-list.list .column-type-2-4-2 .object-cont,
.widget-list-item .route-object-list.list .column-type-1-2-1 .object-cont {
  height: inherit; }
  .widget-list-item .route-object-list.list .column-count-3 .object-cont .object-photo,
  .widget-list-item .route-object-list.list .column-count-4 .object-cont .object-photo,
  .widget-list-item .route-object-list.list .column-count-5 .object-cont .object-photo,
  .widget-list-item .route-object-list.list .column-count-6 .object-cont .object-photo,
  .widget-list-item .route-object-list.list .column-type-2-4-2 .object-cont .object-photo,
  .widget-list-item .route-object-list.list .column-type-1-2-1 .object-cont .object-photo {
    width: 100%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px; }
  .widget-list-item .route-object-list.list .column-count-3 .object-cont .object-title,
  .widget-list-item .route-object-list.list .column-count-4 .object-cont .object-title,
  .widget-list-item .route-object-list.list .column-count-5 .object-cont .object-title,
  .widget-list-item .route-object-list.list .column-count-6 .object-cont .object-title,
  .widget-list-item .route-object-list.list .column-type-2-4-2 .object-cont .object-title,
  .widget-list-item .route-object-list.list .column-type-1-2-1 .object-cont .object-title {
    width: 100%;
    height: auto; }
  .widget-list-item .route-object-list.list .column-count-3 .object-cont .route-object-info,
  .widget-list-item .route-object-list.list .column-count-4 .object-cont .route-object-info,
  .widget-list-item .route-object-list.list .column-count-5 .object-cont .route-object-info,
  .widget-list-item .route-object-list.list .column-count-6 .object-cont .route-object-info,
  .widget-list-item .route-object-list.list .column-type-2-4-2 .object-cont .route-object-info,
  .widget-list-item .route-object-list.list .column-type-1-2-1 .object-cont .route-object-info {
    width: 100%;
    margin-top: 10px; }

@media only screen and (max-width: 620px) {
  .widget-list-item .route-object-list.list .column-count-1 .object-cont,
  .widget-list-item .route-object-list.list .column-count-2 .object-cont {
    height: inherit; }
    .widget-list-item .route-object-list.list .column-count-1 .object-cont .object-photo,
    .widget-list-item .route-object-list.list .column-count-2 .object-cont .object-photo {
      width: 100%;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
      border-top-right-radius: 10px; }
    .widget-list-item .route-object-list.list .column-count-1 .object-cont .object-title,
    .widget-list-item .route-object-list.list .column-count-2 .object-cont .object-title {
      width: 100%;
      height: auto; }
    .widget-list-item .route-object-list.list .column-count-1 .object-cont .route-object-info,
    .widget-list-item .route-object-list.list .column-count-2 .object-cont .route-object-info {
      width: 100%;
      margin-top: 10px; } }

@media only screen and (max-width: 1230px) {
  .widget-list-item .route-object-list.list .column-count-1 .route-object-info,
  .widget-list-item .route-object-list.list .column-count-2 .route-object-info {
    width: calc(100% - 280px); } }

@media only screen and (max-width: 640px) {
  .widget-list-item .route-object-list.list .column-count-1,
  .widget-list-item .route-object-list.list .column-count-2 {
    grid-template-columns: 1fr; }
  .widget-list-item .column-type-1-2-1 {
    grid-template-columns: 1fr; } }

.pagetree {
  padding-bottom: 40px; }
  .pagetree .menu-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(202px, 1fr));
    grid-gap: 0 2.8%; }
  .pagetree .nav-column {
    margin-top: 20px;
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(115, 129, 135, 0.2);
    padding-bottom: 18px; }
    .pagetree .nav-column:focus {
      outline: 1px solid red; }
    .pagetree .nav-column .sub-menu-img {
      width: 100%;
      height: 128px;
      border-radius: 10px;
      overflow: hidden;
      margin-bottom: 17px;
      background: rgba(36, 185, 206, 0);
      -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
      -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
      box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16); }
      .pagetree .nav-column .sub-menu-img img {
        max-width: inherit;
        height: 100%;
        min-width: calc(100% + 1px);
        -o-object-fit: cover;
        object-fit: cover; }
    .pagetree .nav-column a {
      display: block;
      color: #024089; }
      .pagetree .nav-column a:hover {
        color: #216DC8; }
    .pagetree .nav-column > ul {
      padding-top: 5px;
      list-style: none;
      /* height: 65px; */
      overflow: hidden; }
      .pagetree .nav-column > ul li {
        height: auto;
        line-height: initial; }
        .pagetree .nav-column > ul li a {
          padding: 5px 0;
          color: #024089;
          font-style: italic;
          font-size: 14px;
          line-height: 21px; }
  .pagetree .sub-menu-title {
    font-weight: 600;
    line-height: 24px; }

.menu-list.pagetree-list-line-4 {
  grid-template-columns: repeat(4, 1fr); }
  .menu-list.pagetree-list-line-4 .sub-menu-img {
    max-width: 200px;
    margin: 0 auto; }
  .menu-list.pagetree-list-line-4 .nav-column {
    text-align: center; }

.menu-list.pagetree-list-line-3 {
  grid-template-columns: repeat(3, 1fr); }
  .menu-list.pagetree-list-line-3 .sub-menu-img {
    max-width: 300px;
    height: 180px;
    margin: 0 auto; }
  .menu-list.pagetree-list-line-3 .nav-column {
    text-align: center; }

.wrap-content .widgets-page.sidebar-force {
  display: grid;
  grid-template-columns: 1fr 922px 441px 1fr; }
  .wrap-content .widgets-page.sidebar-force .widget-list-item {
    display: grid;
    grid-template-columns: 1fr 888px 1fr;
    width: 100%;
    max-width: 1226px;
    grid-column: 2/3; }
    .wrap-content .widgets-page.sidebar-force .widget-list-item > div {
      grid-column: 2/3; }
  .wrap-content .widgets-page.sidebar-force .sidebar {
    grid-column: 3/4;
    grid-row: 1/100;
    padding-left: 20px; }
  .wrap-content .widgets-page.sidebar-force .widget-list-item .column-count-2 {
    grid-template-columns: repeat(auto-fill, minmax(calc((100% - 44px)/2), calc((100% - 22px)/2))); }
  .wrap-content .widgets-page.sidebar-force .widget-list-item .column-count-4 {
    grid-template-columns: repeat(auto-fill, minmax(calc((100% - 66px)/4), calc((100% - 66px)/4))); }
  .wrap-content .widgets-page.sidebar-force .widget-list-item .column-type-1-2-1 {
    grid-template-columns: repeat(auto-fill, minmax(calc((100% - 22px)/2), calc((100% - 22px)/2))); }
  .wrap-content .widgets-page.sidebar-force .widget-list-item .column-type-2-4-2 {
    grid-template-columns: repeat(auto-fill, minmax(calc((100% - 66px)/4), calc((100% - 66px)/4))); }

.widgets-page.sidebar-force .pagetree .nav-column {
  border-bottom: 1px solid rgba(115, 129, 135, 0); }

.widget-list-item .pagetree .nav-column a {
  text-decoration: none; }

.widget-list-item .pagetree .nav-column .sub-menu-title {
  font-weight: 100;
  font-size: 20px; }

@media (max-width: 462px) {
  .pagetree .nav-column:nth-child(1n+1):nth-last-child(-n+1),
  .pagetree .nav-column:nth-child(1n+1):nth-last-child(-n+1) ~ .nav-column {
    border-bottom: 0;
    padding-bottom: 0; }
    .pagetree .nav-column:nth-child(1n+1):nth-last-child(-n+1) a,
    .pagetree .nav-column:nth-child(1n+1):nth-last-child(-n+1) ~ .nav-column a {
      padding-bottom: 0; } }

@media (min-width: 463px) and (max-width: 688px) {
  .pagetree .nav-column:nth-child(2n+1):nth-last-child(-n+2),
  .pagetree .nav-column:nth-child(2n+1):nth-last-child(-n+2) ~ .nav-column {
    border-bottom: 0;
    padding-bottom: 0; }
    .pagetree .nav-column:nth-child(2n+1):nth-last-child(-n+2) a,
    .pagetree .nav-column:nth-child(2n+1):nth-last-child(-n+2) ~ .nav-column a {
      padding-bottom: 0; } }

@media (min-width: 689px) and (max-width: 929px) {
  .pagetree .nav-column:nth-child(3n+1):nth-last-child(-n+3),
  .pagetree .nav-column:nth-child(3n+1):nth-last-child(-n+3) ~ .nav-column {
    border-bottom: 0;
    padding-bottom: 0; }
    .pagetree .nav-column:nth-child(3n+1):nth-last-child(-n+3) a,
    .pagetree .nav-column:nth-child(3n+1):nth-last-child(-n+3) ~ .nav-column a {
      padding-bottom: 0; } }

@media (min-width: 930px) and (max-width: 1184px) {
  .pagetree .nav-column:nth-child(4n+1):nth-last-child(-n+4),
  .pagetree .nav-column:nth-child(4n+1):nth-last-child(-n+4) ~ .nav-column {
    border-bottom: 0;
    padding-bottom: 0; }
    .pagetree .nav-column:nth-child(4n+1):nth-last-child(-n+4) a,
    .pagetree .nav-column:nth-child(4n+1):nth-last-child(-n+4) ~ .nav-column a {
      padding-bottom: 0; } }

@media (min-width: 1185px) {
  .pagetree .nav-column:nth-child(5n+1):nth-last-child(-n+5),
  .pagetree .nav-column:nth-child(5n+1):nth-last-child(-n+5) ~ .nav-column {
    border-bottom: 0;
    padding-bottom: 0; }
    .pagetree .nav-column:nth-child(5n+1):nth-last-child(-n+5) a,
    .pagetree .nav-column:nth-child(5n+1):nth-last-child(-n+5) ~ .nav-column a {
      padding-bottom: 0; } }

@media (max-width: 788px) {
  .menu-con nav > ul > li > div div.tourism_category .nav-column:nth-child(1n+1):nth-last-child(-n+1),
  .menu-con nav > ul > li > div div.tourism_category .nav-column:nth-child(1n+1):nth-last-child(-n+1) ~ .nav-column {
    border-bottom: 0;
    padding-bottom: 0; }
    .menu-con nav > ul > li > div div.tourism_category .nav-column:nth-child(1n+1):nth-last-child(-n+1) a,
    .menu-con nav > ul > li > div div.tourism_category .nav-column:nth-child(1n+1):nth-last-child(-n+1) ~ .nav-column a {
      padding-bottom: 0; } }

@media (min-width: 789px) and (max-width: 1129px) {
  .menu-con nav > ul > li > div div.tourism_category .nav-column:nth-child(2n+1):nth-last-child(-n+2),
  .menu-con nav > ul > li > div div.tourism_category .nav-column:nth-child(2n+1):nth-last-child(-n+2) ~ .nav-column {
    border-bottom: 0;
    padding-bottom: 0; }
    .menu-con nav > ul > li > div div.tourism_category .nav-column:nth-child(2n+1):nth-last-child(-n+2) a,
    .menu-con nav > ul > li > div div.tourism_category .nav-column:nth-child(2n+1):nth-last-child(-n+2) ~ .nav-column a {
      padding-bottom: 0; } }

@media (min-width: 1130px) and (max-width: 1537px) {
  .menu-con nav > ul > li > div div.tourism_category .nav-column:nth-child(3n+1):nth-last-child(-n+3),
  .menu-con nav > ul > li > div div.tourism_category .nav-column:nth-child(3n+1):nth-last-child(-n+3) ~ .nav-column {
    border-bottom: 0;
    padding-bottom: 0; }
    .menu-con nav > ul > li > div div.tourism_category .nav-column:nth-child(3n+1):nth-last-child(-n+3) a,
    .menu-con nav > ul > li > div div.tourism_category .nav-column:nth-child(3n+1):nth-last-child(-n+3) ~ .nav-column a {
      padding-bottom: 0; } }

@media (min-width: 1537px) {
  .menu-con nav > ul > li > div div.tourism_category .nav-column:nth-child(4n+1):nth-last-child(-n+4),
  .menu-con nav > ul > li > div div.tourism_category .nav-column:nth-child(4n+1):nth-last-child(-n+4) ~ .nav-column {
    border-bottom: 0;
    padding-bottom: 0; }
    .menu-con nav > ul > li > div div.tourism_category .nav-column:nth-child(4n+1):nth-last-child(-n+4) a,
    .menu-con nav > ul > li > div div.tourism_category .nav-column:nth-child(4n+1):nth-last-child(-n+4) ~ .nav-column a {
      padding-bottom: 0; } }

@media (max-width: 561px) {
  .menu-con nav > ul > li > div div:not(.tourism_category) .nav-column:nth-child(1n+1):nth-last-child(-n+1),
  .menu-con nav > ul > li > div div:not(.tourism_category) .nav-column:nth-child(1n+1):nth-last-child(-n+1) ~ .nav-column {
    border-bottom: 0;
    padding-bottom: 0; }
    .menu-con nav > ul > li > div div:not(.tourism_category) .nav-column:nth-child(1n+1):nth-last-child(-n+1) a,
    .menu-con nav > ul > li > div div:not(.tourism_category) .nav-column:nth-child(1n+1):nth-last-child(-n+1) ~ .nav-column a {
      padding-bottom: 0; } }

@media (min-width: 562px) and (max-width: 787px) {
  .menu-con nav > ul > li > div div:not(.tourism_category) .nav-column:nth-child(2n+1):nth-last-child(-n+2),
  .menu-con nav > ul > li > div div:not(.tourism_category) .nav-column:nth-child(2n+1):nth-last-child(-n+2) ~ .nav-column {
    border-bottom: 0;
    padding-bottom: 0; }
    .menu-con nav > ul > li > div div:not(.tourism_category) .nav-column:nth-child(2n+1):nth-last-child(-n+2) a,
    .menu-con nav > ul > li > div div:not(.tourism_category) .nav-column:nth-child(2n+1):nth-last-child(-n+2) ~ .nav-column a {
      padding-bottom: 0; } }

@media (min-width: 788px) and (max-width: 1028px) {
  .menu-con nav > ul > li > div div:not(.tourism_category) .nav-column:nth-child(3n+1):nth-last-child(-n+3),
  .menu-con nav > ul > li > div div:not(.tourism_category) .nav-column:nth-child(3n+1):nth-last-child(-n+3) ~ .nav-column {
    border-bottom: 0;
    padding-bottom: 0; }
    .menu-con nav > ul > li > div div:not(.tourism_category) .nav-column:nth-child(3n+1):nth-last-child(-n+3) a,
    .menu-con nav > ul > li > div div:not(.tourism_category) .nav-column:nth-child(3n+1):nth-last-child(-n+3) ~ .nav-column a {
      padding-bottom: 0; } }

@media (min-width: 1029px) and (max-width: 1283px) {
  .menu-con nav > ul > li > div div:not(.tourism_category) .nav-column:nth-child(4n+1):nth-last-child(-n+4),
  .menu-con nav > ul > li > div div:not(.tourism_category) .nav-column:nth-child(4n+1):nth-last-child(-n+4) ~ .nav-column {
    border-bottom: 0;
    padding-bottom: 0; }
    .menu-con nav > ul > li > div div:not(.tourism_category) .nav-column:nth-child(4n+1):nth-last-child(-n+4) a,
    .menu-con nav > ul > li > div div:not(.tourism_category) .nav-column:nth-child(4n+1):nth-last-child(-n+4) ~ .nav-column a {
      padding-bottom: 0; } }

@media (min-width: 1284px) and (max-width: 1601px) {
  .menu-con nav > ul > li > div div:not(.tourism_category) .nav-column:nth-child(5n+1):nth-last-child(-n+5),
  .menu-con nav > ul > li > div div:not(.tourism_category) .nav-column:nth-child(5n+1):nth-last-child(-n+5) ~ .nav-column {
    border-bottom: 0;
    padding-bottom: 0; }
    .menu-con nav > ul > li > div div:not(.tourism_category) .nav-column:nth-child(5n+1):nth-last-child(-n+5) a,
    .menu-con nav > ul > li > div div:not(.tourism_category) .nav-column:nth-child(5n+1):nth-last-child(-n+5) ~ .nav-column a {
      padding-bottom: 0; } }

@media (min-width: 1602px) and (max-width: 1891px) {
  .menu-con nav > ul > li > div div:not(.tourism_category) .nav-column:nth-child(6n+1):nth-last-child(-n+6),
  .menu-con nav > ul > li > div div:not(.tourism_category) .nav-column:nth-child(6n+1):nth-last-child(-n+6) ~ .nav-column {
    border-bottom: 0;
    padding-bottom: 0; }
    .menu-con nav > ul > li > div div:not(.tourism_category) .nav-column:nth-child(6n+1):nth-last-child(-n+6) a,
    .menu-con nav > ul > li > div div:not(.tourism_category) .nav-column:nth-child(6n+1):nth-last-child(-n+6) ~ .nav-column a {
      padding-bottom: 0; } }

@media (min-width: 1892px) {
  .menu-con nav > ul > li > div div:not(.tourism_category) .nav-column:nth-child(7n+1):nth-last-child(-n+7),
  .menu-con nav > ul > li > div div:not(.tourism_category) .nav-column:nth-child(7n+1):nth-last-child(-n+7) ~ .nav-column {
    border-bottom: 0;
    padding-bottom: 0; }
    .menu-con nav > ul > li > div div:not(.tourism_category) .nav-column:nth-child(7n+1):nth-last-child(-n+7) a,
    .menu-con nav > ul > li > div div:not(.tourism_category) .nav-column:nth-child(7n+1):nth-last-child(-n+7) ~ .nav-column a {
      padding-bottom: 0; } }

.wrap-content .text-widget {
  padding-bottom: 70px; }

.widget-list-item .this-title a {
  color: #024089; }
  .widget-list-item .this-title a:hover {
    color: #216DC8; }

.theme-dark {
  background: red; }
  .theme-dark .ready-cont > div .ready-one {
    background: #fff; }

.color-padding {
  padding: 1px 0; }

.widget-row {
  padding-bottom: 10px; }

.gallery-with-text {
  padding: 15px; }

.gallery-with-text .object {
  max-width: 345px; }

.gallery-with-text .col {
  margin-bottom: 30px; }

.gallery-with-text .photo {
  width: 100%;
  height: 220px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16); }

.gallery-with-text .object-title {
  font-family: "Avenir", sans-serif;
  font-size: 20px;
  color: #024089;
  margin-top: 20px;
  font-weight: bold; }

.gallery-with-text .object-description {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "Dosis", sans-serif;
  color: #024089;
  font-size: 14px;
  margin-top: 10px;
  min-height: 112px; }

.gallery-with-text-link {
  display: block;
  max-width: 345px; }
  .gallery-with-text-link .object {
    border: 2px solid transparent;
    border-radius: 12px; }

.gallery-with-text-link:hover .object {
  border-color: #024089 !important; }

@media only screen and (max-width: 767px) {
  .gallery-with-text .photo {
    height: 180px; }
  .gallery-with-text .gallery-row {
    overflow-x: auto;
    flex-wrap: nowrap !important; }
  .gallery-with-text .col {
    max-width: 280px; } }

.call-to-action-container {
  padding-top: 30px;
  margin-bottom: 120px; }
  .call-to-action-container .button {
    margin-right: 16px; }
  .call-to-action-container .intro-col {
    padding-bottom: 150px; }
  .call-to-action-container .top-gallery-title {
    line-height: 50px; }

.rounded-image {
  width: 100%;
  margin-top: 10%;
  padding-right: 10%;
  padding-left: 10px;
  text-align: right;
  position: relative;
  z-index: 3; }
  .rounded-image .image {
    width: 100%;
    height: auto;
    border-radius: 50%;
    max-width: 700px; }

.main-description {
  margin-top: 220px;
  color: #4D637C; }
  .main-description p {
    color: #4D637C; }

.oconsulting-play-icon {
  position: absolute;
  bottom: calc(50% - 25px);
  left: calc(50% - 25px);
  background-image: url("../img/play-button.png");
  width: 50px;
  height: 50px;
  background-size: contain; }
  .oconsulting-play-icon:hover {
    cursor: pointer;
    background-image: url("../img/play-button-hover.png"); }

.floating-cards {
  position: absolute;
  bottom: -15%;
  right: 0%;
  z-index: 111; }
  .floating-cards .card {
    padding: 30px;
    display: inline-block;
    max-width: 600px;
    width: 47%;
    height: 100%;
    min-height: 200px;
    border-radius: 30px;
    margin: 10px;
    box-shadow: 0px 25px 70px #E1E3E826;
    border: 2px solid transparent;
    float: left;
    color: #4D637C;
    transition-timing-function: ease-in;
    transition: 0.3s; }
  .floating-cards a .card:hover {
    border: 2px solid #024089;
    margin-top: 0px; }
  .floating-cards .img-col {
    float: left;
    margin-right: 30px; }
  .floating-cards .info-col {
    display: inline-block;
    width: 75%; }
  .floating-cards .card-title h3, .floating-cards .mobile-card-title h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-family: "Poppins", 'sans-serif';
    margin-bottom: 20px; }
  .floating-cards .mobile-card-title {
    display: none; }
  .floating-cards .card-description {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px; }
  .floating-cards .card-icon {
    width: 50px;
    height: 50px; }

.dash-video-player {
  position: relative;
  /* This position relative is needed to position the menus */
  margin: 0 auto;
  line-height: 1;
  width: 100%; }

#videoPlayer {
  width: 100%;
  height: auto;
  margin-bottom: -3px;
  position: relative; }

.modal-dialog {
  max-width: 800px;
  margin: 10% auto; }

.modal-content {
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #BCC6D2;
  position: relative; }
  .modal-content .video-fullscreen .video-player {
    top: 50%;
    transform: translateY(-50%); }

.modal-backdrop {
  background-color: #ffffff; }

.video-modal-close {
  height: 35px;
  width: 35px;
  line-height: 33px;
  border: 1px solid #BCC6D2;
  text-align: center;
  border-radius: 50%;
  color: #024089;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #ffffff;
  cursor: pointer; }
  .video-modal-close .close-icon {
    height: 15px; }

@media only screen and (max-width: 1700px) {
  .rounded-image:before {
    width: 0; }
  .main-description {
    margin-top: 100px; } }

@media (max-width: 1200px) {
  .floating-cards {
    bottom: -18%; } }

@media (max-width: 1200px) {
  .safari .floating-cards {
    bottom: -26%; } }

@media only screen and (max-width: 992px) {
  .call-to-action-container {
    margin-bottom: 30px; }
  .main-description {
    margin-top: 30px; }
  .image-col {
    order: 1 !important; }
  .rounded-image {
    padding-right: 0;
    margin-top: 15%; }
  .call-to-action-container .intro-col {
    padding-bottom: 30px;
    order: 2 !important; }
  .floating-cards {
    position: relative; }
    .floating-cards .card {
      float: none;
      width: 100%;
      margin: 0 auto;
      margin-bottom: 30px;
      min-height: 100%; }
    .floating-cards .mobile-card-title {
      display: inline-block; }
    .floating-cards .card-title {
      display: none; }
    .floating-cards .info-col {
      width: 100%; }
    .floating-cards .card-description {
      margin-top: 20px; } }

@media only screen and (max-width: 768px) {
  .call-to-action-container .top-gallery-title {
    line-height: 40px; }
    .call-to-action-container .top-gallery-title span {
      font-size: 42px !important; } }

.what-we-do-container {
  padding-top: 30px; }
  .what-we-do-container .wedo-col {
    padding: 0;
    margin-top: 15px; }
  .what-we-do-container .wedo-list-col {
    padding: 60px 100px;
    display: flex;
    flex-direction: column; }
  .what-we-do-container .image-wrap {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-right-radius: 20px; }
  .what-we-do-container .wedo-description {
    max-width: 50%;
    margin: 15px auto;
    padding-bottom: 50px; }
  .what-we-do-container .list-card {
    flex: 1; }
    .what-we-do-container .list-card .img-col {
      float: left;
      margin-right: 20px; }
    .what-we-do-container .list-card .info-col {
      display: inline-block;
      width: 75%;
      max-width: 610px; }
    .what-we-do-container .list-card .card-title h3 {
      text-transform: uppercase;
      font-size: 20px;
      font-family: "Poppins", 'sans-serif';
      line-height: 36px;
      font-weight: 100; }
    .what-we-do-container .list-card .card-description {
      font-size: 14px;
      color: #4D637C;
      margin-bottom: 15px;
      line-height: 24px; }
      .what-we-do-container .list-card .card-description ul {
        list-style: circle; }
    .what-we-do-container .list-card .card-icon {
      width: 50px;
      height: 50px;
      margin-bottom: 13px;
      margin-top: 0; }

@media only screen and (max-width: 992px) {
  .what-we-do-container .wedo-description {
    max-width: 100%;
    padding: 0 30px; }
  .what-we-do-container {
    padding-top: 30px; }
  .what-we-do-container .wedo-list-col {
    padding: 0 30px; }
  .what-we-do-container .image-wrap {
    margin-bottom: 30px;
    margin-right: 30px; } }

@media only screen and (max-width: 768px) {
  .what-we-do-container .image-wrap {
    height: 300px; } }

.join-gallery-list {
  max-width: 1056px;
  margin: 118px auto; }

.join-gallery-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  align-items: center; }
  .join-gallery-item .join-gallery-content {
    max-width: 65%; }
    .join-gallery-item .join-gallery-content h2 {
      font-weight: 500;
      margin-bottom: 23px; }

.join-gallery-image {
  width: 240px;
  height: 240px;
  background: #E0E3E840;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .join-gallery-image .join-gallery-photo {
    align-self: center; }

@media (max-width: 1023px) {
  .join-gallery-item {
    flex-direction: column; }
    .join-gallery-item .join-gallery-content {
      max-width: 100%;
      margin-top: 50px; }
      .join-gallery-item .join-gallery-content:first-child {
        max-width: 100%;
        order: 1; } }

@media (max-width: 767px) {
  .join-gallery-list {
    margin: 30px auto; } }

.academy-gallery-container {
  padding-top: 30px; }
  .academy-gallery-container .acgal-col {
    padding: 0;
    margin-top: 15px; }
  .academy-gallery-container .acgal-list-col {
    padding: 60px 100px;
    display: flex;
    flex-direction: column; }
  .academy-gallery-container .image-wrap {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-right-radius: 20px; }
  .academy-gallery-container .acgal-description {
    margin: 15px auto; }
  .academy-gallery-container .list-card {
    flex: 1;
    margin: 15px 0;
    display: flex; }
    .academy-gallery-container .list-card .img-col {
      float: left;
      margin-right: 20px; }
    .academy-gallery-container .list-card .info-col {
      display: inline-block;
      width: 75%;
      max-width: 610px;
      align-self: center; }
    .academy-gallery-container .list-card .card-title h3 {
      font-size: 20px;
      font-family: "Poppins", 'sans-serif';
      text-transform: uppercase;
      line-height: 36px;
      font-weight: 100; }
    .academy-gallery-container .list-card .card-description {
      font-size: 18px;
      color: #024089;
      line-height: 24px; }
      .academy-gallery-container .list-card .card-description ul {
        list-style: circle; }
    .academy-gallery-container .list-card .card-icon {
      width: 50px;
      height: 50px; }

@media only screen and (max-width: 992px) {
  .academy-gallery-container .acgal-description {
    max-width: 100%;
    padding: 0 30px; }
  .academy-gallery-container {
    padding-top: 30px; }
  .academy-gallery-container .acgal-list-col {
    padding: 0 30px; }
  .academy-gallery-container .image-wrap {
    margin-bottom: 30px;
    margin-right: 30px; } }

@media only screen and (max-width: 768px) {
  .academy-gallery-container .image-wrap {
    height: 300px; } }

.belts-gallery .belt-cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center; }

.belts-gallery .belt-card {
  margin: 15px;
  max-width: 18%;
  padding: 15px;
  padding-top: 30px;
  background-color: #f0f5fd;
  border-radius: 20px;
  text-align: center; }

.belts-gallery .belt-image {
  width: 100%; }

@media only screen and (max-width: 992px) {
  .belts-gallery .belt-card {
    max-width: 45%; } }

@media only screen and (max-width: 768px) {
  .belts-gallery .belt-card {
    max-width: 100%; } }

.gallery-text .image-wrap {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-top-right-radius: 20px; }

.gallery-text .gallery-text-description {
  color: #4D637C;
  padding: 100px 0; }
  .gallery-text .gallery-text-description li {
    margin: 10px 0; }

@media only screen and (max-width: 992px) {
  .gallery-text .gallery-text-description {
    padding: 30px 0; } }

@media only screen and (max-width: 768px) {
  .gallery-text .gallery-text-description {
    padding: 30px; }
  .gallery-text .gallery-text-image {
    max-width: 100%;
    height: auto !important; } }

.structure-widget {
  background: #EFF5FB;
  padding: 100px 0; }
  .structure-widget .widget-title, .structure-widget .widget-description {
    text-align: left; }
  .structure-widget .widget-description {
    margin-bottom: 30px; }
  .structure-widget .person {
    max-width: 300px; }
  .structure-widget .person-wide {
    width: 100%;
    padding: 0 15px; }
  .structure-widget .person-photo-wrapper {
    max-width: 280px;
    border-radius: 20px;
    margin: 0 auto; }
  .structure-widget .person-info {
    padding-top: 25px; }
  .structure-widget .name, .structure-widget .category {
    text-align: center; }
  .structure-widget .name, .structure-widget .name a {
    font-size: 16px;
    font-family: "Poppins-Medium", 'sans-serif';
    line-height: 22px;
    color: #024089; }
  .structure-widget .name a, .structure-widget .category a {
    text-decoration: none; }
  .structure-widget .category, .structure-widget .category a {
    font-size: 14px;
    font-family: "Poppins", 'sans-serif';
    line-height: 24px;
    color: #4D637C; }
  .structure-widget .contact-wrapper {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: fit-content; }
  .structure-widget .linkedin-icon, .structure-widget .email-icon {
    border-radius: 50%;
    padding-left: 8px;
    display: inline-block; }
  .structure-widget .floating-hire {
    position: absolute;
    z-index: 111;
    width: 100%;
    margin-top: 30px; }
    .structure-widget .floating-hire .hire-card {
      padding: 40px;
      color: #4D637C;
      border-radius: 20px;
      background: #ffffff;
      -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
      -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
      box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16); }
    .structure-widget .floating-hire p {
      margin-bottom: 0; }
    .structure-widget .floating-hire .join-button {
      text-align: center;
      margin-top: auto;
      margin-bottom: auto; }
      .structure-widget .floating-hire .join-button .button {
        margin-top: 0;
        width: 300px; }
  .structure-widget .embla__next, .structure-widget .embla__prev {
    top: 85px; }
  .structure-widget .structure-prev {
    left: -50px; }
  .structure-widget .structure-next {
    right: -30px !important; }

.structure-widget.contact-floating {
  margin: 0 auto;
  padding: 30px;
  background: #fff;
  border: 1px solid #216DC8;
  border-radius: 20px;
  max-width: 50vw;
  z-index: 2; }
  .structure-widget.contact-floating .person-photo-wrapper {
    width: 100%; }

@media only screen and (max-width: 1200px) {
  .structure-widget.contact-floating {
    max-width: 100%;
    margin: 0 30px; } }

@media only screen and (max-width: 992px) {
  .structure-widget {
    padding: 100px 15px; }
  .structure-widget .floating-hire {
    position: relative; }
  .hire-card {
    padding: 20px; }
  .floating-hire .card-text h1, .floating-hire .card-text h2, .floating-hire .card-text h3 {
    font-size: 20px;
    font-family: "Poppins", 'sans-serif';
    line-height: 30px; }
  .floating-hire p {
    font-size: 14px;
    line-height: 22px; }
  .structure-widget .floating-hire .join-button {
    text-align: center; } }

@media only screen and (max-width: 768px) {
  .structure-widget .structure-prev {
    left: 0px; }
  .structure-widget .embla__next {
    right: 0px !important; }
  .structure-cards-wrapper {
    max-width: 85%;
    margin: 0 auto; } }

.members-list {
  padding: 70px 0; }

.team-member {
  display: flex;
  margin-bottom: 40px; }
  .team-member .team-member-image {
    margin-right: 2.8%;
    position: relative; }
    .team-member .team-member-image img {
      border-radius: 30px;
      max-width: 100%; }
    .team-member .team-member-image .contact-wrapper {
      position: absolute;
      color: #fff;
      right: -18px;
      top: 25px;
      text-align: center;
      text-decoration: none;
      line-height: 35px; }
      .team-member .team-member-image .contact-wrapper a {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: #024089;
        display: block;
        margin-top: 10px; }
    .team-member .team-member-image .ocon-linkedin-icon, .team-member .team-member-image .ocon-email-icon {
      margin-bottom: 10px; }
  .team-member .team-member-content {
    max-width: 55.7%;
    padding-top: 27px; }
    .team-member .team-member-content h3 {
      font-weight: 100;
      margin-bottom: 3px; }
    .team-member .team-member-content .position {
      margin-bottom: 26px;
      display: block; }

.team-member:target {
  scroll-margin-top: 150px; }

@media (max-width: 1023px) {
  .team-member {
    flex-direction: column;
    margin-bottom: 30px; }
    .team-member .team-member-image {
      width: 100%;
      margin-right: 0;
      display: flex;
      justify-content: center; }
      .team-member .team-member-image .contact-wrapper {
        bottom: -17px;
        top: auto;
        width: 100%;
        right: auto; }
        .team-member .team-member-image .contact-wrapper a {
          display: inline-block; }
    .team-member .team-member-content {
      max-width: 100%;
      width: 100%;
      padding-top: 36px;
      text-align: center; }
      .team-member .team-member-content .position {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 12px; }
      .team-member .team-member-content .member-description {
        font-size: 14px;
        text-align: left;
        line-height: 20px; }
      .team-member .team-member-content h3 {
        font-size: 20px;
        font-family: "Poppins", 'sans-serif'; } }

.call-to-action-widget {
  margin: 60px auto; }
  .call-to-action-widget .cta-card {
    padding: 40px;
    color: #4D637C;
    border-radius: 20px;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16); }
    .call-to-action-widget .cta-card h3 {
      color: #002068; }
  .call-to-action-widget .card-title, .call-to-action-widget .image-right .cta-subtitle {
    font-size: 40px; }
  .call-to-action-widget .btn-col {
    display: flex;
    justify-content: flex-end; }
  .call-to-action-widget .btn-wrapper {
    width: fit-content;
    text-align: center; }
    .call-to-action-widget .btn-wrapper .button {
      margin-top: 15px; }
  .call-to-action-widget .cta-photo-wrapper {
    text-align: center;
    align-self: center; }
  .call-to-action-widget .cta-middle-photo {
    height: 100%;
    max-height: 200px;
    width: auto; }
  .call-to-action-widget .title-side {
    align-self: center; }
  .call-to-action-widget .long-btn {
    display: flex; }
    .call-to-action-widget .long-btn .btn-wrapper {
      align-self: center;
      width: 100%; }
      .call-to-action-widget .long-btn .btn-wrapper .button {
        width: 50%; }
  .call-to-action-widget .image-right .btn-wrapper {
    text-align: left; }

@media only screen and (max-width: 768px) {
  .call-to-action-widget {
    margin: 60px auto; }
  §
.call-to-action-widget .btn-col {
    justify-content: center; } }

.page-list-top .card_filter-list-description {
  padding-top: 110px;
  padding-bottom: 50px; }

.page-list-top:before {
  content: "";
  height: 100%;
  width: 100%;
  background: #ffffff;
  opacity: 0.5;
  position: absolute; }

.page-list-photo {
  background-size: cover;
  background-repeat: no-repeat; }

.item-cards {
  background-color: #EFF5FB;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 450px;
  margin: 0 auto; }
  .item-cards__img {
    margin: 15px;
    border-radius: 20px;
    overflow: hidden; }
    @media (max-width: 768px) {
      .item-cards__img {
        margin: 20px 20px 30px; } }
  .item-cards__info {
    flex: 1 1 auto;
    margin: 0 50px; }
    @media (max-width: 768px) {
      .item-cards__info {
        margin: 0 25px; } }
  .item-cards__title {
    display: inline-block;
    margin: 0px 0px 10px 0px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    color: #024089;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out; }
  .item-cards__author {
    font-size: 14px;
    font-weight: 600; }
  .item-cards__text {
    margin: 20px 0px 0px 0px;
    font-size: 14px;
    line-height: 1.57; }
    @media (max-width: 768px) {
      .item-cards__text {
        display: none; } }
  .item-cards__footer {
    margin: 30px 50px 40px; }
    @media (max-width: 768px) {
      .item-cards__footer {
        margin: 30px 20px 30px; } }
  .item-cards__link-more {
    display: inline-block;
    padding: 8px 30px;
    color: #216DC8;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #216DC8;
    border-radius: 36px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out; }
    .item-cards__link-more:hover {
      color: #ffffff;
      background-color: #216DC8; }

.card-filter-card {
  padding-left: 10px;
  padding-right: 10px; }

.filter-page-html-content {
  margin: 30px auto; }

.mobile-filter-button {
  display: none; }

@media only screen and (max-width: 768px) {
  .filter.card-filter {
    position: fixed;
    left: -100%;
    background-color: white;
    width: 100%;
    max-width: initial;
    top: 100px;
    padding: 0px 20px;
    height: calc(100vh - 170px);
    overflow-y: scroll;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out; }
  .filter.card-filter.active {
    left: 0%;
    z-index: 999; }
  .mobile-filter-content {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 999;
    -webkit-box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.16); }
    .mobile-filter-content .mobile-filter-button {
      display: block;
      text-align: center; }
      .mobile-filter-content .mobile-filter-button div {
        width: 49%;
        display: inline-block;
        cursor: pointer; }
      .mobile-filter-content .mobile-filter-button div.selected {
        background: #216DC8;
        color: #ffffff !important; }
      .mobile-filter-content .mobile-filter-button .mobile-cancel {
        background-color: #ffffff;
        border: 1px solid #024089;
        color: #024089; } }

.filter {
  clear: both;
  display: inline-block;
  z-index: 10;
  height: inherit;
  width: 100%; }

.filter-clear.button {
  margin: 0; }

.filter-clear {
  color: white;
  background: #002068;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px; }

.filter > .submit-con {
  display: none; }

.button-group, .button-single {
  position: relative;
  margin-bottom: 10px; }

#filter .button-group input {
  opacity: 0;
  display: inline-block;
  position: absolute;
  right: 11px;
  top: 19px; }

#filter .button-group input:focus-visible + label {
  border: 2px solid #024089; }

#filter .button-group ul {
  padding: 0;
  margin: 0; }

#filter .button-group li {
  list-style: none;
  border-bottom: 1px solid rgba(2, 64, 137, 0.2); }

#filter .button-group li:last-child {
  border-bottom: 0; }

#filter .button-group li > label:hover {
  color: #216DC8;
  outline: 0;
  text-decoration: none; }

#filter .button-group li > label:focus {
  background: #ffffff;
  outline: 0;
  text-decoration: none; }

#filter .button-group li > label {
  color: #024089;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 13px 5px 6px 0;
  cursor: pointer;
  width: 100%;
  display: inline-block; }

#filter .button-group li > label i {
  font-size: 25px;
  color: rgba(2, 64, 137, 0.6);
  margin-right: 20px;
  line-height: 26px;
  float: left; }

#filter .button-group li > label span:after {
  content: "\e92f";
  font-family: "bebras" !important;
  line-height: 1;
  font-size: 25px;
  cursor: pointer;
  float: right;
  color: rgba(2, 64, 137, 0.3);
  padding-top: 0px; }

#filter .button-group input[type="checkbox"]:checked + label span:after {
  content: "\e96f";
  color: #216DC8; }

#filter .button-group input[type="radio"]:checked + label span:after {
  content: "\e93a";
  color: #216DC8; }

#filter .button-group input:checked + label i {
  color: #216dc8; }

.filter-title {
  font-size: 16px;
  line-height: 42px;
  font-weight: bold;
  color: #024089;
  display: inline-block; }

.filter-clear {
  float: right;
  font-size: 14px;
  font-weight: bold;
  background: #024089;
  text-transform: uppercase;
  color: #024089;
  cursor: pointer;
  outline: 0;
  z-index: 5;
  padding: 12px; }

.button-group.filtred .filter-clear,
.button-single.filtred .filter-clear {
  color: #216DC8; }

.filter-clear:hover {
  color: white;
  background: #007edc; }

.ps__thumb-y {
  background: #024089;
  width: 12px;
  left: -2px; }

.ps__rail-x,
.ps__rail-y {
  opacity: 1; }

.ps__rail-x:hover, .ps__rail-y:hover, .ps__rail-x:focus, .ps__rail-y:focus {
  background: transparent;
  opacity: 1;
  width: 12px; }

.ps__rail-y:hover > .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y {
  background: #024089;
  opacity: 1;
  width: 12px; }

.ps:hover > .ps__rail-x, .ps:hover > .ps__rail-y, .ps--focus > .ps__rail-x, .ps--focus > .ps__rail-y, .ps--scrolling-x > .ps__rail-x, .ps--scrolling-y > .ps__rail-y {
  opacity: 1; }

.ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
  background-color: #EFEFEF;
  border-radius: 10px;
  width: 9px;
  margin-right: 14px;
  right: 8px; }

@media (min-width: 768px) {
  .page-list-top .card_filter-list-description {
    padding-top: 200px;
    padding-bottom: 100px; } }

.page-list-top .event-list-description {
  padding-top: 110px;
  padding-bottom: 50px; }

.page-list-top:before {
  content: "";
  height: 100%;
  width: 100%;
  background: #ffffff;
  opacity: 0.5;
  position: absolute; }

.page-list-photo {
  background-size: cover;
  background-repeat: no-repeat; }

.single-event {
  margin: 170px 0 140px; }
  @media (max-width: 1366px) {
    .single-event {
      margin: 150px 0 70px; } }
  @media (max-width: 768px) {
    .single-event {
      margin: 130px 0 30px; } }
  .single-event__wrapper {
    width: 100%;
    max-width: 1332px;
    margin: 0 auto; }
  .single-event__body {
    margin: 0 -16px;
    display: flex;
    justify-content: center; }
    @media (max-width: 992px) {
      .single-event__body {
        flex-direction: column;
        align-items: center; } }
  .single-event__content {
    width: 50%;
    max-width: 680px;
    padding: 30px 16px 16px; }
    @media (max-width: 992px) {
      .single-event__content {
        padding: 0px 16px;
        width: 100%;
        max-width: 100%; } }
  .single-event__title {
    margin: 0px 0px 10px 0px;
    font-size: 38px;
    font-weight: 600;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .single-event__title {
        font-size: 22px; } }
  .single-event__tag {
    margin: 0px 10px 10px 0px;
    padding: 5px 18px;
    font-size: 14px;
    background-color: #fde9ab;
    border-radius: 10px; }
  .single-event__date {
    margin: 0px 10px 10px 0px;
    padding: 5px 18px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase; }
  .single-event__timeframe {
    border-radius: 20px;
    padding: 10px 30px;
    background: #eff5fb;
    width: fit-content; }
    .single-event__timeframe .timeframe-title {
      font-weight: bold; }
    .single-event__timeframe .timeframe-hour {
      color: #3076CA; }
  .single-event__description {
    margin: 30px 0px 40px 0px; }
    .single-event__description p {
      margin: 0px 0px 20px 0px; }
  .single-event__info {
    margin: 0px 0px 40px 0px; }
    .single-event__info p {
      margin: 0px 0px 25px 0px; }
    .single-event__info ul {
      list-style-type: circle; }
      .single-event__info ul li {
        margin: 0px 0px 10px 0px; }
    .single-event__info:last-child {
      margin: 0px 0px 0px 0px; }
  .single-event__subtitle {
    margin: 0px 0px 20px 0px;
    font-size: 30px;
    font-weight: 600; }
    @media (max-width: 768px) {
      .single-event__subtitle {
        font-size: 20px; } }
  .single-event .form-sent {
    color: darkseagreen;
    margin-top: 3rem; }

.form-register-to-event {
  width: 50%;
  padding: 0 16px 16px; }
  @media (max-width: 992px) {
    .form-register-to-event {
      padding: 30px 16px 0;
      width: 100%; } }
  .form-register-to-event__body {
    padding: 30px;
    width: 100%;
    max-width: 680px;
    background-color: #ffffff;
    border: 1px solid #eff5fb;
    border-radius: 30px;
    box-shadow: 0px 25px 50px 0px rgba(33, 108, 200, 0.05); }
    @media (max-width: 992px) {
      .form-register-to-event__body {
        max-width: 100%; } }
    @media (max-width: 565px) {
      .form-register-to-event__body {
        padding: 20px 10px; } }
  .form-register-to-event__title {
    margin: 0px 0px 17px 0px;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .form-register-to-event__title {
        font-size: 22px; } }
  .form-register-to-event__text {
    font-size: 18px; }
  .form-register-to-event__block {
    margin: 30px 0px 0px 0px; }
  .form-register-to-event__label {
    margin: 0px 0px 5px 0px;
    color: #4D637C;
    font-weight: 600; }
  .form-register-to-event__input, .form-register-to-event__textarea {
    color: #024089;
    width: 100%;
    border: 1px solid #BCC6D2;
    border-radius: 10px; }
    .form-register-to-event__input:hover, .form-register-to-event__input:focus, .form-register-to-event__textarea:hover, .form-register-to-event__textarea:focus {
      border-color: #216DC8;
      outline: none; }
  .form-register-to-event__input {
    padding: 9px 20px; }
  .form-register-to-event__textarea {
    min-height: 140px;
    padding: 15px 20px;
    resize: none; }
  .form-register-to-event .err {
    border: 2px solid red; }
  .form-register-to-event .agreement-error:before {
    content: '';
    width: 20px;
    height: 20px;
    margin: 0px 10px 0px 0px;
    background-color: #ffffff;
    border-radius: 3px;
    border: 2px solid red;
    align-self: flex-start;
    flex: 0 0 20px;
    left: 0;
    top: 0;
    transform: translateY(2px); }
  .form-register-to-event .form-error {
    font-size: 12px;
    color: red; }

.checkbox {
  margin: 0px 0px 15px 0px;
  display: block;
  position: relative; }
  .checkbox__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden; }
    .checkbox__input:checked + .checkbox__text:before {
      background-color: #216DC8;
      border-color: #216DC8; }
    .checkbox__input:checked + .checkbox__text:after {
      content: "";
      width: 12px;
      height: 8px;
      border-left: 2px solid #ffffff;
      border-bottom: 2px solid #ffffff;
      transform: rotate(-45deg);
      position: absolute;
      left: 4px;
      top: 6px; }
  .checkbox__text {
    display: inline-flex;
    align-items: center;
    color: #4D637C;
    line-height: 24px;
    cursor: pointer;
    position: relative; }
    .checkbox__text:before {
      content: '';
      width: 20px;
      height: 20px;
      margin: 0px 10px 0px 0px;
      background-color: #ffffff;
      border-radius: 3px;
      border: 1px solid #BCC6D2;
      align-self: flex-start;
      flex: 0 0 20px;
      left: 0;
      top: 0;
      transform: translateY(2px); }

.radio {
  margin: 0px 0px 15px 0px;
  display: block;
  position: relative; }
  .radio__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden; }
    .radio__input:checked + .radio__text:before {
      border: 5px solid #216DC8; }
  .radio__text {
    display: inline-flex;
    align-items: center;
    color: #4D637C;
    line-height: 24px;
    cursor: pointer;
    position: relative; }
    .radio__text:before {
      content: '';
      width: 20px;
      height: 20px;
      margin: 0px 10px 0px 0px;
      background-color: #ffffff;
      border-radius: 50%;
      border: 1px solid #BCC6D2;
      align-self: flex-start;
      flex: 0 0 20px;
      left: 0;
      top: 0;
      transform: translateY(2px); }

.agreement__title {
  margin: 0px 0px 4px 0px;
  color: #4D637C;
  font-weight: 600; }
  .agreement__title span {
    color: #F9841A; }

.agreement__wrapper {
  padding: 12px;
  background-color: #F9FBFD;
  border: 1px solid #F0F3F5;
  border-radius: 5px;
  font-size: 12px;
  color: #4D637C; }
  .agreement__wrapper a {
    color: #024089;
    text-decoration: none; }
    .agreement__wrapper a:hover {
      text-decoration: underline; }

.event-card {
  background: #eff5fb;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  min-height: 220px; }
  .event-card .event-title {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 26px;
    font-weight: 600; }
  .event-card .event-description {
    margin-top: 30px;
    font-size: 16px;
    line-height: 22px;
    color: #002068;
    font-family: "Poppins", 'sans-serif';
    margin-bottom: 60px; }
  .event-card .event-category, .event-card .event-price {
    margin-top: 15px;
    margin-bottom: 15px;
    background: #fde9ab;
    font-size: 14px;
    padding: 5px 20px;
    border-radius: 30px;
    display: inline-block;
    margin-right: 10px; }
  .event-card .calendar-icon {
    margin-right: 5px;
    padding-bottom: 4px; }
  .event-card .event-date {
    display: inline-block;
    font-size: 14px;
    font-family: "Poppins-SemiBold", 'sans-serif';
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 15px; }
  .event-card .event-bottom-buttons {
    position: absolute;
    bottom: 0px; }

.events-widget {
  background: #F9FBFD;
  padding-top: 1px;
  padding-bottom: 30px; }
  .events-widget .title-block {
    max-width: 60%;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center; }
  .events-widget .widget-description {
    margin-bottom: 15px; }
  .events-widget .event-category {
    position: absolute;
    top: -60px;
    left: 30px;
    background: #ffffff;
    border-radius: 7px;
    padding: 5px 30px;
    width: fit-content;
    font-size: 14px;
    -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16); }
  .events-widget .event-cards {
    max-width: 80%;
    margin: 0 auto;
    overflow: hidden; }
  .events-widget .event-card {
    max-width: 47%;
    background: #ffffff;
    margin: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16); }
  .events-widget .event-description span, .events-widget .event-description p {
    color: #216DC8 !important;
    font-size: 16px;
    line-height: 24px; }
  .events-widget .event-description p, .events-widget .event-description ul {
    display: none; }
  .events-widget .event-description p:first-of-type {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #4D637C; }
  .events-widget .event-subtitle, .events-widget .event-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .events-widget .event-title h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-family: "Poppins", 'sans-serif';
    line-height: 36px;
    font-weight: 100;
    margin-bottom: 15px;
    overflow: hidden; }
  .events-widget .event-subtitle {
    font-family: "Poppins-Medium", 'sans-serif';
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    color: #024089; }
  .events-widget .event-card-content {
    padding: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 50px;
    column-gap: 15px; }
  .events-widget .description-block {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 3; }
  .events-widget .date-block {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    text-align: center; }
    .events-widget .date-block .date-time-wrap {
      background: #F7FAFD;
      border-radius: 20px;
      padding: 15px;
      width: 100%; }
    .events-widget .date-block .event-day {
      font-size: 26px; }
    .events-widget .date-block .event-month, .events-widget .date-block .time-zone {
      font-size: 12px;
      text-transform: uppercase; }
    .events-widget .date-block .event-time {
      margin-top: 10px;
      font-size: 12px;
      line-height: 15px; }
    .events-widget .date-block .event-month, .events-widget .date-block .time-zone {
      line-height: 15px; }
    .events-widget .date-block .button {
      width: 100%;
      padding: 5px 0;
      font-size: 14px; }
  .events-widget .event-more-button {
    position: absolute;
    left: 60px;
    bottom: 30px; }

.page-banner-top + .events-widget {
  padding-top: 30px; }
  .page-banner-top + .events-widget .title-block {
    margin: 0 auto; }

@media only screen and (max-width: 1685px) {
  .events-widget .event-card {
    max-width: 96%; } }

@media only screen and (max-width: 992px) {
  .events-widget .title-block {
    margin: 0 auto;
    max-width: 100%; }
  .events-widget {
    padding-top: 60px; }
  .events-widget .date-block {
    flex: -1;
    margin-left: 0;
    margin-top: 15px; } }

@media only screen and (max-width: 768px) {
  .events-widget .event-title h3 {
    font-size: 20px;
    font-family: "Poppins", 'sans-serif';
    line-height: 28px; }
  .events-widget .event-description span, .events-widget .event-description p {
    font-size: 14px;
    line-height: 20px; }
  .events-widget .event-card-content {
    display: block;
    height: 620px; }
  .events-widget .event-more-button {
    width: calc(100% - 60px);
    bottom: 0px;
    left: 30px; }
  .events-widget .event-cards {
    max-width: 100%; }
  .events-widget .event-card {
    max-width: 92%;
    padding: 0; }
  .events-widget .date-block {
    margin: 30px auto;
    margin-top: 15px;
    position: absolute;
    bottom: 60px;
    width: calc(100% - 65px); }
    .events-widget .date-block .button {
      font-size: 16px; }
  .events-widget .event-category {
    top: -35px; } }

.our-clients {
  padding: 0 15px; }
  .our-clients .widget-title {
    margin-top: 120px; }
  .our-clients .widget-description {
    max-width: 50%;
    margin-bottom: 30px;
    color: #4D637C; }
  .our-clients .column-title {
    font-family: "Poppins-Medium", 'sans-serif';
    font-size: 20px;
    margin-bottom: 30px; }
  .our-clients .client-cards {
    margin: 0 auto;
    overflow: hidden; }
  .our-clients .client-card {
    max-width: 300px;
    background: #F9FBFD;
    padding: 20px;
    border-radius: 20px;
    margin: 10px; }
    .our-clients .client-card:after {
      content: "";
      background-image: url("../img/quote-icon.png");
      position: absolute;
      height: 50px;
      width: 50px;
      background-repeat: no-repeat;
      right: 25px;
      top: 0; }
    .our-clients .client-card .photo {
      width: 100px;
      height: 100px; }
      .our-clients .client-card .photo img {
        width: 100%;
        height: 100%;
        border-radius: 20px; }
    .our-clients .client-card .name {
      color: #024089;
      font-size: 18px;
      line-height: 24px;
      margin-top: 15px;
      font-family: "Poppins-Medium", 'sans-serif'; }
    .our-clients .client-card .job-title {
      color: #4D637C;
      font-size: 14px;
      line-height: 22px;
      margin-top: 15px; }
    .our-clients .client-card .about {
      margin-top: 30px;
      font-size: 16px;
      color: #4D637C;
      font-style: italic;
      line-height: 24px; }
  .our-clients .client-next {
    right: -60px; }
  .our-clients .client-prev {
    left: -60px; }
  .our-clients .client-list-wrapper {
    font-size: 16px;
    line-height: 24px;
    color: #4D637C; }
    .our-clients .client-list-wrapper ul {
      columns: 2;
      list-style: none; }
      .our-clients .client-list-wrapper ul li {
        margin-top: 5px; }
  .our-clients .embla__dot {
    margin-top: 0;
    margin-bottom: 45px; }

.path-blocks {
  background: #EFF5FB;
  padding-bottom: 200px; }
  .path-blocks .widget-title {
    text-align: center !important;
    padding-top: 60px; }
  .path-blocks .path-photo {
    padding: 80px 0; }
  .path-blocks .path-column {
    position: absolute;
    width: 280px;
    text-align: center;
    color: #4D637C;
    font-family: Poppins-Medium, 'sans-serif'; }
  .path-blocks .path-column-1, .path-blocks .path-column-3, .path-blocks .path-column-5 {
    top: 30px; }
  .path-blocks .path-column-2, .path-blocks .path-column-4, .path-blocks .path-column-6 {
    bottom: 40px; }
  .path-blocks .path-column-1 {
    left: 60px; }
  .path-blocks .path-column-2 {
    left: 280px; }
  .path-blocks .path-column-3 {
    left: 545px; }
  .path-blocks .path-column-4 {
    left: 770px; }
  .path-blocks .path-column-5 {
    left: 1015px; }
  .path-blocks .path-column-6 {
    left: 1290px; }
  .path-blocks .path-next {
    right: 36px; }
  .path-blocks .path-prev {
    left: 36px; }
  .path-blocks .embla__progress {
    background-color: #000; }

.info-block-slider {
  padding: 100px 0; }
  .info-block-slider .widget-title, .info-block-slider .widget-description {
    text-align: left; }
  .info-block-slider .widget-description {
    margin-bottom: 30px; }
  .info-block-slider .info-block-slide {
    max-width: 300px; }
  .info-block-slider .info-block-slide-photo-wrapper {
    max-width: 280px;
    border-radius: 20px;
    margin: 0 auto; }
  .info-block-slider .info-block-slide-info {
    padding-top: 25px; }
  .info-block-slider .title {
    text-align: center; }
  .info-block-slider .title, .info-block-slider .title a {
    font-size: 16px;
    font-family: "Poppins-Medium", 'sans-serif';
    line-height: 22px;
    color: #024089; }
  .info-block-slider .title a {
    text-decoration: none; }
  .info-block-slider .info-block-slide-icon-wrapper {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: fit-content; }
  .info-block-slider .info-block-icon {
    border-radius: 50%;
    display: inline-block;
    width: 36px;
    height: 36px; }
  .info-block-slider .embla__next, .info-block-slider .embla__prev {
    top: 85px; }
  .info-block-slider .info-block-slide-prev {
    left: -50px; }
  .info-block-slider .info-block-slide-next {
    right: -30px !important; }
  .info-block-slider .accordion-button, .info-block-slider .accordion-item {
    background: transparent; }
  .info-block-slider .accordion-button {
    padding-bottom: 5px; }

@media only screen and (min-width: 1701px) {
  .path-cards-wrapper .embla__progress {
    display: none; }
  .path-blocks .path-next, .path-blocks .path-prev {
    display: none; } }

@media only screen and (min-width: 1200px) {
  .our-clients .client-cards-wrapper {
    min-width: 620px; } }

@media only screen and (max-width: 1200px) {
  .our-clients .client-list-wrapper ul {
    columns: 4; } }

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .our-clients .client-card-column {
    padding: 0 60px; }
  .our-clients .client-prev {
    left: -30px; }
  .our-clients .client-next {
    right: -30px; } }

@media only screen and (max-width: 768px) {
  .our-clients .client-card {
    max-width: 100%;
    padding: 0; }
  .our-clients .client-list-wrapper ul {
    columns: 2; }
  .client-card-column {
    padding: 0 50px; }
  .our-clients .client-prev {
    left: -10px; }
  .our-clients .client-next {
    right: -10px; }
  .info-block-slider .info-block-cards-wrapper {
    max-width: 85%;
    margin: 0 auto; }
  .info-block-slider .info-block-slide-prev {
    left: 0px !important; }
  .info-block-slider .info-block-slide-next {
    right: 0px !important; }
  .path-blocks .path-next {
    right: 0px; }
  .path-blocks .path-prev {
    left: 0px; } }

@media only screen and (max-width: 992px) {
  .info-block-slider {
    padding: 100px 30px !important; } }

@media only screen and (min-width: 993px) and (max-width: 1050px) {
  .our-clients .client-next {
    right: -40px; }
  .our-clients .client-prev {
    left: -40px; } }

@media only screen and (min-width: 1200px) and (max-width: 1215px) {
  .our-clients .client-next {
    right: -45px; }
  .our-clients .client-prev {
    left: -45px; } }

@media only screen and (min-width: 1700px) and (max-width: 1750px) {
  .our-clients .client-next {
    right: -40px; }
  .our-clients .client-prev {
    left: -40px; } }

.text-block-widget {
  overflow: auto; }
  .text-block-widget .ocon-container blockquote {
    max-width: 300px;
    background: #f0f5fd;
    border-radius: 20px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 30px;
    height: 100%;
    font-family: 'Poppins', 'sans-serif';
    font-style: italic;
    color: #4D637C; }
    .text-block-widget .ocon-container blockquote:after {
      content: "";
      background-image: url(../img/quote-icon.png);
      position: absolute;
      height: 30px;
      width: 40px;
      background-repeat: no-repeat;
      right: 25px;
      top: 0;
      background-size: contain; }
  .text-block-widget .ocon-container .column-title {
    margin-top: 60px;
    text-align: center; }
  .text-block-widget .ocon-container p {
    margin-bottom: 8px; }
  .text-block-widget .quote-cards {
    max-width: 80%;
    margin: 0 auto;
    overflow: hidden; }
  .text-block-widget .quote-card {
    max-width: 30%;
    margin: 15px; }
    .text-block-widget .quote-card img {
      max-width: 100%;
      height: auto; }
    .text-block-widget .quote-card blockquote {
      max-width: 100%; }
  .text-block-widget li {
    margin: 10px 0; }

.structure-widget.contact-floating + .text-block-widget {
  margin: -200px;
  padding: 250px 0px;
  background-color: #EFF5FB; }
  .structure-widget.contact-floating + .text-block-widget .footer-text-block {
    max-width: 50vw;
    margin: 0 auto; }

.text-block-column img {
  max-width: 100%;
  height: auto; }

@media only screen and (max-width: 990px) {
  .text-block-widget .quote-card {
    max-width: 50%; } }

@media only screen and (max-width: 700px) {
  .text-block-widget .quote-card {
    max-width: 100%; } }

.newsletter-v2-widget #last_input {
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
  display: block !important; }

.newsletter-v2-widget .contact-form-backround {
  background: #EFF5FB; }

.newsletter-v2-widget .floating-form {
  background: #ffffff;
  border-radius: 20px;
  margin-bottom: -60px;
  z-index: 999;
  padding: 60px;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16); }

.newsletter-v2-widget .contact-info-col {
  border-right: 1px solid #BCC6D2;
  font-size: 14px;
  color: #4D637C; }

.newsletter-v2-widget .title {
  font-weight: 100;
  margin-bottom: 30px; }

.newsletter-v2-widget .subtitle {
  margin-bottom: 20px; }

.newsletter-v2-widget .company-name {
  color: #024089;
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 16px; }

.newsletter-v2-widget .address {
  margin-bottom: 15px;
  font-size: 16px;
  color: #002068; }

.newsletter-v2-widget .phone, .newsletter-v2-widget .email {
  margin-bottom: 10px;
  font-size: 16px; }
  .newsletter-v2-widget .phone a, .newsletter-v2-widget .email a {
    font-size: 16px;
    text-decoration: none; }

.newsletter-v2-widget .phone i, .newsletter-v2-widget .email i {
  margin-right: 10px; }

.newsletter-v2-widget .field {
  border-radius: 10px;
  width: 100%;
  padding: 5px 10px;
  margin-right: 15px;
  margin-bottom: 15px;
  border: 1px solid #BCC6D2; }
  .newsletter-v2-widget .field ::placeholder {
    color: #4D637C;
    opacity: 1; }
  .newsletter-v2-widget .field :-ms-input-placeholder {
    color: #4D637C; }
  .newsletter-v2-widget .field ::-ms-input-placeholder {
    color: #4D637C; }

.newsletter-v2-widget .inline-field {
  display: inline-block;
  width: 48%; }

.newsletter-v2-widget .email-input .field {
  margin-left: 7%; }

.newsletter-v2-widget .message .field {
  min-height: 200px; }

.newsletter-v2-widget .privacy {
  margin-left: 15px;
  font-size: 14px;
  display: inline-block;
  line-height: 40px; }

.newsletter-v2-widget .btn {
  margin-top: 0px; }

.newsletter-v2-widget .column-title {
  font-family: 'Poppins-Medium', sans-serif;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #024089;
  text-transform: uppercase; }

.newsletter-v2-widget .button-col {
  display: inline-block;
  width: 30%; }

.newsletter-v2-widget .privacy-col {
  display: inline-block;
  width: 70%; }

.newsletter-v2-widget .button {
  margin-top: 0; }

.newsletter-v2-widget .form-sent {
  color: #024089; }

.newsletter-v2-widget .err .field {
  border: 2px solid red; }

.newsletter-v2-widget .form-error {
  margin-top: 15px;
  font-size: 12px;
  color: red;
  display: inline-block;
  margin-left: 15px; }

.newsletter-v2-widget .person-photo-wrapper {
  margin-bottom: 2px; }
  .newsletter-v2-widget .person-photo-wrapper img {
    border-radius: 30px;
    max-width: 100%; }

.newsletter-v2-widget .ocon-linkedin-icon {
  margin-left: 10px; }

.newsletter-v2-widget .name {
  font-size: 18px;
  margin: 10px 0; }
  .newsletter-v2-widget .name a {
    color: #002068;
    text-decoration: none; }
    .newsletter-v2-widget .name a:hover {
      color: #3076CA; }
  .newsletter-v2-widget .name .linkedin-icon {
    display: none; }

.newsletter-subscribe.subscribe-wrapper {
  background-color: #EFF5FB; }

#subscribe-submit-btn {
  margin-top: 10px; }

@media only screen and (max-width: 1700px) {
  .newsletter-v2-widget .button-col, .newsletter-v2-widget .privacy-col {
    display: block;
    width: 100%; }
  .newsletter-v2-widget .privacy {
    margin-left: 0;
    margin-top: 15px; }
  .newsletter-v2-widget .email-input .field {
    margin-left: 5%; } }

@media only screen and (max-width: 992px) {
  .newsletter-v2-widget .floating-form {
    padding: 30px;
    margin: 0 auto; }
  .newsletter-v2-widget .column-title {
    margin-top: 20px; }
  .newsletter-v2-widget .inline-field {
    display: block;
    width: 100%; }
  .newsletter-v2-widget .email-input .field {
    margin-left: 0; } }

@media only screen and (max-width: 768px) {
  .newsletter-v2-widget .contact-info-col {
    border-right: none;
    border-bottom: 1px solid #BCC6D2;
    padding-bottom: 15px; } }

.news-widget.theme-dark {
  background-color: #EFF5FB; }

.news-widget {
  padding-bottom: 30px; }
  .news-widget .widget-title {
    padding-top: 60px; }
  .news-widget .custom-card-row {
    margin-top: 60px; }
  .news-widget .card-wrapper {
    margin-bottom: 30px; }
  .news-widget .custom-card {
    background-color: #ffffff;
    min-height: 600px;
    height: 100%;
    border-radius: 20px;
    padding: 20px; }
  .news-widget .custom-card-img > img {
    width: 100%;
    height: auto;
    border-radius: 20px; }
  .news-widget .custom-card-header {
    font-family: 'Poppins-Medium', sans-serif;
    font-size: 18px;
    line-height: 26px;
    margin-top: 15px; }
  .news-widget .custom-card-header-link {
    color: #024089;
    text-decoration: none; }
  .news-widget .custom-card-subheader {
    font-family: 'Poppins-Medium', sans-serif;
    color: #024089;
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px; }
  .news-widget .custom-card-par {
    font-family: 'Poppins', sans-serif;
    color: #4D637C;
    font-size: 14px;
    line-height: 22px; }
  .news-widget .text-ellipsis {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
    overflow: hidden; }
  .news-widget .news-more-button {
    position: absolute;
    left: 20px;
    bottom: 30px; }
  .news-widget .more-entries-btn {
    max-width: 240px;
    margin: 60px auto;
    background: #3076CA;
    color: #ffffff; }

@media only screen and (min-width: 1600px) {
  .news-widget .custom-card-text {
    padding-bottom: 80px; } }

@media only screen and (max-width: 992px) {
  .custom-card {
    max-width: 300px;
    margin: 0 auto; } }

@media only screen and (max-width: 768px) {
  .news-widget .news-more-button {
    width: calc(100% - 60px); }
  .news-widget .custom-card {
    min-height: 100%;
    height: 100%;
    padding-bottom: 100px; }
  .news-widget {
    padding-bottom: 60px; }
    .news-widget .more-entries-btn {
      margin: 0; } }

.news-blog-list {
  padding: 100px 0 226px; }
  @media (max-width: 1366px) {
    .news-blog-list {
      padding: 70px 0 176px; } }
  @media (max-width: 768px) {
    .news-blog-list {
      padding: 50px 0 116px; } }

.item-news-blog {
  background-color: #EFF5FB;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 450px;
  margin: 0 auto; }
  .item-news-blog__img {
    margin: 25px 25px 33px;
    border-radius: 20px;
    overflow: hidden; }
    @media (max-width: 768px) {
      .item-news-blog__img {
        margin: 20px 20px 30px; } }
  .item-news-blog__info {
    flex: 1 1 auto;
    margin: 0 50px; }
    @media (max-width: 768px) {
      .item-news-blog__info {
        margin: 0 25px; } }
  .item-news-blog__title {
    display: inline-block;
    margin: 0px 0px 10px 0px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    color: #024089;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out; }
  .item-news-blog__author {
    font-size: 14px;
    font-weight: 600; }
  .item-news-blog__text {
    margin: 20px 0px 0px 0px;
    font-size: 14px;
    line-height: 1.57; }
    @media (max-width: 768px) {
      .item-news-blog__text {
        display: none; } }
  .item-news-blog__footer {
    margin: 30px 50px 40px; }
    @media (max-width: 768px) {
      .item-news-blog__footer {
        margin: 30px 20px 30px; } }
  .item-news-blog__link-more {
    display: inline-block;
    padding: 8px 30px;
    color: #216DC8;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #216DC8;
    border-radius: 36px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out; }
    .item-news-blog__link-more:hover {
      color: #ffffff;
      background-color: #216DC8; }

.news-subscribe {
  z-index: 100;
  margin: 0px 0px -70px 0px; }
  @media (max-width: 1366px) {
    .news-subscribe {
      margin: 0px 0px -50px 0px; } }
  @media (max-width: 768px) {
    .news-subscribe {
      margin: 0px 0px -25px 0px; } }
  .news-subscribe__body {
    margin: 0 auto;
    max-width: 1464px;
    padding: 60px 80px;
    background-color: #ffffff;
    border: 1px solid #eff5fb;
    border-radius: 30px;
    box-shadow: 0px 25px 50px 0px rgba(33, 108, 200, 0.05);
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 1366px) {
      .news-subscribe__body {
        display: block;
        padding: 50px; } }
    @media (max-width: 768px) {
      .news-subscribe__body {
        padding: 30px 25px 25px; } }
  .news-subscribe__content {
    margin: 0px 20px 0px 0px; }
    @media (max-width: 1366px) {
      .news-subscribe__content {
        margin: 0px 0px 30px 0px;
        text-align: center; } }
  .news-subscribe__title {
    margin: 0px 0px 10px 0px;
    font-size: 40px;
    color: #216DC8;
    font-weight: 600; }
    @media (max-width: 768px) {
      .news-subscribe__title {
        font-size: 26px; } }
  .news-subscribe__text {
    font-size: 22px; }

.form-subscribe {
  flex: 0 0 560px;
  display: flex;
  align-items: center; }
  @media (max-width: 1366px) {
    .form-subscribe {
      max-width: 560px;
      margin: 0 auto; } }
  .form-subscribe__line {
    margin: 0px 20px 0px 0px;
    flex: 1 1 auto; }
  .form-subscribe__input {
    width: 100%;
    padding: 8px;
    color: #024089;
    background-color: transparent;
    border: 1px solid #BCC6D2;
    border-radius: 10px; }
    .form-subscribe__input:hover, .form-subscribe__input:focus {
      border-color: #216DC8;
      outline: none; }
    @media (max-width: 768px) {
      .form-subscribe__input {
        padding: 7px 18px; } }
  @media (max-width: 500px) {
    .form-subscribe {
      display: block;
      text-align: center; } }

.news-post {
  margin: 200px 0 100px; }
  @media (max-width: 1366px) {
    .news-post {
      margin: 180px 0 80px; } }
  @media (max-width: 768px) {
    .news-post {
      margin: 130px 0 50px; } }
  .news-post__wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 920px;
    line-height: 1.5; }
  .news-post__come-back {
    width: 64px;
    height: 64px;
    background-color: #eff5fb;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -6px;
    left: -94px;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out; }
    .news-post__come-back img {
      max-width: 30px;
      transform: rotate(180deg); }
    .news-post__come-back:hover {
      background-color: #3076CA;
      transform: translateX(-3px); }
    @media (max-width: 1366px) {
      .news-post__come-back {
        width: 48px;
        height: 48px;
        top: -2px;
        left: -70px; }
        .news-post__come-back img {
          max-width: 24px; } }
    @media (max-width: 1050px) {
      .news-post__come-back {
        top: -60px;
        left: -20px; } }
    @media (max-width: 768px) {
      .news-post__come-back {
        display: none; } }
  .news-post__author {
    margin: 0px 0px 40px 0px;
    font-weight: 600; }
  .news-post__img {
    margin: 40px 0 50px;
    border-radius: 20px;
    overflow: hidden; }
    @media (max-width: 768px) {
      .news-post__img {
        margin: 30px -15px;
        border-radius: 0px; } }
  .news-post__title {
    font-size: 22px; }
  .news-post__subtitle {
    color: #216DC8; }
  .news-post p {
    margin: 20px 0;
    color: #214269; }

#video-widget .two-columns-video {
  padding-top: 50px;
  padding-bottom: 100px; }
  #video-widget .two-columns-video .main-text {
    font-family: 'Poppins';
    font-size: 18px; }
  #video-widget .two-columns-video .video-js {
    margin: 0 auto;
    max-width: 100%; }

#video-widget .video-js .vjs-big-play-button {
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background-color: transparent;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-left: 0; }

#video-widget .vjs-big-play-button .vjs-icon-placeholder {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  background-image: url(../img/play-button.png);
  width: 50px;
  height: 50px;
  background-size: contain; }
  #video-widget .vjs-big-play-button .vjs-icon-placeholder:before {
    content: ""; }

@media only screen and (max-width: 768px) {
  #video-widget .two-columns-video .main-text {
    margin-top: 0px; }
  #video-widget .two-columns-video {
    padding-top: 0px;
    padding-bottom: 15px; } }

#login-pop h3 {
  text-align: left;
  font-size: 20px;
  font-family: "Poppins", 'sans-serif';
  display: inline-block;
  margin-top: 0; }

#login-pop .form-zone {
  padding-top: 0px;
  padding-right: 34px; }
  #login-pop .form-zone h3 {
    font-size: 20px;
    font-family: "Poppins", 'sans-serif'; }
  #login-pop .form-zone form {
    padding-top: 27px; }
  #login-pop .form-zone input {
    border: 1px solid #024089;
    border-radius: 10px;
    height: 45px;
    outline: 0;
    width: 100%;
    margin-bottom: 4px;
    max-width: calc(100%);
    padding: 5px 20px; }
  #login-pop .form-zone input.btn {
    padding: 0;
    margin-top: 8px; }
  #login-pop .form-zone input:focus {
    background: #ffffff; }
  #login-pop .form-zone span {
    font-weight: bold;
    display: block;
    font-size: 12px;
    padding-left: 20px; }
  #login-pop .form-zone .btn-area {
    padding-top: 16px;
    width: 100%;
    max-width: 310px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px 10px; }
    #login-pop .form-zone .btn-area .register.btn {
      width: 100%;
      outline: 0;
      grid-column: 1/3; }
  #login-pop .form-zone #remind-me {
    display: none; }
  #login-pop .form-zone #remind-me + label {
    padding: 11px 0 6px;
    font-weight: 600;
    width: 100%; }
  #login-pop .form-zone #remind-me + label:before {
    content: "\e92f";
    font-family: "bebras" !important;
    font-size: 26px;
    margin-right: 10px;
    float: left;
    line-height: 28px;
    color: #EFEFEF; }
  #login-pop .form-zone input#remind-me:checked + label:before {
    content: "\e96f";
    color: #FF8883; }

#login-pop .members-cont {
  grid-column-gap: 12px; }
  #login-pop .members-cont h3 {
    padding-left: 34px;
    font-size: 20px; }

#login-pop .reg-block {
  display: none; }
  #login-pop .reg-block h3 {
    padding-left: 20px;
    font-size: 20px;
    font-family: "Poppins", 'sans-serif';
    margin-top: 5px; }
  #login-pop .reg-block .form-zone {
    padding-right: 0; }
    #login-pop .reg-block .form-zone form .reg-input-area {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 0px 40px; }
    #login-pop .reg-block .form-zone form .register.btn {
      margin: 16px auto 0;
      width: 50%;
      display: inherit; }

.back-login, .back-login:focus {
  position: absolute;
  left: -13px;
  top: 2px;
  outline: 0;
  color: #024089;
  text-decoration: none;
  z-index: 10;
  border: 0;
  height: auto;
  line-height: initial;
  font-weight: initial;
  font-size: initial;
  padding: 0; }

.back-login:hover {
  text-decoration: none;
  color: #216DC8;
  background: none; }

.back-login:before {
  content: "\e950";
  font-family: "bebras" !important;
  font-size: 26px; }

.social-login-content {
  padding-left: 34px;
  border-left: 1px solid rgba(2, 64, 137, 0.2);
  height: calc(100% - 77px);
  padding-top: 25px;
  margin-top: 43px; }

#facebookLoginBtn {
  background: #4267B2;
  color: white;
  border-radius: 5px;
  height: 38px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 15px;
  padding: 7px 16px 7px 8px;
  width: auto;
  display: inline-block;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.24);
  width: 100%;
  text-align: center; }
  #facebookLoginBtn span {
    width: 24px;
    height: 24px;
    display: block;
    float: left;
    border-radius: 3px;
    padding-right: 0;
    margin-right: 17px;
    text-align: center;
    line-height: 28px;
    padding-left: 5px;
    background: white; }
    #facebookLoginBtn span:after {
      content: "\f09a";
      color: #4267B2;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: 22px;
      line-height: 30px; }
  #facebookLoginBtn:hover {
    cursor: pointer;
    background: white;
    color: #4267B2; }
    #facebookLoginBtn:hover span {
      background: #4267B2; }
      #facebookLoginBtn:hover span:after {
        color: white; }

.space-bracket {
  padding-top: 1px;
  text-align: center;
  position: relative;
  width: 100%;
  grid-column: 1/3; }
  .space-bracket span {
    background: #ffffff;
    z-index: 9;
    display: inline-block;
    position: relative;
    padding: 0 10px; }

.space-bracket.red {
  margin-top: 15px; }
  .space-bracket.red span {
    color: #216DC8; }

.top-space {
  padding-top: 13px; }

.space-bracket:before {
  content: "";
  box-sizing: content-box;
  position: relative;
  width: 100%;
  height: 15px;
  border-bottom: 1px solid rgba(2, 64, 137, 0.3);
  display: inline-block;
  position: absolute;
  left: 0; }

.space-bracket.red:before {
  border-color: #216DC8; }

button.mfp-close, button.mfp-close:active {
  color: #024089;
  right: -30px;
  top: -17px;
  opacity: 1; }

button.mfp-close:hover {
  color: #216DC8; }

.login-block-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 39px; }

.pass-reminder {
  display: none; }
  .pass-reminder h3 {
    padding-left: 20px;
    font-size: 20px;
    font-family: "Poppins", 'sans-serif';
    margin-top: 5px; }

.login-pop-social {
  text-align: center; }
  .login-pop-social .social-login-content {
    padding-left: 0;
    border-left: none;
    height: 100%;
    padding-top: 25px;
    margin-top: 43px; }
  .login-pop-social h3 {
    text-align: center !important; }

.button {
  display: inline-block;
  font-family: "Poppins-SemiBold", 'sans-serif';
  font-size: 16px;
  font-weight: 100;
  padding: 8px 25px;
  line-height: 25px;
  margin: 15px;
  margin-left: 0;
  border-radius: 100px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase; }
  .button:hover {
    color: #ffffff; }

.dark-button {
  background-color: #002068;
  color: #ffffff;
  border: 1px solid #002068; }
  .dark-button:hover {
    background-color: #3076CA; }

.primary-button {
  background-color: #F6f9fc;
  color: #002068;
  border: 1px solid #216DC8; }
  .primary-button:hover {
    background-color: #216DC8; }

.secondary-button {
  background-color: #3076CA;
  color: #ffffff;
  border: 1px solid #3076CA; }
  .secondary-button:hover {
    border: 1px solid #024089;
    background-color: #024089; }

.bright-button {
  background-color: #FEC619;
  color: #214269;
  border: 1px solid #FEC619; }
  .bright-button:hover {
    border: 1px solid #216DC8;
    background-color: #216DC8; }

.floating-form {
  z-index: 111;
  width: 100%;
  margin-bottom: -60px; }
  .floating-form .form-card {
    padding: 40px;
    color: #4D637C;
    border-radius: 20px;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16); }
  .floating-form .subscribe-form {
    width: 100%;
    display: flex; }
  .floating-form .button {
    margin-top: 0; }
  .floating-form .subscribe-email-input {
    border-radius: 10px;
    width: 100%;
    padding: 7px 10px;
    margin-right: 10px;
    border: 1px solid #BCC6D2; }
  .floating-form .subscribe-email-input.wrong {
    border: 1px solid red; }
  .floating-form .messages {
    position: absolute;
    left: 0;
    top: 50px;
    font-size: 12px; }
    .floating-form .messages .err_msg {
      color: red; }
    .floating-form .messages .suc_msg {
      color: #024089; }

@media only screen and (max-width: 992px) {
  .floating-form {
    padding: 0 15px; }
    .floating-form .subscribe-form {
      margin-top: 15px;
      display: block;
      text-align: center; }
    .floating-form .button {
      margin-top: 40px; } }

.page-banner-top {
  color: #214269; }
  .page-banner-top .page-banner-description {
    padding-top: 144px;
    padding-bottom: 70px; }
  .page-banner-top .page-banner-text {
    width: 50%;
    margin: 0 auto;
    font-family: "Poppins", 'sans-serif';
    font-size: 16px;
    line-height: 24px;
    text-align: center; }
  .page-banner-top:before {
    content: "";
    height: 100%;
    width: 100%;
    background: #ffffff;
    opacity: 0.5;
    position: absolute; }
  .page-banner-top .page-banner-title {
    text-align: center;
    color: #024089;
    font-size: 68px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none; }

.page-banner-photo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.text-block-widget .accordion {
  margin-top: 50px; }
  .text-block-widget .accordion .accordion-item {
    border-radius: 30px;
    background: #F9FBFD;
    border: 0;
    margin-bottom: 19px;
    overflow: hidden; }
    .text-block-widget .accordion .accordion-item h2 {
      margin-bottom: 0; }
  .text-block-widget .accordion .accordion-button {
    font-size: 22px;
    font-weight: 500;
    color: #214269;
    padding: 27px 40px;
    letter-spacing: 0.3px;
    background: #F9FBFD;
    box-shadow: none; }
    .text-block-widget .accordion .accordion-button:not(.collapsed)::after {
      transform: rotate(90deg); }
    .text-block-widget .accordion .accordion-button:after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.081' height='19.5' viewBox='0 0 12.081 19.5'%3E%3Cpath id='arrow-right-lg' d='M17");
      width: 12px;
      height: 19px;
      background-size: 12px;
      margin-top: -3px;
      margin-right: -6px; }
  .text-block-widget .accordion .accordion-body {
    padding: 30px;
    text-align: left; }
    .text-block-widget .accordion .accordion-body h3 {
      font-weight: 100;
      letter-spacing: 0.1px;
      font-size: 20px;
      font-family: "Poppins", 'sans-serif';
      margin-bottom: 21px;
      margin-top: 20px; }
    .text-block-widget .accordion .accordion-body .accordion-text {
      font-size: 16px;
      letter-spacing: 0px;
      font-weight: 300;
      margin-bottom: 25px; }
      .text-block-widget .accordion .accordion-body .accordion-text strong {
        font-weight: 600; }
      .text-block-widget .accordion .accordion-body .accordion-text + h3 {
        margin-top: 42px; }
    .text-block-widget .accordion .accordion-body .list {
      padding-left: 39px;
      list-style: none;
      max-width: 940px;
      margin-bottom: 43px; }
      .text-block-widget .accordion .accordion-body .list .list-item {
        font-size: 16px;
        position: relative;
        margin-bottom: 9px; }
        .text-block-widget .accordion .accordion-body .list .list-item:before {
          content: '';
          border: 2px solid #4D637C;
          width: 10px;
          height: 10px;
          border-radius: 50%;
          position: absolute;
          left: -21px;
          top: 7px; }

@media (max-width: 1023px) {
  .text-block-widget .accordion {
    font-size: 18px; }
    .text-block-widget .accordion .accordion-button {
      font-size: 18px; }
    .text-block-widget .accordion .accordion-body h3 {
      font-size: 20px;
      font-family: "Poppins", 'sans-serif'; } }

.accordion .accordion-item {
  border: 0;
  border-bottom: 1px solid #E0E3E8;
  overflow: hidden;
  background-color: transparent; }
  .accordion .accordion-item h2 {
    margin-bottom: 0; }

.accordion .accordion-item:first-of-type {
  border-top: 1px solid #E0E3E8; }

.accordion .accordion-button {
  padding-left: 25px;
  font-size: 16px;
  letter-spacing: 0.3px;
  box-shadow: none;
  margin-bottom: 0;
  color: #024089;
  background-color: transparent;
  font-weight: initial; }
  .accordion .accordion-button:after {
    position: absolute;
    left: 5px;
    background-image: url("../img/expand-icon.png");
    background-size: 10px;
    height: 20px; }
  .accordion .accordion-button:not(.collapsed) {
    background-color: transparent; }
  .accordion .accordion-button:not(.collapsed)::after {
    transform: translate(-5%, 20%) rotate(45deg); }

.accordion .accordion-body {
  padding-left: 25px;
  text-align: left;
  color: #4D637C; }
  .accordion .accordion-body h3 {
    font-weight: 100;
    letter-spacing: 0.1px;
    font-size: 20px;
    font-family: "Poppins", 'sans-serif';
    margin-bottom: 21px;
    margin-top: 20px; }
  .accordion .accordion-body .accordion-text {
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: 300;
    margin-bottom: 25px; }
    .accordion .accordion-body .accordion-text strong {
      font-weight: 600; }
    .accordion .accordion-body .accordion-text + h3 {
      margin-top: 42px; }
  .accordion .accordion-body .list {
    padding-left: 39px;
    list-style: none;
    max-width: 940px;
    margin-bottom: 43px; }
    .accordion .accordion-body .list .list-item {
      font-size: 16px;
      position: relative;
      margin-bottom: 9px; }
      .accordion .accordion-body .list .list-item:before {
        content: '';
        border: 2px solid #4D637C;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        position: absolute;
        left: -21px;
        top: 7px; }

.contacts {
  padding: 200px 0 160px;
  background: #d9e6f2;
  background: linear-gradient(180deg, #eff5fb 0%, #eff5fb 76%, #d9e6f2 100%); }
  @media (max-width: 1366px) {
    .contacts {
      padding: 170px 0 100px; } }
  @media (max-width: 768px) {
    .contacts {
      padding: 120px 0 50px; } }
  .contacts__body {
    width: 100%;
    max-width: 1327px;
    margin: 0 auto; }
  .contacts__info {
    width: 100%;
    max-width: 380px; }
    @media (max-width: 992px) {
      .contacts__info {
        margin: 0px 0px 50px 0px; } }
  .contacts__title {
    margin: 0px 0px 14px 0px;
    font-size: 58px;
    color: #024089;
    font-weight: 600;
    text-transform: uppercase; }
    @media (max-width: 1366px) {
      .contacts__title {
        font-size: 48px; } }
    @media (max-width: 768px) {
      .contacts__title {
        margin: 0px 0px 10px 0px;
        font-size: 32px; } }
  .contacts__subtitle {
    margin-bottom: 20px;
    font-size: 24px; }
    @media (max-width: 768px) {
      .contacts__subtitle {
        margin: 0px 0px 30px 0px; } }
  .contacts__address {
    margin: 0px 0px 30px 0px; }
  .contacts__link i:before {
    font-size: 20px;
    color: #3076CA; }
  .contacts__link a {
    font-size: 18px;
    color: #3076CA;
    text-decoration: none; }
    .contacts__link a:hover {
      color: #216DC8; }

.form-get-in-touch {
  padding: 50px;
  width: 100%;
  max-width: 613px;
  background-color: #ffffff;
  border: 1px solid #eff5fb;
  border-radius: 30px;
  box-shadow: 0px 25px 50px 0px rgba(33, 108, 200, 0.05); }
  @media (max-width: 768px) {
    .form-get-in-touch {
      padding: 25px; } }
  .form-get-in-touch__title {
    margin: 0px 0px 32px 0px;
    font-size: 38px;
    color: #024089;
    font-weight: 600;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .form-get-in-touch__title {
        font-size: 20px; } }
  .form-get-in-touch__input, .form-get-in-touch__textarea {
    color: #024089;
    width: 100%;
    border: 1px solid #BCC6D2;
    border-radius: 10px; }
    .form-get-in-touch__input:hover, .form-get-in-touch__input:focus, .form-get-in-touch__textarea:hover, .form-get-in-touch__textarea:focus {
      border-color: #216DC8;
      outline: none; }
  .form-get-in-touch__input {
    padding: 9px 20px; }
  .form-get-in-touch__textarea {
    min-height: 170px;
    padding: 15px 20px;
    resize: none; }
  @media (max-width: 768px) {
    .form-get-in-touch__btn {
      margin: 20px 0px 0px 0px; } }
  .form-get-in-touch__privacy-policy {
    font-size: 14px;
    color: #4D637C; }
    .form-get-in-touch__privacy-policy a {
      color: #216DC8;
      text-decoration: none; }
      .form-get-in-touch__privacy-policy a:hover {
        text-decoration: underline; }

.contact-map {
  width: 100%;
  height: 740px; }

.err .form-get-in-touch__input, .err .form-get-in-touch__textarea {
  border: 2px solid red; }

.modal.in .modal-dialog {
  z-index: 1041; }

.notfound {
  padding-top: 60px;
  position: relative; }
  .notfound .container {
    max-width: 510px;
    width: 100%;
    min-height: calc(100vh - 70px);
    text-align: center;
    padding-top: calc(50vh - 220px); }
    .notfound .container span {
      font-size: 222px;
      color: #EFEFEF; }
  .notfound .container:after {
    width: 34px;
    content: "";
    display: inline-block;
    background: url(../images/lineh.png);
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 23px; }

body.noScroll {
  overflow: hidden; }

/* Admin bar */
.admin-bar-cont {
  position: fixed;
  box-sizing: border-box;
  top: 0px;
  left: 0px;
  padding: 5px;
  font-family: "Arial";
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  border-radius: 0 0px 10px 0px;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99999999; }

.admin-bar-cont a {
  color: white;
  margin-right: 15px; }

.admin-bar-cont.atidarytas {
  width: 100%;
  border-radius: 0; }

.admin-bar-cont.atidarytas .admin-menu {
  display: inline-block; }

.admin-bar-cont.atidarytas .admin-info {
  display: inline-block; }

.admin-bar-cont .show-btn {
  float: left;
  width: 24px;
  height: 24px;
  cursor: pointer;
  color: white;
  font-size: 18px;
  padding-top: 3px; }

.admin-bar-cont .show-btn:before {
  font-family: "bebras" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e975"; }

.ab-icn-btn.home:before {
  font-family: "bebras" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e974";
  font-size: 15px;
  padding-top: 3px;
  margin-right: 10px;
  line-height: 1;
  display: inline-block;
  float: left;
  position: absolute;
  left: 0px; }

.ab-icn-btn.add:before {
  font-family: "bebras" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e973";
  font-size: 18px;
  padding-top: 2px;
  margin-right: 10px;
  line-height: 1;
  display: inline-block;
  float: left;
  position: absolute;
  left: 0px; }

.ab-icn-btn.edit:before {
  font-family: "bebras" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e972";
  font-size: 18px;
  padding-top: 3px;
  margin-right: 10px;
  line-height: 1;
  display: inline-block;
  float: left;
  position: absolute;
  left: 0px; }

.ab-icn-btn {
  position: relative;
  padding-left: 25px; }

.ab-icn-btn:hover, .ab-icn-btn:focus, .ab-icn-btn:active {
  text-decoration: none; }

.admin-bar-cont .admin-menu {
  display: none;
  float: left;
  margin-left: 15px;
  padding-left: 20px;
  color: #fff; }

.admin-bar-cont .admin-info {
  display: none;
  float: right;
  padding: 0 10px 0 20px;
  color: #fff;
  cursor: default; }

.spinner:after {
  content: "\e984";
  color: #ffffff;
  font-family: "bebras" !important;
  animation: spinner 0.8s linear infinite;
  box-sizing: border-box;
  position: absolute;
  top: 20%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: 20px;
  margin-left: -15px;
  z-index: 98;
  text-align: center;
  line-height: 31px;
  font-size: 30px; }

.spinner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(2, 64, 137, 0.5);
  z-index: 97; }

@keyframes spinner {
  to {
    transform: rotate(360deg); } }

.modal-header {
  padding: 0;
  border: 0;
  position: relative; }
  .modal-header .modal-title {
    display: none; }
  .modal-header .close {
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    right: 30px;
    top: 30px;
    z-index: 99999;
    opacity: 1;
    width: 30px;
    height: 30px;
    color: #024089;
    outline: 0;
    line-height: 0;
    text-shadow: none;
    -webkit-box-shadow: 0px 0px 5px 0px white;
    -moz-box-shadow: 0px 0px 5px 0px white;
    box-shadow: 0px 0px 5px 0px white;
    font-family: "Open Sans", sans-serif; }
    .modal-header .close span {
      position: absolute;
      left: 10px; }
  .modal-header .close:hover {
    background: #216DC8;
    color: #ffffff; }

.modal-backdrop.fade.show {
  filter: alpha(opacity=60);
  opacity: 0.6; }

.ekko-lightbox-nav-overlay a {
  opacity: 1; }

.ekko-lightbox-nav-overlay a,
.ekko-lightbox a {
  opacity: 1 !important;
  text-decoration: none; }
  .ekko-lightbox-nav-overlay a span,
  .ekko-lightbox a span {
    color: #024089; }

.ekko-lightbox a:hover span {
  color: #216DC8; }

#loadingbar {
  background: #216DC8;
  z-index: 99999; }

#loadingbar dd, #loadingbar dt {
  -moz-box-shadow: #024089 1px 0 6px 1px;
  -ms-box-shadow: #024089 1px 0 6px 1px;
  -webkit-box-shadow: #024089 1px 0 6px 1px;
  box-shadow: #024089 1px 0 6px 1px; }

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #796348;
  opacity: 0.8; }

.mfp-content {
  background: #ffffff;
  width: 100%;
  max-width: 940px;
  margin: auto;
  border-radius: 20px;
  padding: 19px 34px 40px 34px;
  position: relative;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16); }

.mfp-iframe-holder .mfp-close, .mfp-close-btn-in .mfp-close {
  color: #738187;
  right: -30px;
  top: -17px;
  opacity: 1; }

.mfp-iframe-holder .mfp-close:hover, .mfp-close-btn-in .mfp-close:hover {
  color: #216DC8; }

.mfp-iframe-holder .mfp-close:hover {
  background: #42cda2;
  border-color: #42cda2;
  color: #ffffff; }

.mfp-content {
  background: #ffffff;
  max-width: 815px; }

#include-route h2 {
  text-align: left;
  font-size: 30px;
  display: inline-block;
  margin-bottom: 32px; }

#include-route > fieldset > span {
  font-family: 'BebasNeue', 'BebasNeueCyrillic';
  text-transform: uppercase;
  color: #a9a9a9; }

#include-route .buttons {
  margin-top: 20px; }

#include-route .line {
  height: 1px;
  width: 100%;
  background-color: #a9a9a9; }

#include-route .trip-line {
  height: 50px;
  cursor: pointer; }

#include-route .trip-line > .name {
  width: calc(100% - 40px); }

#include-route .trip-line > .name > input {
  width: 100%;
  border: none;
  border-bottom: 1px solid grey; }

#include-route .trip-line > .name > input:focus {
  outline: 0; }

#include-route .checkbox {
  width: 30px;
  height: 30px;
  border: 2px solid #738187;
  border-radius: 3px;
  display: inline-block;
  float: left; }

#include-route .trip-line:hover .checkbox:before {
  content: "✔";
  font-size: 25px;
  margin-top: 0px;
  text-align: center;
  display: block;
  opacity: 0.5;
  color: #024089; }

#include-route .trip-line.selected .checkbox:before, #include-route .trip-line.selected:hover .checkbox:before {
  content: "✔";
  font-size: 25px;
  margin-top: 0px;
  text-align: center;
  display: block;
  opacity: 1;
  color: #216DC8; }

#include-route .trip-line > .name {
  height: 30px;
  line-height: 30px;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
  margin-left: 10px;
  color: #738187; }

.privat-rules {
  text-align: center;
  margin-top: 15px; }
  .privat-rules a {
    color: #024089;
    text-decoration: underline; }
  .privat-rules a:hover {
    color: #216DC8; }

.paging {
  margin-top: 30px; }

.flag.flag-en, .flag.flag-gb {
  background-position: -64px -128px; }

.img-responsive {
  max-width: inherit;
  /* height: 100%; */
  margin-left: 50%;
  transform: translateX(-50%);
  min-width: calc(100% + 2px);
  -o-object-fit: cover;
  object-fit: cover; }

body .SumoSelect > .CaptionCont {
  border-color: #024089 !important;
  border-radius: 10px;
  font-size: 14px;
  line-height: 28px; }

body .SumoSelect > .optWrapper > .options {
  max-height: 100%; }

body .SumoSelect.open > .CaptionCont, body .SumoSelect:focus > .CaptionCont, body .SumoSelect:hover > .CaptionCont {
  box-shadow: none; }

body .SelectBox {
  padding-left: 20px; }

body .SumoSelect {
  margin-top: 17px;
  margin-bottom: 20px; }

body .SumoSelect > .CaptionCont > label > i {
  background: none;
  width: 25px;
  height: 33px;
  top: 9px; }
  body .SumoSelect > .CaptionCont > label > i:after {
    content: "\e970";
    font-family: "bebras" !important;
    color: #024089;
    font-size: 28px;
    font-style: normal;
    font-weight: 400; }

body .SumoSelect > .optWrapper {
  border-color: #024089 !important;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  top: 39px !important;
  box-shadow: none; }

body .SumoSelect.open > .CaptionCont {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

body .SumoSelect > .optWrapper > .options li label {
  font-weight: 400;
  margin-bottom: 0; }

body .SumoSelect > .optWrapper > .options li.opt {
  border: 0;
  transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
  padding-left: 20px; }

body .SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #216DC8;
  color: white; }

.widget-list-item.box .swiper-container.top-slider {
  margin-left: 0;
  margin-right: 0; }

.wrap-content .widget-list-item:first-child .photo-list-cont {
  padding-top: 0; }
  .wrap-content .widget-list-item:first-child .photo-list-cont > .titlespace {
    height: 80px; }

.wrap.view.content-widget {
  display: block;
  max-width: 1240px;
  margin: 0 auto;
  width: 100%; }

.inside-container {
  margin-left: -15px;
  margin-right: -15px; }

body .modal {
  z-index: 99999; }

body .modal-backdrop {
  z-index: 99998; }

.wrap-content .wrap.view {
  padding-top: 114px; }

.tourism-ads {
  height: 433px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  .tourism-ads .ads-background {
    position: absolute;
    display: flex;
    width: 100%;
    filter: blur(15px);
    -webkit-filter: blur(15px);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.85; }
  .tourism-ads .mobile-store {
    position: absolute;
    top: 270px; }
  .tourism-ads .iphone {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 42%;
    max-width: 363px; }
    .tourism-ads .iphone img {
      width: 100%; }
  .tourism-ads .text-area {
    padding-left: 42%;
    padding-right: 47px;
    font-size: 14px; }
    .tourism-ads .text-area h2 {
      width: 100%;
      display: inline-block; }
    .tourism-ads .text-area .ads-desc {
      width: 100%;
      display: inline-block;
      margin: 20px auto; }

.custom-cursor {
  cursor: url(../img/play-cursor.png) 50 50, pointer; }

.vjs-button > .vjs-icon-placeholder:before {
  line-height: 0 !important; }

.vjs-big-play-button .vjs-icon-placeholder {
  position: absolute;
  left: 30%;
  top: 0; }

#top-gallery .video-js {
  width: 100%;
  height: 600px; }

.fancybox-navigation .fancybox-button {
  top: calc(50vh - 50px) !important; }

@media only screen and (max-width: 992px) {
  .mm-slideout {
    z-index: inherit !important; } }

.job-application {
  text-align: center;
  padding: 44px 15px 47px;
  border: 2px solid #216DC8;
  border-radius: 30px;
  margin-bottom: 100px; }
  .job-application h2 {
    font-size: 40px;
    line-height: 60px;
    font-weight: 500;
    letter-spacing: 0.2px;
    margin-bottom: 19px; }
  .job-application .job-application-text {
    font-size: 20px;
    margin: 0 auto;
    max-width: 820px; }
    .job-application .job-application-text a {
      color: #216DC8; }

@media (max-width: 1023px) {
  .job-application {
    padding: 15px 15px 17px; }
    .job-application h2 {
      font-size: 26px;
      margin-bottom: 0px; }
    .job-application .job-application-text {
      font-size: 16px; } }

@media (min-width: 1000px) {
  .widget-extra-padding {
    padding-left: 12vw;
    padding-right: 12vw; } }

/*changed  team-list-banner .page-title padding from 15vh to 0vh*/
.team-list-banner .page-title {
  padding-top: 0vh; }

/*changed  background colour from #fff to #fec619*/
.accordion-button {
  background-color: #fec619;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.16);
  border-bottom-right-radius: 100px !important;
  border-bottom-left-radius: 100px !important;
  border-top-left-radius: 100px !important;
  border-top-right-radius: 100px !important; }

.accordion-item {
  border: 1px solid rgba(0, 0, 0, 0) !important; }

/*changed  colour to #002068 and 16px size*/
.news-widget .custom-card-par {
  color: #002068;
  font-size: 16px; }

.belts-gallery .belt-card .btn {
  font-size: 15px;
  padding-left: 14px;
  padding-right: 14px; }

.path-blocks {
  padding-bottom: 40px; }

.structure-widget.contact-floating + .text-block-widget {
  margin: -200px 0 !important; }

@media only screen and (max-width: 768px) {
  .belts-gallery .belt-card {
    width: 100%; } }

@media screen and (max-width: 480px) {
  h1, h1 span {
    font-size: 45px !important; } }

@media screen and (max-width: 767px) {
  .text-block-widget img {
    max-width: 100%;
    height: auto; } }

@media screen and (max-width: 1000px) {
  .text-block-widget img {
    max-width: 100%; }
  .events-widget .btn {
    font-size: 13px; }
  .events-widget .date-block .event-day {
    font-size: 24px; }
  .embla__container {
    margin-block-start: 40px; } }

.mm-listview > li > a.selected, .mm-listview > li > span.selected {
  border-left: 6px solid #007edc !important; }

a.btn.dark-button.start-more {
  background: #002068;
  border-color: #002068;
  color: #FFFFFF; }

a.btn.dark-button.start-more:hover {
  background: #007edc;
  border-color: #007edc;
  color: #FFFFFF; }

a.dark:hover, a.btn-black:hover {
  background: #007edc;
  border-color: #007edc;
  color: #FFFFFF; }

.newsletter-subscribe.subscribe-wrapper {
  background-color: #ffffff !important; }

.my-button {
  display: inline-block;
  padding: 10px;
  background-color: #f1f1f1;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  color: #333;
  text-align: center;
  cursor: pointer; }

.my-button:hover {
  background-color: #ddd; }

.button-image {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 20px;
  height: 20px; }

.team-member .team-member-content {
  max-width: 69%;
  padding-top: 0px; }

.structure-widget {
  padding: 50px 0; }

@media (max-width: 1023px) {
  .team-member {
    align-items: center; } }

.news-post__img {
  display: none; }

.event-card .event-category {
  color: white; }

.single-event__tag {
  color: white;
  background: #002068;
  border: 3px solid #002068; }

.event-price {
  background-color: #eff5fb !important; }

.events-widget .event-description span, .events-widget .event-description p {
  color: #002068 !important; }

.account > a span {
  display: none; }

.app-ad-with-player {
  padding: 0px 60px 0px 60px !important; }

.name {
  text-decoration: none;
  color: inherit;
  pointer-events: none;
  cursor: default; }

.structure-widget .person-photo-wrapper {
  pointer-events: none;
  cursor: default; }

.row > * {
  padding-left: 35px;
  padding-right: 35px; }

li::marker {
  color: #007edc;
  font-size: 16px; }

.accordion .accordion-button:not(.collapsed) {
  font-size: 16px;
  color: #002068; }

.text-block-widget .accordion .accordion-button {
  padding: 15px 15px;
  line-height: 1.5;
  font-size: 16px; }

.text-block-widget .accordion .accordion-body {
  padding: 15px; }

.newsletter-v2-widget .message .field {
  background-color: #f6f9fc; }

input.field {
  background-color: #f6f9fc; }

.row > * {
  padding-left: 10px;
  padding-right: 10px; }

.page-banner-description {
  padding-top: 250px; }

.page-list-top .card_filter-list-description {
  padding-top: 170px;
  padding-bottom: 120px; }

@media screen and (max-width: 1000px) {
  .contact-block {
    padding-left: 0px;
    padding-top: 50px; } }

@media screen and (max-width: 1000px) {
  .footer-widget-area.clearfix.ocon-container {
    margin-bottom: 150px; } }

img.card-icon {
  margin-top: 20px; }

.events-widget .event-card-content {
  margin-bottom: 0px; }

.single-event {
  margin: 170px 0 0px; }

.cookies-dialog {
  max-width: 700px; }

.cookie-modal-title {
  margin-bottom: 30px;
  margin-top: 0; }

.cookie-modal-footer {
  border-top: none; }

.cookie-modal-footer {
  border-top: none; }

.cookie-img-wrapper {
  text-align: center; }

.img-cookie {
  max-width: 175px;
  height: auto;
  margin: 15px; }

.cookies-dialog {
  margin: 20% auto !important; }

@media only screen and (max-device-width: 768px) {
  .cookies-dialog {
    padding: 15px; }
  .cookie-modal-footer {
    justify-content: center; }
    .cookie-modal-footer .button {
      min-width: 100px; }
    .cookie-modal-footer .bright-button {
      padding: 5px 20px !important; }
  .cookie-modal-footer .button {
    font-size: 14px;
    padding: 5px; } }

@font-face {
  font-family: 'Poppins';
  src: url(../fonts/Poppins-Regular.ttf); }

@font-face {
  font-family: 'Poppins-Light';
  src: url(../fonts/Poppins-Light.ttf); }

@font-face {
  font-family: 'Poppins-ExtraLight';
  src: url(../fonts/Poppins-ExtraLight.ttf); }

@font-face {
  font-family: 'Poppins-Medium';
  src: url(../fonts/Poppins-Medium.ttf); }

@font-face {
  font-family: 'Poppins-SemiBold';
  src: url(../fonts/Poppins-SemiBold.ttf); }

* {
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border-color: inherit;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  word-break: normal; }

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #024089;
  background-color: white;
  word-break: break-word;
  font-family: "Poppins", 'sans-serif'; }
  body .wrap-content {
    min-height: 50vh; }

.ocon-container {
  width: 1600px;
  margin: 0 auto; }

@media only screen and (max-width: 1700px) {
  .ocon-container {
    max-width: 1070px; } }

@media only screen and (max-width: 1200px) {
  .ocon-container {
    max-width: 900px; } }

@media only screen and (max-width: 992px) {
  .ocon-container {
    width: 720px; } }

@media only screen and (max-width: 768px) {
  .ocon-container {
    width: 100%;
    padding: 15px; } }

.widget-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 42px;
  line-height: 50px;
  font-family: "Poppins-Light", 'sans-serif'; }

.widget-description {
  font-family: "Poppins", 'sans-serif';
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #002068; }

.page-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 48px;
  line-height: 58px;
  font-family: "Poppins-Light", 'sans-serif'; }

.page-description {
  width: 50%;
  margin: 0 auto;
  font-family: "Poppins", 'sans-serif';
  font-size: 24px;
  line-height: 24px;
  text-align: center; }

.more-link {
  text-decoration: none;
  color: #024089;
  font-size: 16px;
  line-height: 24px; }

.link-wrap {
  margin-bottom: 30px; }

.arrow-right {
  margin-left: 20px; }

.light-background {
  background: #EFF5FB; }

.embla {
  overflow: hidden; }

.embla__container {
  display: flex; }

.embla__slide {
  position: relative;
  flex: 0 0 100%;
  height: auto !important; }

.embla-button {
  width: 45px;
  height: 45px;
  background: #216DC8;
  border-radius: 50%;
  display: block;
  color: #fff;
  text-decoration: none;
  padding-left: 15px;
  line-height: 45px; }
  .embla-button:hover {
    background: #024089; }

.embla__prev {
  position: absolute;
  left: 0;
  top: calc(50% - 30px); }

.embla__next {
  position: absolute;
  right: 0;
  top: calc(50% - 30px); }

.embla__dots {
  display: flex;
  list-style: none;
  justify-content: center;
  padding-top: 10px; }

.embla__dot {
  background-color: transparent;
  cursor: pointer;
  position: relative;
  padding: 0;
  outline: 0;
  border: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  margin-top: 60px; }

.embla__dot:after {
  background-color: #E0E3E840;
  width: 100%;
  height: 4px;
  content: ""; }

.embla__dot.is-selected:after {
  background-color: #024089;
  opacity: 1; }

.embla-button.disabled {
  cursor: default;
  opacity: 0.3; }

.embla__progress {
  position: relative;
  background-color: #fff;
  margin-top: 20px;
  max-width: 270px;
  width: calc(100% - 40px);
  height: 4px;
  overflow: hidden;
  border-radius: 2px;
  margin-left: auto;
  margin-right: auto; }

.embla__progress__bar {
  position: absolute;
  background-color: #3076CA;
  width: 100%;
  top: 0;
  bottom: 0;
  left: -100%; }

.structure-widget .embla__next {
  right: 50px; }

p {
  margin: 0; }

.page-list-top {
  color: #214269; }
  .page-list-top .event-list-description {
    padding-top: 144px;
    padding-bottom: 70px; }
  .page-list-top:before {
    content: "";
    height: 100%;
    width: 100%;
    background: #ffffff;
    opacity: 0.5;
    position: absolute; }
  .page-list-top .page-title {
    text-align: center;
    color: #024089;
    font-size: 70px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none; }
    @media (max-width: 1366px) {
      .page-list-top .page-title {
        font-size: 48px; } }
    @media (max-width: 768px) {
      .page-list-top .page-title {
        font-size: 32px; } }

.page-list-photo {
  background-size: cover;
  background-repeat: no-repeat; }

b, strong {
  font-weight: bold; }

.theme-dark {
  background-color: #EFF5FB; }

@media only screen and (max-width: 768px) {
  .page-description {
    width: 80%; } }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #024089;
  font-weight: 100; }

h1, .h1 {
  font-size: 70px;
  font-family: "Poppins-Light", 'sans-serif'; }
  @media (max-width: 1366px) {
    h1, .h1 {
      font-size: 48px; } }
  @media (max-width: 768px) {
    h1, .h1 {
      font-size: 45px; } }

h2, .h2 {
  font-size: 42px;
  font-family: "Poppins-Light", 'sans-serif';
  margin-bottom: 12px;
  margin-top: 30px; }
  @media (max-width: 1366px) {
    h2, .h2 {
      font-size: 30px; } }

h3, .h3 {
  font-size: 20px;
  font-family: "Poppins", 'sans-serif';
  margin-bottom: 12px;
  margin-top: 30px; }

p, ul, ol {
  font-size: 16px;
  font-family: "Poppins", 'sans-serif';
  font-weight: 100;
  color: #002068; }

a {
  cursor: pointer; }

a:focus {
  text-decoration: none; }

a:hover {
  color: #216DC8; }

p a {
  color: #3076CA;
  text-decoration: underline;
  text-decoration-color: #3076CA;
  word-break: break-word; }
  p a:hover {
    color: #002068;
    text-decoration-color: #002068; }

li::marker {
  color: #002068; }

.wrap-content .widgets-page {
  padding-top: 114px; }

.page-banner-top {
  margin-top: -114px; }
