.introtext {
	color: #212121;
	font-size: 24px;
}

.stat .tu-text img {
	max-width: 100%;
	height: auto;
}

.tu-text img {
	max-width: 100%;
	height: auto;
	filter: drop-shadow(0px 6px 9px #3F3647);
	border-radius: 9px;
	margin: 35px 0 30px;
}

.tu-text .manager img {
	width: 300px !important;
	height: 300px
}

.stat-cat-block-line {
	margin-bottom: 30px;
	padding: 0 0 0 12px;
}

.stat-cat-block-line:after {
	content: '';
	display: block;
	clear: both;
}

.stat-cat-block-line img {
	float: left;
	margin: 0px 30px 0px 0px;
	width: 240px;
	border: 3px solid #c1c1c1;
	border-radius: 30px;
	transition: all .3s;
}


.stat-cat-block-line h3 {
	margin: 0 0 10px 0;
	font: 32px Alegreya Sans;
	color: #4A4A4A;
}

.stat-cat-block-line p {
	margin-bottom: 30px;
	color: #656565;
}

.stat-cat-block-line a {
	text-decoration: none;
	display: block;
}

.stat-cat-block-line a h3 {
	text-decoration: none;
}

.stat-cat-block-line a:hover h3 {
	text-decoration: none;
}

.stat-cat-block-line a:hover img {
	transform: scale(1.1);
}



.stat-cat-other {}

.stat-cat-block-sq {
	width: 22%;
	margin: 0 3% 3% 0;
	display: inline-block;
	position: relative;
}

.stat-cat-block-sq img {
	max-width: 100%;
	border-radius: 30px;
}

.stat-cat-block-sq .sq-bt-title {
	box-sizing: border-box;
	position: absolute;
	left: 0px;
	bottom: 5px;
	padding: 9px 9px 15px 9px;
	background: rgba(0, 0, 0, 0.7);
	font-size: 15px;
	color: #fff;
	display: block;
	width: 100%;
	border-radius: 0 0 30px 30px;
}

.stat-cat-block-sq .sq-bt-title:hover {
	filter: drop-shadow(0px 15px 15px rgba(6, 24, 41, 0.5));
}

table {
	margin-bottom: 60px;
	margin-top: 30px;
	width: 100%;
}

table td {
	/*padding: 12px;*/
}

.table-header {
	background: #f9f9f9;
}

.table-header td {
	padding: 12px;
	line-height: 21px;
}


th {
	font-family: 'Alegreya Sans', Roboto, Helvetica;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	color: #322929;
	background: #d8d8d8;
	text-align: left;
	padding: 8px 25px;
	white-space: nowrap;
}

td {
	font-family: 'Alegreya Sans', Roboto, Helvetica;
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
	color: #4f4f4f;
	background: #eeeeee;
	border-bottom: 1px solid #dbdbdb;
	padding: 10px 25px;
}

tr:nth-child(2n)>td {
	background: #F6F6F6;
}

@media screen and (max-width: 986px) {
	.overflow_table {
		overflow: scroll;
	}
}


blockquote {
	background: #d9f2ff;
	font-style: italic;
	padding: 21px;
	margin: 21px 0;
}

p {
	font-size: 21px;
}

@media screen and (max-width: 480px) {

	.stat-cat-other {
		width: 95%;
		margin-left: 5%;
		padding: 0;
	}

	.stat-cat-block-sq {
		width: 45%;
		margin: 0 5% 5% 0;
	}

	.stat-cat-block-line {
		padding: 0px 10px;
	}

	.stat-cat-block-line img {
		float: none;
		margin: 0px 0px 10px 0px;
		width: auto;
		max-width: 100%;
	}
}


@media screen and (min-width: 481px) and (max-width: 680px) {
	.stat-cat-other {
		width: 95%;
		margin-left: 5%;
		padding: 0;
	}

	.stat-cat-block-sq {
		width: 45%;
		margin: 0 5% 5% 0;
	}

}

.stat-pagination {
  	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-between;
  	font-size: 15px;
  	color: rgba(0, 0, 0, 0.87);
  	background: #D2D2D2;
  	border-radius: 9px;
  	font-weight: bold;
 	padding: 12px 20px;
	margin: 20px 0 30px;
	gap: 4px;
}

.pagination-arrow-right {
	margin-left: auto;
}

.pagination-arrow-left {
	margin-right: auto;
}

.pagination-arrow {
	display: flex;
	gap: 10px;
	align-items: center;
}

.pagination-arrow svg{
	display: block;
	width: 16px;
	fill: #757575;
}

.pagination-arrow:not(.disable):hover svg {
	fill: #45a6ff;
}

.pagination-arrow.disable {
	opacity: 0.5;
}

.pagination-page {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	line-height: 38px;
}

.pagination-page.active {
	border: 2px solid #45a6ff;
}


.hot-tour-block {
	margin-bottom: 20px;
}

.hot-tour-cart {
	width: 30%;
	margin-right: 3%;
	margin-bottom: 15px;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #d5d5d5;
	box-sizing: border-box;
	background: #F4F4F4;
	border-radius: 30px;
}

.hot-tour-cart:hover {
	box-shadow: 0px 9px 24px 0px rgb(164, 38, 26);
}


.hot-tour-img {
	display: block;
	height: 245px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	border-radius: 30px 30px 0 0;
}

.hot-tour-price {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 66px;
	padding: 13px 15px;
	box-sizing: border-box;
	display: block;
	width: 100%;
	font: 18px/15px 'MuseoSansCyrl-500', Roboto;
	color: #fff;
	text-align: left;
	background-color: rgba(0, 0, 0, 0.6);
}

.hot-tour-price-byn b {
	font-size: px;
}

.hot-tour-coltourists {
	font-size: 15px;
	font-family: MuseoSansCyrl-500, Roboto;
}

.hot-tour-btn {
	text-align: center;
	margin: 21px 30px 24px 30px;
	padding: 8px 25px;
	border-radius: 18px;
	background: #D0021B;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.50);
	box-shadow: 0 3px 6px 0 rgba(142, 0, 0, 0.30);
}

.hot-tour-btn a {
	text-decoration: none;
	font-family: MuseoSansCyrl-500, Roboto;
}

.hot-tour-btn:hover {
	background: #A80418;
}

.hot-tour-btn:active {
	background: #EC0623;
}

.hot-tour-btn:visited {
	background: #E84458;
}

.hot-tour-img:hover .hot-tour-btn {
	background: #fff;
}

.hot-tour-cart-inner {
	padding: 13px 15px 8px;
	text-align: left;
	font-family: MuseoSansCyrl-500, Roboto;
}

.hot-tour-date {
	margin-bottom: 9px;
	color: #000;
	font-size: 15px;
	font-weight: 400;
}

.hot-tour-title {
	margin-bottom: 9px;
	color: #000;
	font-size: 18px;
	line-height: 21px;
	font-family: MuseoSansCyrl-500, Roboto, Roboto-Regular;
	font-weight: 600;
}

.hot-tour-title a {
	text-decoration: none;
	font-weight: 600;
}

.hot-tour-place {
	margin-bottom: 9px;
	color: #000;
	font: 18px yk;
	line-height: 130%;
}

@media screen and (max-width: 980px) {

	.hot-tour-btn {}

}

@media screen and (max-width: 480px) {
	.hot-tour-cart {
		width: 100%;
	}

	.hot-tour-cart:nth-child(2) {
		display: none;
	}

	.hot-tour-cart:nth-child(3) {
		display: none;
	}
}

@media screen and (min-width: 481px) and (max-width: 680px) {
	.hot-tour-cart {
		width: 45%;
		margin-right: 5%;
	}

	.hot-tour-cart:nth-child(3) {
		display: none;
	}
}

.last.parents a {
	background: none !important;
}




/* ÃÅ¡ÃÂ²ÃÂ¸ÃÂ· */
.about {
	color: #444;
	font-size: 20px;
	padding: 0px 0;
}

.contaner {
	position: relative;
	margin: 0 auto;
	max-width: 1000px;
}




.hottours {
	padding-top: 30px;
	text-align: center;
	position: relative;
	z-index: 12;
}

.hottours .about {
	padding: 0 !important;
}



.map .about {
	padding: 0 !important;
}


.reviews {
	background-image: url(../img/BG-review.jpg);
	background-position: top center;
	background-size: cover;
	padding-top: 30px;
	padding-bottom: 66px;
	margin-bottom: px;
	position: relative;
	z-index: 1;
	text-align: center;
}

.reviews h2 {
	color: #006090;
}

.reviews-items {
	display: grid;
	grid-template-columns: repeat(auto-fill, min(219px));
	justify-content: center;
	gap: 21px;
}

.reviews-item .reviews-contaner {
	position: relative;
	width: 219px;
	background-color: #f6f6f6;
}

.reviews-item .txt {
	font-family: roboto;
	position: absolute;
	width: 199px;
	height: auto;
	left: 0px;
	top: 141px;
	padding: 0 10px 10px;
}


.reviews-item .name {
	font-size: 19px;
	color: #444444;
	font-weight: normal;
	margin: 15px 0;
}

.reviews-item p {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	color: #666;
}

.reviews .left {
	float: left;
	width: 360px;
	height: 531px;
	position: absolute;
	margin-left: 0px;
	margin-top: 30px;
}

.reviews .right {
	float: right;
	width: 198px;
	height: 368px;
	margin-top: -21px;
	right: 0px;
	position: absolute;
}


.show-all {
	text-align: center;
	clear: both;
	padding: 72px 0 0;
	font-weight: bold;
	color: #4A4A4A;
	text-transform: uppercase;
	letter-spacing: 1px;
	grid-column: 1 / -1;
}




.other-article {
	padding-top: 30px;
	position: relative;
	z-index: 12;
	background: #f1f1f1;
}

.other-article .about {
	padding: 0 !important;
}

.other-article .about h2 {
	color: #565656;
	padding-bottom: 21px;
	padding-left: 21px;
	margin: 0;
}


@media screen and (max-width: 600px) {
	.about h1 {
		margin: 0px 0;
		font-size: 33px;
		line-height: 36px;
	}

	h2 {
		margin: 12px 0;
		font-size: 27px;
		line-height: 27px;
	}

	.about h2 {
		margin: 12px 0;
		font-size: 27px;
		line-height: 27px;
		width: 90% !important;
		margin-left: 12px !important;
	}

	.reviews-item {
		width: auto;
		float: none;
	}

	.bg-header {
		background-image: none;
	}

	.address-map .adress-navi {
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	.address-map .adress-navi p {
		width: 100%;
		padding-bottom: 30px;
	}

	.btn_yandex {
		margin-left: auto;
		margin-right: auto;
	}
}


/* Ãâ€œÃÂ¾Ã‘â‚¬Ã‘ÂÃ‘â€°ÃÂ¸ÃÂµ Ã‘â€šÃ‘Æ’Ã‘â‚¬Ã‘â€¹ */
.block .botHref {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	height: 155px;
	background: url(../img/hot-tours-slet.png) repeat !important;
}

.blockCont .block>.bott:after {
	content: "";
	position: absolute;
	right: 0;
	top: -20px;
	width: 65px;
	height: 60px;
	z-index: 3;
	background-image: url(../img/hot-tours-slet.png) !important;
	background-repeat: no-repeat;
	background-position: 0 -215px;
}



/* ÃÅ¸ÃÂ¾ÃÂ³ÃÂ¾ÃÂ´ÃÂ° */
.weather {
	background: #D3D0C5;
	padding-bottom: 45px;
	padding-top: 51px;
}

.weather h2 {
	text-align: left;
	margin: 0;
	padding-left: 42px;
}

.weather .title {
	position: absolute;
	bottom: 6px;
	left: 12px;
}

.weather h3 {
	font-family: "Roboto";
	font-size: 24px;
	color: #ffffff;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.50);
	letter-spacing: 0;
	font-weight: 300;
	padding: 0;
}

.weather .weather-one-mounth a {
	text-decoration: none;
}

.weather-one-mounth {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	padding: 0 20px;
}

.weather .mounth-contaner {
	/* margin: 10px; */
	background-position: 50%;
	background-size: cover;
}

.weather .mounth-contaner:hover {
	box-shadow: 0 3px 6px 0 #061321;
}

.weather .mounth-opacity {
	position: relative;
	aspect-ratio: 220/81;
	background: rgba(0, 0, 0, 0.39);
	border-radius: 0px;
}

.weather .mounth-opacity:hover {
	background: rgba(0, 0, 0, 0.18);
}


.weather .temperature {
	position: absolute;
	right: 12px;
	top: 6px;
}

.weather .label-water {
	font-family: "Roboto";
	font-size: 15px;
	color: #ffffff;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.50);
	background-image: url(../img/ico/ico-water.svg);
	background-repeat: no-repeat;
	padding-left: 24px;
	background-position: 3px center;
}

.weather .label-air {
	font-family: "Roboto";
	font-size: 15px;
	color: #ffffff;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.50);
	background-image: url(../img/ico/ico-air.svg);
	background-repeat: no-repeat;
	padding-left: 21px;
}