.recentButton a:hover {
    opacity: 0.7
}

.recentButton a {
    width: 100%;
    height: 40px;
    background: #7030a0;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    text-decoration: none;
}

.recentButton a img {
    width: 25px;
    margin-left: 5px;
    margin-top: 7px;
}

.recentButton a span {
    color: #f0f0f0;
    font-size: 14px;
    vertical-align: super;
    margin-left: 44px;
}

.slideBlock .slick-slide:not(.slick-center):after {
    background: #fff !important;
    opacity: 1 !important;
}

.slideshow-container {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.verticalBanner .slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.verticalBanner .slide a {
    text-align: center;
}

.verticalBanner .slide img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 3px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}

.verticalBanner {
    position: relative;
    margin-top: 18px !important;
}

.arrow-top {
    position: absolute;
    left: 45%;
    top: -10px;
    width: 25px;
    height: 25px;
    margin: auto;
    padding: 0;
    box-sizing: border-box;
    display: block;
    background: url(../img/icon_arr_up.png) 50% 50% no-repeat rgba(0, 0, 0, 0.4);
    background-size: 15px auto;
    cursor: pointer;
    border-radius: 50%;
}

.arrow-bottom {
    position: absolute;
    bottom: 0px;
    left: 45%;
    width: 25px;
    height: 25px;
    margin: auto;
    padding: 0;
    box-sizing: border-box;
    display: block;
    background: url(../img/icon_arr_down.png) 50% 50% no-repeat rgba(0, 0, 0, 0.4);
    background-size: 15px auto;
    cursor: pointer;
    border-radius: 50%;
}

.verticalBanner .slide:nth-child(2) a img {
    margin-bottom: 5px;
}

.rightArea {
    box-shadow: none !important;
    padding: 1px !important;
}

.verticalBanner .slideshow-container {
    padding: 1px;
}

.rightArea section:nth-child(2) {
    bottom: 0;
    position: absolute;
}

.leftArea {
    min-height: 472px !important;
}