

.container::after {
    clear: both;
    content: "";
    display: table
}

ul,ol,dl {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

.link:hover,a:hover,.link--text:hover {
    color: #1752dd
}

.link,a {
    color: #336aea;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none
}

:root {
    --font-base: Inter,Helvetica Neue,Helvetica,Arial,sans-serif;
    --font-title: Degular,Inter,Helvetica Neue,Helvetica,Arial,sans-serif;
    --non-latin-font: Helvetica Neue,Helvetica,Arial,sans-serif
}

@media screen and (min-width: 1096px) {
    .flex-section--content {
        max-width:1400px;
        display: block
    }
}

.flex-section--carousel {
    display: flex;
    align-items: flex-start;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: auto
}

.flex-section--carousel::-webkit-scrollbar {
    display: none
}

.flex-title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}

.flex-break {
    flex-basis: 100%
}

.button-list>*:not(:first-child) {
    margin-left: 10px
}

.button-list .button {
    display: flex;
    white-space: nowrap
}

.button-list .button i {
    float: none
}

.button-list .button span {
    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis
}

.bubble-list {
    justify-content: flex-start
}

.bubble-list--item {
    width: 92px;
    min-width: 92px;
    display: block
}

.bubble-list--item:hover .bubble-list--degree {
    background: linear-gradient(225deg,#2955bb 15%,rgba(213,214,242,0.6) 85%)
}

.bubble-list--item:hover .bubble-list--border:before {
    opacity: 0
}

.bubble-list--item:hover .bubble-list--image,.bubble-list--item:hover [data-type=video] {
    top: -3px;
    left: -3px;
    width: calc(100% + 6px);
    height: calc(100% + 6px)
}

.bubble-list--item:hover .bubble-list--title {
    color: #777
}

.bubble-list--degree {
    position: relative;
    width: 64px;
    height: 64px;
    background: linear-gradient(225deg,#2955bb 15%,#d5d6f2 85%);
    border-radius: 50%;
    padding: 2px;
    margin: 0 auto
}

.bubble-list--border,.bubble-list--border:before,.bubble-list--image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.bubble-list--border {
    position: relative;
    border-radius: 50%;
    border: 2px solid #fff;
    background: #fff;
    overflow: hidden
}

.bubble-list--border:before {
    content: "";
    z-index: 1;
    background: rgba(0,0,0,.15);
    transition: .2s all ease-out;
    border-radius: 50%
}

.bubble-list--image {
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    transition: .2s all ease-out
}

.bubble-list--title {
    font-family: var(--base-family);
    font-size: 12px;
    line-height: 1.75;
    color: #424242;
    font-weight: 400;
    margin: 10px 0 0;
    text-align: center;
    transition: .2s all ease-out
}

@media screen and (min-width: 768px) {
    .bubble-list {
        justify-content:center
    }

    .bubble-list--item {
        width: 100px;
        min-width: 100px
    }
}

@media screen and (min-width: 1096px) {
    .bubble-list {
        justify-content:flex-start
    }

    .bubble-list--item {
        width: 170px;
        min-width: 170px
    }

    .bubble-list--degree {
        width: 120px;
        min-width: 120px;
        height: 120px;
        padding: 3px
    }

    .bubble-list--border {
        border-width: 3px
    }

    .bubble-list--title {
        font-size: 17px;
        line-height: 1.6;
        margin-top: 15px
    }
}

.caption-list>*:not(:first-child) {
    margin-left: 20px
}

.caption-list--double {
    padding-top: 15px;
    padding-bottom: 15px
}

.caption-list--double>*:not(:first-child) {
    margin-left: 30px
}

.caption-list--double .caption-list--wrapper {
    text-align: center;
    height: 226px
}

.caption-list--double .caption-list--wrapper:not(.caption-list--more) {
    box-shadow: 0 1px 2px rgba(66,66,66,.1),0 3px 6px rgba(66,66,66,.15)
}

.caption-list--item {
    display: block;
    position: relative
}

.caption-list--item:hover .caption-list--wrapper:after {
    opacity: 1
}

.caption-list--item:hover .caption-list--image {
    top: -3px;
    left: -3px;
    width: calc(100% + 6px);
    height: calc(100% + 6px)
}

.caption-list--wrapper {
    position: relative;
    overflow: hidden;
    width: 180px;
    min-width: 180px;
    height: 162px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: left;
    padding: 15px
}

.caption-list--wrapper:before,.caption-list--wrapper:after {
    content: "";
    z-index: 1;
    background: linear-gradient(180deg,rgba(0,0,0,0) 40%,rgba(0,0,0,0.5) 100%)
}

.caption-list--wrapper:after {
    background: linear-gradient(180deg,rgba(0,0,0,0.2) 40%,rgba(0,0,0,0.1) 100%);
    opacity: 0
}

.caption-list--wrapper:before,.caption-list--wrapper:after,.caption-list--image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .2s all ease-out;
    border-radius: 10px
}

.caption-list--image {
    object-fit: cover;
    object-position: center
}

body {
    visibility: visible;
    overflow-x: hidden;
    overflow-y: scroll
}

.container-fluid,.container {
    padding: 0 10px
}

@media screen and (max-width: 768px) {
    .container-fluid,.container {
        padding:0 20px
    }
}

.container {
    margin: 0 auto
}

.link,a,a {
    font-weight: 600
}

.category-landing--photos .caption-list--wrapper:hover .external-link-pos {
    transition: .2s all ease-out;
    opacity: 1;
    top: 20px;
    right: 20px;
    color: #fff
}

.category-landing--photos .caption-list--wrapper::after,.category-landing--photos .caption-list--wrapper::before {
    border-radius: 0
}

.category-landing--photos .caption-list--wrapper::before {
    background: radial-gradient(64.89% 64.89% at 50% 50%,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 100%)
}

.category-landing--photos .caption-list--wrapper::after {
    background: rgba(10,21,47,.4)
}

.category-landing--photos .caption-list--wrapper,.category-landing--photos .caption-list--image {
    border-radius: 4px
}

.category-landing--photos .author-name,.category-landing--photos .icon--external-link {
    display: none
}

.category-landing--photos .tags-row__title {
    font-weight: 600;
    font-size: 17px;
    line-height: 1.6
}

.category-landing--photos .section-header .container {
    max-width: 1320px;
    padding: 30px 20px;
    min-height: auto
}

.category-landing--photos .section-header .description {
    display: none
}

.category-landing--photos .section-header .description.collapse {
    display: block
}

.category-landing--photos .section-header .title {
    margin-bottom: 10px
}

.category-landing--photos .section-trends-collage .container {
    padding: 0;
    margin: 0;
    margin-bottom: 30px
}

.category-landing--photos .section-trends-collage .caption-list--wrapper {
    height: 176px;
    width: 260px;
    min-width: 260px;
    box-shadow: none
}

.category-landing--photos .section-trends-collage .caption-list--double {
    padding: 20px
}

.category-landing--photos .section-trends-collage .caption-list--double>*:not(:first-child) {
    margin-left: 10px
}

.category-landing--photos .section-trends-collage .tags-row__title {
    margin: 0;
    padding: 0 20px
}

.category-landing--photos .section-tags .title {
    padding: 0 20px
}

.category-landing--photos .section-tags .tabs__navigation {
    display: none
}

.category-landing--photos .section-tags .tabs__link--heading {
    display: none
}

.category-landing--photos .section-tags .tabs__content {
    display: block;
    padding: 0 0 20px
}

.category-landing--photos .section-tags .tabs__container {
    border: none;
    width: 100%;
    height: 100%;
    padding-bottom: 30px
}

.category-landing--photos .section-tags.tags-xl .tags-row {
    padding: 0
}

.category-landing--photos .section-tags.tags-xl .tags-row .title {
    margin: 0 0 20px;
    font-weight: 600
}

.category-landing--photos .section-tags .xl .tag-slider--list {
    padding: 0 20px
}

.category-landing--photos .section-tags .xl .tag-slider--link {
    width: 100%;
    height: 100%;
    font-weight: 700;
    line-height: 1.6;
    font-size: 13px
}

.category-landing--photos .section-tags .xl .tag-slider--link:hover .tag-slider-wrapper::before {
    background: rgba(10,21,47,.6)
}

.category-landing--photos .section-tags .xl .tag-slider--item {
    padding-right: 20px
}

.category-landing--photos .section-tags .xl .tag-slider--item:last-child {
    padding-right: 0
}

.category-landing--photos .section-tags .xl .tag-slider--item:hover .tag-slider-wrapper--img {
    top: -3px;
    left: -3px;
    width: calc(100% + 6px);
    height: calc(100% + 6px)
}

.category-landing--photos .section-tags .xl .tag-slider-wrapper {
    height: 125px;
    width: 180px;
    min-width: 180px
}

.category-landing--photos .section-tags .xl .tag-slider-wrapper::before {
    background: rgba(10,21,47,.4)
}

.category-landing--photos .section-tags .xl .tag-slider-wrapper--img {
    transition: .2s all ease-out
}

.category-landing--photos .section-tags .xl .tag-slider--nav {
    display: none
}

.category-landing--photos .articles-block-section .articles-block {
    padding: 50px 20px 0
}

.category-landing--photos .articles-block-section .articles-block .title {
    margin-bottom: 20px;
    font-weight: 600
}

.category-landing--photos .articles-block-section .articles-block .caption-list--wrapper {
    min-width: 280px;
    width: 280px;
    height: 192px
}

.category-landing--photos .articles-block-section .articles-block:last-of-type {
    padding-bottom: 50px
}

@media screen and (min-width: 480px) {
    .category-landing--photos .section-tags .tabs__container {
        padding-bottom:20px
    }

    .category-landing--photos .section-tags .tabs__content {
        padding-bottom: 30px
    }

    .category-landing--photos .articles-block-section .articles-block {
        padding: 50px 20px
    }

    .category-landing--photos .articles-block-section .articles-block .content {
        position: relative;
        flex-direction: column;
        flex-basis: initial;
        align-items: center
    }

    .category-landing--photos .articles-block-section .articles-block:nth-child(even) img {
        right: auto
    }

    .category-landing--photos .articles-block-section .articles-block .title {
        font-size: 20px;
        line-height: 1.5
    }

    .category-landing--photos .articles-block-section .articles-block .description {
        font-size: 15px;
        line-height: 1.6
    }

    .category-landing--photos .articles-block-section .articles-block .text-wrapper {
        max-width: 528px
    }
}

@media screen and (min-width: 768px) {
    .category-landing--photos .section-header .container {
        padding:50px 20px
    }

    .category-landing--photos .section-header .title {
        margin-bottom: 20px
    }

    .category-landing--photos .section-header .description {
        font-size: 15px
    }

    .category-landing--photos .section-trends-collage .container {
        padding: 0;
        margin-bottom: 50px
    }

    .category-landing--photos .section-trends-collage .tags-row__title {
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 10px
    }

    .category-landing--photos .section-trends-collage .caption-list--wrapper {
        height: 264px;
        width: 380px;
        min-width: 380px
    }

    .category-landing--photos .section-tags .tabs__container {
        padding-bottom: 40px
    }

    .category-landing--photos .section-tags.tags-xl .tags-row .title {
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 30px
    }

    .category-landing--photos .section-tags .xl .tag-slider-wrapper {
        height: 174px;
        width: 250px;
        min-width: 250px
    }

    .category-landing--photos .section-tags .xl .tag-slider--link {
        font-size: 17px;
        line-height: 1.6
    }

    .category-landing--photos .articles-block-section .articles-block .content {
        gap: 50px
    }

    .category-landing--photos .articles-block-section .articles-block .caption-list--wrapper {
        min-width: 450px;
        width: 450px;
        height: 309px
    }

    .category-landing--photos .articles-block-section .articles-block .title {
        font-size: 32px;
        line-height: 1.25
    }

    .category-landing--photos .articles-block-section .articles-block .description {
        font-size: 17px;
        line-height: 1.6
    }

    .category-landing--photos .articles-block-section .articles-block:last-of-type {
        padding-bottom: 70px
    }

    .category-landing--photos .author-name,.category-landing--photos .icon--external-link {
        display: block
    }
}

@media screen and (min-width: 1096px) {
    .category-landing--photos .section-header .description {
        display:block
    }

    .category-landing--photos .section-header .description.collapse {
        display: none
    }

    .category-landing--photos .articles-block-section .articles-block {
        padding: 70px 60px
    }

    .category-landing--photos .articles-block-section .articles-block .content {
        flex-direction: row-reverse;
        justify-content: center
    }

    .category-landing--photos .articles-block-section .articles-block:nth-child(even) .content {
        flex-direction: row
    }
}

@media screen and (min-width: 1400px) {
    .category-landing--photos .section-header .container {
        padding:90px 0;
        align-items: start;
        text-align: start;
        padding-right: 240px
    }

    .category-landing--photos .section-header .title {
        margin-bottom: 30px
    }

    .category-landing--photos .section-header .description {
        font-size: 17px;
        line-height: 1.6
    }

    .category-landing--photos .section-trends-collage .container {
        max-width: 100%;
        padding: 0;
        margin: 0 auto
    }

    .category-landing--photos .section-trends-collage .tags-row__title {
        font-size: 32px;
        line-height: 1.25;
        padding: 0;
        margin-bottom: 30px
    }

    .category-landing--photos .section-trends-collage .flex-section--carousel {
        display: grid;
        grid-template-columns: repeat(4,1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        padding: 0
    }

    .category-landing--photos .section-trends-collage .flex-section--carousel li:first-child {
        grid-area: 1/1/3/3
    }

    .category-landing--photos .section-trends-collage .flex-section--carousel li:first-child .caption-list--wrapper {
        height: 474px
    }

    .category-landing--photos .section-trends-collage .flex-section--carousel .caption-list {
        margin-left: 0
    }

    .category-landing--photos .section-trends-collage .flex-section--carousel .caption-list--wrapper {
        width: 100%;
        min-width: 100%;
        height: 232px;
        border-radius: 0
    }

    .category-landing--photos .section-trends-collage .flex-section--carousel .caption-list--image {
        border-radius: 0
    }

    .category-landing--photos .section-tags .title {
        display: none
    }

    .category-landing--photos .section-tags .tabs {
        display: flex;
        align-items: center;
        flex-direction: column
    }

    .category-landing--photos .section-tags .tabs__navigation {
        display: flex;
        width: 100%;
        height: 100%;
        text-align: center;
        align-items: center;
        justify-content: center;
        gap: 40px;
        margin-bottom: 50px;
        white-space: nowrap
    }

    .category-landing--photos .section-tags .tabs__container {
        padding-bottom: 60px
    }

    .category-landing--photos .section-tags .tabs__content {
        display: none;
        gap: 100px
    }

    .category-landing--photos .section-tags .tabs__link {
        text-align: center;
        background: 0 0;
        padding: 10px 10px 5px;
        border: none;
        font-weight: 600;
        color: #777;
        font-size: 17px;
        line-height: 1.6;
        white-space: nowrap;
        text-transform: capitalize;
        width: auto
    }

    .category-landing--photos .section-tags .tabs__link.active {
        color: #121212;
        border-bottom: 2px solid #121212;
        cursor: initial;
        pointer-events: none
    }

    .category-landing--photos .section-tags .tabs__link:hover {
        box-shadow: 0 2px 0 0 #d8d8d8;
        color: #777
    }

    .category-landing--photos .section-tags .tabs__link.active,.category-landing--photos .section-tags .tabs__link:hover {
        background: 0 0
    }

    .category-landing--photos .section-tags.tags-xl {
        padding-top: 0
    }

    .category-landing--photos .section-tags .xl .tag-slider {
        justify-content: center
    }

    .category-landing--photos .section-tags .xl .tag-slider--list {
        display: grid;
        grid-template-columns: repeat(4,1fr);
        gap: 20px;
        padding: 0;
        width: 100%
    }

    .category-landing--photos .section-tags .xl .tag-slider-wrapper {
        height: 220px;
        width: 100%;
        min-width: 100%
    }

    .category-landing--photos .section-tags .xl .tag-slider--item {
        padding-right: 0;
        line-height: 30px
    }

    .category-landing--photos .section-tags .xl .tag-slider--link {
        font-size: 20px;
        line-height: 1.5
    }

    .category-landing--photos .section-tags .tabs__link--heading.active+.tabs__content {
        -webkit-animation: fadeIn .5s;
        animation: fadeIn .5s
    }

    .category-landing--photos .articles-block-section .articles-block:last-of-type {
        padding-bottom: 0
    }

    .category-landing--photos .articles-block-section .articles-block .caption-list--wrapper {
        min-width: 530px;
        width: 530px;
        height: 368px
    }
}

.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.lightbox img {
    height: 500px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}

.lightbox video {
    height: 500px;
    justify-content: center;
    align-items: center;

    box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}
#lightbox-content {
display: flex;
justify-content: center;
align-items: center;
}


#close-button {
    position: absolute;
    top: 100px;
    right: 100px;
    font-size: 32px;
    cursor: pointer;
    color: #ffc600;
    z-index: inherit;
}


