.kv__logos--left img {
    max-width: 100px;
}
.kv__logos--right img {
    max-width: 130px;
}
.kv__logos {
	max-width: 90%;
}
.kv__content {
    max-width: 90%;
    flex-direction: column;
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    width: 100%;
}
.kv__content--left{
	margin-bottom: 40px;
}
.kv__content--left, .kv__content--right {
   width: 100%;
}
.kv__content--left img {
    max-width: 90%;
}
.kv__content--right .title img {
    max-width: 90%;
}
.kv__content--right .model img {
    max-width: 200px;
}
.kv__content--right .model {
    margin: 15px 0;
}
.kv__content--right .discount img {
    max-width: 100%;
}
#kv{
	background-position-x: 22%;
	    background-color: rgb(0 0 0 / 15%);
    background-blend-mode: overlay;
}