.container-fluid .module {
    position: absolute;
    z-index: 996;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.container-fluid .module .top_img {
    display: flex;
    flex-direction: row;
}
.container-fluid .module .top_img > div {
    width: 250px;
    height: 287px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.container-fluid .module .top_img > div > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.container-fluid .module .top_img > div > a img {
    margin-top: 70px;
}
.container-fluid .module .top_img > div > a span {
    margin-top: 20px;
    font-size: 24px;
    color: #fff;
    padding: 0 20px;
    line-height: 24px;
}
.container-fluid .module .top_img > div:first-child > a span {
    color: #856014;
}
.container-fluid .module .top_img .hoverDiv {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.container-fluid .module .top_img .leaveDiv {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.container-fluid .module .top_img .item1 {
    background: url(../../images/russian/index/1bg.png) no-repeat;
}
.container-fluid .module .top_img .item2 {
    background: url(../../images/russian/index/2bg.png) no-repeat;
}
.container-fluid .module .top_img .item2 a span {
    color: #F7EECE;
}
.container-fluid .module .top_img .item3 {
    background: url(../../images/russian/index/3bg.png) no-repeat;
}
.container-fluid .module .top_img div + div {
    margin-left: 15px;
}
.container-fluid .module .bottom_img {
    display: flex;
    flex-direction: row;
    margin-top: -55px;
}
.container-fluid .module .bottom_img > div {
    width: 250px;
    height: 287px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.container-fluid .module .bottom_img > div > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.container-fluid .module .bottom_img > div > a img {
    margin-top: 70px;
}
.container-fluid .module .bottom_img > div > a span {
    margin-top: 20px;
    font-size: 24px;
    color: #fff;
    padding: 0 20px;
    line-height: 24px;
}
.container-fluid .module .bottom_img .hoverDiv {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.container-fluid .module .bottom_img .leaveDiv {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.container-fluid .module .bottom_img .item4 {
    background: url(../../images/russian/index/4bg.png) no-repeat;
}
.container-fluid .module .bottom_img .item5 {
    background: url(../../images/russian/index/5bg.png) no-repeat;
}
.container-fluid .module .bottom_img div + div {
    margin-left: 15px;
}
.container-fluid footer {
    position: relative;
    z-index: 9998;
    margin-top: 0 !important;
    top: 100vh;
}
:root {
    --animate-delay: 0.5s;
}
