.app-info {
    margin-top: 30px;
}

.app-info .title {
    display: flex;
    border-bottom: 1px solid #00000017;
    padding-bottom: 20px;
}

.app-info .title img {
    height: 180px;
    width: 180px;
    object-fit: cover;
    border: 1px solid #00000017;
}

.app-info .title .info {
    margin-left: 20px;
    position: relative;
}

.app-info .title .info h1 {
    margin-bottom: 10px;
}

.app-info .video {
    margin-top: 20px;
    margin-bottom: 20px;
}

.app-info .title .info .description {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 10px;
}

.app-info .title .info a {
    font-size: 12px;
}

.app-info .title .info button {
    max-width: 230px;
    width: 230px;
    background: #2b71f6;
    color: #fff;
    border-radius: 4px;
    border: 0;
    padding: 8px 16px;
    cursor: pointer;
    bottom: 0px;
    position: absolute;
    margin: 10px;
    right: 0;
    outline: none;
    transition: 0.2s;
}

button:hover {
    box-shadow: 0 0 2px #00000073;
}

.photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.photo-slider {
    margin-top: 20px;
    margin-bottom: 20px;
}

.photo-slider .sl {
    height: 180px;
    /* background-color: antiquewhite; */
    margin: 1px;
    border: 1px solid #00000017;
}

.slick-prev, .slick-next {
    background: rgba(0,0,0,.14);
    border-radius: 50%;
    padding: 0px;
    height: 30px;
    width: 30px;
}

.slick-next {
    right: -35px;
}

.slick-prev {
    left: -35px;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background: #ccc;
}

button.google:before {
    content: '';
    background-image: url(../img/rustore.png);
    width: 17px;
    height: 17px;
    background-size: cover;
    display: inline-block;
    position: inherit;
    left: 11px;
    top: 6px;
    margin-right: 8px;
    opacity: 0.7;
}

button.browser:before {
    content: '';
    background-image: url(../img/internet-inv.png);
    width: 17px;
    height: 17px;
    background-size: cover;
    display: inline-block;
    position: inherit;
    left: 11px;
    top: 6px;
    margin-right: 8px;
    opacity: 0.7;
}

a.like-btn, a.comment-btn {
    display: none;
}


@media (max-width: 800px) {
    .app-info .title img {
        height: 60px;
        width: 60px;
    }

    .app-info .title .info {
        height: 270px;
    }

    .slick-prev, .slick-next {
        display: none !important;
    }

    .app-info .title {
        margin: 10px;
    }

    iframe {
        height: 200px;
    }
}