body {
    padding: 0;
    margin: 0;
}

.no-reg-expert {
    margin-bottom: 40px;
}

.photo-and-video-section__info-text {
    padding: 50px 0;
}


/* Style all Block Expert */

.best-expert-section .result-item-expert {
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    padding: 40px 15px 15px 15px;
}

.best-expert-section .result-item-expert .ava-item {
    height: 224px;
    width: 100%;
    margin-bottom: 10px;
}

.best-expert-section .result-item-expert .ava-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.best-expert-section .result-item-expert a {
    font-size: 14px;
    line-height: 24px;
    color: #00415d;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 0;
}

.best-expert-section .result-item-expert a .name-item {
    margin-bottom: 2px;
}

.best-expert-section .result-item-expert .type-expert {
    font-size: 12px;
    line-height: 24px;
    color: #888888;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.best-expert-section .result-item-expert .reviews-item {
    font-size: 12px;
    line-height: 24px;
    color: #00415d;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.best-expert-section .result-item-expert .rating-item .chart__box {
    width: 100%;
}

.best-expert-section .result-item-expert .rating-item .chart__label-y {
    height: 25px;
    padding: 0 20px 0px 0;
}

.best-expert-section .result-item-expert .rating-item .chart__axis-x {
    padding-left: 0;
}

.chart--top {
    padding-top: 10px;
}

.best-expert-section .result-item-expert .rating-item .chart__container {
    margin-top: 0;
    margin-bottom: 0;
}

.expert-group>div {
    position: relative;
}

.expert-group>div:nth-child(3)::before,
.expert-group>div:nth-child(4)::before,
.expert-group>div:nth-child(5)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 30px;
    width: 80px;
    height: 40px;
}

.expert-group>div:nth-child(3)::before {
    background: #a07fcc;
}

.expert-group>div:nth-child(4)::before {
    background: #efac95;
}

.expert-group>div:nth-child(5)::before {
    background: #9ed795;
}

.expert-group {
    position: relative;
}

.expert-group .line-expert {
    position: absolute;
    width: 100%;
    height: 140px;
    top: 40px;
    left: 0;
    background: #dddddd;
}

.expert-group .line-expert::before {
    content: '';
    height: 140px;
    top: 0;
    left: -100%;
    width: 100%;
    background: #dddddd;
    position: absolute;
}

.expert-group .best-expert-section__title-section {
    position: absolute;
    top: 180px;
    left: -30px;
    height: calc(100% - 180px);
    display: flex;
    align-items: flex-start;
    writing-mode: vertical-rl !important;
    justify-content: center;
    width: 21px;
}

.expert-group .best-expert-section__title-section .line-out {
    background: #000000;
    height: 1px;
    flex-grow: 1;
    width: 1px;
}

.mb30px {
    margin-bottom: 30px;
}

.best-expert-section__title-section h2 {
    writing-mode: vertical-rl !important;
    transform: rotate(180deg) !important;
    white-space: nowrap !important;
    display: flex !important;
    overflow: visible !important;
    font-size: 24px;
    letter-spacing: 5px;
    line-height: 1px;
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin: 15px 0px 15px 0px;
}

.title-right-all-expert {
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 30px 0 30px 30px;
    background: #ffa100;
    margin-top: 40px;
    min-height: 140px;
    position: relative;
}

.title-right-all-expert::before {
    content: '';
    position: absolute;
    background: #ffa100;
    width: 500%;
    right: -500%;
    top: 0;
    height: 100%;
}

.all-right-show-expert a,
.all-right-show-expert a,
.all-right-show-expert a,
.all-right-show-expert a {
    color: #ffffff;
    text-decoration: none;
}

.all-right-show-expert a {
    font-size: 24px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    min-height: 60px;
    background-color: #ffa100;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

@media all and (max-width: 1200px) {
    .best-expert-section .result-item-expert .ava-item {
        height: 175px;
        width: 100%;
    }
    .title-right-all-expert {
        padding: 15px 0 15px 30px;
    }
}

@media all and (max-width: 992px) {
    .best-expert-section .result-item-expert .ava-item {
        height: 125px;
        width: 100%;
    }
    .title-right-all-expert {
        padding: 10px 0 10px 30px;
        font-size: 22px;
        line-height: 30px;
    }
    .best-expert-section .result-item-expert .reviews-item {
        margin-bottom: 0;
    }
}


/* END Style all Block Expert */


/* ------------------------------------------------------------------------------------------------------- */

.popular-themes-section__value>div:nth-child(2) .popular-themes-section__value-block>p {
    background-color: #ffa100;
}

.popular-themes-section__value .popular-themes-section__right-block ul {
    display: flex;
    margin-bottom: 0;
    flex-flow: row wrap;
}

.popular-themes-section__value .popular-themes-section__right-block li {
    margin-right: 15px;
}

.popular-themes-section__value .popular-themes-section__right-block li a {
    font-size: 14px;
    line-height: 30px;
    color: #00415d;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.popular-themes-section__value .title-themes {
    min-width: 250px;
    margin-bottom: 30px;
}

.popular-themes-section__value .title-themes p {
    font-size: 24px;
    line-height: 30px;
    color: #070606;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-align: right;
    padding-right: 15px;
    margin-bottom: 0;
}

.popular-themes-section__value-block p {
    font-size: 36px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-align: center;
    height: 62px;
    box-shadow: 1px 1.732px 1.5px rgba(136, 136, 136, 0.75);
    background-color: #00415d;
    min-width: 133px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

.popular-themes-section {
    padding: 50px 0 30px 0;
}

.popular-themes-section .popular-themes-section__title p {
    font-size: 24px;
    line-height: 36px;
    color: #00415d;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.country-section-bottom__item {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    min-height: 204px;
    display: flex;
    flex-flow: column;
    overflow: hidden;
    margin-bottom: 30px;
}

.country-section-bottom__item>.block-themes-icon {
    border-radius: 0px 0px 50% 50%;
    margin-left: -24%;
    width: 150%;
    background: #0494dd;
    height: 90px;
    padding: 5px 0;
    text-align: center;
}

.country-section-bottom__item>.block-themes-icon img {
    width: 28%;
    height: 100%;
    object-fit: cover;
}

.country-section-bottom__item .item__info-themes-country>a {
    font-size: 18px;
    line-height: 30px;
    color: #191919;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.country-section-bottom__item .params-count li {
    font-size: 14px;
    line-height: 24px;
    color: #00415d;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    text-align: center;
}

.country-section-bottom__item .item__info-themes-country {
    margin: auto 0;
    display: block;
}

@media all and (max-width: 992px) {
    .country-section-bottom__item .item__info-themes-country>a {
        font-size: 15px;
        line-height: 22px;
    }
    .country-section-bottom__item .params-count li {
        font-size: 13px;
        line-height: 22px;
    }
    .popular-themes-section__value .popular-themes-section__right-block li a {
        line-height: 24px;
    }
    .popular-themes-section__value .popular-themes-section__right-block li a p {
        margin-bottom: 0;
    }
}


/* Style Description Section */

.photo-and-video-section>div.container {
    position: relative;
}

.photo-and-video-section__icon-btn__icon {
    width: 3em;
    height: 3em;
    background-color: #ffa100;
    right: 17px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.photo-and-video-section__icon-btn__icon>a>i {
    color: #fff;
    font-size: 1.3em;
}

.breadcrumb-block {
    margin-bottom: 20px;
}

.breadcrumb-block>a {
    font-size: 14px;
    line-height: 24px;
    color: #888888;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.photo-and-video-section__info-text__title-section h2 {
    font-size: 60px;
    line-height: 60px;
    color: #00415d;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px 0 !important;
}

.photo-and-video-section__info-text__title-section>p {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #00415d;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
}

.photo-and-video-section__info-text .photo-and-video-section__info-text__text {
    margin-bottom: 30px;
}

.photo-and-video-section__info-text__text>p {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}


/* Style Description Section */


/* ----------------------------------------------------------------------------------------- */


/* Style Section Popular Themes */


/* END Style Section Popular Themes */


/* ------------------------------------------------------------------------------------------------------- */


/* Style Module Best Offers */


/* END Style Module Best Offers */


/* ------------------------------------------------------------------------------------------------------- */

.img_background_component__top-search-block__input-btn_block__btn-search:hover {
    color: #ffffff;
    text-decoration: none;
}

.img_background_component__top-search-block__input-btn_block__btn-search {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    background-color: #ffa100;
    height: 60px;
    width: 22%;
}

.page-title {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-top: 5em;
}

.page-title>p {
    font-size: 30px;
    letter-spacing: 9px;
    line-height: 30px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.page-title>h1 {
    font-size: 60px;
    letter-spacing: 2px;
    line-height: 66px;
    color: #ffffff;
    font-family: "Yeseva One";
    font-weight: 400;
    text-transform: uppercase;
}

.img_background_component__top-search-block__input-btn_block {
    display: flex;
    justify-content: space-between;
}

.img_background_component__top-search-block {
    background: #00000000;
}

.img_background_component__top-search-block>h3 {
    font-size: 18px;
    letter-spacing: 5px;
    line-height: 24px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.img_background_component__top-search-block__input-btn_block>input {
    background: #ffffff;
    height: 60px;
    border: none;
    width: 77%;
    font-size: 24px;
    line-height: 24px;
    color: #888888;
    font-family: "Open Sans";
    font-weight: 400;
}


/* ////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
////////////////////////best-offers-section///////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////// */

.best-offers-section {
    margin-bottom: 30px;
}

.best-offers-section .col-lg-6.mb30px:nth-child(1) {
    margin-left: auto;
    margin-right: auto;
}

.best-offers-section__title-county {
    min-width: 555px;
    width: auto;
    display: table;
    min-height: 211px;
    background-color: #ffa100;
    padding: 20px 20px 80px 20px;
    margin: 0 auto -60px auto;
}

.best-offers-section__title-county>h2 {
    font-size: 58px;
    line-height: 48px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-align: center;
    margin-top: 0;
}

.best-offers-section__title-county>h3 {
    font-size: 32px;
    line-height: 28px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    margin-top: 5px;
}

.best-offers-section__title-section>h2 {
    font-size: 56px;
    line-height: 54px;
    color: #282828;
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}

.best-offers-section__title-section {
    margin: 80px 0 65px 0;
}

.best-offers-section .container:nth-child(2)>.row {
    justify-content: center;
}

.best-card-extert {
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.25);
    padding: 0;
    display: flex;
    height: 100%;
    background: #fff;
}

.best-card-extert .right-img__card-extert {
    width: 37%;
    min-width: 37%;
}

.best-card-extert .right-img__card-extert img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.best-card-extert .left-info__card-extert {
    display: flex;
    flex-flow: column;
    padding: 40px 20px 10px 15px;
    justify-content: space-between;
}

.best-card-extert .left-info__card-extert .title-card:valid,
.best-card-extert .left-info__card-extert .title-card:visited,
.best-card-extert .left-info__card-extert .title-card:link,
.best-card-extert .left-info__card-extert .title-card:hover {
    text-decoration: none;
}

.best-card-extert .left-info__card-extert .title-card {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 43px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
}

.best-card-extert .left-info__card-extert .price-service>p {
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}

.best-card-extert .left-info__card-extert .price-service>p>span {
    font-size: 14px;
    line-height: 18px;
    color: #888888;
    margin-left: 6px;
}

.best-card-extert .left-info__card-extert .img-expert-ava {
    display: table;
    margin: 0 0 0 -55px !important;
    border: 15px solid #fff;
}

.best-card-extert .left-info__card-extert .img-expert-ava a img {
    width: 160px;
    height: 160px;
    object-fit: cover;
}

.best-card-extert .left-info__card-extert>.info-bottom>a>p.name-expert {
    font-size: 14px;
    line-height: 24px;
    color: #00415d;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    min-height: 48px;
    margin-bottom: 0;
}

.mb30px {
    margin-bottom: 30px;
}

@media all and (max-width: 992px) {
    .best-offers-section .mb30px {
        margin-right: auto;
        margin-left: auto;
    }
}


/* ////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
////////////////////////end best-offers-section///////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////// */


/* /////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////
///////////////////////////////country-section-bottom////////////////////////////
//////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////// */

.item__name-country>h5 {
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
    font-family: "Open Sans";
    font-weight: 700;
}

.params-count {
    padding: 0;
}

.params-count>li {
    list-style-type: none;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-align: center;
}

.country-section-bottom__country>div {
    margin-bottom: 2px;
}

.country-section-bottom__country>div:nth-child(1) {
    padding: 0 2px 0 0 !important;
}

.country-section-bottom__country>div:nth-child(2) {
    padding: 0 2px 0 0 !important;
}

.country-section-bottom__country>div:nth-child(3) {
    padding: 0 2px 0 0 !important;
}

.country-section-bottom__country>div:nth-child(4) {
    padding: 0 !important;
}

.country-section-bottom__country>div:nth-child(5) {
    padding: 0 2px 0 0 !important;
}

.country-section-bottom__country>div:nth-child(6) {
    padding: 0 2px 0 0 !important;
}

.country-section-bottom__country>div:nth-child(7) {
    padding: 0 2px 0 0 !important;
}

.country-section-bottom__country>div:nth-child(8) {
    padding: 0 !important;
}

.country-section-bottom__country>div:nth-child(1)>div {
    background-size: cover;
    height: 24em;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 0 2px 0 0 !important;
}

.country-section-bottom__country>div:nth-child(2)>div {
    background-size: cover;
    height: 24em;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 0 2px 0 0 !important;
}

.country-section-bottom__country>div:nth-child(3)>div {
    background-size: cover;
    height: 24em;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 0 2px 0 0 !important;
}

.country-section-bottom__country>div:nth-child(4)>div {
    background-size: cover;
    height: 24em;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.country-section-bottom__country>div:nth-child(5)>div {
    background-size: cover;
    height: 24em;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 0 2px 0 0 !important;
}

.country-section-bottom__country>div:nth-child(6)>div {
    background-size: cover;
    height: 24em;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 0 2px 0 0 !important;
}

.country-section-bottom__country>div:nth-child(7)>div {
    background-size: cover;
    height: 24em;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 0 2px 0 0 !important;
}

.country-section-bottom__country>div:nth-child(8)>div {
    background-size: cover;
    height: 24em;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}


/* /////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////
///////////////////////////////end country-section-bottom////////////////////////////
//////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////// */


/* Style Listing Expert Page */

.pl-custom {
    padding-right: 90px !important;
}

.card-benefits-expert,
.card-info-expert {
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    padding: 20px;
    height: 100%;
}

.card-benefits-expert .benefits-expert-title {
    margin-top: 18px;
}

.card-benefits-expert .benefits-expert-title h3 {
    font-size: 36px;
    line-height: 18px;
    color: #ffa100;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}

.card-benefits-expert .benefits-expert-title p {
    font-size: 20px;
    line-height: 18px;
    color: #ffa100;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.benefits-block {
    margin-top: 35px;
}

.benefits-block ul {
    padding-left: 30px;
}

.benefits-block li {
    list-style-type: none;
    position: relative;
    font-size: 14px;
    line-height: 30px;
    color: #282828;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.benefits-block li::after {
    content: '\f185';
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: -30px;
    top: 2px;
    color: #282828;
}

.card-info-expert {
    text-align: center;
    display: flex;
    flex-flow: column;
    align-items: center;
    position: relative;
}

.vertical-action-btn-card {
    position: absolute;
    left: -45px;
    top: 0;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: flex-start;
    width: 35px;
    padding: 0 0 10px 0;
}

.vertical-action-btn-card i,
.vertical-action-btn-card a i {
    color: #dadada;
    font-size: 18px;
}

.vertical-action-btn-card a {
    margin-bottom: 13px;
    display: flex;
}

.card-name-expert {
    font-size: 14px;
    line-height: 30px;
    color: #00415d;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-align: center;
}

.card-ava-block {
    width: 216px;
    height: 216px;
    margin-bottom: 20px;
    position: relative;
}

.card-ava-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.com_mcatalogue .card-rating-block .chart__box {
    width: 100%;
}

body.com_mcatalogue .card-rating-block .chart__axis-x {
    padding-left: 0;
}

body.com_mcatalogue .card-rating-block .chart--top {
    padding-top: 10px;
}

body.com_mcatalogue .card-rating-block .chart__container {
    margin-top: 0;
}

.card-value-references {
    font-size: 14px;
    line-height: 24px;
    color: #00415d;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-align: center;
}

.card-about-me {
    font-size: 14px;
    line-height: 24px;
    color: #282828;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-align: left;
}

.video-expert-block {
    height: 440px;
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.25);
    background-color: #000000;
}

.video-expert-block>div {
    width: 100%;
    height: 100%;
    font-size: 0;
}

.video-expert-block>div>a {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    font-size: 0;
}

.video-expert-block>div>a>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* .video-expert-block>div>a>.mejs-overlay-button {
    position: absolute;
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
    left: calc(50% - 25px);
}

.video-expert-block>div>a>.mejs-overlay-button::before {
    position: absolute;
    content: '\f04b';
    font-size: 38px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
} */

.mb15-expert {
    margin-bottom: 15px;
}

.left-title-block {
    height: 85px;
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.left-title-block h3 {
    font-size: 24px;
    line-height: 30px;
    color: #00415d;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.sight-img-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    margin-bottom: 15px;
    padding: 0;
}

.sight-img-group li {
    background: transparent;
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.25);
    height: 150px;
}

.sight-img-group li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sight-img-group li:nth-child(1),
.sight-img-group li:nth-child(5) {
    grid-row: span 2 / auto;
    height: 315px;
}

.cards-tour-group {
    display: flex;
    flex-flow: column;
}

.cards-tour-group>.card-tour {
    display: flex;
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.25);
    border: 1px solid #fff;
    margin-bottom: 15px;
}

.cards-tour-group>.card-tour>.img-card-tour {
    flex-basis: 45%;
    background: #00415d;
    position: relative;
}

.cards-tour-group>.card-tour>.img-card-tour>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.label_img-right {
    position: absolute;
    right: 5px;
    top: 5px;
}

.label_img-right>i {
    margin-right: 5px;
    color: #ffffff;
}

.label_img-left {
    position: absolute;
}

.label_img-left__lenta {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f32836;
    position: absolute;
    left: 5px;
    top: -7px;
    width: max-content;
    height: 30px;
    padding: 0 13px;
}

.label_img-left__lenta::after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -6px;
    top: 0px;
    border-width: 3px 3px;
    border-style: solid;
    border-color: #ce222e #ce222e transparent transparent;
    transform: rotateY(-180deg);
    transform: rotateX(-180deg);
}

.label_img-left__lenta>i {
    color: #ffffff;
    margin-right: 0.5em;
}

.label_img-left__lenta>p {
    margin: 0;
    font-size: 12px;
    line-height: 24px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.cards-tour-group>.card-tour>.info-card-tour {
    flex-basis: 55%;
    padding: 15px 15px 15px 25px;
}

.info-card-tour>h3 {
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 0;
}

.info-card-tour>h3>a:link,
.info-card-tour>h3>a:valid,
.info-card-tour>h3>a:visited,
.info-card-tour>h3>a:hover {
    color: #000000;
    text-decoration: none;
}

.info-card-tour>h3>a {
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}

.price-block {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.price-block>p {
    margin: 0;
    font-size: 24px;
    line-height: 14px;
    color: #00415d;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}

.price-block>p>span {
    font-size: 12px;
    line-height: 14px;
    color: #00415d;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.price-block>p:nth-child(1) {
    margin-right: 15px;
}

.price-block>p:nth-child(2) {
    padding-left: 15px;
    border-left: 1px solid;
}

.complexity-block,
.lan-tour-block {
    display: flex;
    align-items: flex-start;
}

.complexity-label,
.lan-tour-label {
    font-size: 14px;
    line-height: 18px;
    color: #888888;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    width: max-content;
    margin-right: 10px;
}

.complexity-value,
.lan-tour-value {
    font-size: 14px;
    line-height: 18px;
    color: #282828;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.value-person-tour-block {
    display: flex;
}

.value-person-tour-block p {
    font-size: 14px;
    line-height: 18px;
    color: #282828;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-align: center;
}

.value-person-tour-block p>span {
    font-size: 12px;
    line-height: 18px;
    color: #e0dae2;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.value-person-tour-block i {
    font-size: 14px;
    line-height: 22px;
    color: #282828;
    margin: 0 10px;
}

.card-tour__ava-name-expert {
    display: flex;
    align-items: center;
}

.card-tour__ava-name-expert .ava-expert {
    width: 64px;
    height: 64px;
    margin-right: 15px;
}

.card-tour__ava-name-expert .ava-expert>a {
    width: 100%;
    height: 100%;
}

.card-tour__ava-name-expert .ava-expert>a>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.card-tour__ava-name-expert .card-expert-info p {
    font-size: 14px;
    line-height: 18px;
    color: #3f97b5;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin: 0;
    min-height: auto;
}

.btn-views-all {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.row.listing_user_link {
    background: #f5f5f5;
}

.row.listing_user_link .title-block h3 {
    font-size: 60px;
    line-height: 60px;
    color: #282828;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    text-transform: capitalize;
    margin: 80px 0 70px 0;
}

.btn-views-all>a:link,
.btn-views-all>a:valid,
.btn-views-all>a:visited,
.btn-views-all>a:hover {
    color: #ffffff;
    text-decoration: none;
}

.btn-views-all>a {
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    padding: 0 40px;
    height: 60px;
    background-color: #00415d;
}

.breadcrumb-block>nav>.breadcrumb {
    background: none !important;
    padding: 0rem 0rem;
    margin-bottom: 20px;
}

.breadcrumb-block>nav>.breadcrumb>.breadcrumb-item>a {
    font-size: 14px;
    line-height: 24px;
    color: #888888;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-decoration: none;
    border-bottom: 1px solid #888888;
}

.breadcrumb-block>nav>.breadcrumb>.breadcrumb-item:last-child {
    font-size: 14px;
    line-height: 24px;
    color: #888888;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: ">" !important;
}

.title-page {
    font-size: 24px;
    line-height: 30px;
    color: #00415d;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.block-info-tour>.map-block {
    height: 380px;
    background: url('../../../../media/com_mcatalogue/images/img/map-section.jpg') no-repeat center;
    background-size: cover;
    margin-bottom: 15px;
}

.block-info-tour>.map-block>a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.block-info-tour>.map-block>a:link,
.block-info-tour>.map-block>a:valid,
.block-info-tour>.map-block>a:visited,
.block-info-tour>.map-block>a:hover {
    text-decoration: none;
}

.block-info-tour>.map-block>a .btn_map_circle {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 12px solid hsla(198, 100%, 18%, 0.753);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease;
}

.block-info-tour>.map-block>a .btn_map_circle .btn_map_circle__border {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: hsla(198, 100%, 18%, 0.753);
    width: 165px;
    height: 165px;
    border-radius: 50%;
    flex-flow: column;
    transition: all 0.2s ease;
}

.block-info-tour>.map-block>a .btn_map_circle .btn_map_circle__border>span {
    font-size: 22px;
    line-height: 26px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

.block-info-tour>.map-block>a .btn_map_circle .btn_map_circle__border>span:nth-child(2) {
    font-weight: 600;
}

.other-parameters-group-blocks .block-info-tour ul {
    padding: 0;
}

.other-parameters-group-blocks .block-info-tour>p {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.controls-form.provided-user>p {
    font-size: 14px;
    line-height: 24px;
    color: #888888;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.actions-btn-icon {
    display: flex;
    justify-content: flex-end;
    padding-right: 20px;
}

.userReg {
    padding-right: 30px;
}

.actions-btn-icon>.container-icon {
    background: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 30px;
    padding: 3px 25px;
}

.userReg.actions-btn-icon>.container-icon {
    min-width: 248px;
}

.actions-btn-icon>.container-icon>a {
    font-size: 0;
    position: relative;
    width: 20px;
    margin-left: 35px;
    height: 30px;
}

.actions-btn-icon>.container-icon>a:first-child {
    margin-left: 0;
}

.actions-btn-icon>.container-icon .ahrefclaim::before {
    content: "\f0a1";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 2px;
    left: 0;
    color: #888888;
    font-size: 18px;
}

.actions-btn-icon>.container-icon>.ahrefprint::before {
    content: "\f02f";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 2px;
    left: 0;
    color: #888888;
    font-size: 18px;
}

.actions-btn-icon>.container-icon>.ahrefreport::before {
    content: "\f573";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 2px;
    left: 0;
    color: #888888;
    font-size: 18px;
}

.actions-btn-icon>.container-icon>.ahrefshare::before {
    content: "\f1e0";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 2px;
    left: 0;
    color: #888888;
    font-size: 18px;
}

.top-infoBlock-only-tablet {
    display: none;
}

@media all and (min-width: 1200px) {
    .col-lg-5.left-section {
        min-width: 793px !important;
    }
    .card-ava-block {
        width: 216px !important;
        height: 216px !important;
    }
    .card-rating-block {
        width: 216px !important;
    }
}

@media all and (max-width: 1200px) {
    .card-ava-block {
        width: 135px;
        height: 135px;
    }
    .card-rating-block {
        width: 135px;
    }
}

@media all and (min-width: 993px) {
    .card-ava-block {
        width: 135px;
        height: 135px;
    }
    .card-rating-block {
        width: 135px;
    }
    .col-lg-5.left-section {
        min-width: 590px;
        padding-right: 40px !important;
    }
}

@media all and (max-width: 992px) {
    .card-ava-block {
        width: 216px;
        height: 216px;
    }
    .card-rating-block {
        width: 216px;
    }
    .col-lg-5.left-section {
        min-width: auto;
        padding-right: 15px !important;
    }
    .tabs-tablet-block>ul {
        border: 0;
        height: 100%;
        box-shadow: 1px 1.732px 9px rgba(0, 0, 0, 0.25);
        background-color: #ffffff;
        height: 55px;
        margin: 0 -15px 15px -15px;
    }
    .tabs-tablet-block>ul>li>a {
        border: 0 !important;
        font-size: 16px;
        color: #888888;
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .tabs-tablet-block>ul>li.active>a {
        color: #00415d;
    }
    .top-infoBlock-only-tablet {
        display: block;
    }
    .common-listing-container>.container {
        max-width: 100%;
        width: 100%;
    }
    .common-listing-container>.container>.actions-btn-icon {
        padding-right: 0;
    }
}


/* END Style Listing Expert Page */


/* ------------------------------------------------------------------------------------------------ */


/* Style Page Expert Listing Ver.2 */

.left-section-listing {
    padding-top: 50px;
}

.left-section-listing__card-expert {
    text-align: center;
    display: flex;
    flex-flow: column;
    align-items: center;
    position: relative;
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
    padding: 20px;
    height: 100%;
    margin-bottom: 30px;
}

.left-section-listing__card-expert .card-name-expert {
    font-size: 14px;
    line-height: 30px;
    color: #00415d;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-align: center;
}

.listing__card-ava-block {
    width: 216px;
    height: 216px;
    margin-bottom: 20px;
    position: relative;
}

.listing__card-ava-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vertical-action-btn-card {
    position: absolute;
    left: -45px;
    top: 0;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: flex-start;
    width: 35px;
    padding: 0 0 10px 0;
}

.vertical-action-btn-card a {
    margin-bottom: 13px;
    display: flex;
}

.vertical-action-btn-card i,
.vertical-action-btn-card a i {
    color: #dadada;
    font-size: 18px;
}

body.com_mcatalogue .listing__card-rating .chart__box {
    width: 100%;
}

body.com_mcatalogue .listing__card-rating .chart__axis-x {
    padding-left: 0;
}

body.com_mcatalogue .listing__card-rating .chart--top {
    padding-top: 10px;
}

body.com_mcatalogue .listing__card-rating .chart__container {
    margin-top: 0;
}

.listing__card-about-me {
    position: relative;
}

.listing__card-about-me p {
    font-size: 14px;
    line-height: 24px;
    color: #282828;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
}

.listing__card-about-me.read-show-more p {
    -webkit-line-clamp: none;
}

.listing__card-about-me .read_more__param {
    position: absolute;
    bottom: 10px;
    right: -4px;
    color: #00415d;
}

.left-section-listing__video {
    width: 100%;
    height: 250px;
    position: relative;
    margin-bottom: 30px;
}

.left-section-listing__video a {
    width: 100%;
    height: 100%;
    display: flex;
    font-size: 0;
    background: hsla(0, 0%, 0%, 0.357);
    position: relative;
}

.left-section-listing__video a::after {
    position: absolute;
    content: '\f04b';
    font-size: 54px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: calc(50% - 32px);
    left: calc(50% - 22px);
}

.left-section-listing__video a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.favourite {
    padding-left: 63px;
    margin-bottom: 25px;
    margin-top: 0em;
    font-size: 14px;
    line-height: 42px;
    color: #282828;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 32px;
}

.favourite::after {
    content: "\f02e";
    position: absolute;
    left: 0px;
    top: 3px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    background: #ffa100;
    width: 47px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    color: #fff;
    border-radius: 50%;
}

.favourite #fav-count {
    font-weight: 600;
    margin-left: 5px;
}

.favourite #fav-msg {
    float: left;
    margin-left: 1em;
}

.favourite #fav-msg>a:link,
.favourite #fav-msg>a:valid,
.favourite #fav-msg>a:visited,
.favourite #fav-msg>a:hover {
    color: #00415d;
}

.favourite #fav-msg>a {
    font-size: 14px;
    line-height: 42px;
    color: #00415d;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-decoration: underline;
}

.container-right-info .section__block-rating__stars_block {
    margin-bottom: 10px;
}

.price-expert-block {
    display: flex;
    flex-flow: row wrap;
    margin-right: -30px;
}

.price-expert-block>div {
    width: calc(25% - 30px);
    margin-bottom: 30px;
    margin-right: 30px;
}

.price-expert-block>div>p {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    font-size: 24px;
    line-height: 18px;
    color: #00415d;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    height: 125px;
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    padding: 30px 7px 0 7px;
    position: relative;
}

.price-expert-block>div>p::after {
    position: absolute;
    content: '\f51e';
    left: calc(50% - 10px);
    top: 20px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    color: #e0dae2;
}

.price-expert-block>div>p>span {
    font-size: 14px;
    line-height: 24px;
    color: #888888;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.parameters-block li {
    list-style-type: none;
    margin-bottom: 23px;
}

.parameters-block p {
    font-size: 14px;
    line-height: 24px;
    color: #282828;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    position: relative;
}

.parameters-block p>span {
    font-weight: 600;
}

.parameters-block .place {
    font-size: 14px;
    line-height: 24px;
    color: #282828;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 6px;
}

.parameters-block .place::after {
    content: '\f3c5';
    color: #e0dae2;
    font-size: 16px;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: -40px;
}

.parameters-block .data {
    display: flex;
    flex-flow: column;
}

.parameters-block .data span {
    font-size: 14px;
    line-height: 24px;
    color: #282828;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.parameters-block .data span:nth-child(1) {
    margin-bottom: 20px;
    display: block;
}

.parameters-block .data::after {
    content: '\f133';
    color: #e0dae2;
    font-size: 16px;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: -40px;
    top: 44px;
}

.parameters-block .data::before {
    content: '\f6c4';
    color: #e0dae2;
    font-size: 16px;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: -43px;
    top: 0px;
}

.parameters-block .dep-point::after {
    content: '\f5a0';
    color: #e0dae2;
    font-size: 16px;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: -40px;
}

.parameters-block .way-to-travel,
.parameters-block .value-person-tour-block,
.parameters-block .complexity-block {
    position: relative;
}

.parameters-block .way-to-travel::after {
    content: '\f5eb';
    color: #e0dae2;
    font-size: 16px;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: -40px;
}

.parameters-block .language-tour::after {
    content: '\f543';
    color: #e0dae2;
    font-size: 16px;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: -40px;
}

.parameters-block .value-person-tour-block::after {
    content: '\f0c0';
    color: #e0dae2;
    font-size: 16px;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: -40px;
}

.parameters-block .complexity-block::after {
    content: '\f507';
    color: #e0dae2;
    font-size: 16px;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: -40px;
}

.way-to-travel,
.complexity-block {
    display: flex;
}

.way-to-travel>p:nth-child(1) {
    margin-right: 15px;
}

.complexity-block>p:nth-child(1) {
    margin-right: 15px;
}

.way-to-travel .value-way-to-travel {
    margin-bottom: 0;
}

.way-to-travel .value-way-to-travel,
.complexity-block>p:nth-child(2) {
    display: flex;
    flex-flow: row wrap;
}

.way-to-travel .value-way-to-travel>span {
    font-size: 14px;
    min-height: 28px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    padding: 0 10px 0 35px;
    margin-bottom: 5px;
    position: relative;
}

.way-to-travel .value-way-to-travel>span::before {
    position: absolute;
    left: 5px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.link-param {
    display: flex;
    flex-flow: column;
}

.link-param>span {
    font-size: 14px;
    line-height: 24px;
    color: #0033a1;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.other-parameters-group-blocks .block-title {
    font-size: 18px;
    line-height: 30px;
    color: #00415d;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 15px;
}

.other-parameters-group-blocks>.item-info-tour {
    margin-bottom: 5px;
}

.block-info-tour.desc-block {
    margin-bottom: 30px;
    position: relative;
}

.block-info-tour.desc-block p {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
}

.block-info-tour.desc-block.read-show-more p {
    -webkit-line-clamp: none;
}

.block-info-tour.desc-block .read_more__param,
.block-info-tour.desc-block .read_more__param,
.block-info-tour.desc-block .read_more__param,
.block-info-tour.desc-block .read_more__param {
    text-decoration: none;
}

.block-info-tour.desc-block .read_more__param {
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 38px;
    color: #00415d;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    bottom: 0;
}

.block-info-tour.desc-block .read_more__param::after {
    content: '';
    position: absolute;
    right: -118px;
    top: 19px;
    width: 100px;
    height: 1px;
    background: #e0dae2;
}

.block-info-tour.desc-block .read_more__param i {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background-color: #e0dae2;
    margin-right: 15px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1px;
    padding-left: 1px;
    transition: 0.1s ease;
    float: left;
}

.block-info-tour.read-show-more .read_more__param i {
    transform: rotate(180deg);
    transition: 0.1s ease;
}

.other-parameters-group-blocks .item-info-tour .modal-map-link:link,
.other-parameters-group-blocks .item-info-tour .modal-map-link:valid,
.other-parameters-group-blocks .item-info-tour .modal-map-link:visited,
.other-parameters-group-blocks .item-info-tour .modal-map-link:hover {
    text-decoration: none;
}

.other-parameters-group-blocks .item-info-tour .modal-map-link {
    font-size: 14px;
    line-height: 24px;
    color: #00415d;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 15px;
    display: block;
}

.other-parameters-group-blocks .item-info-tour .modal-map-link i {
    margin-right: 20px;
}

.other-parameters-group-blocks .included-block ul li::before {
    content: '\f058';
    position: absolute;
    color: #00af43;
    left: 0px;
    top: 1px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
}

.other-parameters-group-blocks .not-included-block ul li::before {
    content: '\f056';
    position: absolute;
    color: #ff0000;
    left: 0px;
    top: 1px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
}

.other-parameters-group-blocks .block-info-tour ul li {
    font-size: 14px;
    line-height: 30px;
    color: #000000;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    list-style-type: none;
    padding-left: 30px;
    position: relative;
}

.other-parameters-group-blocks .block-info-tour ul li:empty {
    display: none;
}

.other-parameters-group-blocks {
    margin-bottom: 50px;
}

.desc-container {
    margin-bottom: 0;
}

.list-transport>li {
    list-style-type: none;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding-left: 0 !important;
}

.list-transport>li>p {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin: 0 15px 0 0;
}

.list-transport>li>a {
    font-size: 14px;
    line-height: 24px;
    color: #00415d;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-decoration: underline;
}

.list-transport .modal-header .close {
    margin-top: -11px;
}

.list-transport .modal-body .transpot-img {
    margin-right: -15px;
}

.list-transport .transport_modal {
    overflow-y: hidden !important;
}

.list-transport .modal-body .transpot-img img {
    margin-right: 15px;
    margin-bottom: 15px;
}

.list-transport .modal-body .transpot-title {
    font-weight: 700;
}

.list-transport .modal-dialog {
    max-width: 454px;
}

.list-transport .modal-body .transpot-description {
    margin-bottom: 20px;
}

.title-send-req:link,
.title-send-req:valid,
.title-send-req:visited,
.title-send-req:hover {
    text-decoration: none;
    color: #000000;
}

.title-send-req {
    display: flex;
    justify-content: flex-start;
    padding: 0 20px;
    align-items: center;
    height: 61px;
    background-color: #ffa100;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 30px;
    margin-top: 0;
}

.title-send-req i {
    margin-right: 15px;
}

.block-info-tour .controls-form {
    display: flex;
    flex-flow: column;
    margin-bottom: 15px;
}

.block-info-tour .controls-form label {
    font-size: 14px;
    letter-spacing: 4px;
    line-height: 24px;
    color: #888888;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.controls-form.terms-and-conditions {
    display: table;
    margin-bottom: 0;
}

.controls-form.terms-and-conditions>div.icheckbox_minimal-aero {
    float: left;
    margin-right: 20px;
    top: 4px;
}

.block-info-tour .controls-form>textarea {
    min-height: 250px;
    border: 1px solid #ccc !important;
    padding: 10px 15px 15px 15px;
}

.controls-form.terms-and-conditions>input {
    margin-right: 15px;
}

.block-info-tour .controls-form .field-calendar .input-append {
    position: relative;
    width: 210px !important;
}

.block-info-tour .controls-form .field-calendar .input-append>input,
.block-info-tour .controls-form>input[type="number"] {
    display: block !important;
    width: 100% !important;
    height: 34px !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.428571429 !important;
    color: #555555 !important;
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-radius: 0px !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
}

.block-info-tour .controls-form .field-calendar .input-append>button {
    background: none !important;
    border: none;
    box-shadow: none;
    top: 5px;
    right: 10px;
    width: 22px;
    height: 22px;
    position: absolute;
    padding: 0;
}

.block-info-tour .controls-form .field-calendar .input-append>button::before {
    position: absolute;
    content: '\f073';
    top: -4px;
    left: 0;
    color: #ccc;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 22px;
}

.block-info-tour .user-ava-name {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

#contact-form .block-info-tour .toucoins-amount {
    font-size: 14px;
    line-height: 30px;
    color: #282828;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 20px;
}

.block-info-tour .user-ava-name>.img-ava {
    width: 60px;
    height: 60px;
    margin-right: 25px;
}

.block-info-tour .user-ava-name>.img-ava>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.block-info-tour .user-ava-name>p {
    font-size: 14px;
    line-height: 24px;
    color: #888888;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}

.block-info-tour .user-ava-name>p>span {
    color: #282828;
}

.send-req:link,
.send-req:valid,
.send-req:visited,
.send-req:hover {
    text-decoration: none;
    color: #ffffff;
}

.send-req {
    font-size: 24px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    height: 60px;
    background: #00415d;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
    width: max-content;
    margin-bottom: 20px;
    box-shadow: none;
    border: 0;
}

.controls-form textarea {
    margin-bottom: 20px;
}

.images-slider .owl-stage-outer {
    overflow: hidden;
}

.images-slider .owl-stage {
    display: flex;
}

.images-slider .owl-stage img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.images-slider .owl-nav.disabled {
    display: none;
}

.images-slider .owl-dots {
    display: flex;
    justify-content: center;
}

.images-slider {
    padding-bottom: 30px;
}

.images-slider .owl-dots button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #d0d0d0;
    box-shadow: none;
    margin-right: 30px;
    min-width: 12px;
    min-height: 12px;
    border: 0;
    padding: 0;
    margin-top: 25px;
}

.images-slider .owl-dots button.active {
    background: #00add8;
}

.images-slider .title-block {
    font-size: 24px;
    line-height: 32px;
    color: #282828;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    margin: 0 0 30px 0;
}

.block-info-tour .place-list {
    display: flex;
    flex-flow: row wrap;
}

.block-info-tour .place-list>li {
    list-style-type: none;
    width: calc(50% - 30px);
    margin-right: 30px;
    display: flex;
    margin-bottom: 30px;
    padding-right: 15px;
    border: 1px solid #e1e1e1;
    padding-left: 0 !important;
}

.block-info-tour .place-list>li>.place-img {
    width: 100px;
    min-width: 100px;
    height: 100px;
    margin-right: 25px;
}

.block-info-tour .place-list>li>.place-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block-info-tour .place-list>li>a,
.block-info-tour .place-list>li>p {
    font-size: 14px;
    line-height: 24px;
    color: #00415d;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}

.block-info-tour .place-list>li>a,
.block-info-tour .place-list>li>p {
    margin-top: 15px;
}

.my-visited_places .place-img {
    width: 100px;
    min-width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e0dae2;
    margin-right: 25px;
}

.my-visited_places .place-img i {
    font-size: 26px;
    color: #ffffff;
}

.after-slide {
    margin-top: 3px;
    padding-top: 3px;
    display: flex;
    margin-right: -5px;
}

.after-slide .imgslide {
    width: 16.6666%;
    height: 50px;
    background-size: cover !important;
    display: inline-block;
    opacity: 0.5;
    margin-right: 5px;
    cursor: pointer;
}

.after-slide .imgslide+.imgslide {
    margin-left: 1px;
}

.after-slide .imgslide.active {
    opacity: 1;
}


/* END Style Page Expert Listing Ver.2 */


/* --------------------------------------------------------------------------- */


/* Style Page Report */

.pages-report .mb15-expert {
    margin-bottom: 0;
}

.container-info-listing {
    background: #f5f5f5;
}

.pages-report .left-card-block {
    background: #f5f5f5;
    display: flex;
    justify-content: flex-end;
    padding-right: 15px;
}

.pages-report .card-info-expert {
    min-width: 360px;
}

.pages-report .card-info-expert {
    text-align: center;
    display: flex;
    flex-flow: column;
    align-items: center;
    position: relative;
    box-shadow: 0px -4px 9px rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    padding: 30px 20px 20px 20px;
    height: 100%;
}

.title-report {
    font-size: 24px;
    line-height: 36px;
    color: #00415d;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 85px 0 55px 0;
}

.report-group {
    padding: 0 0px 0 0px !important;
}

.report-group .controls {
    margin-bottom: 20px;
}

.report-group .controls input {
    height: 60px;
    background-color: #ffffff;
    border: 2px solid #e1e1e1;
    padding-left: 11px;
    width: 100%;
}

.report-group .selectize-input input {
    height: auto;
}

.report-group .controls input::placeholder,
.report-group .controls textarea::placeholder {
    font-size: 18px;
    /*line-height: 52px;*/
    color: #888888;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.report-group .controls input:-moz-placeholder,
.report-group .controls textarea:-moz-placeholder {
    font-size: 18px;
    /*line-height: 52px;*/
    color: #888888;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.report-group .controls input::-webkit-input-placeholder,
.report-group .controls textarea:-ms-input-placeholder {
    font-size: 18px;
    /*line-height: 52px;*/
    color: #888888;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.report-group .controls textarea {
    border: 2px solid #e1e1e1;
    padding-left: 11px;
    padding-top: 11px;
    width: 100%;
}

.btn-group {
    display: flex !important;
    margin-bottom: 60px !important;
}

.form-btn-mc {
    font-size: 24px;
    line-height: 60px;
    height: 60px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    display: table;
    background-color: #00415d;
    padding: 0 20px;
    margin-right: 15px;
    min-width: 200px;
    border: 0;
}

.form-btn-mc-white {
    font-size: 24px;
    line-height: 60px;
    height: 60px;
    color: #00415d;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    display: table;
    background-color: transparent;
    border: 2px solid #00415d;
    padding: 0 20px;
    min-width: 200px;
}

.back-to-mcatalog-link:link,
.back-to-mcatalog-link:valid,
.back-to-mcatalog-link:visited {
    text-decoration: none;
}

.back-to-mcatalog-link {
    color: #00415d;
    font-size: 14px;
    line-height: 24px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-decoration: none;
    margin: 40px 0 20px 0;
    display: block;
}

.back-to-mcatalog-link>span {
    border-bottom: 1px solid #888888;
    margin-left: 3px;
    font-weight: 400;
}

.container-info-listing .block-title {
    font-size: 14px;
    line-height: 30px;
    color: #00415d;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.container-info-listing .item-info-tour {
    padding-left: 40px;
}

.container-info-listing .block-info-tour>p {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.container-info-listing .block-value-info {
    padding-left: 55px;
}

.container-info-listing .title-page {
    margin-bottom: 20px;
}

.ava-claim-block {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.ava-claim-block img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    margin-right: 35px;
}

.ava-claim-block p {
    font-size: 14px;
    line-height: 24px;
    color: #1d7897;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}


/* END Style Page Report */


/* ------------------------------------------------------------------------------------------------ */


/* Style Popular Place */

.container-popular-place {
    width: 100%;
}

.container-popular-place .group-place {
    display: flex;
    flex-flow: row wrap;
}

.container-popular-place .group-place div {
    width: 33.33333%;
    height: 298px;
    display: flex;
}

.container-popular-place .group-place .place-item-popular:nth-child(2),
.container-popular-place .group-place .place-item-popular:nth-child(7),
.container-popular-place .group-place .place-item-popular:nth-child(9) {
    flex-flow: row-reverse;
}

.container-popular-place .group-place .place-item-popular:nth-child(2) .info-block:after,
.container-popular-place .group-place .place-item-popular:nth-child(2) .info-block:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.container-popular-place .group-place .place-item-popular:nth-child(2) .info-block:after {
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #00415d;
    border-width: 30px;
    margin-top: -30px;
}

.container-popular-place .group-place .place-item-popular:nth-child(2) .info-block:before {
    border-color: rgba(194, 225, 245, 0);
    border-left-color: #00415d;
    border-width: 36px;
    margin-top: -36px;
}

.container-popular-place .group-place .place-item-popular:nth-child(4) .info-block:after,
.container-popular-place .group-place .place-item-popular:nth-child(4) .info-block:before,
.container-popular-place .group-place .place-item-popular:nth-child(6) .info-block:after,
.container-popular-place .group-place .place-item-popular:nth-child(6) .info-block:before,
.container-popular-place .group-place .place-item-popular:nth-child(8) .info-block:after,
.container-popular-place .group-place .place-item-popular:nth-child(8) .info-block:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.container-popular-place .group-place .place-item-popular:nth-child(4) .info-block:after,
.container-popular-place .group-place .place-item-popular:nth-child(6) .info-block:after,
.container-popular-place .group-place .place-item-popular:nth-child(8) .info-block:after {
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #00415d;
    border-width: 30px;
    margin-top: -30px;
}

.container-popular-place .group-place .place-item-popular:nth-child(4) .info-block::before,
.container-popular-place .group-place .place-item-popular:nth-child(6) .info-block::before,
.container-popular-place .group-place .place-item-popular:nth-child(8) .info-block::before {
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #00415d;
    border-width: 36px;
    margin-top: -36px;
}

.container-popular-place .group-place .place-item-popular:nth-child(1) .info-block:after,
.container-popular-place .group-place .place-item-popular:nth-child(1) .info-block:before,
.container-popular-place .group-place .place-item-popular:nth-child(3) .info-block:after,
.container-popular-place .group-place .place-item-popular:nth-child(3) .info-block:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.container-popular-place .group-place .place-item-popular:nth-child(1) .info-block:after,
.container-popular-place .group-place .place-item-popular:nth-child(3) .info-block:after {
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #e0e0e0;
    border-width: 30px;
    margin-top: -30px;
}

.container-popular-place .group-place .place-item-popular:nth-child(1) .info-block::before,
.container-popular-place .group-place .place-item-popular:nth-child(3) .info-block::before {
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #acd6e7#e0e0e0;
    border-width: 36px;
    margin-top: -36px;
}

.container-popular-place .group-place .place-item-popular:nth-child(7) .info-block:after,
.container-popular-place .group-place .place-item-popular:nth-child(7) .info-block:before,
.container-popular-place .group-place .place-item-popular:nth-child(9) .info-block:after,
.container-popular-place .group-place .place-item-popular:nth-child(9) .info-block:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.container-popular-place .group-place .place-item-popular:nth-child(7) .info-block:after,
.container-popular-place .group-place .place-item-popular:nth-child(9) .info-block:after {
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #e0e0e0;
    border-width: 30px;
    margin-top: -30px;
}

.container-popular-place .group-place .place-item-popular:nth-child(7) .info-block:before,
.container-popular-place .group-place .place-item-popular:nth-child(9) .info-block:before {
    border-color: rgba(194, 225, 245, 0);
    border-left-color: #e0e0e0;
    border-width: 36px;
    margin-top: -36px;
}

.container-popular-place .group-place div>div.img-block {
    background: #efac95;
}

.container-popular-place .group-place div>div.img-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container-popular-place .group-place div>div.img-block,
.container-popular-place .group-place div>div.info-block {
    width: 50%;
    height: 100%;
}

.container-popular-place .group-place div>div.info-block {
    display: flex;
    flex-flow: column;
    padding: 20px 5% 20px 10%;
    background: #e0e0e0;
    position: relative;
}

.container-popular-place .group-place .place-item-popular:nth-child(2) .info-block,
.container-popular-place .group-place .place-item-popular:nth-child(4) .info-block,
.container-popular-place .group-place .place-item-popular:nth-child(6) .info-block,
.container-popular-place .group-place .place-item-popular:nth-child(8) .info-block {
    background: #00415d;
}

.container-popular-place .group-place div>div.info-block .name-city {
    font-size: 24px;
    line-height: 24px;
    color: #282828;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.container-popular-place .group-place div:nth-child(2n)>div.info-block .name-city {
    color: #ffffff;
}

.container-popular-place .group-place div:nth-child(2n)>div.info-block .name-place {
    color: #ffa100;
}

.container-popular-place .group-place div:nth-child(2n)>div.info-block .desc-place {
    color: #ffffff;
}

.container-popular-place .group-place div>div.info-block .name-place {
    font-size: 18px;
    line-height: 24px;
    color: #00415d;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 18px;
}

.container-popular-place .group-place div>div.info-block .desc-place {
    font-size: 14px;
    line-height: 24px;
    color: #282828;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.container-popular-place .group-place div:nth-child(2n)>div.info-block .read-more-place {
    color: #ffa100;
    border-top: 1px solid #ffa100;
}

.container-popular-place .group-place div>div.info-block .read-more-place:link,
.container-popular-place .group-place div>div.info-block .read-more-place:valid,
.container-popular-place .group-place div>div.info-block .read-more-place:visited {
    text-decoration: none;
}

.container-popular-place .group-place div>div.info-block .read-more-place {
    font-size: 14px;
    line-height: 30px;
    color: #00415d;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    border-top: 1px solid #00415d;
    display: table;
    position: absolute;
    bottom: 20px;
    left: 20%;
}

.title-center-block {
    background-color: #ffa100;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title-center-block h3 {
    font-size: 60px;
    line-height: 24px;
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

@media all and (max-width: 1600px) {
    .title-center-block h3 {
        font-size: 46px;
    }
}

@media all and (max-width: 1322px) {
    .container-popular-place .group-place div {
        height: 260px;
    }
    .title-center-block h3 {
        font-size: 36px;
    }
    .container-popular-place .group-place div>div.info-block .name-city {
        font-size: 20px;
        line-height: 22px;
    }
    .container-popular-place .group-place div>div.info-block .name-place {
        font-size: 16px;
        line-height: 22px;
    }
}

@media all and (max-width: 1170px) {
    .container-popular-place .group-place div {
        height: 230px;
    }
    .title-center-block h3 {
        font-size: 32px;
    }
    .container-popular-place .group-place div>div.info-block .name-city {
        font-size: 16px;
        line-height: 20px;
    }
    .container-popular-place .group-place div>div.info-block .name-place {
        font-size: 14px;
        line-height: 20px;
    }
}

@media all and (max-width: 992px) {
    .container-popular-place .group-place div {
        height: 200px;
    }
    .title-center-block h3 {
        font-size: 28px;
    }
    .container-popular-place .group-place div>div.info-block .name-city {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .container-popular-place .group-place div>div.info-block .name-place {
        font-size: 12px;
        line-height: 18px;
    }
    .container-popular-place .group-place div>div.info-block .read-more-place {
        font-size: 12px;
        line-height: 24px
    }
}


/* END Style Popular Place */


/* ------------------------------------------------------------------------------------------------ */

section.section-reccom {
    padding: 4em 0;
    background: #f5f5f5;
}

section.section-reccom p.first_review {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
}

section.section-reccom p.first_review>a:link,
section.section-reccom p.first_review>a:valid,
section.section-reccom p.first_review>a:visited,
section.section-reccom p.first_review>a:hover {
    text-decoration: none;
    color: #ffffff;
}

.tell-section {
    margin-bottom: 0 !important;
}

section.section-reccom p.first_review>a {
    font-size: 24px;
    line-height: 60px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    border-radius: 0;
    display: table;
    width: auto;
    padding: 0 20px;
    height: 60px;
    background-color: #00415d;
    border: 0;
    text-align: center;
}

.show-more-details {
    text-align: center;
    font-size: 14px !important;
    line-height: 32px !important;
    color: #00415d !important;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    border-top: 1px solid #00415d;
    cursor: pointer;
}

.show-more-details i {
    margin-left: 10px;
    transition: all .5s ease-in-out;
}

.show-more-details.fj-active i {
    transform: rotate(180deg);
    transition: all .5s ease-in-out;
}

.tabs-tablet-block {
    display: none;
}

@media all and (max-width: 992px) {
    .tabs-tablet-block {
        display: block;
    }
    .sub_images {
        display: none;
    }
    .video-block-expert {
        display: none;
    }
    .listing_user_link {
        display: none !important;
    }
    .tablet-none {
        display: none;
    }
}


/* ----------------------------------------------------------------------------------------- */


/* Style List Listing page */

.cards-tour-group {
    display: flex;
    flex-flow: column;
}

.cards-tour-group>.card-tour {
    display: flex;
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.25);
    border: 1px solid #fff;
    margin-bottom: 30px;
}

.cards-tour-group>.card-tour>.img-card-tour {
    flex-basis: 45%;
    position: relative;
}

.cards-tour-group>.card-tour>.img-card-tour>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.label_img-right {
    position: absolute;
    right: 5px;
    top: 5px;
}

.label_img-right>i {
    margin-right: 5px;
    color: #ffffff;
}

.label_img-left {
    position: absolute;
}

.label_img-left__lenta {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f32836;
    position: absolute;
    left: 5px;
    top: -7px;
    width: max-content;
    height: 30px;
    padding: 0 13px;
}

.label_img-left__lenta::after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -6px;
    top: 0px;
    border-width: 3px 3px;
    border-style: solid;
    border-color: #ce222e #ce222e transparent transparent;
    transform: rotateY(-180deg);
    transform: rotateX(-180deg);
}

.label_img-left__lenta>i {
    color: #ffffff;
    margin-right: 0.5em;
}

.label_img-left__lenta>p {
    margin: 0;
    font-size: 12px;
    line-height: 24px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.cards-tour-group>.card-tour>.info-card-tour {
    flex-basis: 55%;
    padding: 15px 15px 15px 25px;
}

.info-card-tour>h3 {
    margin-top: 0;
    margin-bottom: 15px;
}

.info-card-tour>h3>a {
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}

.price-block {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.price-block>p {
    margin: 0;
    font-size: 24px;
    line-height: 14px;
    color: #00415d;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}

.price-block>p>span {
    font-size: 12px;
    line-height: 14px;
    color: #00415d;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.price-block>p:nth-child(1) {
    margin-right: 15px;
}

.price-block>p:nth-child(2) {
    padding-left: 15px;
    border-left: 1px solid;
}

.complexity-block,
.lan-tour-block {
    display: flex;
    align-items: flex-start;
}

.complexity-label,
.lan-tour-label {
    font-size: 14px;
    line-height: 18px;
    color: #888888;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    width: max-content;
    margin-right: 10px;
}

.complexity-value,
.lan-tour-value {
    font-size: 14px;
    line-height: 18px;
    color: #282828;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.value-person-tour-block {
    display: flex;
}

.value-person-tour-block p {
    font-size: 14px;
    line-height: 18px;
    color: #282828;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0;
}

.value-person-tour-block p>span {
    font-size: 12px;
    line-height: 18px;
    color: #e0dae2;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.value-person-tour-block i {
    font-size: 14px;
    line-height: 22px;
    color: #282828;
    margin: 0 10px;
}

.card-tour__ava-name-expert {
    display: flex;
    align-items: center;
}

.card-tour__ava-name-expert .ava-expert {
    width: 64px;
    height: 64px;
    margin-right: 15px;
}

.card-tour__ava-name-expert .ava-expert>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.card-tour__ava-name-expert .card-expert-info p {
    font-size: 14px;
    line-height: 18px;
    color: #3f97b5;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin: 0;
    min-height: auto;
}

.all-listing-page .back-link {
    margin-top: 30px;
    margin-bottom: 40px;
}

.all-listing-page .back-link>a {
    font-size: 14px;
    line-height: 24px;
    color: #00415d;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.title-all-page>h2 {
    font-size: 24px;
    line-height: 24px;
    color: #00415d;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 50px;
}

.catalog-section__top-line-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #888888;
    padding: 5px 0;
    margin-bottom: 50px;
}

.catalog-section__top-line-links>.catalog-section__top-line-links__block-left {
    display: flex;
    align-items: center;
}

.catalog-section__top-line-links>.catalog-section__top-line-links__block-left>a {
    margin-right: 30px;
}

.catalog-section__top-line-links>.catalog-section__top-line-links__block-left>a:link,
.catalog-section__top-line-links>.catalog-section__top-line-links__block-left>a:valid,
.catalog-section__top-line-links>.catalog-section__top-line-links__block-left>a:visited,
.catalog-section__top-line-links>.catalog-section__top-line-links__block-left>a:hover {
    text-decoration: none;
}

.catalog-section__top-line-links>.catalog-section__top-line-links__block-left>a.sorting-catalog {
    position: relative;
    width: 18px;
    height: 22px;
}

.catalog-section__top-line-links>.catalog-section__top-line-links__block-left>a.catalog-Featured,
.catalog-section__top-line-links>.catalog-section__top-line-links__block-left>a.catalog-Recently {
    font-size: 14px;
    letter-spacing: 4px;
    line-height: 14px;
    color: #888888;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.catalog-section__top-line-links__block-right>span {
    font-size: 14px;
    letter-spacing: 6px;
    line-height: 24px;
    color: #888888;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.catalog-section__top-line-links__block-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.catalog-section__top-line-links__block-right>span.value {
    font-weight: 600;
}

@media all and (max-width: 1200px) {
    .info-card-tour>h3,
    .info-card-tour>h3>a {
        font-size: 18px;
        line-height: 22px;
    }
    .price-block>p {
        font-size: 20px;
    }
    .complexity-label,
    .lan-tour-label {
        font-size: 12px;
    }
    .value-person-tour-block p {
        font-size: 12px;
    }
    .card-tour__ava-name-expert .ava-expert {
        width: 48px;
        height: 48px;
    }
    .card-tour__ava-name-expert .card-expert-info p {
        font-size: 12px;
    }
}


/* ----------------------------------------------------------------------------------------------------- */


/* Style Filter */

.top-back-to-category a {
    font-size: 14px;
    color: #00415d;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

#top-listings .sort-by .sort-by__filter-title span {
    font-size: 14px;
    letter-spacing: 4px;
    line-height: 24px;
    color: #888888;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.container-fiter .filter-section__title {
    font-size: 14px;
    letter-spacing: 4px;
    line-height: 24px;
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.left_filter .sort-by .sort-by__filter-title {
    display: flex;
    border-bottom: 1px solid #888888;
    padding: 10px 0;
    margin-bottom: 30px;
}

.left_filter .sort-by .sort-by__filter-title>span {
    font-size: 14px;
    letter-spacing: 4px;
    line-height: 24px;
    color: #888888;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin: 0;
}

.container-fiter .filter__group-change .filter__group-change__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f8f8f8;
    min-height: 35px;
    padding: 0 10px;
}

.container-fiter .filter__group-change .filter__group-change__title span {
    font-size: 14px;
    color: #272727;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.container-fiter .filter__group-change .filter__group-change__title a:link,
.container-fiter .filter__group-change .filter__group-change__title a:valid,
.container-fiter .filter__group-change .filter__group-change__title a:visited,
.container-fiter .filter__group-change .filter__group-change__title a:hover {
    text-decoration: none;
}

.container-fiter .filter__group-change .filter__group-change__title a>i {
    font-size: 14px;
    color: #888888;
}

.container-fiter .filter__group-change {
    margin-bottom: 10px;
}

.container-fiter .filter__group .filter__group__sorting ul {
    padding: 0;
}

.container-fiter .filter__group .filter__group__sorting ul li a:link,
.container-fiter .filter__group .filter__group__sorting ul li a:valid,
.container-fiter .filter__group .filter__group__sorting ul li a:visited,
.container-fiter .filter__group .filter__group__sorting ul li a:hover {
    text-decoration: none;
}

.container-fiter .filter__group .filter__group__sorting.rating-sort ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px 12px;
}

.container-fiter .filter__group .filter__group__sorting.rating-sort ul li label,
.container-fiter .filter__group-change__title label {
    margin-bottom: 0;
}

.container-fiter .filter__group .filter__group__sorting.rating-sort ul li label>.stars-outer>.stars-inner,
.container-fiter .filter__group-change__title label>.stars-outer>.stars-inner {
    top: 0px;
}

.container-fiter .filter__group .filter__group__sorting.rating-sort ul li label>.stars-outer>.stars-inner::before,
.container-fiter .filter__group-change__title label>.stars-outer>.stars-inner::before {
    font-size: 30px !important;
}

.container-fiter .filter__group .filter__group__sorting.rating-sort ul li:nth-child(3) label>.stars-outer::before,
.container-fiter .filter__group .filter__group__sorting.rating-sort ul li:nth-child(4) label>.stars-outer::before {
    content: "\f006 \f006 \f006 \f006";
}

.container-fiter .filter__group .filter__group__sorting.rating-sort ul li:nth-child(5) label>.stars-outer::before,
.container-fiter .filter__group .filter__group__sorting.rating-sort ul li:nth-child(6) label>.stars-outer::before {
    content: "\f006 \f006 \f006";
}

.container-fiter .filter__group .filter__group__sorting.rating-sort ul li:nth-child(7) label>.stars-outer::before,
.container-fiter .filter__group .filter__group__sorting.rating-sort ul li:nth-child(8) label>.stars-outer::before {
    content: "\f006 \f006";
}

.container-fiter .filter__group .filter__group__sorting.rating-sort ul li:nth-child(9) label>.stars-outer::before,
.container-fiter .filter__group .filter__group__sorting.rating-sort ul li:nth-child(10) label>.stars-outer::before {
    content: "\f006";
}

.container-fiter .filter__group .filter__group__sorting ul li a {
    font-size: 14px;
    line-height: 16px;
    color: #888888;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 12px 5px 12px;
}

.more_open ul li a {
    padding: 5px 0 5px 0 !important;
}

.container-fiter .filter__group .filter__group__sorting ul li a>.value-sort {
    font-size: 14px;
    line-height: 16px;
    color: #282828;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.container-fiter .tags-filter .filter__group .filter__group__sorting ul li a,
.container-fiter .tags-filter .filter__group-change__title>span {
    color: #00415d;
}

.filter-section {
    margin-bottom: 10px;
}

.more_open>a {
    font-size: 12px;
    line-height: 16px;
    color: #888888;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    padding: 5px 12px 5px 0;
    text-decoration: underline;
}

.type-service-sort>li label {
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
}

.type-service-sort>li:nth-child(2) label {
    color: #ffa200;
}

.col-3.left_filter {
    padding-bottom: 30px;
}

.filter__group__sorting .irs--big .irs-handle {
    box-shadow: 0 0 2.5px rgba(0, 0, 0, 0.25);
    background: #00415d;
    border: 1px solid #e1e1e1;
    width: 20px;
    height: 20px;
}

.filter__group__sorting .irs--big .irs-line {
    background: #e0e0e0;
    height: 3px;
    border: none;
    box-shadow: none;
}

.filter__group__sorting .irs--big .irs-from,
.filter__group__sorting .irs--big .irs-to,
.filter__group__sorting .irs--big .irs-single {
    font-size: 12px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    background: none;
}

.filter__group__sorting .irs--big .irs-bar {
    background: #00415d;
    height: 3px;
    border: none;
    box-shadow: none;
}

.type-service-sort>li label>div {
    margin-right: 10px;
}

.more_open .more_open__content {
    display: none;
}

#top-listings h2.contentheading,
.sub_heading>h2.contentheading {
    font-size: 24px;
    line-height: 34px;
    color: #00415d;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    margin: 40px 0;
}

.left_filter {
    display: flex;
    flex-flow: column;
}

#top-listings .sort-by {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    margin-bottom: 0;
}

#top-listings .sort-by .sort-by__filter-title {
    width: 100%;
    border-bottom: 1px solid #888888;
    display: flex;
    height: 30px;
    align-items: center;
    margin-bottom: 6px;
}

#top-listings .filterbox {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    margin-bottom: 40px;
}

#top-listings .filterbox .comMtFilter {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}

.clean-filter:link,
.clean-filter:valid,
.clean-filter:visited,
.clean-filter:hover {
    text-decoration: none;
}

.clean-filter {
    font-size: 24px;
    color: #888888;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    height: 60px;
    display: flex;
    padding: 0 50px;
    justify-content: center;
    align-items: center;
    border: 2px solid #888888;
    background: none;
    margin-top: 40px;
}

.toggleMap:link,
.toggleMap:valid,
.toggleMap:visited,
.toggleMap:hover {
    text-decoration: none;
    outline: none;
}

#top-listings .toggleMap {
    margin-top: 30px;
}

#top-listings .toggleMap,
.sub_btn_map .toggleMap {
    font-size: 24px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    height: 60px;
    background-color: #00415d;
    padding: 0 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 0 !important;
    margin-left: 0 !important;
    margin-right: 0;
}

#listings .pages-links-count {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 30px;
    margin-bottom: 50px;
    background: none;
    border-bottom: 1px solid #888888;
}

#listings>.pages-links-count>.sort-by {
    display: flex;
    align-items: center;
    margin: 0;
    flex-flow: row wrap;
}

#listings>.pages-links-count>.sort-by p:first-child,
#listings>.pages-links-count>.sort-by a:first-child {
    margin: 0 30px 0 0;
}

#listings>.pages-links-count>.sort-by p {
    font-size: 14px;
    letter-spacing: 4px;
    line-height: 14px;
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}

#listings>.pages-links-count>.sort-by a {
    font-size: 14px;
    letter-spacing: 4px;
    line-height: 14px;
    color: #888888;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

#listings .pages-links-count>.xlistings {
    font-size: 14px;
    letter-spacing: 4px;
    line-height: 24px;
    color: #888888;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin: 2px 0 0 10px;
}


/* END Style List Listing page */


/* Style Reviews Module */

.section-reccom {
    padding: 4em 0;
    background: #f5f5f5;
}

.section-reccom__title-section h3 {
    font-size: 24px;
    line-height: 36px;
    color: #00415d;
    font-family: "Open Sans";
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.section-reccom__item {
    padding: 3em 6em 0 6em;
}

.avatar_block {
    background-size: cover !important;
    height: 100px;
    width: 100px;
    min-width: 100px;
    border-radius: 50%;
}

.section-reccom__item__info__name {
    margin-bottom: 5px;
}

.section-reccom__item__info__name>span {
    font-size: 14px;
    line-height: 24px;
    color: #00415d;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.section-reccom__item__info__location {
    margin-bottom: 1em;
}

.section-reccom__item__info__location>span {
    font-size: 18px;
    line-height: 24px;
    color: #282828;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}

.section-reccom__item__info__date {
    width: 9em;
    border-top: 1px solid;
}

.section-reccom__item__info__date>span {
    font-size: 12px;
    line-height: 30px;
    color: #888888;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.section-reccom__item__info__recommend {
    display: flex;
    flex-flow: column;
}

.section-reccom__stars_block {
    margin: 1em 0;
}

.section-reccom__item__info__text>p {
    font-size: 14px;
    line-height: 24px;
    color: #282828;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.section-reccom__item__info__gallery-photo .spotlight-group {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 20px;
}

.section-reccom__item__info__gallery-photo .spotlight-group>a {
    display: flex;
    width: 125px;
    margin-bottom: 3px;
}

.section-reccom__item__info__gallery-photo .spotlight-group>a:not(:last-child) {
    margin-right: 3px;
}

.section-reccom__item__info__report-permalink {
    display: flex;
}

.section-reccom__item__info__report-permalink>div>a {
    font-size: 14px;
    line-height: 24px;
    color: #00415d;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.link-1>a {
    padding-right: 1.5em;
    border-right: 1px solid #00415d;
    margin-right: 1.5em;
}

.btn-seeall {
    width: 262px;
    height: 60px;
    background: none;
    border: 2px solid #282828;
    font-size: 24px;
    line-height: 24px;
    color: #282828;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin-right: 1em;
}

.btn-seeall:hover {
    text-decoration: none;
    color: #282828;
}

.submit-rew:hover {
    text-decoration: none;
    color: #ffffff;
}

.submit-rew {
    width: 262px;
    height: 60px;
    background-color: #00415d;
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.section-reccom__btn-seeall-submit {
    margin-top: 3em;
    display: flex;
    justify-content: center;
}

@media all and (max-width: 992px) {
    .section-reccom__item {
        padding: 3em 0em 0 0em;
    }
}


/* END Style Reviews Module */


/* START errorListing */

.errorListing .title-report sup.featured {
    background-color: #00415d;
    color: #fff;
    padding: 2px 6px;
    border: 0;
    border-radius: 4px;
}

.errorListing .title-report a {
    color: #00415d;
    font-size: 36px;
    line-height: 50px;
}

.errorListing .shadow-block {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 2px 18px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 18px rgba(0, 0, 0, .25);
    padding: 15px;
    margin-bottom: 15px;
}

.errorListing .mw-400-600 {
    min-width: 400px;
    max-width: 600px;
    display: inline-block;
    padding: 25px 50px;
}

.errorListing .shadow-block-text {
    font-weight: 700;
    font-size: 20px;
}

.errorListing .shadow-block-action a {
    display: inline-block;
    font-size: 20px;
    line-height: 50px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    display: table;
    background-color: #00415d;
    padding: 0 20px;
    margin-top: 30px;
    min-width: 200px;
    border: 0;
    width: auto;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}


/* END errorListing */


/* ------------------------------------------------------------------------------------------------ */