@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Regular.eot'),
		url('../fonts/Montserrat-Regular.woff') format('woff'),
		url('../fonts/Montserrat-Regular.ttf') format('truetype'),
		url('../fonts/Montserrat-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Bold.eot'),
		url('../fonts/Montserrat-Bold.woff') format('woff'),
		url('../fonts/Montserrat-Bold.ttf') format('truetype'),
		url('../fonts/Montserrat-Bold.svg') format('svg');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-ExtraBold.eot'),
		url('../fonts/Montserrat-ExtraBold.woff') format('woff'),
		url('../fonts/Montserrat-ExtraBold.ttf') format('truetype'),
		url('../fonts/Montserrat-ExtraBold.svg') format('svg');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-SemiBold.eot'),
		url('../fonts/Montserrat-SemiBold.woff') format('woff'),
		url('../fonts/Montserrat-SemiBold.ttf') format('truetype'),
		url('../fonts/Montserrat-SemiBold.svg') format('svg');
	font-weight: 600;
	font-style: normal;
}

.html--hidden {
	overflow: hidden;
}

html,
body {
	overflow-x: hidden;
}

body {
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-family: Montserrat;
	position: relative;
	overflow-x: hidden;
	min-height: 100vh;
	background-color: #fdfdfd;
}

body * {
	outline: none !important;
}

a {
	text-decoration: none !important;
}

.container {
	max-width: 1680px;
}

.header__burger {
	display: none;
}

.activity__arrow {
	display: none;
}

.md-trigger {
	cursor: pointer;
}

/*------------------------------*/

.stock__top {
	background-color: #233a8a;
	/* padding: 15px 0; */
	/* background: #ffddb8; */
}

.stock__block {
	display: flex;
	/* justify-content: space-between; */
	align-items: center;
}

.stock__top--text,
.stock__top--text a {
	color: #ffffff;
	width: 100%;
	font-size: 14px;
	/* color: #000; */
}

.stock__top--text a {
	padding: 10px 0;
	display: block;
	transition: all 0.5s ease;
}

.stock__top--text a span {
	border-bottom: 1px solid transparent;
	transition: all 0.5s ease;
}

.stock__top--text a span:hover {
	/* border-bottom: 1px solid #000; */
}

.stock__top--linck {
	font-size: 13px;
	font-weight: 600;
	color: #fff !important;
	border-radius: 2px;
	border: 1px solid #ffffff;
	padding: 8px 47px;
	text-decoration: none !important;
	padding: 5px 47px;
	display: flex;
	height: auto !important;
	/* background: #fff; */
	/* color: red !important; */
}

.addVisit {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	width: 0;
	height: 0;
	top: -1px;
	left: -1px;
}

/*------------------------------*/

.banner__item--img img {
	max-width: 100%;
}

.banner__item--info {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 0;
	max-width: 900px;
	margin-right: 80px;
	transform: translateY(-50%);
	text-align: right;
}

.banner__item--title {
	font-weight: bold;
	font-size: 42px;
	color: white;
	line-height: 1.2;
	margin-bottom: 15px;
}

.banner__item--desc {
	font-weight: 600;
	font-size: 18px;
	color: white;
	line-height: 1.2;
}

.banner__item--lincks {
	margin-top: 30px;
}

.banner__item--linck {
	background: #2dc0ff;
	border-radius: 2px;
	padding: 10px 30px;
	font-weight: 600;
	font-size: 24px;
	color: #ffffff !important;
	display: inline-block;
	text-decoration: none;
	border-radius: 15px;
}

.header__block {
	display: flex;
	justify-content: space-between;
}

header {
	/* padding: 25px 0; */
	box-shadow: 0 8px 40px rgba(0, 0, 0, 0.02);
	background-color: #ffffff;
	position: relative;
}

.header__menu ul.menu {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
}

.header__menu ul.menu>li>a {
	font-size: 16px;
	font-weight: 500;
	color: #000000;
	text-decoration: none;
	transition: all 0.5s ease;
	height: 100%;
	display: flex;
	align-items: center;
	cursor: pointer !important;
	padding: 0 9px;
}

.header__menu>ul.menu {
	height: 100%;
	align-items: center;
}

.header__menu>ul.menu>li {
	height: 100%;
	display: flex;
	align-items: center;
}

.header__menu ul.menu>li {
	margin: 0 10px;
	cursor: pointer;
	margin: 0;
}

.header__contact {
	display: flex;
	align-items: center;
}

.header__menu {
	display: flex;
	align-items: center;
}

.header__logo {
	display: flex;
	align-items: center;
	padding: 25px 0;
}

.header__logo a {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-decoration: none;
}

.header__logo a span {
	color: #000000;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.header__serch a {
	padding: 5px;
	display: block;
}

.header__serch {
	margin-right: 50px;
	position: relative;
}

.header__linck a {
	border-radius: 2px;
	border: 1px solid #2dc0ff;
	background-color: #2dc0ff;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	padding: 11px 19px;
	display: block;
}

.header__city a {
	padding: 5px;
	cursor: pointer;
	/* height: 100%; */
	display: block;
}

.header__city {
	margin-left: 50px;
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
}

.header__wishlist a {
	padding: 5px;
	display: block;
}

.header__wishlist {
	margin-right: 50px;
}

.header__lenguage {
	margin-right: 50px;
	margin-left: 50px;
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
}

.header__cart a {
	display: flex;
	align-items: center;
	text-decoration: none;
}

.header__cart--strong {
	color: #2dc0ff;
	font-size: 16px;
	font-weight: 600;
}

.header__cart--price {
	color: #adadad;
	font-size: 14px;
	font-weight: 400;
}

.header__cart--icon {
	margin-right: 15px;
	position: relative;
}

.header__cart--active:before {
	content: '';
	width: 10px;
	height: 10px;
	background: #233a8a;
	position: absolute;
	right: 0;
	border-radius: 100%;
}

.header__lenguage ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.header__lenguage ul ul.sub-menu {
	display: none;
	position: absolute;
	white-space: nowrap;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0 30px 30px rgba(0, 0, 0, 0.04);
	border-radius: 2px;
	background-color: #ffffff;
	padding: 20px;
	border-top: 5px solid #233a8a;
	z-index: 50000;
}

.header__lenguage .menu-lang-container>ul>li>a {
	font-size: 16px;
	font-weight: 500;
	color: #000;
	text-decoration: none;
	position: relative;
	padding-right: 25px;
}

.header__lenguage .menu-lang-container>ul>li>a:before {
	content: '';
	background: url(../img/arrow-down-icon.svg);
	width: 14px;
	height: 8px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.header__lenguage:hover ul ul.sub-menu {
	display: block;
}

.header__lenguage ul ul.sub-menu a {
	font-size: 16px;
	font-weight: 500;
	color: #000;
	margin: 5px 0;
	display: block;
}

.header__serch .searchform {
	position: absolute;
	display: flex;
	right: -10px;
	/* opacity: 0; */
	z-index: 1;
	transform: translateY(-50%);
	top: 50%;
	width: 650px;
	/* visibility: hidden; */
	transition: all 0.5s ease;
	/* display: none; */
	width: 0;
	overflow: hidden;
}

/*
.header__serch:hover .searchform {
    opacity: 1;
    visibility: visible;
}*/

.header__serch .searchform button[type='submit'] {
	padding: 5px;
	display: block;
	border: 0;
	background: transparent;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.header__serch .searchform input {
	font-weight: 500;
	font-size: 16px;
	background: #fdfdfd;
	padding: 15px 20px;
	border: 0;
	width: 100%;
	outline: none;
}

/*---------------------------------------*/

.header__burger {
	width: 35px;
	height: 35px;
	margin-left: 20px;
	position: relative;
	padding: 6px 3px;
	display: none;
	justify-content: center;
}

.header__burger span {
	position: absolute;
	top: 50%;
	height: 2px;
	width: 20px;
	background: #000;
	border-radius: 100px;
	right: 8px;
	transition: all 0.5s ease;
}

.header__burger span:nth-child(1) {
	transform: translateY(-6px);
}

.header__burger span:nth-child(3) {
	transform: translateY(6px);
}

.menu--active .header__burger span:nth-child(2) {
	opacity: 0;
}

.menu--active .header__burger span:nth-child(1) {
	transform: rotate(45deg);
	width: 18px;
}

.menu--active .header__burger span:nth-child(3) {
	transform: rotate(-45deg);
	width: 18px;
}

/*-----------------------------------*/

/*-------------*/

.menu__cildren {
	position: absolute;
	top: 100%;
	z-index: 4;
	left: 0;
	right: 0;
	/* display: none; */
	transition: all 0.5s ease;
	opacity: 0;
	visibility: hidden;
	cursor: default;
	z-index: 50000;
}

.header_menu__cildren {
	border-top: 5px solid #00b2ff;
	padding: 40px 50px 30px 50px;
	background-color: #fff;
	/* background: url(../img/bg_menu.jpg); */
	box-shadow: 0 30px 30px rgba(0, 0, 0, 0.4);
	background-size: cover;
}

.header_menu__left--title {
	font-size: 24px;
	font-weight: 800;
	margin-bottom: 20px;
}

.header_menu__left--menu ul.menu {
	flex-direction: column;
}

.header_menu__left--menu ul.menu li {
	margin: 2px 0;
}

.header_menu__left--menu ul.menu li a {
	font-size: 18px;
	font-weight: 600;
	transition: all 0.5s ease;
}

.header_menu__left--menu ul.menu li:hover a {
	color: #233a8a;
}

.header_menu__item--img img {
	width: 100%;
	height: 150px;
	object-fit: cover;
}

.header_menu__item--img {
	margin-bottom: 20px;
	position: relative;
}

.header_menu__item--linck {
	font-size: 18px;
	font-weight: 700;
	transition: all 0.5s ease;
	text-align: center;
}

.header_menu__body--item a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 0;
	opacity: 0;
}

.header_menu__body--item {
	position: relative;
}

.header_menu__body--item .header_menu__item--img:before {
	content: '';
	background-color: rgba(0, 0, 0, 0.58);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all 0.5s ease;
	opacity: 0;
}

.header_menu__body--item:hover .header_menu__item--img:before {
	opacity: 1;
}

.header_menu__body--item:hover .header_menu__item--linck {
	color: #233a8a;
}

.header__menu ul.menu>li:hover>a {
	color: #233a8a;
}

/*
.header__menu ul.menu > li:hover .menu__cildren {
    display: block;
}
*/

.menu__click--active .menu__cildren {
	display: block;
	opacity: 1;
	visibility: visible;
}

.menu__click--active>a {
	color: #00b2ff !important;
}

.header__menu>ul.menu>li>a:hover,
.menu__click--active>a {
	color: #fff !important;
	background: #00b2ff;
}

/*-----------*/

.header__city__block ul.menu {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
}

.header__city__block {
	position: absolute;
	white-space: nowrap;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0 30px 30px rgba(0, 0, 0, 0.04);
	border-radius: 2px;
	background-color: #ffffff;
	padding: 20px;
	border-top: 5px solid #233a8a;
	display: none;
	z-index: 50000;
}

.header__city:hover .header__city__block {
	display: block;
}

.header__city__block>ul.menu a {
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	color: #000;
	transition: all 0.5s ease;
}

.header__city__block>ul.menu a:hover {
	color: #1fbcff;
}

.header__wishlist svg {
	transition: all 0.5s ease;
}

.header__wishlist--active svg {
	fill: #2dc0ff;
}

.banner__container {
	overflow: hidden;
	position: relative;
	min-height: 450px;
}

.main__banner {
	margin-top: 30px;
	margin-bottom: 30px;
}

.banner__pagination {
	position: absolute;
	right: 60px;
	z-index: 10;
	bottom: 50px !important;
	width: auto !important;
	left: auto !important;
}

.banner__pagination span {
	width: 28px;
	height: 15px;
	border-radius: 15px;
	background-color: #ffffff;
	opacity: 1;
	transition: all 0.5s ease;
	margin-left: 20px !important;
}

.banner__pagination span.swiper-pagination-bullet-active {
	background-color: #233a8a;
	width: 45px;
}

.sectipon {
	padding: 30px 0;
}

.sectipon__title--info {
	color: #000000;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}

.sectipon__title--info span {
	color: #233a8a;
}

.sectipon__title {
	display: flex;
	align-items: center;
	margin-bottom: 0px;
}

.sectipon__title--line {
	margin-bottom: 20px;
}

.sectipon__desc p {
	margin: 0;
}

.sectipon-sights .sectipon__title--line,
.sectipon-excursions .sectipon__title--line {
	margin-bottom: 5px;
}

.sectipon__title--linck a {
	color: #ffffff;
	font-size: 16px;
	border-radius: 4px;
	background-color: #252525;
	display: inline-block;
	padding: 5px 15px;
	text-decoration: none;
	line-height: 1;
}

.sectipon__title--linck {
	margin-left: 20px;
}

/*------------sights------------*/

.sights__item {
	position: relative;
	overflow: hidden;
	height: 100%;
	transition: all 0.5s ease;
}

.sights__item:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

.sights__item--img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.sights__item--like {
	position: absolute;
	right: -15px;
	top: -15px;
	z-index: 1;
	opacity: 0;
	transition: all 0.5s ease;
	transition-delay: 0.4s;
}

.sights__item--like a {
	display: flex;
	width: 60px;
	height: 60px;
	background-color: #2dc0ff;
	border-radius: 100%;
	align-items: center;
	justify-content: center;
	position: relative;
	padding-top: 5px;
	padding-right: 5px;
	cursor: pointer;
}

.sights__item--like a img,
.sights__item--like a svg {
	width: 15px;
}

.sights__item--padding-big .sights__item--like a {
	width: 86px;
	height: 86px;
}

.sights__item--padding-big .sights__item--like a img,
.sights__item--padding-big .sights__item--like a svg {
	width: 24px;
}

.sights__item--like-active svg path {
	fill: #fff;
}

.sights__item--like a:before {
	content: '';
	width: 75px;
	height: 75px;
	background-color: rgba(255, 255, 255, 0.2);
	position: absolute;
	border-radius: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	-webkit-animation: circle-fill-anim 5.3s infinite ease-in-out;
	-moz-animation: circle-fill-anim 5.3s infinite ease-in-out;
	-ms-animation: circle-fill-anim 5.3s infinite ease-in-out;
	-o-animation: circle-fill-anim 5.3s infinite ease-in-out;
	animation: circle-fill-anim 5.3s infinite ease-in-out;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.sights__item--padding-big .sights__item--like a:before {
	width: 100px;
	height: 100px;
}

@-moz-keyframes circle-fill-anim {
	0% {
		-moz-transform: translate(-50%, -50%) rotate(0deg) scale(0.8) skew(1deg);
	}

	50% {
		-moz-transform: translate(-50%, -50%) rotate(0deg) -moz-scale(1) skew(1deg);
	}

	100% {
		-moz-transform: translate(-50%, -50%) rotate(0deg) scale(0.8) skew(1deg);
	}
}

@-webkit-keyframes circle-fill-anim {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0deg) scale(0.8) skew(1deg);
	}

	50% {
		-webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1) skew(1deg);
	}

	100% {
		-webkit-transform: translate(-50%, -50%) rotate(0deg) scale(0.8) skew(1deg);
	}
}

@-o-keyframes circle-fill-anim {
	0% {
		-o-transform: translate(-50%, -50%) rotate(0deg) scale(0.8) skew(1deg);
	}

	50% {
		-o-transform: translate(-50%, -50%) rotate(0deg) scale(1) skew(1deg);
	}

	100% {
		-o-transform: translate(-50%, -50%) rotate(0deg) scale(0.8) skew(1deg);
	}
}

@keyframes circle-fill-anim {
	0% {
		transform: translate(-50%, -50%) rotate(0deg) scale(0.8) skew(1deg);
	}

	50% {
		transform: translate(-50%, -50%) rotate(0deg) scale(1) skew(1deg);
	}

	100% {
		transform: translate(-50%, -50%) rotate(0deg) scale(0.8) skew(1deg);
	}
}

.sights__item--imfo {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 15px 20px 15px;
	transition: all 0.8s ease;
	opacity: 0;
	transition-delay: 0.2s;
}

.sights__item--padding-big .sights__item--imfo {
	padding: 0 50px 40px 50px;
}

.sights__item--title a {
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}

.sights__item--padding-big .sights__item--title a {
	font-size: 18px;
}

.sights__item--title {
	margin-bottom: 5px;
}

.sights__item--padding-big .sights__item--title {
	margin-bottom: 15px;
}

.sights__item--price {
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	border-radius: 2px;
	border: 1px solid #555555;
	padding: 5px 35px;
	margin-right: 5px;
	margin-bottom: 5px;
	display: flex;
	border: 1px solid #d5d5d5;
}

.sights__item--padding-big .sights__item--price {
	font-size: 16px;
}

.sights__price--top {
	margin-right: 10px;
}

.sights__price--body span {
	color: #2dc0ff;
	font-size: 90%;
	text-decoration: line-through;
}

.sights__item--prices {
	display: flex;
	margin-bottom: 5px;
	flex-wrap: wrap;
}

.sights__item--padding-big .sights__item--prices {
	margin-bottom: 20px;
}

.sights__item--btn {
	border-radius: 2px;
	display: inline-block;
	color: #ffffff !important;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none !important;
	cursor: pointer;
	width: 220px;
	height: 45px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s ease;
	margin-bottom: 0;
}

.excursions__item:hover .sights__item--imfo {
	opacity: 1;
}

.col-lg-5 .sights__item--btn-block {
	/* flex-wrap: wrap; */
}

.col-lg-5 .sights__item--btn-block .sights__item--btn-cart {
	margin-right: 0;
	/* margin-bottom: 10px !important; */
	margin-right: 10px;
}

.excursions__item .sights__item--imfo {
	padding: 0 30px 20px 30px;
}

.excursions__item .sights__item--btn-cart {
	margin-right: 15px;
}

.sights__item--padding-big .sights__item--btn {
	font-size: 16px;
}

.sights__item--btn-cart {
	background-color: #233a8a;
	margin-right: 5px;
	border: 1px solid #233a8a;
}

.sights__item--close {
	pointer-events: none;
	background-color: #c8c8c8;
	border: 1px solid #c8c8c8;
}

.sights__item--padding-big .sights__item--btn-cart {
	margin-right: 25px;
}

.sights__item--btn-block {
	display: flex;
	/* align-items: center; */
}

.sights__item--btn-linck {
	border: 1px solid #ffffff;
}

.sights__item--btn-cart svg * {
	fill: #fff !important;
}

.sights__item--btn-cart svg {
	margin-right: 15px;
}

.sights__item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: all 0.5s ease;
}

.sights__item--btn:hover {
	background: #233a8a;
	border-color: #233a8a;
}

.sights__item:hover .sights__item--like {
	opacity: 1;
}

.sights__item:hover .sights__item--imfo {
	opacity: 1;
}

.sights__item:hover:before {
	opacity: 1;
}

.sights__block.sights__row {
	height: 570px;
}

.sights__row .row,
.sights__row .row>div {
	height: 100%;
}

.sights__item--padding {
	padding: 15px 0;
	height: 50%;
}

.sights__item--padding.sights__item--padding-big {
	height: 100%;
}

.sights__item--padding.sights__item--padding-height {
	height: 100%;
}

.sights__item--img {
	height: 100%;
}

.sights__item--height .sights__item--btn-block {
	flex-direction: column;
}

.sights__item--height .sights__item--btn {
	width: 100%;
	font-size: 16px;
}

.sights__item--height .sights__item--btn-cart {
	margin-right: 0;
	margin-bottom: 10px;
}

.sights__item--height .sights__item--price {
	font-size: 16px;
}

.sights__item--height .sights__item--title a {
	font-size: 18px;
}

.sights__item--height .sights__item--like a {
	width: 86px;
	height: 86px;
}

.sights__item--height .sights__item--like a:before {
	width: 100px;
	height: 100px;
}

.sights__item--height .sights__item--like a img,
.sights__item--height .sights__item--like a svg {
	width: 24px;
}

/*--------------excursions-----------------*/

.excursions__block.excursions__row {
	height: 570px;
}

.excursions__item--h50 {
	height: 50%;
}

.excursions__item {
	position: relative;
	height: 100%;
	transition: all 0.5s ease;
}

.excursions__item:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

.excursions__item--img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.excursions__item--title {
	/* position: absolute; */
	bottom: 0;
	/* padding: 30px; */
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	opacity: 0;
	transition: all 0.5s ease;
	transition-delay: 0.2s;
	margin-bottom: 15px;
}

.excursions__item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: all 0.5s ease;
}

.excursions__item:hover:before {
	opacity: 1;
}

.excursions__item:hover .excursions__item--title {
	opacity: 1;
}

.excursions__item--padding {
	padding: 15px 0;
	height: 100%;
}

.excursions__item--img {
	height: 100%;
}

.excursions__item--title a {
	color: #fff;
	text-decoration: none;
}

.excursions__block.excursions__row .row {
	height: 100%;
}

.excursions__block.excursions__row>.row>div {
	height: 100%;
}

.excursions__item--linck {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 0;
	opacity: 0;
}

/*---------------activity---------------*/

.activity__data {
	color: #454545;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
}

.activity__image {
	margin-bottom: 15px;
}

.activity__image img {
	max-width: 100%;
	width: 100%;
	height: 350px;
	object-fit: cover;
}

.activity__title a {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
}

.popular__item--img {
	margin-bottom: 20px;
	position: relative;
}

.popular__item--title a {
	color: #000000;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
}

.popular__item .sights__item--btn-block {
	/* flex-wrap: wrap; */
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 15px 20px 15px;
	transition: all 0.8s ease;
	opacity: 0;
	transition-delay: 0.2s;
}

.popular__item .sights__item--btn-block label.sights__item--btn {
	margin-right: 0;
	/* margin-bottom: 10px; */
	margin-right: 10px;
}

.popular__item:hover .sights__item--btn-block {
	opacity: 1;
}

.popular__item--img:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: all 0.5s ease;
}

.popular__item:hover .popular__item--img:before {
	opacity: 1;
}

.popular__item--img img {
	width: 100%;
	height: 256px;
	object-fit: cover;
}

.collections__item {
	position: relative;
}

.collections__item--title {
	position: absolute;
	bottom: 0;
	padding: 20px 30px;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.collections__item--img img {
	width: 100%;
	object-fit: cover;
	height: 315px;
}

.collections__item--title a {
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

.collections__item--title span {
	color: #b9b9b9;
	font-size: 18px;
	font-weight: 400;
}

.collections__item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg,
			rgba(0, 0, 0, 0) 0%,
			rgba(0, 0, 0, 0.73) 100%);
}

.collections__item--img a {
	text-decoration: none !important;
}

/*---------------------------*/

.partners__container,
.partners__container2 {
	max-width: 1360px;
	overflow: hidden;
	margin: 0 auto;
	padding-left: 12px;
}

.partners__container .swiper-wrapper {
	align-items: center;
}

.partners__container .swiper-wrapper .partner__item {
	text-align: center;
}

.partner__item img {
	max-height: 100px;
	max-width: 100%;
}

.partners__container .swiper-slide {
	max-width: 170px;
}

/*---------------------------*/

.footer__menu--title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
}

.footer__menu--menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer__menu--menu li a {
	color: #626262;
	font-size: 14px;
	text-decoration: none;
}

.footer__menu--menu li {
	margin: 15px 0;
}

.footer__contact--item {
	display: flex;
	margin-bottom: 20px;
}

.footer__contact--text a {
	color: #626262;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
}

.footer__menu--contact {
	margin-top: 40px;
}

.footer__contact--img {
	min-width: 30px;
	text-align: center;
	margin-right: 15px;
}

.footer__bottom {
	display: flex;
	align-items: center;
	margin-top: 50px;
}

.footer__cope {
	color: #626262;
	font-size: 14px;
	font-weight: 500;
	margin-right: 60px;
}

.footer__adc a {
	color: #626262;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
}

footer {
	padding: 60px 0 30px 0;
	position: relative;
	overflow: hidden;
}

.footer__adc {
	margin-right: 70px;
}

.footer__social {
	display: flex;
	align-items: center;
}

.footer__social .footer__item {
	margin-right: 30px;
}

footer:before {
	content: '';
	position: absolute;
	background: url(../img/footer_bg.jpg);
	top: 0;
	bottom: 0;
	left: 0;
	width: 60%;
	background-size: contain;
	background-position: left bottom;
	background-repeat: no-repeat;
	opacity: 0.3;
	overflow: hidden;
	z-index: -1;
}

.footer__right {
	display: flex;
	align-items: center;
	height: 100%;
}

.footer__right--card {
	margin-right: 80px;
}

.footer__right--card img {
	/* border-radius: 20px; */
}

.footer__right--play .footer__right--logo {
	margin-bottom: 25px;
}

.footer__right--text {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}

.footer__bg:before {
	content: '';
	position: absolute;
	width: 25%;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #233a8a;
	background-image: url(../img/buy-bg.png);
	background-size: contain;
	background-position: right bottom;
	background-repeat: no-repeat;
}

.footer__bg:after {
	content: '';
	width: 0;
	height: 0;
	border-bottom: 1500px solid #233a8a;
	border-left: 1290px solid transparent;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: -1;
}

.cope__crocos {
	margin-top: 40px;
	margin-right: 0;
}

.footer__bottom {
	margin-top: 30px;
}

.cope__crocos a {
	color: #626262;
	font-size: 14px;
}

.cope__crocos a:hover {
	color: #233a8a;
}

.cope__crocos a span {
	font-weight: bold;
	color: #233a8a;
}

/*---------------modal-----------------------*/

.md-active .md-overlay {
	opacity: 1;
	visibility: visible;
}

div#turs3d {
	width: 80vw;
	max-width: 80%;
	height: 80vh !important;
}

div#turs3d .md-content {
	height: 100%;
}

div#turs3d .md-content .turs3d__body {
	padding: 10px;
	width: 100%;
	height: 100%;
}

.md-content {
	position: relative;
}

.md-content button {
	position: absolute;
	margin: 0;
	right: 0;
	top: 0;
	transform: translateX(100%) translateY(-50%);
}

.md-content button svg {
	width: 30px;
	height: 30px;
}

/*---------------page-------------------*/

/*---------------bread-crambs-------------------*/

.section__page {
	margin-top: 40px;
}

.bread-line {
	background-color: #fafafa;
	padding: 18px 0;
}

ul.bread-crambs {
	padding: 0;
	list-style: none;
	margin: 0;
	display: flex;
	font-size: 16px;
	flex-wrap: wrap;
}

ul.bread-crambs a {
	color: #000000;
	margin-right: 30px;
	position: relative;
	color: #929292;
	text-decoration: none;
}

ul.bread-crambs span {
	color: #000000;
}

/*-------------------activity__filter---------------------*/

.activity__filter--item {
	margin-right: 5px;
}

.activity__filter--item a {
	text-decoration: none;
	padding: 8px 20px;
	display: inline-block;
	cursor: pointer;
	transition: all 0.5s ease;
}

.activity__filter--row {
	display: flex;
	flex-wrap: wrap;
}

.activity__filter--item a:hover,
.activity__filter--active a {
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	border-radius: 2px;
	background-color: #ffffff;
}

.activity__filter {
	margin: 30px 0 25px 0;
}

/*-------------------activity__content---------------------*/

.activity__content .activity__item {
	margin: 15px 0;
}

/*----------------------subscribe-page-------------------*/

.subscribe__block {
	display: flex;
	margin-top: 20px;
	flex-wrap: wrap;
	align-items: center;
}

.subscribe__linck a {
	border-radius: 2px;
	background-color: #233a8a;
	padding: 10px 30px;
	display: inline-block;
	color: #fff !important;
	text-decoration: none;
}

.subscribe__linck {
	margin-right: 30px;
}

.dzen__linck a {
	color: #000000;
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
}

.dzen__linck a img {
	margin-right: 15px;
}

.activity__filter--item a b {
	font-weight: 700;
	margin-right: 10px;
	color: #686868;
	transition: all 0.5s ease;
}

.activity__filter--item a span {
	font-size: 14px;
	font-weight: 400;
	color: #959595;
}

.activity__filter--item a:hover b,
.activity__filter--active a b {
	color: #000;
}

/*-----------subscribe__page------------*/

.subscribe__item--img a {
	display: block;
}

.subscribe__item--img a img {
	width: 100%;
	height: 260px;
	object-fit: cover;
	object-position: center;
}

.subscribe__item {
	border-radius: 2px;
	background-color: #ffffff;
	margin-bottom: 30px;
}

.subscribe__item--info {
	padding: 25px 30px 35px 30px;
}

.subscribe__item--data {
	color: #9f9f9f;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 5px;
}

.subscribe__item--linck a {
	color: #000000;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;


}

.sectipon-comment {
	display: none;
}

.subscribe__item--linck {
	margin-bottom: 15px;
	min-height: 54px;
	min-height: 80px;
}

.subscribe__paginate {
	display: flex;
	justify-content: center;
	margin: 50px 0;
}

.subscribe__btn {
	padding: 10px 30px;
	border-radius: 2px;
	border: 1px solid #000000;
	margin: 0 15px;
	font-size: 14px;
	font-weight: 500;
	color: #000 !important;
	text-decoration: none !important;
	width: 160px;
	text-align: center;
}

.subscribe__btn--disable {
	color: #bfbfbf !important;
	border-color: #bfbfbf;
}

/*---------------------------------------*/

.paints__block {
	margin-top: 25px;
}

.paints__item--margin {
	margin-bottom: 30px;
}

.paints__item--img img {
	width: 100%;
	height: 320px;
	object-fit: cover;
}

.paints__info--top {
	background-color: #233a8a;
	padding: 30px;
}

.paints__top--top {
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

.paints__top--bottom {
	text-align: center;
	background: #ffffff;
	border-radius: 2px;
	padding: 5px;
}

.paints__item {
	background-color: #ffffff;
	height: 100%;
}

.paints__info--bottom {
	padding: 35px 30px;
}

.paints__bottom--item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
}

.paints__bottom-icon {
	width: 25px;
	height: 25px;
	margin-right: 10px;
}

.paints__bottom--item:last-child {
	margin-bottom: 0;
}

.paints__bottom-info,
.paints__bottom-info a {
	color: #000;
	text-decoration: none;
}

.paints__section-top {
	/* margin-top: -40px;*/
	margin-bottom: 60px;
	position: relative;
	overflow: hidden;
}

.section-top__item {
	padding: 50px 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.section-top__item--top {
	margin-bottom: 30px;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
}

.section-top__item--text {
	margin-bottom: 20px;
	color: #fff;
}

.section-top__item--linck a {
	border-radius: 2px;
	background-color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	color: #000;
	padding: 5px;
	width: 260px;
	display: block;
	text-align: center;
	text-decoration: none;
}

.paints__section-top:before {
	content: '';
	position: absolute;
	left: 0;
	width: 50%;
	top: 0;
	bottom: 0;
	background: url(../img/section-top-1.jpg);
	background-size: cover;
	z-index: -1;
}

.paints__section-top:after {
	content: '';
	position: absolute;
	right: 0;
	width: 50%;
	top: 0;
	bottom: 0;
	background: url(../img/section-top-2.jpg);
	background-size: cover;
	z-index: -1;
}

.section-top__item-1 {
	padding-right: 50px;
}

.section-top__item-2 {
	padding-left: 50px;
}

/*----------------------------------*/

.pass__section-top {
	background-image: url(../img/pass_bg.jpg);
	padding: 20px 0;
	background-size: cover;
}

.pass__section--right img {
	max-width: 100%;
}

.pass__section--title {
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}

.pass__section--desc {
	font-size: 22px;
	color: #fff;
}

.passslider__container {
	margin-top: 80px;
	margin-bottom: 70px;
	overflow: hidden;
}

.passslider__item--title {
	color: #000000;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20px;
}

.passslider__item--desc {
	font-size: 18px;
	text-align: center;
	max-width: 500px;
	margin: 0 auto;
}

.passslider__pagination span {
	width: 18px;
	height: 18px;
	border: 1px solid #bbbbbb;
	opacity: 1;
	background: transparent;
	margin: 0 10px !important;
}

.passslider__pagination {
	text-align: center;
	margin-top: 50px;
}

.passslider__pagination span.swiper-pagination-bullet-active {
	border: 1px solid #2dc0ff;
}

.kit__item-icon {
	border-radius: 5px;
	background-color: #233a8a;
	width: 150px;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 150px;
	margin-right: 30px;
}

.kit__item {
	display: flex;
	/* align-items: center; */
	margin: 15px 0;
}

.kit__item-info {
	padding-top: 30px;
}

.sectipon__title--center {
	text-align: center;
	display: block;
	width: 100%;
}

.sectipon__title--second {
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
}

.kit__item-title {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.kit__item-desc {
	font-size: 18px;
}

.kit__item-desc a {
	color: #233a8a;
	text-decoration: none;
}

.kit__item-icon-red {
	background-color: #dd4646;
}

.kit__item-icon-orange {
	background-color: #2dc0ff;
}

.kit__item-icon-green {
	background-color: #18b628;
}

/*------------------------------------------------*/

.pass-sights__item--img {
	position: relative;
	width: 350px;
	height: 320px;
	overflow: hidden;
	min-width: 350px;
}

.pass-sights__item--img>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pass-sights__item:hover .sights__item--like {
	opacity: 1;
}

.pass-sights__item {
	display: flex;
	margin: 15px 0;
}

.pass-sights__item--imfo {
	padding: 20px 30px;
}

.pass-sights__item--title {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.pass-sights__item--title a {
	text-decoration: none;
	color: #000;
}

.pass-sights__item-buttom {
	margin-top: 35px;
	display: flex;
}

.pass-sights__item--btn {
	border-radius: 2px;
	border: 1px solid #233a8a;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 310px;
	margin-right: 20px;
	font-size: 14px;
	font-weight: 500;
	color: #233a8a !important;
}

.pass-sights__item--btn.pass-sights__item--btn-disable {
	color: #a9a9a9 !important;
	border: 1px solid #a9a9a9;
}

.sights__item--price.pass-sights__item--btn {
	padding: 5px 15px;
}

.pass-sights__item--btn.pass-sights__item--btn-linck {
	background-color: #233a8a;
	font-size: 16px;
	font-weight: 700;
	color: #fff !important;
	cursor: pointer;
}

.pass-sights__item--imfo-ul {
	margin-top: 10px;
}

.pass-page__kit--section {
	margin-top: 50px;
}

a.subscribe__btn.subscribe__show {
	width: auto;
	cursor: pointer;
}

.how_desc a {
	color: #233a8a !important;
}

.how_desc ul {
	font-size: 18px;
	list-style: none;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
}

.how_desc strong {
	font-size: 18px;
}

.how_desc ul li {
	padding-left: 50px;
	margin-bottom: 30px;
	position: relative;
	max-width: 1100px;
}

.how_desc ul li:before {
	content: '';
	width: 20px;
	height: 20px;
	background-color: #233a8a;
	position: absolute;
	left: 0;
	border-radius: 100px;
	top: 5px;
}

.how_desc ul li:after {
	content: '';
	width: 2px;
	background-color: #eeeeee;
	position: absolute;
	left: 10px;
	height: calc(100% - 10px);
	top: 35px;
}

.how_desc ul li:last-child:after {
	display: none;
}

.pass-page__video--section {
	margin-top: 100px;
}

.sights__item--btn-orange {
	background-color: #2dc0ff;
	border-color: #2dc0ff;
}

.pass-page__video--section .subscribe__btn.subscribe__show {
	width: 220px;
}

.save__container {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.save__item {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.save__item--title {
	color: #ff4f4f;
	font-size: 43px;
	font-weight: 800;
	text-transform: uppercase;
}

.save__item--text {
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 600;
}

.save__container .passslider__pagination {
	margin-top: 0;
	text-align: left;
	display: inline-block;
	width: auto;
	margin-top: -30px !important;
	position: relative;
	bottom: 35px;
	z-index: 1;
}

.sectipon__title--margin0 {
	margin-bottom: 0;
}

.sectipon__title--data {
	font-size: 14px;
	color: #9f9f9f;
	margin-bottom: 30px;
}

/*---------------------------------------*/

.page__social {
	display: flex;
}

.magazine__page .page__social {
	flex-direction: column;
	align-items: center;
}

.social__social--item {
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s ease;
	border-radius: 100%;
	margin: 5px 0;
}

.social__social--item:hover {
	border: 1px solid #e2e2e2;
}

.magazine__page {
	margin: 40px 0;
	margin-bottom: 100px;
}

.magazine__page--img {
	margin-bottom: 40px;
	/* margin-top: 30px; */
}

.magazine__page--img img {
	max-width: 100%;
	width: 100%;
	max-height: 470px;
	object-fit: cover;
	object-position: center;
}

.magazine__page--desc img {
	width: 100%;
	height: auto;
}

.magazine__page--col-9 {
	position: relative;
}

.magazine__page--absol {
	position: absolute;
	right: 100%;
	margin-right: 40px;
}

/*-----------------------------------------------------------*/

.conditions__content h3 {
	text-transform: uppercase;
	font-size: 16px;
	margin: 30px 0;
}

.conditions__content a {
	color: #233a8a;
	text-decoration: none;
}

.conditions__content {
	border-radius: 2px;
	background-color: #ffffff;
	padding: 40px;
}

/*---------------------------------------*/

.cart__block--continue .linck-poppap {
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	border-radius: 2px;
	background-color: #233a8a;
	padding: 10px 30px;
	display: inline-block;
	margin-top: 30px;
	text-decoration: none;
}

input#const_data {
	border-radius: 2px;
	border: 1px solid #ececec;
	font-size: 16px;
	font-weight: 700;
	padding: 10px 22px;
}

.cart__block--title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
}

.cart__block--desc {
	margin-bottom: 30px;
}

.cart__block {
	padding: 40px;
	border-radius: 2px;
	background-color: #ffffff;
	margin-bottom: 50px;
}

.input__data {
	display: inline-block;
	position: relative;
}

.input__data:before {
	content: '';
	position: absolute;
	background: url(../img/calendar-black.svg);
	width: 24px;
	height: 24px;
	display: block;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}

/*-----------------------------------*/

.basket__cart--item {
	display: flex;
	margin-bottom: 20px;
}

.basket__cart--iphone {
	min-width: 85px;
	margin-right: 30px;
	max-width: 85px;
}

.basket__cart--iphone img {
	max-width: 100%;
}

.basket__cart--iphone2 img {
	height: 110px;
	object-fit: cover;
}

.collect__item--title {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	height: 57px;
	overflow: hidden;
}

.basket__cart--info {
	width: 100%;
	height: 250px !important;
}

.collect__item--top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

.basket__cart {
	border-radius: 2px;
	/* border: 1px solid #dadada; */
	background-color: #ffffff;
	padding: 25px;
	border-radius: 25px;
}

.collect__item--line-price {
	/* display: flex;
    justify-content: space-between; */
	margin-bottom: 10px;
	text-align: initial;
	color: #fff;
	font-size: 24px;
	font-family: 'Montserrat';
}

.collect__item-price--right {
	margin-bottom: 7px;
}

.collect__price {
	line-height: 1;
	color: #233a8a;
	font-size: 18px;
	font-weight: 700;
	font-size: 24px;
	font-family: 'Montserrat';
	font-weight: 400;
	height: 29px;
}

.collect__item-price--left {
	display: flex;
}

.collect__quantity {
	display: flex;
	align-items: center;
}

.collect__quantity span.click_serv,
.collect__quantity span.click_serv2 {
	background-color: #efefef;
	width: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 7px 0 0 7px;
	cursor: pointer;
	color: #000;
	padding: 0;
}

.click_serv.minus,
.click_serv2.minus {
	background: #949494 !important;
	border-radius: 0px 0px 5px 0px !important;
	height: 14px;
}

.click_serv.plus,
.click_serv2.plus {
	height: 14px;
	background: #efefef !important;
	border-radius: 0px 5px 0px 0px !important;
	font-size: 14px;
}

.collect__item-left-title {
	font-size: 16px;
	margin-right: 20px;
	min-width: 85px;
}

.collect__quantity .count {
	width: 30px;
	height: 28px;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: var(--00-b-2-ff, #00b2ff);
}

.basket__cart--bottom {
	border-top: 2px solid #233a8a;
	padding-top: 0px;
}

.basket__cart--bottom--item {
	display: flex;
	font-size: 18px;
	font-weight: 700;
	justify-content: space-between;
	margin-top: 20px;
}

.basket__cart--bottom--item.basket__cart--bottom--discount {
	color: #ff0000;
}

/*----------------------------------*/

label.payment__method {
	border-radius: 2px;
	border: 1px solid #d6d6d6;
	width: 100%;
	max-width: 700px;
	transition: all 0.5s ease;
	cursor: pointer;
	border-radius: 25px;
}

.payment__method--info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 30px;
	height: 70px;
}

.payment__method--text {
	font-size: 18px;
	font-weight: 500;
	white-space: nowrap;
}

input:checked+label.payment__method {
	border: 1px solid #233a8a;
	/* background: #233A8A; */
	/* color: #fff; */
}

.payment__method--block input.pay_method {
	display: none;
}

.cart__block--data {
	margin-top: 40px;
}

.cart__block--info .cart__block--title {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}

.cart__block--info .cart__block--desc {
	color: #5e5e5e;
}

.cart__block--title-text {
	margin-right: 15px;
}

.cart__block--title-info {
	position: relative;
}

.cart__title-info {
	position: absolute;
	font-weight: normal;
	font-size: 12px;
	width: 300px;
	top: -10px;
	background: #fff;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	transform: translateY(-100%) translateX(-20%);
	padding: 10px;
	border-radius: 5px;
	left: 50%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease;
}

.cart__block--title-info:hover .cart__title-info {
	opacity: 1;
	visibility: visible;
}

.cart__block--title-info img {
	cursor: pointer;
}

input.form-input {
	border-radius: 2px;
	border: 1px solid #ececec;
	font-size: 16px;
	padding: 10px 22px;
	color: #b1b1b1;
	width: 100%;
	max-width: 450px;
	margin-bottom: 15px;
}

.input__checkbox--text a {
	color: #233a8a;
	text-decoration: none;
}

input#input-checkbox {
	display: none;
}

label.input__checkbox--text {
	position: relative;
	padding-left: 30px;
	margin: 0;
}

input+label.input__checkbox--text:before {
	width: 19px;
	height: 19px;
	content: '';
	border: 1px solid #ececec;
	display: block;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.content-radio {
	margin-top: 20px;
}

label.input__checkbox--text:after {
	content: '';
	width: 13px;
	height: 14px;
	position: absolute;
	display: block;
	left: 3px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	background: url(../img/cheked-icon.png);
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.5s ease;
}

input:checked+label.input__checkbox--text:before {
	border: 1px solid #233a8a;
}

input:checked+label.input__checkbox--text:after {
	opacity: 1;
}

.cart__block--continue .linck-poppap--orange {
	border: 1px solid #2dc0ff;
	background-color: #2dc0ff;
}

/*------------------------------------------------------*/

.object_banner--img {
	position: absolute;
	height: 100%;
	z-index: -1;
	top: 0;
	width: 100%;
}

.object_banner--img:before {
	content: '';
	background: linear-gradient(90deg,
			rgba(0, 0, 0, 0.75) 25%,
			rgba(0, 0, 0, 0) 100%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.object_banner--img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.object_banner {
	position: relative;
	/* height: 500px; */
	height: 680px;
	/* padding: 85px 0; */
	padding: 45px 0;
}

.object_banner--top-info ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	color: #dcdcdc;
}

.object_banner--top-info {
	margin-bottom: 45px;
}

.object_banner--top-info ul li {
	padding-right: 25px;
	position: relative;
}

.object_banner--top-info ul li:before {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	background: #dcdcdc;
	border-radius: 100%;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.object_banner--top-info ul li:last-child:before {
	opacity: 0;
}

h1.object__title {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	margin: 0;
}

.object__descr {
	font-size: 16px;
	color: #2dc0ff;
}

.object__info {
	margin-top: 25px;
}

.object__info--adres {
	font-size: 24px;
	color: #fff;
}

.object__info--email a {
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	border-radius: 2px;
	/* border: 1px solid #ffffff; */
	/* padding: 5px 30px; */
	font-size: 24px;
}

.object__info--email {
	margin-top: 25px;
	margin-bottom: 30px;
}

.sights__item--btn-like svg {
	margin-right: 15px;
}

.sights__item--btn-object .sights__item--btn {
	width: 167px;
	height: 55px;
}

.sights__item--btn-object .sights__item--btn.sights__item--btn-cart {
	background-color: #2dc0ff;
	border: 1px solid #2dc0ff;
	margin-right: 30px;
}

.sights__item--btn-object .sights__item--btn:hover {
	background-color: #2dc0ff;
	border: 1px solid #2dc0ff;
}

.object_content {
	margin: 80px 0;
}

.object_content--swiper {
	overflow: hidden;
	margin-bottom: 30px;
	height: auto;
}

.object___slide {
	height: 100%;
	min-height: 100%;
}

.object___slide--img {
	height: 100%;
	min-height: 100%;
}

.object___slide--img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	height: 284px;
	border-radius: 15px;
}

.object_content--swiper .activity__arrow {
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
}

.activity__arrow>div {
	padding: 5px;
	margin: 0 15px;
	cursor: pointer;
}

.object_content--right--title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
}

.object_content--right {
	background: #f7f7f7;
	padding: 20px;
}

.object_content--right-list ul {
	margin: 0;
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: column;
}

.object_content--right-list ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 0;
	height: 50px;
	margin-bottom: 10px;
	font-size: 18px;
	border-bottom: 1px solid #f2f2f2;
	border-bottom: 1px solid #fff;
	position: relative;
}

.object_content--swiper .swiper-slide {
	height: 560px;
}

.object_content--swiper .swiper-wrapper {
	height: auto;
}

.object_content-too {
	font-size: 18px;
	font-weight: 600;
	color: #808080;
}

.object_content--right-list ul li:before {
	content: '';
	width: 35px;
	height: 1px;
	background-color: #2dc0ff;
	position: absolute;
	bottom: -1px;
}

.object_content--right-list-blue ul li:before {
	content: '';
	width: 35px;
	height: 1px;
	background-color: #00b2ff;
	position: absolute;
	bottom: -1px;
}

.object_content--map {
	margin-top: 80px;
	margin-bottom: 50px;
}

.partners__container .swiper-wrapper {
	height: auto;
}

/*------------------------------------------------*/

.d3__tury--item>img {
	width: 100%;
}

.d3__tury--item:before {
	content: '';
	position: absolute;
	background: #000;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.3;
}

.d3__tury--item {
	position: relative;
}

.d3__tury--absol {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding: 120px 0;
}

.d3__tury--absol--title {
	font-size: 64px;
	font-weight: 700;
	color: #fff;
	margin-top: 20px;
}

.d3__tury--absol--text {
	font-size: 24px;
	color: #fff;
	max-width: 1300px;
	margin: 0 auto;
}

.d3__tury__pagination {
	position: absolute;
	bottom: 150px !important;
	text-align: center;
	width: 100%;
	z-index: 2;
	width: auto !important;
	left: 50% !important;
	transform: translateX(-50%);
}

.d3__tury--banner {
	position: relative;
}

.d3__tury__pagination span {
	width: 16px;
	height: 16px;
	background-color: #ffffff;
	opacity: 1;
	margin: 0 15px !important;
}

.d3__tury__pagination span.swiper-pagination-bullet-active {
	background-color: #233a8a;
}

.d3__tury--banner--bottom {
	position: absolute;
	bottom: 100px;
	z-index: 1;
	width: 100%;
}

.d3__banner--bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.d3__banner--bottom--kazagtour {
	display: flex;
	align-items: center;
}

.kazagtour--text {
	font-size: 18px;
	font-weight: 300;
	max-width: 135px;
	text-align: right;
	color: #fff;
	margin-right: 20px;
	line-height: 1.4;
}

.d3__tury--banner--ul ul {
	display: flex;
	justify-content: center;
	height: 70px;
	border-radius: 2px;
	background-color: #233a8a;
	align-items: center;
	padding: 0;
	margin: 0;
	list-style: none;
}

.d3__tury--banner-linck {
	margin-top: -30px;
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
}

.d3__tury--banner--ul ul a {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	margin: 0px 15px;
	text-decoration: none;
}

.sectipon__title--3d {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 10px;
}

.d3-tury__city--item--img {
	height: 228px;
}

.d3-tury__city--item--img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.d3-tury__city--item--info {
	background-color: #ffffff;
	padding: 25px;
	height: 100%;
	transition: all 0.5s ease;
	z-index: unset;
	position: relative;
	top: 0;
}

.d3-tury__city--item--title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
	transition: all 0.5s ease;
}

.d3-tury__city--item {
	background-color: #ffffff;
	/* background-color: #fbfbfb; */
	transition: all 0.5s ease;
	border-bottom: 0px solid #233a8a;
}

.d3-tury__city--item:hover {
	box-shadow: 10px 20px 20px rgba(0, 0, 0, 0.1);
	border-bottom: 2px solid #233a8a;
}

.d3-tury__city--item:hover .d3-tury__city--item--title {
	color: #233a8a;
}

.d3-tury__city--item:hover .d3-tury__city--item--info {
	top: -50px;
}

a.d3-tury__city--linck {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 0;
	opacity: 0;
}

.d3-tury__city--slider {
	overflow: hidden;
	/* margin-bottom: 50px; */
	padding-bottom: 50px;
}

.d3-tury__city--slider .activity__arrow {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

/*--------------------------*/

.toast {
	max-width: 350px;
	overflow: hidden;
	font-size: 0.875rem;
	background-color: rgba(255, 255, 255, 0.5);
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0.25rem;
	box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(10px);
	display: none;
	position: relative;
	padding: 0.75rem 2rem 0.75rem 0.75rem;
	overflow-wrap: break-word;
	word-break: break-word;
	z-index: 1;
	opacity: 1;
}

.toast:not(:last-child) {
	margin-bottom: 0.75rem;
}

.toast_show {
	display: block;
}

.toast__close {
	position: absolute;
	top: 0;
	right: 10px;
	padding: 0;
	background-color: transparent;
	border: 0;
	cursor: pointer;
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.6;
	appearance: button;
	margin: 0;
	font-family: inherit;
	border-radius: 0;
}

input:not([type='checkbox']) {
	display: block;
	font-size: 1rem;
	margin-bottom: 0.5rem;
}

/*------------------------*/

/*
.header__menu--no-linck{
    pointer-events: none;
}
*/

.pas-header_menu__left--title {
	margin-bottom: 0;
}

.header_menu__left--row {
	margin-top: 20px;
}

.header__item-item {
	display: flex;
	margin-bottom: 25px;
}

.header__item-item--img {
	width: 35px;
	margin-right: 15px;
	display: flex;
	align-items: center;
}

.header__item-item--title {
	color: #000000;
	line-height: 1.2;
}

.header_menu__left--linck.linck-poppap {
	border-radius: 2px;
	border: 1px solid #00b2ff;
	background-color: #00b2ff;
	background: #00b2ff;
	border-radius: 15px;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	padding: 20px;
	display: block;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header_menu__left--linck.linck-poppap svg {
	margin-left: 10px;
}

a.header_menu__left--linck.linck-linck {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.2;

	border-radius: 2px;
	background: #111026;
	border-radius: 15px;
	color: #ffffff;
	text-decoration: none;

	width: 189px;
	height: 70px;
	padding: 20px;
	display: block;
	text-align: center;
	border: 1px solid #000000;
	transition: all 0.5s ease;
}

a.header_menu__left--linck.linck-linck:hover {
	background: #2dc0ff;
	border: 1px solid #2dc0ff;
	color: #fff;
}

.header_menu__left--pass-img {
	margin-top: -20px;
	margin-bottom: -30px;
}

.sights__item--btn.sights__item--btn-cart.sights__item--btn-orange {
	margin: 0 15px;
}

/*--------------------------*/

.about_banner .object__title {
	text-transform: uppercase;
	font-size: 48px;
	margin-bottom: 10px;
}

.about_banner .object__descr {
	font-size: 24px;
	max-width: 1000px;
}

.about_banner--info {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
}

.about__item {
	color: #fff;
	text-align: center;
	margin-right: 40px;
}

.about__item--img {
	width: 36px;
	height: 34px;
	margin: 0 auto;
	margin-bottom: 7px;
	display: flex;
	align-items: center;
}

.about__item--img img {
	max-width: 100%;
}

.about_text--block {
	border-radius: 2px;
	background-color: #ffffff;
	margin-bottom: 60px;
	/* z-index: 1; */
}

.about_text--top {
	display: flex;
	flex-wrap: wrap;
	/* padding: 30px 0; */
	margin: 0 50px;
	border-bottom: 1px solid #fdfdfd;
}

.about_texttop--item {
	color: #000000;
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 700;
	margin-right: 40px;
	padding: 30px 0;
	cursor: pointer;
	position: relative;
}

.about_text--body {
	padding: 30px 50px;
}

.section__about {
	margin-top: -80px;
	z-index: 1;
	position: relative;
}

.about_texttop--item.about_texttop--activ {
	color: #233a8a;
}

.about_texttop--item.about_texttop--activ:before {
	content: '';
	position: absolute;
	height: 1px;
	width: 100%;
	background: #233a8a;
	bottom: -1px;
}

.object_banner.about_banner {
	height: 600px;
}

.about_textbody--row {
	display: flex;
	align-items: center;
}

.activity__arrow2 {
	display: flex;
	display: none;

}

.activity__arrow2 .activity__arrow-prev {
	margin-left: 0 !important
}

.about_textbody--row.about_textbody--row-right {
	flex-direction: row-reverse;
}

.about_textbody--img {
	margin-right: 50px;
}

.about_textbody--row-right .about_textbody--img {
	margin-right: 0px;
	margin-left: 50px;
}

.about_text--block.weather__block--top {
	margin-top: 40px;
}

.weather__block--item {
	display: flex;
	align-items: center;
	margin: 40px 0;
}

.weather__block--title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}

.weather__block--text {
	font-size: 15px;
	font-weight: 400;
}

.weather__block--info {
	margin-left: 40px;
}

/*----------------------------*/

.transport_block--top {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.transport_block--title {
	font-weight: bold;
	font-size: 17px;
}

.transport_block--img {
	margin-right: 30px;
}

.transport_block--item {
	margin: 15px 0;
}

.transport_row {
	margin-top: 45px;
}

/*----------------------------*/

.sights__item--like {
	opacity: 1;
}

.sights__item--imfo {
	opacity: 1;
}

.sights__item:before {
	opacity: 1;
	background: rgba(0, 0, 0, 0.4);
}

.excursions__item:before {
	opacity: 1;
	background: rgba(0, 0, 0, 0.4);
}

.excursions__item--title {
	opacity: 1;
}

.section__page .sights__item--padding {
	height: 350px;
}

.main__banner .container {
	position: relative;
}

.main__banner--weather {
	position: absolute;
	bottom: 50px;
	z-index: 2;
	color: #ffffff;
	left: 100px;
	font-size: 25px;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.weather--img {
	margin-right: 5px;
}

.pass-sights__item--chek {
	position: absolute;
	z-index: 1;
	top: 0;
	display: flex;
	flex-wrap: wrap;
	top: 20px;
	left: 20px;
}

.pass-sights__chek--item {
	margin-right: 20px;
	position: relative;
}

.pass-sights__chek--item:last-child {
	margin-right: 0 !important;
}

.sights__item--padding-big .pass-sights__chek--item {
	margin-right: 50px;
}

.pass-sights__chek--item svg {
	max-width: 30px;
	max-height: 30px;
}

.sights__item--padding-big .pass-sights__chek--item svg {
	max-width: 100%;
	max-height: 100%;
}

.sights__item--padding-big .pass-sights__item--chek {
	top: 30px;
}

/*--------------------------------------*/

.object_page--use {
	background: rgba(255, 135, 0, 0.38);
	background: #ffddb8;
	text-align: left;
	margin-top: 30px;
	padding: 20px 50px;
	font-size: 18px;
	line-height: 1.5;
}

.object_page--title {
	font-weight: bold;
}

.object_content__block {
	margin-top: 30px;
	background: #ffffff;
	/* padding: 25px 50px 30px 50px; */
}

.object_content--title {
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 30px;
}

.object_content--desc p {
	margin-bottom: 15px;
}

.object_content--desc-btn {
	font-weight: bold;
	text-align: center;
	text-decoration-line: underline;
	cursor: pointer;
	display: table;
	margin: 0 auto;
	margin-top: 30px;
}

.object_content--desc {
	/* height: 190px;
    overflow: hidden; */
}

.object_content--desc p:last-child {
	margin-bottom: 0;
}

.object_content--timetable ul {
	flex-direction: row;
}

.object_content--timetable ul li {
	width: 50%;
	margin-right: 40px;
}

.object_content--timetable ul li:last-child {
	margin-right: 0;
}

.timetable__block {
	margin-top: 0px;
	/* margin-bottom: 50px; */
	background: #fff;
	padding: 20px 50px 40px 50px;
}

.object_content--get ul li span {
	/* margin-left: 10px; */
}

.object_content--swiper .swiper-slide {
	height: 300px;
}

.object_content-pagination {
	margin-top: 30px;
	text-align: center;
}

.object_content-pagination span {
	width: 16px;
	height: 16px;
	opacity: 1;
	background: #b6b6b6;
}

.object_content-pagination span.swiper-pagination-bullet-active {
	background: #233a8a;
}

.object_content--swiper {
	margin-bottom: 0;
}

a.object_content--3d {
	background: #2dc0ff;
	display: block;
	padding: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #fff !important;
	cursor: pointer;
	background: #00b2ff;
	border-radius: 15px;
}

.object_content__block--url_3d {
	margin-top: 60px;
}

.object_content__block--video {
	margin-top: 60px;
}

div#maps {
	height: 450px;
}

/*---------------------------*/

.object__item-price span {
	text-decoration: line-through;
	font-size: 90%;
}

.object__item {
	display: flex;
	margin-right: 15px;
}

.object__descr--price {
	display: flex;
	flex-wrap: wrap;
	margin-left: 10px;
}

.object__item--title {
	margin-right: 5px;
}

.object__descr-price--block {
	display: flex;
	flex-wrap: wrap;
}

.turs3d__body iframe {
	border: 0;
	border-radius: 3px;
}

.object_content--slider {
	margin-top: 50px;
}

.where_page--use {
	background: #ffffff;
	padding: 55px 50px;
}

.object_content-one {
	margin-right: 20px;
}

.object_content-one img {
	width: 33px;
}

.object__info .object__info--adres {
	margin-bottom: 15px;
}

.pass-sights__item--absol {
	position: absolute;
	background: #fff;
	font-size: 10px !important;
	white-space: nowrap;
	padding: 5px !important;
	border: 1px solid #a8a8a8;
	line-height: 1;
	border-radius: 5px;
	margin-top: 5px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: default;
	z-index: 1;
	color: #000;
	left: 50%;
	transform: translateX(-50%);
}

.pass-sights__chek--item:hover .pass-sights__item--absol {
	opacity: 1;
	visibility: visible;
}

a.news__item--linck {
	color: #233a8a;
	font-weight: bold;
	margin-top: 10px;
	display: inline-block;
}

.sk-three-bounce {
	width: 8em;
	text-align: left;
}

.sk-three-bounce .sk-child {
	width: 1.5em;
	height: 1.5em;
	background: #233a8a;
	border-radius: 100%;
	display: inline-block;
	animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-three-bounce .sk-bounce-1 {
	animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce-2 {
	animation-delay: (-0.32s / 2);
}

@keyframes sk-three-bounce {

	0%,
	80%,
	100% {
		transform: scale(0);
	}

	40% {
		transform: scale(1);
	}
}

/*------------*/

.mobile__menu {
	display: none;
	position: fixed;
	z-index: 100;
	right: 0;
	background: url(../img/mobile-menu-bg.png);
	background-size: cover;
	top: 0;
	bottom: 0;
	padding: 15px;
	width: 100%;
	max-width: 320px;
	transition: all 0.5s ease;
	overflow-y: auto;
}

.mobile__menu--header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

.mobile__menu--header .header__logo {
	margin: 0;
	padding: 0;
	max-width: 150px;
}

.mobile__menu--header .header__logo a span {
	font-size: 8px;
}

.mobile__menu--header .header__logo img {
	max-width: 85px;
}

.mobile__menu--search input {
	background: #fdfdfd;
	border: 0;
	width: 100%;
	padding: 15px 18px;
	padding-right: 35px;
}

.mobile__menu--search button {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background: transparent;
	border: 0;
	padding: 0 10px;
}

.searchform form {
	position: relative;
}

.mobile__menu--search form {
	position: relative;
}

.mobile__menu--search button svg * {
	stroke: #9f9f9f;
}

.mobile__menu--search {
	margin-bottom: 20px;
}

.mobile__menu--cartblock .header__wishlist {
	display: none;
	margin-right: 40px;
}

.mobile__menu--cartblock {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.mobile__menu--main-menu ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mobile__menu--main-menu ul.menu a.header__menu--no-linck {
	font-weight: 500;
	font-size: 18px;
	color: #000;
	margin-bottom: 20px;
	display: block;
	transition: all 0.5s ease;
}

.mobile__menu--main-menu ul.menu a.header__menu--no-linck:hover {
	color: #233a8a;
}

.mobile__menu--body {
	position: relative;
}

.mobile__menubody--cildren--block .header_menu__left--title {
	font-weight: bold;
	font-size: 18px;
}

.mobile__menubody--cildren--block .header_menu__left--menu .menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mobile__menubody--cildren--block .header_menu__left--menu ul.menu li a {
	font-weight: 600;
	font-size: 18px;
	color: #000;
}

.mobile__menubody--cildren--block .header_menu__left--menu ul.menu li {
	margin: 5px 0;
}

.mobile__menubody--cildren--block .header_menu__left {
	margin-bottom: 20px;
}

.mobile__menubody--cildren--block .header_menu__body--item {
	margin-bottom: 20px;
}

.mobile__menubody--cildren--block .header_menu__item--img img {
	height: 120px;
}

.mobile__menubody--cildren--block .header_menu__item--linck {
	text-align: left;
}

.mobile__menubody--back {
	margin-bottom: 20px;
}

.mobile__menubody--second {
	display: none;
}

.mobile__menubody--cildren--block .header_menu__left--pass-img img {
	max-width: 100%;
}

.mobile__menubody--cildren--block .header_menu__left--pass-img {
	margin: 0;
	margin-top: 10px;
}

.mobile__menubody--cildren--block .header_menu__left--row {
	margin-top: 10px;
}

.mobile__menubody--cildren--block .header__item-item {
	margin-bottom: 15px;
}

.mobile__menubody--cildren--block .header_menu__left--linck.linck-poppap svg {
	display: inline;
}

.partners__container .swiper-wrapper,
.partners__container2 .swiper-wrapper {
	align-items: center;
}

.partners__container--margin {
	margin-bottom: 50px;
}

/*--------------------------*/

.check-content__tabs {
	margin: 20px 0;
	margin-bottom: 40px;
}

.check-tab-desc {
	margin-bottom: 10px;
}

.payment__method.section__tab-active {
	border: 1px solid #233a8a;
	background: #b6e5fa;
}

/*-------------------checkout--------------------*/

.check-tab-desc {
	margin-bottom: 15px;
}

.content-radio input {
	display: none;
}

.content-radio label {
	position: relative;
	margin: 0;
	padding-left: 40px;
	margin-bottom: 15px;
	/*display: flex;*/
	align-items: center;
}

.content-radio label img {
	margin-left: 40px;
}

.content-radio label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 23px;
	height: 21px;
	border-radius: 3px;
	border: 1px solid #050505;
	transition: all 0.5s ease;
}

.content-radio input:checked+label:before {
	border: 1px solid #233a8a;
}

.content-radio-block {
	margin-bottom: 20px;
}

.content-radio label:after {
	content: '';
	width: 15px;
	height: 15px;
	position: absolute;
	display: block;
	left: 4px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	background: url(../img/cheked-icon.png);
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.5s ease;
}

.content-radio input:checked+label:after {
	opacity: 1;
}

.content-radio #delivery-method-10+label {
	padding-left: 0;
	font-weight: 700;
}

.content-radio #delivery-method-10+label:before {
	display: none;
}

.content-radio #delivery-method-10+label:after {
	display: none;
}

.content-input input {
	border-radius: 3px;
	border: 1px solid #c4c4c4;
	background-color: #ffffff;
	width: 100%;
	color: #000000;
	padding: 10px 10px 10px 25px;
	height: 45px;
}

.content-input input::placeholder {
	color: #c7c7c7;
}

.content-input textarea {
	border-radius: 3px;
	border: 1px solid #c4c4c4;
	background-color: #ffffff;
	width: 100%;
	color: #000000;
	padding: 10px 10px 10px 25px;
}

.content-input textarea::placeholder {
	color: #c7c7c7;
}

.content-input select {
	border-radius: 3px;
	border: 1px solid #c4c4c4;
	width: 100%;
	padding: 10px 10px 10px 25px;
	height: 45px;
	color: #000000;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding-right: 60px;
	position: relative;
	/*background: url(../img/arrow-down-icon.png);*/
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: 95% center;
}

.content-input {
	margin-bottom: 25px;
}

.checkout__item {
	margin-bottom: 60px;
}

.checkout__item:last-child {
	margin-bottom: 0;
}

.checkout__payment--block {
	margin-top: 50px;
}

.checkout__payment-red {
	color: #ff3e3e;
	font-weight: 700;
	margin-bottom: 30px;
}

input.form-input-button {
	color: #ffffff;
	font-weight: 700;
	border-radius: 5px;
	background-color: #233a8a;
	padding: 10px 50px;
	border: 0;
	cursor: pointer;
}

.check-content-map {
	margin-bottom: 30px;
	margin-top: 40px;
}

.js__qr .payment__method--info {
	justify-content: flex-start;
	font-size: 14px;
}

.js__qr .payment__method--info .payment__method--text {
	margin-right: 10px;
}

.magazine__page--desc iframe {
	width: 100%;
	height: 500px;
}

.pass-page__video--block {
	margin-top: 20px;
}

/*--------------------------*/

.comment__block--title {
	color: #686868;
	font-weight: 600;
	font-size: 30px;
	margin-bottom: 30px;
	text-align: center;
}

.comment__block--title span {
	color: #000;
}

.comment__item {
	display: flex;
	background: #fff;
	margin-bottom: 15px;
	flex-wrap: wrap;
}

.comment__item--img {
	background: #f1f1f1;
	/* width: 250px;
    min-width: 250px; */
	display: flex;
	align-items: center;
	justify-content: center;
}

.comment__item--info {
	padding: 15px 20px;
}

.comment__item--top {
	display: flex;
	margin-bottom: 10px;
	flex-wrap: wrap;
}

.comment__item--footer {
	margin-top: 10px;
}

.comment__item--autor {
	font-weight: bold;
	font-size: 14px;
	color: #6aa6ff;
	margin-right: 20px;
}

.comment__item--data {
	font-size: 14px;
	color: #767676;
}

.comment__item--text {
	font-size: 14px;
}

.comment__item--answer a {
	font-weight: bold;
	font-size: 14px;
	color: #6aa6ff;
}

.comment__item--children {
	margin-left: 50px;
}

ul.comment__block--list {
	margin: 0;
	padding: 0;
}

ul.comment__block--list li {
	list-style: none;
	margin-bottom: 40px;
}

.comment__block--list ul.children {
	padding-left: 50px;
}

.comment__form--form {
	/* max-width: 880px; */
	display: block;
	margin: 0 auto;
	background: #ffffff;
	border-radius: 2px;
	padding: 30px 20px;
}

.comment__form--title {
	font-weight: 600;
	font-size: 30px;
	margin-bottom: 30px;
}

.comment__form--item textarea,
.comment__form--item input {
	font-weight: normal;
	font-size: 14px;
	color: #808080;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	border-radius: 2px;
	padding: 15px 30px;
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

.comment__form--item textarea {
	min-height: 150px;
}

p.comment-notes {
	font-weight: normal;
	font-size: 14px;
	color: #707070;
}

.comment__form--form input[name='submit'] {
	background: #233a8a;
	border-radius: 2px;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	border: 0;
	width: 220px;
	height: 45px;
	margin: 0;
	margin-top: 30px !important;
	display: block;
}

.object__info--bot-text {
	color: #fff;
	margin-top: 30px;
}

.cart__block--bot-text {
	margin-top: 15px;
	font-size: 14px;
}

.wp-pagenavi {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}

.wp-pagenavi span,
.wp-pagenavi a {
	font-weight: 500;
	font-size: 14px;
	color: #000;
	padding: 10px;
	border: 1px solid transparent;
	box-sizing: border-box;
	border-radius: 2px;
	margin: 0 5px;
	line-height: 1;
}

.wp-pagenavi span {
	border-color: #000;
}

.wp-pagenavi a.prev,
.wp-pagenavi a.next {
	border-color: #000;
}

/*---------------------------*/

.title-form-head-h1.program_item_title {
	text-transform: none;
	line-height: 1.2;
	max-width: 500px;
	margin: 0 auto;
	margin-bottom: 30px;
	text-align: center;
	color: #282828;
	font-family: 'Proxima Nova';
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
}

.md-modal .md-content {
	padding: 60px 40px;
	background: #fff;
	border-radius: 0;
}

button.md-close {
	position: absolute;
	top: 20px;
	right: 30px;
	background: transparent;
	border: 0;
	height: 20px;
	width: 20px;
	padding: 0;
	z-index: 1;
	outline: none;
}

button.md-close svg {
	width: 100%;
	height: 100%;
	opacity: 0.5;
}

button.md-close:hover svg {
	fill: #ff5555 !important;
	opacity: 1;
}

button.md-close:hover svg * {
	fill: #ff5555 !important;
}

.form_specialty__title {
	text-transform: none;
	line-height: 1.2;
	max-width: 500px;
	margin: 0 auto;
	margin-bottom: 30px;
	text-align: center;
	color: #282828;
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
}

input.input-linck {
	border-radius: 2px;
	border: 1px solid #ececec;
	font-size: 16px;
	padding: 10px 22px;
	color: #b1b1b1;
	width: 100%;
	max-width: 450px;
	margin-bottom: 15px;
}

input.input-linck[type='submit'] {
	border: 1px solid #2dc0ff;
	background-color: #2dc0ff;
	color: #fff;
	margin-bottom: 0;
	background: #233a8a;
	border: 1px solid #233a8a;
}

#form_email p.s2_message {
	text-align: center;
	margin-bottom: 0;
}

.input__form textarea {
	border: 1px solid #ececec;
	max-width: 450px;
}

.success-form {
	max-width: 450px;
}

.form__block .content-radio label:after {
	left: 2px;
}

.activity__content {
	overflow: hidden;
}

/*--------------------*/

.object__info--phone-repeater a {
	margin-right: 10px;
}

.object__descr--prise-new {
	display: inline-flex;
	background: #233a8a;
	border-radius: 2px;
	padding: 15px 30px;
	margin: 30px 0 20px 0;
	align-items: center;
}

.object__descr__prise--left {
	margin-right: 10px;
}

.object__descr__prise--body {
	color: #fff;
	line-height: 1.2;
}

.object__descr__prise--title {
	font-weight: 300;
	color: #fff;
	font-size: 29px;
	line-height: 1.2;
}

.object__descr__prise--line {
	font-weight: 800;
	font-size: 24px;
}

.object__descr__prise--line span {
	color: #ffe55a;
}

.object__descr__prise--line strike {
	font-style: italic;
	text-decoration-line: line-through;
}

.object_content--banner .object_content--timetable ul {
	flex-direction: column;
}

.object_content--banner .object_content--timetable ul li {
	margin-right: 0;
	width: 100%;
}

.object_content--banner {
	background: rgba(255, 255, 255, 0.94);
	border-radius: 2px;
	padding: 30px;
}

.object_content--right-footer {
	margin-top: 30px;
	text-align: right;
}

a.sights__item--btn.sights__item--btn-cart.serv_add_to_pass.active_add {
	display: none;
}

a.sights__item--btn.sights__item--btn-cart.serv_add_to_pass.active_add+.sights__item--btn--linck {
	display: flex !important;
}

/*-------------------------------*-----------------------------*/

.banner__pass--item {
	display: flex;
	height: 190px;
	background: #2dc0ff;
	align-items: center;
}

.banner__pass {
	margin: 35px 0;
}

.banner__pass--img {
	max-width: 440px;
	position: relative;
}

.banner__pass--img img {
	max-width: 100%;
}

.banner__pass--left {
	padding: 0 40px;
}

.banner__pass--title {
	font-size: 48px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1;
}

.banner__pass--desc {
	font-weight: 600;
	font-size: 27px;
	color: #fff;
	line-height: 1.2;
}

.banner__pass--bott {
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.banner__pass--price {
	font-weight: 900;
	font-size: 48px;
	color: #000000;
	line-height: 1;
	margin-right: 50px;
}

.banner__pass--right {
	margin-left: 100px;
}

/*-------------------------------------------*/

.tab__aviata {
	position: relative;
	background: #002a47;
	border-radius: 2px;
	padding: 50px;
	padding-top: 70px;
}

.tab__aviata--top {
	position: absolute;
	top: 0;
	transform: translateY(-50%);
	display: flex;
	left: 0;
	padding: 0 50px;
}

.tab__aviata_top--button {
	background: #00529f;
	border-radius: 5px;
	border: 0;
	width: 255px;
	padding: 10px;
	font-weight: 600;
	font-size: 24px;
	color: #fff;
	transition: all 0.5s ease;
}

.tab__aviata_top--item {
	margin-right: 5px;
}

.tab__aviata_top--active .tab__aviata_top--button {
	background: #fc9f49;
}

.aviata__cart--item {
	display: flex;
	align-items: center;
	background: #ffffff;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.34);
	border-radius: 20px;
	overflow: hidden;
}

.aviata__cart--price {
	font-weight: 800;
	font-size: 36px;
	color: #00529f;
	line-height: 1.2;
	margin-top: 15px;
}

.aviata__cart--right {
	width: 100%;
	padding-left: 70px;
}

.aviata__cart--top {
	display: flex;
	align-items: center;
}

.aviata__cart--text {
	background: #f8f8f8;
	border-radius: 5px 0px 0px 5px;
	font-size: 18px;
	padding: 8px 15px;
	height: 42px;
}

.aviata__cart--top span.count {
	background: #002a47;
	border-radius: 0px;
	color: #fff;
	height: 100%;
	height: 42px;
	width: 45px;
}

.aviata__cart--info .collect__quantity span.click_serv,
.aviata__cart--info .collect__quantity span.click_serv2 {
	width: 18px;
	height: 21px;
	background: #efefef !important;
}

.aviata__cart--info .collect__quantity span.click_serv2.plus {
	background: #00529f !important;
}

.tab__aviata_body--item {
	display: none;
}

.tab__aviata_body--active {
	display: block;
}

.aviata__linck {
	margin-top: 30px;
	text-align: center;
}

.aviata__linck--linck {
	font-weight: 600;
	font-size: 24px;
	color: #ffffff !important;
	background: #00529f;
	box-sizing: border-box;
	border-radius: 2px;
	width: 385px;
	display: inline-block;
	padding: 15px;
	cursor: pointer;
	transition: all 0.5s ease;
}

.aviata__linck--linck:hover {
	background: #fc9f49;
}

.content__aviata .checkout__item--overflow {
	overflow: hidden;
	height: 0;
}

.content__aviata .cart__block--data {
	margin-top: 0;
}

.content__aviata .linck-poppap--orange {
	background: #00529f;
	border: 1px solid #00529f;
	margin-top: 0;
}

.content__aviata .checkout__payment-red {
	margin-bottom: 10px;
}

.content__aviata .input__checkbox--text a {
	color: #00529f;
}

.content__aviata .collect__price {
	font-size: 24px;
	color: #00529f;
}

.content__aviata .basket__cart .collect__quantity .count {
	background: #ffffff;
	border-radius: 5px 0px 0px 5px;
	height: 40px;
	width: 53px;
}

.content__aviata .basket__cart {
	padding: 35px 45px;
	border-radius: 2px;
	border: 1px solid #dadada;
}

.content__aviata .basket__cart .collect__quantity span.click_serv2 {
	width: 24px;
	height: 20px;
}

.content__aviata .basket__cart--iphone {
	margin-right: 20px;
	max-width: 140px;
	min-width: 140px;
}

/*---------------------*/

.search__block .searchform__block input {
	font-weight: 500;
	font-size: 16px;
	background: #fdfdfd;
	padding: 15px 20px;
	border: 0;
	width: 100%;
	outline: none;
	border-bottom: 2px solid #233a8a;
}

.search__block .searchform {
	position: relative;
}

.search__block .searchform button#searchsubmit {
	padding: 5px;
	display: block;
	border: 0;
	background: transparent;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.searchform__block {
	margin-bottom: 50px;
}

.banner__main--item img {
	height: 450px !important;
}

/*----------------------------*/

.search__item--title a {
	font-weight: 800;
	font-size: 20px;
	color: #212425;
	margin-bottom: 30px;
	line-height: 1.2;
	margin-bottom: 5px;
	display: block;
}

.search__item {
	margin-bottom: 20px;
}

.search__item--content {
	font-size: 16px;
}

/*--------------------------------*/

.bukabay__banner {
	position: relative;
	margin-bottom: 40px;
}

.bukabay__banner--img {
	position: relative;
}

.bukabay__banner--img:before {
	content: '';
	background: rgba(0, 0, 0, 0.45);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.bukabay__banner--absol {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	z-index: 2;
}

.bukabay__banner--absol--block {
	text-align: center;
	color: #ffffff;
	max-width: 1000px;
	margin: 0 auto;
}

.bukabay__banner--absol--title {
	font-weight: bold;
	font-size: 72px;
	color: #ffffff;
	text-transform: uppercase;
}

.bukabay__banner--absol--text {
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 20px;
}

.bukabay__banner--absol--data {
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
}

.bukabay__banner--absol--data svg {
	margin-right: 20px;
}

/*----------------------*/

.all__inclusive--item {
	background: #f8f8f8;
	border-radius: 5px;
	height: 282px;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px 50px;
}

.all__inclusive--row {
	margin-top: 40px;
}

.all__inclusive--img {
	height: 170px;
	display: flex;
	align-items: center;
}

.all__inclusive--text {
	font-size: 18px;
	color: #000000;
	text-align: center;
}

/*-----------------------------------*/

.bukabay__cart--block {
	background: url(../img/bukabay__bg--blue.jpg);
	background-color: #233a8a;
	padding: 25px 140px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 4px;
}

.bukabay__cart--linck {
	display: flex;
	background: #ffffff !important;
	border-radius: 5px;
	width: 400px;
	justify-content: center;
	padding: 15px !important;
	font-weight: 600;
	font-size: 24px;
	color: #233a8a !important;
	line-height: 1.2;
	height: auto;
}

.bukabay__cart--left {
	display: flex;
	align-items: center;
}

.bukabay__cart--priceblock {
	margin-right: 80px;
	color: #ffffff;
}

.bukabay__cart--price {
	font-weight: bold;
	font-size: 55px;
	line-height: 1.1;
}

.bukabay__cart--pricetext {
	font-size: 36px;
	line-height: 1.1;
}

/*-------------------------*/

.mercedes__info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 30px;
}

.mercedes__info--title {
	font-weight: bold;
	font-size: 48px;
	text-transform: uppercase;
	color: #f88054;
	line-height: 1.2;
	margin-bottom: 15px;
}

.mercedes__info--info {
	font-size: 36px;
	line-height: 1.2;
	color: #000000;
}

.mercedes__info--upp {
	text-transform: uppercase;
}

/*--------------------------------------*/

.bukabaymap__map--img img {
	width: 100%;
	filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.04));
	border-radius: 4px;
}

.bukabaymap__time {
	height: 100%;
	background: #ffffff;
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.04);
	border-radius: 4px;
	padding: 40px 40px 40px 40px;
}

.bukabaymap__time--item {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f2f2f2;
	display: flex;
}

.bukabaymap__time--left .bukabaymap__time--text {
	white-space: nowrap;
	font-weight: bold;
	font-size: 18px;
	color: #f88054;
	line-height: 1.2;
}

.bukabaymap__time--right .bukabaymap__time--text {
	font-weight: 500;
	font-size: 18px;
	color: #000000;
	line-height: 1.2;
}

.bukabaymap__time--left {
	min-width: 230px;
}

.bukabaymap__row {
	margin-top: 40px;
}

/*---------------------------------*/

#form_modal {
	max-width: 700px;
}

.form_modal--title {
	font-weight: bold;
	font-size: 36px;
	color: #000000;
	line-height: 1.2;
}

#form_modal .md-content {
	padding: 40px 100px;
	padding-top: 40px;
}

#form_modal .cart__block--desc {
	margin-bottom: 0px;
	color: #5e5e5e;
	font-size: 11px;
}

#form_modal .cart__block--data {
	margin-top: 20px;
}

#form_modal input[type='submit'] {
	cursor: pointer;
}

#form_modal input.form-input {
	width: 100%;
	max-width: 100%;
}

/*----------------------------------*/

.excursions__banner {
	position: relative;
	height: 210px;
	display: flex;
	align-items: center;
	padding: 50px;
	margin: 20px 0;
	background: #233a8a;
	z-index: 1;
}

.excursions__banner--img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.excursions__banner--img {
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.excursions__banner--info {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.excursions__banner--text {
	font-weight: bold;
	font-size: 36px;
	color: #fff;
}

.excursions__banner .banner__item--lincks {
	margin-top: 0;
}

.excursions__banner .banner__item--linck {
	background: #ffffff;
	color: #233a8a !important;
}

.excursions__banner--linck {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 0;
	opacity: 0;
}

a.mobile__menu--linck {
	border-radius: 2px;
	background-color: #233a8a;
	padding: 10px 30px;
	display: inline-block;
	color: #fff !important;
	text-decoration: none;
	cursor: pointer;
}

.mobile__menu--popap {
	text-align: center;
	margin-top: 30px;
}

.footer__menu--popap {
	margin-top: 30px;
}

/*----------------------------------*/

.merch_burabay--block {
	background: #f88054;
	border-radius: 4px;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.merch_burabay--right {
	padding: 50px 80px;
}

.merch_burabay--title {
	font-weight: bold;
	font-size: 48px;
	color: #ffffff;
	margin-bottom: 15px;
	line-height: 1.2;
}

.merch_burabay--desc ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.merch_burabay--desc ul li {
	font-weight: normal;
	font-size: 36px;
	color: #ffffff;
	margin-right: 40px;
}

.merch_burabay--desc ul li:last-child {
	margin-right: 0;
}

.merch_burabay--img {
	position: relative;
}

.merch_burabay--img:after {
	content: '';
	background: linear-gradient(270deg, #f88054 0%, rgba(248, 128, 84, 0) 31.77%);
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
}

.merch_burabay--img img {
	max-width: 100%;
}

.banner-product-title {
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.2;
	/* identical to box height, or 90% */
	color: #000000;
}

.banner-product-razmer {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.2;
	/* identical to box height */
	margin-top: 11px;
	color: #cbcbcb;
	margin-bottom: 21px;
}

.banner-product-sale-st {
	font-style: normal;
	font-weight: 300;
	font-size: 29px;
	line-height: 1.2;
	color: #000000;
}

.banner-product-sale-tsena {
	font-style: normal;
	font-weight: 800;
	font-size: 36px;
	line-height: 1.2;
	color: #233a8a;
}

.sights__item--btn-cart-2 {
	background-color: #2dc0ff;
	margin-right: 5px;
	border: 1px solid #2dc0ff;
}

.banner-sold-sale {
	margin-left: 11px;
}

.banner-product-tovar-title {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
	/* identical to box height */
	margin-top: 40px;
	margin-bottom: 10px;
	color: #000000;
}

.banner-product-tovar-text {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.2;
	/* or 164% */
	color: #000000;
}

.banner-podr {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.2;
	/* identical to box height, or 164% */
	margin-top: 3px;
	text-decoration-line: underline;
	color: #a9a9a9;
}

.sights__item--btn-linck-2 {
	border: 1px solid #233a8a;
	color: #233a8a !important;
}

.sights__item--btn-2:hover {
	color: white !important;
}

.sights__item--btn-2:hover path {
	fill: white;
}

.baner-product-opis-title {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.2;
	text-transform: uppercase;
	margin-top: 45px;
	margin-bottom: 15px;
	color: #000000;
}

.baner-product-opis-text {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.2;
	/* or 156% */
	max-width: 1270px;
	color: #000000;
}

.cont-2 {
	max-width: 1392px;
}

.banner-product {
	margin-top: 102px;
}

.banner-tovar {
	display: flex;
}

.banner-tovar-1 {
	margin-right: 67px;
}

.banner-tover-2 {}

.banner-tover-2-text-1 {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.2;
	color: #233a8a;
	max-width: 179px;
	margin-left: 17px;
}

.banner-tover-2-text-2 {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.2;
	max-width: 179px;
	color: #000000;
	margin-left: 17px;
}

.banner-tover-2-text {
	align-items: center;
	display: flex;
}

.space_tover {
	margin-bottom: 26px;
	/* margin-top:24px; */
}

.swiper-container {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.mySwiper2 .swiper-slide {
	background-size: cover;
	background-position: center;
	height: 430px;
}

.mySwiper2 {
	height: 80%;
	width: 100%;
}

.mySwiper {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}

.mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}

.mySwiper2 .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mySwiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mySwiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 96px;
	object-fit: cover;
}

.banner-left {
	position: relative;
}

.mySwiper2 .swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	background: blue;
}

.mySwiper2 .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	display: inline-block;
	border-radius: 50%;
}

.popular__item--img-2 img {
	width: 100%;
	height: 389px;
	object-fit: cover;
}

.popular__item--img-2 {
	margin-bottom: 20px;
	position: relative;
}

.popular__item--img-2:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: all 0.5s ease;
}

/*---------------------------------------*/

.product__gallery--main {
	overflow: hidden;
	height: 430px;
	margin-bottom: 20px;
}

.product__gallery--main img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product__gallery--second img {
	width: 100%;
	height: 100px;
	object-fit: cover;
	object-position: top;
	border: 2px solid transparent;
}

.product__gallery--second .swiper-slide-thumb-active img {
	border-color: #2dc0ff;
}

.product__gallery--second {
	overflow: hidden;
}

.basket__cart--link {
	margin: 30px 0;
}

/*---------------------------------*/

.section__banner {
	position: relative;
	padding-top: 80px;
	/* min-height: 860px;
    max-height: 860px; */
	min-height: 700px;
	max-height: 700px;
	height: 100vh;
}

.section__banner--bg {
	position: absolute;
	inset: 0px;
	z-index: -1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
}

.section__banner--bg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

/*--------*/

.section__banner--video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.banner__video--main {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1080px;
	height: 100%;
	/* height: 100vh; */
}

video.fullscreen-main {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: left;
	object-position: left;
}

.section__banner--none .section__banner--video {
	display: none;
}

.section__banner--logo img {
	max-width: 100%;
}

.section__banner--logo {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	max-width: 1370px;
	margin: 0 auto;
	width: 100%;
}

.passslider--section .passslider__container {
	margin: 0;
}

.passslider--section {
	border-bottom: 1px solid #f0f0f0;
}

.passslider--section .passslider__container .passslider__item {
	padding-top: 80px;
	padding-bottom: 70px;
	border-right: 1px solid #f0f0f0;
	height: 100%;
	width: 100%;
}

.passslider--section .passslider__container .swiper-slide:nth-child(3) .passslider__item {
	border-right: 0px;
}

.passslider--section .passslider__container .swiper-slide {
	height: auto;
	display: flex;
}

.passslider--section__block .passslider__pagination {
	margin-top: 30px;
}

/*--Dastan--*/
@media screen and (max-width: 768px) {
	.inpasss {
		font-size: 20px !important;
	}
}

/****************new**/
.blue-h1 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 1.2;
	/* identical to box height */
	text-align: center;
	margin-top: 80px;
	letter-spacing: -0.03em;
	text-transform: uppercase;

	/* 00B2FF */

	color: #00b2ff;
}

.astana-card-block img {
	width: 100%;
}

.acb-text-small {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: -0.03em;

	/* 111026 */

	color: #111026;
}

.acb-text-big {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	font-size: 30px;
	line-height: 1.2;
	/* identical to box height */
	flex-wrap: wrap;
	letter-spacing: -0.03em;
	text-transform: uppercase;

	/* 111026 */
	display: flex;
	align-items: center;
	color: #111026;
	margin-bottom: 10px;
}

.acb-text-std {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: -0.03em;
	min-height: 53px;

	/* 111026 */

	color: #111026;
}

.more-card {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	padding: 15px;
	background: #111026;
	border-radius: 15px;

	color: #ffffff;
}

.acb-text-big strong {
	font-weight: 700;
}

.acb-text-big span {
	margin-right: 30px;
}

.quest-block-title {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.2;
	text-transform: uppercase;

	/* 111026 */
	margin-bottom: 10px;
	color: #111026;
}

.quest-block-text {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	/* or 156% */

	text-align: center;

	/* 111026 */

	color: #111026;
}

.quest-block {
	text-align: center;
}

.astana-card-block {
	margin-bottom: 30px;
}

.quest-con {
	margin-bottom: 100px;
}

.iconblock {
	background: #ffffff;
	box-shadow: 0px 0px 90px rgb(0 0 0 / 5%);
	border-radius: 15px;
	padding-top: 47px;
	padding-bottom: 47px;
	text-align: center;

	padding-right: 20px;
	padding-left: 20px;

}

.partners__container--margin {
	margin-bottom: 0px;
}

.sectipon-partners .sectipon__title {
	justify-content: center;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	line-height: 1.2;
	/* identical to box height */

	text-transform: uppercase;

	/* 111026 */

	color: #111026;
}

.partners__container .swiper-wrapper,
.partners__container2 .swiper-wrapper {
	justify-content: center;
}

.partner__item img {
	max-height: 70px;
}

.partner__item:first-child img {
	max-height: 100px;
}

.footer__menu--menu ul li a {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	/* identical to box height */

	text-transform: none;
	color: #8ba7c8;
}

.footer__menu--title {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.2;
	/* identical to box height, or 188% */

	text-transform: uppercase;
}

footer:before {
	content: none !important;
}

.footer__bg:before {
	content: none;
}

.footer__bg:after {
	content: none;
}

#sys_getloadavg {
	display: none;
}

footer {
	padding-bottom: 0px;
}

.subscribe_footer {
	border: 1px solid #8ba7c8;
	border-radius: 15px;
}

.subscribe_footer .subscribe__linck {
	text-align: center;
}

.subscribe_footer .subscribe__linck a {
	font-family: 'Montserrat';
	font-style: normal;
	white-space: nowrap;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	/* identical to box height */
	padding: 20px;
	text-align: center;

	color: #8ba7c8 !important;
	background: none;
	border-radius: 5px;
}

.subscribe_footer .subscribe__linck {
	margin-right: 0px;
	width: 100%;
}

a.mobile__menu--linck {
	background: #00b2ff;
	border-radius: 15px;
	padding: 20px;
}

a.mobile__menu--linck svg {
	margin-right: 10px;
}

.footer__cope {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
	/* identical to box height, or 300% */

	color: #cfdbe8;
}

.footer__right--card img {}

.sectipon__title--info {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	line-height: 1.2;
	/* identical to box height */

	/* 111026 */

	color: #111026;
}

.sectipon__title--linck a {
	padding: 20px;
	border-radius: 15px;
}

.sights__item--btn-linck {
	background: #00b2ff;
	border-radius: 15px;
	height: 60px;
	width: 139px;
	border: none;
}

a.news__item--linck {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.2;
	/* identical to box height */

	text-align: center;

	color: #ffffff;

	border-radius: 5px;
	background: #00b2ff;
	border-radius: 15px;
	padding: 20px;
}

.sectipon-news {
	position: relative;
}

.activity__arrow {
	width: 100%;
	/* display: none; */
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	/* bottom: 50%; */
	z-index: 2;
	max-width: 1680px;
}

.subscribe__item--img a img {
	border-radius: 15px;
}

.flex-c {
	display: flex;
	justify-content: space-between;
}

.activity__arrow-prev {
	margin-left: -37px;
}

.activity__arrow-next {
	margin-right: -5px;
}

.popular__item--img img {
	border-radius: 15px;
}

.sectipon-popular .activity__arrow {
	display: none;
}

.banner__item--img img {
	border-radius: 15px;
}

.footer__bottom {
	justify-content: flex-start !important;
}

.acb-text .header__linck {
	margin-top: 17px;
}

.acb-text .header__linck a {
	font-size: 16px;
	margin-right: 26px;
}

.acb-text .header__linck span {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	font-size: 35px;
	line-height: 1.2;
	/* identical to box height */

	letter-spacing: -0.03em;
	text-transform: uppercase;

	/* 00B2FF */

	color: #00b2ff;
}

.acb-text .header__linck strong {
	font-weight: 700;
}

.red-btn a {
	background: #f02d59 !important;
	border: 1px solid #f02d59 !important;
}

.red-btn span {
	color: #f02d59 !important;
}

.header__linck.brown-btn a {
	background-color: #983101;
	border: 1px solid #983101;
}

.header__linck.brown-btn span {
	color: #983101;
}

.sectipon__title--linck a {
	white-space: nowrap;
}

.partners__container--margin {
	margin-bottom: 20px;
}

.activity__arrow-prev1 {
	margin-left: -40px;
}

.activity__arrow-next1 {
	margin-right: 0px;
}

.main__banner {
	position: relative;
}

.font-norm {
	font-weight: 400;
}

.header_menu__left--pass-img img {
	width: 100%;
	max-width: 100%;
}

.adv-pas-block {
	padding-top: 40px;
	padding-bottom: 20px;
}

.adv-pas-block .header__item-item {
	background: #ffffff;
	box-shadow: 0px 8px 90px rgba(0, 0, 0, 0.05);
	border-radius: 15px;
	justify-content: center;
	width: 100%;
	height: 172px;
	align-items: center;
}

.adv-pas-block .header__item-item .header__item-item--title {
	max-width: 350px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
}

.sectipon-popular2 .activity__arrow-next {
	margin-right: 0px;
}

.ex-pas .row {
	height: auto;
}

.ex-pas.excursions__row {
	height: auto;
}

.excursions__item--h50 {
	height: 273px;
}

.excursions__item--img img {
	border-radius: 15px;
}

.excursions__item:before {
	border-radius: 15px;
}

.sectipon-popular2 .popular__item--img img {
	height: 467px;
}

.how_desc ul li:before {
	background-color: #00b2ff;
}

.pass-page__kit--section .sectipon__title--info {
	margin-bottom: 30px;
}

.section-card-block .astana-card-block {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.see-card {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: -0.03em;

	/* 00B2FF */

	color: #00b2ff;
}

.section-card-block .astana-card-block img {
	max-width: 646px;
}

.btn-card-click {
	padding-top: 20px;
}

.btn-card-click .header__linck {
	margin-bottom: 16px;
}

.section-card-block .header__linck a {
	align-items: center;
	width: 100%;
	justify-content: center;
}

.section-card-block .acb-text-std {
	max-width: 552px;
}

.section-card-block .acb-text {
	margin-right: 20px;
}

.price-nimber_card {
	flex-wrap: wrap;
}

.price-nimber_card .number-price {
	margin-right: 10px;
	margin-bottom: 10px;
}

.price-nimber_card.header__linck svg {
	margin-left: 0px;
}

.block-adr-crocos {
	margin-top: 30px;
}

.white-block-shadow {
	background: #ffffff;
	box-shadow: 0px 8px 90px rgba(0, 0, 0, 0.05);
	border-radius: 15px;
	padding: 60px 30px;
	display: flex;
	align-items: self-start;
	flex-wrap: wrap;
	height: 100%;
}

.wbs-space {
	margin-bottom: 15px;
}

.wbs-space svg {
	margin-right: 12px;
}

.white-block-shadow .header__linck a {
	font-size: 16px;
}

.wbs-adres-day {
	margin-bottom: 30px;
}

.section__banner-pass {
	position: relative;
}

.absol {
	top: 94px;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	right: 168px;
	left: 0;
	color: white;
}

.banner-pas-block {
	margin-left: 50px;
	margin-right: 20px;
}

.bpb-1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 1.2;
	/* identical to box height */

	letter-spacing: -0.03em;
	text-transform: uppercase;

	color: #ffffff;
}

.bpb-2 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	font-size: 64px;
	line-height: 1.2;
	letter-spacing: -0.03em;
	text-transform: uppercase;

	color: #ffffff;
}

b {
	font-weight: 700;
}

.bpb-3 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: -0.03em;

	color: #ffffff;
}

.bpb-4 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	font-size: 48px;
	line-height: 1.2;
	/* identical to box height */

	letter-spacing: -0.03em;
	text-transform: uppercase;

	color: #ffffff;
}

.bpb-5 .btn-card-click {
	display: flex;
}

.bpb-5 .header__linck a {
	font-size: 16px;
}

.small-t {
	font-size: 20px;
}

.hl-left {
	margin-right: 25px;
}

.pas-img {
	width: 100%;
	min-height: 369px;
	object-fit: cover;

	object-position: right;
}

.pas-img2 {
	width: 100%;
	min-height: 369px;
	object-fit: cover;

	display: none;
}

.red-btn .see-card {
	color: #f02d59;
}

.red-bg-c {
	background: #f02d59 !important;
	border: 1px solid #f02d59 !important;
}

.red-border-t {
	border-top: 5px solid #f02d59;
}

.brown-bg-c {
	background: #983101 !important;
	border: 1px solid #983101 !important;
}

.brown-border-t {
	border-top: 5px solid #983101;
}

.sectipon__title--linck a:hover {
	color: white !important;
}

.paints__info--bottom .sectipon__title--linck {
	margin-left: 0;
}

.paints__item--img img {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
		url(bfca.jpg);
	border-radius: 15px;
}

.paints__item--img:before {
	content: '';
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.paints__item--img {
	position: relative;
	overflow: hidden;
	border-radius: 15px;
}

.abs-sale-img-title {
	position: absolute;
	bottom: 30px;
	left: 30px;
	right: 30px;
	z-index: 5;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.2;
	/* or 130% */

	text-transform: uppercase;

	color: #ffffff;
}

.paints__item--info {
	background: #ffffff;
	box-shadow: 0px 8px 90px rgb(0 0 0 / 5%);
	border-radius: 15px;
}

.paints__item--img {
	margin-bottom: 15px;
}

.paints__info--bottom-tblock {
	min-height: 190px;
	margin-bottom: 15px;
}

.paints__info--bottom .sectipon__title--linck a {
	white-space: normal;
}

.object_content--right {
	background: #ffffff;
	box-shadow: 0px 8px 90px rgba(0, 0, 0, 0.05);
	border-radius: 15px;
}

.object_content--timetable ul li {
	width: 100%;
	margin-right: 0px;
}

.object_content--timetable ul {
	flex-wrap: wrap;
}

.space-tit-rasp {
	margin-top: 50px;
}

.comment__block {
	/* max-width: 880px; */
	display: block;
	margin: 0 auto;
	background: #ffffff;
	border-radius: 2px;
	padding: 30px 20px;
}

.comment__form--form input[name='submit'] {
	background: #00b2ff;
	border-radius: 15px;
}

.comment__block--title {
	text-align: inherit;
}

.iconpass {
	margin-bottom: 50px;
}

.object_banner--container h1.object__title {
	max-width: 568px;
}

.object_content--3d .object_content--title {
	margin-bottom: 5px;
}

.quest-border {
	background: #ffffff;
	border: 1px solid #e5f0f4;
	border-radius: 15px;
	padding: 31px 65px;
}

.instagrm-block {
	margin-bottom: 30px;
}

.profile::after {
	background: linear-gradient(45deg,
			#111026 0,
			hsl(0deg 0% 6% / 70%) 100%) !important;
	opacity: 0;
	transition: 300ms opacity linear;
}

.redfill svg {
	fill: #f02d59;
}

.popular__item--title {
	margin-bottom: 10px;
}

.subscribe_footer .subscribe__linck a {
	white-space: normal;
}

.с-pas-sect .pass-sights__item--chek {
	position: absolute;
}

.bpb-1 {
	max-width: 660px;
}

.bpb-3 {
	max-width: 660px;
}

.mus-p .bpb-1 {
	max-width: 751px;
}

.mus-p .bpb-3 {
	max-width: 751px;
}

.с-pas-sect .sectipon__title {
	margin-bottom: 15px;
}

.excursions__item {
	overflow: hidden;
}

.pass-page__video--section {
	margin-top: 0px;
}

.iconpass {
	position: relative;
}

.white-block-shadow {
	justify-content: space-between;
}

.section__banner-pass .container {
	position: relative;
}

.m-pas-d .popular__item--img img {
	width: 100%;
	height: 467px;
	object-fit: cover;
}

.m-adv-b .header__item-item--title {
	max-width: 350px;
}

.abs-sale-img-img {
	position: absolute;
	top: 30px;
	left: 30px;
	right: 30px;
	z-index: 5;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #ffffff;
}

.abs-sale-img-img .header__linck svg {
	width: 20px;
	margin-left: 0;
}

.abs-sale-img-img .header__linck a {
	/* display: flex; */
	background: #00b2ff;
	border-radius: 5px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	padding: 7px;
	line-height: 1.2;
	color: #ffffff;
	border-radius: 15px;
	align-items: center;
}

.abs-sale-img-img .header__linck a svg {
	margin-right: 3px;
}

.p-prod {
	margin-bottom: 15px;
}

.gal-ing-b:before {
	content: '';

	background: -o-linear-gradient(bottom,
			rgba(0, 0, 0, 0.39),
			rgba(0, 0, 0, 0.39));
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.39), rgba(0, 0, 0, 0.39));
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 0;
	border-radius: 15px;
}

.object___slide--img:hover .gal-ing-b:before {
	opacity: 1;
}

.svg-abs {
	position: absolute;
	top: 50%;
	left: 48%;
	opacity: 0;
}

.object___slide--img:hover .svg-abs {
	opacity: 1;
	z-index: 5;
}

.popular__item--img {
	border-radius: 15px;
	overflow: hidden;
}

.excursions__item {
	border-radius: 15px;
}

.banner__item--img img {
	min-height: 406px;
	object-fit: cover;
}

/********************/
.kaspi_active {}

.mobile-kaspi {
	display: none;
}

.payment__method a {
	color: inherit;
}

/********************/
.md_banner button.md-close {
	top: 20px !important;
	right: 40px !important;
}

.banner__container .banner__item--info {
	max-width: 50%;
}

.col-lg-6:nth-child(1) .basket_item .basket__cart--info {
	background: url('../img/kupit/2.png'), lightgray 50% / cover no-repeat !important;
}

.col-lg-6:nth-child(2) .basket_item .basket__cart--info {
	background: url('../img/kupit/2.png'), lightgray 50% / cover no-repeat !important;
}

.col-lg-6:nth-child(3) .basket_item .basket__cart--info {
	background: url('../img/kupit/2.png'), lightgray 50% / cover no-repeat !important;
}

.col-lg-6:nth-child(4) .basket_item .basket__cart--info {
	background: url('../img/kupit/2.png'), lightgray 50% / cover no-repeat !important;
}

.col-lg-6:nth-child(5) .basket_item .basket__cart--info {
	background: url('../img/kupit/3.png'), lightgray 50% / cover no-repeat !important;
}

.col-lg-6:nth-child(5) .basket_item .basket__cart--info .collect__item--line-price .collect__item-price--left .count {
	color: black;
}

.col-lg-6:nth-child(6) .basket_item .basket__cart--info {
	background: url('../img/kupit/3.png'), lightgray 50% / cover no-repeat !important;
}

.col-lg-6:nth-child(6) .basket_item .basket__cart--info .collect__item--line-price .collect__item-price--left .count {
	color: black;
}

.col-lg-6:nth-child(7) .basket_item .basket__cart--info {
	background: url('../img/kupit/nomadcard.jpg'), lightgray 50% / cover no-repeat !important;
}

.col-lg-6:nth-child(7) .basket_item .basket__cart--info .collect__item--line-price .collect__item-price--left .count {
	color: black;
}

.col-lg-6:nth-child(8) .basket_item .basket__cart--info {
	background: url('../img/kupit/nomadcard.jpg'), lightgray 50% / cover no-repeat !important;
}

.col-lg-6:nth-child(8) .basket_item .basket__cart--info .collect__item--line-price .collect__item-price--left .count {
	color: black;
}

.collect__item-price--left .count {
	color: black;
}

.collect__item-price--right2 {
	color: #fff;
	font-size: 14px;
	margin-bottom: 15px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.42px;
}

.block_passs {}

.more-card:hover {
	color: white !important;
}

/* chinapass */

.chinapage {
	display: none;
}

.warning {
	background-color: #E4C68C;
	font-family: Montserrat;
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
	text-transform: uppercase;
	text-align: center;
	padding-top: 11px;
	padding-bottom: 12px;
	color: #fff;
}

.header {
	background-color: #BB422D;
	box-shadow: 0px 8px 90px 0px #0000000D;
	padding-top: 18px;
	padding-bottom: 17px;
}

.headerBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headerLogo {
	font-family: Montserrat;
	font-weight: 700;
	font-size: 28px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #fff;
}

.headerMenu ul {
	display: flex;
	gap: 35px;
	margin-bottom: 0;
}

.headerMenu ul li {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	text-transform: uppercase;
	list-style-type: none;
}

.headerMenu ul li a {
	color: #fff;
}

a.headerBuy {
	background-color: #274148;
	padding: 20px;
	border-radius: 15px;
	color: #fff;
}

.hero {
	margin-top: 40px;
	position: relative;
	margin-bottom: 50px;
}

.heroInfo {
	position: absolute;
	top: 240px;
	right: 130px;
	max-width: 500px;
	margin-bottom: 30px;
}

.heroInfo h1 {
	margin-bottom: 30px;
}

.heroInfo h1 span:first-of-type {
	font-family: Montserrat;
	font-weight: 900;
	font-size: 96px;
	line-height: 77%;
	letter-spacing: -3%;
	text-transform: uppercase;
	color: #e4c68c;
	display: block;
}

.heroInfo h1 span:last-of-type {
	font-family: Montserrat;
	font-weight: 900;
	font-size: 122px;
	line-height: 77%;
	letter-spacing: -3%;
	text-transform: uppercase;
	color: #e4c68c;
	display: block;
}

.heroInfo p {
	font-family: Montserrat;
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: -3%;
	margin-bottom: 10px;
	color: #fff;
	margin-bottom: 15px;
}
.tour_block_china{
	position: relative;
}
.abs_china{
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
    margin-bottom: -20px;
    left: 35px;
}
.china_name{
	font-family: Montserrat;
    font-weight: 500;
    font-size: 20px;
    padding: 15px;
    background: #BB422D;
    width: fit-content;
    border-radius: 15px;
    color: white;
}
.china_gid{
	padding: 15px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    background: #252E43D9;
    width: fit-content;
    border-radius: 15px;
    margin-bottom: 5px;
    color: white;
	display: flex;
    align-items: center;
}
.china_gid svg{
	margin-right: 10px;
}
.heroBuy {
	display: flex;
	gap: 30px;
	justify-content: space-between;
	align-items: center;
}
.aboutImages2 img{
	width: 100%;
	object-fit: cover;
}
.aboutImages2 {
	margin-top: 40px;

}
.heroBuy p {
	font-family: Montserrat;
	font-weight: 800;
	font-size: 32px;
	line-height: 98%;
	letter-spacing: -3%;
	color: #fff;
	margin-bottom: 0;
}

.heroBuy a {
	background-color: #274148;
	padding: 20px;
	border-radius: 15px;
	color: #fff;
}

.about {
	background: url('../img/chinabg.png') no-repeat top center;
	margin-bottom: 150px;
}

.about h2 {
	font-family: Montserrat;
	font-weight: 800;
	font-size: 64px;
	line-height: 100%;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: #e4c68c;
	padding-top: 70px;
	text-align: center;
	margin: 0 auto 54px;
}

.about h4 {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 24px;
	line-height: 150%;
	letter-spacing: 0%;
	text-align: center;
	color: #fff;
	max-width: 757px;
	margin: 0 auto 30px;
}

.about p {
	font-family: Montserrat;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0%;
	text-align: center;
	color: #fff;
	max-width: 641px;
	margin: auto;
}

.aboutImages {
	display: flex;
	gap: 67px;
}

.aboutImages img:first-child {
	margin-top: -120px;
	width: 415px;
	height: 611px;
	object-fit: cover;
	border-radius: 16px;
	object-position: 34%;
}

.aboutImages img:nth-child(2) {
	margin-top: 90px;
	width: 631px;
	height: 411px;
	object-fit: cover;
	border-radius: 16px;
}

.aboutImages img:last-child {
	width: 508px;
	height: 466px;
	object-fit: cover;
	border-radius: 16px;
	object-position: 11%;
}

.tickets {
	margin-bottom: 150px;
}

.tickets h3 {
	font-family: Montserrat;
	font-weight: 800;
	font-size: 64px;
	line-height: 130%;
	letter-spacing: 0%;
	text-transform: uppercase;
	margin-bottom: 10px;
	text-align: center;
}

.tickets p {
	font-family: Montserrat;
	font-weight: 500;
	font-size: 20px;
	line-height: 98%;
	letter-spacing: -3%;
	text-align: center;
}
.ticketsImage img{
	width: 100%;
	object-fit: cover;
	min-height: 287px;
	border-radius: 15px;
}
.ticketsItems {
	display: flex;
	gap: 30px;
	margin-top: 80px;
}
.hero2_mobile{
	display: none;
}
.ticketsItem {
	position: relative;
	flex: 0 0 calc(50% - 15px);
}

.ticketsItem h4 {
	font-family: Montserrat;
	font-weight: 900;
	font-size: 64px;
	line-height: 100%;
	letter-spacing: -3%;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.ticketsInfo {
	position: absolute;
	left: 56px;
	top: 50%;
	transform: translateY(-50%);
}

.ticketsInfo>div {
	display: flex;
	align-items: center;
	gap: 40px;
}

.ticketsInfo h4 {
	font-family: Montserrat;
	font-weight: 900;
	font-size: 64px;
	line-height: 100%;
	letter-spacing: -3%;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #e4c68c;
}

.ticketsBuy {
	font-family: Montserrat;
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0%;
}

.ticketsBuy p {
	font-family: Montserrat;
	font-weight: 400;
	font-size: 30px;
	line-height: 104%;
	letter-spacing: -3%;
	text-transform: uppercase;
	color: #fff;
}

.ticketsBuy a {
	display: flex;
	align-items: center;
	gap: 10px;
	background-color: #274148;
	padding: 20px;
	font-family: Montserrat;
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #fff;
	border-radius: 16px;
}

.ticketsBuy span {
	font-family: Montserrat;
	font-weight: 800;
	font-size: 64px;
	line-height: 98%;
	letter-spacing: -3%;
}

.instagram {
	margin-bottom: 150px;
}

.instagramTitle {
	font-family: Montserrat;
	font-weight: 800;
	font-size: 32px;
	line-height: 100%;
	letter-spacing: 0%;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 30px;
}

.partners {
	margin-bottom: 150px;
}

.partnersItems {
	display: flex;
	gap: 30px;
	justify-content: center;
}

.partnersItem {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	flex: 0 0 calc(50% - 15px);
	box-shadow: 0px 0px 90px 0px #0000000D;
	padding-top: 27px;
	padding-bottom: 27px;
	border-radius: 16px;
}

.partnersTitle {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	text-transform: uppercase;
	margin-bottom: 45px;
}

.partnersLogos {
	display: flex;
	gap: 54px;
	align-items: center;
}

.partnersLogo {
	flex: 0 0 calc(33.333% - 54px);
}

.footer {
	background-color: #BB422D;
	padding: 0;
}

.footerBox {
	display: flex;
}

.footerInfo {
	padding: 85px 30px 85px 117px;
	flex: 0 0 64%;
}

.footerItems {
	display: flex;
	justify-content: space-between;
}

.footerItem {
	flex: 0 0 auto;
}

.footerItem h5 {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: #e4c68c;
	margin-bottom: 15px;
}

.footerItem ul {
	padding-left: 0;
	list-style-type: none;
}

.footerItem ul li {
	font-family: Montserrat;
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
	margin-bottom: 20px;
}

.footerItem ul li a {
	color: #fff;
}

.footerItem button {
	font-family: Montserrat;
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	border: 1px solid #FFFFFF;
	padding: 20px;
	border-radius: 15px;
	background: transparent;
	color: #fff;
	margin-top: 60px;
}

.footerNet {
	display: flex;
	gap: 25px;
	margin-top: 35px;
}

.footerItem div {
	display: flex;
	gap: 12px;
	margin-bottom: 15px;
}
.block_china_buklet_name{
	
		color: #E4C68C;
		font-family: Montserrat;
		font-weight: 900;
		font-size: 128px;
		line-height: 1;
}
.footerItem div a {
	color: black;
}
.block_china_buklet{
	display: flex;
    justify-content: space-between;
	height: 100%;
}
.block_china_buklet_block{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.block_china_buklet_block2 a{
	font-family: Montserrat;
    font-weight: 700;
    font-size: 24px;
    background: #274148;
    color: white;
    padding: 20px;
    margin-top: 10px;
    display: block;
    width: fit-content;
    border-radius: 15px;
}
.buklet{
	margin-bottom: 100px;
}
.img_dragon{
	position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.footerItem div+button {
	display: flex;
	gap: 12px;
	font-family: Montserrat;
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	background-color: #274148;
	padding: 20px;
	border-radius: 15px;
	margin-bottom: 50px;
	border: 0;
}

.footerqr {
	margin-top: 50px;
}

.footerCards {
	background: url('https://astana.citypass.kz/wp-content/uploads/Group-5711-2.png') no-repeat top center;
	background-size: cover;
	width: 100%;
}

.footerCond {
	display: flex;
	gap: 20px;
	padding-top: 70px;
	padding-left: 70px;
}

.footerCopy {
	margin-top: 40px;
	font-family: Montserrat;
	font-weight: 400;
	font-size: 14px;
	line-height: 42px;
	letter-spacing: 0%;
	color: #cfdbe8;
}
.block_china_buklet_name2{
	font-family: Montserrat;
	font-weight: 800;
	font-size: 64px;
}