/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
@font-face {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/lato-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/lato-bold.woff2") format("woff2");
}

* {
  box-sizing: border-box;
  font-family: Lato, sans-serif;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  transition: all 0.3s ease;
}
html {
  font-size: 1rem;
  font-family: Lato, sans-serif;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
section[id] {
  scroll-margin-top: 100px;
}
@media (min-width: 2401px) {
  html {
    font-size: 12px;
  }
}
@media (min-width: 2201px) and (max-width: 2400px) {
  html {
    font-size: 12px;
  }
}
@media (min-width: 1901px) and (max-width: 2200px) {
  html {
    font-size: 12px;
  }
}
@media (min-width: 1500px) and (max-width: 1900px) {
  html {
    font-size: 12px;
  }
}
@media (max-width: 1500px) and (min-width: 1300px) {
  html {
    font-size: 12px;
  }
}
@media (max-width: 1299px) {
  html {
    font-size: 11px;
  }
}
::-webkit-scrollbar,
html ::-webkit-scrollbar {
  height: 1rem;
  width: 1rem;
}
::-webkit-scrollbar-track,
html ::-webkit-scrollbar-track {
  background: #f5f1f1;
}
::-webkit-scrollbar-thumb,
html ::-webkit-scrollbar-thumb {
  background-color: #452e24;
  border-radius: 1rem;
  border: 1px solid #e6e6f0;
}
body {
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: Lato;
  overflow-y: auto;
  overflow-x: auto;
}
.main {
  width: 100%;
  min-height: calc(100vh - 60px);
  position: relative;
  flex-grow: 2;
}
a,
button {
  text-decoration: none;
  cursor: pointer;
}
ul {
  list-style: none;
}
img {
  width: 100%;
}

.text_center {
  text-align: center;
}

:root {
  --velomap-primary: #2c5aa0;
  --velomap-secondary: #4a90e2;
  --velomap-accent: #ff6b35;
  --velomap-dark: #1a1a2e;
  --velomap-light: #f8f9fa;
  --velomap-gray: #6c757d;
  --velomap-white: #ffffff;
  --velomap-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  --velomap-border-radius: 8px;
  --velomap-transition: all 0.3s ease;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 1.4rem;
  line-height: 1.6;
  color: var(--velomap-dark);
  background-color: var(--velomap-white);
}

.velomap-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.velomap-title {
  font-size: 3.2rem;
  font-weight: bold;
  color: var(--velomap-primary);
  margin-bottom: 1.6rem;
  text-align: center;
}

.velomap-subtitle {
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--velomap-dark);
  margin-bottom: 1.2rem;
  text-align: center;
}

.velomap-section-header {
  text-align: center;
  margin-bottom: 5rem;
}

.velomap-section-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--velomap-dark);
  margin-bottom: 1.5rem;
  position: relative;
  text-align: center;
}

.velomap-section-title::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--velomap-primary),
    var(--velomap-accent)
  );
  border-radius: 2px;
}

.velomap-section-subtitle {
  font-size: 1.4rem;
  color: var(--velomap-gray);
  font-weight: 400;
}

.velomap-text {
  font-size: 1.4rem;
  line-height: 1.6;
  color: var(--velomap-gray);
  margin-bottom: 1.6rem;
}

.velomap-button {
  display: inline-block;
  padding: 1.2rem 2.4rem;
  background-color: var(--velomap-primary);
  color: var(--velomap-white);
  text-decoration: none;
  border-radius: var(--velomap-border-radius);
  font-size: 1.4rem;
  font-weight: 600;
  transition: var(--velomap-transition);
  border: none;
  cursor: pointer;
}

.velomap-button:hover {
  background-color: var(--velomap-secondary);
  transform: translateY(-2px);
  box-shadow: var(--velomap-shadow);
}

.velomap-button--secondary {
  background-color: transparent;
  color: var(--velomap-primary);
  border: 2px solid var(--velomap-primary);
}

.velomap-button--secondary:hover {
  background-color: var(--velomap-primary);
  color: var(--velomap-white);
}

.velomap-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0;
}

.velomap-image {
  width: 100%;
  max-width: 450px;
  height: auto;
  border-radius: var(--velomap-border-radius);
  box-shadow: var(--velomap-shadow);
}

.velomap-section {
  padding: 4rem 0;
}

.velomap-section--dark {
  background-color: var(--velomap-dark);
  color: var(--velomap-white);
}

.velomap-section--light {
  background-color: var(--velomap-light);
}

.velomap-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.velomap-card {
  background-color: var(--velomap-white);
  border-radius: var(--velomap-border-radius);
  padding: 2rem;
  box-shadow: var(--velomap-shadow);
  transition: var(--velomap-transition);
  flex: 1;
  min-width: 280px;
  max-width: 400px;
}

.velomap-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.velomap-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  list-style: none;
}

.velomap-nav__link {
  color: var(--velomap-dark);
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 500;
  transition: var(--velomap-transition);
  padding: 0.5rem 1rem;
  border-radius: var(--velomap-border-radius);
}

.velomap-nav__link:hover,
.velomap-nav__link--active {
  color: var(--velomap-primary);
  background-color: rgba(44, 90, 160, 0.1);
}

.velomap-mobile-menu {
  display: none;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--velomap-white);
  z-index: 1000;
  padding: 2rem;
}

.velomap-mobile-menu--open {
  display: flex;
}

.velomap-mobile-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 2.4rem;
  cursor: pointer;
  color: var(--velomap-primary);
}

@media (max-width: 768px) {
  .velomap-title {
    font-size: 2.4rem;
  }

  .velomap-subtitle {
    font-size: 2rem;
  }

  .velomap-nav {
    display: none;
  }

  .velomap-mobile-toggle {
    display: block;
  }

  .velomap-card {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .velomap-container {
    padding: 0 15px;
  }

  .velomap-title {
    font-size: 2rem;
  }

  .velomap-subtitle {
    font-size: 1.8rem;
  }

  .velomap-button {
    padding: 1rem 2rem;
    font-size: 1.3rem;
  }
}

.velomap-header {
  background-color: var(--velomap-white);
  box-shadow: var(--velomap-shadow);
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 1rem 0;
}

.velomap-header__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.velomap-header__logo-link {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
  color: var(--velomap-primary);
  font-size: 2rem;
  font-weight: bold;
}

.velomap-header__logo-icon {
  font-size: 2.4rem;
}

.velomap-header__logo-text {
  font-size: 1.8rem;
  font-weight: bold;
}

.velomap-header__menu {
  display: flex;
  gap: 2rem;
}

.velomap-footer {
  background: linear-gradient(135deg, var(--velomap-dark) 0%, #2c3e50 100%);
  color: var(--velomap-white);
  padding: 4rem 0 2rem;
}

.velomap-footer__content {
  gap: 3rem;
  margin-bottom: 3rem;
}

.velomap-footer__section {
  flex: 1;
  min-width: 280px;
  max-width: 400px;
}

.velomap-footer__title {
  color: var(--velomap-white);
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
}

.velomap-footer__text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.velomap-footer__social {
  display: flex;
  gap: 1.5rem;
}

.velomap-footer__social-link {
  display: inline-block;
  font-size: 2rem;
  color: var(--velomap-white);
  text-decoration: none;
  transition: var(--velomap-transition);
  padding: 0.5rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
}

.velomap-footer__social-link:hover {
  background-color: var(--velomap-primary);
  transform: translateY(-3px);
}

.velomap-footer__subtitle {
  color: var(--velomap-white);
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.velomap-footer__links {
  list-style: none;
}

.velomap-footer__link {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 1.4rem;
  display: block;
  padding: 0.5rem 0;
  transition: var(--velomap-transition);
}

.velomap-footer__link:hover {
  color: var(--velomap-accent);
  transform: translateX(5px);
}

.velomap-footer__contact-item {
  margin-bottom: 1rem;
}

.velomap-footer__contact-link {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 1.4rem;
  transition: var(--velomap-transition);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.velomap-footer__contact-link:hover {
  color: var(--velomap-accent);
}

.velomap-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 2rem;
  text-align: center;
}

.velomap-footer__copyright {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.3rem;
}

.velomap-mobile-menu__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.velomap-mobile-menu__logo {
  font-size: 2rem;
  font-weight: bold;
  color: var(--velomap-primary);
}

.velomap-mobile-menu__nav {
  flex-direction: column;
  gap: 1rem;
}

.velomap-mobile-menu__nav .velomap-nav__link {
  font-size: 1.8rem;
  padding: 1rem;
  display: block;
  text-align: center;
}

@media (max-width: 768px) {
  .velomap-section-title {
    font-size: 2.4rem;
  }

  .velomap-footer__content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .velomap-section-title {
    font-size: 2.2rem;
  }
}
.velomap-header__logo-icon-img {
  width: 50px;
}

.velomap-thanks {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  padding: 8rem 0;
  text-align: center;
}

.velomap-thanks__content {
  max-width: 600px;
  margin: 0 auto;
}

.velomap-thanks__icon {
  font-size: 6rem;
  margin-bottom: 2rem;
  display: block;
}

.velomap-thanks__title {
  font-size: 3.6rem;
  font-weight: 700;
  color: var(--velomap-dark);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.velomap-thanks__subtitle {
  font-size: 1.6rem;
  color: var(--velomap-primary);
  font-weight: 600;
  margin-bottom: 2rem;
}

.velomap-thanks__description {
  font-size: 1.4rem;
  line-height: 1.7;
  color: var(--velomap-gray);
  margin-bottom: 3rem;
}

.velomap-thanks__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.velomap-thanks__actions .velomap-button {
  min-width: 200px;
}

@media (max-width: 768px) {
  .velomap-thanks {
    padding: 6rem 0;
  }

  .velomap-thanks__icon {
    font-size: 5rem;
  }

  .velomap-thanks__title {
    font-size: 3rem;
  }

  .velomap-thanks__subtitle {
    font-size: 1.4rem;
  }

  .velomap-thanks__description {
    font-size: 1.3rem;
  }

  .velomap-thanks__actions {
    flex-direction: column;
    align-items: center;
  }

  .velomap-thanks__actions .velomap-button {
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .velomap-thanks {
    padding: 4rem 0;
  }

  .velomap-thanks__icon {
    font-size: 4rem;
  }

  .velomap-thanks__title {
    font-size: 2.4rem;
  }

  .velomap-thanks__subtitle {
    font-size: 1.3rem;
  }

  .velomap-thanks__description {
    font-size: 1.2rem;
  }
}
.velomap_image_icon {
  width: 150px;
}
