@media screen and (max-width: 820px){
.k_body_mobile_butt {
    margin-top: 0vw;
    display: flex;
    margin-bottom: 45%;
    justify-content: center;
}
.k_body_bg_all_mobile {
    background: url(/components.php?type=themeimage&file=planshet.webp&v=661d6be3c4d9db6827deb7bd7e7f5708);
    margin: auto;
    margin-bottom: 150px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    background-position: bottom;
    z-index: -3;
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    display: flex;
    height: 39vw;
}
.k_logo_foot_right.twoi {
    display: none;
}
.k_logo_foot_right.two.leftwoi {
    display: none;
}
footer {
    box-shadow: none;
    padding: 30px 0;
}
.cont_flex .k_logo_foot_right img {
    height: 100px;
}
.container.cont_flex {
    justify-content: space-evenly;
}
}
@media screen and (max-width: 600px){
.k_body_bg_all_mobile {
    background: url(/components.php?type=themeimage&file=mob-fon.webp&v=661d6be3c4d9db6827deb7bd7e7f5708);
    margin: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    z-index: -2;
    position: absolute;
    right: 0;
    top: 0%;
    bottom: auto;
    width: 100%;
    display: flex;
    height: 99vw;
}
.k_body_mobile_butt {
    margin-top: 100vw;
    display: grid;
    margin-bottom: auto;
    justify-content: center;
    justify-items: center;
}
.k_logo_foot_right.twoi {
    display: none;
}
.k_logo_foot_right.two.leftwoi {
    display: none;
}
footer {
    box-shadow: none;
    padding: 0px 0;
}
.container.cont_flex {
    box-shadow: none;
    background: #000000;
}
}