* {
    line-height: calc(.5rem + 1em);
    margin: 0;
    padding: 0
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:where(:not(fieldset, progress, meter)) {
    background-origin: border-box;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 0
}

html {
    -webkit-text-size-adjust: none;
    block-size: 100%;
    font-family: Roboto, system-ui, -apple-system, Segoe UI, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}

body {
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    color: #000;
    min-block-size: 100%;
    text-rendering: optimizeSpeed
}

:where(input[type=file])::-webkit-file-upload-button {
    color: inherit;
    font: inherit;
    font-size: inherit;
    letter-spacing: inherit;
    word-spacing: inherit
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}

a {
    color: #000
}

:where(input[type=file])::-webkit-file-upload-button {
    cursor: pointer
}

:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
    cursor: pointer
}

:where(input[type=file])::-webkit-file-upload-button {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    text-align: center;
    -webkit-user-select: none;
    user-select: none
}

:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    text-align: center;
    -webkit-user-select: none;
    user-select: none
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    width: 100%
}

.col {
    -ms-flex-preferred-size: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    width: auto
}

.col-1,
.col-auto {
    -webkit-box-flex: 0
}

.col-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-2,
.col-3 {
    -webkit-box-flex: 0
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-4,
.col-5 {
    -webkit-box-flex: 0
}

.col-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-6,
.col-7 {
    -webkit-box-flex: 0
}

.col-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-8,
.col-9 {
    -webkit-box-flex: 0
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-10,
.col-11 {
    -webkit-box-flex: 0
}

.col-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.header {
    padding: 20px
}

.header,
.header__search {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__search {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 auto
}

.header__search .input-group {
    margin-right: 14px
}

.sidebar {
    left: 0;
    position: absolute;
    top: 0;
    width: 160px
}

.sidebar__nav {
    margin: 0 auto;
    width: 96px
}

.sidebar__nav-link {
    display: block;
    font-weight: 300;
    margin-bottom: 24px;
    text-align: center;
    text-decoration: none
}

.sidebar__nav-link svg {
    display: block;
    margin: 0 auto 8px
}

.app__wrapper {
    padding: 0 20px 30px;
    position: relative
}

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #cdcdcd;
    border-radius: 42px;
    color: #cdcdcd;
    display: block;
    font-family: Roboto, system-ui, -apple-system, Segoe UI, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .688rem 1.4rem;
    -webkit-transition: all .4s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .4s cubic-bezier(.445, .05, .55, .95);
    transition: all .4s cubic-bezier(.445, .05, .55, .95);
    width: 100%
}

.form-control:focus {
    background-color: #fff;
    border-color: #cdcdcd;
    color: #727272;
    outline: 0
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control::-webkit-input-placeholder {
    color: #cdcdcd;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #cdcdcd;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #cdcdcd;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #cdcdcd;
    opacity: 1
}

.form-control::placeholder {
    color: #cdcdcd;
    opacity: 1
}

.input-group {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    width: 100%
}

.input-group>.form-control {
    -webkit-box-flex: 1;
    border-bottom-right-radius: 0;
    border-right-color: transparent;
    border-top-right-radius: 0;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    position: relative;
    width: 1%
}

.input-group>.form-control:focus {
    z-index: 3
}

.input-group .btn {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 42px;
    border-color: #cdcdcd;
    border-top-left-radius: 0;
    border-top-right-radius: 42px;
    height: auto;
    padding-left: 25px;
    padding-right: 35px;
    position: relative;
    z-index: 2
}

.input-group .btn:focus {
    z-index: 3
}

.btn {
    background-color: transparent;
    border: 1px solid transparent;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    -webkit-transition: color .4s cubic-bezier(.445, .05, .55, .95), background-color .4s cubic-bezier(.445, .05, .55, .95), border-color .4s cubic-bezier(.445, .05, .55, .95), -webkit-box-shadow .4s cubic-bezier(.445, .05, .55, .95);
    transition: color .4s cubic-bezier(.445, .05, .55, .95), background-color .4s cubic-bezier(.445, .05, .55, .95), border-color .4s cubic-bezier(.445, .05, .55, .95), -webkit-box-shadow .4s cubic-bezier(.445, .05, .55, .95);
    -o-transition: color .4s cubic-bezier(.445, .05, .55, .95), background-color .4s cubic-bezier(.445, .05, .55, .95), border-color .4s cubic-bezier(.445, .05, .55, .95), box-shadow .4s cubic-bezier(.445, .05, .55, .95);
    transition: color .4s cubic-bezier(.445, .05, .55, .95), background-color .4s cubic-bezier(.445, .05, .55, .95), border-color .4s cubic-bezier(.445, .05, .55, .95), box-shadow .4s cubic-bezier(.445, .05, .55, .95);
    transition: color .4s cubic-bezier(.445, .05, .55, .95), background-color .4s cubic-bezier(.445, .05, .55, .95), border-color .4s cubic-bezier(.445, .05, .55, .95), box-shadow .4s cubic-bezier(.445, .05, .55, .95), -webkit-box-shadow .4s cubic-bezier(.445, .05, .55, .95);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

.btn__default {
    background-color: #f4f4f4;
    border-color: #f4f4f4;
    border-radius: 8px;
    color: #727272;
    height: 37px;
    padding: 10px 18px
}

.btn__default.active {
    background-color: #000;
    color: #fff
}

.btn__icon {
    -webkit-box-flex: 0;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 45px;
    flex: 0 0 45px;
    height: 45px;
    padding: 0;
    width: 45px
}

.btn__icon,
.btn__more {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    justify-content: center
}

.btn__more {
    color: #000;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-left: 100px;
    padding-right: 100px
}

.btn__more svg {
    margin-right: 12px
}

.burger {
    background: none;
    border: 0;
    cursor: pointer;
    padding: 5px;
    width: 40px
}

.burger:active,
.burger:focus {
    outline: 0
}

.burger span {
    background-color: #727272;
    border-radius: 2px;
    display: block;
    height: 2px;
    margin-bottom: 5px;
    margin-top: 5px
}

.video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px
}

.video__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    margin-bottom: 20px;
    max-width: 25%;
    padding-left: 10px;
    padding-right: 10px
}

.video__card,
.video__card-img {
    position: relative
}

.video__card-img {
    background-color: #d9d9d9;
    border-radius: 12px;
    margin-bottom: 8px;
    overflow: hidden;
    padding-top: 56.25%
}

.video__card-img img {
    bottom: 0;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.video__card-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.video__card-avatar {
    background-color: #d9d9d9;
    border-radius: 100%;
    height: 30px;
    margin-right: 12px;
    overflow: hidden;
    position: relative;
    width: 30px
}

.video__card-avatar img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.video__card-title {
    font-size: 14px;
    text-decoration: none
}

.video__card-title:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.video__card-meta {
    color: #727272;
    font-size: 12px;
    margin-top: 6px
}

.video__card-info {
    line-height: 1.4;
    margin-top: 4px
}

.shots {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .25);
    box-shadow: 0 0 8px rgba(0, 0, 0, .25);
    margin: 0 -20px 30px;
    padding: 30px 5px;
    position: relative
}

.shots__title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px
}

.shots__title svg {
    margin-right: 18px
}

.shots__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    overflow: hidden;
    padding: 0 3px;
    position: relative
}

.shots__card {
    color: #727272;
    font-size: 12px;
    line-height: 1;
    position: relative;
    text-align: center
}

.shots__card-img {
    background-color: #d9d9d9;
    border-radius: 10px;
    overflow: hidden;
    padding-top: 177%;
    position: relative
}

.shots__card-img img {
    bottom: 0;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.shots__card-link {
    display: block;
    text-decoration: none
}

.shots__card-link:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.shots__card-footer {
    margin-top: 10px
}

.horizontal__scroll {
    width: 100%
}

.horizontal__scroll-wrapper {
    osition: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    scrollbar-width: none
}

.horizontal__scroll-wrapper::-webkit-scrollbar {
    display: none
}

.horizontal__scroll-wrapper>* {
    scroll-snap-align: start
}

.categories {
    padding-bottom: 25px
}

.categories .btn {
    margin-right: 10px
}

.categories .btn:last-child {
    margin-right: 0 !important
}

.d-none {
    display: none !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.h3,
h3 {
    font-size: calc(1.275rem + .3vw);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem
}

.title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.title svg {
    margin-left: 25px
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .header {
        padding: 25px 0 25px 50px
    }

    .header__search {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 444px;
        flex: 0 0 444px;
        margin: 0 0 0 127px;
        width: 444px
    }

    .header__search .input-group {
        margin-right: 20px
    }

    .app__wrapper {
        padding: 0 60px 47px 160px
    }

    .shots {
        border: 1px solid #d9d9d9;
        border-radius: 15px;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0 0 30px;
        padding: 20px 35px 16px
    }

    .shots__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .categories .btn {
        margin-right: 30px
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media (min-width:1200px) {

    .h3,
    h3 {
        font-size: 1.5rem
    }
}

@media (min-width:1280px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .header__search {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 664px;
        flex: 0 0 664px;
        width: 664px
    }

    .shots__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2857142857%;
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%
    }
}

@media (max-width:767.98px) {
    .header__search .btn.btn__default.btn__icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
        flex: 0 0 30px;
        height: 30px;
        width: 30px
    }

    .header__search .btn.btn__default.btn__icon svg {
        height: 14px;
        width: 11px
    }

    .header__search .input-group {
        margin-left: 10px
    }

    .header__search .input-group .btn {
        padding: 0 16px 0 12px
    }

    .header__search .input-group .btn svg {
        height: 12px;
        width: 12px
    }

    .sidebar {
        display: none
    }

    .form-control {
        font-size: 14px;
        padding: 4px 16px
    }

    .burger {
        width: 28px
    }

    .video__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .video__card-footer {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .video__card-meta {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-top: 0
    }

    .video__card-info {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 0
    }

    .video__card-info div {
        background-color: #727272;
        border-radius: 3px;
        height: 3px;
        margin: 0 10px;
        width: 3px
    }

    .shots:after {
        background: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(68.97%, hsla(0, 0%, 85%, 0)));
        background: -o-linear-gradient(right, #fff 0, hsla(0, 0%, 85%, 0) 68.97%);
        background: linear-gradient(270deg, #fff, hsla(0, 0%, 85%, 0) 68.97%);
        bottom: 0;
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 40px
    }

    .shots__title {
        margin-left: 5px
    }

    .shots__card-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        align-items: flex-start;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(32.29%, hsla(0, 0%, 85%, 0)), to(rgba(0, 0, 0, .6)));
        background: -o-linear-gradient(top, hsla(0, 0%, 85%, 0) 32.29%, rgba(0, 0, 0, .6) 100%);
        background: linear-gradient(180deg, hsla(0, 0%, 85%, 0) 32.29%, rgba(0, 0, 0, .6));
        border-radius: 10px;
        bottom: 0;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        font-weight: 500;
        justify-content: end;
        left: 0;
        margin-top: 0;
        padding: 10px;
        position: absolute;
        right: 0;
        top: 0
    }

    .shots__card-footer .shots__card-link {
        color: #fff;
        font-weight: 700
    }
}

@media (prefers-reduced-motion:no-preference) {
    html:focus-within {
        scroll-behavior: smooth
    }
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}