@charset "UTF-8";

.btn-cancel {
  border: 2px solid #FF5959;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  line-height: 58px;
  color: #FF5959;
  position: relative;
  background-color: transparent;
  padding-left: 40px;
  padding-right: 14px;
}
.btn-cancel:hover {
  background-color: #FF5959;
  color: #fff;
}
.btn-cancel i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 16px;
  font-size: 14px;
  margin-top: 2px;
}

.filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 25px;
  color: #70A4DF;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter.align-justify {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 42px;
}
.filter.align-justify .filter-col {
  margin: 0 20px 0 0;
}
.filter.align-justify .filter-col:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 818px;
          flex: 0 1 818px;
}
@media (max-width: 1153px) {
  .filter.align-justify .select ul li ul {
    -webkit-transform: none;
            transform: none;
    margin-right: -8px;
  }
  .filter.align-justify .select ul li ul:before {
    -webkit-transform: none;
            transform: none;
    left: auto;
    right: 4px;
  }
}
@media (max-width: 1023px) {
  .filter.align-justify .filter-col span {
    font-size: 0;
  }
  .filter.align-justify .filter-col span i {
    vertical-align: middle;
    margin-top: 1px;
  }
}
@media (max-width: 639px) {
  .filter.align-justify {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .filter.align-justify .filter-col {
    margin: 0 0 24px;
  }
}
.filter .filter-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 60px 0 0;
}
.filter .filter-col:last-child {
  margin: 0;
}
.filter .filter-col span {
  white-space: nowrap;
  margin: 0 8px 0 0;
}
.filter .filter-col span i {
  font-size: 12px;
  padding: 0 0 0 4px;
}
.filter .filter-search {
  width: 100%;
  height: 46px;
  background: #3D5E7F;
  border-radius: 6px;
  border: 1px solid #4679AB;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.filter .filter-search button[type=submit] {
  position: absolute;
  right: 7px;
  top: 14px;
  font-size: 12px;
  background: none;
  border: 0;
  z-index: 200;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.filter .filter-search button[type=reset] {
  color: #FF7B7B;
  position: absolute;
  right: 7px;
  top: 14px;
  font-size: 12px;
  background: none;
  border: 0;
  z-index: 200;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  pointer-events: none;
}
.filter .filter-search.not-empty button[type=submit] {
  right: 50px;
}
.filter .filter-search.not-empty button[type=reset] {
  opacity: 1;
  pointer-events: auto;
}
.filter .filter-search fieldset {
  height: 100%;
}
.filter .filter-search.focused label {
  display: none;
}
.filter .filter-search input[type=text] {
  font-size: 16px;
  position: relative;
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-weight: normal;
  color: #fff;
  padding: 0 40px 0 16px;
  background: #36597C;
  border: 0;
  border-radius: 6px;
  z-index: 10;
}
.filter .filter-search input[type=text]:focus {
  background: #36597C;
  border-color: #3D5E7F;
}
.filter .filter-search input[type=text] + div {
  width: auto !important;
  right: 0;
  bottom: 0;
  border-radius: 6px;
  height: auto !important;
}
.filter .filter-search .suggest-more {
  display: none;
}
.filter .filter-search:hover input[type=text] {
  border-color: #3D5E7F;
}
.filter .filter-search:hover label span {
  color: #A9D5FF;
}
.filter .filter-search label {
  background: #3D5E7F;
  color: #fff;
  position: absolute;
  height: 44px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-weight: 600;
  padding: 0 0 0 17px;
  font-size: 16px;
  line-height: 44px;
  z-index: 100;
  pointer-events: none;
}
.filter .filter-search label span {
  font-size: 16px !important;
  color: #70A4DF;
  font-weight: normal;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 639px) {
  .filter .mobile-hide {
    display: none;
  }
  .filter .filter-col {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .filter .select ul li ul {
    -webkit-transform: none;
            transform: none;
    margin-right: -8px;
  }
  .filter .select ul li ul:before {
    -webkit-transform: none;
            transform: none;
    left: auto;
    right: 4px;
  }
}


.catalog-form {
  position: relative;
  padding: 20px 20px 0;
  margin: 0 0 100px;
}
.catalog-form:after {
  background: radial-gradient(100% 100% at 0% 0%, #57ACFF 0%, #70B8FF 100%, #70B8FF 100%);
  opacity: 0.14;
  /*border-radius: 6px;*/
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media (min-width: 640px) {
	.catalog-form:after {
		border-radius: 6px;
	}
}
.catalog-form .form-row {
  /*
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  */
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 22px;
}
.catalog-form .form-row:last-child {
  margin: 0;
}
.catalog-form .form-action {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 0 22px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.catalog-form .form-action .btn {
  margin: 0 0 0 20px;
}
.catalog-form .form-col-3 {
  -webkit-box-flex: 0;
/*
      -ms-flex: 0 1 28.8%; chnaged by serega 
          flex: 0 1 28.8%;
*/

      -ms-flex: 0 1 34%;
          flex: 0 1 34%;

  padding: 0 20px 0 0;
  margin: 0 0 22px 0;
}
.catalog-form .form-col-3.year {
  -webkit-box-flex: 0;
/*
      -ms-flex: 0 1 38.64%; changed by serega
          flex: 0 1 38.64%;
*/

      -ms-flex: 0 1 61%;
          flex: 0 1 61%;


  padding: 0 129px 0 0;
}
.catalog-form .form-col-3.year .datepicker-range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.catalog-form .form-col-3.year .input {
  position: relative;
  width: 50%;
  height: 62px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 5px 0 0;
}
.catalog-form .form-col-3.year .input:last-child {
  padding: 0 0 0 5px;
}
.catalog-form .form-col-3.year .input:last-child span.label {
  left: 18px;
}
.catalog-form .form-col-3.year .input:last-child:after {
  right: 16px;
}
.catalog-form .form-col-3.year .input:after {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  font-size: 7px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 21px;
  content: "";
  pointer-events: none;
}
.catalog-form .form-col-3.year .input input {
  width: 100%;
  border: 0;
  background: #fff;
  font-weight: 600;
  color: #0076FF;
  font-size: 16px;
  height: 62px;
  padding: 0 24px 0 42px;
  cursor: pointer;
  border: 1px solid #4679AB;
  -webkit-box-shadow: 0px 3px 5px -2px rgba(7, 8, 49, 0.510326), 0px 20px 30px -6px rgba(2, 11, 28, 0.202825);
  box-shadow: 0px 3px 5px -2px rgba(7, 8, 49, 0.510326), 0px 20px 30px -6px rgba(2, 11, 28, 0.202825);
  border-radius: 6px;
}
.catalog-form .form-col-3.year .input span.label {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 12px;
  height: 62px;
  line-height: 66px;
  color: #B5B5B5;
  font-size: 12px;
}
.catalog-form .form-col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 32.5%;
          flex: 0 1 32.5%;
  padding: 0 20px 0 0;
  margin: 0 0 22px 0;
}
.catalog-form .form-col-check {
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 109px;
          flex: 0 0 109px;
  margin: 0 0 22px -109px;
}
.catalog-form label {
  display: block;
  color: #70A4DF;
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 10px;
}
.catalog-form label span {
  color: #fff;
  border-bottom: 1px dashed #fff;
}
.catalog-form .slider {
  width: 100%;
  position: relative;
  z-index: 1;
}
.catalog-form .slider input {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  padding: 0 16px 0 48px;
  height: 62px;
  background: #FFFFFF;
  border: 1px solid #4679AB;
  -webkit-box-shadow: 0px 3px 5px -2px rgba(7, 8, 49, 0.3), 0px 20px 30px -6px rgba(2, 11, 28, 0.18);
  box-shadow: 0px 3px 5px -2px rgba(7, 8, 49, 0.3), 0px 20px 30px -6px rgba(2, 11, 28, 0.18);
  border-radius: 6px;
}
.catalog-form .slider span.label {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 16px;
  height: 62px;
  line-height: 66px;
  color: #B5B5B5;
  font-size: 12px;
}
.catalog-form .slider:after {
  position: absolute;
  bottom: 0;
  left: 1px;
  right: 1px;
  background: #F4F4F4;
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.179332);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.179332);
  border-radius: 0px 0px 6px 6px;
  content: "";
  height: 6px;
  z-index: 1;
  pointer-events: none;
}
.catalog-form .slider .slider-holder {
  position: absolute;
  bottom: 0;
  left: 11px;
  right: 11px;
  cursor: pointer;
  height: 6px;
}
.catalog-form .slider .ui-slider-handle {
  background: #09C400;
  border: 3px solid #FFFFFF;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.201104);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.201104);
  position: absolute;
  bottom: -7px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin: 0 0 0 -10px;
  border-radius: 100%;
  z-index: 20;
}
.catalog-form .slider .ui-slider-range {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 0 0 -10px;
  height: 6px;
  border-radius: 0px 0px 0 6px;
  background: #09C400;
  z-index: 19;
}
.catalog-form .slider .icon-star {
  position: absolute;
  top: 50%;
  left: 62px;
  margin: 1px 0 0 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  color: #ffc00f;
}
.catalog-form .check-switcher {
  text-align: center;
  display: block;
  height: 62px;
  border: 2px solid #4679AB;
  -webkit-box-shadow: 0px 3px 5px -1px rgba(7, 8, 49, 0.510326), 0px 20px 30px -3px rgba(2, 11, 28, 0.202825);
  box-shadow: 0px 3px 5px -1px rgba(7, 8, 49, 0.510326), 0px 20px 30px -3px rgba(2, 11, 28, 0.202825);
  border-radius: 31px;
  position: relative;
  font-size: 16px;
  color: #fff;
}
.catalog-form .check-switcher i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 50%;
  left: 3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
}
.catalog-form .check-switcher i + i {
  left: auto;
  right: 2px;
}
.catalog-form .check-switcher:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 4px;
  width: 50px;
  height: 50px;
  background: #4679AB;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.catalog-form .check-switcher.switch-mode:after {
  left: 50px;
}
@media (max-width: 1279px) {
  .catalog-form .form-col-check {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin: 0 0 22px;
  }
  .catalog-form .form-action {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .catalog-form .form-col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 0 10px 0 0;
  }
  .catalog-form .form-col-3 + .form-col-3 {
    padding: 0 0 0 10px;
  }
  .catalog-form .form-col-3.year {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    white-space: nowrap;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    padding: 0;
  }
  .catalog-form .form-col-3.year .input {
    padding: 0 10px 0 0;
  }
  .catalog-form .form-col-3.year .input .label {
    left: 16px !important;
  }
  .catalog-form .form-col-3.year .input + .input {
    padding: 0 0 0 10px;
  }
  .catalog-form .form-col-3.year .input + .input .label {
    left: 26px !important;
  }
  .catalog-form .form-col-3.year input {
    padding: 0 30px 0 45px !important;
  }
  .catalog-form .form-col-3:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 0 10px 0 0;
  }
  .catalog-form .form-col-3:first-child + .form-col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 0 0 0 10px;
  }
}
@media (max-width: 639px) {
  .catalog-form {
    margin: 0 -12px 60px;
    padding: 20px 12px;
  }
  .catalog-form .form-col-3 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    padding: 0 !important;
  }
  .catalog-form .form-col-3.year {
    width: 100% !important;
  }
  .catalog-form .form-col-4 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    padding: 0 !important;
  }
  .catalog-form .form-action {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0 0 -20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .catalog-form .form-action .btn {
    margin: 0 0 20px;
    width: 100%;
  }
}


