h1,h2,h3,h4,p {
	font-family: 'Bebas Neue';
    color: white;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 1;
}
.dreams-main-page {
	background: black;
	font-family: 'Bebas Neue';
	line-height: 1;
}
.dreams-main {
	display: flex;
    justify-content: space-between;
    padding: 100px 3%;
	overflow: hidden;
}
.dreams-header-menu-btn-text {
	color: black;
}
.dreams-main-block-desc {
	display: flex;
    flex-direction: column;
    justify-content: center;
	position: relative;
	z-index: 2;
}
.dreams-main-title {
	font-size: 72px;
    width: 200px;
    margin-bottom: 40px;
    font-weight: 800;
}
.dreams-main-subtitle {
	width: 40px;
    font-size: 28px;
	margin-bottom: 40px;
}
.dreams-main-subtitle_contacts {
	font-size: 18px;
}
.dreams-header-menu-btn {
	background: white;
    padding: 15px;
    font-size: 24px;
    transition: .3s ease;
	cursor: pointer;
	border-radius: 5px;
	margin-bottom: 40px;
}
.dreams-header-menu-btn:hover {
	background: #a87d59;
    color: white;
}
.dreams-main-image {
	max-height: 100vh;
    margin-top: -20%;
	margin-right: 10%;
}
.dreams-description {
	padding: 0 3%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
	justify-content: space-between;
}
.dreams-description-title {
	text-align: right;
    font-size: 32px;
	font-weight: 700;
    margin-bottom: 40px;
}
.dreams-description-desc {
	font-size: 20px;
    text-align: right;
}
.dreams-description-desc__two {
	
}
.dreams-description-preemptive-block {
	width: 48%;
	display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 1%;
    text-align: center;
	margin-bottom: 40px;
}
.dreams-description-preemptive {
	max-width: 440px;
    margin-bottom: 20px;
    padding: 20px;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    width: 48%;
    flex-direction: column;
    border-radius: 50%;
    background: #283e448a;
    box-shadow: inset 0px 0px 20px 10px #000000;
    aspect-ratio: 1 / 1;
    filter: brightness(1.5);
}
.dreams-description-preemptive_2 {
	/*margin-left: -50px;*/
}
.dreams-description-preemptive_last {
	background: none;
    flex-direction: row;
    width: 100%;
    aspect-ratio: auto;
    text-align: left;
}
.dreams-description-preemptive-block-text {
	flex-direction: column;
}
.dreams-description-preemptive-icon {
	width: 90px;
}
.dreams-description-preemptive-text_block {

}
.dreams-description-preemptive-text {
	font-size: 20px;
	margin-bottom: 0;
}
.dreams-description-preemptive-text_span {
	font-size: 30px;
    font-weight: 700;
}
.dreams-description-preemptive-text_dop {
	
}
.dreams__hall_item {
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 5%;
	background-size: cover;
    box-shadow: inset 0px 0px 20px 20px black;
	position: relative;
}
.dreams__hall_item::after {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
}
.dreams__hall_item_chet {
	flex-direction: row-reverse;
}
.dreams__hall_item_video_block {
	width: 40%;
	position: relative;
    mask-image: radial-gradient(#000000 10%, #ffffff00 70%);
    filter: brightness(1.2);
    z-index: 2;

}
/*.dreams__hall_item_video_block::before {
	content: '';
    position: absolute;
    top: -8%;
    left: -8%;
    width: 116%;
    height: 116%;
    z-index: 2;
    border-radius: 10px;
    box-shadow: inset 0px 0px 20px 12px #000000bd;
    filter: blur(10px);
    border: 40px solid #000000;
}
.dreams__hall_item_video_block::after {
	content: '';
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 3;
}*/
.dreams__hall_item_video {
	width: 100%;
	max-height: 80vh;
	position: relative;
    z-index: 2;
	border-radius: 10px;
}
.dreams__hall_item_text_block {
	width: 55%;
    text-align: center;
	position: relative;
	position: relative;
    z-index: 2;
}
.dreams__hall_item_numb {
	display: none;
	position: absolute;
    left: 80px;
    top: -50px;
    font-size: 100px;
    opacity: 0.8;
    text-shadow: 0 0 20px #ffffff;
}
.dreams__hall_item_title {
	font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
	line-height: 90%;
}
.dreams__hall_item_subtitle {
	font-size: 22px;
	color: #c495ff;
}
.dreams__hall_item_text {
	font-size: 20px;
}
.dreams-excursion {
	text-align: center;
    color: white;
    font-weight: 500;
    line-height: 24px;
	margin-bottom: 80px;
}
.dreams-excursion_ul {
	max-width: 600px;
    margin: 0 auto;
	margin-bottom: 30px;
}
.dreams-excursion-title {
	font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 90%;
}
.dreams-contakt {
	display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-evenly;
    padding: 0 3%;
}
.dreams-contakt-map {
	filter: grayscale(1) brightness(1) invert(1);
}
.dreams-contakt-subtitle {
	font-size: 24px;
    margin-top: 20px;
	margin-bottom: 5px;
}
.dreams-contakt-subtitle-text {
	margin-bottom: 0;
	font-size: 16px;
}
.dreams-contakt-block a {
	color: white;
    font-weight: 500;
}
.footer {
	background: black;
    width: 100%;
}
.footer_main-menu-new {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer .dreams-contakt-subtitle {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.footer__dreams_contakt {

}
.footer__dreams_contakt a {
	color: #ffffff;
}
.footer__dreams_contakt_link {

}
.footer__find_teckets_img {
	width: 50px;
    margin-right: 8px;
}
.footer_new-information {
	margin-bottom: 0;
}
.dreams-header-menu-btn_bottom {
	width: 30%;
    margin: 20px 35% 60px;
}
.dreams-main_video_block {
	mask-image: radial-gradient(#000000 10%, #ffffff00 70%);
    filter: brightness(1.2);
    z-index: 2;
	margin-right: 15%;
}
.dreams-main_video {
	max-height: 80vh;
    width: auto;
}
@media screen and (max-width: 800px) {
	.dreams-main_video_block {
		position: absolute;
        left: 0;
		margin: 0 auto;
        z-index: 0;
        width: 100%;
        top: -100px;
        display: flex;
        justify-content: center;
        align-items: center;
        mask-image: linear-gradient(#ffffff00 12%, #000000 70%, #ffffff00 100%);
	}
	.dreams-main_video {
		max-height: 100vh;
        width: 100%;
	}
	.dreams-main {
		padding: 100px 3% 60px;
	}
	.dreams-main-image {
		display: none;
	}
	.dreams-description {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
	.dreams-description-preemptive-block {
		width: 100%;
	}
	.dreams-description-preemptive_last {
		/*display: none;*/
	}
	.dreams__hall_item {
    	flex-direction: column;
		padding: 40px 3%;
	}
	.dreams__hall_item_plus {
		background-position: center 200px;
    	filter: brightness(1.3);
	}
	.dreams__hall_item_video_block {
		width: 90%;
	}
	.dreams__hall_item_text_block {
		margin-top: 50px;
		width: 80%;
	}
	.dreams__hall_item_numb {
		left: -30px;
    	top: -50px;
	}
	.dreams__hall_item_chet {
		flex-direction: column;
	}
	.dreams-excursion {
		margin-top: 100px;
	}
	.footer_main-menu-new {
		align-items: center;
    	text-align: center;
	}
	.footer__dreams_contakt {
		margin-bottom: 20px;
	}
	.footer_new-information {
		margin-bottom: 50px;
	}
	.dreams-header-menu-btn_bottom {
		width: 90%;
    	margin: 20px 5% 0;
	}
	.dreams-description-preemptive-block-text {
		display: none;
	}
	.dreams-description-preemptive-icon {
		width: 60px;
	}
}
.giper__smile {
    max-width: 500px;
    width: 100%;
    margin: 0px auto 60px;
    position: relative;
    padding: 20px 10px;
}
.giper__image {
    width: 100%;
    border-radius: 30px;
}
.giper__text {
    position: absolute;
    top: 3px;
    transform: rotate(-5deg);
    padding: 10px 20px;
    background: #ffffffcc;
    left: 0;
    right: 0;
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
    font-family: 'Bebas Neue';
    font-size: 26px;
    line-height: 1;
    border-radius: 10px;
    transition: .3s ease;
    color: black;
}
.giper__link {
    position: absolute;
    bottom: 10px;
    padding: 10px 20px;
    background: #ffffff;
    left: 0;
    right: 0;
    max-width: 200px;
    margin: 0 auto;
    text-align: center;
    font-family: 'Bebas Neue';
    font-weight: 700;
    font-size: 26px;
    line-height: 1;
    border-radius: 10px;
    transition: .3s ease;
    opacity: 1;
    cursor: pointer;
    color: black;
    text-decoration: none;
}
.giper__link:hover {
    opacity: 0.7;
    color: black;
    text-decoration: none;
}