/* main-nav */
.main-nav {
  float: left;
  padding: 0 0 0 10px;
}

.main-nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

.main-nav > ul > li {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  font: 18px/22px "Magistral", sans-serif;
}

.main-nav > ul > li > span {
  position: relative;
  display: block;
}

.main-nav > ul > li > span > a {
  display: table-cell;
  vertical-align: middle;
  /*position:relative;*/
  height: 90px;
  padding: 5px 0 8px;
  color: #fff;
}

.main-nav > ul > li > span > a:before {
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  height: 10px;
  border-radius: 4px;
  background: #5d87ff;
  content: "";
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.main-nav > ul > li > span > a:after {
  position: absolute;
  left: 50%;
  bottom: -11px;
  z-index: 16;
  margin-left: -11px;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 11px solid #5d87ff;
  visibility: hidden;
  opacity: 0;
  content: "";
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.main-nav > ul > li > span > a:hover,
.main-nav > ul > li > span > a:focus {
  text-decoration: none;
}

.main-nav > ul > li > span > a:hover:before,
.main-nav > ul > li > span > a:focus:before,
.main-nav > ul > .open > span > a:before {
  left: -18px;
  right: -18px;
}

.main-nav > ul > .open > span > a:after {
  visibility: visible;
  opacity: 1;
}

.navbar-absolute-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #212b60;
}
/* mega-menu */
.mega-menu {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1150px;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  margin: 0 auto;
  background: #fff;
  color: #212b60;
  font: 15px/20px "Roboto", sans-serif;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.main-nav .open .mega-menu {
  visibility: visible;
  opacity: 1;
}

.mega-menu .row {
  margin: 0;
}

.mega-menu [class*="col-"] {
  z-index: 15;
  height: 450px;
  padding: 0;
  background: #fff;
}

.mega-menu [class*="col-"] + [class*="col-"] {
  z-index: 10;
}

.mega-menu [class*="col-"] + [class*="col-"] + [class*="col-"] {
  z-index: 5;
}

.mega-menu .size-1 {
  width: 26.5%;
}

.mega-menu .size-2 {
  width: 39.2%;
}

.mega-menu .size-3 {
  width: 34.3%;
}

.mega-menu .size-4 {
  width: 35.22%;
}

.mega-menu .size-5 {
  width: 28.7%;
}

.mega-menu .size-6 {
  width: 36.08%;
}

.mega-menu .inner {
  padding: 19px 0 0;
}

.mega-menu .list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mega-menu .list li {
  /* padding: 0 0 10px; */
  cursor: pointer;
}

.mega-menu .list.type2 li {
  padding: 0;
}

.col-sm-5.size-2.blue .list li {
  padding: 0;
}

.mega-menu .list li:last-child {
  padding: 0;
}

.mega-menu .list .mCSB_container li:last-child {
  margin-bottom: 3rem;
}

.mega-menu .list a {
  display: block;
  position: relative;
  padding: 5px 35px;
  color: #2c3c73;
}

.mega-menu .list a:hover,
.mega-menu .list a:focus,
.mega-menu .list .active > a {
  text-decoration: none;
  color: #5d87ff;
  background: #e9f6fc;
}

.mega-menu .list .active > a {
  font-weight: 700;
}

.mega-menu .list ul {
  padding: 0 0 10px;
}

.mega-menu .list ul li {
  padding: 0;
}

.mega-menu .list ul a {
  padding: 4px 35px 3px 60px;
}

.mega-menu .blue {
  background: #e9f6fc;
}

.mega-menu .blue .list .active > a,
.mega-menu .blue .list a:hover,
.mega-menu .blue .list a:focus,
.mega-menu .grey .listing a:hover,
.mega-menu .grey .listing a:focus {
  background: #d2d3e0;
}

.mega-menu .list .lock {
  position: relative;
}

.mega-menu .list .lock:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  content: "";
}

.mega-menu .list .lock > a {
  color: #858585;
}

.mega-menu .list .lock > a:after {
  display: inline-block;
  vertical-align: top;
  margin: 3px 0 0 6px;
  color: #2c3c73;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f023";
}

.mega-menu .list .has-drop > a {
  padding-right: 80px;
}

.mega-menu .opener {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80px;
  font-size: 0;
  line-height: 0;
}

.mega-menu .opener:before {
  position: absolute;
  left: 28%;
  top: 50%;
  font: normal normal normal 15px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mega-menu .grey {
  background: #d2d4e0;
}

.mega-menu .grey .list a:hover,
.mega-menu .grey .list a:focus,
.mega-menu .grey .list .active > a,
.mega-menu .grey .listing a:hover,
.mega-menu .grey .listing a:focus {
  background: #fff;
}

.mega-menu .drop-menu {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.mega-menu .drop-menu.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.mega-menu .holder {
  padding: 0 48px 0 35px;
}

.mega-menu .head {
  margin: 0 0 16px;
  padding: 3px 0 5px;
}

.mega-menu .head.border {
  border-bottom: 1px solid #212b60;
}

.mega-menu p {
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  font-family: "Magistral", sans-serif;
}

.mega-menu h3 {
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.mega-menu h3.pull-left {
  max-width: 48%;
}

.mega-menu .contact .inner {
  position: relative;
  min-height: 450px;
  padding-bottom: 105px;
}

.mega-menu .bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 35px 44px;
}

.mega-menu .btn {
  min-width: 150px;
}

.mega-menu .more {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 5px 0 0;
  padding: 0 21px 0 0;
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
  color: #2c3c73;
}

.mega-menu .more.pull-right {
  max-width: 48%;
}

.mega-menu .more:before {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -13px;
  font: normal normal normal 24px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
}

.mega-menu .dlist {
  margin: 0 0 23px;
  padding: 0 12px 6px 0;
  border-bottom: 1px solid #212b60;
  font-size: 15px;
  line-height: 19px;
}

.mega-menu .dlist dt,
.mega-menu .dlist dd {
  max-width: 48%;
  line-height: inherit;
}

.mega-menu .dlist dt {
  float: left;
  font-weight: 400;
}

.mega-menu .dlist dd {
  float: right;
}

.mega-menu .contact-list {
  list-style: none;
  margin: 0;
  padding: 0 0 35px;
  font-size: 16px;
}

.mega-menu .contact-list li,
.mega-menu .contact-list li:last-child {
  padding: 0 0 10px 13px;
}

.mega-menu .contact-list a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 24px;
  color: #6f9dff;
}

.mega-menu .contact-list a:hover,
.mega-menu .contact-list a:focus {
  text-decoration: none;
  color: #212b60;
}

.mega-menu .contact-list .fa {
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 12px;
  color: #212b60;
}

.mega-menu .listing {
  list-style: none;
  margin: 19px -48px 0 -35px;
  padding: 0;
  font-weight: 500;
}

.mega-menu .listing a {
  display: block;
  position: relative;
  padding: 5px 120px 5px 48px;
  color: #2c3c73;
}

/* .mega-menu .listing a:before {
            position: absolute;
            right: 94px;
            top: 50%;
            margin-top: -8px;
            font: normal normal normal 15px/1 FontAwesome;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\f105";
        } */

.mega-menu .listing a:hover,
.mega-menu .listing a:focus {
  text-decoration: none;
  color: #5d87ff;
}

.navbar .btn-close {
  position: absolute;
  top: 100%;
  right: 0;
  padding: 13px 73px 13px 0;
  color: #2c3c73;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}

.navbar .btn-close:hover,
.navbar .btn-close:focus {
  text-decoration: none;
  color: #5d87ff;
}

.navbar .btn-close:hover .ico,
.navbar .btn-close:focus .ico {
  background: #5d87ff;
}

.navbar .btn-close .ico {
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  height: 44px;
  border-radius: 0 0 4px 4px;
  background: #212b60;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.navbar .btn-close .ico:before,
.navbar .btn-close .ico:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  content: "";
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.navbar .btn-close .ico:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* mCustomScrollbar */
.mCSB_scrollTools {
  opacity: 1;
}

.mCSB_scrollTools_vertical {
  top: 30px;
  bottom: 30px;
  right: 20px;
  width: 10px;
  border-radius: 5px;
  background: #f0f1f6;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 10px;
  border-radius: 5px;
  background: #212b60;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: #212b60;
}

.mCSB_scrollTools .mCSB_draggerRail {
  display: none;
}

.mCSB_inside > .mCSB_container {
  margin-right: 0;
}

.mCSB_container 







/* navbar */
.navbar {
  position: relative;
  z-index: 1100;
  min-height: 1px;
  margin: 0;
  border: none;
  border-radius: 0;
  background: #212b60;
  color: #fff;
}

.navbar > .container {
  position: relative;
}

.navbar-header {
  margin: 20px 0;
}

.navbar-brand {
  height: auto !important;
  padding: 0 !important;
  float: left;
  font-size: 20px !important;
  line-height: 22px !important;
}

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  margin-left: 0;
}

header.navbar .top-nav-additional + .container {
  margin-top: unset;
}

@media screen and (max-width: 1280px) {
  /* navbar */
  .navbar-absolute-top {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .navbar-header {
    margin-right: 25px;
  }

  .btn-menu {
    position: relative;
    float: left;
    width: 22px;
    height: 14px;
    margin: 37px 0 0;
    font-size: 0;
    line-height: 0;
  }

  .btn-menu:before,
  .btn-menu:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    content: "";
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  .btn-menu:before {
    top: 0;
    -webkit-box-shadow: 0 6px #fff;
    box-shadow: 0 6px #fff;
  }

  .btn-menu:after {
    bottom: 0;
  }

  .user-block {
    margin-right: 15px;
  }

  .search-form {
    right: 17%;
    width: 75%;
    padding-right: 125px;
  }
}

.search-form .form-control {
  height: 38px;
  padding: 10px 18px;
  border: none;
  border-radius: 0;
  background: none;
  color: #fff;
  font: 300 13px/18px "Roboto", sans-serif;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.top-nav-additional-background {
  background: #fff;
  position: absolute;
  height: 65px;
  left: 0;
  right: 0;
}

.top-nav-additional {
  position: absolute;
  background: #fff;
  left: 0;
  top: 0;
  right: 0;
  height: 65px;
  display: flex;
  justify-content: center;
}

.top-nav-additional .search-form {
  position: relative;
  right: initial;
  width: unset;
  flex: 1;
  padding: unset;
}

.search-form {
  visibility: visible;
}

.search-form {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.search-form {
  width: 73%;
}

.search-form {
  position: absolute;
  top: 25px;
  right: 17%;
  width: 75%;
  padding: 0 57px 0 0;
  opacity: 1;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.top-nav-additional .search-form .form-group {
  width: 100%;
  border: 1px solid #212b60;
  margin-top: -9px;
  color: #212b60;
}

.search-form .form-group {
  position: relative;
  margin: 0;
  padding: 0 50px 0 0;
  border: 1px solid #fff;
  border-radius: 20px;
  overflow: hidden;
  width: 95%;
}

.top-nav-additional .form-group input {
  color: #212b60;
}

.search-form .btn-submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  overflow: hidden;
  border-radius: 0 20px 20px 0;
  background: #5d87ff;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.search-form .btn-submit input[type="submit"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  opacity: 0;
}

.top-nav-additional .user-block {
  width: unset;
  margin: 17px 0px 10px;
  display: flex;
}

.user-block {
  display: table;
  list-style: none;
  margin: 19px -16px 7px;
  padding: 0;
  font-size: 13px;
  line-height: 17px;
  font-weight: 300;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.top-nav-additional .user-block > li,
.top-nav-additional .user-block .search-part {
  padding: 0;
}

.user-block > li {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding: 0 0 0 10px;
}

.user-block > li + li {
  padding-top: 8px;
  border-left: 1px solid #fff;
}

.top-nav-additional .user-block > li + li {
  padding-top: 0;
  border-left: 0;
  display: inline-block;
}

.top-nav-additional .small-logo-zim {
  display: inline-block;
  padding-left: 15px;
}

.small-logo-zim {
  display: flex;
}

.search-form .btn-submit:before {
  position: absolute;
  left: 49%;
  top: 47%;
  font: normal normal normal 22px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "\f002";
}

.top-nav-additional .navbar-right li .tools.additional-top-links {
  margin: 0 14px;
  padding-top: 7px;
}

.top-nav-additional .navbar-right li .tools.additional-top-links li:last-child {
  margin-right: 6px;
}

.tools {
  list-style: none;
  margin: 0 -6px;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

.tools .dropdown {
  text-align: center;
  cursor: pointer;
}

.tools .location {
  max-width: 160px;
  text-align: left;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 41px 0 0;
  color: #fff;
}

.tools .location .flag {
  left: 0;
  right: inherit;
  position: absolute;
  top: -2px;
  width: 25px;
  height: 25px;
}

.tools > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
  font-size: 13px;
  line-height: 17px;
}

.top-nav-additional .navbar-right li .tools.additional-top-links li {
  margin-right: 14px;
}

.top-nav-additional .navbar-right li .tools.additional-top-links li a {
  font: normal normal 500 17px/22px Roboto;
}

.top-nav-additional .user-block .tools a,
.top-nav-additional .small-logo-zim span {
  color: #212b60;
  font: normal normal 500 13px/22px Roboto;
}

a {
  color: #6f9dff;
  text-decoration: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.tools.margin-top.no-margin-top {
  margin-top: 0;
}

.top-nav-additional .tools.margin-top {
  margin-top: 0;
}

.tools.margin-top {
  margin-top: 25px;
}

.top-nav-additional .tools .location {
  max-width: 285px;
  padding: 0 0 0 29px;
}

.top-nav-additional .location .arrow-down {
  bottom: 8px;
}

.top-nav-additional .arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #212b60;
  position: absolute;
  bottom: 14px;
  margin-left: 3px;
}

.top-nav-additional .tools .dropdown.language-subitems {
  margin-left: 15px;
}

.top-nav-additional .tools .language-selector {
  padding: 7px 15px 7px 10px;
}

.top-nav-additional .tools .dropdown-toggle {
  border: 0;
  min-width: 1px;
}

.tools .dropdown-toggle {
  position: relative;
  z-index: 1010;
  display: inline-block;
  vertical-align: top;
  min-width: 52px;
  padding: 7px 13px 6px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
}

.top-nav-additional .navbar-right li .tools li a {
  font: normal normal 500 17px/22px Roboto;
}

.top-nav-additional .small-logo-zim span {
  font: normal normal 500 17px/22px Roboto;
  vertical-align: middle;
}

.top-nav-additional .small-logo-zim img {
  margin-top: 4px;
}

.small-logo-zim img {
  width: 70px;
}

.navbar .btn-close {
  color: #fff;
  background: #212b60;
  border-radius: 0 0 15px 15px;
  text-align: center;
  font-size: 16px;
  padding: 9px 23px 9px 35px;
  position: absolute;
  top: 100%;
  right: 0;
  line-height: 18px;
  font-weight: 700;
}

.navbar .btn-close:before {
  content: "\f102";
  position: absolute;
  top: 9px;
  left: 18px;
  font-size: 18px;
  font-family: FontAwesome;
}

.navbar .btn-close .ico {
  display: none;
}

.navbar .btn-close .ico {
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  height: 44px;
  border-radius: 0 0 4px 4px;
  background: #212b60;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.menu-opened .mobile-panel.menu-panel {
  display: block !important;
}

.mobile-panel.menu-panel {
  display: none !important;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

body {
  min-width: 320px;
  font: 16px/26px "Roboto", sans-serif;
  color: #4f5266;
}

html,
body {
  height: 99%;
  margin: 0;
}

.navbar {
  position: relative;
  z-index: 1100;
  min-height: 1px;
  margin: 0;
  border: none;
  border-radius: 0;
  background: #212b60;
  color: #fff;
}

.top-nav-additional .navbar-right li .tools .dropdown-menu.language-block {
  min-width: 110px;
  margin: -4px 0px 0 -1px;
}

.tools .dropdown-menu {
  left: 1px;
  right: 1px;
  min-width: 1px;
  margin: -4px 0 0;
  padding: 4px 0 2px;
  border: none;
  border-radius: 0 0 4px 4px;
  font-size: 12px;
  text-align: center;
}

.tools .dropdown-menu > li + li {
  border-top: 1px solid #eee;
}

.top-nav-additional .tools .dropdown.language-subitems .language-block a {
  font: 12px/17px "Roboto", sans-serif;
  cursor: pointer;
}

.tools .dropdown-menu > li > a {
  padding: 6px 2px;
  color: #2c3c73;
}

.tools .dropdown.open .dropdown-toggle {
  border-color: #5d87ff;
  background: #fff;
  color: #5d87ff;
}

.top-nav-additional .dropdown.open .arrow-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.tools .dropdown-menu > li > a:hover,
.tools .dropdown-menu > li > a:focus {
  background: none;
  color: #5d87ff;
}

.top-nav-additional + .container .country-menu {
  top: 0%;
}

.country-menu.open {
  visibility: visible;
  opacity: 1;
}

.country-menu {
  position: absolute;
  left: -10px;
  top: 100%;
  right: -10px;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  color: #2c3c73;
  font: 300 13px/17px "Roboto", sans-serif;
  -webkit-box-shadow: 0 5px 5px rgb(0 0 0 / 10%);
  box-shadow: 0 5px 5px rgb(0 0 0 / 10%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.country-menu .holder {
  padding: 26px 63px 0;
}

.country-menu .head {
  padding: 0 0 7px;
}

.country-menu span.section-header {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 25px;
  line-height: 29px;
  font-weight: 500;
  font-family: "Magistral", sans-serif;
}

.country-menu .head .btn {
  min-width: 210px;
  margin: 5px 0 0 23px;
}

.btn-info {
  border-color: #5d87ff;
  background-color: #fff;
  color: #5d87ff;
}

.btn {
  position: relative;
  z-index: 5;
  overflow: hidden;
  padding: 12px;
  border-radius: 22px;
  font-size: 14px;
  line-height: 19px;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.country-menu h4 {
  margin: 0 0 6px;
  font: 300 20px/24px "Roboto", sans-serif;
}

.country-table {
  margin: 0 -63px;
}

.country-table table {
  width: 100%;
}

.country-table table th:first-child,
.country-table table td:first-child {
  padding-left: 63px;
}

.country-table table th {
  vertical-align: top;
  padding: 14px 10px;
  border-bottom: 1px solid #212b60;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #2c3c73;
}

.country-table table th:last-child,
.country-table table td:last-child {
  padding-right: 63px;
}

.country-table table td {
  padding: 7px 10px 3px;
  vertical-align: top;
  background: #e9f6fc;
}

.country-table table ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.country-table table ul li {
  padding: 0 0 3px;
}

.country-table table a {
  color: #2c3c73;
  cursor: pointer;
  font-size: 13px;
}

.country-menu .btn-primary {
  border-color: #212b60;
  color: #fff;
  background: rgb(33, 43, 96);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxMmI2MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iIzIxMmI2MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iIzM3NDg5ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNzQ4OWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(
    left,
    rgba(33, 43, 96, 1) 0%,
    rgba(33, 43, 96, 1) 33%,
    rgba(55, 72, 159, 1) 66%,
    rgba(55, 72, 159, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(33, 43, 96, 1) 0%,
    rgba(33, 43, 96, 1) 33%,
    rgba(55, 72, 159, 1) 66%,
    rgba(55, 72, 159, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(33, 43, 96, 1) 0%,
    rgba(33, 43, 96, 1) 33%,
    rgba(55, 72, 159, 1) 66%,
    rgba(55, 72, 159, 1) 100%
  );
  -webkit-background-size: 300% 100%;
  background-size: 300% 100%;
}

.country-menu .btn {
  position: relative;
  z-index: 5;
  overflow: hidden;
  padding: 12px;
  border-radius: 22px;
  font-size: 14px;
  line-height: 19px;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.location-panel
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}

.bootstrap-select.type2 > .dropdown-toggle.bs-placeholder,
.bootstrap-select.type2 > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select.type2 > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select.type2 > .dropdown-toggle.bs-placeholder:active {
  color: #2c3c73;
}

.bootstrap-select.type2 > .dropdown-toggle {
  padding: 15px 40px 15px 10px;
  border: none;
  border-radius: 5px;
  background: #fff;
  color: #2c3c73;
  font-size: 15px;
  line-height: 20px;
  text-transform: none;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #5d87ff;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  text-overflow: ellipsis;
}

.bootstrap-select.btn-group.type2 .dropdown-toggle .caret {
  right: 19px;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  width: auto;
  height: auto;
  margin-top: -10px;
  border: none;
}

.bootstrap-select.btn-group .dropdown-toggle .caret:before {
  font: normal normal normal 20px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #212b60;
  content: "\f107";
}

.bootstrap-select.btn-group.type2 .dropdown-menu {
  margin: 2px 0;
  border: none;
  border-radius: 5px;
  font-size: 15px;
  line-height: 20px;
  -webkit-box-shadow: 0 0 7px rgb(255 255 255 / 40%);
  box-shadow: 0 0 7px rgb(255 255 255 / 40%);
}

.bootstrap-select.btn-group .dropdown-menu {
  z-index: 500;
  margin: -3px 0 0;
  padding: 1px 0 0;
  border-width: 0 1px 1px;
  border-color: #929292;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
  line-height: 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select.btn-group.type2 .dropdown-menu.inner {
  margin: 0;
  padding: 2px 0;
}

.bootstrap-select.btn-group.type2 .dropdown-menu li a {
  padding: 7px 10px;
  color: #2c3c73;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  padding: 8px 20px;
  line-height: inherit;
}

.bootstrap-select.btn-group.type2 .dropdown-menu li + li {
  border: none;
}

.bootstrap-select.btn-group .dropdown-menu li + li {
  border-top: 1px solid #f3f3f3;
}

.mobile-panel footer .btn {
  min-width: 274px;
}

input[type="button"].btn,
input[type="reset"].btn,
input[type="submit"].btn {
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.mobile-panel .btn-info {
  border-color: #5d87ff;
  background-color: #fff;
  color: #5d87ff;
}

.mobile-panel .btn {
  position: relative;
  z-index: 5;
  overflow: hidden;
  padding: 12px;
  border-radius: 22px;
  font-size: 14px;
  line-height: 19px;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.mobile-panel .btn-info:active,
.mobile-panel .btn-info.active,
.mobile-panel .open > .dropdown-toggle.btn-info,
.mobile-panel .btn-info:focus,
.mobile-panel .btn-info.focus,
.mobile-panel .btn-info:active:hover,
.mobile-panel .btn-info.active:hover,
.mobile-panel .open > .dropdown-toggle.btn-info:hover,
.mobile-panel .btn-info:active:focus,
.mobile-panel .btn-info.active:focus,
.mobile-panel .open > .dropdown-toggle.btn-info:focus,
.mobile-panel .btn-info.focus:active,
.mobile-panel .btn-info.active.focus,
.mobile-panel .open > .dropdown-toggle.btn-info.focus,
.mobile-panel .btn-info:hover {
  border-color: #212b60;
  background-color: #fff;
  color: #212b60;
}

.bootstrap-select.type2 .dropdown-menu {
  margin: 2px 0;
  border: none;
  border-radius: 5px;
  font-size: 15px;
  line-height: 20px;
  -webkit-box-shadow: 0 0 7px rgb(255 255 255 / 40%);
  box-shadow: 0 0 7px rgb(255 255 255 / 40%);
}

.bootstrap-select .dropdown-menu {
  z-index: 500;
  margin: -3px 0 0;
  padding: 1px 0 0;
  border-width: 0 1px 1px;
  border-color: #929292;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
  line-height: 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* bootstrap-select */
.bootstrap-select .dropdown-toggle .filter-option {
  text-overflow: ellipsis;
}

.bootstrap-select.type2 > .dropdown-toggle {
  padding: 15px 10px 15px 40px;
  border: none;
  border-radius: 5px;
  background: #fff;
  color: #2c3c73;
  font-size: 15px;
  line-height: 20px;
  text-transform: none;
}

.bootstrap-select.type2 > .dropdown-toggle.bs-placeholder,
.bootstrap-select.type2 > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select.type2 > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select.type2 > .dropdown-toggle.bs-placeholder:active {
  color: #2c3c73;
}

.bootstrap-select.type2 .dropdown-toggle .caret {
  left: 19px;
}

.bootstrap-select.type2 .dropdown-menu {
  margin: 2px 0;
  border: none;
  border-radius: 5px;
  font-size: 15px;
  line-height: 20px;
  -webkit-box-shadow: 0 0 7px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 7px rgba(255, 255, 255, 0.4);
}

.bootstrap-select.type2 .dropdown-menu.inner {
  margin: 0;
  padding: 2px 0;
}

.bootstrap-select.type2 .dropdown-menu li + li {
  border: none;
}

.bootstrap-select.type2 .dropdown-menu li a {
  padding: 7px 10px;
  color: #2c3c73;
}

.bootstrap-select.type2 .dropdown-menu > li > a:hover,
.bootstrap-select.type2 .dropdown-menu > li > a:focus {
  color: #5d87ff;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  width: auto;
  height: auto;
  margin-top: -10px;
  border: none;
}

.location-opened .ui-front {
  z-index: 99999;
  margin: 2px 0;
  padding: 2px 0 12px;
  border-radius: 4px;
  color: #212b60;
  font-size: 15px;
  line-height: 20px;
  -webkit-box-shadow: 0 0 7px rgb(255 255 255 / 40%);
  box-shadow: 0 0 7px rgb(255 255 255 / 40%);
}

.location-opened .ui-front .ui-menu-item .ui-menu-item-wrapper {
  position: relative;
  padding: 8px 10px;
  cursor: pointer;
}

@media screen and (max-width: 767px),
  screen and (orientation: landscape) and (max-width: 767px),
  screen and (orientation: portrait) and (max-width: 767px) {
  .navbar-absolute-top {
    background: #212b60;
  }

  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .navbar-header {
    margin: 9px 22px 8px 0;
  }

  .navbar-header {
    float: left;
  }

  .navbar-brand > img {
    width: auto;
    height: 35px;
  }

  body {
    line-height: 24px;
    -webkit-text-size-adjust: none;
  }

  .btn-menu {
    margin: 19px 0 0;
  }

  .mobile-tools {
    float: right;
    list-style: none;
    margin: 14px 24px 15px 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
  }

  .mobile-tools li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 7px;
  }

  .mobile-tools a img {
    vertical-align: top;
  }

  .mobile-panel {
    top: 50px;
    bottom: 70px;
  }
}

@media screen and (max-width: 1280px) {
  .navbar-absolute-top {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .navbar-header {
    margin-right: 25px;
  }

  .main-nav > ul > li {
    padding: 0 5px;
  }

  .btn-menu {
    position: relative;
    float: left;
    width: 22px;
    height: 14px;
    font-size: 0;
    line-height: 0;
  }

  .btn-menu:before {
    top: 0;
    -webkit-box-shadow: 0 6px #fff;
    box-shadow: 0 6px #fff;
  }

  .btn-menu:before,
  .btn-menu:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    content: "";
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  .btn-menu:after {
    bottom: 0;
  }

  .menu-opened .btn-menu:before,
  .contact-opened .btn-menu:before,
  .location-opened .btn-menu:before {
    top: 50%;
    margin-top: -1px;
    -webkit-box-shadow: 0 0 transparent;
    box-shadow: 0 0 transparent;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu-opened .btn-menu:after,
  .contact-opened .btn-menu:after,
  .location-opened .btn-menu:after {
    bottom: 50%;
    margin-bottom: -1px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .menu-opened .menu-panel,
  .contact-opened .contact-panel,
  .location-opened .location-panel {
    left: 0;
  }

  .menu-panel {
    background: #fff;
  }

  .mobile-panel {
    position: fixed;
    left: -100%;
    top: 90px;
    bottom: 72px;
    z-index: 50;
    width: 100%;
    overflow-y: auto;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
  }

  .mobile-panel .inner {
    position: relative;
    min-height: 100%;
    padding: 0 10px;
  }

  .mobile-search {
    margin: 0 -10px;
    padding: 20px 10px;
    background: #4f5266;
  }

  .mobile-search .form-group {
    position: relative;
    margin: 0;
    padding: 0 60px 0 0;
  }

  .mobile-search .form-control {
    height: 40px;
    padding: 11px 25px;
    border: none;
    border-radius: 20px 0 0 20px;
    color: #212b60;
    font-size: 14px;
    line-height: 18px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .mobile-search .btn-submit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    overflow: hidden;
    border-radius: 0 20px 20px 0;
    background: #5d87ff;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .mobile-search .btn-submit:before {
    position: absolute;
    left: 49%;
    top: 47%;
    font: normal normal normal 22px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "\f002";
  }

  .mobile-search .btn-submit input[type="submit"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    opacity: 0;
  }

  .mobile-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    font: 23px/27px "Magistral", sans-serif;
  }

  .mobile-nav li {
    position: relative;
  }

  .mobile-nav .has-drop > a {
    padding-right: 40px;
  }

  .mobile-nav a {
    display: block;
    position: relative;
    padding: 16px 14px 17px;
    color: #212b60;
  }

  .mobile-nav .opener {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    font-size: 0;
    line-height: 0;
  }

  .mobile-nav .opener:before {
    position: absolute;
    left: 50%;
    top: 50%;
    font: normal normal normal 20px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .mobile-nav > li + li:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    background: #5f89ff;
    content: "";
  }

  .mobile-panel {
    transition: all 0.6s;
  }

  .menu-opened,
  .contact-opened,
  .location-opened {
    position: relative;
    overflow: hidden;
  }

  .mobile-nav a:hover,
  .mobile-nav a:focus,
  .mobile-nav .active > a {
    text-decoration: none;
    color: #6f9dff;
  }

  .mobile-nav .active > a .opener:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    -o-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .mobile-nav ul.type2 {
    padding: 2px 10px;
  }

  .mobile-nav ul {
    position: relative;
    z-index: 5;
    list-style: none;
    margin: 0;
    padding: 0;
    font: 700 16px/20px "Roboto", sans-serif;
  }

  .mobile-nav > li > ul:before {
    position: absolute;
    left: 10px;
    top: 0;
    right: 10px;
    height: 1px;
    background: #5f89ff;
    content: "";
  }

  .mobile-nav ul.type2 > li > a {
    font: 700 18px/22px "Magistral", sans-serif;
  }

  .mobile-nav ul.type2 a {
    padding: 10px 15px;
  }

  .mobile-nav ul a {
    padding: 10px 20px;
  }

  .mobile-nav ul.type2 ul {
    margin-top: 0;
    padding-bottom: 7px;
  }

  .mobile-nav ul ul {
    margin-top: -10px;
    font-size: 15px;
    font-weight: 400;
  }

  .mobile-nav ul.type2 ul a {
    padding-left: 30px;
    padding-right: 30px;
  }

  .mobile-nav ul.type2 a {
    padding: 10px 15px;
  }

  .mobile-nav ul ul a {
    padding-left: 50px;
  }

  .mobile-nav ul a {
    padding: 10px 20px;
  }

  .mobile-nav > li > ul {
    margin: 0 -10px -1px;
    padding: 14px 10px;
    background: #e9f6fc;
  }

  .mobile-nav .drop-menu {
    display: none;
  }

  .mobile-nav ul.type2 > li + li:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    background: #212b60;
    content: "";
  }

  .menu-opened .menu-panel,
  .contact-opened .contact-panel,
  .location-opened .location-panel {
    left: 0;
  }

  .location-panel {
    background: #4f5266;
    color: #fff;
  }

  .location-panel .inner {
    padding: 0 20px 90px;
  }

  .mobile-panel .inner {
    position: relative;
    min-height: 100%;
    padding: 15px 10px;
  }

  .location-panel label {
    display: block;
    margin: 0 0 7px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
  }

  .location-panel .form-control {
    height: 50px;
    margin: 0 0 23px;
    padding: 15px 10px;
    border: none;
    border-radius: 5px;
    font: 15px/20px "Roboto", sans-serif;
    color: #2c3c73;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .location-panel footer {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 30px;
    padding: 0;
  }

  .mobile-panel .btn {
    font-size: 17px;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 992px) {
  .mobile-panel {
    bottom: 0;
    top: 0 !important;
    padding-top: 92px;
    padding-bottom: 70px;
    z-index: 1002;
    position: absolute;
    height: 100vh;
    overflow-y: scroll;
  }

  .mobile-nav ul.type2 > li > a {
    font: 400 15px/20px "Roboto", sans-serif;
  }

  .mobile-panel {
    /* z-index: 5000; */
    bottom: 0;
    top: 0 !important;
    padding-top: 92px;
    padding-bottom: 70px;
    z-index: 1002;
    position: absolute;
    height: 100vh;
    overflow-y: scroll;
  }
}

@media screen and (max-width: 767px) {
  header.navbar .top-nav-additional + .container {
    margin-top: 0;
  }

  .main-nav,
  .container .user-block .search-part {
    display: none;
  }

  .small-logo-zim img {
    width: 35px;
    margin-top: 5px;
  }

  .location {
    background: url(https://www.zim.com/images/css_sprites.png) no-repeat -100px -121px;
    width: 20px;
    height: 20px;
    display: block;
  }

  .location img {
    display: none;
  }

  .mobile-panel {
    padding-top: 50px;
  }

  .mobile-search {
    background: none;
  }

  .mobile-search form {
    border: 1px solid #212b60;
    border-radius: 22px;
  }

  .mobile-nav li {
    font-weight: 500;
  }

  .mobile-nav li.additional-top-links-mobile {
    font-weight: 400;
  }

  .additional-top-links-mobile {
    background: #e9f6fc;
  }

  .mobile-panel {
    padding-top: 50px;
  }

  .location-panel footer {
    position: static;
    margin-top: 70px;
  }
}
