.section-hero {
  padding: 180px 0 80px;
  overflow: hidden;
}
@media (min-width: 1023px) {
  .section-hero {
    padding: 260px 0 120px;
  }
}
.section-hero h1 {
  margin-bottom: 22px;
  line-height: 1;
}
.section-hero p {
  font-size: 20px;
  margin-bottom: 22px;
}
.section-hero .btn {
  font-size: 16px;
  height: 46px;
  line-height: 46px;
  border-radius: 23px;
  padding: 0 28px;
  margin-bottom: 16px;
  text-align: center;
  width: 100%;
}
.section-hero .btn:hover {
  background-color: #001a45;
  color: #fff;
}
@media (min-width: 767px) {
  .section-hero .btn {
    width: auto;
    margin-right: 16px;
  }
}
.section-hero .btn.grey {
  background-color: rgb(239, 239, 239);
}
.section-hero .btn.grey:hover {
  background-color: #001a45;
  color: #fff;
}
.section-hero .wp-google-review {
  position: relative !important;
}
.section-hero .slick-track {
  display: flex !important;
}

.btn.header-cta {
  font-size: 16px;
  height: 46px;
  line-height: 46px;
  border-radius: 23px;
  padding: 0 28px;
  text-align: center;
  width: 100%;
}
@media (min-width: 1023px) {
  .btn.header-cta {
    width: auto;
    margin-left: 16px;
  }
}

.header-top-inner {
  display: none;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 1023px) {
  .header-top-inner {
    padding: 8px 0;
    display: flex;
  }
}

.wp-google-reviews {
  border-radius: 20px;
  margin: 24px -10px 0;
}
@media (min-width: 1023px) {
  .wp-google-reviews {
    padding-bottom: 58px;
    margin: 0;
  }
  .wp-google-reviews:before {
    content: "";
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    background-color: rgb(91, 104, 137);
    position: absolute;
    border-radius: 20px;
  }
}
.wp-google-reviews .slick-track {
  display: flex !important;
}
.wp-google-reviews .slick-slide {
  height: inherit !important;
  margin: 0 10px;
}
@media (min-width: 1023px) {
  .wp-google-reviews .slick-slide {
    margin: 0;
  }
}
.wp-google-reviews .slick-list {
  overflow: visible;
}
@media (min-width: 1023px) {
  .wp-google-reviews .slick-list {
    overflow: hidden;
  }
}
.wp-google-reviews .slick-arrow {
  width: 32px;
  height: 32px;
  background-color: rgb(255, 255, 255);
  border-radius: 16px;
  font-size: 0;
  padding: 0;
  border: none;
  position: absolute;
  bottom: 13px;
  right: 32px;
}
.wp-google-reviews .slick-arrow:after {
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  font-weight: 500;
}
.wp-google-reviews .slick-prev {
  right: 72px;
}
.wp-google-reviews .slick-prev:after {
  content: "<";
}
.wp-google-reviews .slick-next:after {
  content: ">";
}

.wp-google-url {
  display: none;
}

.wp-google-time {
  display: none;
}

.wp-google-right {
  display: flex;
  flex-direction: column;
}

.wp-google-name {
  order: 1;
  text-decoration: none;
}
.wp-google-name:hover {
  color: rgb(252, 212, 4);
}
.wp-google-name::before {
  content: "- ";
}

.wp-google-review {
  background-color: #001a45;
  border-radius: 20px;
  padding: 30px;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
}
@media (min-width: 1023px) {
  .wp-google-review {
    padding: 40px;
  }
}

.wp-google-left {
  display: none;
}

.wp-google-text {
  margin-bottom: 24px;
  margin-top: 8px;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wp-google-text::before {
  content: '"';
}
.wp-google-text::after {
  content: '"';
}

.wp-google-stars svg {
  margin-right: 4px;
  width: 20px;
  height: 20px;
}
.wp-google-stars svg path {
  fill: rgb(252, 212, 4);
}

#wpadminbar {
  position: fixed;
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 760;
  background-color: #fff;
  pointer-events: all !important;
  padding: 22px 0;
  border-bottom: 1px solid rgb(121, 130, 160);
}
@media (min-width: 1023px) {
  .header {
    padding: 0;
  }
}
.header .container {
  max-width: 1320px;
}
.admin-bar .header {
  top: 46px;
}
@media (min-width: 1023px) {
  .admin-bar .header {
    top: 32px;
  }
}
.header .logo {
  display: inline-block;
  max-width: 108px;
}
.header .logo img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
@media (min-width: 1023px) {
  .header .logo {
    max-width: 182px;
  }
}

.header-top {
  background-color: #001a45;
}

.top-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  justify-content: flex-end;
}
@media (min-width: 1023px) {
  .top-menu {
    display: flex;
  }
}
.top-menu li {
  height: auto !important;
}
.top-menu li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 16px 10px;
  cursor: pointer;
  font-weight: 500;
  transition: color 0.3s ease-in;
}
.top-menu li a:hover {
  color: rgb(250, 214, 4);
}
.top-menu .menu-item-has-children {
  position: relative;
  display: flex;
  align-items: center;
}
.top-menu .menu-item-has-children:hover .sub-menu {
  display: block;
  visibility: initial;
}
.top-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  min-width: 200px;
  list-style: none;
  margin: 0;
  padding: 14px 0;
  display: none;
  visibility: hidden;
  overflow: hidden;
  background-color: rgb(55, 71, 109);
  transform: translateX(-50%);
  z-index: 2;
}
.top-menu .sub-menu li {
  margin: 0;
  padding: 0;
}
.top-menu .sub-menu li a {
  padding: 8px 16px;
  white-space: nowrap;
}

.menu-main {
  list-style: none;
  margin: 0;
  display: none;
  justify-content: flex-end;
}
@media (min-width: 1023px) {
  .menu-main {
    display: flex;
  }
}
.menu-main li a {
  display: inline-block;
  color: #001a45;
  text-decoration: none;
  padding: 36px 12px;
  cursor: pointer;
  font-weight: 500;
  transition: color 0.3s ease-in;
}
.menu-main li a:hover {
  color: rgb(250, 214, 4);
}
.menu-main .menu-item-has-children {
  display: flex;
  align-items: center;
}
.menu-main .menu-item-has-children:first-child > a {
  padding-left: 40px;
}
.menu-main .menu-item-has-children > a {
  display: flex;
  align-items: center;
  font-size: 14px;
}
@media (min-width: 1223px) {
  .menu-main .menu-item-has-children > a {
    font-size: 16px;
  }
}
.menu-main .menu-item-has-children > a:after {
  content: "";
  background-image: url("../static/icons/submenu.svg");
  min-width: 14px;
  width: 14px;
  height: 14px;
  background-size: contain;
  margin-left: 10px;
  display: inline-block;
  background-repeat: no-repeat;
  transition: transform 0.2s ease-in;
}
.menu-main .menu-item-has-children:hover a {
  color: #001a45;
}
.menu-main .menu-item-has-children:hover a:after {
  transform: rotate(180deg);
}
.menu-main .menu-item-has-children:hover .sub-menu {
  display: grid;
  visibility: initial;
}
.menu-main .sub-menu {
  position: absolute;
  display: none;
  visibility: hidden;
  overflow: hidden;
  left: 0;
  right: 0;
  top: 100%;
  background-color: #fff;
  list-style: none;
  margin: 0;
  padding: 12px 24px 38px;
  border-bottom: 3px solid #001a45;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 70px;
  border-top: 1px solid rgb(121, 130, 160);
}
@media (min-width: 1400px) {
  .menu-main .sub-menu {
    padding: 12px calc((100vw - 1320px) / 2) 38px;
  }
}
.menu-main .sub-menu li {
  margin: 0;
  padding: 0;
}
.menu-main .sub-menu li a {
  padding: 11px 12px;
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
}
.menu-main .sub-menu li a:hover {
  color: rgb(252, 212, 4);
}
.menu-main .sub-menu li a img {
  min-width: 48px;
  margin-right: 16px;
}
.menu-main .sub-menu li a .description {
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  margin-top: 4px;
  color: #001a45;
}

.header-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-main {
  position: relative;
}
@media (min-width: 1023px) {
  .header-main {
    border-bottom: 1px solid rgb(121, 130, 160);
  }
}

.menu-toggle {
  padding: 0;
  background: transparent;
  width: 40px;
  height: 32px;
  display: inline-block;
  position: relative;
  border: none;
  outline: none;
}
@media (min-width: 1023px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle:before, .menu-toggle:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 4px;
  background: #001a45;
  transition: top 0.3s ease 0.3s, width 0.1s ease-in 0.1s, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transform-origin: 50% 50%;
}
.menu-toggle span {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 4px;
  background: #001a45;
  top: 14px;
  transition: opacity 0.2s ease-in;
}
.menu-toggle:before {
  top: 4px;
}
.menu-toggle:after {
  top: 24px;
}
.menu-toggle.menu-close:before, .menu-toggle.menu-close:after {
  top: 14px;
  transition: top 0.3s, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  transform-origin: 50% 50%;
}
.menu-toggle.menu-close:before {
  transform: rotate(45deg);
}
.menu-toggle.menu-close:after {
  transform: rotate(-45deg);
}
.menu-toggle.menu-close span {
  opacity: 0;
}

.off-canvas {
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  max-height: 100vh;
  z-index: 5;
  overflow-y: auto;
  transition: transform 0.3s ease-in;
  padding: 120px 20px 20px;
  transform: translateY(-100%);
  background-color: #fff;
}
.admin-bar .off-canvas {
  padding: 166px 20px 20px;
}
.off-canvas.active {
  transform: translateY(0);
}
.off-canvas .menu {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.off-canvas .menu > li {
  margin-bottom: 24px;
  height: auto !important;
}
.off-canvas .menu > li > a {
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.off-canvas .menu ul {
  flex-direction: column;
  align-items: center;
  list-style: none;
  padding: 0;
  display: none;
}
.off-canvas .menu ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid currentColor;
}
.off-canvas .menu ul li a img {
  min-width: 36px;
  margin-right: 16px;
  width: 36px;
}
.off-canvas .menu ul li a .description {
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  margin-top: 4px;
  color: #001a45;
}
.off-canvas .menu-item-has-children > a {
  display: inline-flex;
  align-items: center;
}
.off-canvas .menu-item-has-children > a:after {
  content: "";
  background-image: url("../static/icons/submenu.svg");
  min-width: 14px;
  width: 14px;
  height: 14px;
  background-size: contain;
  margin-left: 10px;
  display: inline-block;
  background-repeat: no-repeat;
  transition: transform 0.2s ease-in;
}
.off-canvas .menu-item-has-children > a.active::after {
  transform: rotate(180deg);
}

.services-search-subtitle {
  font-size: 20px;
  color: rgb(252, 212, 4);
  margin-bottom: 24px;
}
@media (min-width: 1023px) {
  .services-search-subtitle {
    font-size: 24px;
  }
}

.services-search-section {
  padding: 60px 0 !important;
}
@media (min-width: 1023px) {
  .services-search-section {
    padding: 100px 0 !important;
  }
}

.facetwp-facet-search .facetwp-input-wrap {
  display: block;
}
.facetwp-facet-search .facetwp-icon {
  right: auto;
  left: 10px;
}

.facetwp-search {
  height: 60px;
  border-radius: 30px;
  border: none;
  width: 100%;
  padding-left: 48px;
  padding-right: 12px;
}
@media (min-width: 1023px) {
  .facetwp-search {
    height: 74px;
    border-radius: 37px;
  }
}

.services-search-item {
  display: flex;
  align-items: center;
  border-radius: 5px;
  color: rgb(0, 26, 69);
  background-color: #fff;
  margin-bottom: 12px;
  text-decoration: none;
  font-weight: 600;
  line-height: 1;
  padding-right: 20px;
  transition: all 0.2s ease-in;
}
.services-search-item:hover {
  color: rgb(0, 26, 69);
  background-color: #d7dced;
}
@media (min-width: 767px) {
  .services-search-item {
    width: 48%;
  }
}
@media (min-width: 1023px) {
  .services-search-item {
    width: auto;
    margin: 0 6px 12px;
  }
}
.services-search-item img {
  margin-right: 20px;
  min-width: 52px;
}

.services-search-row {
  padding-top: 24px;
  border-top: 1px solid #fff;
  margin-top: 24px;
}
@media (min-width: 767px) {
  .services-search-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 40px;
    margin-top: 40px;
  }
}
@media (min-width: 1023px) {
  .services-search-row {
    justify-content: center;
  }
}

form.searchwp-form input.swp-input--search {
  height: 60px;
  border-radius: 30px;
  border: none;
  width: 100%;
  padding-left: 48px !important;
  padding-right: 12px;
  background-image: url('data:image/svg+xml,<svg width="27" height="28" viewBox="0 0 27 28" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_2265_326)"><path d="M26.0563 23.3979L20.9467 18.3435C25.7702 11.1164 20.9611 1.37804 12.2907 0.814413C3.62006 0.250788 -2.40916 9.28465 1.43801 17.0754C3.34094 20.9289 7.26697 23.3673 11.5647 23.3649C13.7979 23.3672 15.9804 22.6997 17.8304 21.4488L22.9509 26.5694C23.81 27.4233 25.1972 27.4233 26.0563 26.5694C26.9549 25.7032 26.9549 24.2641 26.0563 23.3979ZM11.5647 4.02809C17.7105 4.02831 21.5517 10.6816 18.4785 16.0038C15.4053 21.3261 7.72316 21.3258 4.65044 16.0032C3.95182 14.7929 3.58305 13.4203 3.58113 12.0227C3.58102 7.61166 7.15368 4.03416 11.5647 4.02809Z" fill="%23001A45"/></g><defs><clipPath id="clip0_2265_326"><rect width="27" height="27" fill="white" transform="translate(0 0.5)"/></clipPath></defs></svg>') !important;
  background-position: 12px 14px !important;
  background-repeat: no-repeat !important;
  background-size: 28px !important;
  font-weight: 500;
  color: rgb(0, 26, 69);
}
form.searchwp-form input.swp-input--search:focus {
  outline: none !important;
}
@media (min-width: 1023px) {
  form.searchwp-form input.swp-input--search {
    height: 74px;
    border-radius: 37px;
    background-position: 12px 22px !important;
  }
}

.searchwp-live-search-results {
  background-color: rgb(237, 237, 237) !important;
  padding-top: 80px !important;
  margin-top: -60px !important;
  border-radius: 30px !important;
  padding-bottom: 12px !important;
}
@media (min-width: 1023px) {
  .searchwp-live-search-results {
    padding-top: 94px !important;
    margin-top: -74px !important;
    border-radius: 37px !important;
  }
}

.searchwp-form-input-container {
  position: relative;
  z-index: 9999996;
}

.searchwp-live-search-results-container .searchwp-live-search-result .searchwp-live-search-result--title {
  margin: 0;
}
.searchwp-live-search-results-container .searchwp-live-search-result .searchwp-live-search-result--title a {
  text-decoration: none;
  font-size: 16px;
}
.searchwp-live-search-results-container .searchwp-live-search-result {
  border: none;
  padding: 12px 24px;
}

.page-intro__img img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 24px;
  border-radius: 200px;
}
@media (min-width: 1023px) {
  .page-intro__img img {
    margin-top: 0;
  }
}

.section-cta {
  padding: 48px 0;
  background-color: #001a45;
}
@media (min-width: 1023px) {
  .section-cta {
    padding: 80px 0;
  }
}
.section-cta .btn {
  font-size: 16px;
  height: 46px;
  line-height: 46px;
  border-radius: 23px;
  padding: 0 28px;
  margin-bottom: 16px;
  text-align: center;
  width: 100%;
}
.section-cta .btn:hover {
  background-color: #001a45;
  color: #fff;
}
@media (min-width: 767px) {
  .section-cta .btn {
    width: auto;
    margin-right: 16px;
  }
}
.section-cta .btn.grey {
  background-color: rgb(239, 239, 239);
}
.section-cta .btn.grey:hover {
  background-color: #001a45;
  color: #fff;
}

.cta-title {
  color: rgb(252, 212, 4);
  margin-bottom: 24px;
}

.cta-text {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 24px;
}
@media (min-width: 1023px) {
  .cta-text {
    font-size: 24px;
    padding-left: 80px;
  }
}

.section-page-hero {
  padding: 160px 0 60px;
}
@media (min-width: 1023px) {
  .section-page-hero {
    padding: 210px 0 70px;
  }
}

.section-blocks {
  padding: 48px 0;
}
@media (min-width: 1023px) {
  .section-blocks {
    padding: 80px 0;
  }
}

.blocks-grid {
  display: grid;
  gap: 18px;
}
@media (min-width: 767px) {
  .blocks-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1023px) {
  .blocks-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.blocks-item {
  background-color: rgb(239, 239, 239);
  padding: 28px;
}
.blocks-item h4 {
  font-size: 24px;
  margin-bottom: 12px;
}

.blocks-title {
  margin-bottom: 44px;
}

.section-form {
  padding-bottom: 60px;
}
@media (min-width: 767px) {
  .section-form {
    padding-bottom: 100px;
  }
}

.section-form form {
  background-color: rgb(55, 71, 109);
  padding: 24px;
  color: #fff;
}
.section-form form .gform_fields {
  gap: 20px !important;
}
@media (min-width: 767px) {
  .section-form form {
    padding: 60px;
  }
}
.section-form form textarea,
.section-form form input[type=text],
.section-form form input[type=tel],
.section-form form input[type=email] {
  background-color: rgb(255, 255, 255) !important;
  border: none !important;
  border-bottom: 2px solid rgb(252, 212, 4) !important;
  height: 60px !important;
  padding-left: 22px !important;
  color: rgb(0, 0, 0);
  font-size: 16px !important;
}
.section-form form textarea {
  height: 180px !important;
  resize: none;
  padding-top: 16px !important;
}
.section-form form .gform_fileupload_rules {
  display: none !important;
}
.section-form form [type=submit] {
  font-size: 16px !important;
  height: 46px;
  line-height: 46px;
  border-radius: 23px;
  padding: 0 28px;
  margin-bottom: 16px;
  text-align: center;
  width: 100%;
  border: none !important;
  background-color: rgb(252, 212, 4) !important;
  font-weight: 700 !important;
  margin: 0 !important;
}
.section-form form [type=submit]:hover {
  background-color: #001a45;
  color: #fff;
}
@media (min-width: 767px) {
  .section-form form [type=submit] {
    width: auto;
    margin-right: 16px;
  }
}
.section-form form .gform_footer {
  justify-content: center;
}

.pb--service_list {
  border-bottom: 2px solid #fff;
}

.header-text-page {
  padding: 130px 0 24px;
  border-bottom: 2px solid #001a45;
}
@media (min-width: 767px) {
  .header-text-page {
    padding: 220px 0 40px;
  }
}

.section-news-slider {
  padding: 32px 0;
}
@media (min-width: 767px) {
  .section-news-slider {
    padding: 48px 0;
  }
}
.section-news-slider .btn {
  font-size: 16px;
  height: 46px;
  line-height: 46px;
  border-radius: 23px;
  padding: 0 28px;
  text-align: center;
  width: 100%;
}
.section-news-slider .btn:hover {
  background-color: #001a45;
  color: #fff;
}
@media (min-width: 767px) {
  .section-news-slider .btn {
    width: auto;
  }
}
.section-news-slider h2 {
  margin-bottom: 0;
  font-size: 24px;
  color: #001a45;
  margin-bottom: 24px;
}
@media (min-width: 767px) {
  .section-news-slider h2 {
    font-size: 32px;
    margin-bottom: 0;
  }
}
@media (min-width: 767px) {
  .section-news-slider .rl {
    text-align: right;
  }
}

.mb-s {
  margin-bottom: 24px;
}
@media (min-width: 767px) {
  .mb-s {
    margin-bottom: 36px;
  }
}

.news-slider-item {
  max-width: 240px;
  margin-right: 16px;
  text-decoration: none;
}
@media (min-width: 767px) {
  .news-slider-item {
    max-width: 336px;
  }
}
.news-slider-item:hover .item-slider-inner img {
  transform: scale(1.05);
  opacity: 0.8;
}
.news-slider-item h3 {
  font-size: 20px;
  color: rgb(55, 71, 109);
}

.item-slider-inner {
  overflow: hidden;
  margin-bottom: 16px;
}
.item-slider-inner img {
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 336/206;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s ease-in;
}

.item-slider-date {
  height: 30px;
  line-height: 30px;
  color: #fff;
  display: inline-block;
  margin-bottom: 16px;
  font-weight: 700;
  padding: 0 10px;
  background-color: #001a45;
  border-radius: 15px;
  font-size: 13pxs;
}

.footer-q-image {
  max-width: 100px !important;
}

.top-footer {
  padding-top: 90px;
}
.top-footer__container {
  font-family: "Open Sans", sans-serif;
  background-color: #001A45;
  border-radius: 30px;
  padding: 40px;
}
.top-footer__title {
  font-weight: 600;
  font-size: 36px;
  color: #FCD404;
  margin-bottom: 20px;
}
.top-footer__content {
  font-weight: 400;
  font-size: 20px;
  font-size: 20px;
  color: #ffffff;
  line-height: 1.3;
}
.top-footer__content p {
  margin-bottom: 25px;
}
.top-footer__buttons {
  margin-bottom: 40px;
}
.top-footer__btn-white {
  background-color: #efefef;
  color: #000000;
}
.top-footer__btn-white:hover {
  background-color: #FCD404;
}
.top-footer__btn-yellow {
  margin-right: 0;
  margin-bottom: 15px;
}
@media (min-width: 767px) {
  .top-footer__btn-yellow {
    margin-bottom: 0;
    margin-right: 18px;
  }
}
.top-footer__image {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 767px) {
  .top-footer__image {
    margin-bottom: 0;
  }
}
.top-footer__image img {
  max-width: 100%;
}
.top-footer__social {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 767px) {
  .top-footer__social {
    justify-content: flex-start;
  }
}
.top-footer__social-item {
  margin-right: 26px;
  margin-bottom: 15px;
}
@media (min-width: 767px) {
  .top-footer__social-item {
    margin-bottom: 0;
  }
}
.top-footer .btn {
  font-size: 16px;
  padding: 15px 20px;
  letter-spacing: 0.7px;
}

.middle-footer {
  padding-top: 90px;
  padding-bottom: 40px;
}
.middle-footer__title {
  color: #001A45;
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 20px;
}
.middle-footer__content {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}
.middle-footer__badges {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 767px) {
  .middle-footer__badges {
    justify-content: flex-end;
  }
}

.visas {
  background-color: #37476D;
  padding-top: 60px;
  padding-bottom: 60px;
}
.visas h5 {
  font-family: "League Spartan", sans-serif;
  font-weight: 600;
  font-size: 20px;
  background: none;
  border-radius: none;
  color: #FCD404 !important;
  padding: 0;
  margin-bottom: 11px;
  margin-top: 20px;
  font-style: normal;
}
.visas p {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  font-family: "League Spartan", sans-serif;
  line-height: 1.1;
  margin-bottom: 5px;
}
.visas p a {
  text-decoration: none;
  transition: 0.3s;
}
.visas p a:hover {
  color: #FCD404;
}

.bottom-footer {
  font-family: "League Spartan", sans-serif;
  padding-top: 42px;
  padding-bottom: 50px;
}
.bottom-footer__title {
  font-family: League Spartan;
  font-weight: 600;
  font-size: 20px;
}
.bottom-footer__links-wrap {
  list-style-type: none;
  display: block;
  padding-left: 0;
}
@media (min-width: 767px) {
  .bottom-footer__links-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.bottom-footer__links-item {
  font-weight: 400;
  font-size: 16px;
  margin-right: 25px;
}
.bottom-footer__links-item a {
  text-decoration: none;
  transition: 0.3s;
}
.bottom-footer__links-item a:hover {
  text-decoration: underline;
}
.bottom-footer__ack-wrap {
  display: block;
  margin-top: 23px;
  margin-bottom: 30px;
}
@media (min-width: 767px) {
  .bottom-footer__ack-wrap {
    display: flex;
    justify-content: flex-start;
  }
}
.bottom-footer__flag {
  margin-right: 24px;
  margin-top: 5px;
  margin-bottom: 15px;
}
@media (min-width: 767px) {
  .bottom-footer__flag {
    margin-bottom: 0;
  }
}
.bottom-footer__ack p {
  font-weight: 400;
  font-size: 16px;
}
.bottom-footer__copyrights p {
  margin-bottom: 10px;
}/*# sourceMappingURL=style.css.map */