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%;
  display: block;
}
p {
  margin: 0;
}
a {
  text-decoration: none;
  color: inherit;
}

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

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

/* !!!!!!!!!!!!!!!!!!!!!!!! FLOTA MAIN PAGE START !!!!!!!!!!!!!!!!!!!!!!! */

main {
  margin-inline: auto;
  max-width: 1920px;
}

.baner {
  position: relative;
  overflow: hidden;
}
.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%;
}
.baner::after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: -20%;
  width: 110%;
  height: 70%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: rotate(10deg);
}

.baner__logo {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 75px;
}

.baner__header {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  color: #fff;
  font-size: 1.1rem;
  z-index: 2;
}

.buy-car__bgc {
  display: none;
}

@media (min-width: 960px) {
  .baner__header {
    font-size: 2.5rem;
  }

  .baner__logo {
    top: 2rem;
    left: 5rem;
    width: 150px;
  }

  .baner::after {
    height: 75%;
    transform: rotate(9deg);
  }
}

@media (min-width: 1350px) {
  .baner__header {
    font-size: 2.5rem;
    bottom: 6%;
    left: 5%;
  }
}

.build-flote {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding-inline: 15%;
  position: relative;
  isolation: isolate;
  z-index: 1;
  color: white;
}

@media (min-width: 860px) {
  .build-flote {
    font-size: 1.15rem;
  }
}

.buy-car {
  background: url("/LP/flota-02-2023/assets/images/bgc_photo.png");
  background-size: cover;
  background-position: center;
  position: relative;
  isolation: isolate;
}


.buy-car > h2 {
  text-align: center;
  margin-block: 3rem;
  padding-inline: 5%;
}

.buy-car > p {
  text-align: center;
  margin-bottom: 5rem;
  padding-inline: 5%;
}

.buy-car > h3 {
  text-align: center;
  color: #fff;
  padding-inline: 5%;
  font-size: 1.6rem;
  padding: 20px;
  margin: 0;
}

.buy-car__employees-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.buy-car__employee-wrapper {
  display: flex;
  flex-direction: column;
  width: 45%;
  text-align: center;
  color: #fff;
  margin-bottom: 1rem;
  overflow: hidden;
}

.buy-car__employee-name {
  margin-bottom: 1rem;
  height: 50px;
  display: grid;
  place-items: center;
}

.buy-car__employee-desc {
  font-size: 0.9rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 0.5rem;
  height: 100px;
  display: grid;
  place-items: center;
}

.buy-car__media-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.85rem;
}

@media (min-width: 960px) {
  .buy-car {
    background: url("/LP/flota-02-2023/assets/images/bgc_photo.png");
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    margin: 0;
    padding-top: 3rem;
  }

  .buy-car__bgc {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
  }

  .buy-car__employee-wrapper {
    width: 300px;
  }

  .buy-car > h2 {
    text-align: start;
    margin-bottom: 1.8rem;
    padding-inline: 13%;
    font-size: 1.7rem;
    margin-top: 26%;
  }

  .buy-car > p {
    text-align: start;
    padding-inline: 13% 20%;
    margin: 0;
    font-size: 1.1rem;
    margin-bottom: 200px;
  }

  .buy-car__employee-image {
    width: 200px;
    margin-inline: auto;
  }

  .buy-car__employees-wrapper {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding-top: 5rem;
    margin-top: -3rem;
  }

  .buy-car__employee-wrapper {
    width: 18%;
    max-width: 250px;
  }

  .buy-car__employee-name {
    font-size: 0.8rem;
  }

  .buy-car__employee-desc {
    font-size: 0.65rem;
    height: 50px;
    border-width: 1px;
  }

  .buy-car__media-wrapper {
    font-size: 0.65rem;
    margin-inline: auto;
  }
}


.colored-tiles {
  /* margin-inline: 5%; */
  margin-block: -2rem 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media (width >= 500px) {
  .colored-tiles {
    margin-inline: 5%;
  }
}

.colored-tiles__tile {
  width: 50%;
  overflow: hidden;
  position: relative;
}

.colored-tiles__bgc-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.colored-tiles__layer {
  position: absolute;
  inset: 0;
  background-color: #1a3930;
  opacity: 0.75;
}

.colored-tiles__layer--blue {
  background-color: #001e50;
}
.colored-tiles__layer--black {
  background-color: #000000;
}
.colored-tiles__layer--light-blue {
  background-color: #00437a;
}

.colored-tiles__content-wrapper {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  padding-inline: 1rem;
}

.colored-tiles__content-wrapper > img {
  width: 50px;
  opacity: 0.6;
}

.colored-tiles__tile:nth-child(3) .colored-tiles__content-wrapper > img {
  width: 70px;
}

.colored-tiles__content-wrapper > p {
  color: #fff;
  text-align: center;
}

.colored-tiles__content-wrapper button {
  border-radius: 100px;
  padding: 0.33rem 0.75rem;
  border: none;
  background-color: rgba(255, 255, 255, 0.25);
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.colored-tiles__content-wrapper button:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 960px) {
  .colored-tiles {
    justify-content: center;
    margin-block: -3.5rem 0;
  }

  .colored-tiles__tile {
    width: 20%;
    overflow: hidden;
    position: relative;
  }

  .colored-tiles__bgc-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .colored-tiles__content-wrapper {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
  }

  .colored-tiles__content-wrapper > img {
    width: 50px;
    opacity: 0.6;
  }

  .colored-tiles__tile:nth-child(3) .colored-tiles__content-wrapper > img {
    height: 58px;
  }

  .colored-tiles__content-wrapper > p {
    font-size: 0.8rem;
    height: 2rem;
  }

  .colored-tiles__content-wrapper button {
    padding: 0.65rem 2rem;
    font-size: 0.6rem;
  }
}

.discount {
  margin-top: 3rem;
}

.discount h3 {
  text-align: center;
  color: #707070;
  margin-bottom: 1rem;
}

.discount__offer-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}

.discount__offer-box {
  width: 85%;
  position: relative;
}

.discount__offer-box p {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  color: #fff;
  padding-right: 1rem;
}

@media (min-width: 960px) {
  .discount {
    width: 70%;
    margin-inline: auto;
  }

  .discount h3 {
    font-size: 1.6rem;
    margin-block: 5rem 2.5rem;
  }

  .discount__offer-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .discount__offer-box {
    width: 44%;
    position: relative;
  }

  .discount__offer-box img {
    width: 100%;
    object-fit: cover;
  }

  .discount__offer-box p {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    right: 5%;
    color: #fff;
    padding-right: 1rem;
  }
}

.show-offer {
  margin-top: 2rem;
}

.show-offer h3 {
  text-align: center;
  color: #707070;
  margin-bottom: 1rem;
}

.show-offer__images-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}

.show-offer__images-wrapper a {
  width: 46%;
  aspect-ratio: 1/1.2;
  position: relative;
}

.show-offer__image-tittle {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
}

.show-offer__images-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 960px) {
  .show-offer {
    margin-top: 4rem;
  }

  .show-offer h3 {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }

  .show-offer__images-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
  }

  .show-offer__images-wrapper a {
    width: 18%;
  }

  .show-offer__images-wrapper img {
    width: 100%;
    transition: all 0.2s ease-in-out;
  }

  .show-offer__images-wrapper img:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

.comments {
  margin-top: 3rem;
  padding-inline: 5%;
  padding-block: 0 2rem;
  background: linear-gradient(to top, #d5d5d5, transparent);
}

.comments h3 {
  text-align: center;
  color: #707070;
  margin-bottom: 2rem;
}

.comments__comment {
  --border-radius: 40px;

  display: flex;
  align-items: flex-end;
  margin-bottom: 1rem;
}

.comments__comment img {
  width: 80px;
  margin-bottom: -15px;
}

.comments__message-box {
  background-color: #8e8e8e;
  padding: 1.5rem;
  font-size: 0.8rem;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
}

.comments__comment:nth-child(2) .comments__message-box {
  background-color: #8e8e8e;
  color: #fff;
  border-top-left-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
  border: 1px solid #707070;
}

.comments__comment:nth-child(3) .comments__message-box {
  background: linear-gradient(to bottom, #d5d5d5, #d5d5d5);
  color: #707070;
  border-top-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
  border: 1px solid #707070;
}

.comments__comment:nth-child(4) .comments__message-box {
  background-color: #707070;
  color: #fff;
  border-top-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
  border: 1px solid #707070;
}

@media (min-width: 960px) {
  .comments {
    padding-inline: 15%;
    background: linear-gradient(to top, #d5d5d5, transparent);
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1rem;
    place-items: start;
  }

  .comments h3 {
    font-size: 1.6rem;
    margin-bottom: 2rem;
    grid-column: 1 / -1;
  }

  .comments__comment {
    margin-bottom: 2rem;
  }

  .comments__comment:nth-child(3) {
    grid-column: 1;
  }

  .comments__comment:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
    padding-top: 2rem;
  }

  .comments__comment img {
    width: 80px;
    margin-bottom: -15px;
  }

  .comments__message-box {
    padding: 1.5rem;
  }
}

.form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form__header {
  text-align: center;
  color: #707070;
  margin-bottom: 2rem;
  padding-inline: 5%;
}

.form__inputs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}

.form__input {
  width: 80%;
  border: none;
  border-bottom: 1px solid #8e8e8e;
  font-size: 0.9rem;
  padding: 0.5rem;
}

.form__send {
  border: none;
  background-color: #707070;
  padding: 0.75rem 3rem;
  font-size: 0.8rem;
  border-radius: 100px;
  color: #f8f8f8;
  font-weight: 600;
  margin-block: 1.5rem;
  transition: all 0.2s ease-in-out;
}

@media (min-width: 960px) {
  .form__header {
    padding-inline: 20%;
    margin-block: 3rem;
  }

  .form__inputs {
    gap: 1rem;
  }

  .form__input {
    width: 15%;
  }

  .form__send {
    margin-top: 3rem;
  }

  .form__send:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

.second-contacts > h3 {
  text-align: center;
  color: #707070;
  margin-bottom: 2rem;
  padding-inline: 5%;
}

.second-contacts > .buy-car__employees-wrapper {
  background: none;
}

.second-contacts .buy-car__employee-wrapper {
  color: #707070;
}

@media (max-width: 960px) {
  .second-contacts .buy-car__employee-wrapper {
    width: 90%;
  }

  .buy-car__media-wrapper {
    justify-content: center;
  }
}

.second-contacts .buy-car__employee-desc {
  border-color: #707070;
}

.second-contacts .buy-car__media-wrapper img {
  filter: invert(1);
  opacity: 0.7;
}

.form-section {
  padding-block: 3rem;
}

.form-section h3 {
  text-align: center;
  color: #707070;
  margin-bottom: 2rem;
  padding-inline: 10%;
}

@media (min-width: 960px) {
  .form-section h3 {
    padding-inline: 20%;
  }
}

.popups {
  display: none;
  background-color: rgba(255, 255, 255, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
}

.popups__popup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(500px, 70%, 1100px);
  animation: slideIn 0.25s 1 both ease-in-out;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.popups__close {
  font-size: 3rem;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: -3rem;
}

@media (max-width: 800px) {
  .popups__close {
    top: 0.5rem;
    left: 0.5rem;
    right: unset;
    color: #fff;
    line-height: 1;
  }
}

.popups__first,
.popups__second,
.popups__third,
.popups__fourth {
  display: none;
}

.popups__first {
  width: clamp(500px, 50%, 900px);
}

@media (max-width: 800px) {
  .popups__popup {
    width: 95%;
    max-height: 90%;
    overflow: scroll;
  }

  /* .popups__first img,
  .popups__third img {
    min-width: 850px;
  } */
}

.popups__first-img {
  width: 100%;
}

.popups__head {
  position: relative;
  isolation: isolate;
}

.popups__head::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(to top, #001e508b, transparent);
}

.popups__head > h2 {
  position: absolute;
  left: 2rem;
  bottom: 0;
  color: #fff;
  font-size: 2rem;
  z-index: 4;
}

@media (max-width: 800px) {
  .popups__head > h2 {
    font-size: 1.1rem;
    font-weight: bold;
    bottom: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
  }
}

.popups__content {
  background-color: #fff;
  padding: 4rem 5rem 5rem;
  font-size: 0.8rem;
}

@media (max-width: 800px) {
  .popups__content {
    padding: 2rem 1rem;
    font-size: 1rem;
  }
}

@keyframes slideIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* !!!!!!!!!!!!!!!!!!!!!!!! FLOTA MAIN PAGE END !!!!!!!!!!!!!!!!!!!!!!! */

.skodaBrand {
  display: none;
}
.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%;
}
.c-baner-gradient {
  position: absolute;
  top: 0;
  width: 100%;
  /* height: 221px; */
  height: 50%;
  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%;
}
.baner__content {
  position: absolute;
  text-align: center;
  line-height: 30px;
}
.baner__content--margin {
  margin-top: 3%;
}
.baner__link {
  color: #01204c;
  text-decoration: underline;
}
.baner__pdf-icon {
  width: 150px;
  margin: 2rem 0 1rem;
  transition: 0.2s;
}
.baner__inline-flex {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
}
.baner__inline-flex > img {
  width: 30px;
}
.baner__inline-flex:hover {
  cursor: pointer;
}

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

.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: 0.5;
  cursor: pointer;
}

.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 {
  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;
  position: relative;
}
.c-footer::before {
  content: "";
  width: 100%;
  background-color: #ebebeb;
  height: 60px;
  position: absolute;
  top: -25px;
  left: -15%;
  transform: rotate(7deg);
  z-index: -1;
}
@media (min-width: 960px) {
  .c-footer::before {
    content: "";
    width: 100%;
    background-color: #ebebeb;
    height: 80px;
    position: absolute;
    top: -40px;
    left: -15%;
    transform: rotate(4deg);
  }
}
.c-footer-content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 3% 0;
}
.c-footer-logo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 0.8rem;
  border-bottom: 1px solid #fff;
  padding: 0 15px;
}
.c-footer-logo img {
  padding-bottom: 15px;
  width: 143px;
}
.c-footer-logo p {
  color: #fff;
  padding-bottom: 5px;
}
.c-footer-logo p a {
  color: #fff;
}
@media (min-width: 800px) {
  .c-footer-logo {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.c-footer-logotype {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 2%;
}
.c-footer-logotype-item {
  width: 350px;
  margin-bottom: 0;
}
@media (max-width: 1300px) {
  .c-footer-logotype-item {
    width: 310px;
  }
}
@media (max-width: 800px) {
  .c-footer-logotype-item {
    margin-bottom: 3%;
  }
}
.c-footer-logotype-img {
  height: 60px;
  display: flex;
  align-items: center;
  margin-bottom: 3%;
}
.c-footer-logotype-name {
  color: #fff;
  font-weight: 500;
  margin-bottom: 10px;
}
.c-footer-logotype-text {
  color: #fff;
}
.error {
  color: red;
  font-size: 0.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;
    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: 15%;
  }
  .baner__content {
    font-size: 1.8vw;
    line-height: 9px;
  }
  .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: 195px;
    margin-bottom: 5%;
  }
  .c-contact-content {
    width: 100%;
  }
  .c-contact-img {
    width: 100%;
  }
  .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;
  }
}
