.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}




.radio-button-wrapper a{
  cursor:pointer;
}


.title-to{
  font-size: 19px;
  font-weight: 700;
  padding-bottom: 6px;
  /* text-decoration: underline; */
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}



/*  Larger Screen Styling */
@media (min-width: 564px) {

  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .drp-calendar {
    float: left;
  }

  .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .drp-calendar {
    float: right;
  }

  .daterangepicker.ltr {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker.ltr .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker.ltr .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker.ltr .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker.ltr .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker.ltr .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }

  .daterangepicker.ltr .ranges, .daterangepicker.ltr .drp-calendar {
    float: left;
  }

  .daterangepicker.rtl {
    direction: rtl;
    text-align: right;
  }

  .daterangepicker.rtl .drp-calendar.left {
    clear: right;
    margin-left: 0;
  }

  .daterangepicker.rtl .drp-calendar.left .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker.rtl .drp-calendar.right {
    margin-right: 0;
  }

  .daterangepicker.rtl .drp-calendar.right .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker.rtl .drp-calendar.left .calendar-table {
    padding-left: 12px;
  }

  .daterangepicker.rtl .ranges, .daterangepicker.rtl .drp-calendar {
    text-align: right;
    float: right;
  }

}



@media (min-width: 730px) {
  
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker.ltr .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }

}












/*-------------------------------------------------------------------------------------------*/




.counter { display: inline-block; position: relative; }
.counter input {
	background: #fff;
	border: 0;
	color: #000;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	margin: 0 28px;
	height: 33px;
	outline: none;
	padding: 0;
	text-align: center;
	width: 33px;
}
.counter a {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	background-color: #fff;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 17px;
	font-weight: 700;
	position: absolute;
	top: 50%;
	height: 18px;
	line-height: 20px;
	margin-top: -9px;
	text-align: center;
	text-decoration: none;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	width: 18px;
}
.counter a:hover { /*background-color: #ce3377;*/ color: #fff; text-decoration: none; }
.counter .minus { line-height: 16px; left: 0; }
.counter .plus { right: 0; }



/* -- bronirovanie -- */
.form-bron-wrapper {
  margin: 0 12px;
}
.form-bron {
	/*background-color: #624563;*/
	color: #fff;
	font-family: Arial, sans-serif;
	line-height: 1.142857142857143;
  margin: 0 0 45px;
	padding: 26px 21px;
}
.form-bron::after {
	clear: both;
	content: "";
	display: table;
}
.title-bron {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 18px;
	text-align: center;
}
.label-bron {
  font-size: 12px;
	font-weight: 400;
	margin-bottom: 14px;
	padding: 2px 0 3px 0;
	text-transform: uppercase;
}
.label-bron.date { background: url("/work_file_for_cites/theme_five/images/icon_date.png") no-repeat left top; padding: 4px 0 4px 32px; }
.align_center { text-align: center; }
.align_left { text-align: left; }
.align_right { text-align: right; }
.input-wrap::after {
	clear: both;
	content: "";
	display: table;
}
.input-wrap { margin-bottom: 24px; }
.input-date input {
	border: 0;
	background: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	color: #000;
	display: block;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	outline: none;
	padding: 6px 9px;
	width: 100%;
}
.input-date input::-webkit-input-placeholder { color: #000; font-size: 15px; font-family: Arial, sans-serif; font-weight: 700; }
.input-date input:-moz-placeholder { color: #000; font-size: 15px; font-family: Arial, sans-serif; font-weight: 700; }
.input-date input::-moz-placeholder { color: #000; font-size: 15px; font-family: Arial, sans-serif; font-weight: 700; }
.input-date input::-ms-input-placeholder { color: #000; font-size: 15px; font-family: Arial, sans-serif; font-weight: 700; }
.input-date input:-ms-input-placeholder { color: #000; font-size: 15px; font-family: Arial, sans-serif; font-weight: 700; }
.input-date input::placeholder { color: #000; font-size: 15px; font-family: Arial, sans-serif; font-weight: 700; }

.input-bron input {
	border: 0;
	background: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	color: #666;
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	outline: none;
	padding: 8px 22px 9px;
	width: 100%;
}
.input-bron input::-webkit-input-placeholder { color: #666; font-size: 14px; font-family: Arial, sans-serif; font-weight: 400; }
.input-bron input:-moz-placeholder { color: #666; font-size: 14px; font-family: Arial, sans-serif; font-weight: 400; }
.input-bron input::-moz-placeholder { color: #666; font-size: 14px; font-family: Arial, sans-serif; font-weight: 400; }
.input-bron input::-ms-input-placeholder { color: #666; font-size: 14px; font-family: Arial, sans-serif; font-weight: 400; }
.input-bron input:-ms-input-placeholder { color: #666; font-size: 14px; font-family: Arial, sans-serif; font-weight: 400; }
.input-bron input::placeholder { color: #666; font-size: 14px; font-family: Arial, sans-serif; font-weight: 400; }

.input-bron input.error_input {
  background: #F6D0D0;
}




.i-select {
	color: #000;
    font-size: 17px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    position: relative;
}
.form-bron .i-select {
	display: inline-block;
	min-width: 93px;
	margin: 3px 7px 3px 0;
}
.i-select > * {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}
.i-select-selected {
	background-color: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	cursor: pointer;
	line-height: 33px;
	height: 33px;
	overflow: hidden;
	position: relative;
	padding: 0 39px 0 11px;
}
.i-select-selected::after {
    /*background: #fff url("/work_file_for_cites/theme_five/images/icon_selector.png") no-repeat center center;*/
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 33px;
}
.i-select-selected.active::after { /*background: #fff url("/work_file_for_cites/theme_five/images/icon_selector_active.png") no-repeat center center;*/ }
.i-select-list {
	background-color: #fff;
    display: none;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 10;
}
.i-select-option { padding: 9px 11px; }
.i-select-option:hover, .i-select-option.selected { /*background-color: #ce3377;*/ color: #fff; cursor: pointer; }
.i-select input { display: none; }


.button-calculator {
	/*background: #ce3377 url("/work_file_for_cites/theme_five/images/icon_calc.png") no-repeat 38px center;*/
	border: 0;
	/*border-bottom: 1px solid #ce3377;*/
	box-shadow: 1px 1px 4px #03261b80;
	-webkit-box-shadow: 1px 1px 4px #03261b80;
	-moz-box-shadow: 1px 1px 4px #03261b80;
	-o-box-shadow: 1px 1px 4px #03261b80;
	-ms-box-shadow: 1px 1px 4px #03261b80;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-family: Arial, sans-serif;
	font-weight: 400;
	line-height: 1;
	outline: none;
	padding: 14px 38px 13px 72px;
	text-decoration: none;
	text-transform: uppercase;
}



.form-group::after {
	clear: both;
	content: "";
	display: table;
}
.form-bron .form-group { margin: 0 292px 0 0; }
.form-bron .form-group:nth-of-type(3) .input-wrap { float: left; width: 48.83333333333333%; }
.form-bron .form-group:nth-of-type(3) .input-wrap:nth-of-type(1) { margin: 0 1.166666666666667% 0 0; }
.form-bron .form-group:nth-of-type(1) { margin: 0 240px 0 0; }
.form-bron .form-group:nth-of-type(1) .input-wrap { float: left; text-align: center; width: 23.31288343558282%; }
.form-bron .form-group:nth-of-type(1) .input-wrap:nth-of-type(1) { margin-right: 7.361963190184049%; text-align: left; width: 46.01226993865031%; }

.remove-form-group {
  padding: 12px 0;
  text-align: right;
}
.remove-form-group a {
  background: url("/work_file_for_cites/theme_five/images/icon_close.png") no-repeat left top;
  color: #B1A2CD;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-family: sans-serif;
  font-weight: 400;
  line-height: 1;
  height: 20px;
  margin: 0 0 4px 0;
  outline: none;
  opacity: .75;
  padding: 0;
  text-decoration: none;
  width: 20px;
}
.remove-form-group a:hover {
  color: #B1A2CD;
  opacity: 1;
  text-decoration: none;
}

.submit-wrap { text-align: center; }



/* -- form-tour-wrappper -- */
.form-tour-wrappper {
  margin: 0 12px;
}



/* -- info-calculator -- */
.info-calculator {
	margin: 0 auto 50px;
	max-width: 465px;
	text-align: center;
}
.info-calculator > div {
	color: #000;
	font-size: 20px;
	font-family: Arial, sans-serif;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 40px 0;
}




/* -- loader-block -- */
.loader-block { font-family: Arial, sans-serif; }
.loader-block::after {
	clear: both;
	content: "";
	display: table;
}
.loader-step {
  display: none;
	float: left;
	margin: 0 0 25px 0;
	text-align: center;
	width: 31.47751605995717%;
}
.loader-step > * {
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
}
.loader-num {
	color: #ce3377;
	font-size: 50px;
	font-weight: 700;
	height: 120px;
	line-height: 1;
	margin-bottom: 20px;
	position: relative;
}
.loader-num::before {
	background: url("/work_file_for_cites/theme_five/images/icon_step.png") no-repeat left top;
	content: "";
	display: inline-block;
	margin-top: -11px;
	height: 22px;
	position: absolute;
	top: 50%;
	left: -29px;
	width: 30px;
}
.loader-block .loader-step:nth-of-type(3n-2) .loader-num::before { display: none; }




.loader-num-value {
	
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  background-color: #fff;  
  height: 84px;
  line-height: 84px;
  padding: 0;
  text-align: center;
  width: 84px;
  
  margin: 0 auto;
  position: relative; 
}

.circle-text, .circle-info, .circle-text-half, .circle-info-half {
    width: 100%;
    position: absolute;
    text-align: center;
    display: inline-block;
}

.circle-info, .circle-info-half {
	color: #999;
}

.loader-num-value .fa {
	margin: -10px 3px 0 3px;
	position: relative;
	bottom: 4px;
}



.circle-text {
	/*color: #ce3377;*/
	font-size: 50px;
	font-weight: 700;
	font-family: Arial, sans-serif;
	line-height: 1;
}




/*
.loader-num span {

	background-image: url("/work_file_for_cites/theme_five/images/loader-last.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;

	border: 14px solid #746399;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	display: inline-block;
	height: 112px;
	line-height: 112px;
	text-align: center;
	width: 112px;
}
*/

.loader-info {
	background-color: #e6e6e6;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	padding: 0;
}
.loader-info table { min-height: 75px; width: 100%; }
.loader-info tr, .loader-info th, .loader-info td {	border: 0; }
.loader-info td { padding: 5px; text-align: center; vertical-align: middle; }
.loader-block .loader-step:nth-of-type(3n-1) { margin: 0 2.78372591006424% 25px; }



/* -- form-nomera -- */
.form-nomera { font-family: Arial, sans-serif; }
.form-nomera .info::after {
	clear: both;
	content: "";
	display: table;
}
.form-nomera .info { padding: 0; }
.title-nomera {
	color: #000;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 24px;
}
.form-nomera .name {
	/*background-color: #624563;*/
    color: #fff;
    clear: both;
    float: none;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 25px;
    padding: 14px;
    text-align: center;
}
.form-nomera .image {
	float: left;
	margin: 0 0 20px 0;
	width: 32.11991434689507%;
}
.form-nomera .desc {
	float: right;
	margin: 0 0 20px 0;
	width: 63.9186295503212%;
}
.form-nomera .desc.lefter {
  float: left;
}
.form-nomera .detail {
	clear: both;
	display: none;
	float: none;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.75;
	margin-bottom: 20px;
	width: 100%;
}
.button-more {
	/*background: none;
	background: url("/work_file_for_cites/theme_five/images/icon_info.png") no-repeat left top;*/
	cursor: pointer;
	/*color: #ce3377;*/
	display: inline-block;
	font-size: 14px;
	font-family: Arial, sans-serif;
	font-weight: 400;
	line-height: 1;
	margin: 0 0 10px;
	padding: 3px 0 3px 32px;
	text-decoration: none;
	text-transform: uppercase;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
}
.form-nomera .time::after {
	clear: both;
	content: "";
	display: table;
}
.form-nomera .time {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 18px;
}
.form-nomera .time i {
	display: inline-block;
	font-style: normal;
	margin-left: 10px;
}
.form-nomera .time span {
	background: url("/work_file_for_cites/theme_five/images/icon_date_black.png") no-repeat left top;
	display: inline-block;
	margin-right: 35px;
	padding: 2px 0 4px 32px;
	text-transform: uppercase;
}
.form-nomera .time input {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	background: #fff;
	border: 2px solid #e6e6e6;
	color: #000;
	display: inline-block;
	font-size: 16px;
	font-family: Arial, sans-serif;
	font-weight: 700;
	line-height: 1;
	outline: none;
	padding: 7px 11px 4px;
}
.form-nomera .placing {
  background: url("/work_file_for_cites/theme_five/images/icon_room_placing_black.png") no-repeat left top;
  margin-bottom: 18px;
  padding: 2px 0 3px 33px;
}
.form-nomera .placing span {
  font-size: 18px;
}
.packet-label {
  font-style: italic;
  font-size: 15px;
  padding: 7px 0 4px 32px;
  background: url("/work_file_for_cites/theme_five/images/icon_packet_black.png") no-repeat left top;
  margin-bottom: 25px;
}
.form-nomera .more {
  padding-top: 25px;
}
.form-nomera .itog::after {
	clear: both;
	content: "";
	display: table;
}
.form-nomera .itog {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	padding: 21px 0 0 0;
}
.form-nomera .itog p {
  padding: 0 0 10px 0;
}
.form-nomera .itog span {
	color: #000;
	display: inline-block;
	font-size: 21px;
	font-weight: 700;
}
.form-nomera .itog span::after {
	background: url("/work_file_for_cites/theme_five/images/icon_rub_black.png") no-repeat left top;
	content: "";
	display: inline-block;
	margin-left: 6px;
	height: 16px;
	vertical-align: baseline;
	width: 12px;
}
.form-nomera .itog .button-bron {
	float: right;
	margin-top: -19px;
}
.button-bron {
	/*background: #ce3377;*/
	border: 0;
	/*border-bottom: 1px solid #ce3377;*/

	box-shadow: 1px 1px 4px #03261b80;
	-webkit-box-shadow: 1px 1px 4px #03261b80;
	-moz-box-shadow: 1px 1px 4px #03261b80;
	-o-box-shadow: 1px 1px 4px #03261b80;
	-ms-box-shadow: 1px 1px 4px #03261b80;

	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px;

	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-family: Arial, sans-serif;
	font-weight: 400;
	line-height: 1;
	outline: none;
	padding: 14px 59px 13px 60px;
	text-decoration: none;
	text-transform: uppercase;
}




.form-nomera .i-select {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	font-family: Arial, sans-serif;
	margin-bottom: 21px;
}
.form-nomera .i-select-selected {
	border: 2px solid #e6e6e6;
	line-height: 29px;
	height: 29px;
	padding: 0 43px 0 15px;
}
.form-nomera .i-select-selected::after {
    background: #fff url(/work_file_for_cites/theme_five/images/icon_selector_black.png) no-repeat center center;
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 43px;
}
.form-nomera .i-select-selected.active::after { background: #fff url("/work_file_for_cites/theme_five/images/icon_selector_black_active.png") no-repeat center center; }
.form-nomera .i-select-option { padding: 9px 15px; }
.form-nomera .i-select-option:hover, .form-nomera .i-select-option.selected { background-color: #e6e6e6;    color: #000;    cursor: pointer; }



/* -- form-tur -- */
.services-tour {
  line-height: 1.75;
  padding: 0 0 25px;
}

.form-tur::after {
	clear: both;
	content: "";
	display: table;
}
.form-tur {
	/*
  background-color: #3e3552;
	color: #fff;
  */
  background-color: #e6e6e6;
  color: #000;
	font-family: Arial, sans-serif;
	margin-bottom: 40px;
	/*padding: 28px 21px;*/
  padding: 0;
}
.title-tur {
	clear: both;
	float: none;
	font-size: 22px;
	font-weight: 700;
	padding: 15px 21px;
  text-align: center;
  
  /*background: #624563;*/
  color: #fff;
}

.form-tur .form {
  padding: 25px 21px 28px 21px;
}

.form-tur .label {
  font-size: 12px;
}

.pokupatel .input-wrap                { float: left; margin: 0 0 24px 0; width: 32.81075027995521%; }
.pokupatel .input-wrap:nth-of-type(2) { margin: 0 0.7838745800671892%; }
.pokupatel .input-wrap:nth-of-type(4) { clear: left; margin: 0 0.7838745800671892% 0 0; }
.pokupatel .input-wrap:nth-of-type(5) { width: 66.4053751399776%; }
.pokupatel .input-wrap:nth-of-type(6) { clear: left; width: 100%; }

.label {
  color: #000;
  display: block;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 14px;
	padding: 2px 0 3px 0;
	text-transform: uppercase;
  text-align: left;
}
.input input {
	border: 0;
	background: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	color: #666;
	display: block;
	font-size: 14px;
	font-weight: 700;
	font-family: Arial, sans-serif;
	line-height: 1;
	outline: none;
	padding: 8px 22px 9px;
	width: 100%;
}
.input input::-webkit-input-placeholder { color: #666; font-size: 14px; font-family: Arial, sans-serif; font-weight: 700; }
.input input:-moz-placeholder { color: #666; font-size: 14px; font-family: Arial, sans-serif; font-weight: 700; }
.input input::-moz-placeholder { color: #666; font-size: 14px; font-family: Arial, sans-serif; font-weight: 700; }
.input input::-ms-input-placeholder { color: #666; font-size: 14px; font-family: Arial, sans-serif; font-weight: 700; }
.input input:-ms-input-placeholder { color: #666; font-size: 14px; font-family: Arial, sans-serif; font-weight: 700; }
.input input::placeholder { color: #666; font-size: 14px; font-family: Arial, sans-serif; font-weight: 700; }


.input textarea {
	border: 0;
	background: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	color: #666;
	display: block;
	font-size: 14px;
	font-weight: 700;
	font-family: Arial, sans-serif;
	line-height: 1;
	min-height: 50px;
	outline: none;
	padding: 8px 22px 9px;
	resize: none;
	width: 100%;
}
.input textarea::-webkit-input-placeholder { color: #666; font-size: 14px; font-family: Arial, sans-serif; font-weight: 700; }
.input textarea:-moz-placeholder { color: #666; font-size: 14px; font-family: Arial, sans-serif; font-weight: 700; }
.input textarea::-moz-placeholder { color: #666; font-size: 14px; font-family: Arial, sans-serif; font-weight: 700; }
.input textarea::-ms-input-placeholder { color: #666; font-size: 14px; font-family: Arial, sans-serif; font-weight: 700; }
.input textarea:-ms-input-placeholder { color: #666; font-size: 14px; font-family: Arial, sans-serif; font-weight: 700; }
.input textarea::placeholder { color: #666; font-size: 14px; font-family: Arial, sans-serif; font-weight: 700; }


.agreement-wrap::after {
	clear: both;
	content: "";
	display: table;
}
.agreement-wrap > * {
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
}
.agreement-wrap input[type="checkbox"] { display: none; }
.agreement-wrap a { font-weight: 700; }
.agreement-wrap a, .agreement-wrap a:hover { color: #000; text-decoration: none; }


.agreement-wrap a { font-size: 12px; font-weight: 700; line-height: 1.333333333333333; margin-left: 42px; position: relative; }



.agreement-wrap a, .agreement-wrap a::before { display: inline-block; }
.agreement-wrap a::before {
	background-color: #fff;
	cursor: pointer;
	content: "";
	margin-top: -14px;
	height: 25px;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: -42px;
	width: 25px;
}
.agreement-wrap input[type="checkbox"]:checked + a::before {
  /*background: #fff url("/work_file_for_cites/theme_five/images/icon_checked.png") no-repeat center center;*/
  background-size: 10px auto;
  -webkit-background-size: 10px auto;
  -moz-background-size: 10px auto;
  -o-background-size: 10px auto;
  -ms-background-size: 10px auto;
}


.prozhivanie .input-wrap                       { float: left; width: 30%; }
.prozhivanie .label                            { padding: 12px 0 0; }

/*
.prozhivanie .input-wrap:nth-of-type(1)        { margin-right: 2.799552071668533%; width: 69.42889137737962%; }
*/
.prozhivanie .input-wrap:nth-of-type(1) { display: none; }

.prozhivanie .input-wrap:nth-of-type(1) .label { float: left; width: 24.67741935483871%; }
.prozhivanie .input-wrap:nth-of-type(1) .input { float: left; width: 75.32258064516129%; }

/*
.prozhivanie .input-wrap:nth-of-type(2)        { width: 27.65957446808511%; }
*/
.prozhivanie .input-wrap:nth-of-type(2)        { margin-right: 2.799552071668533%; width: 69.42889137737962%; }

.prozhivanie .input-wrap:nth-of-type(2) .label { float: left; /*width: 31.17408906882591%;*/ width: 11.574089%; }
.prozhivanie .input-wrap:nth-of-type(2) .input { float: left; /*width: 68.82591093117409%;*/ width: 70.82591093117409%; }


.prozhivanie .input-wrap:nth-of-type(3)        { clear: left; margin-right: 2.799552071668533%; width: 27.0996640537514%; }
.prozhivanie .input-wrap:nth-of-type(3) .label { float: left; width: 29.75206611570248%; }
.prozhivanie .input-wrap:nth-of-type(3) .input { float: left; width: 70.24793388429752%; }


.prozhivanie .input-wrap:nth-of-type(4)        { margin-right: 2.687569988801792%;	width: 27.32362821948488%; }
.prozhivanie .input-wrap:nth-of-type(4) .label { float: left; width: 30.32786885245902%; }
.prozhivanie .input-wrap:nth-of-type(4) .input { float: left; width: 69.67213114754098%; }


.prozhivanie .input-wrap:nth-of-type(5)        { width: 40.08958566629339%; }
.prozhivanie .input-wrap:nth-of-type(5) .label { float: left; width: 45.53072625698324%; }
.prozhivanie .input-wrap:nth-of-type(5) .input { float: left; width: 54.46927374301676%; }


.turisty .input-wrap                   { float: left; width: 32.81075027995521%; }
.turisty .input-wrap:nth-of-type(5n-4) { width: 32.81075027995521%; }
.turisty .input-wrap:nth-of-type(5n-3) { margin: 0 0.7838745800671892%;	width: 32.81075027995521%; }
.turisty .input-wrap:nth-of-type(5n-2) { width: 32.81075027995521%; }
.turisty .input-wrap:nth-of-type(5n-1) { clear: left; margin: 0 0.7838745800671892% 0 0; }
.turisty .input-wrap:nth-of-type(5n)   { width: 66.4053751399776%; }
.turisty .input-wrap:nth-of-type(5n+1) { clear: left; }



.turisty .form-group {
  /*border-top: 1px dashed #624563;*/
  margin: 8px 0;
  padding: 20px 0 0;
}
.turisty .form-group:nth-of-type(1) {
  border-top: 0;
}


.submit-wrap::after { clear: both; content: ""; display: table; }
.submit-wrap { clear: both;	float: none; }
.form-tur .submit-wrap a { float: left; margin-top: 4px; }
.form-tur .submit-wrap input { float: right; }


.button-add {
	border: 0;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px;
	/*background: #746399;*/
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-family: Arial, sans-serif;
	font-weight: 400;
	line-height: 1;
	outline: none;
	padding: 9px 85px 11px 83px;
	text-decoration: none;
	text-transform: uppercase;
}






.i-radio-button input[type="text"] {
  display: none;
}

.radio-button-wrapper {
	color: #303131;
	font-size: 14px;
	font-family: sans-serif;
	line-height: 1.75;
	margin: 5px 0 15px 52px;
  position: relative;
}

.radio-button-wrapper > * {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.radio-button-wrapper input[type="radio"] {
	display: none;
}

.radio-button-wrapper a,
.radio-button-wrapper a::before {
  color: #999;
	display: inline-block;
}

.radio-button-wrapper a::before {
	border: 2px solid #4a5559;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	cursor: pointer;
	content: "";
	height: 10px;
	vertical-align: middle;
  position: absolute;
  top: 6px;
  left: -22px;
	width: 10px;
}

.radio-button-wrapper input[type="radio"]:checked + a::before {
	background-color: #4a5559;
}



.error-form-wrapper {
  margin: 0 auto 25px;
  border: 1px solid #cc0000;
  padding: 7px;
  color: #cc0000;
  font-size: 12px;
  font-weight: 400;
  font-family:sans-serif;
}

.success-bron-wrapper {
  color: #999;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 12px;
  padding: 25px 0;
}


.form-bron-popup {
  display: none;
  background: rgba(0, 0, 0, .2);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  height: 100%;
  width: 100%;
}

.form-bron-popup > .form-popup {
  background-color: #fff;
  padding: 15px 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 400px;
  max-height: 248px;
  height: 98%;
  width: 98%;
}

.title-form-bron {
  line-height: 1.3;
  letter-spacing: 1px;
}

.form-bron-popup > .form-popup > div {
  color: #666;
  font-size: 15px;
  font-weight: 700;
  margin: 0 32px 15px;
  text-align: center;
}

.form-bron-popup > .form-popup input[type="text"] {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  color: #666;
  display: block;
  font-size: 15px;
  font-weight: 700;
  font-family: sans-serif;
  outline: none;
  padding: 12px 15px;
  width: 100%;
}

.form-bron-popup > .form-popup input[type="submit"] {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border: 0;
  background: #F7F708;
  cursor: pointer;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 700;
  font-family: sans-serif;
  outline: none;
  padding: 12px 15px;
  text-transform: lowercase;
  width: 100%;
}

.form-bron-popup > .form-popup input[type="submit"]:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
}

.form-bron-popup input.error_input {
  background: #ddd !important;
}

#close-form-bron > a {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
}

#close-form-bron > a:hover {
  color: #ff0000;
}




@media (max-width: 1024px) {


	.form-bron .form-group:nth-of-type(1),
	.form-bron .form-group {
		margin: 0;
	}



	.loader-info {
		font-size: 14px;
	}


	.form-nomera .time span {
		display: block;
		margin-bottom: 15px;
		width: auto;
	}



	.prozhivanie .input-wrap:nth-of-type(1),
	.prozhivanie .input-wrap:nth-of-type(2),
	.prozhivanie .input-wrap:nth-of-type(3),
	.prozhivanie .input-wrap:nth-of-type(4),
	.prozhivanie .input-wrap:nth-of-type(5) {
		clear: both;
		float: none;
		width: 100%;
	}


	.prozhivanie .input-wrap:nth-of-type(1) .label,
	.prozhivanie .input-wrap:nth-of-type(2) .label,
	.prozhivanie .input-wrap:nth-of-type(3) .label,
	.prozhivanie .input-wrap:nth-of-type(4) .label,
	.prozhivanie .input-wrap:nth-of-type(5) .label {
		width: 40%;
	}


	.prozhivanie .input-wrap:nth-of-type(1) .input,
	.prozhivanie .input-wrap:nth-of-type(2) .input,
	.prozhivanie .input-wrap:nth-of-type(3) .input,
	.prozhivanie .input-wrap:nth-of-type(4) .input,
	.prozhivanie .input-wrap:nth-of-type(5) .input {
		width: 60%;
	}


	.turisty .form-group {
	    padding-bottom: 35px;
	}


}





@media (max-width: 768px) {


	.form-nomera .image,
	.form-nomera .desc {
		clear: both;
		float: none;
		width: 100%;
	}

	
	.form-nomera .item {
		padding-bottom: 45px;
	}


	.form-tur .submit-wrap a {
		margin-top: 0;
	}
	
	.button-add {
		padding: 13px 47px 15px 48px;
	}

	.button-bron {
		padding: 14px 55px 13px 56px;
	}


}





@media (max-width: 600px) {


	.loader-block .loader-step:nth-of-type(3n-1),
	.loader-block .loader-step {
		clear: both;
		float: none;
		margin: 0 0 25px 0;
		width: 100%;
	}
	.loader-num::after,
  .loader-num::before {
		display: none;
	}
  


	.title-bron { margin-bottom: 35px; }

	.form-nomera .i-select-selected { line-height: 37px; height: 40px; }
	.form-nomera .i-select { margin-bottom: 35px; }
	.form-nomera .time input { display: block; }
	.form-nomera .time i { margin-left: 0; margin-top: 17px; }
	.form-nomera .more { text-align: center; }
	.form-nomera .itog { text-align: center; }
	.form-nomera .itog .button-bron {
		clear: both;
		display: block;
		float: none;
		max-width: 160px;
		margin-top: 15px;
		margin: 15px auto 0;
	}


	.button-add { padding: 13px 28px 15px 28px;	}


	.pokupatel .input-wrap,
	.pokupatel .input-wrap:nth-of-type(2),
	.pokupatel .input-wrap:nth-of-type(4),
	.pokupatel .input-wrap:nth-of-type(5),
	.pokupatel .input-wrap:nth-of-type(6),
	.turisty .input-wrap,
	.turisty .input-wrap:nth-of-type(5n),
	.turisty .input-wrap:nth-of-type(5n-1),
	.turisty .input-wrap:nth-of-type(5n-2),
	.turisty .input-wrap:nth-of-type(5n-3),
	.turisty .input-wrap:nth-of-type(5n-4) {
		clear: both;
		float: none;
		margin: 0 0 24px 0;
		width: 100%;
	}



	.form-tur .submit-wrap a,
	.form-tur .submit-wrap input {
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		clear: both;
		float: none;
		margin: 25px auto 0;
		display: block;
		width: 100%;
	}


	.prozhivanie .input-wrap:nth-of-type(1) .label,
	.prozhivanie .input-wrap:nth-of-type(2) .label,
	.prozhivanie .input-wrap:nth-of-type(3) .label,
	.prozhivanie .input-wrap:nth-of-type(4) .label,
	.prozhivanie .input-wrap:nth-of-type(5) .label,
	.prozhivanie .input-wrap:nth-of-type(1) .input,
	.prozhivanie .input-wrap:nth-of-type(2) .input,
	.prozhivanie .input-wrap:nth-of-type(3) .input,
	.prozhivanie .input-wrap:nth-of-type(4) .input,
	.prozhivanie .input-wrap:nth-of-type(5) .input {
		clear: both;
		float: none;
		width: 100%;
	}


	.form-bron .form-group:nth-of-type(1) .input-wrap:nth-of-type(1) {
		clear: both;
		float: none;
		margin-right: 0;
		width: 100%;
	}

	.form-bron .form-group:nth-of-type(1) .input-wrap {
		width: 50%;
	}

	.form-bron .form-group:nth-of-type(3) .input-wrap:nth-of-type(1),
	.form-bron .form-group:nth-of-type(3) .input-wrap {
		clear: both;
		float: none;
		margin: 0 0 24px 0;
		width: 100%;
	}

	.info-calculator > div { font-size: 19px; }
	.input-date input { font-size: 15px; }
	.form-nomera .time input { font-size: 15px; }

}