@font-face {
  font-family: 'IranSans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/iransans.woff2") format('woff2'), url("../fonts/iransans.woff") format('woff');
}
@font-face {
  font-family: 'IranSans';
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/iransans_light.woff2") format('woff2'), url("../fonts/iransans_light.woff") format('woff');
}
@font-face {
  font-family: 'IranSans';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/iransans_medium.woff2") format('woff2'), url("../fonts/iransans_medium.woff") format('woff');
}
@font-face {
  font-family: 'IranSans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/iransans_bold.woff2") format('woff2'), url("../fonts/iransans_bold.woff") format('woff');
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
.mr-10 {
  margin-right: 10px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.text-primary {
  color: #4aca85 !important;
}
.text-secondary {
  color: #4a7aca !important;
}
.text-danger {
  color: #bc1c29 !important;
}
.text-light {
  color: #3c3c3c !important;
}
.text-bold {
  font-weight: 700;
}
.text-medium {
  font-weight: 500;
}
.text-underline {
  text-decoration: underline;
}
.fz-12 {
  font-size: 12px !important;
}
.fz-14 {
  font-size: 14px !important;
}
.fz-16 {
  font-size: 16px !important;
}
.fz-18 {
  font-size: 18px !important;
}
.fz-20 {
  font-size: 20px !important;
}
.hr {
  width: 100%;
  height: 1px;
  border: none;
  background-color: #707070;
}
.fill-contrast-first {
  fill: #4aca85;
}
.fill-contrast-second {
  fill: #4a7aca;
}
.title {
  text-transform: uppercase;
}
.btn {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 45px;
  font-size: 14px;
  font-weight: 700;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1;
}
.btn-primary,
.btn-secondary {
  color: #fff;
}
.btn-primary,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #4aca85;
  border-color: #4aca85;
}
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active:hover,
.btn-primary:not(:disabled):not(.disabled):active:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  background-color: #38c077;
  border-color: #32ab6a;
}
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #edfaf3;
  box-shadow: 0 0 0 0.2rem #edfaf3;
}
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled).active:active,
.btn-primary:not(:disabled):not(.disabled):active:active {
  background-color: #32ab6a;
}
.btn-secondary,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active {
  background-color: #4a7aca;
  border-color: #4a7aca;
}
.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled).active:hover,
.btn-secondary:not(:disabled):not(.disabled):active:hover,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
  background-color: #386bc0;
  border-color: #325fab;
}
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #edf2fa;
  box-shadow: 0 0 0 0.2rem #edf2fa;
}
.btn-secondary:active,
.btn-secondary:not(:disabled):not(.disabled).active:active,
.btn-secondary:not(:disabled):not(.disabled):active:active {
  background-color: #325fab;
}
.btn-danger,
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active {
  background-color: #ef394e;
  border-color: #ef394e;
}
.btn-danger:hover,
.btn-danger:not(:disabled):not(.disabled).active:hover,
.btn-danger:not(:disabled):not(.disabled):active:hover,
.btn-danger:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus {
  background-color: #ed1e36;
  border-color: #db1229;
}
.btn-danger:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #fdebed;
  box-shadow: 0 0 0 0.2rem #fdebed;
}
.btn-danger:active,
.btn-danger:not(:disabled):not(.disabled).active:active,
.btn-danger:not(:disabled):not(.disabled):active:active {
  background-color: #db1229;
}
.btn-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tab-content {
  background-color: #fff;
  -webkit-border-radius: 0 0 15px 15px;
  border-radius: 0 0 15px 15px;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #fff;
}
.nav-tabs {
  border-bottom: 0;
}
.nav-tabs .nav-link {
  width: 100%;
  height: 100%;
  padding: 3px 0 0 0;
  font-size: 14px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: none;
}
.nav-tabs .nav-link.active {
  border: none;
}
.table th {
  border-top: 0;
}
.form-control,
.bootstrap-timepicker-widget table td input {
  height: 45px;
  bottom: 15px;
  margin-bottom: 20px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #e4e4e4;
  border: none;
  color: #484747;
  font-size: 14px;
  color: #797979;
}
.form-control--inverted {
  background-color: #fff;
}
.form-group--date {
  position: relative;
}
.form-group--date .form-control {
  padding-right: 32px;
}
.form-group--date::after,
.form-group--select::after {
  content: "";
  display: block;
  position: absolute;
  right: 7px;
  top: 14px;
  width: 20px;
  height: 20px;
  background-image: url("../img/calendar.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 1200px) {
  .form-group--date::after,
  .form-group--select::after {
    right: 10px;
  }
}
.form-group--select {
  position: relative;
  max-height: 65px;
  background-color: #f8f8f8;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.form-group--select .form-control {
  position: relative;
  top: 0;
  z-index: 1;
  padding-right: 26px;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
}
.form-group--select .form-control[readonly] {
  background: transparent;
}
@media screen and (min-width: 1200px) {
  .form-group--select .form-control {
    padding-right: 40px;
  }
}
.form-group--select::after {
  right: 6px;
  width: 14px;
  height: 14px;
  background-image: url("../img/arrow-down.png");
  background-size: 100% 100%;
  opacity: 0.5;
}
@media screen and (min-width: 1200px) {
  .form-group--select::after {
    right: 10px;
    width: 20px;
    height: 20px;
  }
}
input[type=checkbox],
input[type=radio] {
  position: absolute;
  width: 0px;
  height: 0px;
  opacity: 0;
}
input[type=checkbox]:checked ~ .checkbox-label::after,
input[type=radio]:checked ~ .checkbox-label::after,
input[type=checkbox]:checked ~ .radio-label::after,
input[type=radio]:checked ~ .radio-label::after {
  display: block;
}
.ms-drop input[type=checkbox] {
  position: relative;
  width: auto;
  height: auto;
  opacity: 1;
}
.ms-drop input[type=checkbox]:checked ~ .checkbox-label::after {
  display: block;
}
.ms-choice {
  background: transparent;
  border: none;
  height: 100%;
}
.ms-choice:focus {
  outline: none;
}
.ms-choice > div {
  top: 10px;
}
.ms-parent {
  bottom: 0;
}
.checkbox-label,
.radio-label {
  position: relative;
  padding-left: 25px;
}
.checkbox-label::before,
.radio-label::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #707070;
}
.checkbox-label::after,
.radio-label::after {
  content: "";
  display: none;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 2px;
  top: 2px;
  background-color: #707070;
}
.radio-label::before,
.radio-label::after {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.datepicker {
  padding: 10px;
  background-color: #f5f5f5;
  -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.161);
  box-shadow: 0px 3px 6px rgba(0,0,0,0.161);
}
.datepicker td,
.datepicker th {
  padding: 2px 4px;
  -webkit-transition: background ease 300ms;
  transition: background ease 300ms;
}
.datepicker table tr td.active.active {
  background: #09b659;
}
.datepicker table tr td.active.active:hover {
  background: #4aca85;
}
.form-error {
  border: 1px solid #bc1c29;
}
.form-group--primary select {
  color: #09b659;
}
.form-group--primary::after {
  background-image: url("../img/arrow-down--green.png");
}
.form-hidden-input {
  position: absolute;
  top: -5px;
  left: 0px;
  width: 30px;
  height: 30px;
  padding: 0;
  opacity: 0;
}
.form-hidden-input-text {
  display: block;
  width: 25px;
  height: 20px;
}
.select-hided {
  position: relative;
  cursor: pointer;
}
.select-hided span {
  display: block;
  height: 20px;
  cursor: pointer;
}
.select-hided select {
  cursor: pointer;
  position: absolute;
  top: -5px;
  left: 0px;
  width: auto;
  height: 30px;
  padding: 0;
  opacity: 0;
}
.dropdown-toggle {
  cursor: pointer;
  white-space: normal;
}
.dropdown-toggle::after {
  display: none;
}
.dropdown-menu,
.ui-widget-content.ui-autocomplete {
  min-width: 1rem;
  top: 150%;
  padding: 15px 26px;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.dropdown-menu--right {
  left: auto !important;
  right: 0 !important;
}
.dropdown-menu--list,
.ui-widget-content.ui-autocomplete {
  padding: 0;
  border: 6px solid #f2f2f2;
  z-index: 10000;
}
.dropdown-item,
.ui-widget-content.ui-autocomplete .ui-menu-item div {
  height: 45px;
  font-size: 14px;
  font-weight: 500;
  color: #3c3c3c;
}
.dropdown-item:not(:last-child),
.ui-widget-content.ui-autocomplete .ui-menu-item div:not(:last-child) {
  height: 50px;
  border-bottom: 5px solid #f2f2f2;
}
.dropdown-item.active,
.ui-widget-content.ui-autocomplete .ui-menu-item div.active,
.dropdown-item:active,
.ui-widget-content.ui-autocomplete .ui-menu-item div:active {
  background-color: #4aca85;
  color: #fff;
}
.dropdown-item:hover,
.ui-widget-content.ui-autocomplete .ui-menu-item div:hover,
.dropdown-item:focus,
.ui-widget-content.ui-autocomplete .ui-menu-item div:focus {
  color: #1a1a1a;
  background-color: #f5f5f5;
}
.ui-autocomplete-category {
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.ui-autocomplete-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 2em;
}
.ui-autocomplete-item-wrapper:hover {
  border: none;
  outline: none;
}
.popover-body {
  padding: 2px 10px;
}
.popover {
  background: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 10px;
}
.popover .popover-header,
.popover .popover-body {
  background-color: #fff;
}
.popover .popover-header::before {
  border-bottom: none;
}
.popover.bs-popover-bottom>.arrow::after {
  border-bottom-color: rgba(255,255,255,0.7);
}
.popover.bs-popover-top>.arrow::after {
  border-top-color: rgba(255,255,255,0.7);
}
.popover.bs-popover-right>.arrow::after {
  border-right-color: rgba(255,255,255,0.7);
}
.popover.bs-popover-left>.arrow::after {
  border-left-color: rgba(255,255,255,0.7);
}
.ui-tooltip {
  padding: 0;
  margin: 0;
  border: 1px solid #707070;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #3c3c3c;
  font-size: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ui-tooltip-content {
  padding: 2px 10px;
}
.timepicker-up::after,
.timepicker-down::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-position: 50% 50%;
  background-size: contain;
  background-image: url("../img/arrow-down--green.png");
}
.timepicker-up::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.bootstrap-timepicker-widget.dropdown-menu.open {
  -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
  box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}
.bootstrap-timepicker-widget table td input {
  width: 45px !important;
}
.bootstrap-timepicker-widget table td span.glyphicon {
  display: inline-block;
  height: 10px;
  width: 10px;
  border: 2px solid #a0a6ab;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.bootstrap-timepicker-widget table td span.glyphicon.glyphicon-chevron-up {
  border-bottom: none;
  border-right: none;
}
.bootstrap-timepicker-widget table td span.glyphicon.glyphicon-chevron-down {
  border-top: none;
  border-left: none;
}
.pagination {
  margin: 20px 0;
}
.pagination a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin: 0 10px;
  font-weight: 700;
  text-decoration: none;
}
.pagination li:not(.pagination__icons) a {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #f5f5f5;
  color: #3c3c3c;
  color: #3c3c3c;
  -webkit-transition: color ease 300ms;
  transition: color ease 300ms;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
}
.pagination li:not(.pagination__icons) a:hover,
.pagination li:not(.pagination__icons) a:active,
.pagination li:not(.pagination__icons) a:focus {
  text-decoration: none;
  color: #fff;
}
.pagination li:not(.pagination__icons) a:hover,
.pagination li:not(.pagination__icons) a:active,
.pagination li:not(.pagination__icons) a:focus {
  background-color: #4a7aca;
}
.pagination li:not(.pagination__icons).active a {
  background-color: #4a7aca;
  color: #fff;
}
.pagination li.pagination__icons a {
  background-color: #4aca85;
  color: #fff;
}
.pagination__icon {
  width: 15px;
  height: 15px;
  fill: #fff;
}
.pagination__icon--prev {
  margin-right: 2px;
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.pagination__icon--next {
  margin-left: 2px;
  -webkit-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
}
.pagination-previous,
.pagination-next {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding-left: 6px;
  padding-right: 6px;
}
.hotel-card__photo-control,
.fancybox-next,
.fancybox-prev {
  top: -webkit-calc(50% - 23px);
  top: calc(50% - 23px);
  width: 46px;
  height: 46px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #4aca85;
  -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.161);
  box-shadow: 0px 3px 6px rgba(0,0,0,0.161);
  border: none;
  outline: none;
}
@media screen and (min-width: 768px) {
  .hotel-card__photo-control,
  .fancybox-next,
  .fancybox-prev {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.hotel-card__photo-control--prev,
.fancybox-prev {
  left: 10px;
}
.hotel-card__photo-control--next,
.fancybox-next {
  right: 10px;
}
.carousel-room {
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  .carousel-room {
    margin: 0;
  }
}
.carousel-room__carousel-control {
  width: 25px;
  height: 25px;
  -webkit-border-radius: 0;
  border-radius: 0;
  opacity: 1;
  top: auto;
  bottom: 11px;
}
@media screen and (min-width: 768px) {
  .carousel-room__carousel-control {
    background-color: #4aca85;
    -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.161);
    box-shadow: 0px 3px 6px rgba(0,0,0,0.161);
  }
}
.carousel-room__carousel-control--prev {
  left: auto;
  right: 105px;
}
.carousel-room__carousel-control--next {
  right: 12px;
}
.carousel-room__indicators {
  margin: 0;
  left: auto;
  right: 50px;
}
.carousel-room__indicator.carousel-room__indicator {
  height: auto;
  width: auto;
  background: transparent;
  color: #fff;
  text-indent: 0;
  display: none;
}
.carousel-room__indicator.carousel-room__indicator.active {
  display: block;
}
.fancybox-skin {
  padding: 0 !important;
}
.fancybox-next,
.fancybox-prev {
  visibility: visible;
  background-image: none;
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .fancybox-next,
  .fancybox-prev {
    background-color: #4aca85;
    -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.161);
    box-shadow: 0px 3px 6px rgba(0,0,0,0.161);
  }
}
@media screen and (min-width: 1200px) {
  .fancybox-next,
  .fancybox-prev {
    width: 35px;
    height: 100px;
    top: -webkit-calc(50% - 50px);
    top: calc(50% - 50px);
    -webkit-border-radius: 0;
    border-radius: 0;
  }
}
.fancybox-next:hover,
.fancybox-prev:hover,
.fancybox-next:active,
.fancybox-prev:active {
  opacity: 1;
}
.fancybox-skin {
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media screen and (min-width: 1200px) {
  .fancybox-prev {
    left: -55px;
  }
}
@media screen and (min-width: 1200px) {
  .fancybox-next {
    right: -55px;
  }
}
.fancybox-close {
  position: fixed;
  top: 33px;
  right: 53px;
  background-image: none;
}
.fancybox-close svg {
  width: 25px;
  height: 25px;
  fill: #fff;
}
.ui-accordion .ui-accordion-header,
.ui-accordion .ui-accordion-content {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  color: inherit;
}
.ui-accordion .ui-accordion-header {
  margin: 0;
  padding: 0;
}
.ui-accordion-header-icon.ui-icon,
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  display: none !important;
}
.modal-backdrop {
  background-color: #242424;
}
.modal-backdrop.show {
  opacity: 0.9;
}
#searchModal .modal-content {
  background: transparent;
  border: none;
}
#searchModal .modal-header {
  font-size: 32px;
  border: none;
  color: #fff;
}
#searchModal .close {
  position: fixed;
  right: 54px;
  top: 44px;
  width: 38px;
  height: 38px;
  padding: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
  fill: #ef394e;
}
.loader__text {
  color: #808080;
  font-weight: 500;
  font-size: 22px;
  padding-right: 8px;
}
.loader__circle {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 10px 6px 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #808080;
  -webkit-animation: dot 1.2s infinite;
  animation: dot 1.2s infinite;
}
.loader__circle--one {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.loader__circle--two {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.loader__circle--three {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
@-webkit-keyframes dot {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes dot {
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes dot {
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
html {
  font-size: 14px;
}
body {
  background-color: #f5f5f5;
  font-family: 'IranSans', 'Arial', sans-serif;
}
html,
body {
  height: 100%;
}
a {
  color: #4a7aca;
}
a:hover,
a:active {
  color: #4a7aca;
}
.wrapper {
  min-height: 100%;
}
.container-fluid {
  max-width: 1060px;
  padding: 0;
}
.row {
  margin-right: -10px;
  margin-left: -10px;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-right: 10px;
  padding-left: 10px;
}
.nowrap {
  white-space: nowrap;
}
.blink-btn {
  display: inline-block;
  -webkit-animation: heartBeat 1.4s infinite;
  animation: heartBeat 1.4s infinite;
}
.pull-right {
  float: right;
}
#can_use_agents_rates_attention {
  font-size: 1rem;
  color: #f00;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.b-stats-icons {
  display: inline-block;
  height: 29px;
  width: 29px;
  margin-right: 10px;
  background-repeat: no-repeat;
  text-align: center;
  background-image: url("/static/base_bootstrap_2015/images/status-icons-sprite.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
.b-stats-icons-1-a {
  background-position: -278px 0;
}
.b-stats-icons-1-a:hover {
  background-position: -278px -30px;
}
.b-stats-icons-2-a {
  background-position: -154px 0;
}
.b-stats-icons-2-a:hover {
  background-position: -154px -30px;
}
.b-stats-icons-3-a {
  background-position: -309px 0;
  width: 59px;
}
.b-stats-icons-3-a:hover {
  background-position: -309px -30px;
  width: 59px;
}
.b-stats-icons-4-a {
  background-position: -185px 0;
}
.b-stats-icons-4-a:hover {
  background-position: -185px -30px;
}
.b-stats-icons-5-a {
  background-position: 0px 0;
}
.b-stats-icons-5-a:hover {
  background-position: 0 -30px;
}
.b-stats-icons-6-a {
  background-position: -123px 0;
}
.b-stats-icons-6-a:hover {
  background-position: -123px -30px;
}
.b-stats-icons-7-a {
  background-position: -401px 0;
}
.b-stats-icons-7-a:hover {
  background-position: -401px -30px;
}
.b-stats-icons-8-a {
  background-position: -216px 0;
}
.b-stats-icons-8-a:hover {
  background-position: -216px -30px;
}
.b-stats-icons-9-a {
  background-position: -370px 0;
}
.b-stats-icons-9-a:hover {
  background-position: -370px -30px;
}
.b-stats-icons-10-a {
  background-position: -31px 0;
}
.b-stats-icons-10-a:hover {
  background-position: -31px -30px;
}
.b-stats-icons-11-a {
  background-position: -62px 0;
  width: 59px;
}
.b-stats-icons-11-a:hover {
  background-position: -62px -30px;
  width: 59px;
}
.b-stats-icons-12-a {
  background-position: -247px 0;
}
.b-stats-icons-12-a:hover {
  background-position: -247px -30px;
}
@-webkit-keyframes heartBeat {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  18% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  35% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  18% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  35% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.nav-wrapper {
  position: fixed;
  top: 0;
  right: -500px;
  height: 100%;
  width: 100%;
  max-width: 460px;
  padding: 120px 0 30px 45px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.161);
  box-shadow: 0px 3px 6px rgba(0,0,0,0.161);
  z-index: 100;
  -webkit-transition: right 300ms linear;
  transition: right 300ms linear;
}
.nav-wrapper--visible {
  right: 0;
}
.btn-close {
  padding: 10px;
  position: absolute;
  top: 30px;
  right: 20px;
}
.nav-icon {
  fill: #bc1c29;
}
.nav-inner {
  height: -webkit-calc(100vh - 280px);
  height: calc(100vh - 280px);
  padding-right: 20px;
  overflow-y: auto;
}
@media screen and (min-width: 576px) {
  .nav-inner {
    padding-right: 60px;
  }
}
.nav-line {
  opacity: 0.5;
}
.nav-link {
  padding-left: 0;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
}
.nav-link:hover,
.nav-link:active {
  color: #000;
}
.nav-link .active:not(.dropdown-item) {
  color: #4aca85;
}
.nav-link .active:not(.dropdown-item):hover,
.nav-link .active:not(.dropdown-item):active {
  color: #4aca85;
}
.nav-link--additional {
  color: #999;
}
.nav-link--additional:hover,
.nav-link--additional:active {
  color: #999;
}
.nav-signature {
  position: absolute;
  left: 45px;
  bottom: 30px;
}
.nav-signature__logo {
  margin-right: 20px;
}
.nav-signature__name {
  font-weight: 700;
  color: #e0e0e0;
}
.nav-balances {
  padding: 10px 22px;
  border: 1px solid #707070;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  list-style: none;
}
.nav-balances__item {
  color: #3c3c3c;
}
.nav-item__profile-name {
  font-size: 18px;
  color: #4a7aca;
}
.nav-balances__amount {
  font-size: 18px;
  color: #737373;
}
.header {
  height: 60px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.161);
  box-shadow: 0px 3px 6px rgba(0,0,0,0.161);
  z-index: 3;
}
@media screen and (min-width: 1200px) {
  .header {
    height: 60px;
  }
}
.header .navbar {
  padding: 10px 0 8px 0;
}
@media screen and (min-width: 576px) {
  .header .navbar {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .header .navbar {
    padding: 14px 0 18px 0;
  }
}
.header--fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
}
.header__logo-link {
  margin-top: 10px;
  margin-left: 1em;
}
@media screen and (min-width: 1200px) {
  .header__logo-link {
    left: 40px;
    top: 7px;
    position: absolute;
    margin: 0;
  }
}
.header__logo {
  width: 40px;
}
.header__icon {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  fill: #000;
}
.header__menu-icon {
  width: 14px;
  height: 14px;
  fill: #09b659;
}
.header__menu-icon--menu {
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 992px) {
  .header__menu-icon--menu {
    width: 45px;
    height: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .header__menu-icon--menu {
    width: 50px;
    height: 50px;
  }
}
.header__dropdown-links-wrapper {
  margin-right: 20px;
}
.header__fit-link {
  height:  34px;
  font-size: 0.9rem;
}
@media screen and (min-width: 1200px) {
  .header__dropdown-links-wrapper {
    margin-right: 0;
  }
}
.header__link {
  font-weight: 700;
  color: #4a7aca;
}
.header__link:hover,
.header__link:active {
  color: #4a7aca;
}
@media screen and (min-width: 1200px) {
  .header__link {
    color: #3c3c3c;
  }
  .header__link:hover,
  .header__link:active {
    color: #3c3c3c;
  }
}
.header__link-icon {
  fill: #4a7aca;
}
.header__link-todo {
  position: absolute; 
  left: 34px;
}
.header__link-todo--sm {
  left: 73px;
  top: 15px;
}
.header__link-todo--sm .fa-comment-o {
  font-size: 24px;
}
.fa-comment--with-message::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: red;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 1200px) {
  .navbar__inner {
    padding-left: 0;
  }
}
.dropdown-menu--login {
  min-width: 280px;
  -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.161);
  box-shadow: 0px 3px 6px rgba(0,0,0,0.161);
}
@media screen and (min-width: 576px) {
  .dropdown-menu--login {
    min-width: 350px;
  }
}
.dropdown-menu--currencies {
  min-width: 100%;
  -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.161);
  box-shadow: 0px 3px 6px rgba(0,0,0,0.161);
}
@media screen and (min-width: 576px) {
  .dropdown-menu--currencies {
    min-width: 550px;
  }
}
.currencies-list {
  max-height: 160px;
  overflow: hidden;
}
.currencies-list--full {
  max-height: 100%;
}
.currencies-list__item {
  width: 50%;
}
.currencies-list__link,
.dropdown-menu__link {
  color: #3c3c3c;
  font-weight: 500;
  line-height: 2;
}
.currencies-list__link:hover,
.dropdown-menu__link:hover,
.currencies-list__link:active,
.dropdown-menu__link:active {
  color: #3c3c3c;
}
.dropdown-menu--menu {
  width: 320px;
  -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.161);
  box-shadow: 0px 3px 6px rgba(0,0,0,0.161);
}
.dropdown-menu__list-item {
  display: block;
}
.dropdown-menu__link--active {
  color: #4a7aca;
}
.menu-toggle-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  border: 1px solid #9f9f9f;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.menu-toggle-item {
  padding: 7px 10px 4px;
  text-transform: uppercase;
  color: #797979;
  cursor: pointer;
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear;
  white-space: nowrap;
  font-weight: 500;
}
.menu-toggle-item:hover {
  color: #4a7aca;
}
.menu-toggle-item-active {
  color: #616161;
}
.footer-side-paddings,
.footer__top,
.footer__main {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 576px) {
  .footer-side-paddings,
  .footer__top,
  .footer__main {
    padding-left: 115px;
    padding-right: 115px;
  }
}
@media screen and (min-width: 992px) {
  .footer-side-paddings,
  .footer__top,
  .footer__main {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.footer__top {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
}
@media screen and (min-width: 1200px) {
  .footer__top {
    height: 75px;
    padding-top: 18px;
  }
}
.footer__logo {
  width: 40px;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    margin-right: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__logo {
    margin-right: 70px;
  }
}
.footer__additional-link {
  font-size: 12px;
  font-weight: 500;
  color: #6c98e1;
}
.footer__additional-link:hover,
.footer__additional-link:active {
  color: #6c98e1;
}
.footer__additional-link:last-child {
  margin-left: 25px;
}
.footer__button {
  height: 40px;
  width: 100%;
  max-width: 200px;
  margin: 40px 0 0 auto;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .footer__button {
    margin-top: 0;
  }
}
.footer__main {
  padding-top: 45px;
  padding-bottom: 50px;
  background-color: #4aca85;
  color: #fff;
}
@media screen and (min-width: 576px) {
  .footer__main {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .footer__main {
    padding-top: 55px;
    font-size: 14px;
  }
}
.footer__h2,
.footer__h3 {
  font-size: 14px;
}
.footer__h2 {
  margin-bottom: 40px;
}
.footer__link {
  display: block;
  color: #fff;
}
.footer__link:hover,
.footer__link:active {
  color: #fff;
}
.footer__link--sm {
  font-size: 12px;
  line-height: 2.4;
}
.footer__line {
  margin: 40px 0 20px;
  background-color: #fff;
}
.footer__line--full-width {
  position: relative;
  width: -webkit-calc(100% + 100px);
  width: calc(100% + 100px);
  left: -50px;
  top: 65px;
  margin: 0;
}
.footer__icons-wrapper {
  position: relative;
  width: 280px;
  margin: 30px auto 50px;
  background-color: #4aca85;
  z-index: 1;
}
@media screen and (min-width: 576px) {
  .footer__icons-wrapper {
    width: 370px;
    padding: 0 60px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__icons-wrapper {
    width: 420px;
    padding: 0 85px;
  }
}
.footer__icon {
  width: 50px;
  height: 50px;
  fill: #fff;
}
.top-section {
  padding: 25px 0 50px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
}
@media screen and (min-width: 576px) {
  .top-section {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .top-section {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .top-section {
    padding: 50px 0 25px;
    background-size: 100% 100%;
  }
}
.top-section .hr {
  background-color: #f3f3f3;
}
.btn--search-form {
  font-size: 18px;
  font-weight: 500;
  background: #09b659;
}
.search-block {
  margin: 0 auto 30px;
}
@media screen and (min-width: 1200px) {
  .search-block {
    max-width: 845px;
  }
}
.search-block__link {
  color: #4aca85;
}
.search-block__link:hover,
.search-block__link:active {
  color: #4aca85;
}
.ui-autocomplete-item-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ui-main-page-search-item {
  margin-left: 10px !important;
  height: 30px !important;
}
.ui-main-page-search-item--with-region {
  height: 45px !important;
}
.ui-main-page-search-item-region {
  display: block;
  width: 100%;
  font-size: 0.8rem;
}
.ui-main-page-search-category {
  margin-left: 10px;
  font-weight: bold;
  height: 30px !important;
}
#hotel-search-form-top-panel-additional {
  padding: 20px;
}
.dropdown-menu--rooms {
  width: 500px;
  padding: 20px 33px;
  background-color: #f5f5f5;
  -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.161);
  box-shadow: 0px 3px 6px rgba(0,0,0,0.161);
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  .dropdown-menu--rooms {
    right: 0 !important;
    -webkit-transform: none !important;
    transform: none !important;
    width: 100%;
  }
}
.nav-tabs--search .nav-item {
  height: 40px;
  width: 30%;
}
@media screen and (min-width: 768px) {
  .nav-tabs--search .nav-item {
    width: -webkit-calc(20% - 8px);
    width: calc(20% - 8px);
  }
}
@media screen and (min-width: 1200px) {
  .nav-tabs--search .nav-item {
    height: 40px;
    width: -webkit-calc(20% - 9px);
    width: calc(20% - 9px);
  }
}
.nav-tabs--search .nav-link {
  -webkit-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
  background-color: #f0f0f0;
  color: #3c3c3c;
  -webkit-transition: color ease 300ms;
  transition: color ease 300ms;
}
.nav-tabs--search .nav-link:hover,
.nav-tabs--search .nav-link:active,
.nav-tabs--search .nav-link:focus {
  text-decoration: none;
  color: #4aca85;
}
.nav-tabs--search .nav-link.active {
  color: #4aca85;
  font-weight: 700;
}
.tab-content--search .tab-pane {
  padding: 30px 50px;
}
.table--main-section th:first-child,
.table--main-section td:first-child {
  padding-left: 0;
}
.table--main-section th:last-child,
.table--main-section td:last-child {
  padding-right: 0;
}
.rooms-panel__hr {
  background-color: #fff;
}
.rooms-panel__title {
  font-size: 1.2em;
}
.rooms-panel__delete {
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 1;
}
.rooms-panel__delete-icon {
  fill: #ef394e;
  opacity: 0.5;
}
.main-section__block {
  width: 100%;
  padding: 10px 15px 20px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.161);
  box-shadow: 0px 3px 6px rgba(0,0,0,0.161);
  font-size: 12px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .main-section__block {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .main-section__block {
    background-color: #f9f9f9;
  }
}
.main-section__block:nth-of-type(1) {
  padding-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .main-section__block:nth-of-type(2),
  .main-section__block:nth-of-type(3) {
    width: -webkit-calc(40% - 10px);
    width: calc(40% - 10px);
  }
}
@media screen and (min-width: 992px) {
  .main-section__block:nth-of-type(4) {
    width: -webkit-calc(20% - 10px);
    width: calc(20% - 10px);
  }
}
.main-section__h2 {
  font-size: 12px;
  color: #4a7aca;
}
.main-section__h2--contrast {
  color: #4aca85;
}
.main-section__block--dark {
  background-color: #f2f2f2;
}
.main-section__hr {
  margin-top: 8px;
}
.form-group--clean::after {
  background-image: none;
}
.rc-wrapper {
  position: relative;
  cursor: pointer;
  padding-left: 6px;
}
.rc-wrapper .rc-inner {
  width: auto;
  opacity: 0.8;
  font-size: 0.8rem;
}
select.rc-select {
  position: absolute;
  top: -5px;
  left: 0px;
  width: auto;
  height: 30px;
  padding: 0;
  opacity: 0;
}
.main-section {
  padding: 25px 0 50px;
}
@media screen and (min-width: 576px) {
  .main-section {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .main-section {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .main-section {
    padding: 25px 0 25px;
  }
}
.main-section__custom-text img {
  width: 100%;
  height: auto;
}
.main-section__custom-img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.progress {
  margin-top: 15px;
}
.progress-count {
  margin-top: 10px;
  font-size: 11px;
  color: #3c3c3c;
}
.hotels-list {
  padding: 0;
}
@media screen and (min-width: 576px) {
  .hotels-list {
    padding: 0 53px;
  }
}
@media screen and (min-width: 768px) {
  .hotels-list {
    padding: 0 69px;
  }
}
@media screen and (min-width: 1200px) {
  .hotels-list {
    padding: 0;
  }
}
.hotels-list__item {
  margin: 15px 0;
}
.hotel-card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  color: #3c3c3c;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .hotel-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.hotel-card__photo {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center';
}
@media screen and (min-width: 768px) {
  .hotel-card__photo {
    height: 200px;
    width: 182px;
  }
}
@media screen and (min-width: 1200px) {
  .hotel-card__photo {
    width: 196px;
  }
}
@media screen and (min-width: 1200px) {
  .carousel-item {
    height: 100%;
  }
}
.hotel-card__info {
  width: 100%;
  padding: 8px 12px;
}
@media screen and (min-width: 768px) {
  .hotel-card__info {
    padding: 8px 12px 8px 15px;
  }
}
@media screen and (min-width: 1200px) {
  .hotel-card__info {
    padding: 10px 24px 11px 20px;
  }
}
.hotel-card__prev,
.hotel-card__next {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.hotel-card__prev {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.hotel-card__next {
  -webkit-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
}
.hotel-card__main {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .hotel-card__main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.hotel-card__promos {
  margin-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  .hotel-card__promos {
    margin-bottom: 0;
    padding-top: 24px;
  }
}
.hotel-card__promo {
  height: 20px;
  margin-right: 5px;
  padding: 0 15px;
  background-color: #4a7aca;
  color: #fff;
  font-weight: 500;
}
.hotel-card__promo--contrast {
  background-color: #ef394e;
}
.hotel-card__promo--success {
  background-color: #4aca85;
}
@media screen and (min-width: 1200px) {
  .hotel-card__title-wrapper {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
}
.hotel-card__title,
.hotel-title {
  margin: 0 5px 0 0;
  line-height: 24px;
  font-size: 14px;
  color: #4a7aca;
}
.hotel-card__star {
  width: 14px;
  height: 14px;
  fill: rgba(255,193,7,0.4);
}
.hotel-card__star--filled {
  fill: #ffc107;
}
.hotel-card__location-pin {
  width: 10px;
  height: 10px;
  margin-right: 3px;
}
.hotel-card__location-link {
  font-weight: 700;
  color: #3c3c3c;
}
.hotel-card__location-link:hover,
.hotel-card__location-link:active {
  color: #3c3c3c;
}
.hotel-card__features {
  margin: 10px 0;
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
}
@media screen and (min-width: 1200px) {
  .hotel-card__features {
    margin-bottom: 0;
    margin-top: 8px;
    line-height: 1;
  }
}
.hotel-card__feature {
  padding-right: 15px;
}
.hotel-card__feature-icon img,
.hotel-card__feature-icon svg {
  width: 15px;
  height: 15px;
}
.hotel-card__feature-icon svg,
.hotel-card__feature-icon svg g {
  fill: #e0e0e0;
}
.hotel-card__feature-icon--filled svg,
.hotel-card__feature-icon--filled svg g {
  fill: #4aca85;
}
@media screen and (min-width: 1200px) {
  .hotel-card__price-wrapper {
    margin-bottom: 8px;
    padding: 4px 45px 5px 10px;
    background-color: #f7f7f7;
    line-height: 17px;
  }
}
.hotel-card__room-title {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}
.hotel-card__price-condition {
  color: #4a7aca;
  text-decoration: underline;
}
@media screen and (min-width: 1200px) {
  .hotel-card__price {
    text-align: center;
  }
}
.hotel-card__cost {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #4a7aca;
}
@media screen and (min-width: 1200px) {
  .hotel-card__cost {
    color: #3c3c3c;
  }
}
.hotel-card__additional-wrapper {
  position: relative;
  font-weight: 500;
}
.hotel-card__btn {
  height: 35px;
  position: absolute;
  right: 0;
  bottom: 10px;
  padding: 0 27px;
  -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.161);
  box-shadow: 0px 3px 6px rgba(0,0,0,0.161);
  font-size: 12px;
}
@media screen and (min-width: 1200px) {
  .hotel-card__btn {
    position: relative;
    right: auto;
    bottom: auto;
  }
}
.search-wrapper {
  padding-top: 30px;
}
.search-error {
  background-color: #fff;
  padding: 40px;
}
.search-error__title {
  font-weight: 700;
  color: #ef394e;
}
@media screen and (min-width: 1200px) {
  .col-xl-8--special-search {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 756px;
    -ms-flex: 0 0 756px;
    flex: 0 0 756px;
    max-width: 756px;
  }
  .col-xl-4--special-search {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 324px;
    -ms-flex: 0 0 324px;
    flex: 0 0 324px;
    max-width: 324px;
  }
}
.search-details-header {
  margin-bottom: 10px;
  padding: 10px 8px 10px 14px;
  -webkit-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
  background-color: #fff;
}
.search-details-header__title {
  margin: 0;
  font-size: 18px;
}
.search-details-header__icon {
  width: 20px;
  height: 20px;
}
.search-details-main {
  padding: 36px 12px;
  background-color: #fff;
}
.search-details-main__title {
  font-size: 14px;
  line-height: 24px;
}
.search-details-main__btn {
  height: 35px;
  margin: 5px 0 15px;
  border: 1px dashed #999;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #999;
  font-size: 12px;
}
.search-details-main__btn:hover,
.search-details-main__btn:active,
.search-details-main__btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.search-details-quotation {
  padding: 18px 12px;
  -webkit-border-radius: 0px 0px 15px 15px;
  border-radius: 0px 0px 15px 15px;
  background-color: #d2dfff;
}
.search-details-quotation__inner {
  margin-bottom: 14px;
  padding: 13px 32px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-color: #fff;
}
.search-details-quotation__item {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}
.search-details-quotation__hr {
  margin: 5px 0 10px;
  background-color: #f7f7f7;
}
.search-details-quotation__btn {
  height: 50px;
  font-size: 18px;
  color: #fff;
  background: #ef394e;
}
.search-details-quotation__btn:hover,
.search-details-quotation__btn:active,
.search-details-quotation__btn:focus {
  color: #fff;
  opacity: 0.9;
}
.search-details-quotation__btn:disabled {
  background: #999;
}
.search-details-quotation__btn:disabled:hover,
.search-details-quotation__btn:disabled:active,
.search-details-quotation__btn:disabled:focus {
  background: #999;
}
.search-details-quotation__label {
  color: #999;
  font-size: 12px;
  font-weight: 700;
}
.block-suggested-content {
  padding: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: #fff;
  margin-bottom: 25px;
}
.block-suggested-content--header {
  margin-bottom: 25px;
}
.filter-panel {
  margin-bottom: 15px;
  padding: 12px 16px;
  background-color: #f5f8ff;
}
.filter-panel__input-wrapper {
  position: relative;
  margin-right: 10px;
  height: 35px;
  background-color: #fff;
}
.filter-panel__input-wrapper:last-child {
  margin-right: 0;
}
.filter-panel__input-wrapper::after {
  top: 8px;
}
.filter-panel__input {
  position: relative;
  top: 0;
  height: 100%;
  margin: 0;
  padding-top: 15px;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #4a7aca;
  background-color: transparent;
  font-size: 12px;
  font-weight: 500;
  z-index: 1;
}
.filter-panel__input:active,
.filter-panel__input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #4a7aca;
}
.filter-panel__input:active ~ label,
.filter-panel__input:focus ~ label {
  z-index: 2;
  height: 15px;
  font-size: 10px;
  padding: 2px 8px 0px 12px;
  line-height: 12px;
}
.filter-panel__input-sm {
  width: 120px;
}
.filter-panel__input-m {
  width: 140px;
}
.filter-panel__label {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 8px 8px 8px 12px;
  color: #999;
  font-size: 12px;
  line-height: 2;
}
.filter-panel__input-wrapper--filled .filter-panel__label {
  z-index: 2;
  height: 15px;
  font-size: 10px;
  padding: 2px 8px 0px 12px;
  line-height: 12px;
}
.filter-panel__stars {
  position: relative;
  padding: 10px;
  background-color: #fff;
  z-index: 1;
}
.filter-panel__features {
  font-size: 12px;
  color: #3c3c3c;
}
.filter-panel__features .checkbox-label {
  margin-right: 30px;
}
.book-results {
  margin-bottom: 20px;
  padding: 7px 10px;
  background-color: #4a7aca;
  color: #fff;
  font-size: 10px;
  line-height: 1.7;
  -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.161);
  box-shadow: 0px 3px 6px rgba(0,0,0,0.161);
}
@media screen and (min-width: 576px) {
  .book-results {
    padding: 7px 52px;
  }
}
@media screen and (min-width: 768px) {
  .book-results {
    padding: 7px 69px;
  }
}
@media screen and (min-width: 1200px) {
  .book-results {
    margin-bottom: 30px;
    padding: 22px 0;
    background-color: #fff;
    color: #3c3c3c;
  }
}
.book-results--fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 100px;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .book-results__main {
    padding-left: 27px;
    background-image: linear-gradient(to right, #4aca85 0, #4aca85 14px, #fff 14px, #fff 100%);
  }
}
.book-results__title {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 31px;
  color: #000;
}
.book-results__address {
  font-size: 12px;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .book-results__address {
    font-weight: 500;
  }
}
.book-results__data {
  font-weight: 200;
}
@media screen and (min-width: 1200px) {
  .book-results__data {
    font-size: 12px;
    font-weight: 500;
  }
}
.book-results__data-item {
  position: relative;
  padding-left: 3px;
}
.book-results__data-item:first-child::before {
  content: "";
}
@media screen and (min-width: 1200px) {
  .book-results__data-item {
    padding-left: 21px;
  }
  .book-results__data-item:first-child::before {
    content: "|";
  }
}
.book-results__data-item::before {
  content: ", ";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 1200px) {
  .book-results__data-item::before {
    content: "|";
    left: 10px;
  }
}
.book-results__btn {
  padding: 5px 35px;
  height: 30px;
  background-color: #fff;
  color: #4a7aca;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.161);
  box-shadow: 0px 3px 6px rgba(0,0,0,0.161);
}
@media screen and (min-width: 1200px) {
  .book-results__btn {
    height: auto;
    padding: 0;
    margin-left: 15px;
    background: transparent;
    font-size: 14px;
    border-bottom: 1px solid #4a7aca;
    text-transform: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    line-height: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.book-results__btn:hover,
.book-results__btn:active,
.book-results__btn:focus {
  text-decoration: none;
  outline: none;
  color: #4a7aca;
}
.hotel-part {
  margin-bottom: 15px;
  padding: 14px 18px 14px;
  background-color: #fff;
  color: #3c3c3c;
  font-size: 12px;
  line-height: 1.7;
}
@media screen and (min-width: 576px) {
  .hotel-part {
    margin-right: 52px;
    margin-left: 52px;
  }
}
@media screen and (min-width: 768px) {
  .hotel-part {
    margin-right: 69px;
    margin-left: 69px;
  }
}
@media screen and (min-width: 1200px) {
  .hotel-part {
    margin-right: 0;
    margin-left: 0;
  }
}
.hotel-part .hotel-part--main {
  padding: 28px 18px 12px;
}
.hotel-title {
  margin: 0;
  margin-bottom: 10px;
}
.hotel-address {
  padding: 0 0 5px 15px;
}
.hotel-main-price {
  margin-top: 7px;
}
.hotel-main-price>span:last-child {
  font-size: 9px;
}
@media screen and (min-width: 768px) {
  .hotel-main-price {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    margin-top: 0;
  }
}
.hotel-part__change-link {
  font-size: 11px;
  color: #364eed;
}
.hotel-part__change-link svg {
  fill: #364eed;
}
.hotel-amenities-list {
  margin: 0;
  padding: 0 0 0 20px;
}
.hotel-photos {
  margin-bottom: 15px;
}
@media screen and (min-width: 576px) {
  .hotel-photos {
    margin-right: 52px;
    margin-left: 52px;
  }
}
@media screen and (min-width: 768px) {
  .hotel-photos {
    margin-right: 69px;
    margin-left: 69px;
  }
  .hotel-photos .carousel-item {
    display: block;
    margin: 0;
    width: -webkit-calc(50% / 3 - 5px);
    width: calc(50% / 3 - 5px);
    height: 80px;
    margin-left: 5px;
    margin-bottom: 5px;
  }
  .hotel-photos .carousel-item:first-child {
    width: 50%;
    height: 250px;
    margin-left: 0;
  }
  .hotel-photos .carousel-item:nth-child(8),
  .hotel-photos .carousel-item:nth-child(9),
  .hotel-photos .carousel-item:nth-child(10) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .hotel-photos {
    margin-right: 0;
    margin-left: 0;
  }
}
.hotel-photos__photo {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center';
}
@media screen and (min-width: 768px) {
  .hotel-photos__photo {
    height: 100%;
  }
}
.hotel-part--rooms {
  padding-left: 10px;
  padding-right: 10px;
}
.rooms-title {
  margin-bottom: 10px;
  padding: 10px 0;
  background-color: #4a7aca;
  color: #fff;
}
.room-card {
  margin-bottom: 10px;
  padding: 20px;
  background-color: #f7f7f7;
  color: #3c3c3c;
}
.room-card__main {
  width: 65%;
  border-right: 2px solid #e0e0e0;
}
@media screen and (min-width: 768px) {
  .room-card__main {
    width: -webkit-calc(50% + 170px / 2);
    width: calc(50% + 170px / 2);
  }
}
.room-card__info-link {
  text-decoration: underline;
}
.room-card__additional {
  padding-left: 15px;
}
.room-card__icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.room-card__btn {
  margin-top: 16px;
  width: 100%;
  height: 35px;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .room-card__btn {
    width: 125px;
    margin: 0 0 3px 0;
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 768px) {
  .room-card__btn--empty {
    width: 132px;
  }
}
.room-card__description,
.room-card__policy,
.room-card__price {
  position: relative;
  margin-bottom: 10px;
}
.room-card__info-icon {
  fill: #3c3c3c;
  cursor: pointer;
}
.popover--custom-room-price {
  width: 250px;
  left: auto;
  right: -10px;
  top: 15px;
}
.popover--custom-room-price .arrow {
  left: auto;
  right: 5px;
  top: -8px;
}
.room-card__bright-text {
  color: #ef394e;
}
.room-card__promo-text {
  margin: 10px 0 0;
  font-size: 9px;
}
.room-card__valid-till {
  padding-left: 15px;
  font-size: 12px;
}
.hotel__features-columns {
  -webkit-columns: 2 auto;
  columns: 2 auto;
  -webkit-column-gap: 3rem;
  column-gap: 3rem;
}
@media screen and (min-width: 992px) {
  .hotel__features-columns {
    -webkit-columns: 3 auto;
    columns: 3 auto;
  }
}
.hotel-part__features {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.hotel-policy-table td {
  padding: 8px 30px;
}
@media screen and (min-width: 1200px) {
  .hotel-policy-table td {
    padding-left: 80px;
  }
}
.hotel-policy-table tr:nth-child(odd) td {
  background-color: #f7f7f7;
}
.hotel-weather {
  height: 70px;
  border: 1px solid #707070;
  color: #999;
}
@media screen and (min-width: 768px) {
  .hotel-weather {
    height: 80px;
  }
}
.hotel-weather__month {
  padding: 5px 0;
  border-bottom: 1px solid #707070;
}
.hotel-weather__conditions {
  padding: 12px 2px;
}
.hotel-weather__icons {
  width: 50%;
}
.hotel-weather__temperature {
  margin-left: 10px;
  border-left: 1px solid #999;
}
.map-wrapper {
  height: 108px;
}
@media screen and (min-width: 1200px) {
  .map-wrapper {
    height: 175px;
  }
}
#mapCanvas {
  height: 100%;
}
.hotel-bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.hotel-bottom__top {
  padding: 10px 0;
  background-color: #fff;
  -webkit-box-shadow: 0px -1px 3px rgba(0,0,0,0.161);
  box-shadow: 0px -1px 3px rgba(0,0,0,0.161);
}
.hotel-bottom__bottom {
  padding: 25px 55px;
  background-color: #f7f7f7;
  -webkit-box-shadow: 0px -1px 3px rgba(0,0,0,0.161);
  box-shadow: 0px -1px 3px rgba(0,0,0,0.161);
}
@media screen and (min-width: 768px) {
  .hotel-bottom__bottom {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.hotel-bottom__link {
  color: #3c3c3c;
  text-decoration: none;
}
.hotel-bottom__link:hover,
.hotel-bottom__link:active {
  color: #3c3c3c;
}
.hotel-bottom__icon {
  width: 30px;
  height: 30px;
}
.hotel-bottom__menu {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background-color: #4a7aca;
}
.hotel-bottom__menu-link {
  margin-right: 50px;
  color: #fff;
  -webkit-transition: color ease 300ms;
  transition: color ease 300ms;
  text-decoration: none;
}
.hotel-bottom__menu-link:hover,
.hotel-bottom__menu-link:active,
.hotel-bottom__menu-link:focus {
  text-decoration: none;
  color: #fff;
}
.hotel-bottom__menu-link--active {
  border-bottom: 4px solid #4aca85;
}
.hotel-room-book {
  margin-bottom: 10px;
  padding: 11px 15px 10px;
  position: relative;
  border: 1px solid #e0e0e0;
}
.hotel-room-book__detail-link {
  position: absolute;
  right: 15px;
  top: 115px;
  fill: #4a7aca;
  color: #4a7aca;
  font-size: 10px;
}
.hotel-room-book__detail-link:hover,
.hotel-room-book__detail-link:active {
  color: #4a7aca;
}
.hotel-room-book__detail-link-span {
  margin-right: 5px;
  text-decoration: underline;
}
.hotel-room-book__room, .alternative-price-book__item {
  margin-bottom: 5px;
  padding: 10px 10px 5px;
  background-color: #f2f2f2;
  font-size: 10px;
  line-height: 1.7;
}
.hotel-room-book__room p {
  margin: 0;
}
.hotel-room-book__room-label {
  margin-bottom: 5px;
  padding: 5px;
  background-color: #4a7aca;
  color: #fff;
}
.hotel-room-book__room-label--total {
  background-color: #4aca85;
}
.hotel-room-book__hr {
  margin: 10px 0 12px;
}
.hotel-room-book__room-info {
  margin-bottom: 6px;
  font-size: 10px;
}
.hotel-room-book__room-info-icon {
  margin-right: 5px;
}
.hotel-part__rate_code-btn {
  font-size: 0.85rem;
  height: 35px;
}
.hotel-part__rate_code-select {
  height: 35px;
}
.form-group--select-extra-bed {
  max-height: 35px;
  margin: 0 30px 0 0;
}
.form-group--select-extra-bed::after {
  top: 8px;
}
.form-control--extra-bed {
  height: 35px;
  width: 100px;
  padding: 8px 10px 7px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.modal-link-list {
  background-color: #fff;
  -webkit-border-top-left-radius: 15px;
  border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  border-top-right-radius: 15px;
  padding: 20px;
}
.modal-body .modal-link-list {
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.modal-link-list__title {
  color: #4a7aca;
  font-weight: 700;
}
.modal-link-list__link {
  text-transform: uppercase;
  color: #3c3c3c;
  font-weight: 500;
  color: #3c3c3c;
}
.modal-link-list__link:hover,
.modal-link-list__link:active {
  color: #3c3c3c;
}
.modal-link-list__link:hover {
  text-decoration: none;
}
.modal-link-list__link.active {
  color: #fff;
  background-color: #4a7aca;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  padding: 5px 10px 1px;
}
.orange-text {
  color: #ffa500;
}
#apiRequest .api-request-loader,
#apiRequestExistingBooking .api-request-loader {
  display: inline-block;
  padding: 0 5px 5px 0;
}
.api-request-error-wrapper {
  font-size: 1em;
  text-align: center;
}
.room-card__cancellation-policies-content {
  background: #fff;
  position: absolute;
  border: 1px solid #808080;
  padding: 5px;
}
.room-card__room-description-content {
  background: #fff;
  position: absolute;
  border: 1px solid #808080;
  padding: 5px;
  min-width: 300px;
  top: -40px;
}
.cancellation-info-popover {
  border-top: 0;
}
@media (max-width: 500px) {
  .cancellation-info-popover {
    left: 0;
  }
}
.new-order-section {
  margin-bottom: 40px;
  padding: 34px 0 44px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.161);
  box-shadow: 0px 3px 6px rgba(0,0,0,0.161);
}
.new-order-section__title-wrapper {
  padding-left: 25px;
  border-left: 15px solid #4aca85;
}
.new-order-section__btn {
  height: 65px;
  width: 300px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  font-size: 20px;
  font-weight: 500;
}
.new-order-section__btn-close {
  width: 40px;
  height: 40px;
  position: relative;
  background-color: #e4e4e4;
  border-color: #e4e4e4;
}
.new-order-section__btn-close:hover,
.new-order-section__btn-close:active,
.new-order-section__btn-close:focus {
  background-color: #e4e4e4;
  border-color: #bebebe;
}
.new-order-section__btn-close::before,
.new-order-section__btn-close::after {
  content: '';
  display: block;
  width: 25px;
  height: 2px;
  position: absolute;
  background-color: #bebebe;
}
.new-order-section__btn-close::before {
  transform: rotate(45deg);
}
.new-order-section__btn-close::after {
  transform: rotate(-45deg);
}
.new-order-section__title {
  margin: 6px 0 12px;
  padding: 10px 0;
  font-size: 22px;
  font-weight: 700;
}
.new-order-section__name {
  font-size: 15px;
  color: #999;
}
.country-delete {
  width: 15px;
  height: 15px;
  fill: #bc1c29;
  cursor: pointer;
}
.order-main-wrapper {
  margin-bottom: 30px;
  padding: 22px 0;
  background-color: #fff;
  color: #3c3c3c;
}
@media screen and (min-width: 1200px) {
  .order-main-wrapper {
    height: 135px;
  }
}
.container-fluid--order {
  padding: 0 30px;
}
@media screen and (min-width: 992px) {
  .container-fluid--order {
    padding: 0;
  }
}
.container-fluid--order .tab-content {
  background-color: transparent;
}
.order-main__title {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .order-main__title {
    font-size: 22px;
  }
}
.order-main__title-status {
  color: #4a7aca;
}
.order-main__link {
  padding-left: 26px;
  color: #4a7aca;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .order-main__link {
    padding-top: 4px;
  }
}
.order-main__text {
  margin: 0;
  color: #999;
  font-size: 10px;
}
@media screen and (min-width: 992px) {
  .order-main__text {
    font-size: 15px;
  }
}
.order-block {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  background-color: #fff;
  overflow: hidden;
  color: #3c3c3c;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .order-block {
    margin-bottom: 25px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .order-block--main {
    margin-top: 35px;
  }
}
.order-block__header {
  display: -ms-grid;
  display: grid;
  place-content: center;
  height: 30px;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background-color: #4a7aca;
}
@media screen and (min-width: 992px) {
  .order-block__header {
    height: 35px;
    margin-bottom: 16px;
    font-size: 16px;
  }
}
.order-block__header--main {
  display: block;
  background-color: #4aca85;
}
@media screen and (min-width: 1200px) {
  .order-block__header--main {
    height: 50px;
  }
}
.order-block__header-status-line {
  padding: 7px 15px 0;
  font-size: 10px;
  text-transform: none;
}
@media screen and (min-width: 1200px) {
  .order-block__header-status-line {
    padding: 12px 65px 0;
    font-size: 14px;
  }
}
.order-block__inner {
  padding: 0 18px 14px;
}
@media screen and (min-width: 992px) {
  .order-block__inner {
    padding: 0 16px 36px;
  }
}
@media screen and (min-width: 992px) {
  .order-block__inner--services {
    padding: 35px 50px;
  }
}
.order-block__status-line-item {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  color: #4a7aca;
}
@media screen and (min-width: 1200px) {
  .order-block__status-line-item {
    width: 23px;
    height: 23px;
    margin-right: 10px;
  }
}
.order-block__status-line-item--checked {
  background-color: #4a7aca;
}
.order-block__status-line-item--checked::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-image: url("../img/white-tick@2x.png");
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 1200px) {
  .order-block__status-line-item--checked::after {
    width: 14px;
    height: 14px;
  }
}
.order-block__inner-main-1 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .order-block__inner-main-1 {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .order-block__inner-main-1 {
    width: 66.6666%;
  }
}
@media screen and (min-width: 1200px) {
  .order-block__inner-main-2 {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .order-block__inner-main-3 {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .order-block__inner-main-3 {
    width: 33.333%;
  }
}
.order-block__tourist {
  margin-bottom: 5px;
  padding: 7px 14px;
  background-color: #f9f9f9;
}
.order-block__tourist dt {
  width: 35%;
}
.order-block__tourist-contacts {
  margin: 20px 0 15px;
}
@media screen and (min-width: 768px) {
  .order-block__tourist-contacts {
    margin-bottom: 25px;
    padding: 13px 16px;
    background-color: #f9f9f9;
  }
}
.order-block__tourist-contacts-title {
  width: 33%;
  margin: 0;
  font-size: 14px;
}
.order-block__tourist-contacts-link {
  padding-left: 30px;
  font-size: 14px;
  color: #3c3c3c;
  -webkit-transition: color ease 300ms;
  transition: color ease 300ms;
}
.order-block__tourist-contacts-link:hover,
.order-block__tourist-contacts-link:active,
.order-block__tourist-contacts-link:focus {
  text-decoration: none;
  color: #636363;
}
.order-block__tourist-contacts-item {
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .order-block__tourist-contacts-item {
    width: 33%;
    margin-bottom: 0;
  }
}
.order-block__tourist-contacts-img {
  margin-right: 20px;
}
.order-block__tourist-comment {
  margin: 0 30px 30px;
  padding: 16px;
  background-color: #f9f9f9;
}
@media screen and (min-width: 768px) {
  .order-block__tourist-comment {
    margin: 0 0 30px;
  }
}
.order-block__tourist-comment-title {
  text-transform: uppercase;
  color: #999;
  font-weight: 700;
  font-size: 12px;
}
.order-block__title {
  padding-right: 15px;
  font-size: 14px;
  font-weight: 700;
  color: #4a7aca;
}
@media screen and (min-width: 992px) {
  .order-block__title {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .order-block__promos {
    padding-top: 0;
  }
}
.order-block__promo {
  height: 25px;
}
@media screen and (min-width: 992px) {
  .order-block__promo {
    height: 27px;
  }
}
.order-block__promo-icon {
  margin-right: 10px;
}
.order-block__features {
  list-style: none;
  padding: 5px 15px;
  margin: 0;
  background-color: #f2f2f2;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .order-block__features {
    padding: 15px;
  }
}
.order-block__features li {
  display: inline-block;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  padding-bottom: 5px;
}
.order-block__features--transfer ul {
  padding: 0;
}
.order-block__features--transfer ul li {
  min-width: 30%;
}
.order-block__features--transfer li:nth-child(2) {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .order-block__features--accommodation li {
    min-width: 30%;
  }
  .order-block__features--accommodation li:nth-child(3),
  .order-block__features--accommodation li:nth-child(5) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding-bottom: 10px;
  }
  .order-block__features--accommodation li:nth-child(2),
  .order-block__features--accommodation li:nth-child(4),
  .order-block__features--accommodation li:nth-child(6) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-block__features--transfer>li {
    min-width: 20%;
  }
  .order-block__features--transfer>li:nth-child(2) {
    width: 100%;
  }
}
.order-block__room {
  padding: 15px 0;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .order-block__room {
    font-weight: 500;
  }
}
.order-block__policy-title {
  font-size: 12px;
  font-weight: 700;
}
.order-block__booking-policy,
.order-block__cancellation-policy {
  margin-bottom: 7px;
  padding: 3px 14px;
}
.order-block__booking-policy {
  max-height: 75px;
  overflow-y: auto;
  background-color: #fff2f4;
}
.order-block__cancellation-policy {
  background-color: #fffff2;
}
.order-block__transfer-points {
  margin-top: 5px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .order-block__transfer-points {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 992px) {
  .order-block__transfer-point {
    width: 50%;
  }
}
.order-block__transfer-point span {
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
.order-block__transfer-point--start {
  background-color: #e9fdf2;
}
.order-block__transfer-point--end {
  background-color: #ffebee;
}
.order-block__transfer-point-name {
  width: 90px;
  margin-right: 15px;
  text-align: center;
  color: #fff;
}
.order-block__transfer-point--start .order-block__transfer-point-name {
  background-color: #4aca85;
}
.order-block__transfer-point--end .order-block__transfer-point-name {
  background-color: #ef394e;
}
@media screen and (min-width: 992px) {
  .order-block__transfer-point-name {
    width: 100px;
    margin-right: 22px;
  }
}
#tourist-change-form {
  padding: 10px;
  background-color: #eee;
}
#change-tourist-submit {
  float: right;
}
.order-tabs {
  position: relative;
  margin-bottom: 35px;
}
.order-tabs::before {
  content: "";
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  height: 1px;
  position: absolute;
  left: -30px;
  top: 25px;
  z-index: -1;
  background-color: #4a7aca;
}
@media screen and (min-width: 1200px) {
  .order-tabs::before {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .order-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    border-bottom: 1px solid #707070;
  }
  .order-tabs li {
    width: -webkit-calc(20% - 4px);
    width: calc(20% - 4px);
    margin-bottom: -1px;
  }
}
.order-tab {
  width: 50px;
  height: 50px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #4a7aca;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.order-tab:hover,
.order-tab:active,
.order-tab.active {
  background-color: #09b659;
  -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.161);
  box-shadow: 0px 3px 6px rgba(0,0,0,0.161);
  color: #3c3c3c;
  text-decoration: none;
}

@keyframes blink {
	0% {transform: scale(1.05);}
	5% {transform: scale(1.1);} 
	10% {transform: scale(1.05);} 
  15% {transform: scale(1.1);}
  25% {transform: scale(1);}
  100% {transform: scale(1);}
} 
.order-tab--todo-active img,
.order-tab--todo-active span {
  animation: blink 3s linear 0s infinite;
}
@media screen and (min-width: 1200px) {
  .order-tab:hover,
  .order-tab:active,
  .order-tab.active {
    background: #f5f5f5;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #707070;
    border-bottom-color: transparent;
  }
}
@media screen and (min-width: 1200px) {
  .order-tab {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    background-color: transparent;
    background-image: linear-gradient(to bottom, #e9e9e9 0%, #e9e9e9 49px, rgba(255,255,255,0) 49px, rgba(255,255,255,0) 50px);
    color: #3c3c3c;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
  }
}
.order-tab__icon {
  width: 25px;
}
@media screen and (min-width: 1200px) {
  .order-tab__icon {
    margin-right: 20px;
  }
}
.title--order {
  padding: 0 0 15px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 900;
  color: #09b659;
  border-bottom: 1px solid #3c3c3c;
}
@media screen and (min-width: 1200px) {
  .title--order {
    padding: 40px 0 30px;
    font-size: 28px;
    border-color: #cbcbcb;
  }
}
.order-bill-total {
  background-color: #eef2fd !important;
  font-weight: 900;
}
.btn-order-wrapper {
  position: relative;
  display: block;
}
.btn-order-wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 20px;
  background-color: #3c3c3c;
}
@media screen and (min-width: 1200px) {
  .btn-order-wrapper::before {
    top: 22px;
    background-color: #cbcbcb;
  }
}
.btn--order-upload {
  width: 150px;
  height: 40px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .btn--order-upload {
    width: 200px;
    height: 45px;
    text-transform: uppercase;
    font-size: 16px;
  }
}
.btn--order-new-message {
  text-transform: uppercase;
  position: absolute;
  top: 20px;
  left: -webkit-calc(50% - 75px);
  left: calc(50% - 75px);
}
@media screen and (min-width: 1200px) {
  .btn--order-new-message {
    top: 82px;
    left: -webkit-calc(50% - 100px);
    left: calc(50% - 100px);
  }
}
.order-delete-btn {
  position: relative;
  width: 15px;
  height: 15px;
  display: block;
}
.order-delete-btn::before,
.order-delete-btn::after {
  content: "";
  width: 15px;
  height: 2px;
  position: absolute;
  top: 6px;
  background: #bc1c29;
}
.order-delete-btn::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.order-delete-btn::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.order-document__icon {
  width: 30px;
}
@media screen and (min-width: 1200px) {
  .order-document__icon {
    width: 18px;
  }
}
#to-do-list {
  position: relative;
}
.todo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.todo-inner {
  margin-bottom: 10px;
  padding: 20px 25px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  background: 1px solid #e0e0e0;
}
.todo-wrapper--end .todo-inner {
  background-color: #4a7aca;
  color: #fff;
}
.todo-wrapper--end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.todo-additional {
  margin: 10px 0 0;
  color: $dark_grey_color;
  font-size: 12px;
}
.todo-wrapper--end .todo-additional {
  text-align: right;
}
.todo-buttons {
  text-align: right;
}
.order-distribution-title {
  font-size: 13px;
  font-weight: 700;
}
.task-submit {
  margin-top: 25px;
}
.accommodations-select-block {
  padding-left: 50px;
}
.accommodation-select {
  cursor: pointer;
  margin-right: 1em;
  color: #808080;
}
.stp--changable {
  margin-bottom: 5px;
}
.customer-status--inner {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-weight: 700;
}
.b-stats-icons {
  display: inline-block;
  height: 29px;
  width: 29px;
  margin-right: 10px;
  background-repeat: no-repeat;
  text-align: center;
  background-image: url("/static/base_bootstrap_2015/images/status-icons-sprite.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
.b-stats-icons-1-a {
  background-position: -278px 0;
}
.b-stats-icons-1-a:hover {
  background-position: -278px -30px;
}
.b-stats-icons-2-a {
  background-position: -154px 0;
}
.b-stats-icons-2-a:hover {
  background-position: -154px -30px;
}
.b-stats-icons-3-a {
  background-position: -309px 0;
  width: 59px;
}
.b-stats-icons-3-a:hover {
  background-position: -309px -30px;
  width: 59px;
}
.b-stats-icons-4-a {
  background-position: -185px 0;
}
.b-stats-icons-4-a:hover {
  background-position: -185px -30px;
}
.b-stats-icons-5-a {
  background-position: 0px 0;
}
.b-stats-icons-5-a:hover {
  background-position: 0 -30px;
}
.b-stats-icons-6-a {
  background-position: -123px 0;
}
.b-stats-icons-6-a:hover {
  background-position: -123px -30px;
}
.b-stats-icons-7-a {
  background-position: -401px 0;
}
.b-stats-icons-7-a:hover {
  background-position: -401px -30px;
}
.b-stats-icons-8-a {
  background-position: -216px 0;
}
.b-stats-icons-8-a:hover {
  background-position: -216px -30px;
}
.b-stats-icons-9-a {
  background-position: -370px 0;
}
.b-stats-icons-9-a:hover {
  background-position: -370px -30px;
}
.b-stats-icons-10-a {
  background-position: -31px 0;
}
.b-stats-icons-10-a:hover {
  background-position: -31px -30px;
}
.b-stats-icons-11-a {
  background-position: -62px 0;
  width: 59px;
}
.b-stats-icons-11-a:hover {
  background-position: -62px -30px;
  width: 59px;
}
.b-stats-icons-12-a {
  background-position: -247px 0;
}
.b-stats-icons-12-a:hover {
  background-position: -247px -30px;
}
.customer-status--block {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.customer-status--block.loading {
  color: #d8d2d2;
}
.customer-status--block .customer-status {
  border-bottom: 1px dotted;
}
.customer-status--block form {
  opacity: 0;
  top: -10px;
  position: absolute;
  bottom: 0;
}
.customer-status--block select {
  cursor: pointer;
  height: 100%;
  font-size: 12px;
}
.order-list-section {
  margin-bottom: 35px;
}
.nav-tabs--orders .nav-item {
  height: 50px;
  width: -webkit-calc(20% - 4px);
  width: calc(20% - 4px);
}
.nav-tabs--orders .nav-item:first-child,
.nav-tabs--orders .nav-item:last-child {
  display: none;
}
@media screen and (min-width: 1200px) {
  .nav-tabs--orders .nav-item {
    width: 160px;
  }
  .nav-tabs--orders .nav-item:first-child,
  .nav-tabs--orders .nav-item:last-child {
    display: list-item;
    width: 124px;
  }
  .nav-tabs--orders .nav-item:first-child .nav-link {
    -webkit-border-top-left-radius: 15px;
    border-top-left-radius: 15px;
  }
  .nav-tabs--orders .nav-item:last-child .nav-link {
    -webkit-border-top-right-radius: 15px;
    border-top-right-radius: 15px;
  }
}
.nav-tabs--orders .nav-link {
  background-color: #4a7aca;
  color: #fff;
  font-weight: 700;
  -webkit-transition: background ease 300ms;
  transition: background ease 300ms;
}
.nav-tabs--orders .nav-link:not([disabled]):hover,
.nav-tabs--orders .nav-link:not([disabled]):active,
.nav-tabs--orders .nav-link:not([disabled]).active {
  background-color: #4aca85;
  color: #fff;
}
.tab-content--orders {
  padding: 10px 15px;
}
.table.table--orders th,
.table.table--orders td {
  padding: 14px 8px;
  border: none;
}
.table.table--orders tbody {
  font-size: 13px;
}
.table.table--orders tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.order-status {
  font-weight: 500;
}
.order-status--in_work {
  color: #4a7aca;
}
.order-status--confirmed {
  color: #4aca85;
}
.order-status--cancelled {
  color: #ef394e;
}
.order-link {
  font-weight: 500;
  color: #364eed;
  text-decoration: underline;
}
.order-search-form {
  padding: 14px 16px 0;
  background-color: #f5f8ff;
}
.form-control--order-search {
  margin-bottom: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
}
.nationality-wrapper {
  position: relative;
  cursor: pointer;
  margin-top: 26px;
  margin-left: 10px;
  font-size: 16px;
  color: #4a7aca;
}
.filter-nationality-select {
  position: absolute;
  top: -5px;
  left: 0px;
  width: 30px;
  height: 30px;
  padding: 0;
  opacity: 0;
}
.published_at {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.rate-code-stars-btn.ms-choice {
  background-color: #f5f5f5;
  height: 100%;
}
.rate-code-stars-btn.ms-choice .ms-arrow {
  top: 10px;
}
.rate-code-stars-btn.ms-choice .placeholder {
  height: 100%;
}
.rate-code-stars-btn.ms-choice ~ .ms-drop ul {
  height: 130px;
}
.rate-code-stars-btn.ms-choice ~ .ms-drop input[type=checkbox] {
  position: absolute;
  width: 0;
  height: 0;
}
.cover-modal {
  position: fixed;
  top: 100vh;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  background-color: #fff;
  color: #3c3c3c;
  font-size: 12px;
  z-index: 10000;
  -webkit-transition: top 0.3s linear;
  transition: top 0.3s linear;
}
.cover-modal--open {
  top: 0;
}
.cover-modal--open.modal-search {
  top: 40px;
}
.cover-modal__header {
  height: 70px;
  padding: 0 50px;
  background-color: #f2f2f2;
  -webkit-box-shadow: 0px -2px 3px rgba(0,0,0,0.161);
  box-shadow: 0px -2px 3px rgba(0,0,0,0.161);
}
.cover-modal__main {
  padding: 20px 50px 40px;
}
@media screen and (min-width: 992px) {
  .modal-room__description {
    padding-right: 20px;
  }
}
.modal-search__header {
  height: 50px;
}
.modal-search__main {
  padding: 20px 0 30px;
}
.modal-search__main .card {
  border: none;
}
.modal-search__main .card-header {
  height: 50px;
  background-color: #fafafa;
  font-weight: 700;
  color: #4aca85;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.modal-search__main .card-header:not(.collapsed) {
  background: transparent;
  border: none;
}
.modal-search__main .card-header,
.modal-search__main .card-body,
.modal-search__main .cover-modal__inner {
  padding: 0 10px;
}
@media screen and (min-width: 576px) {
  .modal-search__main .card-header,
  .modal-search__main .card-body,
  .modal-search__main .cover-modal__inner {
    padding: 0 52px;
  }
}
@media screen and (min-width: 768px) {
  .modal-search__main .card-header,
  .modal-search__main .card-body,
  .modal-search__main .cover-modal__inner {
    padding: 0 69px;
  }
}
@media screen and (min-width: 1200px) {
  .modal-search__main .card-header,
  .modal-search__main .card-body,
  .modal-search__main .cover-modal__inner {
    padding: 0;
  }
}
.modal-search__main .card-header.collapsed {
  color: #3c3c3c;
  font-weight: 300;
}
.modal-search__main .form-control {
  height: 50px;
  padding-top: 15px;
  color: #4a7aca;
}
.modal-search__main .filter-panel__input-wrapper {
  height: auto;
  margin-right: 0;
  margin-bottom: 15px;
}
.modal-search__main .filter-panel__input-wrapper::after {
  top: 15px;
}
.modal-search__main .filter-panel__label {
  top: 5px;
}
.modal-search__icon-wrapper {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #4aca85;
}
.collapsed .modal-search__icon-wrapper {
  background-color: #4a7aca;
}
.cover-modal__age-btn {
  width: 38px;
  height: 38px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.cover-modal__age-input,
.cover-modal__age-input:disabled {
  width: 60px;
  height: 38px;
  padding: 0 0 0 12px;
  background: transparent;
  font-size: 20px;
  color: #797979;
}
.form-group--child-age {
  position: absolute;
  top: 0;
  opacity: 0;
}
.transfer {
  padding: 10px 12px 20px;
}
@media screen and (min-width: 768px) {
  .transfer {
    padding: 10px 15px;
  }
}
.transfer__price {
  line-height: 24px;
}
.transfer__inner {
  font-size: 12px;
}
.transfer__inner-title {
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 500;
}
.transfer__btn {
  height: 35px;
  padding-top: 10px;
}
.transfer__img {
  display: block;
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .transfer__img {
    min-width: 27%;
    width: 27%;
  }
}
.transfer__show-details {
  color: #4a7aca;
  text-decoration: underline;
  font-size: 12px;
}
.transfer__show-details span:nth-of-type(1) {
  display: block;
}
.transfer__show-details span:nth-of-type(2) {
  display: none;
}
.transfer__show-details--open span:nth-of-type(1) {
  display: none;
}
.transfer__show-details--open span:nth-of-type(2) {
  display: block;
}
.transfer__details-title {
  margin-bottom: 10px;
  font-size: 12px;
}
.transfer__price-sm {
  color: #4a7aca;
}
.excursion-item__icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.excursion-item__description {
  margin-bottom: 10px;
  padding: 8px 20px 8px 10px;
  background-color: #f7f7f7;
}
.excursion-item__features {
  margin: 10px 0;
  line-height: 1;
}
.excursion-item__feature {
  padding-right: 15px;
}
.excursion-item__btn {
  position: relative;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .excursion-item .carousel-inner {
    width: 182px;
  }
}
@media screen and (min-width: 1200px) {
  .excursion-item .carousel-inner {
    width: 196px;
  }
}
.excursion-item__photo {
  height: 225px;
}
@media screen and (min-width: 768px) {
  .excursion-item__photo {
    height: 210px;
  }
}
@media screen and (min-width: 1200px) {
  .excursion-item__photo {
    height: 225px;
  }
}
.excursion__feature {
  padding: 20px 0;
}
.excursion__calendar-btn {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  background-color: #09b659;
  color: #fff;
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .excursion__calendar-btn {
    width: 250px;
  }
}
@media screen and (min-width: 1200px) {
  .excursion__calendar-btn {
    width: 200px;
  }
}
.excursion__calendar-btn:hover,
.excursion__calendar-btn:active,
.excursion__calendar-btn:focus {
  color: #fff;
}
#excursion-calendar-wrapper {
  margin-bottom: 20px;
}
#excursion-calendar-wrapper .month {
  width: 100%;
}
#excursion-calendar-wrapper .month td {
  padding: 10px 4px;
  text-align: center;
}
.excursion__inner {
  padding: 20px;
  background-color: #fafafa;
}
.excursion-page__age-wrapper {
  padding: 20px 15px 17px 20px;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  margin-bottom: 10px;
}
.excursion-page__age-btn {
  width: 25px;
  min-width: 25px;
  height: 25px;
  padding: 3px 0 0;
  margin: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #4a7aca;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
}
.excursion-page__age-btn:hover,
.excursion-page__age-btn:active,
.excursion-page__age-btn:focus {
  color: #fff;
}
.excursion-page__age-input {
  padding: 0 0 0 10px;
  height: 30px;
  margin: 0;
  width: 45px;
  color: #797979;
  background: transparent;
  font-size: 18px;
  font-weight: 500;
}
.excursion-page__age-input:disabled {
  background: transparent;
}
.excursion__total-message {
  font-size: 10px;
  font-weight: 300;
  padding: 8px 0;
}
.excursion__book-btn {
  height: 40px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .excursion__book-btn {
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .excursion__book-btn {
    height: 35px;
  }
}
.form-control--excursion {
  height: 50px;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #e0e0e0;
}
.tours-title-wrapper {
  padding: 0;
}
@media screen and (min-width: 576px) {
  .tours-title-wrapper {
    padding: 0 53px;
  }
}
@media screen and (min-width: 768px) {
  .tours-title-wrapper {
    padding: 0 69px;
  }
}
@media screen and (min-width: 1200px) {
  .tours-title-wrapper {
    padding: 0;
  }
}
.title--tour-list {
  font-size: 22px;
}
.tours-total-count {
  height: 30px;
  padding: 5px 15px;
  background-color: #4aca85;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .tours-total-count {
    height: 40px;
    padding: 10px 15px;
    background-color: #fff;
    color: #3c3c3c;
  }
}
.tours-clouds {
  margin: 5px 0;
}
.tours-clouds li {
  display: inline-block;
  padding-right: 5px;
  padding-bottom: 5px;
}
.tours-clouds__item {
  display: inline-block;
  padding: 10px 20px 8px;
  font-size: 12px;
  text-decoration: none;
  color: #3c3c3c;
  text-align: center;
  position: relative;
  background: #fff;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.08);
  border-radius: 17.5px;
  line-height: 1;
  transition: all 0.3s ease;
}
.tours-clouds__item:hover,
.tours-clouds__item:active,
.tours-clouds__item:focus {
  text-decoration: none;
  outline: none;
}
.tours-clouds__item:hover {
  color: #fff;
  background: #4aca85;
}
.tours-clouds__item--active {
  color: #fff;
  background: #4aca85;
}
.tour-card--hidden {
  display: none !important;
}
.tour-card__main {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .tour-card__main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.tour-card__features {
  margin: 10px 0;
  border: 1px solid #e0e0e0;
  padding: 10px 20px;
}
.tour-card__feature {
  color: #3c3c3c;
}
.tour-card__promo {
  margin: 0 0 10px 0;
  width: 80px;
}
@media screen and (min-width: 576px) {
  .tour-card__promo {
    margin-bottom: 0;
  }
}
.tour-card__additional-features {
  margin: 0;
}
.tour-card__additional-feature {
  width: -webkit-calc(100% - 75px);
  width: calc(100% - 75px);
  margin-bottom: 10px;
}
.tour-card__additional-feature-title {
  width: 75px;
}
.tour-card__additional-feature-img {
  width: 20px;
  height: 20px;
  margin-left: 20px;
}
.tour-card__additional-feature-person {
  font-size: 10px;
}
@media screen and (min-width: 1200px) {
  .tour-card__title-wrapper {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
}
.single-trip__features {
  margin: 10px 0 15px;
}
.single-trip__features .tour-card__feature {
  margin-right: 25px;
}
.single-trip__brochure-link {
  color: #3c3c3c;
}
.single-trip__brochure-link:hover,
.single-trip__brochure-link:active {
  color: #3c3c3c;
}
.single-trip__day {
  border-bottom: 1px solid #f7f7f7;
}
@media screen and (min-width: 992px) {
  .single-trip__day {
    margin-left: 55px;
    padding-left: 20px;
    border-left: 1px solid #999;
    position: relative;
  }
  .single-trip__day::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: -5px;
    top: 0;
    background-color: #999;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
}
.single-trip__day:not(:first-child) {
  padding-top: 20px;
}
.single-trip__day:not(:first-child)::before {
  top: 22px;
}
.single-trip__day-top-inner {
  position: relative;
}
.single-trip__day-day {
  margin-bottom: 10px;
  color: #999;
}
.ui-state-active .single-trip__day-day {
  color: #09b659;
}
@media screen and (min-width: 992px) {
  .single-trip__day-day {
    position: absolute;
    left: -76px;
  }
}
.ui-state-active .single-trip__day-arrow {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.single-trip__day-title {
  margin-bottom: 10px;
}
.single-trip__day-tags {
  padding-bottom: 15px;
}
.single-trip__day-tag {
  margin-right: 10px;
  padding: 7px 15px;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  color: #999;
}
.single-trip__day-main {
  padding-bottom: 25px !important;
}
@media screen and (min-width: 768px) {
  .single-trip__includes {
    -webkit-column-gap: 25px;
    column-gap: 25px;
  }
  .single-trip__includes> div {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .similar-trips {
    -webkit-column-gap: 20px;
    column-gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .similar-trip {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
  }
}
.similar-trip__photo {
  height: 200px;
}
@media screen and (min-width: 768px) {
  .similar-trip__photo {
    height: 169px;
  }
}
.similar-trip__inner {
  padding: 15px 23px 20px;
  background-color: #fafafa;
}
@media screen and (min-width: 768px) {
  .similar-trip__inner {
    padding: 15px 10px;
  }
}
.similar-trip__features {
  background-color: #fff;
}
.similar-trip__feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.similar-trip__feature img {
  width: 12px;
}
.single-trip__form-attention {
  margin-bottom: 20px;
  padding: 15px;
  background-color: rgba(239,57,78,0.09);
}
.single-trip__form-attention .checkbox-label {
  margin-bottom: 0;
}
.single-trip__form-attention .checkbox-label::before {
  top: 3px;
  background-color: #fff;
  border-color: #e0e0e0;
}
.single-trip__form-attention .checkbox-label::after {
  top: 5px;
}
.single-trip__calendar-btn-wrapper {
  position: relative;
}
.single-trip__calendar-input {
  position: absolute;
  top: 3px;
  left: 0px;
  width: 200px;
  height: 45px;
  padding: 0;
  opacity: 0;
}
.trip-tourists__add-child-select {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 30px;
  padding: 0;
  opacity: 0;
}
.trip-tourists__input,
.trip-tourists__btn {
  border: 1px solid #9f9f9f;
  background: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 6px 8px;
  color: #797979;
}
.trip-tourists__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.trip-tourists__add-child-btn {
  height: 35px;
  width: 100%;
}
.trip-tourists__child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.trip__feature-icon-wrapper {
  padding: 10px 0;
}
.trip__date-btn {
  display: inline-block;
}
.trip__date-btn:disabled {
  background: #ef394e;
  border-color: #ef394e;
}
#hotels_registration .hidden {
  display: none;
}
#hotels_registration input[type=submit] {
  margin-left: 15%;
}
#hotels_registration .flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#hotels_registration input[type=submit] {
  margin-left: 27%;
}
#hotels_registration .flex-container.width420 {
  width: 520px;
  margin: auto;
}
#hotels_registration .hotels-content {
  padding-top: 50px;
  min-height: 700px;
}
#hotels_registration input:focus {
  border: 1px solid #e0e0e0;
  outline: none;
}
#hotels_registration .input-group input:focus {
  -webkit-box-shadow: -3px 0 3px 1px #d3d3d3;
  box-shadow: -3px 0 3px 1px #d3d3d3;
  position: relative;
  z-index: 10;
}
#hotels_registration input.empty {
  border: 1px solid #e67e22;
  outline: none;
}
#hotels_registration input.invalid {
  border: 1px solid #f00;
  outline: none;
}
#hotels_registration input.valid {
  border-color: #57d68d;
}
#hotels_registration .input-group input:focus~.input-group-addon {
  -webkit-box-shadow: -1px 0 4px 1px #d3d3d3;
  box-shadow: -1px 0 4px 1px #d3d3d3;
}
#hotels_registration .input-group input.empty~.input-group-addon {
  color: #e67e22;
}
#hotels_registration .input-group input.invalid~.input-group-addon {
  color: #f00;
}
#hotels_registration .input-group input.valid~.input-group-addon {
  border: 1px solid #57d68d;
  border-left-width: 0;
  color: #57d68d;
}
#hotels_registration select {
  padding-right: 45px;
  border: 1px solid #e0e0e0;
  outline: none;
}
#hotels_registration select:focus {
  border: 1px solid #e0e0e0;
  outline: none;
  -webkit-box-shadow: 0 0 5px 1px #d3d3d3;
  box-shadow: 0 0 5px 1px #d3d3d3;
}
#hotels_registration select.empty {
  border: 1px solid #e67e22;
  outline: none;
}
#hotels_registration select.invalid {
  padding-top: 18px;
  padding-bottom: 18px;
  border: 1px solid #f00;
  outline: none;
}
#hotels_registration select.valid {
  border-color: #57d68d;
}
#hotels_registration .select-group select.empty~.select-group-addon {
  color: #e67e22;
}
#hotels_registration .select-group select.invalid~.select-group-addon {
  color: #f00;
}
#hotels_registration .select-group select.valid~.select-group-addon {
  color: #57d68d;
}
#hotels_registration .next-step {
  margin-bottom: 40px;
}
#hotels_registration .next-step .glyphicon {
  top: 3px;
}
#hotels_registration .input-group.captcha {
  width: 160px;
}
#hotels_registration .input-group.captcha input {
  padding-left: 12px;
}
#hotels_registration .input-group.captcha .input-group-addon:last-child {
  right: 5px;
  padding: 0;
  padding-right: 5px;
}
#hotels_registration input[type=submit] {
  margin-right: 40px;
  margin-bottom: 40px;
}
#hotels_registration .tab-pane p {
  font-size: 1.2857em;
}
#hotels_registration .tab-pane#step-3 img {
  display: inline-block;
  border: none;
  background-color: #00bfff;
}
#hotels_registration a.dashed {
  font-size: 1.2857em;
}
#hotels_registration a.dashed:hover {
  text-decoration: none;
  border-bottom-color: #fff;
}
#hotels_registration h3 {
  margin: 0;
  margin-bottom: 20px;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #57d68d;
}
#hotels_registration .nav-tabs.registration-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  margin: auto;
  padding-right: 31px;
  padding-left: 31px;
  border-bottom: none;
}
#hotels_registration .nav-tabs.registration-tabs>li>a {
  display: block;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 600;
  height: 48px;
  padding-top: 12px;
  margin-right: 20px;
  text-align: center;
}
#hotels_registration .nav-tabs.registration-tabs>li:last-of-type>a {
  margin-right: 0;
}
#hotels_registration .nav-tabs.registration-tabs>li > a.active,
#hotels_registration .nav-tabs.registration-tabs>li > a.active:focus,
#hotels_registration .nav-tabs.registration-tabs>li > a.active:hover {
  padding-right: 28px;
  padding-left: 28px;
  border: none;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  color: #000;
  background-color: #fff;
  text-decoration: none;
}
#hotels_registration .nav-tabs.registration-tabs>li>a.active .selected,
#hotels_registration .nav-tabs.registration-tabs>li>a:not(.active) .unselected {
  display: block;
}
#hotels_registration .nav-tabs.registration-tabs>li>a.active .unselected,
#hotels_registration .nav-tabs.registration-tabs>li>a:not(.active) .selected {
  display: none;
}
#hotels_registration .nav-tabs.registration-tabs>li>a:not(.active) {
  width: 48px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  background-color: #4aca85;
}
#hotels_registration .tab-content.registration-tab-content {
  padding-top: 20px;
}
#hotels_registration .registration-tab-content h2 {
  margin-bottom: 58px;
  text-align: center;
}
#hotels_registration .tooltip-inner {
  font-size: 1em;
  font-weight: 300;
  padding: 20px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-color: #fff;
  color: #000;
  border: 1px solid #e6e6e6;
}
#hotels_registration .tooltip.top .tooltip-arrow {
  border-top-color: #e6e6e6;
}
#hotels_registration .input-group-addon:last-child {
  font-family: Roboto;
  font-size: 36px;
  position: relative;
  top: -6px;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
  border-left-width: 0;
}
#hotels_registration .input-group-addon:last-child .is-required {
  font-style: normal;
  position: relative;
  top: 5px;
  color: #e67e22;
}
#hotels_registration .input-group-addon:last-child .is-wrong {
  font-style: normal;
  position: relative;
  right: -5px;
  color: #f00;
}
#hotels_registration .input-group-addon:last-child .is-ok {
  font-style: normal;
  position: relative;
  top: 5px;
  color: #57d68d;
}
#hotels_registration .full-width {
  width: 100%;
}
#hotels_registration .input-xl {
  font-size: 1.125rem;
  height: auto;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 21px;
}
#hotels_registration [class^='btn-'] {
  border: none;
  outline: none;
}
#hotels_registration [class^='btn-']:hover,
#hotels_registration [class^='btn-']:active,
#hotels_registration [class^='btn-']:focus {
  outline: none;
}
#hotels_registration .btn-xl {
  padding: 22px 20px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#hotels_registration .btn-big,
#hotels_registration .btn-xl {
  text-align: center;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
#hotels_registration .select-group {
  position: relative;
}
#hotels_registration .select-group-addon {
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  color: #000;
  text-align: center;
}
#hotels_registration .select-group .select-group-addon:last-child {
  font-family: Roboto;
  font-size: 36px;
  position: absolute;
  top: 5px;
  right: -20px;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
  border: none;
}
#hotels_registration .select-group .select-group-addon:last-child .is-required {
  position: relative;
  top: 4px;
}
#hotels_registration .select-group .select-group-addon:last-child .is-wrong {
  position: relative;
  top: -2px;
}
#hotels_registration .select-group .select-group-addon:last-child .is-ok {
  position: relative;
  top: 0;
}
#hotels_registration .btn-xl.btn-submit {
  font-size: 1.125rem;
  padding: 24px 33px;
}
#hotels_registration .btn-xl.btn-submit:hover {
  background-color: #e74c3c;
}
#hotels_registration .btn-submit:active,
#hotels_registration .btn-submit:hover {
  background-color: #c45c00;
  color: #fff;
}
#hotels_registration .dashed {
  border-bottom: 1px dashed;
  text-decoration: none;
}
#hotels_registration .captcha-block__image {
  bottom: .3em;
}
#hotels_registration [name="password-reset"] .reset-error {
  font-size: 1.5em;
  color: red;
}
@media screen and (min-width: 500px) {
  #hotels_registration .captcha-block__image {
    right: 2.5em;
  }
}

.table.table--rate-codes th,
.table.table--rate-codes td {
  padding: 8px 8px 8px 15px;
  border: none;
}
.table.table--rate-codes th:first-child,
.table.table--rate-codes td:first-child {
  width: 100%;
}
.table.table--rate-codes tbody {
  font-size: 13px;
}
.table.table--rate-codes tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.ratecode-dropdown-menu-sort {
  -webkit-transform: none !important;
  transform: none !important;
  will-change: auto !important;
  top: 30px !important;
}
.shared_hs_rc_get_prices__back-to-hotels-list-link {
  margin-bottom: 1.8em;
}
.shared_hs_rc_get_prices__has-compulsory-services-attempt {
  margin-bottom: 1.2em;
  color: #f00;
}
.shared_hs_rc_get_prices__has-empty-extrabeds {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  font-size: 0.8em;
  color: #f00;
}
.shared_hs_rc_get_prices__top-section {
  padding: 25px 0 50px;
  background: #fff;
  background-position: 50% 0;
}
@media screen and (min-width: 576px) {
  .shared_hs_rc_get_prices__top-section {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .shared_hs_rc_get_prices__top-section {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .shared_hs_rc_get_prices__top-section {
    padding: 50px 0 25px;
    background-size: 100% 100%;
  }
}
.shared_hs_rc_get_prices__top-section .hr {
  background-color: #f3f3f3;
}
.popover-link.blackoutdates-link,
.popover-link.blackoutdates-link:visited,
.popover-link.blackoutdates-link:hover,
.popover-link.blackoutdates-link:active {
  text-decoration: none;
  cursor: default;
}
.login-page__login-text {
  margin-top: 12%;
}
.login-page__company-info span {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 3em;
  font-size: 3em;
  font-weight: 500;
}
.login-page__company-info__second-line {
  color: #fff;
  margin-bottom: 1em;
  margin-top: 1em;
  font-size: 1.7em;
}
.login-page__sign-btn {
  width: 100%;
  color: #fff;
  border-color: #fff;
  border-width: 3px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.login-page__register-btn {
  width: 100%;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.login-page__vertical {
  border-left: 6px solid #fff;
  height: 100px;
  position: absolute;
  left: 50%;
}
.login-page__service-type-text {
  font-size: 1em;
  font-weight: bold;
  color: #fff;
}
.login-page__service-icons {
  margin-top: 11%;
}
.login-page__service-icons i {
  font-size: 1.5em;
  display: block;
  margin-bottom: 0.5em;
  color: #fff;
}
.login-page__service-icons div {
  border-left: 3px solid #fff;
  padding: 10px;
  text-align: left;
  margin-bottom: 3em;
}
.login-page__service-type {
  margin: 25px;
  padding: 25px;
}
.login-page__enter-btns button {
  height: 3em;
  font-size: 1.4em;
  margin-top: 1em;
}
@media only screen and (max-width: 967px) {
  .login-page__service-icons {
    margin-left: 0px;
  }
  .login-page__service-icons i {
    font-size: 1.8em;
  }
  .login-page__service-icons div {
    margin-left: 0px;
    padding: 15px;
    border-left: none;
  }
  .login-page__service-type-text {
    font-size: 0em;
  }
}
.tab-content--users {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 2em;
  margin-bottom: 1.5em;
}
.users-list-section {
  margin-top: 1.5em;
}
.users-list-delete-user {
  color: #ef0f54;
  font-size: 1.5em;
}
.tab-content--user-edit {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 2em;
  margin-bottom: 1.5em;
}
.user-edit-section {
  margin-top: 1.5em;
}
.user-edit-section label {
  font-weight: bold;
}
.edit-user-form {
  margin-top: 3.5em;
}
.user-edit-header {
  margin-top: 1.5em;
  margin-bottom: 4em;
}
#new_invoices_id,
#hotel_price_changes_id,
#id_send_copy_todo_message_to_email,
#id_send_mail {
  position: initial;
  width: 1em;
  height: 1em;
  opacity: 1;
}
.tab-content--user-add {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 2em;
  margin-bottom: 1.5em;
}
.user-add-section {
  margin-top: 1.5em;
}
.user-add-section label {
  font-weight: bold;
}
.add_user_form {
  margin-top: 3.5em;
}
.user-add-header {
  margin-top: 1.5em;
  margin-bottom: 4em;
}
#id-change-customer-order-number{
  color: #31708f; 
  cursor: pointer;
}
#customer-ref-modal .modal-content {
  padding: 1em;
}
#customer-ref-modal .btn {
  width: 100%;
}
.modal-backdrop.show {
  opacity: .5;
}

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