@import url(reset.css);

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i&display=swap&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700,700i&display=swap&subset=cyrillic');

body {
    background: url(../../images/front/body1.webp) center top no-repeat;
    color: #2b3035 !important;
    font-size: 15px !important;
    font-family: Open Sans;
}

@media (max-width: 800px) {
    body {
        background: none;
    }
}

html {
    scroll-behavior: smooth;
}

checkbox,
input,
select,
textarea {
    font: 14px 'Open Sans', sans-serif;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: none !important;
}

.pt-5 {
    padding-top: 5rem;
}
.pt-6 {
    padding-top: 6rem;
}
.pt-7 {
    padding-top: 7rem;
}
.pt-8 {
    padding-top: 8rem;
}
.pt-9 {
    padding-top: 9rem;
}
.pt-10 {
    padding-top: 10rem;
}

.pb-4 {}

.pb-5 {
    padding-bottom: 5rem;
}
.pb-6 {
    padding-bottom: 6rem;
}
.pb-7 {
    padding-bottom: 7rem;
}
.pb-8 {
    padding-bottom: 8rem;
}
.pb-9 {
    padding-bottom: 9rem;
}
.pb-10 {
    padding-bottom: 10rem;
}
.pr-5 {
    padding-right: 5rem;
}
.pr-6 {
    padding-right: 6rem;
}
.pr-7 {
    padding-right: 7rem;
}
.pr-8 {
    padding-right: 8rem;
}
.pr-9 {
    padding-right: 9rem;
}
.pr-10 {
    padding-right: 10rem;
}
.ml-5 {
    padding-left: 5rem;
}
.pl-6 {
    padding-left: 6rem;
}
.pl-7 {
    padding-left: 7rem;
}
.pl-8 {
    padding-left: 8rem;
}
.pl-9 {
    padding-left: 9rem;
}
.pl-10 {
    padding-left: 10rem;
}
.mt-5 {
    margin-top: 5rem;
}
.mt-6 {
    margin-top: 6rem;
}
.mt-7 {
    margin-top: 7rem;
}
.mt-8 {
    margin-top: 8rem;
}
.mt-9 {
    margin-top: 9rem;
}
.mt-10 {
    margin-top: 10rem;
}

.mb-3 {
    margin-bottom: 3rem;
}

.mb-4 {
    margin-bottom: 4rem;
}

.mb-5 {
    margin-bottom: 5rem;
}
.mb-6 {
    margin-bottom: 6rem;
}
.mb-7 {
    margin-bottom: 7rem;
}
.mb-8 {
    margin-bottom: 8rem;
}
.mb-9 {
    margin-bottom: 9rem;
}
.mb-10 {
    margin-bottom: 10rem;
}
.mr-5 {
    margin-right: 5rem;
}
.mr-6 {
    margin-right: 6rem;
}
.mr-7 {
    margin-right: 7rem;
}
.mr-8 {
    margin-right: 8rem;
}
.mr-9 {
    margin-right: 9rem;
}
.mr-10 {
    margin-right: 10rem;
}
.ml-5 {
    margin-left: 5rem;
}
.ml-6 {
    margin-left: 6rem;
}
.ml-7 {
    margin-left: 7rem;
}
.ml-8 {
    margin-left: 8rem;
}
.ml-9 {
    margin-left: 9rem;
}
.ml-10 {
    margin-left: 10rem;
}

.actual:hover {
    box-shadow: 0px 0px 20px -7px rgba(0, 0, 0, 0.75);
    transition: ease 0.4s;
}

.header {
    position: relative;
    margin: 0 auto;
    width: 960px;
    height: 340px;
    background: url(../../images/front/body1.webp) center top no-repeat
}

@media (max-width: 800px) {
    .header {
        width: 790px;
    }
}

@media (max-width: 700px) {
    .header {
        width: 690px;
    }
}

@media (max-width: 600px) {
    .header {
        width: 590px;
    }
}

@media (max-width: 500px) {
    .header {
        background: none;
        width: 0px;
        height: 0px;
    }
}

::-moz-selection {
    color: #fff;
    background: #df882b;
}
::selection {
    color: #fff;
    background: #df882b;
}

.w-10 {
    width: 10% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}

.w-50 {
	width: 50% !important;
}

.w-100 {
    width: 100% !important;
}

@media (max-width: 768px) {
	.w-mob-50 {
		width: 50% !important;
    }
    .w-mob-33 {
      width: 33.3333%;
      font-size: 15px;
  }

}

.clear {
    clear: both;
}

.header__logo {
	top: 2%;
	right: 40%;
	text-align: center;
	position: absolute;
}

.header__logo__link {
	color: transparent;
	display: block;
	height: 80px;
}

.header__logo__link:hover {
	color: transparent;
}

.language-panel {
    margin-top: 10px;
    float: right;
    height: 30px;
    width: 270px;
    position: relative
}

.language-panel li {
    float: right;
    margin: 4px 8px;
    border: 1px solid;
    text-align: center;
    border-radius: 2px;
    font-weight: 600;
    width: 50px;
}

.language-panel li.en.current {
	color: #fff;
	background: #ec752e;
	border: 1px solid #dd754c;
}
.language-panel li.ru.current {
    color: #fff;
    background: #ec752e;
    border: 1px solid #dd754c;
}
.language-panel li.es.current {
    color: #fff;
    background: #ec752e;
    border: 1px solid #dd754c;
}
.language-panel li.de.current {
    color: #fff;
    background: #ec752e;
    border: 1px solid #dd754c;
}
.language-panel li.it.current {
    color: #fff;
    background: #ec752e;
    border: 1px solid #dd754c;
}
.language-panel li.jp.current {
    color: #fff;
    background: #ec752e;
    border: 1px solid #dd754c;
}

@media (max-width: 600px) {
    .language-panel {
        float: none;
    }
}

.language-panel li a {
    color: #63463a;
}

.language-panel li a:hover {
    color: #ff4800;
}

/*--MAIN LANGUAGE MOBILE--*/

.languages {
    padding: 2px;
    margin: 4px 0px;
    text-align: center;
}

.languages a {
    border: 1px solid;
    padding-left: 8px;
    padding-right: 8px;
}

.languages a:hover {
    background: orange;
    color: white;
}

/*--MAIN LANGUAGE MOBILE--*/

/*--ARROW START--*/
u {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-bottom: 1px;
  margin-right: 4px;
}

i {
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-bottom: 1px;
  margin-right: 4px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);

}
/*--ARROW END--*/

.menu-full {
    margin: 0 auto;
    width: 100%;
    height: 80px;
    z-index: 100;
    position: relative;
    background: url(../../images/front/menu-full.jpg) no-repeat center center;
    padding: 0 40px 0 40px
}

@media (max-width: 1100px) {
	.menu-full {
		padding: 10px;
	}
}
@media (max-width: 1000px) {
	.menu-full {
		padding: 0px;
		margin-top: 0px;
	}
}

.bg-green {
    background-color: #00BCD4!important;
}

.bg-white {
    background-color: #fff!important;
}

.menu-full li a {
    float: left;
    width: 18%;
    padding-top: 8px;
    margin: 0 10px 0 10px;
    height: 35px;
    text-align: center;
    font-size: 24px;
    display: block;
    color: #fafb9f;
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
    font-weight: 600;
    text-shadow: -1px -1px 1px #9d4422
}

@media (max-width: 1200px) {
	.menu-full li a {
		width: 17%;
		font-size: 16px;
		margin-top: 8px;
	}
}

@media (max-width: 1100px) {
	.menu-full li a {
		width: 17%;
		font-size: 16px;
		margin-top: 0px;
	}
}

@media (max-width: 1000px) {
	.menu-full li a {
		width: 17%;
		font-size: 16px;
		margin-top: 10px;
	}
}

@media (max-width: 850px) {
    .menu-full li a {
        width: 16%;
        font-size: 18px;
        margin-top: 5px;
    }
}

.menu-full li a.current,
.menu-full li a:hover {
    text-shadow: 0 0 10px #fafb9f
}

.menu li {
    float: left;
    height: 80px;
    background: url(../../images/front/menu.jpg) no-repeat;
    text-indent: -9000px
}

.menu li a {
    display: block;
    height: 80px
}

.menu li.uzbekistan {
    background-position: 0 0;
    width: 225px
}

.menu li.uzbekistan:hover {
    background-position: 0 -80px
}

.menu li.kazakhstan {
    width: 175px;
    background-position: -225px 0
}

.menu li.kazakhstan:hover {
    background-position: -225px -80px
}

.menu li.turkmenistan {
    width: 200px;
    background-position: -400px 0
}

.menu li.turkmenistan:hover {
    background-position: -400px -80px
}

.menu li.Kyrgyzstan {
    width: 175px;
    background-position: -600px 0
}

.menu li.Kyrgyzstan:hover {
    background-position: -600px -80px
}

.menu li.tajikistan {
    width: 205px;
    background-position: -775px 0
}

.menu li.tajikistan:hover {
    background-position: -775px -80px
}

.under-menu {
    width: 100%;
    background: url(../../images/front/under-menu.jpg) center top no-repeat;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 100
}

.under-menu li {
    float: left;
    width: 25%;
    font-size: 14px;
    padding: 18px 0px 18px 0px;
    margin-top: -12px;
    font-weight: 600;
    color: #c25c2e;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
}

.under-menu.jp li {
    width: 280px;
    font-size: 20px !important
}

.under-menu li a {
    color: #c25c2e;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
}

.under-menu li a:hover {
    color: #ff4800
}

.under-menu li.hotels {
    background: url(../../images/front/icon-hotels.gif) left center no-repeat
}

.under-menu li.cities {
    background: url(../../images/front/icon-sights.gif) left center no-repeat
}

.under-menu li.visa {
    background: url(../../images/front/icon-visa.gif) left center no-repeat
}

.under-menu li.photogallery {
    background: url(../../images/front/icon-photogallery.gif) left center no-repeat
}

.under-menu li.mice {
    background: url(../../images/front/icon-mice.gif) left center no-repeat
}

.under-menu li.sights {
    background: url(../../images/front/icon-sights.gif) left center no-repeat
}

.under-menu li.reviews {
    background: url(../../images/front/icon-reviews.gif) left center no-repeat
}

.under-menu li.flights {
    background: url(../../images/front/icon-airlines.gif) left center no-repeat
}

.under-menu li.embassies {
    background: url(../../images/front/icon-embassies.gif) left center no-repeat
}

.under-menu li.blog {
    background: url(../../images/front/icon-blog.gif) left center no-repeat
}

.under-menu li.restaurants {
    background: url(../../images/front/icon-restaurants.png) left center no-repeat
}

.under-menu li.museums {
    background: url(../../images/front/icon-museums.png) left center no-repeat
}

.under-menu li.legends {
    background: url(../../images/front/icon-legends.png) left center no-repeat
}

.actual-tours {
    background: url(../../images/front/actual-tours.gif) center no-repeat;
    height: 25px;
    width: 480px;
    text-indent: -9000px
}

.news-and-events {
    background: url(../../images/front/news-and-events.gif) center no-repeat;
    height: 25px;
    width: 240px;
    text-indent: -9000px
}

.news-page-item {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 20px;
	min-height: 170px;
	margin-bottom: 10px;
}

.tour-item-footer {
	font-size: 14px;
}

.news-page-item img {
	height: 130px;
	width: auto;
}

.hotel {
    clear: both;
    float: left;
    width: 100%;
    height: 110px;
    margin: 10px 10px 5px 0;
    padding-bottom: 5px;
    position: relative
}

.hotel img {
    float: left
}

@media (max-width: 800px) {
    .hotel img {
        width: 40%;
    }
}

.hotel.first {
    border-bottom: 1px solid #dedede
}

.hotel .city,
.hotel .country,
.hotel .title {
    float: left;
    width: 55%;
    padding: 5px 5px 5px 10px;
    color: #d59045
}

.hotel .city {
    background: url(../../images/front/building.png) center left no-repeat;
    padding-left: 20px;
    margin-left: 6px
}

.hotel .title a {
    color: #c45b31;
    line-height: 16px;
    font-family: 'Open Sans', sans-serif;
}

.stars {
    clear: both;
    width: 100%;
    height: 20px;
    top: 85px
}

.stars.s-1 {
    background: 0 0
}

.stars.s-2 {
    background: url(../../images/front/stars-2.png) center no-repeat
}

.stars.s-3 {
    background: url(../../images/front/stars-3.png) center no-repeat
}

.stars.s-4 {
    background: url(../../images/front/stars-4.png) center no-repeat
}

.stars.s-5 {
    background: url(../../images/front/stars-5.png) center no-repeat
}

.hotel-item {
	background: #fcf8e3;
}

.hotel-item-city {
    background: #fcf8e3;
    font-size: 14px;
    height: 125px;
}

.hotel-item a {
	color: #17a2b8;
}

.hotel-item img {
	height: auto;
	background-size: cover;
}

.hotel-item-info {
    height: 72px;
    font-size: 14px;
}

.hotel-item-link {
	color: #c6672e;
}

.hotel-item-adress {
	font-size: 14px;
}


.tour {
    width: 96%;
    height: 146px;
    margin: 10px 10px 5px 10px;
    padding-bottom: 5px;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 1px solid #dfdedd;
}

.tour img {
    float: left;
    width: 33%;
    height: 130px;
}

@media (max-width: 800px) {
    .tour img {
        width: 30%;
        height: 100px;
    }
}

@media (max-width: 600px) {
    .tour img {
        width: 25%;
        height: auto;
    }
}

.tour .title {
    float: right;
    width: 70%;
    padding: 0 10px 2px 10px;
    position: relative;
    font-family: 'Open Sans', sans-serif;
}

@media (max-width: 800px) {
    .tour .title {
        width: 70%;
    }
}

.revviews .title {
    float: left;
    width: 100%;
    padding: 0 10px 10px 10px;
    position: relative;
    font-family: 'Open Sans', sans-serif;
}

.revviews .description {
    float: left;
    width: 100%;
    padding: 0 10px 10px 10px;
    line-height: 16px;
    color: #82736e;
    font-family: 'Open Sans', sans-serif;
    text-align: justify;
    font-size: 14px;
}

.revviews .title a {
    color: #c25b30;
    font-weight: 700
}

.revviews .date {
    float: left;
    padding: 5px 0 5px 10px;
    margin: -7px 10px 0 0;
    color: #c25b30;
    font-size: 13px;
}

.news {
    clear: both;
    float: left;
    width: 100%;
    margin: 0px 0 5px 0px;
    padding-bottom: 5px;
}

.news .title {
    float: left;
    padding: 0px 5px 0px 10px;
    color: #d59045;
    font-size: 14px;
}

.news .title.blog-title {
    width: 200px
}

img {
	width: 100%;
	height: auto;
	border-radius: 4px;
}

.news .title a {
    color: #c45b31;
    line-height: 16px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}

.news .date {
    clear: both;
    float: left;
    padding: 0px 0 0 5px;
    color: darkgrey;
    line-height: 16px;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
}

.news.first {
    border-bottom: 1px solid #dedede
}

.news-text-place ul li {
	list-style: disc;
}

.seperator {
    clear: both;
    background: url(../../images/front/seperator.png) center top no-repeat;
    height: 25px;
    width: 100%;
}

@media (max-width: 800px) {
    .seperator {
        width: auto;
    }

}

.footer-item {
    font-size: 14px;
    text-shadow: none;
    color: white;
}

.footer-item h5 {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.footer-item a{
    padding: 4px 0px;
    font-weight: 100;
    color: white;
    display: block;
}

.footer-item a:hover{
    color: white;
    text-decoration: underline dotted;
}


.footer-social img {
    width: 40px;
    height: 40px;
}

.footer-social a {
    padding-left: 6px;
    padding-right: 6px;
}


/*MAIN PAGE*/

.tours-a-main {
    width: 33.33333%;
    padding-left: 15px;
    padding-right: 15px;
    transition: 0,5s ease;
    background: transparent;
}

.tours-a-main:hover {
    color: #c87328;
}

@media (max-width: 1100px) {
    .tours-a-main {
        width: 33%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 800px) {
    .tours-a-main {
        width: 33%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 768px) {
    .tours-a-main {
        width: 50%;
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (max-width: 600px) {
    .tours-a-main {
    	width: 50%;
        padding-right: 5px;
        padding-left: 5px;
    }
}

.tours-a-item {
	box-shadow: 0px 0px 20px #ccc;
	transition: .2s ease;
    border-radius: 20px;
    overflow: hidden;
}

.tours-a-image img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    border-top: 0px;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
}

@media (max-width: 900px) {
    .tours-a-image img {
        width: 100%;
        height: 160px;
    }
}

@media (max-width: 850px) {
    .tours-a-image img {
        width: 100%;
        height: 140px;
    }
}

@media (max-width: 800px) {
    .tours-a-image img {
        width: 100%;
        height: 140px;
    }
}


@media (max-width: 768px) {
    .tours-a-image img {
        width: 100%;
        height: 210px;
    }
}

@media (max-width: 600px) {
    .tours-a-image img {
        width: 100%;
        height: 130px;
    }
}

@media (max-width: 500px) {
    .tours-a-image img {
        width: 100%;
        height: 130px;
    }
}

@media (max-width: 450px) {
    .tours-a-image img {
        width: 100%;
        height: 130px;
    }
}

@media (max-width: 400px) {
    .tours-a-image img {
        width: 100%;
        height: 110px;
    }
}

.tours-a-info {
    padding: 10px;
}

h5.tours-a-title {
    height: 45px;
    margin-bottom: 4px 0px;
    font-size: 17px;
    color: #c25c2e;
}

h6.tours-a-title {
    height: 38px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #c25c2e;
}

h5.tours-a-title:hover {
    color: red;
}

@media (max-width: 900px) {
    h5.tours-a-title {
        font-size: 14px;
        line-height: 16px;
        height: 36px;
        border-bottom: 1px solid #dee2e6;
        box-sizing: content-box;
    }
}

@media (max-width: 767.9px) {
    h5.tours-a-title {
        font-size: 16px;
        line-height: 20px;
        height: 46px;
        border-bottom: 1px solid #dee2e6;
        box-sizing: content-box;
    }
}

@media (max-width: 600px) {
    h5.tours-a-title {
        font-size: 14px;
        line-height: 17px;
        min-height: 50px;
    }
}

.tours-a-text {
    height: 45px;
    font-size: 14px;
    color: grey;
    padding-bottom: 0.5rem;
}

@media (max-width: 900px) {
    .tours-a-text {
        font-size: 15px;
        min-height: 80px;
        line-height: 16px;
    }
}

@media (max-width: 767,9px) {
    .tours-a-text {
        font-size: 15px;
        min-height: 80px;
        line-height: 20px;
    }
}

@media (max-width: 600px) {
    .tours-a-text {
        font-size: 15px;
        min-height: 70px;
        line-height: 16px;
    }
}

@media (max-width: 500px) {
    .tours-a-text {
        font-size: 14px;
        line-height: 16px;
    }
}


.icon-inner, svg {
    padding-top: 1px;
}

.tours-a-price {
    font-size: 14px;
}

.tours-a-mob-iprice {
    font-size: 18px;
    position: absolute;
    padding-top: 2px;
}

.tours-a-mob-price {
    padding-left: 22px;
    margin: 0px 20px 0px 0px;
    font-size: 13px;
}

.tours-a-mob-idays {
    font-size: 18px;
    position: absolute;
    padding-top: 2px;
}

.tours-a-mob-days {
    padding-left: 25px;
    font-size: 13px;
}

.all-tours {
    display: contents;
}

.all-tour {
    width: 33%;
    padding: 2px 10px;
    height: auto;
}

@media (max-width: 1000px) {
    .all-tour {
        width: 50%;
        padding: 2px 10px;
        height: auto;
    }
}

@media (max-width: 700px) {
    .all-tour {
        width: 100%;
        padding: 4px 10px;
        height: auto;
    }
}

/*reviews*/

.reviews,
::before,
::after {
    box-sizing: border-box;
    ;
}

.review-button {
    color: #17a2b8;
    font-size: 20px;
    display: flex;
}

.review-date {
    color: #646464;
    font-size: 13px;
}

.review-a-title {
	height: 42px;
}

.review-name {
    color: #eb7541;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #dfdfdf;
}

.review-a-text {
	height: 80px;
}

/*reviews*/

/*MAIN PAGE*/

/*TOUR-INDEX*/

.tour-i-map {
    min-height: 15px;
    border-bottom: 1px solid #E3E2E1;
    padding: 7px 0px 7px 0px;
    color: #82736E;
}

.tour-i-season {
    min-height: 15px;
    border-bottom: 1px solid #E3E2E1;
    padding: 7px 0px 7px 0px;
    color: #82736E;
}

.tour-i-days {
    height: 35px;
    padding: 6px 0px 10px 0px;
    color: #82736E;
}

.tour-i-day {
    height: 15px;
    padding: 12px 0px 10px 02px;
    color: #82736E;
}

.tour-i-night {
    height: 15px;
    padding: 12px 0px 10px 0px;
    margin-right: 10px;
    color: #82736E;
}

.tour-i-price {
    height: 35px;
    border-bottom: 1px solid #E3E2E1;
    padding: 6px 0px 10px 0px;
    color: #82736E;
}

.tour-i-book {
    padding-left: 20px;
    padding-right: 20px;
}

.fw-600 {
    font-weight: 600;
    color: #17a2b8;
}

.tour-i-icon {
    height: 35px;
    border-bottom: 1px solid #E3E2E1;
    padding: 6px 0px 10px 22px;
}

.tours-i-desc {
    text-align: center;
}

.photogallery li a img {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
}

.tour-i-title {
    display: flex;
    margin-left: -15px;
    font-weight: 600;
}

.tour-i-full-day {
    background: #FBB84C;
    padding: 3px 6px;
    width: 78px;
    border: 2px solid #FFF;
    margin: 0px 10px 0px 10px;
    color: #FFF;
    text-shadow: 1px -1px 1px #DB9545;
    font-weight: bold;
    font-size: 15px;
    -webkit-border-radius: 8px;
    text-align: center;
}

.tour-i-full-day:before,
.tour-i-full-day:after{
	content: '';
	width: 10px;
	height: 2px;
	background-color: #17aace;
	position: absolute;
	top: 25px;
    transition: all 0.2s;
}

.tour-i-full-day:before{
	transform: rotate(45deg);
	right: 24px;
}

.tour-i-full-day:after{
	transform: rotate(-45deg);
	right: 18px;
}

[aria-expanded="true"] .tour-i-full-day:before{
	transform: rotate(135deg) !important;
	right: 24px;
}

[aria-expanded="true"] .tour-i-full-day:after{
	transform: rotate(45deg) !important;
	right: 18px;
}

@media (max-width: 900px) {
    .tour-i-full-day {
        background: #FBB84C;
        padding: 4px 4px;
        width: 70px;
        border: 2px solid #FFF;
        margin: 0px 0px;
        color: #FFF;
        text-shadow: 1px -1px 1px #DB9545;
        font-weight: bold;
        font-size: 14px;
        -webkit-border-radius: 8px;
        text-align: center;
    }
}

.tour-i-full-day2:before{
	transform: rotate(-45deg);
	right: 25px;
}

.tour-i-full-day2:after{
	transform: rotate(45deg);
	right: 17px;
}

.tour-i-text {
    text-align: justify;
    line-height: 22px;
    font-size: 15px;
    color: #82736E;
}

.tour-i-text p a {
	font-weight: bold;
}

.tour-i-city {
    padding: 5px 0px 0px 0px;
    color: #17a2b8;
    line-height: 24px;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600px;
}

@media (max-width: 700px) {
    .tour-i-city {
        padding: 5px 0px 0px 5px;
        color: #17a2b8;
        line-height: 20px;
        font-size: 14px;
        font-family: "Open Sans", sans-serif;
    }
}

.no-border {
    border-bottom: 0px;
}

/*TOUR-INDEX*/

/*TOURS-CATS*/

.tours-text {
    color: #000;
    text-align: justify;
}

.tours-c-name {
    float: left;
    clear: both;
    background: url('../../images/front/tour-category.png') no-repeat left center;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 4px 20px;
    color: #6CB6B7;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: bold;
}

.tour-c-name {
    text-decoration: none;
}

@media (max-width: 600px) {
    .tours-c-name {
        font-size: 20px;
    }
}

.tours-c {
    display: flex;
    color: black;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0px 0px 20px #ccc;
}

@media (max-width:600px) {
    .tours-c {
        display: inline-block;
    }
}

@media (max-width: 600px) {
   .tours-c-img {
    height: auto;
    clear: both;
    width: 42%;
    float: left
}
}

@media (max-width: 550px) {
   .tours-c-img {
    height: auto;
    clear: both;
    width: 38%;
    float: left
}
}

.tours-c-img img {
    width: 180px;
    height: 130px;
    display: flex;
    object-fit: cover;
}

@media (max-width: 600px) {
    .tours-c-img img {
        width: 120px;
        height: auto;
        display: flex;
    }
}

@media (max-width: 550px) {
    .tours-c-img img {
        width: 110px;
        height: auto;
        display: flex;
    }
}

.tours-c-info {
    font-size: 14px;
    margin-bottom: 0px;
    box-sizing: border-box;
}

.tours-c-info p {
    margin-bottom: 4px;
}

.tours-c-wrap {
    color: #464646;
}

.tours-c-itinerary {
    color: black;
    font-style: italic;
}

@media (max-width: 600px) {
    h5.tours-c-title {
        font-size: 16px;
    }
}

.tours-c-more {
    float: right;
    padding-bottom: 8px;
}

.tours-c-icon {
    padding: 22px 25px 18px 18px;
    background: url('../../images/front/icon-tours.gif') no-repeat center left;
}

.tours-c-list {
    padding-top: 4px;
    padding-bottom: 10px;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 18px;
}

.tours-c-list a {
    color: #0c1c6f;
}

.tours-cats-only {
    background: url('../../images/front/left-sidebar.png') repeat;
}

.style-white {
    background: #fff;
}

/*TOURS-CATS*/

.foot {
    clear: both;
    height: 130px;
    width: 100%;
    background: url(../../images/front/foot-1.webp) no-repeat center bottom
}

h1,
h2,
h3 {
    font-size: 1.7rem;
    font-weight: 600;
    color: #6ebbb9;
    text-align: center;
}

h1 a,
h1 a:hover,
h2 a,
h2 a:hover,
h3 a,
h3 a:hover,
h4 a,
h4 a:hover,
h5 a,
h5 a:hover,
h6 a,
h6 a:hover {
    color: #17a2b8;
    text-decoration: none
}

.tours-categories {
    clear: both;
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px
}

.tours-categories li {
    float: left;
    width: 33%;
    padding: 5px 10px 5px 10px;
    color: #c25b30
}

@media (max-width: 800px) {
    .tours-categories li {
        width: 50%;
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media (max-width: 600px) {
    .tours-categories li {
        width: 100%;
    }
}

.tours-categories li a {
    color: #c25b30
}

.copyright {
    background: url(../../images/front/copyright.png) no-repeat center left;
    height: 50px;
    padding: 4px 0 2px 48px;
    position: relative;
    top: 0;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    width: 220px;
}

.copyright a {
    color: #ff4800
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
	font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-26 {
    font-size: 26px;
}

.welcome-title {
    color: #17a2b8;
    font-weight: 500;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.welcome-title-under-menu {
    color: #17a2b8;
    padding-top: 1rem;
    text-align: center;
    font-size: 22px;
    text-decoration: underline dashed;
    text-transform: uppercase;
}

.welcome-title a {
    color: #17a2b8;
    border-bottom: 1px dashed #17a2b8;
    position: relative;
    z-index: 5
}

.welcome-title a:hover {
    color: #6ebbb9;
    border-bottom: none
}

/*.owl-nav {
    height: 100%
    width: 100%;
}

.owl-prev {
    margin-left: 6px;
    position: absolute;
    top: 30%;
    left: -40px;
    background:url(fancybox/fancy_left.png) center no-repeat;
    height: 30px;
    width: 40px;
}

.owl-next {
    margin-right: 6px;
    position: absolute;
    top: 30%;
    right: -40px;
    background:url(fancybox/fancy_right.png) center no-repeat;
    height: 30px;
    width: 40px;
    }*/

    .nav__left {
        position: absolute;
        top: 30%;
        left: -3%;
    }

    .nav__right {
        position: absolute;
        top: 30%;
        right: -3%;
    }

    .about-us {
        background: #eee;
        padding: 20px;
    }

    .about-title {
        background: #ffa32f;
        padding: 5px 10px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        text-shadow: 0px 0px 1px #000;
        color: #fff;
        margin: 10px -20px;
    }

    .about-us p {
        line-height: 18px;
        font-size: 15px;
        padding: 4px;
        margin-bottom: 2px;
    }

    .cat-name {
        transition: 0.1s ease;
        font-size: 15px;
    }

    .cat-name:hover {
        background: #df882b!important;
        color: white;
        transition: 0.1s ease;
    }

    .cat-page {
        padding: 0.75rem 1.5rem;
        font-size: 14px;
        margin-bottom: 0px;
    }

    .cat-page a {
        color: #232323 !important;
    }

    .gallery img {
        margin: 4px 10px 10px 0px;
        box-shadow: 0px 0px 10px #9b9b9b;
        transition: 0.6s ease;
        width: 210px;
    }

    .gallery img:hover {
        box-shadow: 0px 0px 40px #9b9b9b;
        transition: 0.6s ease;
        transform: scale(1.1);
    }


    .transport__gallery img {
        margin: 4px 10px 10px 0px;
        box-shadow: 0px 0px 10px #9b9b9b;
        transition: 0.6s ease;
        width: 230px;
    }

    .transport__gallery img:hover {
        box-shadow: 0px 0px 40px #9b9b9b;
        transition: 0.6s ease;
        transform: scale(1.1);
    }

    .bd-example {
        padding: .5rem;
        margin-right: 0;
        margin-left: 0;
        border-width: .2rem;
        position: relative;
        border: solid #f8f9fa;
    }

    legend {
        margin: 1rem;
    }

    .hotel-slider-list:hover {
        box-shadow: 0px 0px 10px grey;
        transition: .4s ease;
    }

    .hotel-slider-list {
        transition: .4s ease;
    }

    .hotel-slider-info {
        padding: .5rem;
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .hotel-slider-info h6{
        font-size: 16px;
        color: #c87328;
        height: 30px;
    }

    .city-country-list a:hover {
        text-decoration: underline dotted;
    }

    .sight-item {
        width: 100%;
        height: 150px;
        padding: 10px;
        margin-bottom: 15px;
        border: 1px solid #8080804a;
        border-radius: 4px;
    }

    @media (max-width: 850px) {
        .sight-item {
            height: 120px;
            float: left;
        }
    }

    @media (max-width: 800px) {
        .sight-item {
            height: 140px;
            float: left;
        }
    }

    @media (max-width: 700px) {
        .sight-item {
            height: auto;
            float: left;
            width: 100%;
        }
    }

    .sight-item img {
        height: 125px;
        float: left;
        width: 170px;
    }

    @media (max-width: 1000px) {
        .sight-item img {
            height: 90px;
            float: left;
        }
    }

    @media (max-width: 900px) {
        .sight-item img {
            height: 80px;
            float: left;
        }
    }

    @media (max-width: 800px) {
        .sight-item img {
            height: 70px;
            float: left;
        }
    }

    .sight-item-link {
        color:
    }

    .sight-item-info {
        width: 72%;
        float: right;
    }

    .sight-item-info h6 {
        font-size: 15px;
    }

    @media (max-width: 1200px) {
        .sight-item-info {
            width: 70%;
            float: right;
        }
    }

    @media (max-width: 1100px) {
        .sight-item-info {
            width: 70%;
            float: right;
        }
    }

    @media (max-width: 1000px) {
        .sight-item-info {
            width: 70%;
            float: right;
        }
    }

    @media (max-width: 950px) {
        .sight-item-info {
            width: 80%;
            float: right;
        }
    }

    @media (max-width: 900px) {
        .sight-item-info {
            width: 75%;
            float: right;
        }
    }

    @media (max-width: 850px) {
        .sight-item-info {
            width: 70%;
            float: right;
            font-size: 13px;
            line-height: 16px;
        }
    }

    @media (max-width: 800px) {
        .sight-item-info {
            width: 75%;
            float: right;
            font-size: 13px;
            line-height: 16px;
        }
    }


    @media (max-width: 400px) {
        .sight-item-info {
            width: 68%;
            float: right;
            font-size: 13px;
            line-height: 16px;
        }
    }

    .sight-item-page {
        font-size: 14px;
        color: grey;
    }



    .city__item {
        width: 100%;
        height: 150px;
        padding: 10px;
        margin-bottom: 15px;
        border: 1px solid #8080804a;
        border-radius: 4px;
    }

    @media (max-width: 850px) {
        .city__item {
            height: 120px;
            float: left;
        }
    }

    @media (max-width: 800px) {
        .city__item {
            height: 140px;
            float: left;
        }
    }

    @media (max-width: 700px) {
        .city__item {
            height: 90px;
            float: left;
        }
    }

    .city__item img {
        height: 125px;
        float: left;
        width: 170px;
    }

    @media (max-width: 1000px) {
        .city__item img {
            height: 90px;
            float: left;
            width: auto;
        }
    }

    @media (max-width: 900px) {
        .city__item img {
            height: 80px;
            float: left;
            width: auto;
        }
    }

    @media (max-width: 800px) {
        .city__item img {
            height: 70px;
            float: left;
            width: auto;
        }
    }

    .city__item__link {
        color:
    }

    .city__item__info {
        width: 72%;
        float: right;
    }

    @media (max-width: 1200px) {
        .city__item__info {
            width: 70%;
            float: right;
        }
    }

    @media (max-width: 1100px) {
        .city__item__info {
            width: 70%;
            float: right;
        }
    }

    @media (max-width: 1000px) {
        .city__item__info {
            width: 70%;
            float: right;
        }
    }

    @media (max-width: 950px) {
        .city__item__info {
            width: 80%;
            float: right;

        }
    }

    @media (max-width: 900px) {
        .city__item__info {
            width: 75%;
            float: right;
        }
    }

    @media (max-width: 850px) {
        .city__item__info {
            width: 70%;
            float: right;
            font-size: 16px;
            line-height: 16px;
        }
    }


    @media (max-width: 400px) {
        .city__item__info {
            width: 66%;
            float: right;
            font-size: 13px;
            line-height: 16px;

        }
    }

    @media  (max-width: 800px) {
        .city__item__info h6 {
            margin-bottom: .2rem;
        }
    }

    .city__item__page {
        font-size: 14px;
        color: grey;
    }

    .souvenirs-categories {
        float:left;
        width:100%;
        clear:both;
        margin:-10px 0px 10px 20px;
    }
    .souvenirs-categories li {
        float:left;
        width:50%;
        padding:5px 10px 5px 10px;
        background:url('../../images/front/arrow.png') no-repeat left center;
    }
    .souvenirs-categories li a {
        color:#C45B31;
    }

    .city-title {
        color: #00a0df;
        font-weight: bold;
        text-align: center
    }

    .embassies-icon {
        height:38px;
        width:36px;
        padding:22px 25px 18px 18px;
        background:url('../../images/front/icon-embassies.gif') no-repeat center left;
    }
    .h3-embassies {
        margin-top:-15px;
        font-size:24px;
        padding-bottom:5px;
    }
    .embassy-item {
        float:left;
        width:700px;
        border-bottom:1px dotted #A8A8A8;
        padding:10px 0px 10px 0px;
    }
    .embassy-item img {
        float:left;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        border:none;
        width:48px;
        height:48px;
        margin:7px 10px 0px 0px;
    }
    .embassy-item .embassy-item-right {
        float:left;
        width:500px;
        color:#82736E;
    }
    .embassy-item .embassy-item-right h5 {
        color:#C45B31;
        font-size:16px;
    }

    .navbar-fixed-top {
        top: 0;
        position: fixed;
        z-index: 1030;
        right: 0;
    }

    ion-icon {
      font-size: 30px;
  }

  .navbar-brand,.nav-link,.dropdown-toggle {
    padding: 0;
}

@media (max-width: 800px) {
    .nav-link {
        padding: .5rem;
    }
}

@media (max-width: 800px) {
    .btn-info {
        font-size: 14px;
    }
}

.d-grid {
    display: grid;
}

.footer-tripadvisor {
    height: 80px;
    text-align: center;
    margin-left: 50px;
    padding-left: 10px;
    border-left: 2px double orange;
    margin-top: 20px;
}

.banners h2 {
    position: absolute;
    background: #f0f8ffb3;
    border-radius: 4px;
    padding: 4px 12px;
    margin-top: 2%;
    font-weight: 500;
    font-size: 20px;
    color: black;
}

.fancy_down {
    background: url(../../images/front/icons/fancy_down.png) center no-repeat;
    height: 12px;
    width: 20px;
    float: right;
    position: absolute;
    right: 15px;
    top: 20px;
}

@media (max-width: 800px) {
    .fancy_down {
        background: url(../../images/front/icons/fancy_down.png) center no-repeat;
        height: 12px;
        width: 20px;
        float: right;
        position: absolute;
        right: 15px;
        top: 20px;
    }
}

.mw-400 {
    max-width: 400px;
}

.book-it {
    border: 1px solid #057386;
    border-radius: 4px;
    padding: 80px 20px;
    display: inline-block;
    left: 0;
    background: #34a8bc;
    color: white;
    font-weight: 700;
    position: absolute;
    font-size: 26px;
    bottom: 18px;
}

.book-it-60 {
    border: 1px solid #057386;
    border-radius: 4px;
    padding: 60px 20px;
    display: inline-block;
    left: 0;
    background: #34a8bc;
    color: white;
    font-weight: 700;
    position: absolute;
    font-size: 26px;
    bottom: 18px;
}
.book-it-40 {
    border: 1px solid #057386;
    border-radius: 4px;
    padding: 40px 20px;
    display: inline-block;
    left: 0;
    background: #34a8bc;
    color: white;
    font-weight: 700;
    position: absolute;
    font-size: 26px;
    bottom: 18px;
}

.book-it-mobile {
    width: 100%;
    display: inline-block;
    background: #17a2bd;
    color: #fff;
    padding: 10px 0px;
    font-size: 22px;
    font-weight: 600;
    border-radius: 4px;
}

.book-it-mobile:hover {
    color: #fff;
    box-shadow: 0px 0px 10px grey;
    text-decoration: underline dotted;
}

.pt-30 {
    padding-top: 30px;
}

.bottom-block {
   position: relative;
   top: 60px;
   box-sizing: border-box;
   padding: 1rem 1.5rem;
   width: 100%;
   font-size: 1.25rem;
   color: #ff3c41;
   background-color: #fedd31;
}
.bottom-block.is-fixed {
   position: fixed;
   top: 0;
}

.accommodation-title {
    color: #17a2b8;
    margin-bottom: 8px;
    margin-top: 8px;
    font-weight: 700;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}

.message-success {
    background: #c3e6cb;
    padding: 18px 18px;
    border: 1px solid #abc9b2;
    color: #15572f;
    margin: 8px 0px;
}

.message .error {
    background: #ff8484;
    padding: 10px 18px;
    margin-bottom: 10px 0px;
    color: black;
    border: 1px solid red;
}

.w-33 {
    width: 33%;
}

.table tr th a {
    color: #17a2b8;
    text-align: center;
}

.margin-left-1 {
    margin-left: -1rem;
    text-align: center;
}

.alignleft {
	float: left;
	margin: 0px 14px 0px 0px;
}

.owl-dots {
    height: 0;
    padding: 0;
    margin: 0;
}

.card {
	border: 0px !important;
}

.card-header {
    font-weight: 600;
    color: #82736e;
    -moz-background-color: rgba(0,0,0,.03);
    -moz-border-bottom: 1px solid rgba(0,0,0,.125);
}

.whatsapp {
    height: 58px;
    width: 58px;
    position: fixed;
    bottom: 88px;
    right: 23px;
    z-index: 9999;
    background: url(../../images/front/icons/whatsapp.png) no-repeat center center;
}

.telegram {
    height: 58px;
    width: 58px;
    position: fixed;
    bottom: 150px;
    right: 23px;
    z-index: 9999;
    background: url(../../images/front/icons/telegram.png) no-repeat center center;
}


.header-icon {
    padding: 16px;
    text-align: center;
}

.whatsapp-mini {
    background: url(../../images/front/icons/whatsapp-mini.png) no-repeat center center;
}

.mail-mini {
    background: url(../../images/front/icons/mail-mini.png) no-repeat center center;
}

.location-mini {
    background: url(../../images/front/icons/location-mini.png) no-repeat center center;
}

.price-tour {
    position: absolute;
    box-sizing: border-box;
    margin: 86px 10px;
    font-size: 18px;
    background: #069688;
    color: white;
    padding: 6px 18px;
    border-radius: 4px;
    right: 30px;
}

@media (max-width:800px) {
	.price-tour {
		margin: 124px 10px;
		padding: 6px 10px;
	}
}

.text-place img {
    float: left;
    margin: 15px 15px 15px 0px;
}

.sight_title {
    background: #e79c477d;
    margin-bottom: 15px;
    border-radius: 2px;
}

.sight_name {
    padding: 10px;
    font-family: Roboto, sans-serif;
    color: #ab501b;
}

.blog__category__item img {
    margin: 10px;
    float: left;
    width: 25%;
}

.services-a-main {
    width: 100%;
    padding: 0;
}

h5.services-a-title {
    height: auto;
    margin-bottom: 10px;
    font-style: 17px;
    color: #c25c2e;
}

.covid_image {
    width: 72px;
    text-align: center;
    position: absolute;
    right: 20%;
    top: 4%;
}

.covid_title {
    font-size: 15px;
    font-weight: bold;
}

.covid_title_main {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.covid_link {
    right: 0%;
    position: absolute;
    bottom: -8%;
    font-size: 14px;
}

@media (max-width: 800px) {
	.covid_link {
		bottom: 0%;
	}

	.covid_image {
		display: none;
	}
}

.list_check {
    box-sizing: border-box;
    font-size: 14px;
}

.list_check li .list_check_icon {
    color: #70d500;
    font-weight: bolder;
    margin-right: 5px;
    border: 0px;
}

.list_check li .list_check_icon::before {
    content: "✓";
}

.tour_covid_19 {
    position: absolute;
    right: 25px;
    padding-top: 105px;
}

@media (max-width: 800px) {
	.tour_covid_19 {
		position: relative;
		right: 0;
		padding-top: 0;
		float: right;
	}
}

.tour_covid_19_link {
    margin-left: 20px;
    font-weight: bold;
}

.tour_covid_19_img {
    width: 17px;
    height: 30px;
    position: absolute;
    padding-bottom: 6px;
}

.train_img {
    width: 250px;
    height: auto;
    float: left;
    padding-right: 10px;
    box-sizing: border-box;
}


.info_uzbekistan_item {
    width: 100%;
    height: 100%;
    border: 1px solid #8080804a;
    border-radius: 4px;
    overflow: hidden;
    overflow: hidden;
}

.info_uzbekistan_item_img {
    overflow: hidden;
}

.info_uzbekistan_item_img img {
    height: 210px;
    width: 100%;
    border-radius: 0px;
    overflow: hidden;
    backface-visibility: hidden;
    transition: 0.5s;

}

.info_uzbekistan_item_img img:hover {
    transform: scale(1.2);
    transition: 0.5s;
}

@media (max-width: 900px) {
    .info_uzbekistan_item img {
        height: 200px;
    }
}

@media (max-width: 800px) {
    .sight-item img {
        height: auto;
        width: 80px;
    }
}

.sight-item-link {
    color:
}

.info_uzbekistan_title {
    display: block;
    height: 50px;
}

.info_uzbekistan_title h5 {
    padding: 10px;
    margin-bottom: 0;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
}

.info_uzbekistan_text {
    width: 100%;
    float: right;
    padding: 10px 10px 0px 10px;
}

@media (max-width: 1200px) {
    .sight-item-info {
        width: 70%;
        float: right;
    }
}

@media (max-width: 1100px) {
    .sight-item-info {
        width: 70%;
        float: right;
    }
}

@media (max-width: 1000px) {
    .sight-item-info {
        width: 70%;
        float: right;
    }
}

@media (max-width: 950px) {
    .sight-item-info {
        width: 80%;
        float: right;
    }
}

@media (max-width: 900px) {
    .sight-item-info {
        width: 75%;
        float: right;
    }
}

@media (max-width: 850px) {
    .sight-item-info {
        width: 70%;
        float: right;
        font-size: 13px;
        line-height: 16px;
    }
}

@media (max-width: 800px) {
    .sight-item-info {
        width: 75%;
        float: right;
        font-size: 13px;
        line-height: 16px;
    }
}


@media (max-width: 400px) {
    .sight-item-info {
        width: 68%;
        float: right;
        font-size: 13px;
        line-height: 16px;
    }
}

.sight-item-page {
    font-size: 14px;
    color: grey;
}

.change__image {
    height: 20px;
    width: auto;
}

/** Train start **/


.train__type {
    width: 100%;
}

.train__type__name {
    margin: 2px 8px;
    font-weight: bold;
}

.train__type__text {
    text-align: justify;
    padding: 10px 0px
}

.train__type__item table tr td {
    padding: 6px 0px;
    color: #495057;
    font-size: 15px;
}

.train__type__item__button {
    border: 0px;
    background-color: inherit;
    color: #c45b31;
}

.form-text {
	font-weight: bold;
	border-bottom: 1px solid #ced4da;
	padding: .75rem 1.25rem;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 15px;
}

.form-own-control {
    display: block;
    width: 100%;
    height: 28px;
    font-size: 15px;
    font-weight: 100;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;;
    border:1px solid #dee2e6;
    border-radius: 4px;
    text-align: center;
}

/** Train end **/

/** Car start **/

.car__type__name {
    position: absolute;
    background: #17a2b8;
    width: 100%;
    padding: 4px 0px;
    text-align: center;
    bottom: 28%;
    color: #fff;
}

.cars__i__image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-top: 0px;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
}

.cars__i__info {
    padding: 0px 10px;
}

h5.cars__i__title {
    margin-bottom: 10px;
    font-size: 17px;
    text-align: center;
    color: #c25c2e;
}

h6.cars__i__title {
    height: 38px;
    margin-bottom: 10px;
    font-size: 1rem;
    text-align: center;
    color: #c25c2e;
}

h5.cars__i__title:hover {
    color: red;
}

@media (max-width: 900px) {
    h5.cars__i__title {
        font-size: 14px;
        line-height: 16px;
        height: 36px;
        border-bottom: 1px solid #dee2e6;
        box-sizing: content-box;
    }
}

@media (max-width: 767.9px) {
    h5.cars__i__title {
        font-size: 16px;
        line-height: 20px;
        height: 46px;
        border-bottom: 1px solid #dee2e6;
        box-sizing: content-box;
    }
}

@media (max-width: 600px) {
    h5.cars__i__title {
        font-size: 14px;
        line-height: 17px;
        min-height: 50px;
    }
}

.cars__i__text {
    font-size: 14px;
    color: grey;
    padding-bottom: 0.5rem;
}

@media (max-width: 900px) {
    .cars__i__text {
        font-size: 15px;
        min-height: 80px;
        line-height: 16px;
    }
}

@media (max-width: 767,9px) {
    .cars__i__text {
        font-size: 15px;
        min-height: 80px;
        line-height: 20px;
    }
}

@media (max-width: 600px) {
    .cars__i__text {
        font-size: 15px;
        min-height: 70px;
        line-height: 16px;
    }
}

@media (max-width: 500px) {
    .cars__i__text {
        font-size: 14px;
        line-height: 16px;
    }
}

.car__i__picture {
    height: auto;
    width: 240px;
    margin: 0px ​8px 10px 0px;
    display: flex;
    padding-right: .5rem;
}


/** Car end **/


.truncate{animation: fadeIn 1s}
@keyframes fadeIn{
    0%{opacity:0;background:#000}
    90%{opacity:0}
    100%{opacity:1;background:#fff}
}

.datepicker {
    font-size: 0.875em;
}
/* solution 2: the original datepicker use 20px so replace with the following:*/

.datepicker td, .datepicker th {
    width: 1.5em;
    height: 1.5em;
}
.error_page_main {
    text-align: center;
}

.error_page_main_title {
    font-size: 185px;
    color: #ff5722;
    margin: 0;
    padding: 0;
}

.error_page_main p,
.error_page_main a {
    text-align: center;
    margin: 10px 0px;
}

.error_page_main_title {
    font-size: 200px;
    color: #ff5722;
}

.tour-included ul li,
.tour-not_included ul li {
    color: rgb(130, 115, 110);
    line-height: 1.5;
    font-size: 16px;
    font-family: 'Open Sans';
}

.fs-13 {
    font-size: 13px;
}

.form-control::placeholder {
    font-size: 14px;
}

.text-default {
    color: rgb(130, 115, 110);
}

.text-black {
    color: #000;
}

.text-blue {
    color: #17a2b8;
}

.top-0 {
    top: 0;
}

.z-index-99 {
    z-index: 99;
}

.bottom-0 {
    bottom: 0;
}

.border-radius-0 {
    border-radius: 0 !important;
}

