/**/

.popup-wrap__comment-box::-webkit-scrollbar-track,
.popup-wrap__category-box::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 0;
    background-color: #DDDDDD;
    z-index: 10;
}

.popup-wrap__comment-box::-webkit-scrollbar,
.popup-wrap__category-box::-webkit-scrollbar {
    width: 10px;
    background-color: #DDDDDD;
}

.popup-wrap__comment-box::-webkit-scrollbar-thumb,
.popup-wrap__category-box::-webkit-scrollbar-thumb {
    border-radius: 0;
    -webkit-box-shadow: none;
    background-color: #3e3e3e;
}

.popup-wrap * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.popup-wrap {
    background-color: #303030;
    width: 100%;
    height: 100%;
    min-width: 320px;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    line-height: 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 14px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -ms-flexbox;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;

}

.popup-wrap__img {
    position: relative;
    border-radius: 2px;
    margin: 0 auto;
    height: 100%;
    display: flex !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

.popup-wrap__img-center.popup-wrap__img-center--fullscrn {
    height: calc(100% - 25PX);
}

.popup-wrap__img-center {
    background-color: #303030;
    text-align: center;
    padding: 10px 0;
    width: 1300px;
    margin: 0 auto;
    height: calc(100% - 240px);
}

.popup-wrap__flex {
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;

    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    padding-left: 15%;
}

.popup-wrap__l {
    margin-right: 20px;
    width: calc(100% - 320px);
    padding: 20px;
    position: relative;
}

.popup-wrap__r {
    position: relative;
}

.popup-wrap__rev {
    width: 300px;
    background-color: #1f1f1f;
    padding: 15PX;
    margin: 15px;
    padding-right: 0;
    margin-top: 64px;
}

.popup-wrap__img-sm img {

    border-radius: 2px;
}

.popup-wrap__img-sm.active {
    position: relative;
}

.popup-wrap__img-sm.active::after {
    position: absolute;
    content: '';
    height: 58px;
    width: 58px;
    border: 1.5px solid #3e3e3e;
    top: 0;
    left: 0;
    border-radius: 2px;
}

.popup-wrap__img-sm {
    width: 60px;
    height: 60px;
    display: inline-block;
    margin-bottom: 6px;
    cursor: pointer;
    margin-right: 6px;
}

.popup-wrap__ttl {
    font-size: 17px;
    font-family: 'apercu_pro', sans-serif;
    color: white;
    line-height: 25px;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 10px;
}

.popup-wrap__user-block > div {
    display: inline-block;
    vertical-align: top;
}

.popup-wrap__user-block {
    padding: 10px;
    margin-right: 18px;
    background-color: white;
    border-radius: 2px;
    margin-top: 58px;
}

.popup-wrap__user-img img {
    border-radius: 2px;
}

.popup-wrap__user-img {
    width: 50px;
    height: 50px;
    border-radius: 2px;
    margin-right: 10px;
}

.popup-wrap__user-name {
    text-transform: uppercase;
    color: #475669;
    font-weight: bold;
}

.popup-wrap__abs-arr.left::after {
    content: '\f053';
}

.popup-wrap__abs-arr::after {

    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f054';
}

.popup-wrap__abs-arr {
    color: white;
    background-color: #3e3e3e;
    padding: 9px;
    width: 40px;
    height: 40px;
    position: absolute;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}

.popup-wrap__btn.popup-wrap__btn--filter .popup-wrap__btn-lb {
    background-image: url("/i/filter-white-icon.png");
}

.popup-wrap__btn.popup-wrap__btn--filter input:checked + .popup-wrap__btn-lb {
    background-image: url("/i/filter-orange-grey-icon.png");
}

.popup-wrap__btn.popup-wrap__btn--f-del .popup-wrap__btn-lb {
    background-image: url(/i/filter-del-icon-white.png);
    background-size: 28px;
    background-color: #DDDDDD;
}

.popup-wrap__btn.popup-wrap__btn--type input + .popup-wrap__btn-lb {
    background-image: url(/i/folders-sprite.png);
    background-position-y: -36px;
    background-size: 41px;
}

.popup-wrap__btn.popup-wrap__btn--type input:checked + .popup-wrap__btn-lb {

    background-position-y: 7px;
}

.popup-wrap__btn.popup-wrap__btn--filter.full-red .popup-wrap__btn-lb {
    background-image: url(/i/lib-ui-tour-filter/filter-orange-red-icon.png);
    background-color: #DDDDDD;
}

.popup-wrap__btn-fullscr .popup-wrap__btn-lb::after {
    content: '\f0b2';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    font-size: 28px;
    display: block;
    margin-top: 2px;
}

.popup-wrap__btn {
    vertical-align: top;
    margin-right: 6px;
    display: inline-block;
    position: relative;
}

.popup-wrap__btn .popup-wrap__btn-lb {
    color: white;
    background-color: #3e3e3e;
    padding-top: 18px;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 26px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 2px;
    background-size: 25px;
    display: block;
}

.popup-wrap__btn .popup-wrap__btn-lb.popup-wrap__btn-lb--txt {
    font-size: 13px;
    width: auto;
    min-width: 60px;
}

.popup-wrap__btn input:checked + .popup-wrap__btn-lb {
    color: #3e3e3e;
    background-color: #DDDDDD;
}

.popup-wrap__btns {
    margin-top: 10px;
}

.popup-wrap__bottom-line > div {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}

.popup-wrap__bottom-line {
    height: 65px;
    margin-top: 30px;
    background-color: #DDDDDD;
    width: 360px;
    margin: 15px auto;
    padding: 8px;
    border-radius: 3px;
}

.popup-wrap__btn-white i {
    margin-right: 5px;
    vertical-align: top;
    font-size: 21px;
}

.popup-wrap__btn-white {
    color: #215f86;
    font-size: 21px;
    line-height: 19px;
}

.popup-wrap__btn-big-screen:hover {
    background: #3e3e3e;
}

.popup-wrap__btn-big-screen {
    color: #fff !important;
    font-size: 14px;
    border: 1px solid #fff;
    display: block;
    margin: 15px 0 0 0;
    transition: 0.3s;
    line-height: 30px;
    border-radius: 3px;
    padding-top: 1px;
}

.popup-wrap__btn-big-screen.popup-wrap__btn-big-screen--sm {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
}

.popup-wrap__prev-arr {
    border: none;
    background-image: url(/i/arr-left-grey.png);
    display: inline-block;
    width: 25vw !important;
    background-repeat: no-repeat;
    height: calc(100% - 220px);
    position: fixed;
    cursor: pointer;
    left: 0;
    background-size: 30px;
    background-position: center;
    top: 90px;
    z-index: 1;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.popup-wrap__next-arr {
    border: none;
    background-image: url(/i/arr-left-grey.png);
    display: inline-block;
    width: 25vw !important;
    background-repeat: no-repeat;
    height: calc(100% - 220px);
    position: fixed;
    cursor: pointer;
    right: 0;
    background-size: 30px;
    background-position: center;
    top: 90px;
    z-index: 1;
}

.popup-wrap__img-center.popup-wrap__img-center--fullscrn .popup-wrap__prev-arr {
    left: 35px;
}

.popup-wrap__img-center.popup-wrap__img-center--fullscrn .popup-wrap__next-arr {
    right: 35px;
}

.popup-wrap__top {
    padding: 15px;
    text-align: center;
    background-color: #1f1f1f;
}

.popup-wrap__top .popup-wrap__section {
    position: static;
}

.popup-wrap__top-cross {
    background: url("/i/tophotels/cross-thin-white.svg") center/contain no-repeat;
    width: 30px;
    height: 90px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    z-index: 2;
    top: 0;
}

.popup-wrap__section {
    max-width: 1300px;
    position: relative;
    margin: 0 auto;
}

.popup-wrap__bottom-ttl .popup-wrap__ttl,
.popup-wrap__bottom-ttl .popup-wrap__ttl a {
    color: #215f86;
}

.popup-wrap__ttl a:hover,
.popup-wrap__descr a:hover {
    color: #318cc6;
}

.popup-wrap__bottom {
    margin-top: auto;
}

.popup-wrap__bottom-ttl {
    background-color: #DDDDDD;
    width: 100%;
    text-align: center;
    padding: 15px;
    padding-bottom: 0;
}

.popup-wrap__tbl-wrap .bth__btn {
    margin-left: 97px;
}

.popup-wrap__img-circle {
    width: 60px;
    height: 60px;
    border-radius: 2px;
    display: inline-block;
    background: #ffffff;
    border: 1px solid #ffffff;
    margin-right: 6px;
    vertical-align: middle;
}

.popup-wrap__img-circle img {
    border-radius: 2px;
}

.popup-wrap__img-circle.hint-parent:hover .hint {
    white-space: nowrap;
    top: 55px;
}

.popup-wrap__info-wrap > * {

    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.popup-wrap__info-wrap {
    position: absolute;
    top: 0;
    padding: 7px;
    background-color: #00000080;
    left: 0;
    border-bottom-right-radius: 3px;
}

.popup-wrap__info-ico {
    color: white;
    text-align: left;
    line-height: 14px;
    display: inline-block;
    vertical-align: bottom;

}

.popup-wrap__info-ico.active {
    color: #ff8e41 !important;
}

.js-toggle-active {
    cursor: pointer;
}

.popup-wrap__info-icons .popup-wrap__info-ico:last-of-type {
    margin-bottom: 0;
}

.popup-wrap__info-ico i {
    margin-right: 5px;
}

.popup-wrap__info-ico span {
    width: 60px;
    display: inline-block;
}


.popup-wrap1 .popup-wrap__l {
    width: 100%;
    margin-right: 0;
}

.popup-wrap1 .popup-wrap__bottom .slick-track {
    margin: 0 auto;
}

.popup-wrap1 .popup-wrap__bottom {
    background-color: #DDDDDD;
    padding-bottom: 10px;
}

.popup-wrap__bottom-preview {
    position: relative;
    max-width: 1108px;
    margin: 15px auto 0 auto;
    padding: 0 20px;
    background-color: #DDDDDD;
}

.popup-wrap__prev-arr-sm {
    border: none;
    background-image: url(/i/arr-left-blue.png);
    display: inline-block;
    width: 30px;
    background-repeat: no-repeat;
    height: 30px;
    position: absolute;
    cursor: pointer;
    left: -29px;
    background-size: contain;
    background-position: center;
    top: 13px;

    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.popup-wrap__next-arr-sm {
    border: none;
    background-image: url(/i/arr-left-blue.png);
    display: inline-block;
    width: 30px;
    background-repeat: no-repeat;
    height: 30px;
    position: absolute;
    cursor: pointer;
    right: -29px;
    background-size: contain;
    background-position: center;
    top: 13px;
}

/**/

.popup-wrap__img.popup-wrap__img--sm {
    height: 170px;
    width: 170px;
    margin: 0 10px 10px 0;
    display: inline-block;
}

.popup-wrap__img-center .popup-wrap__slick-img {

    margin: 0 auto;
    max-width: 100%;
    max-height: calc(100% - 100px);
    border-radius: 2px;
    -o-object-fit: contain;
    object-fit: contain;

}

.popup-wrap__descr + div {

    max-height: calc(100% - 60px);
}

.popup-wrap__descr > * {
    display: inline-block;
    vertical-align: middle;
    line-height: 13px;
}

.popup-wrap__descr .popup-wrap__info {
    margin-left: 40px;
    display: inline-block;
}

.popup-wrap__descr > div {
    display: inline-block;
}

.popup-wrap__descr {
    margin-bottom: 20px;
}

.popup-wrap__descr a {
    color: white;
    margin-right: 5px;

}

.popup-wrap__descr .bth__ava-25 {
    border: 1px solid white;
    margin: 2px 0;
    margin-right: 10px;
}

.popup-wrap__info-icons {
    display: inline-block;
    vertical-align: bottom;
}

.popup-wrap__comment-user-ava img {

    border-radius: 50px;
}

.popup-wrap__comment-wrap .bth__ta-block {
    height: 120px;
    width: 100%;
}

.popup-wrap__comment-bottom {
    padding-top: 10px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #eee;
    font-size: 13px;
}

.popup-wrap__paginator:hover {
    background-color: rgba(255, 255, 255, 0.04);
}

.popup-wrap__paginator {
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    text-align: center;
    display: block;
    font-weight: bold;
    margin: 40px auto 15px auto;
    font-family: 'apercu_pro', sans-serif;
    padding: 15px 20px;
    width: 350px;
    border-radius: 2px;
}

.popup-wrap__comment-top > * {
    display: inline-block;
    margin-right: 15px;
}

.popup-wrap__comment-top {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.popup-wrap__comment-top .popup-wrap__comment-user-ava {
    width: 45px;
    height: 45px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.popup-wrap__comments-inn .popup-wrap__comment-top .popup-wrap__comment-user-ava {
    width: 25px;
    height: 25px;
}

.popup-wrap__comments-inn .popup-wrap__comment-block .bth__grey-link {
    font-size: 13px;
}

.popup-wrap__comment-block {
    background-color: white;
    padding: 10px;
    margin-bottom: 10px;
    min-width: 300px;
    position: relative;
    border-radius: 2px;
}

.popup-wrap__comment-block .fa-thumbs-up {
    color: #215f86;
    position: absolute;
    right: 15px;
    top: 15px;
}

.popup-wrap__comments {
    margin-bottom: 20px;
    margin-left: 315px;
}

.popup-wrap__comment-box {
    height: calc(100% - 250px);
    overflow: auto;
    margin: 10px 0;
}

.popup-wrap__comment-img {
    width: 300px;
    margin-bottom: 10px;
    height: 300px;
}

.popup-wrap__comment-l {
    margin-right: 15px;
    position: fixed;
}

.popup-wrap__logo {
    background: url(/i/tophotels/th-logo-new-white.svg) center/contain no-repeat;
    display: inline-block;
    margin-right: 6px;
    width: 144px;
    height: 90px;
    vertical-align: top;
    position: absolute;
    left: 15px;
    top: 0;
}

.popup-wrap__tbl {

    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}

.popup-wrap__tbl-wrap {
    text-align: left;
    background-color: #DDDDDD;
    height: 100%;

    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    padding: 10px;
}

.popup-wrap__tbl .popup-wrap__table-grey tr:last-of-type td {
    border-bottom: none;
    padding-bottom: 0;
}

.popup-wrap__tbl .popup-wrap__table-grey tr td {
    border-color: #3e3e3e;
    color: #475669;
}

/**/
.popup-wrap__category-flex {

    width: 80%;
    max-width: 1800px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;

    justify-content: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;

    margin: 0 auto;
}

.popup-wrap__category {
    position: relative;
    cursor: pointer;
    width: 235px;
    height: 235px;
    margin: 10px 10px 0 0;
}

.popup-wrap__category-txt {
    position: absolute;
    top: 0;
    text-align: center;
    padding-top: 95px;
    left: 0;
    color: white;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
}

.popup-wrap__category-txt-big {

    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 5px;
}

.popup-wrap__category-box {
    height: calc(100% - 160px);
    overflow: auto;
    margin-bottom: 10px;
}

/**/

.popup-fullscreen-img .popup-wrap__img-center {

    height: calc(100% - 55PX);

}

.popup-fullscreen-img {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.popup-fullscreen-img .popup-wrap__top {
    background-color: inherit;
}

.popup-wrap__filter-box .bth__inp-block::after {

    top: 15px;

}

.popup-wrap__filter-box .bth__inp-block .bth__inp {
    padding-top: 13px;
}

.popup-wrap__filter-box .bth__inp-block {
    display: block;
    margin-bottom: 15px;
    width: 100%;
}

.popup-wrap__filter-box .bth__btn {
    display: block;
}

.popup-wrap__filter-box {
    margin: 20px auto;
    width: 486px;
    padding-right: 8px;
}

.popup-wrap__img, .popup-wrap .slick-slider, .popup-wrap .slick-list, .popup-wrap .slick-track {
    height: 100%;
    max-height: 100%;
}

.popup-wrap__txt > * {
    display: inline-block;
    vertical-align: bottom;
}

.popup-wrap__txt .popup-wrap__txt-more:hover {
    color: #318cc6;
}

.popup-wrap__txt .popup-wrap__txt-more {
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    color: #eeeeee;
    text-decoration: underline;
    margin: 0 0 -1px 10px;
}

.popup-wrap__txt {
    color: #ffffff;
    font-size: 17px;
    margin-top: 25px;
}

@media screen and (min-width: 1024px) {
    .popup-wrap__btn:hover .hint {
        display: block;
        top: 55px;
        left: 0;
        right: auto;
    }
}

@media screen and (max-width: 5000px)  and (min-width: 2400px) {
    .popup-wrap__img-center {
        width: 60%;
    }

    .popup-wrap__img {
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        align-items: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        justify-content: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
    }
}

@media screen and (max-width: 1195px) {
    .popup-wrap__next-arr {
        right: 0;
    }

    .popup-wrap__prev-arr {
        left: 0;
    }

    .popup-wrap__bottom-preview {
        max-width: 768px;
    }

    .popup-wrap__img-center {
        max-width: 100%;
        margin: 0;
        width: 100%;
    }

    .popup-wrap__section {
        max-width: none;
        margin: 0 10px;
    }

    .popup-wrap__comments {

        padding-right: 20px;
    }

    .popup-wrap__tbl-wrap {
        padding-top: 15px !important;
    }

    .popup-wrap .popup-wrap__tbl-wrap .feed-table-wrap {
        width: 100%;
    }

    .popup-wrap__tbl-wrap .bth__btn {
        margin-left: 0;
    }

    .popup-wrap__category-flex {
        margin: 0 10px;
        width: auto;
    }
}

@media screen and (max-width: 1024px) {
    .popup-wrap__prev-arr,
    .popup-wrap__next-arr {
        display: none !important;
    }
}

@media screen and (max-width: 850px) {
    .popup-wrap__comment-img {
        width: 200px;
        height: 200px;
        margin-bottom: 0;
    }


    .popup-wrap__btn.popup-wrap__btn--type input + .popup-wrap__btn-lb {
        background-position-y: -44px;
    }

    .popup-wrap__btn.popup-wrap__btn--type input:checked + .popup-wrap__btn-lb {
        background-position-y: -1px;
    }

    .popup-wrap__btn .popup-wrap__btn-lb {
        width: 40px;
        padding-top: 8px;
        height: 40px;
    }

    .popup-wrap__top-cross, .popup-wrap__logo {
        height: 70px;
    }

    .popup-wrap__top .popup-wrap__section .popup-wrap__btn:last-of-type {
        display: none;
    }

    .popup-wrap__img-circle {
        width: 40px;
        height: 40px;
    }

    .popup-wrap__comment-add {
        margin-top: 25px;
    }

    .popup-wrap__comment-add .bth__ta-block {
        width: 100%;
    }

    .popup-wrap__comments {
        margin-left: 215px;
    }

    .popup-wrap__bottom-preview {
        display: none !important;
    }

    .popup-wrap1 .popup-wrap__img-center {
        padding: 10px 0;
    }

    .popup-wrap__category-flex {
        width: auto;
        margin: 0;
    }

    .popup-wrap__category {
        height: 170px;
        width: 170px;
    }

    .popup-wrap__img.popup-wrap__img--sm {
        width: 100%;
    }

    .popup-wrap__category-txt {
        padding-top: 53px;
    }

    .popup-wrap__bottom-ttl .popup-wrap__ttl, .popup-wrap__bottom-ttl .popup-wrap__ttl a {
        font-size: 9px;
    }

    .popup-wrap__comment-top + p {
        font-size: 12px;
        line-height: 17px;
    }

    .popup-wrap__comment-l .popup-wrap__info-icons .popup-wrap__info-ico:first-of-type {
        display: block;
        margin-top: 10px;

    }

    .popup-wrap__comment-l .popup-wrap__info-icons .popup-wrap__info-ico:first-of-type {
        margin-bottom: 0;
        display: inline-block;
    }

    .popup-wrap__bottom-ttl,
    .popup-wrap1 .popup-wrap__bottom {

        padding: 0;
    }

    .popup-wrap__comment-box {
        height: calc(100% - 123px);
    }
}

@media screen and (max-width: 700px) {
    .popup-wrap__descr .fz13 {
        font-size: 11px !important;
    }

    .popup-wrap__top-cross {
        background-size: 13px;
        right: 0;
        width: 45px;
    }

    .popup-wrap__logo {
        width: 60px;
    }

    .popup-wrap__ttl {
        font-size: 13px;
    }

    .popup-wrap__comment-l {
        display: none
    }

    .popup-wrap__comments {
        margin-left: 0;
    }

    .popup-wrap__info-ico {
        margin-top: 5px;
    }

    .popup-wrap__top .popup-wrap__section .popup-wrap__btn:nth-child(6),
    .popup-wrap__top .popup-wrap__section .popup-wrap__btn:nth-child(5) {
        display: none;
    }

    .popup-wrap__comment-l {
        position: static;
        margin-right: 0;
    }

    .popup-wrap__comment-img {
        width: 100%;
    }

    .popup-wrap__comments {
        margin-left: 0;
        padding-right: 0;
    }

    .popup-wrap__comment-wrap .popup-wrap__info {
        position: absolute;
        top: 0;
        width: 100%;
        background-color: #000000ba;
    }

    .popup-wrap__comment-l {
        margin-bottom: 10px;
    }

    .popup-wrap__info-icons {
        margin-bottom: 20px;
    }

    .popup-wrap__descr .popup-wrap__info {
        display: inline-block;
        margin-left: 10px;
    }

    .popup-wrap__descr {
        margin-bottom: 0;
    }

    .popup-wrap__img, .popup-wrap .slick-slider, .popup-wrap .slick-list, .popup-wrap .slick-track {
        height: 100%;
    }

    .popup-wrap__comment-box, .popup-wrap__img-center, .popup-wrap__category-box {
        height: calc(100% - 105px);;
    }
}

@media screen and (max-width: 650px) {
    .popup-wrap__txt p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .popup-wrap__txt {
        font-size: 14px;
        text-align: left;
        padding: 0 10px;
    }

    .popup-wrap__txt .popup-wrap__txt-more {
        display: block;
        font-size: 11px;
        margin: 5px 0 0 0;
    }

    .popup-wrap__img-center .popup-wrap__slick-img {
        max-height: calc(100% - 140px);
    }

    .popup-wrap__btn.popup-wrap__btn--type,
    .popup-wrap__btn.popup-wrap__btn--filter {
        display: none;
    }

    .popup-wrap__btn .popup-wrap__btn-lb {
        width: 30px;
        height: 30px;
        font-size: 15px;
        line-height: 30px;
        padding: 0;
    }

    .popup-wrap__img-circle {
        width: 30px;
        height: 30px;
    }

    .popup-wrap__top-cross, .popup-wrap__logo {
        height: 50px;
    }

    .popup-wrap1 .popup-wrap__img-center {
        margin: 0;
    }

    .popup-wrap__top {
        padding: 10px;
    }

    .popup-wrap__filter-box {
        width: auto;
        margin: 10px;
        padding: 0;

    }

    .popup-wrap__info-ico span {
        width: auto;
        margin-right: 10px;
    }

    .popup-wrap__img.popup-wrap__img--sm {
        height: 100%;
        width: 100%;
    }

    .popup-wrap__category-flex .popup-wrap__category {

        width: 44%;
        height: 150px;
        margin: 5px;
    }

    .popup-wrap__category-txt {

        padding-top: 60px;;
    }

    .popup-wrap__category-txt-big {
        font-size: 14px;
    }

    .popup-wrap__comment-block {
        min-width: auto;
        width: 100%;
    }

}

@media screen and (max-width: 500px) {
    .popup-wrap__paginator {
        width: 100%;
        margin-bottom: 35px;
    }

    .popup-wrap__descr {
        padding-left: 15px;
    }

    .popup-wrap__bottom-ttl {
        padding: 6px;
    }

    .popup-wrap .popup-wrap__comment-l .popup-wrap__info-icons .popup-wrap__info-ico {
        display: inline-block;
        padding: 10px;
        font-size: 17px;
        margin: 0;
    }

    .popup-wrap__comment-l .popup-wrap__info-icons {
        margin: 0;
    }

    .popup-wrap__category-box {
        margin-bottom: 0;
    }

    .popup-wrap1 .popup-wrap__bottom {
        padding-bottom: 0;
    }

    .popup-wrap__comment-top {

        padding-right: 25px;
    }

    .popup-wrap__comment-box::-webkit-scrollbar,
    .popup-wrap__category-box::-webkit-scrollbar {
        width: 2px;
    }

}

@media screen and (max-width: 850px)  and (orientation: landscape) {

    .popup-wrap .popup-wrap__img-center,
    .popup-wrap .popup-wrap__category-box {
        height: calc(100% - 105px);
        margin: 0;

    }

    .popup-wrap__btn--filter {
        display: none;
    }

    .popup-wrap__top .popup-wrap__section .popup-wrap__btn:nth-child(6), .popup-wrap__top .popup-wrap__section .popup-wrap__btn:nth-child(5) {
        display: none;
    }

    .popup-wrap__descr {
        display: none;
    }

    .popup-wrap__comment-wrap .popup-wrap__info {
        position: absolute;
        top: 0;
        width: 100%;
        background-color: #000000ba;
        padding: 10px 5px;
        padding-bottom: 15px;
    }

    .popup-wrap__comment-box .popup-wrap__comment-wrap .popup-wrap__comment-l .popup-wrap__info-ico {
        font-size: 13px;
        margin-top: 0;
        margin-right: 10px;
    }

    .popup-wrap__info-ico span {
        width: auto;
    }

    .popup-wrap__comment-l {
        display: none
    }

    .popup-wrap__comments {
        margin-left: 0;
    }
}