:root {
  --light-green: #e1faf0;
  --dark-green: #406153;
  --rd-round: 100vw;
  --color: #0068ab;
  --white: white;
  --orange-shadow: #a35d30;
  --adl-orange: #f79556;
  --color-3: #bce5d5;
  --size: 10px;
  --color-2: white;
  --black: black;
  --dark-blue: #0093f2;
  --light_yellow: #FFF0C5;
}

a {
  color: inherit;
  padding: 0;
  text-decoration: none;
  display: inline;
}

a.w--current {
  background-color: rgba(200, 200, 200, 0);
}

.fluid {
  width: 5rem;
  height: 5rem;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: visible;
}

.body {
  background-color: var(--light-green);
  font-family: Inter, sans-serif;
  font-weight: 400;
}
.contacts-burger {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--dark-green);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image {
  width: 13rem;
}

.image.logo-mail {
  width: 8rem;
}

.nv-mail {
  border-radius: var(--rd-round);
  color: var(--color);
  justify-content: flex-start;
  align-items: center;
  padding: .75em 1.5em;
  display: flex;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.nav {
  z-index: 5;
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  height: 6rem;
  padding: 1rem 2em;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-menu {
  color: var(--dark-green);
  text-align: center;
  flex: 1;
}

.button {
  border-style: solid;
  border-width: 0 0 4px;
  border-color: var(--dark-green) var(--dark-green) var(--orange-shadow);
  background-color: var(--adl-orange);
  border-radius: 10px;
  margin-top: 4rem;
  padding: 1em;
  font-size: 2rem;
  font-weight: 600;
  display: inline-block;
}

.button.cta-av {
  border-bottom-color: var(--orange-shadow);
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: .75em;
  padding-bottom: .75em;
  font-size: 3rem;
  line-height: 1;
  display: block;
  position: relative;
}

.sections {
  color: var(--dark-green);
  padding: 6em 1rem 6em 2rem;
  position: relative;
  overflow: hidden;
}

.sections.for-who {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--color-3);
  background-color: #f8da7c;
  flex-flow: column;
  display: flex;
}

.sections._w-form {
  background-color: var(--white);
  padding: 6em 2em;
}

.sections._w-faq {
  background-color: var(--color-3);
  padding-left: 2rem;
  padding-right: 2rem;
}

.sections.s-packs {
  padding-top: 10em;
  padding-bottom: 6em;
}

.sections.agencies {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  max-width: 128rem;
  max-height: 50rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.intro-blocks {
  flex: 1;
}

.intro-blocks.intro-l {
  border-style: solid;
  border-width: 1px 1px 6px;
  border-color: var(--dark-green);
  border-radius: var(--size);
  color: var(--dark-green);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2em 4em;
  display: flex;
}

.heading-2 {
  max-width: 128rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
}

.paragraph-2 {
  font-weight: 700;
}

.list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  padding-left: 20px;
  display: flex;
}

.image-7 {
  aspect-ratio: 3 / 2;
  border-radius: var(--size);
  object-fit: cover;
  object-position: 50% 0%;
  height: 50%;
}

.image-8 {
  border-radius: var(--size);
  object-fit: cover;
  width: 50%;
}

.div-block-8 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 50%;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.header {
  color: var(--white);
  background-image: url('../images/hero-bg.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100vh;
  margin-top: -6rem;
  display: flex;
}

.intro {
  color: var(--dark-green);
  font-size: 1.6rem;
}

.cars {
  color: var(--white);
  width: 100%;
  margin-top: -6rem;
  margin-bottom: -5rem;
  margin-left: 10%;
}

.heading-3 {
  color: var(--dark-green);
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-size: max(2rem, min(3vw, 8rem));
  line-height: 1.25;
}

.button-2 {
  border-bottom: 4px solid var(--orange-shadow);
  background-color: var(--adl-orange);
  color: var(--white);
  border-radius: 10px;
  padding: 1.25em 1.5em;
  font-size: 2.5rem;
  font-weight: 600;
  display: inline-block;
}

.div-block-10 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  width: 50%;
  margin-bottom: 0%;
  margin-right: 10%;
  display: flex;
}

.paragraph-3 {
  width: 75%;
  margin-bottom: 2rem;
}

.car {
  width: 50%;
  max-width: 50rem;
  margin-right: -20rem;
  position: relative;
}

.car.navara {
  z-index: 1;
  bottom: 10rem;
}

.car.bmw {
  z-index: 2;
  bottom: 4rem;
}

.car.panda {
  z-index: 3;
}

.scroller {
  z-index: 5;
  color: var(--dark-green);
  text-align: center;
  flex-flow: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 2rem;
}

.text-block {
  margin-bottom: 1rem;
  font-weight: 700;
  display: inline-block;
}

.html-embed-2 {
  width: 4rem;
  height: 4rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-4 {
  z-index: 2;
  color: var(--dark-green);
  text-align: center;
  margin-top: 0;
  margin-bottom: 6rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  position: relative;
}

.av {
  z-index: 2;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border-style: solid;
  border-width: 1px 1px 6px;
  border-color: var(--dark-green);
  background-color: var(--white);
  border-radius: 10px;
  max-width: 45rem;
  min-height: 20rem;
  padding: 2em 2em 1.5em;
  display: flex;
  position: relative;
}

.div-block-11 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 144rem;
  margin-bottom: 6rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.heading-5 {
  text-transform: none;
  width: 50%;
  margin-top: 0;
  font-size: 2.5rem;
}

.av-p {
  width: 50%;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.25;
}

.ovale {
  aspect-ratio: 3 / 2;
  pointer-events: auto;
  -webkit-clip-path: ellipse(25% 30rem);
  clip-path: ellipse(25% 30rem);
  background-image: linear-gradient(#bce5d5, #bce5d5);
  width: 100%;
  height: 80rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(10deg);
}

.ovale.ovale-orange {
  background-image: linear-gradient(to bottom, var(--adl-orange), var(--adl-orange));
  -webkit-clip-path: ellipse(25% 30rem);
  clip-path: ellipse(25% 30rem);
}

.dropdown {
  z-index: 2;
  border-style: solid;
  border-width: 1px 1px 4px;
  border-color: var(--dark-green);
  border-radius: 10px;
  width: 100%;
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
  position: relative;
}

.dropdown.dd-faq {
  background-color: var(--white);
  margin-bottom: 1rem;
}

.dropdown.dd-pp {
  background-color: var(--dark-green);
  border-bottom-color: #293f36;
}

.heading-6 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1;
}

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

.html-embed-3 {
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.columns {
  margin-top: 3rem;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  overflow: hidden;
}

.paragraph-5 {
  line-height: 1.4;
}

.div-block-12 {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 96rem;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.div-block-13 {
  background-color: var(--white);
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  min-height: 50rem;
  padding: 2em;
  display: flex;
}

.div-block-13.star {
  border-bottom: 4px solid var(--adl-orange);
  background-color: var(--dark-green);
  min-height: 52rem;
  position: relative;
}

.div-block-13.normal {
  border-bottom: 4px solid var(--dark-green);
  max-height: 50rem;
}

.heading-7 {
  text-align: center;
  font-size: 5rem;
  font-weight: 600;
}

.heading-7.star-title {
  color: var(--adl-orange);
  font-size: 5rem;
}

.list-2 {
  margin-top: 25%;
  margin-bottom: auto;
  list-style-type: disc;
}

.list-2.star-list {
  color: var(--adl-orange);
  font-weight: 600;
}

.html-embed-4 {
  width: 2rem;
  height: 2rem;
}

.text-block-2 {
  font-weight: 700;
}

.link-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-style: solid;
  border-width: 1px 1px 3px;
  border-color: var(--dark-green);
  background-color: var(--white);
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  padding: 1em;
  display: flex;
}

.link-block.star-btn {
  border-bottom: 3px solid var(--orange-shadow);
  background-color: var(--adl-orange);
  color: var(--color-2);
}

.html-embed-5 {
  color: var(--adl-orange);
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 1rem;
  bottom: auto;
  left: auto;
  right: 1rem;
}

.form-block {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-14 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.text-field {
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: var(--dark-green);
  color: var(--dark-green);
  background-color: rgba(243, 243, 243, 0);
  border-radius: 5px;
  height: 5rem;
  margin-bottom: 0;
  padding-left: 1em;
  padding-right: 1em;
}

.text-field.choose {
  flex: 0 auto;
  width: 100%;
}

.form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.textarea {
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: var(--dark-green);
  color: var(--black);
  border-radius: 5px;
  min-height: 30rem;
  margin-bottom: 0;
}

.textarea:focus-visible {
  color: var(--black);
}

.textarea[data-wf-focus-visible] {
  color: var(--black);
}

.submit-button {
  background-color: var(--dark-green);
  border-bottom: 4px solid #3a5248;
  border-radius: 5px;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 2.4rem;
}

.slider {
  background-color: rgba(221, 221, 221, 0);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.slide {
  aspect-ratio: 3 / 2;
  width: 50%;
  padding: .5em;
}

.slide-nav {
  display: none;
}

.div-block-15 {
  max-width: 92.8rem;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
}

.image-9 {
  border-radius: 5px;
  width: 100%;
}

.text-block-5 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.25;
}

.heading-9 {
  color: var(--dark-green);
  text-align: center;
  margin-bottom: 4rem;
  font-weight: 600;
}

.faq-title {
  width: 75%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.2rem;
  font-weight: 500;
}

.arrows {
  border: 1px solid var(--color);
  color: var(--color);
  width: 20%;
  margin-left: auto;
  margin-right: 0;
  position: static;
}

.arrows.left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-color: var(--dark-green);
  color: var(--dark-green);
  border-bottom-width: 4px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.arrows.right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-color: var(--dark-green);
  color: var(--dark-green);
  border-bottom-width: 4px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: -62px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.footer-wrl {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--adl-orange);
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.image-10 {
  width: 15rem;
  margin-right: auto;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.div-block-16 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--white);
  font-weight: 600;
  display: inline-flex;
}

.socials {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: inline-flex;
}

.html-embed-6 {
  width: 3rem;
  height: 3rem;
}

.link-2 {
  border-radius: 5px;
  padding: 10px;
  transition: color .2s, background-color .2s;
  display: inline-block;
}

.link-2:hover {
  background-color: var(--dark-green);
  color: var(--adl-orange);
}

.arw {
  width: 4rem;
  height: 4rem;
}

.arw.arw-l {
  transform: rotate(-180deg);
}

.text-block-6 {
  font-size: 2rem;
  font-weight: 400;
}

.select {
  color: var(--dark-green);
  background-color: rgba(243, 243, 243, 0);
  border: 1px #000;
  height: 100%;
  padding-left: 0;
}

.header-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100svh;
  padding-top: 3%;
  display: flex;
}

.div-block-17 {
  border: 1px solid var(--color);
  color: #2b2780;
  text-align: center;
  border-radius: 10px;
  max-width: 40rem;
  padding: 2em 3em;
  font-family: Inter, sans-serif;
}

.heading-10 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
}

.paragraph-6 {
  text-align: center;
  margin-bottom: 2rem;
}

.button-3 {
  background-color: #2b2780;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
  padding-bottom: 1em;
  font-weight: 600;
  display: inline-block;
}

.div-block-18 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--adl-orange);
  border-radius: 100vw;
  justify-content: flex-start;
  align-items: center;
  width: 4rem;
  height: 4rem;
  padding: .8em;
  display: flex;
  position: relative;
}

.div-block-18.nv-mail {
  background-color: var(--adl-orange);
  color: var(--dark-green);
}

.text-span-2 {
  margin-bottom: 1rem;
  font-size: 2rem;
  display: inline-block;
}

.c-phones {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -5px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  position: absolute;
  top: 5rem;
  bottom: auto;
  left: 0;
  right: 0%;
}

.bold-text, .bold-text-2 {
  color: var(--white);
}

.phone {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--dark-green);
  background-color: var(--color-3);
  border-radius: 100vw;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 15px;
  font-size: 1.1rem;
  font-weight: 600;
  transition: color .2s, background-color .2s;
  display: flex;
}

.phone:hover {
  background-color: var(--dark-green);
  color: #fff;
}

.html-embed-7 {
  width: 1.5rem;
  height: 1.5rem;
}

.tab {
  color: var(--dark-green);
  background-color: rgba(221, 221, 221, 0);
}

.tab.w--current {
  background-color: var(--dark-green);
  color: var(--white);
  border-radius: 5px;
}

.tabs-menu {
  color: var(--dark-green);
  justify-content: center;
  align-items: center;
  display: flex;
}

.country {
  font-size: 1.2rem;
  font-weight: 600;
}

.tabs {
  border: 1px solid var(--dark-green);
  border-radius: 10px;
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
}

.agency {
  width: 20%;
}

.agencies {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 128rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-12 {
  width: 100%;
  min-width: 20rem;
  height: 100%;
}

.agency-tl {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 600;
}

.address {
  min-height: 6rem;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  line-height: 1.25;
}

.link-4 {
  border-bottom: 3px solid var(--orange-shadow);
  background-color: var(--adl-orange);
  color: var(--white);
  text-align: center;
  border-radius: 5px;
  width: 100%;
  padding: 1em 10px;
  font-size: 2rem;
  font-weight: 600;
  transition: color .2s, background-color .2s;
  display: inline-block;
}

.link-4:hover {
  background-color: var(--dark-green);
  color: var(--white);
}

.link-block-3 {
  width: 100%;
}

.html-embed-8 {
  float: left;
  width: 2rem;
  height: 4rem;
  margin-right: 1rem;
}

.show-letter {
  display: none;
}

.tl-contact {
  z-index: 3;
  color: var(--dark-green);
  text-align: center;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  position: relative;
}

.navl {
  font-size: 12px;
}

.navl.w--current {
  background-color: var(--dark-green);
  color: var(--white);
  font-weight: 700;
}

.top-home {
  width: 100%;
  height: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tabs-2 {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.text-block-7 {
  max-width: 80rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
}

.tabs-menu-2 {
  margin-bottom: 4rem;
}

.mail-tab {
  color: var(--dark-green);
  background-color: rgba(221, 221, 221, 0);
}

.mail-tab.w--current {
  border-bottom: 3px solid var(--dark-green);
  background-color: var(--adl-orange);
  color: var(--dark-green);
  letter-spacing: .5px;
  border-radius: 5px;
  font-weight: 700;
}

.heading-11 {
  text-align: center;
  flex: 2 100%;
  margin-bottom: 4rem;
  font-weight: 600;
}

._w-cgv {
  z-index: 5;
  color: var(--dark-green);
  background-color: rgba(225, 250, 240, .8);
  width: 100%;
}

.div-block-19 {
  background-color: var(--white);
  color: var(--dark-green);
  max-width: 128rem;
  margin-left: auto;
  margin-right: auto;
  padding: 4em 0% 6em;
  overflow: scroll;
}

.heading-12 {
  color: var(--dark-green);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 3rem;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.25;
}

.paragraph-7 {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
  overflow: scroll;
}

.paragraph-8 {
  border-radius: 10px;
  padding: 28px;
  font-size: 1.2rem;
}

.columns-2 {
  border: 1px solid var(--dark-green);
  background-color: var(--light-green);
  border-radius: 10px;
  max-width: 80rem;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.text-block-10 {
  color: var(--dark-green);
  text-align: center;
  margin-bottom: 1rem;
}

.bold-text-3 {
  text-transform: uppercase;
  margin-bottom: 1rem;
  display: block;
}

.articles {
  margin-top: 2rem;
  margin-bottom: .5rem;
  font-size: 1.4rem;
  font-weight: 700;
  display: block;
}

.bold-text-4 {
  border: 1px solid var(--dark-green);
  text-align: center;
  border-radius: 10px;
  padding: 20px;
  font-size: 1.6rem;
  line-height: 1.5;
  display: block;
}

.btn-go-home {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--dark-green);
  color: var(--white);
  border-radius: 5px;
  padding: 10px 15px;
  display: flex;
  position: fixed;
  top: 4rem;
  bottom: auto;
  left: auto;
  right: 4rem;
}

.btn-go-home.w--current {
  background-color: var(--dark-green);
}

.html-embed-9 {
  width: 2rem;
  height: 2rem;
}

@media screen and (max-width: 991px) {
  .contacts-burger {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    display: inline-flex;
  }

  .image {
    width: 12rem;
    margin-bottom: 1rem;
  }

  .nv-mail {
    padding: .5em 1em;
  }

  .nav {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu {
    background-color: var(--white);
  }

  .button {
    font-size: 1.4rem;
  }

  .div-block-5 {
    flex-flow: column;
  }

  .div-block-8 {
    width: 100%;
  }

  .header {
    width: 100%;
    height: 50svh;
  }

  .cars {
    margin-top: 0;
    margin-bottom: -16%;
  }

  .button-2 {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .paragraph-3 {
    width: 100%;
    font-size: 1.3rem;
  }

  .car {
    width: 50%;
    margin-right: -9.7rem;
  }

  .car.navara {
    bottom: 8rem;
  }

  .brand {
    padding-top: .8em;
    display: inline-block;
  }

  .heading-4 {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .av {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    max-width: 30rem;
    min-height: 17rem;
    padding-top: 1em;
  }

  .div-block-11 {
    font-size: 12px;
  }

  .heading-5 {
    width: 100%;
    font-size: 1.6rem;
  }

  .av-p {
    width: 100%;
  }

  .ovale {
    transform: rotate(-58deg);
  }

  .div-block-12 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 2em;
    padding-right: 2em;
  }

  .div-block-13 {
    min-height: 44rem;
  }

  .heading-7, .heading-7.star-title {
    font-size: 4rem;
  }

  .html-embed-5 {
    width: 3rem;
    height: 3rem;
  }

  .menu-button {
    border: 1px solid var(--dark-green);
    background-color: var(--color-3);
    border-radius: 100vw;
    padding: 6px 5px 5px;
  }

  .menu-button.w--open {
    background-color: var(--adl-orange);
  }

  .div-block-18 {
    width: 3.8rem;
    height: 3.8rem;
    padding: .7em;
  }

  .div-block-18.nv-mail {
    width: 3.5rem;
    height: 3.5rem;
    margin-left: 0;
    padding: .5em;
  }

  .image-12 {
    min-width: 15rem;
  }

  .link-4 {
    font-size: 1.5rem;
  }

  .tl-contact {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .nvl {
    border-bottom: 1px solid var(--dark-green);
    background-color: var(--adl-orange);
    color: var(--dark-green);
    font-size: 1.2rem;
    font-weight: 600;
  }

  .nvl:active, .nvl:visited {
    background-color: var(--dark-green);
    color: var(--white);
  }

  .navl {
    background-color: var(--adl-orange);
    color: var(--dark-green);
  }

  .nav-menu-2 {
    font-size: 1.2rem;
    font-weight: 600;
  }

  ._w--curent, ._w--nav-link-open {
    background-color: var(--dark-green);
    color: var(--white);
  }

  .brand-2 {
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .button.cta-av {
    font-size: 3rem;
  }

  .av {
    border-bottom-width: 4px;
    max-width: 24rem;
  }

  .div-block-11 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .ovale.ovale-orange {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-12 {
    flex-flow: column;
  }

  .div-block-13 {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .list-2 {
    margin-top: 10%;
  }

  .agency {
    width: 40%;
  }

  .agencies {
    flex-flow: wrap;
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .image {
    width: 10rem;
  }

  .nv-mail {
    padding-left: .5em;
    padding-right: .5em;
  }

  .nav {
    color: var(--white);
    width: 100%;
    padding-top: 0;
    padding-left: 1em;
    padding-right: 1em;
  }

  .nav-menu {
    color: var(--white);
    background-color: rgba(200, 200, 200, 0);
  }

  .button {
    border-bottom-width: 3px;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.4rem;
  }

  .sections {
    padding: 2em 1rem;
  }

  .sections.for-who {
    padding-top: 3em;
    padding-bottom: 4rem;
  }

  .sections._w-form {
    padding-top: 2em;
    padding-bottom: 4em;
  }

  .sections.s-packs {
    padding: 2em 0 4em;
  }

  .div-block-5 {
    max-height: none;
  }

  .intro-blocks.intro-l {
    padding-left: 2em;
    padding-right: 2em;
    font-size: 12px;
  }

  .heading-2 {
    text-align: center;
  }

  .div-block-8 {
    display: none;
  }

  .header {
    background-position: 100%;
    height: 75svh;
    margin-top: 0;
    padding-top: 0;
  }

  .intro {
    width: 100%;
    margin-left: auto;
  }

  .cars {
    margin-bottom: 0%;
    margin-left: 0%;
  }

  .heading-3 {
    font-size: max(4rem, min(3vw, 8rem));
  }

  .button-2 {
    border-bottom-width: 3px;
    font-size: 1.6rem;
  }

  .div-block-10 {
    width: 100%;
    margin-right: 0%;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .paragraph-3 {
    font-size: 1.2rem;
  }

  .car {
    margin-right: -8rem;
  }

  .scroller {
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .text-block {
    display: none;
  }

  .html-embed-2 {
    width: 3rem;
    height: 3rem;
    position: fixed;
    bottom: 1rem;
    right: 1.5rem;
  }

  .heading-4 {
    width: 90%;
    margin-bottom: 1rem;
    font-size: 2.9rem;
  }

  .heading-4.h-form {
    margin-bottom: 2rem;
  }

  .av {
    max-width: 90%;
  }

  .ovale {
    -webkit-clip-path: ellipse(60% 35rem);
    clip-path: ellipse(60% 35rem);
  }

  .dropdown {
    padding-left: 1em;
    padding-right: 1em;
  }

  .dropdown.dd-faq {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .heading-6 {
    font-size: 2rem;
  }

  .html-embed-3 {
    width: 2.5rem;
    height: 2.5rem;
  }

  .columns {
    margin-top: 2rem;
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 1.25;
  }

  .paragraph-5 {
    font-size: 1.2rem;
  }

  .div-block-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-13 {
    width: 80%;
    min-height: 0;
  }

  .div-block-13.star {
    border: 1px solid var(--white);
    min-height: 0;
  }

  .list-2, .list-2.star-list {
    margin-bottom: 20%;
  }

  .div-block-14 {
    flex-flow: column;
  }

  .text-field {
    height: 7rem;
  }

  .text-field.choose {
    width: 100%;
  }

  .textarea {
    min-height: 20rem;
  }

  .slide {
    width: 100%;
  }

  .heading-9 {
    margin-bottom: 4rem;
  }

  .faq-title {
    font-size: 1.4rem;
    line-height: 1.25;
  }

  .menu-button.w--open {
    background-color: var(--adl-orange);
  }

  .arrows.left {
    width: 45%;
  }

  .arrows.right {
    width: 45%;
    margin-top: -55px;
  }

  .footer-wrl {
    z-index: 10;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .image-10 {
    width: 8rem;
  }

  .html-embed-6 {
    width: 2rem;
    height: 2rem;
  }

  .link-2 {
    font-size: 1rem;
  }

  .arw, .arw.arw-l {
    width: 3rem;
    height: 3rem;
  }

  .div-block-18 {
    margin-left: 0;
    margin-right: 0;
    padding: .5em;
  }

  .c-phones {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: flex-end;
    top: 4rem;
    left: auto;
    right: 0%;
  }

  .phone {
    justify-content: flex-end;
    align-items: center;
  }

  .tab {
    border: 1px solid var(--dark-green);
    text-transform: uppercase;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    width: 25%;
    display: flex;
  }

  .tabs-menu {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .tabs {
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .agency {
    text-align: center;
    width: 50%;
    padding: 1em;
  }

  .agencies {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .image-12 {
    min-width: 0;
  }

  .agency-tl {
    margin-top: 0;
    font-size: 1.4rem;
  }

  .address {
    width: 81%;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
  }

  .link-4 {
    border-bottom-width: 3px;
    width: 80%;
    padding-top: .5em;
    padding-bottom: .5em;
    font-size: 1.4rem;
  }

  .html-embed-8, .hide-letter {
    display: none;
  }

  .show-letter {
    display: inline;
  }

  .tl-contact {
    width: 90%;
    margin-bottom: 1rem;
    font-size: 2.9rem;
  }

  .link-block-4 {
    width: 10rem;
    height: 10rem;
  }

  .text-block-7 {
    text-align: center;
  }

  .tabs-menu-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    display: flex;
  }

  .mail-tab {
    background-color: var(--light-green);
    color: var(--dark-green);
    text-transform: uppercase;
    border-radius: 5px;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 40%;
    display: flex;
  }

  .mail-tab.w--current {
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 40%;
    display: flex;
  }

  .text-block-8, .text-block-9 {
    font-size: 12px;
  }
}
