

/* Start:/local/templates/dosaaf_2026/components/luxar/super/form-zapis/style.css?17772627359709*/
.content-form {
  /*
  border-radius: 20px;
  border: 1px solid #E6EAF0;
  background: #f1f6f7;
  padding: 44px;
  */
}
.content-form__row {
  display: flex;
  gap: 1.6rem;
  margin-bottom: 1.6rem;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .content-form__row {
    flex-wrap: wrap;
  }
}
@media (max-width: 991.98px) {
  .content-form__select {
    width: 100%;
  }
}
.content-form__title {
  color: #BA0000;
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 3.5rem;
}
.content-form__title span {
  color: #000;
}
@media (max-width: 991.98px) {
  .content-form__title {
    font-size: 2.5rem;
  }
}
.content-form input[type=text],
.content-form input[type=tel] {
  background: transparent;
  border-radius: 3rem;
  border: 1px solid #D4DDE3;
  height: 4.4rem;
  line-height: 4.4rem;
  color: #676D72;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0 3rem;
  box-sizing: border-box;
  outline: none;
  transition: all 0.3s linear;
}
.content-form input[type=text]:focus,
.content-form input[type=tel]:focus {
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.15);
}
.content-form .date-resit,
.content-form input[type=text],
.content-form input[type=tel],
.content-form select {
  min-width: 425px;
}
@media (max-width: 991.98px) {
  .content-form .date-resit,
  .content-form input[type=text],
  .content-form input[type=tel],
  .content-form select {
    width: 100%;
    min-width: initial;
  }
}
.content-form__btn_container {
  display: flex;
  gap: 0;
  flex-direction: column-reverse;
}
@media (max-width: 991.98px) {
  .content-form__btn_container {
    flex-wrap: wrap;
  }
}
.content-form__check {
  position: relative;
  padding-left: 3rem;
  max-width: 100%;
  color: #AFBAC2;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.4rem;
}
@media (max-width: 991.98px) {
  .content-form__check {
    width: 100%;
  }
}
.content-form__check input[type=checkbox] {
  display: none;
}
.content-form__check input[type=checkbox] + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  background-image: url('data:image/svg+xml,<svg width="23" height="23" viewBox="0 0 23 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21.7615 11.3807V19.1663C21.7615 19.8546 21.4881 20.5147 21.0014 21.0014C20.5147 21.4881 19.8546 21.7615 19.1663 21.7615H3.59519C2.9069 21.7615 2.2468 21.4881 1.76011 21.0014C1.27342 20.5147 1 19.8546 1 19.1663V3.59519C1 2.9069 1.27342 2.2468 1.76011 1.76011C2.2468 1.27342 2.9069 1 3.59519 1H15.2735" stroke="%23A8B1B9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.content-form__check input[type=checkbox]:checked + span:before {
  background-image: url('data:image/svg+xml,<svg width="23" height="23" viewBox="0 0 23 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.48828 10.0833L11.3811 13.9761L21.7618 3.59534" stroke="%236BAFEE" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M21.7615 11.3807V19.1663C21.7615 19.8546 21.4881 20.5147 21.0014 21.0014C20.5147 21.4881 19.8546 21.7615 19.1663 21.7615H3.59519C2.9069 21.7615 2.2468 21.4881 1.76011 21.0014C1.27342 20.5147 1 19.8546 1 19.1663V3.59519C1 2.9069 1.27342 2.2468 1.76011 1.76011C2.2468 1.27342 2.9069 1 3.59519 1H15.2735" stroke="%23A8B1B9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.content-form__callendar {
  position: relative;
}
.content-form__callendar input {
  padding-right: 61px !important;
}
.content-form__callendar svg {
  position: absolute;
  right: 19px;
  top: 6px;
}
.content-form__select label {
  width: 100%;
}

/* =========================
   Select2
========================= */
.select2-container.select2-container--default {
  width: 100% !important;
}
.select2-container.select2-container--default .select2-selection--single {
  background: transparent;
  border-radius: 22px;
  border: 1px solid #D4DDE3;
  height: 44px;
  line-height: 44px;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__placeholder {
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  color: #676D72;
  font-family: "Roboto", Arial, sans-serif;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 30px;
  padding-right: 30px;
  line-height: 44px;
  font-size: 16px;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 15px;
  height: 13px;
  top: 15px;
  right: 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="13" viewBox="0 0 15 13" fill="none"><path d="M0.867704 7.29L6.50973 12.29C6.61704 12.381 6.74359 12.4524 6.8821 12.5C7.15682 12.6 7.46496 12.6 7.73969 12.5C7.8782 12.4524 8.00474 12.381 8.11206 12.29L13.7541 7.29C13.8593 7.19676 13.9428 7.08607 13.9997 6.96425C14.0566 6.84243 14.0859 6.71186 14.0859 6.58C14.0859 6.3137 13.9666 6.0583 13.7541 5.87C13.5416 5.68169 13.2534 5.57591 12.9529 5.57591C12.6524 5.57591 12.3642 5.68169 12.1517 5.87L8.4393 9.17L8.4393 1.58C8.4393 1.31478 8.32041 1.06043 8.1088 0.872891C7.89718 0.685355 7.61017 0.579998 7.31089 0.579998C7.01162 0.579998 6.72461 0.685355 6.51299 0.872891C6.30137 1.06043 6.18249 1.31478 6.18249 1.58L6.18249 9.17L2.47004 5.87C2.36514 5.77627 2.24034 5.70188 2.10283 5.65111C1.96532 5.60034 1.81783 5.5742 1.66887 5.5742C1.51991 5.5742 1.37242 5.60034 1.23491 5.65111C1.09741 5.70188 0.972604 5.77627 0.867704 5.87C0.761941 5.96296 0.677993 6.07356 0.620704 6.19542C0.563417 6.31728 0.533923 6.44799 0.533923 6.58C0.533923 6.71201 0.563417 6.84272 0.620704 6.96457C0.677992 7.08643 0.761941 7.19703 0.867704 7.29Z" fill="%23667989"/></svg>');
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="12" viewBox="0 0 15 12" fill="none"><path d="M13.7495 5.28501L8.10746 0.285014C8.00015 0.193974 7.8736 0.122608 7.73509 0.0750141C7.46037 -0.025004 7.15222 -0.025004 6.8775 0.075014C6.73899 0.122608 6.61244 0.193973 6.50513 0.285014L0.863104 5.28501C0.757893 5.37825 0.674436 5.48894 0.617496 5.61076C0.560556 5.73259 0.531249 5.86315 0.531249 5.99501C0.531249 6.26132 0.650621 6.51671 0.863104 6.70501C1.07559 6.89332 1.36378 6.99911 1.66427 6.99911C1.96477 6.99911 2.25296 6.89332 2.46544 6.70501L6.17789 3.40501L6.17789 10.995C6.17789 11.2602 6.29677 11.5146 6.50839 11.7021C6.72001 11.8897 7.00702 11.995 7.30629 11.995C7.60557 11.995 7.89258 11.8897 8.1042 11.7021C8.31581 11.5146 8.4347 11.2602 8.4347 10.995L8.4347 3.40501L12.1472 6.70501C12.2521 6.79874 12.3769 6.87314 12.5144 6.92391C12.6519 6.97467 12.7994 7.00081 12.9483 7.00081C13.0973 7.00081 13.2448 6.97467 13.3823 6.92391C13.5198 6.87314 13.6446 6.79874 13.7495 6.70501C13.8552 6.61205 13.9392 6.50145 13.9965 6.37959C14.0538 6.25773 14.0833 6.12703 14.0833 5.99501C14.0833 5.863 14.0538 5.7323 13.9965 5.61044C13.9392 5.48858 13.8552 5.37798 13.7495 5.28501Z" fill="%236BAFEE"/></svg>');
}
.select2-container.select2-container--default .select2-dropdown {
  background: #f1f6f7;
  border-color: #D4DDE3;
}
.select2-container.select2-container--default .select2-dropdown.select2-dropdown--below {
  border-radius: 0 0 22px 22px;
  border-top: transparent;
}
.select2-container.select2-container--default .select2-dropdown.select2-dropdown--below .select2-results {
  padding-bottom: 22px;
}
.select2-container.select2-container--default .select2-dropdown.select2-dropdown--above {
  border-radius: 22px 22px 0 0;
  border-bottom: transparent;
}
.select2-container.select2-container--default .select2-dropdown .select2-results {
  padding: 12px 0;
}
.select2-container.select2-container--default .select2-dropdown .select2-results .select2-results__options {
  padding-top: 10px;
}
.select2-container.select2-container--default .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar {
  width: 4px;
}
.select2-container.select2-container--default .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar-track {
  background: #D4DDE3;
}
.select2-container.select2-container--default .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar-thumb {
  background-color: #A5B0B8;
  border-radius: 20px;
}
.select2-container.select2-container--default .select2-dropdown .select2-results .select2-results__option {
  padding: 0 29px;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.select2-container.select2-container--default .select2-dropdown .select2-results .select2-results__option.select2-results__option--highlighted {
  background-color: #EAF0F3;
  color: #BA0000;
}

.order-block {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .order-block {
    padding: 20px 0;
  }
}
.order-block__row {
  display: flex;
  gap: 36px;
}
@media (max-width: 767px) {
  .order-block__row {
    flex-direction: column-reverse;
  }
}
.order-block__form {
  max-width: 500px;
}
.order-block__img {
  max-width: 500px;
  font-size: 0;
  border-radius: 20px;
  overflow: hidden;
}
.order-block__img img {
  max-width: 100%;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/dosaaf_2026/components/luxar/super/form-zapis/js/select/select2.min.css?172795254214966*/
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/* End */
/* /local/templates/dosaaf_2026/components/luxar/super/form-zapis/style.css?17772627359709 */
/* /local/templates/dosaaf_2026/components/luxar/super/form-zapis/js/select/select2.min.css?172795254214966 */
