.tur-adi{
	text-transform: uppercase;
	font-size: 14px;
	color: #333;
	text-align: left;
}
.rez-form {
	margin-bottom: 20px;
	padding: 0 20px;
	padding-bottom: 20px;
	border-radius: 0;
	background: #fff;
    border: solid 5px #ddd;
    padding: 10px;
}
.rf-title {
	padding: 0;
	margin-bottom: 15px;
	padding: 10px 15px;
	background: #545454;
}

.rf-title span {
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-weight: 800;
}
.form-group {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.form-label {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #222;
	margin: 0;
	margin-bottom: 2px;
	font-weight: 600;
}
.form-group input,
.form-group textarea,
.form-group .select2-container .select2-selection--single,
.form-group .passenger-toggle {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 22px;
	padding: 10px 15px;
	border: none;
	background: none;
	color: #222 !important;
	resize: none;
	border: solid 1px #ccc;
    border-radius: 0;
    background: #fff;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #E7B32A;
}
.reg-item {
	display: block;
	width: 100%;
	position: relative;
	margin-bottom: 30px;
    border-radius: 0;
    overflow: hidden;
}

.reg-item>.img {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(720/1280*100%);
}

.reg-item>.img>img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s ease 0s;
	transform: scale(1.1);
}

.reg-item:hover>.img>img {
	transform: scale(1);
}

.reg-item>.img > .info-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 15px;
    background: rgba(0,0,0,0.4);    
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reg-item>.img>.info-bar>.region {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	line-height: 20px;
    font-weight: 600;
	color: #fff;
	z-index: 10;
}

.reg-item>.img>.info-bar>.price {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 20px;
	line-height: 26px;
	font-weight: 800;
	color: #fff;
	z-index: 10;
}

.reg-item>.desc {
	width: 100%;
	overflow: hidden;
	background: #E7B32A;
	padding: 10px 15px;
}

.reg-item>.desc>h3 {
	margin: 0;
	font-size: 14px;
	line-height: 20px;
	font-weight: 800;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-transform: uppercase;
}
.main-title2 {
	display: block;
	font-size: 26px;
	line-height: 32px;
	font-weight: 800;
	color: #222;
	margin-bottom: 30px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}


.slider-form {
	width: 100%;
	position: relative;
	width: 100%;
	z-index: 12;
	left: 0;
	padding: 0 100px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #282828;
    float: center;
}
select{
	appearance:none;
	outline: 0;
	box-shadow: 0;
	border:0!important;
	background: white;
	background-image: none;
	flex: 1;
	padding: 0 .5em;
	color:#282828;
	cursor: pointer;
	font-size: 1em;
	font-family: 'open sans',sans-serif;
}
.select{
	position: relative;
	display: flex;
	width: 19em;
	height: 3em;
	line-height: 3;
	overflow: hidden;
	border-radius: .25em;
}
.select::after{
	content: '\25BC';
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 1em;
	background:no-repeat;
	cursor: pointer;
	pointer-events: none;
	transition: .25s all ease;
	color:#282828;
}
.select:hover::after{
	color: gold;
}
.select1{
	position: relative;
	display: flex;
	width: 6em;
	height: 3em;
	line-height: 3;
	overflow: hidden;
	border-radius: .25em;
}
.select1::after{
	content: '\25BC';
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 1em;
	background:no-repeat;
	cursor: pointer;
	pointer-events: none;
	transition: .25s all ease;
	color:#282828;
}
.select1:hover::after{
	color: gold;
}
.form-dropdown {
    display: block;
    width: 100%;

}
.dropdown-menu { max-width: 212px; }
.dropdown, .dropleft, .dropright, .dropup {
    position: relative;
}
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown>.dropdown-menu {
    min-width: 100%;
    width: unset;
    padding: 0;
    border-radius: 0;
    border: none;
    left: 0;
    background: #fff;
    border: solid 1px #ddd;
    margin: 0;
    border-radius: 0;
}
.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto;
}
.passenger-menu {
    padding: 15px !important;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}
element.style {
    position: absolute;
    will-change: transform;
    top: 0px;
    left: 0px;
    transform: translate3d(0px, 64px, 0px);
}
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}
.tab button:hover {
  background-color: #ddd;
}
.tab button.active {
  background-color: #ccc;
}
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}


#wrapper {
  width: 100%;
  max-width: 964px;
  position: relative;
}

#carousel {
  overflow: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

#carousel::-webkit-scrollbar {
  height: 0;
}

#prev,
#next {
  display: flex;
  justify-content: center;
  align-content: center;
  background: white;
  border: none;
  padding: 8px;
  border-radius: 50%;
  outline: 0;
  cursor: pointer;
  position: absolute;
}

#prev {
  top: 50%;
  left: 0;
  transform: translate(50%, -50%);
  display: none;
}

#next {
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}

#content {
  display: grid;
  grid-gap: 16px;
  grid-auto-flow: column;
  margin: auto;
  box-sizing: border-box;
}

.item {
  width: 180px;
  height: 180px;
  background: green;
}
@import url('https://fonts.googleapis.com/css?family=Montserrat');

:root {
  --marquee-width: 80vw;
  --marquee-height: 20vh;
  /* --marquee-elements: 12; */ /* defined with JavaScript */
  --marquee-elements-displayed: 5;
  --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
  --marquee-animation-duration: calc(var(--marquee-elements) * 3s);
}

.marquee {
  width: var(--marquee-width);
  height: var(--marquee-height);
  overflow: hidden;
  position: relative;
}
.marquee:before, .marquee:after {
  position: absolute;
  top: 0;
  width: 10rem;
  height: 100%;
  content: "";
  z-index: 1;
}
.marquee:before {
  left: 0;
  background: linear-gradient(to right,  0%, transparent 100%);
}
.marquee:after {
  right: 0;
  background: linear-gradient(to left,  0%, transparent 100%);
}
.marquee-content {
  list-style: none;
  height: 100%;
  display: flex;
  animation: scrolling var(--marquee-animation-duration) linear infinite;
}
/* .marquee-content:hover {
  animation-play-state: paused;
} */
@keyframes scrolling {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements))); }
}
.marquee-content li {
  display: flex;
  justify-content: center;
  align-items: center;
  /* text-align: center; */
  flex-shrink: 0;
  width: var(--marquee-element-width);
  max-height: 100%;
  font-size: calc(var(--marquee-height)*3/4); /* 5rem; */
  white-space: nowrap;
}

.marquee-content li img {
  width:180px;
    height:100%;
  border: 2px solid #eee;
}

@media (max-width: 600px) {
  html { font-size: 12px; }
  :root {
    --marquee-width: 100vw;
    --marquee-height: 16vh;
    --marquee-elements-displayed: 3;
  }
  .marquee:before, .marquee:after { width: 5rem; }
}