/*
Theme's main style.

@author Vee W.
*/
@import 'flexvideo.css';
#main {
    overflow-x: hidden;
}
input, textarea, select, button {
    outline: none !important;
}
html[dir="rtl"], body.rtl {
    direction: rtl;
}
a, button {
    outline: none !important;
    text-decoration: none !important;
    -moz-user-select: none;
    user-select: none;
}
a.page-link:focus {
    outline: none !important;
    text-decoration: none !important;
    -moz-user-select: none;
    user-select: none;
    box-shadow: 0 0 0 !important;
}
p:last-child {
    margin-bottom: 0;
}
.pagination {
    margin: 0;
}
.site-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.site-header-content .site-header-item {
    width: auto;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}
.site-header-content .site-title-center .stc-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 30px;
}
.site-header-content .site-title-center .stc-item:first-child {
    margin-left: 0;
}
.site-header-content .site-title-center .stc-item:last-child {
    margin-right: 0;
}
body.rtl .site-header-content .site-title-center .stc-item:last-child {
    margin-right: 30px;
    margin-left: 0;
}
body.rtl .site-header-content .site-title-center .stc-item:first-child {
    margin-left: 30px;
    margin-right: 0;
}
.stc-item .stc-item-ico {
    display: flex;
    margin-right: 10px;
    font-size: 16px;
    color: #aab9c6;
}
body.rtl .stc-item .stc-item-ico {
    margin-left: 10px;
    margin-right: 0;
}
.stc-item .stc-item-title {
    color: #666666;
    font-size: 12px;
}
.stc-item .stc-item-strong {
    color: #666666;
    font-size: 14px;
    font-weight: bold;
}
.navbar-lang {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: #1e72ba;
}
.navbar-lang ul, .navbar-lang li {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.navbar-lang a {
    color: inherit;
}
.navbar-lang ul.sub-menu {
    display: none;
    position: absolute;
    z-index: 5;
    top: 100%;
    background: #fff;
    color: #666666;
    box-shadow: 0 4px 4px rgba(0,0,0,0.3);
    border-radius: 5px;
    padding: 6px 10px;
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: 600;
}
.navbar-lang a[href="#pll_switcher"] {
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar-lang a[href="#pll_switcher"]::after {
    content: '\f107';
    font-family: 'Font Awesome Fal';
    color: #727271;
    font-size: 24px;
    margin-left: 5px;
}
body.rtl .navbar-lang a[href="#pll_switcher"]::after {
    margin-left: 0;
    margin-right: 5px;
}
.navbar-lang a.open[href="#pll_switcher"] + ul.sub-menu {
    display: block;
}
.main-navigation.main-navigation-primary {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #3e3d42;
    border-top: 1px solid #3e3d42;
    background: none;
}
header.page-header .site-branding {
    padding: 0;
    margin: 0;
    height: 92px;
    display: flex;
    align-items: center;
}
.main-navigation.main-navigation-primary .navbar {
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 54px;
    align-items: center;
    justify-content: center;
    background: transparent !important;
}
.main-navigation.main-navigation-primary .navbar .collapse.navbar-collapse, .main-navigation.main-navigation-primary .navbar .collapse.navbar-collapse .navbar-nav.mr-auto {
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.main-navigation.main-navigation-primary .navbar .collapse.navbar-collapse .navbar-nav.mr-auto {
    align-items: center;
    justify-content: space-between;
}
.main-navigation.main-navigation-primary .navbar .collapse.navbar-collapse .navbar-nav.mr-auto li.nav-item {
    display: flex;
    width: auto;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex: 1 0 auto;
    margin: 0;
}
.main-navigation.main-navigation-primary .navbar li.nav-item a {
    display: flex;
    width: 100%;
    height: calc(100% + 2px);
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    color: #222222;
    background: #fff;
    transition: 0.2s;
    border-bottom: 1px solid #3e3d42;
    border-top: 1px solid #3e3d42;
    border-left: 1px solid #3e3d42;
    border-right: 0 solid #3e3d42;
    padding: 0;
    margin: -1px 0 0 0;
    position: relative;
}
body.rtl .main-navigation.main-navigation-primary .navbar li.nav-item a {
    border-bottom: 1px solid #3e3d42;
    border-top: 1px solid #3e3d42;
    border-left: 0 solid #3e3d42;
    border-right: 1px solid #3e3d42;
}
.main-navigation.main-navigation-primary .navbar li.nav-item:last-child a {
    border-right: 1px solid #3e3d42;
}
body.rtl .main-navigation.main-navigation-primary .navbar li.nav-item:last-child a {
    border-left: 1px solid #3e3d42;
}
.main-navigation.main-navigation-primary .navbar li.nav-item a:hover {
    color: #ffffff;
    background: #1e72ba;
    border-bottom: 1px solid #1e72ba;
    border-top: 1px solid #1e72ba;
    transition: 0.2s;
}
.main-navigation.main-navigation-primary .navbar li.nav-item a:before {
    content: '';
    width: 10px;
    height: 10px;
    border-right: 1px solid #1e72ba;
    border-bottom: 1px solid #1e72ba;
    position: absolute;
    bottom: 5px;
    right: 5px;
}
.main-navigation.main-navigation-primary .navbar li.nav-item a:hover::before {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.content-page-banner {
    position: relative;
    display: block;
}
.content-page-banner .banner-bg {
    display: flex;
    width: 100%;
    height: auto;
    position: relative;
    align-items: center;
    justify-content: center;
}
.content-page-banner .banner-bg img {
    display: block;
    width: 100%;
    height: auto;
}
.content-page-banner .content-page-banner-item {
    display: flex;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.content-page-banner .banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    color: #fff;
    font-size: 18px;
}
.content-page-banner .banner-content .site-content-title {
    display: block;
    width: auto;
    height: auto;
    font-size: 60px;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    max-width: 991px;
    line-height: 1.25;
}
.content-page-banner .banner-content .site-content-title h1 {
    display: block;
    width: auto;
    height: auto;
    font-size: 60px;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.25;
    margin: 0;
}
.content-page-banner .banner-content .site-content-text {
    display: block;
    width: auto;
    height: auto;
    font-size: 36px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 2.083;
}
.content-page-banner .banner-content .site-content-text {
    display: block;
    width: auto;
    height: auto;
    font-size: 36px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    max-width: 991px;
    line-height: 2.083;
}
a.but-banner-style {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding: 0 50px;
    height: 64px;
    display: flex;
    border-radius: 32px;
    background: #fc5a1e;
    align-items: center;
    border: 1px solid #fc5a1e;
    transition: 0.2s;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    position: relative;
    top: 0;
}
a.but-banner-style:hover {
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    top: -4px;
}
.content-page-banner .banner-content .site-content {
    margin-top: 40px;
}
.content-page-fp2 {
    padding: 80px 0;
}
.form-fp2-block {
    border-width: 1px;
    border-color: rgb(252, 90, 30);
    border-style: dashed;
    padding: 50px 35px;
}
.title-fp-style {
    font-size: 32px;
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 15px;
}
.title-fp2 {
    display: flex;
    justify-content: center;
    margin: 0 0 -16px 0;
}
.title-fp2 div {
    background: #fff;
    padding: 0 20px;
}
.form-fp2-field {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.form-fp2-field-select {
    margin-bottom: 40px;
}
.form-fp2-block-submit {
    margin-top: 0;
    display: flex;
    justify-content: center;
}
.submit-fp2-but {
    color: #1e72ba;
}
.submit-fp2-but {
    color: #1e72ba;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 0 0;
    border: none;
    background: none;
    text-decoration: underline !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.submit-fp2-but span {
    font-size: 34px;
    margin-left: 15px;
}
body.rtl .submit-fp2-but span {
    margin-left: 0;
    margin-right: 15px;
}
.form-fp2-field-title {
    font-size: 17px;
    color: rgb(62, 61, 66);
    font-weight: 600;
    line-height: 1.176;
    margin-bottom: 10px;
}
.form-fp2-field-select .chosen-container {
    display: block;
    border: none;
    background: none;
    box-shadow: 0 0 0;
    width: 100% !important;
}
.form-fp2-field-select .chosen-container .chosen-single {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    border: none;
    background: none;
    box-shadow: 0 0 0;
}
.form-fp2-field-select .chosen-container .chosen-single {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    border: none;
    background: none;
    box-shadow: 0 0 0;
    padding: 10px 0;
    color: #666666;
    font-size: 14px;
    height: auto;
    line-height: 1;
    border-radius: 0;
    justify-content: space-between;
}
.form-fp2-field-select .chosen-container .chosen-single:before {
    content: '';
    background: #3e3d42;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
}
.form-fp2-field-select .chosen-container-single .chosen-single div {
    background: none;
    position: relative;
    font-size: 17px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.form-fp2-field-select .chosen-container-single .chosen-single div b {
    display: none;
}
.form-fp2-field-select .chosen-container-single .chosen-single div:before {
    content: '\f107';
    font-family: 'Font Awesome Fal';
    color: #3e3d42;
}
.form-fp2-field-select .chosen-container-single .chosen-drop {
    margin-top: 0;
    border-radius: 0 0 4px 4px;
    font-size: 14px;
    background: #fff;
}
.form-fp2-field-select .chosen-container-single .chosen-drop .chosen-search {
    display: none;
}
.form-fp2-field-select .chosen-container-single .chosen-drop .chosen-results {
    padding: 0;
    margin: 0;
}
.form-fp2-field-select .chosen-container-single .chosen-drop .chosen-results .active-result {
    background: none;
    display: block;
    color: inherit;
}
.form-fp2-field-select .chosen-container-single .chosen-drop .chosen-results .active-result:hover {
    color: #000;
}
.form-fp2-field-select .chosen-container-single .chosen-drop .chosen-results .active-result.result-selected {
    font-weight: 600;
}
.content-page-fp3 {
    padding: 70px 0;
    background-image: url("../img/bg-fp3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.title-fp3 {
    display: flex;
    align-items: center;
}
.but-style-1, a.but-style-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(51, 51, 51);
    background-color: transparent;
    height: 30px;
    border-radius: 15px;
    font-size: 10px;
    color: #333333;
    text-transform: uppercase;
    line-height: 1;
    padding: 0 26px;
    font-weight: 600;
    transition: 0.2s;
}
.but-style-1:hover, a.but-style-1:hover {
    color: #000;
}
.title-fp3-but {
    margin-left: 30px;
}
body.rtl .title-fp3-but {
    margin-right: 30px;
    margin-left: 0;
}
.tab-fp3-block .tab-item-fp3 {
    display: none;
}
.tab-fp3-block .tab-item-fp3.act {
    display: block;
}
.title-fp3 {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.tab-list-fp3-block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.tab-list-fp3-block .tab-list-click {
    color: #666666;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    position: relative;
    padding-bottom: 1px;
    transition: 0.2s;
}
.tab-list-fp3-block .tab-list-click.act, .tab-list-fp3-block .tab-list-click:hover {
    color: #1e72ba;
}
.tab-list-fp3-block .tab-list-click:before {
    content: '';
    background: #666666;
    position: absolute;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 1px;
    transition: 0.2s;
}
.tab-list-fp3-block .tab-list-click.act:before, .tab-list-fp3-block .tab-list-click:hover::before {
    width: 0;
    background: #1e72ba;
}
.tab-fp3-block .tab-content-fp3-block {
    opacity: 1;
    transition: 0.2s;
    margin: 0 -15px;
}
.tab-fp3-block.load .tab-content-fp3-block {
    opacity: 0;
    transition: 0s;
}
.tour-article .tour-item {
    display: block;
    position: relative;
}
.tour-article .tour-thumbnail {
    display: block;
    position: relative;
    z-index: 1;
}
.tour-article .tour-thumbnail::before {
    content: '';
    position: absolute;
    bottom: 0;
    z-index: 1;
    opacity: 0.8;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%);
}
.tour-article .tour-title {
    position: absolute;
    bottom: 50px;
    z-index: 3;
    right: auto;
    left: 0;
    width: calc(100% - 90px);
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
    padding-left: 15px;
}
body.rtl .tour-article .tour-title {
    right: 0;
    left: auto;
    padding-left: 0;
    padding-right: 15px;
}
.tour-article .tour-more {
    position: absolute;
    bottom: 20px;
    left: 15px;
    z-index: 3;
    font-size: 10px;
    text-transform: uppercase;
    color: #fc5a1e;
    line-height: 1;
}
body.rtl .tour-article .tour-more {
    right: 15px;
    left: auto;
}
.tour-article .tour-price {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 50px;
    z-index: 3;
    right: 0;
    left: auto;
    width: 90px;
    background: #fc5a1e;
    height: 32px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 16px 0 0 16px;
}
body.rtl .tour-article .tour-price {
    right: auto;
    left: 0;
    border-radius: 0 16px 16px 0;
}
.tour-article {
    box-shadow: 0 17px 17px 2px rgba(189, 128, 105, 0);
    transition: 0.2s;
}
.tour-article:hover {
    box-shadow: 0 17px 17px 2px rgba(189, 128, 105, 0.5);
}
.tab-content-fp3-block .owl-carousel .item {
    display: block;
    padding: 15px 15px 60px 15px;
}
.owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 1;
    height: 30px;
}
.owl-carousel .owl-dots .owl-dot {
    display: none;
    font-size: 16px;
    font-weight: 600;
}
.owl-carousel .owl-dots .owl-dot.active {
    display: block;
}
.owl-carousel .owl-dots .owl-dot span {
    color: #fc5a1e;
    font-size: 20px;
}
.owl-carousel .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 5;
    height: 30px;
}
body.rtl .owl-carousel .owl-nav {
    flex-direction: row-reverse;
}
.owl-carousel .owl-nav button.owl-prev {
    margin-right: 50px;
    color: #fc5a1e;
    font-size: 24px;
    line-height: 1;
}
.owl-carousel .owl-nav button.owl-next {
    margin-left: 50px;
    color: #fc5a1e;
    font-size: 24px;
    line-height: 1;
}
.owl-carousel .owl-nav button.owl-prev.disabled, .owl-carousel .owl-nav button.owl-next.disabled {
    color: #efd9c9;
}
.content-page-fp4 {
    padding: 100px 0;
}
.imagw-fp4 {
    display: flex;
    position: relative;
    width: 100%;
    height: auto;
}
.imagw-fp4 img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    z-index: 3;
}
.imagw-fp4:before {
    content: '';
    display: block;
    border: 1px solid #333333;
    width: calc(100% + 24px);
    height: calc(100% - 56px);
    position: absolute;
    top: 26px;
    left: -12px;
    z-index: 1;
}
.title-fp4.title-fp-style {
    font-size: 60px;
}
.sub-title-fp4.title-fp-style {
    font-size: 32px;
    max-width: 430px;
    line-height: 1.2;
    margin-bottom: 0;
}
.text-fp-style {
    font-size: 15px;
    color: #666666;
    line-height: 1.6;
}
.text1-fp4.text-fp-style {
    text-align: justify;
    padding-right: 30px;
}
.content-fp4 {
    margin-bottom: 15px;
}
.seo-content-fp4 {
    text-align: justify;
}
.seo-content-fp4 .add-scrollbar {
    max-height: 290px;
}
.add-scrollbar .mCSB_outside + .mCSB_scrollTools {
    right: -52px;
}
body.rtl .add-scrollbar .mCSB_outside + .mCSB_scrollTools {
    right: auto;
    left: -52px;
}
.add-scrollbar .mCSB_scrollTools {
    width: 3px;
}
.add-scrollbar .mCSB_scrollTools .mCSB_draggerRail {
    display: none;
}
.add-scrollbar .mCSB_scrollTools .mCSB_dragger {
    border-radius: 3px;
    background: transparent;
    width: 100%;
}
.add-scrollbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    border-radius: 3px;
    background: #fc5a1e;
    width: 100%;
}
.add-scrollbar .mCSB_scrollTools .mCSB_draggerContainer {
    border-radius: 3px;
    background: #efd9c9;
    width: 100%;
}
.content-page-fp5 {
    padding: 80px 0 80px 0;
    position: relative;
}
body.page-template-page-category-places .content-page-fp5 {
    padding: 0;
}
.content-page-fp5:before {
    content: '';
    background-image: -moz-linear-gradient(to bottom, rgba(252,245,240,1) 0%, rgba(252,245,240,0) 100%);
    background-image: -webkit-linear-gradient(to bottom, rgba(252,245,240,1) 0%, rgba(252,245,240,0) 100%);
    background-image: -ms-linear-gradient(to bottom, rgba(252,245,240,1) 0%, rgba(252,245,240,0) 100%);
    background-image: linear-gradient(to bottom, rgba(252,245,240,1) 0%, rgba(252,245,240,0) 100%);
    position: absolute;
    height: 150px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
.content-page-fp5:after {
    content: '';
    background-image: -moz-linear-gradient(to top, rgba(252,245,240,1) 0%, rgba(252,245,240,0) 100%);
    background-image: -webkit-linear-gradient(to top, rgba(252,245,240,1) 0%, rgba(252,245,240,0) 100%);
    background-image: -ms-linear-gradient(to top, rgba(252,245,240,1) 0%, rgba(252,245,240,0) 100%);
    background-image: linear-gradient(to top, rgba(252,245,240,1) 0%, rgba(252,245,240,0) 100%);
    position: absolute;
    height: 150px;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
body.page-template-page-category-places .content-page-fp5:before, body.page-template-page-category-places .content-page-fp5:after {
    display: none;
}
.title-fp5.title-fp-style {
    margin-bottom: 40px;
    text-align: center;
}
.category-places-style {
    margin-bottom: 30px;
    position: relative;
    box-shadow: 0 17px 29px 2.5px rgba(189, 128, 105, 0);
    transition: 0.2s;
}
.category-places-style:hover {
    box-shadow: 0 17px 29px 2.5px rgba(189, 128, 105, 0.75);
}
.category-places-style .cps-thumbnail {
    display: block;
    position: relative;
}
.category-places-style .cps-thumbnail img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    z-index: 2;
}
.category-places-style .cps-thumbnail:before {
    content: '';
    display: block;
    height: 94px;
    width: calc(100% + 18px);
    position: absolute;
    z-index: 1;
    left: -9px;
    top: calc(50% - 47px);
    border: 1px solid #333333;
    transition: 0.2s;
}
.category-places-style:hover .cps-thumbnail:before {
    width: 100%;
    left: 0;
}
.category-places-style .cps-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 94px;
    width: 100%;
    position: absolute;
    z-index: 3;
    left: 0;
    top: calc(50% - 47px);
    background: rgba(51, 51, 51, 0.3);
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    transition: 0.2s;
}
.category-places-style:hover .cps-title {
    background: rgba(252, 90, 30, 0.8);
}
.content-fp5-bot-but {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
a.title-fp5-but.but-style-1 {
    font-weight: 600;
    text-transform: none;
}
.content-page-fp6 {
    padding: 100px 0 0 0;
}
.title-fp6.title-fp-style {
    line-height: 1.25;
    max-width: 450px;
    margin-bottom: 40px;
}
.places-carousel-article .places-carousel-item {
    display: flex;
    position: relative;
    width: 100%;
    height: auto;
    align-items: center;
}
.places-carousel-article .places-carousel-item-thumbnail {
    position: relative;
    z-index: 2;
    width: 75%;
    flex: 0 0 75%;
    height: auto;
}
.places-carousel-article .places-carousel-item-thumbnail img {
    width: 100%;
    height: auto;
}
.places-carousel-article .places-carousel-item-header {
    display: block;
    position: absolute;
    width: 50%;
    flex: 0 0 50%;
    z-index: 5;
    right: calc((100% / 12) * 2);
    background: #fff;
    padding: 11px;
    box-shadow: 0 11px 29px 0 rgba(207, 207, 207, 0.75);
}
body.rtl .places-carousel-article .places-carousel-item-header {
    left: calc((100% / 12) * 2);
    right: auto;
}
.places-carousel-article .places-carousel-item-header-border {
    display: block;
    width: 100%;
    padding: 55px 60px;
    border: 1px solid #333333;
}
.content-page-fp7 {
    padding: 80px 0 60px 0;
}
.reviews-carousel .reviews-article {
    padding: 40px 15px 50px 15px;
}
.reviews-carousel {
    margin: 0 -15px;
    width: auto;
    padding-bottom: 20px;
}
.reviews-item {
    padding: 35px 20px;
    color: #4f4f4f;
    position: relative;
}
.reviews-item::before {
    content: '';
    border: 1px solid #333;
    box-shadow: 0 20px 20px -10px rgba(189, 128, 105, 0);
    transition: 0.2s;
    position: absolute;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    background: #fff;
    z-index: -1;
}
.reviews-item:hover::before {
    border: 0 solid #333;
    box-shadow: 0 20px 20px -10px rgba(189, 128, 105, 0.32);
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: -10px;
    left: -10px;
}
.reviews-item-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.reviews-item-header-blockquote {
    background-image: url("../img/blockquote.png");
    width: 33px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
    margin-right: 15px;
}
body.rtl .reviews-item-header-blockquote {
    margin-right: 0;
    margin-left: 15px;
}
.reviews-title {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #333333;
    line-height: 1;
    margin-bottom: 8px;
}
.reviews-date {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #8b8b8b;
    line-height: 1;
}
.reviews-item-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.reviews-excerpt {
    font-size: 14px;
    font-style: italic;
    line-height: 1.714;
    color: #4f4f4f;
}
.reviews-more {
    margin-top: 15px;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
    color: #fc5a1e;
}
.form-style-reviews {
    display: block;
    width: 100%;
}
.form-style-reviews .input-form {
    display: block;
    width: 100%;
    height: auto;
}
.form-style-reviews .input-form .wpcf7-form-control-wrap {
    width: 100%;
    height: auto;
    display: block;
}
.form-style-reviews .input-form .wpcf7-form-control-wrap input, .form-style-reviews .input-form .wpcf7-form-control-wrap textarea {
    display: block;
    width: 100%;
    border-width: 0 0 1px 0;
    border-color: #efd9c9;
    border-style: solid;
    color: #8b8b8b;
    box-shadow: 0 0 0;
    outline: none !important;
    margin-bottom: 15px;
    height: 41px;
    text-align: center;
    padding: 7px 0;
}
.form-style-reviews .input-form .wpcf7-form-control-wrap input.wpcf7-not-valid, .form-style-reviews .input-form .wpcf7-form-control-wrap textarea.wpcf7-not-valid {
    border-color: red;
}
.form-style-reviews .input-form .wpcf7-form-control-wrap input::placeholder, .form-style-reviews .input-form .wpcf7-form-control-wrap textarea::placeholder {
    opacity: 1;
    color: #8b8b8b;
}
.form-style-reviews .title-form {
    color: #333333;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 5px;
    text-align: center;
}
.form-style-reviews .text-form {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
    text-align: center;
}
.form-style-reviews .submit-form {
    margin-top: 30px;
    position: relative;
}
.form-style-reviews .submit-form input[type="submit"] {
    margin: 0 auto;
    padding: 0;
    height: 47px;
    width: 170px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background: #fc5a1e;
    box-shadow: 0 20px 20px -10px rgba(189, 128, 105, 0);
    border: none;
    transition: 0.2s;
}
.form-style-reviews .submit-form input[type="submit"]:hover {
    box-shadow: 0 5px 10px 0 rgba(189, 128, 105, 0.32);
}
.form-style-reviews .wpcf7 form .wpcf7-response-output {
    margin: 10px 0 0 0;
    font-size: 14px;
}
.form-style-reviews .wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 50%;
    margin: -12px 0 0 0;
}
.form-style-reviews .input-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    display: none !important;
}
.content-page-fp8 {
    padding: 70px 0 80px 0;
    background-image: url("../img/bg-fp3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.post-article {
    padding-bottom: 30px;
}
.title-fp8.title-fp-style {
    text-align: center;
    margin-bottom: 30px;
}
.post-article .post-item {
    background: #fff;
    padding: 0 25px 30px 25px;
    box-shadow: 0 0 40px 0 rgba(156, 168, 188, 0.26);
    position: relative;
    top: 0;
    transition: 0.2s;
}
.post-article .post-item:hover {
    box-shadow: 0 20px 40px 0 rgba(156, 168, 188, 0.38);
    top: -4px;
}
.post-article .post-thumbnail {
    display: block;
    width: auto;
    height: auto;
    margin: 0 -25px;
}
.post-article .post-thumbnail img {
    display: block;
    width: 100%;
    height: auto;
}
.post-article .post-category {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 20px;
    position: relative;
    line-height: 1;
    padding-bottom: 10px;
    color: #1e72ba;
}
.post-article .post-category:before {
    content: '';
    display: block;
    width: 73px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #1e72ba;
}
body.rtl .post-article .post-category:before {
    right: 0;
    left: auto;
}
.post-article .post-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    color: #333333;
    margin-top: 15px;
}
.content-page-fp9 {
    padding: 110px 0 140px 0;
}
.title-fp9.title-fp-style {
    font-size: 32px;
    color: #333333;
    text-transform: uppercase;
    line-height: 1.25;
    max-width: 270px;
    margin-bottom: 30px;
}
.content-form-fp9 {
    padding: 0 50px 0 30px;
}
.content-form-fp9 .text-fp9 {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
}
.content-form-fp9 .form-style-reviews .input-form .wpcf7-form-control-wrap input, .content-form-fp9 .form-style-reviews .input-form .wpcf7-form-control-wrap textarea {
    text-align: left;
    padding: 0 30px;
}
body.rtl .content-form-fp9 .form-style-reviews .input-form .wpcf7-form-control-wrap input, body.rtl .content-form-fp9 .form-style-reviews .input-form .wpcf7-form-control-wrap textarea {
    text-align: right;
}
.content-form-fp9 .form-style-reviews .input-form .wpcf7-form-control-wrap input::placeholder, .content-form-fp9 .form-style-reviews .input-form .wpcf7-form-control-wrap textarea::placeholder {
    text-align: left;
}
body.rtl .content-form-fp9 .form-style-reviews .input-form .wpcf7-form-control-wrap input::placeholder, body.rtl .content-form-fp9 .form-style-reviews .input-form .wpcf7-form-control-wrap textarea::placeholder {
    text-align: right;
}
.content-form-fp9 .form-style-reviews .submit-form input[type="submit"] {
    width: 305px;
    margin: 0;
}
.owl-carousel.places-carousel .owl-nav {
    bottom: auto;
    top: calc(50% - 15px);
    justify-content: space-between;
}
.owl-carousel.places-carousel .owl-nav .owl-prev {
    position: relative;
    left: -70px;
    margin: 0;
}
.owl-carousel.places-carousel .owl-nav .owl-next {
    position: relative;
    left: -10%;
    margin: 0;
}
body.rtl .owl-carousel.places-carousel .owl-nav .owl-next {
    right: -10%;
    left: auto;
}
body.rtl .owl-carousel.places-carousel .owl-nav .owl-prev {
    right: -70px;
    left: auto;
}
.places-carousel-article .places-carousel-title {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 25px;
}
.places-carousel-article .places-carousel-excerpt {
    font-size: 15px;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 30px;
    text-align: justify;
}
.places-carousel-article .places-carousel-more {
    font-size: 10px;
    color: #fc5a1e;
    line-height: 1;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.places-carousel-article .places-carousel-more a {
    color: #fc5a1e;
}
.breadcrumb-site {
    padding: 20px 0;
    font-size: 12px;
    color: #666666;
    line-height: 1.167;
}
.breadcrumb-site a {
    color: #666666;
    margin-right: 10px;
}
body.rtl .breadcrumb-site a {
    margin-right: 0;
    margin-left: 10px;
}
.breadcrumb-site span span span {
    margin-left: 10px;
}
body.rtl .breadcrumb-site span span span {
    margin-left: 0;
    margin-right: 10px;
}
.entry-header {
    margin-bottom: 20px;
}
.entry-title {
    font-size: 42px;
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.238;
    margin-bottom: 15px;
}
.content-fp8-bot-but {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0
}
body.blog .content-fp8, body.category .content-fp8, body.archive .content-fp8 {
    padding-bottom: 50px;
}
.pagination-nav-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0 0 0;
}
.pagination-nav-container ul.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.pagination-nav-container ul.pagination li {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
}
.pagination-nav-container ul.pagination li a, .pagination-nav-container ul.pagination li a.page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0 10px;
    border: none;
    font-size: 20px;
    font-weight: 600;
    color: #666;
    background: none;
    transition: 0.2s;
}
.pagination-nav-container ul.pagination li a:hover {
    color: #fc5a1e;
}
.pagination-nav-container ul.pagination li.active a {
    color: #fc5a1e;
    font-size: 22px;
    background: none;
}
.pagination-nav-container ul.pagination li i.page-link {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    line-height: 1;
    color: inherit;
    background: none;
    border: none;
}
.entry-description {
    font-size: 15px;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 30px;
}
.entry-content {
    padding-bottom: 30px;
}
.entry-meta.entry-meta-views {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #efd9c9;
    padding: 20px 0;
    margin-bottom: 30px;
    color: #666666;
    font-size: 12px;
    line-height: 1;
}
.entry-meta.entry-meta-views i {
    color: #aab9c6;
    font-size: 12px;
    margin-right: 9px;
}
body.rtl .entry-meta.entry-meta-views i {
    margin-left: 9px;
    margin-right: 0;
}
.entry-meta-text {
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    line-height: 1.667;
    text-align: justify;
    margin-bottom: 40px;
}
.content-single .entry-thumbnail {
    display: block;
    margin-bottom: 70px;
}
.content-single .entry-thumbnail img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.content-single #toc_container {
    padding: 35px;
    background: #fdf7f4;
    border: none;
    margin-bottom: 50px;
    font-size: 15px;
    display: block;
    width: 100%;
    height: auto;
}
.content-single #toc_container p.toc_title {
    text-align: left;
    font-weight: bold;
    margin: 0 0 20px 0;
    padding: 0;
    color: #3e3d42;
    font-size: 20px;
}
body.rtl .content-single #toc_container p.toc_title {
    text-align: right;
}
.content-single #toc_container p.toc_title + ul.toc_list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.content-single #toc_container ul.toc_list li {
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
    font-size: 15px;
    color: #666666;
    line-height: 1.2;
    counter-increment: index;
    align-items: flex-start;
}
.content-single #toc_container ul.toc_list li a {
    margin: 0;
    padding: 0;
    color: #666666;
}
.mce-content-body #toc_container ul.toc_list li::before {
    content: counter(index)'.';
    display: block;
    width: 20px;
    flex: 0 0 20px;
    height: auto;
    background: none;
    margin-right: 10px;
    color: #fc5a1e;
}
body.rtl .mce-content-body #toc_container ul.toc_list li::before {
    margin-right: 0;
    margin-left: 10px;
}
.share-single {
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
}
.share-body {
    display: block;
}
.share-body .share-but {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #8b8b8b;
}
.share-body .share-but-title {
    margin-right: 18px;
}
body.rtl .share-body .share-but-title {
    margin-right: 0;
    margin-left: 18px;
}
.share-body .share-but-items {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: center;
}
.share-body .share-but-item {
    margin-right: 4px;
}
body.rtl .share-body .share-but-item {
    margin-left: 4px;
    margin-right: 0;
}
.share-body .share-but-item a {
    display: flex;
    float: none;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: #2daae1;
    color: #fff;
    font-size: 24px;
}
.share-body .share-but-item a.a2a_button_vk {
    background: #4d75a3;
}
.share-body .share-but-item a.a2a_button_facebook {
    background: #3c5b9b;
}
.block-single-comments {
    padding: 60px 0 80px 0;
    position: relative;
}
.block-single-comments::before {
    content: '';
    background-image: -moz-linear-gradient(to bottom, rgba(252,245,240,1) 0%, rgba(252,245,240,0) 100%);
    background-image: -webkit-linear-gradient(to bottom, rgba(252,245,240,1) 0%, rgba(252,245,240,0) 100%);
    background-image: -ms-linear-gradient(to bottom, rgba(252,245,240,1) 0%, rgba(252,245,240,0) 100%);
    background-image: linear-gradient(to bottom, rgba(252,245,240,1) 0%, rgba(252,245,240,0) 100%);
    position: absolute;
    height: 150px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
.block-single-comments .title-comments.title-fp-style {
    margin-bottom: 30px;
    text-transform: none;
}
.block-single-comments .list-unstyled.media-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    margin: 0;
}
.block-single-comments .comment-navigation {
    margin-bottom: 30px;
}
.block-single-comments .list-unstyled.media-list li.comment {
    display: block;
    position: relative;
    padding: 25px 30px;
    background: #fff;
    border: 1px solid #333;
    margin-bottom: 35px;
    box-shadow: 0 17px 29.5px 2.55px rgba(189, 128, 105, 0);
    transition: 0.2s;
}
.block-single-comments .list-unstyled.media-list li.comment:hover {
    box-shadow: 0 17px 29.5px 2.55px rgba(189, 128, 105, 0.32);
    border-color: #fff;
}
.block-single-comments .list-unstyled.media-list li.comment .comment-metadata {
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 25px;
}
.block-single-comments .list-unstyled.media-list li.comment .comment-metadata:before {
    content: '';
    background-image: url("../img/blockquote.png");
    width: 33px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
    margin-right: 15px;
}
body.rtl .block-single-comments .list-unstyled.media-list li.comment .comment-metadata:before {
    margin-right: 0;
    margin-left: 15px;
}
.block-single-comments .list-unstyled.media-list li.comment cite {
    display: block;
    font-size: 15px;
    line-height: 1.2;
    color: #333333;
    margin-right: 15px;
}
body.rtl .block-single-comments .list-unstyled.media-list li.comment cite {
    margin-right: 0;
    margin-left: 15px;
}
.block-single-comments .list-unstyled.media-list li.comment time {
    display: block;
    font-size: 13px;
    line-height: 1.2;
    color: #8b8b8b;
}
.block-single-comments .comment-body-text {
    font-size: 14px;
    color: #4f4f4f;
    font-style: italic;
    line-height: 1.714;
}
.comment-form-cookies-consent {
    display: none;
}
.form-style-reviews .form-submit {
    margin: 30px 0 0 0;
    position: relative;
}
.form-style-reviews .form-submit input[type="submit"], .form-style-reviews .form-submit input[type="submit"]:active, .form-style-reviews .form-submit input[type="submit"]:focus, .form-style-reviews .form-submit input[type="submit"]:active:focus {
    margin: 0 auto;
    padding: 0;
    height: 47px;
    width: 170px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background: #fc5a1e;
    box-shadow: 0 20px 20px -10px rgba(189, 128, 105, 0);
    border: none;
    transition: 0.2s;
}
.form-style-reviews .logged-in-as, .form-style-reviews .comment-notes {
    display: none;
}
.form-style-reviews .comment-respond .comment-form {
    display: flex;
    flex-direction: column;
}
.form-style-reviews .comment-respond .comment-form .input-form.input-form-email {
    order: 1;
}
.form-style-reviews .comment-respond .comment-form .input-form.input-form-author {
    order: 2
}
.form-style-reviews .comment-respond .comment-form .input-form.input-form-comment_field {
    order: 3;
}
.form-style-reviews .comment-respond .comment-form .form-submit {
    order: 4;
}
.block-single-comments .comment-navigation {
    position: relative;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}
.block-single-comments .comment-navigation:after, .block-single-comments .comment-navigation:before {
    display: none;
}
.block-single-comments .comment-navigation a {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    border: none !important;
    box-shadow: 0 0 0 !important;
    font-size: 20px;
    font-weight: 600;
    color: #666;
    background: none !important;
    transition: 0.2s;
}
.block-single-comments .comment-navigation a:hover {
    color: #fc5a1e;
}
.not-comment-list {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    font-size: 24px;
}
.page-template-page-contact .form-fp2-block {
    padding: 50px 100px;
}
.page-template-page-contact .content-page-fp2 {
    padding: 0;
}
.content-top-contact .contact-block {
    display: flex;
}
.content-top-contact .contact-block-ico {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-right: 15px;
}
body.rtl .content-top-contact .contact-block-ico {
    margin-left: 15px;
    margin-right: 0;
}
.content-top-contact .contact-block-ico img {
    display: block;
    width: auto;
    height: auto;
}
.content-top-contact .contact-block-title {
    display: block;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
    color: #3e3d42;
    margin-bottom: 10px;
}
.content-top-contact .contact-block-item {
    display: block;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 400;
    color: #3e3d42;
}
.content-top-contact .contact-block-item a {
    font-size: 24px;
    color: #3e3d42;
}
.page-contact-map {
    margin-top: 70px;
    padding-top: 60px;
    position: relative;
}
.page-contact-map::before {
    content: '';
    background-image: -moz-linear-gradient(to bottom, rgba(252,245,240,1) 0%, rgba(252,245,240,0) 100%);
    background-image: -webkit-linear-gradient(to bottom, rgba(252,245,240,1) 0%, rgba(252,245,240,0) 100%);
    background-image: -ms-linear-gradient(to bottom, rgba(252,245,240,1) 0%, rgba(252,245,240,0) 100%);
    background-image: linear-gradient(to bottom, rgba(252,245,240,1) 0%, rgba(252,245,240,0) 100%);
    position: absolute;
    height: 150px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
.page-title-map {
    color: #3e3d42;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1;
}
.acf-map {
    display: block;
    width: 100%;
    min-height: 438px;
}




/*******footer******/
.site-footer.page-footer {
    padding: 60px 0;
    background: #3e3d42;
}
.widget-title {
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
}
.my-soc-link-widget div.mscw-email {
    margin-bottom: 30px;
}
.my-soc-link-widget a.mscw-email {
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    font-size: 15px;
    color: #fc5a1e;
    line-height: 16px;
    transition: 0.2s;
}
.my-soc-link-widget a.mscw-email:hover {
    color: #1e72ba;
}
.my-soc-link-widget a.mscw-email span {
    display: block;
    position: relative;
    border-color: inherit;
    border-style: dashed;
    border-width: 0 0 1px 0;
    padding-bottom: 4px;
}
.my-soc-link-widget a.mscw-email i {
    margin-right: 20px;
    font-size: 17px;
}
body.rtl .my-soc-link-widget a.mscw-email i {
    margin-right: 0;
    margin-left: 20px;
}
.my-soc-link-widget ul.mscw-list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 20px;
}
.my-soc-link-widget ul.mscw-list li {
    display: block;
    margin-right: 13px;
}
.my-soc-link-widget ul.mscw-list li:last-child {
    margin-right: 0;
}
body.rtl .my-soc-link-widget ul.mscw-list li {
    margin-left: 13px;
    margin-right: 0;
}
body.rtl .my-soc-link-widget ul.mscw-list li:last-child {
    margin-left: 0;
}
.my-soc-link-widget ul.mscw-list a {
    display: flex;
    width: 40px;
    height: 40px;
    border: 1px solid #1e72ba;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    color: #1e72ba;
    transition: 0.2s;
}
.my-soc-link-widget ul.mscw-list a:hover {
    color: #fc5a1e;
    border-color: #fc5a1e;
}
.site-aside-footer ul.menu {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
.site-aside-footer ul.menu li {
    margin-bottom: 17px;
}
.site-aside-footer ul.menu a {
    display: block;
    font-size: 15px;
    line-height: 1;
    color: #fff;
    transition: 0.2s;
}
.site-aside-footer ul.menu a:hover {
    color: #fc5a1e;
}
.footer-logo {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}
.footer-logo img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
}
.footer-copyright {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.714;
    color: #b8b8b8;
}
body.single-post .form-style-reviews .wppcr_rating {
    display: none !important;
}
body.single-post .comment-body-text .cmstr-out {
    display: none !important;
}
.form-style-reviews .wppcr_rating {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex-direction: row-reverse !important;
    margin-bottom: 10px !important;
}
.form-style-reviews .wppcr_rating > input {
    display: none !important;
}
.form-style-reviews .wppcr_rating > label {
    float: none !important;
    width: 21px !important;
    height: 21px !important;
    padding: 0 !important;
    overflow: hidden !important;
    cursor: pointer !important;
    font-size: 0 !important;
    line-height: 1 !important;
    color: #efd9c9 !important;
    text-shadow: 0 0 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 0 0 2px !important;
}
.form-style-reviews .wppcr_rating > label:active {
    position: relative !important;
    top: auto !important;
    left: auto !important;
}
.form-style-reviews .wppcr_rating > label::before {
    content: '' !important;
    background-image: url("../img/star-null.png") !important;
    background-position: center center !important;
    background-size: 100% auto !important;
    background-repeat: no-repeat !important;
    width: 21px !important;
    height: 21px !important;
    display: block !important;
}
.form-style-reviews .wppcr_rating > label:hover, .form-style-reviews .wppcr_rating > label:hover ~ label {
    color: transparent !important;
    text-shadow: 0 0 0 !important;
}
.form-style-reviews .wppcr_rating > label:hover::before, .form-style-reviews .wppcr_rating > label:hover ~ label::before {
    background-image: url("../img/star-save.png") !important;
}
.form-style-reviews .wppcr_rating:not(:hover) > input:checked + label::before, .form-style-reviews .wppcr_rating:not(:hover) > input:checked + label ~ label::before {
    background-image: url("../img/star-save.png") !important;
}
.form-style-reviews .wppcr_rating legend {
    display: none !important;
}
.comment-body-text span.wpcr_author_stars {
    display: block !important;
    background-image: url("../img/star-null.png") !important;
    background-position: left center !important;
    background-size: 16px auto !important;
    background-repeat: repeat-x !important;
}
.comment-body-text span.wpcr_author_stars span {
    display: block !important;
    background-image: url("../img/star-save.png") !important;
    background-position: left center !important;
    background-size: 16px auto !important;
    background-repeat: repeat-x !important;
}
.comment-body-text .cmstr-out {
    margin-bottom: 10px;
}
.comment-body-text .cmstr-out .tval {
    display: none !important;
}
.entry-sub-title {
    display: flex;
    color: #333333;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.entry-sub-title-child {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    max-width: 100%;
    line-height: 1;
    margin: 10px 0;
}
.comment-rating-post {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}
.comment-rating-post-num {
    line-height: 1;
    font-size: 24px;
    color: #fda702;
    font-weight: bold;
    margin-right: 10px;
}
body.rtl .comment-rating-post-num {
    margin-right: 0;
    margin-left: 10px;
}
.comment-rating-post-rewis {
    line-height: 1;
    font-size: 14px;
    color: #3480c1;
    font-weight: 400;
}
.comment-rating-post-stars {
    margin-right: 10px;
    display: flex;
    position: relative;
    align-items: center;
    overflow: hidden;
}
body.rtl .comment-rating-post-stars {
    margin-right: 0;
    margin-left: 10px;
}
.comment-rating-post-stars-parent {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
}
.comment-rating-post-stars-parent span {
    display: block;
    background-image: url("../img/star-null.png");
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    width: 21px;
    flex: 0 0 21px;
    height: 19px;
    margin-right: 2px;
}
.comment-rating-post-stars-parent span:last-child {
    margin-right: 0;
}
.comment-rating-post-stars-child {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
}
body.rtl .comment-rating-post-stars-child {
    right: 0;
    left: auto;
}
.comment-rating-post-stars-child span {
    display: block;
    background-image: url("../img/star-save.png");
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    width: 21px;
    flex: 0 0 21px;
    height: 19px;
    margin-right: 2px;
}
.comment-rating-post-stars-child span:last-child {
    margin-right: 0;
}
.entry-block-info-price .content-page-fp2 {
    padding: 0;
    margin: 0 -15px 40px -15px;
}
.content-page-banner.banner-places .banner-content .site-content-title {
    display: block;
    width: auto;
    height: auto;
    font-size: 42px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 905px;
    line-height: 1.238;
}
.content-page-banner.banner-places .banner-content .site-content-title h1 {
    display: block;
    width: auto;
    height: auto;
    font-size: 42px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.238;
    margin: 0;
}
.content-page-banner.banner-places .content-page-banner-img.bg-banner-single {
    position: relative;
}
.content-page-banner.banner-places .content-page-banner-img.bg-banner-single:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.561;
    background: #000;
    z-index: 1;
}
.content-top-contact .contact-block.contact-block-price {
    display: flex;
    align-items: center;
}
body.single-places .form-fp2-block, body.single-tour .form-fp2-block {
    padding: 0;
}
body.single-places .contact-block-parent, body.single-tour .contact-block-parent {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 35px 0;
    height: 100%;
}
body.single-places .contact-block-parent.contact-block-parent-price, body.single-tour .contact-block-parent.contact-block-parent-price {
    border: 8px solid #fff;
    background-color: #fc5a1e;
    color: #fff;
    padding: 30px;
}
.content-top-contact .contact-block.contact-block-price .contact-block-ico {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #eff4fa;
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
    margin-right: 20px;
}
body.rtl .content-top-contact .contact-block.contact-block-price .contact-block-ico {
    margin-left: 20px;
    margin-right: 0;
}
.content-top-contact .contact-block.contact-block-price .contact-block-ico span {
    display: block;
}
.content-top-contact .contact-block.contact-block-price .contact-block-ico span:first-child {
    line-height: 1;
    font-size: 40px;
}
.contact-block.contact-block-price .contact-block-content {
    display: block;
    line-height: 1.333;
    font-size: 18px;
    color: #eff4fa;
}
.entry-gallery {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.entry-gallery ul {
    display: block;
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
    position: relative;
}
.entry-gallery ul li {
    display: block;
    float: left;
    width: 21%;
    height: auto;
    margin-right: 0.5%;
    margin-bottom: 4px;
}
.entry-gallery ul li:first-child {
    width: 57%;
}
.entry-gallery ul li:nth-child(3), .entry-gallery ul li:nth-child(5) {
    margin-right: 0;
}
.entry-gallery ul li:nth-child(1), .entry-gallery ul li:nth-child(4), .entry-gallery ul li:nth-child(5) {
    margin-bottom: 0;
}
.entry-gallery ul li a, .entry-gallery ul li img {
    display: block;
    width: 100%;
    height: auto;
}
.entry-gallery ul li:nth-child(5) ~ li {
    display: none;
}
.entry-gallery ul li:nth-child(5) a.large-count {
    position: relative;
}
.entry-gallery ul li:nth-child(5) a.large-count:before {
    content: '+'attr(data-count);
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(38, 38, 38, 0.56);
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    align-items: center;
    justify-content: center;
}
.type-places-list {
    margin: 50px 0;
}
body.single-places .type-places-list .form-fp2-block, body.single-tour .type-places-list .form-fp2-block {
    padding: 30px 40px 10px 40px;
}
.type-places-list .content-top-contact .contact-block {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
.type-places-list .content-top-contact .contact-block .contact-block-items {
    font-size: 16px;
    line-height: 1.5;
    color: #3e3d42;
}
.programme-places-title {
    color: #333333;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
}
.programme-places-item {
    display: flex;
    margin-bottom: 30px;
}
.programme-places-ico {
    margin-right: 14px;
}
body.rtl .programme-places-ico {
    margin-right: 0;
    margin-left: 14px;
}
.programme-places-text-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #3e3d42;
}
.programme-places-text-description {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #666666;
}
.content-page-category-place .owl-carousel .item {
    display: block;
    padding: 15px 15px 60px 15px;
}
.content-page-category-place .owl-carousel .owl-nav {
    position: static;
    height: auto;
    width: auto;
}
.content-page-category-place .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -50px;
    margin: -55px 0 0 0;
    top: 50%;
}
.content-page-category-place .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -50px;
    margin: -55px 0 0 0;
    top: 50%;
}
.post-places {
    margin-bottom: 30px;
}
.post-tour {
    margin-bottom: 30px;
}
body.single-places .title-fp9.title-fp-style, body.single-tour .title-fp9.title-fp-style {
    max-width: 450px;
}
.error-404.not-found {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 300px;
    color: #000;
}
.navbar-lang a[href="#pll_switcher"] {
    font-size: 0;
}
.navbar-lang a[href="#pll_switcher"]:before {
    display: block;
    font-size: 16px;
}
html[lang="ru-RU"] .navbar-lang a[href="#pll_switcher"]:before {
    content: 'RU';
}
html[lang="he-IL"] .navbar-lang a[href="#pll_switcher"]:before {
    content: 'HE';
}
.navbar-lang .sub-menu a {
    font-size: 0;
    white-space: nowrap;
}
.navbar-lang .sub-menu a:before {
    display: block;
    font-size: 14px;
}
.navbar-lang .sub-menu a[lang="ru-RU"]:before {
    content: 'RU';
}
.navbar-lang .sub-menu a[lang="he-IL"]:before {
    content: 'HE';
}
.content-fp6-bot-but {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.site-header-content .site-header-item.site-mob-but-menu {
    display: none;
}
.mob-but-menu {
    display: flex;
    width: 24px;
    height: 19px;
    position: relative;
    border: none;
    background: none;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}
.mob-but-menu span {
    display: block;
    height: 3px;
    width: 100%;
    background: #1e72ba;
    position: relative;
    top: 0;
    transform: rotate(0deg);
    transition: 0.2s;
}
.mob-but-menu.act span {
    display: none;
}
.mob-but-menu.act span:first-child {
    display: block;
    transform: rotate(45deg);
    top: 8px;
}
.mob-but-menu.act span:last-child {
    display: block;
    transform: rotate(-45deg);
    top: -8px;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto;
}
body.archive img {
    width: 100%;
    height: auto;
}
.comment-metadata a.url {
    color: #333333;
    font-weight: 500;
}
.content-top-contact .d-flex {
    align-items: flex-start;
}
.content-top-contact .d-flex:first-child {
    align-items: center;
}
.content-single-gallery-title {
    display: block;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333333;
}
body.rtl .chosen-container-single .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
}
.type-places-list .container-border-fp2 {
    width: 100%;
    height: auto;
}
.programme-places-list .programme-places-content {
    width: 100%;
    height: auto;
}
.content-top-contact.content-top-contact-not-price .contact-block-parent {
    padding-left: 30px;
    padding-right: 30px;
}
.post-type-archive-tour .content-page-fp2 {
    padding-top: 15px;
}
@media (max-width: 1230px) {
    .content-page-fp3 {
        padding: 50px 0;
    }
    .container, .container-md, .container-sm {
        max-width: 768px;
    }
    .site-header-content .site-header-item img.custom-logo {
        display: block;
        max-width: 125px;
        height: auto;
    }
    .main-navigation .navbar-nav {
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .main-navigation.main-navigation-primary .navbar li.nav-item a {
        font-size: 13px;
    }
    .content-page-banner .banner-content .site-content-title {
        font-size: 40px;
        line-height: 1.15;
    }
    .content-page-banner .banner-content .site-content-text {
        font-size: 24px;
        line-height: 2.083;
    }
    a.but-banner-style {
        font-size: 13px;
        padding: 0 25px;
        height: 40px;
    }
    .content-page-banner .banner-content .site-content {
        margin-top: 20px;
    }
    .title-fp-style {
        font-size: 24px;
    }
    .form-fp2-field-title {
        font-size: 15px;
    }
    .submit-fp2-but {
        font-size: 14px;
    }
    .submit-fp2-but span {
        font-size: 29px;
        margin-left: 10px;
    }
    .tab-list-fp3-block .tab-list-click {
        font-size: 14px;
        text-decoration: underline;
    }
    .tab-list-fp3-block .tab-list-click.act, .tab-list-fp3-block .tab-list-click:hover {
        text-decoration: none;
    }
    .tab-list-fp3-block .tab-list-click:before {
        display: none;
    }
    .tour-article .tour-title {
        font-size: 12px;
        bottom: 40px;
    }
    .tour-article .tour-more {
        font-size: 9px;
        bottom: 15px;
    }
    .tour-article .tour-price {
        bottom: 40px;
        width: 75px;
        height: 25px;
        font-size: 12px;
    }
    .title-fp4.title-fp-style {
        font-size: 45px;
    }
    .sub-title-fp4.title-fp-style {
        font-size: 24px;
        max-width: 430px;
    }
    .text1-fp4.text-fp-style {
        text-align: justify;
        padding-right: 0;
    }
    .content-page-fp4 {
        padding: 60px 0;
    }
    .content-page-fp5 {
        padding: 50px 0;
    }
    .title-fp5.title-fp-style {
        margin-bottom: 30px;
    }
    .places-carousel-article .places-carousel-item-thumbnail {
        width: 80%;
        flex: 0 0 80%;
    }
    .places-carousel-article .places-carousel-excerpt {
        overflow: hidden;
        max-height: 120px;
        font-size: 13px;
        line-height: 1.3;
        text-align: left;
        margin-bottom: 10px;
    }
    .places-carousel-article .places-carousel-title {
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 10px;
    }
    .places-carousel-article .places-carousel-item-header-border {
        padding: 25px 30px;
    }
    .places-carousel-article .places-carousel-item-header {
        right: 0;
    }
    body.rtl .places-carousel-article .places-carousel-item-header {
        left: 0;
    }
    .owl-carousel.places-carousel .owl-nav .owl-prev {
        left: -30px;
    }
    body.rtl .owl-carousel.places-carousel .owl-nav .owl-prev {
        left: -30px;
        right: auto;
    }
    .owl-carousel.places-carousel .owl-nav .owl-next {
        left: auto;
        right: -30px;
    }
    body.rtl .owl-carousel.places-carousel .owl-nav .owl-next {
        left: auto;
        right: -30px;
    }
    .content-page-fp6 {
        padding: 50px 0 0 0;
    }
    .title-fp6.title-fp-style {
        margin-bottom: 25px;
    }
    .title-fp6.title-fp-style {
        line-height: 1.25;
        max-width: 400px;
        margin-bottom: 25px;
    }
    .content-page-fp7 {
        padding: 50px 0;
    }
    .content-page-fp8 {
        padding: 50px 0 60px 0;
    }
    .content-page-fp8 .row > div:last-child {
        display: none;
    }
    .post-article .post-category {
        font-size: 12px;
    }
    .post-article .post-title {
        font-size: 14px;
    }
    .content-page-fp9 {
        padding: 60px 0 80px 0;
    }
    .title-fp9.title-fp-style {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .content-form-fp9 .text-fp9 {
        font-size: 16px;
    }
    .content-form-fp9 {
        padding: 0;
    }
    .content-form-fp9 .form-style-reviews .submit-form input[type="submit"] {
        font-size: 13px;
        width: 244px;
        height: 40px;
    }
    .widget-title {
        font-size: 13px;
        margin-bottom: 15px;
    }
    .site-aside-footer ul.menu a {
        font-size: 12px;
    }
    .my-soc-link-widget a.mscw-email {
        font-size: 12px;
    }
    .my-soc-link-widget ul.mscw-list a {
        width: 31px;
        height: 31px;
        font-size: 13px;
    }
    .my-soc-link-widget ul.mscw-list {
        font-size: 8px;
    }
    .footer-copyright {
        font-size: 11px;
    }
    .footer-logo {
        margin-bottom: 30px;
    }
    .site-footer.page-footer {
        padding: 50px 0;
    }
    .reviews-item {
        padding: 20px;
    }
    .reviews-title {
        font-size: 12px;
    }
    .reviews-date {
        font-size: 10px;
    }
    .reviews-excerpt {
        font-size: 11px;
    }
    .reviews-more {
        margin-top: 10px;
        font-size: 9px;
    }
    .form-style-reviews .title-form {
        font-size: 18px;
    }
    .form-style-reviews .text-form {
        font-size: 14px;
    }
    .but-style-1, a.but-style-1 {
        height: 37px;
        padding: 0 30px;
        font-size: 13px;
        border-radius: 20px;
    }
    .title-fp3-but.but-style-1 {
        height: 21px;
        padding: 0 10px;
        font-size: 9px;
    }
    .form-style-reviews .submit-form input[type="submit"] {
        font-size: 13px;
        width: 150px;
        height: 40px;
    }
    .owl-carousel .owl-dots {
        display: none;
    }
    .add-scrollbar .mCSB_outside + .mCSB_scrollTools {
        right: -30px;
    }
    .content-top-contact .contact-block-title {
        font-size: 13px;
    }
    .content-top-contact .contact-block-item a {
        font-size: 18px;
    }
    .content-top-contact .contact-block-item {
        line-height: 1.3;
        font-size: 12px;
    }
    .page-template-page-contact .form-fp2-block {
        padding: 25px;
    }
    .entry-title {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .page-contact-map {
        margin-top: 50px;
        padding-top: 40px;
    }
    .entry-meta-text {
        font-size: 16px;
    }
    .entry-meta.entry-meta-views {
        padding: 10px 0;
    }
    .entry-meta-text {
        margin-bottom: 20px;
    }
    .content-single .entry-thumbnail {
        margin-bottom: 40px;
    }
    .content-single #toc_container {
        padding: 25px 30px;
        margin-bottom: 40px;
    }
    .mce-content-body img {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .mce-content-body h1, .mce-content-body h2, .mce-content-body h3 {
        font-size: 24px;
    }
    .mce-content-body h4, .mce-content-body h5, .mce-content-body h6 {
        font-size: 16px;
    }
    .mce-content-body p {
        font-size: 13px;
    }
    .mce-content-body ul li {
        font-size: 13px;
    }
    .mce-content-body img.alignleft {
        margin-bottom: 30px;
        margin-top: 0;
    }
    .share-body .share-but-item a {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
    .block-single-comments {
        padding: 50px 0 50px 0;
    }
    .block-single-comments .list-unstyled.media-list li.comment cite {
        margin-right: 10px;
    }
    .comment-metadata a.url {
        font-size: 12px;
    }
    .block-single-comments .list-unstyled.media-list li.comment time {
        font-size: 11px;
    }
    .block-single-comments .list-unstyled.media-list li.comment .comment-metadata {
        margin-bottom: 15px;
    }
    .block-single-comments .comment-body-text {
        font-size: 11px;
        line-height: 1.4;
    }
    .content-single #toc_container p.toc_title {
        font-size: 16px;
    }
    .content-single #toc_container ul.toc_list li {
        font-size: 13px;
    }
    .entry-sub-title {
        font-size: 24px;
    }
    .comment-rating-post-num {
        font-size: 20px;
    }
    .comment-rating-post-stars-parent span {
        width: 16px;
        flex: 0 0 16px;
        height: 16px;
    }
    .comment-rating-post-stars-child span {
        width: 16px;
        flex: 0 0 16px;
        height: 16px;
    }
    .comment-rating-post-rewis {
        font-size: 12px;
    }
    .content-top-contact .contact-block.contact-block-price .contact-block-ico {
        font-size: 16px;
        width: auto;
    }
    .content-top-contact .contact-block.contact-block-price .contact-block-ico span:first-child {
        font-size: 30px;
    }
    .contact-block.contact-block-price .contact-block-content {
        font-size: 12px;
    }
    body.single-places .contact-block-parent.contact-block-parent-price, body.single-tour .contact-block-parent.contact-block-parent-price {
        padding: 20px;
        margin-right: -15px;
    }
    body.rtl.single-places .contact-block-parent.contact-block-parent-price, body.rtl.single-tour .contact-block-parent.contact-block-parent-price {
        margin-right: 0;
        margin-left: -15px;
    }
    .content-top-contact .contact-block-ico {
        margin-right: 10px;
        width: 30px;
        flex: 0 0 30px;
        justify-content: center;
    }
    .content-top-contact .contact-block-ico img {
        max-width: 100%;
    }
    body.single-places .content-top-contact .row > div:last-child .contact-block-parent, body.single-tour .content-top-contact .row > div:last-child .contact-block-parent {
        margin-left: -15px;
    }
    body.rtl.single-places .content-top-contact .row > div:last-child .contact-block-parent, body.rtl.single-tour .content-top-contact .row > div:last-child .contact-block-parent {
        margin-right: -15px;
        margin-left: 0;
    }
    .content-single-gallery-title {
        font-size: 24px;
    }
    .entry-gallery ul li:nth-child(3) ~ li {
        display: none;
    }
    .entry-gallery ul li {
        margin-right: 0 !important;
        margin-bottom: 5px !important;
        width: 26.6% !important;
    }
    .entry-gallery ul li:first-child {
        width: 72.6% !important;
        margin-right: 0.7% !important;
    }
    .entry-gallery ul li:nth-child(3) a.xs-count {
        position: relative;
    }
    .entry-gallery ul li:nth-child(3) a.xs-count::before {
        content: '+'attr(data-countxs);
        display: flex;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(38, 38, 38, 0.56);
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        align-items: center;
        justify-content: center;
    }
    .content-page-banner.banner-places .banner-content .site-content-title h1 {
        font-size: 30px;
    }
    .type-places-list .content-top-contact .contact-block-item {
        font-size: 14px;
    }
    .programme-places-title {
        font-size: 24px;
    }
    .programme-places-text-title {
        font-size: 18px;
    }
    .programme-places-text-description {
        font-size: 13px;
    }
}
@media (max-width: 768px) {
    header.page-header .site-branding {
        height: 65px;
        border-bottom: 1px solid #3e3d42;
        border-top: 1px solid #3e3d42;
    }
    .site-title-center.site-header-item {
        display: none;
    }
    .site-header-content .site-header-item.site-mob-but-menu {
        display: block;
    }
    .main-navigation .navbar-nav {
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .site-header-content .site-header-item img.custom-logo {
        max-width: 107px;
    }
    .main-navigation.main-navigation-primary {
        display: flex;
        align-items: center;
        border: none;
        background: none;
        position: absolute;
        top: 65px;
        z-index: 9999;
        width: 100%;
        height: auto;
        left: 0;
        overflow: hidden;
        max-height: 0;
        transition: 0.2s;
    }
    header.page-header {
        position: relative;
        z-index: 9999;
        background: #fff;
    }
    body::before {
        content: '';
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #3e3d42;
        opacity: 0;
        visibility: hidden;
        transition: 0.2s;
        z-index: 999;
    }
    body.open-menu::before {
        visibility: visible;
        opacity: 0.8;
    }
    body.open-menu .main-navigation.main-navigation-primary {
        max-height: 1000px;
    }
    .main-navigation.main-navigation-primary .navbar {
        width: 100%;
        height: auto;
    }
    .main-navigation.main-navigation-primary .container.page-container {
        width: 100%;
        padding: 0;
    }
    .main-navigation.main-navigation-primary .navbar .collapse.navbar-collapse .navbar-nav.mr-auto li.nav-item {
        display: block;
        width: 100%;
        height: auto;
    }
    .main-navigation.main-navigation-primary .navbar li.nav-item a {
        padding: 20px 10px;
        border-left: none;
        border-right: none;
        font-size: 14px;
        justify-content: flex-start;
    }
    .main-navigation.main-navigation-primary .navbar li.nav-item a::before {
        right: 10px;
    }
    .site-header-content .site-mob-but-menu.site-header-item {
        width: 42px;
    }
    .content-page-banner .banner-bg {
        min-height: 400px;
        justify-content: center;
        align-items: flex-start;
    }
    .content-page-banner .banner-bg img {
        display: block;
        width: auto;
        height: 100%;
        max-width: none;
    }
    .content-page-banner .banner-content .site-content-title {
        font-size: 24px;
    }
    .content-page-banner .banner-content .site-content-text {
        font-size: 18px;
        line-height: 1.2;
        margin-top: 15px;
    }
    .title-fp-style {
        font-size: 20px;
    }
    .title-fp2 {
        margin: 0 0 -20px 0;
    }
    .title-fp2 div {
        width: auto;
        max-width: 100%;
        text-align: center;
    }
    .form-fp2-block {
        padding: 45px 20px;
    }
    .tab-list-fp3-block {
        padding: 0 15px;
        position: relative;
    }
    .tab-list-fp3-block .owl-carousel .owl-nav {
        position: static;
        height: auto;
    }
    .tab-list-fp3-block .owl-carousel .owl-nav .owl-next {
        position: absolute;
        left: auto;
        right: -30px;
        top: -5px;
    }
    .tab-list-fp3-block .owl-carousel .owl-nav .owl-prev {
        position: absolute;
        left: -30px;
        right: auto;
        top: -5px;
    }
    .title-fp3-but.but-style-1 {
        height: 21px;
        padding: 0 10px;
        font-size: 9px;
        min-width: 80px;
        margin: 0 0 0 15px;
    }
    .title-fp4.title-fp-style {
        font-size: 32px;
    }
    .sub-title-fp4.title-fp-style {
        font-size: 18px;
        max-width: none;
    }
    .text-fp-style {
        font-size: 13px;
    }
    .owl-carousel.places-carousel .owl-nav .owl-prev {
        left: 5px;
        right: auto;
    }
    .owl-carousel.places-carousel .owl-nav .owl-next {
        left: auto;
        right: 5px;
    }
    body.rtl .owl-carousel.places-carousel .owl-nav .owl-prev {
        left: 5px;
        right: auto;
    }
    body.rtl .owl-carousel.places-carousel .owl-nav .owl-next {
        left: auto;
        right: 5px;
    }
    .places-carousel-article .places-carousel-item-thumbnail {
        width: 100%;
        flex: 0 0 100%;
    }
    .places-carousel-article .places-carousel-item {
        flex-wrap: wrap;
        padding-bottom: 20px;
    }
    .places-carousel-article .places-carousel-item-header {
        right: auto;
        left: 10px;
        position: relative;
        width: calc(100% - 20px);
        height: auto;
        top: auto;
        bottom: auto;
        flex: 0 0 calc(100% - 20px);
        margin-top: -160px;
        padding: 5px;
        box-shadow: 0 10px 10px 0 rgba(207, 207, 207, 0.75);
    }
    body.rtl .places-carousel-article .places-carousel-item-header {
        left: auto;
        right: 10px;
    }
    .places-carousel-article .places-carousel-item-thumbnail {
        width: 100%;
        flex: 0 0 100%;
        min-height: 525px;
        display: flex;
        justify-content: center;
        overflow: hidden;
    }
    .places-carousel-article .places-carousel-item-thumbnail img {
        display: block;
        width: auto;
        height: 100%;
        max-height: 100%;
    }
    .content-fp6-bot-but {
        margin-top: 10px;
    }
    .title-fp7.title-fp-style {
        text-align: center;
        margin-bottom: 20px;
    }
    .reviews-carousel .reviews-article {
        padding: 0;
    }
    .reviews-carousel {
        margin: 0 0 30px 0;
        padding-bottom: 40px;
    }
    .reviews-item {
        border: 1px solid #333;
    }
    .reviews-item::before {
        display: none;
    }
    .content-page-fp8 .row > div:last-child {
        display: block;
    }
    .title-fp9.title-fp-style {
        text-align: center;
        margin-bottom: 20px;
        width: 100%;
        max-width: none;
    }
    .content-form-fp9 .text-fp9 {
        text-align: center;
    }
    .imagw-fp4.imagw-fp7 {
        margin-top: 30px;
    }
    .content-page-fp9 {
        padding: 50px 0;
    }
    .footer-logo {
        display: flex;
        justify-content: center;
    }
    .footer-copyright {
        text-align: center;
    }
    .site-aside-footer.footer-1 {
        margin-bottom: 30px;
    }
    .site-aside-footer.footer-2 {
        order: 4;
        margin-top: 15px;
    }
    .site-aside-footer.footer-2 .widget-title {
        text-align: center;
    }
    .site-aside-footer.footer-2 .my-soc-link-widget a.mscw-email {
        text-align: center;
        justify-content: center;
    }
    .site-aside-footer.footer-2 .my-soc-link-widget ul.mscw-list {
        justify-content: center;
    }
    .col-contact-top {
        margin-bottom: 30px;
    }
    .col-contact-top:last-child {
        margin-bottom: 0;
    }
    .entry-title {
        font-size: 20px;
    }
    .page-title-map {
        font-size: 18px;
    }
    .content-form-fp9 .form-style-reviews .submit-form input[type="submit"] {
        margin: 0 auto;
    }
    .breadcrumb-site {
        font-size: 11px;
    }
    .entry-meta-text {
        font-size: 15px;
    }
    .content-single #toc_container p.toc_title {
        font-size: 16px;
    }
    .content-single #toc_container ul.toc_list li {
        font-size: 13px;
    }
    .content-single #toc_container {
        padding: 30px 20px;
        margin-bottom: 40px;
    }
    .mce-content-body h1, .mce-content-body h2, .mce-content-body h3 {
        font-size: 20px;
    }
    .block-single-comments .title-comments.title-fp-style {
        text-align: center;
    }
    body.single-places .contact-block-parent.contact-block-parent-price, body.single-tour .contact-block-parent.contact-block-parent-price {
        width: 100%;
        justify-content: flex-start;
        margin-right: 0;
    }
    body.single-places .contact-block-parent, body.single-tour .contact-block-parent {
        padding: 15px 25px;
    }
    body.single-places .content-top-contact .row > div:last-child .contact-block-parent, body.single-tour .content-top-contact .row > div:last-child .contact-block-parent {
        margin-left: 0;
    }
    .content-page-banner.banner-places .banner-content .site-content-title h1 {
        font-size: 26px;
    }
    .entry-sub-title {
        font-size: 20px;
    }
    .mce-content-body strong {
        font-size: 16px;
    }
    .mce-content-body h1, .mce-content-body h2, .mce-content-body h3 {
        font-size: 20px;
        margin-bottom: 0;
    }
    .entry-gallery ul li {
        margin-right: 8px !important;
        margin-bottom: 0 !important;
        width: calc(50% - 4px) !important;
    }
    .entry-gallery ul li:nth-child(3) {
        margin-right: 0 !important;
    }
    .entry-gallery ul li:first-child {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 8px !important;
    }
    body.single-places .type-places-list .form-fp2-block, body.single-tour .type-places-list .form-fp2-block {
        padding: 30px 15px;
    }
    .programme-places-title {
        font-size: 20px;
    }
    .programme-places-text-title {
        font-size: 16px;
    }
    body.rtl.single-places .content-top-contact .row > div:last-child .contact-block-parent, body.rtl.single-tour .content-top-contact .row > div:last-child .contact-block-parent {
        margin-right: 0;
        margin-left: 0;
    }
    .content-top-contact.content-top-contact-not-price .contact-block-parent {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.owl-carousel .owl-stage-outer {
    float: left;
}