input, textarea {outline:none !important;}

.uk-form-label {
    display: block;
    font-size: 14px;
    line-height: 150%;
    color: #fff;
    margin-bottom: 6px;
}

.uk-modal {
    z-index: 2010;
}

.uk-input {
    padding: 0 12px;
    height: 40px;
    background-color: #FFFFFF;
    border: 1px solid #E1E1E1;
    border-radius: 2px;
    color: #000103;
    transition: all 0.3s ease;
	width: 100%;
}
.uk-input:hover {
    border-color: #8F9090;
}
.uk-input:focus {
    border-color: #404040;
    color: #000103;
}
.uk-input::-moz-placeholder {
    color: #8F9090;
}
.uk-input::placeholder {
    color: #8F9090;
}

.uk-textarea {
    resize: vertical;
  padding-top: 6px;
  padding-bottom: 6px;
  vertical-align: top;
  transition: border-color 0.3s ease, color 0.3s ease;
    background-color: #FFFFFF;
    border: 1px solid #E1E1E1;
    border-radius: 2px;
    color: #000103;
  min-height: 96px;
  padding: 13px 16px;
  font-size: 14px;
max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 959.98px) {
    .uk-textarea {
        max-height: 136px;
    }
}

.uk-textarea::-moz-placeholder {
    color: #8F9090;
}
.uk-textarea::placeholder {
    color: #8F9090;
}

.form-box {
    max-width: 628px;
    margin: 0 auto;
}
@media screen and (max-width: 639.98px) {
    .form-box {
        max-width: unset;
        margin: 0;
    }
}
.form-box .custom-select-field {
    display: flex;
    width: 100%;
    padding: 9px 12px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.48;
    color: #000103;
    background-color: #FFFFFF;
    border: 1px solid #E1E1E1;
    border-radius: 0;
    transition: border-color 0.3s ease, background-image 0.3s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-overflow: ellipsis;
    overflow: hidden;
}
@media screen and (max-width: 959.98px) {
    .form-box .custom-select-field {
        max-width: unset;
    }
}
.form-box .custom-select-field:hover {
    border-color: #8F9090;
}
.form-box .custom-select-value {
    font-size: 15px;
}

.form-row {
    display: flex;
    align-items: center;
    gap: 24px;
}
.form-row > div {
    flex: 1;
    width: 100%;
}
@media screen and (max-width: 639.98px) {
    .form-row {
        flex-direction: column;
    }
}

.form-download {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}
.form-download > div {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 6px;
}
@media screen and (max-width: 639.98px) {
    .form-download {
        flex-direction: column;
    }
}

.mb24 {
    margin-bottom: 24px;
}

.uk-form-custom input[type=file], .uk-form-custom select {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    -webkit-appearance: none;
    opacity: 0;
    cursor: pointer;
}

form-box-subtitle {
  font-size: 17px;
  line-height: 158%;
  color: #888888;
}
.mb40-32 {
  margin-bottom: 40px;
}

.uk-button {
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
    font-size: inherit;
    line-height: inherit;
  color: inherit;
  text-transform: none;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 11px 31px;
  font-size: 15px;
  line-height: 1.48;
  box-sizing: border-box;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: 1px solid #393C41;
  border-radius: 2px;
  width: 100%;
  cursor: pointer;
}

.uk-button-secondary {
  background-color: #393C41;
  color: #fff;
}

.uk-form-label a {color: #fff; text-decoration: underline;}

.mb48-40 {
  margin-bottom: 48px;
}

.callback-form-modal {
	margin-top: 20px; 
	overflow: hidden;
	width: 100%;
}

.gray-bg {background: #EAEAEA;}
.finance-contacts.gray-bg * {color: #000000;}
.engineering-contacts.gray-bg p, .engineering-contacts.gray-bg .uk-form-label, .engineering-contacts.gray-bg a {color: #000000;}