@font-face {
  font-family: "Euclid Circular A";
  src: url(./fonts/euclid-regular.ttf) format("ttf");
  font-weight: 400;
}

@font-face {
  font-family: "Euclid Circular A";
  src: url(./fonts/euclid-medium.ttf) format("ttf");
  font-weight: 500;
}

@font-face {
  font-family: "Euclid Circular A";
  src: url(./fonts/euclid-semibold.ttf) format("ttf");
  font-weight: 600;
}

@font-face {
  font-family: "Euclid Circular A";
  src: url(./fonts/euclid-bold.ttf) format("truetype");
  font-weight: 700;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Euclid Circular A", sans-serif;
  font-size: 1.4rem;
  color: #000;
  overflow-x: hidden;
}

/* HEADER */

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0.5rem 1rem #00000060;
  height: 8.3rem;
}

img {
  max-width: 100%;
}

.logo-img {
  width: fit-content;
}

.nav {
  display: flex;
  align-items: center;
  gap: 7.5rem;
}

.nav-link {
  text-decoration: none;
  color: #2d2d2d;
  font-size: 1.4rem;
  font-weight: 500;
}

.nav-phone-box {
  display: none;
}

.language-selector {
  background-color: #4044ac;
  border-radius: 2.8rem 0 0 2.8rem;
  padding: 2.9rem 1rem 3.1rem 2rem;
}

.lang-btn {
  font-size: 2rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  border: none;
  outline: none;
  background: none;
}

/* HERO */
.hero {}

.hero-container {
  max-width: 120rem;
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7.6rem 2rem;
}

.hero-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 99999;
}

.hero-subtitle {
  font-size: 1.2rem;
}

.hero-title {
  text-align: center;
  margin-top: 2rem;
  font-size: 3rem;
  font-weight: 600;
  /* z-index: 99999; */
}

.text-blue {
  color: #4856db;
}

.arrow-hero {
  display: none;
}

.cta-button {
  outline: none;
  border: none;
  padding: 1.5rem 3rem;
  color: #fff;
  background-color: #4856db;
  font-size: 1.6rem;
  border-radius: 9999rem;
  margin-top: 2.5rem;
  cursor: pointer;
}

.hero-graphics {
  position: absolute;
  left: 0;

  bottom: -5.3rem;
}

.hero-graphics-image-phone-1 {
  width: 28rem;
}

.hero-graphics-image-arrow {
  position: absolute;
  bottom: 10rem;
  width: 17.7rem;
}

.hero-graphics-image-phone-2 {
  width: 28rem;
  position: absolute;
  top: 6.2rem;
  right: 0;
}

/* ABOUT US */

.about-us {
  margin-top: 7rem;
}

.about-us-container {
  max-width: 106rem;
  /* padding: 0 7.5rem; */
  margin: 0 auto;
  padding: 0 4rem;
}

.about-us-title {
  font-size: 4.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5rem;
}

.about-us-content {
  /* padding-left: 7.5rem; */
  width: 100%;
  display: flex;
  gap: 5.7rem;
}

.about-us-text {
  font-size: 3rem;
  color: #3f3f3f;
  line-height: 4rem;
  font-weight: 300;
}

.about-us-text-blue {
  color: #4856db;
  font-weight: 500;
}

.about-us-car-image {
  width: 35rem;
}

/* STATS */

.stats {
  background-color: #4856db;
  margin-top: 5rem;
  padding: 2.5rem 0;
}

.stats-container {
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 5.5rem;
  display: flex;
  align-items: stretch;
  gap: 7rem;
}

.stats-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.5rem;
  border-right: 5px solid #fff;
  padding-right: 7rem;
  text-transform: uppercase;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  width: 25%;
}

.stats-box:nth-of-type(2) {
  width: 35rem;
}

.stats-box:last-child {
  border-right: none;
  padding-right: 0;
}

.stats-title {
  font-size: 4.5rem;
  font-weight: bold;
  color: #fff;
  text-align: center;

  line-height: 4rem;
}

.stats-title-subtext {
  font-size: 3rem;
  font-weight: 600;
}

.stats-description {
  font-weight: 600;
  font-size: 2rem;
  color: #fff;
  text-align: center;
}

.stats-card {
  display: none;
  background-color: #4355c4;
  color: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 600px;
}

.stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  padding: 32px;
}

.stat-item {
  text-align: center;
}

.stat-number {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 8px;
}

.stat-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}

.stat-description {
  font-size: 14px;
  line-height: 1.4;
}

.divider {
  grid-column: span 2;
  border-top: 1px solid rgba(255, 255, 255);
  margin: 8px 0;
}

/* FEATURES */

.features {
  margin-top: 5rem;
}

.features-container {
  max-width: 106rem;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 7rem;
}

.feature {
  display: flex;
  align-items: end;
  gap: 4rem;
}

.feature-1 {
  color: #2b83d5;
}

.feature-text {
  display: flex;
  flex-direction: column;
}

.feature-title {
  font-weight: 700;
  color: currentColor;
  font-size: 3rem;
  margin-bottom: 3.3rem;
}

.feature-description {
  font-size: 3rem;
  font-weight: 300;
  color: #3f3f3f;
  line-height: 4rem;
}

.feature-text-blue-1 {
  font-weight: 500;
  color: #2b83d5;
}

.feature-img {
  width: 37.5rem;
}

.feature-2 {
  color: #4856db;
}

.feature-text-blue-2 {
  font-weight: 500;
  color: #4856db;
}

.call-request-container {
  max-width: 102rem;
  margin: 8rem auto 13rem;
  padding: 0 2rem;
  background-image: url("./img/call-request.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 118rem;
  /* height: 24rem; */
  border-radius: 15px;
}

.call-request-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding: 3rem 0;
}

.call-request-text {
  color: #fff;
  font-weight: 500;
  font-size: 2.2rem;
  letter-spacing: 0%;
  text-align: center;
  line-height: 2.8rem;
  text-transform: uppercase;
}

.call-request-button {
  outline: none;
  border: none;
  background: #fff;
  border-radius: 7rem;
  padding: 1.4rem 4rem;
  font-size: 1.5rem;
  color: #000;
  font-family: inherit;
  font-weight: 400;
}

/* BENEFITS */

.benefits {}

.benefits-container {
  max-width: 118rem;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 4.3rem;
}

.benefits-title {
  font-size: 4.5rem;
  font-weight: 700;
  background-image: linear-gradient(90deg,
      #4856db 0%,
      #4856db 25.48%,
      #4856db 68.75%,
      #003c62 93.75%,
      #003c61 100%);
  color: transparent;
  background-clip: text;
  text-align: center;
  text-transform: uppercase;
}

.benefits-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 3rem;
}

.benefits-img {
  width: 35rem;
}

/* WORK */

.work {}

.work-title {
  margin-top: 6rem;
  font-size: 4.5rem;
  font-weight: 700;
  background: linear-gradient(90deg,
      #4856db 0%,
      #4856db 25.48%,
      #4856db 68.75%,
      #003c62 93.75%,
      #003c61 100%);
  color: transparent;
  background-clip: text;
  text-transform: uppercase;
  text-align: center;
}

.work-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 18rem 20rem;
  gap: 2rem;
  row-gap: 2.6rem;
}

.work-img {
  width: 38rem;
}

.work-img-right {
  width: 32rem;
}

/* TESTIMONIALS */

.testimonials {
  margin-top: 8rem;
  max-width: 118rem;
  height: 30rem;
  margin: 8rem auto 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
  gap: 1.8rem;
}

.testimonials-authors {
  width: 30%;
  height: 100%;
  background-image: url("./img/testimonials-author-bg.png");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 7rem 2.4rem 7rem;

  position: relative;
}

.testimonials-authors-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.6rem;
}

.testimonials-author {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.testimonials-author-img {
  width: 10rem;
}

.testimonials-author-name {
  margin-top: 1rem;
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  text-transform: uppercase;
}

.testimonials-author-position {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0.4rem;
}

.testimonials-authors-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 100%;
  min-width: 20rem;
  padding: 0 1rem;
  position: absolute;
  bottom: 3rem;
}

.testimonials-btn-dot {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  border: 1px solid #fff;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.btn-dot-active {
  background: #fff;
  transform: scale(1.1);
}

.testimonials-slider {
  width: 70%;
  height: 100%;
  position: relative;
  border: 3px solid #4856db;
  padding: 3rem 6.4rem;
  border-radius: 15px;
}

.testimonials-slider-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.8rem;
  text-transform: uppercase;
  width: 100%;
}

.testimonials-title {
  font-size: 4rem;
  font-weight: 700;
  color: #4856db;
  text-align: center;
  margin-bottom: 2rem;
}

.testimonials-description-box {
  background: #4856db1a;
  border-radius: 15px;
  width: 100%;
  padding: 0.4rem;
}

@media (max-width: 1100px) {
  .testimonials-description-box {
    padding: 0rem;
  }
}

.testimonials-description-text {
  font-size: 2.3rem;
  font-weight: 500;
  color: #282828;
  text-align: center;
}

.testimonials-btn-slide {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  outline: none;
  border: none;
  background: #4856db;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  cursor: pointer;
}

.testimonials-btn-slide svg {
  fill: #fff;
  width: 1.6rem;
  height: 1.6rem;
}

.btn-left {
  left: 2rem;
}

.btn-right {
  right: 1.6rem;
}

.testimonial-container {
  display: none;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* CERTIFICATES */

.certificates-container {
  display: flex;
  max-width: 104rem;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding: 0 2rem;
  gap: 3rem;
}

.certificates-title {
  font-size: 4.5rem;
  font-weight: 700;
  color: #4856db;
  text-transform: uppercase;
  text-align: center;
}

.certificates-images {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7rem;
}

.certificate-img {
  width: 42.5rem;
}

/* PARTNERSHIP */

.partnership {
  margin-top: 3rem;
}

.partnership-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.6rem;
  margin: 0 auto;
}

.partnership-title {
  font-size: 4.5rem;
  font-weight: 700;
  color: #4856db;
  text-transform: uppercase;
  text-align: center;
}

.partnership-images {
  display: flex;
  align-items: center;
  gap: 4.2rem;
}

/* CONTACTS */

.contacts {
  margin-top: 10rem;
  margin-bottom: 5rem;
  font-family: "Ysabeau SC", sans-serif;
}

.contacts-container {
  display: flex;
  justify-content: center;
  gap: 20rem;
  margin: 0 auto;
  max-width: 108rem;
}

.contacts-box {
  display: flex;
  flex-direction: column;
  width: 40%;
}

.contacts-box-first {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contacts-box-info {
  display: flex;
  flex-direction: column;
  gap: 13rem;
}

.contacts-box-question {
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 3.5rem;
}

.contacts-box-description {
  font-size: 1.7rem;
  font-weight: 200;
  color: #848484;
  text-transform: uppercase;
  line-height: 2.4rem;
}

.contacts-box-secondary {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-family: "Comfortaa", sans-serif;
}

.contacts-phone {
  color: #282828;
  font-size: 1.7rem;
}

.contacts-email {
  color: #282828;
  font-size: 1.7rem;
}

.contacts-form {
  display: flex;
  flex-direction: column;
  width: 45%;
}

.contacts-form-title {
  margin-bottom: 2.8rem;
  font-size: 2.2rem;
  text-transform: uppercase;
  font-weight: 400;
}

.contacts-form-fields {
  margin-bottom: 1.8rem;
  text-transform: uppercase;
}

.form-name {
  display: flex;
  flex-direction: column;
}

.label-name {
  font-weight: 300;
  font-size: 1.4rem;
}

.input-name {
  padding: 0.8rem 0;
  border: none;
  border-bottom: 1px solid #000;
  margin-bottom: 2.8rem;
  font-size: 1.4rem;
  font-family: inherit;
}

.input-name:focus,
.input-email:focus,
.input-companyName:focus,
.input-phone:focus {
  outline: none;
}

.form-phone-email {
  display: flex;
  gap: 2.4rem;
  width: 100%;
}

.form-phone {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.label-phone {
  font-weight: 300;
  font-size: 1.4rem;
}

.input-phone {
  padding: 0.8rem 0;
  border: none;
  border-bottom: 1px solid #000;
  margin-bottom: 2.8rem;
  font-size: 1.4rem;
  font-family: inherit;
}

.form-email {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.label-email {
  font-weight: 300;
  font-size: 1.4rem;
}

.input-email {
  padding: 0.8rem 0;
  border: none;
  border-bottom: 1px solid #000;
  margin-bottom: 2.8rem;
  font-size: 1.4rem;
  font-family: inherit;
}

.form-companyName {
  display: flex;
  flex-direction: column;
}

.label-companyName {
  font-weight: 300;
  font-size: 1.4rem;
}

.input-companyName {
  padding: 0.8rem 0;
  border: none;
  border-bottom: 1px solid #000;
  font-size: 1.4rem;
  font-family: inherit;
}

.contacts-form-confirmation {
  display: flex;
  align-items: end;
  gap: 4.8rem;
}

.confirmation-fields {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.confirmation-fields-terms {
  display: flex;
  align-items: start;
  gap: 1rem;
}

.checkbox {
  border: 1px solid #000;
}

.accept-terms-text {
  font-size: 0.9rem;
  font-weight: 300;
}

.accept-terms-text span {
  color: #4856db;
  font-weight: 700;
}

.confirmation-fields-automessages {
  display: flex;
  align-items: start;
  gap: 1rem;
}

.automessages-text {
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.4rem;
}

.contacts-form-btn {
  font-weight: 400;
  font-size: 1.4rem;
  outline: none;
  border: none;
  background: #000;
  border-radius: 7rem;
  color: #fff;
  padding: 1.2rem 5.5rem;
  font-family: inherit;
}

input::placeholder {
  color: #848484;
}

/* FOOTER */

.footer {
  background: #212121;
  padding: 8rem 0;
}

.footer-container {
  max-width: 90rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  gap: 17.5rem;
}

.footer-logo {
  width: 35rem;
}

.footer-content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.footer-info-box {
  display: flex;
  align-items: center;
  gap: 2rem;
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
}

.footer-img {
  width: 3.2rem;
}

/* RESPONSIVE DESIGN */
@media (max-width: 450px) {
  html {
    font-size: 50%;
  }

  .nav {
    display: none;
  }

  .header {
    height: 5rem;
  }

  .logo-img {
    width: 11rem;
    height: 5rem;
  }

  .nav-controls {
    margin-right: 1rem;
    display: flex;
    align-items: center;
    gap: 3rem;
  }

  .nav-phone-box {
    display: flex;
    gap: 1rem;
    font-weight: 500;
    font-size: 1.8rem;
    color: #000;
  }

  .nav-phone-box img {
    width: 1.8rem;
  }

  .burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 2.4rem;
    padding: 0;
  }

  .burger-menu div {
    position: relative;
    width: 2.6rem;
    height: 0.2rem;
    border-radius: 9999rem;
    background: linear-gradient(0deg, #4856db, #4856db),
      linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  }

  .burger-menu div::before,
  .burger-menu div::after {
    content: "";
    position: absolute;
    border-radius: 9999rem;
    width: 2.6rem;
    height: 0.2rem;
    background: linear-gradient(0deg, #4856db, #4856db),
      linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  }

  .burger-menu div::before {
    top: -0.8rem;
  }

  .burger-menu div::after {
    bottom: -0.8rem;
  }

  .language-selector {
    display: none;
  }

  .hero-graphics {
    bottom: -2rem;
    left: -2rem;
  }

  .hero-graphics-image-phone-1 {}

  .hero-graphics-image-phone-1,
  .hero-graphics-image-arrow,
  .hero-graphics-image-phone-2 {
    width: 17rem;
  }

  .hero-graphics-image-arrow {
    display: none;
  }

  .hero-graphics-image-phone-2 {
    top: 16rem;
  }

  .arrow-hero {
    display: block;
    width: 10rem;
    position: absolute;
    bottom: 4rem;
    left: 16rem;
  }

  .features-container {
    max-width: 40rem;
  }

  .call-request-container {
    width: 36rem;
  }

  /* .stats {
    max-width: 47rem;
    margin-right: 1.5rem;
    margin-left: 1.5rem;
    border-radius: 1.5rem;
  }

  .stats-box {
    border: none;
    width: 20rem;
    padding: 0;
  }

  .stats-title {
    font-size: 3rem;
    line-height: 3.2rem;
  }

  .stats-title-subtext {
    font-size: 2.6rem;
  }

  .stats-box:nth-of-type(2) {
    width: 20rem;
  }

  .stats-container {
    margin: 0;
    padding: 0;
    width: 40rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 0;
  } */

  .stats {
    display: none;
  }

  .stats-card {
    margin-top: 3rem;
    display: block;
    border-radius: 0;
  }

  .stat-number {
    font-size: 3.4rem;
    margin-bottom: 0.2rem;
  }

  .stat-title {
    font-size: 2rem;
  }

  .stats-grid {
    /* grid-template-columns: 1fr; */
    gap: 24px;
  }

  .divider {
    grid-column: span 2;
  }

  .feature {
    flex-direction: column;
  }

  .feature-2 {
    flex-direction: column-reverse;
  }

  .feature-img {
    width: 100%;
  }

  .call-request-container {
    margin: 2.6rem auto 5rem;
    max-width: 47rem;
  }

  .call-request-text {
    font-size: 1.6rem;
  }

  .benefits-container {
    gap: 2rem;
    align-items: center;
    max-width: 40rem;
  }

  .benefits-title {
    font-size: 2.8rem;
  }

  .benefits-images {
    display: grid;
    grid-template-columns: 1fr;
  }

  .work-images {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }

  .work-title {
    font-size: 3.2rem;
  }

  .work-img-right {
    display: none;
  }

  .testimonials {
    flex-direction: column;
  }

  .testimonials-authors {
    width: 100%;
  }

  .testimonials-slider {
    padding: 3rem 3rem;
    margin: 1rem 2rem;
    min-height: 25rem;
  }

  .testimonials {
    display: none;
  }

  .testimonial-container {
    max-width: 36rem;
    margin: 5rem auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .testimonial-header {
    font-size: 2.6rem;
    font-weight: 700;
    color: #4856db;
    margin-bottom: 2rem;
    text-align: center;
  }

  .client-info img {
    width: 5rem;
  }

  .testimonial-card {
    background-image: url(./img/testimonials-author-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 1.5rem;
    display: flex;
    align-items: start;
    color: #fff;
    padding: 2.4rem;
    gap: 1.6rem;
  }

  .client-info {
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  .client-name {
    font-size: 1.8rem;
    font-weight: 600;
  }

  .client-position {
    font-size: 1.3rem;
    font-weight: 700;
  }

  .testimonial-btn {
    width: 3rem;
    height: 3rem;
    outline: none;
    border: none;
    background: #4856db;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    cursor: pointer;
  }

  .pagination {
    color: #000;
    font-weight: 700;
    font-size: 1.7rem;
    display: flex;
    gap: 0;
  }

  .pagination span {
    color: #4856db;
  }

  .testimonial-btn svg {
    fill: #fff;
    width: 1.6rem;
    height: 1.6rem;
  }

  .testimonial-navigation {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2.6rem;
    padding-top: 0.8rem;
    border-top: 1.5px solid #4856db;
  }

  .pagination-btns {
    display: flex;
    gap: 1rem;
  }

  .testimonial-text {
    font-weight: 400;
    text-transform: uppercase;
    line-height: 2.4rem;
  }

  .certificates {
    margin-bottom: 2rem;
  }

  .certificates-container {
    flex-direction: column;
    gap: 2rem;
    max-width: 40rem;
  }

  .certificates-images {
    flex-direction: column;
    gap: 1.6rem;
  }

  .partnership-container {
    align-items: center;
  }

  .partnership-title {
    font-size: 3.6rem;
  }

  .partnership-images {
    gap: 2.6rem;
    display: grid;
    grid-template-columns: 9rem 21rem;
  }

  .contacts-container {
    flex-direction: column;
    margin: 0 auto;
    padding: 0 2rem;
    gap: 3.6rem;
  }

  .contacts-box-first {
    gap: 1rem;
  }

  .contacts-box-info {
    gap: 3.6rem;
  }

  .contacts-box,
  .contacts-form {
    width: 100%;
  }

  .contacts-form-confirmation {
    flex-direction: column;
    gap: 2.6rem;
  }

  .contacts-form-btn {
    width: 100%;
  }

  .footer-img {
    width: 1.2rem;
  }

  .footer-logo {
    width: 12rem;
  }

  .footer-container {
    gap: 3rem;
  }

  .footer-content {
    gap: 2rem;
  }

  .footer-info-box {
    gap: 0.6rem;
  }

  .footer-info-box p {
    font-size: 1.3rem;
  }

  .testimonials-title {
    font-size: 3rem;
  }

  .testimonials-description-text {
    font-size: 1.8rem;
    line-height: 1.3;
  }
}

@media (max-width: 390px) {
  .call-request-container {
    margin: 2.6rem auto 5rem;
    max-width: 35rem;
  }
}

@media (max-width: 1200px) {
  .about-us-content {
    justify-content: center;
    padding-left: 0;
  }

  .about-us-car-image {
    display: none;
  }

  .about-us-container {
    padding: 0 3rem;
  }

  .about-us-text {
    font-size: 2.4rem;
  }
}

/* Sliding Menu Styles */
.sliding-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 10000000;
  transition: left 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sliding-menu.active {
  left: 0;
}

.sliding-menu-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}

.sliding-menu-link {
  color: #4856db;
  text-decoration: none;
  font-size: 2.4rem;
  font-weight: 500;
  transition: color 0.3s ease;
  text-transform: uppercase;
}

.sliding-menu-link:hover {
  color: #4856db;
}

.sliding-menu-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.sliding-menu-close:hover {
  transform: rotate(90deg);
}

.sliding-menu-close svg {
  width: 2.4rem;
  height: 2.4rem;
}

/* Toast */

.toast {
  position: fixed;
  top: 30px;
  right: 30px;
  background-color: #333;
  color: #fff;
  padding: 14px 24px;
  border-radius: 8px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
  z-index: 9999;
  pointer-events: none;
}

.toast.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.toast.success {
  background-color: #4856db;
}

.toast.error {
  background-color: #dc3545;
}