@keyframes megashop_fade_down {
    0% {
        transform: translateY(-10px);
        opacity: 0;
        visibility: hidden
    }

    to {
        transform: translateY(0);
        opacity: 1;
        visibility: inherit
    }
}

@keyframes megashop_fade_up {
    0% {
        transform: translateY(10px);
        opacity: 0;
        visibility: hidden
    }

    to {
        transform: translateY(0);
        opacity: 1;
        visibility: inherit
    }
}

@keyframes megashop_fadein_up {
    0% {
        transform: translateY(10px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes megashop_fadeout_up {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    to {
        transform: translateY(10px);
        opacity: 0
    }
}

@keyframes megashop_rotate {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(180deg)
    }
}

@keyframes megashop_appear {
    0%,to {
        transform: translateZ(0)
    }
}

.c-photos-album-page__header-container {
    display: flex;
    align-items: center
}

.c-photos-album-page__back-button-container,.c-photos-album-page__header-text-container {
    margin-left: 30px;
    white-space: nowrap
}

.c-photos-album-page__back-button-container:first-child,.c-photos-album-page__header-text-container:first-child {
    width: 100%;
    margin-left: 0;
    white-space: normal
}

.c-photos-album-page__childcrumbs-container,.c-photos-album-page__info-container {
    margin-bottom: 30px
}

.c-photos-album-page__description-container {
    margin-top: 15px
}

@media (max-width:1199px) {
    .c-photos-album-page__info-container {
        margin-bottom: 15px
    }
}

.c-photos__footer-container {
    margin-top: 40px;
    text-align: center
}

.c-photos__footer-container::before {
    content: '';
    display: table;
    margin-bottom: -30px
}

.c-photos__footer-container::after {
    content: '';
    display: block
}

.c-photos__more-button-container {
    display: block;
    margin-top: 30px
}

.c-photos__spinner-container {
    margin-top: 30px
}

.c-photos__pagination-container {
    display: block;
    margin-top: 30px
}

.c-photos__spinner-container {
    display: none;
    color: var(--primary-color)
}

.c-photos_lazy-load .c-photos__more-button-container,.c-photos_lazy-load .c-photos__pagination-container {
    display: none
}

.c-photos_lazy-load .c-photos__spinner-container,.c-photos_lazy-load-done .c-photos__pagination-container {
    display: block
}

.c-photos_lazy-load-done .c-photos__more-button-container,.c-photos_lazy-load-done .c-photos__spinner-container {
    display: none
}

.c-photos-home-page__sub-header {
    text-align: center
}

.l-photos-albums {
    margin-left: -15px;
    margin-right: -15px
}

.l-photos-albums::before {
    content: '';
    display: table;
    margin-bottom: -30px
}

.l-photos-albums::after {
    content: '';
    display: table
}

.l-photos-albums__item {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 30px;
    width: 255px
}

@media (max-width:1199px) {
    .l-photos-albums {
        margin-left: -.66667%;
        margin-right: -.66667%
    }

    .l-photos-albums:after {
        margin-top: -15px
    }

    .l-photos-albums__item {
        width: 32%;
        margin-left: .66667%;
        margin-right: .66667%;
        margin-bottom: 15px
    }
}

@media all and (max-width:820px) {
    .l-photos-albums {
        margin-left: -1%;
        margin-right: -1%
    }

    .l-photos-albums__item {
        width: 47%;
        margin-left: 1%;
        margin-right: 1%
    }
}

@media all and (max-width:550px) {
    .l-photos-albums,.l-photos-albums__item {
        margin-left: 0;
        margin-right: 0
    }

    .l-photos-albums__item {
        width: 100%
    }
}

.c-photos-album {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 19px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    transition: box-shadow .2s ease-in-out
}

.c-photos-album:hover {
    box-shadow: 0 10px 50px rgba(0,0,0,.07)
}

.c-photos-album__count-container,.c-photos-album__image-container,.c-photos-album__name-container {
    display: block
}

.c-photos-album__image-container {
    margin: -20px -20px 20px
}

.c-photos-album__image {
    border-radius: 5px 5px 0 0
}

.c-photos-album__count-container {
    line-height: 1.2;
    font-size: 13px;
    margin-bottom: 10px;
    height: 15px
}

.c-photos-album__name-container {
    font-size: 18px;
    height: 81px;
    transition: color .2s ease-in-out
}

.c-photos-album__count {
    display: block;
    margin: 10px;
    color: #828282
}

.c-photos-album:hover .c-photos-album__name-container {
    color: var(--primary-color)
}

@media (min-width:1200px) {
    .c-photos-album__image-container {
        height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: 0 0!important
    }
}

@media (max-width:1199px) {
    .c-photos-album__image-container {
        height: 200px;
        background-size: cover
    }

    .c-photos-album__image-container .c-photo-album__image-box {
        display: none
    }

    .c-photos-album {
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0,0,0,.05)
    }

    .c-photos-album__name-container {
        line-height: 23px;
        font-size: 16px
    }
}

@media all and (max-width:550px) {
    .c-photos-album__name-container {
        height: auto
    }
}

.l-photos-mini__list {
    margin-right: -5px
}

.l-photos-mini__list::after {
    content: '';
    display: table;
    margin-top: -5px
}

.l-photos-mini__footer {
    margin-top: 15px;
    line-height: 1.2
}

.l-photos-mini__item {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    margin-bottom: 5px
}

.l-photos-mini__hide-button,.l-photos-mini__item_hidden {
    display: none
}

.l-photos-mini.c-toggle-block_active .l-photos-mini__item_hidden {
    display: inline-block
}

.l-photos-mini.c-toggle-block_active .l-photos-mini__hide-button {
    display: inline
}

#photo-stream,.l-photos-mini.c-toggle-block_active .l-photos-mini__show-button {
    display: none
}

.c-photos-photo-mini {
    opacity: .6;
    transition: opacity .2s ease-in-out
}

.c-photos-photo-mini:hover {
    opacity: 1
}

.l-photos-thumbs {
    margin-left: -15px;
    margin-right: -15px
}

.l-photos-thumbs::before {
    content: '';
    display: table;
    margin-bottom: -30px
}

.l-photos-thumbs::after {
    content: '';
    display: table
}

.l-photos-thumbs__item {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 30px;
    width: 255px
}

@media (max-width:1199px) {
    .l-photos-thumbs {
        margin-left: -.66667%;
        margin-right: -.66667%
    }

    .l-photos-thumbs:after {
        margin-top: -15px
    }

    .l-photos-thumbs__item {
        width: 32%;
        margin-left: .66667%;
        margin-right: .66667%;
        margin-bottom: 15px
    }
}

@media all and (max-width:820px) {
    .c-page-separator .l-photos-thumbs {
        margin-left: -1%;
        margin-right: -1%
    }

    .l-photos-thumbs__item {
        width: 47%;
        margin-left: 1%;
        margin-right: 1%
    }
}

@media all and (max-width:550px) {
    .l-photos-thumbs,.l-photos-thumbs__item {
        margin-left: 0;
        margin-right: 0
    }

    .l-photos-thumbs__item {
        width: 100%
    }
}

.c-photos-photo-thumb {
    display: block;
    color: inherit;
    text-decoration: none;
    position: relative
}

.c-photos-photo-thumb__left-top {
    position: absolute;
    left: 0;
    top: 0
}

.c-photos-photo-thumb__right-top {
    position: absolute;
    right: 0;
    top: 0
}

.c-photos-photo-thumb__image-container {
    transition: opacity .2s ease-in-out
}

.c-photos-photo-thumb__image-container>.l-image-box>img {
    max-width: 100%
}

.c-photos-photo-thumb__text-container {
    text-align: center;
    font-weight: 500;
    margin-top: 10px;
    transition: color .2s ease-in-out;
    line-height: 1.2
}

.c-photos-photo-thumb__description-container {
    text-align: center;
    color: #828282;
    margin-top: 15px
}

.c-photos-photo-thumb:hover .c-photos-photo-thumb__image-container {
    opacity: .6
}

.c-photos-photo-thumb:hover .c-photos-photo-thumb__text-container {
    color: var(--primary-color)
}

@media (min-width:1200px) {
    .c-photos-photo-thumb__image-container {
        background: 0 0!important
    }
}

@media (max-width:1199px) {
    .c-photos-photo-thumb__image-container {
        background-size: cover;
        height: 210px
    }

    .c-photos-photo-thumb__image-container .l-image-box {
        display: none
    }
}

.c-photos-photo-page__header-container {
    display: flex;
    align-items: center
}

.c-photos-photo-page__back-button-container,.c-photos-photo-page__header-text-container {
    margin-left: 30px;
    white-space: nowrap
}

.c-photos-photo-page__back-button-container:first-child,.c-photos-photo-page__header-text-container:first-child {
    width: 100%;
    margin-left: 0;
    white-space: normal
}

.c-photos-photo-page__main-photos {
    margin-right: 0;
    white-space: nowrap;
    overflow: hidden
}

.c-photos-photo-page__main-photo {
    display: inline-block;
    vertical-align: top;
    margin-right: 0;
    white-space: normal;
    width: 100%
}

.c-photos-photo-page__main-photo-box {
    height: 650px
}

.c-photos-photo-page__main-photo-lazy {
    display: none
}

.c-photos-photo-page__main-photo-lazy_loaded {
    display: inline-block
}

.c-photos-photo-page__thumbs-container {
    width: 530px;
    margin: 20px auto 0;
    position: relative
}

.c-photos-photo-page__thumbs-photos {
    margin-right: -10px;
    white-space: nowrap;
    overflow: hidden
}

.c-photos-photo-page__thumbs-photos_swiper,.c-photos-photo-page__thumbs-photos_swiper .c-photos-photo-page__thumb-photo {
    margin: 0
}

.c-photos-photo-page__thumb-photo {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    white-space: normal;
    width: 80px;
    padding: 9px;
    border: 1px solid transparent;
    border-radius: 5px;
    cursor: pointer;
    transition: border-color .2s ease-in-out
}

.c-photos-photo-page__thumb-photo:hover {
    border-color: #828282
}

.c-photos-photo-page__thumb-photo_active,.c-photos-photo-page__thumb-photo_active:hover {
    border-color: var(--primary-color)
}

.c-photos-photo-page__thumb-photo-box {
    width: 60px;
    height: 60px
}

.c-photos-photo-page__thumbs-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 17px;
    cursor: pointer;
    color: #bdbdbd;
    transition: opacity .2s ease-in-out,color .2s ease-in-out
}

.c-photos-photo-page__thumbs-arrow:hover {
    color: #828282
}

.c-photos-photo-page__thumbs-arrow_prev {
    right: 100%;
    margin-right: 5px
}

.c-photos-photo-page__thumbs-arrow_next {
    left: 100%;
    margin-left: 5px
}

.c-photos-photo-page__thumbs-arrow_disabled {
    opacity: 0;
    pointer-events: none
}

.c-photos-photo-page__info-container {
    margin-top: 30px;
    line-height: 1.2;
    transition: opacity .2s ease-in-out
}

.c-photos-photo-page__name-container {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 10px
}

.c-photos-photo-page__description-container {
    margin-bottom: 30px
}

.c-photos-photo-page__date-container {
    margin-top: 20px
}

.c-photos-photo-page__info-lines {
    margin-top: 10px
}

.c-photos-photo-page__info-lines::before {
    content: '';
    display: table;
    margin-bottom: -10px
}

.c-photos-photo-page__info-lines::after {
    content: '';
    display: block
}

.c-photos-photo-page__info-line {
    display: block;
    margin-top: 10px
}

.c-photos-photo-page__info-line-name {
    color: #828282;
    margin-right: 5px
}

.c-photos-photo-page_loading .c-photos-photo-page__info-container {
    opacity: .5
}

@media all and (min-width:992px) {
    .c-photos-photo-page__main-photo {
        background: 0 0!important
    }
}

@media all and (max-width:991px) {
    .c-photos-photo-page__main-photo {
        height: 400px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center
    }

    .c-photos-photo-page__main-photo-box {
        display: none
    }

    .c-photos-photo-page__thumbs-container {
        margin-top: 15px;
        width: 230px
    }

    .c-photos-photo-page__thumb-photo {
        width: 50px;
        height: 50px;
        padding: 0
    }

    .c-photos-photo-page__thumb-photo img {
        width: 36px;
        height: 36px
    }

    .c-photos-photo-page__thumb-photo-box {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center
    }
}

@media all and (max-width:768px) {
    .c-photos-photo-page__main-photo {
        height: 210px
    }

    .c-photos-photo-page__name-container {
        line-height: 26px;
        font-size: 18px
    }

    .c-photos-photo-page__description-container {
        line-height: 20px
    }
}

.c-photos-search-page__header-container {
    display: flex;
    align-items: center
}

.c-photos-search-page__back-button-container,.c-photos-search-page__header-text-container {
    margin-left: 30px;
    white-space: nowrap
}

.c-photos-search-page__back-button-container:first-child,.c-photos-search-page__header-text-container:first-child {
    width: 100%;
    margin-left: 0;
    white-space: normal
}