html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, address, big, blockquote, cite, code,
del, dfn, em, img, ins, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, form, label, input, fieldset, legend, caption,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, main, nav, output, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  border: none;
  outline: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
       text-size-adjust: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

ol, ul, nav, menu {
  list-style: none;
}

img, video, canvas {
  max-width: 100%;
  height: auto;
}

img {
  vertical-align: bottom;
}

a, button {
  cursor: pointer;
  margin: 0;
  padding: 0;
}

a:hover, button:hover {
  cursor: pointer;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  border: none;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th, td {
  vertical-align: middle;
}

iframe {
  width: 100%;
}

/* inter  variable */
@font-face {
  font-family: "Inter Variable";
  src: url("../fonts/Inter-VariableFont_slnt,wght.woff2") format("woff2 supports variations"), url("../fonts/Inter-VariableFont_slnt,wght.woff2") format("woff2-variations");
  font-display: swap;
  font-weight: 100 900;
  font-stretch: 85% 100%;
}
/* DM Serif Display */
@font-face {
  font-family: "DM Serif Display";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("DMSerifDisplay-Regular"), url("../fonts/DMSerifDisplay-Regular.woff2") format("woff2");
}
/* =========================== all */
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Inter Variable", "DM Serif Display", sans-serif;
  color: #464F59;
  background: #fff;
  line-height: 1.5;
}

.body_scroll {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .body-get .footer {
    -webkit-padding-after: 74px;
            padding-block-end: 74px;
  }
}

.overly {
  display: none;
  position: fixed;
  z-index: 80;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 42, 78, 0.8);
}
.overly.open {
  display: block;
}

/* heading */
.h1, h1, .h2, h2, .h3, h3, .h4, h4 {
  font-family: "DM Serif Display";
  font-weight: 400;
  line-height: 120%;
  color: #121415;
  margin-bottom: 25px;
}

.h1, h1 {
  font-size: 62px;
  line-height: 100%;
  color: #0A2A4E;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .h1, h1 {
    font-size: 42px;
    margin-bottom: 20px;
  }
}

.h2, h2 {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .h2, h2 {
    font-size: 36px;
  }
}

.h3, h3 {
  font-size: 34px;
}
@media screen and (max-width: 768px) {
  .h3, h3 {
    font-size: 30px;
  }
}

.h4, h4 {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .h4, h4 {
    font-size: 26px;
  }
}

.h5, h5 {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .h5, h5 {
    font-size: 24px;
  }
}

.heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #121415;
  margin-bottom: 15px;
}

.section {
  padding: 120px 0;
}
.section_none {
  padding: 0;
}
.section_none:last-child {
  margin-bottom: 120px;
}
.section_none + .section_blue {
  margin-top: 120px;
}
.section_blue {
  background: #F2F8FF;
}
.section_blue + .section_none {
  margin-top: 120px;
}
.section-header {
  max-width: 920px;
  text-align: center;
  margin: 0 auto 50px;
}
.section-header .h1:last-child, .section-header h1:last-child, .section-header .h2:last-child, .section-header h2:last-child, .section-header .h3:last-child, .section-header h3:last-child, .section-header .h4:last-child, .section-header h4:last-child {
  margin-bottom: 0;
}
.section-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #0A2A4E;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.section-description {
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  .section {
    padding: 80px 0;
  }
  .section_none {
    padding: 0;
  }
  .section_none + .section_blue {
    margin-top: 80px;
  }
  .section_none:last-child {
    margin-bottom: 80px;
  }
  .section-header {
    margin: 0 auto 40px;
  }
  .section_blue + .section_none {
    margin-top: 80px;
  }
}

/* content */
a, p, ol:not([class]) li, ul:not([class]) li {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}

p {
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}

a:not([class]) {
  color: #0A2A4E;
}
a:not([class]):hover {
  text-decoration: underline;
}

b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

.time {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

/* flexbox */
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* gridbox */
.gridbox {
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* list */
ol:not([class]), ul:not([class]) {
  margin-bottom: 15px;
}
ol:not([class]):last-child, ul:not([class]):last-child {
  margin-bottom: 0;
}
ol:not([class]) .heading, ul:not([class]) .heading {
  font-size: 16px;
  margin-bottom: 10px;
}
ol:not([class]) li, ul:not([class]) li {
  display: table;
  position: relative;
}
ol:not([class]) li::before, ul:not([class]) li::before {
  position: absolute;
  content: "";
  left: 0;
}

table ol:not([class]) li, table ul:not([class]) li, .table ol:not([class]) li, .table ul:not([class]) li {
  display: block;
}

ol:not([class]) {
  counter-reset: number;
  margin-bottom: 25px;
}
ol:not([class]) li {
  font-weight: 600;
  color: #121415;
  padding-left: 46px;
}
ol:not([class]) li::before {
  counter-increment: number;
  content: counter(number);
  text-align: center;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: #FFBA08;
  font-size: 16px;
  font-weight: 700;
  color: #121415;
  border-radius: 100%;
  top: -7px;
}
ol:not([class]) li:not(:last-child) {
  margin-bottom: 24px;
}

ul:not([class]) li {
  font-weight: 500;
  padding-left: 18px;
}
ul:not([class]) li::before {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #0A2A4E;
  top: 8px;
}
ul:not([class]) li:not(:last-child) {
  margin-bottom: 10px;
}

.list-check {
  margin-bottom: 15px;
}
.list-check:not(:last-child) {
  margin-bottom: 0;
}
.list-check li {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #0A2A4E;
  line-height: 120%;
  padding-left: 36px;
}
.list-check li::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--check-blue");
  left: 0;
  top: -1px;
}
.list-check li:not(:last-child) {
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .list-check li {
    font-size: 15px;
    padding-left: 32px;
  }
  .list-check li::before {
    width: 20px;
    height: 20px;
  }
  .list-check li:not(:last-child) {
    margin-bottom: 13px;
  }
}

.list-step {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 20px 38px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  counter-reset: number;
  padding-top: 60px;
}
.list-step::before {
  position: absolute;
  content: "";
  width: 70%;
  height: 1px;
  border-top: 2px dashed #0A2A4E;
  top: 25px;
  left: 15%;
}
.list-step li {
  position: relative;
  font-size: 15px;
  font-weight: 700;
  line-height: 140%;
  color: #0A2A4E;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 98px;
  text-align: center;
  white-space: nowrap;
}
.list-step li::before, .list-step li::after {
  position: absolute;
}
.list-step li::before {
  z-index: 5;
  counter-increment: number;
  content: counter(number);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  font-size: 15px;
  font-weight: 700;
  color: #0A2A4E;
  background: #FFBA08;
  top: -60px;
  left: calc(50% - 25px);
}
.list-step li::after {
  content: "";
  z-index: 4;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background: #F2F8FF;
  top: -70px;
  left: calc(50% - 35px);
}
@media screen and (max-width: 768px) {
  .list-step {
    gap: 10px;
  }
}
@media screen and (max-width: 450px) {
  .list-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.list-arrow li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.list-arrow li svg {
  width: 11px;
  min-width: 11px;
  height: 10px;
  fill: #464F59;
}
.list-arrow li:not(:last-child) {
  margin-bottom: 15px;
}
.list-arrow li:hover a {
  color: #0A2A4E;
}
.list-arrow li:hover svg {
  fill: #0A2A4E;
}

summary {
  list-style: none;
  cursor: pointer;
}
summary::marker {
  display: none;
}
summary::-webkit-details-marker {
  display: none;
  color: transparent;
}

.details {
  border: 1px solid #D1DAE3;
  padding: 40px;
}
.details-heading {
  position: relative;
  gap: 20px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.details .heading {
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-padding-end: 20px;
          padding-inline-end: 20px;
  margin-bottom: 0;
}
.details .heading::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 10px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--arrow-down-black");
  min-width: 18px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  inset-inline-end: 0;
  inset-block-start: calc(50% - 5px);
}
.details .text {
  padding-top: 25px;
}
.details .btn {
  margin: 0;
}
.details-img {
  width: 40px;
  height: 40px;
  margin: 0;
}
.details[open] {
  background: #DCE7F2;
  border-color: #DCE7F2;
}
.details[open] .heading::after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media screen and (max-width: 768px) {
  .details {
    padding: 30px;
  }
  .details .text {
    padding-top: 10px;
  }
  .details-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

/* img */
img {
  display: block;
  margin: 0 auto;
}

figure {
  margin-bottom: 15px;
}

/* transition */
* {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* btn */
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  margin: 0 auto;
}

.btn_border {
  width: 120px;
  height: 38px;
  border: 2px solid #FFFFFF;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
.btn_border:hover {
  background: #fff;
  color: #0A2A4E;
}

.btn_light {
  width: 100%;
  height: 60px;
  background: #FFBA08;
  font-size: 18px;
  font-weight: 700;
  color: #1A1D21;
  text-transform: capitalize;
}
.btn_light:hover {
  background: #FFCF54;
}

.btn-more {
  width: 157px;
  height: 47px;
  border: 1px solid #0A2A4E;
  font-size: 16px;
  font-weight: 700;
  color: #0A2A4E;
  gap: 8px;
  text-transform: capitalize;
}
.btn-more svg {
  stroke: #0A2A4E;
  stroke-width: 2;
  fill: none;
}
.btn-more:hover {
  background: #0A2A4E;
  color: #fff;
}
.btn-more:hover svg {
  stroke: #fff;
}

.btn-file {
  width: 160px;
  height: 50px;
  background: #183C65;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border: 1px solid #183C65;
}
.btn-file::before {
  content: "";
  width: 22px;
  height: 20px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--file-icon");
}
.btn-file:hover {
  border-color: #FFBA08;
}

/* block */
.block_blue {
  background: #DCE7F2;
  padding: 25px;
}
.block_blue:not(:last-child) {
  margin-bottom: 15px;
}
.block_blue ul li:not(:last-child), .block_blue ol li:not(:last-child) {
  margin-bottom: 25px;
}

/* breadcrumbs */
.breadcrumbs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  min-width: 100%;
}
.breadcrumbs__item, .breadcrumbs-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}
.breadcrumbs__item {
  color: rgba(10, 42, 78, 0.6);
}
.breadcrumbs__item:not(:last-child) {
  margin-right: 15px;
}
.breadcrumbs-link {
  position: relative;
  text-decoration: none;
  color: #0A2A4E;
}
.breadcrumbs-link:hover {
  text-decoration: underline;
}
.breadcrumbs-link::after {
  position: absolute;
  content: "/";
  top: -1px;
  right: -10px;
}

/* soc */
.soc {
  gap: 10px;
}
.soc:not(.flexbox) .soc__item:not(:last-child) {
  margin-bottom: 10px;
}
.soc-link {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  background: transparent;
  border: 1px solid #D1DAE3;
}
.soc-link svg {
  fill: #0A2A4E;
}
.soc-link:hover {
  background: #0A2A4E;
  border-color: #0A2A4E;
}
.soc-link:hover svg {
  fill: #fff;
}
.soc_fix {
  position: fixed;
  z-index: 50;
  top: 200px;
  right: 30px;
}
@media screen and (max-width: 1400px) {
  .soc {
    right: 10px;
  }
}
@media screen and (max-width: 1300px) {
  .soc_fix {
    display: none;
  }
}

/* tel */
.tel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  color: #FFBA08;
}
.tel::before {
  content: "";
  width: 20px;
  height: 20px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--phone-icon-gold");
}

/* scroll */
.scroll {
  overflow: auto;
  -ms-scroll-chaining: none;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scrollbar-width: thin;
  scrollbar-color: #DCDFE9 transparent;
}

.scroll::-webkit-scrollbar {
  width: 4px;
  height: 50%;
}

.scroll::-webkit-scrollbar-track {
  background-color: transparent;
}

.scroll::-webkit-scrollbar-thumb {
  background-color: #DCDFE9;
  border-radius: 5px;
  min-height: 50%;
  min-width: 4px;
}

.scroll::-webkit-scrollbar-thumb:hover {
  background-color: #DCDFE9;
}

.scroll::-webkit-scrollbar-thumb:active {
  background-color: #DCDFE9;
}

/* swiper */
.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.swiper-wrapper .swiper-slide {
  height: auto;
  opacity: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.swiper-wrapper .swiper-slide.swiper-slide-visible {
  opacity: 1;
}

.swiper-nav {
  padding: 0 30px;
  -webkit-padding-after: 60px;
          padding-block-end: 60px;
  margin: 0 -30px;
}
.swiper-nav .swiper-button-next, .swiper-nav .swiper-button-prev {
  width: 60px;
  height: 60px;
  background: #F2F8FF;
  border-radius: 100%;
}
.swiper-nav .swiper-button-next.swiper-button-disabled, .swiper-nav .swiper-button-prev.swiper-button-disabled {
  display: none;
}
.swiper-nav .swiper-button-next::after, .swiper-nav .swiper-button-prev::after {
  display: none;
}
.swiper-nav .swiper-button-next svg, .swiper-nav .swiper-button-prev svg {
  width: 17px;
  height: 15px;
  fill: #0A2A4E;
}
.swiper-nav .swiper-button-next:hover, .swiper-nav .swiper-button-prev:hover {
  background: #0A2A4E;
}
.swiper-nav .swiper-button-next:hover svg, .swiper-nav .swiper-button-prev:hover svg {
  fill: #fff;
}
.swiper-nav .swiper-button-prev {
  left: 0;
}
.swiper-nav .swiper-button-prev svg {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.swiper-nav .swiper-button-next {
  right: 0;
}
.swiper-nav .swiper-pagination {
  height: 19px;
  bottom: 0;
  top: auto;
}
.swiper-nav .swiper-pagination-bullet {
  width: 20px;
  height: 6px;
  border-radius: 0;
  background: #DCE7F2;
  opacity: 1;
}
.swiper-nav .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 50px;
  background: #0A2A4E;
}
@media screen and (max-width: 1370px) {
  .swiper-nav {
    padding: 0 20px;
    -webkit-padding-after: 60px;
            padding-block-end: 60px;
    margin: 0 -20px;
  }
}
@media screen and (max-width: 768px) {
  .swiper-nav {
    -webkit-padding-after: 40px;
            padding-block-end: 40px;
  }
  .swiper-nav .swiper-button-next, .swiper-nav .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .swiper-nav .swiper-button-next svg, .swiper-nav .swiper-button-prev svg {
    width: 13px;
    height: 11px;
  }
}

/* container */
.container {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 134px;
}
@media screen and (max-width: 1230px) {
  main {
    padding-top: 76px;
  }
}

/* commercial */
.commercial .section-header {
  text-align: left;
  margin: 0 0 25px;
}
.commercial-block {
  gap: 40px 60px;
}
.commercial-block:not(:last-child) {
  margin-bottom: 50px;
}
.commercial-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.commercial-text p {
  font-weight: 500;
}
.commercial-text p:last-of-type {
  margin-bottom: 40px;
}
.commercial-img {
  margin: 0;
}
.commercial-img:not(:last-child) {
  margin-bottom: 40px;
}
.commercial-faq {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 580px;
}
.commercial-faq__item:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .commercial-text, .commercial-faq {
    max-width: 100%;
    min-width: 100%;
  }
  .commercial-img {
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .commercial-block:not(:last-child) {
    margin-bottom: 40px;
  }
}

/* costs */
.costs {
  background: #FFF5DB;
  text-align: center;
  padding: 100px 60px;
}
.costs:not(:last-child) {
  margin-bottom: 50px;
}
.costs .section-header {
  max-width: 100%;
  margin-bottom: 25px;
}
.costs .section-title {
  color: #EA9800;
}
@media screen and (max-width: 768px) {
  .costs {
    padding: 40px 30px;
  }
  .costs:not(:last-child) {
    margin-bottom: 40px;
  }
}

/* customers */
.customers__item {
  border: 1px solid #D1DAE3;
  padding: 40px;
}
.customers__item p {
  font-weight: 500;
  color: #0A2A4E;
}
.customers__item .text {
  margin-bottom: 25px;
}
.customers_top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 25px;
}
.customers-name, .customers-position {
  font-size: 15px;
  line-height: 140%;
}
.customers-name {
  font-weight: 700;
  color: #121415;
}
.customers-position {
  font-weight: 500;
  color: #464F59;
}
@media screen and (max-width: 1100px) {
  .customers-text {
    max-width: 100%;
    min-width: 100%;
  }
  .customers-swiper {
    max-width: calc(100% + 40px);
  }
}
@media screen and (max-width: 768px) {
  .customers__item {
    padding: 30px;
  }
}

/* explore */
.explore {
  gap: 20px;
}
.explore__item {
  width: calc(50% - 10px);
  border: 1px solid #D1DAE3;
  padding: 40px;
}
.explore__item:hover {
  background: #DCE7F2;
  border-color: #DCE7F2;
}
.explore-img {
  width: 40px;
  height: 40px;
  margin: 0 0 25px;
}
@media screen and (max-width: 768px) {
  .explore__item {
    width: 100%;
    padding: 30px;
  }
}

/* faq */
.faq {
  counter-reset: number;
  max-width: 900px;
  margin-inline: auto;
}
.faq-column {
  gap: 25px 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  max-width: 100%;
}
.faq-column__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.faq-column__item .faq__item {
  padding-bottom: 25px;
}
.faq-column__item .faq__item .btn {
  margin: 25px 0 0;
}
.faq-column__item .faq__item:not(:last-child) {
  margin-bottom: 25px;
}
.faq-column__item .faq-heading::before {
  display: none;
}
.faq__item {
  overflow: hidden;
  border-bottom: 1px solid #D1DAE3;
  padding-bottom: 40px;
}
.faq__item:not(:last-child) {
  margin-bottom: 40px;
}
.faq__item .heading {
  margin-bottom: 0;
}
.faq__item .text p {
  margin-bottom: 15px;
}
.faq__item .text p:first-child {
  padding-top: 15px;
}
.faq__item .text p:last-child {
  margin-bottom: 0;
}
.faq__item[open] .faq-heading::after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.faq-heading {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  list-style: none;
  cursor: pointer;
  gap: 10px;
}
.faq-heading::before {
  counter-increment: number;
  content: counter(number) ".";
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  color: #121415;
  -ms-flex-item-align: start;
      align-self: start;
}
.faq-heading::after {
  content: "";
  width: 18px;
  height: 10px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--arrow-down-black");
  min-width: 18px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .faq__item {
    padding-bottom: 25px;
  }
  .faq__item:not(:last-child) {
    margin-bottom: 25px;
  }
  .faq-column__item {
    min-width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .faq-column__item .btn {
    width: 100%;
  }
}

/* footer */
.footer_top {
  background: #0A2A4E;
  padding: 60px 0;
}
.footer_top .container {
  gap: 30px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer-heading {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
}
.footer-tel {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  color: #FBBC05;
  padding-left: 30px;
}
.footer-tel:not(:last-child) {
  margin-bottom: 15px;
}
.footer-tel::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--phone-icon-gold");
  left: 0;
  top: calc(50% - 10px);
}
.footer-address {
  display: block;
  position: relative;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #ADB5BE;
  padding-left: 28px;
}
.footer-address::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--adress-icon");
  left: 0;
  top: calc(50% - 9px);
}
.footer-address:hover {
  color: #fff;
}
.footer-operation__item {
  position: relative;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  color: #ADB5BE;
  padding-left: 28px;
}
.footer-operation__item:not(:last-child) {
  margin-bottom: 15px;
}
.footer-operation__item::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--time-icon");
  left: 0;
  top: calc(50% - 9px);
}
.footer .logo {
  margin-left: auto;
}
.footer .btn {
  width: 219px;
  font-size: 15px;
  margin: 0;
}
.footer_bottom {
  background: #072240;
  padding: 20px 0;
}
.footer_bottom .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.footer-menu {
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-link {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  color: #fff;
  white-space: nowrap;
}
.footer-link:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1100px) {
  .footer-contact {
    min-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer_top {
    padding: 40px 0;
  }
  .footer_top .container {
    gap: 30px 20px;
  }
  .footer-operation {
    min-width: 100%;
  }
  .footer .logo {
    margin-left: 0;
  }
  .footer .logo img {
    width: 110px;
    height: 70px;
  }
  .footer .btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
  }
}

.copyright {
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
  color: #ADB5BE;
}

/* form */
.form-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #0A2A4E;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .form-block {
    padding: 20px;
  }
}

.form {
  width: 100%;
}
.form-heading {
  font-family: "DM Serif Display";
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  margin-bottom: 5px;
}
.form-description {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  color: #fff;
  margin-bottom: 25px;
}
.form_bottom {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #ADB5BE;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
}
.form input, .form textarea {
  position: relative;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  font-family: "Inter Variable";
  color: #1A1D21;
  border: none;
  background: #fff;
}
.form input {
  height: 60px;
  line-height: 60px;
  padding-left: 15px;
}
.form textarea {
  display: block;
  min-height: 140px;
  padding: 15px;
}
.form .group {
  position: relative;
}
.form .label {
  margin-bottom: 15px;
}
.form .label-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #ADB5BE;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.form .icon {
  z-index: 1;
  display: none;
  position: absolute;
  width: 100%;
  right: 15px;
}
.form .icon-ok {
  width: 14px;
  height: 10px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--check");
  top: 26px;
}
.form .icon-false {
  width: 15px;
  height: 15px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--false");
  top: 21px;
}
.form .label-false {
  height: 0;
  overflow: hidden;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #FF4D3E;
}
@media screen and (max-width: 768px) {
  .form-heading {
    font-size: 30px;
    line-height: 34px;
  }
  .form-description {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .form_bottom {
    font-size: 13px;
    line-height: 20px;
  }
  .form .label {
    margin-bottom: 10px;
  }
  .form .label-title {
    font-size: 13px;
    margin-bottom: 5px;
  }
}

.success {
  display: none;
  text-align: center;
  max-width: 460px;
  margin-inline: auto;
}
.success-heading {
  position: relative;
  font-size: 32px;
  font-weight: 400;
  font-family: "DM Serif Display";
  line-height: 38px;
  color: #fff;
  padding-top: 85px;
  margin-bottom: 15px;
}
.success-heading::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--check-yellow");
  top: 0;
  left: calc(50% - 30px);
}
.success p {
  color: #ADB5BE;
}

button {
  font-family: "Inter Variable";
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #1A1D21;
  opacity: 1;
  font-family: "Inter Variable";
  font-size: 16px;
  font-weight: 600;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #1A1D21;
  opacity: 1;
  font-family: "Inter Variable";
  font-size: 16px;
  font-weight: 600;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #1A1D21;
  opacity: 1;
  font-family: "Inter Variable";
  font-size: 16px;
  font-weight: 600;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #1A1D21;
  opacity: 1;
  font-family: "Inter Variable";
  font-size: 16px;
  font-weight: 600;
}

input::placeholder, textarea::placeholder {
  color: #1A1D21;
  opacity: 1;
  font-family: "Inter Variable";
  font-size: 16px;
  font-weight: 600;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #1A1D21;
  opacity: 1;
  font-family: "Inter Variable";
  font-size: 16px;
  font-weight: 600;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #1A1D21;
  opacity: 1;
  font-family: "Inter Variable";
  font-size: 16px;
  font-weight: 600;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #1A1D21;
  opacity: 1;
  font-family: "Inter Variable";
  font-size: 16px;
  font-weight: 600;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #1A1D21;
  opacity: 1;
  font-family: "Inter Variable";
  font-size: 16px;
  font-weight: 600;
}
input:not(:focus):-moz-placeholder-shown, textarea:not(:focus):-moz-placeholder-shown {
  background: #fff;
}
input:not(:focus):-ms-input-placeholder, textarea:not(:focus):-ms-input-placeholder {
  background: #fff;
}
input:not(:focus):placeholder-shown, textarea:not(:focus):placeholder-shown {
  background: #fff;
}
input:not(:focus):-moz-placeholder-shown ~ .icon, textarea:not(:focus):-moz-placeholder-shown ~ .icon {
  display: none;
}
input:not(:focus):-ms-input-placeholder ~ .icon, textarea:not(:focus):-ms-input-placeholder ~ .icon {
  display: none;
}
input:not(:focus):placeholder-shown ~ .icon, textarea:not(:focus):placeholder-shown ~ .icon {
  display: none;
}
input:focus, textarea:focus {
  outline: none;
}
input:focus ~ .icon, textarea:focus ~ .icon {
  display: none;
}
input:focus:valid, textarea:focus:valid {
  background: #DCE7F2;
}
input:focus:valid ~ .icon-ok, textarea:focus:valid ~ .icon-ok {
  display: none;
}
input:valid:not(:-moz-placeholder-shown) ~ .icon-ok, textarea:valid:not(:-moz-placeholder-shown) ~ .icon-ok {
  z-index: 2;
  display: block;
}
input:valid:not(:-ms-input-placeholder) ~ .icon-ok, textarea:valid:not(:-ms-input-placeholder) ~ .icon-ok {
  z-index: 2;
  display: block;
}
input:valid:not(:placeholder-shown) ~ .icon-ok, textarea:valid:not(:placeholder-shown) ~ .icon-ok {
  z-index: 2;
  display: block;
}
input:invalid:not(:focus):not(:-moz-placeholder-shown) ~ .icon-false, textarea:invalid:not(:focus):not(:-moz-placeholder-shown) ~ .icon-false {
  z-index: 2;
  display: block;
}
input:invalid:not(:focus):not(:-ms-input-placeholder) ~ .icon-false, textarea:invalid:not(:focus):not(:-ms-input-placeholder) ~ .icon-false {
  z-index: 2;
  display: block;
}
input:invalid:not(:focus):not(:placeholder-shown) ~ .icon-false, textarea:invalid:not(:focus):not(:placeholder-shown) ~ .icon-false {
  z-index: 2;
  display: block;
}
input:invalid:not(:focus):not(:-moz-placeholder-shown) ~ .label-false, textarea:invalid:not(:focus):not(:-moz-placeholder-shown) ~ .label-false {
  z-index: 2;
  height: 100%;
}
input:invalid:not(:focus):not(:-ms-input-placeholder) ~ .label-false, textarea:invalid:not(:focus):not(:-ms-input-placeholder) ~ .label-false {
  z-index: 2;
  height: 100%;
}
input:invalid:not(:focus):not(:placeholder-shown) ~ .label-false, textarea:invalid:not(:focus):not(:placeholder-shown) ~ .label-false {
  z-index: 2;
  height: 100%;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
  -webkit-appearance: none;
  appearance: none;
}

/* get */
.get {
  display: none;
  position: fixed;
  z-index: 50;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #0A2A4E;
  padding: 10px 20px;
}
.get.open {
  display: block;
}
.get .btn {
  display: block;
  width: 100%;
  height: 54px;
  border: 1px solid #FFFFFF;
  line-height: 54px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 101;
}
.header_top {
  position: relative;
  z-index: 10;
  background: #0A2A4E;
}
.header_top .container {
  height: 76px;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_top .logo {
  margin-right: auto;
}
.header .btn_border {
  margin: 0;
}
.header .tel:hover {
  text-decoration: underline;
}
.header.hidden .logo, .header.hidden .header-call, .header.hidden .btn_border, .header.hidden .hamburger {
  display: none;
  position: absolute;
  z-index: -9999999;
  bottom: -400px;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .header-call {
    width: 45px;
    min-width: 45px;
    height: 45px;
    border: 2px solid #FBBC05;
  }
  .header-call-tel {
    display: none;
  }
  .header .btn_border {
    display: none;
  }
  .header .logo img {
    width: 85px;
    height: 54px;
  }
}

/* menu */
.navigation {
  background: #fff;
}
@media screen and (min-width: 1230px) {
  .navigation {
    overflow: visible;
    position: relative;
    z-index: 1;
    height: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navigation .btn {
    display: none;
  }
}
@media screen and (max-width: 1230px) {
  .navigation {
    position: fixed;
    top: 76px;
    bottom: 0;
    right: 0;
    background: #fff;
    width: 0;
    padding: 25px 0;
  }
  .navigation .container {
    padding: 0;
  }
  .navigation.open {
    width: 360px;
    padding: 25px 20px;
  }
  .navigation .tel {
    color: #1A1D21;
  }
  .navigation .tel::before {
    background-image: url("../img/sprite.svg#sprite--phone-icon");
  }
}
@media screen and (max-width: 450px) {
  .navigation.open {
    width: 100%;
  }
}

.menu-link {
  position: relative;
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
  color: #0A2A4E;
  text-transform: capitalize;
}
.menu__item {
  font-size: 15px;
  line-height: 23px;
}
@media screen and (min-width: 1230px) {
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
  .menu-btn {
    display: none;
  }
  .menu-arr {
    position: relative;
  }
  .menu-arr .menu-link {
    padding-right: 20px;
  }
  .menu-arr .menu-link::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 6px;
    background: center center/cover no-repeat;
    background-image: url("../img/sprite.svg#sprite--arrow-down");
    right: 0;
    top: calc(50% - 3px);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .menu-arr:hover .menu-link::before {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .menu-arr:hover .downmenu-body {
    max-height: 410px;
    overflow: visible;
    padding: 20px;
  }
  .menu__item:not(:first-child) .downmenu {
    left: calc(50% - 140px);
  }
  .menu__item:last-child .downmenu {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 1230px) {
  .menu {
    display: block;
    margin-bottom: 30px;
  }
  .menu-btn {
    display: block;
    position: relative;
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-left: auto;
  }
  .menu-btn::before {
    position: absolute;
    content: "";
    width: 13px;
    height: 8px;
    background: center center/cover no-repeat;
    background-image: url("../img/sprite.svg#sprite--arrow-down");
    left: calc(50% - 6.5px);
    top: calc(50% - 4px);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .menu-arr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu-arr.open .downmenu-body {
    max-height: 410px;
    overflow: visible;
    padding: 25px;
  }
  .menu-arr.open .menu-btn::before {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .menu-link {
    color: #121111;
  }
  .menu__item:not(:last-child) {
    border-bottom: 1px solid #C7C7C7;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.downmenu-search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  height: 28px;
  border-bottom: 1px solid #D1DAE3;
  margin-bottom: 15px;
}
.downmenu-search::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--search-icon-gray");
  top: 0;
  right: 0;
}
.downmenu-input {
  height: 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  color: #464F59;
  background: transparent;
}
.downmenu-input::-webkit-input-placeholder {
  color: #8796A5;
  opacity: 1;
  font-family: "Inter Variable";
  font-size: 14px;
  font-weight: 500;
}
.downmenu-input::-moz-placeholder {
  color: #8796A5;
  opacity: 1;
  font-family: "Inter Variable";
  font-size: 14px;
  font-weight: 500;
}
.downmenu-input:-ms-input-placeholder {
  color: #8796A5;
  opacity: 1;
  font-family: "Inter Variable";
  font-size: 14px;
  font-weight: 500;
}
.downmenu-input::-ms-input-placeholder {
  color: #8796A5;
  opacity: 1;
  font-family: "Inter Variable";
  font-size: 14px;
  font-weight: 500;
}
.downmenu-input::placeholder {
  color: #8796A5;
  opacity: 1;
  font-family: "Inter Variable";
  font-size: 14px;
  font-weight: 500;
}
.downmenu-input::-webkit-input-placeholder {
  color: #8796A5;
  opacity: 1;
  font-family: "Inter Variable";
  font-size: 14px;
  font-weight: 500;
}
.downmenu-input:-moz-placeholder {
  color: #8796A5;
  opacity: 1;
  font-family: "Inter Variable";
  font-size: 14px;
  font-weight: 500;
}
.downmenu-input::-moz-placeholder {
  color: #8796A5;
  opacity: 1;
  font-family: "Inter Variable";
  font-size: 14px;
  font-weight: 500;
}
.downmenu-input:-ms-input-placeholder {
  color: #8796A5;
  opacity: 1;
  font-family: "Inter Variable";
  font-size: 14px;
  font-weight: 500;
}
.downmenu-input:focus:valid {
  background: transparent;
}
.downmenu-letter:not(:last-child) {
  border-bottom: 1px solid #D1DAE3;
  padding-bottom: 15px;
  margin-bottom: 12px;
}
.downmenu-heading {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  color: #8796A5;
  margin-bottom: 12px;
}
.downmenu__item:not(:last-child) {
  margin-bottom: 10px;
}
.downmenu-link {
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  color: #464F59;
}
.downmenu-link:hover {
  color: #0A2A4E;
  text-decoration: underline;
}
@media screen and (min-width: 1230px) {
  .downmenu {
    position: absolute;
    left: calc(50% - 89px);
    z-index: 10;
    top: 20px;
    padding-top: 13px;
    -webkit-transition: padding 0.7s;
    -o-transition: padding 0.7s;
    transition: padding 0.7s;
  }
  .downmenu-btn {
    display: none;
  }
  .downmenu-body {
    width: 280px;
    background: #fff;
    -webkit-box-shadow: 6px 7px 30px 0px rgba(10, 42, 78, 0.08);
            box-shadow: 6px 7px 30px 0px rgba(10, 42, 78, 0.08);
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
  }
  .downmenu-usa .downmenu-inner {
    max-height: 300px;
  }
}
@media screen and (max-width: 1230px) {
  .downmenu {
    position: absolute;
    display: none;
    z-index: 10;
    background: #fff;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    padding: 0 20px;
  }
  .downmenu.open {
    display: block;
    padding: 25px 20px;
  }
  .downmenu-usa {
    overflow: hidden;
  }
  .downmenu-inner {
    height: calc(100% - 80px);
  }
  .downmenu-inner.downmenu-body {
    height: calc(100% - 30px);
  }
  .downmenu-inner.downmenu-body .downmenu__item {
    margin-bottom: 20px;
  }
  .downmenu-inner.downmenu-body .downmenu__item:not(:last-child) {
    border-bottom: 1px solid #D1DAE3;
    padding-bottom: 20px;
  }
  .downmenu-btn {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    line-height: 15px;
    color: #0A2A4E;
    padding-left: 16px;
    margin-bottom: 30px;
  }
  .downmenu-btn::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 6px;
    background: center center/cover no-repeat;
    background-image: url("../img/sprite.svg#sprite--arrow-down");
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    left: 0;
    top: calc(50% - 3px);
  }
  .downmenu-body {
    height: 100%;
  }
}

/* hamburger */
.hamburger {
  position: relative;
  width: 24px;
  height: 16px;
  text-align: center;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1.5px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  background: #fff;
}
.hamburger-inner {
  background: #fff;
  display: block;
  top: calc(50% - 1px);
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
  background: #fff;
  right: 0;
}
.hamburger-inner::before {
  width: 24px;
  top: 6px;
}
.hamburger-inner::after {
  width: 24px;
  bottom: 6px;
}
.hamburger.active .hamburger-inner {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger.active .hamburger-inner::before {
  opacity: 0;
}
.hamburger.active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger:hover {
  opacity: 0.7;
}
@media screen and (min-width: 1230px) {
  .hamburger {
    display: none;
  }
}

/* hero */
.hero {
  background: #F2F8FF;
  padding: 60px 0;
}
.hero .container {
  gap: 20px 30px;
}
.hero .breadcrumbs {
  margin-top: -30px;
}
.hero-text {
  max-width: 560px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.hero-text p {
  color: #0A2A4E;
}
.hero .list-check {
  margin-top: 40px;
}
.hero .heading {
  color: #0A2A4E;
  margin: 50px 0 10px;
}
.hero .form-block {
  position: relative;
  z-index: 1;
  width: 580px;
  min-height: 494px;
}
.hero .form-block .btn {
  margin-top: 30px;
}
.hero-title {
  display: inline-block;
  background: #0A2A4E;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #fff;
  padding: 8px 12px;
  margin-bottom: 15px;
}
@media screen and (min-width: 1100px) {
  .hero-text {
    padding-top: 40px;
  }
  .hero-main .container {
    position: relative;
  }
  .hero-main .container::before {
    position: absolute;
    z-index: 0;
    content: "";
    width: 620px;
    height: 286px;
    bottom: -60px;
    left: 20px;
    background: url("../img/map.svg");
  }
}
@media screen and (max-width: 1100px) {
  .hero .container {
    gap: 25px 30px;
  }
  .hero-text, .hero .form-block {
    max-width: 100%;
    min-width: 100%;
  }
  .hero .breadcrumbs {
    margin-top: -35px;
  }
  .hero-text {
    margin-bottom: 5px;
  }
  .hero .form-block {
    min-height: auto;
  }
}
@media screen and (max-width: 768px) {
  .hero {
    padding: 50px 0;
  }
  .hero .list-check {
    margin-top: 20px;
  }
  .hero .heading {
    margin-top: 30px;
  }
  .hero .form-block .btn {
    height: 54px;
    margin-top: 20px;
  }
  .hero-title {
    margin-bottom: 12px;
  }
}

/* obligations */
.obligations .section-header {
  text-align: left;
  max-width: 100%;
  margin: 0 0 25px;
}
.obligations-faq {
  gap: 20px;
  margin-top: 50px;
}
.obligations-faq__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .obligations-faq__item {
    min-width: 100%;
  }
}

/* partners */
.partners {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px 50px;
}
.partners-img {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .partners {
    gap: 20px;
  }
  .partners-img {
    max-width: 150px;
    height: auto;
  }
}

/* popular */
.popular {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-gap: 40px 50px;
}
.popular-img {
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin: 0 0 25px;
}
.popular-header {
  margin-bottom: 15px;
}
.popular .heading {
  margin-bottom: 0;
}
.popular ul {
  margin-bottom: 25px;
}
.popular a {
  color: #464F59;
}
.popular .btn {
  width: 100%;
  border-color: #0A2A4E;
  color: #0A2A4E;
}
.popular .btn svg {
  stroke: #0A2A4E;
}
.popular .btn:hover {
  color: #fff;
}
.popular .btn:hover svg {
  stroke: #fff;
}
@media screen and (max-width: 768px) {
  .popular-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    margin-bottom: 25px;
  }
  .popular-img {
    margin-bottom: 0;
  }
}

/* rating */
.rating {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.rating-rating, .rating-total {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  -ms-flex-item-align: end;
      align-self: end;
  color: #141313;
}
.rating-star {
  position: relative;
  height: 20.8px;
  width: 104px;
}
.rating-star::before {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='14' viewBox='0 0 17 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_476_10449)'%3E%3Cpath d='M9.20557 4.55176L9.31885 4.79297L9.58252 4.83301L13.7651 5.47266L10.7241 8.59082L10.5483 8.77148L10.5884 9.02051L11.3062 13.4238L7.57568 11.3613L7.3335 11.2275L7.09131 11.3613L3.35986 13.4229L4.07861 9.01953L4.11963 8.77051L3.94287 8.58984L0.900879 5.47266L5.08447 4.83301L5.34814 4.79297L5.46143 4.55176L7.3335 0.5625L9.20557 4.55176Z' stroke='%23FFCE00'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_476_10449'%3E%3Crect width='16' height='14' fill='white' transform='translate(0.333496)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: 20.8px;
  bottom: 0;
  display: block;
  height: 20.8px;
  left: 0;
  right: 0;
  top: 0;
  width: 104px;
}
.rating-span {
  display: block;
  text-indent: -10000px;
  width: 104px;
  height: 20.8px;
  position: absolute;
  overflow: hidden;
}
.rating-span:before {
  display: block;
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.6285 5.00733L9.32467 4.34991L7.39559 0.240913C7.2515 -0.0659204 6.74809 -0.0659204 6.604 0.240913L4.6755 4.34991L0.37167 5.00733C0.0181704 5.06158 -0.122996 5.4915 0.12492 5.74525L3.25159 8.95008L2.5125 13.4808C2.45359 13.8407 2.838 14.1108 3.15592 13.9341L7.00009 11.8096L10.8443 13.9347C11.1593 14.1097 11.5472 13.8448 11.4877 13.4814L10.7486 8.95066L13.8753 5.74583C14.1232 5.4915 13.9814 5.06158 13.6285 5.00733Z' fill='%23FFCE00'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: 20.8px;
  bottom: 0;
  height: 20.8px;
  left: 0;
  right: 0;
  text-indent: 10000px;
  top: 0;
}

/*request */
.request {
  background: #0A2A4E;
  text-align: center;
  color: #fff;
  padding: 60px 220px;
}
.request:not(:last-child) {
  margin-bottom: 50px;
}
.request h2 {
  color: #fff;
}
.request_bottom {
  gap: 10px 15px;
}
.request_bottom .btn {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.request_bottom .btn_border {
  height: 60px;
  font-size: 18px;
  text-transform: capitalize;
}
@media screen and (max-width: 1300px) {
  .request {
    padding: 60px 100px;
  }
}
@media screen and (max-width: 768px) {
  .request {
    padding: 40px 30px;
  }
  .request:not(:last-child) {
    margin-bottom: 40px;
  }
  .request_bottom .btn {
    min-width: 100%;
    font-size: 16px;
  }
}

/* search */
.search {
  position: relative;
  width: 20px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.search.open {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto;
  margin-left: auto;
}
.search.open .search-input {
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 10px;
}
.search-formgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.search-input {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 23px;
  height: 23px;
  font-size: 15px;
  font-weight: 500;
  color: #D1DAE3;
  background: transparent;
  width: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  padding: 0;
}
.search-input::-webkit-input-placeholder {
  color: #D1DAE3;
  font-size: 15px;
  font-weight: 500;
  opacity: 1;
  font-family: "Inter Variable";
}
.search-input::-moz-placeholder {
  color: #D1DAE3;
  font-size: 15px;
  font-weight: 500;
  opacity: 1;
  font-family: "Inter Variable";
}
.search-input:-ms-input-placeholder {
  color: #D1DAE3;
  font-size: 15px;
  font-weight: 500;
  opacity: 1;
  font-family: "Inter Variable";
}
.search-input::-ms-input-placeholder {
  color: #D1DAE3;
  font-size: 15px;
  font-weight: 500;
  opacity: 1;
  font-family: "Inter Variable";
}
.search-input::placeholder {
  color: #D1DAE3;
  font-size: 15px;
  font-weight: 500;
  opacity: 1;
  font-family: "Inter Variable";
}
.search-input::-webkit-input-placeholder {
  color: #D1DAE3;
  font-size: 15px;
  font-weight: 500;
  opacity: 1;
  font-family: "Inter Variable";
}
.search-input:-moz-placeholder {
  color: #D1DAE3;
  font-size: 15px;
  font-weight: 500;
  opacity: 1;
  font-family: "Inter Variable";
}
.search-input::-moz-placeholder {
  color: #D1DAE3;
  font-size: 15px;
  font-weight: 500;
  opacity: 1;
  font-family: "Inter Variable";
}
.search-input:-ms-input-placeholder {
  color: #D1DAE3;
  font-size: 15px;
  font-weight: 500;
  opacity: 1;
  font-family: "Inter Variable";
}
.search-input:not(:focus):-moz-placeholder-shown {
  background: transparent;
}
.search-input:not(:focus):-ms-input-placeholder {
  background: transparent;
}
.search-input:not(:focus):placeholder-shown {
  background: transparent;
}
.search-input:focus:valid {
  background: transparent;
}
.search-btn {
  display: block;
  position: relative;
  z-index: 10;
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.search-btn::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--search-icon");
  top: calc(50% - 9px);
  left: calc(50% - 9px);
}
.search-block {
  position: absolute;
  z-index: 10;
  top: 43px;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 0 40px;
}
.search-block.open {
  padding: 40px;
}
.search-block.open .search-inner {
  max-height: 200px;
}
.search-inner {
  max-height: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.search__item:not(:last-child) {
  border-bottom: 1px solid #D1DAE3;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.search-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.search-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.search-heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #0A2A4E;
  margin-bottom: 10px;
}
.search-no {
  display: none;
}
@media screen and (max-width: 768px) {
  .search-block {
    padding: 0 20px;
  }
  .search-block.open {
    padding: 25px 20px;
  }
  .search-block.open .search-inner {
    max-height: 370px;
  }
  .search-info {
    min-width: 100%;
  }
  .search-heading {
    margin-bottom: 15px;
  }
  .search__item .btn {
    margin: 0;
  }
  .search-link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* select */
.choice {
  position: relative;
  height: 60px;
}
.choice select {
  display: none;
}
.choice .select {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 10px;
  width: 100%;
  min-height: 60px;
  max-height: 60px;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
  text-align: left;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  padding: 18px 25px 18px 15px;
}
.choice .select::after {
  position: absolute;
  z-index: 0;
  content: "";
  width: 12px;
  height: 6px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--arrow-down");
  right: 15px;
  top: 27px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.choice .select .value {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1A1D21;
  margin-bottom: 8px;
}
.choice .select.active {
  z-index: 5;
  min-height: 225px;
  max-height: 225px;
  overflow: visible;
}
.choice .select.active::after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.choice .select.active .hidden {
  display: none;
}
.choice .scroll-wrapper {
  min-width: 100%;
  max-height: 100%;
  overflow: hidden;
}
.choice .optList {
  max-height: 150px;
}
.choice .option {
  position: relative;
  cursor: pointer;
  line-height: 16px;
  font-size: 16px;
  font-weight: 500;
}
.choice .option:not(:last-child) {
  margin-bottom: 15px;
}
.choice .option:hover {
  color: #0A2A4E;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .choice .select {
    min-height: 54px;
    max-height: 54px;
    padding: 15px 25px 15px 15px;
  }
  .choice .select::after {
    top: 24px;
  }
  .choice .select .value {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .choice .select.active {
    min-height: 225px;
    max-height: 225px;
  }
}

/* states */
.states {
  gap: 40px 30px;
}
.states-text {
  max-width: 400px;
}
.states .section-header {
  text-align: left;
  margin-bottom: 15px;
}
.states .section-header h2, .states .section-header .h2 {
  margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
  .states {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .states-text {
    max-width: 100%;
    min-width: 100%;
  }
  .states .section-header {
    margin-bottom: 25px;
  }
}

.map {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 740px;
}
.map-desctop .map-link:hover .map-path {
  fill: #FFBA08;
}
.map-desctop .map-link:hover .map-rect {
  fill: #FFBA08;
}
.map-mob {
  display: none;
}
.map-mob.open .map-link:not(:nth-child(-n+10)) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.map-path {
  fill: #0A2A4E;
  stroke: #fff;
  stroke-width: 2px;
}
.map-text {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}
.map-text tspan {
  color: #fff;
  fill: #fff;
  font-size: 13px;
  font-weight: 700;
}
.map-inner {
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.map-inner + .btn {
  width: 100%;
}
.map-inner .map-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.map-inner .map-link-svg {
  width: 50px;
  min-width: 50px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: cover;
}
.map-inner .map-link:not(:nth-child(-n+10)) {
  display: none;
}
.map-inner .map-svg {
  width: 100%;
}
.map-inner .map-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  color: #121415;
}
.map-inner .map-alabama {
  background-image: url("../img/states.svg#sprite--alabama");
}
.map-inner .map-alaska {
  background-image: url("../img/states.svg#sprite--alaska");
}
.map-inner .map-arizona {
  background-image: url("../img/states.svg#sprite--arizona");
}
.map-inner .map-arkansas {
  background-image: url("../img/states.svg#sprite--arkansas");
}
.map-inner .map-california {
  background-image: url("../img/states.svg#sprite--california");
}
.map-inner .map-colorado {
  background-image: url("../img/states.svg#sprite--colorado");
}
.map-inner .map-connecticut {
  background-image: url("../img/states.svg#sprite--connecticut");
}
.map-inner .map-delaware {
  background-image: url("../img/states.svg#sprite--delaware");
}
.map-inner .map-florida {
  background-image: url("../img/states.svg#sprite--florida");
}
.map-inner .map-georgia {
  background-image: url("../img/states.svg#sprite--georgia");
}
.map-inner .map-hawaii {
  background-image: url("../img/states.svg#sprite--hawaii");
}
.map-inner .map-idaho {
  background-image: url("../img/states.svg#sprite--idaho");
}
.map-inner .map-illinois {
  background-image: url("../img/states.svg#sprite--illinois");
}
.map-inner .map-indiana {
  background-image: url("../img/states.svg#sprite--indiana");
}
.map-inner .map-iowa {
  background-image: url("../img/states.svg#sprite--iowa");
}
.map-inner .map-kansas {
  background-image: url("../img/states.svg#sprite--kansas");
}
.map-inner .map-kentucky {
  background-image: url("../img/states.svg#sprite--kentucky");
}
.map-inner .map-louisiana {
  background-image: url("../img/states.svg#sprite--louisiana");
}
.map-inner .map-maine {
  background-image: url("../img/states.svg#sprite--maine");
}
.map-inner .map-maryland {
  background-image: url("../img/states.svg#sprite--maryland");
}
.map-inner .map-massachusetts {
  background-image: url("../img/states.svg#sprite--massachusetts");
}
.map-inner .map-michigan {
  background-image: url("../img/states.svg#sprite--michigan");
}
.map-inner .map-minnesota {
  background-image: url("../img/states.svg#sprite--minnesota");
}
.map-inner .map-mississippi {
  background-image: url("../img/states.svg#sprite--mississippi");
}
.map-inner .map-missouri {
  background-image: url("../img/states.svg#sprite--missouri");
}
.map-inner .map-montana {
  background-image: url("../img/states.svg#sprite--montana");
}
.map-inner .map-nebraska {
  background-image: url("../img/states.svg#sprite--nebraska");
}
.map-inner .map-nevada {
  background-image: url("../img/states.svg#sprite--nevada");
}
.map-inner .map-new-hampshire {
  background-image: url("../img/states.svg#sprite--new-hampshire");
}
.map-inner .map-new-jersey {
  background-image: url("../img/states.svg#sprite--new-jersey");
}
.map-inner .map-new-mexico {
  background-image: url("../img/states.svg#sprite--new-mexico");
}
.map-inner .map-new-york {
  background-image: url("../img/states.svg#sprite--new-york");
}
.map-inner .map-north-carolina {
  background-image: url("../img/states.svg#sprite--north-carolina");
}
.map-inner .map-north-dakota {
  background-image: url("../img/states.svg#sprite--north-dakota");
}
.map-inner .map-oklahoma {
  background-image: url("../img/states.svg#sprite--oklahoma");
}
.map-inner .map-oregon {
  background-image: url("../img/states.svg#sprite--oregon");
}
.map-inner .map-pennsylvania {
  background-image: url("../img/states.svg#sprite--pennsylvania");
}
.map-inner .map-rhode-island {
  background-image: url("../img/states.svg#sprite--rhode-island");
}
.map-inner .map-south-carolina {
  background-image: url("../img/states.svg#sprite--south-carolina");
}
.map-inner .map-south-dakota {
  background-image: url("../img/states.svg#sprite--south-dakota");
}
.map-inner .map-tennessee {
  background-image: url("../img/states.svg#sprite--tennessee");
}
.map-inner .map-texas {
  background-image: url("../img/states.svg#sprite--texas");
}
.map-inner .map-utah {
  background-image: url("../img/states.svg#sprite--utah");
}
.map-inner .map-vermont {
  background-image: url("../img/states.svg#sprite--vermont");
}
.map-inner .map-virginia {
  background-image: url("../img/states.svg#sprite--virginia");
}
.map-inner .map-washington {
  background-image: url("../img/states.svg#sprite--washington");
}
.map-inner .map-district-of-columbia {
  background-image: url("../img/states.svg#sprite--district-of-columbia");
}
.map-inner .map-west-virginia {
  background-image: url("../img/states.svg#sprite--west-virginia");
}
.map-inner .map-wisconsin {
  background-image: url("../img/states.svg#sprite--wisconsin");
}
.map-inner .map-wyoming {
  background-image: url("../img/states.svg#sprite--wyoming");
}
.map-inner .map-ohio {
  background-image: url("../img/states.svg#sprite--ohio");
}
@media screen and (max-width: 600px) {
  .map-desctop {
    display: none;
  }
  .map-mob {
    display: block;
  }
}

/* surety */
.surety {
  position: relative;
  gap: 30px 50px;
}
.surety::before {
  position: absolute;
  content: "";
  width: 70%;
  height: 1px;
  left: 15%;
  top: 30px;
  border-top: 1px dashed #0A2A4E;
}
.surety:not(:last-child) {
  margin-bottom: 50px;
}
.surety__item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding-top: 95px;
}
.surety__item::before {
  position: absolute;
  z-index: 1;
  content: "";
  border-radius: 100%;
  background: #F2F8FF;
  top: -20px;
  left: calc(50% - 50px);
  width: 100px;
  height: 100px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--check-blue");
  border: 20px solid #F2F8FF;
}
@media screen and (max-width: 768px) {
  .surety {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 70px;
  }
  .surety:not(:last-child) {
    margin-bottom: 40px;
  }
  .surety::before {
    width: 1px;
    height: 100%;
    left: 25px;
    top: 0;
    border-left: 1px dashed #0A2A4E;
    border-top: none;
  }
  .surety__item {
    text-align: left;
    padding-top: 0;
  }
  .surety__item::before {
    top: -20px;
    left: -90px;
    width: 90px;
    height: 90px;
  }
}

/* table */
.table_scroll {
  margin-bottom: 15px;
}
.table_scroll table {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .table_scroll {
    width: calc(100% + 20px);
    margin-right: -20px;
  }
  .table_scroll table {
    width: auto;
  }
}

table {
  border-radius: 7px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-collapse: separate;
  background: #fff;
  overflow: hidden;
  margin-bottom: 15px;
}
table tr:nth-child(even) td {
  background: #F9F9F9;
}
table th, table td {
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  padding: 15px;
}
table th {
  background: #171616;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
}
table td {
  font-weight: 400;
  font-size: 15px;
  color: #333;
}
table a {
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
  color: #171616;
}
table a:hover {
  text-decoration: underline;
}
table b {
  font-weight: 500;
  color: #171616;
}
table .btn {
  width: 167px;
}

/* tip */
.tip {
  position: relative;
  max-width: 920px;
  background: #DCE7F2;
  padding: 40px 30px 40px 86px;
  margin-inline: auto;
}
.tip::before {
  position: absolute;
  content: "";
  width: 36px;
  height: 36px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--info-icon");
  top: 40px;
  left: 30px;
}
.tip:not(:last-child) {
  margin-bottom: 50px;
}
.tip p {
  font-weight: 600;
  color: #0A2A4E;
}
@media screen and (max-width: 768px) {
  .tip {
    padding: 87px 30px 30px;
  }
  .tip::before {
    top: 30px;
  }
  .tip:not(:last-child) {
    margin-bottom: 40px;
  }
}

/* type */
.type {
  gap: 40px 30px;
}
.type-map {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 570px;
}
.type-map .section-header {
  text-align: left;
  margin-inline: 0;
  margin-bottom: 25px;
}
.type-map-svg {
  display: block;
  margin-top: 60px;
}
.type-text {
  max-width: 570px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.type-text h2:not(:first-child) {
  margin-top: 40px;
}
.type-text ul b {
  color: #0A2A4E;
}
@media screen and (max-width: 992px) {
  .type-text, .type-map {
    max-width: 100%;
    min-width: 100%;
  }
  .type-map-svg {
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .type-map-svg {
    width: 100%;
    margin-top: 30px;
  }
}

/* work */
.work {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 20px;
}
.work__item {
  border: 1px solid #D1DAE3;
  padding: 40px;
}
.work-img {
  width: 40px;
  height: 40px;
  margin: 0 0 25px;
}
.work-contact {
  background: #0A2A4E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.work-contact p {
  font-weight: 500;
  line-height: 23px;
  color: #fff;
  margin-bottom: 25px;
}
.work-contact .btn {
  color: #1A1D21;
  width: 100%;
}
.work-contact .btn::before {
  background-image: url("../img/sprite.svg#sprite--phone-icon");
}
.work-heading {
  color: #fff;
  font-family: "DM Serif Display";
  font-weight: 400;
  font-size: 34px;
  line-height: 140%;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .work {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .work__item {
    padding: 30px;
  }
}
/*# sourceMappingURL=../sourcemaps/style.css.map */
