.users-info-section {
    background-repeat: no-repeat;
    margin-bottom: 50px;
}

.users-info-cont {
    width: 100%;
    text-align: center;
    padding: 30px 0 20px;

}

.users-info-cont_item {

    padding: 10px 10px 0 10px;
    display: inline-block;
    vertical-align: top;
    width: 338px;
    border: 1px solid #2a2a2e;
    background: #000c13;

}

.users-info-cont_item figure {
    width: 100%;
    height: 150px;
    display: block;
    margin: 0 auto;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    position: relative;
}

.users-info-cont_item.compare figure {
    background-image: url('https://macphunsoftware.cachefly.net/macphun/luminar/presets-lum-com.png');
}

.users-info-cont_item.tutorials figure {
    background-image: url('https://macphunsoftware.cachefly.net/macphun/luminar/lu_prod_05.jpg');
}

.users-info-cont_item.guide figure {
    background-image: url('https://macphunsoftware.cachefly.net/macphun/luminar/lu_prod_07.jpg');
}

.users-info-cont_item figure figcaption {

    font-family: sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff;
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 5px;
    left: 0;

}

.btn-cont {
    width: 100%;
    text-align: center;
    padding: 28px 0;
}

.users-info-cont_btn {
    text-decoration: none;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff;
    display: inline-block;
    padding: 4px 30px 2px;
    border: 1px solid #ffffff;
    transition: color .3s, background-color 0.3s;
}

.users-info-cont_btn:hover {
    color: #000000;
    background: #ffffff;
}

.touchbar-wrapper {
    text-align: center;
    padding-top: 100px;

}

.touchbar-wrapper .luminar-logo {
    display: block;
    background-image: url('../../../../../img/macphun/luminar-2018/logo2.svg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 60px;
    width: 70px;
    height: 70px;
    margin: 0 auto 30px;
}

.touchbar-wrapper h1.main-title {
    font-size: 48px;
    color: #fff;
    font-weight: 100;
    padding-bottom: 30px;
}

.touchbar-wrapper p.main-subtitle {
    color: #8e9294;
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 80px;
    max-width: 800px;
    margin: auto;
}

.slide-wrapper {
    border-top: 1px solid #313135;
    border-bottom: 1px solid #313135;
    padding: 50px 0px;
    margin-bottom: 40px;
}

.slide-wrapper a.toggle-button {
    display: block;
    margin: 0px auto 20px;
    background: #3294f0;
    width: 36px;
    height: 36px;
    padding: 9px;
    text-align: center;
    border-radius: 50%;
    box-sizing: border-box;
    opacity: 1;
    transition: 0.6s;
}

.slide-wrapper a.toggle-button.active {
    background: #262a30;
    transform: rotate(135deg);
}

.slide-wrapper a.toggle-button:hover {
    opacity: 0.7;
}

.slide-wrapper a.toggle-button span {
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url(https://macphunsoftware.cachefly.net/macphun/luminar/plus11@2x.png);
    -webkit-background-size: cover;
    background-size: cover;
}

.slide-wrapper h4 {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    padding-bottom: 50px;
    padding-top: 20px;
    font-weight: 100;
}

.slide-wrapper .img-block p {
    font-size: 16px;
    color: #8e9294;
    padding: 20px 0 60px;
}

.show-hide-text {
    font-size: 16px;
    color: #8e9294;
    opacity: 1;
    height: 40px;
    transition: 0.5s;
}

.show-hide-text.active {
    opacity: 0;
    height: 0;
}

.show-hide-block {
    display: none;
}