@media screen and (max-width: 820px){
.k_body_mobile_butt {
    margin-top: 0vw;
    display: flex;
    margin-bottom: 74%;
    justify-content: center;
}
.k_body_bg_all_mobile {
    background: url("/components.php?type=themeimage&file=fonn.png&v=301");
    margin: auto;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -3;
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    display: flex;
    height: 82vw;
}
.k_logo_foot_right.twoi {
    display: flex;
}
.k_logo_foot_right.two.leftwoi {
    display: flex;
}
footer {
    box-shadow: none;
    padding: 30px 0;
}
}
@media screen and (max-width: 600px){
.k_body_bg_all_mobile {
    background: url("/components.php?type=themeimage&file=mob-fon.png&v=301");
    margin: auto;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -2;
    position: absolute;
    right: 0;
    top: 0%;
    bottom: auto;
    width: 100%;
    display: flex;
    height: 140vw;
}
.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;
}
}