body {
    min-height: 95vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    font-family: Arial, sans-serif;
    background-repeat: no-repeat;
    background-size: cover;
}

/* NAV */
.menu-list {
    margin: 0;
    margin-bottom: 1vw;
    gap: 1vw;
    position: relative;
    list-style: none;
    padding: 2.5% 1vw;
    backdrop-filter: blur(5px);
    background-color: #ff6666bf;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

#container {
    width: 65vw;
}

#container main {
    padding: 10vh 1vw 25vh 1vw;
    background-color: #ffa8a7;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.menu-include {
    width: calc(100% - 2vw);
}

.menu-list,
#container main {
    color: #ffffff;
    display: flex;
    border-radius: 10px;
}

.menu-list li {
    border-radius: 5px;
    background-color: #ffa5a5;
    transition: 250ms;
    display: flex;
    height: stretch;
}



.menu-list li:hover {
    transform: scale(1.05);
    background-color: #fdcaca;
}

.menu-list li:active {
    transform: scale(0.975);
    background-color: #fdcaca;
}

.menu-list a {
    padding: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    color: rgb(255, 255, 255);
    text-decoration: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    white-space: nowrap;

}

/* ******************** */
h1,
h2 {
    padding: 0 5vw;
    text-align: center;
}

.blokSend {
    margin-top: 3vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.blokButtons {
    margin-top: 2vw;
    gap: 4vw 1vw;
    display: grid;
    justify-content: space-between;
    align-items: center;
    grid-auto-flow: column dense;
    justify-items: center;
    align-content: center;
    grid-template-rows: auto auto;
    grid-template-columns: auto;

}



.blokSend,
.blokButtons {
    width: 100%;
    height: 100%;
}

#Malushka {
    width: 95%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 1vh 0;
}

/* .MalushkaNoActiv,
.MalushkaButton {
    opacity: 0;
} */
.blokSend input[type="submit"] {
    background: #b22222;
    transition: 250ms;
    position: relative;
    font-size: 100%;
    border-radius: 5px;
    box-shadow: inset 0px 0px 100vh 100vh #f00000;

}

.blokButtons input {
    appearance: none;
    display: none;
}


.blokButtons label {
    border: 1px solid #cf9393;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 250ms;
    position: relative;
    border-radius: 5px;
    width: 90%;
    height: 225%;
    padding: 0.25% 5%;
}

input[name="choiseButton"]:checked+label {
    /* background-color: #ff0000; */
    box-shadow: inset 0px 0px 100vh 100vh #ff0000;
}

.noClickButtons {
    background: #706767;
    cursor: no-drop;
    opacity: 0.5;
    border: 0;
}

.sendButton,
.MalushkaButton {
    background-color: #ff590040;
    box-shadow: inset 0px 0px 100vh 100vh #ff590040;
    transform: scale(1);

}

.MalushkaButton:hover {
    box-shadow: inset 0px 0px 0 0 #f0000000;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    transform: scale(1.25, 1.5);
}

label img {
    width: 0px;
    height: 0px;
    border-radius: 5px;
    transition: 250ms;
    margin: 2% 0;
}

label[for="buttonDate"]:hover img {
    object-fit: cover;
    width: 100%;
    height: 100%;

}

label[for="buttonDate"]:hover {
    z-index: 10;
    background-color: #ff6767;
    background-image: url(img/20260707_111632.jpg);
}

label[for="buttonGame"]:hover {
    z-index: 10;
    background-color: #ff6767;
    background-image: url(img/20260707_111553.jpg);
}

label[for="buttonMovie"]:hover {
    z-index: 10;
    background-color: #ff6767;
    background-image: url(img/20250918_091902.jpg);
}

label[for="buttonWalk"]:hover {
    z-index: 10;
    background-color: #ff6767;
    background-image: url(img/20250401_212004.jpg);
}

.sendButton:hover {
    transform: scale(1.05);
    box-shadow: inset 0px 0px 0 0 #f0000000;

}

.sendButton:active {
    transform: scale(0.95);

}

.MalushkaButton:active {
    transform: scale(0.985);
}

#MalushkaNo {
    display: block;
    transition: 250ms;
    position: relative;
    left: 0;
    background-color: #b2222235;
    border-radius: 5px;
}

#MalushkaNo:hover {
    background-color: #3d0909be;
}


/* Association */

.association-table {
    border-collapse: collapse;
    background-color: #a52a2a;
    border-radius: 1vh;
    overflow: visible;
}

.association-table .table-animal,
.association-table .table-place,
.association-table .table-plant {
    border-bottom: 0.25vw solid #cf9393;
}

.association-table .table-color,
.association-table .table-thing,
.association-table .table-food {
    border-top: 0.25vw solid #cf9393;
}

.association-table .table-animal,
.association-table .table-player,
.association-table .table-color {
    border-right: 0.25vw solid #cf9393;
}

.association-table .table-hobby,
.association-table .table-plant,
.association-table .table-food {
    border-left: 0.25vw solid #cf9393;
}

/* ВИДЕО ОТДЕЛЬНО */
.association-table td video {
    transition: 1s;
}


.association-table .table-element.table-element_video video {
    width: inherit;
    /* height: 100%; */
    display: none;
    transform: scale(0);

}


.association-table .table-element_video.activ video {
    transform: scale(1);
    width: inherit;
    /* height: 100%; */
    display: block;


}

/* PHOTO */
.association-table .table-element.table-element_img img {
    width: 100%;
    height: 100%;
    display: none;
}

.association-table .table-element_img.activ img {
    width: 100%;
    height: 100%;
    display: block;


}

.association-table .table-animal.activ {
    top: 0;
    left: 0;
    /* background-image: url(img/20260707_111632.jpg); */
}

.association-table .table-place.activ {
    top: 0;
    left: 0;
    /* background-image: url(img/20260707_111632.jpg); */
}

.association-table .table-plant.activ {
    top: 0;
    left: 0;
    /* background-image: url(img/20260707_111632.jpg); */
}

.association-table .table-player.activ {
    top: 0;
    left: 0;
    /* background-image: url(img/20260707_111632.jpg); */
}

.association-table .table-weather.activ {
    top: 0;
    left: 0;
}

.association-table .table-hobby.activ {
    top: 0;
    left: 0;
}

.association-table .table-color.activ {
    top: 0;
    left: 0;
    background-color: yellow;
}

.association-table .table-thing.activ {
    top: 0;
    left: 0;
}

.association-table .table-food.activ {
    top: 0;
    left: 0;
}

.association-table td {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    transition: 250ms;
    text-align: center;
    width: 200px;
    height: 200px;

}

.association-table .activ.noAbsolute {
    opacity: 1;
    font-size: 0;
    z-index: 0;

}

.association-table .activ:hover {
    transform: scale(1.25);
    position: relative;
    z-index: 5;
}

.association-table .activ:active {
    transform: scale(1.20);
}

.association-table .activ.changePositionActiv {
    touch-action: none;
    background-color: #ff0000;
    padding: 1.25% 1.5% 3.5% 1.5%;
    border-radius: 5vh;
    z-index: 15;
}

.association-table .activ.changePosition {
    background-color: #fdcaca;
    padding: 0.25% 0.5% 2.5% 0.5%;
    border-radius: 1.5vh;
}

.association-table .activ.changePositionActiv video,
.association-table .activ.changePosition video {
    border-radius: 2.5vh;
}


/* .association-table .table-element {
  

} */

.association-table .table-element.animation {
    transform: scale(1.35);
    background-color: #ff4e4e;
    animation: animationTableEl 1s ease-in-out infinite;
    position: relative;
    z-index: 99;
    border-radius: 1vw;

}

@keyframes animationTableEl {
    0% {
        top: 0px;
    }

    25% {
        top: 5px;
    }

    50% {
        top: 0px;

    }

    75% {
        top: -5px;
    }

    100% {
        top: 0px;
    }
}

/* .association-table .table-element:hover {
    background-color: #f00000;

} */


.association-table .table-element:active {
    transform: scale(0.95);
    background-color: #ffb3b3;
}

/* ******************************* */

@media screen and (max-width: 1424px) {
    #container {
        width: 75vw;
    }

    .menu-list,
    #container main {
        border-radius: 10px;
    }



}

@media screen and (max-width: 1324px) {
    #container {
        width: 80vw;
    }

    .menu-list {
        flex-wrap: wrap;
    }

    .menu-list,
    #container main {
        border-radius: 10px;
    }

    .blokButtons {
        gap: 5.5vw 1vw;
        grid-auto-flow: row dense;
        grid-template-columns: auto auto auto;
    }


}

@media screen and (max-width: 1224px) {

    #container {
        width: 85vw;
    }

    .blokButtons {
        gap: 6vw 1vw;
    }


}

@media screen and (max-width: 1024px) {


    #container {
        width: 80vw;
    }

    .blokButtons label {
        height: 100%;
        padding: 2.5% 5%;
    }

    .MalushkaButton:hover {
        transform: scale(1.15, 1.35);
    }
}

@media screen and (max-width: 824px) {


    #container {
        width: 90vw;
    }

    .blokButtons {
        gap: 3.5vw 2vw;

    }

    .blokButtons label {
        width: 90%;
        height: 100%;
        padding: 2.5% 5%;
    }


}

/* второй сайт */
.association-table td {
    width: 150px;
    height: 150px;

}

@media screen and (max-width: 724px) {

    #container {
        width: 95vw;
        padding: 10vh 2vw 25vh 2vw;
    }



    .blokButtons {
        grid-template-rows: auto auto auto;
    }

    .MalushkaButton:hover {
        transform: scale(1.05, 1.15);
    }

}

@media screen and (max-width: 524px) {

    #container {
        width: 90vw;
    }

    .blokButtons {
        width: 100%;
    }

    .blokButtons {
        gap: 3.5vw 4.5vw;
        display: flex;
        grid-auto-flow: row dense;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
    }


    /* второй сайт */
    .association-table td {
        width: 125px;
        height: 125px;
        font-size: 75%;

    }

    .association-table .activ.changePositionActiv {
        padding: 2.5% 3% 10% 3%;
        border-radius: 3vw;
    }

    .association-table .activ.changePosition {
        padding: 1.25% 1.5% 7.5% 1.5%;
        border-radius: 1.5vw;
    }

    .association-table .activ.changePositionActiv video,
    .association-table .activ.changePosition video {
        border-radius: 1.5vw;
    }
}

@media screen and (max-width: 424px) {
    .association-table td {
        width: 100px;
        height: 100px;

    }
}