.new_form_styles form {
    font-size: 0px;
}

.new_form_styles form * {
  box-sizing: border-box;
}

.new_form_styles .form-agreement__col2 label._short {
  line-height: 100%;
}

/* === INPUTS === */
  .new_form_styles form input[type=text],
  .new_form_styles form input[type=email],
  .new_form_styles form input[type=tel] {
    height: 40px;
    padding: 13px 12px;
    border: 1px solid #ccc;
    margin-right: 9px;
    outline: none;
    font-size: 9pt;
  }

  .new_form_styles form textarea{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    min-height: 80px;
    padding: 13px 12px;
    border: 1px solid #ccc;
    outline: none;
    font-size: 9pt;
    margin-bottom: 16px;
	resize: none;
  }

  .new_form_styles form input[type=text]:focus,
  .new_form_styles form input[type=text]:active,
  .new_form_styles form input[type=text]:hover,
  .new_form_styles form input[type=email]:focus,
  .new_form_styles form input[type=email]:active,
  .new_form_styles form input[type=email]:hover,
  .new_form_styles form input[type=tel]:focus,
  .new_form_styles form input[type=tel]:active,
  .new_form_styles form input[type=tel]:hover,
  .new_form_styles form textarea:focus,
  .new_form_styles form textarea:active,
  .new_form_styles form textarea:hover {
    border-color: #ffc81f;
  }

  .new_form_styles form input.__error,
  .new_form_styles form input.__error[type=text]:active,
  .new_form_styles form input.__error[type=text]:focus,
  .new_form_styles form input.__error[type=text]:hover,
  .new_form_styles form input.__error[type=email]:active,
  .new_form_styles form input.__error[type=email]:focus,
  .new_form_styles form input.__error[type=email]:hover,
  .new_form_styles form input.__error[type=tel]:active,
  .new_form_styles form input.__error[type=tel]:focus,
  .new_form_styles form input.__error[type=tel]:hover,
  .new_form_styles form textarea.__error:active,
  .new_form_styles form textarea.__error:focus,
  .new_form_styles form textarea.__error:hover {
    border-color: red;
}

.new_form_styles form input.small[type=text],
.new_form_styles form input.small[type=email],
.new_form_styles form input.small[type=tel],
.new_form_styles form textarea.small {
  font-size: 11px;
}

.new_form_styles form input.adaptive[type=text],
.new_form_styles form input.adaptive[type=email],
.new_form_styles form input.adaptive[type=tel] {
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
  width: 100%;
  margin-right: 0;
}
/* === /INPUTS === */

/* === CHECKBOXES === */
.new_form_styles input[type=checkbox] {
    position: absolute;
	z-index: 1;
	box-shadow: none;
	margin-left: 0;
	/* Fix for IE11*/
	visibility: visible;
    opacity: 0;
}

.new_form_styles input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  z-index: 2;
  border: 1px solid #000;
  width: 16px;
  height: 16px;
  cursor: pointer;
  -webkit-transition: border-color 0.2s ease 0s;
  -moz-transition:border-color 0.2s ease 0s;
  -ms-transition:border-color 0.2s ease 0s;
  transition: border-color 0.2s ease 0s;
}

.new_form_styles input[type=checkbox] + label:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    display: block;
    border-radius: 0px;
    opacity: 0;
    background: #ffc821 url("/images/popup/checkbox_set.svg") center no-repeat;
    -webkit-transition: opacity 0.2s ease 0s;
    -moz-transition: opacity 0.2s ease 0s;
    -ms-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
}

.new_form_styles input[type=checkbox]:checked + label {
    border-color: #ffc821;
}

.new_form_styles input[type=checkbox]:checked + label:before {
    opacity: 1;
}

.new_form_styles input[type=checkbox].__error + label {
    border-color: red;
}
/* === /CHECKBOXES === */

/* === BUTTONS === */
.new_form_styles form input[type=submit],
.new_form_styles form button {
    font-family: 'Arial Narrow Bold', 'Arial Narrow', 'Arial', sans-serif;
    font-weight: bold;
    font-stretch: condensed;
    font-size: 18px;
    text-transform: uppercase;
    box-sizing: border-box;
    height: 40px;
    background-color: #ffc81f;
    color: #000;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
	outline: none;
}

.new_form_styles form input[type=submit]:hover,
.new_form_styles form button:hover {
    background-color: #000;
    color: #fff;
    cursor: pointer;
}

/* Äė’ źķīļīź āķå ōīšģ */
a.btn.new_button_style,
button.new_button_style,
input.new_button_style[type=submit] {
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  background-color: #ffc81f;
  color: #000;
}

a.btn.new_button_style:hover,
button.new_button_style:hover,
input.new_button_style[type=submit]:hover {
  background-color: #000;
  color: #fff;
  cursor: pointer;
}
/* === /BUTTONS === */


/* === CUSTOM SELECT === */
.selectric-custom-select {
  width: 100%;
}
.selectric-custom-select.selectric-hover .selectric {
  border-color: #ffc81f;
}
.selectric-custom-select.selectric-hover .selectric .button {
  border-color: #ffc81f;
}
.selectric-custom-select.selectric-open .selectric {
  border-color: #ffc81f;
}
.selectric-custom-select.selectric-open .selectric .button svg {
  transform: rotate(-180deg);
}
.selectric-custom-select .selectric {
  box-sizing: border-box;
  height: 30px;
  border: 1px solid #ccc;
  background-color: transparent;
  transition: border-color 0.3s ease 0s;
}
.selectric-custom-select .selectric .label {
  height: 100%;
  margin: 0 30px 0 12px;
  line-height: 30px;
  font-size: 11px;
  color: #000;
}
.selectric-custom-select .selectric .button {
  box-sizing: border-box;
  border-left: 1px solid #ccc;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 30px;
  height: 100%;
  background-color: transparent;
  transition: border-color 0.3s ease 0s;
}
.selectric-custom-select .selectric .button::after {
  display: none;
}
.selectric-custom-select .selectric .button svg {
  transition: transform 0.3s ease 0s;
}
.selectric-custom-select .selectric-items {
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 13px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #B7B7B7;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}
.selectric-custom-select .selectric-items li {
  box-sizing: border-box;
  line-height: 15px;
  font-size: 11px;
  min-height: 33px;
  padding: 9px 18px 6px 18px;
  color: #000;
  transition: background-color 0.3s ease 0s;
}
.selectric-custom-select .selectric-items li:hover {
  background-color: #F3F3F3;
}
.selectric-custom-select .selectric-items li.selected {
  background-color: #F3F3F3;
}

/* === /CUSTOM SELECT === */


/* === BLOCK ATTACH FILE === */
.block-attach-file__attach {
  position: relative;
  font-family: Arial;
  line-height: 14px;
  font-size: 12px;
  color: #000000;
  height: 80px;
  cursor: pointer;
}
.block-attach-file__default {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 0 15px;
  -ms-flex-align: center;
      align-items: center;
  background-color: rgba(204, 204, 204, 0.2);
}
.block-attach-file__icon {
  margin-right: 10px;
}
.block-attach-file__text-block._name {
  display: none;
  margin-top: 9px;
}
.block-attach-file__text-caption {
  opacity: 0.5;
}
.block-attach-file__text-caption span {
  text-decoration: underline;
}
.block-attach-file__text-note {
  margin-top: 3px;
  line-height: 14px;
  font-size: 11px;
  opacity: 0.2;
}
.block-attach-file__dropzone {
  box-sizing: border-box;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 10px 6px 0 6px;
  background-color: transparent;
  border: 1.5px dashed rgba(0, 0, 0, 0.2);
  border-color: transparent;
  transition: border-color 0.3s ease 0s, background-color 0.3s ease 0s;
}
.block-attach-file__dropzone.dz-started {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}
.block-attach-file__dropzone.dz-started + .block-attach-file__default {
  visibility: hidden;
  opacity: 0;
}
.block-attach-file__dropzone.dz-started .block-attach-file__dropzone-note {
  opacity: 0.7;
  visibility: visible;
}
.block-attach-file__dropzone._drag {
  border-color: rgba(0, 0, 0, 0.2);
}
.block-attach-file__dropzone.dz-drag-hover {
  border-color: rgba(0, 0, 0, 0.2);
}
.block-attach-file__dropzone:hover {
  border-color: rgba(0, 0, 0, 0.2);
}
.block-attach-file__item {
  position: relative;
  text-align: center;
  width: 20%;
  -ms-flex: 0 0 20%;
      flex: 0 0 20%;
}
.block-attach-file__item.dz-error {
  display: none;
}
.block-attach-file__item.dz-processing {
  display: block;
}
.block-attach-file__item.dz-complete {
  display: block;
}
.block-attach-file__item-name {
  font-size: 10px;
  opacity: 0.7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.block-attach-file__delete {
  box-sizing: border-box;
  position: absolute;
  top: -3px;
  right: -2px;
  z-index: 10;
  width: 20px;
  height: 20px;
  padding: 0;
  background-color: transparent;
}
.block-attach-file__delete:hover {
  background-color: transparent;
}
.block-attach-file__delete .line {
  content: '';
  display: block;
  width: 8px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #828282;
}
.block-attach-file__delete:after {
  content: '';
  display: block;
  width: 8px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #828282;
}
.block-attach-file__delete:before {
  content: '';
  display: block;
  width: 8px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #828282;
  transform: translate(-50%, -50%) rotate(45deg);
}
.block-attach-file__item-progress {
  padding: 0 5px;
}
.block-attach-file__item-upload {
  display: block;
  width: 0;
  height: 2px;
  background-color: #ffc81f;
  transition: width 0.3s ease 0s;
}
.block-attach-file__dropzone-note {
  position: absolute;
  left: 13px;
  bottom: -19px;
  font-size: 10px;
  color: #828282;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
}

.block-attach-file-mobile__default {
  display: none;
}

.block-attach-file__item-size {
  display: none;
}

/* === /BLOCK ATTACH FILE === */


/* === COMAGIC FORM === */
.comagic-offline-message-generator__image {
   border: solid 5px #fcc61e !important;
}
/* === /COMAGIC FORM === */

/* === FOR MOBILE === */
.sim_text .mobile_form h1 {
  font-family: "Arial Narrow Bold", "Arial Narrow", "Arial", sans-serif;
  font-size: 22px;
  font-stretch: condensed;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 29px;
  margin-bottom: 15px;
}

.mobile_form {
  font-family: "Arial";
}

.mobile_form .popup-form__top-notes {
  font-size: 10px;
  line-height: 14px;
  color: rgba(0, 0, 0, .5);
  margin-bottom: 7px;
}

.mobile_form input[type=text],
.mobile_form.new_form_styles form textarea {
  display: block;
  box-sizing: border-box;
  border: 1px solid #ccc;
  width: 100%;
  min-width: auto;
  max-width: 500px;
}

.mobile_form input[type=text] {
  display: block;
  margin-bottom: 15px;
  height: 30px;
  font-size: 11px;
  padding: 9px 12px 7px;
}

.mobile_form input[type=checkbox] {
  width: 15px;
  height: 15px;
  background-color: #FDD842;
  border: 1px solid #FDD842;
  box-sizing: border-box;
}

.mobile_form .popup-form__attach {
}

.mobile_form .form-agreement {
  margin-top: 24px;
}

.mobile_form .form-agreement .form-agreement__col2 {
  width: 100%;
  max-width: 475px;
  margin-bottom: 20px;
}

.mobile_form.new_form_styles form input[type="submit"],
.mobile_form.new_form_styles form button {
  width: 100%;
  max-width: 500px;
}
/* === /FOR MOBILE === */

/* === FOR NEW MOBILE FORMS === */
.spare-parts-service__top {
  margin-bottom: 4px;
}
.spare-parts-service__wrap {
  padding: 10px 25px 0 20px;
}
.spare-parts-service__note {
  font-size: 10px;
  line-height: 14px;
  opacity: 0.5;
}
.spare-parts-service__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
.spare-parts-service__content .row {
  height: 30px;
  margin-bottom: 15px;
}
.spare-parts-service__content .row input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.spare-parts-service__content .row input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.spare-parts-service__content .row input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.spare-parts-service__content .row textarea {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 65px;
  margin-bottom: 0;
}
.spare-parts-service__content .row._height-auto {
  height: auto;
}
.spare-parts-service__content .row._submit input[type=submit] {
  width: 292px;
}
.spare-parts-service__content .row._select select option:first-child {
  display: none;
}
.spare-parts-service__content .row._select .selectric-custom-select .selectric-items li:first-child {
  display: none;
}
.spare-parts-service__content .row._select .selectric-custom-select .selectric .label {
  color: rgba(0, 0, 0, 0.5);
}
.spare-parts-service__content .row._select .selectric-custom-select._change .selectric .label {
  color: #000;
}
.spare-parts-service__block._form {
  -ms-flex: 0 0 430px;
      flex: 0 0 430px;
  width: 430px;
  max-width: 430px;
}
.spare-parts-service__block._widget {
  -ms-flex: 0 0 214px;
      flex: 0 0 214px;
  width: 214px;
  max-width: 214px;
  margin-left: auto;
}
.spare-parts-service__thanks h2 {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 19px;
  color: #000;
}
.spare-parts-service__thanks p {
  font-size: 13px;
  line-height: 19px;
}
.spare-parts-service-widget {
  border: 1px solid #E5E5E5;
  font-size: 12px;
  line-height: 15px;
}
.spare-parts-service-widget__inner {
  text-align: center;
  padding: 28px 5px 10px;
}
.spare-parts-service-widget__logo {
  margin-bottom: 20px;
}
.spare-parts-service-widget__logo img {
  width: 57px;
}
.spare-parts-service-widget .border {
  height: 1px;
  background-color: #E9E9EB;
  margin: 14px 13px 11px;
}
/* === /FOR NEW MOBILE FORMS === */

/* ===   === */
form div.row._email-custom {
  position: absolute;
  left: -10000px;
}
/* === /  === */