*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

ul {
  list-style-type: none;
  padding-left: 0;
}
ul.list_type {
  margin-top: 0;
  list-style-type: disc;
  padding-left: 30px;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1150px;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1230px;
  }
}
@media (max-width: 767.98px) {
  .container-md-none {
    max-width: none;
  }
}

.container_min {
  max-width: 590px;
}

body, html {
  font-family: "Public Sans", sans-serif;
  color: #06273F;
  font-size: 20px;
  line-height: 1.6;
}

.text-center {
  text-align: center;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-sm-6,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-12,
.col-lg-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 auto;
}

.row-dop {
  margin-left: -12px;
  margin-right: -12px;
}

.col-dop {
  padding-left: 12px;
  padding-right: 12px;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.order-1 {
  order: 1 !important;
}

.order-12 {
  order: 12 !important;
}

@media (min-width: 576px) {
  .col-sm-6 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-12 {
    width: 100%;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-12 {
    order: 12 !important;
  }
}
@media (min-width: 992px) {
  .col-lg-4 {
    width: 33.33333333%;
  }
  .text-md-end {
    text-align: right;
  }
}
.d-flex {
  display: flex;
}
.justify-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

tbody::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

::-webkit-scrollbar-track {
  border-radius: 0px;
}

::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #1E1E1E;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #1E1E1E;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
  font-style: normal;
}

h1, .h1 {
  font-size: 64px;
  font-weight: 900;
  line-height: 1;
}
@media (max-width: 1200px) {
  h1, .h1 {
    font-size: 52px;
  }
}
@media (max-width: 991.98px) {
  h1, .h1 {
    font-size: 44px;
  }
}
@media (max-width: 767.98px) {
  h1, .h1 {
    font-size: 32px;
  }
}

h2, .h2 {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -0.4px;
}
@media (max-width: 767.98px) {
  h2, .h2 {
    font-size: 28px;
  }
}
@media (max-width: 574.98px) {
  h2, .h2 {
    font-size: 20px;
  }
}

h3, .h3 {
  font-size: 28px;
  line-height: 142.857%;
  letter-spacing: -0.28px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  h3, .h3 {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  h3, .h3 {
    font-size: 22px;
  }
}
@media (max-width: 574.98px) {
  h3, .h3 {
    font-size: 20px;
  }
}

.text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 991.98px) {
  .text {
    font-size: 18px;
  }
}
@media (max-width: 576.98px) {
  .text {
    font-size: 16px;
  }
}

.text-min {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 991.98px) {
  .text-min {
    font-size: 14px;
  }
}

.text-extra-min {
  font-size: 15px;
  line-height: 1.5;
}
@media (max-width: 991.98px) {
  .text-extra-min {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .text-extra-min {
    font-size: 13px;
  }
}

a {
  color: #06273F;
  transition: all 0.3s;
  text-decoration: none;
}
a:hover {
  color: #0d4369;
}

.color_white {
  color: #ffffff !important;
}

.color_green {
  color: #009444 !important;
}

.bg-white {
  background-color: #ffffff;
}

.w-100 {
  width: 100%;
}

.d-none {
  display: none;
}

@media (min-width: 768px) {
  .d-md-block {
    display: block;
  }
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

.space_56 {
  margin-bottom: 56px;
}
@media (max-width: 991.98px) {
  .space_56 {
    margin-bottom: 32px;
  }
}

.text-underline {
  text-decoration: underline;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-08 {
  margin-bottom: 8px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-32 {
  margin-bottom: 32px !important;
}
@media (max-width: 991.98px) {
  .mb-32 {
    margin-bottom: 16px !important;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .mb-40 {
    margin-bottom: 20px;
  }
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.hero-image {
  position: relative;
  top: -20px;
}

.navbar-dop {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (max-width: 767.98px) {
  .navbar-dop {
    padding-bottom: 15px;
  }
}

.nav_block {
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .nav_block {
    display: flex;
  }
}

@media (max-width: 767.98px) {
  .wrapper_logo {
    display: inline-block;
    margin-bottom: 16px;
  }
}

.navbar-nav {
  display: flex;
  gap: 10px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .navbar-nav {
    margin-top: 10px;
    gap: 24px;
  }
}
.navbar-nav .nav-item .nav-link {
  color: #06273F;
  font-size: 20px;
  line-height: 160%;
  font-family: "Public Sans", sans-serif;
}
@media (max-width: 767.98px) {
  .navbar-nav .nav-item .nav-link {
    font-size: 16px;
  }
}
.navbar-nav .nav-item .nav-link:hover, .navbar-nav .nav-item .nav-link.active {
  color: #009444;
}

@media (max-width: 767.98px) {
  .logo_header {
    max-width: 180px;
  }
}

.bg_light_gray {
  background: #E6EFE5;
  overflow: hidden;
}

.section_top {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}
@media (max-width: 991.98px) {
  .section_top {
    padding-top: 15px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .section_top {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}

.wrapper_sb_cs {
  padding-top: 55px;
  padding-bottom: 100px;
}
@media (max-width: 767.98px) {
  .wrapper_sb_cs {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.solution_block {
  padding-bottom: 80px;
}
@media (max-width: 767.98px) {
  .solution_block {
    padding-bottom: 40px;
  }
}

.line_s {
  padding-top: 8px;
  padding-bottom: 16px;
  border-top: 1px solid #ADB8C0;
}

.green_block {
  display: flex;
  border-radius: 16px;
  background: #009444;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .green_block {
    flex-direction: column;
    margin-bottom: 24px;
  }
}

.green_block_left {
  width: 50%;
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .green_block_left {
    padding: 20px 14px;
  }
}
@media (max-width: 767.98px) {
  .green_block_left {
    width: 100%;
    order: 1;
    padding: 20px 10px 20px 13px;
  }
}

.green_block_right {
  width: 50%;
  padding: 20px 40px 20px;
  background-color: #01813B;
  text-align: center;
  border-radius: 0px 16px 16px 0px;
  min-height: 408px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .green_block_right {
    padding: 20px 30px 0px;
    min-height: 430px;
  }
}
@media (max-width: 767.98px) {
  .green_block_right {
    width: 100%;
    padding: 0px;
    min-height: 300px;
    border-radius: 16px 16px;
  }
}
@media (max-width: 575.98px) {
  .green_block_right {
    min-height: 240px;
  }
}
.green_block_right_full {
  width: 100%;
  border-radius: 16px;
}

.section_tour_business {
  padding-top: 36px;
  padding-bottom: 90px;
  background-color: #06273F;
}
@media (max-width: 767.98px) {
  .section_tour_business {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.section_about {
  padding-top: 60px;
  padding-bottom: 80px;
}
@media (max-width: 767.98px) {
  .section_about {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

.line_about {
  padding-bottom: 56px;
  border-bottom: 1px solid #9CADAE;
  margin-bottom: 16px;
}
.line_about:last-child {
  padding-bottom: 0;
  border: none;
}

.inner_line_about {
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #9CADAE;
}
.inner_line_about:last-child {
  border: none;
}

.services_block {
  padding-bottom: 48px;
}
@media (max-width: 767.98px) {
  .services_block {
    padding-bottom: 20px;
  }
}

.item_services {
  padding-top: 16px;
  padding-bottom: 32px;
  border-bottom: 1px solid #9CADAE;
}
.item_services:last-child {
  border: none;
}

.form-block {
  width: 486px;
  height: 560px;
  padding: 24px;
  border-radius: 16px;
}

.form-contact {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.input-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.input-field {
  height: 48px;
  width: 100%;
  background-color: #F5f5f5;
  border: 1px solid #F3F3F3;
  border-radius: 8px;
  padding: 8px 16px;
  color: #06273F;
  transition: border-color 0.3s ease;
}

.input-field::placeholder {
  color: #728491;
}

.input-field:focus {
  color: #06273F;
  outline: none;
  border-color: #9CADAE;
}

textarea.input-field {
  height: auto;
  font-family: "Public Sans", sans-serif;
  color: #06273F;
  min-height: 120px;
  resize: vertical;
}

textarea.input-field::placeholder {
  color: #728491;
}

textarea.input-field:focus {
  color: #06273F;
}

.text-back {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  line-height: 1.6;
}
.text-back rect,
.text-back path {
  fill: #06273F;
}
.text-back:hover rect,
.text-back:hover path {
  fill: #0d4369;
}

.section_single {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section_single_content {
  padding-top: 64px;
  padding-bottom: 80px;
}
@media (max-width: 767.98px) {
  .section_single_content {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

.single_green_block {
  padding-top: 50px;
}
@media (max-width: 767.98px) {
  .single_green_block {
    padding-bottom: 30px;
  }
}

.big_img {
  display: block;
  height: 384px;
  background-color: #cccccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
}
@media (max-width: 1200px) {
  .big_img {
    height: 256px;
    margin-bottom: 24px;
  }
}

.section_blog_top {
  padding-top: 40px;
  padding-bottom: 64px;
}
@media (max-width: 767.98px) {
  .section_blog_top {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

.section_blog_content {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (max-width: 767.98px) {
  .section_blog_content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.blog-content .text {
  font-size: 20px !important;
  line-height: 1.2;
}

.item_stories {
  display: inline-block;
  padding-bottom: 20px;
}
.item_stories:hover .item_stories_img:before {
  background-color: rgba(3, 7, 18, 0.2);
  opacity: 1;
}

.item_stories_img {
  height: 256px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ccc;
  background-image: url("../img/jpg/guides/blog_img_1.jpg");
  border-radius: 12px;
  margin-bottom: 16px;
  position: relative;
}
.item_stories_img:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  border-radius: 16px;
  transition: all 0.3s;
}

.text-line-clamp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}
.text-line-clamp-3 {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.card-body {
  display: flex;
  flex-direction: column;
}

.card-body-bottom {
  position: absolute;
  bottom: 0;
}

.btn:focus {
  outline: none !important;
  box-shadow: none;
}

.btn {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  transition: all 0.4s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  border-radius: 64px;
  border: 2px solid transparent;
}
@media (max-width: 991.98px) {
  .btn {
    font-size: 18px;
  }
}
.btn_green {
  border-color: #009444;
  background-color: #009444;
}
.btn_green:hover {
  border-color: #009444;
  background: #ffffff;
  color: #009444;
}
.btn_transparent {
  border-color: #06273F;
  background-color: transparent;
  color: #06273F;
}
.btn_transparent:hover {
  border-color: #06273F;
  background: #06273F;
  color: #ffffff;
}
.btn_black {
  border-color: #06273F;
  background-color: #06273F;
  color: #fff;
}
.btn_black:hover {
  border-color: #06273F;
  background: #fff;
  color: #06273F;
}
@media (min-width: 768px) {
  .btn_big {
    height: 80px;
  }
}

@media (min-width: 768px) {
  .wrapper_btns {
    display: flex;
    gap: 8px;
  }
}

.footer {
  padding-top: 24px;
  padding-bottom: 40px;
  background-color: #06273F;
  border-top: 1px solid #82939F;
}

.wrapper-copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
}
@media (max-width: 767.98px) {
  .wrapper-copyright {
    padding-top: 20px;
  }
}

.copyright {
  font-size: 16px;
  line-height: 150%;
}

.social_links {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767.98px) {
  .social_links {
    gap: 8px;
  }
}

.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  right: 15px;
  bottom: 15px;
  z-index: 300;
  opacity: 0.8;
}
.back-to-top:hover {
  opacity: 1;
}
.back-to-top .navigate {
  width: 40px;
  transform: rotate(180deg);
}/*# sourceMappingURL=styles.css.map */