@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap');

body {
    font-family: Montserrat;
    cursor: default;
    background: #E5E5E5;
    color: #323232;
    outline: none;
}

header {
    background: url('/images/background.jpg') center top no-repeat;
}

.logo, .logo:hover {
    color: #fff;
    font-weight: 300;
    text-decoration: none;
    padding: 10px 0;
    display: block;
    font-size: 28px;
}

.gray_opacity {
    background: rgba(50, 50, 50, 0.5);
    backdrop-filter: blur(4px);
}

.menu_link:hover {
    color: #fff;

}

.menu_link {
    color: #fff;
    font-weight: 300;
    text-decoration: none;
    margin: 0 50px 0 0;
    padding: 3px 0 0 0;
    display: inline-block;
    font-size: 16px;
}

.text-right {
    text-align: right;
}

.slogan {
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 30px;
    margin: 68px 0 90px 0;
}

.slogan > span {
    font-weight: 600;
    font-size: 42px;
}

.filter_block_1 {
    background: #fff;
    border-radius: 30px;
    padding: 6px 0;
}

.filter_first_item {
    font-size: 14px;
    line-height: 17px;
    color: #5E5E5E;
    cursor: pointer;

    display: flex;
    justify-content: center;
    align-items: center;
}

.vertical_line {
    position: relative;
}

.vertical_line:before {
    display: block;
    right: 0;
    top: 5px;
    width: 1px;
    height: 39px;
    background: #C1C1C1;
    position: absolute;
    content: " ";
}

.filter_block_2 {
    padding: 10px 20px 90px 20px;
}

.filter_block_2_wrapper {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.filter_block_2_item {
    font-size: 14px;
    line-height: 17px;
    padding: 6px 8px 8px 9px;
    cursor: pointer;
    border-radius: 8px;
    transition: all ease 0.6s;
    background: transparent;
}

.datepicker {
    border: none;
    width: 100%;
}

.filter_block_2_item_active, .filter_block_2_item:hover {
    background: #fff;
    color: #FF6F36;
}

.filter_first_go {
    cursor: pointer;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    background: url('/images/arrow.png') center center no-repeat #2690FB;
    transition: all ease 0.6s;
    margin: 0 -5px 0 auto;
    border: none;
}

.filter_first_go:hover {
    opacity: 0.85;
}

h1 {
    font-weight: 500;
    font-size: 32px;
    line-height: 39px;
}

.content {
    padding: 15px 0 0 0;
}

.city_list {
    margin: 30px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #C1C1C1;

}

.city_item {
    color: #323232;
    cursor: pointer;
    position: relative;
    bottom: -2px;
    padding: 0 0 10px 0;
    transition: all ease 0.6s;
    border-bottom: 3px solid transparent;
}

.city_item_active {
    color: #000;
    border-bottom: 3px solid #2690FB;
}

.excursion_list {
    margin: 30px 0 90px 0;

}

.excursion_list:after {
    display: block;
    content: " ";
    clear: both;
}

.excursion_item {
    float: left;
    margin-bottom: 5px;
}

.excursion_item_inside {
    text-decoration: none;
    display: block;
    width: calc(100% - 5px);
    height: 191px;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.excursion_item_price {
    color: #fff;
    background: #F56B34;
    position: absolute;
    font-size: 19px;
    line-height: 23px;
    padding: 7px 13px;
    border-radius: 0 0 10px 0;
    font-weight: 500;
}

.excursion_item_wrapper {
    position: relative;
    padding: 0 10px;
}

.star_line {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    color: #fff;
    font-size: 10px;
    padding: 122px 0 4px 0;
    vertical-align: middle;
}

.star {
    width: 10px;
    height: 10px;
    background: url("/images/star.png");
    margin: 0 7px 0 0;
}

.excursion_item:nth-child(1) .excursion_item_inside {
    height: 387px;
    border-radius: 15px 0 0 15px;
}

.excursion_item:nth-child(1) .excursion_item_price {
    border-radius: 13px 0 14px 0;
    font-size: 24px;
    line-height: 29px;
    padding: 11px 18px;
}

.excursion_item:nth-child(1) .star_line {
    padding-top: 286px;
}

.excursion_item:nth-child(1) .excursion_name {
    font-size: 24px;
    line-height: 29px;
    max-width: 402px;
}

.excursion_item:nth-child(3) .excursion_item_inside {
    border-radius: 0 15px 0 0;
}

.excursion_item:nth-child(5) .excursion_item_inside {
    border-radius: 0 0 15px 0;
}

.excursion_name {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    text-shadow: 0 0 2px #000;
    background: rgba(0, 0, 0, 0.5);
    padding: 3px;
    border-radius: 3px;
}

.how_to_order_name {
    font-weight: 500;
    font-size: 52px;
    line-height: 63px;
    color: #000000;
}

.how_to_order_img {
    border-radius: 11px 0 0 11px;
    width: 100%;
}

.how_to_order_list {
    margin: 44px 0 0 5px;
    border-left: solid 2px #fff;
    padding: 0 0 0 36px;
    max-height: 310px;
}

.how_to_order_item {
    position: relative;
    top: -10px;
    margin: 0 0 85px 0;
}

.how_to_order_item:before {
    display: block;
    content: " ";
    width: 30px;
    height: 30px;
    border-radius: 15px;
    position: absolute;
    left: -52px;
    top: 2px;
    background: #fff;
    border: solid 8px #268FFA;
}

.how_to_order_item_name {
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    color: #000000;
    margin: 0 0 8px 0;
}

.how_to_order_item_desc {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
}

.experience_name {
    font-weight: 500;
    font-size: 52px;
    line-height: 63px;
    color: #000000;
    text-align: center;
    margin: 100px 0 73px 0;
}

.review_item {
    background: #FFFFFF;
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    border-radius: 11px;
}

.review_item_wrapper {
    padding: 0 7px;
}

.review_item_content {
    padding: 20px;
}

.review_item_name {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 8px 0;
}

.star_line_1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    font-size: 16px;
    line-height: 20px;
    color: #BDBDBD;
}

.review_item_excursion {
    font-size: 14px;
    line-height: 17px;
    color: #BDBDBD;
    margin: 11px 0 16px 0;
}

.review_item_desc {
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    /* or 162% */


    color: #000000;

}

.carousel-item {
    background: #E5E5E5;
}

.carousel-item .col-md-6 {
    background: #E5E5E5;
}

.carousel-control-next-icon, .carousel-control-prev-icon {

    background-color: #0060A3;
    width: 4rem;
    height: 4rem;
    border-radius: 2rem;
    padding: 1rem;
    background-size: 76%;
}

.carousel-control-next {
    right: -5rem;
}

.carousel-control-prev {
    left: -5rem;
}

footer {
    margin: 126px 0 0 0;
    border-top: solid 1px #D0D0D0;
    padding: 44px 0 105px;
}

footer a {
    display: block;
    color: #323232;
    text-decoration: none;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 18px 0;
}

.add_excursion, .add_excursion_button {
    background: #FF6F36;
    color: #fff;
    text-align: center;
    cursor: pointer;
    width: 150px;
    padding: 10px 0;
    transition: all ease 0.4s;
    opacity: 0.8;
    border-radius: 7px;
    border: none;
}

.add_excursion:hover, .add_excursion_button:hover {
    opacity: 1;
}

.excursion_individual, .excursion_yaht {
    display: none;
}

.add_new_option_button, .add_new_button {
    font-size: 40px;
    color: #008d00;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 20px;
    font-weight: bold;
}

.nc-field-type-multiselect-options-pay {

}

.add_new_yaht, .add_new_paymenty {
    max-width: 151px;
}

.nc-field-type-multiselect-options-pay br {
    /*display: block;
    margin: -8px 0;
    content: "";*/
}

.show-more {
    position: relative;
    height: 100px;
    overflow: hidden;
}

.show-more:before {
    color: #ff0000;
    font-size: 13px;
    content: "Развернуть";
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
    padding: 18px 5px 10px 5px;
    font-weight: bold;
    right: 0;
    bottom: 0;
    cursor: pointer;
    position: absolute;
    width: 100%;
    text-align: right;
}

.excursion_list_item {
    margin: 0 0 7px 0;
}

.excursion_list_item:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f560";
    display: inline-block;
    color: #268FFA;
    font-weight: 900;
    margin: 0 10px 0 0;
}

.add_new_option_msg, .add_new_option_msg_all {
    font-style: italic;
    color: #ff0000;
    font-size: 13px;
}

.excursion_item_inside_hide {
    display: none;
}

.prompt {
    padding: 6px 6px 6px 60px;
    background: #eee;
    border-radius: 5px;
    margin: 0 0 15px 0;
    font-style: italic;
    position: relative;
}

.prompt:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f059";
    font-size: 40px;
    color: #0373c3;
    font-style: normal;
    position: absolute;
    left: 9px;
    top: 0;
}

.prompt i {
    font-size: 40px;
    color: #f1d103;
    vertical-align: middle;
    margin: 0 15px 0 0;
}

.busstop {
    padding: 10px;
    border-radius: 10px;
    border: dotted 1px #aaa;
    background: #f2fffa;

}

.busstop_item {
    padding: 5px;
    border-radius: 5px;
    border: solid 1px #eee;
    background: #fff;
    margin: 0 0 5px 0;
    color: #000;
    position: relative;
}

.stop_time {
    position: absolute;
    right: 5px;
    top: 3px;
}

.stop_time input {
    border: solid 1px #ccc;
    border-radius: 5px;
    width: 39px;
    text-align: center;
    margin: 0 0 0 7px;
    padding: 0 0 0 1px;
}

.leader {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    padding: 0 0 14px 0;
    margin: 0 0 14px 0;
    border-bottom: 1px solid #D3D3D3;
}

.excursion_type {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin: 0 0 40px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.excursion_type_item {
    margin: 0 20px 10px 0;
}

.excursion_type_item i {
    margin: 0 7px 0 0;
}

.excursion_content_about img {
    width: 100% !important;
    height: auto !important;
}

.excursion_info {
    background: #FFFFFF;
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    border-radius: 11px;
}

.excursion_info_wrapper {
    padding: 20px;
}

.price_item {
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    /* identical to box height */
    vertical-align: middle;
    margin: 0 0 10px 0;
    color: #000000;
}

.price_item span {
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    vertical-align: middle;
    font-weight: normal;
    color: #595959;
}

.book {
    background: #FE6F36;
    border-radius: 11px;
    text-align: center;
    color: #fff;
    padding: 13px 0;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    margin: 15px 0 0 0;
}

.price_item i {
    font-size: 16px;
    font-weight: normal;
    vertical-align: middle;
}

.stop_hourse_dot:after {
    content: ":";
    position: absolute;
    right: 41px;
    top: 2px;
}

#sortable1 .stop_time {
    display: none;
}

#sortable2 .stop_time {
    display: block;
}

.add_excursion_data {

    display: none;
    padding: 20px 0;
}

.add_excursion_data_preloader {
    text-align: center;
}

.form_add_wrapper {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
}

.white_wrapper {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
}

.input_name {
    font-weight: 600;
}

.m_input {
    display: inline-block;
    margin: 0 5px 20px 0;
    border-radius: 5px;
    border: solid 1px #777;
    padding: 7px;

}

.week {
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    font-size: 13px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: dashed 1px #ccc;
}

.week_day {
    background: #eee;
    color: #999999;
    text-align: center;
    width: 31px;
    border-radius: 20px;
    padding: 5px 0;
}

.active_day {
    background: #268FFA;
    color: #fff;
}

.list_item {
    margin: 5px 0 0 0;
}

.book_calc_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
    padding: 0 0 7px 0;
    border-bottom: dashed 1px #ccc;
}

.book_calc_type {
    width: 69%;
    vertical-align: middle;
    font-size: 11px;
}

.book_calc_type .fa-circle-question {
    font-weight: 400;
    margin: 0 0 0 3px;
    font-size: 13px;
    cursor: pointer;
}

.book_calc_type span {
    font-weight: bold;
    font-size: 16px;
}

.excursion_faq i {
    margin: 0 10px 0 7px;
}

.prompt_block {
    display: none;
}

.excursion_faq_list {
    margin: 0 0 30px 0;
}

.excursion_faq_text {
    padding: 10px 0 0 37px;
    font-weight: normal;
}

.excursion_faq_list_unactive {
    cursor: pointer;
    position: relative;
}

.excursion_faq_list_unactive:before {
    content: "\f055";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    color: #268FFA;
    position: absolute;
    right: 5px;
    top: 0px;
    font-size: 26px;
}

.excursion_faq_text {
    display: none;
}

.excursion_faq {
    margin: 0 0 15px 0;
    padding: 7px 10px;
    background: #fff;
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    border-radius: 11px;
    font-weight: bold;
}

.button_i {
    width: 13px;
    background: transparent;
    border: none;
}

.book_calc_input {
    width: 35px;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    line-height: 16px;
    margin: 0 3px 3px;
    border: none;
}

.book_calc_item {
    margin: 0 0 10px 0;
}

.result_price {
    font-weight: 500;
    font-size: 18px;
    display: none;
}

.book_calc i {
    cursor: pointer;
    font-size: 17px;
}

.calc_minus {
    color: #b80101;
}

.calc_plus {
    color: #008c06;
}

.m_input_block {
    display: block;
    width: calc(100% - 14px);
}

.m_input_time {
    max-width: 60px;
}

select.m_input_block {
    padding: 8px 7px 9px 7px;
}

.big_select {
    height: 135px;
}

.edit_line {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: solid 1px #fff;
}

.edit-link {
    cursor: pointer;
    color: #003eff;
    border-bottom: dashed 1px #003eff;
    display: inline-block;
}

.excursion_card_inside {

    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 7px #888;
}

.excursion_card_wrapper {
    padding: 0 10px 10px 10px;
}

.excursion_card_img {
    height: 210px;
    background-size: cover;
    background-position: center center;
    position: relative;
    border-radius: 3px;
}

.excursion_card_price {
    color: #fff;
    background: #F56B34;
    position: absolute;
    font-size: 14px;
    line-height: 14px;
    left: 0;
    top: 0;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 3px 0 10px 0;
}

.excursion_card_name {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    line-height: 16px;

    left: 0;
    bottom: 0;
    width: 100%;
    height: 55px;
    padding: 7px 3px 3px 3px;
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 1));
    text-shadow: 1px 1px 3px #fff, -1px -1px 3px #fff;
}

.excursion_card_icon {
    color: #268FFA;
    background: #fff;
    position: absolute;
    right: -4px;
    top: -4px;
    text-align: center;
    padding: 7px 0;
    font-size: 12px;
    border-radius: 20px;
    width: 26px;
    box-shadow: 0 0 6px #999;
}
.excursion_card {
    position: relative;
}
.stop_booking {
    position: absolute;
    z-index: 50;
    color: #ff0000;
    font-weight: bold;
    padding: 10px;
    border: solid 5px #ff0000;
    transform: rotate(-17deg);
    left: 0;
    bottom: -230px;
    top: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 255px;
    height: 80px;
    background: rgba(255, 255, 255, 0.8);
}
.excursion_card .week {
    margin: 5px 0 0 0;
    padding: 0 0 5px 0;
}

.excursion_card .week .week_day {
    width: auto;
    border-radius: 0;
    padding: 0px 4px;

}

.day {
    display: none;
}

td.day {
    display: table-cell;
}

.excursion_info_fixed {
    position: fixed;

    top: 10px;
    z-index: 500;

}

.excursion_card .star_line {

    justify-content: left;
    color: #ffd800;
    font-size: 12px;
    padding: 188px 7px 7px 7px;
    text-shadow: 1px 1px 11px #fff, -1px -1px 7px #fff;
}

.excursion_card .star_line i {
    margin: 0 2px;
}

.excursion_card_text {
    font-size: 10px;
    line-height: 12px;
    color: #000;
    height: 60px;
    overflow: hidden;
    position: relative;
    font-family: Tahoma;
}

.ui-sortable-helper {
    background: #fff;
    box-shadow: 0 0 15px #555;
}

.excursion_card_text:after {
    content: " ";
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    left: 0;
    bottom: 0;
}

.excursion_card_link {
    background: rgba(38, 143, 250, 1);
    color: #fff;
    text-decoration: none;
    margin: 5px 0;
    display: block;
    transition: all ease 0.6s;
    text-align: center;
    padding: 7px 0;
}

.excursion_card_link:hover {
    color: #fff;
    background: rgb(38, 98, 250);
}

.excursion_card_order {
    background: rgba(16, 115, 0, 0.6);
    color: #fff;
    text-decoration: none;
    margin: 5px 0;
    display: block;
    transition: all ease 0.6s;
    text-align: center;
    padding: 7px 0;
    cursor: pointer;
}

.excursion_card_order:hover {
    color: #fff;
    background: rgba(16, 115, 0, 1);
}

.filter {
    background: #f3f0d1;
    border-radius: 10px;
    box-shadow: 0 0 15px #999;
    padding: 15px 28px 5px;
    transition: all ease 0.6s;
    opacity: 1;
}

.filter:focus-visible, .filter:hover, .filter:active {
    opacity: 1;
}

.filter .input_name {
    color: #424242;
    font-weight: 400;
}

.filter .m_input {
    border: solid 1px #9f9f9f;
    font-size: 13px;
}

.excursion_template {
    font-size: 15px;
    margin: 10px 0 10px 0;
    color: #000;
    font-weight: 500;
}

.excursion_template_unit {
    margin: 4px 0;
}

.excursion_template_unit i {
    font-size: 14px;
    color: #7099c3;
    margin: 0 10px 0 0;
}
a[type=button] {
    -webkit-appearance: none;
}
@media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }

    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

.lang {

    display: inline-block;
    position: absolute;
}

.active_block_lang {
    position: relative;
    color: #fff;
    cursor: pointer;
}

.unactive_block_lang {
    right: -7px;
    top: -8px;
    background: #fff;
    padding: 1px 7px;
    display: none;
    position: absolute;
    width: 75px;
}

.lang_item {
    display: block;
    cursor: pointer;
}

.lang_item_active {

}

.lang_item span {
    display: inline-block;
    margin: 0 5px 0 0;
}

.lang_item img {
    border-radius: 15px;
    box-shadow: 0 0 7px #777;
}

.unactive_block_lang .lang_item {
    margin: 7px 0 12px;
}
.excursion_info_more {
    display: none;
}
.gray_scale {
    filter: grayscale(0.8);
    opacity: 0.8;
}
/* medium and up screens */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

@media (min-width: 1920px) {
    .excursion_info_fixed {

    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
    transform: translateX(0);
}
.order {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1000;
}
.order_wrapper {
    padding: 30px 30px;

}
.order_close {
    cursor: pointer;
    position: fixed;
    right: 7px;
    top: 7px;
    background: #fff;
    padding: 1px 7px;
    border: solid 2px #323232;
    border-radius: 20px;

}
.order_close:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f00d";
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    display: block;

}
.order_h1 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.order_close:hover {
    animation: 10s ease-in-out 0s normal none infinite running close-hover;

}
.order_h2 {
    font-weight: bold;
    margin: 35px 0 20px 0;
}
.order_h2 span {

    color: #268FFA;
    margin: 0 15px 0 0;
}
.list_date {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_date_item {
    font-size: 10px;
    display: inline-block;
    padding: 2px 3px;
    margin: 6px 0 7px 0;
    border: solid 1px #268FFA;
    border-radius: 15px;
}
.list_date_item_delete {
    color: #c20000;
    font-weight: bold;
    margin: 0 5px;
}
.order_forward {
    cursor: pointer;
    background: #268FFA;
    color: #fff;
    margin: 5px 0 0 0;
    padding: 7px 15px;
    text-align: center;
    max-width: 110px;
}
.hidden {
    display: none;
}
.string_stop {
    padding: 5px 0;
    transition: all ease 0.6s;
}
.string_stop:nth-child(even) {
    background: #eee;
}
.string_stop:hover, .string_stop_active {
    background: #268FFA !important;
    color: #fff;
}
.string_stop_active i:before {
    content: "\f058" !important;
}
#map {
    width: 100%;
    height: 405px;
}
.order_num_1 {
    order: 1;
}
.order_num_2 {
    order: 2;
}
.order_num_3 {
    order: 3;
}
.order_num_4 {
    order: 4;
}
.order_num_5 {
    order: 5;
}
.order_num_6 {
    order: 6;
}
.order {
    overflow-y: auto;
}
/* W3C standard
   сейчас только для Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #268FFA transparent;
}

/* для Chrome/Edge/Safari */
*::-webkit-scrollbar {
    height: 8px;
    width: 4px;
}
*::-webkit-scrollbar-track {
    background: transparent;
}
*::-webkit-scrollbar-thumb {
    background-color: #268FFA;
    border-radius: 5px;
    border: 0 solid transparent;
}

@keyframes close-hover {

    0% {
        transform: rotate(0deg) scale(1);
    }

    15% {
        transform: rotate(720deg) scale(1);
    }
    100% {
        transform: rotate(720deg) scale(1);
    }
}

@media (min-width: 1450px) {
    .excursion_name {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 768px) {
    .excursion_faq i {
        margin: 0 3px 0 0px;
    }
    .excursion_faq {
        letter-spacing: -0.5px;
    }
    .order {
        overflow-y: auto;
    }
    .order_wrapper {
        padding: 10px;
        display: flex;
        flex-wrap: wrap;
        overflow-x: hidden;
    }
    .order_num_1 {
        order: 1;
    }
    .order_num_2 {
        order: 2;
    }
    .order_num_3 {
        order: 5;
    }
    .order_num_4 {
        order: 4;
    }
    .order_num_5 {
        order: 3;
    }
    .order_num_6 {
        order: 6;
    }
    .excursion_info_more {
        display: block;
        background: #eee;
        padding: 10px 15px;
        border-radius: 5px 5px 0 0;
        position: absolute;
        right: 10px;
        top: -40px;
        box-shadow: 0 0 5px #555;
        z-index: 4;
    }
    .excursion_info_more_unactive {
        background: #e57519;
        color: #fff;

    }
    .excursion_info_more_unactive {
        animation: glowing 5s infinite;
    }
    .excursion_info_more_unactive i {
        animation: 5s ease-in-out 0s normal none infinite running pzv-inner-animation;
        margin: 0 10px 0 0;
    }
    @keyframes pzv-inner-animation {

        0% {
            transform: rotate(0deg) scale(1);
            color: #fff;
        }
        50% {
            transform: rotate(0deg) scale(1);
            color: #fff;
        }
        54% {
            transform: rotate(-25deg) scale(2.9);
            color: #008c06;
        }
        58% {
            transform: rotate(25deg) scale(2.9);
            color: #008c06;
        }
        62% {
            transform: rotate(-25deg) scale(2.9);
            color: #008c06;
        }
        66% {
            transform: rotate(25deg) scale(1);
            color: #008c06;
        }
        70% {
            transform: rotate(0deg) scale(1);
            color: #fff;
        }
        100% {
            transform: rotate(0deg);
            color: #fff;
        }

    }
    .excursion_info_wrapper {
        position: relative;
        z-index: 50;
        background: #eee;
    }
    .excursion_info {
        box-shadow: 0 0 10px #555;
        position: fixed;
        z-index: 100;
        min-height: 240px;
        bottom: -271px;
        right: 0;
        width: 100%;
        border-radius: 0;
        transition: all ease 0.6s;
        background: #eee;
    }
    .excursion_info_active {
        bottom: 0;
    }
    @keyframes glowing {
        0% { background-color: #e57519; box-shadow: 0 0 3px #555; }
        10% { background-color: #e57519; box-shadow: 0 0 10px #555; }
        20% { background-color: #e57519; box-shadow: 0 0 3px #555; }
        100% { background-color: #e57519; box-shadow: 0 0 3px #555; }
    }
    @keyframes rotation {

    }
    .excursion_info_more_unactive .excursion_info_more_name_active {
        display: none;
    }
    .excursion_info_more_active .excursion_info_more_name_unactive {
        display: none;
    }
    menu {
        display: none;
        position: relative;
    }
    .slogan {
        font-size: 16px;
        line-height: 24px;
        margin: 20px 0 20px 0;
    }
    .slogan>span {
        font-weight: 600;
        font-size: 20px;
    }
    .filter_block_1 {
        display: none;
    }
    .filter_block_2 {
        padding: 10px 0 30px 0;
    }
    .filter_block_2_item{
        width: 50%;
        text-align: center;
    }
    h1 {
        font-weight: 500;
        font-size: 22px;
        line-height: 29px;
    }
    .excursion_item:nth-child(1) .excursion_item_inside {
        border-radius: 0;
    }
    .excursion_list {
        margin: 10px 0;
    }
}