body{
    --theme-b-link:#72BD77;
}
.search-header-result li{
    margin: 0;
    padding: 0;
}
.search-header-result li:before{
    content: none;
}
#popup-auth .form-answer{
    margin-top: 20px;
    text-align: center;
    color: red;
}

.item-tile .elm-rate-none {
    display: block;
    float: left;
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
}
.elm-rate-none {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: 24px;
    line-height: 26px;
    padding: 0 8px 0 8px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    overflow: hidden;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    font-weight: 500;
    white-space: nowrap;
}
.input-wrap{
    margin-bottom: 20px;
}
.bx-basket .basket-checkout-block-total-title{
    line-height: 42px;
}
.refuse{
    cursor: pointer;
}
.errors-input{
    margin-bottom: 20px;
    color: red;
}
.org-phone input{
    font-size: 19px;
    font-weight: 500;
    width: auto;
    border: none;
    outline: none;
    float: left;
}
.copy-element, .js-btn-popup-org-phone, .js-btn-popup-org-message, .cancel-order{
    cursor: pointer;
}
.popup-content-wrap .errors{
    color: red;
}
.popup-content-wrap .errors.phone-1{
    margin-bottom: 10px;
    margin-left: 10px;
}
#form_code_confirm .confirm-code{
    width: 97%;
    margin-bottom: 20px;
}
#scan_video_container{
    display:none;
}
#scan_video{
    width:100%;
}
.complete-ticket .errors p{
    color: red;
    margin-top:20px;
    margin-bottom: 20px;
}
.ticket.success{
    margin-bottom: 20px;
    color: #5CA560;
    font-weight: 500;
}
#select_cameras{
    padding-top: 20px;
}
#select_cameras ul{
    list-style-type: none;
    margin-bottom: 20px;
}
#select_cameras p{
    padding-bottom: 10px;
}
#select_cameras ul li{
    padding-bottom: 10px;
    cursor: pointer;
}
#select_cameras ul li:last-child{
    padding-bottom: 0;
}
#select_cameras ul li:last-child{
    padding-bottom: 0;
}
#select_cameras ul li.active{
    font-weight: bold;
}
.empty-fav{
    text-align: center;
}
.empty-fav img{
    width:100px;
}
.empty-fav .desc{
    font-size: 16px;
    width: 301px;
    margin: auto;
    margin-bottom: 20px;
}
div.h1{
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
}
.btn-search-fav{
    height: 40px;
    line-height: 38px;
    background: #72BD77;
    border: 1px solid #69B76D;
    border-radius: 4px;
    padding: 0 24px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    color: #fff;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    display: inline-block;
}
.btn-search-fav:hover{
    background: #5CA560;
    border-color: #5CA560;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
}
.bx-auth-serv-icons .vkontakte{
    background: url(../img/icons/ico-soc-button-vk.svg);
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
}
.bx-auth-serv-icons .facebook{
    background: url(../img/icons/ico-soc-button-fb.svg);
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
}
.bx-auth-serv-icons .google{
    background: url(../img/icons/ico-soc-button-gp.svg);
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-size: contain;
}
div.bx-auth-serv-icons i{
    margin: 0!important;
}
.frm-popup-wrap .btn-action-ico.soc-button{
    border:none;
}
.frm-error-message {
    margin-bottom: 15px;
}
div.bx-auth-serv-icons a{
    width: 100%;
    border-radius: 4px;
    border: 1px solid #E5E5E8;
    background: none;
    min-width: 0;
    padding: 0;
    box-shadow: none;
    font-size: 0;
    display: block;
    position: relative;
    overflow: hidden;
    height: 40px;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    margin: 0!important;
    margin-right: 4px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.button-favorites{
    cursor: pointer;
}
.btn-action-text.button-favorites.active:after,
.btn-action-text.button-favorites.active:before{
    background-image: url(../img/icons/favourite-white.svg);
    background-size: 28px auto;
}
.wrap-favorite{
    display: block;
    float: left;
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 99;
    background: none;
}
.wrap-favorite form a{
    background: none !important;
}
.wrap-favorite .btn-action-text.button-favorites.active:before {
    background-image: url(../img/icons/favourite-white.svg);
    background-size: 24px auto;
}
.js-btn-popup-confirm-cancel{
    cursor:pointer;
}
.delete-draft{
    cursor: pointer;
}
.cancel-order, .delete-draft{
    background: #ff5555;
    padding: 10px;
    border-radius: 5px;
    float: right;
    color: #fff;
    margin-bottom: 25px;
}
.cancel-order:hover, .delete-draft:hover{
    color:#fff;
}
.btn-continue-change-order{
    height: 40px;
    line-height: 38px;
    background: #72BD77;
    border: 1px solid #69B76D;
    border-radius: 4px;
    padding: 0 24px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    color: #fff;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
    display: inline-block;
    width: auto;
    cursor: pointer;
}
.close-popup{
    float: left;
    padding: 10px;
    background: #e2e2e2;
    border-radius: 5px;
    color: #2A2D43;
    cursor: pointer;
}
.change-order-error{
    color: red;
    margin-bottom: 10px;
}
.js-btn-popup-other-email{
    cursor: pointer;
}
.change-order-wrap .event-date-active a{
    color: #F5941E!important;
    background: rgba(245, 148, 30, 0.2)!important;
}
.js-text-wrap{
    overflow: hidden;
    text-overflow: ellipsis;
    height: 70px;
}
.text-spoiler.active{
    height: auto;
}
.js-text-wrap-spoiler{
    color: #72BD77;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    margin-top: 7px;
    cursor: pointer;
}
.js-text-wrap-spoiler.active{
    margin-top: 0;
}
.js-text-wrap-spoiler span{
    display: none;
}
.js-text-wrap-spoiler span.active{
    display: inline-block;
}
.popup-hide{
    display:none;
}
input.error, input.error:focus{
    border: 1px solid red;
}
input.success{
    border-color: #72BD77;
}

/* Chrome, Safari, Edge, Opera */
.frm-confirm-code input::-webkit-outer-spin-button,
.frm-confirm-code  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.frm-confirm-code input[type=number] {
    -moz-appearance: textfield;
}

.cursor-pointer{
    cursor: pointer;
}
#forget-password input[type=text]{
    margin-top: 10px;
    margin-bottom: 20px;
}
#forget-password input[type=submit]{
    width: 100%;
}
#change_direction{
    width: 300px;
}
#change_direction .ui-selectmenu-button span.ui-selectmenu-text{
    padding-left: 0;
    background: transparent;
    border: none;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    font-weight: 500;
    color: #fff;
}
#change_direction .ui-selectmenu-button span.ui-icon {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 27%;
    right: 35%;
    margin-top: -10px;
    background: url(../img/icons/ico-arrow09.svg) center no-repeat;
    background-size: 9px auto;
    width: 24px;
    height: 20px;
    z-index: 2;
}
.profile-security-box div.errors{
    color: red;
    margin-bottom: 20px;
}
#profile_change_data .success font{
    margin-bottom: 20px;
    color: green;
    display: block;
}
.profile-security-box div.success{
    color: green;
    margin-bottom: 20px;
}
body .ui-datepicker select.ui-datepicker-year{
    position: absolute;
    top: 14px;
    right: 40px;
    width: 80px;
}
body .ui-datepicker select.ui-datepicker-month{
    position: absolute;
    top: 14px;
    left: 40px;
    width: 156px;
}
.page .bx-404-container{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.page .bx-404-block{
    margin-bottom: 20px;
}
.page .bx-404-container a{
    text-decoration: underline;
}
.wrap-profile-confirm{
    display: none;
}
.wrap-profile-confirm.active{
    display: block;
}
.wrap-profile-confirm-form .confirm-form-wrap{
    position: relative;
    top: -24px;
}
.wrap-profile-confirm-form div.errors,
.wrap-profile-confirm div.errors{
    margin-bottom: 10px;
    color: red;
}
#profile_send_confirm_code.success input{
    border:none;
}
#profile_confirm_form [type=submit]{
    margin-bottom: 20px;
}
.page-personal-auth{
    width: 50%;
}

.header-login .main-menu-wrap .menu-logout{
    display: none;
}
.no-dates-title{
    font-weight: bold;
    margin-bottom: 30px;
    width: 90%;
}
.no-dates-desc{
    color: #848484;
    margin-bottom: 30px;
}
.wrap-spoiler{
    display: none!important;
}
.wrap-spoiler.active{
    display: block!important;
}
a.js-text-toggle-new{
    color: #72BD77;
    font-weight: 500;
    text-decoration: none;
    display: inline;
    cursor: pointer;
}
.top-about-box .wrap-close{
    position: fixed;
    margin-top: -55px;
    right: 0;
    z-index: 99;
}
.item-tile .tile-photo > img{
    height:100%;
}
.item-wrap .time{
    margin-bottom: 7px;
}
.frm-popup-wrap .frm-row-soc {
    text-align: center;
    font-size: 0;
    overflow: hidden;
    line-height: 1;
    width: 100%;
    margin: auto;
    margin-top: 32px;
}
div.bx-auth-serv-icons a{
    margin: 0 16px!important;
}
#pop-form-reg-phone-cont .frm-confirm-code{
    margin-top:20px;
}
#pop-form-reg-phone .errors{
    padding: 0 10px 10px 10px;
}
.frm-popup-text-cnf{
    color: #2A2D43;
    font-size: 16px;
    line-height: 145%;
}
.popup-title.confirm{
    font-size: 24px!important;
    padding-left: 8px;
}
.popup-content-wrap.confirm{
    padding-top:0;
}
.frm-popup .frm-confirm-code{
    margin-left: 0!important;
    margin-top: 40px;
}
.conf-timer{
    display: none;
    text-align: left;
}
.conf-timer.active{
    display: block;
}
.popup-content-wrap.confirm .errors{
    padding-left: 16px;
    margin-bottom: 10px;
}
.refresh-code{
    cursor: pointer;
}
.btn-cart{
    height: 40px;
    line-height: 38px;
    background: #72BD77;
    border: 1px solid #69B76D;
    border-radius: 4px;
    padding: 0 24px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    color: #fff;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.cart-button a{
    display: block;
    width: 100%;
    padding: 0 10px;
    text-align: center;
}
.button-border.btn-cart{
    border-color: #72BD77;
    background: none;
    color: #2A2D43;
}
.btn-cart:hover{
    background: #5CA560;
    border-color: #5CA560;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
}
.js-btn-toggle-1.active + .js-popup-block {
    display: block;
}
.check-available, .js-btn-toggle-1{
    cursor: pointer;
}
.item-cart .material-wrap, .item-cart .date-wrap{
    display: block;
    padding-bottom: 20px;
}
.cart-total-wrap.after-items{
    margin-top: 20px;
    text-align: right;
}
.cart-total-wrap.after-items .cart-total{
    font-size: 14px;
    color: #999BA5;
}
.link-prof{
    position: relative;
    display: inline-block;
    padding-left: 20px;
}
.link-prof:before{
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background: #E5E5E8;
    position: absolute;
    top: 4px;
    margin-left: -10px;
}
i.elm-rouble{
    font-style: normal;
}
.old-price.item{
    color: #999BA5;
    text-decoration: line-through;
}
.disabled-important{
    display:none!important;
}
.move-start{
    z-index: 7;
    position: absolute;
    bottom: 10%;
    right: 41%;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
#profile_global_form .save-photo-order{
    margin-bottom: 30px;
    display: none;
}
#profile_global_form .save-photo-order.active{
    display: block;
}
.js-text-toggle-detail{
    cursor: pointer;
}
.profile-box .photo-wrap{
    outline: none;
}
.item-wrap .js-btn-popup-date,
.organizer-box .item-photo{
    cursor: pointer;
}
.organizer-box .item-photo {
    display: block!important;
}
#sortablePhotosAdd li:before{
    display: none;
}
#sortablePhotosAdd .photo-active input[type=file]{
    display: none;
}
#sortablePhotosAdd li.sortable-placeholder{
    height:112px;
    border: 1px dashed #CCC;
    background: none;
    width: 33.33%;
    max-width: 140px;
    padding: 0 6px;
    margin-bottom: 12px;
    float: left;
}
#sortablePhotosAdd li:first-child{
    width: 100%;
    max-width: 100%;
    height:358px;
}
#sortablePhotosAdd li.sortable-placeholder:first-child{
    width: 100%;
    max-width: 100%;
}
.map-title{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
#errors_coupon{
    color:red;
    margin-bottom: 10px;
}
li.iti__country:before, li.iti__divider:before{
    display: none;
}
.js-field-change .wrap-profile-confirm.visible-change{
    display: none;
}
.js-field-change.active .wrap-profile-confirm.active.visible-change{
    display: block;
}
.js-field-change.active .wrap-profile-confirm.visible-change-none{
    display: none;
}
#show_errors {
    margin-bottom: 20px;
    color: red;
}
#show_success {
    margin-bottom: 20px;
    color: green;
}
.btn-delete-draft{
    border: none;
    background: #ff6b6b;
}
.btn-delete-draft:hover{
    border: none;
    background: #ff4939;
}

#payanywayPayformHidden{
    display: none;
}
.pricewrap{
    display: none;
}
.search-header-result-hover,
.bx_item_block-hover,
.title-search-result-hover,
.search-header-result-hover a{
    background: #F7F7F8;
    text-decoration: none;
}

.frm-search-dropdown-list{
    display: none;
}

.basket-items-list-container table.basket-items-list-table tr:first-child th, .basket-items-list-container table.basket-items-list-table tr:first-child td{
    border-top: none !important;
    padding-top: 0;
}
.tiles-slider-box.slider-arrows-position-second .owl-prev{
    left: -8px;
}
.tiles-slider-box .link-wrap{
    padding-top: 35px;
}
.main-tabs-box a.disabled:hover{
    z-index: 2;
    color: #999BA5;
    background: #F7F7F8;
}
.main-tabs-box a{
    cursor:pointer;
}
.main-tabs-box a.disabled{
    cursor:inherit;
}
.top-inner-wrap .main-title{
    line-height: 0.6!important;
}
#popup-citysearch .ui-selectmenu-button{
    margin-right:0;
}
#popup-citysearch .ui-selectmenu-text{
    height: 48px;
}
#searchCitiesInDialogForm{
    width: 100%;
}
.pagenav-box .bx-pag-prev, .pagenav-box .bx-pag-next{
    display:none!important;
}
.pagenav-box li:before{
    display: none;
}
.pagenav-box li span{
    min-width: 40px!important;
    height: 40px!important;
    line-height: 38px!important;
    font-size: 12px!important;
    margin: 0 10px 10px 0!important;
    display: block!important;
    text-align: center!important;
    border: 1px solid #E5E5E8!important;
    border-radius: 4px!important;
    padding: 0 8px!important;
    color: #999BA5!important;
    text-decoration: none!important;
    -webkit-transition: all ease 0.2s!important;
    -o-transition: all ease 0.2s!important;
    transition: all ease 0.2s!important;
    float: left!important;
}
.bx-pagination .bx-pagination-container ul li a {
    text-decoration: none;
    display: block;
    height: 40px!important;
    vertical-align: middle;
    width: 40px;
    color: transparent;
    border: none;
}
.pagenav-box .bx-pagination .bx-pagination-container ul li{
    padding-left:0;
}
.pagenav-box .bx-pagination .bx-pagination-container ul li span{
    margin-right:0!important;
}
.pagenav-box .bx-pagination .bx-pagination-container ul li span{
    background: none!important;
}
.pagenav-box .bx-pagination .bx-pagination-container ul li span:hover{
    border-color: #72BD77!important;
}
.pagenav-box .bx-pagination .bx-pagination-container ul li.bx-active span{
    background: none!important;
    border-color: #72BD77!important;
    color: #2A2D43!important;
}
.pagenav-box .bx-pagination .bx-pagination-container{
    text-align: left;
}
.show-after-document-loaded{
    display: none;
}
.show-after-document-loaded.active{
    display: block;
}
#header_search_form_popup{
    padding-right: 0;
    margin-bottom: 20px;
}
#header_search_form_popup input{
    padding-left: 35px;
}
.search-filter-box .mobile-filter-button{
    right: 40px;
}
.search-filter-box .mobile-filter-button{
    z-index: 20;
}
.search-filter-box .filter-wrap{
    border-radius: 4px 4px 4px 4px;
}
.tiles-slider-box.tiles-tabs .inner-wrap-online{
    padding-left: 0;
}
.display-none{
    display: none;
}
.link-wrap.custom{
    padding-top:10px;
}
.tiles-slider-box {
    margin-bottom: 35px;
}
.filter-popup-wrap .filter-content .ui-datepicker{
    border: none;
    width: 100%;
}
.search-filter-box .filter-submit-wrap{
    z-index: 99;
}
#searchEventsWithFilter span{
    display: none;
}
#searchEventsWithFilter span.active{
    display: block;
}
.org-button a.btn{
    background: none;
    color: #333;
}
.impression-wrap .imp-title .tile-sticker {
    float: left;
}
.impression-wrap .imp-title .tile-sticker:first-child .elm-sticker{
    margin-left: 0;
}
.impression-wrap .imp-title{
    clear: both;
}
.ui-selectmenu-menu.ui-front{
    z-index: 120;
}
.ajax-load-component{
    display:none;
}

@media (max-width: 1023px) {
    #sortablePhotosAdd li:first-child{
        height:300px;
    }
    .page-personal-auth{
        width: 100%;
    }
    .header .menu.menu-desktop{
        display: none!important;
    }
    .header .menu.menu-mobile{
        display: block;
    }
    .top-about-box .inner-wrap {
        background: #fff;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        max-height: 90%;
        overflow: auto;
        padding: 56px 16px 2rem 16px!important;
        border-radius: 16px 16px 0 0;
    }
    .top-about-box .inner-wrap .wrap-spoiler{
        display: none!important;
    }
    .top-about-box .inner-wrap .wrap-spoiler.full{
        display: block!important;
    }
    .top-about-box .inner-wrap .wrap-spoiler.full .js-text-toggle-new{
        display: none!important;
    }
    .item-tile .tile-desc{
        display: none;
    }
    .cart-total-wrap.after-items{
        display: none;
    }
    /*.top-fixed .main-top-box.type-second .top-inner-wrap{
        height: auto;
    }*/
    .top-inner-wrap .main-title{
        line-height: 1.1!important;
    }
    .tiles-slider-box .search-filter-box{
        padding: 0;
    }
    .search-filter-box .frm-top-search:before{
        background: none;
    }
}

@media screen and (min-width: 768px) {
    .fixed-panel-box .actions-inner-wrap .elm-sticker{
        display:none;
    }
    .btn-action-text.button-favorites.active:after,
    .btn-action-text.button-favorites.active:before{
        background-image: url(../img/icons/favourite-white.svg);
        background-size: 18px auto;
    }
}

@media screen and (min-width: 1024px) {
    .btn-action-text.button-favorites.active:after, .btn-action-text.button-favorites.active:before {
        background-image: url(../img/icons/favourite-red.svg);
    }
    .header .menu.menu-mobile{
        display: none!important;
    }
    .header .main-menu-wrap .menu.menu-desktop li.menu-help {
        display: block;
    }
    .main-tab-box .search-filter-box {
        padding-right: 0;
    }
    .slider-places .search-filter-box {
        padding-right: 40px;
    }
    .frm-top-search{
        width: 100%;
    }
    .search-filter-box .frm-field-search input{
        padding-left:37px;
    }
}

@media screen and (max-width: 768px) {
    .frm-field-input > label{
        font-size: 14px;
    }
}



/***** custom J ****/
.header .inner-wrap{
    height: 50px;
    padding-top: 5px;
}
.header .btn-action-ico.button-back {
    top: 5px;
}
.wrap {
    padding-top: 50px;
}

.main-cart-wrap {
    top: 7px;
}
.main-menu-wrap .btn-action-ico.button-menu{
    top: 7px;
}
.main-search-wrap .btn-action-ico.js-btn-toggle{
    top: 7px;
}
.main-search-wrap .search-block {
    top: 51px;
}


.main-tab-box.tab-bg{
    height: 385px;
}
.main-page-box .second-title{
    margin-bottom: 0px;
}
.subtitle{
    display: none;
}
.tiles-slider-box .text-light{
    display: block;
}
.tiles-slider-box .text-light{
    padding: 0px;
    font-size: .9rem;
}
.elm-question{
    display: none;
}
.main-tab-box .second-title{
    font-size: 1.2rem;
    margin-bottom: 0px;
}
.main-tab-box .tiles-slider-box .title-wrap{
    margin-bottom: 5px;
}
.tiles-slider-box {
    margin-bottom: 0;
}
.tiles-slider-box.slider-places .sl-item{
    width: 140px;
    
}
.tiles-slider-box.slider-places .sl-item .item-tile .tile-photo{
    z-index: 10;
}
.tiles-slider-box.slider-places .sl-item .item-tile::after{
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    z-index: 1;
    top: 10%;
    left: 50%;
    /* right: 0; */
    /* bottom: 0; */
    -webkit-box-shadow: 0rem 2rem 1rem rgba(0,0,0,.3);
    box-shadow: 0rem 2rem 1rem rgba(0,0,0,.3);
    margin: 0px -50px;
    border-radius: 4rem;
}
.item-tile .tile-price {
display: block;

}

.wpage--home .item-tile .tile-price {
    display: none;
 }
 .wpage--home  .page-inner--city .item-tile .tile-price {
    display: block;
 }

.item-tile .tile-price.tile-price--product{
    display: block;
}
.tiles-slider-box.slider-places .sl-item .lbl-title{
   display: none;
}
.tiles-slider-box.slider-places .sl-item .small-title{
    font-size: .8rem;
    line-height: 1rem;
}

.gallery-box.gallery-box--city  .slider-wrap{
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.owl-slider{

}
.gallery-box--city .owl-item.active .sl-item .item-city .city-title,
.item-city{
    display: block;
    position: relative;
    text-align: center;
    font-size: 1rem;
    color: #999BA5;
    opacity: 0.8;
}
.gallery-box--city .owl-item.active.center .sl-item .item-city .city-title{
    display: block;
    position: relative;
    text-align: center;
    text-decoration: none;
    color: #72BD77;
    font-weight: 500;
    font-size: 2rem;
    opacity: 1;
}
.gallery-box--city .owl-slider .sl-item .item-city .city-title{
  
    
}
.gallery-box--city{
}
.gallery-box--city .owl-slider .active.center{
    transform: translateY(0px);
}
.gallery-box--city .owl-slider .active{
    border: 1px solid #999BA5;
    transform: translateY(45px);
}
.swipe {
    width: 270px;
    height: 200px;
    position: absolute;
    background-color: green;
    border-radius: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    display: none;
  }
.city-carousel{
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    height: 100px;
   
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 1px solid #fed5c8;
    display: block;
    width: 375px; */
}
.city-carousel .city-carousel-item {
    list-style-type: none;
    width: 200px;
    height: 30px;
    opacity: .5;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    transition: transform .5s;
    opacity: 0;
    transform: translateX(0px) translateY(0px);
    z-index: 1;
}
.city-carousel .city-carousel-item.city-carousel-item--current {
    opacity: 1;
    width: 100%;
    left: 0;
    margin-left: 0;
    z-index: 9;
}
.city-carousel .city-carousel-item.city-carousel-item--left{
    
}
.city-carousel .city-carousel-item.city-carousel-item--right{
   
}


.city-carousel .city-carousel-item.city-carousel-item--prev {
    transform: translateX(-100px) translateY(30px)  scale(.85);
    opacity: 1;
    z-index: 5;
}
.city-carousel .city-carousel-item.city-carousel-item--prevmore{
    transform: translateX(-140px) translateY(60px)  scale(.85);
    opacity: 1;
    z-index: 5;
}


.city-carousel .city-carousel-item.city-carousel-item--next {
    transform: translateX(100px) translateY(30px)  scale(.85);
    opacity: 1;
    z-index: 5;
}
.city-carousel .city-carousel-item.city-carousel-item--nextmore {
    transform: translateX(140px) translateY(60px)  scale(.85);
    opacity: 1;
    z-index: 5;
}


.city-carousel-item a{
    text-align: center;
    font-size: 1rem;
    color: #999BA5;
}
.city-carousel-item.city-carousel-item--current a{
    color: #72BD77;
    font-weight: 500;
    font-size: 2rem;
    opacity: 1;
}
.city-carousel-item.city-carousel-item--prev a,
.city-carousel-item.city-carousel-item--next a{
    font-size: 1.5rem;
    opacity: 1;
}

@media (min-width: 768px){
    .wrap {
        padding-top:70px;
    }
    .subtitle{
        display: block;
    }
    .tiles-slider-box .text-light{
        display: block;
    }
    .main-tab-box .second-title{
        font-size: 1.2rem;
    }
    .tiles-slider-box.slider-places .sl-item{
        width: 204px;
    }


    .tiles-slider-box.slider-places .sl-item .item-tile::after{
        width: 140px;
        top: 35%;
        margin: 0px -70px;
    }
    .page .tiles-slider-box.slider-places .sl-item .item-tile::after{
        width: 140px;
        top: 35%;
        margin: -40px -70px;
    }
    .main-tab-box.tab-bg{
        height: auto;
    }
}
@media (min-width: 992px){
    .subtitle{
        display: block;
    }
}
@media (min-width: 1200px){
    .subtitle{
        display: none;
    }
}

@media (max-width: 1023px){
    .cat-actions-fixed .catalog-actions-box {
        top: 51px;
    }
    .main-filter-box .filter-content-wrap {
        top:51px;
    }
    .main-filter-box .filter-title-wrap {
        padding: 15px 16px 0 16px;
    }
    .main-filter-box .btn-action-ico.button-close{
        height: 51px;
    }
    .main-filter-box .filter-title-wrap .main-title{
        font-size: 25px;
    }
    
}
.js-bg-box {
    background-position: top center;
}
