@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Merriweather');
*{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: 'Open Sans', serif;
	outline: none;
}
body{
	min-width: 1400px;
}
a{
	text-decoration: none
}
img{
	width: 100%;
}

.hidden{
	display: none;
}

.full-content-page-container table{
	border: 4px solid #00b6ff;
	border-collapse: collapse;
	width: 100%;
	background: #fff;
}

.full-content-page-container td{
	border: 2px solid #00b6ff;
	padding: 15px;
}

input,
textarea,
.btn{
	padding: 10px;
	background: #fff;
	border: none;
	height: 44px;
	box-sizing: border-box;
}

input[type=checkbox]{
	display: none;
}

.tour-catalog-loader{
	min-height: 100px;
	position: relative;
}
.loader {
  position: absolute;
  top: 50%;
  left: 40%;
  margin-left: 10%;
  transform: translate3d(-50%, -50%, 0);
}
.dot {
  width: 24px;
  height: 24px;
  background: #3ac;
  border-radius: 100%;
  display: inline-block;
  animation: slide 1s infinite;
}
.dot:nth-child(1) {
  animation-delay: 0.1s;
  background: #32aacc;
}
.dot:nth-child(2) {
  animation-delay: 0.2s;
  background: #64aacc;
}
.dot:nth-child(3) {
  animation-delay: 0.3s;
  background: #96aacc;
}
.dot:nth-child(4) {
  animation-delay: 0.4s;
  background: #c8aacc;
}
.dot:nth-child(5) {
  animation-delay: 0.5s;
  background: #faaacc;
}
@-moz-keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}


.decorate-checkbox{
	width: 12px;
	height: 12px;
	border: 1px solid #787878;
	box-sizing: border-box; 
}

input[type=checkbox]:checked ~ .decorate-checkbox{
	background: url(/img/check.png) no-repeat center;
}

.btn{
	color: #fff;
	font-weight: bold;
}

.btn.btn-blue{background: #32c4fc}
.btn.btn-blue:hover{background: #05a6e4}
.btn.btn-blue{
	border-bottom: 2px solid #009bd9;
}
.btn.btn-transparent{
	border: 1px solid #fff;
	background: none;
}
.btn.btn-transparent:hover{
	border: 1px solid #fff;
	background: #fff;
	color: #de2b43;
}
.btn.btn-white{
	background: white;
	border: 1px solid #00b6ff;
	color: #00b6ff;
}

.btn-left-icon,
.left-icon,
.right-icon{
	position: relative;
	display: inline-block;
}

.btn-left-icon,
.left-icon>input{
	padding-left: 45px;
}
.right-icon>input{
	padding-right: 45px;
}

.btn-left-icon:after,
.right-icon:after,
.left-icon:after{
	background: rgba(255, 0,0, 0.4);
	width: 45px;
	position: absolute;
	bottom: 0;
	top: 0;
	content: '';
	display: block;
}

.btn-left-icon:after,
.left-icon:after{
	left: 0;
}
.right-icon:after{
	right: 0;
}

label.error{
	color: red;
}

.i-location:after{background:url(/img/input_place.png) center no-repeat}
.i-date:after{background:url(/img/input_date.png) center no-repeat}
.i-mobile:after{background:url(/img/input_phone.png) center no-repeat}
.i-people:after{background:url(/img/input_name.png) center no-repeat}
.i-map:after{background:url(/img/button_catalog.png) center no-repeat}

.container{
	width: 1400px;
	margin: 0 auto;
	position: relative;
}

.container-25,
.container-50{
	display: inline-block;
	vertical-align: top
}

.container-50{
	width: 50%;
}

.container-25{
	width: 25%;
}
.pull-right{
	float: right;
}
.label{
	padding: 7px;
	display: inline-block;
	color: #fff;
}
.label-blue{
	background: #00b6ff;
}
.label-red{
	background: #de2b43;
}
.label-green{
	background: #2bde55;
}
.text-grey{
	color: #565656
}

.top-bar{
	height: 50px;
	box-sizing: border-box;
	border-bottom: 1px solid #00b6ff;
	font-size: 10px;
	text-align: right;
}
.top-bar .phone{
	color: #00b6ff;
}

.top-bar .phone,
.top-bar .address{
	padding: 10px 0;
	margin: 7px 0;
	font-weight: bold;
}
.top-bar .delimiter{
	width: 1px;
	height: 20px;
	background: #999;
}

.top-bar .phone,
.top-bar .address,
footer .social-icon,
.top-bar .social-icon,
footer .icon-fb,
.top-bar .icon-fb,
footer .icon-vk,
.top-bar .icon-vk,
footer .icon-tw,
.top-bar .icon-tw,
.top-bar .icon-in,
.top-bar .icon-follow,
.top-bar .delimiter{
	vertical-align: middle;
	display: inline-block;
	margin-right: 20px;
}

.top-bar .icon-fb{background: url(/img/header-fb.png); background-position: 0 20px;}
.top-bar .icon-vk{background: url(/img/header-vk.png); background-position: 0 20px;}
.top-bar .icon-tw{background: url(/img/header-tw.png); background-position: 0 20px}
.top-bar .icon-in{background: url(/img/header-in.png); background-position: 0 20px}
.top-bar .icon-follow{background: url(/img/header-follow.png); background-position: 0 20px}

.top-bar .icon-fb:hover{background: url(/img/header-fb.png); background-position: 0 0}
.top-bar .icon-vk:hover{background: url(/img/header-vk.png); background-position: 0 -1px;}
.top-bar .icon-tw:hover{background: url(/img/header-tw.png); background-position: 0 -1px}
.top-bar .icon-in:hover{background: url(/img/header-in.png); background-position: 0 0}
.top-bar .icon-follow:hover{background: url(/img/header-follow.png); background-position: 0 -1px}

footer .icon-fb{background: url(/img/footer-fb.png); background-position: 0 20px;}
footer .icon-vk{background: url(/img/footer-vk.png); background-position: 0 20px;}
footer .icon-tw{background: url(/img/footer-tw.png); background-position: 0 20px;}
footer .icon-fb:hover{background: url(/img/footer-fb.png); background-position: 0 0;}
footer .icon-vk:hover{background: url(/img/footer-vk.png); background-position: 0 -1px;}
footer .icon-tw:hover{background: url(/img/footer-tw.png); background-position: 0 -1px}

footer .icon-fb,
footer .icon-vk,
footer .icon-tw,
.top-bar .icon-fb,
.top-bar .icon-vk,
.top-bar .icon-tw,
.top-bar .icon-in,
.top-bar .icon-follow{
	height: 20px;
	width: 20px;
	
}
footer .icon-fb,
footer .icon-vk,
footer .icon-tw,
footer .icon-fb:hover,
footer .icon-vk:hover,
footer .icon-tw:hover,
.top-bar .icon-fb,
.top-bar .icon-vk,
.top-bar .icon-tw,
.top-bar .icon-fb:hover,
.top-bar .icon-vk:hover,
.top-bar .icon-tw:hover{
	/*background-size: contain;
	background-position:center;
	background-repeat:no-repeat*/
}

.mobile-icon-close-menu{
	display: none;
	width: 50px;
	height: 50px;	
	position: absolute;
	right: 20px;
	top: 20px;
}

.mobile-icon-menu{
	display: none;
	width: 50px;
	height: 100%;
	margin-right: -10px;
	background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M3%2018h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z%22%2F%3E%3C%2Fsvg%3E');
}


.mobile-icon-close-menu{
	background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22%2F%3E%3C%2Fsvg%3E');
}

.modal-header .modal-close{
	background-color: #fff;;
	-webkit-mask: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22%2F%3E%3C%2Fsvg%3E') no-repeat 50% 50%;
	mask: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22%2F%3E%3C%2Fsvg%3E') no-repeat 50% 50%
}

.modal-header .modal-close,
.mobile-icon-close-menu,
.mobile-icon-menu{
	background-position: center;
	background-repeat: no-repeat;
}

.main-menu{
	height: 100px;
}

.main-menu-logo{
	width: 400px;
	padding: 20px 0;
	margin-left: 20px;
}
.main-menu-logo img{
	height: 60px
}

.main-menu-logo,
.main-menu ul{
	display: inline-block;
	vertical-align: middle;
}
.footer-menu li,
.main-menu li,
.contant-nav li{
	display: inline-block;
	text-transform: uppercase;
	margin-right: 25px;
}
.contant-nav{
	height: 100px;
	box-sizing: border-box;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 45px;
	position: relative;
}

.contant-nav:before{
	position: absolute;
	left: 0;
	top: 28px;
	width: 44px;
	height: 44px;
	content: '';
}
.catalog-nav:before{background: url(/img/button_catalog.png) center no-repeat}
.contacts-nav:before{background: url(/img/contacts-icon.png) center no-repeat}
.departure-nav:before{background: url(/img/departure-icon.png) center no-repeat}
.visa-nav:before{background: url(/img/visa-icon.png) center no-repeat}
.cooperation-nav:before{background: url(/img/cooperation-icon.png) center no-repeat}
.contant-nav li{
	margin-right: 10px;
	font-weight: bold;
}
.contant-nav,
.contant-nav a{
	color: white;
}
.contant-nav a{
	border-bottom: 1px solid white;
}

.footer-menu li a,
.main-menu li a{
	font-size: 13px;
	padding: 44px 0;
	font-weight: bold;
	display: inline-block;
	color: black;
}
.main-menu li.active a,
.main-menu li:hover a{
	color: #00b6ff;
}
.area-blue{
	background: #00b6ff;
}
.area-grey{
	background: #f6f6f6;
}

.find-tour{
	padding: 50px 0;
	color: #fff;
}

.find-tour-icon{
	display: inline-block;
	margin-right: 15px;
	width: 30px;
	height: 30px;
	background: url(/img/cursor.png) center no-repeat;
	vertical-align: middle;
}
.find-tour-name{
	font-size: 20px;
	font-weight: bold;
	margin-right: 27px;
}

.find-tour-form .input{
	margin-right: 25px;
}

.find-tour-form .location{
	width: 465px;
}

.find-tour-form .date-start,
.find-tour-form .date-end,
.find-tour-form button{
	width: 185px;
}

.news-board{
	height: 820px;
}

.card-photo{
	position: relative;
	height: 100%;
	color: #fff;
}
.card-photo a {
	color: #fff;
}
.card-photo:hover .card-photo-hover{
	background: rgba(0, 0, 0, .5)
}
.card-photo-hover{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all 0.3s ease-in-out;
	background: rgba(0, 0, 0, .0);
}

.card-photo.card-photo-small{
	height: 50%;
}

.card-photo-img{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 0;
	overflow: hidden;
}
.card-photo-img.not-crop  img{
	height: 100%;
	object-fit: cover
}

.card-photo-content{
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
	padding: 50px;
	background: linear-gradient(to top, rgba(0,0,0,.8), rgba(0,0,0,.0));
}
.card-photo-title{
	margin: 20px 0;
}

.card-photo-title span{
	/*color: white;*/
}

.big-font .card-photo-title span{
	font-size: 60px;
}

.medium-font .card-photo-title span{
	font-size: 48px;
}

.small-font .card-photo-title span{
	font-size: 35px;
}

.smallest-font .card-photo-title span{
	font-size: 18px;
}


.card-photo-text a,
.card-photo.card-photo-text{
	font-size: 14px;
	color: black;
}
.card-photo-text .card-photo-img{
	bottom: 152px;
}
.card-photo-text .label{
	position: absolute;
	bottom: 152px;
	left: 0;
}

.card-photo-text .card-photo-content{
	left: 0;
	right: 0;
	bottom: 0;
	background: #faf9f9;
	height: 152px;
	padding: 20px 15;
	box-sizing: border-box;
}

.card-photo-text .card-photo-title{
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 22px;
}

.support-select-form{
	margin: 35px 0;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3);
	padding: 30px 20px;
}
.support-select-form-title{
	margin-right: 25px;
	font-size: 24px;
	font-weight: bold;
}
.support-select-form-title,
.support-select-form-action{
	color: #00b6ff;
}
.support-select-form input{
	border: 1px solid #e7e7e8;
	width: 250px;
}
.support-select-form-name{
	margin-right: 10px;
}
.support-select-form-action{
	display: inline-block;
	width: 150px;
	margin: 0 40px;
	text-align: center;
	vertical-align: middle;
}
.support-select-form .btn-blue{
	border-bottom: none;
	width: 185px;
}

.action{
	position: relative;
	height: 500px;
}

.action-background-color,
.action-background-image{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.action-background-image{
	z-index: 0;
}

.action-background-image img{
	height: 100%;
	object-fit: cover;
}

.action-background-color{
	background: #de2b43;
	opacity: .8;
	z-index: 1;
}

.action-content{
	position: relative;
	z-index: 2;
	padding: 60px 120px;
	color: #fff;
}

.action-content-image,
.action-content-text{
	display: inline-block;
	vertical-align: middle;
}

.action-content-image{
	width: 300px;
	height: 300px;
	margin: 20px 0;
	overflow: hidden;
}
.action-content-text{
	width: 860px;
	box-sizing: border-box;
	padding-left: 150px;
	position: relative;
}
.action-content-name{
	font-size: 18px;
	font-weight: bold;
}

.action-content-title{
	font-size: 48px;
	margin-top: 35px;
	margin-bottom: 25px;
}

.action-content-description{
	margin-top: 28px;
	font-size: 18px;
}
.action-content-description p{
	margin-bottom: 16px;
}

.action-content-price{
	margin-top: 20px;
	font-size: 16px;
	font-weight: bold;
}

.action-content-button{
	position: absolute;
	bottom: 0;
	right: 0;
}

.action-content-title-line,
.action-content-description-line{
	height: 1px;
	background: #fff;
}

.action-content-title-line{
	width: 100%;
}

.action-content-description-line{
	width: 100px;
}

.action-content-image img{
	height: 100%;
	object-fit: cover
}

.action-content-image img{
	border-radius: 50%;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3);
}

.owl-dots{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -59px;
	text-align: center;
	height: 14px;
}

.owl-dot,
.owl-dot.active:before{
	border-radius: 50px;
	width: 8px;
	height: 8px;
}

.owl-dot{
	display: inline-block;
	background: #de2b43;
	vertical-align: middle;
	margin: 0 7px;
}
.owl-dot.active{
	position: relative;
	width: 14px;
	height: 14px;
}
.owl-dot.active:before{
	width: 8px;
	height: 8px;
	background: #fff;
	position: absolute;
	left: 3px;
	top: 3px;
	content: '';
}

.owl-item{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
	height: 200px;
}

.owl-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

.owl-full-height .owl-item {
	height: auto;
}

.tour-image{
	overflow: hidden;
	height: 350px;
}

.about-image img,
.tour-image.not-crop img{
	height: 350px;
	object-fit: cover;
	object-position: top;
}

.full-content-page-container{
	width: 1000px;
	padding: 50px;
	box-sizing: border-box;
	display:inline-block;
}
.tour-content{
	min-height: 750px;
}

.full-content-page-container .full-content-page-container-title,
.full-content-page-container .full-content-page-container-title a{
	font-size: 30px;
	font-weight: bold;
	color: black;
}
.full-content-page-container-title a:hover{
	color: #00b6ff;
}

.full-content-page-container p{
	line-height: 1.5;
}

.full-content-page-container p,
.full-content-page-container li,
.full-content-page-container a,
.full-content-page-container strong{
	font-size: 16px;
}

.full-content-page-container strong,
.full-content-page-container a{
	color: #00b6ff;
}

.full-content-page-container blockquote{
	border: 4px solid  #00b6ff;
	padding: 30px 20px;
	background: #fff;
	margin-bottom: 15px;
}
.full-content-page-container li{
	margin-left: 30px;
	/*margin-bottom: 15px;*/
}
.full-content-page-container ul li{

	position: relative;
	list-style: none;
}
.full-content-page-container ul li:before{
	content: '●';
	/*color: #00b6ff;*/
	color: #000000;
	position: absolute;
	left: -15px;
	top: 0;
}

.full-content-page-container li>span{
	color: black;
}

.full-content-page-container p,
.full-content-page-container-title{
	margin-bottom: 15px;
}

.tour-content .btn.btn-blue{
	margin-top: 15px;
	border-bottom: none;
	width: 315px;
}

.about-content,
.about-side-content{
	display: inline-block;
	vertical-align: top;
}

.about-side-content{
	margin-top: 100px;
}
.tour-content-wrap{
	margin-bottom: -300px;
}
.tour-content{
	vertical-align: top;
	padding-bottom: 300px;
}

.tour-info{
	width: 350px;
	box-sizing: border-box;
	border: 2px solid #00b6ff;
	position: relative;
	top: -300px;
	display: inline-block;
	background: #fff;
}
.tour-info .area:first-child,
.tour-info .area:last-child{
	padding-left: 30px;
	padding-right: 30px;
}
.tour-info .area:first-child{
	padding-top: 20px;
}
.tour-info .area:last-child{
	padding-bottom: 35px;
}

.tour-info-price{
	margin-bottom: 20px;
}

.tour-info-line{
	height: 1px;
	background: #00b6ff;
}
.tour-info-departure,
.tour-info-country-list{
	padding: 20px 0;
}
.tour-info-country:not(:last-child){
	margin-bottom: 5px;
}
.tour-info-country-flag.country-flag{
	display: inline-block;
}

.tour-info-departure table{
	margin-top: 5px;
}
.tour-info-departure td{
	padding-top: 14px;
}
.tour-info-departure-date{
	width: 145px;
}
.tour-info-departure-count,
.tour-info-departure-price{
	width: 120px;
}

.tour-info .btn.btn-blue{
	border-bottom: 0;
	width: calc(100% + 50px);
	margin-left: -25px;
	margin-bottom: 22px;
	text-transform: uppercase;
}

.tour-info .area-grey{
	padding-top: 25px;
}


.tour-info-attachments{
	margin-bottom: 18px;
	display: block;
}
.tour-info-attachments-icon{
	width: 20px;
	height: 22px;
	margin-right: 16px;
}
.tour-info-attachments-icon img{
	object-fit: contain;
	height: 100%;
}

.tour-info-attachments-icon,
.tour-info-attachments-text{
	display: inline-block;
	vertical-align: middle;
}

.tour-info-attachments-text{
	color: black;
	width: 205px;
}

.tour-info .manager-photo{
	margin-top: 38px;
}

.tour-slider-wrap{
	margin: 50px;
}
.owl-prev,
.owl-next{
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	margin-top: -25px;
	font-size: 0;
}
.owl-prev{
	left: -50px;
	background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M15.41%2016.09l-4.58-4.59%204.58-4.59L14%205.5l-6%206%206%206z%22%2F%3E%3C%2Fsvg%3E') center no-repeat;
	background-size: 100%;
	
}
.owl-next{
	right: -50px;
	background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M8.59%2016.34l4.58-4.59-4.58-4.59L10%205.75l6%206-6%206z%22%2F%3E%3C%2Fsvg%3E') center no-repeat;
	background-size: 100%;
}

.fix-tour-page{
	padding-top: 1px;
	margin-top: 40px;
	background: #fff;
}

.manager-photo{
	margin-bottom: 30px;
}

.manager-photo,
.manager-photo img{
	width: 115px;
	height: 115px;
	border-radius: 50%;
}

.manager-photo{
	border: 1px solid #00b6ff;
}

.manager-photo img{
	object-fit: cover;
}

.manager-name{
	font-weight: bold;
	text-transform: uppercase;
}

.manager-phone{
	margin-top: 25px;
}

.manager-phone,
.manager-email,
.manager-skype{
	font-weight: bold;
	position: relative;
	margin-bottom:10px;
}

.about-side-content-image{
	width: 240px;
	margin-bottom: 20px;
}

.tour-catalog-one-tour{
	margin-bottom: 4px;
}

.tour-catalog{
	background: #fff;
}
.tour-catalog-title-container{
	padding-top: 29px;
	padding-bottom: 29px;
}
.tour-catalog-title{
	color: #00b6ff;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	padding-left: 45px;
	padding-top: 13px;
	height: 44px;
	box-sizing: border-box;
}
.tour-catalog-title:after{
	position: absolute;
	display: inline-block;
	width: 44px;
	height: 44px;
	background: url(/img/button_catalog_blue.png) center no-repeat;
	content: '';
	left: 0;
	top: 0;
}

.tour-catalog-one-content,
.tour-catalog-one-tour-photo,
.tour-catalog-list,
.tour-catalog-sidebar:not(.hidden){
	display: inline-block;
	vertical-align: top;
}


.tour-catalog-one-tour-photo{
	width: 390px;
	position: relative;
	overflow: hidden;
}

.tour-catalog-one-tour-photo,
.tour-catalog-one-tour-photo.not-crop img,
.tour-catalog-one-content{
	height: 350px;
}

.tour-catalog-one-tour-photo.not-crop img{
	object-fit: cover;
}

.tour-catalog-one-tour-photo .tour-catalog-one-tour-label-list{
	position: absolute;
	left: 22px;
	bottom: 22px;
}
.tour-catalog-one-tour-photo .label{
	margin-top: 12px;
}

.tour-catalog-one-content{
	width: 665px;
	border-bottom: #acacac 1px solid;
	padding: 15px 25px;
	box-sizing: border-box;
}

.tour-catalog-sidebar{
	width: 345px;
}

.tour-catalog-sidebar-title{
	padding: 20px 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #00b6ff;
	border-bottom: 1px solid #d2d2d2;
}
.tour-catalog-sidebar-area{
	margin-top: 20px;
	margin-bottom: 25px;
	padding: 0 30px;
}
.tour-catalog-sidebar-area-title{
	font-weight: bold;
	margin-bottom: 25px;
}

.tour-catalog-sidebar-area label{
	display: inline-block;
	vertical-align: top;
	margin-top: 0;
	margin-bottom: 10px;
}

.tour-catalog-sidebar .decorate-checkbox{
	margin-top: 5px;
}

.tour-catalog-sidebar-area label:not(.decorate-checkbox){
	position: relative;
	color: #787878;
	width: 250px;
	padding-left: 10px;
	box-sizing: border-box;
}

.tour-catalog-sidebar-check-box:hover .decorate-checkbox{
	border: 1px solid black;
}
.tour-catalog-sidebar-check-box:hover label{
	color: black;
}

.tour-catalog-sidebar-area input:checked ~ label,
.tour-catalog-sidebar-area input:hover ~ label,
.tour-catalog-sidebar-area label:hover{
	color: black;
}
.tour-catalog-sidebar-count{
	color: #00b6ff;
	font-size: 8px;
	vertical-align: super;
	padding-bottom: 5px;
}

.tour-catalog-sidebar-area input{
	margin-right: 10px;
	height: 12px;
}

.tour-catalog-list{
	width: 1055px;
}
.tour-catalog-one-name{
	color: black;
	font-weight: bold;
	font-size: 18px;
}
.tour-catalog-one-name:hover{
	color: #00b6ff;
}
.tour-catalog-one-description{
	margin-top: 10px;
	line-height: 1.5;
	font-size: 16px;
}
.tour-catalog-one-info{
	width: 280px;
	border-top: 1px solid #00b6ff;
	border-bottom: 1px solid #00b6ff;
	padding: 10px 0;
	margin-top: 10px;
	line-height: 1.5;
}
.tour-catalog-one-departure{
	margin-top: 10px;
}
.tour-catalog-one-departure-title{
	margin-bottom: 10px;
}

.tour-one-departure-data:not(.hidden){
	margin-right: 10px;
	display: inline-block;
	border-bottom: 1px solid #00b6ff;
}

.tour-catalog-more{
	padding-top: 50px;
	padding-bottom: 55px;
	text-align: center;
}
.tour-catalog-more .btn.btn-white{
	width: 240px;
	text-transform: uppercase;
}

.visa-list-one{
	background: #fff;
	border-bottom: 1px solid #acacac;
	position: relative;
}
.visa-list-one-first-letter{
	position: absolute;
	font-weight: bold;
	top: 0;
	left: -20px;
	font-size: 20px;
	color: #787878
}

.visa-list-one-image{
	width: 150px;
	height: 150px;
	overflow: hidden;
}
.visa-list-one-image.not-crop img{
	object-fit: cover;
	height: 100%;
}

.visa-list-one-image,
.visa-list-one-description-container{
	display: inline-block;
	vertical-align: top;
}
.visa-list-one-description-container{
	box-sizing: border-box;
	width: 750px;
	padding: 20px;
}

.visa-list-one-name{
	margin-bottom: 20px;
}

.visa-list-one-name a{
	font-weight: bold;
	color: #00b6ff;
	
}


.card-board{
	height: 1142px;
	padding-top: 100px;
}

.card-board-footer{
	background: #00b6ff;
	padding: 25px 0;
}
.card-board-footer .btn.btn-blue{
	margin: 0 auto;
	display: block;
	border-bottom: none;
}

.country-list-header,
.country-list-header *{
	font-family: 'Merriweather', serif;
}

.country-list-header{
	margin-top: 55px;
	margin-bottom: 45px;
	text-align: center;
	font-size: 24px;
	color: #00b6ff;
	font-weight: bold;
}

.country-list-header strong{
	color: #f95025;
	font-size: 36px;
}

.country-list{
	margin-bottom: 100px;
}

.country-list-background{
	position: absolute;
	left: 0 ;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.country-list-background img{
	height: 100%;
	object-fit: contain;
}

.country-list-content{
	z-index: 2;
	position: relative;
}

.country{
	padding: 50px;
	box-sizing: border-box;
	border: 2px solid transparent;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	color: black;
}
.country-flag{
	margin-right: 12px;
	width: 16px;
	height: 10px;
	padding: 0;
	display: none;
	vertical-align: middle;
}
.country-flag img{
	height: 100%;
	object-fit: cover;
}
.country:hover .country-flag{
	display: inline-block;
}

.country:hover{
	border: 2px solid #00b6ff;
}

.departure-content{
	width: 600px;
}
.departure-content *{
	font-size: 16px;
}
.departure-content label{
	font-size: 14px;
}
.departure-manager{
	width: 300px;
}
.departure-content-left-col,
.departure-content-right-col{
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
.departure-content,
.departure-manager{
	display: inline-block;
	vertical-align: top;
}

.departure-description{
	margin-top: 20px;
}
.departure-map{
	width: 100%;
    height: 300px;
	margin: 35px 0;
}
.contacts-map-wrap{
	padding-bottom: 65px;
	padding-left: 50px;
	padding-right: 50px;
}
#contacts-map{
	height: 350px;
}

footer{
	background: #00b6ff;
}
footer nav{
	height: 150px;
	padding-bottom: 40px;
	padding-top: 25px;
	padding-left: 50px;
	padding-right: 50px;
	box-sizing: border-box;
}
.footer-logo,
.footer-menu{
	display: inline-block;
	vertical-align: middle;
}

.footer-logo{
	width: 165px;
	margin-right: 40px;
	display: inline-block;
}
.footer-menu{
	margin-right: 50px;
}
.footer-menu li{
	padding-bottom: 44px;
}
.footer-menu li a{
	color: white;
	padding-bottom: 0;
}
.footer-menu li a:hover{
	border-bottom: 1px solid #fff;
}
.footer-logo img{
	height: 90px;
}
#footer-map-canvas{
	width: 100%;
	height: 400px;
}
.footer-map .container{
	z-index: 1;
}
.footer-contacts{
	position: absolute;
	top: 30px;
	left: 0;
}
.footer-phone,
.footer-address{
	padding: 20px 50px;
	background: #00b6ff;
	color: #fff;
	box-sizing: border-box;
	font-size: 14px;
	margin-bottom: 5px;
}

.footer-phone{
	width: 276px;
}

footer .cooperate{
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: 10px;
	font-weight: bold;
}

footer .cooperate,
footer .cooperate a{
	color: #fff;
	font-size: 12px;
}
footer .cooperate a:hover{
	border-bottom: 1px solid #fff;	
}

.modal-container{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1000;
}

.modal-content{
	position: absolute;
	width: 600px;
	top: 100px;
	left: 50%;
	margin-left: -300px;
	background: #fff;
}
.modal-header{
	background: #00b6ff;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	position: relative;
}

.modal-header .modal-close{
	position: absolute;
	width: 20px;
	height: 20px;
	top: 21px;
	right: 21px;
}

.modal-form-input{
	margin-bottom: 20px;
}
.modal-success,
.modal-name-tour,
.modal-header,
.modal-form{
	padding: 20px;
}

.modal-form-input input,
.modal-form-input textarea{
	border: 1px solid #e7e7e8;
	width: 100%;
}

.modal-form-input textarea{
	height: 150px;
}

.modal-container .btn.btn-blue{
	width: 150px;
	border: none;
	margin-top: 20px;
}

.modal-container label.error{
	margin-top: -20px;
	display: inline-block;
	margin-bottom: 10px;
}

.modal .modal-container{
	border: none;
}

.modal-line{
	height: 1px;
	background: #00b6ff;
}

/*for laptop*/
@media (min-width: 1024px) and (max-width: 1400px){
	html{
		zoom: 0.72
	}
	div.owl-dots{
		zoom: 1.25
	}
}

/*for pad and mobile*/
@media (max-width: 1024px){
	body{
		min-width: 100%;
	}
	.full-content-page-container,
	.container{
		width: 100%;
	}
	.container{
		box-sizing: border-box;
		padding: 0 10px;
	}
	.full-content-page-container{
		padding: 30px 0;
	}
	.about-image,
	.tour-image{
		margin-left: -10px;
		margin-right: -10px;
	}
	.container-50,
	.container-25,
	.card-photo{
		display: block;
		width: 100%;
	}
	.departure-manager,
	.departure-content{
		width: 50%;
	}
	.departure-content-left-col,
	.departure-content-right-col{
		 width: 100%;
	 }
	.top-bar .address,
	.top-bar .delimiter,
	.top-bar .social-icons{
		display: none;
	}
	.main-menu .menu-container{
		display: none;
	}
	.main-menu .menu-container.show{
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		background: rgba(255, 255, 255, 0.9);
		z-index: 1000;
		float: none;
	}
	.menu-container ul{
		display: block;
		position: absolute;
		width: 195px;
		height: 348px;
		top: 50%;
		left: 50%;
		margin-top: -174px;
		margin-left: -97px;
	}
	.menu-container li{
		display: block;
		text-align: center;
		margin-right: 0;
	}
	.menu-container li a{
		padding: 20px 0;
	}
	.mobile-icon-close-menu,
	.mobile-icon-menu{
		display: block;
	}
	.area.area-slider, .owl-carousel {
		display: none;
	}
	.card-board,
	.news-board{
		height: auto;
		
	}
	.card-board{
		padding-top: 10px;
	}
	.card-photo,
	.card-photo.card-photo-small{
		height: 300px;
		margin-bottom: 10px;
	}
	.card-photo .card-photo-content{
		/* position: absolute; */
		/* bottom: 50px; */
		/* left: 50px; */
		/* right: 50px; */
		/* z-index: 1; */
	}
	.card-photo-text .card-photo-content
	{background: initial;}
	.card-photo .card-photo-img{
		bottom: 0;
		/*height: auto;
		width: auto;*/
	}
	.card-photo .card-photo-img img{
		object-fit: cover;
	}
	.support-select-form span,
	#find-tour-form span.find-tour-form span{
		display: block;
		margin-bottom: 10px;
		margin-right: 0;
	}
	.support-select-form-action,
	.support-select-form input,
	.support-select-form button.btn.btn-blue,
	#find-tour-form input,
	#find-tour-form button{
		width: 100%;
		margin: 0;
	}
	.tour-content-wrap {
		margin-bottom: 0px;
	}
	.tour-catalog-sidebar:not(.hidden){
		display: none;
	}
	.tour-catalog-list{
		width: 100%;
	}
	.action{
		height: auto;
	}
	.action-content-image{
		display: none;
	}
	.action-content-text{
		width: 100%;
		padding-left: 0;
	}
	.action-content{
		padding: 10px 5px;
	}
	.visa-list-one-image,
	.tour-catalog-one-tour-photo{
		width: 30%;
	}
	.visa-list-one{
		margin-left: 20px
	}
	.visa-list-one-description-container,
	.tour-catalog-one-content{
		width: 70%;
	}
	.modal-content{
		position: static;
		width: 80%;
		margin-left: 10%;
		margin-top: 50px;
	}
	.about-side-content,
	.about-side-content-image{
		width: 100%;
	}
	.about-side-content-image{
		text-align: center;
	}
	.about-side-content-image img{
		max-width: 240px;
	}
	.tour-info{
		width:100%;
		margin-top: 40px;
		top: 0px;
	}
	.tour-content button{
		display: none;
	}
	footer,
	.area-country{
		display: none;
	}
	.big-font .card-photo-title span,
	.medium-font .card-photo-title span,
	.small-font .card-photo-title span{
		font-size: 18px;
	}
	.card-photo-text .label{
		left: 50px;
		top: 0px;
		bottom: auto;
	}
	.card-photo-text .card-photo-content{
		height: auto
	}
	.smallest-font .card-photo-content{
		position: absolute;
		bottom: 0px;
		left: 0px;
		right: 0px;
		z-index: 1;
		padding: 50px;
		background: linear-gradient(to top, rgba(0,0,0,.8), rgba(0,0,0,.0));
	}
	.departure-manager .manager{
		float: right;
	}

}

@media (max-width: 600px){
	.phone.not-mobile{
		display: none;
	}
	.main-menu-logo{
		margin-left: 0;
		max-width: 100%;
	}
	.departure-content,
	.departure-manager,
	.tour-catalog-one-tour-photo,
	.tour-catalog-one-content{
		width: 100%;
		display: block;
	}
	.departure-manager .manager{
		float: left;
	}
	.tour-catalog-one-tour-photo,
	.tour-catalog-one-tour-photo img{
		height: 150px;
	}
	.tour-catalog-one-content{
		height: auto;
	}	
}

@media (max-width: 1024px){
	.card-photo.card-photo-small a,
	.card-photo.card-photo-small{
		color: #fff;
	}
	.visa-list-one{
		margin-left: 20px
	}
	.news-board{
		padding-bottom: 1px;
	}
	.contacts-map-wrap{
		padding-left: 0;
		padding-right: 0;
	}
}
