.banner__arrows {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 100;
}
.banner {
	position: relative;
	overflow: hidden;
}
.banner__item {
	position: relative;
	height: 690px !important;
}
.banner__container {
    display: flex;
    justify-content: flex-start;
}
.banner__info {
    background-color: rgba(var(--theme-secondary-color-rgb, 18, 18, 18), .8);
    width: 50%;
    padding: 70px 30px 70px;
    margin-left: auto;
    margin-right: 0;
}
.banner__title {
    color: #FFFFFF;
    font-size: 46px;
    line-height: 52px;
    font-weight: 700;
	margin-bottom: 30px;
}
.banner__title_yellow {
	color: var(--theme-primary-color);
}
.banner__text {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 26px;
	margin-bottom: 50px;
}
.banner__button {
    display: inline-block;
    background: var(--theme-primary-color);
    border-radius: 4px;
    padding: 15px 23px;
    font-size: 18px;
    line-height: 24px;
    color: var(--theme-primary-text-color);
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}
.banner__button:hover {
	color: #252525;
}
@media(max-width: 1400px) {
.banner__info {
    width: 60%;
}

.banner__item {
	position: relative;
	max-height: 570px;
    height: 570px !important;
	background-position: bottom;
}
.banner__title {
    color: #FFFFFF;
    font-size: 33px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}
.banner__title_yellow {
	color: var(--theme-primary-color);
}
.banner__info {
    width: 50%;
    padding: 20px 30px 20px;
}
}
@media(max-width: 1200px) {
.banner__info {
    width: 70%;
}
}
@media(max-width: 992px) {
.banner__info {
    width: 100%;
}
}
@media(max-width: 768px) {
.banner__item {
    position: relative;
    min-height: auto;
	height: auto !important;
	background-position: bottom;
}
}
@media(max-width: 500px) {
.banner__info {
    padding: 20px 20px 50px;
}
.banner__title {
    color: #FFFFFF;
    font-size: 30px;
    line-height: 31px;
    font-weight: 700;
    margin-bottom: 20px;
}
.banner__title_yellow {
	color: var(--theme-primary-color);
}
.banner__text {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
}
.banner__item {
    position: relative;
    min-height: auto;
}
}
