.well {
  background-color: #ffffff;
}

#trip_search {
  font-size: 14px;
}

#trip_points_added_wrapper {
  margin-top: 1em;
}

#additional_service_added_wrapper {
  margin-top: 1em;
}

.trip_block .error {
  color: red;
  font-size: 14px;
}

.toggle_calculation {
  cursor: pointer
}

.trip-block-static-part {
  display: none;
  cursor: pointer
}

.trip-block-dynamic-part {
  display: block;
}

.submit_button_wrapper {
  display: none;
}

.choose_hotel_type ul {
  height: 2em;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.padding-04 {
  padding: 0.4em
}

.total-static-price {
  font-size: 16px;
  padding-top: 20px;
}

.adults_wrapper,
.childs_wrapper,
.child_age_template {
  display: inline-block;
  width: 100%;
}

.trip_room_loader {
  display: none
}

.trip_point_room_price {
  font-weight: bold;
}

.panel-default.sticky-panel {
  border-radius: 8px;
  background-color: #f8f8f8;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border: 0px;
}

.panel-default.sticky-panel.fixed {
  top: 10px;
}

.sticky-container.affix {
  left: 0;
  bottom: 0px;
  width: 100%;
  z-index: 999;
  padding-left: 0px;
}

.sticky-container.affix .panel {
  margin-bottom: 0px;
}

.sticky-container.affix .form-group.total-group {
  padding-bottom: 0px;
}

header.article-header:after {
  height: auto;
}

header.article-header h1 {
  display: none;
}

h4.trip-title {
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #D6D6D6;
}

.row-form {
  margin-left: -15px;
  margin-right: -15px;
}

.travel-dates {
  border-bottom: 1px solid #e0e0e0;
}

.travel-dates .peoples,
.travel-dates .excurtion-dates {
  padding-top: 20px;
  padding-left: 15px;
  padding-bottom: 20px;
  padding-right: 15px;
  border-bottom: 1px solid #e0e0e0;
}

.travel-dates .peoples {
  padding-left: 30px;
}

.no-margin {
  margin-left: 0px;
  margin-right: 0px;
}

.form-group {
  margin-bottom: 0px;
}

.form-group.total-group {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 15px 14px;
}

.form-group.total-group p {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 300;
}

.form-group.total-group p span.lead {
  float: none;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
}

.form-group.total-group p:first-child {
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #999999;
}

.topWindow {
  position: fixed;
  top: 10px;
  z-index: 99;
}

.bottomWindow {
  position: relative;
  bottom: 10px;
}

section.item {
  border-top: 1px solid #E0E0E0;
  padding-top: 15px;
}

p.item-content {
  line-height: 1.8;
  color: #282828;
}

.select_trip_active.select_trip_active {
  border: 3px solid #57D68D;
  background-color: #F8F8F8;
}

.fixed_time_picker_active.fixed_time_picker_active.fixed_time_picker_active.fixed_time_picker_active {
  border: 3px solid #57D68D;
}

.row.with-margin {
  margin-left: -15px;
  margin-right: -15px;
}

//styles from tour_page first ver.bigger-padding-right{padding-right:30px;}
.biggest-padding-right {
  padding-right: 45px;
}

header.page-header {
  background-image: url('../img/bg-tours-page-header.jpg');
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  height: 150px;
}

#tours_page header.article-header {
  padding-top: 150px;
  margin-top: -150px;
  height: 230px;
  color: #000;
}

#tours_page header.article-header:after {
  height: 80px;
  background-color: rgb(245, 245, 245);
}

.tours-table {
  width: 100%;
}

.tours-table td {
  height: 80px;
  padding-left: 20px;
  padding-right: 20px;
  border-right: 1px solid #fff;
}

.tours-table td:last-of-type,
.tours-table td:nth-of-type(6) {
  border-right: none;
}

.tours-table h4 {
  margin: 0;
  font-size: 28px;
}

.tours-table h5 {
  margin-top: 0;
  margin-bottom: 4px;
}

.tours-table p {
  margin-bottom: 0;
}

.tours-table h4 small {
  font-size: 14px;
  color: #000;
}

.tour-main-info {
  min-height: 173px;
}

.tour-main-info h1 {
  font-size: 48px;
  font-weight: 300;
  margin-top: 56px;
}

.tour-details-list {
  padding-top: 49px;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.tour-details-list li {
  line-height: 1.8;
}

.tour-description {
  font-size: 18px;
  line-height: 2;
  padding-top: 86px;
  padding-bottom: 100px;
  color: #8C8C8C;
}

.tour-photos {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

.tour-photos ul.css-slider {
  font-size: 0;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  white-space: nowrap;
  -webkit-transition: transform .1s ease;
  -o-transition: transform .1s ease;
  transition: transform .1s ease;
  -webkit-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  -o-transform: translateX(-20%);
  transform: translateX(-20%);
}

.tour-photos ul li {
  display: inline-block;
  width: 20%
}

.tour-photos ul li img {
  display: block;
  border: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.css-slider {}

.css-slider-controls a {
  font-size: 40px;
  color: #fff;
}

.css-slider-controls .control-button {
  position: absolute;
  top: 45%;
}

.css-slider-controls .control-button .glyphicon:before {
  text-shadow: 0 0 2px #000;
}

.css-slider-controls .control-button.to-left {
  left: 10px;
}

.css-slider-controls .control-button.to-right {
  right: 10px;
}

.tour-types {
  padding-top: 69px;
  padding-bottom: 69px;
  background-color: #F5F5F5;
}

ul.nav-tabs {
  border: none;
}

.nav-tabs>li {
  margin-bottom: 32px;
  border: none;
}

.nav-tabs>li.active {
  margin-bottom: 0;
}

/* .nav-tabs>li.active a{height:334px; border:none; outline:none; -;} */
.nav-tabs>li>a {
  height: 302px;
  padding-top: 37px;
  text-align: center;
  background-color: #fff;
  margin-right: 0;
}

.nav-tabs>li.active:hover>a,
.nav-tabs>li.active:focus>a,
.nav-tabs>li.active>a:focus {
  border: none;
}

.nav-tabs a h4 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 40px;
  color: #2980B9;
}

.nav-tabs a h4.long {
  margin-bottom: 14px;
}

.nav-tabs p {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #4C4C4C;
}

.nav-tabs strong {
  font-size: 28px;
  color: #000;
}

.nav-tabs strong small {
  font-size: 14px;
}

.tab-content {
  position: relative;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
  background-color: #fff;
  z-index: 1;
}

.panel-part {
  padding-top: 24px;
}

.panel-part:not(:last-of-type) {
  border-bottom: 1px solid #E0E0E0;
}

.panel-part p {
  font-size: 14px;
  line-height: 1.5;
}

.part-header h3 {
  font-size: 30px;
  line-height: 1.1;
  margin-top: 0;
  margin-right: 18px;
  margin-bottom: 24px;
}

.part-header h4 {
  font-size: 30px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 24px;
}

.part-info {
  padding-bottom: 25px;
}

.part-info select {
  margin-bottom: 20px;
}

.part-info .col-xs-6 {
  padding-left: 10px;
  padding-right: 10px;
}

.part-info .row {
  margin-left: -10px;
  margin-right: -10px;
}

.part-info img {
  position: relative;
}

.panel-part .part-details p {
  padding-bottom: 24px;
}

.photos {
  position: absolute;
  padding-left: 45px;
  width: 7em;
  bottom: 13px;
  left: 25px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.photos:hover {
  text-shadow: 0 0 2px #e6e6e6;
  text-decoration: none;
}

.photos p {
  font-weight: 500;
  margin-bottom: 0;
  color: #fff;
}

.photos:before {
  content: url('../img/i-rooms-photos.svg');
  float: left;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 32px;
  height: 27px;
  margin-top: -0.5rem;
  margin-right: 8px;
}

.tour-additional-info {
  padding-top: 40px;
  padding-bottom: 40px;
}

.tour-additional-info h4 {
  font-size: 24px;
  font-weight: 400;
  position: relative;
  padding-left: 80px;
  margin-top: 0;
  margin-bottom: 44px;
  color: #282828;
}

.tour-additional-info h4:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -4px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 5px solid #57D68D;
}

.minus,
.plus {
  display: block;
  position: absolute;
  left: 0;
}

.minus:before {
  content: '';
  display: block;
  position: absolute;
  left: 18px;
  top: 25px;
  width: 28px;
  height: 6px;
  background-color: #57D68D;
  border-radius: 3px;
}

.plus:before {
  content: '';
  display: block;
  position: absolute;
  left: 18px;
  top: 25px;
  width: 28px;
  height: 6px;
  background-color: #57D68D;
  border-radius: 3px;
}

.plus:after {
  content: '';
  display: block;
  position: absolute;
  left: 29px;
  top: 14px;
  width: 6px;
  height: 28px;
  background-color: #57D68D;
  border-radius: 3px;
}

span.glyphicon.glyphicon-plus-sign,
span.glyphicon.glyphicon-minus-sign {
  display: none;
}

.tour-additional-info p {
  margin-bottom: 13px;
}

.tour-additional-info a {
  display: inline-block;
  text-decoration: underline;
  margin-bottom: 13px
}

.tour-additional-info a:hover {
  text-decoration: none;
}

.info-pictures {
  margin-bottom: 80px;
}

.info-pictures .info-pictures-block {
  width: 33.3333333%;
  height: 230px;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.info-pictures .online-visa {
  background-image: url('../img/bg-info-block-online-visa.jpg');
}

.info-pictures .weather {
  background-image: url('../img/bg-info-block-weather.jpg');
}

.info-pictures .booklet {
  background-image: url('../img/bg-info-block-booklet.jpg');
}

.info-pictures h3 {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
  padding-left: 30px;
  padding-top: 34px;
  text-transform: uppercase;
}

.info-pictures h3 a {
  color: #fff;
}

section.warnings {
  margin-bottom: 70px;
  padding: 60px 76px 60px 76px;
  border: 4px solid #E67E22;
}

section.warnings p {
  font-size: 16px;
}

.actions .trip-add:before {
  left: 280px;
}

.confirmation-detail {
  border: none;
}

.confirmation-detail:last-of-type {
  padding-bottom: 68px;
}

.similar-hotels-item h5+p+p {
  float: left;
  margin-bottom: 23px;
}

.icon-map-marker:before {
  margin-left: 0;
}

.travel-dates .peoples {
  padding-left: 30%;
  padding-right: 30%;
}

.input-group-addon {
  padding: 3px 10px;
}

.input-group-addon:last-child {
  font-size: 20px;
}

.btn.btn-submit.default-time {
  width: 100%;
  text-align: center;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #282828;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0px 10px 0px;
  margin-top: 10px;
}

.no-padding-right {
  padding-right: 0px;
  !important
}

h4.error-message {
  padding-left: 15px;
  margin-bottom: 15px;
  color: #FF5555;
}

.alert.alert-warning {
  color: #DA4848;
  font-size: 16px;
}

.tour-additional-info h4:before {
  display: none;
}

.tour-additional-info h4 {
  padding-left: 0px;
  margin-bottom: 15px;
}

span.glyphicon.glyphicon-plus-sign,
span.glyphicon.glyphicon-minus-sign {
  display: block;
  color: #57D68D;
  text-align: center;
  font-size: 50px;
  margin-bottom: 15px;
  margin-top: 25px;
}

.tour-additional-info {
  padding-top: 0px;
}
}

.text-thin {
  font-weight: 300;
}

.label-centered {
  line-height: 32px;
}

.btn-small {
  padding: 9px 15px 6px;
  font-size: 0.93rem;
}

.form-label-select {
  line-height: 32px;
}

.trip_block_wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  border: 0;
}

.error {
  padding: 0px 15px;
}

.trip_block .trip_block_form:nth-child(1) {
  border-bottom: none;
  border-radius: 4px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.trip_block .form-group label {
  color: #333
}

.trip_block .guests-wrapper {
  padding-top: 30px !important;
}

/* .trip_block .trip_block_form:nth-child(odd){background:rgb(237,250,235);} */
.trip_block_form {
  position: relative;
  padding-top: 20px;
  padding-bottom: 10px;
  border-top: 1px dashed rgb(229, 229, 229);
}

.trip_block_form_remove {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 20px;
  height: 20px;
  top: 5px;
  right: 5px;
}

.trip_block_form_remove:after,
.trip_block_form_remove:before {
  cursor: pointer;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  display: block;
}

.trip_block_form_remove:after {
  background: linear-gradient(to top right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 47%, rgb(92, 195, 136) 50%, rgba(255, 255, 255, 0) 53%, rgba(255, 255, 255, 0) 100%);
}

.trip_block_form_remove:before {
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 47%, rgb(92, 195, 136) 50%, rgba(255, 255, 255, 0) 53%, rgba(255, 255, 255, 0) 100%);
}

.trip_block_form_left {}

.trip_block_form_right {
  padding-right: 20px;
  padding-top: 23px;
}

.trip_block_form_footer {
  margin-bottom: 10px;
}

.add-row {
  border-top: 1px solid rgb(229, 229, 229);
  padding-top: 10px;
}

input.btn.btn-submit.default-time {
  padding-top: 0px;
  padding-bottom: 0px;
}

h3.normalize,
h5.normalize {
  float: none;
  text-transform: none;
}

.guide {
  padding: 25px;
  background-color: #f1f4ed;
}

.additional_input {
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 3px;
  border: 1px solid #dcdcdc;
  height: 40px;
  width: 100%;
  color: #b2b2b2;
}

.additional_input[type='number'] {
  text-align: center;
  padding-right: 0px;
}

.additional_h3 {
  margin: 3px 0px;
  color: #3b3b3b;
  font-weight: bold;
  line-height: 32px;
  font-size: 20px;
  z-index: 2;
  position: relative;
  padding: 0px 15px;
}

.item-description {
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
}

.additional-title {
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}

.additional-cost {
  font-size: 18px;
}

.additional-description {
  line-height: 18px;
  font-style: italic;
  margin-top: -5px;
}

.additional-input {
  font-size: 18px;
  color: #000000;
  height: 36px;
}

.glyphicon-menu-down.toggle {
  float: none;
  font-size: 1.2em;
  color: #c9c9c9;
}
.glyphicon-menu-down.toggle.toggle--rotated {
  transform: rotate(180deg);
}

.toggle-container {
  display: none;
  padding-left: 15px;
  padding-right: 15px;
}

.img-transfer-item {
  overflow: hidden;
  height: 150px;
}

.checkbox-big.checkbox-big {
  float: right;
  width: 24px;
  height: 24px;
  margin-top: -4px;
}

/* BX-SLIDER */

/* BX-SLIDER-END */
/* SLICK-SLIDER */
.no-col-padding {
  padding-left: 0px;
  padding-right: 0px;
}

.slick-next {
  right: 0px;
}

.slick-prev {
  left: 0px;
}

.row.standard {
  margin-left: -15px;
  margin-right: -15px;
}

.trip_block_form {
  padding-top: 15px;
  padding-bottom: 15px;
}

select.form-control option {
  width: 100%;
}

.adults_wrapper label,
.adults_wrapper select,
.childs_wrapper label,
.childs_wrapper select,
.child_age_template label,
.child_age_template select {
  width: 100%;
}

.child_age_template select {
  border: 1px solid #ccc;
}

.child_age_template select:hover {
  border: 1px solid #ccc;
}

.child_age_template {
  padding: 0px 15px;
  width: 25%;
}

.calc_with_first_group_wrapper {
  display: inline-block;
  padding-top: 12px;
}

input[type="number"] {
  margin-bottom: 0px;
}

.additional-paragraph-item {
  margin-bottom: 10px;
}

.additional-input {
  width: 100%;
}

.additional-service-title {
  margin-bottom: 15px;
}
.add_additional_service_to_order {
  display: none;
}
label.btn-disabled {
  opacity: 0.5
}
.toggle-container1 {
  display: none;
}

.additional-item-label {
  width: 100%;
  position: relative;
  border-bottom: 1px dashed;
}

.additional-cost-field {
  position: relative;
  right: 0;
  top: 2px;
  background-color: #fff;
  float: right;
}

.additional-item-name {
  position: relative;
  left: 0;
  top: 6px;
  background-color: #fff;
  float: left;
  font-size: 18px;
}

.additional_service_text {
  font-size: 18px;
  font-weight: 500;
}
.additional_service_info_icon {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #337ab7;
  cursor: pointer;
}
.additional-line-toggle-block {
  z-index: 3;
}


.additional_service_wrapper.open .additional_h3,
.additional_service_wrapper.open .additional-line-toggle-block,
.additional_service_wrapper.open .additional-item-name,
.additional_service_wrapper.open .additional-cost-field {
  background-color: #EDFAEB;
}

.add_room_for_trip_point {
  width: 100%;
}

.post-trip-block {
  width: 100%;
  float: left;
  font-weight: bold;
}

.alults-icon img,
.child-icon img {
  width: 10px;
}

.child-icon img {
  padding-top: 5px;
}

.post-adults {
  display: inline;
  padding-left: 5px;
}

.post-child {
  display: inline;
  padding-left: 5px;
}

.post-ages,
.post-child-ages {
  display: inline;
  font-weight: 400;
  font-size: 12px;
}

.post-ages {
  display: none;
}

.post-trip-block a {
  cursor: pointer;
}

.pre-calculation,
.post-calculation {
  display: none;
}

.hidden {
  display: none;
}

.post-trip-block {
  display: none;
}

input.ui-spinner-input {
  margin: 0px;
}

.ui-spinner .ui-icon.custom-up-icon,
.ui-icon.custom-up-icon {
  background-image: url('{{ STATIC_URL }}jquery-ui-1.11.4/images/ui-icons_222222_256x240.png');
  background-position: 0 -16px;
}

.ui-icon,
.ui-widget-content .ui-icon.ui-icon {
  background-image: url("{{ STATIC_URL }}jquery-ui-1.11.4/images/ui-icons_222222_256x240.png");
}

.ui-spinner-button.ui-corner-tr.ui-button.ui-widget.ui-state-default.ui-button-text-only.ui-state-hover,
.ui-spinner-button.ui-spinner-down.ui-corner-br.ui-button.ui-widget.ui-state-default.ui-button-text-only {
  color: #57d68d;
  background: none;
}

.ui-state-hover.ui-state-hover.ui-state-hover.ui-state-hover {
  border-color: #CCCCCC;
}

.additional-cost-title {
  float: right;
  background-color: #f5f5f5;
  position: relative;
  z-index: 2;
  padding-left: 10px;
}

.additional-cost-title span {
  padding: 0px;
}

.slick-arrow.slick-arrow:before {
  content: '';
}

.slick-next.slick-next {
  background-image: url('{{ STATIC_URL }}partners/online_sri_lankaholiday_ru/img/i-arrow-right-1x.png');
  height: 30px;
  right: 15px;
}

.slick-prev.slick-prev {
  background-image: url('{{ STATIC_URL }}partners/online_sri_lankaholiday_ru/img/i-arrow-left-1x.png');
  height: 30px;
  z-index: 1;
  left: 15px;
}

.slick-track>.slick-slide {
  outline: 0;
}

.bx-wrapper {
  margin-bottom: 7px !important;
}

.bx-wrapper img {
  width: 100%;
}

.trip_block_form {
  content: " ";
  display: table;
  width: 100%;
}

.accommodation-price-type-container {
  padding-top: 30px;
}

#main_section {
  background-color: #f5f5f5;
}

.accommodation-price-type {
  background-color: #FFFFFF;
  padding: 35px 0px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 30px;
}

.accommodation-price-type h4 {
  color: #2980b9;
  font-size: 24px;
  margin-bottom: 35px;
}

.accommodation-price-type-container span {
  font-size: 12px;
}

span.accommodation-price-type-price {
  font-size: 24px;
  font-weight: bold;
}

.guest-info-wrap {
  background-color: #FFFFFF;
}

.accommodation-price-type.with-shadow {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.bottom-block-shadow {
  display: none;
  width: 100%;
  height: 70px;
  position: relative;
  background: #FFFFFF;
  z-index: 3;
  margin-bottom: -70px;
}

.bottom-block-shadow.no-shadow {
  display: none;
  width: 140px;
  height: 30px;
  position: absolute;
  background: #FFFFFF;
  z-index: 0;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  bottom: 0px;
  margin-bottom: 0px;
}

.bottom-block-no-shadow.active,
.bottom-block-shadow.active {
  display: block;
}

.additional_services {
  padding-top: 30px;
}

.additional_service_added {
  background: rgb(237, 250, 235);
  padding: 15px;
  border-radius: 4px;
  margin: 5px 0px;
}

.submit_trip_point_form {
  width: 100%;
}


.trip-book-form-title {
  margin-bottom: 0;
}

.trip_point_added {
  background: rgb(237, 250, 235);
  padding: 15px;
  border-radius: 4px;
  margin: 5px 0px;
}

.partners-trip-submit {
  width: 100%;
}

/*в идеале нужно перевёрстывать вложенность. префикс "care" добавлен классам корректирующим стили без изменения вложенности */
.care-padding-right {
  padding-right: 30px
}

.care-margin-bottom {
  margin-bottom: 15px;
}

.row.standart {
  margin-right: -15px;
  margin-left: -15px;
}

.pick_up_point_wrapper select {
  margin-bottom: 0;
}

.pick_up_point_wrapper {
  margin-top: 10px;
}

/* .loader {
  border: 16px solid #f3f3f3; 
  border-top: 16px solid #3498db; 
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  position: fixed;
  top: 50%;
  left: 50%;
  padding:10px;
  margin-left: -50px;
  margin-top: -50px;
  z-index:100;
  overflow: auto;
} */
@media (max-width:992px) {
  header.article-header {
    margin-top: -200px;
    height: 130px;
  }

  .minus,
  .plus {
    display: none;
  }
}

@media (max-width:700px) {
  h1 {
    font-size: 22px;
  }

  h3 {
    font-size: 18px;
  }

  .btn-submit {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
  }

  .sticky-container {
    padding-right: 0px;
  }
}

@media (max-width:500px) {
  .travel-dates .excurtion-dates {
    padding-left: 5px;
  }

  .margin-500 {
    margin-left: -15px;
  }

  .guest-info {
    padding-top: 5px;
  }

  .tour-photos ul li {
    width: 50%;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}



.trip-tourists {
  width: auto !important;
  max-width: 200px !important;
  padding: 10px;
}

.trip-tourists__adults {
  display: flex;
  margin-bottom: 10px;
}

.trip-tourists__adults input {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0;
}

.trip-tourists__adults input:focus-visible {
  outline: none
}

.trip-tourists__btn {
  display: flex;
  border: 1px solid #ccc;
  background: transparent;
  border-radius: 0;
  padding: 6px 8px;
  color: gray
}


.trip-tourists__add-child-wrapper {
  position: relative;
  cursor: pointer;
}

.trip-tourists__add-child-btn {
  display: block;
  width: 100%;
  height: 30px;
}

.trip-tourists__add-child-select {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 30px;
  padding: 0;
  opacity: 0;
}

.trip-tourists__child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}

.trip-tourists__child .form-control {
  height: 30px;
  padding: 3px;
}

#trip_booking_form {
  margin-top: 20px;
}

#main-transfer--loading {
  padding: 0 20px;
}

#main-transfer--loading h4 {
  padding: 20px 0;
}

.room-counter-title {
  padding-left: 20px
}
.room-counter-title .travellers-ages--title {
  font-size: .65em;
  color: #777;
  display: inline-block;
  margin-left: 20px;
  font-weight: 300;
}

#dates-interval {
  margin-bottom: 20px
}

.ol-tours-breadcrumbs {
  margin-bottom: 0;
  background: transparent;
  font-size: 1.1em;
  font-weight: bold;
}

.price-description__old-price {
  text-decoration: line-through;
  opacity: .4;
}
.discount-text { font-size: 1.4em; text-transform: uppercase; }

.segment-arrival--time, .segment-departure--time {
  font-weight: 500;
}

.included-table-wrapper {
  padding: 0!important
}

.excursion-tour--tariff--wrapper,
.excursion-tour--baggage--wrapper {
  display: inline-block;
  margin-right: 10px
}

.excursion-tour-data--baggage {display: inline-block; padding-left: 5px; padding-right: 15px;}
.excursion-tour-data--baggage img {height: 1rem}

#load-flight-tariffs {
  display: flex;
  justify-content: center;
}

#load-flight-tariffs .ticket-fare {
  padding: 10px;
  border: 1px solid orange;
  margin: 10px;
  cursor: pointer;
}

#load-flight-tariffs .ticket-fare:hover,
#load-flight-tariffs .ticket-fare.active-tariff {border-width: 3px; padding: 8px}


