body {
	font-family: 'Golos Text', sans-serif;
	color : #333;
}

.text-left {
	text-align : left;
}

.text-center {
	text-align : center;
}

.btn-secondary {
	background-color: #e4e5e7;
	background: linear-gradient(180deg, #92d4ff 0%, #58bcfd 100%);
	cursor: pointer;
	color: #FFF;
	text-align : center;
	border : 0px;
}

.btn-secondary:hover {
	border : 0px;
}

.text-right {
	text-align : right;
}

.calendar-col a.btn {
	width : 100%;
}

.calendar-col {
	margin-bottom : 30px;
}

.calendar-col a.btn-primary {
	margin-bottom : 10px;
}

.calendar-col h5 {
	margin-bottom : 15px;
}

.calendar-date {
	color : #f94101;
	margin : 30px 0 30px 50px;
}

.bg-grey {
	background: #F4F5F7;
}

.over-price {
  font-size: 18px;
  color: #666;
  display: inline-block;
  margin-right: 15px;
  position: relative;
  /* text-decoration: line-through; */
  /* text-decoration-color: currentcolor; */
  /* text-decoration-color: #f94101; */
  padding: 0 6px;
  line-height: 30px;
}

.over-price:before {
	content: "";
	border-bottom: 3px solid red;
	position: absolute;
	top: 0;
	left: 0;    
	width: 100%;
	height: 55%;
	z-index: 1;
	transform: rotate(-9deg);
}

.over-price-cat {
  font-size: 14px;
  color: #666;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  /* text-decoration: line-through; */
  /* text-decoration-color: currentcolor; */
  /* text-decoration-color: #f94101; */
  padding: 0 6px;
  line-height: 20px;
}

.over-price-cat:before {
	content: "";
	border-bottom: 2px solid red;
	position: absolute;
	top: 0;
	left: 0;    
	width: 100%;
	height: 55%;
	z-index: 1;
	transform: rotate(-9deg);
}

.prod-images, .cat-prod-image {
	position : relative;
}

.prod-images .onsale {
  height: 26px;
  width: 140px;
  top: 20px;
  left: 30px;
  font-size: 16px;
  display: block;
  position: absolute;
  z-index: 1;
  background: #f94101;
  line-height: 26px;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  border-radius: 25px;
  font-weight: 500;
}

.cat-prod-image .onsale {
  height: 26px;
  width: 100px;
  top: 20px;
  left: 20px;
  font-size: 14px;
  display: block;
  position: absolute;
  z-index: 1;
  background: #f94101;
  line-height: 26px;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  border-radius: 25px;
  font-weight: 600;
}

.feature-text {
	margin : 10px 0 30px;
}

.header-top-row, .search-top-row {
	border-radius: 20px;
	padding: 0 30px;
	height : 60px;
	align-items: center;
	margin-top : 20px;
	margin-bottom : 10px;
	justify-content: space-between;
}

.search-top-row {
	padding-top : 7px;
}

.container {
  max-width: 100%;
  padding-left: 200px;
  padding-right: 200px;
}

.top-social, .footer-social, .social-links {
  display: flex;
  gap: 5px;
}

.top-social a {
  width: 40px;
  height: 40px;
}

.top-social a img {
	width : 40px;
}

.not-pc {
	display : none;
}

#sp-main-body {
	min-height : 60vh;
}

.mp-page #sp-main-body {
	min-height : auto;
}

.header-top-row ul.menu {
	width : 100%;
	text-align : center;
	margin-bottom : 0px;
	display: flex;
	gap: 45px;
	justify-content: center;	
}

.header-top-row ul.menu li {
	list-style : none;
	display : inline-block;
}

.header-top-row ul.menu li a {
	color: #f94101;
}

.header-top-row .search-btn {
  width: 180px;
  height: 50px;
  border: 0;
  border-radius: 10px;
  padding: 0 40px;
  /*background: linear-gradient(180deg, #92d4ff 0%, #58bcfd 100%);*/
  background: linear-gradient(360deg, #136667 0%, #2a8a8b 100%);
  background-color: #e4e5e7;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  font-family: 'Golos Text', sans-serif;
  color: white;
  color: #FFF;
  float: right;
}

.header-top-row .search-btn span {
  display: inline-block;
  margin-left: 7px;
}

.header-top-row .search-btn:hover {
  /*background: linear-gradient(180deg, #92d4ff 0%, #58bcfd 100%);*/
  background: linear-gradient(360deg, #136667 0%, #2a8a8b 100%);
  background-color: #d4d5d7;
  transition: .2s;
  opacity: 0.8;
}

.header-top-row .search-btn img {
	margin-right : 7px;
}

.top-main-menu .sp-dropdown {
	border-radius : 10px;
	background:#F4F5F7;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner{
	border-radius : 10px;
}

.top-main-menu .sp-megamenu-parent {
	width : 100%;
	display : flex;
	justify-content: space-evenly;
	gap: 10px;
}

.sp-megamenu-parent>li>a {
	font-weight: 500;
	font-size : 18px;
}

.top-b-row {
	margin-bottom : 5px;
}

.wht-mfp img {
  height: auto;
  width: 220px;
  margin-bottom : 4px;
}

.wht-mfp span {
  color: #777;
  font-size: 16px;
  line-height: 22px;
  max-width: 240px;
  display: inline-block;
}

.phones-top {
  margin-top: 14px;
  font-size: 18px;
  line-height: 31px;
  font-weight: 500;
}

.addres-top {
  margin-top: 14px;
  font-size: 18px;
  line-height: 31px;
  color : #0e6a67;
  font-weight: 400;
}

.sp-megamenu-parent > li.sp-menu-item-101, .sp-megamenu-parent > li.sp-menu-item-363, .sp-megamenu-parent > li.sp-menu-item-361, .sp-megamenu-parent > li.sp-menu-item-362 {
	display : none;
}

.top-logo {
	width : 25%;
}

.top-main-row {
	width : 75%;
}

.btn, #mod-search-searchword136 {
	border-radius : 10px; 
}

#mod-search-searchword136 {
	margin-right : 10px;
	padding: 0 24px;
	line-height : 45px;
	transition:all 0.3s ease;
}

.search-top-row .search {
	position : relative;
}

.search-top-row .search .btn {
	padding: 0 24px;
	line-height : 45px;
	font-weight : 500;
	font-size : 16px;
	transition:all 0.3s ease;
}

.close-search {
  position: absolute;
  top: 0;
  right: -30px;
  cursor : pointer;
  transition:all 0.3s ease;
}

.close-search:hover, .search-top-row .search .btn:hover {
	opacity : 0.7;
	transition:all 0.3s ease;
}

.search-top-row {
	display : none;
}

.offcanvas-menu .js-finder-search-query {
	width : 100%;
	border-radius : 10px;
}

.col_b a {
  font-size: 22px;
  font-weight: 600;
  line-height : 26px;
}

.col_b_mail a {
	font-size: 18px;
	line-height : 22px;
}

.col_b span {
  color: #969BAB;
  font-size: 14px;
  font-weight: 400;
  display : block;
  margin-bottom : 15px;
}

#sp-bottom2, #sp-bottom3, #sp-bottom4 {
	padding-top : 40px;
}

#sp-bottom4 .menu li a {
	font-weight : 500;
	font-size : 18px;
}

.orbit-page-heading .sp-page-title .breadcrumb>li a:hover,.orbit-page-heading .sp-page-title .breadcrumb>li span:hover {
	color: #f94101;
}

.page-title h1 {
	font-weight : 500;
	font-size : 38px;
	line-height : 50px;
}

.page-title h1, .page-title h2, .page-title h3, .page-title h4, .page-title h5 {
	color: #f94101;
	width: 100%;
}

.page-sub-title h4 {
	color: #f94101;
	font-weight : 500;
}

.banner-img img {
	border-radius : 25px!important;
}

.container .container-inner .container {
	padding : 0px!important;  
}

.sppb-addon-text-block ul li, .sppb-addon-text-block ol li {
	margin-bottom : 15px;
}

.opr-list a {
  font-size: 16px;
  line-height: 24px;
  padding-left: 30px;
  font-weight: 500;
  padding: 20px;
  display: block;
}

a.opros-link i {
	margin-right : 10px;
}

a.opros-link {
	display : block;
	text-align : right;
	padding: 0 20px;
}
 
.phones-contact a {
	color : #222;
	font-size : 18px;
	font-weight : 500;
}

.contacts-left .top-social {
	margin-top : 15px;
}

.contacts-people .name {
	font-size : 18px;
	font-weight : 500;
}

.contacts-people .sub_name {
	color : #969BAB;
	font-size : 14px;
	margin-bottom : 10px;
}

.contacts-people a {
	color : #222;
}

.ya-map iframe {
	border-radius: 25px;
	overflow: hidden;
}

.lun-form {
	padding : 30px;
	text-align : center; 
}

.lun-form h4 {
	text-align : center;
	margin-bottom : 15px;
}

.lun-form label {
	text-align : center;
	width: 100%;
}

.lun-form input {
	margin-bottom : 15px;
	font-size: 16px;
}

.lun-form textarea {
	margin-bottom : 15px;
	display: block;
	width: 100%;
	padding: 10px 24px;
	font-size: 16px;
	line-height: 1.75;
	min-height: 140px;
	color: #072446;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid #b6c9cb;
	border-radius: 24px;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.indiv-tour textarea {
	min-height : 480px;
}

body .lun-form .btn {
	padding-right : 45px;
	padding-left : 45px;
}

.partner-form h4 {
	font-size : 18px;
	font-weight : 500;
}

.pd-title {
	font-size : 12px;
	color : #666;
	margin-top : 15px;
}

.pd-title a {
	color : #222;
}

.pd-title a:hover {
	text-decoration : underline;
}

.sorting-row {
	color: #555;
	text-align : right;
	font-size : 12px;
	font-weight : 400;
	margin-bottom : 20px;
}
 
.sorting-row a {
	color: #444;
	display : inline-block;
	padding : 5px 10px;
	border-radius : 6px;
	background: #F1F8FE;
	margin-left : 10px;
}

.sorting-row a:hover {
	background: #eee;
}

.cat-prod-image {
	width : 100%;
	aspect-ratio : 1;
	margin-bottom : 15px;
	border-radius : 25px;
	background-size : cover;
	background-position : center center;
	background-repeat : no-repeat;
	transition:all 0.5s ease;
}

.products-row {
	margin-bottom : 40px;
}

.cat-product-item h3 {
	text-align : center;
	font-size : 20px;
	font-weight : 500;
	margin : 0 0 5px;
}

.cat-product-item h3 mytitle {
	font-size : 16px;
	font-weight : normal;
}

.cat-product-item h3 a {
	color : #444;
}

.cat-product-item:hover h3 a {
	color : #111;
	transition:all 0.5s ease;
}

.cat-product-item:hover .cat-prod-image {
	border-radius : 15px;
	opacity : 0.8;
	transition:all 0.5s ease;
}

.cat-product-price {
	text-align : left;
	color : #444;
	font-size : 20px;
	font-weight : 500;
	line-height : 30px;
}

.cat-product-days {
	text-align : left;
	color : #0e6a67;
	line-height : 30px;
	font-size : 16px;
}

.cat-product-params {
	display : flex;
	padding : 0 25px;
	justify-content: space-between;
}

.vm-pagination {
  float: none;
  width: 100%;
}

.vm-pagination ul {
  display: block;
  margin-bottom : 10px!important;
}

.vm-pagination ul li {
  display: inline-block;
}

.vm-page-counter {
  float: none;
}

.vm-page-counter {
  font-size : 13px;
  color : #555;
}

.cat-product-mesto {
	margin: 0 0 10px;
	text-align : center;
	font-size : 14px;
}

.grey-pd {
	border-radius : 25px;
	padding : 15px;
	background: linear-gradient(0deg, #F1F8FE 0%, #F1F8FE 100%), #FFF;
}

.productdetails .item-inner img, .places-row img, .place-item-article img {
	border-radius : 25px;
	margin-bottom : 15px;
	transition:all 0.3s ease;
}

.productdetails .item-inner img.prod-thumb {
	border-radius : 10px;
	margin-bottom : 15px;
}

.right-banners img {
	border-radius : 25px;
	margin-bottom : 25px;
	transition:all 0.3s ease;
}

.mx-main-title a.btn {
	font-weight : bold;
	transition:all 0.3s ease;
}

.productdetails .item-inner img:hover, .places-row img:hover, .place-item-article img:hover, .right-banners img:hover, a.btn:hover {
	opacity : 0.8;
	transition:all 0.3s ease;
}

.places-article .right-banners .hide-in-places {
	display : none;
}

.productdetails h1 {
	font-size : 26px;
	line-height : 34px;
	font-weight : 500;
	margin-bottom : 5px;
}

.productdetails h3 {
	margin-bottom : 10px;
	font-size : 20px;
	line-height : 26px;
	font-weight : 500;
}

.productdetails .page-title {
	margin-bottom : 30px;
}

.prod-images .carousel-wrap .owl-carousel .next-slide {
  background-image: linear-gradient(to right, #f94101, #e93101);
  color: #FFF;
  right: 0px;
  border-radius: 8px 0px 0px 8px;
  text-align: center;
}

.prod-images .carousel-wrap .owl-carousel .nav-btn {
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 47% !important;
  font-size: 30px;
  align-items: center;
  display: flex;
}

.prod-images .carousel-wrap .owl-carousel .nav-btn i {
	display: block;
	margin: 0 auto;
}

.prod-images .carousel-wrap .owl-carousel .prev-slide {
  background-image: linear-gradient(to left, #e93101, #f94101);
  color: #FFF;
  left: 0;
  border-radius: 0px 8px 8px 0px;
  text-align: center;
}

.owl2-height {
	min-height : 300px;
}

.prod-images .carousel-thumbs .owl-carousel .nav-btn i {
  font-size: 30px;
  display: block;
  margin: 0px auto;
}

.prod-images .carousel-thumbs .owl-carousel .nav-btn {
  position: absolute;
  width: 40px;
  cursor: pointer;
  top: 0 !important;
  font-size: 30px;
  align-items: center;
  display: flex;
  bottom: 0;
}

.prod-images .carousel-thumbs .owl-carousel .next-slide {
  background-image: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.3));
  color: #f94101;
  right: 0px;
  border-radius: 8px 0px 0px 8px;
  text-align: center;
}

.prod-images .carousel-thumbs .owl-carousel .prev-slide {
  background-image: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.3));
  color: #f94101;
  left: 0;
  border-radius: 0px 8px 8px 0px;
  text-align: center;
}

.prod-images .carousel-thumbs .owl-carousel .nav-btn i {
  font-size: 30px;
  display: block;
  margin: 0px auto;
}

img.prod-thumb {
  width: auto;
  height: 60px;
}

.prod-images .carousel-thumbs .item-inner {
  padding: 6px;
}

.prod-images .owl-carousel .item {
  text-align: center;
  list-style: none;
}

.carousel-thumbs .owl2-stage {
	margin: 0px auto;
	display: block;	
}

.productdetails .content_product_detail .product-price {
  float: none;
  text-align: left;
  line-height: 24px;
  margin: 0 0 30px;
}

.productdetails .content_product_detail .product-price .PricesalesPrice .PricesalesPrice {
  display: inline-block;
  font-size: 40px;
  color: #000;
  font-weight: 700;
  border-radius: 8px;
  line-height: 50px;
  background: #e8e8e8;
  padding: 0 30px;
}

.product-short-description strong {
	display : block;
}

.productdetails-view .spacer-buy-area {
  padding-left: 0px;
}

.productdetails-view .vm-price-desc {
	display : none;
}

.productdetails .lun-form input {
	padding : 5px 10px;
}

body .productdetails .lun-form a.btn {
	padding : 8px 45px;
}

.prod-spaser {
	min-height : 40px;
}

.prod-contacts {
	padding-left : 30px;
}

.prod-contacts .heading {
  color: #f04206;
  font-weight: 500;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size : 18px;
}

.prod-contacts .phone a {
  font-size: 20px;
  font-weight: 500;
  color : #000;
}

.prod-contacts .phone span, .prod-contacts .mail span {
  color: #969BAB;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-top: 3px;
  margin-bottom: 15px;
  display : block;
}

.prod-contacts .mail a {
  font-size: 16px;
  font-weight: 500;
  color : #000;
}

.prod-contacts .social img {
	width : auto;
	height : 40px;
	margin-right : 15px;
	display : inline-block;
}

.bot-social img {
	width : auto;
	height : 40px;
	margin-right : 15px;
	display : inline-block;
}

.bot-social {
	text-align : left;
}

.productdetails .tabs-nav li a {
  font-size: 16px;
  color: #222222;
  white-space: nowrap;
  font-weight: 500;
  float: left;
  padding-bottom: 15px;
  position: relative;
  border: 0;
  padding: 0;
}

.productdetails .tabs-nav {
	width : 100%;
	border-bottom : 1px solid #eee;
	margin-bottom : 15px;
	padding:0px;
}

.productdetails .tabs-nav li {
	list-style : none;
	display : inline-block;
	background: linear-gradient(0deg, #F1F8FE 0%, #F1F8FE 100%), #FFF;
	border-radius : 15px 15px 0 0;
	padding : 10px 20px;
	margin-right : 15px;
}

.productdetails .tabs-nav li a.active {
  color: #f94101;
}

.places-row {
	border-bottom : 1px solid #eee;
	padding : 30px 0 0;
}

.places-row img, .place-item-article img {
	border-radius : 25px;
}

.places-row h4 {
	font-size : 18px;
	font-weight : 500;
}

.mb30 {
	margin-bottom : 30px;
}

.mt30 {
	margin-top : 30px;
}

.mt40 {
	margin-top : 40px;
}

.mt60 {
	margin-top : 60px;
}

.mt80 {
	margin-top : 80px;
}

.top-social img:hover, .prod-contacts .social img:hover, .bot-social img:hover {
	opacity : 0.8;
	transition:all 0.3s ease;
}

.article-feature-gallery img {
	border-radius : 25px;
}

.article-list .article-feature-gallery {
	margin-bottom : 25px;
}

.slider-row {
	max-width : 90%;
	margin : 0px auto 80px;
}

#sp-poe-pos-1-2 {
	background : #E7ECF2;
	border-radius : 25px;
}

#sp-poe-pos-1-1 .swiper-container, #sp-poe-pos-1-1 img {
	border-radius : 25px;
}

.mx-button-prev span i, .mx-button-next span i {
  color: #f94101;
}

.mx-main-title h2 {
	font-size : 38px;
	line-height : 48px;
	font-weight : 500;
	color: #f94101;
	text-shadow: 1px 1px 2px black;
}

.mx-main-title .mx-text {
	font-size : 18px;
	line-height : 28px;
	font-weight : 500;
	color: #222; 
	text-shadow: 1px 1px 2px white;
}

.mp-pc {
	display : flex;
	align-items : center;
	flex-wrap: wrap;
	min-height : 55vh;
}

.mp-pc-img {
	width : 100%;
	text-align : center;
}

.mp-pc-img img {
	margin-bottom : 15px;
	width : 100%;
	max-width : 300px;
	height : auto;
	display : inline-block;
}

.mp-pc-title {
	font-size : 20px;
	text-align : center;
	margin-bottom : 30px;
	width : 100%;
}

.mp-pc-title span {
	display : block;
	text-align : center;
	color : #000;
	font-weight : 600;
	font-size : 22px;
}

.mp-pc-btn {
	width : 100%;
	text-align : center;
	margin-bottom : 30px;
}

.mp-pc-btn a.btn-secondary {
	/*background: linear-gradient(180deg, #92d4ff 0%, #58bcfd 100%);*/
	background: linear-gradient(360deg, #136667 0%, #2a8a8b 100%);
	font-weight: 600;
	font-size : 18px;
	width : 80%;
	text-align : center;
	border: 0px;
}

.mp-feature {
	display : flex;
	align-items : center;
	border-radius : 25px;
	background: linear-gradient(0deg, #F1F8FE 0%, #F1F8FE 100%), #FFF;
}

.mp-feature-text {
	text-align : left;
	font-weight : 500;
	font-size : 18px;
	padding : 15px;
	width : 60%;
	min-height : 165px;
	display: flex;
	align-items: center;
}

.mp-feature-img {
	width : 40%;
	border-radius : 25px 0 0 25px;
	min-height : 165px;
}

.mp-feature-img.img-1 {
	background : url('../images/feat1.webp') center center no-repeat;
	background-size : cover;
}

.mp-feature-img.img-2 {
	background : url('../images/feat2.webp') center center no-repeat;
	background-size : cover;
}

.mp-feature-img.img-3 {
	background : url('../images/feat3.webp') center center no-repeat;
	background-size : cover;
}

.mp-block-title {
	text-align : center;
}

.mp-block-title p {
	max-width : 600px;
	color : #555;
	margin : 0 auto 30px;
}

.mp-tours-item {
	text-align : center;
	font-weight : 500;
	font-size : 18px;
}

.mp-tours-item a {
	color : #333;
	transition:all 0.3s ease;
}

.mp-tours-item:hover a {
	color : #f94101;
	transition:all 0.3s ease;
}

.mp-tours-img {
	border-radius : 25px;
	width : 100%;
	aspect-ratio : 1.61;
	margin-bottom : 10px;
	transition:all 0.3s ease;
}

.mp-tours-img.img-1 {
	background : url('../images/one-day-1.webp') center center no-repeat;
	background-size : cover; 
}

.mp-tours-img.img-2 {
	background : url('../images/one-day-2.webp') center center no-repeat;
	background-size : cover;
}

.mp-tours-img.img-3 {
	background : url('../images/one-day-3.webp') center center no-repeat;
	background-size : cover;
}

.mp-tours-img.img-3-1 {
	background : url('../images/one-day-3-1.webp') center center no-repeat;
	background-size : cover;
}

.mp-tours-img.img-4 {
	background : url('../images/one-day-4.webp') center center no-repeat;
	background-size : cover;
}

.mp-tours-img.img-5 {
	background : url('../images/one-day-5.webp') center center no-repeat;
	background-size : cover;
}

.mp-tours-img.img-6 {
	background : url('../images/one-day-6.webp') center center no-repeat;
	background-size : cover;
}

.mp-tours-img.img-7 {
	background : url('../images/one-day-7.webp') center center no-repeat;
	background-size : cover;
}

.mp-tours-img.img-8 {
	background : url('../images/one-day-8.webp') center center no-repeat;
	background-size : cover;
}

.mp-tours-img.img-9 {
	background : url('../images/one-day-9.webp') center center no-repeat;
	background-size : cover;
}

.mp-tours-img.img-10 {
	background : url('../images/one-day-10.webp') center center no-repeat;
	background-size : cover;
}

.mp-tours-img.img-11 {
	background : url('../images/one-day-11.webp') center center no-repeat;
	background-size : cover;
}

.mp-tours-img.img-12 {
	background : url('../images/one-day-12.webp') center center no-repeat;
	background-size : cover;
}

.mp-tours-img.img-13 {
	background : url('../images/one-day-13.webp') center center no-repeat;
	background-size : cover;
}

.mp-tours-img.img-14 {
	background : url('../images/one-day-14.webp') center center no-repeat;
	background-size : cover;
}

.mp-tours-img.img-15 {
	background : url('../images/one-day-15.webp') center center no-repeat;
	background-size : cover;
}
.mp-tours-img.img-16 {
	background : url('../images/one-day-16.webp') center center no-repeat;
	background-size : cover;
}
.mp-tours-img.img-17 {
	background : url('../images/one-day-17.webp') center center no-repeat;
	background-size : cover;
}


.mp-tours-item:hover .mp-tours-img {
	transform: scale(1.03);
	transition:all 0.3s ease;
}

.not-main-filter {
	display : none!important; 
}

#region-tours .cf_option {
	display : inline-block;
	width : 24%;
	font-size : 16px;
	text-align : center;
	padding : 10px 10px;
	margin : 5px;
	border-radius : 10px;
	transition:all 0.3s ease;
}

#region-tours .cf_option:hover {
	transition:all 0.3s ease;
	color : #f94101;
	background: linear-gradient(0deg, #F1F8FE 0%, #F1F8FE 100%), #FFF;
}









@media screen and (max-width: 1850px) {
	.phones-top, .addres-top {
		font-size: 16px;
	}
}

@media screen and (max-width: 1750px) {
	.sp-megamenu-parent > li > a {
		font-size: 16px;
	}	
}

@media screen and (max-width: 1650px) {
	.phones-top, .addres-top {
		font-size: 14px;
	}
	.sp-megamenu-parent > li > a {
		font-size: 14px;
	}	
}

@media screen and (max-width: 1440px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 1240px) {
	.wht-mfp span {
		font-size: 14px;
		line-height: 20px;
	}
	.logo-image {
		height: auto!important;
		width : 100%;
	}	
	.phones-top {
		padding-left : 25px;
	}	

.mp-feature-text {
	font-size : 14px;
}
#region-tours .cf_option {
	width : 30%;
}

}

@media screen and (max-width: 1040px) {
	.sp-megamenu-parent > li > a {
		font-size: 13px;
	}
	.top-main-menu .sp-megamenu-parent {
		gap: 5px;
	}  
.slider-row {
  max-width: 95%;
  margin: 0px auto 0px;
}	
.mp-tours-item {
  font-size: 16px;
  margin-bottom : 25px;
}
}

@media screen and (max-width: 992px) {
	.top-main-menu, .mp-features-row {
		display : none;
	}
.feature-text {
	margin : 10px 0 30px;
	font-size : 14px;
}	
#region-tours .cf_option {
	width : 48%;
}	

	.top-social a img {
		width: 30px;
	}		
	.top-social {
		justify-content: right;
	}
	.top-social a {
		width: auto;
		height: auto;
	}	
	#offcanvas-toggler {
		position : absolute;
		top: 5px;
    left: 40px;
	}
	.logo-image {
		max-height: 110px;
	}	
	.phones-top, .addres-top {
		margin-top : 8px;
	}
	.wht-mfp img {
		width: 190px;
		margin-bottom: 4px;
	}	
	.header-top-row .search-btn {
    width: 50px;
    height: 50px;
    font-size: 0px;
    max-width: 50px;
    padding: 0;
    text-align: center;
	}
	.header-top-row .search-btn img {
		display : inline-block;
		margin : 0px;
		margin-left: 8px;
	}
}

@media screen and (max-width: 890px) {
	.top-menu-col, .header-top-row .search-btn, .top-b-center, .top-b-right {
		display : none;
	}
	.mob-top-phone {
		display : block;
	}
.mp-pc-title, .mp-pc-btn a.btn-secondary {
  font-size: 16px;
}	
.mp-pc-title span {
  font-size: 18px;
}	
	.phones-contact, .contacts-left .top-social {
		text-align : center;
		justify-content: center;
	}
	.contacts-left .top-social img {
		width : 40px;
	}
	.contacts-left .top-social {
		margin-top : 20px;
	}
	.phones-contact {
		line-height : 40px;
	}
	.top-social a img {
		width: 40px;
	}	
	.header-top-row, .search-top-row, .top-main-info {
		justify-content: space-evenly;
	}
	.mob-top-phone a {
		font-size : 18px;
		font-weight : 500;
	}
	#sp-logo, #sp-menu {
		width : 50%;
	}	
	#sp-logo .logo, #sp-logo .logo img, .wht-mfp img {
		display: block;
		margin: 5px auto 0;
		max-height : none;
	}
	#sp-logo .logo img {
		max-width : 200px;
		height : auto;
	}
	.wht-mfp, .page-title h1, .page-title p, .page-sub-title h4 {
		text-align : center;
		width : 100%;
	}
	.top-b-left {
		width : 100%;
	}
	.wht-mfp img {
		max-width : 280px;
		margin-bottom : 8px;
	}
	
	.page-title h1 {
		margin-top : 30px!important;
		font-size : 26px;
		line-height : 38px;
	}
	
	#sp-footer2 ul.sppb-icons-group-list {
		text-align : center;
		width : 100%;
		margin-top : 30px;
		display: block;
	}
	
	#sp-footer2 ul.sppb-icons-group-list li {
		margin : 0 10px;
	}
	
  #sp-footer #sp-footer2 {
    padding-left: 0px;
  }
.view-category #sp-main-body .container .blog .article-list [class*="col-"] {
  border-top: 0px;
  border-right: 0px;
  border-bottom: 0px;
  padding: 30px 0 15px;
}  
.view-article .article-details .article-info {
  margin-bottom: 25px;
  margin-top: 0px;
  text-align : center;
  justify-content: space-around;
}
.view-article .article-details .article-info span {

  margin-right: 0px;
}
.offcanvas-menu .offcanvas-inner ul.menu > li > a, .offcanvas-menu .offcanvas-inner ul.menu > li > span {
  font-size: 16px;
  padding: 12px 0px;
  font-weight: 500;
  transition: 0.3s;
}
.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
  font-size: 16px;
  padding: 0px;
  display : block;
  margin : 6px 0;
  line-height: 24px;
  font-weight: 500;
  box-sizing: border-box;
}
.offcanvas-menu .offcanvas-inner {
  padding-top: 0px;
}

	
}

@media screen and (max-width: 800px) {
	.mob-top-phone a {
		font-size : 16px;
	}	

.mx-main-title h2 {
	font-size : 28px;
	line-height : 38px;
	font-weight : 500;
	color: #f94101;
	text-shadow: none;
}	
.mp-tours-item {
  font-size: 16px;
}

.mx-slider-arrows .mx-button-next {
  border-radius: 10px 10px 0 0;
}
	.col_b, #sp-bottom2 p, #sp-bottom2 ul li a, #sp-footer1, .opr-list a {
		text-align : center;
	}
	a.opros-link {
		text-align : center;
	}
	#sp-bottom1 img {
		margin : 0px auto;
		display : block;
	}	
	#sp-bottom .sp-module {
	  margin-bottom: 0px;
	}	
	#sp-bottom2, #sp-bottom3 {
		padding-top : 0px;
	}	
	#sp-bottom4 {
		padding-top : 20px;
	}		
	#sp-footer #sp-footer1 {
	  padding-left: 0px;
	}	
	#sp-poe-pos-1-2 {
		margin-top : 30px;
		min-height: auto;
	}
}

@media screen and (max-width: 768px) {
	.top-social a img {
		width: 25px;
	}	
	.header-top-row {
		height : 40px;
	}	
.col-xs-6.not-mob {
	display : none!important;
}
	
.mp-pc {
  min-height: auto;
  padding : 20px 15px 0px;
  background: #E7ECF2;
  border-radius: 25px;
}	
.mp-pc-title {
  margin-bottom: 15px;
}
#sp-poe-pos-1-2 {
  background: none;
  border-radius: 25px;
}
.mp-pc-btn a.btn-secondary {
  max-width : 150px;
}
  #offcanvas-toggler {
    top: -5px;
    left: 40px;
  }	
  .mx-slider-nav-panel {
	  display : none;
  }
.col-xs-6.cat-product-item {
    flex: 0 0 auto; 
    width: 50%;
}

.bot-social {
	text-align : center;
	margin-top : 30px;
}
.sorting-row {
  text-align: center;
}  
.cat-prod-image {
  margin-bottom: 5px;
  border-radius: 15px;
}
.cat-product-item h3 {
  text-align: center;
  font-size: 15px;
  margin: 0 0 5px;
}

.cat-product-item h3 mytitle {
	font-size : 13px;
}

.cat-product-mesto {
	margin: 0 0 5px;
	font-size : 13px;
}

.cat-product-price {
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
}
.cat-product-days {
  text-align: left;
  color: #597BE4;
  line-height: 21px;
  font-size: 13px;
}
.cat-product-params {
  display: block;
}
.cat-product-price, .cat-product-days {
	text-align : center;
}
.over-price-cat {
  font-size: 12px;
  color: #666;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  text-decoration: line-through;
  text-decoration-color: #f94101;
  padding: 0 4px;
  line-height: 16px;
}
.cat-product-params {
  padding: 0 0px;
}
.calendar-col {
	margin-bottom : 15px;
}
.products-row {
  margin-bottom: 0px;
}
.cat-product-item {
	margin-bottom: 30px;
}
  .mob-top-phone-wrap {
	  padding-right : 0px!important;
  }
	#sp-bottom4 .menu li a {
	  text-align : center;
	}  
}

@media screen and (max-width: 576px) {
	.wht-mfp img {
		max-width : 100%;
		margin-bottom : 4px;
	}	 
	.mob-text-center {
		text-align : center;
		font-size : 18px;
	}
.feature-text {
	margin : 10px 0 30px;
	font-size : 13px;
	color : #000;
	font-weight : 500;
}
.calendar-date {
	margin : 15px 0;
}
.calendar-col p {
	font-size : 14px;
	margin-bottom : 0;
}

.mob-mb-30 {
	margin-bottom : 30px;
}

.calendar-col .cat-prod-image {
	max-width : 60%;
	margin : 0 auto;
}
	a.mail {
		display : block;
	}
	.mt60 {
		margin-top : 30px;
	}
	.mt30 {
		margin-top : 15px;
	}
	.mb15mob {
		margin-bottom : 0px;
	}
.not-mob {
	display : none!important;
}
.productdetails {
  /* margin-right: -15px; */
  /* margin-left: -15px; */
}

.mp-tours-item {
  font-size: 14px;
  
}
.mp-row .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
.mp-tours-img {
  aspect-ratio: 1;
  margin-bottom: 5px;
}


.prod-images .carousel-wrap .owl-carousel .nav-btn.prev-slide {
  top: 0!important;
  border-radius : 15px 0px 10px 0;
}

.prod-images .carousel-wrap .owl-carousel .nav-btn.next-slide {
  top: 0!important;
  border-radius : 0px 15px 0px 10px;
}
.carousel-thumbs .cat-prod-image {
    max-height: 50px;
    max-width: 100%;
    aspect-ratio: 1;
    border-radius: 5px;
}

.productdetails .page-title h1 {
    margin-top: 0px !important;
    font-size: 22px;
    line-height: 28px;
}

.productdetails .page-title h3 {
    margin-top: 0px!important;
    font-size: 18px;
    line-height: 24px;
}
.PricesalesPrice {
	text-align : center;
}
span.vm-price-desc {
	display : none!important;
}
.productdetails .lun-form {
	max-width : 90%;
	margin : 15px auto 0;
}
.productdetails .tabs-nav li {
  list-style: none;
  display: block;
  background: linear-gradient(0deg, #F1F8FE 0%, #F1F8FE 100%), #FFF;
  border-radius: 15px;
  padding: 10px 20px;
  margin: 0 0 15px;
  width : 100%;
  text-align : center;
}

.productdetails .tabs-nav li a {
  float: none;
}
.places-row a.btn {
	display : inline-block;
	margin : 0px auto;
}
  .prod-contacts {
    padding-left: 15px;
    text-align: center;
    padding-bottom: 40px;
    max-width: 90%;
    margin: 30px auto 15px;
  }
.places-row {
  text-align: center;
}

	.page-title h1, .page-title h2, .page-title h3, .page-title h4, .page-title h5, div.name, div.sub_name, div.phone, a.mail {
		text-align : center;
	}	
.indiv-tour textarea {
	min-height : 180px;
}	
.workers .sppb-addon-content {
	margin-bottom : 30px;
}

}

@media screen and (max-width: 450px) {
  .mx-project-slider-item .mx-project-frame .mx-main-title-frame .mx-main-title {
    margin: 0px;
    padding: 15px;
	padding-bottom : 10px !important;
    width: 100%;
    max-width: 100%;
	text-align : center;
	border-radius : 25px 25px 0 0;
  }	
  .mx-text.mx-mb-40 {
	  margin-bottom : 20px;
  }
  .mx-main-title h2 {
    font-size: 22px;
    line-height: 32px;
    text-shadow: none;
  }  
  .mx-project-slider-item .mx-main-title {
    padding-bottom: 10px !important;
  }	
	
}


@media screen and (max-width: 450px) {
	.mob-top-phone a {
		font-size : 15px;
	}	
#region-tours .cf_option {
	width : 95%;
	margin : 0 auto 6px;
}		
}

@media screen and (max-width: 430px) {
  .wht-mfp span {
    font-size: 12px;
    line-height: 18px;
  }
.mp-pc-img img {
  max-width: 50%;
}  
}

@media screen and (max-width: 380px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.mob-top-phone a {
		font-size : 13px;
	}		
  #offcanvas-toggler {
    left: 30px;
  }	
}

@media screen and (max-width: 340px) {
.mx-main-title .mx-text {
  font-size: 14px;
  line-height: 22px;
}
  .mx-main-title h2 {
    font-size: 16px;
    line-height: 24px;
  }
}
.sppb-btn.button-reviews.sppb-btn-danger.sppb-btn-rounded {
    border-radius: 10px;
	background: linear-gradient(360deg, #136667 0%, #2a8a8b 100%);
}
.sppb-btn.button-reviews.sppb-btn-danger.sppb-btn-rounded:hover {
    border-color: #136667;
    transition: .2s;
    opacity: 0.8;
}
.row.lun-form.lun-form-line.indiv-tour.reviews textarea {
    min-height: 148px;
}
.sppb-column.video-class video {
    border-radius: 10px;
}


.cat-product-price span{
    font-size: 14px;
    color: #666;
}

.cat-product-price span  a {
    font-size: 14px;
    color: #f94101 !important;
}

span.PricesalesPrice .product-fields {
    display: inline-block;
    font-size: 18px;
    color: #f94101;
    line-height: 1;
}
span.PricesalesPrice .product-fields .product-field {
    float: unset;
    margin-bottom: 0px;
}

.mx-subtitle {
    width: 200px;
    font-size: 14px;
    display: block;
    background: #f94101;
    line-height: 26px;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    border-radius: 25px;
    font-weight: 600;
}
span.over-price-cat.dop {
    vertical-align: top;
    margin: 0;
}

@media(min-width:768px){
.price-tur-top {
    font-size: 24px;
    line-height: 1.2;
    margin-top: 40px;
}
span.price-vsego {
    font-weight: 500;
    color: #f94101;
    text-shadow: 1px 1px 2px black;
}
}
@media(max-width:767px){
.price-tur-top {
    font-size: 16px;
    line-height: 1.2;
    margin-top: 25px;
}
span.price-vsego {
    font-weight: 500;
    color: #f94101;
}
}
.col-md-3.col-xs-6.cat-product-item h3 span {
    display: none;
}
.col-xl-6.col-md-6.col-sm-12.content_product_detail .page-title h1.lun-prod-name span {
    display: none;
}

.mp-tours-item a:hover .mp-feature-img.img-3 {
    transform: scale(1.03);
    transition: all 0.3s ease;
}
.mp-feature-img.img-3{ 
	transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
    #sppb-addon-wrapper-4ffd35aa-ff0d-44a7-9617-58050b2f82e0 {
        margin-top: 0px !important;
    }
}