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;
}

.img-fixed {
  margin-top: 20px;
  margin-bottom: 12px;
  object-fit: scale-down;
}

.container {
  width: 65%;
  margin: 0 auto;
  display: block;
}
.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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(255, 0, 0, 0)));
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(255, 0, 0, 0));
  background-image: linear-gradient(rgba(0, 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-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, 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%;
}

.q3-mar {
  margin-top: 20px;
  margin-bottom: 17px;
}

.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: 1%;
}
.c-box-title--big {
  font-size: 2.4rem;
}
.c-box-title a {
  color: #000;
}
.c-box-title--brand {
  text-align: left;
}
.c-box-title--marginTop {
  margin-top: 3%;
}



.c-box {
  display: flex;
  justify-content:flex-start;
  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: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  margin-bottom: 5%;
}

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

.c-box-img {
  /* background: #f3f3f3;
  box-shadow: 0px 0px 12px 1px rgba(0, 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-contact {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: #01204c;
  color: #fff;
}
.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 {
  cursor: pointer;
  display: block;
  border-radius: 20px;
  padding: 20px 0;
  text-align: center;
  width: 460px;
  background: #01204c;
  color: #fff;
  font-weight: 600;
  font-size: 1.6rem;
}
.c-btn--small {
  padding: 10px;
  font-size: 1rem;
  width: auto;
}
.c-btn--margintop {
  margin-top: 3%;
}
/* .c-btn {
background: #fff;
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: 0.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: 310px;
}
.c-footer-item img {
  height: 60px;
  margin-bottom: 15px;
}
.c-footer-address p:first-child {
  margin-bottom: 5px;
  font-size: 0.9rem;
}

.c-footer-vw {
}

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

.c-footer-skoda {
}

.c-footer-vwd {
}

@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) {
  .container {
    width: 100%;
  }
  .c-box-title {
    font-size: 1.3rem;
    margin: 3%;
  }
  .c-box-title--brand {
    text-align: center;
    margin-top: 5%;
  }
  .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-btn {
    width: 80%;
    font-size: 1rem;
  }
  .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: 0.65rem;
  }
  .c-box {
    margin: 0 10px;
  }
  .c-box-line {
    display: none;
  }
  .c-box-content {
    padding: 0 15px;
  }
  .c-box-item {
    width: 50%;
    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;
  }
}