body {
    margin      : 0;
    font-family : 'Arial', sans-serif;
    overflow-x  : hidden;
}
.flipbook-main-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    direction: ltr !important;
}
.fl-arhive-container {
    display         : flex;
    flex-wrap       : wrap;
    justify-content : flex-start;
    align-items     : center;
    height          : 100%;
    gap             : 2%;
    text-align      : center;
    padding         : 20px;
    width           : 1280px;
    margin          : 60px auto;
    max-width       : 100%;
}

.fl-item {
    width: 284px;
    max-width: 100%;
}

.fl-item a {
    text-decoration : none;
    color           : #000;
}

.fl-item-title {
    font-weight     : 600;
    font-size       : 19px;
    text-decoration : none;
    color           : #000;
}

.flipbook-main-wrapper {
    margin              : 0;
    background          : url(../images/background-01.jpg) !important;
    background-size     : cover !important;
    background-position : center center !important;
    background-repeat   : no-repeat !important;
}


.mainMenu {
    position          : absolute;
    max-width         : 160px;
    line-height       : 1;
    top               : 50%;
    right             : 0;
    z-index           : 99;
    -webkit-transform : translateY(-50%);
    -moz-transform    : translateY(-50%);
    -ms-transform     : translateY(-50%);
    -o-transform      : translateY(-50%);
    transform         : translateY(-50%);
}

.site_logo {
    position    : relative;
    z-index     : 5;
    max-height  : 50px;
    margin-top  : 10px;
    margin-left : 30px;
    cursor      : pointer;
}


@media (min-width : 1025px) {

}

@media (max-width : 1024px),(max-height : 575px) {

}
