@charset "windows-1251";

/*Алгоритм расчета ширины и высоты элемента, семейство шрифта для всех элементов страницы тура*/
.exs_p-container,
.exs_p-container *,
.exs_p-container *:before,
.exs_p-container *:after {
	box-sizing: border-box;
	font-family: 'Roboto', arial;
	line-height: normal;
}

/*Основной контейнер страницы тура*/
.exs_p-container {
	margin: 0 auto;
	padding: 17px 0;
}

/*Внешний контейнер с кнопкой "Вернуться к просмотру результатов"*/
.exs_p-brcr-container {
	background-color: #EAEAEA;
	padding: 7px 0;
}

/*Внутренний контейнер с кнопкой "Вернуться к просмотру результатов"*/
.exs_p-brcr {
	font-size: 0;
}

/*Кнопка "Вернуться к просмотру результатов"*/
.exs_p-brcr a {
	padding-left: 11px;
	background: url('https://export.otpusk.com/os/excursion/exp-back.jpg') no-repeat 0 4px;
}

.exs_p-content-wrap,
.exs_p-brcr {
	max-width: 951px;
	margin: 0 auto;
}

/*Контейнер с описанием тура, ограниченный по ширине*/
.exs_p-content {
	/*max-width: 691px;*/
	overflow: hidden;
}

/*Название тура*/
.exs_p-tour-title {
	color: #4e91c7;
	font-size: 19px;
	padding: 17px 0 5px;
	font-weight: 500;
}

/*Маршрут тура*/
.exs_p-geo {
	color: #777;
	padding-left: 17px;
	font-size: 12px;
	background: url('https://export.otpusk.com/os/excursion/exp-geo.png') no-repeat 0 0;
	line-height: 16px;
	padding-bottom: 20px;
}
.exs_p-geo span {
    font-style: italic;
    color: #999;
}

/*=====Слайдер (начало)=====*/
.exs_p-slider-container {
	position: relative;
	margin-bottom: 20px;
}
.exs_p-slider-slides {
	height: 300px;
	overflow: hidden;
}
.exs_p-slider-slide {
	height: 300px;
	background-color: #EAEAEA;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.galleria-image-nav-left,
.galleria-image-nav-right,
.exs_p-slider-arrow {
	position: absolute !important;
	top: 50% !important;
	height: 32px !important;
	width: 24px !important;
    opacity: .8 !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	margin-top: -16px !important;
	cursor: pointer !important;
	z-index: 2 !important;
}
.galleria-image-nav-left:hover,
.galleria-image-nav-right:hover,
.exs_p-slider-arrow:hover {
    opacity: 1 !important;
}
.galleria-image-nav-left,
.exs_p-slider-prev {
	left: 8px !important;
    background-image: url(https://export.otpusk.com/os/excursion/exp-left-arr.png);
}
.galleria-image-nav-right,
.exs_p-slider-next {
	right: 8px !important;
    background-image: url(https://export.otpusk.com/os/excursion/exp-right-arr.png)
}
.exs_dot-container-inner {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 0;
	z-index: 2;
}
.exs_slide-dot {
	display: inline-block;
	height: 12px;
	width: 12px;
	border: 1px solid #D4D4D2;
	border-radius: 3px;
	background-color: #fff;
	cursor: pointer;
	margin: 0 3px;
}
.exs_slide-dot:hover {
	background-color: #BDD9FF;
	border-color: #fff;
}
.exs_slide-dot.selected {
	background-color: #678EC2;
	border-color: #fff;
}
.exs_activity-gallery {
	position: relative;
}
#exs_activity-gallery-images {
    height: 358px !important;
    margin-bottom: 20px;
    overflow: hidden;
	position: relative;
	width: 100%;
}
.exs_activity-gallery-images .galleria-stage {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}
.exs_activity-gallery-images .galleria-container {
    width: 691px !important;
    height: 358px !important;
}
.exs_activity-gallery,
.exs_activity-gallery .galleria-container,
.exs_activity-gallery .galleria-stage,
.exs_activity-gallery .galleria-images,
.exs_activity-gallery .galleria-image {
	/*width: 100% !important;*/
	margin: 0 auto;
}
/*=====Слайдер (конец)=====*/

/*Контейнер с описанием тура под слайдером (даты, питание, транспорт и т.д.)*/
.exs_p-tour-info-container {
	margin: 0 auto;
	padding: 0px 0 0 67px;
}

/*Колонка описания*/
.exs_p-tour-info-col {
	float: left;
	padding: 0 15px;
	width: 33.3333%;
	color: #777;
	font-size: 12px;
}

/*Блок описания*/
.exs_p-tour-info_item {
	min-height: 21px;
	margin-bottom: 4px;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 5px;
	padding-left: 30px;
	position: relative;
}

/*Блок с количеством людей*/
.exs_p-people {
    background-image: url(https://export.otpusk.com/os/excursion/exp-people.png);
}

/*Блок с датами тура*/
.exs_p-date {
    background-image: url(https://export.otpusk.com/os/excursion/exp-date.png);
	background-position: 0 2px;
}

/*Подчеркнутый элемент "Вернуться к просмотру результатов" и "другие даты"*/
.exs_p-underline {
	color: #4e91c7;
	text-decoration: none;
	font-size: 12px;
	display: inline-block;
	border-bottom: 1px solid #CCD5E1;
	cursor: pointer;
}

/*=====Контейнер "Другие даты" (Начало)=====*/
.exs_slider-wrap {
	background-color: #EAEAEA;
	border-radius: 5px;
	position: relative;
	padding: 10px 20px 10px 70px;
	margin-top: -10px;
}

/*Заголовок*/
.exs_slider-title {
	position: absolute;
	height: 40px;
	width: 85px;
	top: 10px;
	left: 0;
	text-align: center;
	color: #777;
	font-size: 12px;
	padding: 5px 20px 0 0;
}

/*Треугольник сверху-слева*/
.exs_slider-wrap:before {
    border-style: solid;
    border-width: 0 4px 4px 4px;
    border-color: transparent transparent #e2e8ef;
    content: "";
    height: 0;
    position: absolute;
    left: 5px;
    top: -4px;
    width: 0;
}

/*Ячейка с датами и ценой*/
.exs_slider > div {
	text-align: center;
	height: 46px;
	position: relative;
	color: #4e91c7;
	cursor: pointer;
	float: left;
	width: 14.2857%;
}

/*В активном состоянии*/
.exs_slider > div.chosen {
	color: #003580;
	background-color: #F8F8F8;
}

/*При наведении*/
.exs_slider > div:hover {
	background-color: #F8F8F8;
}

/*Черта справа ячейки*/
.exs_slider > div:after {
	content: '';
	position: absolute;
	top: 5px;
	height: 36px;
	width: 1px;
	right: 0;
	background-color: #D1D1D1;
}

/*Даты*/
.exs_slider-dates {
	font-size: 13px;
	padding: 5px 0 3px;
	white-space: nowrap;
}

/*Цена*/
.exs_slider-price {
	font-size: 11px;
	white-space: nowrap;
}
.exs_slider-price strong {
	font-size: 13.8px;
}

.exs_slider,
.exs_slider-wrap {
	display: none;
}
.visbl .exs_slider,
.exs_slider-wrap.visbl {
	display: block;
}
.exs_slider:after {
	content: '';
	display: table;
	clear: both;
}
.exs_slider-wrap:after {
	content: '';
    width: 1px;
    top: 0;
    bottom: 0;
    position: absolute;
    background-color: #EAEAEA;
    right: 20px;
}

/*Стили для мобильных устройств*/
@media screen and (max-width: 740px) {
	.exs_slider > div {
		width: 16.6666%;
	}
}
@media screen and (max-width: 640px) {
	.exs_slider > div {
		width: 20%;
	}
}
@media screen and (max-width: 570px) {
	.exs_slider-wrap {
		padding: 35px 20px 10px 20px;
	}
	.exs_slider-title {
		height: auto;
		width: auto;
		left: 20px;
		top: 5px;
		text-align: left;
	}
}
@media screen and (max-width: 640px) {
	.exs_slider > div {
		width: 25%;
	}
}
@media screen and (max-width: 420px) {
	.exs_slider-wrap {
		padding: 35px 10px 10px 10px;
	}
	.exs_slider-wrap:after {
	    right: 10px;
	}
	.exs_slider-title {
		left: 10px;
	}
	.exs_slider > div {
		width: 33.3333%;
	}
}
@media screen and (max-width: 340px) {
	.exs_slider > div {
		width: 50%;
	}
}
/*=====Контейнер "Другие даты" (конец)=====*/

/*Иконка транспорта*/
.exs_p-transport:before {
	content: '';
    background-image: url(https://export.otpusk.com/os/excursion/transport.png);
    background-repeat: no-repeat;
	position: absolute;
	width: 25px;
	height: 30px;
	left: 0;
	top: 0;
}

/*Иконка автобуса*/
.exs_p-transport.bus:before {
	background-position: 0px 0px;
	height: 20px
}

/*Иконка поезда*/
.exs_p-transport.train:before {
	background-position: 2px -62px;
    height: 21px;
}

/*Иконка самолета*/
.exs_p-transport.air:before {
	background-position: 0 -42px;
    height: 20px;
}

/*Иконка "без транспорта"*/
.exs_p-transport.no:before {
	background-position: 0 -83px;
    height: 17px;
    top: 3px;
}

/*Иконка корабль*/
.exs_p-transport.ship:before {
	background-position: 0 -20px;
    height: 22px;
}

/*Иконка питания*/
.exs_p-food {
    background-image: url(https://export.otpusk.com/os/excursion/exp-food.png);
	background-position: 3px 2px;
}

/*Иконка с другими услугами*/
.exs_p-etc {
    background-image: url(https://export.otpusk.com/os/excursion/exp-etc.png);
	background-position: 0 5px;
}

/*Контейнер с ценой тура и кнопкой "Заказать тур"*/
.exs_p-table {
	display: table;
	width: 100%;
	margin: 20px 0 10px 0;
	max-width: 100%;
}
.exs_p-table:before {
	content: '';
	display: table;
	clear: both;
}

/*Левый и правый блок контейнера с ценой тура и кнопкой "Заказать тур"*/
.exs_p-table-col {
	display: table-cell;
	vertical-align: top;
	color: #777;
}

/*Левый блок*/
.exs_p-table-col-1 {
	border-top: 1px solid #B6B6B6;
	font-size: 17px;
	padding-top: 5px;
}

/*Зеленый цвет содержимого левого блока*/
.exs_p-green {
	color:#ef5118;
}
.exs_p-table-col-1 .exs_p-green {
	font-weight: 900;
}

/*Число в стоимости в грн*/
.exs_p-table-col-1 .exs_p-green span {
	font-size: 22px;
}

/*Альтернативная цена*/
.exs_p-table-col-1 .exs_p-green .exs_p-green-spare {
	font-size: 14px;
	font-weight: 400;
}

/*"За человека"*/
.exs_p-table-col-1 .exs_p-green .exs_p-green-info {
	font-size: 17px;
	font-weight: 400;
	color: #777;
}

/*Левый блок "Необходимые документы"*/
.exs_p-tour-bl .exs_p-table-col-1 {
	border-color: transparent;
}

/*Правый блок*/
.exs_p-table-col-2 {
	width: 225px;
	padding-left: 10px;
	text-align: center;
}

/*Кнопка "Заказать тур" в правом блоке*/
.exs_p-order-btn {
	background: #ef5118;
	border: 1px solid #ef5118;
	border-radius: 15px;
	cursor: pointer;
	height: 35px;
	line-height: 33px !important;
	color: #fff;
	font-size: 16.2px;
	font-weight: 700;
	text-transform: uppercase;
}
.exs_p-order-btn:hover {
	background-color: #ec8100;
	color:#fff;
	border: 1px solid #ec8100;
}

/*Код под кнопкой "Заказать тур"*/
.exs_p-tour-code {
	font-size: 12px;
	margin-top: 7px;
}

/*=====Форма заказа тура (начало)=====*/
body .os-order-form-wrap {background: #fff; border: 5px solid #eee;}
body .os-order-form-wrap .os-order-header-title {
  color: #4E91C7;
  font-size: 27px;
  font-weight: bold;
  font-family: arial;
}
body .os-order-first-title,
body .os-order-and-title,
body .os-order-second-title,
body .os-order-input-dates label {font-family: arial; color: #666;}
body .os-order-form-wrap select {font-family: arial; color: #000;}
body .os-order-select-wrapper,
body .os-order-select-wrapper:after {background: #fff;}
body .os-order-select-wrapper {border-radius: 5px; border: 1px solid #c3c3c3;}
body .os-order-input-duration .os-order-select-wrapper {border-radius: 5px;}
body .os-order-form-wrap .os-order-select-wrapper:after {color: #4E91C7;}
body .os-order-user-contacts input,
body .os-order-form-wrap textarea {font-family: arial; color: #000; background: #F0F0F0; border-color: #c3c3c3;}
body .os-order-user-contacts input,
body .os-order-form-wrap textarea {border-radius: 0px 0px 0px 0px;}
body .os-order-input-office .os-order-select-wrapper {border-radius: 0px 0px 0px 0px;}
body .os-order-input-dates .os-order-input-wrapper {
  font-family: arial;
  color: #000;
  background: #fff;
  border-radius: 5px;
  border-color: #c3c3c3;
}
body .os-order-input-dates .os-order-input-wrapper:after {color: #4E91C7;}
body .os-order-form-submit_button {
  font: bold 18px Arial;
  color: #ffffff;
  border: 5px solid #dbdbdb;
  border-radius: 25px;
  background: #4E91C7;
  height: 50px;
  width: 200px;
}
body .os-order-form-submit_button:hover {
  background: #4E91C7;
  border-color: #B7B7B7;
}
/*=====Форма заказа тура (конец)=====*/

/*Контейнер с детальным описанием тура*/
.exs_p-tour-bl {
	margin-top: 40px;
	font-size: 14px;
	color: #777;
	white-space: pre-line;
}
.exs_p-tour-bl,
.exs_p-tour-bl * {
	line-height: 140%;
}

.exs_p-tour-bl div {
	clear: both;
	overflow: auto;
	margin: 10px 0;
}

/*Название тура*/
.exs_p-tour-bl-title {
	text-transform: uppercase;
	font-size: 18.5px;
	color: #4e91c7;
	font-weight: 700;
}

/*Стили для списков*/
.exs_p-tour-bl ul {
	margin: 0;
	padding: 0;
}
.exs_p-tour-bl li {
	list-style-type: none;
	padding-left: 20px;
	background: url(https://export.otpusk.com/os/excursion/exp-li.jpg) no-repeat 12px 9px;
}

/*Стили для изображений*/
.exs_p-tour-bl img {
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
}

/*Стили для основного текста описания тура*/
.exs_p-tour-bl pre {
    margin: 0;
    padding: 0;
    white-space: pre-line;
    font-size: 14px;
    border: none;
    background: none;
    color: #777;
}

/*Заголовки зеленым цветом в описании тура*/
.exs_p-tour-bl .exs_p-tour-bl-title + b,
.exs_p-tour-bl pre + b {
    font-size: 15px;
    font-weight: 900;
    margin: 20px 0 0;
    color:#ef5118;
    display: block;
}

/*Ограгичение по минимальной высоте, чтобы элементы не налазили друг на друга*/
.exs_p-tour-bl b + div + pre {
	min-height: 85px;
}

/*Стили для мобильных устройств*/
.exs_mobile-form .exs_p-brcr-container,
.exs_mobile-form .exs_p-content {
	padding-left: 10px;
	padding-right: 10px;
}
.exs_res-one-col .exs_p-tour-info-col {
	width: 50%;
}
.exs_table-one-col .exs_p-tour-info-col {
	width: 100%;
}
.exs_table-one-col .exs_p-table,
.exs_table-one-col .exs_p-table-col {
	display: block;
	width: 100% !important;
	max-width: 215px;
	margin-bottom: 10px;
}
.exs_table-one-col .exs_p-table-col-1 {
	border-color: transparent !important;
}
.exs_table-one-col .exs_p-table-col-2 {
	padding-left: 0;
}
.exs_sm-mobile-form.exs_table-one-col .exs_p-table,
.exs_sm-mobile-form.exs_table-one-col .exs_p-table-col {
	max-width: 1250px;
}

/*позиционирование изображения внутри слайдера*/
.galleria-image img {
	top: 0 !important;
}



@media screen and (max-width: 992px){
	.exs_activity-gallery .galleria-stage{
		width: 100% !important;
	}

	.exs_activity-gallery .galleria-container{
		width: 100% !important;
	}
}