.regSearch {
  padding: 80px 0;
  z-index: 1;
  position: relative;
}

.regSearch .cldr-lst__ico {
  color: #000;
}

.btn, .btn-black, .btn-primary, .btn-secondary {
  transition: all 0.3s;
  cursor: pointer;
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #000;
  font-size: 0.9375rem;
  line-height: 1.2;
  font-weight: 600;
  padding: 9px 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background: 0 0;
  border: 2px solid #000;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  border: none;
}

.btn-secondary--big {
  padding: 14px 24px;
}

.btn-secondary {
  border-color: #3695D8;
  color: #3695D8;
  border-radius: 5px;
}

.btn-secondary:hover {
  background-color: #2D8BCE;
  color: #fff;
}

.btn-primary {
  background-color: #3695D8;
  border-color: #3695D8;
  color: #3695D8;
  border-radius: 5px;
  background: transparent;
  border: none;
}

.btn-primary:focus, .btn-primary:hover {
  background-color: #2D8BCE;
  color: #fff;
}

input {
  border: 0;
  margin: 0;
  padding: 0;
}

input:focus-visible {
  outline: none;
}

.regForm {
  margin-top: 40px;
}

.regForm-ctrl {
  white-space: nowrap;
}

.regForm__wrapper {
  list-style: none;
  padding: 0;
  margin: 0;
  opacity: 0;
}

.regForm__wrapper {
  display: flex;
  flex-flow: row wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.regForm__field {
  flex: 1 1 50%;
  padding: 15px;
  position: relative;
  width: 50%;
}

.regForm__field:last-child {
  min-width: 100%;
  display: flex;
  justify-content: center;
}

.regForm__btn {
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
}

.regForm__btn--reset {
  color: #000;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.regForm__ico {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.1875rem;
}

.regForm-loader {
  display: table;
  margin: auto;
  padding: 8px;
  color: #3695D8;
  font-size: 2.25rem;
  line-height: 1;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
}

.regForm-loader.active {
  visibility: visible;
  opacity: 1;
}

.regForm-ctrl {
  width: 100%;
  position: relative;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #828282;
  /*font-weight: 500;*/
  /*font-size: 16px;*/
  /*line-height: 1;*/
  /*color: #828282;*/
  height: 45px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.regForm-ctrl::-moz-placeholder {
  color: #000;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

.regForm-ctrl::placeholder {
  color: #000;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

.regForm-ctrl:-webkit-autofill, .regForm-ctrl:-webkit-autofill:active, .regForm-ctrl:-webkit-autofill:focus, .regForm-ctrl:-webkit-autofill:hover {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.regForm-ctrl__inp {
  width: 100%;
  height: 100%;
}

.regForm-ctrl__inp + .regForm-ctrl__lbl {
  color: #000;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-style: normal !important;
  font-weight: 300;
  line-height: 24px;
}

.regForm-ctrl__inp:not([value=""]) + .regForm-ctrl__lbl {
  color: #3695D8;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  background: #fff;
  padding-right: 10px;
  transform: translateY(-190%);
}

.regForm-ctrl__inp--with-ico {
  padding-right: 20px;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.regForm-ctrl__lbl {
  position: absolute;
  left: 14px;
  top: 50%;
  margin-right: 30px;
  padding-left: 1px;
  max-width: calc(100% - 45px);
  transition: transform 0.25s ease-in, color 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre;
  transform: translateY(-50%);
  pointer-events: none;
}

.regForm-ctrl:focus-within .regForm-ctrl__lbl {
  color: #3695D8;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  background: #fff;
  padding-right: 10px;
  transform: translateY(-190%);
}

.SumoSelect .SelectBox, .SumoSelect .options, .SumoSelect .placeholder {
  /*font-size: 16px;*/
  /*color: #828282 !important;*/
  /*font-style: normal !important;*/
  /*font-weight: 500;*/
  color: #000 !important;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-style: normal !important;
  font-weight: 300;
  line-height: 24px;
}

.regForm-ctrl:focus, .regForm-ctrl:hover {
  box-shadow: 0 0 2px #7799d0;
  border-color: #7799d0;
}

.regForm-ctrl--txt {
  padding-right: 40px;
}

.SumoSelect {
  width: 100%;
}

.SumoSelect .CaptionCont {
  border-radius: 5px;
  border: 1px solid #828282;
  height: 45px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.SumoSelect > .CaptionCont > span {
  color: #000;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.SumoSelect > .CaptionCont > span.placeholder {
  font-weight: 300;
}

.SumoSelect .SelectBox {
  line-height: 1;
  padding-left: 15px;
}

.SumoSelect .options, .SumoSelect .placeholder {
  line-height: 1;
}

.SumoSelect .select-all {
  height: 35px;
}

.SumoSelect .opt {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  padding-left: 15px !important;
}

.SumoSelect.open .search-txt {
  padding: 12px 8px;
  color: #000000;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

.SumoSelect .no-match {
  color: #000000;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

.SumoSelect.open .optWrapper {
  top: 44px;
}

.SumoSelect.open .optWrapper .selected {
  color: #3695D8;
}

.SumoSelect.open .optWrapper .selected i {
  background-color: #3695D8 !important;
}

.SumoSelect.open .optWrapper .disabled {
  display: none;
}

.SumoSelect.open .optWrapper.isFloating .options {
  box-shadow: none;
}

.SumoSelect .multiple .opt {
  padding-left: 35px !important;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 18px;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  background: #3695D8;
  color: #FFFFFF;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk:hover {
  background: #FFFFFF;
  color: #3695D8;
  transition: all 0.3s;
}

.regFormSelect-lbl {
  position: absolute;
  padding-right: 15px;
  left: 30px;
  z-index: 2;
  transition: all 0.3s;
  color: #3695D8;
  pointer-events: none;
  background-color: #fff;
  font-family: Gilroy, sans-serif;
  /*font-weight: 600;*/
  /*font-size: 13px;*/
  line-height: 1;
  visibility: hidden;
  opacity: 0;
  top: 26px;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
}

.active + .regFormSelect-lbl {
  top: 8px;
  visibility: visible;
  opacity: 1;
}

.daterangepicker {
  font-family: inherit !important;
}

.daterangepicker .drp-buttons .btn, .daterangepicker .drp-buttons .btn-primary, .daterangepicker .drp-buttons .btn-secondary {
  padding: 8px;
}

.daterangepicker td.active {
  background-color: #3695D8;
}

.cldr-lst {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -5px;
}

.cldr-lst__el {
  padding: 0 5px;
  flex: 0 0 50%;
  position: relative;
}

.cldr-lst .regForm-ctrl {
  padding-right: 25px;
  text-overflow: ellipsis;
}

.cldr-lst .regFormSelect-lbl {
  left: 20px;
}

.cldr-lst .active + .regFormSelect-lbl {
  top: -6px;
}

.cldr-lst__ico {
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.125rem;
  color: #3695D8;
}

.SumoSelect .SelectBox {
  border: none;
  border-bottom: 1px solid #000000;
  border-radius: 0;
}

.regForm-ctrl {
  border: none;
  border-bottom: 1px solid #000000;
  border-radius: 0;
}

.posr {
  position: relative;
}

.SumoSelect.open > .CaptionCont, .SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont {
  box-shadow: none;
}

.regForm-ctrl:focus, .regForm-ctrl:hover {
  box-shadow: none;
}

.regForm__field .btn-secondary--big {
  padding: 0;
}

.regForm__field .btn-secondary:hover {
  background: transparent;
  color: #828282;
}

.btn-primary:focus, .btn-primary:hover {
  background: transparent;
  color: #828282;
}

.regForm__btn--smb {
  color: #3695D8;
  text-align: center;
  font-family: Gilroy, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-left: 30px;
  padding: 0;
  min-width: 90px;
  text-align: left;
}

.regForm__field .btn-secondary--big {
  width: 90px;
  text-align: right;
  justify-content: end;
}

.search-result {
  padding-top: 50px;
  border-top: 2px solid #000;
}

.search-result .section-title {
  margin-bottom: 50px;
}

.clean {
  position: absolute;
  top: 7px;
  right: 15px;
  color: #3695D8;
  font-size: 14px;
  display: none;
  cursor: pointer;
}

.SumoSelect.active + .regFormSelect-lbl + .clean {
  display: block;
}

.regSearch .cldr-lst__ico {
  z-index: 1;
}

.cldr-lst .regForm-ctrl {
  z-index: 2;
  background: transparent;
  cursor: pointer;
}

.SumoSelect > .CaptionCont > label > i {
  background-image: url("/assets/img/arrow_down.svg");
}

.search_tags {
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.search_tags span {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  padding-right: 10px;
  transition: 0.3s all;
}

.search_tags svg path {
  fill: #000;
  transition: 0.3s all;
}

.search_tags li:hover span {
  color: #3695D8;
}

.search_tags li:hover svg path {
  fill: #3695D8;
}

.search_tags li {
  margin-right: 20px;
  padding: 10px 0;
  cursor: pointer;
  border-bottom: 1px solid #000;
}

.search_title_wrap {
  justify-content: space-between;
  align-items: baseline;
}

.search_title_wrap .show_close_form {
  padding-right: 41px;
  position: relative;
}

.search_title_wrap .show_close_form {
  color: #000;
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.regSearch .show_close_form_hide {
  display: block;
}

.regSearch .show_close_form_show {
  display: none;
}

.regSearch.hide_form .show_close_form_show {
  display: block;
}

.regSearch.hide_form .show_close_form_hide {
  display: none;
}

.search_title_wrap .show_close_form:before {
  content: "";
  background-image: url("/assets/img/arrow_down.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 41px;
  height: 41px;
  position: absolute;
  right: 0;
  top: -7px;
  transition: 0.3s all;
  transform: rotate(-180deg);
}

.hide_form .search_title_wrap .show_close_form:before {
  transform: rotate(0deg);
}

.show_form .regSearch .show_close_form:before {
  transform: rotate(0deg);
}

.regForm.form_show .regForm__wrapper {
  opacity: 1;
  transition: 0.3s all;
}

.regSearch.hide_form .regForm {
  display: none;
}

@media screen and (max-width: 991.98px) {
  .regForm__field {
    min-width: 100%;
  }
  .regForm {
    margin-top: 15px;
  }
  .regSearch {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767.98px) {
  .search_title_wrap .show_close_form {
    font-size: 16px;
  }
  .search_title_wrap .show_close_form:before {
    width: 30px;
    height: 30px;
    top: -2px;
  }
  .search_title_wrap .show_close_form {
    padding-right: 30px;
    position: relative;
  }
  .regSearch {
    padding-top: 60px;
  }
  .regForm__field:nth-child(1) {
    order: 1;
  }
  .regForm__field:nth-child(2) {
    order: 6;
  }
  .regForm__field:nth-child(3) {
    order: 2;
  }
  .regForm__field:nth-child(4) {
    order: 7;
  }
  .regForm__field:nth-child(5) {
    order: 3;
  }
  .regForm__field:nth-child(6) {
    order: 8;
  }
  .regForm__field:nth-child(7) {
    order: 4;
  }
  .regForm__field:nth-child(8) {
    order: 9;
  }
  .regForm__field:nth-child(9) {
    order: 5;
  }
  .regForm__field:nth-child(10) {
    order: 10;
  }
  .regForm__field:nth-child(11) {
    order: 11;
  }
  .SumoSelect > .optWrapper.isFloating {
    max-height: 300px;
  }
  .search_title_wrap {
    align-items: baseline;
  }
  .search_title_wrap h1 {
    font-size: 35px;
    padding-right: 20px;
  }
  .search_title_wrap h1 span {
    font-size: 35px;
  }
}
@media screen and (max-width: 576px) {
  .search_title_wrap h1 {
    font-size: 35px;
    padding-right: 20px;
  }
  .search_title_wrap {
    align-items: self-end;
  }
}
