.main__banner__block{
	display: flex;
	position: relative;
	height: 100vh;
	min-height: 920px;
}
.banner__block-text {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 10;
    top: 15%;
}
.banner__text-top {
    color: #94352f;
    font-size: 170px;
    font-family: 'Manrope', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 700;
    letter-spacing: -2px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    position: absolute;
    width: 100%;
}
.banner__text-middle {
    color: #ffffff;
    font-size: 76px;
    font-family: 'Manrope', Arial, sans-serif;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -3px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    position: absolute;
    width: 100%;
    top: 150px;
}
.banner__text-bottom {
    color: #e1b987;
    font-size: 18px;
    font-family: 'Manrope', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    position: absolute;
    width: 100%;
    top: 350px;
}
.banner__left-block {
    display: flex;
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.banner__right-block {
    display: flex;
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner__shadow {
    opacity: 0.7;
    background-color: #000000;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    z-index: 2;
    width: 100%;
}
.banner__bottom-text {
    position: absolute;
    bottom: 25vh;
    padding: 20px;
    width: 40%;
    color: #ffffff;
    font-size: 18px;
    font-family: 'Manrope', Arial, sans-serif;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transform-origin: center center;
    line-height: 25px;
    z-index: 10;
}
.banner__bottom-text.mobile{
    display: none;
}
@media screen and (max-width: 950px){
	.banner__text-middle{
	    font-size: 4rem;
	}
	.banner__text-bottom{
	    font-size: 1.4rem;
	}
	.banner__bottom-text{
	    font-size: 1.2rem;
	}
}
@media screen and (max-width: 768px){
	.main__banner__block{
		display: flex;
		position: relative;
		min-height: 733px;
	}
	.banner__right-block{
	    display: none;
	}
	.banner__left-block {
	    position: absolute;
	    width: 100%;
	    height: 100%;
	}
	.banner__bottom-text.mobile{
	    display: block;
            top: 400px;
            width: 100%;
	}
	.banner__block-text {
	    top: 0;
	}
	.banner__left-block{
	    width: 100%;
	}
	.banner__text-top{
	    font-size: 9rem;
	}
	.banner__text-middle{
	    font-size: 4rem;
	}
	.banner__text-bottom{
	    font-size: 2rem;
	}
}
@media screen and (max-width: 768px){
	.banner__text-top{
	    font-size: 9rem;
	}
	.banner__text-middle{
	    font-size: 3rem;
	}
	.banner__text-bottom{
	    font-size: 1.2rem;
	}
	.banner__bottom-text.mobile{
	    font-size: 1rem;
	}
}