.press-form,
.materials {
  background-color: var(--primary-bg-color);
  color: #fff;
  padding: 15px 20px 10px;
  margin-bottom: 50px;
}

.press-form {
  text-align: left;
}

.press-form form .wrapper {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.press-form-col {
  flex: 1;
}

.press-form label {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}

.press-form input,
.press-form textarea,
.press-form select {
  background-color: #fff;
  height: 44px;
  width: 100%;
  padding-left: 20px;
  color: #000;
}

.press-form .form-group {
  /*margin-bottom: 26px;*/
  width: 100%;
}

.press-form .hint-block {
  font-size: 75%;
  font-style: italic;
}

.press-form textarea {
  padding-top: 20px;
  height: 223px;
  padding-bottom: 20px;
  font-family: eUkraine, sans-serif;
  font-size: 1.1rem;
}

.press-form .js-file-form label.control-label {
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.form-control.attach-file {
  background-image: url(../assets/images/attach.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-left: 20px;
  font-size: 12px;
  padding-bottom: 5px;
  margin-bottom: 0 !important;
}

.press-form .button {
  margin-left: 0;
  padding: 10px 25px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 0;
  text-transform: none;
  text-decoration: none;
  align-self: flex-start;
  border-radius: 0;
  background-color: #ffd72f;
  color: #000;
  margin: 0 auto;
  display: block;
  transition: 0.5s;
}

.press-form .button:hover {
  background-color: transparent;
  color: #fff;
}

/* Override nice select default styles*/

select+.nice-select {
  border-radius: 0;
  width: 100%;
  background-color: #fff;
  position: relative;
  border: 0 none;
  height: 44px;
  line-height: 42px;
}

select+.nice-select .option:hover,
select+.nice-select .option.focus,
select+.nice-select .option.selected.focus {
  background-color: var(--primary-bg-color);
  color: #fff;
}

select+.nice-select .list,
.nice-select .nice-select-dropdown {
  border-radius: 0;
  margin: 0;
  width: 100%;
}

select+.nice-select .option {
  line-height: 20px;
  padding-left: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 29px;
  color: #000;
  white-space: normal;
  width: inherit;
  color: #000;
}

select+.nice-select .current {
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  font-weight: 300;
  line-height: 44px;
}

@media all and (width < 1060px) {

  .swiper1Top,
  .swiper1Bottom,
  .swiper2 {
    max-width: 640px;
  }

  .press-form-col {
    /*flex-basis: 100%;
    min-width: 100%;
    max-width: 100%;*/
  }

  .press-form,
  .materials {
    padding: 20px !important;
  }
}


@media all and (width < 768px) {
  select+.nice-select .current {
    width: 250px;
  }

  .press-form form .wrapper {
    flex-direction: column;
  }
}