body {
  margin: 0px;
  padding: 0px;
  font-family: "Skoda Next";
  padding-bottom: 0px;
  line-height: 1.3;
  margin: 0 auto;
  background-color: #0e3a2f;
  color: #ffffff;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

p,
h1,
h2,
h3,
h4 {
  font-size: inherit;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
  word-wrap: break-word;
}

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

:focus {
  outline: 0px;
}

[v-cloak] {
  display: none;
}

img {
  max-width: 100%;
}

.container {
  max-width: 1540px;
  width: 100%;
  padding-inline: 20px;
  margin-inline: auto;
}

header {
  background-color: #ffffff
}

nav {
  padding: 19px 20px;
  font-size: 14px;
  color: #0e3a2f;
  font-weight: 300;
}
nav a {
  display: flex;
  gap: 15px;
}
nav a .line {
  width: 1px;
  background-color: #0e3a2f;
  margin: 0px;
}
nav a .name {
  display: flex;
  align-items: center;
}
nav svg {
  height: auto;
  width: 100px;
}
nav svg path {
  fill: #0e3a2f;
}

.baner {
  display: flex;
}
.baner img {
  width: 100%;
}

.header {
  text-align: center;
  margin-block: 50px;
}
.header h1 {
  font-size: 34px;
  line-height: 0.85;
  color: #78faae;
  font-weight: bold;
}
.header h2 {
  font-size: 19px;
  color: #ffffff;
  font-weight: 300;
  margin-block: 30px;
}
.btn {
  display: inline-block;
  font-size: 16px;
  color: #0e3a2f;
  font-weight: bold;
  text-align: center;
  border-radius: 40px;
  background-color: #78faae;
  max-width: 320px;
  width: 100%;
  padding: 20px 15px;
}

.contact__dealers {
  font-size: 16px;
  font-weight: 300;
  border-top: 1px solid #57756e;
  margin-block: 35px 70px;
}
.contact__dealers strong {
  font-weight: bold;
}
.contact__dealers h3 {
  margin-block: 40px 50px;
}
.contact__dealers-flex {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(1, auto);
  gap: 20px;
}

.contact__info {
  display: flex;
  flex-direction: column-reverse;
  gap: 30px;
  padding-block: 30px 0px;
  border-top: 1px solid #57756e;
}
.contact__info-content {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 25px 40px;
}
.contact__info-content p {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 6px;
}
.contact__info-content a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: bold;
}
.contact__info-social {
  display: flex;
  align-items: center;
  gap: 20px;
}
.contact__info-social a {
  display: flex;
}

.disclaimer {
  background-color: #00271d;
  color: #fff;
  padding-block:20px 30px
}

.disclaimer__title {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 11px;
  font-weight: bold;
  gap: 5px;
  letter-spacing: 1px;
  line-height: 109%
}
.disclaimer__title svg {
  height: auto;
  transform: rotate(180deg);
  transition: all .4s ease-in-out;
  width: 16px
}
.disclaimer__title svg path {
  fill: #fff
}
.disclaimer__title.active svg {
  transform: rotate(0)
}
.disclaimer__text {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 300;
  gap: 15px;
  height: var(--panel-height);
  line-height: 1.29;
  overflow: hidden;
  transition: height .5s cubic-bezier(.2,.35,.5,.98),visibility .5s cubic-bezier(.2,.35,.5,.98)
}
.disclaimer__text p:first-of-type {
  margin-block-start:20px
}

@media(min-width: 500px) {
  .header h1 {
    font-size: 42px;
  }
  .header h2 {
    font-size: 24px;
  }
  .btn {
    font-size: 20px;
    border-radius: 40px;
    max-width: 320px;
    padding: 24px 15px;
  }
}
@media(min-width: 900px) {
  nav {
    padding: 19px 31px;
    font-size: 17px;
    color: #0e3a2f;
    font-weight: 300;
  }
  nav a {
    display: flex;
    gap: 30px;
  }
  nav svg {
    height: auto;
    width: 120px;
  }
  .header {
    margin-block: 80px 110px;
  }
  .container {
    padding-inline: 50px;
  }
  .contact__dealers-flex {
    grid-template-columns: repeat(3, auto);
  }
  .header {
    margin-block: 50px 70px;
  }
  .header h1 {
    font-size: 55px;
  }
  .header h2 {
    font-size: 28px;
  }
  .btn {
    font-size: 22px;
    border-radius: 40px;
    max-width: 400px;
    padding: 24px 15px;
  }
  .contact__info {
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: unset;
    padding-block: 65px 0px;
  }
}
@media(min-width: 1200px) {
  .contact__dealers-flex {
    grid-template-columns: repeat(4, auto);
  }
  .disclaimer {
    padding-block:20px 40px
  }
  .disclaimer__title {
    font-size:12px;
    line-height: 117%
  }
  .disclaimer__text {
    font-size:14px
  }
}
@media(min-width: 1300px) {
  .contact__dealers-flex {
    grid-template-columns: repeat(5, auto);
  }
  .header h1 {
    font-size: 71px;
  }
  .header h2 {
    font-size: 35px;
    margin-block: 50px;
  }
  .btn {
    font-size: 27px;
    border-radius: 51px;
    max-width: 509px;
    padding: 33px 15px;
  }
}