/* === FONTS === */
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto/Roboto-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto/Roboto-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

/* === //FONTS === */

/* === GENERAL STYLE === */
html {
	font-size: 16px;
}

body {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: normal;
	font-size: 1rem;
	color: #4F4D55;
}

:active,
:hover,
:focus {
	outline: none;
	outline-offset: 0;
}

a:hover {
	text-decoration: none;
}

.flex-outer {
	display: flex;
}

.order-btn,
.booking-form button.order-btn {
	width: 160px;
	display: block;
	padding: 12px 0;
	color: #fff;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
}

.booking-form button.order-btn {
	text-decoration: none;
}

button.order-btn {
	border: none;
}

.order-btn:hover {
	background: #FFAE01;
	color: #fff;
}

.order-btn.light-btn {
	color: #fff;
}

.strong-text {
	font-weight: 900;
}

.h3 {
	display: block;
	font-size: 1.75rem;
	line-height: 2.75rem;
	font-weight: 900;
	text-transform: uppercase;
	color: #2B283A;
}

.features,
.green-block,
.cities {
	padding: 80px 0 80px 0;
}

button:focus {
	outline: none;
}

textarea {
	resize: none;
}

.notvisible {
	display: none;
}

/* === //GENERAL STYLE === */

/* === HEADER === */
.header__top {
	padding: 25px 0 30px 0;
}

.fixed-mnu.header__top,
.fixed-mnu__mob.header__top {
	padding: 0;
	background-color: #fff;
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
	z-index: 1050;
}

.fixed-mnu {
	display: none;
}

.fixed-mnu__mob.header__top {
	display: none;
	position: fixed;
	width: 100%;
	padding: 10px 0;
	z-index: 1000;
}

.fixed-mnu .navbar,
.fixed-mnu__mob .navbar {
	padding: 0;
}

.fixed-mnu .navbar-toggler,
.fixed-mnu__mob .navbar-toggler {
	padding: 0 20px 0 0;
	outline: none;
}

.fixed-mnu .navbar-light .navbar-toggler,
.fixed-mnu__mob .navbar-light .navbar-toggler {
	border: none;
}

.fixed-mnu .navbar-toggler-icon {
	background-image: url(../img/icons/gamburg-mnu1.svg);
	/* background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); */
}

.fixed-mnu__mob .navbar-toggler-icon {
	background-image: url(../img/icons/gamburg-mnu.svg);
	/* background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); */
}

.fixed-nav {
	padding-top: 10px;
}

.fixed-nav .navbar-nav {
	margin-bottom: 10px;
}

.fixed-mnu__mob .fixed-nav .navbar-nav {
	margin-bottom: 0;
}

.fixed-nav a.nav-link {
	padding: 0;
	color: #2B283A;
}

.fixed-nav .nav-item {
	padding: 12px 0;
}

.fixed-nav .dropdown-menu {
	margin-top: 15px;
}

.contacts-mnu .navbar-toggler-icon {
	background-image: url(../img/icons/point-btn.svg);
}

.contacts-mnu button.navbar-toggler {
	padding-right: 0;
}

.contacts-mob.fixed-nav {
	width: 500px;
	position: absolute;
	top: 51px;
	right: 0;
	background: #fff;
	border-top: 1px solid #ccc;
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
	z-index: 3;
}

.contacts-mob__wrap {
	width: 450px;
	margin-left: auto;
	padding: 20px 0;
}

.contacts-mob__footer {
	margin: 15px 0;
}

.contacts-mob__footer span {
	display: block;
}

.contacts-mob__wrap .order-btn {
	margin-left: 117px;
}

.form__modal .modal-content {
	border: none;
	border-radius: 0;
}

.header__top .flex-outer {
	align-items: center;
}

.logo {
	position: relative;
}

.logo__text {
	position: relative;
	left: 85px;
	font-size: 0.75rem;
	line-height: 0.875rem;
	color: #808287;
}

.lang {
	margin-left: 45px;
}

.lang a,
.lang button {
	display: block;
}

.lang button.dropdown-toggle {
	background-color: transparent;
	border:none;
}

.lang .dropdown-menu {
	min-width: 1rem;
	margin-top: 5px;
}

.header__contacts.flex-outer {
	justify-content: space-between;
}

.header__mail,
.header__phone {
	margin-top: 17px;
}

.fixed-mnu .header__mail,
.fixed-mnu .header__phone {
	margin-top: 0;
}

.header__mail.flex-outer,
.header__phone.flex-outer {
	align-items: center;
}

.header__mail img,
.header__phone img {
	display: block;
	margin-right: 15px;
}

.header__mail span,
.header__phone span {
	font-weight: bold;
	font-size: 0.875rem;
	color: #808287;
}

.header__mail a,
.header__phone a,
.header__phone button {
	display: block;
	font-weight: 900;
	color: #2B283A;
	cursor: pointer;
}

.header__phone button {
	padding: 0;
	border: none;
	background: transparent;
}

.phone .phone__modal-link::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}

.phone .phone__modal-link::after,
.lang .dropdown-toggle::after {
	border-top: .3em solid #B5B7BB;
}

/* === Modal === */
.phone__modal.modal {
	top: 70px;
	left: 337px;
}

.fixed-mnu .phone__modal.modal {
	top: 23px;
	left: 177px;
}

.phone__modal .modal-header {
	padding-bottom: 0;
}

.phone__modal .modal-body {
	padding-top: 5px;
}

.phone__modal .close {
	opacity: 1;
	padding: 18px 25px;
}

.form__modal .close {
	opacity: 1;
}

.phone__modal .modal-content {
	width: 468px;
	border: none;
	border-radius: 0;
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
}

.phone__modal .modal-header {
	border-bottom: none;
}

.phone__modal-title {
	display: block;
	position: relative;
	padding-left: 50px;
	font-size: 1.5rem;
	color: #000;
	text-transform: uppercase;
}

.phone__modal-title::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 40px;
	height: 2px;
	background: #FFAE01;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.phone__modal-text {
	display: block;
	padding-left: 50px;
	font-size: 0.875rem;
	color: #4F4D55;
}

.phone__modal-outer {
	margin-top: 20px;
}

.phone__modal-inner {
	margin-right: 55px;
}

.phone__modal-inner span {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 0.875rem;
	color: #808287;
}

.phone__modal-item {
	display: block;
	position: relative;
	font-weight: 900;
	color: #2B283A;
	cursor: pointer;
}

.phone__modal-item:hover {
	color: #FFAE01;
}

.phone__modal-item.phone__modal-icon1::after,
.phone__modal-item.phone__modal-icon2::after {
	display: block;
	width: 21px;
	height: 21px;
	position: absolute;
	top: 0;
	right: -30px;
	content: "";
	background: url(../img/icons/viber.svg);
}

.phone__modal-item.phone__modal-icon2::after {
	background: url(../img/icons/whatsapp.svg);
}

.phone__modal .modal-footer {
	display: block;
	padding-top: 4px;
	border-top: none;
}

.phone__modal .modal-footer span {
	display: block;
}

.phone__modal .modal-footer span:nth-child(2),
.phone__modal .modal-footer span:nth-child(3) {
	padding-left: 112px;
}

.contacts-mob__footer span:nth-child(2),
.contacts-mob__footer span:nth-child(3) {
	padding-left: 116px;
}

/* === // Modal === */

.header__nav .navbar .nav-item {
	padding: 12px;
}

.header__nav .navbar {
	padding: 0;
}

.header__nav a.nav-link,
.header__nav button.nav-link {
	padding: 0;
	/* font-size: 1.125rem; */
	color: #fff;
	font-weight: bold;
}

button.nav-link {
	background-color: transparent;
	border: none;
}

.header__nav .dropdown-menu {
	border-radius: 0;
	border: none;
}

.header__nav .dropdown-item {
	padding-top: 10px;
	padding-bottom: 10px;
	/* font-size: 1.125rem; */
	color: #fff;
}

.header__nav .dropdown-item:focus,
.header__nav .dropdown-item:hover {
	text-decoration: none;
	background-color: #FFAE01;
}

.header__nav .dropdown-menu {
	margin: 0;
	padding: 0;
}
/* === // HEADER === */

/* === FORM === */
.main-form {
	/* height: 593px; */
	padding-top: 115px;
}

.round-booking-page .main-form,
.booking-page .main-form,
.company-page .main-form,
.contacts-page .main-form,
.order-page .main-form,
.park-page .main-form,
.passengers-page .main-form,
.rates-page .main-form,
.reviews-page .main-form,
.trip-page .main-form,
.schedule-page .main-form,
.useful-page .main-form,
.vacancy-page .main-form {
	height: 490px;
	padding-top: 70px;
}

.main-form__title {
	max-width: 620px;
}

.rates-page .main-form__title,
.schedule-page .main-form__title,
.trip-page .main-form__title,
.order-page .main-form__title,
.useful-page .main-form__title,
.passengers-page .main-form__title,
.vacancy-page .main-form__title {
	max-width: 100%;
}

.main-form .h1 {
	display: inline;
	padding: 4px 8px 4px 8px;
	background-color: rgba(255, 255, 255, 0.8);
	font-size: 2.25rem;
	color: #2B283A;
	font-weight: 900;
	line-height: 56px;
	text-transform: uppercase;
}

.main-form__breadcrumb {
	margin-top: 20px;
}

.breadcrumb {
	padding: 0;
	margin-bottom: 0;
	background-color: transparent;
	border-radius: none;
}

.breadcrumb-item {
	font-size: 0.875rem;
	font-weight: 700;
}

.breadcrumb-item a {
	color: #fff;
}

.breadcrumb-item a:hover {
	color: #FFAE01;
}

.breadcrumb-item.active {
	color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
	content: ">";
	color: #fff;
}

.main-form .form-control,
.form__modal .form-control {
	border-radius: 0;
}

.form-control:focus {
    border-color: #FFAE01;
    box-shadow: 0 0 0 0.2rem rgba(255, 174, 1, 1);
}

.main-form__wrap {
	position: relative;
	top: 105px;
}

.round-booking-page .main-form__wrap,
.booking-page .main-form__wrap,
.company-page .main-form__wrap,
.contacts-page .main-form__wrap,
.order-page .main-form__wrap,
.park-page .main-form__wrap,
.passengers-page .main-form__wrap,
.rates-page .main-form__wrap,
.reviews-page .main-form__wrap,
.trip-page .main-form__wrap,
.schedule-page .main-form__wrap,
.useful-page .main-form__wrap,
.vacancy-page .main-form__wrap {
	top: 60px;
}

.form-outer {
	padding: 30px;
	height: 100%;
	background: #FFFFFF;
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
}

.form-outer span.main-form__title {
	position: relative;
	display: block;
	margin-bottom: 20px;
	padding-left: 50px;
	font-size: 1.5rem;
	text-transform: uppercase;
}

.form-outer span.main-form__title::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 40px;
	height: 2px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.main-form form.form-order label,
.form__modal form.form-order label {
	color: #2B283A;
}

.form-options {
	position: relative;
	margin-bottom: 25px;
	justify-content: space-between;
}

.form-options select {
	width: 225px;
	height: 45px;
}

.calendar-outer {
	position: relative;
}

.calendar {
	width: 175px;
	height: 45px;
}

.calendar__icon {
	display: block;
	width: 17px;
	height: 20px;
	position: absolute;
	top: 12px;
	right: 10px;
	background-image: url(../img/icons/calendar.svg);
	background-position: center center;
	pointer-events: none;
}

.flex-outer.main-form__check {
	justify-content: space-between;
}

.main-form .form-check-label,
.form__modal .form-check-label {
	margin-right: 30px;
	cursor: pointer;
}

.main-form .form-check,
.form__modal .form-check {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.main-form .form-check input,
.form__modal .form-check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 0;
	right: 0;
	height: 21px;
	width: 21px;
	border: 1px solid #D4D4D4;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.main-form .form-check input:checked~.checkmark:after,
.form__modal .form-check input:checked~.checkmark:after {
	display: block;
}

.main-form .form-check .checkmark:after,
.form__modal .form-check .checkmark:after {
	left: 4px;
	top: 4px;
	width: 11px;
	height: 11px;
}

.main-form__btn {
	padding-top: 10px;
	justify-content: space-between;
}

.main-form__btn span {
	width: 375px;
	font-size: 0.875rem;
	line-height: 1rem;
}

.main-slider-outer {
	position: relative;
	height: 100%;
	background: #2C9023;
}

.main-slider.wide {
	display: none;
}

.main-slider__action {
	display: block;
	width: 135px;
	height: 47px;
	margin-left: -67.5px;
	padding-top: 11px;
	position: absolute;
	left: 50%;
	transform: translate(0, -50%);
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	z-index: 2;
}

.main-slider img {
	width: 100%;
	height: auto;
}

.main-slider.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.main-slider .slick-dots {
	bottom: 10px;
}

.main-slider .slick-dots li {
	margin: 0 3px;
}

.main-slider .slick-dots li button:before {
	font-size: 17px;
	opacity: 1;
}

.main-slider .slick-dots li.slick-active button:before {
	color: #fff;
	opacity: 1;
}

.select-from__wrap {
	position: relative;
}

.change,
.change-modal {
	display: block;
	width: 14px;
	height: 11px;
	position: absolute;
	right: -22px;
    top: 15px;
    cursor: pointer;
}

.change-modal {
	right: -34px;
}

.change::after,
.change-modal::after {
	content: "";
	display: block;
	width: 14px;
	height: 11px;
	background: url(../img/icons/replace-icon.svg) center center no-repeat;
}
/* === // FORM === */

/* === ALARM === */
.alarm {
	margin-top: 200px;
}

.alarm-wrap {
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
}

.alarm__title {
	padding: 25px 35px;
}

.alarm__title strong {
	display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	font-weight: bold;
	line-height: 25px;
	text-transform: uppercase;
	color: #fff;
}

.alarm__text {
	padding: 25px 25px 25px 53px;
}

.alarm__text p {
	margin: 0;
	line-height: 25px;
}
/* === // ALARM === */

/* === ABOUT === */
.about {
	padding: 80px 0 90px 0;
}

.about .strong-text {
	display: block;
	margin-bottom: 10px;
}

.about__text {
	margin-right: 35px;
}

.about__text p {
	padding-top: 1rem;
}

.about__text strong {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}

.about__text ul {
	margin-top: 10px;
	margin-bottom: 0;
	list-style-type: none;
}

.about__text ul li {
	position: relative;
	padding-bottom: 15px;
}

.about__text ul li:before {
	display: block;
	position: absolute;
	top: 7px;
	left: -20px;
	content: "";
	width: 9px;
	height: 9px;
	background-image: url(../img/icons/marker.png);
}

.about__img {
	position: relative;
}

.about__img img {
	display: block;
	width: 100%;
	height: auto;
}

.about__promo {
	width: 182px;
	height: 216px;
	position: absolute;
	left: -55px;
	bottom: 60px;
	padding: 52px 35px;
	font-size: 1.125rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.75rem;
	color: #fff;
	text-transform: uppercase;
	box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.15);
	border: 10px solid #fff;
}

.about__promo span {
	font-size: 3rem;
	font-weight: 900;
}

/* === //ABOUT === */

/* === FEATURES === */
.features {
	background: #EEF0F2;
}

.features .h3,
.cities .h3 {
	margin-top: 10px;
	margin-bottom: 20px;
}

.features ul {
	margin-top: 10px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.features ul li {
	display: block;
	margin-top: 45px;
	padding: 70px 55px 45px 55px;
	width: 340px;
	height: auto;
	background: #fff;
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.05);
	list-style: none;
}

.features ul li strong {
	display: block;
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 1.5rem;
	line-height: 1.93rem;
	color: #2B283A;
}

.features ul li p {
	margin-bottom: 0;
}

/* === // FEATURES === */

/* === GREEN-BLOCK === */
.green-block p {
	margin-bottom: 0;
	font-size: 1.5rem;
	font-weight: 900;
	line-height: 2.25rem;
	color: #fff;
}

/* === // GREEN-BLOCK === */

/* === CITIES === */
.cities p {
	margin-bottom: 5px;
}

.cities__item {
	margin-top: 45px;
}

.cities__item figure {
	margin: 0;
	position: relative;
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
}

.cities__item figure::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	cursor: pointer;
}

.cities__item img {
	display: block;
	width: 100%;
	height: auto;
	cursor: pointer;
}

.cities__item figcaption {
	position: absolute;
	left: 30px;
	bottom: 30px;
}

.cities__item figcaption a {
	font-size: 1.5rem;
	font-weight: 900;
	color: #fff;
}

.cities__item figure:hover figcaption a {
	color: #000;
}
/* === // CITIES === */

/* === TEXT OVERFLOW === */
.overflow-text {
	padding: 80px 0 40px 0;
}

.overflow-text .overflow-text__inner {
	position: relative;
	margin: 0;
	max-height: 73px;
	overflow: hidden;
	cursor: pointer;
}

.overflow-text .overflow-text__inner::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(44, 144, 35, 0) 50%, #fff 100%);
}

.overflow-text .overflow-text__inner.open {
	max-height: none;
    overflow-y: auto;
}

.overflow-text .overflow-text__inner.open::after {
	background: none;
}

/* === // TEXT OVERFLOW === */

/* === RATES TABLE === */
.rates-table {
	padding-bottom: 80px;
}

/* tabs */
/* Базовый контейнер табов */
.tabs {
	max-width: 100%;
	padding: 0px;
	margin: 25px auto 0 auto;
}

/* Стили секций с содержанием */
.tabs>div {
	display: none;
}

.tabs>div>.tab-content {
	/* анимация */
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* Прячем чекбоксы */
.tabs>input {
	display: none;
	position: absolute;
}

/* Стили переключателей вкладок (табов) */
.tabs>label {
	display: inline-block;
	margin: 0;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #65636A;
	text-decoration-line: underline;
}

/* Изменения стиля переключателей вкладок при наведении */
.tabs>label:hover {
	color: #FFAE01;
	cursor: pointer;
	text-decoration-line: none;
}

/* Стили для активной вкладки */
.tabs>input:checked+label {
	color: #fff;
	text-decoration-line: none;
}

/* Активация секций с помощью псевдокласса :checked */
#tab1:checked~#content-tab1,
#tab2:checked~#content-tab2,
#tab3:checked~#content-tab3,
#tab4:checked~#content-tab4,
#tab5:checked~#content-tab5,
#tab6:checked~#content-tab6 {
	display: block;
}

/* содержание табов */
.tab-content .table thead tr th,
.order-table .table thead tr th {
	color: #fff;
	font-weight: bold;
}

.table thead th {
	vertical-align: middle;
}

.tab-content .table thead th {
	border-bottom: none;
}

.rates-table .tab-content tbody tr th a {
	color: #4F4D55;
	text-decoration-line: underline;
}

.rates-table .tab-content tbody tr th a:hover {
	color: #FF6C01;
}

.tab-content .table th,
.tab-content .table td,
.order-table .table th,
.order-table .table td {
	padding-left: 18px;
	color: #4F4D55;
}

.tab-content .table td,
.tab-content .table th,
.order-table .table td,
.order-table .table th {
	border-top: none;
	font-weight: normal;
}

.tab-content .table-striped tbody tr:nth-of-type(odd),
.order-table .table-striped tbody tr:nth-of-type(odd) {
	background-color: #fff;
}

.tab-content .table-striped tbody tr:nth-of-type(even),
.order-table .table-striped tbody tr:nth-of-type(even) {
	background-color: #EEF0F2;
}

.rates-table .table {
	font-size: 16px;
}

.rates-table__text {
	margin-top: 30px;
}

.rates-table__text p {
	margin-bottom: 5px;
}

.rates-table__text p span {
	color: #FF6C01;
}

/* === // RATES TABLE === */

/* === TRIP ONE-WAY === */
.trip {
	padding: 0 0 70px 0;
}

.trip__data {
	display: block;
	position: relative;
	margin: 20px 0;
	padding-left: 50px;
	font-size: 1.125rem;
	color: #2B283A;
	text-transform: uppercase;
}

.trip__data::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 42px;
	height: 2px;
	background: #FFAE01;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.trip__route {
	margin-bottom: 50px;
	padding: 30px 20px;
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.05);
}

.trip__route-outer {
	justify-content: space-between;
}

.trip__route-inner span,
.trip__route-inner a {
	display: block;
}

.trip__route-inner span:not(.trip__route-data) {
	font-size: 1.5rem;
	font-weight: bold;
	color: #2B283A;
}

.trip__route-inner a,
.trip__route-inner button {
	margin-bottom: 20px;
	padding-right: 25px;
	position: relative;
	color: #4F4D55;
	text-decoration-line: underline;
}

.trip__route-inner button {
	background-color: transparent;
	border: none;
}

.trip__route-inner a::after,
.trip__route-inner button::after {
	content: '';
	width: 14px;
	height: 14px;
	display: block;
	position: absolute;
	top: 6px;
	right: 0;
	background-image: url(../img/icons/info-icon.svg);
}

.trip__route-travel {
	position: relative;
	padding-top: 100px;
	flex-grow: 1;
}

.trip__route-travel::before,
.trip__route-travel::after {
	content: '';
	width: 33%;
	height: 14px;
	padding-bottom: 18px;
	display: block;
	position: absolute;
	top: 100px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #D4D4D4;
}

.trip__route-travel::before {
	left: 0;
	background-image: url(../img/icons/bus.svg);
}

.trip__route-travel::after {
	right: 0;
	background-image: url(../img/icons/mark.svg);
	background-position: 100% 0;
}

.trip__route-price {
	margin-left: 30px;
	height: 100%;
	border-left: 1px solid #D4D4D4;
}

.trip__route-price strong {
	font-size: 3rem;
	font-weight: normal;
	color: #2B283A;
	line-height: 75px;
}

.trip__route-price strong span {
	color: #FF6C01;
}

.trip__route-price .light-btn {
	margin: auto;
}

/* === // TRIP ONE-WAY === */

/* === ROUND TRIP === */
.round-trip__btn:active,
.round-trip__btn:focus {
	background: #FFAE01;
}

.round-trip__reserve {
	margin-left: auto;
}

/* === // ROUND TRIP === */

/* Trip Modal */
.trip__modal .modal-dialog {
	margin-top: 3rem;
}

.trip__modal .modal-content {
	border: none;
	border-radius: 0;
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
}

.trip__modal .modal-header {
	padding: 28px 30px 0 30px;
	border-bottom: none;
}

.trip__modal .modal-header .h4 {
	font-size: 1.5rem;
	color: #2B283A;
	font-weight: bold;
}

.trip__modal .modal-header button {
	opacity: 1;
}

.trip__modal .modal-header button span {
	color: #2B283A;
}

.trip__modal .modal-body {
	padding: 0 30px 30px 30px;
}

.trip__modal .modal-body span {
	display: block;
	line-height: 25px;
}

.trip__modal .modal-body span:first-child {
	margin-bottom: 20px;
}

.trip__modal .modal-body img {
	margin: 25px 0 10px 0;
	display: block;
	width: 100%;
	height: auto;
}

.modal-map {
	margin: 15px 0;
	width: 100%;
}

.modal-map iframe {
	width: 100%;
}

/* // Trip Modal */

/* === BOOKING === */
.booking {
	padding: 80px 0;
}

.booking .h3 {
	margin-top: 10px;
	margin-bottom: 20px;
}

.booking__route {
	margin: 30px 0 30px 0;
}

.booking__route .h4 {
	font-weight: bold;
}

.booking__route span {
	display: block;
}

/* Bus */
.bus {
	width: 260px;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.bus-item {
	width: 40px;
	height: 50px;
	margin-right: 5px;
	margin-bottom: 15px;
	color: #2B283A;
	font-weight: 900;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
}

.bus-item.place {
	border: 1px solid #E4E4E4;
}

.bus-item.place.select {
	background: #fb5b5c;
}

.bus-item.bus-item__tv {
	border: 1px solid #D4D4D4;
	background: url(../img/icons/bus/tv.svg) center center no-repeat;
	cursor: default;
}

.bus-item.bus-item__rest {
	border: 1px solid #D4D4D4;
	background: url(../img/icons/bus/restroom.svg) center center no-repeat;
	cursor: default;
}

.bus-item.bus-item__not {
	opacity: 0;
	cursor: default;
}

.bus-item.busy {
	border: none;
	cursor: default;
}

/* Bus */

.booking-price {
	margin-top: 140px;
	margin-bottom: 30px;
}

.booking-price p {
	margin: 0;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
	margin: 15px 0;
	border: 1px solid #D5D5D5;
	border-radius: 0;
}

.booking-form input,
.booking-form select {
	height: 50px;
}

.booking-form select {
	width: 70%;
}

.booking-form textarea {
	margin-bottom: 30px;
}

.booking-form a,
.booking-form button {
	display: block;
	color: #4F4D55;
	text-decoration-line: underline;
}

.booking-form button {
	background-color: transparent;
	border: none;
}

.booking-form a.delfield,
.booking-form button.delfield {
	display: none;
}

#additional a.delfield,
#additional button.delfield {
	display: block;
}

.booking-form a:hover,
.booking-check label a:hover {
	color: #FFAE01;
}

.booking-text {
	margin: 15px 0;
}

.booking-text__pink-bg {
	margin: 20px 0 15px 0;
	padding: 15px;
	line-height: 30px;
	background: #FFEDED;
}

.booking-price .booking-text__pink-bg {
	margin-top: 20px;
}

.booking-text__grey-bg {
	padding: 15px;
	background: #EEF0F2;
	list-style-type: none;
	line-height: 25px;
}

.booking-check {
	padding: 20px 0 30px 0;
	line-height: 30px;
}

.booking-check label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
}

.booking-check label a {
	display: inline;
	color: #2B283A;
	text-decoration-line: underline;
}

.booking-check label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.booking-check .checkmark {
	top: 3px;
	left: 0;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.booking-check input:checked~.checkmark:after {
	display: block;
}

.booking-check .checkmark:after {
	left: 4px;
	top: 4px;
	width: 11px;
	height: 11px;
}

/* === / BOOKING === */

/* === ORDER === */
.order-text {
	margin: 20px 0 30px 0;
}

.order-text p span {
	color: #FF6C01;
}

.order-text p a {
	color: #4F4D55;
	text-decoration-line: underline;
}

.order-text p a:hover,
.booking-text__grey-bg a:hover {
	color: #FFAE01;
}

.order-table {
	margin-bottom: 30px;
}

/* === // ORDER === */

/* === USEFUL === */
.about .h4 {
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 1.125rem;
	color: #2B283A;
	font-weight: bold;
	text-transform: uppercase;
}

.about .booking-text__grey-bg {
	margin-bottom: 30px;
}

.booking-text__grey-bg a {
	color: #4F4D55;
	text-decoration: underline;
}

/* === // USEFUL === */

/* === PASSENGERS === */
.passenger__list ul {
	list-style-type: none;
	counter-reset: num;
}

.passenger__list ul li {
	position: relative;
	padding-bottom: 15px;
}

.passenger__list ul li::before {
	position: absolute;
	top: 1px;
	left: -20px;
	content: counter(num) '. ';
	/* Выводим число */
	counter-increment: num;
	/* Увеличиваем значение счётчика */
	color: #FF6C01;
	font-weight: bold;
}

/* === // PASSENGERS === */

/* === PARK === */
.park-icon {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.park-icon__item {
	width: 165px;
	height: 85px;
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.05);
}

.park-icon__item1,
.park-icon__item2,
.park-icon__item3 {
	margin-bottom: 20px;
}

.park-slider-outer {
	margin-top: 20px;
}

.park-slider .slick-dots li {
	margin: 0 3px;
}

.park-slider .slick-dots li.slick-active button:before {
	opacity: 1;
}

.park-slider .slick-dots li button:before {
	top: 15px;
	font-size: 17px;
	color: #EEF0F2;
	opacity: 1;
}

/* === // PARK === */

/* === REVIEWS === */
.reviews__item {
	margin-bottom: 50px;
	padding: 50px 40px;
	background: #EEF0F2;
}

.reviews__item:first-child {
	margin-top: 40px;
}

.reviews__item:last-child {
	margin-bottom: 0;
}

.reviews__item p {
	margin: 0;
}

.reviews__name {
	font-size: 1.125rem;
	font-weight: bold;
	text-transform: uppercase;
}

.reviews__date {
	color: #808287;
}

.reviews__pagination {
	margin-top: 56px;
}

.reviews__pagination ul {
	margin-bottom: 0;
}

.reviews__pagination .page-item a,
.page-item.disabled .page-link {
	background: #EEF0F2;
	border-radius: 50%;
	font-size: 1rem;
	color: #4F4D55;
}

.page-item:not(:first-child) {
	margin-left: 20px;
}

.page-item .page-link {
	padding: 10px 16px;
	border: none;
}

.page-item:first-child .page-link {
	/* padding: 10px 12px; */
	border-radius: 50%;
}

.page-item:last-child .page-link {
	/* padding: 10px 12px; */
	border-radius: 50%;
}

.page-item.marker .page-link {
	padding: 10px 12px;
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	border: none;
}

.page-item:not(.active) .page-link:hover {
	color: #fff;
	background-color: #FFAE01;
}

.reviews__form {
	padding-top: 40px;
}

.reviews__img img {
	display: block;
	width: 100%;
	height: auto;
}

/* star rating */
.general-rating {
	display: flex;
}

.reviews__rating-sum {
	margin-top: 9px;
	margin-left: 10px;
}

.reviews__rating {
	margin: 5px 0;
	unicode-bidi: bidi-override;
}

.reviews__rating>span {
	display: inline-block;
	position: relative;
	width: 1em;
	font-size: 20px;
}
/*
.reviews__rating>span:hover:before,
.reviews__rating>span:hover~span:before {
	content: "\2605";
	position: absolute;
}*/
.reviews__rating span.checked:before {
	content: "\2605";
	position: absolute;
}
/* // star rating */
/* === // REVIEWS === */

/* === CONTACTS === */
.contacts__list,
.contacts__tel,
.contacts__work {
	margin-bottom: 25px;
	padding: 0;
	list-style-type: none;
}

.contacts__social {
	margin-top: 20px;
}

.contacts__social a {
	padding-right: 20px;
}

.contacts__map iframe {
	width: 100%;
}

.contacts__list li a,
.contacts__tel li a {
	color: #4F4D55;
	text-decoration: underline;
}
/* === // CONTACTS === */

/* === NEWSLETTER === */
.newsletter {
	padding: 45px 0;
	background: #EEF0F2;
}

.newsletter__text {
	margin-left: 22px;
}

.newsletter__text strong {
	font-size: 1.5rem;
	font-weight: 900;
	color: #2B283A;
}

.newsletter__text p {
	margin: 0;
	font-size: 0.875rem;
	color: #808287;
}

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

.newsletter__form .flex-outer {
	justify-content: space-between;
}

.newsletter__form input {
	width: 260px;
	height: 50px;
}

/* === // NEWSLETTER === */

/* === FOOTER === */
.footer {
	padding-top: 50px;
}

.footer>.container {
	padding-bottom: 50px;
}

.footer__promo {
	display: block;
	padding: 17px 0;
	font-size: 0.875rem;
	line-height: 1.312rem;
	color: #808287;
}

.footer__social a {
	margin-right: 8px;
}

.footer__mnu strong,
.footer__info strong,
.footer__rout strong {
	display: block;
	padding-bottom: 20px;
	line-height: 1.5rem;
	font-weight: 900;
	color: #2B283A;
}

.footer__mnu a,
.footer__info a,
.footer__rout a {
	display: block;
	margin-top: 10px;
	color: #4F4D55;
}

.footer__bottom {
	padding: 37px 0;
	border-top: 1px solid #EEF0F2;
}

.footer__bottom a {
	color: #4F4D55;
}

.footer__bottom a:hover {
	color: #FF6C01;
}
/* === //FOOTER === */

.fixed-mnu__mob.header__top .nav-link {
	display: inline-block;
}

.fixed-mnu__mob.header__top .lang {
	margin-left: 0;
	padding-top: 22px;
	border-top: 1px solid rgba(0,0,0,.15);
}

.fixed-mnu__mob.header__top .lang span {
	padding-left: 12px;
}

.modal-map{
    height: 300px;
}
label.error{
    display: none !important;
}
.error{
    display: none;
    color: red;
}
.err{
    border: 1px solid red !important;
}
.order-btn.green-btn{
    background: greenyellow !important;
}

.pay-buttons img {
    margin: 10px 0;
}
#pay-paydirekt img {
    width: 163px;
    background-color: yellowgreen;
    padding: 10px;
}

option[disabled] {
	background-color: #ccc;
}

.form-group.select-currency input {
	margin: 0 0 0 15px;
	height: auto;
}

.form-group.select-currency .form-check-inline {
	margin: 0;
}

main {
	display: flex;
	flex-direction: column;
}

.main-form {
	order: -2;
}

.alarm {
	order: -1;
}

/*
ticker
*/
@-webkit-keyframes ticker {
	0% {
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	  visibility: visible;
	}
	100% {
	  -webkit-transform: translate3d(-100%, 0, 0);
	  transform: translate3d(-100%, 0, 0);
	}
  }
  @keyframes ticker {
	0% {
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	  visibility: visible;
	}
	100% {
	  -webkit-transform: translate3d(-100%, 0, 0);
	  transform: translate3d(-100%, 0, 0);
	}
  }
  .ticker-wrap {
	bottom: 0;
	width: 100%;
	padding-left: 100%;
	overflow: hidden;
	height: 3rem;
	background-color: rgba(142, 49, 49, 0.9);
	box-sizing: content-box;
  }
  .ticker-wrap .ticker {
	  overflow: hidden;
	display: inline-block;
	height: 4rem;
	line-height: 3rem;
	white-space: nowrap;
	padding-right: 100%;
	box-sizing: content-box;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-name: ticker;
	animation-name: ticker;
	-webkit-animation-duration: 30s;
	animation-duration: 30s;
  }
  .ticker-wrap .ticker__item {
	display: inline-block;
	padding: 0 2rem;
	color: white;
  }

  .fixed-mnu__mob .ticker-wrap{
	margin-top: 8px;
  }