
/* Hero ----------------------------------------------------------------------------- */
.hero_new {
	padding-top: 350px;
	padding-bottom: 150px;
}
.hero_new .container {
	position: relative;
	z-index: 10;
}
.hero_new__head {
    max-width: 900px;
    color: #fff;
    font-size: 60px;
    font-weight: normal;
    line-height: 1.4;
}

.hero_new__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #102B61;
}
.hero_new__bg::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(8 8 8 / 36%);
	z-index: 2;
}
.hero_new__bg-video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.{
	display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 68px;
    padding: 5px 20px;
    background: #FFE100;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    border-radius: 10px;
    border: none;
    outline: none;
    color: #000;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: all .3s ease;
    cursor: pointer;
}



.button {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	min-height: 68px;
	padding: 5px 20px;
	background: #FFE100;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
	border-radius: 10px;
	border: none;
	outline: none;
	color: #000;
	font-size: 24px;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: all .3s ease;
	cursor: pointer;
}
.button:hover {
	box-shadow: 0 4px 8px rgba(0, 0, 0, .5);
}


.header_buy_button{
    margin-top: 20px;
    margin-left: 30px;
    display: block;
    width: 150px;
    height: 18px;
}
.button_header_buy {
	display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-height: 40px;
    min-height: 40px;
    padding: 5px 19px;
    background: #FFE100;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    border-radius: 10px;
    border: none;
    outline: none;
    color: #000;
    font-size: 17px;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: all .3s ease;
    cursor: pointer;
}
.button_header_buy:hover {
	box-shadow: 0 4px 8px rgba(0, 0, 0, .5);
}
.subhead {
	margin-bottom: 8px;
	color: #D9D9D9;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
}
.head {
	margin-bottom: 30px;
	font-size: 48px;
	font-weight: normal;
	line-height: 1.3;
}






.get-walk {
	padding-top: 40px;
	padding-bottom: 40px;
}
.get-walk__block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	background: url('i/bg-suzdal-pattern.png') center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	margin-bottom: 20px;
	border-radius: 10px;
	border: 1px solid #D9D9D9;
}
.get-walk__info {
	width: 60%;
	border-right: 1px solid #D9D9D9;
	padding: 32px;
}
.get-walk__info-top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 20px;
}
.get-walk__info-video {
	width: 43%;
}
.get-walk__info-video-ins {
	display: block;
	width: 100%;
	padding-top: 177%;
	position: relative;
	border-radius: 12px;
	overflow: hidden;
}
.get-walk__info-video-ins video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.get-walk__info-content {
	width: 53%;
}
.get-walk__info-title {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
}
.get-walk__info-desc {
	font-size: 16px;
	line-height: 1.5;
}

.get-walk__info-bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}
.get-walk__info-button {
	display: flex;
	width: 43%;
}
.get-walk__info-price {
	width: 53%;
}
.get-walk__line {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}
.get-walk__line-label {
	width: calc(100% - 100px);
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2;
}
.get-walk__line-label span {
	font-size: 12px;
	font-weight: normal;
}
.get-walk__line-value {
	min-width: 88px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	text-align: right;
}

.get-walk__box {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 40%;
	padding: 32px 24px;
}
.get-walk__box-head {
	width: 100%;
	margin-bottom: 16px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
}
.get-walk__box-time {
	width: 100%;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
}
.get-walk__box-desc {
	width: 100%;
	margin-bottom: 16px;
	font-size: 14px;
	line-height: 1.2;
}
.get-walk__schedule {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: auto;
}
.get-walk__schedule-head {
	margin-bottom: 16px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
}
.get-walk__schedule-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 8px;
}
.get-walk__schedule-item {

}
.get-walk__schedule-item label {
	display: block;
}
.get-walk__schedule-item input {
	display: none;
}
.get-walk__schedule-item-text {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	min-width: 48px;
	min-height: 30px;
	padding: 4px 5px;
	border: 1px solid #191919;
	background: #fff;
	border-radius: 4px;
	color: #191919;
	font-size: 14px;
	line-height: 1.1;
	transition: all .3s ease;
	cursor: pointer;
}
.get-walk__schedule-item input:checked + .get-walk__schedule-item-text {
	border-color: #FFE100;
	background: #FFE100;
}







.attractions {
	padding-top: 32px;
	padding-bottom: 40px;
}
.attractions__desc {
	width: 100%;
	max-width: 800px;
	margin-bottom: 32px;
}
.attractions__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	width: calc(100% + 16px);
	margin-left: -8px;
	padding-bottom: 32px;
}
.attractions-item {
	width: calc(50% - 16px);
	margin: 0 8px 16px;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.attractions-item__info {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px 24px;
	color: #fff;
	z-index: 10;
}
.attractions-item__title {
	display: block;
	width: 100%;
	margin-bottom: 8px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}
.attractions-item__desc {
	width: 100%;
	font-size: 16px;
}
.attractions-item__photo {
	display: block;
	width: 100%;
	position: relative;
}
.attractions-item__photo::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	opacity: .8;
	z-index: 2;
}
.attractions-item__photo-ins {
	display: block;
	width: 100%;
	padding-top: 67%;
	position: relative;
}
.attractions-item__photo-ins img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}











.attractions1 {
	padding-top: 32px;
	padding-bottom: 40px;
}
.attractions1__desc {
	width: 100%;
	max-width: 800px;
	margin-bottom: 32px;
}
.attractions1__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	width: calc(100% + 16px);
	margin-left: -8px;
	padding-bottom: 32px;
}
.attractions1-item {
	width: calc(33% - 16px);
	margin: 0 8px 16px;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.attractions1-item__info {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px 24px;
	color: #fff;
	z-index: 10;
}
.attractions1-item__title {
	display: block;
	width: 100%;
	margin-bottom: 8px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}
.attractions1-item__desc {
	width: 100%;
	font-size: 16px;
}
.attractions1-item__photo {
	display: block;
	width: 100%;
	position: relative;
}
.attractions1-item__photo::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	opacity: .8;
	z-index: 2;
}
.attractions1-item__photo-ins {
	display: block;
	width: 100%;
	padding-top: 67%;
	position: relative;
}
.attractions1-item__photo-ins img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}






.reviews {
	padding-top: 32px;
	padding-bottom: 40px;
}
.reviews__desc {
	width: 100%;
	max-width: 800px;
	margin-bottom: 32px;
}
.reviews__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	width: calc(100% + 16px);
	margin-left: -8px;
	padding-bottom: 32px;
}
.reviews-item {
	width: calc(50% - 16px);
	margin: 0 8px 16px;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	    height: 800px;
		max-height: 800px;
		min-height: 800px;
}
.reviews-item__info {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px 24px;
	color: #fff;
	z-index: 10;
}
.reviews-item__title {
	display: block;
	width: 100%;
	margin-bottom: 8px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}
.reviews-item__desc {
	width: 100%;
	font-size: 16px;
}










.soc_vk {
	padding-top: 32px;
	padding-top: 56px;
	padding-bottom: 40px;
    background-color: #FEEF5F;
    color: #191919;
}
.soc_vk__head{
	margin-bottom: 30px;
    font-size: 56px;
    font-weight: 600;
    line-height: 1.0;
	width: 50%;
}
.soc_vk__subhead{
	color: #424242;
}
.soc_vk__desc {
	width: 50%;
	max-width: 800px;
	margin-bottom: 32px;
}
.soc_vk__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	width: calc(100% + 16px);
	margin-left: -8px;
	padding-bottom: 32px;
}
.soc_vk-item {
	width: calc(50% - 16px);
	margin: 0 8px 16px;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.soc_vk-item__info {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px 24px;
	color: #fff;
	z-index: 10;
}
.soc_vk-item__title {
	display: block;
	width: 100%;
	margin-bottom: 8px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}
.soc_vk-item__desc {
	width: 100%;
	font-size: 16px;
}
.vk_text_list, .vk_logo_list{
	/*width: 33%;*/
    max-width: 260px;
	    max-width: 300px;
}
.vk_logo_list img{
	width: 70%;
}
.soc_vk__btn{
	display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-height: 40px;
    min-height: 40px;
    padding: 5px 19px;
    background: #FFE100;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    border-radius: 10px;
    border: none;
    outline: none;
    color: #000;
    font-size: 17px;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: all .3s ease;
    cursor: pointer;
}
.soc_vk__btn:hover{
	box-shadow: 0 4px 8px rgba(0, 0, 0, .5);
}

.main-map__list {
display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.main-map__list_item {
	width: 33%;
}




/* ==============================================================
   ========================  MEDIA  =============================
   ============================================================== */
@media screen and (max-width:1200px) {

	.head {
		font-size: 44px;
	}

}











@media screen and (max-width:1050px) {

	.subhead {
		font-size: 18px;
	}
	.head {
		margin-bottom: 24px;
		font-size: 40px;
	}


	.get-walk__info {
		width: 62%;
		padding: 25px;
	}
	.get-walk__box {
		width: 38%;
		padding: 24px;
	}

}












@media screen and (max-width:900px) {

	.subhead {
		font-size: 17px;
	}
	.head {
		font-size: 36px;
	}


	.get-walk__info {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #D9D9D9;
	}
	.get-walk__box {
		width: 100%;
	}



}












@media screen and (max-width:750px) {

	.subhead {
		font-size: 16px;
	}
	.head {
		hyphens: auto;
		font-size: 32px;
	}

	.attractions-item {
		width: calc(100% - 16px);
	}	
	.attractions1-item {
		width: calc(100% - 16px);
	}

}












@media screen and (max-width:600px) {

	.get-walk__info-content,
	.get-walk__info-price {
		order: -1;
		width: 100%;
		margin-bottom: 16px;
	}
	.get-walk__info-video,
	.get-walk__info-button {
		width: 100%;
	}
	.get-walk__info-video-ins {
		padding-top: 144%;
	}

}












@media screen and (max-width:450px) {

	.head {
		font-size: 28px;
	}
    .header--front .header__logo, .header--fixed .header__logo {
        width: 120px;
    }
	.header_buy_button {
		margin-top: 8px;
	}
    .hero_new__head {
        font-size: 27px;
    }
	.get-walk__info,
	.get-walk__box {
		padding: 16px;
	}
	.get-walk__info-title {
		margin-bottom: 16px;
		font-size: 22px;
	}
	
	.reviews-item {
		width: calc(100% - 16px);
	}

	.attractions-item__info {
		padding: 16px 20px;
	}
	.attractions-item__photo::before {
		opacity: .9;
	}
	.attractions-item__title {
		font-size: 18px;
	}
	.attractions-item__desc {
		font-size: 15px;
	}	
	
	/**/
	.attractions1-item__info {
		padding: 16px 20px;
	}
	.attractions1-item__photo::before {
		opacity: .9;
	}
	.attractions1-item__title {
		font-size: 18px;
	}
	.attractions1-item__desc {
		font-size: 15px;
	}
	/**/
	
	.main-map__list_item {
		width: 100%;
	}
}












/* END ============================================================= */






#cookie_notification{
	display: none;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	bottom: 0;
	left: 50%;
	width: 100%;
	max-width: 50%;
	max-width: 100%;
	transform: translateX(-50%);
	padding: 10px 24px;
	background-color: #ffffffad;
	color: #000000;
	/* border-radius: 4px; */
	box-shadow: 2px 3px 10px rgb(0 0 0 / 40%);
	z-index: 999;
	}

#cookie_notification p{
	margin: 0;
	font-size: 0.7rem;
	text-align: left;
	color: #010101;
}

.cookie_accept{
	text-decoration: none;
	padding: 10px 20px;
	white-space: nowrap;
	cursor: pointer;

	color: #191919;
	border: none;
	border-radius: 5px;
	border: 2px solid #ffe100;
	background-color: #ffe100;
}  
.cookie_accept:hover{
	color: #191919;
	border: 2px solid #ffe100;
	background-color: #fff;
}

@media (min-width: 576px){
	#cookie_notification.show{
		display: flex;
	}
	.cookie_accept{
		margin: 0 0 0 25px;
	}
}

@media (max-width: 575px){
	#cookie_notification.show{
		display: block;
		text-align: left;
		background-color: #fff;
	}
	.cookie_accept{
		margin: 10px 0 0 0;
	}
}



