body {
    padding: 0;
    margin: 0;
}


/* ------- Risk Module ------- */

.risk-section {
    filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.15));
    border: 0 !important;
    margin-bottom: 0 !important;
}

.risk-section>.panel-heading {
    padding: 0;
    border: 0;
}

.risk-section>.panel-heading .risk_level {
    display: flex;
}

.left-icon-risk {
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 5px;
}

.left-icon-risk>i {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.left-icon-risk>i::before {
    transform: translateY(50px) scaleY(-1);
    position: absolute;
    left: 8px;
    transition: all 0.3s linear;
}

.left-icon-risk>i.panel-collapsed::before {
    transform: translateY(0px);
    transition: all 0.3s linear;
}

.right-info-risk {
    padding: 7px 15px 7px 15px;
}

.right-info-risk>h3 {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #888888;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    margin-top: 0;
}

.right-info-risk>p {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}

.qus-icon-block {
    width: 25px;
    background: #fafafa;
    display: flex;
    justify-content: center;
}

.qus-icon-block>.po-markup {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 21px;
    height: 21px;
}

.qus-icon-block>.po-markup .po-link {
    color: #fff;
}

.risk-section>.panel-body {
    padding-top: 0;
    padding-bottom: 0;
}

.risk-section .box-body>.row>div {
    padding-top: 10px;
}

.risk-section .box-body>.row>div.col-3>span,
.risk-section .box-body>.row>div.col-8>span {
    font-size: 14px;
    letter-spacing: 0px;
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}


/* ------ END Risk Module ------- */

.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;
}

.photo-and-video-section__info-text {
    padding: 50px 0;
}

.photo-and-video-section__info-text nav>.breadcrumb {
    background: none !important;
    padding: 0rem 0rem;
    margin-bottom: 2.9rem;
}

.photo-and-video-section__info-text 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;
}

.photo-and-video-section__info-text 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;
}


/* Style Description Section */

.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 */


/* ----------------------------------------------------------------------------------------- */

.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;
}


/* ///////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
///////////////////////  view-country-section///////////////
///////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////// */

.view-country-section__name-country>h2 {
    font-size: 60px;
    line-height: 66px;
    color: #00415d;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.view-country-section__param-country>ul>li {
    list-style-type: none;
}

.view-country-section__param-country>ul>li {
    list-style-type: none;
    margin-bottom: 7px;
}

.view-country-section__param-country>ul>li>a:hover {
    color: #00415d;
    text-decoration: none;
}

.view-country-section__param-country>ul {
    margin: 1em 0;
}

.view-country-section__param-country>ul>li>a {
    font-size: 22px;
    line-height: 24px;
    color: #00415d;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    border-bottom: 1px solid #00415d;
}

.view-country-section__text-country>p {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #282828;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.view-country-section__view-all>p:nth-child(1) {
    font-size: 24px;
    line-height: 26px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.view-country-section__view-all>p:nth-child(2) {
    font-size: 40px;
    line-height: 38px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.view-country-section__arrow {
    margin: 2em 0;
}

.view-country-section__arrow>i {
    color: #ffffff;
    font-size: 24px;
}

.africa-block__right-block {
    background: #00e69b;
}

.europe-block__right-block {
    background: #8300e7;
}

.asia-block__right-block {
    background: #ffd300;
}

.north-america-block__right-block {
    background: #ff2800;
}

.south-america-block__right-block {
    background: #00a1e0;
}

.australia-and-oceania-block__right-block {
    background: #d60037;
}

.africa-block__right-block>a,
.europe-block__right-block>a,
.asia-block__right-block>a,
.north-america-block__right-block>a,
.south-america-block__right-block>a,
.australia-and-oceania-block__right-block>a {
    height: 100%;
    width: 100%;
}

.africa-block__right-block,
.asia-block__right-block,
.north-america-block__right-block,
.europe-block__right-block,
.south-america-block__right-block,
.australia-and-oceania-block__right-block {
    height: 16em;
}

.africa-block__right-block>a:hover,
.asia-block__right-block>a:hover,
.europe-block__right-block>a:hover,
.north-america-block__right-block>a:hover,
.south-america-block__right-block>a:hover,
.australia-and-oceania-block__right-block>a:hover {
    text-decoration: none;
}

.row.africa-block>.col-9>div,
.row.europe-block>.col-9>div,
.row.asia-block>.col-9>div,
.row.north-america-block>.col-9>div,
.row.south-america-block>.col-9>div,
.row.australia-and-oceania-block>.col-9>div {
    margin-right: 60px;
}


/* ///////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
///////////////////////end  view-country-section///////////////
///////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////// */


/* ///////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
///////////////////////  tell section///////////////
///////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////// */

.add-section {
    background: #00415d;
    padding: 3em 0;
}

.add-section__title-section {
    font-size: 42px;
    letter-spacing: 1px;
    line-height: 60px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: right;
    margin: 0;
}

.add-section__text {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-align: right;
}

.add-section__btn:hover {
    text-decoration: none;
    color: #ffffff;
}

.add-section__btn {
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    background-color: #ffa100;
    width: 10em;
    height: 2.1em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 1em;
}


/* /////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////
///////////////////////////////end tell section////////////////////////////
//////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////// */


/* /////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////
///////////////////////////////map section////////////////////////////
//////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////// */

.map-section {
    height: 35em;
    background: url("../img/map-2.png") no-repeat center;
    background-size: cover;
}


/* /////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////
///////////////////////////////end map section////////////////////////////
//////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////// */


/* /////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////
///////////////////////////////most-popular-count////////////////////////////
//////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////// */

.most-popular-count-section__title-section>h2 {
    font-size: 60px;
    line-height: 54px;
    color: #282828;
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}

.most-popular-count-section__title-section {
    margin: 5em 0;
}

.most-popular-count-section__title-section>p {
    font-size: 14px;
    line-height: 36px;
    color: #888888;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-top: 4em;
}

.most-popular-count-section__block-photo>div>div:nth-child(1)>.block-photo__country {
    background: url("../img/roma.png") no-repeat center;
    background-size: cover;
}

.most-popular-count-section__block-photo>div>div:nth-child(2)>.block-photo__country {
    background: url("../img/pisa.png") no-repeat center;
    background-size: cover;
}

.most-popular-count-section__block-photo>div>div:nth-child(3)>.block-photo__country {
    background: url("../img/venice.png") no-repeat center;
    background-size: cover;
}

.most-popular-count-section__block-photo>div>div:nth-child(4)>.block-photo__country {
    background: url("../img/italy.png") no-repeat center;
    background-size: cover;
}

.most-popular-count-section__block-photo.two-block>div>div:nth-child(1)>.block-photo__country {
    background: url("../img/paris.png") no-repeat center;
    background-size: cover;
}

.most-popular-count-section__block-photo.two-block>div>div:nth-child(2)>.block-photo__country {
    background: url("../img/nice.png") no-repeat center;
    background-size: cover;
}

.most-popular-count-section__block-photo.two-block>div>div:nth-child(3)>.block-photo__country {
    background: url("../img/versalles.png") no-repeat center;
    background-size: cover;
}

.most-popular-count-section__block-photo.two-block>div>div:nth-child(4)>.block-photo__country {
    background: url("../img/france.png") no-repeat center;
    background-size: cover;
}

.block-photo__country>p:nth-child(1) {
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    margin: 0;
}

.block-info__best-tour.two-block {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
}

.block-info__best-tour.two-block>ul,
.block-info__view-all-btn.two-block {
    text-align: right;
}

.block-info__name-place.two-block>h3,
.block-info__text.two-block>p {
    text-align: right;
}

.block-photo__country>p:nth-child(2) {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin: 0;
}

.block-photo__country>p:nth-child(2)>span {
    font-size: 18px;
    line-height: 24px;
    color: #ffa100;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.block-photo__country {
    width: 100%;
    height: 13em;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
}

.block-info__name-place>h3 {
    font-size: 24px;
    line-height: 24px;
    color: #282828;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.block-info__text>p {
    font-size: 14px;
    line-height: 30px;
    color: #888888;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.block-info__best-tour>h5 {
    font-size: 14px;
    line-height: 30px;
    color: #282828;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}

.block-info__best-tour>ul {
    padding: 0;
    display: flex;
    flex-flow: column wrap;
    height: 12em;
    width: 26em;
}

.block-info__best-tour>ul>li {
    list-style-type: none;
    margin-bottom: 1em;
}

.block-info__best-tour>ul>li>a:hover {
    color: #888888;
    text-decoration: none;
}

.block-info__best-tour>ul>li>a {
    font-size: 14px;
    line-height: 24px;
    color: #888888;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    border-bottom: 1px solid #888888;
}

.block-info__view-all-btn>a>i {
    font-size: 18px;
    color: #cbcbcb;
}

.block-info__view-all-btn>a:hover {
    color: #cbcbcb;
    text-decoration: none;
}

.most-popular-count-section__block-info {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.block-info__view-all-btn {
    margin-bottom: 25px;
}

.block-info__view-all-btn>a {
    font-size: 18px;
    letter-spacing: 5px;
    line-height: 24px;
    color: #cbcbcb;
    font-family: "Open Sans";
    font-weight: 400;
    border-bottom: 2px solid #cbcbcb;
}


/* /////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////
///////////////////////////////end most-popular-count////////////////////////////
//////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////// */


/* /////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////
///////////////////////////////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////////////////////////////
//////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////// */

.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 Module Best Offers */

.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 Style Module Best Offers */


/* ----------------------------------------------------------------------------------------- */


/* Style Accordion City */

.section-reccom-for-a-day-trip {
    background: #f5f5f5;
    padding: 30px 0 30px 0;
    position: relative;
}

.section-reccom-for-a-day-trip__item-block {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-flow: column;
}

.section-reccom-for-a-day-trip__item-block-bottom {
    position: relative;
}

.section-reccom-for-a-day-trip__left-vertical-text {
    position: absolute;
    transform: rotate(90deg);
    transform-origin: left top;
    top: 112px;
    left: -40px;
    display: flex;
    flex-flow: row-reverse;
}

.section-reccom-for-a-day-trip__left-vertical-text>p {
    margin: 0;
    font-size: 30px;
    color: #888888;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    transform: rotate(180deg);
    width: max-content;
    margin-right: 12px;
}

.section-reccom-for-a-day-trip__left-vertical-text>p>span {
    font-size: 72px;
    line-height: 72px;
    color: #888888;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    margin-left: 10px;
    padding-left: 10px;
}

.section-reccom-for-a-day-trip__item-block-bottom__search-link-two {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    height: 65px;
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
}

.section-reccom-for-a-day-trip__item-block-bottom__search-link-two>a:link,
.section-reccom-for-a-day-trip__item-block-bottom__search-link-two>a:valid,
.section-reccom-for-a-day-trip__item-block-bottom__search-link-two>a:visited,
.section-reccom-for-a-day-trip__item-block-bottom__search-link-two>a:focus,
.section-reccom-for-a-day-trip__item-block-bottom__search-link-two>a:hover {
    color: #00415d;
}

.section-reccom-for-a-day-trip__item-block-bottom__search-link-two>a {
    font-size: 18px;
    line-height: 24px;
    color: #00415d;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.section-reccom-for-a-day-trip__item-block-bottom__item-block.bottom_block {
    min-height: 400px;
    display: flex;
}

.section-reccom-for-a-day-trip__item-block-bottom__item-block {
    margin-top: 30px;
    position: relative;
    width: 100%;
}

.cat_links__group-block {
    width: 100%;
}

.city-sights__btn {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.city-sights__btn>a:nth-child(1):link,
.city-sights__btn>a:nth-child(1):valid,
.city-sights__btn>a:nth-child(1):visited,
.city-sights__btn>a:nth-child(1):hover {
    text-decoration: none;
}

.city-sights__btn>a:nth-child(1) {
    font-size: 18px;
    line-height: 22px;
    color: #00415d;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 25px;
}

.city-sights__btn>a.btn-see-listing:link,
.city-sights__btn>a.btn-see-listing:valid,
.city-sights__btn>a.btn-see-listing:visited,
.city-sights__btn>a.btn-see-listing:hover {
    text-decoration: none;
}

.city-sights__btn>a.btn-see-listing {
    font-size: 18px;
    line-height: 22px;
    color: #00415d;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    position: relative;
    display: flex;
    align-items: center;
}

.city-sights__btn>a.btn-see-listing::before {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: -20px;
    top: 16px;
    color: #00415d;
    font-size: 13px;
}

.info-user-expert-accordion {
    display: flex;
    align-items: center;
}

.info-user-expert-accordion img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin-right: 15px;
    border-radius: 50%;
}

.info-user-expert-accordion div {
    display: flex;
    flex-flow: column;
}

.info-user-expert-accordion div .name-expert {
    font-size: 12px;
    line-height: 18px;
    color: #3f97b5;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    min-height: auto;
    margin-bottom: 0;
}

.info-user-expert-accordion div .name-service {
    font-size: 12px;
    line-height: 18px;
    color: #232323;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    min-height: auto;
    margin-bottom: 0;
    justify-content: flex-start;
}

.btn-see-listing>span {
    font-size: 18px;
    line-height: 36px;
    color: #232323;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #fff;
    margin-right: 10px;
}

.btn-see-listing.active>span {
    background: #ffa100;
    color: #fff;
}

.item-block-bottom__item-block__city-sights {
    display: none;
}

.item-block-bottom__item-block__city-sights {
    margin: 5px 0 20px 0;
    filter: drop-shadow(0px 2px 2.5px rgba(0, 0, 0, 0.25));
    background-color: #ffffff;
    width: 100%;
    padding: 30px;
}

.item-block-bottom__item-block__city-sights>ul {
    margin: 0;
    padding: 0;
}

.item-block-bottom__item-block__city-sights>ul>li {
    display: flex;
    align-items: flex-start;
}

.img-city {
    width: 110px;
    height: 110px;
    margin-right: 15px;
    margin-bottom: 2px;
}

.map-section {
    height: 600px;
    background: url("../img/map-2.png") no-repeat center;
    background-size: cover;
}

.item-block-bottom__item-block__city-sights>ul>li>.city-sights__name>a {
    font-size: 18px;
    line-height: 20px;
    color: #00415d;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-decoration: underline;
    margin-bottom: 15px;
    display: block;
}


/* END Style Accordion City */


/* ----------------------------------------------------------------------------------------- */


/* 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;
}

.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;
}

.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;
    }
    .clean-filter {
        font-size: 18px !important;
        padding: 0 15px !important;
    }
}

@media all and (max-width: 992px) {
    .all-listing-page>.container {
        max-width: 100%;
        width: 100%;
    }
}


/* ----------------------------------------------------------------------------------------------------- */


/* 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 */


/* ------------------------------------------------------------------------------------------------ */