.download-drivers {
  padding-bottom: 100px;
}
.download-drivers .page-title {
  font-family: var(--font-primary), sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  color: var(--PrimaryBlack);
  padding: 36px 0;
}
.download-drivers__content {
  display: flex;
  flex-direction: row;
}
.download-drivers__wrapper-form {
  width: calc(50% - 40px);
  padding-right: 40px;
}
.download-drivers__wrapper-logo {
  width: calc(50% - 40px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.download-drivers__form-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: var(--PrimaryBlack);
  margin-bottom: 24px;
}
.download-drivers__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.download-drivers__form .select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml,<svg width="13" height="8" viewBox="0 0 13 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.460938 0.459717L6.46094 6.45972L12.4609 0.459717" stroke="%231A1A1A" stroke-width="1.3"/></svg>');
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 13px 8px;
  width: 100%;
  padding: 16px;
  border: 1px solid var(--GraySecondary);
  border-radius: 2px;
  background-color: transparent;
  color: var(--PrimaryBlack);
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  outline: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.download-drivers__form .select:focus {
  border-color: #1B1B1B;
}
.download-drivers__form .select:hover {
  border-color: #1B1B1B;
}
.download-drivers__form .select:disabled {
  border-color: #C8C9C7;
  color: #8A8A8A;
  cursor: not-allowed;
}
.download-drivers__form .button:disabled {
  cursor: not-allowed;
  background-color: #9F9F9F;
  color: #FFFFFF;
  border-color: #9F9F9F;
}
.download-drivers__form .button:disabled:hover {
  background-color: #9F9F9F;
  color: #FFFFFF;
  border-color: #9F9F9F;
}
.download-drivers__form .button,
.download-drivers__form .button__tertiary {
  width: 100%;
  cursor: pointer;
  display: inline-block;
  padding: 20px 40px;
  border-radius: 2px;
  text-decoration: none;
  transition: all 0.3s ease;
  font: var(--reg);
  line-height: 1;
  border: 2px solid var(--PrimaryGreen);
  background-color: var(--PrimaryGreen);
  color: var(--PrimaryWhite);
}
.download-drivers__form .button:hover:not(:disabled),
.download-drivers__form .button__tertiary:hover:not(:disabled) {
  border-color: var(--PrimaryGreen);
  color: var(--PrimaryGreen);
  background-color: transparent;
}
.download-drivers__models-result {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.download-drivers__model-card {
  display: flex;
  background-color: #F1F1F1;
  border-radius: 4px;
  padding: 35px 50px;
  flex-direction: row;
  gap: 8%;
}
.download-drivers__model-card-image {
  width: 200px;
  position: relative;
}
.download-drivers__model-card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.download-drivers__model-card-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--PrimaryBlack);
}
.download-drivers__model-card-description-list {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.download-drivers__drivers-result {
  margin-top: 50px;
}
.download-drivers__drivers-result-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: var(--PrimaryBlack);
  margin-bottom: 16px;
}
.download-drivers__drivers-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.download-drivers__driver-item {
  display: flex;
  flex-direction: row;
  gap: 16px;
  padding: 25px 0;
  justify-content: space-between;
  border-bottom: 0.5px solid #C8C9C7;
}
.download-drivers__driver-name {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--PrimaryBlack);
  width: 400px;
}
.download-drivers__driver-type {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  color: #1B1B1B;
}
.download-drivers__driver-date {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  color: #1B1B1B;
}
.download-drivers__driver-size {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  color: #1B1B1B;
}
.download-drivers__driver-item-download-link {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  color: var(--PrimaryGreen);
  transition: all 0.3s ease;
  opacity: 1;
}
.download-drivers__driver-item-download-link:hover {
  opacity: 0.8;
}
.download-drivers__no-files {
  font-size: 16px;
  color: var(--GrayTertiary);
  padding: 20px 0;
}
.download-drivers__field-row {
  margin: 0;
}

@media (max-width: 991px) {
  .download-drivers {
    padding-bottom: 60px;
  }
  .download-drivers .page-title {
    padding-top: 10px;
    font-size: 24px;
  }
  .download-drivers__form-title {
    font-size: 14px;
  }
  .download-drivers__content {
    flex-direction: column;
  }
  .download-drivers__wrapper-form {
    width: 100%;
    padding-right: 0;
  }
  .download-drivers__wrapper-logo {
    width: calc(100% - 40px);
  }
  .download-drivers__model-card {
    flex-direction: column;
    padding: 30px 20px;
    text-align: center;
    gap: 20px;
  }
  .download-drivers__model-card-image {
    margin: 0 auto;
  }
  .download-drivers__model-card-title {
    font-size: 20px;
  }
  .download-drivers__drivers-result-title {
    font-size: 20px;
  }
  .download-drivers__driver-item {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 15px;
  }
  .download-drivers__driver-name {
    font-size: 16px;
    font-weight: 700;
    width: 100%;
  }
  .download-drivers__models-result {
    margin-left: -20px;
    margin-right: -20px;
  }
}