@font-face {
	font-family: 'MuseoSansCyrl';
	src: url('../fonts/MuseoSansCyrlBlack.eot');
	src: url('../fonts/MuseoSansCyrlBlack.eot') format('embedded-opentype'), url('../fonts/MuseoSansCyrlBlack.woff2') format('woff2'), url('../fonts/MuseoSansCyrlBlack.woff') format('woff'), url('../fonts/MuseoSansCyrlBlack.ttf') format('truetype'), url('../fonts/MuseoSansCyrlBlack.svg#MuseoSansCyrlBlack') format('svg');
	font-weight: 900;
	font-display: swap;
}
@font-face {
	font-family: 'MuseoSansCyrl';
	src: url('../fonts/MuseoSansCyrlRegular.eot');
	src: url('../fonts/MuseoSansCyrlRegular.eot') format('embedded-opentype'), url('../fonts/MuseoSansCyrlRegular.woff2') format('woff2'), url('../fonts/MuseoSansCyrlRegular.woff') format('woff'), url('../fonts/MuseoSansCyrlRegular.ttf') format('truetype'), url('../fonts/MuseoSansCyrlRegular.svg#MuseoSansCyrlRegular') format('svg');
	font-weight: 400, normal;
	font-display: swap;
}
@font-face {
	font-family: 'MuseoSansCyrl';
	src: url('../fonts/MuseoSansCyrlLight.eot');
	src: url('../fonts/MuseoSansCyrlLight.eot') format('embedded-opentype'), url('../fonts/MuseoSansCyrlLight.woff2') format('woff2'), url('../fonts/MuseoSansCyrlLight.woff') format('woff'), url('../fonts/MuseoSansCyrlLight.ttf') format('truetype'), url('../fonts/MuseoSansCyrlLight.svg#MuseoSansCyrlLight') format('svg');
	font-weight: 300;
	font-display: swap;
}
@font-face {
	font-family: 'MuseoSansCyrl';
	src: url('../fonts/MuseoSansCyrlThin.eot');
	src: url('../fonts/MuseoSansCyrlThin.eot') format('embedded-opentype'), url('../fonts/MuseoSansCyrlThin.woff2') format('woff2'), url('../fonts/MuseoSansCyrlThin.woff') format('woff'), url('../fonts/MuseoSansCyrlThin.ttf') format('truetype'), url('../fonts/MuseoSansCyrlThin.svg#MuseoSansCyrlThin') format('svg');
	font-weight: 100;
	font-display: swap;
}
@font-face {
	font-family: 'MuseoSansCyrl';
	src: url('../fonts/MuseoSansCyrlBold.eot');
	src: url('../fonts/MuseoSansCyrlBold.eot') format('embedded-opentype'), url('../fonts/MuseoSansCyrlBold.woff2') format('woff2'), url('../fonts/MuseoSansCyrlBold.woff') format('woff'), url('../fonts/MuseoSansCyrlBold.ttf') format('truetype'), url('../fonts/MuseoSansCyrlBold.svg#MuseoSansCyrlBold') format('svg');
	font-weight: 700;
	font-display: swap;
}
@font-face {
	font-family: 'Bebas Neue Regular';
	src: url('../fonts/bebasneue/bebasneue_regular.eot');
	src: local('Bebas Neue Bold'), local('BebasNeueRegular'), url('../fonts/bebasneue/bebasneue_regular.woff') format('woff'), url('../fonts/bebasneue/bebasneue_regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Bebas Neue Book';
	src: url('../fonts/bebasneue/bebasneue_book.eot');
	src: local('Bebas Neue Bold'), local('BebasNeueRegular'), url('../fonts/bebasneue/bebasneue_book.woff') format('woff'), url('../fonts/bebasneue/bebasneue_book.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
::selection {
	background: #fdc434;
	color: #fff;
}
::-moz-selection {
	background: #fdc434;
	color: #fff;
}
::-webkit-selection {
	background: #fdc434;
	color: #fff;
}
* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
	width: auto \9;
}
body {
	margin-left: 0px;
	padding: 0;
	font-family: 'MuseoSansCyrl', sans-serif;
	font-size: 13px;
	color: white;
	font-weight: 300;
	background: white;
}
a {
	font-family: 'MuseoSansCyrl', sans-serif;
	font-size: ;
	color: white;
	font-weight: bolder;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}
a:hover {
	color: #649c05;
}
.ishome .nav {
	visibility: hidden;
	opacity: 0;
	position: fixed !important;
	left: 0;
	z-index: 999;
	top: 0;
	right: 0;
	background: #333;
}
.nav.head {
	visibility: visible;
	opacity: 1;
	position: fixed;
	z-index: 33333;
	top: 0;
	width: 100%;
}
.nav .container {
	display: flex;
	justify-content: center;
	align-items: center;
}
.nav ul li {
	margin: 0;
	padding: 0;
}
.nav ul li:before {
	display: none;
}
.nav ul li a {
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	padding: 0 20px;
}
.nav ul li a:hover {
	background: #649c05;
}
#head .container {
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}
#head ul li {
	margin: 0;
	padding: 0;
}
.tour-form form .select input{
	margin: 0;	
}
.tour-form form .select select{
	margin: 0;	
}
#head ul li:before {
	display: none;
}
#head ul li a {
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	padding: 0 20px;
}
#head ul li a:hover {
	background: #649c05;
}
body.modal-open {
	overflow: hidden;
}

.inner-page .dark-text{
	color: #646464;
}
.inner-page .dark-text{
	overflow: visible;
	padding-top: 50px;
}

#head{
	background-color: #333;
}

.w100 {
	width: 100%;
	overflow: hidden;
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
}
.container {
	width: 100%;
	max-width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
.btn {
	width: 225px;
	height: 68px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 15px;
	border: 1px solid #649c05;
	background: #649c05;
}
.btn:hover {
	background: #567520;
	border-color: #649c05;
	color: #ccc;
}
.btn.white {
	background: rgb(0 0 0 / 25%);
	border-color: white;
}
.btn.white:hover {
	border-color: #649c05;
	color: #649c05;
	background: rgb(0 0 0 / 45%);
}
.main .owl-main {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.main .owl-main:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 2;
}
.main .owl-main img {
	pointer-events: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	z-index: 1;
	width: 100% !important;
	height: 670px;
	min-height: 100vh;
	object-fit: cover;
}
.main .container {
	z-index: 2;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	height: 670px;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.main .container .langs {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.main .container .langs a {
	display: block;
	margin-left: 5px;
}
.main .container .langs a.active {
	font-weight: bold;
}
.main .container .langs a:hover {
	text-decoration: underline;
}
.main .container .logo {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
}
.main .container .logo p {
	margin-top: 5px;
}
.main .container h1 {
	font-size: 75px;
	text-align: center;
	margin-top: 20px;
}
.main .container .btns {
	display: flex;
	justify-content: center;
	align-items: center;
}
.main .container .btns a {
	margin: 5px;
}
.social {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.social a {
	margin-left: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.social a img {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.social a:hover img {
	transform: translateY(-5px);
}
.b1 {
	color: #5f5f5f;
}
.b1 p {
	margin-bottom: 25px;
}
.b1 p span {
	color: #00b0c7;
	font-weight: bold;
	font-size: 30px;
}
.b1 .text-block img {
	margin-bottom: -100px;
}
.b1 .image-block {
	background: url(../img/block2.jpg) 50% 50% no-repeat;
	background-size: cover;
}
.b2 .text-block {
	background: #00b0c7;
}
.owl-block3, .owl-block4 {
	overflow: hidden;
}
.inner-page.tours .content .video {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.inner-page.tours .content .tour-gallery {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.inner-page.tours .content .video a {
	width: 270px;
	height: 150px;
	display: block;
	margin-right: 15px;
}
.hide{
	display: none;
}
.inner-page.tours .content .tour-gallery a {
	overflow: hidden;
	width: 270px;
	height: 150px;
	display: block;
	margin-right: 15px;
	margin-bottom: 15px;
}
.groups .item{
	width: 50%;
}
.GROUP .groups{
	display: block !important;
}
.Group .groups{
	display: block !important;
}
.inner-page.tours .content .video a img {
	width: 100%;
}
.inner-page.tours .content .tour-gallery a img {
	width: 100%;
}
.inner-page.tours .owl-block3 a, .inner-page.tours .owl-block4 a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 380px;
}
.inner-page.tours .owl-block3 img , .inner-page.tours .owl-block4 img {
	pointer-events: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: block;
	width: auto!important;
	height: 100%;
	object-fit: cover;
}
.owl-block3 a, .owl-block4 a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 380px;
}
.owl-block3 img , .owl-block4 img {
	pointer-events: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: block;
	width: 100% !important;
	height: 100%;
	object-fit: cover;
}
.b3 .text-block {
	color: #5f5f5f;
	min-height: 380px;
}
.b3 .text-block .con {
	display: flex;
	justify-content: center;
	align-items: center;
}
.b4 .text-block {
	color: #5f5f5f;
	min-height: 380px;
}
.b4 .text-block .con {
	display: flex;
	justify-content: center;
	align-items: center;
}
.b5 .text-block {
	color: #5f5f5f;
	min-height: 380px;
}
.b5 .text-block .con {
	display: flex;
	justify-content: center;
	align-items: center;
}
.b5 .text-block .con a {
	font-weight: bold;
	color: #00b0c7;
	text-decoration: underline;
}
.b5 .text-block .con a:hover {
	text-decoration: none;
}
.b5 .image-block {
	background: url(../img/block6.jpg) 50% 50% no-repeat;
	background-size: cover;
}
.insocial .flex {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-start;
}
.insocial .flex .block {
	width: 258px;
	margin: 30px 15px;
}
.contacts {
	background: #4D4C4C;
	padding: 20px 0;
	text-align: center;
}
.inner-page .contacts p{
	text-align: center;
}

.contacts a:hover{
	color: #fff;
}
.contacts .text-block .con {
	margin: 0;
	width: 30%;
}
.contacts .text-block a {
	font-weight: bold;
}
.contacts .text-block a:hover {
	color: white;
	text-decoration: underline;
}
.contacts .social {
	justify-content: center;
}
.contacts .social a {
	margin: 5px;
}
.contacts p, .contacts div {
	margin: 10px 0;
}
.contacts .phone-link {
	font-size: 24px;
	display: block;
	border-bottom: 1px transparent dashed;
}

.contacts .phone-link:hover{
	color: #fff;
}

.contacts .phone-link:hover span{
	border-bottom: 1px #fff dashed;
}

.about-us-block:before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.5);
	z-index: 1;
}
.about-us-block {
	padding: 30px 0;
	background-color: #fff;
	background-size: cover;
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.table{
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
}

.about-us-block .container {
	z-index: 2;
	display: block;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: left;
}

.about-us-block .container .btn {
	margin-top: 10px;
}

.title_def {
	font-size: 45px;
	text-transform: uppercase;
	font-weight: bold;
}
.title_def.low {
	font-size: 36px;
}
.title_def.blue {
	color: #5a5a5a;
	text-align: center;
	font-weight: bold;
	margin-bottom: 40px;
}

.aboutus{
	padding: 40px 0;
}

.aboutus h2{
	margin-bottom: 30px;
}

.flex-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.flex-block .info-flex {
	margin-top: 30px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.flex-block .info-flex img {
	margin-right: 20px;
}
.flex-block .text-block {
	position: relative;
	width: 50%;
}
.flex-block .image-block {
	position: relative;
	width: 50%;
}
.flex-block .con {
	padding: 40px;
	margin: 0 auto;
	max-width: 600px;
	width: 100%;
	height: 100%;
}
.contacts .flex-block .con {
	padding: 20px;
	margin: 0 auto;
	min-width: 300px;
	width: calc(90% / 3);
	height: 100%;
}
.flex-block .con.video {
	display: flex;
	justify-content: center;
	align-items: center;
}
.flex-block .con.video a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.flex-block .con.video a img {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-bottom: 10px;
}
.flex-block .con.video a:hover img {
	transform: scale(0.9);
}
.flex-block .left {
	display: flex;
	justify-content: flex-end;
}
.flex-block .right {
	display: flex;
	justify-content: flex-start;
}
.pad {
	padding: 30px 0;
}
.why {

}
.why:before, .action:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.why .container, .action .container {
	z-index: 2;
    color: #5f5f5f;
}
.why .title_def {
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
}
.why .flex {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	align-items: flex-start;
}
.why .flex .item {
	width: 240px;
	margin: 40px;
	text-align: center;
}


@media (max-width: 576px) {
	.why .flex .item{
		width: 180px;
		margin: 20px 5px;
	}
}


.why .flex .item:hover {
	color: #649c05;
}
.why .flex .item:hover .img {
	transform: rotate(15deg);
}
.why .flex .item p {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.why .flex .item .img {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 110px;
	margin-bottom: 20px;
}
.catalog {
	background: #eeeeee;
}
.catalog .flex {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.catalog .flex .item {
	margin: 10px;
	width: calc((100% - 60px) / 3);
	background: white;
	color: #5f5f5f;
	border-radius: 15px;
}
.catalog .flex .item:hover{
	-webkit-box-shadow: 0px 0px 10px 0px rgba(64,166,64,1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(64,166,64,1);
	box-shadow: 0px 0px 10px 0px rgba(64,166,64,1);
}


.catalog .flex .item .image {
	overflow: hidden;
	height: 200px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.catalog .flex .item .image .image-text{
	background-color: rgba(222, 69, 69, 0.7);
	width: 105px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
	text-align: center;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
}
.catalog .flex .item .image .image-text2{
	background-color: #4d4c4cc9;
	width: 105px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
	text-align: center;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	top: 0;
	right: 0;
}

#tours_schedule .tour-schedule{
	color: #000;
}

#tours_schedule .tour-schedule:hover{
	color: #649c05;
}

.catalog .flex .item .image .price{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 33;
	color: #fff;
	background-color: rgba(136, 198, 31, .7);
	padding: 10px;
	font-weight: bold;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
}


.catalog .flex .item .image:hover img {
	transform: scale(1.05);
}
.catalog .flex .item .image img {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.catalog .flex .item .text .icons {
	width: 100%;	 
}

.catalog .flex .item .text {
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	height: calc(100% - 200px);
}
.catalog .flex .item .text h3 {
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	color: #5a5a5a;
	font-weight: bold;
}
.catalog .flex .item .btn {
	height: 42px;
	margin: 10px auto 0;
}
.icons {
	margin: 7.5px 0;
}
.icons .icon {
	margin: 7.5px 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.icons .icon .i {
	width: 25px;
	min-width: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
}
.find {
	background-color: #4D4C4C;
}
.find .container {
	display: flex;
	justify-content: space-around;
}
.find .container .left h2 {
	margin-bottom: 20px;
}
.action {
	background: url(../img/action.jpg) 50% 50% no-repeat;
	background-size: cover;
}
.action .container {
	height: 560px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.action .container h3 {
	font-size: 34px;
	font-weight: 300;
}
.action .container h3 span {
	font-weight: bold;
	font-size: 27px;
}
.action .container .btns {
	margin: 10px 0;
	display: flex;
	justify-content: center;
}
.action .container .btns a {
	margin: 5px;
}
.how {
	background: #f8f8f8;
	color: #5f5f5f;
	text-align: center;
}
.how .title_def {
	margin-bottom: 0;
}
.how .flex {
	margin-top: -30px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	background: url(../img/steps.png) 50% 50% no-repeat;
}
.how .flex .item {
	width: 215px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.how .flex .item.i2 {
	margin-top: 170px;
	margin-left: 10px;
}
.how .flex .item.i4 {
	margin-top: 170px;
}
.how .flex .item .number {
	font-weight: 900;
	color: #d1d1d1;
	font-size: 82px;
}
.how .flex .item .btn {
	margin-top: 10px;
	width: 160px;
	height: 45px;
}
.request {
	background: #00b0c7;
	text-align: center;
}
.request .container {
	overflow: visible;
}
.request h2 {
	margin-bottom: 45px;
}
.request form {
	max-width: 800px;
	margin: 0 auto;
}

.inner-page .dark-text .content h2{
	text-transform: uppercase;
}
.questions {
	padding-top: 30px;
	padding-bottom: 30px;
}
.questions .content {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
}
.questions h3 {
	font-family: 'MuseoSansCyrl', sans-serif;
	font-size: 36px;
	color: #00b0c7;
	font-weight: normal;
	line-height: 1;
	margin: 5px;
}
.questions a {
	display: inline-flex;
	margin: 5px;
	font-family: 'MuseoSansCyrl', sans-serif;
	font-size: 16px;
	color: #5f5f5f;
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
}
.questions a:hover {
	text-decoration: none;
}
.footer .container {
	text-align: center;
	padding: 10px;
}
.footer .container a {
	font-family: 'MuseoSansCyrl', sans-serif;
	font-size: 14px;
	color: #5f5f5f;
	font-weight: normal;
	text-decoration: none;
}
.footer .container a:hover {
	text-decoration: underline;
}
form {
	position: relative;
	text-align: center;
	font-family: 'MuseoSansCyrl', sans-serif;
	font-size: 16px;
	color: white;
	font-weight: 300;
}
form p {
	text-align: center;
}
.chosen-container-single .chosen-single div b {
	display: none !important;
}

.chosen-container-single .chosen-search input[type=text] {
	color: black !important;
}
form .select {
	display: inline-block;
	width: 100%;
	max-width: 301px;
	height: 56px;
	text-align-last: center;
	text-align: center;
	margin: 3px;
}
.modal form .select {
	margin: 5px auto;
}
.chosen-container {
	width: 100% !important;
}
.chosen-container-single .chosen-single {
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	font-family: 'MuseoSansCyrl', sans-serif !important;
	font-size: 16px !important;
	color: white !important;
	font-weight: 300 !important;
	height: 56px !important;
	line-height: 56px !important;
	vertical-align: middle !important;
	width: 100% !important;
	max-width: 301px !important;
	border-radius: 28px !important;
	background: transparent !important;
	border: 1px solid white !important;
	text-align: center !important;
	padding: 0 20px 0 20px !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
}
.tour-form .chosen-container-single .chosen-single {
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	font-family: 'MuseoSansCyrl', sans-serif !important;
	font-size: 13px !important;
	color: #000 !important;
	font-weight: 300 !important;
	height: 56px !important;
	line-height: 56px !important;
	vertical-align: middle !important;
	width: 100% !important;
	max-width: 301px !important;
	border-radius: 15px !important;
	background: transparent !important;
	border: 2px #7d7d7d solid !important;
	text-align: center !important;
	padding: 0 20px 0 20px !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
}

.chosen-container .chosen-results {
}

.tour-form.form input{
	color: #000;
	border: 1px #00afc8 solid;
}

form input, form textarea, form select {
	font-family: 'MuseoSansCyrl', sans-serif;
	font-size: 16px;
	color: white;
	font-weight: 300;
	height: 56px;
	line-height: 56px;
	margin: 3px;
	vertical-align: middle;
	width: 100%;
	max-width: 301px;
	border-radius: 28px;
	background: transparent;
	border: 1px solid white;
	text-align: center;
	padding: 0 20px 0 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.tour-form form input, .tour-form form textarea, .tour-form form select {
	font-family: 'MuseoSansCyrl', sans-serif;
	font-size: 13px;
	color: #000;
	font-weight: 300;
	height: 56px;
	line-height: 50px;
	margin: 3px;
	vertical-align: middle;
	width: 100%;
	max-width: 301px;
	border-radius: 15px;
	background: transparent;
	border: 2px #7d7d7d solid !important;
	text-align: center;
	padding: 0 20px 0 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
form input::placeholder, form textarea::placeholder, form select::placeholder {
	color: white;
}
form input::-moz-placeholder, form textarea::-moz-placeholder, form select::-moz-placeholder {
	color: white;
}
form input:focus, form textarea:focus, form select:focus {
	outline: none;
}
form select {
	background: transparent url(../img/select.png) 95% 50% no-repeat;
}
.tour-form form select option {
	color: #000;
}
.tour-form form input::placeholder, .tour-form form textarea::placeholder, .tour-form form select::placeholder {
	color: #000;
}
.tour-form form input::-moz-placeholder, .tour-form form textarea::-moz-placeholder, .tour-form form select::-moz-placeholder {
	color: #000;
}
form textarea {
	padding-top: 20px;
	min-height: 56px;
	height: auto;
	width: 93%;
	line-height: 16px;
}
form a {
	font-family: 'MuseoSansCyrl', sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	display: block;
	margin-top: 10px;
}
form a:hover {
	text-decoration: underline;
}
form button {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	max-width: 301px;
	height: 56px;
	line-height: 56px;
	color: #000;
	background: #fff;
	border-radius: 28px;
	border: none;
	text-decoration: none;
	font-family: 'MuseoSansCyrl', sans-serif;
	font-size: 16px;
	border: 2px #fff solid;
	font-weight: bold;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	margin: 10px 3px;
}
.inner-page form button {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	max-width: 301px;
	height: 56px;
	line-height: 56px;
	color: #fff;
	background: #649c05;
	border-radius: 15px;
	border: none;
	text-decoration: none;
	font-family: 'MuseoSansCyrl', sans-serif;
	font-size: 16px;
	border: 2px #7d7d7d solid;
	font-weight: bold;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	margin: 0 3px;
}
form button:hover {
	background: transparent;
	border: 2px #fff solid;
	color: #fff;
}
.inner-page form button:hover {
	background: transparent;
	border: 2px #7d7d7d solid;
	color: #000;
}
form button:focus {
	outline: none;
}
.modal {
	padding: 20px;
	display: none;
	text-transform: none;
}

.target-modal {
	display: none;
	position: fixed;
	overflow: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 999;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	display: none;
	pointer-events: none;
}

.inner-page .close-modal {
	position: absolute;
	right: 0;
	z-index: 2;
	top: 0;
	width: 40px;
	height: 40px;
	background: white;
	color: black;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	text-transform: uppercase;
}
.inner-page .close-modal:hover {
	background: rgba(238,238,238,1);
}

.target-modal:target {
	display: block;
	pointer-events: auto;

}

.modal table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
}

.modal table td, .modal table th {
	border: 1px solid white;
	text-align: left;
	width: 50%;
	padding: 3px 5px;
}
.modal, .modal.fancybox-content {
	background: white;
	text-align: center;
	overflow: hidden;
	max-width: 400px;
	min-width: 300px;
	width: 100%;
}
.modal.blue, .modal.fancybox-content.blue {
	background: #00b0c7;
}
.modal.fancybox-content.blue h2, .modal.fancybox-content.blue p, .modal.fancybox-content.blue form {
	color: white;
	text-align: center;
}
.modal.blue h2, .modal.blue p, .modal.blue form {
	color: white;
	text-align: center;
}
.inner-page.tours .image-block {
	position: relative;
	padding: 50px 0;
}

.inner-page.tours .image-block h2{
	margin-bottom: 30px;
	text-align: center;
}

.inner-page.tours a{
	color: #649C05;
	font-weight: bolder;
}

.inner-page.tours a:hover{
	text-decoration: underline;
	color: #a2d649;
}

.inner-page.tours a:visited{
    color: #a2d649;
}

.tour-form .chosen-container-single .chosen-single{
	text-decoration: none;
}

#contacts a{
	color: #fff;
}
.jGrowl{
	z-index: 9999999!important;
}

.inner-page .image-block.tours .title {
	position: absolute;
	left: 0;
	bottom: 60px;
	background: white;
	font-size: 42px;
	color: #649c05;
	font-weight: 300;
	padding: 0 20px;
	text-transform: uppercase;
	z-index: 4;
}
.inner-page .owl-dots {
	position: absolute;
	left: 0;
	right: auto;
	top: auto;
	bottom: 20px;
	transform: none;
	flex-direction: row;
	width: 100%;
	padding: 0;
	background: transparent;
}
.inner-page .owl-dots .owl-dot span {
	background: #649c05;
	border-color: white;
}
.inner-page .owl-dots .owl-dot:hover span, .inner-page .owl-dots .owl-dot.active span {
	background: transparent;
}
.inner-page .bot {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.inner-page .bot .icons{
	width: 29%;
}
.inner-page .bot .video{
	width: 69%;
}
.inner-page .bot .video {
	display: flex;
	flex-wrap: wrap;
}

.inner-page .bot .video a{
	margin: 10px;
	width: calc(90% / 3);
}

.inner-page .bot .icons {
	padding: 20px 40px;
	color: #5f5f5f;
	text-align: left;
}
.inner-page .bot .form {
	padding: 20px 40px;
	width: 100%;
	background: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
}

#eapps-tripadvisor-reviews-4fce391f-e177-4617-9126-c50a8e1f1c0a{
	margin: auto;
}

.inner-page .bot .form input {
	max-width: 301px;
}
.modal.fancybox-content p {
	max-width: 100%;
	color: #5f5f5f;
	text-align: left;
	font-weight: 300;
}
.modal.fancybox-content .text-block {
	padding: 20px;
	background: #fafafa;
}
.modal input, .modal button.v1, .modal p, .modal textarea {
	margin: 5px auto;
	max-width: 260px;
	width: 100%;
}
.modal h2 {
	font-family: 'Bebas Neue Regular', sans-serif;
	font-size: 36px;
	color: #5f5f5f;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
}
.inner-page .text-block ul.ul li {
	margin: 5px 25px 5px 0; 
}

.inner-page .text-block ul.ul li a {
	color: #5f5f5f;
	text-decoration: underline;
}

.inner-page .text-block ul.ul li a:hover {
	text-decoration: none;
}

.inner-page.tours .text-block {
	padding: 20px 40px;
}

.inner-page .text-block .text-about-tour p {
	margin: 0;
	margin-bottom: 10px;
	line-height: 1.4;
}

.inner-page .text-block .text-about-tour a {
	color: #00b0c7;
	text-decoration: underline;
}

.inner-page .text-block .text-about-tour ul {
	list-style-position: inside;
	text-align: left;
	line-height: 1.4;
}

.inner-page .text-block .text-about-tour ul li {
	color: #5f5f5f;
	text-align: left;
	font-weight: 400;
}

.inner-page p {
	max-width: 100%;
	margin: 0;
	margin-bottom: 8px;
	margin-top: 8px;
	line-height: 1.4;
}

.modal p {
	font-family: 'MuseoSansCyrl', sans-serif;
	font-size: 16px;
	color: #5f5f5f;
	font-weight: normal;
	text-align: center;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	color: #7d7d7d;
	text-align: center;
	margin: 20px 0;
}
ul.ul {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	list-style-type: none;
	text-align: left;
}
ul.ul ul {
	list-style-type: none;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

ul.ul li {
	margin: 5px 5px 5px 0;
	position: relative;
	padding-left: 27px;
	color: #5f5f5f;
}
ul.ul li:before {
	content: '';
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: #00b0c7;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #fff;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: middle;
	border: 1px solid #fff!important;
}
table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #fff;
}
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: middle;
	border: 1px solid #fff!important;
}
.table-striped > tbody > tr:nth-of-type(2n + 1) {
	background-color: #f9f9f9;
}
.loading {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: RGBA(1,146,211,0.4);
	display: none;
}
.loading img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.owl-buttons {
	text-align: center;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-dots {
	text-align: center;
	width: 55px;
	border-radius: 27px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0,0,0,0.5);
	padding: 20px 0;
}
.owl-dot {
	display: inline-flex;
	margin: 2px;
	width: 15px;
	height: 15px;
	justify-content: center;
	align-items: center;
}
.owl-dot:focus {
	outline: none;
}
.owl-dot span {
	width: 15px;
	height: 15px;
	background: #a29e8a;
	border: 4px solid #a29e8a;
	display: inline-block;
	border-radius: 50%;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.owl-dot:hover span, .owl-dot.active span {
	background: transparent;
	border-color: white;
}
a.pull {
	display: none;
}
a.pull .burger-line2 {
	transform: translate(0px,12px);
}
a.pull .burger-line3 {
	transform: translate(0px,6px);
}
a.pull.active .burger-line3 {
	transform: translateX(-40px);
}
a.pull.active .burger-line2 {
	transform: translate(11.8408px) scale(-1,1) rotate(42.2626deg);
}
a.pull.active .burger-line1 {
	transform: translate(1.34473px) rotate(42.2626deg);
}
a.pull svg rect {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: auto !important;
	touch-action: auto !important;
}
.aboutus.fancybox-content {
	max-width: 1000px;
}

.aboutus.fancybox-content h2 {
	color: #5f5f5f;
	margin-bottom: 20px;
}

.aboutus .flex {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.aboutus .flex .half {
	width: calc((100% - 30px) / 2);
}

.aboutus .flex .half img, .modal_about .flex .half iframe {
	width: 100%;
	display: block;
	height: 300px;
	object-fit: cover;
}

.aboutus .owl-dots .owl-dot:hover span, .aboutus .owl-dots .owl-dot.active span {
	background: transparent;
	border-color: #a29e8a;
}


.aboutus .owl-dots {
	position: static;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	background: transparent;
	margin-top: 30px;
}

.aboutus ul, .modal_about p {
	color: #5f5f5f;
	line-height: 1.5;
	margin-bottom: 15px;
	text-align: left;
	font-size: 16px;
}
.aboutus ul {
	list-style-position: inside;
}
.aboutus a {
	color: #00b0c7;
}
.aboutus ul li {
	margin-bottom: 5px;
	line-height: 1.5;
}
.aboutus ul li:last-child {
	margin-bottom: 0;
}
.modal_about.fancybox-content {
	max-width: 1000px;
}

.modal_about.fancybox-content h2 {
	color: #5f5f5f;
	margin-bottom: 20px;
}

.modal_about .flex {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.modal_about .flex .half {
	width: calc((100% - 30px) / 2);
}

.modal_about .flex .half img, .modal_about .flex .half iframe {
	width: 100%;
	display: block;
	height: 300px;
	object-fit: cover;
}

.modal_about .owl-dots .owl-dot:hover span, .modal_about .owl-dots .owl-dot.active span {
	background: transparent;
	border-color: #a29e8a;
}


.modal_about .owl-dots {
	position: static;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	background: transparent;
	margin-top: 30px;
}

.modal_about ul, .modal_about p {
	color: #5f5f5f;
	line-height: 1.5;
	margin-bottom: 15px;
	text-align: left;
	font-size: 16px;
}
.modal_about ul {
	list-style-position: inside;
}
.modal_about a {
	color: #00b0c7;
}
.modal_about ul li {
	margin-bottom: 5px;
	line-height: 1.5;
}
.modal_about ul li:last-child {
	margin-bottom: 0;
}
.action .title_def.low{
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 333;
}
      .catalog .flex.slickprodlist .item {width: 100%;margin: 0;    border: 1px solid #ddd;
    padding: 0px;}

.catalog .flex.slickprodlist .item a.btn {color: #fff;}

.catalog .flex.slickprodlist .item .text h3 {
    min-height: 70px;
}

.catalog .flex.slickprodlist .owl-stage-outer {
    padding-top: 10px;
    padding-bottom: 10px;
}
      .catalog .flex.slickprodlist  button.owl-prev {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.catalog .flex.slickprodlist  button.owl-next {
    right: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}



.catalog .flex.slickprodlist button.owl-prev span, .catalog .flex.slickprodlist button.owl-next span {
    font-size: 55px;
}

.catalog .flex.slickprodlist .owl-dots {
    display: none;
}

body.inner-page.tours .nav.head {
    position: absolute;
}
.innerpagepanel {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 33333;
    background-color: rgb(51 51 51 / 81%);
    padding: 7px 0;
}

.innerpagepaneltitle {
    width: 70%;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
}

.innerpagepanel a.scroll.btn.white {
    height: 50px;
    color: #fff;
    margin: 0 5px;
}

.innerpagepanel .container {
    display: flex;
}

.innerpagepanel a.scroll.btn.white:hover {
    color: #649c05;
    text-decoration: none;
}

.innerpagepanel a.scroll.btn.white.bookbuton {
    background: #649c05;
    border: 1px solid #649c05;
}

.innerpagepanel a.scroll.btn.white.bookbuton:hover {
    color: #fff;
    border: 1px solid #fff;
}
.innerpagepanel {
    display: none;
}

.innerpagepanel.fixed {
    display: block;
	    top: auto;
}
.content ul {
    padding-left: 15px;
}


.arnam_1 {
    position: absolute;
    z-index: 0;
    background-image: url(/img/arnam/98338089_4712021_g_kaz_uzor001.png);
    width: 100%;
    height: 100%;
    opacity: 0.1;
    top: 0%;
    left: 0;
    background-size: 120px;
    background-position: left;
    background-repeat: repeat-y;
}

.arnam_2 {
    position: absolute;
    z-index: 0;
    background: url(/img/arnam/98338097_4712021_g_kaz_uzor007.png) no-repeat;
    width: 50%;
    height: 50%;
    opacity: 0.2;
    bottom: 0%;
    right: 0;
    background-size: auto 100%;
    background-position: right;
}

.arnam_3 {
    position: absolute;
    z-index: 0;
    background: url(/img/arnam/98338101_4712021_g_kaz_uzor010.png);
    width: 100%;
    height: 100%;
    opacity: 0.1;
    top: 0%;
    left: 0;
    background-size: 120px;
	background-position: right;
	background-repeat: repeat-y;
}

 



.arnam_4 {
    position: absolute;
    z-index: 0!important;
    background: url(/img/arnam/98338101_4712021_g_kaz_uzor010.png) no-repeat;
     width: 50%;
    height: 134%;
    opacity: 0.2;
    bottom: -6%;
    left: 36px;
    background-size: auto 100%;
    background-position: left;
    filter: invert(1);
}


.contacts * {
    z-index: 1;
}






















@media screen and (max-width: 1220px) {
	.container {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.how .flex {
		background: transparent;
	}
}
@media screen and (max-width: 1024px) {
	.main .container h1 {
		font-size: 65px;
	}
	body, a {
		font-size: ;
	}
	.title_def, .title_def.low {
		font-size: 30px;
	}
	.main .container .btns {
		margin-top: 10px;
	}
	.catalog .flex .item .text h3 {
		font-size: 20px;
	}
	.nav {
		overflow: visible;
	}
	.nav .container {
		justify-content: flex-end;
		overflow: visible;
		height: 40px;
	}
	.nav .container a.pull {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.nav .container ul {
		opacity: 0;
		visibility: hidden;
		transform: translateY(20px);
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		padding-bottom: 10px;
		position: absolute;
		left: 0;
		top: 100%;
		flex-direction: column;
		width: 100%;
		background: #333;
	}
	.nav .container ul.active {
		transform: none;
		opacity: 1;
		visibility: visible;
	}
	.nav .container ul li {
		width: 100%;
	}
	.nav .container ul li a {
		height: 30px;
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.innerpagepanel {
    display: block;
}
	
	.innerpagepanel {
    background: none;
    top: auto;
    bottom: 0;
}

.innerpagepanel .container {
    flex-wrap: wrap;
    justify-content: center;
    z-index: 1;
}

.innerpagepanel a.scroll.btn.white.bookbuton {
    width: 100%;
    margin: 17px 60px 0;
    font-size: 22px;
    height: 40px;
}

 

.innerpagepanel a.scroll.btn.white {
    background: rgb(0 0 0 / 65%);
    width: 27%;
    height: 40px;
}

.innerpagepaneltitle {
    display: none;
}

.innerpagepanel:before {
    content: "";
    display: block;
    width: 100%;
    height: 55px;
    position: absolute;
   background-color: rgb(51 51 51 / 81%);;
    bottom: 0;
}
	
	
	
	.modal_about .flex {
		flex-wrap: wrap;
	}
	.modal_about .flex .half {
		width: 100%;
		margin-bottom: 30px;
	}
	.modal_about .flex .half:last-child {
		margin-bottom: 0;
	}
	.modal p {
		font-size: 14px;
	}
	.owl-dots {
		padding: 10px 0;
	}

	.main .container {
		padding-top: 20px;
	}
	.main .container .langs {
		margin-bottom: 20px;
		justify-content: center;
	}
	.main .container .btns {
		margin: 20px 0;
	}
	.main .container h1 {
		font-size: 30px;
	}
	.main .container .btns, .action .container .btns {
		flex-wrap: wrap;
	}
	.action .container {
		height: auto;
	}
	.social {
		justify-content: center;
	}
	.flex-block {
		flex-direction: column;
	}
	.flex-block .text-block, .flex-block .image-block {
		width: 100%;
	}
	.flex-block .info-flex {
		flex-direction: column;
	}
	.flex-block .info-flex img {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.title_def, .title_def.low {
		font-size: 25px;
	}
	.flex-block .con {
		padding: 0px 15px;
		order: 2;
	}
	.b3 .text-block, .b4 .text-block, .b5 .text-block {
		min-height: 0;
	}
	.catalog .flex .item {
		width: 100%;
		margin 0px;
		margin-bottom: 20px;
	}
	.find .container {
		flex-direction: column;
	}
	.find .container .left {
		margin-bottom: 20px;
	}
	.find {
		background: #4D4C4C;
	}
	.how .flex {
		margin-top: 30px;
		flex-wrap: wrap;
		align-items: baseline;
	}
	.how .flex .item.i2, .how .flex .item.i4 {
		margin: 0;
	}
	.how .flex .item {
		width: 140px;
		margin-bottom: 10px;
	}
	.flex-block.contacts .image-block {
		height: auto;
	}
	
	.inner-page .image-block .title {
		position: static;
		width: 100%;
		font-size: 25px;
		text-align: center;
		padding: 10px 20px;
	}
	.catalog .flex .item .image img {
		width: 100% !important;
	}
	.inner-page .image-block img {
		min-height: 300px;
		width: 100% !important;
		object-fit: cover;
	}
	.inner-page .bot {
		flex-direction: column;
	}
	.inner-page .bot .icons {
		width: 100%;
	}
	.inner-page .bot .form {
		width: 100%;
	}
	.modal_about ul, .modal_about p {
		font-size: 14px;   
	}
}
@media screen and (max-width: 480px) {
	.modal {
		max-width: 400px;
		min-width: 260px;
		width: 95%;
	}
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

.about-us-block .flex-block .item:first-child{
	width: 30%;
}

.about-us-block .flex-block .item:first-child div{
	margin: auto!important;
}

.about-us-block .flex-block .item:last-child{
	width: 68%;
}


@media (max-width: 992px) {
	.inner-page .bot .icons{
		width: 50%;
	}
	.about-us-block .flex-block .item:first-child{
		width: 100%;
		margin-bottom: 20px;
	}
	.about-us-block .flex-block .item:last-child{
		width: 100%;
	}
}

@media (max-width: 768px) {
	.inner-page .bot .icons{
		width: 100%;
	}
	.groups .item{
		width: 100%;
		margin-bottom: 20px;
	}
	.inner-page .bot .video{
		width: 100%;
		justify-content: space-between;
	}
	.inner-page .bot .video a{
		width: calc(80% / 3);
	}
	.contacts .flex-block .con{
		width: 100%;
		margin: 0 auto 20px;
	}
}

.select-date span{
	display: none;
}

@media (max-width: 480px) {
	
.arnam_1,.arnam_2,.arnam_3 {
	width: 100%;
	height: 100%;
	background-size: 9%;
	}
	
	.arnam_4 {
    width: 100%;
    height: 91%;
	
}
	
	
	
	.inner-page.tours .content .tour-gallery a{
		width: 45%;
		height: auto;
	}
	.select-date{
		position: relative;
	}
	.select-date span{
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		pointer-events: none;
		transform: translate(-50%, -50%);
		color: #000;
	}
	.aboutus .flex{
		flex-wrap: wrap;
	}
	.aboutus .flex .half{
		width: 100%;
		margin-bottom: 30px;
	}
	#tours_schedule{
		padding: 30px 0;
	}
	#tours_schedule .text-block.right{
		position: unset;
	}
	#tours_schedule .title_def.blue{
		position: absolute;
		left: 50%;
		top: 10px;
		transform: translate(-50%);
	}
}

@media (max-width: 380px) {
	#tours_schedule{
		padding: 70px 0 30px;
	}
}
.cena {
position: relative;
font-size: 40px;
}

.cena:before {
border-bottom: 3px solid red;
position: absolute;
content: "";
width: 100%;
height: 50%;
transform: rotate(-7deg);
}