body {/* ok Nest Hub Max 1368, 1280 */
    background: #C5EBEF;
    color: #204950;
    font-family: 'Arimo', sans-serif;
    text-decoration: none;
}
#heading {
    display: flex;
    justify-content: space-between;
    margin: 0;
}
.logo {
    margin-top: 10px;
    margin-left: 20px;
}
.menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* width: 20%; */
    width: 280px;
}
.image1 {
    margin-left: 20px;
    box-shadow:  rgb(128, 120, 120) 20px 20px 5px -5px;
    height: auto;
}
.list {
    /* width: 65%; */
    width: 620px;
    opacity:1;
}
.arrow {
    /* width: 15%; */
    width: 200px;
    margin-right: 10px;
}
.back {
    opacity: 0;
}
.image2 {
margin-left: 15px;
}
/* мобильная адаптация (возможно нужна доработка) */

@media all and (max-width: 1370px){
    .logo {
        width: 150px;
        height: auto;
    }
    .image1 {
        width: 200px;
    }
    .menu {
        width: 400px;
    }
    .image2 {
        width: 500px;
    }
    /* .list {
        width: auto;
    } */
    .arrow {
        width: 200px;
    }
}
@media all and (max-width: 1300px){ /* ready */
    .menu {
        width: 250px;
    }
    .arrow {
    transform: translateX(-220px);
    }
    .logo, .image1 {
        width: 220px;
        height: auto;
    }
    .image2 {
        margin-left: 35px;
    }
}
@media all and (max-width: 1180px){     /*empty*/

}
@media all and (max-width: 1115px){ /* ready */
    .menu {
        height: 100%;
    }
    .list {
        margin-top: 10px;
        transform: translateX(120px);
    }
    .image2 {
        width: auto;
        height: 560px;
        margin-left: 20px;
    }
    .image1 {
        margin-top: 130px;
    }
    .arrow {
        transform: translateX(-180px);
    }
}
@media all and (max-width: 920px){/* ok ready */
.menu {
    width: 170px;
    }
.logo {
    width: 100px;
}
.image1 {
    width: 150px;
    margin-top: 130px;
}
.image2 {
    width: 380px;
    height: auto;
}
.list {
    height: 100vh;
    margin-top: 10px;
    width: 400px;
    transform: translateX(100px);
}
.arrow {
    height: 100vh;
    width: 100px;
}
.back {
    height: auto;
    /* transform: translate(0); */
    width: 54px;

}
}
@media all and (max-width: 915px) and (orientation: landscape) {
    .back {
        margin-top: 350px;
        margin-left: 0px;
    }
}
@media all and (max-width: 912px){ /* ready */
    #heading {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .menu {
        flex-direction: row;
        justify-content: center;
        align-items: baseline;
        width: 880px;
        margin-top: 30px;
    }
    .logo {
        width: 250px;
    }
    .image1 {
        width: 273px;
        margin-top: 10px;
        margin-left: 100px;
    }    
    .list {
        width: 630px;
        transform: translateX(10px);
        margin-top: 70px;
        max-height: fit-content;
    }
    .image2 {
        width: 600px;
    }
    .arrow {
        margin-top: 20px;
        height: fit-content;
        width: 100px;
        transform: translateX(-220px);
    }
    .back {
        /* margin-left: -780px; */
        width: 100px;
        height: auto;
        /* margin-top: 1300px; */
}
}
@media all and (max-width: 896px){ /* ready */
    #heading {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .menu {
        flex-direction: row;
        justify-content: center;
        align-items: baseline;
        width: 850px;
        margin-top: 30px;
        height: auto;
    }
    .logo, .image1 {
        height: 170px;
        width: auto;
    }
    .list {
        /* width: 630px;
        transform: translateX(10px);
        margin-top: 70px; */
        max-height: 900px;
    }
    .back {
        margin-top: -250px;
        margin-left: -20px;
    }    
}
@media all and (max-width: 820px){ /* ready */
    #container {
        margin-top: 20px;
    }
    .back {
        margin-top: 20px;
        margin-left: 0px;
    }
    .list {
        max-height: 800px;
    }
}
@media all and (max-width: 770px){ /* ready */
    .menu {
        margin-top: 10px;
    }
    .list {
        margin-top: 40px;
    }
    .logo, .image1 {
        height: 220px;
        width: auto;
    }
}
@media all and (max-width: 740px){
    #container {
        margin-top: 20px;
    }
    .back {
        margin-top: 300px;
        margin-left: -100px;
    }
    .logo {
        width: 120px;
        height: 120px;
    }
    .image1 {
        width: 150px;
        margin-top: 70px;
    }
}
@media all and (max-width: 720px){/* ready */
    #heading {
        margin-left: 0px;
        margin-right: 0px;
    }
    .list {
    height: auto;
    width: auto;
}
.logo {
    width: 100px;
    height: 100px;
}
.image1 {
    height: 100%;
    width: 150px;
    margin-top: 40px;
}
.image2 {
    margin-left: 0px;
    /* transform: translateX(-10px); */
    height: auto;
}
.arrow {
    transform: translateX(-50px);
    height: auto;
}
/* .back {
    margin-top: 1000px;
    margin-left: -1100px;
} */
}
@media all and (max-width: 720px) and (orientation: landscape) {
    #container {
        margin-top: 20px;
    }
    .back {
        margin-top: 450px;
        margin-left: -700px;
    }
}
@media all and (max-width: 717px){ /* ready */
    .logo {
        width: 150px;
        height: auto;
    }
    .image1 {
        height: 150px;
        width: auto;
    }
    .arrow {
        transform: translateX(100px);
    }
    .back {
        margin-top: 50px;
    }
}
@media all and (max-width: 667px){/* ready */
    #heading {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
     .menu {
        flex-direction: row;
        justify-content: center;
        align-items: baseline;
    }
    .arrow {
        transform: translateX(-50px);
    }
    .back {
        margin-top: 0px;
        margin-left: -80px;
    }
}
@media all and (max-width: 660px) and (orientation: landscape) { /* ready */
    #heading {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-top: -40px;
}
.menu {
    width: 170px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.logo {
    width: 150px;
    margin-left: 0;
    height: auto;
}
.image1 {
    width: 150px;
    margin-left: 5px;
}
.list {
    width: 300px;
    transform: translateX(50px);
}
.image2 {
    width: 240px;
}
.arrow {
    width: 150px;
    transform: translateX(-200px);
}
.back {
    margin-left: 0;
}
}
@media all and (max-width: 540px){ /* ready */
    #heading {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .menu {
        flex-direction: row;
        justify-content: center;
        align-items: baseline;
        margin-bottom: 20px;
        width: 440px;
    }
    .logo {
        width: 170px;
        height: auto;
        margin-top: 0;
    }
    .image1 {
        width: 185.63px;
        margin-top: 0;
        margin-left: auto;
        height: auto;
    }
    .list {
        margin-top: 20px;
        transform: translateX(15px);
    }
    .image2 {
        width: 440px;
        height: fit-content;
    }
    .arrow {
        transform: translate(40px, 0px);
    }
}
@media all and (max-width: 440px) { /* ready */
    .list {
        max-height: 600px;
    }
    .image2 {
        width: 430px;
        height: auto;
    }
}
@media all and (max-width: 420px){ /* ready */
    #heading {
        flex-direction: column;
        justify-content: start;
        align-items: center;
    }
    .menu {
        margin-top: 20px;
        width: 380px;
        justify-content: space-evenly;
    }
    .image1 {
        margin-left: 0px;
        width: auto;
        height: 140px;
    }
    .list {
        margin-top: 20px;
        margin-right: 0px;
        transform: translateX(5px);
        height: fit-content;
    }
    .back {
        width: 90px;
        height: auto;
        margin-left: -200px;
    }
    .logo {
        width: auto;
        height: 140px;
        margin-right: 30px;
        margin-left: 0;
    }
    .image2 {
        width: 360px;
        height: auto;
        margin-left: 0px;
    }
    .arrow {
        width: auto;
        height: fit-content;
        margin-left: 0;
    }
}
@media all and (max-width: 420px) and (min-height: 880px){
    .back {
        margin-top: 50px;
    }
}
@media all and (max-width: 375px) and (min-height: 880px){ /* ready */
    #container {
        margin-top: 5px;
    }
    .menu {
        width: 350px;
    }
    .logo {
        margin: 0 20px 0 10px ;
    }
    .image1 {
        margin-top: 0;
    }
    .list {
        width: 350px;
    }
    .image2 {
    width: 340px;
    height: auto;
    }
    .list {
    margin-top: 20px;
    transform: translateX(10px);
    }
    .back {
    margin-left: -200px;
    }
    .arrow {
    transform: translateX(40px);
    }
}
@media all and (max-width: 280px){ /* ready */
    #heading {
        justify-content: center;
    }
    .menu {
        width: 200px;
        margin-top: 0;
        margin-bottom: 5px;
    }
    .image2, .list {
        width: 200px;
        height: auto;
    }
    .list {
        transform: translateX(0px);
        margin-top: 5px;
    }
    .back {
        width: 60px;
    }
    .logo {
        width: auto;
        height: 60px;
        margin-left: 0px;
    }
    .image1{
        width: auto;
        height: 60px;
    }
    .arrow {
    transform: translateX(10px);
    }
}