#lay-nav {
  height: 140px;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 1200px) {
  #lay-nav {
    height: 120px;
  }
}
@media all and (max-width: 1000px) {
  #lay-nav {
    height: 80px;
  }
}
#lay-nav #logo {
  float: left;
  height: 100px;
  margin-top: 20px;
}
@media all and (max-width: 1200px) {
  #lay-nav #logo {
    height: 80px;
  }
}
@media all and (max-width: 1000px) {
  #lay-nav #logo {
    height: 60px;
    margin-top: 10px;
  }
}
#lay-nav .top-nav, #lay-nav .bottom-nav {
  float: right;
  padding-right: calc(50% - 640px);
  white-space: nowrap;
}
#lay-nav .top-nav .item, #lay-nav .bottom-nav .item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 15px;
}
@media all and (max-width: 1200px) {
  #lay-nav .top-nav .item, #lay-nav .bottom-nav .item {
    margin: 0 10px;
  }
}
#lay-nav .top-nav .item .submenu, #lay-nav .bottom-nav .item .submenu {
  min-width: 250px;
  position: absolute;
  z-index: 1;
  top: 100%;
  padding: 0 15px;
  border-radius: 20px;
  background: #ffe781;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
#lay-nav .top-nav .item .submenu:hover, #lay-nav .bottom-nav .item .submenu:hover {
  opacity: 1;
  pointer-events: all;
}
#lay-nav .top-nav .item .submenu:before, #lay-nav .bottom-nav .item .submenu:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 100%;
}
#lay-nav .top-nav .item .submenu a, #lay-nav .bottom-nav .item .submenu a {
  display: block;
  padding: 12px 10px;
  line-height: 22px;
  text-decoration: none;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  color: #0f1f3c;
}
#lay-nav .top-nav .item .submenu a:not(:last-of-type), #lay-nav .bottom-nav .item .submenu a:not(:last-of-type) {
  border-bottom: 1px dashed #d9aa00;
}
#lay-nav .top-nav .item:nth-of-type(n+4) .submenu, #lay-nav .bottom-nav .item:nth-of-type(n+4) .submenu {
  right: 0;
}
#lay-nav .top-nav .item:nth-of-type(-n+3) .submenu, #lay-nav .bottom-nav .item:nth-of-type(-n+3) .submenu {
  left: 0;
}
@media all and (min-width: 1001px) {
  #lay-nav .top-nav .item a:hover + .submenu, #lay-nav .top-nav .item button:hover + .submenu, #lay-nav .bottom-nav .item a:hover + .submenu, #lay-nav .bottom-nav .item button:hover + .submenu {
    opacity: 1;
    pointer-events: all;
  }
}
#lay-nav .top-nav {
  height: 90px;
  line-height: 90px;
}
@media all and (max-width: 1200px) {
  #lay-nav .top-nav {
    height: 70px;
    line-height: 70px;
  }
}
#lay-nav .top-nav .item > a {
  padding-bottom: 3px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 17px;
  font-weight: 700;
  color: #0f1f3c;
}
@media all and (max-width: 1200px) {
  #lay-nav .top-nav .item > a {
    font-size: 15px;
  }
}
#lay-nav .top-nav .item.active > a {
  border-bottom: 3px solid #fccd07;
}
#lay-nav .top-nav .item .submenu {
  top: calc(100% - 10px);
}
#lay-nav .top-nav .item .submenu:before {
  height: 22px;
}
#lay-nav .top-nav .btn-inside {
  width: 30px;
  height: 90px;
}
@media all and (max-width: 1200px) {
  #lay-nav .top-nav .btn-inside {
    height: 70px;
  }
}
#lay-nav .top-nav .btn-inside > button {
  width: 26px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#lay-nav .top-nav .btn-inside > button img {
  width: 100%;
  height: 100%;
}
@media all and (max-width: 1000px) {
  #lay-nav .top-nav #search-form {
    width: 100%;
    position: absolute;
    left: 0;
  }
}
#lay-nav .top-nav #search-form input {
  min-width: 400px;
  max-width: 50vw;
  height: 46px;
  padding: 0 110px 0 15px;
  border: 0;
  border-radius: 23px;
  background: #efd771;
  color: #967d1a;
}
@media all and (max-width: 1000px) {
  #lay-nav .top-nav #search-form input {
    width: 100%;
    max-width: unset;
    min-width: unset;
    padding-right: 150px;
  }
}
#lay-nav .top-nav #search-form .btn.def {
  position: absolute;
  top: calc(50% - 23px);
  right: 15px;
}
@media all and (max-width: 1000px) {
  #lay-nav .top-nav #search-form .btn.def {
    right: 0;
  }
}
#lay-nav .bottom-nav {
  height: 50px;
  position: relative;
  line-height: 50px;
}
#lay-nav .bottom-nav:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: -10px;
  top: 0;
  border-top-left-radius: 20px;
  background: #fccd07;
}
#lay-nav .bottom-nav .item > a {
  padding-bottom: 2px;
  text-decoration: none;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #0f1f3c;
}
@media all and (max-width: 1200px) {
  #lay-nav .bottom-nav .item > a {
    font-size: 15px;
  }
}
#lay-nav .bottom-nav .item.active > a {
  border-bottom: 3px solid #d9aa07;
}
#lay-nav .bottom-nav .item .submenu {
  top: calc(100% + 16px);
}
#lay-nav .bottom-nav .item .submenu:before {
  height: 34px;
}
@media all and (min-width: 1001px) {
  #lay-nav .resp-menu .back {
    display: none;
  }
}
@media all and (max-width: 1000px) {
  #lay-nav .resp-menu {
    width: 200vw;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(100vw);
    padding-top: 80px;
    background: white;
    transition: transform 0.5s ease;
  }
  #lay-nav .resp-menu.active {
    transform: none;
  }
  #lay-nav .resp-menu.active.show-submenu {
    transform: translateX(-100vw);
  }
  #lay-nav .resp-menu .top-nav, #lay-nav .resp-menu .bottom-nav {
    float: none;
    height: auto;
    width: 100vw;
    position: static;
    padding: 0;
    line-height: 26px;
    text-align: center;
  }
  #lay-nav .resp-menu .top-nav .item, #lay-nav .resp-menu .bottom-nav .item {
    display: block;
    width: 100%;
    position: static;
    line-height: inherit;
    padding: 7px 0;
  }
  #lay-nav .resp-menu .top-nav .item > button, #lay-nav .resp-menu .bottom-nav .item > button {
    position: static;
    transform: none;
  }
  #lay-nav .resp-menu .top-nav .item .submenu, #lay-nav .resp-menu .bottom-nav .item .submenu {
    display: none;
    width: calc(96vw);
    position: absolute;
    top: 100px;
    left: 0;
    transform: translateX(102vw);
    text-align: center;
    opacity: 1;
    pointer-events: all;
  }
  #lay-nav .resp-menu .top-nav .item .submenu.active, #lay-nav .resp-menu .bottom-nav .item .submenu.active {
    display: block;
  }
  #lay-nav .resp-menu .bottom-nav {
    background: #fccd07;
  }
  #lay-nav .resp-menu .bottom-nav:before {
    display: none;
  }
  #lay-nav .resp-menu .back {
    width: 30px;
    height: 20px;
    overflow: hidden;
    position: absolute;
    top: 30px;
    left: 102vw;
  }
  #lay-nav .resp-menu .back img {
    width: 60px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
    transform: rotate(180deg);
  }
}
#lay-nav #hmb {
  float: left;
  height: 21px;
  width: 30px;
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
  z-index: 11;
  border: 0;
  background: 0;
  transition: transform 0.5s ease;
}
@media all and (min-width: 1001px) {
  #lay-nav #hmb {
    display: none;
  }
}
#lay-nav #hmb span {
  display: block;
  height: 3px;
  width: 90%;
  position: absolute;
  left: 0;
  background: black;
}
#lay-nav #hmb span:nth-of-type(1) {
  top: 0;
  transform-origin: top left;
  transition: left 0.5s ease, transform 0.5s ease;
}
#lay-nav #hmb span:nth-of-type(2) {
  top: 9px;
  left: 0;
  transition: width 0.3s ease, left 0.3s ease;
}
#lay-nav #hmb span:nth-of-type(3) {
  bottom: 0;
  transform-origin: bottom left;
  transition: left 0.5s ease, transform 0.5s ease;
}
#lay-nav #hmb.active {
  position: fixed;
  top: 30px;
  transform: rotate(180deg);
}
#lay-nav #hmb.active span:nth-of-type(1) {
  transform: rotate(45deg);
  left: 5px;
}
#lay-nav #hmb.active span:nth-of-type(2) {
  width: 0;
  left: 15px;
}
#lay-nav #hmb.active span:nth-of-type(3) {
  left: 5px;
  transform: rotate(-45deg);
}

#hdr {
  height: 580px;
  position: relative;
  background-image: linear-gradient(to right, #003f97 48%, transparent 70%), url(../img/bg.jpg);
  background-size: 100% 100%, 60% auto;
  background-position: center left, center right;
  background-repeat: no-repeat;
}
#hdr .wrp {
  max-width: 1280px;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(50% - 640px);
  padding: 0;
}
@media all and (max-width: 1300px) {
  #hdr .wrp {
    width: calc(100% - 20px);
    left: 10px;
  }
}
#hdr #header-slider {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#hdr #header-slider .slide {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}
@media all and (max-width: 1060px) {
  #hdr #header-slider .slide {
    width: calc(100% - 20px);
    max-width: 530px;
  }
}
@media all and (max-width: 800px) {
  #hdr #header-slider .slide {
    max-width: 400px;
  }
}
#hdr #header-slider .slide.active {
  opacity: 1;
  pointer-events: all;
}
#hdr #header-slider .slide h1 {
  margin-bottom: 10px;
  line-height: 1.1em;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 56px;
  color: white;
}
@media all and (max-width: 1200px) {
  #hdr #header-slider .slide h1 {
    font-size: 52px;
  }
}
@media all and (max-width: 1000px) {
  #hdr #header-slider .slide h1 {
    font-size: 46px;
  }
}
@media all and (max-width: 800px) {
  #hdr #header-slider .slide h1 {
    font-size: 40px;
  }
}
@media all and (max-width: 600px) {
  #hdr #header-slider .slide h1 {
    font-size: 34px;
  }
}
#hdr #header-slider .slide h1 .highlight {
  color: #6296dd;
}
#hdr #header-slider .slide p {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #B1C7E7;
}
#hdr #header-slider .slide .btn.def {
  margin-top: 30px;
  background: #003886;
}
#hdr #header-slider .slide .btn.def:hover {
  background: #002c78;
}

#lay-ftr {
  position: relative;
  padding: 50px 0 15px;
  background: #003072;
  color: #B1C7E7;
}
#lay-ftr .strip {
  width: 100%;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, #003f97 20%, #6296dd 20%, #6296dd 40%, #abc9f1 40%, #abc9f1 60%, #fccd07 60%, #fccd07 80%, #d9aa07 80%);
}
#lay-ftr .top {
  color: white;
}
#lay-ftr .top img {
  margin-right: 30px;
  margin-bottom: 20px;
}
#lay-ftr .top h2 {
  float: left;
  width: 170px;
  padding: 20px 0;
  font-family: BradleyHand;
  font-weight: 700;
}
#lay-ftr .cols .col {
  float: left;
  width: 25%;
  padding-right: 20px;
}
@media all and (max-width: 920px) {
  #lay-ftr .cols .col {
    width: 50%;
    padding-top: 40px;
  }
}
@media all and (max-width: 600px) {
  #lay-ftr .cols .col {
    width: 100%;
    padding-right: 0;
  }
}
#lay-ftr .middle {
  padding: 65px 0 80px;
}
#lay-ftr .middle h2 {
  padding-bottom: 25px;
  line-height: 30px;
  color: white;
}
@media all and (max-width: 920px) {
  #lay-ftr .middle h2 {
    padding-bottom: 20px;
  }
}
#lay-ftr .middle a:not(.social) {
  float: left;
  clear: left;
  display: block;
  position: relative;
  padding: 4px 0;
  line-height: 22px;
  transition: padding 0.35s ease;
  text-decoration: none;
}
#lay-ftr .middle a:not(.social):before {
  content: "";
  display: block;
  width: 0;
  height: 12px;
  position: absolute;
  top: calc(50% - 6px);
  left: 0;
  transition: width 0.35s ease;
  background-image: url(../img/arrow.svg);
  background-size: cover;
  background-position: center right;
}
#lay-ftr .middle a:not(.social):hover {
  padding-left: 40px;
}
#lay-ftr .middle a:not(.social):hover:before {
  width: 20px;
}
#lay-ftr .middle .without-heading {
  padding-top: 55px;
}
#lay-ftr .middle #social-sites {
  /*img{
      vertical-align: top;
      max-width: 20px;
      max-height: 20px;   
  }*/
}
#lay-ftr .middle #social-sites a {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  position: relative;
  margin-right: 30px;
  text-decoration: none;
}
#lay-ftr .middle #social-sites a img {
  vertical-align: top;
  max-width: 20px;
  max-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity 0.3s ease;
}
#lay-ftr .middle #social-sites a img:last-of-type {
  opacity: 0;
}
#lay-ftr .middle #social-sites a:hover img:first-of-type {
  opacity: 0;
}
#lay-ftr .middle #social-sites a:hover img:last-of-type {
  opacity: 1;
}
#lay-ftr .bottom p {
  text-align: center;
  margin: 10px 0;
}
@media all and (min-width: 900px) {
  #lay-ftr .bottom p.copyright {
    float: left;
  }
  #lay-ftr .bottom p.owner {
    float: right;
  }
}
#lay-ftr .bottom p.owner img {
  vertical-align: middle;
  max-width: 24px;
  max-height: 24px;
  margin-left: 3px;
}

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