@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --theme-size: 10px;
  --font-primary: "Montserrat", sans-serif;
}



/* ==========================================================================
   Utilites
   ========================================================================== */
.n-txt ul {
  margin-block-end: .9rem!important;
}
@media (max-width: 939px) {
  section#about.n-txt {
    scroll-margin-top: 80px;
  }
}
a.ui-btn, button.ui-btn, span.ui-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 45px;
  border-radius: 4px;
  padding: 0 20px;
  border: 1px solid transparent !important;
  font-family: var(--font-primary);
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}
a.ui-btn:hover, button.ui-btn:hover, span.ui-btn:hover {
  text-decoration: none;
  border: 1px solid transparent !important;
}
a.ui-btn--white, button.ui-btn--white, span.ui-btn--white {
  background: #fff;
  color: #005CAB;
}
a.ui-btn--white:hover, button.ui-btn--white:hover, span.ui-btn--white:hover {
  background: #FF6347;
  color: #fff;
}
a.ui-btn--transparent, button.ui-btn--transparent, span.ui-btn--transparent {
  background: transparent;
  color: #fff;
}
a.ui-btn--transparent:hover, button.ui-btn--transparent:hover, span.ui-btn--transparent:hover {
  background: #fff;
  color: #005CAB;
}
a.ui-btn--orange, button.ui-btn--orange, span.ui-btn--orange {
  background: #FF6347;
  color: #fff;
}
a.ui-btn--orange:hover, button.ui-btn--orange:hover, span.ui-btn--orange:hover {
  background: #005CAB;
  color: #fff;
}
a.ui-btn--orange.ui-btn--outline, button.ui-btn--orange.ui-btn--outline, span.ui-btn--orange.ui-btn--outline {
  border: 1px solid #FF6347 !important;
  background: #fff !important;
  color: #FF6347 !important;
}
a.ui-btn--orange.ui-btn--outline:hover, button.ui-btn--orange.ui-btn--outline:hover, span.ui-btn--orange.ui-btn--outline:hover {
  border: 1px solid #005CAB !important;
  background: #005CAB !important;
  color: #fff !important;
}
a.ui-btn--blue, button.ui-btn--blue, span.ui-btn--blue {
  border: 1px solid #005CAB;
  background: #005CAB;
  color: #fff;
}
a.ui-btn--blue:hover, button.ui-btn--blue:hover, span.ui-btn--blue:hover {
  border: 1px solid #005CAB !important;
  background: #fff !important;
  color: #005CAB !important;
}
a.ui-btn--blue.ui-btn--outline, button.ui-btn--blue.ui-btn--outline, span.ui-btn--blue.ui-btn--outline {
  border: 1px solid #005CAB !important;
  background: #fff !important;
  color: #005CAB !important;
}
a.ui-btn--blue.ui-btn--outline:hover, button.ui-btn--blue.ui-btn--outline:hover, span.ui-btn--blue.ui-btn--outline:hover {
  border: 1px solid #005CAB !important;
  background: #005CAB !important;
  color: #fff !important;
}

.ui-legend {
  display: block;
  margin: 0 0 15px;
  font-size: 21px;
  line-height: 1;
  font-weight: 600;
  color: #005CAB;
}

.ui-field {
  margin: 0 0 10px;
}

input.ui-input {
  display: block;
  width: 100%;
  height: 54px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 0 14px;
  font-family: var(--font-primary);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  border-radius: 6px;
  -webkit-appearance: none;
  appearance: none;
  color: #54595F;
}
input.ui-input:-ms-input-placeholder {
  color: #54595F;
  opacity: 0.5;
}
input.ui-input::placeholder {
  color: #54595F;
  opacity: 0.5;
}
input.ui-input:focus {
  border-color: #005CAB;
  box-shadow: 0 0 0 1px #005CAB;
}

.ui-check {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-align: center;
  align-items: center;
  margin: 5px 15px 15px;
  gap: 5px;
}

.ui-check__input {
  display: block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
}

.ui-check__text {
  -ms-flex: 1;
  flex: 1;
  display: block;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  color: #54595f;
}
.ui-check__text a {
  color: #54595f;
  text-decoration: underline;
}
.ui-check__text a:hover {
  color: #54595f;
  text-decoration: none;
}

.n-topbar {
  background: #005CAB;
  color: #fff;
  padding: 60px 0;
  position: relative;
  z-index: 1;
}
.n-topbar:has(.n-topbar__image) {
  background: #fff;
  color: #000;
  padding: 50px 0;
}
.n-topbar:has(.n-topbar__image) .container-fluid {
  max-width: 930px;
}
@media (max-width: 767px) {
  .n-topbar:has(.n-topbar__image) .n-topbar__desc {
    text-align: center;
  }
}
.n-topbar:has(.n-topbar__image) .n-topbar__desc h1,
.n-topbar:has(.n-topbar__image) .n-topbar__desc h2,
.n-topbar:has(.n-topbar__image) .n-topbar__desc h3,
.n-topbar:has(.n-topbar__image) .n-topbar__desc h4,
.n-topbar:has(.n-topbar__image) .n-topbar__desc h5,
.n-topbar:has(.n-topbar__image) .n-topbar__desc h6 {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 400;
  color: #005CAB;
}
@media (max-width: 991px) {
  .n-topbar:has(.n-topbar__image) .n-topbar__desc h1,
  .n-topbar:has(.n-topbar__image) .n-topbar__desc h2,
  .n-topbar:has(.n-topbar__image) .n-topbar__desc h3,
  .n-topbar:has(.n-topbar__image) .n-topbar__desc h4,
  .n-topbar:has(.n-topbar__image) .n-topbar__desc h5,
  .n-topbar:has(.n-topbar__image) .n-topbar__desc h6 {
    font-size: 26px;
  }
}
.n-topbar:has(.n-topbar__image) .n-topbar__desc p {
  max-width: 870px;
}

.n-topbar__image {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #EAEAEA;
}
.n-topbar__image::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  opacity: 0.85;
  background: #fff;
}
.n-topbar__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.n-topbar__desc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  margin: 0 0 40px;
}
.n-topbar__desc:last-child {
  margin-bottom: 0;
}
.n-topbar__desc h1,
.n-topbar__desc h2,
.n-topbar__desc h3,
.n-topbar__desc h4,
.n-topbar__desc h5,
.n-topbar__desc h6 {
  display: block;
  font-size: 32px;
  line-height: 1;
  font-weight: 400;
  margin: 0;
}
.n-topbar__desc p {
  margin: 0;
}
@media (max-width: 767px) {
  .n-topbar__desc {
    padding: 0 10px;
  }
}

.n-topbar__action {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.n-topbar__action .ui-btn--blue:hover {
  background: #FF6347 !important;
  border: 1px solid #FF6347 !important;
  color: #fff !important;
}
@media (max-width: 767px) {
  .n-topbar__action {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.n-services {
  padding: 40px 0;
}
.n-services--keys .n-services__list {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  padding: 0 10px;
}
@media (max-width: 991px) {
  .n-services--keys .n-services__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .n-services--keys .n-services__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.n-services--keys .n-services__card-image {
  width: 92px;
}

h1.n-services__title,
h2.n-services__title,
h3.n-services__title,
h4.n-services__title,
h5.n-services__title,
h6.n-services__title {
  display: block;
  margin: 0 0 40px;
  font-family: var(--font-primary);
  font-size: 36px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 991px) {
  h1.n-services__title,
  h2.n-services__title,
  h3.n-services__title,
  h4.n-services__title,
  h5.n-services__title,
  h6.n-services__title {
    font-size: 26px;
  }
}

.n-services__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .n-services__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

a.n-services__card,
.n-services__card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  border-radius: 15px;
  border: 1px solid #EAEAEA;
  padding: 25px;
  gap: 20px;
  text-decoration: none;
  color: #54595F;
  transition: 0.3s;
}
a.n-services__card:hover,
.n-services__card:hover {
  text-decoration: none;
  color: #54595F;
  background-color: rgba(0, 92, 171, 0.0588235294);
  box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.06);
  transform: translate(0, -2px);
}
a.n-services__card:hover .n-services__card-btn,
.n-services__card:hover .n-services__card-btn {
  opacity: 1;
  transform: translate(0, 0);
}

.n-services__card-image {
  display: block;
  background: #EAEAEA;
  width: 150px;
  height: auto;
  max-width: 30%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
.n-services__card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
h1.n-services__card-title,
h2.n-services__card-title,
h3.n-services__card-title,
h4.n-services__card-title,
h5.n-services__card-title,
h6.n-services__card-title {
  display: block;
  margin: 0;
  font-family: var(--font-primary);
  font-size: 21px;
  line-height: 1;
  font-weight: 600;
  color: #005CAB;
}

.n-services__card-text {
  display: block;
  margin: 0;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}

.n-services__card-btn {
  margin: auto auto 0 0;
  opacity: 0;
  transform: translate(0, 10px);
}
@media (max-width: 767px) {
  .n-services__card-btn {
    opacity: 1;
    transform: none;
  }
}

.n-services__form {
  background: rgba(0, 92, 171, 0.0588235294);
  border: 1px solid #EAEAEA;
  border-radius: 15px;
  padding: 25px;
  min-height: 100%;
}
@media (max-width: 767px) {
  .n-services__form .ui-btn {
    width: 100%;
  }
}

.n-tabs {
  background: #005CAB;
  color: #fff;
  padding: 40px 0 70px;
}

h1.n-tabs__title,
h2.n-tabs__title,
h3.n-tabs__title,
h4.n-tabs__title,
h5.n-tabs__title,
h6.n-tabs__title {
  display: block;
  margin: 0 0 20px;
  font-size: 36px;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  h1.n-tabs__title,
  h2.n-tabs__title,
  h3.n-tabs__title,
  h4.n-tabs__title,
  h5.n-tabs__title,
  h6.n-tabs__title {
    font-size: 26px;
  }
}

.n-tabs__menu {
  margin: 0 0 50px;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .n-tabs__menu {
    display: none;
  }
}

button.n-tabs__btn,
.n-tabs__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 54px;
  border-radius: 4px;
  padding: 0 35px;
  font: 600 16px/1.2 var(--font-primary);
  text-decoration: none;
  border: none;
  background: #fff;
  color: #2C2E30;
}
button.n-tabs__btn:hover, button.n-tabs__btn.is-active,
.n-tabs__btn:hover,
.n-tabs__btn.is-active {
  background: #FF6347 !important;
  border: none !important;
  color: #fff !important;
}

.n-tabs__wrapper {
  position: relative;
}

button.n-tabs__toggle,
.n-tabs__toggle {
  display: none;
}
@media (max-width: 767px) {
  button.n-tabs__toggle,
  .n-tabs__toggle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 54px;
    border-radius: 4px;
    padding: 0 35px;
    font: 600 16px/1.2 var(--font-primary);
    text-decoration: none;
    border: none;
    background: #fff;
    color: #2C2E30;
    margin: 0 0 10px;
  }
  button.n-tabs__toggle:hover, button.n-tabs__toggle.is-active,
  .n-tabs__toggle:hover,
  .n-tabs__toggle.is-active {
    background: #FF6347 !important;
    border: none !important;
    color: #fff !important;
  }
}

.n-tabs__content {
  display: none;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
}
.n-tabs__content.is-active {
  display: block;
}
.n-tabs__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 20px;
}
@media (max-width: 767px) {
  .n-tabs__content {
    text-align: center;
    padding: 40px 0;
  }
  .n-tabs__content ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.n-why {
  padding: 60px 0;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
}
.n-why h1,
.n-why h2,
.n-why h3,
.n-why h4,
.n-why h5,
.n-why h6 {
  display: block;
  margin: 0 0 20px;
  font-family: var(--font-primary);
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 991px) {
  .n-why h1,
  .n-why h2,
  .n-why h3,
  .n-why h4,
  .n-why h5,
  .n-why h6 {
    font-size: 26px;
  }
}
.n-why p {
  margin: 0 0 20px;
}
.n-why ul {
  margin: 0 0 20px;
}
.n-why .row {
  margin-bottom: 20px;
  gap: 20px 0;
}
.n-why *:last-child {
  margin-bottom: 0;
}

.n-projects {
  padding: 20px 0 45px;
}

h1.n-projects__title,
h2.n-projects__title,
h3.n-projects__title,
h4.n-projects__title,
h5.n-projects__title,
h6.n-projects__title {
  display: block;
  margin: 0 0 20px;
  font-family: var(--font-primary);
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 991px) {
  h1.n-projects__title,
  h2.n-projects__title,
  h3.n-projects__title,
  h4.n-projects__title,
  h5.n-projects__title,
  h6.n-projects__title {
    font-size: 26px;
  }
}

.n-projects__list {
  margin: 0;
  padding: 0 10px;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 991px) {
  .n-projects__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .n-projects__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 0;
  }
}

.n-projects__card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  text-decoration: none;
  color: #54595F;
  background: #F5F7FB;
  border-radius: 15px;
  padding: 15px;
}
.n-projects__card:hover {
  text-decoration: none;
  color: #54595F;
}

.n-projects__card-image {
  display: block;
  margin: 0 0 30px;
  background: #EAEAEA;
  width: 100%;
  height: auto;
  aspect-ratio: 330/248;
  position: relative;
}
.n-projects__card-image img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

h1.n-projects__card-title,
h2.n-projects__card-title,
h3.n-projects__card-title,
h4.n-projects__card-title,
h5.n-projects__card-title,
h6.n-projects__card-title {
  display: block;
  margin: 0 0 15px;
  font-family: var(--font-primary);
  font-size: 21px;
  line-height: 1.25;
  font-weight: 400;
  color: #005CAB;
}

.n-projects__card-text {
  display: block;
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
}

.n-discount {
  background: #F5F5F5;
  padding: 50px 0 60px;
  text-align: center;
}

h1.n-discount__title,
h2.n-discount__title,
h3.n-discount__title,
h4.n-discount__title,
h5.n-discount__title,
h6.n-discount__title {
  display: block;
  margin: 0 0 20px;
  font-family: var(--font-primary);
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  color: #005CAB;
  margin: 0 0 20px;
}

.n-discount__text {
  display: block;
  margin: 0 0 25px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
}
.n-discount__text b {
  display: inline-block;
  vertical-align: top;
}

.n-discount__action {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}
.n-discount__action .ui-btn--orange {
  border: 1px solid #FF6347 !important;
}
.n-discount__action .ui-btn--orange:hover {
  border: 1px solid #005CAB !important;
  background: #fff !important;
  color: #005CAB !important;
}
.n-discount__action .ui-btn--outline:hover {
  border: 1px solid #005CAB !important;
  background: #005CAB !important;
  color: #fff !important;
}

.n-txt {
  padding: 40px 0;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
}
.n-txt picture {
  display: block;
  margin: 0 0 20px;
}
.n-txt picture img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.n-txt picture.pull-left {
  max-width: 310px;
  float: left;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .n-txt picture.pull-left {
    float: none;
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }
}
.n-txt picture.pull-right {
  max-width: 310px;
  float: right;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .n-txt picture.pull-right {
    float: none;
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }
}
.n-txt picture.is-truck {
  height: 600px;
}
.n-txt picture.is-truck img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .n-txt picture.is-truck {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .n-txt picture.is-truck {
    height: 270px;
  }
}
.n-txt p {
  display: block;
  margin: 0 0 10px;
}
.n-txt blockquote {
  margin: 0 0 20px;
  padding: 35px;
  border-radius: 15px;
  background: #005CAB;
  color: #fff;
  font-style: normal;
}
.n-txt .row {
  gap: 40px 0;
}
.n-txt *:last-child {
  margin-bottom: 0;
}

.n-benefits {
  padding: 60px 0;
}

h1.n-benefits__title,
h2.n-benefits__title,
h3.n-benefits__title,
h4.n-benefits__title,
h5.n-benefits__title,
h6.n-benefits__title {
  display: block;
  margin: 0 0 60px;
  font: 400 36px/1 var(--font-primary);
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 991px) {
  h1.n-benefits__title,
  h2.n-benefits__title,
  h3.n-benefits__title,
  h4.n-benefits__title,
  h5.n-benefits__title,
  h6.n-benefits__title {
    font-size: 26px;
  }
}

.n-benefits__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 991px) {
  .n-benefits__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    max-width: 800px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .n-benefits__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.n-benefits__list_2 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media (max-width: 767px) {
  .n-benefits__list_2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.n-benefits__card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  min-height: 100%;
  background: #F5F7FB;
  padding: 15px;
  border-radius: 15px;
}
.n-benefits__card:hover .n-benefits__card-icon path {
  fill: #FF6347;
}
@media (max-width: 767px) {
  .n-benefits__card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.n-benefits__card-icon {
  display: block;
  width: 20px;
  height: 20px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
}
.n-benefits__card-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.n-benefits__card-icon path {
  fill: #005CAB;
  transition: 0.3s;
}

.n-benefits__card-text {
  display: block;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 767px) {
  .n-benefits__card-text {
    text-align: center;
  }
}

.n-types {
  background: #005CAB;
  color: #fff;
  padding: 40px 0 90px;
}

h1.n-types__title,
h2.n-types__title,
h3.n-types__title,
h4.n-types__title,
h5.n-types__title,
h6.n-types__title {
  display: block;
  margin: 0 0 60px;
  font: 400 36px/1 var(--font-primary);
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 991px) {
  h1.n-types__title,
  h2.n-types__title,
  h3.n-types__title,
  h4.n-types__title,
  h5.n-types__title,
  h6.n-types__title {
    font-size: 26px;
  }
}

.n-types__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 991px) {
  .n-types__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .n-types__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.n-types__list_2 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media (max-width: 767px) {
  .n-types__list_2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.n-types__card {
  min-height: 100%;
}
@media (max-width: 767px) {
  .n-types__card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}

.n-types__card-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 50px;
  height: 57px;
  margin: 0 0 30px;
}
.n-types__card-icon svg, .n-types__card-icon img {
  width: 100%;
  height: auto;
}

.n-types__card:hover svg, .n-types__card:hover img {
  color:#FF6347;
  transition: .3s ease
}

h1.n-types__card-title,
h2.n-types__card-title,
h3.n-types__card-title,
h4.n-types__card-title,
h5.n-types__card-title,
h6.n-types__card-title {
  display: block;
  margin: 0 0 15px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
}

.n-types__card-text {
  display: block;
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
}

.n-cars {
  padding: 40px 0;
}

h1.n-cars__title,
h2.n-cars__title,
h3.n-cars__title,
h4.n-cars__title,
h5.n-cars__title,
h6.n-cars__title {
  display: block;
  margin: 0 0 20px;
  font: 400 36px/1 var(--font-primary);
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 991px) {
  h1.n-cars__title,
  h2.n-cars__title,
  h3.n-cars__title,
  h4.n-cars__title,
  h5.n-cars__title,
  h6.n-cars__title {
    font-size: 26px;
  }
}

.n-cars__desc {
  margin: 0 0 35px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
}
.n-cars__desc p {
  margin: 0 0 20px;
}
.n-cars__desc *:last-child {
  margin-bottom: 0;
}

.n-cars__swiper .swiper-container {
  position: relative;
  padding: 0 30px;
}
.n-cars__swiper .swiper {
  border-radius: 5px;
}
.n-cars__swiper .swiper-slide {
  width: 25%;
}
.n-cars__swiper button.swiper-prev,
.n-cars__swiper button.swiper-next {
  width: 30px;
  height: 100%;
  border: none;
  background: none;
  padding: 0;
  color: #eeeeee;
}
.n-cars__swiper button.swiper-prev svg,
.n-cars__swiper button.swiper-next svg {
  display: block;
  width: 30px;
  height: 30px;
}
.n-cars__swiper button.swiper-prev svg path,
.n-cars__swiper button.swiper-next svg path {
  fill: currentColor;
}
.n-cars__swiper button.swiper-prev:hover,
.n-cars__swiper button.swiper-next:hover {
  color: #005CAB;
}
.n-cars__swiper button.swiper-prev {
  position: absolute;
  top: 0;
  left: 0;
}
.n-cars__swiper button.swiper-next {
  position: absolute;
  right: 0;
  bottom: 0;
}
.n-cars__swiper picture {
  border-radius: 5px;
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 255/190;
  background: #EAEAEA;
}
.n-cars__swiper picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .n-cars__swiper .swiper-slide {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .n-cars__swiper .swiper-slide {
    width: 100%;
  }
}

.n-request {
  background: #005CAB;
  color: #fff;
  padding: 50px 0;
}

.n-request__form {
  display: -ms-grid;
  display: grid;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 270fr 270fr 335fr auto;
  grid-template-columns: 270fr 270fr 335fr auto;
  gap: 20px;
  padding: 0 20px;
}
.n-request__form .ui-field {
  margin: 0;
}
.n-request__form .ui-check {
  margin: 0 0 0 10px;
}
.n-request__form .ui-check__text {
  color: #fff;
}
.n-request__form .ui-check__text a {
  color: #fff;
}
.n-request__form .ui-check__text a:hover {
  color: #fff;
}
.n-request__form .ui-btn {
  height: 54px;
  padding: 0 25px;
}
.n-request__form .ui-btn--orange:hover {
  border: 1px solid #FF6347 !important;
  background: #fff !important;
  color: #FF6347 !important;
}
@media (max-width: 991px) {
  .n-request__form {
    padding: 0;
    -ms-grid-columns: 220fr 220fr 280fr auto;
    grid-template-columns: 220fr 220fr 280fr auto;
  }
  .n-request__form .ui-btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .n-request__form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.n-cta {
  background: #F0F0F0;
  padding: 50px 0;
}
.n-cta .row {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.n-cta__desc {
  padding: 60px 80px 10px;
}
@media (max-width: 991px) {
  .n-cta__desc {
    padding: 40px 20px;
  }
}
@media (max-width: 767px) {
  .n-cta__desc {
    text-align: center;
  }
}

h1.n-cta__title,
h2.n-cta__title,
h3.n-cta__title,
h4.n-cta__title,
h5.n-cta__title,
h6.n-cta__title {
  display: block;
  margin: 0 0 50px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 400;
}
h1.n-cta__title mark,
h2.n-cta__title mark,
h3.n-cta__title mark,
h4.n-cta__title mark,
h5.n-cta__title mark,
h6.n-cta__title mark {
  padding: 0;
  background: none;
  color: #ff6347;
}
@media (max-width: 991px) {
  h1.n-cta__title,
  h2.n-cta__title,
  h3.n-cta__title,
  h4.n-cta__title,
  h5.n-cta__title,
  h6.n-cta__title {
    font-size: 21px;
  }
}

.n-cta__blockquote {
  position: relative;
  margin: 0 -60px 40px -50px;
  padding: 15px 15px 15px 60px;
  border-radius: 15px;
  background: #fff;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
}
.n-cta__blockquote p {
  margin: 0;
}
.n-cta__blockquote:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  width: 28px;
  height: 32px;
  margin: -16px 0 0 0;
  border-radius: 50%;
  border: 2px solid #005CAB;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' class='e-font-icon-svg e-fas-info' viewBox='0 0 192 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23005CAB' d='M20 424.229h20V279.771H20c-11.046 0-20-8.954-20-20V212c0-11.046 8.954-20 20-20h112c11.046 0 20 8.954 20 20v212.229h20c11.046 0 20 8.954 20 20V492c0 11.046-8.954 20-20 20H20c-11.046 0-20-8.954-20-20v-47.771c0-11.046 8.954-20 20-20zM96 0C56.235 0 24 32.235 24 72s32.235 72 72 72 72-32.235 72-72S135.764 0 96 0z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px 15px;
}
@media (max-width: 991px) {
  .n-cta__blockquote {
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .n-cta__blockquote {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
  }
  .n-cta__blockquote::before {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 0 20px;
  }
}

.n-cta__image {
  display: block;
  margin: 0 0 0 -20px;
  background: #EAEAEA;
}
.n-cta__image img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .n-cta__image {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .n-cta__image {
    height: 350px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .n-cta__image img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
  }
}

.n-cta__action {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}

.n-inform {
  padding: 50px 0;
}

.n-inform__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 60px;
}

.n-inform__list > li {
  min-width: 0;
  scroll-margin-top: 25px;
}

@media (max-width: 991px) {
.n-inform__list > li {
  min-width: 0;
  scroll-margin-top: 100px;
  }
}

h1.n-inform__title,
h2.n-inform__title,
h3.n-inform__title,
h4.n-inform__title,
h5.n-inform__title,
h6.n-inform__title {
  display: block;
  margin: 0 0 15px;
  font-size: 30px;
  line-height: 1.14;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  color: #005CAB;
}
@media (max-width: 991px) {
  h1.n-inform__title,
  h2.n-inform__title,
  h3.n-inform__title,
  h4.n-inform__title,
  h5.n-inform__title,
  h6.n-inform__title {
    font-size: 26px;
  }
}

.n-inform__card {
  background: #F6F6F6;
  border-radius: 15px;
  padding: 25px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 815fr 255fr;
  grid-template-columns: 815fr 255fr;
  grid-template-areas: "desc image" "action action";
  gap: 35px 20px;
  -ms-flex-align: start;
  align-items: start;
}
@media (max-width: 991px) {
  .n-inform__card {
    -ms-grid-columns: 600fr 300fr;
    grid-template-columns: 600fr 300fr;
    gap: 25px 20px;
  }
}
@media (max-width: 767px) {
  .n-inform__card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.n-inform__card-desc {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  grid-area: desc;
}
.n-inform__card-desc p {
  margin: 0 0 15px;
}
.n-inform__card-desc *:last-child {
  margin-bottom: 0;
}

.n-inform__card-image {
  grid-area: image;
  display: block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
.n-inform__card-image img {
  display: block;
  width: 100%;
  height: auto;
}

.n-inform__card-action {
  grid-area: action;
  text-align: center;
}
.n-inform__card-action .ui-btn {
  min-width: 178px;
}

.n-guarantee {
  padding: 50px 0;
}

.n-guarantee__grid {
  display: -ms-grid;
  display: grid;
  -ms-flex-align: end;
  align-items: end;
  -ms-grid-columns: 345px 1fr;
  grid-template-columns: 345px 1fr;
  gap: 0 75px;
  position: relative;
  margin: 0 0 50px;
}
@media (max-width: 991px) {
  .n-guarantee__grid {
    -ms-grid-columns: 320px 1fr;
    grid-template-columns: 320px 1fr;
    gap: 0 30px;
  }
}
@media (max-width: 767px) {
  .n-guarantee__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.n-guarantee__image {
  display: block;
  width: 100%;
  height: auto;
}
.n-guarantee__image img {
  display: block;
  width: 100%;
  height: auto;
  background: #EAEAEA;
}
@media (max-width: 991px) {
  .n-guarantee__image {
    height: 260px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .n-guarantee__image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
  }
}
@media (max-width: 767px) {
  .n-guarantee__image {
    height: 350px;
  }
}

.n-guarantee__desc {
  text-align: center;
  padding: 50px 40px 0 0;
}

h1.n-guarantee__title,
h2.n-guarantee__title,
h3.n-guarantee__title,
h4.n-guarantee__title,
h5.n-guarantee__title,
h6.n-guarantee__title {
  display: block;
  margin: 0 0 55px;
  font-size: 36px;
  line-height: 1.3;
  font-weight: 400;
  text-align: inherit;
}
h1.n-guarantee__title mark,
h2.n-guarantee__title mark,
h3.n-guarantee__title mark,
h4.n-guarantee__title mark,
h5.n-guarantee__title mark,
h6.n-guarantee__title mark {
  background: none;
  padding: 0;
  color: #FF6347;
}
@media (max-width: 991px) {
  h1.n-guarantee__title,
  h2.n-guarantee__title,
  h3.n-guarantee__title,
  h4.n-guarantee__title,
  h5.n-guarantee__title,
  h6.n-guarantee__title {
    font-size: 26px;
    padding: 0 0 0 30px;
  }
}

.n-guarantee__text {
  display: block;
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 400;
  border-left: 2px solid #FF6347;
  padding: 55px 50px;
}
@media (max-width: 991px) {
  .n-guarantee__text {
    font-size: 21px;
    padding: 0 0 0 30px;
  }
}

.n-guarantee__blockquote {
  border-radius: 15px;
  padding: 35px;
  margin: 0;
  background: #005CAB;
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
}
.n-guarantee__blockquote b {
  font-weight: 600;
}
.n-guarantee__blockquote p {
  margin: 0;
}

.n-guarantee__grid,
.n-guarantee__blockquote {
  margin-inline: 20px;
}
@media (max-width: 991px) {
  .n-guarantee__grid,
  .n-guarantee__blockquote {
    margin-inline: 0;
  }
}

.site {
  overflow: hidden;
}

.container-fluid {
  width: 100%;
  padding: 0 20px;
  max-width: 1190px;
  margin: 0 auto;
  box-sizing: border-box;
}
