.steps-form input,
.steps-form textarea {
  border: 1px solid #d9d9d9;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 8px 4px;
  height: 46px;
  line-height: normal;
  font-size: 16px; }

.notours-form input,
.notours-form textarea {
  height: 35px; }

.notours-form textarea {
  max-width: 828px;
  height: 90px;
  max-height: 200px; }

.notours-form__desc {
  margin-top: 7px; }

.notours-form .button {
  width: 260px;
  margin: 25px auto 0 auto;
  cursor: pointer; }

.notours-form .btnLeaveComment {
  font-size: 18px;
  border-bottom: 2px dashed; }

.steps-form {
  position: relative;
  box-sizing: border-box; }

.steps-form__steps {
  padding: 58px 40px 40px 300px;
  min-height: 317px;
  box-sizing: border-box; }

.steps-form__consult {
  background: #393184;
  width: 257px;
  text-align: center;
   padding: 15px 20px 10px 20px;
  position: absolute;
  left: 0;
  height: auto;
  top: 0;
  bottom: 0;
  box-sizing: border-box; }

.steps-form__consult-text {
  font-size: 16px;
  color: #ffffff; }


.steps-form__consult-text2 {
  font-size: 20px;
  margin-top:-15px;
  color: #ffffff; }

.steps {
  height: 46px;
  position: relative; }

.steps__wrap {
  padding-top: 17px;
  position: relative; }

.steps__bar, .steps__bar-progress, .steps--3 .steps__bar {
  position: relative;
  background: #eaeaea;
  height: 5px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  width: 100%;
  overflow: hidden; }

.steps__bar-progress {
  background: #393184; }

.steps--1 .steps__step-item--1, .steps--2 .steps__step-item--2, .steps--2 .steps__step-item--1, .steps--3 .steps__step-item--1, .steps--3 .steps__step-item--2, .steps--3 .steps__step-item--3, .steps--4 .steps__step-item--1, .steps--4 .steps__step-item--2, .steps--4 .steps__step-item--3, .steps--4 .steps__step-item--4, .steps--5 .steps__step-item--1, .steps--5 .steps__step-item--2, .steps--5 .steps__step-item--3, .steps--5 .steps__step-item--4, .steps--5 .steps__step-item--5 {
  background: #393184;
  border-color: #393184;
  color: #ffffff; }

.steps__step-item {
  position: absolute;
  z-index: 10;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 36px;
  color: #ffffff;
  text-align: center;
  position: absolute;
  background: #ffffff;
  border: solid 2px #eaeaea;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  box-sizing: border-box;
  font-size: 14px;
  color: #333333;
  margin-left: -19px;
  cursor: pointer; }

.steps-form__main .steps__step-item {
  cursor: pointer; }

.steps__step-item--1 {
  left: 19%; }

.steps__step-item--2 {
  left: 50%; }

.steps__step-item--3 {
  left: 81%; }

.steps--1 .steps__bar-progress {
  width: 19%; }

.steps--2 .steps__bar-progress {
  width: 50%; }

.steps-form input,
.steps-form textarea,
.steps-form select {
  font-size: 18px; }

.steps-form__label {
  margin-bottom: 17px; }

.steps-form__row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 100%; }

.steps-form__row > div {
  flex: 1;
  -webkit-flex: 1;
  box-sizing: border-box;
  margin-right: 20px; }

.steps-form__row > div:last-child {
  margin: 0; }

.steps-form .button {
  height: 46px;
  line-height: 42px; }

.steps-form ._w200 {
  max-width: 200px; }

.steps-form__input select {
  width: 100%; }

.steps-form__header,
.steps-form__header2 {
  text-transform: uppercase;
  font-size: 22px;
  text-align: center;
  margin: 15px 0 28px 0; }

.steps-form__header2 {
  margin-top: 42px; }

.steps-form__date-label__from {
  line-height: 46px;
  position: absolute; }

.steps-form__date-label__to {
  line-height: 46px;
  position: absolute;
  margin-left: -8px; }

.steps-form__date {
  position: relative;
  margin-left: 15px; }

.steps-form__date input {
  position: relative;
  z-index: 25;
  padding-left: 40px !important; }

.steps-form__date:before {
  position: absolute;
  z-index: 26;
  content: '';
  left: 10px;
  top: 12px;
  width: 20px;
  height: 20px;
  background: url("../images/calendar.png") no-repeat; }

.steps-form__row + .steps-form__row {
  margin-top: 15px; }

.steps-form__row {
  position: relative; }

.steps-form .btnLeaveComment {
  position: absolute;
  left: 0;
  top: 25px;
  z-index: 100; }

.steps-form__finish {
  font-size: 21px;
  text-align: center;
  max-width: 370px;
  display: inline-block;
  margin: 0 auto; }

.steps-form__slide {
  display: none; }

.steps-form__slide--1 {
  display: block; }

.steps-form__slide--4 {
  text-align: center; }

.selectBox-dropdown .selectBox-arrow {
  top: 1px !important;
  right: 1px !important;
  height: auto !important;
  bottom: 1px !important; }

.block_form {
  max-width: 880px;
  margin: 20px auto;
  /*---------------BUTTONS---------------*/ }
  .block_form .button {
    position: relative;
    display: block;
    height: 50px;
    padding: 0 20px;
    overflow: hidden;
    font-size: 18px;
    line-height: 47px;
    text-align: center;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -kthtml-transition: all .2s;
    transition: all .2s; }
  .block_form .button, .block_form .button:hover {
    text-decoration: none;
    color: #ffffff; }
  .block_form .green-b {
    border: 1px solid #685eb8;
    background-color: #393184; }
  .block_form .green-b:hover {
    border: 1px solid #685eb8;
    background-color: #685eb8; }
  .block_form .orange-b {
    border: 1px solid #e52529;
    background-color: #e52529; }
  .block_form .orange-b:hover {
    border: 1px solid #ff4444;
    background-color: #ff4444; }
  .block_form .blue-b {
    border: 1px solid #0a4d7d;
    background-color: #1066a4; }
  .block_form .blue-b:hover {
    border: 1px solid #02528c;
    background-color: #02528c; }
  .block_form .grey-b {
    border: 1px solid #eaeaea;
    background-color: #f6f6f6;
    color: #999999;
    text-shadow: none; }
  .block_form .grey-b:hover {
    border: 1px solid #e6e6e6;
    background-color: #e6e6e6;
    color: #999999; }
  .block_form .btnLeaveComment {
    margin-left: 32px;
    border-bottom: 1px dashed;
    color: #aeaeae;
    position: relative;
    font-size: 16px;
    text-decoration: none; }
  .block_form .btnLeaveComment:hover {
    border-bottom: 1px dashed transparent; }
  .block_form .btnLeaveComment:after {
    content: "";
    background: url(../images/plus.png) no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    left: -32px;
    top: 0; }
  .block_form .dpCustom {
    width: 447px;
    overflow: hidden;
    background-color: #FFF;
    border: 1px solid #EAEAEA;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    margin: 20px auto 0; }
  .block_form .customField__dd .dpCustom {
    width: 367px; }
  .block_form .dpCustom .ui-datepicker-inline {
    margin: 0 auto 10px; }
  .block_form .dpCustom__nav {
    float: left;
    height: 100%;
    border-right: 1px solid #EAEAEA;
    width: 100px;
    background: #fafafa;
    padding-top: 14px;
    padding-bottom: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .block_form .dpCustom__nav__year {
    text-align: center;
    margin-bottom: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .block_form .dpCustom__nav__year__prev {
    display: inline-block;
    vertical-align: middle;
    background: url(../images/larr.png) no-repeat;
    width: 7px;
    height: 14px;
    cursor: pointer; }
  .block_form .dpCustom__nav__year__num {
    display: inline-block;
    vertical-align: middle;
    color: #C7C6C6;
    font-family: "Tahoma";
    font-size: 18px;
    position: relative;
    top: -1px;
    margin: 0 4px; }
  .block_form .dpCustom__nav__year__next {
    display: inline-block;
    vertical-align: middle;
    background: url(../images/rarr.png) no-repeat;
    width: 7px;
    height: 14px;
    cursor: pointer; }
  .block_form .dpCustom__nav__month {
    font-size: 13px;
    padding: 0;
    margin: 0;
    list-style: none; }
  .block_form .dpCustom__nav__month li {
    cursor: pointer;
    padding: 0px 0 2px 19px;
    margin: 0 -1px;
    position: relative;
    border: 1px solid transparent; }
  .block_form .dpCustom__nav__month li.active {
    background: #e52529;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e52529;
    color: #fff;
    font-weight: bold; }
  .block_form .dpCustom__nav__month li.active:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.5px 0 5.5px 6px;
    border-color: transparent transparent transparent #e52529;
    position: absolute;
    right: -6px;
    top: 50%;
    margin-top: -5.5px; }
  .block_form .dpCustom__dp {
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden; }
  .block_form .contactsForm {
    color: #333;
    padding-top: 0px;
    padding-bottom: 20px; }
  .block_form .contactsForm table {
    width: 372px;
    margin: 0 auto; }
  .block_form .contactsForm table td:first-child {
    text-align: right;
    font-size: 18px;
    padding-right: 10px;
    padding-bottom: 25px;
    width: 120px; }
  .block_form .contactsForm table td {
    padding-bottom: 20px;
    width: 270px; }
  .block_form .contactsForm .icontrol {
    border: 1px solid #d9d9d9;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px 8px 4px;
    height: 42px;
    line-height: normal;
    font-size: 16px; }
  .block_form .contactsForm textarea.icontrol {
    height: 100px; }
  .block_form textarea._hidden {
    display: none; }
  .block_form .btnLeaveComment {
    margin-left: 32px;
    border-bottom: 1px dashed;
    color: #aeaeae;
    position: relative;
    font-size: 16px;
    text-decoration: none; }
  .block_form .btnLeaveComment:hover {
    border-bottom: 1px dashed transparent; }
  .block_form .btnLeaveComment:after {
    content: "";
    background: url(../images/plus.png) no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    left: -32px;
    top: 0; }
  .block_form .tour-search .tour-search-fld {
    margin-left: 27px; }
  .block_form .tour-search .tour-search-fld:first-child {
    margin-left: 36px; }
  .block_form .slider-cont {
    position: relative;
    z-index: 11;
    overflow: visible; }
  .block_form .spo-cont {
    position: relative;
    z-index: 10; }
  .block_form .err {
    border: 2px solid red !important; }

@media only screen and (max-width: 900px) {
  .steps-form__consult {
    width: 100% !important;
    float: none  !important;
    height: auto  !important;
    position: relative  !important;
    margin-bottom: 30px; }

  .steps-form__steps {
    width: 100% !important;
    float: none  !important;
    height: auto  !important;
    position: relative  !important;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0; } }

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