html,body{
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 18px;
  overflow-x: hidden;
}
*, *::after, *::before{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
p {
  margin: 0;
}
a {
  text-decoration: none;
}

li a {
  color: #01204C;
}
li a:hover {
  color: #000;
}

.link {
  color: #01204C;
}
.link:hover {
  color: #000;
}

.skodaBrand {
  display: none;
}
.c-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1200px) {
  .c-menu {
    justify-content: flex-end;
  }
}

@media (max-width: 960px) {
  .c-menu {
    justify-content: center;
  }
}

@media (min-width: 960px) {
  .c-menu {
    flex-direction: row;
  }
}

.c-menu-module {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: absolute;
  padding: 0 3%;
  margin-top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: #fff;
  left: -100%;
  transition: .5s;
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .c-menu-module {
    display: block;
  }
}

@media (max-width: 960px) {
  .c-menu-module {
    display: flex;
  }
}

@media (min-width: 960px) {
  .c-menu-module {
    margin-top: 1%;
    left: 0;
    background: transparent;
    flex-direction: row;
    justify-content: space-between;
    height: auto;
    margin-bottom: 3%;
  }
}

.c-menu-hamburger {
  display: flex;
  justify-content: flex-end;
  padding: 0 3%;
}

@media (min-width: 960px) {
  .c-menu-hamburger {
    display: none;
  }
}

.c-menu-logo {
  margin-bottom: 5%;
  display: none;
  width: 143px;
}

@media (min-width: 960px) {
  .c-menu-logo {
    margin-bottom: 0%;
    display: block;
  }
}

.c-menu-link {
  text-transform: uppercase;
  padding: 0 20px;
  color: #000;
  margin: 10px 0;
  font-size: 16px;
  cursor: pointer;
}

@media (max-width: 1440px) {
  .c-menu-link {
    padding: 0 10px;
  }
}

@media (max-width: 1200px) {
  .c-menu-link {
    margin-top: 20px;
    font-size: 15px;
  }
}

@media (max-width: 960px) {
  .c-menu-link {
    margin-top: 10px;
    font-size: 16px;
  }
}

@media (min-width: 960px) {
  .c-menu-link {
    color: #fff;
  }
}
.c-menu-link::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  margin-top: 2%;
  background: #fff;
  transition: width .3s;
}

.c-menu-link:hover::after {
  width: 100%;
}
.c-baner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-baner-logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  margin: 2% 0px 0 3%;
  width: 143px;
}
.c-baner-gradient {
  position: absolute;
  top: 0;
  width: 100%;
  /* height: 221px; */
  height: 50%;
  background-image: linear-gradient(rgba(0,0,0,.7), rgba(255,0,0,0));
}
.c-baner-text {
  position: absolute;
  bottom: 0%;
}
.c-baner-text p {
  color: #000;
  font-size: 4vw;
  font-weight: 600;
  margin-bottom: 5%;
}

.c-offer {
  margin: 0 0 40px 0;
  padding: 0 10%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.c-offer-tittle {
  font-size: 22px;
  text-align: center;
}
.c-offer-subtittle {
  font-weight: bold;
  text-align: center;
  font-size: 28px;
  margin-top: 5rem;
}
.c-offer-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}
.c-offer-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 200px;
  gap: 1rem;
}
.c-offer-box > p {
  text-align: center;
  font-size: 16px;
}
.c-offer-image-wrapper {
  width: 80px;
  height: 80px;
}
.c-offer-image-wrapper > img {
  max-width: 100%;
}
.c-offer-number {
  font-size: 80px;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 2px #000;
  line-height: 0.9;
}

.c-bar {
  background: #fff;
  max-width: 1300px;
  border-radius: 200px 200px 200px 200px;
  margin: 0 auto;
  box-shadow: 0px 0px 12px 1px rgba(0,0,0,.4);
  z-index: 9999;
  padding: 10px;
  margin-top: 3%;
  margin-bottom: 3%;

  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.o-bar-subtitle {
  margin-top: 0!important;
  margin-bottom: 5%;
}

.c-bar-item {
  width: 315px;
  text-align: center;
}

.c-title {
  text-align: center;
  margin-top: 5%;
}
.c-title h1 {
  margin: 0;
}
.c-title p {
  margin: 0;
  font-size: 1.5rem;

}

.c-box-module {
  background: #EBEBEB;
  padding: 3% 0;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.c-box-title {
  text-align: center;
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 2.5%;
}
.c-box {
  max-width: 1300px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.c-box-btn {
  max-width: 200px;
  background: #01204C;
  padding: 10px 20px;
  border-radius: 200px;
  margin: 1% auto;
}
.c-box-btn a {
  color: #fff;
}
.c-box-btn p {
  font-size: 1rem;
}
.c-box-item {
  width: 185px;
  /* width: 216px; */

  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  opacity: .5;
  cursor: pointer;
}

.c-box-line {
  border-bottom: 2px dashed #01204C;
  width: 180px;
  height: 75px;
  opacity: .5;
}

.c-box-img {
  background: #F3F3F3;
  box-shadow: 0px 0px 12px 1px rgba(0,0,0,.5);
  height: 150px;
  width: 150px;
  border-radius: 50%;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.c-box-text {
  margin-top: 5%;
  text-align: center;
  font-weight: 600;
}

.c-box-active {
  opacity: 1;
}
.c-box-active .c-box-img {
  background: #01204C;
}
.c-box-active .c-box-img-blue {
  display: none!important;
}
.c-box-active .c-box-img-white {
  display: block!important;
}
.c-box-img-white {
  display: none;
}
.c-box-img-blue {
  display: block;
}

.c-box-content {
  /* text-align: left;
  width: 100%;
  display: none;
  max-width: 1300px;
  padding: 0 15px; */
  display: none;
}

.c-box-content .c-box-title {
  /* text-align: left;
  font-size: 1.1rem;
  margin-bottom: 0.5%; */
}

.c-header {
  text-align: center;
}

.c-contact {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: #01204C;
  color: #EBEBEB;
}
.c-contact-content {
  width: 45%;
  padding: 2% 3%;
}
.c-contact-title {
  font-weight: 600;
  font-size: 2.3rem;
}
.c-contact-subtitle {
  font-weight: 400;
  font-size: 1.9rem;
}

.c-btn {
  background: #EBEBEB;
  padding: 10px 20px;
  color: #01204C;
  max-width: 200px;
  text-align: center;
  border-radius: 200px;
  margin-top: 5%;
  cursor: pointer;
  margin-bottom: 0;
}
.c-btn a {
  color: #01204C;
}
.c-btn p {
  margin: 0;
}

.c-contact-img {
  width: 55%;
}
.c-contact-item {
  margin-top: 5%;
  text-align: center;
}
.c-contact-logo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.c-contact-phone {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  text-align: center;

  display: block;
  margin: 5% auto;
  width: 60%;
}
.c-contact-phone a {
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;

}

.c-contact-logo img:nth-child(2) {
  margin: 0 5%;
}
.c-contact-text {
  margin-top: 3%;
  color: #fff;
  opacity: .5;
}



.c-info {
  max-width: 1300px;
  margin: 0 auto;
  margin-top: 5%;
}

.c-info-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
/* .c-info-img {
width: 60%;
} */
.c-info-text {
  width: 40%;
}
.o-info-right {
  margin-right: 5%;
}
.o-info-left {
  margin-left: 5%;
}
.c-info-tite {
  font-size: 1.8rem;
  margin-bottom: 5%;
}
.c-info-btn {
  background: #01204C;
  padding: 10px 20px;
  color: #fff;
  max-width: 350px;
  margin-top: 5%;
  margin-left: -20px;
}

.c-footer {
  background: #8E8E8E;
  color: #fff;
  margin-top: 5%;
}

.c-footer-container {
  padding: 3% 0;
  max-width: 1300px;
  display: block;
  margin: 0 auto;
}

.c-footer-bar {
  background: #E0E0E0;
  height: 10px;
}
.c-footer-logo {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 0.8rem;
  border-bottom: 1px solid #fff;
}
.c-footer-logo p {
  padding-bottom: 5px;
}
.c-footer-logo img {
  padding-bottom: 20px;
  width: 143px;
}

.c-footer-dealers {
  margin-top: 1.5%;

  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}
.c-footer-item {
  width: auto;
}
.c-footer-item img {
  height: 60px;
  margin-bottom: 15px;
}
.c-footer-address p:first-child {
  margin-bottom: 5px;
  font-size: .9rem;
}

.c-footer-vw {

}

.c-footer-audi {
  max-width: 28%;
}

.c-footer-skoda {

}

.c-footer-vwd {

}
.error {
  color: red;
  font-size: .9rem;
}

@media only screen and (max-width: 1366px) {
  .c-info-text {
    padding-left: 15px;
  }
  .c-contact-title {
    font-size: 1.8rem;
  }
  .c-contact-subtitle {
    font-size: 1.5rem;
  }
  .c-bar {
    max-width: 900px;
  }
}

@media only screen and (max-width: 900px) {
  .c-baner {
    position: relative;
    margin-bottom: 10%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
  }
  .c-baner-text p {
    font-size: 6vw;
    margin-bottom: 2%;
  }
  .c-baner-logo {
    margin: 3% 0px 0 3%;
    max-width: 25%;
  }

  .c-bar {
    padding: 4px;
    max-width: 350px;
  }
  .c-bar-item img {
    max-width: 45%;
  }
  .c-title {
    margin-top: 15%;
    margin-bottom: 5%;
  }
  .c-title h1 {
    font-size: 1.1rem;
  }
  .c-title p {
    font-size: .65rem;
  }
  .c-box {
    margin: 0 10px;
  }
  .c-box-line {
    display: none;
  }
  .c-box-content {
    padding: 0 15px;
  }
  .c-box-item {
    width: 195px;
    margin-bottom: 5%;
  }
  .c-contact-content {
    width: 100%;
  }
  .c-contact-img {
    width: 100%;
  }

  .c-footer-item {
    margin-bottom: 5%;
  }
  .c-footer-logo {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 10px;
    margin-bottom: 5%;
  }
  .c-info-text {
    width: 100%;
    margin-bottom: 3%;
    margin-left: 5%!important;
  }
  .c-info-btn {
    margin-left: 0px;
  }
  .o-info-right {
    margin-right: 0;
  }
  .o-info-left {
    margin-left: 0;
  }

  .c-contact-title {
    font-size: 1.4rem;
  }
  .c-contact-subtitle {
    font-size: 1.2rem;
  }
  .c-btn {
    margin-bottom: 3%;
  }
}

.menu {
  position: fixed;
  transform: translateX(-100%);
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease-in-out;
}
.menu-logo {
  width: 50%;
  margin-block: -2rem 3rem;
}
.menu-logo img {
  filter: invert(1);
  max-width: 100%;
}
.menu-link {
  color: #000;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.burger-menu {
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  width: 35px;
  height: 27px;
  background-color: transparent;
  z-index: 10000;
  border: none;
}
.burger-menu > span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transition: all 0.2s ease-in-out;
}
.burger-menu > span:nth-child(2) {
 top: 50%;
 transform: translateY(-50%);
}
.burger-menu > span:nth-child(3) {
  bottom: 0;
  top: unset;
}
.burger-menu.active > span:nth-child(2) {
  opacity: 0;
}
.burger-menu.active > span:nth-child(1) {
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
}
.burger-menu.active > span:nth-child(3) {
  transform:  translateY(-50%) rotate(-45deg);
  top: 50%;
}
.burger-menu.active + .menu {
  transform: translateX(0);
}
.burger-menu.active > span {
  background-color: #000;
}
@media (min-width: 860px) {
  .menu {
    transform: translateX(0);
    flex-direction: row;
    justify-content: flex-end;
    background-color: transparent;
    height: auto;
    padding: 1.5rem 5% 3.5rem 3rem;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(255, 255, 255, 0));
    gap: 1.75rem;
  }
  .menu-link {
    color: #fff;
    font-size: 1rem;
    position: relative;
  }
  .menu-link::after {
    content: '';
    width: 100%;
    bottom: -4px;
    left: 0;
    right: 0;
    background-color: #fff;
    height: 2px;
    position: absolute;
    transform: scaleX(0);
    transition: transform 0.2s ease-in-out;
    transform-origin: left;
  }
  .menu-link:hover::after{
    transform: scaleX(1);
  }
  .menu-logo {
    width: 160px;
    margin: 0;
    margin-right: auto;
  }
  .menu-logo > img {
    filter: none;
  }
  .burger-menu {
    display: none;
  }
}