

/* Start:/wallpaper-2022/css/style.css?168832343912407*/
@font-face {
    font-family: "Bebas Neue Bold";
    src: url("/wallpaper-2022/css/../fonts/bebas-neue-bold/bebas-neue-bold.eot"); /* IE9 Compat Modes */
    src: url("/wallpaper-2022/css/../fonts/bebas-neue-bold/bebas-neue-bold.eot?#iefix")
            format("embedded-opentype"),
        /* IE6-IE8 */
            url("/wallpaper-2022/css/../fonts/bebas-neue-bold/bebas-neue-bold.otf")
            format("opentype"),
        /* Open Type Font */
            url("/wallpaper-2022/css/../fonts/bebas-neue-bold/bebas-neue-bold.svg")
            format("svg"),
        /* Legacy iOS */
            url("/wallpaper-2022/css/../fonts/bebas-neue-bold/bebas-neue-bold.ttf")
            format("truetype"),
        /* Safari, Android, iOS */
            url("/wallpaper-2022/css/../fonts/bebas-neue-bold/bebas-neue-bold.woff")
            format("woff"),
        /* Modern Browsers */
            url("/wallpaper-2022/css/../fonts/bebas-neue-bold/bebas-neue-bold.woff2")
            format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "TT Hoves";
    src: local("TT Hoves Regular"), local("TT-Hoves-Regular"),
        url("/wallpaper-2022/css/../fonts/tt-hoves/TTHoves-Regular.woff2")
            format("woff2"),
        url("/wallpaper-2022/css/../fonts/tt-hoves/TTHoves-Regular.woff")
            format("woff"),
        url("/wallpaper-2022/css/../fonts/tt-hoves/TTHoves-Regular.ttf")
            format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "TT Hoves";
    src: local("TT Hoves Bold"), local("TT-Hoves-Bold"),
        url("/wallpaper-2022/css/../fonts/tt-hoves/TTHoves-Bold.woff2")
            format("woff2"),
        url("/wallpaper-2022/css/../fonts/tt-hoves/TTHoves-Bold.woff")
            format("woff"),
        url("/wallpaper-2022/css/../fonts/tt-hoves/TTHoves-Bold.ttf")
            format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "TT Hoves Thin";
    src: local("TT Hoves Bold"), local("TT-Hoves-Bold"),
        url("/wallpaper-2022/css/../fonts/tt-hoves/TTHoves-Bold.woff2")
            format("woff2"),
        url("/wallpaper-2022/css/../fonts/tt-hoves/TTHoves-Bold.woff")
            format("woff"),
        url("/wallpaper-2022/css/../fonts/tt-hoves/TTHoves-Bold.ttf")
            format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "TT Hoves Thin";
    src: local("TT Hoves Thin"), local("TT-Hoves-Thin"),
        url("/wallpaper-2022/css/../fonts/tt-hoves/TTHoves-Thin.woff2")
            format("woff2"),
        url("/wallpaper-2022/css/../fonts/tt-hoves/TTHoves-Thin.woff")
            format("woff"),
        url("/wallpaper-2022/css/../fonts/tt-hoves/TTHoves-Thin.ttf")
            format("truetype");
    font-weight: 400;
    font-style: normal;
}
/*
HEADER
*/
.static-layout__header--image-year {
    position: relative;
    margin-top: 0 !important;
    padding-top: 138px;
    padding-bottom: 1px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-image: url("/wallpaper-2022/img/Rectangle.png");
    background-size: cover;
}
.static-layout__header--image-year:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("/wallpaper-2022/img/Group.png");
    background-size: calc(min(1410px, 96%));
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    pointer-events: none;
}

.year-backside {
    /* background-image: url('/wallpaper-2022/img/Group.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; */
}
.year-wrapper {
    padding-top: 153px;
    padding-bottom: 105px;
    background-image: url("/wallpaper-2022/img/Vector.png?v=1");
    background-size: contain;
    max-width: 704px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 130px;
}
.year-title {
    font-family: "Bebas Neue Bold";
    font-style: normal;
    font-weight: 700;
    font-size: 95px;
    line-height: 100%;
    text-transform: uppercase;
    color: #ffffff;
}
.year-description {
    max-width: 450px;
    color: #fff;
    font-size: 17px;
    line-height: 24px;
    padding-top: 20px;
}

/*
MAIN
*/

.wallpapers {
    background: #e5e5e5;
}
.wallpapers__main {
    display: flex;
    align-items: stretch;
}
.wallpapers__main main {
    position: relative;
    display: block;
    flex: 1;
    min-width: 0;
    margin-top: 30px;
    margin-left: 30px;
}

/*
aside
*/

aside {
    width: calc(25% - 30px);
    background: #14202c;
    padding: 0 30px;
}
.aside .inner-wrapper-sticky{
    margin-top: 30px;
    margin-bottom: 30px;
}
.aside__options {
    padding-bottom: 30px;
}
.aside__label {
    opacity: 0.5;
    color: #fff;
    font-family: "TT Hoves";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 10px;
}
.aside__option__item {
    padding-bottom: 5px;
}
.aside__option__item label {
    color: #fff;
    font-family: "TT Hoves";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    cursor: pointer;
}
.aside__option__item input {
    display: none;
    position: absolute;
}
.aside__option__item input:checked + label {
    font-weight: bold;
}

.aside__option__item-month label {
    opacity: 0.5;
}
.aside__option__item input:checked + label {
    opacity: 1;
}

.aside__option__icon {
    position: relative;
    width: 7px;
    height: 10px;
    padding-left: 25px;
    background-repeat: no-repeat;
    opacity: 0.5;
}
.aside__option__item input:checked + label .aside__option__icon {
    opacity: 1;
}
.aside__option__icon-1 {
    background-image: url("/wallpaper-2022/icons/icon-1.png");
}
.aside__option__icon-2 {
    background-image: url("/wallpaper-2022/icons/icon-2.png");
}
.aside__option__icon-3 {
    background-image: url("/wallpaper-2022/icons/icon-3.png");
}
.aside__option__icon-4 {
    background-image: url("/wallpaper-2022/icons/icon-4.png");
}
.aside__option__icon-5 {
    background-image: url("/wallpaper-2022/icons/icon-5.png");
}
.aside__option__icon-6 {
    background-image: url("/wallpaper-2022/icons/icon-6.svg");
}
.aside__option__item-month label .aside__option__icon {
    opacity: 0;
}
.aside__option__item input:checked + label {
    opacity: 1;
}
.wp {
}
.wp__list {
    /* display: grid; */
    /* grid-template-columns: repeat(3, 1fr); */
    /* grid-gap: 30px; */
    margin-right: -30px;
}
.wp__list:after {
    content: "";
    display: block;
    clear: both;
}
.wp__item,
.wp__sizer {
    /* position: relative; */
    width: calc(33.333333% - 30px);
    overflow: hidden;
    /*line-height: 0;*/
    /* height: 100%; */
    margin-bottom: 30px;
    /* margin-right: 15px; */
    /* float: left; */
}
.wp__item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 0;
}
.wp__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}
.wp__item_back-row {
    position: absolute;
    width: 100%;
    height: 56px;
    font-family: TT Hoves;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    transition: transform ease-out 0.25s;
    transform: translateY(0);
    background: #14202c80;
    display: flex;
    flex-basis: 0;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}
.wp__item:hover .wp__item_back-row {
    transform: translateY(-100%);
}
.wp__item_back-row-param {
    /* width: 33.3%; */
    color: #fff;
}
.wp__item_back-row-param:first-child,
.wp__item_back-row-param:last-child {
    flex-basis: 0;
    flex-grow: 1;
    line-height: 0;
}
.wp__item_back-row-param:first-child {
    text-align: left;
}
.wp__item_back-row-param:last-child {
    text-align: right;
}
.wp__item_icon {
    position: relative;
    width: 32px;
    height: 32px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
}
.wp__item_icon-6 {
    background-image: url("/wallpaper-2022/icons/скачать.png");
}
.wp__item_icon-7 {
    background-image: url("/wallpaper-2022/icons/layk.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 33px;
    height: 27px;
    cursor: pointer;
}
.wp__item_icon-7.active {
    background-position: -36px 0;
}

/*
* a.r.erinov
* 13.12.2021
*/
.aside__button {
    position: absolute;
    display: none;
    top: 100px;
    right: -50px;
    width: 63px;
    height: 48px;
    background: #14202c;
    border-radius: 0px 5px 5px 0px;
    z-index: 1;
    background-image: url("/wallpaper-2022/css/../img/i-arrow-r--d.svg");
    background-repeat: no-repeat;
    background-position: center right 18px;
    border: none;
    font-size: 0;
    line-height: 0;
}
.aside__button:focus {
    outline: 0 !important;
}
#aside {
    transition: transform 0.3s ease;
    /* will-change: transform; */
    backface-visibility: hidden;
}
#aside.-is-open .aside__button {
    background-image: url("/wallpaper-2022/css/../img/i-cross--l.svg");
    background-position: center right 11px;
}
#aside.-is-open {
    transform: translateX(0);
}
.c-filter-m {
    position: relative;
    display: none;
    padding: 30px 15px;
    background: #14202c;
}
.c-filter-m .aside__option__item {
    padding: 0;
}
.c-filter-m .aside__option__icon {
    opacity: unset;
}
.gutter-sizer {
    width: 30px;
}

/*
* MEDIA
*/
@media (max-width: 1470px) {
}
@media (max-width: 992px) {
    #aside {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 1000;
        transform: translateX(-100%);
        max-width: 330px;
        width: 100%;
    }
    .aside__button {
        display: block;
    }
    .wallpapers__main main {
        margin-left: unset;
    }
    .wp__list {
    }
}
@media (max-width: 768px) {
    .gutter-sizer {
        width: 15px;
    }
    .wp__item,
    .wp__sizer {
        width: calc(33.333333% - 15px);
        margin-bottom: 15px;
    }
    .wp__list {
    margin-right: -15px;
}
}
@media (max-width: 576px) {
    .wp__item_back-row {
        height: 30px;
    }
    .wp__item_icon-6 {
    width: 20px;
    height: 20px;
    background-size: contain;
}
    .wp__item_back-row-param {
        font-size: 10px;
    }
.wp__item_back-row {
    padding: 6px;
}
    .year-title {
        font-size: 70px;
    }
    .wp__item,
    .wp__sizer {
        width: calc(50% - 15px);
    }
    .wallpapers > .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .wp__item_icon-7 {
        width: 23px;
        height: 20px;
    }
    .wp__item_icon-7.active {
        background-position: -26px 0;
    }
    .static-layout__header--image-year:after {
        background-image: url("/wallpaper-2022/img/Group2.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    .c-filter-m {
        display: block;
    }
}
@media (max-width: 400px) {
    #aside {
        max-width: 80%;
        width: 100%;
    }
}

@media (hover: none) {
    .wp__item .wp__item_back-row {
    transform: translateY(-100%);
}
}
.touch .wp__item .wp__item_back-row {
    transform: translateY(-100%);
}
.fancybox-content {
    border-radius: unset;
}
.c-link {
    position: relative;
    display: block;
}
.c-link--month {
    font-family: "TT Hoves";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    cursor: pointer;
    padding-left: 25px;
    background-repeat: no-repeat;
    opacity: 0.5;
    color: #ffffff;
}
.c-link--month.-is-active {
    opacity: 1;
}
/* End */
/* /wallpaper-2022/css/style.css?168832343912407 */
