.mobile-header,
.mob-footer,
.mob_post_page #slider,
.mob_post_page_content,
.mob_post_page .mob_header_body,
.post-view .mob_view_tour_header,
.visible_mob,
.my-tour-mob,
.mob-order-id,
.mob-carousel,
.mob-time,
.mob_post_page_content .la-items .info .time label.time-start {
    display: none;
}
.mob_post_page_content .la-items .info .time label.time-start.duration {
    display: block;
}
#wrapper.wr_bg {
    position: relative;
}
#wrapper.wr_bg::before {
    content: " ";
    position: absolute;
    top: 92px;
    left: 0;
    right: 0;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.4);
    z-index: 100;
}
.mob_header_top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
    transition: 0.4s top ease-in;
}
.mob_header_top p {
    margin: 0px;
}
.mob_header_body .text-wellcome-mob {
    position: relative;
    margin-bottom: 22px;
    padding: 0px 3%;
}
.nav_btn,
.logo_mobile,
.mytour_mobile,
.mob_search_top {
    float: left;
    margin-top: 8px;
}
#navMobBtn {
    width: 14%;
    padding: 20px;
}
.logo_mobile {
    width: 71%;
    padding: 0px 5px;
}
.logo_mobile img {
    max-width: 95%;
}
.mob_post_page .logo_mobile img {
    max-width: 90%;
    margin-top: 3px;
}
.mytour_mobile {
    width: 15%;
    padding: 16px 20px 5px 0px;
    text-align: right;
}
.mob_search_top {
    width: 15%;
    display: none;
}
.mytour_mobile i.mytour {
    width: 44px;
    height: 36px;
    background: url(../img/mobile_ver/my_tour.png) no-repeat;
    background-size: 100% auto;
    margin: 0px;
}
.mob_header_body .header-search h1 {
    min-height: 76px;
    font-size: 32px;
    line-height: 1.2;
    margin-top: 48px;
}
#menuleft {
    display: none;
}
/* General styles for all menus */

#showLeft,
#showLeft:hover,
#showLeft:focus {
    width: 100%;
    display: block;
    background: #fff;
    border: 0px;
    border-radius: 0px;
    outline: 0;
    padding: 0px;
    box-shadow: none;
    z-index: 9999;
}
#showLeft.active span,
#showLeft.active span:before,
#showLeft.active span:after {
    background: #B2B2B2;
}
#showLeft.active {
    transition: 0.5s;
}
#nav-icon2 {
    width: 45px;
    height: 34px;
    position: relative;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    cursor: pointer;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
#showLeft span {
    position: absolute;
    left: 0;
    top: 14px;
}
#showLeft span,
#showLeft span:before,
#showLeft span:after {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 4px;
    background: #231F20;
    border-radius: 0px;
    cursor: pointer;
}
#showLeft span:before {
    top: -14px;
}
#showLeft span:after {
    bottom: -14px;
}
/*ПОИСК МОБИЛЬАНЯ ВЕРСИЯ*/

.mobserach {
    position: relative;
}
.mobserach label {
    display: none;
}
.mobserach .form-search .search-query {
    width: 100% !important;
    margin-top: 0px;
    margin-left: 0px;
}
.mobserach .form-search .btn {
    position: absolute;
    top: 6px;
    right: 4px;
    text-indent: -99999999px;
}
/*МЕНЮ МОБИЛЬНАЯ ВЕРСИЯ*/

.cbp-spmenu {
    width: 74%;
    height: 90%;
    top: 110px;
    z-index: 9998;
    transition: 1s;
    background: #F6F6F6;
    position: fixed;
    padding: 40px 30px 100px;
    border: 1px solid #F6F6F6;
}
.scroll-y {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 70px 10px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.menu1mob .module-title {
    font-size: 14px;
    color: #434141;
    margin: 10px 0px 10px;
}
#mob-menu .menu {
    float: none !important;
}
.menu1mob .menu li:first-child {
    display: none;
}
#mob-menu .menu li ul.dropdown-menu,
#mob-menu .menu li a .caret,
#mob-menu .menu li.dropdown:before {
    display: none;
}
.menu1mob .menu li {
    border-top: 1px solid #ccc;
}
.menu1mob .menu li a {
    display: block;
    color: #F79E08;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    padding: 7px 10px;
}
.menu1mob .menu li a:hover {
    color: #000000;
}
/*menu 2 mob*/

.menu2mob .menu li a {
    display: block;
    color: #000000;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    padding: 7px 10px;
}
/*МЕНЮ МОБИЛЬАНЯ ВЕРСИЯ*/

.cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden;
}
.cbp-spmenu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left;
}
.cbp-spmenu-horizontal a {
    float: left;
    width: 20%;
    padding: 0.8em;
    border-left: 1px solid #258ecd;
}
.cbp-spmenu-right {
    left: -80%;
}
.cbp-spmenu-left.cbp-spmenu-open {
    left: 0px;
}
.cbp-spmenu-right.cbp-spmenu-open {
    background: #F6F6F6;
    left: 0;
}
/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
    top: -150px;
}
.cbp-spmenu-bottom {
    bottom: -150px;
}
.cbp-spmenu-top.cbp-spmenu-open {
    top: 0px;
}
.cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0px;
}
/* Push classes applied to the body */

.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}
.cbp-spmenu-push-toright {
    left: 240px;
}
.cbp-spmenu-push-toleft {
    left: -240px;
}
/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media (max-width: 1200px) {
    .post-tours .la-items .la-body .description  p {
        margin-bottom: 0;
    }
    .post-tours .la-items .collapse.in .info{
        padding: 12px 0px;
    }
}
@media (max-width: 1024px) {
    .form-search .btn.reset {
        top: -6px;
        right: -6px;
        text-indent: -9999px;
        padding: 0px;
    }
    .btn.reset .col {
        display: block;
        text-indent: 0px;
    }
    .btn.reset i.category {
        width: 18px;
        height: 18px;
        background: url(../img/close_answer.svg) no-repeat;
    }
}
@media (max-width: 800px) {
    .help-lang {
        width: 18%;
        padding: 12px 0px;
    }
    .help-lang.profile {
        width: 48%;
    }
    .help-lang.profile li .ico {
        top: -3px;
    }
    i.ico {
        width: 20px;
        background-size: 20px auto;
        margin-right: 6px;
    }
    i.login {
        height: 20px;
        background-position: 0px -21px;
    }
    i.mylist {
        background-position: 0px -41px;
    }
    i.mytour {
        position: relative;
        text-align: center;
        height: 19px;
        background-position: 0px -59px;
    }
    .la-head.help {
        display: none;
    }
    .header-search h1,
    .btn.search {
        font-size: 20px;
    }
    /*поиск header*/
    .select-btn {
        padding: 8px 12px 5px;
    }
    .select-drop button {
        padding-right: 30px;
    }
    .select-drop .dropdown-menu {
        padding: 0px 10px;
    }
    .select-drop .dropdown-menu .radio input[type="radio"] + span {
        width: 14px;
        height: 14px;
        margin: -1px 8px 0 0;
    }
    .form-search .date {
        min-width: 135px;
        max-width: 135px;
        background-size: 22px auto;
        padding-left: 35px;
    }
    .form-search .select-btn,
    .form-search .select-btn,
    .form-search .date.select-btn.checked {
        font-size: 18px;
    }
    .btn.search {
        background-size: 20px;
        background-position: 20px center;
        padding-top: 9px;
    }
    .checkbox label {
        font-size: 14px;
    }
    .select-drop ul.dropdown-menu .checkbox {
        margin: 0px;
        padding: 7px 0px;
    }
    i.category {
        margin: 0px 4px;
    }
    #header .select-btn {
        background-size: 16px auto;
    }
    /*POST PAGE*/
    .page-item .sidebar {
        width: 25%;
    }
    .page-item .main-content {
        width: 75%;
    }
    .main-duration .panel-heading .panel-title a {
        padding: 12px 25px 12px 15px;
    }
    .filter-area .tab-help {
        top: -25px;
        width: 13px;
        height: 12px;
    }
    .main-duration .panel-heading .panel-title,
    .filter-special-offers .checkbox label {
        font-size: 14px;
    }
    .filter-area .checkbox input[type="checkbox"] + span {
        margin: -1px 5px 0 0;
    }
    .filter-area .checkbox label {
        font-size: 13px;
    }
    .post-tours .la-items .time {
        font-size: 14px;
    }
    .post-tours .la-items .info .title {
        font-size: 16px;
    }
    .la-items.single .title .city {
        font-size: 15px;
    }
    .post-tours .la-items .blog-img .image img {
        min-height: 100px;
    }
    .post-tours .la-items.single .description-small {
        display: none;
    }
    .la-items .collapse.in .blog-img .info,
    .la-items.single .blog-img .info {
        padding: 5px 60px 0px 10px;
    }
    .display-icon .mod-tours .blog {
        width: 32.6%;
        margin-right: 1%;
        margin-bottom: 40px;
    }
    .display-icon .mod-tours .blog:nth-child(3n) {
        margin-right: 0;
    }
    .display-icon .mod-tours .blog:nth-child(4n) {
        margin-right: 1%;
    }
    .display-icon .mod-tours .la-footer .la-price {
        width: 45%;
    }
    .way-departure {
        font-size: 14px;
    }
}
@media (max-width: 736px) {
    i.mytour {
        overflow: hidden;
    }
    .mob-count-my-tour {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        color: #fff;
        padding: 10px 4px;
        font-size: 16px;
    }
    #header .mobile-header .header-search .close_btn_left {
        display: none;
    }
    #header .mob_post_page .header-search .close_btn_left {
        display: block;
    }
    /* mobile CONTENT */
    .mob_post_page_content {
        padding: 0px 17px;
    }
    .mob_post_page_content #slider {
        padding: 0px 0px 20px;
        background: transparent;
    }
    /* form-search */
    #header .mobile-header .form-search {
        padding: 9px 20px 30px;
        margin-bottom: 0px;
    }
    #header .mobile-header.mob_post_page .form-search {
        -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
    }
    #header .mobile-header .form-search select,
    #header .mobile-header .form-search .select-btn,
    #header .mobile-header .form-search .btn.search {
        height: 88px;
    }
    #header .mobile-header select,
    #header .mobile-header .select-btn {
        font-size: 42px;
        color: #010101;
        text-align: center;
        background-size: 32px auto;
    }
    #header .mobile-header select.drop,
    #header .mobile-header .select-btn {
        background-image: url(../img/mobile_ver/select_drop_mobile.png);
        background-size: 32px auto;
        background-position: 96.7% 50%;
        padding-right: 60px;
    }
    #header .mobile-header .select-drop.open .select-btn {
        background-image: url(../img/select-ico-red.png);
        background-image: url(../img/select-ico-red.svg), none;
    }
    #header .mobile-header select,
    #header .mobile-header .select-btn,
    #header .mobile-header .select-drop .dropdown-menu {
        border: 2px solid #ED2224;
    }
    #header .mobile-header .select-drop.open .select-btn {
        border-bottom: 2px solid transparent;
    }
    #header .mobile-header .select-drop .dropdown-menu {
        border-top: 0px;
        padding: 0px 20px;
    }
    #header .mobile-header .select-drop .dropdown-menu .checkbox label,
    #header .mobile-header .radio label {
        font-size: 32px;
    }
    #header .mobile-header .form-search .select-drop {
        width: 100%;
        max-width: 100%;
        margin: 0px;
    }
    #header .mobile-header .form-search .date {
        width: 100%;
        max-width: 50%;
        float: left;
        margin: 16px 0px;
        padding-left: 78px;
        padding-right: 15px;
        background-image: url(../img/mobile_ver/date_bg.png);
        background-size: 50px auto;
        background-position: 17px 50%;
    }
    #header .mobile-header .form-search select.date:nth-child(2),
    #header .mobile-header .form-search input.date:nth-child(2) {
        border-right: 0px;
    }
    #header .mobile-header .form-search .btn.search {
        width: 100%;
        font-size: 48px;
        color: #fff;
        line-height: 1.6;
        margin-top: 20px;
        background-image: url(../img/mobile_ver/search_big_mobile.png);
        background-size: 58px auto;
        background-position: 30% 50%;
        text-transform: uppercase;
    }
    .mobile-header .form-search .btn.reset {
        position: relative;
        top: 0px;
        right: 0;
        width: 100%;
        font-size: 26px;
        color: #939598;
        margin: 20px 0px 0px;
        padding: 20px 0px 0px;
        letter-spacing: 5px;
        text-indent: 0px;
    }
    .mobile-header .form-search .btn.reset .col {
        position: relative;
        top: -2px;
        display: inline-block;
        margin-left: 15px;
    }
    .mobile-header .form-search .btn.reset i.category {
        width: 17px;
        height: 17px;
        background: url(../img/close_answer.svg) no-repeat;
        background-size: 100% auto;
    }
    /* slider */
    .mobile-header #puzzle {
        background: #fff;
        padding-top: 10px;
    }
    .mobile-header #slider img {
        max-width: 100%;
        margin-bottom: 75px;
    }
    /* mob_leftmenu */
    .mob_leftmenu_header,
    .mob_leftmenu_center {
        padding-left: 48px;
    }
    .mob_leftmenu_header.mob-exit {
        padding: 35px 0 0 !important;
    }
    .mob_leftmenu_header.mob-exit li {
        margin: 0px !important;
    }
    /* close */
    .menu_close_btn_left {
        position: absolute;
        top: 25px;
        right: 22px;
        z-index: 9;
    }
    .close_menuLeft_ico {
        position: relative;
        display: inline-block;
        cursor: pointer;
    }
    .close_menuLeft_ico:after {
        display: block;
        content: "";
        width: 38px;
        height: 38px;
        background: url(../img/mobile_ver/close_btn.png) no-repeat;
        background-size: 100% auto;
    }
    /* блок авторизаций и избранные */
    .mob_leftmenu_header .sign_wishlist_aside .la-profile span,
    .mob_leftmenu_header .sign_wishlist_aside .la-profile a {
        display: block;
    }
    .mob_leftmenu_header .sign_wishlist_aside .la-profile span,
    .mob_leftmenu_header .navbar-icons li,
    .mob_leftmenu_header .nav li {
        margin-bottom: 56px;
    }
    .mob_leftmenu_header .navbar-icons li,
    .mob_leftmenu_header .nav li {
        display: block;
        float: none;
        padding: 0px;
    }
    .faq_contacts_aside.privacy_policy .navbar-icons li {
        margin-bottom: 33px;
    }
    .mob_leftmenu_header .sign_wishlist_aside .la-profile span,
    .mob_leftmenu_header .navbar-icons li a,
    .mob_leftmenu_header .nav li a {
        font-size: 32px;
        color: #58595B;
        text-decoration: none;
        padding: 0px;
    }
    .mob_leftmenu_header .navbar-icons li i.ico {
        position: absolute;
        left: -55px;
    }
    .mob_leftmenu_header i.login {
        width: 29px;
        height: 36px;
        background: url(../img/mobile_ver/log_in_ico.png) no-repeat;
        background-size: 100% auto;
    }
    .mob_leftmenu_header i.mylist {
        width: 37px;
        height: 32px;
        background: url(../img/mobile_ver/wishlist_ico.png) no-repeat;
        background-size: 100% auto;
        top: 2px;
    }
    .faq_contacts_aside {
        padding-top: 16px;
    }
    .faq_contacts_aside.privacy_policy {
        padding-top: 47px;
    }
    .faq_contacts_aside.privacy_policy .navbar-icons li a {
        font-size: 25px;
        color: #939598;
    }
    .mob_leftmenu_header .faq_contacts_aside {
        padding-top: 0px;
    }
    .mob_leftmenu_header .faq_contacts_aside .row {
        margin: 0px;
    }
    .mob_leftmenu_header .nav li a:hover,
    .mob_leftmenu_header .nav li a:focus {
        background: transparent;
    }
    .mob_leftmenu_center .la-head.language {
        width: 100%;
    }
    .mob_leftmenu_center .navbar-drop li.menubar-language {
        margin-right: 40px;
    }
    .mob_leftmenu_center .navbar-drop .dropdown-toggle,
    .mob_leftmenu_center .navbar-drop ul.dropdown-menu li a {
        font-size: 32px;
        color: #939598;
    }
    .mob_leftmenu_center .navbar-drop .dropdown-toggle {
        background: #F6F6F6;
    }
    .mob_leftmenu_center .navbar-drop .dropdown.open,
    .mob_leftmenu_center .navbar-drop .dropdown.open .dropdown-toggle,
    .navbar-drop .dropdown-toggle:active,
    .mob_leftmenu_center .navbar-drop .dropdown.open .dropdown-toggle:hover {
        background: #fff;
    }
    .mob_leftmenu_center .navbar-drop li span.caret {
        width: 22px;
        height: 12px;
        background: url(../img/arrow_menyleft_drop.svg) no-repeat;
        background-size: cover;
    }
    .mob_leftmenu_center .navbar-drop li .dropdown.open span.caret {
        background: url(../img/arrow_menyleft_drop_open.svg) no-repeat;
    }
    /* PAGE 2 post page*/
    .mob_post_page .mob_header_top {
        border-bottom: 2px solid #D1D2D4;
        padding-bottom: 0px;
    }
    .mob_post_page .logo_mobile {
        width: 59%;
    }
    .mob_post_page .mytour_mobile {
        width: 12%;
    }
    .mob_post_page .mob_search_top {
        display: block;
        margin: 0px;
        text-align: right;
    }
    .mob_post_page .mob_search_top button.search {
        width: 90px;
        height: 90px;
        padding: 0px;
        text-indent: -99999px;
        background-image: url(../img/mobile_ver/search_header.png);
        background-position: 55% center;
        background-size: 58px auto;
    }
    .mob_post_page .mob_header_body.open {
        display: block;
        position: absolute;
        top: 90px;
        background: #fff;
        z-index: 999;
    }
    .mob_post_page .mob_header_body.open .close_btn_left {
        position: static;
        padding: 50px 0px 15px;
        text-align: right;
    }
    /* filters */
    .filter_post_mobile {
        background: #F7F8F8;
        margin: 17px 0px;
    }
    .tab_filter_mob {
        margin: 0px;
    }
    .tab_filter_mob li {
        width: 48%;
        float: left;
        border: 2px solid #939598;
        overflow: hidden;
    }
    .tab_filter_mob li:nth-child(2) {
        float: right;
    }
    .tab_filter_mob li.active {
        width: 52%;
        border-bottom: 2px solid #fff;
    }
    .tab_filter_mob li:first-child.active {
        border-right: 0px;
    }
    .tab_filter_mob li:last-child.active {
        border-left: 0px;
    }
    .tab_filter_mob li:first-child {
        border-right: 2px solid #939598;
    }
    .tab_filter_mob li a {
        font-size: 36px;
        color: #58595B;
        background: #F7F8F8;
        border: 0px;
        border-radius: 0px;
        padding: 15px 10px;
        text-align: center;
    }
    .tab_filter_mob li.active a,
    .tab_filter_mob li.active a:hover {
        background: #fff;
    }
    .tab_filter_mob li.active.mob-tab-close a {
        background: #F7F8F8;
    }
    .tab_filter_mob li:hover a {
        background: #F7F8F8;
    }
    .tab_filter_mob li a i.filter,
    .tab_filter_mob li.active.mob-tab-close a i.filter {
        position: relative;
        top: -5px;
        right: -15px;
        width: 26px;
        height: 26px;
        background: url(../img/mobile_ver/filter_def.png) no-repeat;
        background-size: 100% auto;
        background-position: bottom;
        vertical-align: middle;
    }
    .tab_filter_mob li.active a i.filter {
        top: 13px;
        right: 10px;
        float: right;
        background: url(../img/mobile_ver/filter_active.png) no-repeat;
        background-size: 100% auto;
    }
    .tab_filter_mob li.active.mob-tab-close a i.filter {
        float: none;
    }
    .filter_post_mobile .tab-content {
        border: 0px;
        background: #FFFFFF;
    }
    .filter_post_mobile .tab-content .tab-pane {
        height: auto !important;
        padding: 0px 20px 0px;
        border: 2px solid #939598;
    }
    .filter_post_mobile .tab-content .tab-pane.active {
        border-top: 0px;
    }
    .filter_post_mobile .main-duration .panel-group .panel {
        border-bottom: 2px solid #D1D2D4;
    }
    /*закрытие фильтра стили*/
    .tab_filter_mob li.active.mob-tab-close {
        border-bottom: 2px solid #939598;
    }
    .filter_post_mobile .tab-content .tab-pane.active.mob-tab-close {
        display: none !important;
    }
    .filter_post_mobile .panel-group .panel-heading {
        background: #fff;
    }
    .filter_post_mobile .panel-group .panel-heading .panel-title {
        font-size: 36px;
        color: #808285;
    }
    .filter_post_mobile .panel-group .panel-heading .panel-title a,
    .filter_post_mobile .filter-special-offers .checkbox {
        padding: 27px 25px;
    }
    .filter_post_mobile .main-duration .panel-group .panel-heading+.panel-collapse>.panel-body {
        padding: 0px;
    }
    .filter_post_mobile .main-duration .checkbox:last-child {
        padding-bottom: 27px;
    }
    .filter_post_mobile .main-duration .checkbox label {
        font-size: 30px;
    }
    .filter_post_mobile .filter-area .filter-special-offers .checkbox label {
        color: #231F20;
    }
    .filter_post_mobile .filter-area .tab-help {
        top: -58px;
        width: 30px;
        height: 30px;
        background: url(../img/mobile_ver/filter_collapse_ico.png) no-repeat;
        background-size: 100% auto;
    }
    .filter_post_mobile .filter-area .collapse.in .tab-help {
        background: url(../img/mobile_ver/filter_collapse_ico.png) no-repeat;
        background-position: 0px -34px;
    }
    .filter_post_mobile .checkbox input[type="checkbox"] + span {
        width: 20px;
        height: 20px;
        background: url(../img/mobile_ver/checkbox-filter.png) no-repeat;
        background-size: cover;
        margin-right: 10px;
    }
    .filter_post_mobile .filter-area .checkbox input[type="checkbox"]:checked + span {
        background: url(../img/mobile_ver/checkbox-filter.png) -33px top no-repeat;
    }
    .filter_post_mobile .filter-special-offers .checkbox input[type="checkbox"] + span {
        background: url(../img/mobile_ver/checkbox-filter-black.png) no-repeat;
        background-size: cover;
    }
    .filter_post_mobile .filter-special-offers .checkbox input[type="checkbox"]:checked + span {
        background: url(../img/mobile_ver/checkbox-filter-black.png) -33px top no-repeat;
    }
    /* специальное предложение */
    .filter_post_mobile .filter-special-offers .checkbox label {
        font-size: 36px;
    }
    .filter_post_mobile .filter-special-offers .checkbox:first-child input[type="checkbox"] + span {
        background: url(../img/mobile_ver/checkbox-filter-red.png) no-repeat;
        background-size: cover;
    }
    .filter_post_mobile .filter-special-offers .checkbox:first-child input[type="checkbox"]:checked + span {
        background: url(../img/mobile_ver/checkbox-filter-red.png) -33px top no-repeat;
    }
    /* sort by */
    .list_sort_by {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .list_sort_by li {
        border-bottom: 2px solid #D1D2D4;
    }
    .list_sort_by li:last-child {
        border-bottom: 0px;
    }
    .list_sort_by li a {
        display: block;
        font-size: 36px;
        color: #808285;
        padding: 25px 25px;
    }
    .list_sort_by li a:hover,
    .list_sort_by li a:focus {
        color: #414042;
        text-decoration: none;
    }
    .tab_filter_mob li a,
    .filter_post_mobile .panel-group .panel-heading .panel-title,
    .list_sort_by li a {
        font-family: MyriadPro-Semibold;
    }
    /* result_search */
    .mob_print_result_search {
        font-size: 32px;
        color: #58595B;
        padding: 0px 0px 17px;
    }
    .mob_print_result_search .res_destination {
        margin-bottom: -2px;
        text-align: center;
    }
    .mob_print_result_search .res_destination,
    .mob_print_result_search .res_date,
    .mob_print_result_search .res_categories {
        padding: 15px 20px 10px;
        background-color: #fff;
        border: 2px solid #D1D2D4;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .mob_print_result_search .res_date {
        width: 50%;
        float: left;
        background-image: url("../img/mobile_ver/date_def_gray.png");
        background-repeat: no-repeat;
        background-position: 15px 50%;
        background-size: 36px auto;
        text-align: left;
        padding-left: 70px;
    }
    .mob_print_result_search .res_date:first-child {
        border-right: 0px;
    }
    .mob_print_result_search .res_categories {
        margin-top: -2px;
        text-align: center;
    }
    /* printn tours */
    .total_tours_result {
        font-size: 32px;
        color: #939598;
        font-weight: normal;
        margin: 10px 0px 12px;
    }
    .mob_post_page_content .la-items.single, .post-tours .la-items .collapse.in .blog-img {
        background: #fff;
        margin-bottom: 30px;
        border: 2px solid #E2E3E4;
    }
    .mob_post_page_content .la-items:hover {
        border: 2px solid #D6D7D8;
    }
    .mob_post_page_content .la-items .row {
        margin: 0px;
    }
    .mob_post_page_content .la-items .description-small,
    .mob_post_page_content .la-items .miles,
    .mob_post_page_content .la-items .info .time .la-clock:after {
        display: none;
    }
    .mob_post_page_content .la-items .blog-img .image, .post-tours .la-items .collapse.in .blog-img .image {
        width: 33%;
        overflow: hidden;
    }
    .mob_post_page_content .la-items .blog-img .image img {
        min-height: auto;
    }
    .mob_post_page_content .la-items .blog-img .info, .post-tours .la-items .collapse.in .info {
        width: 67%;
        padding-top: 7px;
    }
    .mob_post_page_content .la-items .ico-like {
        top: -1px;
        right: -1px;
    }
    .mob_post_page_content .la-items .info .title {
        height: 95px;
        font-size: 26px;
        color: #231F20;
        line-height: 1.2;
        overflow: hidden;
    }
    .mob_post_page_content .la-items .info .title .city {
        font-size: 24px;
    }
    .display-icon .mod-tours .title {
        width: 100%;
        float: none;
        padding: 0;
    }
    .mob_post_page_content .la-items .info .time {
        max-width: 80%;
        font-size: 20px;
        padding: 8px 0px 0px;
        line-height: 1.2;
        background-image: url(../img/clock_ico.svg);
        background-size: 17px auto;
        background-repeat: no-repeat;
        background-position: 0px 12px;
        padding-left: 22px;
    }
    .mob_post_page_content .la-items .info .time label {
        font-family: 'MyriadPro-Regular';
        font-weight: normal;
        margin: 0px;
    }
    .mob_post_page_content .la-items .info .price-from-txt {
        font-size: 20px;
    }
    .mob_post_page_content .la-items .price span {
        font-size: 30px;
        display: inline-block;
        vertical-align: middle;
    }
    .mob_post_page_content .la-items .price span .ruble {
        vertical-align: top;
    }
    .mob_post_page_content .la-items .price span.strike,
    .mob_post_page_content .la-items .price span.strike .ruble {
        font-size: 24px;
    }
    .mob_post_page_content .la-items .price span.actual {
        font-size: 32px;
        margin: 0px;
    }
    /* PAGE 3 VIEW TOUR */
    .post-view .mob_view_tour_header {
        padding: 18px 0px;
        margin-bottom: 12px;
    }
    .post-view .mob_view_tour_header .schedule {
        padding-bottom: 20px;
    }
    .post-view .image .slick-slider {
        margin-left: -15px;
        margin-right: -15px;
    }
    /* название тура - направления */
    .post-view .mob_view_tour_header .title {
        margin: 10px 0px 10px;
    }
    .post-view .mob_view_tour_header .title,
    .post-view .mob_view_tour_header .time label {
        font-family: MyriadPro-Regular;
        font-weight: normal;
    }
    .post-view .mob_view_tour_header .title,
    .post-view .mob_view_tour_header .rating,
    .post-view .mob_view_tour_header .time label,
    .mob_view_tour_header .way-departure {
        font-size: 32px;
    }
    .post-view .mob_view_tour_header .types-tour {
        font-size: 32px;
        margin-bottom: 10px;
        line-height: 1.2;
    }
    /* цена тура */
    .post-view .mob_view_tour_header .price {
        /*        padding-bottom: 30px;*/
    }
    .post-view .mob_view_tour_header .price span {
        font-size: 48px;
    }
    .post-view .mob_view_tour_header .price span.strike {
        margin-top: 12px;
    }
    .post-view .mob_view_tour_header .price span.strike,
    .post-view .mob_view_tour_header .price span.ruble {
        font-size: 36px;
    }
    .post-view .mob_view_tour_header .price span.ruble {
        position: relative;
        top: 1px;
    }
    .post-view .mob_view_tour_header .items-price .price-from-txt {
        font-size: 24px;
        margin-bottom: 1px;
    }
    /* количество людей */
    .post-view .mob_view_tour_header .people-col,
    .post-view .mob_view_tour_header .name-img {
        font-size: 26px;
    }
    .post-view .mob_view_tour_header .items-price .ico-like {
        margin: 30px 0px 0px;
    }
    .post-view .mob_view_tour_header .name-img {
        position: relative;
        top: 10px;
    }
    /* продолжительность тура  */
    .post-view .mob_view_tour_header .time {
        background: url(../img/mobile_ver/clock_icon.png);
        background-repeat: no-repeat;
        background-size: 20px auto;
        background-position: 0 12px;
        padding-left: 30px;
        margin: 45px 0px 25px;
    }
    .mob_view_tour_header .la-clock:after {
        display: none;
    }
    .post-view .mob_view_tour_header .time .time-start {
        display: block;
    }
    .post-view .mob_view_tour_header .time .time-start.duration {
        margin: 10px 0px 0px;
    }
    /* рейтинг */
    .post-view .mob_view_tour_header .rating i {
        font-size: 22px;
    }
    .mob_view_tour_header .rating,
    .mob_view_tour_header .soc-mod {
        width: 50%;
    }
    .mob_view_tour_header .rating {
        position: relative;
        top: 28px;
    }
    .mob_view_tour_header .rating label {
        color: #929497;
    }
    /* соц сети */
    .mob_view_tour_header .bright .soc-btn li {
        margin-left: 17px;
    }
    .mob_view_tour_header .bright .soc-btn li span:after {
        width: 56px;
        height: 56px;
    }
    .mob_view_tour_header .bright .soc-btn li span.facebook:after {
        background: url(../img/mobile_ver/facebook-mob.png) no-repeat;
        background-size: cover;
    }
    .mob_view_tour_header .bright .soc-btn li span.twitter:after {
        background: url(../img/mobile_ver/twitter-mob.png) no-repeat;
        background-size: cover;
    }
    .mob_view_tour_header .bright .soc-btn li span.google:after {
        background: url(../img/mobile_ver/gmail-mob.png) no-repeat;
        background-size: cover;
    }
    /* описнаие тура */
    .mobile_view_tour_info {
        padding: 40px 0px 6px;
    }
    .mobile_view_tour_info .panel-group {
        border-top: 2px solid #939598;
    }
    .mobile_view_tour_info .panel-default {
        border: 0px;
        border-bottom: 2px solid #939598;
        border-radius: 0px;
        box-shadow: none;
    }
    .mobile_view_tour_info .panel-title {
        position: relative;
        font-size: 32px;
        color: #414142;
    }
    .mobile_view_tour_info .panel-title a,
    .mobile_view_tour_info .panel-title a:hover {
        display: block;
        padding: 23px 0px 26px;
        z-index: 2;
        text-decoration: none;
    }
    .mobile_view_tour_info #accordion .panel-body {
        font-size: 26px;
        color: #595A5C;
        border: 0px;
        padding: 0px 0px 25px;
        line-height: 1.2;
    }
    .mobile_view_tour_info .collapse {
        position: relative;
        display: block;
    }
    .mobile_view_tour_info .collapse.in {
        height: auto !important;
    }
    .mobile_view_tour_info .collapse .panel-body {
        display: none;
    }
    .mobile_view_tour_info .collapse.in .panel-body {
        display: block;
    }
    .mobile_view_tour_info .panel-title .tab-help {
        width: 38px;
        height: 38px;
        top: 27%;
        right: -2px;
        z-index: 1;
    }
    /*страница полаты вопросы и ответы иконка открытие и закрытие*/
    .mobile_view_tour_info .panel-heading .collapsed .tab-help,
    .mob-payment-question .mobile_view_tour_info .panel-heading .collapsed .tab-help {
        background: url(../img/mini-icons/open-close2.png) no-repeat;
        background: url(../img/plus_open_icon.svg), none;
        background-size: cover;
    }
    .mobile_view_tour_info .panel-heading a .tab-help,
    .mob-payment-question .mobile_view_tour_info .panel-heading a .tab-help {
        background: transparent url("../img/mobile_ver/filter_collapse_ico.png") no-repeat scroll 0px -35px;
        background: url(../img/minus_close_icon.svg), none;
        background-size: cover;
    }
    .mobile_view_tour_info .panel-body ul li {
        margin-bottom: 7px;
    }
    /* вид транспорта */
    .mob_view_tour_header .way-departure img {
        max-width: 62px;
        top: -3px;
    }
    /* правила тура */
    .mob_view_tour_header .date-pickup-from {
        padding: 63px 0px 52px;
    }
    .mob_view_tour_header .date-from,
    .mob_view_tour_header .pick-up-from,
    .mob_view_tour_header .important-main {
        font-size: 36px;
        padding-left: 60px;
        line-height: 1.2;
    }
    .mob_view_tour_header .date-from.allowed {
        color: #58595B;
        background: transparent url("../img/mobile_ver/icons/allowed.png") no-repeat scroll 0px 1px;
        background-size: 45px auto;
    }
    .mob_view_tour_header .date-from {
        background: transparent url("../img/mobile_ver/icons/calendar_ico.png") no-repeat scroll 4px 4px;
        background-size: 37px auto;
        padding-bottom: 22px;
    }
    .mob_view_tour_header .pick-up-from {
        background: transparent url("../img/mobile_ver/icons/pick_up.png") no-repeat scroll 16px 2px;
        background-size: 18px auto;
        padding-bottom: 10px;
    }
    .mob_view_tour_header .important-main {
        padding-bottom: 22px;
    }
    .post-view .mob_view_tour_header .la-question {
        font-size: 36px;
        text-align: left;
        padding-left: 15px;
        padding-bottom: 23px;
    }
    .post-view .mob_view_tour_header .la-question a {
        text-decoration: none;
        border-bottom: 1px solid;
        display: inline-block;
        line-height: 1;
    }
    /* дополнительные условия */
    .mob_view_tour_header .additional-option .btn-default {
        font-size: 36px;
        height: 88px;
        padding-left: 28px;
        padding-right: 13%;
    }
    .mob_view_tour_header .additional-option .btn-default,
    .mob_view_tour_header .additional-option .btn-group.open .btn-default {
        border: 2px solid #F1555A;
    }
    .mob_view_tour_header .additional-option .btn-default .caret {
        width: 32px;
        height: 20px;
        background: transparent url("../img/mobile_ver/icons/drop_red_ico.png") no-repeat;
        background-size: 32px auto;
        top: 35px;
        right: 20px;
    }
    .mob_view_tour_header .additional-option .btn-group.open .btn-default .caret {
        background: transparent url("../img/mobile_ver/icons/drop_red_ico_open.png") no-repeat;
        background-size: 32px auto;
    }
    .mob_view_tour_header .additional-option .dropdown-menu {
        border-width: 2px;
    }
    
    .mob_view_tour_header .additional-option .dropdown-menu li {
        display: block;
        margin-bottom: 10px;
    }
    .my-tour-page .additional-option {
        margin: 10px 0px;
    }
    .mob_view_tour_header .additional-option div.value_number {
        vertical-align: top;
    }
    .mob_view_tour_header .additional-option .checkbox > label {
        max-width: 65%;
    }
    .mob_view_tour_header .additional-option .dropdown-menu label {
        font-size: 22px;
    }
    .mob_view_tour_header .additional-option .checkbox input[type="checkbox"] + span {
        width: 18px;
        height: 18px;
        background: transparent url("../img/mobile_ver/checkbox-filter-red.png") no-repeat scroll left top;
        background-size: cover;
        position: relative;
        top: 0px;
        margin-right: 12px;
    }
    .mob_view_tour_header .additional-option .checkbox input[type="checkbox"]:checked + span {
        background: transparent url("../img/mobile_ver/checkbox-filter-red.png") no-repeat scroll -32px top;
    }
    .mob_view_tour_header .free-option,
    .mob_view_tour_header .price-drop {
        font-size: 26px;
        line-height: 1;
    }
    .mob_view_tour_header .free-option,
    .mob_view_tour_header .price-drop .ruble {
        font-size: 22px;
    }
    .mob_view_tour_header .additional-option .value_number input {
        width: 30px;
        height: 30px;
        font-size: 20px;
    }
    .view_page_tours {
        background-color: #F1F1F2;
        padding: 80px 14px;
    }
    .mob-carousel {
        position: relative;
        padding: 40px 0px;
    }
    .mob-carousel:after {
        display: table;
        content: " ";
        clear: both;
    }
    /* footer */
    .mob-footer {
        padding-top: 18px;
    }
    /* styles mobile header end*/
    .post-view .image .carousel-inner .item {
        -webkit-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left;
    }
    .image .carousel .item .ico-look-img {
        display: none;
    }
    .post-view .image .carousel-control {
        height: 100%;
    }
    /*info*/
    .tour-img-info {
        position: relative;
    }
    .post-view .mob_view_tour_header .name-img {
        width: 100%;
        position: absolute;
        top: 7px;
        right: 0px;
        color: #58595B;
    }
    .post-view .mob_view_tour_header .time {
        width: 100%;
    }
    .additional-option .btn-group {
        max-height: 88px;
    }
    .additional-option .dropdown-menu {
        top: -4px;
        padding: 0px 20px;
    }
    .additional-option .dropdown-menu label {
        padding: 0px;
    }
    .additional-option .dropdown-menu .price-drop {
        margin: 0px;
    }
    .additional-option .dropdown-menu .checkbox {
        margin-bottom: 20px;
    }
    div.value_number {
        vertical-align: top;
    }
    .post-tours .la-items .blog-img .image img {
        min-height: 166px;
        width: auto;
    }
    .mobile_view_tour_info #accordion .panel-body ul {
        padding-left: 6%;
    }
}
@media (max-width: 640px) {
    .cbp-spmenu {
        top: 92px;
    }
    .mob_view_tour_header .date-from,
    .mob_view_tour_header .pick-up-from,
    .mob_view_tour_header .important-main,
    .post-view .mob_view_tour_header .la-question {
        font-size: 32px;
    }
    .my-tour-page .additional-option .checkbox > label {
        max-width: 65%;
    }
    .post-view .mob_view_tour_header .price {
        padding-bottom: 25px;
    }
}
@media (max-width: 568px) {
    .cbp-spmenu {
        top: 92px;
    }
    .scroll-y {
        padding: 60px 10px;
    }
    .close_menuLeft_ico:after {
        width: 30px;
        height: 30px;
    }
    .mob_leftmenu_header .sign_wishlist_aside .la-profile span,
    .mob_leftmenu_header .navbar-icons li a,
    .mob_leftmenu_header .nav li a {
        font-size: 28px;
    }
    .mob_leftmenu_center .navbar-drop .dropdown-toggle,
    .mob_leftmenu_center .navbar-drop ul.dropdown-menu li a {
        font-size: 26px;
    }
    .mob_leftmenu_center .navbar-drop li span.caret {
        width: 18px;
        height: 10px;
    }
    /*header search*/
    .mob_post_page .mob_header_body.open .close_btn_left {
        padding: 35px 0px 0px;
    }
    .mob_header_body .header-search h1 {
        font-size: 28px;
    }
    #header .mobile-header .form-search select,
    #header .mobile-header .form-search .select-btn,
    #header .mobile-header .form-search .btn.search {
        height: 70px;
    }
    #header .mobile-header select,
    #header .mobile-header .select-btn {
        font-size: 34px;
    }
    #header .mobile-header .select-drop .dropdown-menu .checkbox label,
    #header .mobile-header .radio label {
        font-size: 28px;
    }
    #header .mobile-header select.drop,
    #header .mobile-header .select-btn {
        background-size: 28px auto;
        padding-right: 50px;
    }
    #header .mobile-header .form-search .date {
        background-size: 38px auto;
        padding-left: 65px;
    }
    #header .mobile-header .form-search .btn.search {
        font-size: 40px;
        line-height: 1.4;
        background-size: 50px auto;
    }
    .mobile_view_tour_info #accordion .panel-body {
        font-size: 22px;
    }
    .mob_print_result_search {
        font-size: 26px;
    }
    .tab_filter_mob li a {
        font-size: 28px;
    }
    .mob_post_page_content .la-items .blog-img .image, .post-tours .la-items .collapse.in .blog-img .image {
        width: 36%;
    }
    .mob_post_page_content .la-items .blog-img .info, .post-tours .la-items .collapse.in .info {
        width: 64%;
    }
    .post-tours .la-items .blog-img .image img {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .mob-count-my-tour {
        padding: 9px 3px;
    }
    #wrapper.wr_bg::before {
        top: 77px;
    }
    .mob_post_page .mob_header_body.open {
        top: 77px;
    }
    #header .mob_post_page .mob_header_body.open .form-search {
        margin-top: 0px;
        padding-top: 0px;
    }
    #navMobBtn {
        width: 16%;
        padding: 15px 17px;
    }
    #nav-icon2 {
        width: 40px;
    }
    .logo_mobile {
        width: 68%;
    }
    .mytour_mobile {
        width: 16%;
        padding: 13px 17px 5px 0px;
    }
    .mytour_mobile i.mytour {
        width: 42px;
        height: 34px;
    }
    .mob_post_page #navMobBtn {
        width: 15%;
        padding: 13px 17px;
    }
    .cbp-spmenu {
        width: 84%;
        left: -84%;
    }
    .mob_post_page #nav-icon2 {
        width: 40px;
    }
    .mob_post_page .logo_mobile {
        width: 59%;
    }
    .mob_post_page .mytour_mobile {
        width: 12%;
        padding: 9px 20px 5px 0px;
    }
    .mob_post_page .mob_search_top {
        width: 14%;
    }
    .mob_header_body .text-wellcome-mob {
        padding: 0px 4%;
    }
    .mob_post_page .mob_search_top button.search {
        width: 100%;
        height: 76px;
        background-size: 64% auto;
    }
    .mobile-header .form-search .btn.reset {
        margin: 25px 0px 0px;
    }
    #header .mobile-header .form-search {
        margin: 24px 0px 0px;
        padding: 15px 20px 20px;
    }
    /*ШАПКА*/
    #header .mobile-header .form-search select,
    #header .mobile-header .form-search .select-btn,
    #header .mobile-header .form-search .btn.search {
        height: 52px;
    }
    #header .mobile-header .form-search .date {
        background-size: 27px auto;
        padding-left: 50px;
        background-position: 11px 50%;
    }
    #header .mobile-header select.drop,
    #header .mobile-header .select-btn {
        background-size: 20px auto;
        padding-right: 35px;
    }
    #header .mobile-header .form-search .btn.search {
        font-size: 32px;
        line-height: 1.3;
        background-size: 38px auto;
    }
    .mobile-header .form-search .btn.reset {
        margin: 5px 0px;
    }
    .mobile-header .form-search .btn.reset,
    #header .mobile-header .select-drop .dropdown-menu .checkbox label,
    #header .mobile-header .radio label {
        font-size: 20px;
    }
    .btn.search {
        padding-top: 5px;
    }
    .post-tours .la-items .blog-img .image img {
        min-height: 110px;
    }
    /*MY-TOUR*/
    .mob-carousel {
        padding: 20px 0px;
    }
    /*меню выезжающий*/
    .cbp-spmenu {
        top: 77px;
    }
    .scroll-y {
        padding: 40px 10px 70px;
    }
    .mob_leftmenu_header,
    .mob_leftmenu_center {
        padding-left: 35px;
    }
    .mob_leftmenu_header .navbar-icons li i.ico {
        top: 2px;
        left: -38px;
    }
    .close_menuLeft_ico::after {
        width: 30px;
        height: 30px;
    }
    .mob_leftmenu_header i.login {
        width: 20px;
        height: 26px;
    }
    .mob_leftmenu_header i.mylist {
        width: 25px;
        height: 22px;
    }
    .mob_leftmenu_header .sign_wishlist_aside .la-profile span,
    .mob_leftmenu_header .navbar-icons li,
    .mob_leftmenu_header .nav li {
        margin-bottom: 45px;
    }
    .mob_leftmenu_center .navbar-drop li span.caret {
        width: 17px;
        height: 9px;
        background-size: 100% auto !important;
    }
    .mob_leftmenu_header .sign_wishlist_aside .la-profile span,
    .mob_leftmenu_header .navbar-icons li a,
    .mob_leftmenu_header .nav li a,
    .mob_leftmenu_center .navbar-drop .dropdown-toggle,
    .mob_leftmenu_center .navbar-drop ul.dropdown-menu li a {
        font-size: 20px;
    }
    .mob_leftmenu_center .navbar-drop li span.caret {
        width: 14px;
        height: 7px;
    }
    /*passport VIEW PAGE*/
    .post-view .mob_view_tour_header .time {
        background-size: 18px auto;
        background-position: 0 4px;
    }
    .mobile_view_tour_info .panel-title .tab-help {
        width: 23px;
        height: 23px;
        top: 15px;
        right: 0px;
    }
    .mobile_view_tour_info #accordion .panel-body {
        padding: 0px 17px 17px;
    }
    .mob_view_tour_header .bright .soc-btn li span:after {
        width: 32px;
        height: 32px;
    }
    .mobile_view_tour_info .panel-title a,
    .mobile_view_tour_info .panel-title a:hover {
        padding: 16px 0px;
    }
    .mob_view_tour_header .date-from.allowed {
        background-size: 34px auto;
    }
    .mob_view_tour_header .date-from {
        background-size: 30px auto;
        background-position: 4px 0px;
    }
    .mob_view_tour_header .pick-up-from {
        background-size: 16px auto;
        background-position: 17px 2px;
    }
    .post-view .mob_view_tour_header .la-question {
        padding-left: 0px;
    }
    .mob_view_tour_header .additional-option .btn-default {
        height: 55px;
        padding-left: 20px;
    }
    .mob_view_tour_header .additional-option .btn-default .caret {
        width: 32px;
        height: 14px;
        top: 22px;
        right: 10px;
    }
    .mob_view_tour_header .additional-option .btn-default .caret,
    .mob_view_tour_header .additional-option .btn-group.open .btn-default .caret {
        background-size: 24px auto;
    }
    .mob_view_tour_header .additional-option .dropdown-menu .checkbox > label {
        max-width: 55%;
    }
    .mob_view_tour_header .additional-option div.value_number {
        display: inline-block;
        margin-left: 0px;
        vertical-align: top;
    }
    .mob_view_tour_header .additional-option .checkbox input[type="checkbox"] + span {
        width: 14px;
        height: 14px;
    }
    .mob_view_tour_header .price-drop {
        margin-top: 2px;
    }
    /*POST-PAGE*/
    .mob_print_result_search .res_destination,
    .mob_print_result_search .res_date,
    .mob_print_result_search .res_categories {
        padding: 8px 20px 7px;
    }
    .mob_print_result_search .res_date {
        background-position: 10px 50%;
        background-size: 28px auto;
        padding-left: 55px;
    }
    .tab_filter_mob li a {
        padding: 7px;
    }
    .tab_filter_mob li a i.filter {
        width: 20px;
        height: 20px;
    }
    .mob_post_page_content .la-items .blog-img .info {
        padding-top: 3px;
        padding-right: 6%;
    }
    .mob_post_page_content .la-items .info .title {
        height: 66px;
    }
    .mob_post_page_content .la-items .info .time {
        background-size: 14px auto;
        background-position: 0px 4px;
        padding: 4px 0px 0px 20px;
    }
    /*filter post-page*/
    .list_sort_by li,
    .filter_post_mobile .main-duration .panel-group .panel {
        border-width: 1px;
    }
    .tab_filter_mob li.active a i.filter {
        top: 6px;
    }
    .tab_filter_mob li.active.mob-tab-close a i.filter {
        width: 20px;
        height: 20px;
    }
    .mob_header_body .header-search h1,
    #header .mobile-header .form-search select,
    #header .mobile-header .form-search .select-btn {
        font-size: 24px;
    }
    .tab_filter_mob li a,
    .mob_print_result_search {
        font-size: 22px;
    }
    .list_sort_by li a {
        font-size: 20px;
        padding: 10px 0px;
    }
    .filter_post_mobile .main-duration .checkbox label {
        font-size: 18px;
    }
    .filter_post_mobile .checkbox input[type="checkbox"] + span {
        width: 16px;
        height: 16px;
    }
    .filter_post_mobile .panel-group .panel-heading .panel-title a,
    .filter_post_mobile .filter-special-offers .checkbox {
        padding: 20px 25px;
    }
    .filter_post_mobile .filter-area .tab-help {
        width: 24px;
        height: 24px;
        top: -41px;
        right: 0px;
    }
    .filter_post_mobile .filter-area .collapse.in .tab-help {
        background-position: 0px -42px;
    }
    .filter_post_mobile .main-duration .checkbox:last-child {
        padding-bottom: 15px;
    }
    /*PAGE PASPORT*/
    .post-view .mob_view_tour_header .time {
        background-size: 16px auto;
        background-position: 0 5px;
    }
    .mobile_view_tour_info .panel-title .tab-help {
        width: 19px;
        height: 19px;
        top: 17px;
    }
    .mobile_view_tour_info #accordion .panel-body {
        padding: 0px 0px 17px;
    }
    .mob_view_tour_header .date-from.allowed {
        background-size: 28px auto;
    }
    .mob_view_tour_header .date-from {
        background-size: 24px auto;
        background-position: 2px 0px;
    }
    .mob_view_tour_header .pick-up-from {
        background-size: 12px auto;
        background-position: 10px 2px;
    }
    .mob_view_tour_header .date-from,
    .mob_view_tour_header .pick-up-from,
    .mob_view_tour_header .important-main {
        padding-left: 40px;
    }
    .mob_view_tour_header .additional-option .btn-default {
        height: 44px;
    }
    .mob_view_tour_header .additional-option .btn-default .caret {
        width: 14px;
        height: 10px;
        top: 18px;
        right: 4px;
        background-size: contain;
    }
    .mob_view_tour_header .additional-option .btn-default .caret,
    .mob_view_tour_header .additional-option .btn-group.open .btn-default .caret {
        background-size: contain;
    }
    .post-view .mob_view_tour_header .price span {
        font-size: 30px;
    }
    .post-view .mob_view_tour_header .price span.ruble {
        font-size: 28px;
    }
    .post-view .mob_view_tour_header .price span.strike,
    .post-view .mob_view_tour_header .types-tour {
        font-size: 26px;
    }
    .post-view .mob_view_tour_header .title {
        font-size: 24px;
    }
    .total-view .btn.btn-option,
    .post-view .mob_view_tour_header .rating,
    .post-view .mob_view_tour_header .types-tour {
        font-size: 22px;
    }
    .mob_view_tour_header .price-drop,
    .filter_post_mobile .panel-group .panel-heading .panel-title,
    .mob_post_page_content .la-items .price span {
        font-size: 20px;
    }
    .post-view .mob_view_tour_header .people-col,
    .post-view .mob_view_tour_header .name-img,
    .post-view .mob_view_tour_header .time label,
    .mobile_view_tour_info .panel-title,
    .mob_view_tour_header .way-departure,
    .mob_view_tour_header .date-from,
    .mob_view_tour_header .pick-up-from,
    .mob_view_tour_header .important-main,
    .post-view .mob_view_tour_header .la-question,
    .mob_view_tour_header .additional-option .btn-default,
    .mob_view_tour_header .price-drop .ruble,
    .mob_view_tour_header .additional-option .value_number input,
    .post-view .mob_view_tour_header .rating i,
    .mob_post_page_content .la-items .info .title .city,
    .mob_post_page_content .la-items .info .title {
        font-size: 18px;
    }
    .post-view .mob_view_tour_header .items-price .price-from-txt,
    .mobile_view_tour_info #accordion .panel-body,
    .mob_view_tour_header .additional-option .dropdown-menu label {
        font-size: 16px;
    }
    .mob_post_page_content .la-items .info .time,
    .mob_post_page_content .la-items .info .price-from-txt {
        font-size: 14px;
    }
    /*all border-width: 1px;*/
    .mob_post_page .mob_header_top,
    .mob_view_tour_header .additional-option .btn-default,
    .mob_view_tour_header .additional-option .btn-group.open .btn-default,
    .mob_view_tour_header .additional-option .dropdown-menu,
    .mob_print_result_search .res_destination,
    .mob_print_result_search .res_date,
    .mob_print_result_search .res_categories,
    .tab_filter_mob li,
    .filter_post_mobile .tab-content .tab-pane,
    .mob_post_page_content .la-items,
    .mob_post_page_content .la-items:hover,
    .mobile_view_tour_info .panel-default,
    .mobile_view_tour_info .panel-group,
    #header .mobile-header select,
    #header .mobile-header .select-btn,
    #header .mobile-header .select-drop .dropdown-menu,
    #sign-in .form-body input[type="text"],
    #sign-in .form-body input[type="password"],
    .tab_filter_mob li:first-child,
    .filter_post_mobile .main-duration .panel-group .panel,
    .list_sort_by li,
    .tab_filter_mob li.active.mob-tab-close,
    .mob_post_page_content .la-items.single,
    .post-tours .la-items .collapse.in .blog-img {
        border-width: 1px;
    }
    .mob_view_tour_header .date-pickup-from {
        padding: 30px 0px 20px;
    }
}
@media (max-width: 414px) {
    .mob-count-my-tour {
        font-size: 15px;
        padding: 8px 3px;
    }
    .mobile-header .form-search .btn.reset {
        font-size: 18px;
    }
    /*PUZZLE*/
    .mobile-header #puzzle {
        background: #E2E3E4;
        padding-top: 5px;
    }
    /* home -page */
    #navMobBtn {
        padding: 11px 17px;
    }
    #nav-icon2,
    .mob_post_page #nav-icon2 {
        width: 37px;
    }
    .mytour_mobile {
        padding: 11px 17px 5px 0px;
    }
    .mytour_mobile i.mytour {
        width: 40px;
        height: 32px;
    }
    #header .mobile-header .form-search select,
    #header .mobile-header .form-search .select-btn,
    #header .mobile-header .form-search .btn.search {
        height: 50px;
    }
    #header .mobile-header .form-search .date {
        background-size: 22px auto;
        background-position: 10px 50%;
        padding-left: 40px;
    }
    #header .mobile-header select.drop,
    #header .mobile-header .select-btn {
        background-size: 18px auto;
        background-position: 97% 50%;
        padding-right: 33px;
    }
    #header .mobile-header .form-search .btn.search {
        background-size: 38px auto;
        line-height: 1.3;
    }
    /*меню выезжающий блок*/
    .mob_leftmenu_header,
    .mob_leftmenu_center {
        padding-left: 25px;
    }
    .mob_leftmenu_header i.login {
        width: 18px;
        height: 22px;
    }
    .mob_leftmenu_header i.mylist {
        width: 22px;
        height: 20px;
    }
    .mob_leftmenu_header .navbar-icons li i.ico {
        left: -30px;
    }
    .mob_leftmenu_header .sign_wishlist_aside .la-profile span,
    .mob_leftmenu_header .navbar-icons li,
    .mob_leftmenu_header .nav li {
        margin-bottom: 30px;
    }
    .mob_leftmenu_center .navbar-drop li span.caret {
        width: 14px;
        height: 7px;
    }
    /* post -page */
    .mob_post_page .mob_header_body.open {
        top: 66px;
    }
    .mob_post_page #navMobBtn {
        padding: 10px 15px 10px 15px;
    }
    .mob_post_page .mob_search_top button.search {
        height: 65px;
    }
    .mob_print_result_search .res_destination,
    .mob_print_result_search .res_date,
    .mob_print_result_search .res_categories {
        padding: 7px 20px 8px;
    }
    .mob_print_result_search .res_date {
        background-size: 22px auto;
        padding-left: 45px;
    }
    /*filter*/
    .filter_post_mobile .panel-group .panel-heading .panel-title a,
    .filter_post_mobile .filter-special-offers .checkbox {
        padding: 15px 0px;
    }
    .tab_filter_mob li a i.filter,
    .tab_filter_mob li.active.mob-tab-close a i.filter {
        width: 16px;
        height: 16px;
    }
    .filter_post_mobile .filter-area .tab-help {
        top: -32px;
        width: 19px;
        height: 19px;
    }
    .filter_post_mobile .filter-area .collapse.in .tab-help {
        background-position: 0px -21px;
        background-size: cover;
    }
    .filter_post_mobile .checkbox input[type="checkbox"] + span {
        width: 14px;
        height: 14px;
    }
    .filter_post_mobile .main-duration .checkbox:last-child {
        padding-bottom: 15px;
    }
    .tab_filter_mob li.active a i.filter {
        top: 5px;
    }
    .list_sort_by li a {
        padding: 15px 0px;
    }
    /*tours*/
    .la-items .collapse.in .blog-img .info,
    .la-items.single .blog-img .info {
        padding: 5px 45px 0px 8px;
    }
    .mob_post_page_content .la-items .info .title {
        height: 58px;
        margin-bottom: 5px;
    }
    .mob_post_page_content .la-items .info .time {
        max-width: 95%;
        background-position: 0px 5px;
    }
    .mob_post_page_content .la-items .info .time {
        background-size: 12px auto;
        background-position: 0px 7px;
    }
    .mob_post_page_content .la-items .price span {
        display: block;
    }
    /* PASPORT - VIEW PAGE */
    .post-view .mob_view_tour_header .title {
        margin: 25px 0px 0px;
    }
    .post-view .mob_view_tour_header .time {
        background-size: 17px auto;
        background-position: 0 6px;
    }
    .mobile_view_tour_info #accordion .panel-body {
        padding: 0px 0px 17px;
    }
    .mobile_view_tour_info .panel-title .tab-help {
        width: 19px;
        height: 19px;
        top: 20px;
        background-size: contain;
    }
    .mob_view_tour_header .bright .soc-btn li span:after {
        width: 28px;
        height: 28px;
    }
    .mob_view_tour_header .date-pickup-from {
        padding: 30px 0px;
    }
    .mob_view_tour_header .date-from,
    .mob_view_tour_header .pick-up-from,
    .mob_view_tour_header .important-main {
        padding-left: 45px;
    }
    .date-from,
    .pick-up-from {
        padding: 0px 0px 0px 34px;
    }
    .mob_view_tour_header .date-from.allowed,
    .mob_view_tour_header .date-from {
        background-size: 28px auto;
        background-position: 0px 2px;
    }
    .mob_view_tour_header .pick-up-from {
        background-size: 14px auto;
        background-position: 14px 0px;
    }
    .post-view .image .carousel-inner .item {
        max-height: 250px;
        overflow: hidden;
    }
    .post-view .carousel-inner>.item>a>img,
    .post-view .carousel-inner>.item>img {
        min-height: 250px;
    }
    /*МОИ ТУРЫ КОГДА ПУСТАЯ*/
    .mob-carousel {
        padding: 50px 0px;
    }
    /*font-size*/
    .post-view .mob_view_tour_header .price span.strike,
    .post-view .mob_view_tour_header .price span.strike .ruble {
        font-size: 18px;
    }
    .post-view .mob_view_tour_header .price span,
    .post-view .mob_view_tour_header .price span.ruble {
        font-size: 24px;
    }
    #header .mobile-header .form-search .btn.search {
        font-size: 28px;
    }
    #header .mobile-header .form-search select,
    #header .mobile-header .form-search .select-btn {
        font-size: 22px;
    }
    .mob_header_body .header-search h1,
    #header .mobile-header .select-drop .dropdown-menu .checkbox label,
    #header .mobile-header .radio label,
    .mob_print_result_search {
        font-size: 20px;
    }
    .mob_leftmenu_header .sign_wishlist_aside .la-profile span,
    .mob_leftmenu_header .navbar-icons li a,
    .mob_leftmenu_header .nav li a,
    .mob_leftmenu_center .navbar-drop .dropdown-toggle,
    .mob_leftmenu_center .navbar-drop ul.dropdown-menu li a,
    .post-view .mob_view_tour_header .rating,
    .mob_view_tour_header .way-departure,
    .filter_post_mobile .panel-group .panel-heading .panel-title,
    .list_sort_by li a,
    .mobile_view_tour_info .panel-title,
    .post-view .mob_view_tour_header .title,
    .post-view .mob_view_tour_header .types-tour {
        font-size: 18px;
    }
    .tab_filter_mob li a,
    .post-view .mob_view_tour_header .time label,
    .filter_post_mobile .main-duration .checkbox label {
        font-size: 17px;
    }
    .mob_post_page_content .la-items .price span,
    .mob_post_page_content .la-items .info .title .city,
    .mob_post_page_content .la-items .info .title,
    .mob_post_page_content .la-items .price span.actual,
    .mob_leftmenu_center .navbar-drop .dropdown-toggle,
    .post-view .mob_view_tour_header .people-col,
    .post-view .mob_view_tour_header .name-img,
    .post-view .mob_view_tour_header .rating i,
    .mobile_view_tour_info #accordion .panel-body,
    .mob_view_tour_header .date-from,
    .mob_view_tour_header .pick-up-from,
    .mob_view_tour_header .important-main,
    .post-view .mob_view_tour_header .la-question {
        font-size: 16px;
    }
    .mob_post_page_content .la-items .info .time,
    .post-view .mob_view_tour_header .items-price .price-from-txt {
        font-size: 14px;
    }
    .mob_post_page_content .la-items .price span.strike,
    .mob_post_page_content .la-items .price span.strike .ruble {
        font-size: 13px;
    }
    .mob_post_page_content .la-items .info .price-from-txt {
        font-size: 12px;
    }
    
    /*POST PAGE*/
    .mob_post_page_content .la-items.single, .post-tours .la-items .collapse.in .blog-img {
        margin-bottom: 15px;
    }
}
@media (max-width: 390px) {
    .mob_post_page .mytour_mobile i.mytour .mob-count-my-tour {
        font-size: 13px;
        padding: 7px 3px;
    }
    #wrapper.wr_bg::before {
        top: 60px;
    }
    .mob_post_page .mob_header_body.open .content {
        padding-bottom: 10%;
    }
    .mob_post_page .mob_header_body.open {
        position: fixed;
        top: 60px;
        overflow-x: auto;
    }
    #showLeft span {
        top: 11px;
    }
    #showLeft span,
    #showLeft span:before,
    #showLeft span:after {
        height: 3px;
    }
    .mob_leftmenu_center .navbar-drop li span.caret {
        width: 14px;
        height: 9px;
    }
    .mob_leftmenu_center .navbar-drop li .dropdown.open span.caret {
        background-size: cover;
    }
    .mob_post_page .mob_header_top {
        border-width: 1px;
    }
    .mob_post_page .logo_mobile {
        width: 59%;
    }
    .mob_post_page #navMobBtn {
        width: 15%;
        padding: 12px 10px 0px;
    }
    .mob_post_page .mytour_mobile {
        width: 12%;
    }
    .mob_search_top {
        width: 16%;
    }
    .mob_post_page .mob_search_top {
        width: 14%;
    }
    .mobile-header .form-search .btn.reset {
        font-size: 16px;
    }
    /* выездающий блок */
    .cbp-spmenu-right {
        left: -80%;
    }
    .cbp-spmenu {
        width: 80%;
        top: 59px;
        padding: 40px 0px;
    }
    .mob_leftmenu_header,
    .mob_leftmenu_center {
        padding-left: 35px;
    }
    .mob_leftmenu_header i.login {
        width: 16px;
        height: 20px;
    }
    .mob_leftmenu_header .navbar-icons li i.ico {
        top: 3px;
        left: -30px;
    }
    .mob_leftmenu_header i.mylist {
        width: 20px;
        height: 18px;
    }
    .scroll-y {
        padding-top: 20px;
    }
    .mob_leftmenu_header .navbar-icons li,
    .mob_leftmenu_header .nav li {
        margin-bottom: 35px;
    }
    .close_btn_left {
        top: 20px;
        right: 14px;
    }
    .close_menuLeft_ico::after {
        width: 22px;
        height: 22px;
    }
    /* выездающий блок */
    #navMobBtn {
        width: 15%;
        padding: 12px 10px;
    }
    #nav-icon2 {
        width: 35px;
        height: 35px;
    }
    .mob_post_page #nav-icon2 {
        width: 33px;
    }
    #showLeft span {
        top: 10px;
    }
    #showLeft span::before {
        top: -12px;
    }
    #showLeft span::after {
        bottom: -12px;
    }
    .mytour_mobile {
        padding: 5px 3px 5px 0px;
    }
    .mob_post_page .mytour_mobile {
        padding: 8px 8px 5px 0px;
    }
    .mytour_mobile i.mytour {
        width: 40px;
        height: 32px;
    }
    .mob_post_page .mob_header_body.open .close_btn_left {
        padding: 25px 0px 0px;
    }
    .mob_header_body .text-wellcome-mob {
        padding: 0px 10px;
    }
    .mob_header_body .header-search h1 {
        min-height: auto;
        font-size: 1.3em;
        margin-top: 40px;
    }
    #header .mobile-header .form-search {
        padding: 7px 10px 20px;
    }
    #header .mobile-header .form-search select,
    #header .mobile-header .form-search .select-btn,
    #header .mobile-header .form-search .btn.search {
        height: 45px;
    }
    #header .mobile-header select.drop,
    #header .mobile-header .select-btn {
        background-size: 20px auto;
        padding-right: 40px;
    }
    #header .mobile-header .form-search select,
    #header .mobile-header .form-search .select-btn {
        font-size: 20px;
    }
    #header .mobile-header .form-search .date {
        background-size: 28px auto;
        background-position: 10px 50%;
        padding-left: 45px;
        margin: 12px 0px;
    }
    #header .mobile-header .form-search .btn.search {
        background-size: 36px auto;
        background-position: 27% 55%;
        line-height: 1.8;
    }
    .form-search {
        margin: 24px 0px 0px;
    }
    .mobile-header .form-search .btn.reset {
        margin: 5px 0px 0px;
    }
    .mobile-header .form-search .btn.reset .col {
        top: -1px;
        margin-left: 7px;
    }
    .mobile-header .form-search .btn.reset i.category {
        width: 13px;
        height: 13px;
    }
    /*page post*/
    .mob_post_page .mytour_mobile i.mytour {
        width: 34px;
        height: 30px;
        position: relative;
        right: 4px;
    }
    .mob_post_page .mob_search_top button.search {
        width: 100%;
        height: 59px;
        background-size: 65% auto;
    }
    /* результат поиска вывод Количество отображаемых полей зависит от выбранных значений в поиске*/
    .mob_print_result_search .res_destination,
    .mob_print_result_search .res_date,
    .mob_print_result_search .res_categories {
        padding: 7px 15px;
    }
    .mob_print_result_search .res_date {
        background-image: url("../img/mobile_ver/icons/calendar_ico.png");
        background-repeat: no-repeat;
        background-size: 22px auto;
        background-position: 10px 52%;
        padding-left: 47px;
    }
    .mob_post_page_content .la-items .info .time {
        background-image: url(../img/clock_ico.svg);
        background-size: 14px auto;
    }
    /*filter*/
    .filter_post_mobile .filter-area .tab-help {
        top: -35px;
        width: 17px;
        height: 17px;
    }
    .tab_filter_mob li:first-child {
        border-right: 1px solid #939598;
    }
    .tab_filter_mob li a {
        padding: 14px 7px 13px;
        line-height: 1;
    }
    .tab_filter_mob li a i.filter,
    .tab_filter_mob li.active.mob-tab-close a i.filter {
        width: 14px;
        height: 14px;
    }
    .tab_filter_mob li.active.mob-tab-close a i.filter {
        right: -7px;
    }
    .tab_filter_mob li a i.filter {
        background-size: 100% auto;
        top: -3px;
        right: -8px;
    }
    .tab_filter_mob li.active a i.filter {
        width: 12px;
        height: 12px;
        top: 4px;
        right: 10px;
    }
    .filter_post_mobile .filter-area .collapse.in .tab-help {
        background: url(../img/mobile_ver/filter_collapse_ico.png) no-repeat;
        background-position: 0px -45px;
    }
    .filter_post_mobile .panel-group .panel-heading .panel-title a,
    .filter_post_mobile .filter-special-offers .checkbox {
        padding: 15px;
    }
    .list_sort_by li {
        border-bottom: 1px solid #D1D2D4;
    }
    .list_sort_by li a {
        padding: 12px 0px;
    }
    .filter_post_mobile .tab-content .tab-pane {
        padding: 0px 10px;
    }
    .filter_post_mobile .checkbox input[type="checkbox"] + span {
        width: 14px;
        height: 13px;
    }
    .filter_post_mobile .main-duration .checkbox:last-child {
        padding-bottom: 10px;
    }
    /* выдача туров*/
    .mob_post_page_content .la-items .blog-img .info {
        padding: 3px 10px;
    }
    .mob_post_page_content .la-items .info .title {
        max-width: 100%;
        height: 70px;
        line-height: 1.1;
        padding-right: 7%;
    }
    .mob_post_page_content .la-items .info .time {
        max-width: 70%;
    }
    .post-tours .la-items .items-price {
        bottom: 8px;
    }
    .mob_post_page_content .la-items .info .price-from-txt {
        margin-bottom: 5px;
    }
    .mob_post_page_content .la-items .price span {
        display: block;
    }
    .mob_post_page_content .la-items .info .time,
    .post-tours .la-items .items-price {
        display: inline-block;
    }
    .mob_post_page_content .la-items .info .time {
        width: 65%;
    }
    .post-tours .la-items .items-price {
        width: 48%;
    }
    .mob_post_page_content .la-items .info .time label.time-start.duration {
        position: relative;
        text-indent: -9999px;
    }
    .mob_post_page_content .la-items .info .time label.time-start.duration span {
        display: block;
        position: absolute;
        top: 0;
        font-size: 14px;
        text-indent: 0px;
    }
    .mob_post_page_content .la-items .info .time {
        background-size: 12px auto;
        background-position: 0px 5px;
    }
    /*page pasport - view tour*/
    .post-view .image .slick-slider {
        margin-left: -13px;
        margin-right: -13px;
    }
    .image .carousel-control {
        width: 10%;
    }
    .image .carousel .glyphicon-chevron-left,
    .image .carousel .glyphicon-chevron-right {
        width: 20px;
        top: 45%;
    }
    .image .carousel .glyphicon-chevron-right {
        background-position: -37px 0px;
    }
    .post-view .mob_view_tour_header .schedule {
        width: 75%;
    }
    .post-view .mob_view_tour_header .items-price {
        width: 25%;
    }
    .post-view .mob_view_tour_header .price {
        padding-bottom: 0px;
    }
    .post-view .mob_view_tour_header .time .time-start {
        font-weight: bold;
    }
    .post-view .mob_view_tour_header .time .time-start span {
        font-weight: normal;
    }
    .post-view .mob_view_tour_header .price span {
        margin-top: 3px;
    }
    .post-view .mob_view_tour_header .price span.strike {
        margin-top: 8px;
    }
    .post-view .mob_view_tour_header .price span.strike,
    .post-view .mob_view_tour_header .price span.strike .ruble {
        float: none;
    }
    .post-view .mob_view_tour_header .price span.actual .ruble {
        text-decoration: none;
    }
    .post-view .mob_view_tour_header .title {
        margin: 27px 0px 5px;
    }
    .post-view .mob_view_tour_header .types-tour {
        height: auto;
        max-height: 68px;
        line-height: 1.1;
    }
    .post-view .mob_view_tour_header .name-img {
        padding: 0px;
    }
    /*time*/
    .post-view .mob_view_tour_header .time {
        padding-left: 22px;
        margin: 32px 0px 20px;
    }
    .post-view .mob_view_tour_header .time {
        background-position: 0px 4px;
        background-size: 14px;
    }
    /*soz mod */
    .mob_view_tour_header .bright .soc-btn li span {
        background: transparent;
    }
    .mob_view_tour_header .bright .soc-btn li span::after {
        width: 28px;
        height: 28px;
    }
    .post-view .mob_view_tour_header .rating label {
        margin-bottom: 15px;
    }
    .post-view .mob_view_tour_header .rating i {
        margin-right: 5px;
    }
    .post-view .mob_view_tour_header .rating {
        top: 7px;
    }
    .mob_view_tour_header .bright .soc-btn li {
        margin-left: 8px;
    }
    /* блок - информация о туре*/
    .panel-group .panel + .panel {
        margin-top: 0px;
    }
    .mobile_view_tour_info .panel-title .tab-help {
        width: 19px;
        height: 19px;
        background-size: cover;
        top: 16px;
        right: 0px;
    }
    .mobile_view_tour_info .panel-title a,
    .mobile_view_tour_info .panel-title a:hover {
        padding: 15px 0px;
    }
    .mobile_view_tour_info .collapse .tab-help {
        width: 15px;
        height: 15px;
        top: -33px;
        right: 0px;
        background-size: cover;
    }
    .mobile_view_tour_info #accordion .panel-body {
        padding: 0px 0px 15px;
    }
    .mob_view_tour_header .date-from,
    .mob_view_tour_header .pick-up-from,
    .mob_view_tour_header .important-main {
        padding-top: 0px;
        padding-left: 32px;
        line-height: 1.3;
    }
    .mob_view_tour_header .date-pickup-from {
        padding: 20px 0px 0px;
    }
    .mob_view_tour_header .date-from.allowed {
        background-size: 26px;
        background-position: 0px 2px;
    }
    .mob_view_tour_header .date-from {
        background-size: 22px;
        background-position: 0px 1px;
        padding-bottom: 10px;
    }
    .mob_view_tour_header .pick-up-from {
        background-size: 12px;
        background-position: 7px 0px;
    }
    .post-view .mob_view_tour_header .la-question {
        padding-left: 0px;
        padding-bottom: 0px;
    }
    .la-question a {
        margin-left: 10px;
    }
    /*дополнительные параметры*/
    .mob_view_tour_header .additional-option .btn-default {
        height: 45px;
    }
    .mob_view_tour_header .additional-option .btn-default .caret {
        width: 24px;
        height: 20px;
        background-size: 18px auto;
        top: 16px;
        right: 4px;
    }
    .mob_view_tour_header .additional-option .btn-group.open .btn-default .caret {
        background-size: 18px auto;
    }
    .mob_view_tour_header .additional-option .checkbox input[type="checkbox"] + span {
        width: 12px;
        height: 12px;
        top: -2px;
        margin-right: 8px;
    }
    .mob_view_tour_header .additional-option div.value_number {
        margin-left: 5px;
        vertical-align: top;
    }
    .mob_view_tour_header .additional-option div.value_number label {
        padding: 0px;
    }
    .mob_view_tour_header .additional-option .value_number input {
        width: 23px;
        height: 23px;
        font-size: 16px;
    }
    .mob_view_tour_header .free-option,
    .mob_view_tour_header .price-drop {
        font-size: 18px;
        line-height: 1;
    }
    .mob_view_tour_header .price-drop .ruble {
        font-size: 16px;
    }
    .additional-option .dropdown-menu .price-drop {
        margin: 8px 0px 0px;
    }
    /*  all font-size: 26px ;*/
    #header .mobile-header .form-search .btn.search {
        font-size: 26px;
        line-height: 1.3;
    }
    .mob_view_tour_header .way-departure,
    .post-view .mob_view_tour_header .price span,
    .post-view .mob_view_tour_header .price span .ruble {
        font-size: 22px;
    }
    .post-view .mob_view_tour_header .types-tour,
    #header .mobile-header .radio label,
    .mob_print_result_search {
        font-size: 18px;
    }
    #header .mobile-header .select-drop .dropdown-menu .checkbox label,
    .filter_post_mobile .panel-group .panel-heading .panel-title,
    .list_sort_by li a,
    .mob_leftmenu_center .navbar-drop .dropdown-toggle,
    .mob_leftmenu_center .navbar-drop ul.dropdown-menu li a,
    .mob_view_tour_header .additional-option .btn-default,
    .mob_leftmenu_header .navbar-icons li a,
    .mob_leftmenu_header .nav li a,
    .mob_post_page_content .la-items .price span,
    .mob_post_page_content .la-items .price span.actual,
    .post-view .mob_view_tour_header .title,
    .post-view .mob_view_tour_header .price span.strike,
    .post-view .mob_view_tour_header .price span.strike .ruble {
        font-size: 18px;
    }
    .tab_filter_mob li a,
    .mob_view_tour_header .way-departure,
    .mob_view_tour_header .date-from,
    .mob_view_tour_header .pick-up-from,
    .mob_view_tour_header .important-main {
        font-size: 17px;
    }
    .mob_view_tour_header .additional-option .dropdown-menu label,
    .mobile_view_tour_info #accordion .panel-body,
    .post-view .mob_view_tour_header .people-col,
    .post-view .mob_view_tour_header .name-img,
    .post-view .mob_view_tour_header .time label,
    .post-view .mob_view_tour_header .rating i,
    .post-view .mob_view_tour_header .items-price .price-from-txt,
    .mob_post_page_content .la-items .info .time,
    .filter_post_mobile .main-duration .checkbox label,
    .post-view .mob_view_tour_header .la-question,
    .mob_post_page_content .la-items .price .ruble,
    .mob_post_page_content .la-items .info .title .city,
    .mob_post_page_content .la-items .price span.actual .ruble,
    .post-view .mob_view_tour_header .rating,
    .mob_post_page_content .la-items .info .title {
        font-size: 16px;
    }
    .mob_post_page_content .la-items .price span.strike {
        font-size: 14px;
    }
    .mob_post_page_content .la-items .info .price-from-txt,
    .mob_post_page_content .la-items .price span.strike .ruble {
        font-size: 12px;
    }
    .mob_post_page_content .la-items .info .price-from-txt {
        margin-bottom: 2px;
    }
}
@media (max-width: 360px) {
    .mob-carousel {
        padding: 15px 0px 30px;
    }
    .mob_post_page_content {
        padding: 0px 13px;
    }
}
@media (max-width: 330px) {
    .mob-count-my-tour {
        font-size: 12px;
        padding: 4px 2px;
    }
    .mob_post_page .mytour_mobile i.mytour .mob-count-my-tour {
        font-size: 11px;
        padding: 5px 1px;
    }
    #wrapper.wr_bg::before {
        top: 50px;
    }
    .cbp-spmenu {
        top: 50px;
        padding: 35px 0px;
    }
    .menu_close_btn_left {
        top: 16px;
        right: 18px;
    }
    .close_menuLeft_ico::after {
        width: 20px;
        height: 20px;
    }
    .mob_leftmenu_header .navbar-icons li,
    .mob_leftmenu_header .nav li {
        margin-bottom: 27px;
    }
    .mob_post_page #navMobBtn {
        padding: 10px 8px 0px;
    }
    .mob_post_page .mob_header_body.open .close_btn_left {
        padding: 20px 0px 0px;
    }
    .mob_header_body .text-wellcome-mob {
        margin-bottom: 15px;
    }
    #header .mobile-header .form-search {
        margin: 20px 0px 0px;
        padding: 0px 10px 20px;
    }
    .mobile-header .form-search .btn.reset {
        font-size: 14px;
    }
    .mob_post_page .mob_header_body.open {
        top: 50px;
    }
    #navMobBtn {
        padding: 8px 6px 8px 10px;
    }
    #nav-icon2 {
        width: 26px;
        height: 26px;
    }
    .mob_post_page #nav-icon2 {
        width: 26px;
    }
    #showLeft span,
    #showLeft span:before,
    #showLeft span:after {
        height: 2px;
    }
    #showLeft span {
        top: 9px;
    }
    #showLeft span::before {
        top: -9px;
    }
    #showLeft span::after {
        bottom: -9px;
    }
    .logo_mobile img {
        max-width: 100%;
    }
    .mob_post_page .nav_btn,
    .logo_mobile,
    .mytour_mobile {
        margin-top: 5px;
    }
    .mytour_mobile {
        width: 15%;
        padding: 10px 5px 5px 0px;
    }
    .mytour_mobile i.mytour {
        width: 26px;
        height: 26px;
    }
    .mob_post_page .mytour_mobile i.mytour {
        width: 26px;
        height: 26px;
        top: 3px;
        right: 4px;
    }
    /* HOME-PAGE */
    .mob_header_body .header-search h1 {
        font-size: 1.18em;
        margin-top: 10px;
    }
    /*поиск шапка */
    #header .mobile-header .form-search select,
    #header .mobile-header .form-search .select-btn,
    #header .mobile-header .form-search .btn.search {
        height: 44px;
    }
    #header .mobile-header .form-search .btn.search {
        font-size: 24px;
        background-size: 30px auto;
        background-position: 33% 55%;
    }
    #header .mobile-header .form-search .date {
        background-size: 24px auto;
        margin: 10px 0px;
        padding-right: 10px;
        text-align: left;
    }
    #header .mobile-header .form-search select,
    #header .mobile-header .form-search .select-btn {
        font-size: 20px;
    }
    #header .mobile-header select.drop,
    #header .mobile-header .select-btn {
        background-size: 18px auto;
        padding-right: 30px;
    }
    #header .mobile-header .form-search .btn.search {
        margin-top: 10px;
    }
    .tab_filter_mob li.active a i.filter {
        top: 2px;
    }
    .mob_post_page_content .la-items, .post-tours .la-items .collapse.in .blog-img {
        margin-bottom: 20px;
    }
    .mob_post_page_content .la-items .blog-img .image img {
        min-height: 90px;
    }
    .mob_post_page_content .la-items .info .title {
        max-width: 89%;
        min-height: 12vh;
        height: auto;
        margin-bottom: 5px;
    }
    .mob_post_page_content .la-items .price span {
        font-size: 18px;
    }
    .tab_filter_mob li a {
        padding: 12px 4px;
    }
    .filter_post_mobile .panel-group .panel-heading .panel-title {
        font-size: 16px;
    }
    .filter_post_mobile .main-duration .checkbox label,
    .list_sort_by li a {
        font-size: 14px;
    }
    .la-items .title .city {
        margin-right: 5px;
    }
    /*PAGE VIEWS*/
    .image .carousel .glyphicon-chevron-left,
    .image .carousel .glyphicon-chevron-right {
        width: 18px;
        top: 42%;
    }
    .image .carousel .glyphicon-chevron-right {
        background-position: -40px 0px;
    }
    .mobile_view_tour_info .panel-group {
        margin-bottom: 0px;
    }
    .mobile_view_tour_info .panel-title {
        font-size: 18px;
    }
    .mobile_view_tour_info #accordion .panel-body {
        font-size: 14px;
    }
    .mob_view_tour_header .date-from.allowed {
        background-size: 24px;
        background-position: 0px 0px;
    }
    .mob_view_tour_header .important-main {
        background-size: 20px auto;
    }
    .post-view .mob_view_tour_header .title,
    .post-view .mob_view_tour_header .types-tour,
    #header .mobile-header .select-drop .dropdown-menu .checkbox label,
    #header .mobile-header .radio label,
    .post-view .mob_view_tour_header .price span.strike,
    .post-view .mob_view_tour_header .price span.strike .ruble,
    .mob_post_page_content .la-items .price span.actual .ruble {
        font-size: 18px;
    }
    .mob_print_result_search {
        font-size: 17px;
    }
    .mod-tours .blog .la-header .city-title a,
    .tours-form-btn .show-more,
    .la-about-us .module-body,
    .footer-nav .nav li a,
    .my-tour-page .title .city,
    .my-tour-page .mod-tours .la-items .title,
    .my-tour-page .total-main .la-total .btn,
    .total-view button.person,
    .total-view input.date,
    .total-view .total-price-aside .btn.btn-option,
    .total-price-aside label,
    .total-view .open-options .la-collapse li.list-price .ruble,
    .total-view .dropdown .dropdown-menu li label,
    .user_data .user_sex .radio label,
    .user_data label.control-label,
    .tab-profile-content input,
    .necessarily,
    .my-tour-page .la-additional,
    .confirmation,
    .tab-help-content .la-contact,
    .feedback-form label,
    h1.title-help,
    .post-view .la-author .name,
    .post-view .la-items.reviews .author-body .name,
    #sign-in .form-body input,
    .check-in .necessarily,
    .mob_post_page_content .la-items .info .title .city {
        font-size: 16px;
    }
    .mob_view_tour_header .date-from,
    .mob_view_tour_header .way-departure,
    .mob_view_tour_header .pick-up-from,
    .mob_view_tour_header .important-main {
        font-size: 15px;
    }
    .tab_filter_mob li a,
    .mob_post_page_content .la-items .info .time,
    .mob_post_page_content .la-items .info .title {
        font-size: 14px;
    }
}