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

body {
  margin: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .container_narrow {
    max-width: 694px;
  }
}

body, html {
  font-family: "Geist", sans-serif;
  color: #06273F;
  font-size: 20px;
  line-height: 160%;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row-min {
  margin-right: -8px;
  margin-left: -8px;
}

.col {
  flex-grow: 1;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-md-4,
.col-md-5,
.col-md-7 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 auto;
}

.col-min {
  padding-right: 8px;
  padding-left: 8px;
}

@media (min-width: 640px) {
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
}
::-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: #06273F;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #06273F;
}

h1, .h1, h2, .h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Poetsen One", sans-serif;
  font-style: normal;
}

h1, .h1 {
  font-size: 42px;
  font-weight: 400;
  line-height: 114.286%;
}
@media (max-width: 767.98px) {
  h1, .h1 {
    font-size: 32px;
  }
}

h2, .h2 {
  font-size: 32px;
  line-height: 125%;
}
@media (max-width: 767.98px) {
  h2, .h2 {
    font-size: 24px;
  }
}

.text {
  font-size: 20px;
  line-height: 160%;
}
@media (max-width: 767.98px) {
  .text {
    font-size: 16px;
  }
}

p {
  margin: 0;
}

a {
  color: #0022E6;
  transition: all 0.3s;
  text-decoration: none;
}
a:hover {
  color: #0019b0;
}

.color_white {
  color: #ffffff !important;
}

.d-block {
  display: block;
}

.mb-08 {
  margin-bottom: 8px;
}

.mb-16 {
  margin-bottom: 16px;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.d-block {
  display: block;
}

.navbar-dop {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (max-width: 639.98px) {
  .navbar-dop {
    padding-bottom: 16px;
  }
}

.line {
  border-top: 1px solid #B5C3B3;
  margin: 0;
}

.navbar-nav {
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 0px 24px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .navbar-nav {
    gap: 32px;
  }
}
.navbar-nav .nav-item .nav-link {
  color: #0022E6;
  font-size: 20px;
  line-height: 160%;
  font-weight: 600;
  font-family: "Geist", sans-serif;
  transition: all 0.3s;
}
@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: #0019b0;
}

.bg_light_green {
  background: #E0EEE6;
  overflow: hidden;
  padding: 40px;
  padding-bottom: 40px;
}
@media (max-width: 639.98px) {
  .bg_light_green {
    padding: 20px;
    padding-bottom: 20px;
  }
}

.wrapper-page {
  max-width: 800px;
  margin: 0 auto;
  border-radius: 24px;
  border: 1px solid #B5C3B3;
  background: #FFF;
}

.section_top {
  padding-bottom: 40px;
  border-bottom: 1px solid #B5C3B3;
}

.section {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #B5C3B3;
}

.group_blocks {
  display: flex;
  gap: 8px;
}
@media (max-width: 639.98px) {
  .group_blocks {
    flex-direction: column;
  }
}

.group_block {
  text-align: center;
}

.wrapper-stories {
  text-align: center;
}
@media (max-width: 767.98px) {
  .wrapper-stories {
    margin-bottom: 16px;
  }
}

.line_s {
  padding-top: 8px;
  padding-bottom: 16px;
  border-top: 1px solid #B5C3B3;
}

.how-it-works-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hw-line {
  display: flex;
  gap: 48px;
}
@media (max-width: 639.98px) {
  .hw-line {
    gap: 24px;
  }
}
.hw-line:last-child {
  padding-bottom: 0;
}

.section_travel_website {
  background-color: #06273F;
}

.btn:focus {
  outline: none !important;
  box-shadow: none;
}

.btn {
  color: #ffffff;
  font-family: "Geist", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  transition: all 0.4s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 32px;
  border-radius: 64px;
  border: 2px solid transparent;
}
@media (max-width: 767.98px) {
  .btn {
    font-size: 16px;
  }
}
.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;
}

@media (min-width: 640px) {
  .wrapper_btns {
    display: flex;
    gap: 8px;
  }
}

.footer {
  padding-top: 24px;
  padding-bottom: 40px;
  border-top: 1px solid #B5C3B3;
}
.footer .navbar-nav {
  gap: 16px;
}
@media (max-width: 767.98px) {
  .footer .navbar-nav {
    gap: 0px 12px;
    justify-content: center;
  }
}
.footer .navbar-nav .nav-item .nav-link {
  font-size: 15px;
  line-height: 150%;
  font-weight: 600;
}

.nav_block_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}
@media (max-width: 639.98px) {
  .nav_block_footer {
    flex-direction: column;
    gap: 16px;
  }
}

.wrapper-copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
}
@media (max-width: 639.98px) {
  .wrapper-copyright {
    padding-top: 20px;
  }
}

.copyright {
  font-size: 12px;
  color: #06273F;
  line-height: 133%;
}

.social_links {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767.98px) {
  .social_links {
    gap: 8px;
  }
}
.social_links .social_link {
  opacity: 1;
  transition: all 0.3s;
}
.social_links .social_link:hover {
  opacity: 0.8;
}

.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  right: 20px;
  bottom: 20px;
  z-index: 300;
  opacity: 0.8;
}
.back-to-top:hover {
  opacity: 1;
}
.back-to-top .navigate {
  width: 40px;
  transform: rotate(180deg);
}
.section_signup {
  padding-top: 40px;
  padding-bottom: 60px;
}
.signup-form {
  max-width: 600px;
  margin: 0 auto;
}
.form-row {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.form-group {
  flex: 1;
  margin-bottom: 16px;
}
.form-label {
  display: block;
  font-family: "Geist", sans-serif;
  font-weight: 600;
  color: #06273F;
  margin-bottom: 8px;
  font-size: 16px;
}
.form-input,
.form-select,
.form-textarea {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #B5C3B3;
  border-radius: 8px;
  font-family: "Geist", sans-serif;
  font-size: 16px;
  color: #06273F;
  background: #ffffff;
  transition: border-color 0.3s;
}
.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  outline: none;
  border-color: #009444;
}
.form-textarea {
  resize: vertical;
  min-height: 80px;
}
.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.checkbox-label {
  display: flex;
  align-items: center;
  font-family: "Geist", sans-serif;
  font-size: 16px;
  color: #06273F;
  cursor: pointer;
}
.checkbox-label input[type="checkbox"] {
  margin-right: 8px;
  width: 16px;
  height: 16px;
}
.form-actions {
  text-align: center;
  margin-top: 24px;
}
.form-note {
  font-family: "Geist", sans-serif;
  font-size: 14px;
  color: #666;
  margin-top: 8px;
}
@media (max-width: 639.98px) {
  .form-row {
    flex-direction: column;
    gap: 0;
  }
}
.section_contact {
  padding-top: 40px;
  padding-bottom: 60px;
}
.contact-info {
  padding-right: 20px;
}
.contact-item {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #B5C3B3;
}
.contact-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.contact-link {
  color: #0022E6;
  text-decoration: none;
  font-weight: 600;
}
.contact-link:hover {
  color: #0019b0;
}
.social-section {
  margin-top: 32px;
}
.social-links {
  display: flex;
  gap: 16px;
}
.contact-form-section {
  padding-left: 20px;
}
.contact-form {
  max-width: none;
}
@media (max-width: 767.98px) {
  .contact-info,
  .contact-form-section {
    padding-right: 0;
    padding-left: 0;
  }
  .contact-form-section {
    margin-top: 40px;
  }
}
.section_faq_page {
  padding-top: 40px;
  padding-bottom: 60px;
}
.faq-section {
  margin-bottom: 48px;
}
.faq-item {
  margin-bottom: 24px;
  border-bottom: 1px solid #B5C3B3;
  padding-bottom: 16px;
}
.faq-item:last-child {
  border-bottom: none;
  margin-bottom: 32px;
}
.faq-question {
  font-family: "Geist", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #06273F;
  margin-bottom: 8px;
  cursor: pointer;
  transition: color 0.3s;
}
.faq-question:hover {
  color: #0022E6;
}
.faq-answer {
  color: #06273F;
  line-height: 1.6;
  display: none;
}
.faq-answer p {
  margin-bottom: 12px;
}
.faq-answer p:last-child {
  margin-bottom: 0;
}
.faq-cta {
  text-align: center;
  background: #f8f9fa;
  padding: 40px 20px;
  border-radius: 12px;
  margin-top: 40px;
}
.cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
}
@media (max-width: 639.98px) {
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
}
.section_writeforus {
  padding-top: 40px;
  padding-bottom: 60px;
}
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin-top: 32px;
}
.benefit-item {
  background: #ffffff;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #B5C3B3;
  text-align: center;
}
.benefit-icon {
  width: 60px;
  height: 60px;
  background: #009444;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.benefit-number {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  font-family: "Poetsen One", sans-serif;
}
.benefit-title {
  font-family: "Geist", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #06273F;
  margin-bottom: 12px;
}
.benefit-description {
  color: #06273F;
  line-height: 1.6;
  font-size: 16px;
}
.section_guidelines {
  background: #f8f9fa;
  padding-top: 40px;
  padding-bottom: 40px;
}
.guidelines-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
  margin-top: 24px;
}
.guidelines-title {
  font-family: "Geist", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #06273F;
  margin-bottom: 16px;
}
.guidelines-list {
  list-style: none;
  padding: 0;
}
.guidelines-list li {
  margin-bottom: 12px;
  padding-left: 0;
  position: relative;
}
.guidelines-list li strong {
  color: #009444;
}
.section_submission {
  padding-top: 40px;
  padding-bottom: 60px;
}
.submission-form {
  max-width: 700px;
  margin: 0 auto;
}
.form-hint {
  font-family: "Geist", sans-serif;
  font-size: 14px;
  color: #666;
  margin-top: 4px;
  display: block;
}
@media (max-width: 767.98px) {
  .benefits-grid {
    grid-template-columns: 1fr;
  }
  .guidelines-content {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.section_sitemap {
  padding-top: 40px;
  padding-bottom: 60px;
}
.sitemap-section {
  margin-bottom: 48px;
}
.sitemap-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin-top: 24px;
}
.sitemap-item {
  background: #ffffff;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #B5C3B3;
}
.sitemap-title {
  margin-bottom: 12px;
}
.sitemap-link {
  color: #06273F;
  text-decoration: none;
  font-family: "Geist", sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: color 0.3s;
}
.sitemap-link:hover {
  color: #0022E6;
}
.sitemap-description {
  color: #06273F;
  line-height: 1.6;
  font-size: 16px;
  margin: 0;
}
.sitemap-quick-links {
  margin-top: 48px;
  padding: 32px;
  background: #f8f9fa;
  border-radius: 12px;
}
.quick-links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 32px;
  margin-top: 24px;
}
.quick-links-section h3 {
  color: #06273F;
  font-family: "Geist", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}
.quick-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.quick-links-list li {
  margin-bottom: 8px;
}
.quick-links-list a {
  color: #0022E6;
  text-decoration: none;
  font-family: "Geist", sans-serif;
  font-size: 16px;
  transition: color 0.3s;
}
.quick-links-list a:hover {
  color: #0019b0;
}
@media (max-width: 767.98px) {
  .sitemap-grid {
    grid-template-columns: 1fr;
  }
  .quick-links-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.section_domain_stats {
  padding-top: 40px;
  padding-bottom: 60px;
  background: #f8f9fa;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
  margin-top: 32px;
}
.stat-item {
  text-align: center;
  padding: 24px;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #B5C3B3;
}
.stat-number {
  font-size: 36px;
  font-weight: 700;
  color: #009444;
  margin-bottom: 8px;
  font-family: "Poetsen One", sans-serif;
}
.stat-label {
  font-size: 18px;
  font-weight: 600;
  color: #06273F;
  margin-bottom: 8px;
  font-family: "Geist", sans-serif;
}
.stat-description {
  font-size: 14px;
  color: #666;
  font-family: "Geist", sans-serif;
}
.section_domain_content {
  padding-top: 40px;
  padding-bottom: 60px;
}
.content-overview {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  margin-top: 24px;
}
.content-main h3 {
  color: #06273F;
  font-family: "Geist", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}
.content-text {
  color: #06273F;
  line-height: 1.6;
  margin-bottom: 24px;
}
.content-list {
  list-style: none;
  padding: 0;
}
.content-list li {
  margin-bottom: 12px;
  padding-left: 0;
  position: relative;
}
.content-list li strong {
  color: #009444;
}
.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
.service-tag {
  background: #E0EEE6;
  color: #06273F;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Geist", sans-serif;
}
.cta-box {
  background: #009444;
  color: #ffffff;
  padding: 24px;
  border-radius: 12px;
  text-align: center;
}
.cta-box h4 {
  margin-bottom: 8px;
  font-family: "Geist", sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.cta-box p {
  margin-bottom: 16px;
  font-size: 14px;
  opacity: 0.9;
}
@media (max-width: 767.98px) {
  .stats-grid {
    grid-template-columns: 1fr;
  }
  .content-overview {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .stat-number {
    font-size: 28px;
  }
}
.story-title-link {
  text-decoration: none;
  color: inherit;
}
.story-title-link:hover {
  color: #0022E6;
}/*# sourceMappingURL=styles.css.map */