@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    min-height: 100vh !important;

    background-color: #0b1315;

    font-family: 'Montserrat', sans-serif;
}

.container {
    min-height: 100vh !important;
}

#tr, #en, #ru {
    transition: all 0.5s ease;
}

#tr:hover, #en:hover, #ru:hover {
    cursor: pointer;
    transform: translate(0px, -10px) !important;
}

.w-img {
    width: 100%;
}

@media only screen and (max-width: 992px) {
    .w-img {
        width: 50%;
    }
}