/*
Theme Name: rso_themes
Text Domain: rso_themes
Version: 1.0.0
*/

:root {
  --bg: #f2f4f7;
  --dark: #2f3d4a;
  --dark-2: #23323f;
  --accent: #e40043;
  --text: #151515;
  --muted: #5d6370;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Manrope, Arial, sans-serif;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(87.36vw, calc(100% - 2.08vw));
  margin: 0 auto;
}

.site-header {
  height: 4.368vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.04vw;
  background: #fff;
  padding: 0 0.416vw;
}

.logo {
  width: 12.064vw;
  height: 3.172vw;
  object-fit: contain;
}

.menu {
  display: flex;
  align-items: center;
  gap: 1.872vw;
}

.menu-item {
  display: flex;
  flex-direction: column;
  gap: 0.104vw;
  text-decoration: none;
}

.menu-item > span:last-child {
  color: #394e58;
  font-family: Poppins, sans-serif;
  font-size: 0.884vw;
  font-weight: 600;
  letter-spacing: -0.01768vw;
  text-transform: capitalize;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.52vw;
}

.menu-count {
  color: var(--muted);
  text-align: right;
  font-size: 0.572vw;
  font-weight: 600;
  letter-spacing: -0.01716vw;
}

.btn-primary {
  width: 11.648vw;
  height: 2.08vw;
  border: 0;
  background: var(--accent);
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 0.728vw;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}

.btn-skew {
  clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%);
}

.btn-skew > span {
  display: inline-block;
}

.fb-btn {
  width: 2.392vw;
  height: 2.08vw;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background: #394e58;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 0.936vw;
  font-weight: 700;
  clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.hero-card {
  position: relative;
  min-height: 34.32vw;
}

.hero-card > img {
  width: 100%;
  height: 100%;
  min-height: 34.372vw;
  object-fit: cover;
}

.card-overlay {
  position: absolute;
  left: 1.248vw;
  right: 1.248vw;
  bottom: 0.936vw;
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 9.724vw;
  max-width: max-content;
  height: 1.352vw;
  padding: 0 0.624vw;
  background: var(--accent);
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 0.78vw;
  font-weight: 600;
  letter-spacing: -0.0156vw;
}

.hero-card h2,
.map-card h2 {
  margin: 0.52vw 0 0;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 1.664vw;
  font-weight: 800;
  line-height: 2.184vw;
  letter-spacing: -0.04992vw;
  max-width: 18.72vw;
}

.title-row {
  margin-top: 0.416vw;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.832vw;
}

.title-row h2 {
  margin: 0;
}

.arrow-btn {
  width: 2.08vw;
  height: 2.08vw;
  border-radius: 2.34vw;
  border: 0.104vw solid var(--accent);
  background: transparent;
  color: var(--accent);
  cursor: pointer;
  margin-top: 0.728vw;
  font-size: 0.936vw;
  flex: 0 0 auto;
}

.map-section {
  display: grid;
  grid-template-columns: 29.12vw 58.24vw;
}

.call-strip {
  position: relative;
  min-height: 7.02vw;
  background: linear-gradient(85deg, #bd0037 0.82%, #ff044e 56.17%), #e40043;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.52vw;
  padding: 0.936vw 1.248vw 0.936vw 3.016vw;
  font-family: Poppins, sans-serif;
}

.call-title {
  font: 400 1.04vw/1.1 Poppins, sans-serif;
  margin-right: 1.872vw;
}

.call-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2.496vw;
  height: 2.496vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #394e58;
  color: #fff;
  font-size: 1.04vw;
}

.phones {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2.496vw;
}

.phones a:first-child {
  padding-right: 2.496vw;
  border-right: 0.052vw dashed rgba(255, 255, 255, 0.45);
}

.phones a,
.footer-call a {
  color: #fff;
  text-decoration: none;
  font: 400 1.248vw/1 Manrope, sans-serif;
  letter-spacing: -0.07488vw;
}

.map-card {
  position: relative;
}

.map-card img {
  width: 100%;
  height: 32.5vw;
  object-fit: cover;
}

.map-card p {
  margin: 0.416vw 0 0;
  color: #fff;
  font: 400 1.04vw/1.248vw Poppins, sans-serif;
  letter-spacing: -0.0312vw;
}

.map-card .pill {
  width: 18.408vw;
}

.map-card h2 {
  font-size: 1.508vw;
  letter-spacing: -0.04524vw;
  max-width: 22.36vw;
}



.about-section {
  display: grid;
  grid-template-columns: 29.12vw 29.068vw 29.224vw;
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-content {
  background: #fff;
  height: 37.752vw;
  padding: 1.872vw 1.768vw;
}

.about-content h3,
.booking-form-wrap h3 {
  margin: 0.624vw 0;
  color: #394e58;
  font: 800 1.664vw/2.184vw Poppins, sans-serif;
  letter-spacing: -0.04992vw;
}

.about-content p {
  margin: 0 0 0.832vw;
  color: #394e58;
  font: 400 0.832vw/1.56vw Poppins, sans-serif;
  letter-spacing: -0.02496vw;
}

.stats-grid {
  display: grid;
  grid-template-columns: 14.612vw 14.612vw;
}

.stat {
  position: relative;
  height: 14.508vw;
  background-size: cover;
  background-position: center;
  border: 0.052vw solid #575757;
  padding: 1.144vw 1.04vw 1.352vw;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.stat::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(47, 61, 74, 0.72), rgba(47, 61, 74, 0.72));
  pointer-events: none;
}

.stat strong,
.stat span {
  position: relative;
  z-index: 1;
}

.stat strong {
  display: block;
  color: #ff034d;
  font: 800 4.472vw/1 Manrope, sans-serif;
  letter-spacing: -0.08944vw;
  margin-bottom: 0.728vw;
}

.stat span {
  display: block;
  margin-top: 0;
  color: #fff;
  font: 500 0.832vw/1.35 Poppins, sans-serif;
  letter-spacing: -0.01664vw;
}

.stat span b {
  font-weight: 800;
}

.booking-section {
  display: grid;
  grid-template-columns: 58.136vw 29.224vw;
}

.booking-form-wrap {
  height: 37.752vw;
  padding: 2.6vw 3.12vw;
  background: #fff url("images/block8.webp") center/cover no-repeat;
}

.booking-form {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0.416vw 0.624vw;
}

.form-intro {
  grid-column: 1 / 13;
  margin-bottom: 0.104vw;
}

.form-intro p {
  margin: 0 0 0.728vw;
  color: #394e58;
  font: 700 0.728vw/1.5 Poppins, sans-serif;
}

.radio-row {
  display: flex;
  gap: 1.352vw;
  font: 500 0.78vw/1 Poppins, sans-serif;
  color: #394e58;
  margin-top: 0.208vw;
}

.field-weight {
  grid-column: 7 / 12;
}

.field-name {
  grid-column: 1 / 7;
}

.field-email {
  grid-column: 7 / 10;
}

.field-phone {
  grid-column: 10 / 13;
}

.field-date {
  grid-column: 1 / 3;
}

.field-from {
  grid-column: 3 / 8;
}

.field-to {
  grid-column: 8 / 13;
}

.radio-row label {
  display: inline-flex;
  align-items: center;
  gap: 0.416vw;
}

.radio-row input {
  width: 0.78vw;
  height: 0.78vw;
  margin: 0;
  accent-color: #e40043;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 0.312vw;
}

.field label {
  color: #394e58;
  font: 700 0.728vw/1.5 Poppins, sans-serif;
}

.booking-form input:not([type="radio"]):not([type="checkbox"]),
.booking-form textarea {
  width: 100%;
  border-radius: 0.26vw;
  border: 0.052vw solid #eee;
  background: #fafafa;
  padding: 0.364vw 0.624vw;
  color: #394e58;
  font: 400 0.78vw/1.5 Poppins, sans-serif;
}

.booking-form input:not([type="radio"]):not([type="checkbox"]) {
  height: 2.496vw;
}

.booking-form textarea {
  height: 5.2vw;
  resize: none;
  background: #fff;
}

.field-wide {
  grid-column: 1 / -1;
  margin-top: 0.104vw;
}

.date-field {
  position: relative;
}

.date-field input {
  padding-right: 2.704vw;
}

.date-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2.288vw;
  height: 2.496vw;
  border-left: 0.052vw solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6f7d88;
  font-size: 0.728vw;
}

.checkbox-row {
  grid-column: 1 / 5;
  display: flex;
  align-items: center;
  gap: 0.416vw;
  color: #394e58;
  font: 500 0.676vw/1 Poppins, sans-serif;
  margin-top: 0.624vw;
  justify-self: start;
}

.checkbox-row input {
  width: 0.936vw;
  height: 0.936vw;
  margin: 0 0.312vw 0 0;
  accent-color: #e40043;
}

.booking-form .btn-primary {
  grid-column: 10 / 13;
  justify-self: end;
  width: 11.232vw;
  margin-top: 0.416vw;
}

.booking-image img {
  width: 29.224vw;
  height: 46.384vw;
  object-fit: cover;
}

.site-footer {
  background: #344552;
  color: #fff;
  margin-top: 0;
}

.footer-inner {
  min-height: 3.744vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.04vw;
}

.footer-call {
  font-family: Poppins, sans-serif;
}

.footer-menu a {
  color: #ced6dc;
  font-size: 0.78vw;
}

@media (max-width: 62.4vw) {
  .menu {
    gap: 0.832vw;
  }

  .menu a {
    font-size: 0.78vw;
  }

  .menu-item > span:last-child {
    font-size: 0.78vw;
  }

  .hero-grid,
  .map-section,
  .about-section,
  .booking-section {
    grid-template-columns: 1fr;
  }

  .hero-card,
  .hero-card > img {
    min-height: 24.96vw;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 46.8vw) {
  .site-header {
    height: auto;
    padding: 0.52vw 0;
    flex-wrap: wrap;
  }

  .menu {
    order: 3;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.624vw;
  }

  .header-actions {
    margin-left: auto;
  }

  .booking-form {
    grid-template-columns: 1fr;
  }

  .form-intro,
  .field-name,
  .field-weight,
  .field-email,
  .field-phone,
  .field-date,
  .field-from,
  .field-to,
  .field-wide,
  .checkbox-row,
  .radio-row {
    grid-column: 1 / -1;
  }

  .booking-form .btn-primary {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .booking-form .btn-primary {
    justify-self: start;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 0.624vw 0;
  }

  .title-row {
    align-items: center;
  }
}


    .site-header {
        height: 5.3vw;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1vw;
        background: #fff;
        padding: 0 1.2vw;
        padding-top: 0;
        padding-left: 1.3vw;
    }

.menu {
    display: flex;
    align-items: center;
    gap: 2.65vw;
    justify-content: flex-start;
    align-content: center;
    gap: 2vw;
    width: 50vw;
    padding-left: 5.1vw;
    gap: 3.2vw;
    margin-top: -0.5vw;
}

.menu-count {
    color: var(--muted);
    text-align: left;
    font-size: 0.5vw;
    font-weight: 600;
    letter-spacing: -0.01716vw;
    margin-top: 0.6vw;
    margin-bottom: -0.3vw;
    height: 1.3vw;
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: center;
}


.site-header {
    height: 5.3vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1vw;
    background: #fff;
    padding: 0 1.2vw;
    padding-top: 0;
    padding-left: 1.3vw;
    width: 87.4%;
    padding-left: 0vw;
}


body {
    margin: 0;
    background: #f2f4f700;
    color: var(--text);
    font-family: Manrope, Arial, sans-serif;
}

.menu-count {
    color: var(--muted);
    text-align: left;
    font-size: 0.5vw;
    font-weight: 600;
    letter-spacing: -0.01716vw;
    margin-top: 0;
    margin-bottom: -0.7vw;
    height: 1.3vw;
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
    margin-left: -0.6vw;
    margin-top: 1.2vw;
}

.menu-item > span:last-child {
    color: #394e58;
    font-family: Poppins, sans-serif;
    font-size: 0.884vw;
    font-weight: 600;
    letter-spacing: -0.01768vw;
    text-transform: capitalize;
}

.menu-item {
    display: flex;
    flex-direction: column;
    gap: 0;
    text-decoration: none;
    justify-content: flex-start;
    height: 4vw;
}

.menu {
    display: flex;
    align-items: center;
    gap: 2.65vw;
    justify-content: flex-start;
    align-content: center;
    gap: 2vw;
    width: 50vw;
    padding-left: 5.77vw;
    gap: 3.2vw;
    margin-top: -0.5vw;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 0.52vw;
    margin-left: 0vw;
    margin-right: -2vw;
}

.fb-btn {
    width: 2.392vw;
    height: 2.08vw;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background: #394e58;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 0.936vw;
    font-weight: 700;
    clip-path: polygon(13% 0, 100% 0, 88% 100%, 0 100%);
    margin-right: 0.6vw;
    margin-left: -0.3vw;
}

.btn-primary {
    width: 11.232vw;
}
.menu {
    display: flex;
    align-items: center;
    gap: 2.65vw;
    justify-content: flex-start;
    align-content: center;
    gap: 2vw;
    width: 50vw;
    padding-left: 4.77vw;
    gap: 3.2vw;
    margin-top: -0.5vw;
}

.hero-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 86.7vw;
    margin: auto;
}

.hero-card {
    position: relative;
    min-height: 10vw;
    height: 34.2vw;
}

.card-overlay {
    position: absolute;
    left: 1.248vw;
    right: 1.248vw;
    bottom: 1.144vw;
}

.pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 9.724vw;
    max-width: max-content;
    height: 1.352vw;
    padding: 0 0.624vw;
    background: var(--accent);
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 0.78vw;
    font-weight: 600;
    letter-spacing: -0.0156vw;
    margin-left: 2.132vw;
}

.card-overlay {
    position: absolute;
    left: 1.248vw;
    right: 1.248vw;
    bottom: 1.144vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

.arrow-btn {
    width: 2.08vw;
    height: 2.08vw;
    border-radius: 2.34vw;
    border: 0.104vw solid var(--accent);
    background: transparent;
    color: var(--accent);
    cursor: pointer;
    margin-top: 0;
    font-size: 0.936vw;
    flex: 0 0 auto;
}

.title-row {
    margin-top: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0.52vw;
}

.card-overlay {
    position: absolute;
    left: 1.248vw;
    right: 1.248vw;
    bottom: 2.184vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}
.title-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0.52vw;
    margin-left: 2.11vw;
    gap: 3vw;
}

.title-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0.52vw;
    margin-left: 2.11vw;
    gap: 2vw;
    width: 22.8vw;
}

.card-overlay {
    position: absolute;
    left: 1.248vw;
    right: 1.248vw;
    bottom: 1.248vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    height: 6vw;
}

.btn-skew {
    clip-path: polygon(3% 0, 100% 0, 97% 100%, 0 100%) !important;
}

.card-overlay {
    position: absolute;
    left: 1.248vw;
    right: 1.248vw;
    bottom: 1.664vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    height: 4.2vw;
}

.title-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0.52vw;
    margin-left: 2.11vw;
    gap: 2vw;
    width: 22.8vw;
    margin-top: 0.3vw;
}

.pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 9.62vw;
    max-width: max-content;
    height: 1.352vw;
    padding: 0 0.624vw;
    background: var(--accent);
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 0.78vw;
    font-weight: 600;
    letter-spacing: -0.0156vw;
    margin-left: 2.132vw;
    clip-path: polygon(3% 0, 100% 0, 97% 100%, 0 100%) !important;
    margin-left: 2.132vw;
}

.map-section {
    display: grid;
    grid-template-columns: 29vw 1fr;
    width: 96.7%;
    margin: auto;
    margin-top: 0vw;
}

.call-strip {
    position: relative;
    min-height: 7.02vw;
    background: linear-gradient(85deg, #bd0037 0.82%, #ff044e 56.17%), #e40043;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.52vw;
    padding: 0.936vw 0 0.936vw 3.068vw;
    font-family: Poppins, sans-serif;
    flex-direction: column;
    padding-top: 1.56vw;
}

.call-title {
    font: 400 1.04vw / 1.1 Poppins, sans-serif;
    margin-right: 1.872vw;
    width: 23.4vw;
}

.call-strip {
    position: relative;
    min-height: 7.02vw;
    background: linear-gradient(85deg, #bd0037 0.82%, #ff044e 56.17%), #e40043;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.52vw;
    padding: 0.936vw 0 0.936vw 3.068vw;
    font-family: Poppins, sans-serif;
    flex-direction: column;
    padding-top: 1.56vw;
}

.phones a:first-child {
    padding-right: 1.872vw;
    border-right: 0.052vw dashed rgba(255, 255, 255, 0.45);
    height: 3.2vw;
}

.phones {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.092vw;
    justify-content: flex-start;
    align-content: center;
    width: 22.5vw;
    margin-left: 0.3vw;
    margin-top: 0.4vw;
}

.call-title {
    font: 400 1.04vw / 1.1 Poppins, sans-serif;
    margin-right: 1.872vw;
    width: 23.4vw;
}


.call-strip {
    position: relative;
    min-height: 6.812vw;
    background: linear-gradient(85deg, #bd0037 0.82%, #ff044e 56.17%), #e40043;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.52vw;
    padding: 0.936vw 0 0 3.016vw;
    font-family: Poppins, sans-serif;
    flex-direction: column;
    padding-top: 1.56vw;
}

.phoines 
{
     margin-left: 0.6vw;
    margin-top: -1.8vw;
}

.map-section {
    display: grid;
    grid-template-columns: 29vw 1fr;
    width: 96.6%;
    margin: auto;
    margin-top: 1vw;
}

.hero-card > img {
    width: 100%;
    height: 33.852vw;
    min-height: 34.268vw;
    object-fit: cover;
}

.map-section {
    display: grid;
    grid-template-columns: 28.132vw 1fr;
    width: 96.6%;
    margin: auto;
    margin-top: 1vw;
}

.map-card .card-overlay {
    position: absolute;
    left: 1.248vw;
    right: 1.248vw;
    bottom: 1.872vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    height: auto;
}

.hero-card > img {
    width: 100%;
    height: 33.176vw;
    min-height: 0;
    object-fit: cover;
}

.hero-card {
    position: relative;
    min-height: 10vw;
    height: 34vw;
}
.map-section {
    display: grid;
    grid-template-columns: 28.132vw 1fr;
    width: 96.6%;
    margin: auto;
    margin-top: 0vw;
}

.map-card .card-overlay {
    position: absolute;
    left: 1.248vw;
    right: 1.248vw;
    bottom: 13.7vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    height: auto;
}

.map-card .card-overlay {
    position: absolute;
    left: 1.248vw;
    right: 1.248vw;
    bottom: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    height: auto;
    top: 9.5vw;
}

.map-card h2 {
    font-size: 1.456vw;
    letter-spacing: -0.04524vw;
    max-width: 19.448vw;
    line-height: 1.3;
}

.map-card p {
    margin: 0.416vw 0 0;
    color: #fff;
    font: 400 1.04vw / 1.248vw Poppins, sans-serif;
    letter-spacing: -0.0312vw;
    margin-left: 2vw;
    margin-top: 1.4vw;
}
.map-card img {
    width: 100%;
    height: 31.2vw;
    object-fit: cover;
}


.about-section {
    display: grid;
    grid-template-columns: 29vw 29vw 29vw;
    width: 97%;
    margin: auto;
}

.about-section {
    display: grid;
    grid-template-columns: 29vw 27.88vw 29vw;
    width: 97%;
    margin: auto;
}

.stats-grid {
    display: grid;
    grid-template-columns: 14.612vw 14.612vw;
    margin-left: 1vw;
}
.stat {
    position: relative;
    height: 14.508vw;
    background-size: cover;
    background-position: center;
    border: 0.052vw solid #575757;
    padding: 1.144vw 1.04vw 1.352vw;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 14.5vw;
}
.stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-left: 1vw;
    align-content: start;
    justify-content: start;
    align-items: center;
    justify-items: center;
}
.stat {
    position: relative;
    height: 13.988vw;
    background-size: cover;
    background-position: center;
    border: 0.052vw solid #575757;
    padding: 1.144vw 1.04vw 1.352vw;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 14.5vw;
}

.stat strong {
    display: block;
    color: #ff034d;
    font: 800 4.472vw / 1 Manrope, sans-serif;
    letter-spacing: -0.08944vw;
    margin-bottom: 1.924vw;
    margin-top: 0.3vw;
}

.stat strong {
    display: block;
    color: #ff034d;
    font: 800 4.16vw / 1 Manrope, sans-serif;
    letter-spacing: -0.29744vw;
    margin-bottom: 1.924vw;
    margin-top: 0.98vw;
}

.stat span {
    display: block;
    margin-top: 0;
    color: #fff;
    font: 500 0.832vw / 1.35 Poppins, sans-serif;
    letter-spacing: -0.01664vw;
    margin-top: 0.4vw;
}

.about-content {
    background: #fff;
    height: 36.452vw;
    padding: 2.496vw 1.352vw;
}

.about-content h3, .booking-form-wrap h3 {
    margin: 0.624vw 0;
    color: #394e58;
    font: 800 1.664vw / 2.184vw Poppins, sans-serif;
    letter-spacing: -0.0676vw;
    margin-left: 2vw;
    margin-top: 0.1vw;
}

.about-content p {
    margin: 0 0 0.832vw;
    color: #394e58;
    font: 400 0.832vw / 1.56vw Poppins, sans-serif;
    letter-spacing: -0.02496vw;
    margin-left: 2.2vw;
    margin-top: 2vw;
}

.dfgd 
{
 margin-top: 6vw; 
}

.skewsdf 
{
      margin-top: 1.4vw;
    width: 9vw;
    margin-left: 2.1vw;
}

.dfgd 
{
      margin-top: 6vw !important;
}

.booking-section {
    display: grid;
    grid-template-columns: 1fr 29.12vw;
    width: 97%;
    margin: auto;
}

.booking-image 
{
  margin-top: -8.82vw;
}

.booking-form-wrap {
    height: 37.752vw;
    padding: 2.6vw 1.456vw;
    background: #fff url(images/block8.webp) center / cover no-repeat;
}
.booking-form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}
.booking-form {
    display: block;
    grid-template-columns: 1fr;
    gap: 0;
}

.form-grid-tempo 
{
  display: grid;
    grid-template-columns: 2vw 14vw;
    padding-left: 2vw;
    margin-top: 2.1vw;
}

.form-intro1 
{
 line-height: 0; 
}

.jech 
{
      height: auto;
    color: #394E58;
    font-family: Poppins;
    font-size: 0.728vw;
    font-style: normal;
    font-weight: 700;
    line-height: 29%;
}

.radio-row {
    display: flex;
    gap: 1.352vw;
    font: 500 0.78vw / 1 Poppins, sans-serif;
    color: #394e58;
    margin-top: 1.924vw;
}

.field1.field-weigh1t
{
 margin-top: 0.3vw;
    color: #394E58;
    font-family: Poppins;
    font-size: 0.728vw;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; 
}

.number11 
{
margin-top: 0.5vw;
    width: 11vw;
}

.form-grid-tempo {
    display: grid;
    grid-template-columns: 25.1vw 14vw;
    padding-left: 2vw;
    margin-top: 2vw;
}

.radio-row {
    display: flex;
    gap: 1.352vw;
    font: 500 0.78vw / 1 Poppins, sans-serif;
    color: #394e58;
    margin-top: 1.768vw;
}

.number11 {
    margin-top: 0.5vw;
    width: 10.6vw !important;
}
.field-name {
    grid-column: auto;
}

.field-email {
    grid-column: auto;
}

.field-phone {
    grid-column: auto;
}

.grid-kolumns-3 
{
  display: grid;
    grid-template-columns: 24.4vw 12.6vw 12.6vw;
    gap: 0.7vw;
    margin-left: 2vw;
    margin-top: 0.3vw
}

.field1 label 
{
 color: #394E58;
    font-family: Poppins;
    font-size: 0.728vw;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; 
}

.booking-form input:not([type="radio"]):not([type="checkbox"]) {
    height: 2.496vw;
    margin-top: 0.45vw;
}

.grid-kolumns-3i 
{
      margin-top: 0.7vw;
    grid-template-columns: 9vw 20.5vw 20vw;
}

.field {
    display: flex;
    flex-direction: column;
    gap: 0.312vw;
    margin-left: 2vw;
    width: 51.1vw;
    margin-top: 0.7vw;
}

.checkbox-row {
    grid-column: 1 / 5;
    display: flex;
    align-items: center;
    gap: 0.416vw;
    color: #394e58;
    font: 500 0.676vw / 1 Poppins, sans-serif;
    margin-top: 1.2vw;
    justify-self: start;
    margin-left: 2.1vw;
}
.booking-form .btn-primary {
    grid-column: 1;
    justify-self: end;
    width: 10.972vw;
    margin-top: 0.416vw;
    display: flex;
    margin-right: 1.9vw;
    align-items: center;
    justify-content: center;
    align-content: center;
}


.grid-kolumns-3a
{
  grid-template-columns: 9vw 20.5vw 20vw !important;
    margin-top: 0.6vw !important;
}

.booking-section {
    display: grid;
    grid-template-columns: 1fr 29.02vw;
    width: 96.88%;
    margin: 0;
    justify-content: start;
    justify-items: start;
    margin-left: 1.3vw;
}
.booking-form-wrap {
    height: 37.752vw;
    padding: 2.6vw 1.456vw;
    background: #fff url(images/block8.webp) center / cover no-repeat;
    width: 100%;
}

.booking-image img {
    width: 29.224vw;
    height: 46.384vw;
    object-fit: cover;
}

.pasek_red {
width: 8.528vw;
height: 1.352vw;
color: #FFF;
font-family: Poppins;
font-size: 0.78vw;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.0156vw;
background-color: #E40043;
}

.h1podpage 
{
color: #FFF;
font-family: Poppins;
font-size: 1.67vw;
font-style: normal;
font-weight: 800;
line-height: 2.19vw;
letter-spacing: -0.04992vw;
}

.left_grid_wypozyczalnia
{
color: #394E58;
font-family: Poppins;
font-size: 0.83vw;
font-style: normal;
font-weight: 700;
line-height: 1.56vw; 
letter-spacing: -0.02496vw;
}


.busis {
width: 25.73vw;
height: 24.32vw;
}


.class_section_plus {
width: 87.5vw;
height: 18.33vw;
background: linear-gradient(146deg, rgba(0, 89, 167, 0.61) 0%, rgba(21, 37, 80, 0.61) 100%), #394E58;
background-blend-mode: luminosity, normal;
}

.tytul_sectiongry {
color: #FFF;
font-family: Poppins;
font-size: 1.25vw;
font-style: normal;
font-weight: 800;
line-height: 2.19vw;
letter-spacing: -0.03744vw;
}


.fed
{
color: #FFF;
font-family: Poppins;
font-size: 0.83vw;
font-style: normal;
font-weight: 700;
line-height: 1.35vw;
}

.as_dfs
{
color: #FFF;
font-family: Poppins;
font-size: 0.83vw;
font-style: normal;
font-weight: 400;
line-height: 1.98vw;
}

.right_frf
{
width: 25.73vw;
height: 24.32vw;
}

.baner_podstron {
background-image:url("images/baners.webp");
width:100%;
height:43.96vw;
}

.baner_podstron {
    background-image: url(images/baners.webp);
    width: 100%;
    height: 43.96vw;
    padding-top: 0.1;
    background-size: cover;
}

body 
{
  margin:0;
  padding:0;
    width: 87.5vw;
    margin: auto;
    box-sizing: border-box;
}

div
{
    box-sizing: border-box;
}

.baner_podstron {
    background-image: url(images/baners.webp);
    width: 100%;
    height: 43.96vw;
    padding-top: 0.1;
    background-size: cover;
    padding-left: 2vw;
    padding-right: 2vw;
    padding-top: 18vw;
}
.grid_wypozyczalnia
{
  display: grid;
    grid-template-columns: 1fr auto;
    background-color: white;
    width: 99%;
    margin: auto;  
}

.left_grid_wypozyczalnia {
    color: #394E58;
    font-family: Poppins;
    font-size: 0.83vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.56vw;
    letter-spacing: -0.02496vw;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: center;
    padding-left: 4vw;
    height: 20.2vw;
    padding-right: 4vw;
}

.baner_podstron {
    background-image: url(images/baners.webp);
    width: 100%;
    height: 43.96vw;
    padding-top: 0.1;
    background-size: cover;
    padding-left: 2vw;
    padding-right: 2vw;
    padding-top: 13.88vw;
}

.left_grid_wypozyczalnia {
    color: #394E58;
    font-family: Poppins;
    font-size: 0.83vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.56vw;
    letter-spacing: -0.02496vw;
    padding-top: 3vw;
    padding-left: 3.3vw;
    padding-right: 3.5vw;
}

.grid_wypozyczalnia {
    display: grid;
    grid-template-columns: 1fr auto;
    background-color: white;
    width: 99%;
    margin: auto;
    height: 19.74vw;
}

.left_grid_wypozyczalnia {
    color: #394E58;
    font-family: Poppins;
    font-size: 0.83vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.56vw;
    letter-spacing: -0.02496vw;
    padding-top: 0vw;
    padding-left: 3.3vw;
    padding-right: 3.5vw;
}

.left_grid_wypozyczalnia {
    color: #394E58;
    font-family: Poppins;
    font-size: 0.83vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.56vw;
    letter-spacing: -0.02496vw;
    padding-top: 0vw;
    padding-left: 3.3vw;
    padding-right: 3.5vw;
}

.class_section_plus {
    width: 87.5vw;
    height: auto;
    background: linear-gradient(146deg, rgba(0, 89, 167, 0.61) 0%, rgba(21, 37, 80, 0.61) 100%), #394E58;
    background-blend-mode: luminosity, normal;
}

.grid_wypozyczalnia {
    display: grid;
    grid-template-columns: 1fr 25.73vw;
    background-color: white;
    width: 99%;
    margin: auto;
    height: 19.74vw;
}

.class_section_plus
{
 display: grid;
    grid-template-columns: 1fr auto;   
}

.class_section_plus {
    display: grid;
    grid-template-columns: 1fr 25.73vw;
    padding-left: 4vw;
    box-sizing: border-box;
    padding-right: 2.4vw;
}

.class_section_plus {
    display: grid;
    grid-template-columns: 1fr 25.73vw;
    padding-left: 2.7vw;
    box-sizing: border-box;
    padding-right: 2.4vw;
}

.sectiongry
{
 margin-top: -2.5vw;   
}

.fed {
    color: #FFF;
    font-family: Poppins;
    font-size: 0.83vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.35vw;
    margin-top: 1.2vw;
    margin-left: 4vw;
}

.fed {
    color: #FFF;
    font-family: Poppins;
    font-size: 0.83vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.35vw;
    margin-top: 1.2vw;
    margin-left: 4vw;
}

.flex_liist
{
 display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: 4vw;
    margin-top: 0.5vw;   
}

.hk1
{
    color: #FFF;
    font-family: Poppins;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.class_ok2
{
color: #FFF;
font-family: Poppins;
font-size: 0.83vw;
font-style: normal;
font-weight: 400;
line-height: 1.56vw;
}

.section
{
box-sizing: border-box;
}

.gray_fon
{
    background: #5A707B;
    width: 87.5vw;
    height: 29.17vw;
}


.title_gray_fon {
color: #FFF;
font-family: Poppins;
font-size: 0.83vw;
font-style: normal;
font-weight: 700;
line-height: 1.35vw;
}

.gray_fon {
    background: #5A707B;
    width: 59.33vw;
    height: 13.23vw;
    margin-top: -10vw;
}

.title_gray_fon {
    color: #FFF;
    font-family: Poppins;
    font-size: 0.83vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.35vw;
    margin-left: 6.6vw;
    padding-top: 2vw;
}

.li_gray_fon_flex
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-left: 6.6vw;
    padding-top: 0.8vw;
}

.d11
{
    background: #7A95A1;
}

.d12
{
width: 25.73vw;
height: 18.59vw;
background: linear-gradient(85deg, #BD0037 0.82%, #FF044E 56.17%), #FF044E;
}

.gray_fon {
    background: #5A707B;
    width: 87.5vw;
    height: 13.23vw;
    margin-top: -10vw;
    padding-right: 24vw;
    box-sizing: border-box;
}

.class_section_plus {
    display: grid;
    grid-template-columns: 1fr 25.73vw;
    padding-left: 2.7vw;
    box-sizing: border-box;
    padding-right: 2.4vw;
    margin-top: -4.6vw;
    padding-top: 4.6vw;
}

.d11 {
    background: #7A95A1;
    padding-left: 2.7vw;
    padding-top: 2vw;
}

.class_ok
{
 display: grid;
    grid-template-columns: 1fr auto;
    padding-right: 2.3vw;
    background-color: #7a95a1;  
}

.d12 {
    width: 25.73vw;
    height: 18.59vw;
    background: linear-gradient(85deg, #BD0037 0.82%, #FF044E 56.17%), #FF044E;
    margin-top: -3.3vw;
}

.class_ok {
    display: grid;
    grid-template-columns: 1fr auto;
    padding-right: 2.43vw;
    background-color: #7a95a1;
}

.d122
{
    color: #FFF;
font-family: Poppins;
font-size: 1.04vw;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.d122 b 
{
    color: #FFF;
font-family: Poppins;
font-size: 1.04vw;
font-style: normal;
font-weight: 800;
line-height: normal;
}

.d121
{
color: #FFF;
text-align: right;
font-family: Manrope;
font-size:1.25vw;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -0.07488vw;
}

.d123
{
color: #FFF;
text-align: left;
font-family: Manrope;
font-size: 1.25vw;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -0.07488vw;
}


.d121 b
{
font-weight: 800;
}


.d11 {
    background: #7A95A1;
    padding-left: 6.8vw;
    padding-top: 2vw;
}

.d13 {
color: #FFF;
font-family: Poppins;
font-size: 0.83vw;
font-style: normal;
font-weight: 500;
line-height: 1.67vw;
}

.d11 {
    background: #7A95A1;
    padding-left: 2.7vw;
    padding-top: 2vw;
}

.fgj 
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-left: 4vw;
    margin-top: 1vw;
}

.d121 {
    color: #FFF;
    text-align: left;
    font-family: Manrope;
    font-size: 1.248vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.07488vw;
}

.d12 {
    width: 25.73vw;
    height: 18.59vw;
    background: linear-gradient(85deg, #BD0037 0.82%, #FF044E 56.17%), #FF044E;
    margin-top: -3.3vw;
    padding-top: 1.8vw;
    padding-left: 2vw;
}

.flex_gij
{
 display: flex;
    margin-top: 1.3vw;
    margin-bottom: 1vw;
    gap: 2.6vw;   
}

.d12 {
    width: 25.73vw;
    height: 18.59vw;
    background: linear-gradient(85deg, #BD0037 0.82%, #FF044E 56.17%), #FF044E;
    margin-top: -3.3vw;
    padding-top: 1.8vw;
    padding-left: 5vw;
}


.galef .class_ok2 {
    width: 1;
    color: #FFF;
    font-family: Poppins;
    font-size: 0.83vw;
    font-style: normal;
    font-weight: 400;
    width: 100%;
    height: 16.25vw;
}

.class_ok1.galef
{
 display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 2vw;
    gap: 0.7vw;   
}

.left_flex_footers
{
width: 29.17vw;
height: 7.03vw;
background: linear-gradient(85deg, #394E58 0.82%, #566F7B 56.17%), #394E58;
}

.tel_red
{
width: 2.5vw;
height: 2.5vw;
background: #FF044E;
}

.tel_dla_red
{
width: 0.73vw;
height: 0.73vw;
}

.top_dot_lin {
width: 0.052vw;
height: 3.02vw;
opacity: 0.5;
border-right:0.052vw dashed white;
}


.tel_red {
    display: flex;
    width: 2.5vw;
    height: 2.5vw;
    background: #FF044E;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.left_flex_footers 
{
    position: relative;
}

.title_footes {
color: #FFF;
font-family: Poppins;
font-size: 1.04vw;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.title_footes b {
font-weight: 800;
}

.tel_red {
    display: flex;
    width: 2.5vw;
    height: 2.5vw;
    background: #FF044E;
    align-items: center;
    justify-content: center;
    align-content: center;
    position: fixed;
    bottom: 0;
} 

.title_footes {
    color: #FFF;
    font-family: Poppins;
    font-size: 1.04vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 4vw;
    padding-top: 1.1vw;
}

.flex_gij {
    display: flex;
    margin-top: 1.3vw;
    margin-bottom: 1vw;
    gap: 2.6vw;
    margin-left: 4vw;
}

.footer_sr
{
color: rgba(0, 0, 0, 0.25);
font-family: Poppins;
font-size: 0.68vw;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.footer_sr b 
{
color: #394E58;
font-family: Poppins;
font-size: 0.68vw;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.footer_sr a 
{
    color: #E40043;
font-family: Poppins;
font-size: 0.68vw;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.fl_nav a {
color: #000;
font-family: Poppins;
font-size: 0.89vw;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.01768vw;
text-transform: capitalize;
text-decoration: none;
opacity: 0.5;
}

.licznik 
{
color: #5D6370;
text-align: left;
font-family: Manrope;
font-size: 0.57vw;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.01716vw;
opacity: 0.5;
}

.flex_footers
{
  display: flex;  
}

.flex_right_footers 
{
 display: flex;
    gap: 5vw;   
}

.flex_right_footers {
    display: flex;
    gap: 3vw;
}

.left1_flex_footers 
{
  width: 58.3vw;
    border-top: 0.052vw solid #00000026;
    padding-top: 1.7vw;
    padding-left: 8vw;  
}

.footer_sr {
    color: rgba(0, 0, 0, 0.25);
    font-family: Poppins;
    font-size: 0.68vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    margin-top: 1vw;
    justify-content: flex-end;
    border-top: 0.052vw solid #00000029;
    width: max-content;
    align-items: center;
    align-content: center;
    margin-left: auto;
    padding-top: 0.7vw;
}

footer 
{
    margin-top: 2vw;
}

body {
    overflow-x: hidden;
}

.baner_podstron {
    background-image: url(images/baners.webp);
    width: 100%;
    height: 43.96vw;
    padding-top: 0.1;
    background-size: cover;
    padding-left: 3.3vw;
    padding-right: 2vw;
    padding-top: 18.4vw;
}

.pasek_red {
    width: 8.54vw;
    height: 1.35vw;
    color: #FFF;
    font-family: Poppins;
    font-size: 0.78vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.0156vw;
    background-color: #E40043;
    clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.h1podpage {
    color: #FFF;
    font-family: Poppins;
    font-size: 1.67vw;
    font-style: normal;
    font-weight: 800;
    line-height: 2.19vw;
    letter-spacing: -0.04992vw;
    margin-top: 0.2vw;
}

.baner_podstron {
    background-image: url(images/baners.webp);
    width: 100%;
    height: 43.96vw;
    padding-top: 0.1;
    background-size: cover;
    padding-left: 2.8vw;
    padding-right: 2.7vw;
    padding-top: 18.3vw;
}

.pasek_red {
    width: 8.54vw;
    height: 1.35vw;
    color: #FFF;
    font-family: Poppins;
    font-size: 0.78vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.0156vw;
    background-color: #E40043;
    clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-left: 0.4vw;
}

.h1podpage {
    color: #FFF;
    font-family: Poppins;
    font-size: 1.67vw;
    font-style: normal;
    font-weight: 800;
    line-height: 2.19vw;
    letter-spacing: -0.04992vw;
    margin-top: 0.2vw;
    margin-left: 0.3vw;
    margin-bottom: 2.1vw;
}

.left_grid_wypozyczalnia {
    color: #394E58;
    font-family: Poppins;
    font-size: 0.83vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.56vw;
    letter-spacing: -0.02496vw;
    padding-top: 0vw;
    padding-left: 3.8vw;
    padding-right: 3.5vw;
    display: flex;
    justify-content: flex-start;
    padding-top: 3vw;
}

.left_grid_wypozyczalnia {
    color: #394E58;
    font-family: Poppins;
    font-size: 0.83vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.56vw;
    letter-spacing: -0.02496vw;
    padding-top: 0vw;
    padding-left: 3.8vw;
    padding-right: 3.5vw;
    display: flex;
    justify-content: flex-start;
    padding-top: 3vw;
    background-color: white;
    height: 19.6vw;
}

.refs 
{
    padding-left:0;
    margin-left:0;
}

.class_section_plus {
    display: grid;
    grid-template-columns: 1fr 25.73vw;
    padding-left: 3.1vw;
    box-sizing: border-box;
    padding-right: 3.1vw;
    margin-top: -4.6vw;
    padding-top: 9vw;
}

.sectiongry {
    margin-top: -2vw;
}

.fed {
    color: #FFF;
    font-family: Poppins;
    font-size: 0.83vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.35vw;
    margin-top: 1.7vw;
    margin-left: 4vw;
}

.as_dfs {
    color: #FFF;
    font-family: Poppins;
    font-size: 0.83vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6vw;
}

.flex_liist {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: 4.4vw;
    margin-top: 0.5vw;
}

.as_dfs {
    color: #FFF;
    font-family: Poppins;
    font-size: 0.83vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6vw;
    display: flex;
    gap: 0.5vw;
}

.flex_liist {
    display: grid;
    grid-template-columns: 16.28vw 17.8vw 15vw;
    margin-left: 4.4vw;
    margin-top: 0.5vw;
}

.gray_fon {
    background: #5A707B;
    width: 87.5vw;
    height: 13.23vw;
    margin-top: -10.4vw;
    padding-right: 25.3vw;
    box-sizing: border-box;
    padding-left: 0.4vw;
    padding-top: 0.3vw;
}

.li_gray_fon_flex {
    display: grid;
    grid-template-columns: 26vw 22vw;
    margin-left: 6.6vw;
    padding-top: 0.99vw;
    padding-left: 0.4vw;
    gap: 1.2vw;
}

.d11 {
    background: #7A95A1;
    padding-left: 3.2vw;
    padding-top: 2.2vw;
}

.fgj {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-left: 4.34vw;
    margin-top: 1.6vw;
}

.class_ok2 {
    color: #FFF;
    font-family: Poppins;
    font-size: 0.83vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.56vw;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    gap: 0.4vw;
}

.fgj {
    display: grid;
    grid-template-columns: 27vw 19vw;
    margin-left: 4.34vw;
    margin-top: 1.6vw;
}

.clko
{
    display: flex;
    flex-direction: column;
}

.ok2_ceny
{
    margin-left: 0.88vw;
    margin-top: -0.2vw;
    margin-bottom: -0.2vw;
}

.ok2_ceny1 
{
    margin-left: 0.9vw;
}

.class_ok {
    display: grid;
    grid-template-columns: 58.6vw 25.9vw;
    padding-right: 2.43vw;
    background-color: #7a95a1;
}

.d12 {
    width: 25.73vw;
    height: 18.59vw;
    background: linear-gradient(85deg, #BD0037 0.82%, #FF044E 56.17%), #FF044E;
    margin-top: -3.3vw;
    padding-top: 1.8vw;
    padding-left: 4vw;
    margin-top: -2.88vw;
}

.refs {
    padding-left: 0.6vw;
    margin-left: 0;
    gap: 3.96vw;
    margin-top: 1.6vw;
}

.d121 {
    color: #FFF;
    text-align: left;
    font-family: Manrope;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.4;
}

.d12 
{
    position: relative;
}

.d12 {
    width: 25.73vw;
    height: 18.59vw;
    background: linear-gradient(85deg, #BD0037 0.82%, #FF044E 56.17%), #FF044E;
    margin-top: -3.3vw;
    padding-top: 1.8vw;
    padding-left: 4vw;
    margin-top: -2.88vw;
    box-sizing: border-box;
}

.class_ok .refs {
    padding-left: 0.6vw;
    margin-left: 0;
    gap: 2.96vw;
    margin-top: 1.6vw;
}

.class_ok .top_dot_lin {
    width: 0.052vw;
    height: 2.6vw;
    opacity: 0.5;
    border-right: 0.052vw dashed white;
    position: absolute;
    margin-left: 9.67vw;
    margin-top: -0.6vw;
}

.d13_jk
{
   display: grid;
    grid-template-columns: 0.77vw 1fr; 
}

.d13_jk
{
  margin-top: 2.2vw;  
}

.d13_jk {
    display: grid;
    grid-template-columns: 0.77vw 1fr;
    line-height: 1.5;
}

.d13_jk {
    margin-top: 0.2vw;
}

.d13 {
    color: #FFF;
    font-family: Poppins;
    font-size: 0.83vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.67vw;
    margin-top: 2.3vw;
}

.d13_jk {
    margin-top: 0.6vw;
}

.class_ok1.galef {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 2vw;
    gap: 0.5vw;
}

.left_flex_footers {
    position: relative;
    padding-top: 0.5vw;
}

.title_footes {
    color: #FFF;
    font-family: Poppins;
    font-size: 1.04vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 3.6vw;
    padding-top: 1.1vw;
}


.flex_footers .flex_gij {
    display: flex;
    margin-top: 0.7vw;
    margin-bottom: 1vw;
    gap: 2.7vw;
    margin-left: 5vw;
}

.left1_flex_footers {
    width: 58.3vw;
    border-top: 0.052vw solid #00000026;
    padding-top: 1.7vw;
    padding-left: 7.6vw;
}

.fl_nav a {
    color: #000;
    font-family: Poppins;
    font-size: 0.89vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.01768vw;
    text-transform: capitalize;
    text-decoration: none;
    opacity: 0.5;
    margin-left: 0.5vw;
}

.flex_right_footers {
    display: flex;
    gap: 2.8vw;
}

.footer_sr {
    color: rgba(0, 0, 0, 0.25);
    font-family: Poppins;
    font-size: 0.68vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    margin-top: 1.5vw;
    justify-content: flex-end;
    border-top: 0.052vw solid #00000029;
    width: max-content;
    align-items: center;
    align-content: center;
    margin-left: auto;
    padding-top: 0.4vw;
    gap: 1vw;
}

.title-item-akordion
{
color: #394E58;
text-align: justify;
font-family: Poppins;
font-size: 0.99vw;
font-style: normal;
font-weight: 700;
line-height: 1.56vw;
letter-spacing: -0.02964vw;
}

.strilka_png
{
width: 1.21vw;
height: 0.68vw;
}

.kontent-item
{
color: #394E58;
font-family: Poppins;
font-size: 0.83vw;
font-style: normal;
font-weight: 400;
line-height: 2.14vw;
letter-spacing: -0.02496vw;
}


body {
    margin: 0 !important;
}

.title_regulamin {
color: #394E58;
font-family: Poppins;
font-size: 1.67vw;
font-style: normal;
font-weight: 800;
line-height: 2.19vw;
letter-spacing: -0.04992vw;
}

body {
    width: 100%;
}

.flex_regulamin
 {
   display: grid;
    grid-template-columns: 29vw 1fr;
    width: 87.7%;
    margin: auto;
    padding-top: 0.5vw;
    gap: 3vw; 
 }

.right_regulamin
{
  padding-top: 2.6vw;  
}





.pasek_red1 {
    width: 8.54vw;
    height: 1.35vw;
    color: #FFF;
    font-family: Poppins;
    font-size: 0.78vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.0156vw;
    background-color: #E40043;
    clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-left: 0.8vw;
    margin-top: 0.1vw;
    width: 5.5vw;
}

.title_regulamin {
    color: #394E58;
    font-family: Poppins;
    font-size: 1.67vw;
    font-style: normal;
    font-weight: 800;
    line-height: 2.19vw;
    letter-spacing: -0.04992vw;
    margin-left: 0.7vw;
    margin-top: 0.2vw;
}

.akordion
{
   margin-left: 2.5vw;
    margin-top: 2.8vw;
    width: 93%; 
}

.right_regulamin {
    padding-top: 2.6vw;
    margin-left: -0.3vw;
}

.title_akord
{
  display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  
}

.akordion {
    margin-left: 2.7vw;
    margin-top: 11.3vw;
    width: 92%;
}

.item-akordion
{
margin-bottom: 1.4vw;    
}


.item-akordion {
    margin-bottom: 1.56vw;
}

.akordion {
    margin-left: 2.7vw;
    margin-top: 2.77vw;
    width: 92.8%;
}

.kontent-item {
    color: #394E58;
    font-family: Poppins;
    font-size: 0.83vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6vw;
    letter-spacing: -0.02496vw;
    margin-top: 0.5vw;
    width: 91%;
}

.akordion {
    margin-left: 0.7vw;
    margin-top: 1.77vw;
    width: 92.8%;
}

.akordion {
    margin-left: 0.7vw;
    margin-top: 1.77vw;
    width: 98.8%;
}

.item-akordion {
    margin-bottom: 0vw;
    padding-left: 1.7vw;
    padding-top: 1vw;
    padding-right: 1.5vw;
    border-radius: 1vw;
    padding-bottom: 0.6vw;
}

.item-akordion.active .kontent-item
{
display:block !important;
}

.item-akordion.active
{
 background-color: #0000000a;   
}

.item-akordion {
    margin-bottom: 0vw;
    padding-left: 2.1vw;
    padding-top: 1vw;
    padding-right: 1.5vw;
    border-radius: 1vw;
    padding-bottom: 0.6vw;
}


.certs {
width: 16.88vw;
height: 24.01vw;
border: 0.052vw solid #E8E8E8;
}

.akordion {
    margin-left: 0.7vw;
    margin-top: 1.77vw;
    width: 98.8%;
    margin-bottom: 2vw;
}

.flex_certyfikaty
{
  display: flex;
    margin-top: 2.5vw;
    margin-left: 0.8vw;
    gap: 1.8vw;  
}


.left_grid_regulamin
{
      height: 43.5vw;  
}

.left_grid_regulamin
{
 height: 43.5vw;
    position: relative;
    box-sizing: border-box;   
}


.left_grid_regulamin .left_flex_footers {
    position: absolute;
    padding-top: 0.5vw;
    margin-top: -2vw;
}

.left_grid_regulamin .left_flex_footers {
    position: absolute;
    padding-top: 0.5vw;
    margin-top: -2vw;
}

.left_grid_regulamin .tel_red {
    display: flex;
    width: 2.5vw;
    height: 2.5vw;
    background: #FF044E;
    align-items: center;
    justify-content: center;
    align-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
}

.left_grid_regulamin .flex_gij {
    display: flex;
    margin-top: 0.3vw;
    margin-bottom: 0vw;
    gap: 2.6vw;
    margin-left: 5vw;
}

.left_grid_regulamin .top_dot_lin {
    width: 0.052vw;
    height: 3.02vw;
    opacity: 0.5;
    border-right: 0.052vw dashed white;
    margin-left: -0.9vw;
    margin-top: 0.4vw;
    margin-right: -0.8vw;
}

.right_regulamin .flex_right_footers {
    display: flex;
    gap: 2.8vw;
    margin-top: 2vw;
    border-top: 0.052vw solid #0000001f;
    margin-left: -2.63vw;
    padding-top: 1.3vw;
    padding-left: 7.5vw;
}

.right_regulamin .footer_sr {
    color: rgba(0, 0, 0, 0.25);
    font-family: Poppins;
    font-size: 0.68vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    margin-top: 1.5vw;
    justify-content: flex-end;
    border-top: 0.052vw solid #00000029;
    width: max-content;
    align-items: center;
    align-content: center;
    margin-left: auto;
    padding-top: 0.8vw;
    gap: 1vw;
    padding-bottom: 0.8vw;
}

.left_grid_regulamin .flex_gij {
    display: flex;
    margin-top: 0.3vw;
    margin-bottom: 0vw;
    gap: 2.6vw;
    margin-left: 5vw;
    padding-top: 0.5vw;
}

.left_grid_regulamin {
    height: 42vw;
    position: sticky;
    box-sizing: border-box;
    top: 0;
}

.klkm
{
    width:5.57vw;
}

.bus_src
{
width: 27.58vw;
height: 19.5vw;
}

.background-left_busy
{
    background-image: url("images/background-src.webp");
    width: 24.06vw;
    height:19.74vw;
    background-size: cover;
}

.title_pasek
{
color: #FFF;
font-family: Poppins;
font-size: 1.67vw;
font-style: normal;
font-weight: 800;
line-height: 2.19vw;
letter-spacing: -0.04992vw;
}

.bus_src2
{
width: 28.13vw;
height: 19.89vw;
}

.center_container_tekstowy {
width: 48.85vw;
height: 34.74vw;
background: #FFF;
}


.center_container-title {
color: #394E58;
font-family: Poppins;
font-size: 1.25vw;
font-style: normal;
font-weight: 800;
line-height: 1.56vw;
letter-spacing: -0.03744vw;
}

.container_tekstowy2 {
color: #394E58;
font-family: Poppins;
font-size: 0.83vw;
font-style: normal;
font-weight: 700;
line-height: 1.56vw;
letter-spacing: -0.02496vw;
}

.container_tekstowy3 {
color: #394E58;
font-family: Poppins;
font-size: 0.83vw;
font-style: normal;
font-weight: 700;
line-height: 1.56vw;
letter-spacing: -0.02496vw;
}

.container_tekstowy4 {
color: #394E58;
font-family: Poppins;
font-size: 0.83vw;
font-style: normal;
font-weight: 400;
line-height: 1.56vw;
letter-spacing: -0.02496vw;
}

.title2_tekstowy 
{
color: #394E58;
font-family: Poppins;
font-size: 1.25vw;
font-style: normal;
font-weight: 800;
line-height: 1.56vw;
letter-spacing: -0.03744vw;
}

.zwykwy_tekst
{
color: #394E58;
font-family: Poppins;
font-size: 0.83vw;
font-style: normal;
font-weight: 400;
line-height: 1.56vw;
letter-spacing: -0.02496vw;
}

.right_wiz.webp {
width: 14.58vw;
height: 41.56vw;
}

.kontainer1
{
   background-image: url(images/baner_kontainer1.webp);
    width: 87vw;
    margin: auto;
    position: relative;
    padding-top: 15vw;
    padding-left: 2.4vw; 
}

.kontainer1 .bus_src {
    width: 27.58vw;
    height: 19.5vw;
    margin-left: -1.4vw;
}

.kontainer1 .title_pasek {
    color: #FFF;
    font-family: Poppins;
    font-size: 1.67vw;
    font-style: normal;
    font-weight: 800;
    line-height: 2.19vw;
    letter-spacing: -0.04992vw;
    margin-left: 0.6vw;
    margin-top: 0.2vw;
    margin-bottom: 3vw;
}

.kontainer1 {
    width: 87vw;
    margin: auto;
    position: relative;
    padding-top: 14.6vw;
    padding-left: 2.4vw;
    margin-top: 0.3vw;
    height: 40.1vw;
}

.grid_template-busy
{
 display: grid;
    grid-template-columns: 29vw 43.5vw 14.5vw;
    margin: auto;
    width: 87vw;
    margin-top: 2vw;   
}

.center_container_tekstowy {
    width: 48.5vw;
    height: 34.74vw;
    background: #FFF;
    margin-left: -5vw;
    margin-top: -21.5vw;
    position: relative;
    padding-left: 5vw;
    padding-right: 3vw;
    padding-top: 2.9vw;
    z-index: 1;
}

.kontainer1 .bus_src {
    width: 27.58vw;
    height: 19.5vw;
    margin-left: -1.4vw;
    position: relative;
    z-index: 22;
}

.bus_src2 {
    width: 28.13vw;
    height: 19.89vw;
    object-fit: contain;
    position: relative;
    z-index: 9;
}

.right_wiz
{
 width: 14.58vw;
    margin-top: -21.5vw;
    position: relative;   
}

.container_tekstowy2 {
    color: #394E58;
    font-family: Poppins;
    font-size: 0.83vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.56vw;
    letter-spacing: -0.02496vw;
    margin-top: 1.5vw;
    width: 90%;
    margin-bottom: 1.6vw;
}

.container_tekstowy3 {
    color: #394E58;
    font-family: Poppins;
    font-size: 0.83vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.56vw;
    letter-spacing: -0.02496vw;
    margin-bottom: 0vw;
}

.container_tekstowy4 {
    color: #394E58;
    font-family: Poppins;
    font-size: 0.83vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.56vw;
    letter-spacing: -0.02496vw;
    width: 39.5vw;
}

.title2_tekstowy {
    color: #394E58;
    font-family: Poppins;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 800;
    line-height: 1.56vw;
    letter-spacing: -0.03744vw;
    margin-top: 1.2vw;
    margin-bottom: 1.7vw;
}

.bus_src2 {
    width: 28.6vw;
    height: 21.89vw;
    object-fit: contain;
    position: relative;
    z-index: 9;
    margin-left: 0.4vw;
}

.kontainer1 {
    width: 87vw;
    margin: auto;
    position: relative;
    padding-top: 14.6vw;
    padding-left: 2.4vw;
    margin-top: 0.3vw;
    height: 40.1vw;
    background-size: cover;
}

.class_ok1.galef {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: auto;
    margin-top: 2vw;
    gap: 0.5vw;
    width: 87.5%;
    margin-bottom: 2vw;
}


.clas_fot {
    margin: auto;
    margin-top: 2vw;
    width: 87.5%;
}



.clas_fot .tel_red {
    display: flex;
    width: 2.5vw;
    height: 2.5vw;
    background: #FF044E;
    align-items: center;
    justify-content: center;
    align-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer_sr {
    color: rgba(0, 0, 0, 0.25);
    font-family: Poppins;
    font-size: 0.68vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    margin-top: 1.5vw;
    justify-content: flex-end;
    border-top: 0.052vw solid #00000029;
    width: max-content;
    align-items: center;
    align-content: center;
    margin-left: auto;
    padding-top: 0.7vw;
    gap: 1vw;
    padding-bottom: 0.5vw;
}

.flex_right_footers {
    display: flex;
    gap: 2.8vw;
    margin-top: -0.3vw;
}


.clas_fot .flex_footers .flex_gij {
    display: flex;
    margin-top: 0.3vw;
    margin-bottom: 1vw;
    gap: 1.7vw;
    margin-left: 5vw;
}

.col-1-zdj {
display: flex;
width: 29.17vw;
height: 37.81vw;
flex-direction: column;
justify-content: center;
align-items: center;
}


.cols-col-1 {
width: 14.48vw;
height: 14.48vw;
background-size: cover;
}

.cols-num
{
color: #FF034D;
text-align: center;
font-family: Manrope;
font-size: 4.48vw;
font-style: normal;
font-weight: 800;
line-height: normal;
letter-spacing: -0.08944vw;
}

.opis-cols-num
{
color: #FFF;
font-family: Poppins;
font-size: 0.83vw;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: -0.01664vw;
}

.opis-cols-num b 
{
   font-weight: 800; 
}

.przewoznik {
width:11.35vw;
}

.przewoznik_title 
{
color: #394E58;
font-family: Poppins;
font-size: 1.67vw;
font-style: normal;
font-weight: 800;
line-height: 2.19vw; 
letter-spacing: -0.05vw;
}

.opis-col-2
{
color: #394E58;
font-family: Poppins;
font-size: 0.83vw;
font-style: normal;
font-weight: 400;
line-height: 1.56vw;
letter-spacing: -0.03vw;
}

.opis-col-2 b 
{
    font-weight: 700;
}

.zdji {
width: 14.64vw;
height: 23.13vw;
object-fit: cover;
}

.link_flex_buttons {
width: 11.25vw;
height: 2.08vw;
background-color: #E40043;
color: #FFF;
text-align: center;
font-family: Poppins;
font-size: 0.73vw;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: uppercase;
}

.link_flex_buttons1 {
width: 11.25vw;
height: 2.08vw;
background-color: #394E58;
color: #FFF;
text-align: center;
font-family: Poppins;
font-size: 0.73vw;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: uppercase;
}

.flex_buttons
{
    display: flex;
    gap:1vw;
}

.col-1 {
width: 29.17vw;
}

.col-2
{
    width:43.75vw;
}

.col-3
{
    width:14.53vw;
}

.flex_columns_1
{
    display:flex;
}


.cols-col-2 {
width: 14.48vw;
    height: 14.48vw;
    background-size: cover;
}

.cols_licznik
{
    display:flex;
}

.flex_columns_1 {
    display: flex;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}

.col-1 {
    width: 28.7vw;
}

.col-2 {
    width: 43.75vw;
    padding-left: 3.9vw;
    padding-top: 2.5vw;
    padding-right: 1.9vw;
   
}

.przewoznik {
    width: 11.35vw;
    margin-left: 0vw;
    text-transform: math-auto;
    margin-bottom: 0.27vw;
}

.przewoznik_title {
    color: #394E58;
    font-family: Poppins;
    font-size: 1.67vw;
    font-style: normal;
    font-weight: 800;
    line-height: 2.19vw;
    letter-spacing: -0.05vw;
    margin-left: -0.2vw;
    margin-bottom: 2vw;
}

.cols-col-1 {
    width: 100%;
    height: 14.48vw;
    background-size: cover;
}

.cols-col-2 {
    width: 100%;
    height: 14.48vw;
    background-size: cover;
}

.cols_licznik {
    display: flex;
    width: 29.2vw;
}

.cols-num {
    color: #FF034D;
    text-align: center;
    font-family: Manrope;
    font-size: 4.48vw;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.08944vw;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    align-content: flex-start;
    padding-top: 2.2vw;
}

.opis-cols-num {
    color: #FFF;
    font-family: Poppins;
    font-size: 0.83vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.01664vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    flex-direction: column;
}

.opis-cols-num {
    color: #FFF;
    font-family: Poppins;
    font-size: 0.83vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.01664vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    flex-direction: column;
    margin-top: 1.1vw;
}

.opis-col-2 {
    color: #394E58;
    font-family: Poppins;
    font-size: 0.83vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.56vw;
    letter-spacing: -0.03vw;
    text-align: justify;
    width: 96%;
}

.flex_buttons {
    display: flex;
    gap: 1vw;
    margin-top: 4.34vw;
}

.link_flex_buttons {
    width: 11.25vw;
    height: 2.08vw;
    background-color: #E40043;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 0.73vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding-top: 0.1vw;
    clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
}

.link_flex_buttons1 {
    width: 11.25vw;
    height: 2.08vw;
    background-color: #394E58;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 0.73vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-decoration: none;
    padding-top: 0.1vw;
    clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
}

.flex_buttons {
    display: flex;
    gap: 1.2vw;
    margin-top: 4.34vw;
}

.columns_k {
color: #394E58;
font-family: Poppins;
font-size: 0.83vw;
font-style: normal;
font-weight: 400;
line-height: 1.98vw;
}

.columns_k b {
color: #394E58;
font-family: Poppins;
font-size: 0.83vw;
font-style: normal;
font-weight: 700;
line-height: 1.35vw;
}

.flex_kontakt {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    gap: 6.4vw;
    margin-top: 2vw;
    margin-left: 0.9vw;
}

.columns_k {
    color: #394E58;
    font-family: Poppins;
    font-size: 0.83vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.98vw;
    width: 11vw;
}

.flex_kontakt {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    gap: 2.6vw;
    margin-top: 2vw;
    margin-left: 0.9vw;
}

.flex_j
{
 display: flex;
    flex-direction: column;
    line-height: 1.7;   
}

.columns_k {
    color: #394E58;
    font-family: Poppins;
    font-size: 0.83vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.98vw;
    width: 11vw;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1vw;
}

.flex_board {
width: 0.05vw;
height: 4.11vw;
opacity: 0.5;
background: #B4B4B4;
}

.flex_board {
    width: 0.05vw;
    height: 4.11vw;
    opacity: 0.5;
    background: #B4B4B4;
    margin-left: -1vw;
    margin-right: -0.7vw;
}

.map-section {
    display: grid;
    grid-template-columns: 28.9vw 1fr;
    width: 99.1%;
    margin: auto;
    margin-top: -0.74vw;
}

.about-section {
    display: grid;
    grid-template-columns: 28.88vw 27.859vw 29vw;
    width: 99.1%;
    margin: auto;
}


.booking-section {
    display: grid;
    grid-template-columns: 1fr 31vw;
    width: 98.88%;
    margin: 0;
    justify-content: start;
    justify-items: start;
    margin-left: 0.4vw;
}

.booking-image {
    margin-top: -9.5vw;
}

.booking-section {
    display: grid;
    grid-template-columns: 1fr 28.98vw;
    width: 99.1%;
    margin: 0;
    justify-content: start;
    justify-items: start;
    margin-left: 0.4vw;
}

.booking-form-wrap {
    height: 36.98vw;
    padding: 2.6vw 1.456vw;
    background: #fff url(images/block8.webp) center / cover no-repeat;
    width: 100%;
}


.flex_regulamin12345 {
    display: grid;
    grid-template-columns: 29.9vw 1fr;
    width: 87.7%;
    margin: auto;
    padding-top: 0.5vw;
    gap: 3vw;
}

.clas_fot {
    margin: auto;
    margin-top: 0vw;
    width: 87.5%;
}
.st0 {
    fill: #ffffff00 !important;
}

.map-right img {
    width: 58vw;
    height: 38.03vw;
    object-fit: cover;
}

#Warstwa_1
{
     position: absolute !important;
    width: 58vw !important;
    height: 38.03vw !important;   
}


.st1 {
    fill: #8d9fa800 !important;
}

.st2 {
    fill: #8d9fa800 !important;
}







.map-tooltip {
    display: none;
    position: fixed; /* Используем fixed для слежения за мышью */
    background: white;
    padding: 0.78vw 1.04vw;
    border-radius: 0.52vw;
    box-shadow: 0 0.416vw 1.04vw rgba(0,0,0,0.15);
    z-index: 999;
    width: 11.44vw;
    pointer-events: none;
    transform: translate(0.78vw, 0.78vw); /* Смещение от кончика курсора */
}

/* Стили как на скриншотах */
.map-tooltip strong {
    display: block;
    font-size: 0.728vw;
    margin-bottom: 0.416vw;
    color: #000;
}

.map-tooltip ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.map-tooltip li, .map-tooltip p {
    font-size: 0.676vw;
    color: #333;
    margin-bottom: 0.208vw;
}

.map-tooltip li::before {
    content: '→';
    color: #e31e4b;
    margin-right: 0.416vw;
    font-weight: bold;
}


.map-tooltip .prze 
{
color: #000;
text-align: center;
font-family: Poppins;
font-size: 0.78vw;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -0.0156vw; 
}

.li 
{
 width: 0.94vw;
height: 0.62vw;   
}

.li_none 
{
 width: 0.63vw;
height: 0.63vw;   
}

.map-tooltip {
    position: fixed;
    background: white;
    padding: 1vw;
    border-radius: 0.52vw;
    box-shadow: 0 0.416vw 1.04vw rgba(0, 0, 0, 0.15);
    z-index: 999;
    width: 14.95vw;
    pointer-events: none;
    transform: translate(0.78vw, 0.78vw);
    text-align: left;
}

.map-tooltip .prze {
    color: #000;
    text-align: left;
    font-family: Poppins;
    font-size: 0.78vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.0156vw;
    padding-left: 0.4vw;
}


.map-tooltip li, .map-tooltip p {
    font-size: 0.676vw;
    color: #333;
    margin-bottom: 0.21vw;
    color: #000;
    font-family: Poppins;
    font-size: 0.73vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.01456vw;
    list-style: none;
}

.zpre 
{
    margin-top:1vw;
}

.li {
    width: 0.94vw !important;
    height: 0.62vw !important;
}

.map-tooltip li::before {
    content: '→';
    color: #e31e4b;
    margin-right: 0.3;
    font-weight: bold;
    display:none;
}

.li 
{
    display:block !important;
}

.map-tooltip li, .map-tooltip p {
    font-size: 0.676vw;
    color: #333;
    margin-bottom: 0.21vw;
    color: #000;
    font-family: Poppins;
    font-size: 0.73vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.01456vw;
    list-style: none;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    gap: 0.3vw;
    margin-left: 0.6vw;
}

.map-tooltip li, .map-tooltip p {
    font-size: 0.676vw;
    color: #333;
    margin-bottom: 0.21vw;
    color: #000;
    font-family: Poppins;
    font-size: 0.73vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.01456vw;
    list-style: none;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    gap: 0.3vw;
    margin-left: 0.4vw;
}


.li.li_none {
    width: 0.63vw !important;
    height: 0.63vw !important;
}
.li.li_none {
    width: 0.63vw !important;
    height: 0.63vw !important;
    margin-top: -1vw !important;
    margin-left: -0.2vw;
    margin-right: 0.2vw;
}

.li.li_none {
    width: 0.63vw !important;
    height: 0.63vw !important;
    margin-top: -1vw !important;
    margin-left: 0;
    margin-right: 0.2vw;
}

.map-tooltip {
    position: fixed;
    background: white;
    padding: 1vw;
    border-radius: 0.26vw;
    box-shadow: 0 0.416vw 1.04vw rgba(0, 0, 0, 0.15);
    z-index: 999;
    width: 14.95vw;
    pointer-events: none;
    transform: translate(0.78vw, 0.78vw);
    text-align: left;
}

.bloki_stilks 
{
       height: 0.6vw !important;
    width: auto !important;
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding-left: 0.1vw; 
}

.langs {
    width: 2.03vw !important;
    height: auto !important;
}

.flex_teri
{
      display: flex;
    margin-left: 2.3vw;
    margin-top: 1.4vw;
    gap: 1.8vw;  
}

.dfgd {
    margin-top: 1.5vw !important;
}


.clas_fot .flex_footers .flex_gij {
    display: flex;
    margin-top: 0.8vw;
    margin-bottom: 0vw;
    gap: 1.7vw;
    margin-left: 5vw;
}
.flex_columns_1 {
    display: flex;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    width: 87.55%;
    margin: auto;
}

.cols_licznik {
    display: flex;
    width: 28.7vw;
}

.left_flex_footers {
    width: 28.8vw;
    height: 7.03vw;
    background: linear-gradient(85deg, #394E58 0.82%, #566F7B 56.17%), #394E58;
}

.clas_fot {
    margin: auto;
    margin-top: 2.19vw;
    width: 87.5%;
}

.booking-section-front 
{
    margin-bottom:-2.19vw;
}

.regulamin 
{
 width: 28.8vw;  
}

.site-header {
    height: 5.3vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1vw;
    background: #fff;
    padding: 0 1.2vw;
    padding-top: 0;
    padding-left: 1.3vw;
    width: 87.4%;
    padding-left: 0vw;
    position: sticky;
    top: 0;
    z-index: 999999;
}

.left_grid_regulamin {
    height: 42vw;
    position: sticky;
    box-sizing: border-box;
    top: 6vw;
}


.baner_podstron555 {
    width: 87.7%;
    margin:auto;
}

.class_section_plus {
    display: grid;
    grid-template-columns: 1fr 25.73vw;
    margin: auto;
    padding-left: 3.1vw;
    box-sizing: border-box;
    padding-right: 3.1vw;
    margin-top: -4.6vw;
    padding-top: 9vw;
    width: 87.7%;
}

.gray_fon {
    background: #5A707B;
    width: 86.98vw;
    height: 13.23vw;
    margin: auto;
    margin-top: -10.4vw;
    padding-right: 25.3vw;
    box-sizing: border-box;
    padding-left: 0.4vw;
    padding-top: 0.3vw;
}

.class_ok {
    display: grid;
    grid-template-columns: 58.6vw 25.9vw;
    padding-right: 2.43vw;
    background-color: #7a95a1;
    width: 87.7%;
    margin: auto;
}

.d12 {
    width: 25.73vw;
    height: 18.59vw;
    background: linear-gradient(85deg, #BD0037 0.82%, #FF044E 56.17%), #FF044E;
    margin-top: -3.3vw;
    padding-top: 1.8vw;
    padding-left: 4vw;
    margin-top: -2.88vw;
    box-sizing: border-box;
    margin-left: -0.44vw;
}

.booking-form-wrap {
    height: 36.98vw;
    padding: 2.6vw 1.456vw;
    background: #fff url(images/block8.webp) center / cover no-repeat;
    width: 100%;
    padding-top: 2.65vw;
    padding-left: 1.5vw;
}

.boo 
{
  margin-top: 1.8vw;
    margin-left: -2.9vw;  
}

.field1 
{
  position: relative;  
}

.flex_kontakt {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    gap: 2.1vw;
    margin-top: 2vw;
    margin-left: 0.9vw;
}

.flex_board {
    width: 0.05vw;
    height: 4.11vw;
    opacity: 0.5;
    background: #b4b4b400;
    margin-left: -1vw;
    margin-right: -0.7vw;
    border-right: 0.052vw dashed #00000059;
}


.site-header {
    width: 87.7%;
}

.flex_regulamin {
    display: grid;
    grid-template-columns: 29vw 1fr;
    width: 87.7%;
    margin: auto;
    padding-top: 0;
    gap: 3vw;
}

.left_grid_regulamin {
    height: 42vw;
    position: sticky;
    box-sizing: border-box;
    top: 5.3vw;
}

.item-akordion 
{
    position: relative;
    cursor:pointer;
}

.item-akordion.active .rihgt_strilka {
    transform: rotate(180deg);
    transition: 0.5s;
}

.pasek_red1-jj {
    width: 4.5vw;
}


.kontainer1 {
    margin-top: 0;
}

.map-section123 
{
 margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
   
}

.map-card11 .phone_white 
{
  height: 0.8vw !important;
    object-fit: contain !important;  
}

.title_whit 
{
 color: #394E58;
font-family: Poppins;
font-size: 1.67vw;
font-style: normal;
font-weight: 800;
line-height: normal;   
}

.ligray_koneuner 
{
 color: #394E58;
font-family: Poppins;
font-size: 0.83vw;
font-style: normal;
font-weight: 700;
line-height: 1.35vw; 
}

.lik_gilk {
color: #394E58;
font-family: Poppins;
font-size: 0.83vw;
font-style: normal;
font-weight: 400;
line-height: 1.98vw;
}

.gray_koneuner22 {
width: 9.53vw;
height: 19.79vw;
background: #F6F6F6;
}

.gray_koneuner33 
{
  width: 9.53vw;
height: 19.79vw;
background: #ffffff;  
}

.gray_koneuner332 
{
width: 15.73vw;
height: 19.79vw; 
background: #F6F6F6;
}

.flex_grid_proc 
{
 width: 9.69vw;
height: 9.84vw;  
}

.title_flex_grid_proc {
color: #FF034D;
text-align: center;
font-family: Manrope;
font-size: 3.05vw;
font-style: normal;
font-weight: 800;
line-height: normal;
letter-spacing: -0.304564vw;
}

.opis_flex_grid_proc 
{
color: #FFF;
font-family: Poppins;
font-size: 0.73vw;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: -0.01456vw;
}

.opis_flex_grid_proc b
{
font-weight: 800;
}

.flex_pill 
{
  color: #FFF;
font-family: Poppins;
font-size: 1.67vw;
font-style: normal;
font-weight: 800;
line-height: 2.19vw; /* 131.25% */
letter-spacing: -0.04992vw;  
}

.kontent_kla 
{
color: #FFF;
font-family: Poppins;
font-size: 0.83vw;
font-style: normal;
font-weight: 400;
line-height: 1.56vw; /* 187.5% */
letter-spacing: -0.02496vw;  
}


.left-flex_sekcja2 {
width: 29.17vw;
height: 44.58vw;
background: linear-gradient(146deg, rgba(0, 89, 167, 0.61) 0%, rgba(21, 37, 80, 0.61) 100%), #394E58;
background-blend-mode: luminosity, normal;
}


.left-flex_sekcja2 {
    width: 28.3vw;
    height: 44.58vw;
    background: linear-gradient(146deg, rgba(0, 89, 167, 0.61) 0%, rgba(21, 37, 80, 0.61) 100%), #394E58;
    background-blend-mode: luminosity, normal;
    padding-top: 2vw;
}

.flex_pill {
    color: #FFF;
    font-family: Poppins;
    font-size: 1.67vw;
    font-style: normal;
    font-weight: 800;
    line-height: 2.19vw;
    letter-spacing: -0.04992vw;
    margin-left: 2.2vw;
    margin-top: 0.5vw;
}

.kontent_klas 
{
 color: #FFF;
    font-family: Poppins;
    font-size: 0.83vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.56vw;
    letter-spacing: -0.02496vw;
    margin-left: 2.3vw;
    margin-top: 1.5vw;
    padding-right: 3vw;   
}

.flex_sekcja2 
{
      width: 87%;
    margin: auto;
    display: grid;
    grid-template-columns: 28.3vw 1fr;  
}

.gff 
{
      margin-bottom: 0.7vw;  
}

.red_white_n {
    width: 28.3vw;
    height: 11.56vw;
    background: linear-gradient(85deg, #BD0037 0.82%, #FF044E 56.17%), #FF044E;
    margin-top: 2vw;
}

.title_uwaga {
color: #FFF;
font-family: Poppins;
font-size: 1.25vw;
font-style: normal;
font-weight: 800;
line-height: normal;
}

.zuwagi {
color: #FFF;
font-family: Poppins;
font-size: 0.83vw;
font-style: normal;
font-weight: 400;
line-height: 1.35vw;
}

.zuwagis {
color: #FFF;
font-family: Poppins;
font-size: 0.83vw;
font-style: normal;
font-weight: 800;
line-height: 1.35vw;
}

.red_white_n {
    width: 28.3vw;
    height: 11.56vw;
    background: linear-gradient(85deg, #BD0037 0.82%, #FF044E 56.17%), #FF044E;
    margin-top: 2vw;
    padding-left: 2.5vw;
    padding-top: 1.9vw;
    padding-right: 3vw;
}

.title_uwaga {
    color: #FFF;
    font-family: Poppins;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 1.3vw;
}

.zuwagis {
    color: #FFF;
    font-family: Poppins;
    font-size: 0.83vw;
    font-style: normal;
    font-weight: 800;
    line-height: 1.35vw;
    margin-top: 0.1vw;
}

.ljj 
{
  display: flex;  
}

.top_sekcja2flexs 
{
 display: flex;   
}

.grid_templates_procent 
{
   display: grid;
    grid-template-columns: 9.69vw 9.69vw; 
}

.grid_templates_procent 
{
 display: grid;
    grid-template-columns: 9.69vw 9.69vw;
    gap: 0;
    align-items: start;
    justify-content: center;
    justify-items: center;
    align-content: start;   
}

.title_whit {
    color: #394E58;
    font-family: Poppins;
    font-size: 1.67vw;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-top: 2vw;
    margin-bottom: 1vw;
}

.pilla {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 10vw;
    max-width: max-content;
    height: 1.2vw;
    padding: 0 0.5vw;
    background: var(--accent);
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 0.74vw;
    font-weight: 600;
    letter-spacing: -0.0156vw;
    margin-left: 2.132vw;
    clip-path: polygon(3% 0, 100% 0, 97% 100%, 0 100%) !important;
    margin-left: 3.3vw;
    margin-top: 1.5vw;
}

.flex_pill {
    color: #FFF;
    font-family: Poppins;
    font-size: 1.67vw;
    font-style: normal;
    font-weight: 800;
    line-height: 2.19vw;
    letter-spacing: -0.04992vw;
    margin-left: 3.3vw;
    margin-top: 0.3vw;
}

.kontent_klas {
    color: #FFF;
    font-family: Poppins;
    font-size: 0.83vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.56vw;
    letter-spacing: -0.02496vw;
    margin-left: 3.3vw;
    margin-top: 1.97vw;
    padding-right: 3vw;
}

.gff {
    margin-bottom: 0.22vw;
}

.lokaliz 
{
 margin-left: 0.6vw;  
}

.divgg 
{
 margin-top: 0.2vw;
    line-height: 1.7;
    margin-bottom: 1.3vw;   
}

.divgg1 
{
     margin-top: 0.2vw;
    line-height: 1.7;
    margin-bottom: 1.3vw;   
}

.red_white_n {
    width: 28.3vw;
    height: 11.56vw;
    background: linear-gradient(85deg, #BD0037 0.82%, #FF044E 56.17%), #FF044E;
    margin-top: 2.7vw;
    padding-left: 2.5vw;
    padding-top: 1.9vw;
    padding-right: 3vw;
}

.right-flex-sekcja2 
{
     padding-left: 3.1vw;
    padding-top: 0.7vw;   
}

.gray_koneuner22 {
    width: 9.53vw;
    height: 19.79vw;
    background: #F6F6F6;
    padding-top: 1.5vw;
    padding-left: 1vw;
}


.k_gilk 
{
  padding-left: 0.4vw;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    line-height: 1.2;
    padding-top: 0.7vw;  
}
.k_gilk  .lik_gilk {
    color: #394E58;
    font-family: Poppins;
    font-size: 0.83vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.28vw;
}

.gray_koneuner33 {
    width: 9.53vw;
    height: 19.79vw;
    background: #ffffff;
    padding-top: 1.56vw;
    padding-left: 0.6vw;
}

.title_whit45 
{
  padding-left: 2.6vw;  
}
.gray_koneuner332 {
    width: 15.73vw;
    height: 19.79vw;
    background: #F6F6F6;
    padding-top: 1.5vw;
    padding-left: 1vw;
}

.k_gilk-ll {
    padding-left: 0.4vw;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    line-height: 1.2;
    padding-top: 0.7vw;
    gap: 0.6vw;
}

.grid_templates_procent {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: start;
    justify-content: center;
    justify-items: center;
    align-content: start;
    margin-top: 5.8vw;
    margin-left: -0.7vw;
}
.flex_grid_proc {
    width: 9.4vw;
    height: 9.56vw;
}

.grid_templates_procent {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: start;
    justify-content: center;
    justify-items: center;
    align-content: start;
    margin-top: 5.5vw;
    margin-left: -0.7vw;
}
.flex_grid_proc {
    width: 9.8vw;
    height: 9.9vw;
}

.gray_koneuner332 {
    width: 16vw;
    height: 19.79vw;
    background: #F6F6F6;
    padding-top: 1.5vw;
    padding-left: 1vw;
}

.grid_templates_procent {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: start;
    justify-content: center;
    justify-items: center;
    align-content: start;
    margin-top: 5.5vw;
    margin-left: 0;
}

.title_whit {
    color: #394E58;
    font-family: Poppins;
    font-size: 1.67vw;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-top: 2vw;
    margin-bottom: 1.5vw;
}

.grid_templates_procent {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: start;
    justify-content: center;
    justify-items: center;
    align-content: start;
    margin-top: 6vw;
    margin-left: 0;
}

.gray_koneuner33 {
    width: 9.53vw;
    height: 19.79vw;
    background: #ffffff;
    padding-top: 1.56vw;
    padding-left: 1.1vw;
}

.collkj1 
{
 height: 27.76vw;  
 width:100%;
}

.top_sekcja2flexs111 
{
  margin-left: -3.1vw;
    width: 57.77vw;
    margin-top: 2vw;  
}
.red_white_n {
    width: 28.3vw;
    height: 11.56vw;
    background: linear-gradient(85deg, #BD0037 0.82%, #FF044E 56.17%), #FF044E;
    margin-top: 4.4vw;
    padding-left: 2.5vw;
    padding-top: 1.9vw;
    padding-right: 3vw;
}


.top_sekcja2flexs111 .collkj1 {
    height: 27.66vw;
    width: 100%;
}

.opis_flex_grid_proc {
    color: #FFF;
    font-family: Poppins;
    font-size: 0.73vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.01456vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.flex_grid_proc {
    width: 9.8vw;
    height: 9.9vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    gap: 0.5vw;
}

.ttk_1
{
color: #FFF;
font-family: Poppins;
font-size: 1.25vw;
font-style: normal;
font-weight: 800;
line-height: normal;
}

.opis_ttk
{
color: #FFF;
font-family: Poppins;
font-size: 0.83vw;
font-style: normal;
font-weight: 400;
line-height: 1.35vw;
}

.opis_ttk b 
{
  font-weight: 800;
}

.collkj1
{
  position: relative;
}

.ikonoczka
{
  width: 3.28vw;
height: 3.28vw;
object-fit: contain;
position: absolute;
bottom:1vw;
right:1vw;
}

.top_sekcja2flexs111 .collkj1 {
    height: 27.66vw;
    width: 100%;
    padding-top: 2vw;
    padding-left: 3vw;
}

.ttk_1 {
    color: #FFF;
    font-family: Poppins;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 1vw;
}


.opiss_ttk_1 {
color: #FFF;
font-family: Poppins;
font-size: 0.83vw;
font-style: normal;
font-weight: 400;
line-height: 1.35vw;
}

.opiss_ttk_1 {
    color: #FFF;
    font-family: Poppins;
    font-size: 0.83vw;
    font-style: normal;
    font-weight: 400;
    padding-right: 3vw;
    line-height: 1.35vw;
}






.booking-no-rf .booking-image img {
    width: 28.65vw;
    height: 36.98vw;
    object-fit: cover;
    margin-top: 9.48vw;
}

.booking-no-rf {
    display: grid;
    width: 87.1%;
    margin: auto;
    margin-top: 2vw;
    margin-bottom: -2.2vw;
}

.wyjazdys .left1_flex_footers {
    width: 57.5vw;
    border-top: 0.052vw solid #00000026;
    padding-top: 1.7vw;
    padding-left: 7.6vw;
}


.map-card img {
    width: 100%;
    height: 31.25vw;
    object-fit: cover;
}


.wyjazdys .left1_flex_footers {
    width: 57.2vw;
    border-top: 0.052vw solid #00000026;
    padding-top: 1.7vw;
    padding-left: 7.6vw;
}

.wyjazdys .clas_fot {
    margin: auto;
    margin-top: 2.19vw;
    width: 87%;
}


.logo {
    width: 12.08vw;
    height: 3.18vw;
    object-fit: contain;
}
.menu-item > span:last-child {
    color: #394e58;
    font-family: Poppins, sans-serif;
    font-size: 0.89vw;
  }

  .btn-primary {
    width: 11.25vw;
}

.btn-primary {
    height: 2.08vw;
    border: 0;
    background: var(--accent);
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 0.73vw;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
}

.fb-btn {
    width: 2.4vw;
    height: 2.08vw;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background: #394e58;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 0.94vw;
    font-weight: 700;
    clip-path: polygon(13% 0, 100% 0, 88% 100%, 0 100%);
    margin-right: 0.6vw;
    margin-left: -0.3vw;
}

.container {
    width: min(87.5vw, calc(100% - 2.08vw));
    margin: 0 auto;
}

.hero-card > img {
    width: 100%;
    height: 33.23vw;
    min-height: 0;
    object-fit: cover;
}

.card-overlay {
    position: absolute;
    left: 1.25vw;
    right: 1.25vw;
    bottom: 1.67vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    height: 4.2vw;
}
.pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 9.64vw;
    max-width: max-content;
    height: 1.35vw;
    padding: 0 0.63vw;
    background: var(--accent);
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 0.78vw;
    margin-left:2.14vw;
  }

  .hero-card h2, .map-card h2 {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 1.67vw;
    font-weight: 800;
    line-height: 2.19vw;
    letter-spacing: -0.04992vw;
    max-width: 18.75vw;
}

.arrow-btn {
    width: 2.08vw;
    height: 2.08vw;
    border-radius: 2.34vw;
    border: 0.104vw solid var(--accent);
    background: transparent;
    color: var(--accent);
    cursor: pointer;
    margin-top: 0;
    font-size: 0.94vw;
    flex: 0 0 auto;
}

.kontenth2
{
  color: #FFF;
font-family: Poppins;
font-size: 0.83vw;
font-style: normal;
font-weight: 500;
line-height: 1.25vw;
letter-spacing: -0.02496vw;
}


.hero-grid1 .card-overlay {
    position: absolute;
    left: 1.25vw;
    right: 1.25vw;
    bottom: 2.5vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    height: auto;
}

.kontenth2 {
    color: #FFF;
    font-family: Poppins;
    font-size: 0.83vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25vw;
    letter-spacing: -0.02496vw;
    margin-top: 0vw;
    
    /* Изменения здесь */
    max-height: 0; 
    opacity: 0;
    overflow: hidden;
    transition: max-height 1s ease, margin-top 1s ease, opacity 0.5s ease;
}

.hero-card:hover .kontenth2 {
    margin-top: 1vw;
    
    /* Указываем высоту, которую текст точно не перерастет */
    max-height: 10.4vw; 
    opacity: 1;
}

.hero-card:hover .arrow-btn {
    background: #e40043;
    transition: 0.5s;
}



.langs {
    width: 2.03vw !important;
    height: auto !important;
    object-fit: contain !important;
}

.site-header.container
{
  width: min(86vw, calc(100% - 2.08vw)) !important;
}

.site-header.container {
    width: min(91vw, calc(100% - 2.08vw)) !important;
    padding-left: 2.3vw;
    padding-right: 3.6vw;
}

.ikonoczka {
    width: 3.28vw;
    height: 3.28vw;
    object-fit: contain;
    position: absolute;
    bottom: 1vw;
    right: 1vw;
    object-position: bottom;
}

.red_white_n {
    margin-top: 4.27vw;
  }


  .menu-item > span{
    opacity: 0.8;
    color:#000;
}

  .menu-item > span:hover{
    opacity:1;
    color: #394E58;
}

.menu-item:hover .menu-count {
color: #E40043;
}

.menu-item.is-active > span:last-child,
.menu-item.is-active .menu-count {
  color: #e40043 !important;
  opacity: 1;
}

.rso-fancybox-link {
  display: block;
  cursor: zoom-in;
}

.rso-booking-notice {
  margin: 0.6vw 0 1vw;
  padding: 0.7vw 0.9vw;
  border-radius: 0.3vw;
  font: 600 0.72vw/1.4 Poppins, sans-serif;
}

.rso-booking-notice--success {
  background: #e8f8ef;
  color: #137a3e;
}

.rso-booking-notice--error {
  background: #fdecee;
  color: #a32134;
}

.btn-primary:hover {
    background: #394e58;
    transition: 0.5s;
  }



.d12-lld .refs {
    gap: 1.96vw !important;
}

.d12-lld  .top_dot_lin {
    width: 0.052vw;
    height: 2.6vw;
    opacity: 0.5;
    border-right: 0.052vw dashed white;
    position: absolute;
    margin-left: 10.1vw;
    margin-top: -0.4vw;
}

.columns_k a 
{
  text-decoration: none;
    color: #394E58;
}

.booking-form .btn-primary {
    grid-column: 1;
    justify-self: end;
    width: 10.99vw;
    margin-top: 0.416vw;
    display: flex;
    margin-right: 2.4vw;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.pasek_red1-jj {
    width: 4.5vw;
    clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
}



#bus-icon {
    pointer-events: none; /* Чтобы бусик не мешал кликать по странам */
    z-index: 100;
}

@media (max-width:991px)
{
    .col-1-zdj {
    display: flex;
    width: 92%;
    justify-content: center;
    height: 278px !important;
    object-fit: cover;
    margin: auto;
}
.cols_licznik {
    display: flex;
    width: 92%;
    margin: auto;
}

.cols-col-1 {
    width: 100%;
    height: 170px;
    background-size: cover;
}

    .cols-num {
        font-size: 60px;
        line-height: 1 !important;
        letter-spacing: -0.8px !important;
        padding-top: var(--m-gap-sm) !important;
        margin-top: 10px;
    }
    .left_grid_wypozyczalnia, .container_tekstowy2, .container_tekstowy3, .container_tekstowy4, .zwykwy_tekst, .columns_k, .columns_k b, .fed, .as_dfs, .class_ok2, .kontent_kla, .kontent_klas, .lik_gilk, .ligray_koneuner, .zuwagis, .zuwagi, .opis-col-2, .opis-cols-num, .kontent-item {
        font-size: var(--m-fs-body) !important;
        line-height: 26px !important;
        text-align: center;
    }

.cols-col-2 {
    width: 100%;
    height: 170px;
    background-size: cover;
}

.col-2 
{
  display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin: auto;
    text-align: center;
    width: 89% !important;  
}

.pasek_red.pasek_red1.przewoznik
{
         margin: auto !important;
        margin-top: 30px !important;
        margin-bottom: 17px !important;  
}


.coll-2to {
    width: 83%;
    margin: auto;
}

.flex_right_footers 
{
    display:none !important;
}

.regulamin 
{
  height: 239px !important;
    object-fit: cover;  
}

    .flex_regulamin, .flex_regulamin12345 {
        gap: var(--m-gap-xl) !important;
        padding-top: var(--m-gap-sm) !important;
        margin: 0px;
        padding: 0px;
        margin-top: 0px !important;
        padding-top: 0px !important;
    }

        .left_flex_footers, .left1_flex_footers {
        width: 91.7% !important;
        height: auto !important;
        min-height: 80px !important;
        width: 100% !important;
        position: relative !important;
    }

    .left_grid_regulamin .flex_gij {
    display: flex;
    margin-top: 0;
    margin-bottom: 0vw;
    padding-top: 0;
    align-items: center !important;
    justify-content: center;
    align-content: center;
    margin-top: 17px;
    gap: 12px !important;
}


.tel_red 
{
    display:none;
}

}


.fancybox__container {
    z-index: 9999999 !important;
}

@media (min-width:991px)
{
    .class_ok.hk1.ggf 
    {
    margin-left: 0vw;    
    }

    .st90 {
    isolation: isolate;
    width: 3vw;
    height: 2vw;
    scale: 0.4;
    transform: rotate(89deg);
}


.svgimages 
{
    width:120px;
    height:80px;
}
}

@media (max-width:991px)
{
    .svgimages 
    {
         width: 120px;   
    }
}

.booking-form input:not([type="radio"]):not([type="checkbox"]) {
    background-color: white !important;
}

@media (min-width:991px)
{
    .about-content h3, .booking-form-wrap h3 {
    margin-top: 0.5vw;
}
.left_flex_footers {
    height: 7.6vw;
}

/* 1. Прячем всё, что выходит за границы карточки при увеличении */
.hero-card {
    overflow: hidden;
    /* Если у карточки еще нет позиционирования, добавьте relative, 
       чтобы контент поверх картинки (.card-overlay) держался правильно */
    position: relative; 
}

/* 2. Задаем плавный переход для картинки */
.hero-card img {
    /* Если картинка абсолютная или должна занимать всю ширину/высоту, убедитесь, что это задано */
    width: 100%;
    height: 100%;
    object-fit: cover; /* Чтобы картинка не искажалась */
    
    /* Сама магия плавности: анимируем только свойство transform, длительность 0.4 секунды */
    transition: transform 0.4s ease-in-out; 
}

/* 3. Увеличиваем картинку при наведении на саму карточку (.hero-card) */
.hero-card:hover img {
    transform: scale(1.1); /* Увеличивает масштаб на 10% */
}
/* 1. Базовые стили для самого блока .stat */
.stat {
    position: relative; /* Обязательно, чтобы ::before позиционировался внутри */
    overflow: hidden;   /* Чтобы фон не вылезал за границы при увеличении */
    
    /* Задаем базовый размер фона и плавность его изменения */
    background-size: 100%; /* Или 100% 100%, в зависимости от ваших пропорций */
    background-position: center;
    background-repeat: no-repeat;
    transition: background-size 0.4s ease-in-out; 
}

/* 2. Ваш псевдоэлемент (затемнение) */
.stat::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(47, 61, 74, 0.72), rgba(47, 61, 74, 0.72));
    pointer-events: none;
    
    /* Добавляем плавность исчезновения */
    transition: opacity 0.4s ease-in-out;
}

/* --- ЭФФЕКТЫ ПРИ НАВЕДЕНИИ КУРСОРА (:hover) --- */

/* 3. Плавно скрываем градиент (::before) */
.stat:hover::before {
    opacity: 0; 
}

/* 4. Плавно увеличиваем фоновое изображение */
.stat:hover {
    background-size: 110%; /* Увеличиваем масштаб фона на 10% */
}

.flex_grid_proc 
{
    background-size:cover;
}

.booking-form input 
{
    text-align:right;
}



.fl_nav:hover a
{
    color:#394e58;
    opacity:1;
}

.fl_nav:hover .licznik
{
    color:#e40043;
    opacity:1;
}

.fl_nav.is-active a
{
    color:#e40043;
    opacity:1;
}

.fl_nav.is-active .licznik
{
    color:#e40043;
    opacity:1;
}

.waga_paczki 
{
       width: 12.5vw !important;
    text-align: right !important; 
}

.sluhawka 
{
     position: absolute;
    left: 0px;
    top: 4.65vw;  
    width:2.5vw;
    height:2.5vw;
}

}

@media (max-width:991px)
{
    .sluhawka
    {
        display:none;
    }

        .map-card img, .map-right img {
        height: 319px !important;
        min-height: 200px !important;
        width: 100%;
    }
        .map-card .card-overlay {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
        height: auto;
        top: auto;
        margin: auto;
        margin-top: -251px;
        margin-bottom: 21px;
    }
    .pill {
        font-size: 11px !important;
    }





    
}

.map-left .arrow-btn 
{
    cursor: auto;
}


@media (min-width:991px)
{
    .no-dektop
    {
        display:none !important;
    }
    .num_fix 
    {
     display:none !important;   
    }
}