.popup-facilities {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 100%;
    background: #fff;
    padding: 144px 4.2% 50px;
    overflow-y: auto;
    z-index: 6;
    opacity: 0;
    -webkit-transition: opacity .15s;
    transition: opacity .15s
}

@media (min-width: 1300px) {
    .popup-facilities {
        padding: 160px 2.2% 50px
    }
}

.popup-facilities--show {
    display: block;
    left: 0;
    opacity: 1;
    -webkit-transition: opacity .25s;
    transition: opacity .25s
}

.popup-facilities__wrap {
    -webkit-columns: 1 200px;
    -moz-columns: 1 200px;
    columns: 1 200px;
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    width: 100%;
    margin: 0 auto
}

@media (min-width: 768px) {
    .popup-facilities__wrap {
        -webkit-columns: 2 200px;
        -moz-columns: 2 200px;
        columns: 2 200px
    }
}

@media (min-width: 1200px) {
    .popup-facilities__wrap {
        -webkit-columns: 3 200px;
        -moz-columns: 3 200px;
        columns: 3 200px
    }
}

@media (min-width: 1300px) {
    .popup-facilities__wrap {
        -webkit-columns: 4 200px;
        -moz-columns: 4 200px;
        columns: 4 200px
    }
}

.popup-facilities__close {
    position: fixed;
    top: 45px;
    left: 50%;
    cursor: pointer;
    z-index: 6
}

.popup-facilities__item {
    display: inline-block;
    width: 100%;
    margin: 0 0 19px;
    padding: 31px 17.2px 54px 14px;
    border: 1px solid #0085b2
}

.popup-facilities__item:first-of-type {
    border-color: #0085b2
}

.popup-facilities__item:nth-of-type(2) {
    border-color: #167c80
}

.popup-facilities__item:nth-of-type(3) {
    border-color: #ffed54
}

.popup-facilities__item:nth-of-type(4) {
    border-color: #e50100
}

.popup-facilities__item:nth-of-type(5) {
    border-color: #0085b2
}

.popup-facilities__item:nth-of-type(6) {
    border-color: #167c80
}

.popup-facilities__item:nth-of-type(7) {
    border-color: #e50100
}

.popup-facilities__item:nth-of-type(8) {
    border-color: #ffed54
}

.popup-facilities__item:nth-of-type(9) {
    border-color: #0085b2
}

.popup-facilities__item:nth-of-type(10) {
    border-color: #0085b2
}

.popup-facilities__item:nth-of-type(11) {
    border-color: #252838
}

.popup-facilities__item:nth-of-type(12) {
    border-color: #0085b2
}

.popup-facilities__text {
    margin-top: 45px;
    font-size: 23.4px;
    line-height: 1.4
}

.popup-facilities__subtext {
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.5
}

.carousel {
    width: 450px
}

.carousel__list {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0
}

.carousel__item {
    display: block;
    float: left;
    margin-right: 6px;
    cursor: pointer
}

.carousel image {
    display: block;
    height: auto;
    max-width: 100%
}

.popup-gallery {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    background: #252838;
    z-index: 10;
    opacity: 0;
    -webkit-transition: opacity .15s;
    transition: opacity .15s
}

.popup-gallery--show {
    left: 0;
    opacity: 1;
    -webkit-transition: opacity .25s;
    transition: opacity .25s
}

.popup-gallery__close {
    position: absolute;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    cursor: pointer
}

@media (min-width: 768px) {
    .popup-gallery__close {
        bottom: 21vh
    }
}

#popup-gallery-primary-slider #apartment-thumbs {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

#popup-gallery-primary-slider .splide__slide {
    min-height: 200px;
    text-align: center
}

@media (min-width: 1000px) {
    #popup-gallery-primary-slider .splide__slide {
        height: 84vh !important
    }
}

#popup-gallery-primary-slider .splide__slide .splide__image {
    height: 100%
}

#popup-gallery-primary-slider .splide__slide .splide__image--centered {
    background-size: contain
}

@media (min-width: 450px) and (max-width: 800px) and (orientation: landscape) {
    #popup-gallery-primary-slider .splide__slide .splide__image--centered {
        background-size: cover
    }
}

@media (min-width: 1000px) {
    #popup-gallery-primary-slider .splide__slide .splide__image--centered {
        background-size: cover
    }
}

#popup-gallery-primary-slider .splide__slide .splide__image, #popup-gallery-primary-slider .splide__slide img {
    max-width: 100%;
    width: 100vw;
    height: 100%
}

@media (min-width: 768px) and (orientation: portrait) {
    #popup-gallery-primary-slider .splide__slide .splide__image, #popup-gallery-primary-slider .splide__slide img {
        height: 83.9vh !important
    }
}

@media (min-width: 1000px) {
    #popup-gallery-primary-slider .splide__slide .splide__image, #popup-gallery-primary-slider .splide__slide img {
        height: 84vh
    }
}

#popup-gallery-secondary-slider .splide__slide .splide__image {
    width: 100%;
    height: 100%;
    background-size: cover
}

#popup-gallery-secondary-slider .splide__slide {
    max-width: 91px;
    max-height: 91px;
    margin-top: 15px;
    border: 0 solid transparent
}

@media (max-width: 1367px) and (max-height: 1367px) {
    #popup-gallery-secondary-slider .splide__slide {
        width: 16vh !important;
        height: 16vh !important;
        margin-top: 1.5vh
    }
}

#popup-gallery-secondary-slider .splide__slide.is-active {
    border: 4px solid #ffd101
}

#popup-gallery-secondary-slider .splide__list {
    padding-left: 40px !important
}

#apartment-item-primary-slider .splide__slide {
    min-height: 200px;
    height: 52.2vh !important;
    text-align: center
}

@media (min-width: 1000px) {
    #apartment-item-primary-slider .splide__slide {
        height: 77.9vh !important
    }
}

#apartment-item-primary-slider .splide__slide .splide__image {
    height: 100%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

#apartment-item-primary-slider .splide__slide .splide__image--centered {
    background-size: contain
}

@media (min-width: 450px) and (max-width: 800px) and (orientation: landscape) {
    #apartment-item-primary-slider .splide__slide .splide__image--centered {
        background-size: cover
    }
}

@media (min-width: 1000px) {
    #apartment-item-primary-slider .splide__slide .splide__image--centered {
        background-size: cover
    }
}

#apartment-item-primary-slider .splide__slide .splide__image, #apartment-item-primary-slider .splide__slide img {
    max-width: 100%;
    width: 100vw;
    height: 52.2vh
}

@media (max-width: 1000px) and (orientation: landscape) {
    #apartment-item-primary-slider .splide__slide .splide__image, #apartment-item-primary-slider .splide__slide img {
        height: 77.9vh;
        height: 100%
    }
}

@media (min-width: 1000px) {
    #apartment-item-primary-slider .splide__slide .splide__image, #apartment-item-primary-slider .splide__slide img {
        width: 72vw;
        height: 80vh
    }
}

#apartment-item-secondary-slider .splide__slide {
    max-width: 91px;
    max-height: 91px;
    margin-top: 16px;
    border: 0 solid transparent
}

@media (min-width: 500px) and (max-width: 1367px) and (max-height: 1367px) {
    #apartment-item-secondary-slider .splide__slide {
        width: 16vh !important;
        height: 16vh !important;
        margin-top: 1.5vh
    }
}

#apartment-item-secondary-slider .splide__slide.is-active {
    border: 4px solid #ffd101
}

#apartment-item-secondary-slider .splide__slide img {
    width: 100%;
    height: 100%
}

#apartment-thumbs .splide__image {
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.track-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateX(7px);
    -ms-transform: translateX(7px);
    transform: translateX(7px)
}

.filter {
    position: fixed;
    top: 0;
    right: -100%;
    font-family: Montserrat, sans-serif;
    width: 100%;
    height: 100vh;
    overflow: auto;
    z-index: 2;
    -webkit-transition: right .1s;
    transition: right .1s
}

@media (min-width: 768px) {
    .filter {
        width: 375px;
        display: grid;
        justify-items: end
    }
}

.filter::-webkit-scrollbar {
    width: 0;
    background: transparent
}

.filter--active {
    right: 0;
    width: 100vw;
    -webkit-transition: right .2s;
    transition: right .2s
}

@media (min-width: 768px) {
    .filter__wrap {
        width: calc(100vw - 375px);
        height: 100vh;
        position: absolute;
        left: 0;
        top: 0
    }
}

.filter__container {
    background: #bed7d4
}

@media (min-width: 768px) {
    .filter__container {
        width: 375px
    }
}

.filter__apostrophe {
    color: #fff
}

.filter__close {
    width: 24px;
    height: 24px;
    cursor: pointer
}

.filter__title {
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: .7px
}

.filter__title--white {
    color: #fff
}

@media (min-width: 768px) {
    .filter__title--white {
        display: none
    }
}

.filter__title--black {
    color: #1f2025
}

.filter-top {
    position: fixed;
    display: grid;
    grid-auto-flow: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 12.5vw;
    padding: 0 4.5vw;
    z-index: 1
}

@media (min-width: 768px) {
    .filter-top {
        -webkit-box-pack: end;
        -webkit-justify-content: end;
        -ms-flex-pack: end;
        justify-content: end;
        width: 375px;
        height: 45px;
        padding: 0 19px
    }
}

.filter-top__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #b5d1ce;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    z-index: -1
}

.filter-switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 31px
}

.filter-switch__slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 18px;
    border: 1.5px solid #f2f2f2;
    -webkit-transition: .4s;
    transition: .4s
}

.filter-switch__slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 1px;
    bottom: 1px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: .4s;
    border: .5px solid #f2f2f2;
    -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
    -ms-transform: matrix(1, 0, 0, -1, 0, 0);
    transform: matrix(1, 0, 0, -1, 0, 0);
    transition: .4s
}

.filter-switch__input {
    opacity: 0;
    width: 0;
    height: 0
}

.filter-switch__input:checked + .filter-switch__slider {
    background: #0085b2;
    border-color: #0085b2
}

.filter-switch__input:checked + .filter-switch__slider:before {
    -webkit-transform: translateX(21.3px) matrix(1, 0, 0, -1, 0, 0);
    -ms-transform: translateX(21.3px) matrix(1, 0, 0, -1, 0, 0);
    transform: translateX(21.3px) matrix(1, 0, 0, -1, 0, 0)
}

.filter-body {
    padding: 88px 17px 50px;
    overflow-y: auto;
    background: #bed7d4
}

@media (min-width: 768px) {
    .filter-body {
        height: 100vh
    }
}

.filter-body-top {
    display: grid;
    gap: 33px
}

.filter-body-top__item {
    display: grid;
    grid-auto-flow: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.filter-body-top__item:nth-of-type(2) {
    position: relative
}

.filter-body-top__item:nth-of-type(2):after {
    content: "";
    position: absolute;
    top: -17px;
    left: 0;
    border-top: 1px solid #f2f2f2;
    opacity: .25;
    width: 100%
}

.filter__bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(37, 40, 56, .25);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    z-index: -1
}

@media (min-width: 768px) {
    .filter__bg {
        max-width: 375px
    }
}

.filter-toolbar {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    background: rgba(0, 133, 178, .1);
    margin-top: 10.7vw;
    height: 48px
}

@media (min-width: 768px) {
    .filter-toolbar {
        margin-top: 40px
    }
}

.filter-toolbar--show {
    display: grid
}

.filter-toolbar__item {
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden
}

.filter-toolbar__label {
    font-family: Montserrat, sans-serif;
    display: grid;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
    font-size: 13px;
    color: #fff;
    font-style: normal
}

.filter-toolbar__radio {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: -1
}

.filter-toolbar__radio:checked + label {
    background: rgba(0, 133, 178, .5)
}

.filter-toolbar__image {
    height: 24px;
    width: 24px
}

.filter .ui-widget.ui-widget-content {
    height: 16px;
    border: none;
    background-color: transparent
}

.filter .ui-widget.ui-widget-content:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background-color: #fff
}

.filter .ui-slider-horizontal .ui-slider-range {
    background: #ffed54;
    height: 2px
}

.filter .ui-slider-horizontal .ui-slider-handle, .filter .ui-slider-horizontal .ui-slider-range {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.filter .ui-slider-horizontal .ui-slider-handle {
    background: transparent;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #252838
}

.filter-bottom {
    display: grid;
    gap: 41px;
    margin-top: 33px
}

@media (min-width: 768px) {
    .filter-bottom {
        gap: 39px
    }
}

.filter-bottom__text {
    background-color: transparent
}

.filter-bottom__top {
    display: grid;
    grid-auto-flow: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: .7px;
    text-transform: uppercase;
    color: #252838
}

.filter-bottom__item {
    display: grid;
    gap: 21.3px
}

@media (min-width: 768px) {
    .filter-bottom__item {
        gap: 24px
    }
}

.filter-bottom .ui-slider-tick-mark {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    z-index: 0
}

.filter-bottom .ui-slider-tick-mark--yellow {
    background: #ffed54
}

.filter-buttons {
    margin-top: 71px;
    width: 100%
}

.filter__button {
    width: 90.6%;
    margin: auto;
    padding: 16px 0
}

.filter__button--transparent {
    background-color: transparent;
    border: 1px solid #ffed54
}

.filter__button--yellow {
    margin-top: 16px
}

.request {
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 20;
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    background: #252838;
    opacity: 0;
    -webkit-transition: opacity .15s;
    transition: opacity .15s
}

.request-content--show {
    display: block !important
}

.request--show {
    left: 0;
    opacity: 1;
    -webkit-transition: opacity .25s;
    transition: opacity .25s
}

.request__success {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 310px;
    z-index: 1;
    width: 100%;
    max-width: 310px
}

.request__container {
    max-width: 310px
}

@media (min-width: 768px) {
    .request__container {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 310px;
        z-index: 1;
        width: 100%
    }
}

@media (max-height: 500px) and (orientation: landscape) {
    .request__container {
        position: absolute;
        top: 15%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 310px;
        width: 100%;
        padding: 50px 0;
        z-index: 1
    }
}

.request__body {
    position: absolute;
    top: 10.0%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 83%;
    max-width: 310px;
    z-index: 1
}

@media (min-width: 768px) {
    .request__body {
        position: static;
        top: auto;
        left: auto;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        width: 100%
    }
}

@media (max-height: 500px) and (orientation: landscape) {
    .request__body {
        position: static;
        top: auto;
        left: auto;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        width: 100%
    }
}

.request__body--brochure2 {
    top: 15.0%
}

.request__subtext {
    margin-top: 64px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #fff
}

.request__text {
    display: none;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    letter-spacing: -.5px
}

@media (min-width: 768px) {
    .request__text {
        font-size: 24px
    }
}

.request__text--success {
    display: block
}

.request__afterwords, .request__beforewords {
    display: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    margin-top: 15px
}

.request__beforewords--request2 {
    margin-top: 48px
}

@media (min-width: 768px) and (max-width: 1400px) and (max-height: 800px) {
    .request__beforewords--request2 {
        margin-top: 26px
    }
}

.request__close {
    position: absolute;
    top: 49px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 1
}

@media (min-width: 768px) {
    .request__close {
        top: 12%
    }
}

@media (max-height: 768px) and (max-width: 1200px) {
    .request__close {
        top: 5%
    }
}

.request__text-bottom {
    position: absolute;
    bottom: 26vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 276px;
    line-height: 1.4;
    text-align: center;
    font-style: italic;
    color: #fff;
    opacity: .5
}

@media (min-width: 768px) {
    .request__text-bottom {
        position: static;
        bottom: auto;
        left: auto;
        margin: auto;
        margin-top: 48px;
        text-align: center;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@media (max-height: 500px) and (orientation: landscape) {
    .request__text-bottom {
        position: static;
        bottom: auto;
        left: auto;
        margin: auto;
        margin-top: 48px;
        text-align: center;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.request__button {
    position: absolute;
    font-family: Montserrat, sans-serif;
    bottom: 11vh;
    left: 0;
    width: calc(100% - 60px);
    margin-left: 30px;
    border: none;
    padding: 24.5px 0 35.5px;
    background: #ffed54;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: .7px;
    cursor: pointer
}

@media (min-width: 768px) {
    .request__button {
        position: static;
        display: block;
        width: auto;
        margin: auto;
        padding: 16px 24px;
        margin-top: 80px
    }
}

@media (max-height: 500px) and (orientation: landscape) {
    .request__button {
        position: static;
        display: block;
        width: auto;
        padding: 16px 24px;
        margin: auto;
        margin-top: 35px
    }
}

@media (min-width: 1000px) and (max-width: 1400px) and (max-height: 800px) {
    .request__button {
        margin-top: 30px
    }
}

.request__button--apartment, .request__button--backcall, .request__button--brochure, .request__button--brochure2, .request__button--call, .request__button--excursion, .request__button--request, .request__button--request2 {
    display: none
}

.request__group {
    display: none;
    gap: 30px;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    margin-top: 50px
}

.request__group--show {
    display: grid
}

.request__input {
    display: none;
    width: 100%;
    margin-top: 63px;
    padding-bottom: 15px;
    border-radius: 0;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid hsla(0, 0%, 100%, .5);
    color: #fff;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    letter-spacing: .7px
}

.request__input::placeholder {
    color: white;
    opacity: 0.5;
}

@media (min-width: 768px) {
    .request__input {
        margin-top: 48px
    }
}

.request__input--brochure2 {
    margin-top: 73px
}

.request__input--email2, .request__input--phone2 {
    display: block;
    margin-top: 0
}

.request__input::-webkit-input-placeholder {
    opacity: .25
}

.request__input::-moz-placeholder {
    opacity: .25
}

.request__input:-ms-input-placeholder, .request__input::-ms-input-placeholder {
    opacity: .25
}

.request__input::placeholder {
    opacity: .25
}

.request-toolbar {
    background: rgba(0, 133, 178, .1);
    margin-top: 14px;
    height: 48px;
    padding: 0 !important;
    display: none
}

.request-toolbar--show, .request-toolbar__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.request-toolbar__item {
    position: relative;
    overflow: hidden;
    width: 33.33%;
    padding: 0;
    margin: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.request-toolbar__item--active {
    background: rgba(0, 133, 178, .5)
}

.request-toolbar__image {
    height: 24px;
    width: 24px
}

.popup-gallery__item {
    background-position: 50%;
    background-repeat: no-repeat
}

.popup-gallery__item--1 {
    background-image: url(../images/gallery/mobile/1.jpg);
    background-size: cover
}

@media (min-width: 768px) {
    .popup-gallery__item--1 {
        background-image: url(../images/gallery/tablet/1.jpg);
        background-size: contain
    }
}

@media (min-width: 1140px) {
    .popup-gallery__item--1 {
        background-image: url(../images/gallery/desktop/1.jpg)
    }
}

.popup-gallery__item--2 {
    background-image: url(../images/gallery/desktop/2.jpg);
    background-size: cover
}

@media (min-width: 768px) {
    .popup-gallery__item--2 {
        background-size: contain
    }
}

.popup-gallery__item--3 {
    background-image: url(../images/gallery/mobile/3.jpg);
    background-size: cover
}

@media (min-width: 768px) {
    .popup-gallery__item--3 {
        background-image: url(../images/gallery/tablet/3.jpg)
    }
}

@media (min-width: 1140px) {
    .popup-gallery__item--3 {
        background-image: url(../images/gallery/desktop/3.jpg)
    }
}

.popup-gallery__item--4 {
    background-image: url(../images/gallery/mobile/4.jpg);
    background-size: cover
}

@media (min-width: 768px) {
    .popup-gallery__item--4 {
        background-image: url(../images/gallery/tablet/4.jpg);
        background-size: contain
    }
}

@media (min-width: 1140px) {
    .popup-gallery__item--4 {
        background-image: url(../images/gallery/desktop/4.jpg)
    }
}

.popup-gallery__item--5 {
    background-image: url(../images/gallery/mobile/5.jpg);
    background-size: cover
}

@media (min-width: 768px) {
    .popup-gallery__item--5 {
        background-image: url(../images/gallery/tablet/5.jpg);
        background-size: contain
    }
}

@media (min-width: 1140px) {
    .popup-gallery__item--5 {
        background-image: url(../images/gallery/desktop/5.jpg)
    }
}

.popup-gallery__item--6 {
    background-image: url(../images/gallery/desktop/6.jpg);
    background-size: cover
}

@media (min-width: 768px) {
    .popup-gallery__item--6 {
        background-size: contain
    }
}

.popup-gallery__item--7 {
    background-image: url(../images/gallery/mobile/7.jpg);
    background-size: cover
}

@media (min-width: 768px) {
    .popup-gallery__item--7 {
        background-image: url(../images/gallery/tablet/7.jpg);
        background-size: contain
    }
}

@media (min-width: 1140px) {
    .popup-gallery__item--7 {
        background-image: url(../images/gallery/desktop/7.jpg)
    }
}

.popup-gallery__item--8 {
    background-image: url(../images/gallery/mobile/8.jpg);
    background-size: cover
}

@media (min-width: 768px) {
    .popup-gallery__item--8 {
        background-image: url(../images/gallery/tablet/8.jpg);
        background-size: contain
    }
}

@media (min-width: 1140px) {
    .popup-gallery__item--8 {
        background-image: url(../images/gallery/desktop/8.jpg)
    }
}

.popup-gallery__item--9 {
    background-image: url(../images/gallery/mobile/8.jpg);
    background-size: cover
}

@media (min-width: 768px) {
    .popup-gallery__item--9 {
        background-image: url(../images/gallery/tablet/8.jpg);
        background-size: contain
    }
}

@media (min-width: 1140px) {
    .popup-gallery__item--9 {
        background-image: url(../images/gallery/desktop/8.jpg)
    }
}

.popup-gallery__item--10 {
    background-image: url(../images/gallery/mobile/8.jpg);
    background-size: cover
}

@media (min-width: 768px) {
    .popup-gallery__item--10 {
        background-image: url(../images/gallery/tablet/8.jpg);
        background-size: contain
    }
}

@media (min-width: 1140px) {
    .popup-gallery__item--10 {
        background-image: url(../images/gallery/desktop/8.jpg)
    }
}
