@charset "UTF-8";
body{
    background: #f1f1f1;
    color: #666666;
    font-size: 14px;
    /*font-family: Georgia;*/
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    line-height: 1.7em;
    -webkit-font-smoothing: antialiased;
}
header{
    background: #fff;
    position: relative;
    z-index: 1050;
    box-shadow: 0px 0px 9px 0px grey;
    margin-bottom: .5rem !important;
}
h1, h2, h3, h4, h5, h6 {
    color: #0d239f;
    margin: 0;
    margin-bottom: 0.714em;
    font-weight: 500;
    line-height: 1.0em;
    word-wrap: break-word;
}
.cursor-pointer{cursor: pointer}
.mainpage .row.catalog{
    box-shadow: 2px 2px 8px 0px gray;
}
#travelWidget{
    min-height: 400px;
}
.mainbanners .travelWidget, .mapform{
    background: linear-gradient(149deg, rgb(24 187 156 / 55%) 0%, rgb(106 57 175 / 35%) 42%, #ffc1077a 72%, #dc3545a1 100%);
    background-size: 400%;
    animation: mgradient 3s infinite linear;
}
@keyframes mgradient {
    0% {
        background-position: 80% 0%;
    }
    50% {
        background-position: 20% 100%;
    }
    100% {
        background-position: 80% 0%;
    }
}
form input.btn.btn-primary[name="sign"]{
    opacity: 0.5;
    pointer-events: none;
}
form input.checkbox[type="checkbox"]:checked input.btn.btn-primary[name="sign"] {
    opacity: 1;
    pointer-events: initial;
}
.form-math{width: 80px;}
.searchIconswitch{top: 22px;right: 10px;}
.searchdiv{ z-index: 10001; }
.favorites{top: 19px; right: 36px;}
.main-left a{text-decoration: none;color: #673ab7;font-weight: bold;}
.main-left a:hover{text-decoration: underline;}
.onmaincontent{
    margin-top: 26px;
}
.date_post{

}
.date_post_ch{
    font-size: 11px;
}
.table_of_contents{}
.table_of_contents .block-title{
    font-weight: bold;
    font-size: 24px;
}
.table_of_contents ol.contents {
    margin: 10px 0px 20px;
}
.table_of_contents ol.contents li{
    font-size: 14px;
}
.table_of_contents ol.contents a{
    color: #3f5a9a;
    text-decoration: none;
}
.table_of_contents ol.contents a span{
    font-family: OpenSansSemibold,sans-serif;
}
.content-shadow{
    box-shadow: 0px 0px 6px gray;
    padding: 3px 10px;
    border-radius: 9px;
}
.content p{
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 25px;
    margin-top: 0;
    word-break: normal;
    word-spacing: 2px;
    color: #000;
    cursor: default;
    font-family: "Assistant",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.content p a, .content p span{
    word-break: break-word;
}
.content p iframe, .content iframe{max-width: 100%;}
.content blockquote{
    border-left: 5px solid darkblue;
    padding-left: 6px;
    margin-left: 25px;
    font-size: 1.3em;
    line-height: 1.6em;
}
.content img{
    max-width: 100%;
    height: auto;
}
.content:not('.pagination') ul{
    
}
.content:not('.pagination') ul li {
    list-style: none !important;
    position: relative;
    padding-left: 24px;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 16px;
    color: #000;
}
.content:not('.pagination') ul li:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 10px;
    width: 8px;
    height: 12px;
    transform: rotate(36deg);
    border-bottom: 2px solid #009688;
    border-right: 2px solid #009688;
}
/*.content ul { list-style-image: url(star.svg); }*/
.content ul li{
    font-size: 20px;
    line-height: 1.7;
    margin-top: 0;
    color: #000;
    overflow-wrap: break-word;
}
.content ol li{
    font-size: 20px;
    line-height: 1.7;
    margin-top: 0;
    color: #000;
    overflow-wrap: break-word;
}
.content ul li.inactive:before {
    
}
.content .adv-em{
    background: url("/assets/templates/images/backy.png");
    min-height: 2em;
}
.content .adv-em code{
    display: block;
    text-align: center;
    color: #999;
    font-size: 10px;}
.content .adv-em ins.adsbygoogle{text-decoration: none !important;}
.content p a{
    background-color: #e3effb;
    color: darkblue;
    text-decoration: underline;
    font-weight: 500;
}
.content p a:hover{
    background-color: transparent;
    color: black;
}
.content video{max-width: 100%;height: auto;}
.pseovdolink,.pseovdodatalink{
    background-color: #e3effb;
    color: darkblue;
    text-decoration: underline;
    font-weight: 500;
    cursor: pointer;
    word-break: break-all;
}
.pseovdolink:hover,.pseovdodatalink:hover{
    background-color: transparent;
    color: black;
}
.pagination{
    display: block !important;
    margin: 0.5em auto;
}
.pagination li{ display: inline-block;}
.allcontent{
    background: #fff;
}
.division-seablue{background: steelblue;}
.mainorg{
    box-shadow: 0px 0px 9px 0px grey;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-radius: 6px;
}
.random-org .name{z-index: 1;}
.menu-setlment{
    background-color: #cfeaff;
    border: 1px solid #8d9df9;
}
.sticky{
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
}
a[name]:target{
 scroll-margin-top: 55px;/*calc();*/  
}
label[id^=prope]{
    cursor: pointer;
}
#mapform{
    width: 100%;
    min-height:400px;
    height:auto;
}
#mapform.shown{display:block;}
.botom-line{border-bottom: 1px solid #c0c0c0;}
.setlment-info{}
.setlment-info h1{margin-bottom: 6px;}
.setlment-info-links{text-align: center;}
.setlment-info-photos .carousel-item-img{height: auto;}
#fancybox_gallery{position:relative;cursor: pointer;}
#fancybox_gallery::after{
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    top: 30px;
    background: url("/assets/images/icons/lupa-.webp") no-repeat center;
}
#map-eye{position: relative;top: 5px;}
#map-eye.bi-eye{color: #ff4704;}
#map-eye.bi-eye-fill{color: green;}
.reserving{
    margin-top: 5px;
    padding: 5px 15px;
    border: 1px solid #d5d5d5;
    box-shadow: 3px 3px 6px 0px #7c7a7a;
}
.reserving.reserv{
    position: relative;
    padding: 5px 2px;
    border-radius: 12px;
    background: radial-gradient(circle at 50% 50%, hsl(0deg 0% 100%), hsl(210deg 66.31% 40.72%));
    /*background: radial-gradient(circle at 50% 50%, hsl(0deg 0% 100%), hsl(210deg 46% 49%));*/
    /*animation: zcwreserv 1.5s 0s ease-out infinite;
    animation: zcwreserv 2s linear infinite;*/
    z-index: 999;
}
@keyframes zcwreserv {
    0% {box-shadow: 0 0 8px 6px rgba(43,79,179, 0), 0 0 0 0 rgba(14, 74, 150, 0), 0 0 0 0 rgba(43,79,179, 0);}
    10% {box-shadow: 0 0 8px 6px #c2d6ea, 0 0 8px 6px rgba(14, 74, 150, 0), 0 0 0 0 #c2d6ea;}
    25% {box-shadow: 0 0 8px 6px #c2d6ea, 0 0 0 12px rgba(14, 74, 150, 0), 0 0 0 12px #c2d6ea;}
    100% {box-shadow: 0 0 8px 6px rgba(43,79,179, 0), 0 0 0 25px rgba(14, 74, 150, 0), 0 0 0 25px rgba(43,79,179, 0);}
}
@keyframes zcw{
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
.rating-counts{font-size:10px;}
.reserving .title{
    font-size: 22px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding: 0 7px;
    font-family: Arial,sans-serif;
    color: #FFF;
    text-shadow: 2px 2px 4px #000;
}
.catalog-infodiv{position: relative;}
.top-linkads{
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    padding: 6px 6px 6px 22px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(-45deg,#0097d5,#1c84cd,#e70062,#ee5200);
    text-shadow: none;
    position: relative;
    top: -1px;
    letter-spacing: 1px;
    background-size: 400% 400%;
    animation: Gradient 3s ease infinite;
    cursor: pointer;
}
.top-linkads .advertiselabel, .reserving .advertiselabel{
    position: absolute;
    display: block;
    background-color: #fff;
    font-size: 10px;
    font-weight: 200;
    bottom: -12px;
    right: -6px;
    color: #000;
    padding: 1px 2px !important;
    margin: 0px;
    border: 1px solid #9E9E9E;
    border-radius: 6px;
    letter-spacing: normal;
    line-height: 1.2em;
    z-index: 1;
    cursor: pointer;
}
.reserving .advertiselabel{
    bottom: -6px;
    left: unset;
    right: -6px;
}
.advertiselabel b{margin-left: 2px;margin-right: 2px;}
.top-linkads .uptopshowlink{
    font-size: 18px;
    color: #FFEB3B;
}
.new{
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    padding: 6px 6px 6px 22px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(-45deg,#0097d5,#1c84cd,#e70062,#ee5200);
    box-shadow: 2px 2px 4px 0px black;
    text-shadow: none;
    position: relative;
    top: -1px;
    letter-spacing: 1px;
    background-size: 400% 400%;
    animation: Gradient 3s ease infinite;
    cursor: pointer;
}
@keyframes Gradient {0% {background-position: 0 50%;} 50% {background-position: 100% 50%;} 100% {background-position: 0% 50%;} }
.new::before{
    content: '';
    position: absolute;
    background: url(/assets/templates/images/tvil.ru-icon.png) center no-repeat;
    width: 20px;
    height: 20px;
    left: 2px;
    top: 7px;
}
.newya{
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    padding: 6px 6px 6px 6px;
    color: #fff;
    font-size: 16px;
    font-weight: 200;
    background: linear-gradient(-45deg,#FFEB3B,#FF5722,#FFC107,#FF5722);
    box-shadow: 2px 2px 4px 0px black;
    text-shadow: none;
    position: relative;
    top: -1px;
    word-spacing: 1.1em;
    background-size: 400% 400%;
    animation: Gradientya 3s ease infinite;
    cursor: pointer;
}
@keyframes Gradientya {0% {background-position: 100% 50%;} 50% {background-position: 0% 50%;} 100% {background-position: 100% 50%;} }
.newya::before{
    content: '';
    position: absolute;
    background: url(/assets/templates/images/yatravel.icon.png) center no-repeat;
    width: 20px;
    height: 20px;
    left: 33%;
    top: 7px;
}
.badge__form{display: none !important;}
.ya-reviews-pad{
    height: 320px;
    overflow: hidden;
    position: relative;
    background-color: #3f51b50f;
    box-shadow: 3px 3px 6px 0px #7c7a7a;
}
#mytabrev{
    margin-left: 6px;
    margin-right: 6px;
}
.ya-reviews-pad.showall{height: auto;}
.ya-reviews-pad .safter{
    display: block;
    position: absolute;
    bottom: 4px;
    right: 5px;
    height: 26px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    box-shadow: 0px 0px 6px 0px black;
    border-radius: 6px;
}
.ya-reviews-pad .safter:hover{
    color: black;
}
#safter{
    /*padding: 3px;*/
    display: inline-block;
    height: auto;
}
.ya-reviews{
    width:100%;
    overflow:hidden;
    position:relative;
}
.row.review-item{
    margin: 0 0px;
    box-shadow: 0px 0px 6px 1px gray;
    border-radius: 3px;
}
.ya-reviews iframe{width:100%;height:100%;border:1px solid #e6e6e6;border-radius:8px;box-sizing:border-box}
.carousel-indicators.fortop{top: 0 !important;bottom: unset;}
.carousel-indicators.fortop button{background: #2196f3;}
.carousel-indicators.fortop [data-bs-target]{text-indent: unset;}
.carousel-indicators.fortop [data-bs-target] .carousel-indicators-span{position: relative;display: block;top: -10px;}
.ya-badge.reviews .carousel-item{max-height: 300px;overflow: auto;}
.ya-badge .logo{height:100%}
.ya-badge .logo{display:block;width:100%;object-fit:contain;object-position:center}
.ya-badge .badge{-moz-box-sizing:border-box;box-sizing:border-box;min-width:300px;max-width:760px;height:100vh;padding:20px 20px 32px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;border-radius:8px}
.ya-badge .mini-badge{position:relative;-webkit-box-flex:0;-webkit-flex:none;flex:none}
.ya-badge .mini-badge__org-name{display:block;margin-right:110px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:20px;text-decoration:none;margin-bottom:12px;line-height:23px}
.ya-badge .mini-badge__logo{opacity:.5;position:absolute;top:6px;right:0;width:92px;height:14px}
.ya-badge .mini-badge__logo:hover{opacity:1}
.ya-badge .mini-badge__rating-info{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-bottom:16px}
.ya-badge .mini-badge__stars-count{font-size:48px;margin-right:12px;line-height:56px}
.ya-badge .mini-badge__stars{margin-bottom:8px}
.ya-badge .mini-badge__rating{font-size:14px}
.ya-badge .stars-list{
    display: inline-flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 0;
    padding-bottom: 0;
}
.cansay-fld-textarea-div .ya-badge .stars-list{
    padding: 6px;
    border: 1px solid #c0c0c0;
    border-radius: 12px;
    cursor: pointer;
    background-color: #2196f34d;
}
.cansay-fld-textarea-div .ya-badge .stars-list:hover{
    background-color: #c0c0c07a;
}

.modal-body.ya-badge{background-color: #c0c0c091;}
.ya-badge .stars-list__star{width:16px;height:16px;list-style: none;}
.ya-badge .stars_big .stars-list__star{width:52px;height:52px;list-style: none;}
.ya-badge .stars_big .stars-list__star:hover, .ya-badge .stars_big .stars-list__star:hover ~ li { color: #ffd700;}
.ya-badge .stars-list__star::marker{display:none;}
.ya-badge .mini-badge{display:block;-moz-box-sizing:border-box;box-sizing:border-box}
.ya-badge .mini-badge__wrapper{margin:auto}
.ya-badge .mini-badge__stars{width:88px}
.ya-badge .mini-badge__org-name{font-weight:500}
.ya-badge .badge{background:#fff}
.ya-badge .badge,.mini-badge,.mini-badge__org-name{color:#000}
.ya-badge .stars-list__star{background:url('/assets/templates/images/asterisk.svg') no-repeat 50%/cover}
.ya-badge .stars-list__star._half{background-image:url('/assets/templates/images/hastreriks.svg')}
.ya-badge .stars-list__star._empty{background-image:url('/assets/templates/images/empty.svg')}
.ya-badge .logo{background:url('/assets/templates/images/logo.svg') no-repeat 50%/contain}
.ya-badge .mini-badge__rating{color:#999}
.ya-badge .badge__comments{overflow:hidden;margin-bottom:16px}
.ya-badge .badge__more-reviews-link{-moz-box-sizing:border-box;box-sizing:border-box;display:inline-block;padding:12px 16px;line-height:16px;border-radius:8px;margin:auto;text-align:center;font-weight:500}
.ya-badge .badge__more-reviews-link-wrap{position:relative;text-align:center}
.ya-badge .badge__more-reviews-link-wrap:after{position:absolute;content:"";left:0;right:0;top:-16px;-webkit-transform:translateY(-100%);transform:translateY(-100%);height:60px}
.ya-badge .comment{padding:24px 0}
.ya-badge .comment__header{display:-webkit-box;display:-webkit-flex;display:flex;margin-bottom:16px;height:40px}
.ya-badge .comment__photo{height:40px;width:40px;border-radius:100%;margin-right:12px;text-align:center;line-height:40px;font-size:16px;color:#fff}
.ya-badge .comment__photo._icon_1{background:#b37db3}.comment__photo._icon_2{background:#f29d61}.comment__photo._icon_3{background:#50c0e6}
.ya-badge .comment__photo._icon_4{background:#6ca632}.comment__photo._icon_5{background:#f285aa}.comment__photo._icon_6{background:#8585cc}
.ya-badge .comment__photo._icon_7{background:#5798d9}
.ya-badge .comment__name{font-size:16px;margin-bottom:2px;font-weight:500;line-height:20px}
.ya-badge .comment__date{color:#999;line-height:16px}
.ya-badge .comment__stars{margin-bottom:8px}
.ya-badge .comment__text{font-size:16px;line-height:20px;overflow:hidden;position:relative}
.ya-badge .comment__read-more{padding:0 40px 0 20px;z-index:1;position:absolute;right:0;bottom:0;text-align:right}
.ya-badge .comment__read-more>a{color:#888}
.ya-badge .comment{border-bottom:1px solid #f6f6f6}
.ya-badge .comment__read-more{background:-webkit-linear-gradient(left,hsla(0,0%,100%,0),#fff 15px);background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff 15px)}
.ya-badge .comment__read-more>a{color:#999}
.ya-badge .comment__read-more>a:hover{color:grey}
.ya-badge .badge__more-reviews-link{color:#198cff;background:#f5f7fa}
.ya-badge .badge__more-reviews-link:hover{background:#e9eef3}
.ya-badge .badge__more-reviews-link-wrap:after{background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),to(#fff));background:-webkit-linear-gradient(top,hsla(0,0%,100%,0),#fff);background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff)}
.ya-badge .badge__form{-moz-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-flex-wrap:wrap;flex-wrap:wrap;border-radius:6px;padding:6px;-webkit-box-flex:0;-webkit-flex:none;flex:none;font-weight:500}
.ya-badge .badge__form-text{margin:6px;font-size:16px;white-space:nowrap}
.ya-badge .badge__form._without-comments{margin-bottom:56px}
.ya-badge .badge__link-to-map{margin:6px;padding:12px 16px;line-height:16px;border-radius:8px;-webkit-transition:background-color .1s ease-out;transition:background-color .1s ease-out}
.ya-badge .badge__form{background:#f6f6f6}
.ya-badge .badge__link-to-map{background:#258ffb;color:#fff}
.ya-badge .badge__link-to-map:hover{background:#1a6df2}
.ya-badge .mini-badge__rating{color:#999}
.ya-badge .mini-badge__org-name:hover,.mini-badge__rating:hover{color:#1a6df2}

.author-box{
    border: 1px solid #c0c0c0;
    min-width: 200px;
    padding: 3px 6px;
    box-shadow: 2px 2px 4px grey;
    margin: 4px;
    border-radius: 4px;
}
.cheers{
    font-size: 13px;
    font-weight: bold;
    font-family: sans-serif;
}
.recipe{background: #fff8ed;}
.post-text p{
    font-size: 17px;
    font-family: "Assistant",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.post-text-recommend{position:relative;}
.post-text-recommend .name{
    position: absolute;
    margin-top: 20px;
    margin-left: 6px;
}
.post-text-recommend .name a{
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    font-size: 24px;
    text-decoration: none;
}
.post-text a{ color: #483a9f; text-decoration: none;}
.post-text a:hover{ color: #0d6efd; }
.img_desc .desc{
    display: block;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 25px;
    margin-top: 0;
    overflow-wrap: break-word;
    padding: 0 1rem;
    word-spacing: 2px;
    color: #000;
    cursor: default;
    font-family: "Assistant",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.carousel-caption h5{
    background-color: #c0c0c0;
}
.carousel-control-next{}
.carousel-control-prev{}
.carousel-control-next-icon, .carousel-control-prev-icon {
    border-radius: 50%;
    background-color: gray;
    box-shadow: 0px 0px 10px 1px #000;
    opacity: 0.6;
}
.carousel-control-next:hover .carousel-control-next-icon, .carousel-control-prev:hover .carousel-control-prev-icon{
    opacity: 1;
}
.carousel.vertical-4 .carousel-inner{
    height: auto;
    overflow: hidden;
}
.carousel.vertical-4 .carousel-item{
    display: block;
    float: none;
    margin-right: 0;
    margin-bottom: 5px;
    margin-top: 5px;
}
.carousel.vertical-4 .carousel-item.hiding{
    display: none;
}
.carousel.vertical-4 .carousel-control-next, .carousel.vertical-4 .carousel-control-prev{
    position: absolute;
    top: inherit;
    bottom: inherit;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    color: #fff;
    text-align: center;
    background-color: gray;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}
.carousel.vertical-4 .carousel-control-next-icon, .carousel.vertical-4 .carousel-control-prev-icon{
    background-color: #000;
}
.carousel.vertical-4 .carousel-control-next{
    right: 0;
    bottom: 0;
    opacity: 0.75;
}
.carousel.vertical-4 .carousel-control-prev{
    top: 0;
    left: 0;
    opacity: 0.75;
}
.carousel.vertical-4 .carousel-control-next-icon {
    transform: rotate(90deg);
}
.carousel.vertical-4 .carousel-control-prev-icon {
    transform: rotate(90deg);
}
#carouselorgs .carousel-inner{
  
}
#carouselorgs  .card{
  margin: 0 0.5em;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;
}
#carouselorgs .carousel-control-prev, #carouselorgs .carousel-control-next {
  width: 6vh;
}
#carouselorgs  .card .img-wrapper{
    max-width: 100%;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
}
#carouselorgs .card img{
    max-height: 100%;
}
/* HybridAuth */
.hybridauth .ha-avatar {
    position: absolute;
    width: 75px;
    margin-top: 15px;
}
.hybridauth .ha-info {
    margin-left: 90px;
    display: inline-block;
}
.ha-icon, .ha-icon-active {
    display: inline-block;
    width: 48px;
    height: 48px;
    margin: 0 2px;
    background-image: url('/assets/components/hybridauth/img/web/color-icons.png');
    background-repeat: no-repeat;
    text-indent: -9999px;
    opacity: 1;
}
.ha-icon:hover { opacity: .8; }
.ha-icon.active {
    background-image: url('/assets/components/hybridauth/img/web/grayscale-icons.png');
    opacity: .5 !important;
}
.ha-icon.facebook { background-position: 0 0; }
.ha-icon.github { background-position: -48px 0; }
.ha-icon.google { background-position: -96px 0; }
.ha-icon.instagram { background-position: -144px 0; }
.ha-icon.linkedin { background-position: -192px 0; }
.ha-icon.livejournal { background-position: -240px 0; }
.ha-icon.mailru { background-position: -288px 0; }
.ha-icon.odnoklassniki { background-position: -336px 0; }
.ha-icon.thumblr { background-position: -384px 0; }
.ha-icon.twitter { background-position: -432px 0; }
.ha-icon.vimeo { background-position: -480px 0; }
.ha-icon.vkontakte { background-position: -528px 0; }
.ha-icon.yandex { background-position: -576px 0; }
.ha-icon.youtube { background-position: -624px 0; }
.ha-icon.foursquare { background-position: -672px 0; }
.ha-icon.modxpro { background-position: -720px 0; }

.about{
    padding: 2px 6px;
    margin: 6px 0px;
    box-shadow: 0px 0px 6px grey;
    border-radius: 12px;
}
.cam_div_cam{
    position: absolute;
    background-color: #fff;
    display: block;
    width: 24px;
    height: 24px;
    margin-bottom: 0px;
    margin-left: -9px;
    z-index: 1000;
    border: 1px solid grey;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}
.cam_div_title{margin-left: 24px;font-weight: bold;}
.trumbs{overflow-x: auto;overflow-y: hidden;white-space: nowrap;}
.trumbs .trumbs-inner{position: relative;}
.trumbs .trumbs-inner .trumbs-item{position: relative;display: inline-block;}
.trumbs .trumbs-inner .cam-number{
    position: absolute;
    display: block;
    right: 9px;
    bottom: 9px;
    padding: 0px 8px;
    background: #fff;
    border-radius: 50%;
}
.trumbs::-webkit-scrollbar-thumb {
  background-color: #000;/*d6dee1*/
  width: 10px;
  border-radius: 20px;
  border: 9px solid transparent;
  background-clip: content-box;
}
.trumbs .active{opacity: 0.2;filter: grayscale(100%);}
.cam-list{
    background: #fff;
}
.cam-list .list-name{
    display: block;
    margin: 0px 4px 0px 0px;
    padding: 2px 4px;
}
.table tr{}
.table tr:hover{background-color: #c1c1c1;}
.table tr td{}
.table tr td:hover{background-color: #918f8f;}
/* breadcrubs */
.B_crumbBox{
    
}
.B_crumbBox li{
    display: inline-block;
    margin-right: 2px;
}
/* breadcrubs End */
/* Top menu */
.topmenu{ z-index: 1;}
.topmenu ul{list-style: none;}
.topmenu ul li{ position: relative; background-color: #fff; border-right: 1px solid transparent;}
.topmenu ul li:hover{background-color: #0d6efd;}
.topmenu ul li:hover>a{color: #FFF;}
.topmenu ul li a{}
.topmenu ul li .show-sub{ 
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    padding-top: 6px;
    padding-left: 6px;
    top: 3px;
    right: 6px;
    z-index: 2;
}
.topmenu ul li .show-sub i{position: relative; z-index: -1;}
.topmenu ul li a.nav-link{ border-radius: 0 !important; padding-left: 6px; padding-right: 6px;font-family: 'Arial Black', Gadget, sans-serif;}
.topmenu ul li a.selected{
    background-color: #3F51B5 !important;
    color: greenyellow;
}
.topmenu ul ul{ position: relative; display: none; margin: 0; padding: 0; border: 1px solid transparent;}
.topmenu ul li:hover ul{ visibility: visible; }
.topmenu ul li:hover ul li{ border-left: 1px solid blue; border-right: 1px solid blue;}
.topmenu ul li:hover ul li:first-child{ border-top: 1px solid blue;}
.topmenu ul li:hover ul li:last-child{ border-bottom: 1px solid blue;}
.topmenu ul ul li{ background-color: #fff; min-width: 160px; }
.topmenu ul ul li a{}
/* Catalog */
.fs-tag{font-size: 0.74rem !important;}
#navbarFilterdContentButton{
    
}
#navbarFilterdContentButton.active .navbar-toggler-icon{
    background: none;
    display: none;
}
#navbarFilterdContentButton .navbar-toggler-close-icon{
    display: none;
}
#navbarFilterdContentButton.active .navbar-toggler-close-icon{
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
#navbarFilterdContentButton.active .navbar-toggler-close-icon:before, 
#navbarFilterdContentButton.active .navbar-toggler-close-icon:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 4px;
    background: darkslategray;
    top: 26px;
    left: 12px;
}
#navbarFilterdContentButton.active .navbar-toggler-close-icon:before {transform: rotate(45deg);}
#navbarFilterdContentButton.active .navbar-toggler-close-icon:after {transform: rotate(-45deg);}
#navbarFilterdContent{
    background-color: #fff;
    padding: 6px 9px;
}
#navbarFilterdContent.mobi{
    position: absolute;
    display: block !important;
    top: 290px;
}
.close-mobile{
    position: absolute;
    right: -9px;
    top: -9px;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 6px 1px gray;
    text-align: center;
    z-index: 1000;
}
.close-mobile:after{
    position: relative;
    display: block;
    content: '+';
    transform: rotate(-45deg);
}
#navbarFilterdContent .close-mobile{
    display: none;
}
#navbarFilterdContent.mobi .close-mobile{
   display: block; 
}
#searchsettldiv{
    position: fixed;
    top: 30px;
    left: 2%;
    width: 95%;
    min-height: 460px;
    padding: 12px;
    background: #fff;
    border: 2px solid #c0c0c0;
    z-index: 10000;
}
.catalog .name a, .post .name a, #carouselorgs a{
   text-shadow:3px 3px 4px #000;
   text-decoration: none;
}
.favorite{
    padding: 8px 6px 0px 7px;
    background: #fff;
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
    top: 52%;
    right: 10px;
    -webkit-filter: grayscale(1); 
    filter: gray;  
    filter: grayscale(1);
}
.favorite:hover{
    -webkit-filter: inherit; 
    filter: inherit;  
    filter: inherit;
}
.favorite.added{
    -webkit-filter: inherit; 
    filter: inherit;  
    filter: inherit;
}
.favorite.added::after{
    content: '+';
    position: absolute;
    color: red;
    font-size: 14px;
    top: -5px;
    left: 13px;
    font-weight: bold;
}
.favorite i{position: relative; z-index: -1;}
.right-filters{z-index: 10;}
#selectsetlmentdiv #SelectSetlment{}
#selectsetlmentdiv.closing:after{content: '';}
#setllmenlist{
    position: absolute;
    display: none;
    z-index: 100;
    background-color: #fff;
    width: 100%;
    border: 1px solid #c0c0c0;
    box-shadow: 1px 1px 4px grey;
    padding: 6px 3px;
}
#setllmenlist.shownow{
   display: block !important; 
}
#setllmenlist div{
    padding-left: 3px;
    cursor: pointer;
    border-bottom: 1px solid #000;
}
#setllmentags{
    
}
#setllmentags div{
    display: inline-block;
    background-color: lightyellow;
    padding: 0px 4px 0px 4px;
    border: 1px solid gray;
    margin-bottom: 3px;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
}
#setllmentags div:after{
    content: 'x';
    border: 1px solid gray;
    margin-left: 3px;
    padding: 0px 4px 1px 4px;
    border-radius: 6px;
    box-shadow: 1px 1px 2px grey;
    font-size: 12px;
    background-color: limegreen;
}
.footer{
    z-index: 1;
    position: relative;
    border-top: 1px solid #3f51b5;
    background-color: #dceaf5;
    color: #333;
}
.footer .bottom_link{margin-bottom: 3px;}
.footer-div{padding: 18px 0px 10px 0px;}
.footer h3,.footer h4,.footer h5,.footer h6{color: #fff;}
.footer a{ color: royalblue; text-decoration: none; }
.footer a:hover{ color: #0e7c7b; text-decoration: underline; }
.addobject{
    margin-bottom: 5px;
    margin-top: 5px;
}
.addobject a{
    padding: 6px 14px;
    border: 1px solid midnightblue;
}
.addobject a:hover{text-decoration:none;}
.addobject a:before{
    content: "+";
    margin-right: 4px;
    font-size: 16px;
    font-weight: bold;
}
.modalcookiepad{
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(5px);
    z-index: 100000;
}
.modalcookie{
    position: fixed;
    display: none;
    max-width: 320px;
    bottom: 16px;
    left: 5px;
    z-index: 100001;
    background-color: #fff;
    border: 1px solid grey;
    padding: 3px;
}
.modalcookiepad .modalcookie{
    
} 
.modalcookie-content{text-align: center;}
.form-cookie{display: inline;line-height: 25px;}
.noLink{
    background-color: transparent;
    border: none;
    color: royalblue;
    cursor: pointer;
    display: inline;
    padding: 0;
}
.modal-backdrop{z-index: 1049;}
.modalalert{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    min-height: 90px;
    text-align: center;
    padding: 6px 0px;
}
.noLink:hover{
    color: #0e7c7b;
    text-decoration: underline;
}
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 1000; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #e83c79; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 8px 10px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}
/* Youtube */
.youtube {
    background-color: #000;
    /*margin-bottom: 30px;
    padding-top: 56.25%;*/
    position: absolute;
    overflow: hidden;
    cursor: pointer;
}
.youtube iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.youtube img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.youtube img, .youtube .play-button {
    cursor: pointer;
}
.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.youtube:hover .play-button {background-color: red;}
.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.youtube .play-button, .youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.youtube .play-button, .youtube .play-button:before {
    position: absolute;
}
#short_description{
    display: block;
    height: 280px;
    overflow: hidden;
    position: relative;
}
.toggle_expand_collapse{
    display: none;
    float: right;
    position: relative;
    top: -5px;
}

.buybtn{}
.buybtn:hover{-webkit-filter: grayscale(100%);filter: grayscale(100%);}
.socials{
    margin: 0;
    padding: 0;
}
.socials li{
    border-radius: 50%;
    margin: 0;
    padding: 6px;
    width: 36px;
    height: 36px;
    list-style: none;
}
.socials li:hover{opacity: 0.7;}
.socials .vk{background: url(/assets/images/social_icons_rounded_color_200.png) no-repeat 4px 6px;}
.socials .ok{background: url(/assets/images/social_icons_rounded_color_200.png) no-repeat -100px -63px;}
.socials .tg{background: url(/assets/images/social_icons_rounded_color_200.png) no-repeat -65px 6px;}
.socials .yt{background: url(/assets/images/social_icons_rounded_color_200.png) no-repeat -168px -29px;}
.socials .rt{background: url(/assets/images/social_icons_rounded_color_200.png) no-repeat -65px -131px;}
.socials .tur{background: url(/assets/images/social_icons_rounded_color_200.png) no-repeat 4px -132px;}
.socials .dz{background: url(/assets/images/social_icons_rounded_color_200.png) no-repeat -31px -98px;}
.socials .pl{background: url(/assets/images/social_icons_rounded_color_200.png) no-repeat -31px -131px}
.socials span{
    display: block;
    width: 26px;
    height: 26px;
    text-decoration: none;
    cursor: pointer;
    background: transparent;
    z-index: 10;
}
.socials a{
    display: block;
    text-decoration: none;
    width: 24px;
    height: 24px;
}
.social-icons{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none;-ms-flex-direction:column!important;flex-direction:column!important;position:fixed;top:98%;margin-top:-156px;border: 1px solid gray;z-index: 1000;}
.social-icons li{
    background:#fff;
/*    background:-moz-linear-gradient(-45deg,rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
    background:-webkit-linear-gradient(-45deg,rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
    background:linear-gradient(135deg,rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f6f6f6',GradientType=1);*/
    width:35px;height:35px;
    margin-top:1px;
    margin-bottom:1px
}
.social-icons li:hover{background:#fff}
.social-icons li a{display:block;padding:.5rem}
.social-icons li svg{width:20px;height:20px}
.social-icons li a.vk-share svg{fill:#0077FE}
.social-icons li a.tg-share svg{fill:#26A4E5}
.social-icons li a.ok-share svg{fill:#F96900}
.social-icons li a.fb-share svg{fill:#1977F3}
.social-icons li a.tw-share svg{fill:#1C9BF0}
.social-icons li a.pn-share svg{fill:#DF0022}
.social-icons li a.ln-share svg{fill:#0077B7}
.social-icons li a.email-share svg{fill:#F7C600}
/*h3{font-size: 1.4rem !important;}*/
/* SimpleFating */
.rating {
    overflow: hidden;
    position: relative;
    width: 130px;
    height: 25px;
}
.rating__best {
    background: url(/assets/components/simplerating/img/stars.png) no-repeat;
    width: 130px;
    height: 35px;
    position: absolute;
    background-size: 130px 210px;
}
.rating_active .rating__star {
    cursor: pointer;
}
.rating__best_hover {
    background-position: 0 -35px !important;
}
.rating__star {
    width: 26px;
    height: 35px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.rating__star_1 {
    left: 0;
}
.rating__star_2 {
    left: 26px;
}
.rating__star_3 {
    left: 52px;
}
.rating__star_4 {
    left: 78px;
}
.rating__star_5 {
    left: 104px;
}
.rating__star_opacity {
    background: url(/assets/components/simplerating/img/rating_bg.png) repeat scroll 0 0 transparent;
    opacity: 0.75;
}
.rating__star_hover {
    background-image: none !important;
}
.rating__current {
    background: url(/assets/components/simplerating/img/stars.png) 0 -35px no-repeat;
    height: 35px;
    position: absolute;
    background-size: 130px 210px;
}
/* Media bootstrap 5  */
@media (min-width: 576px) { 
    .post-text-recommend .name a{ font-size: 26px; }
    .content-shadow{
        padding: 20px 6px;
    }
}

@media (min-width: 768px) {
    .post-text-recommend .name a{ font-size: 18px; }
    #carouselorgs  .carousel-item {
    margin: 0px;
    flex: 0 0 25%;
    display: flex;
  }
  #carouselorgs  .carousel-inner{
    display: flex;
  }
}

@media (min-width: 992px) {
    #travelWidget{
        min-height: 240px;
    }
    .post-text-recommend .name a{ font-size: 24px; }
    .topmenu ul ul{ position: absolute; display: inherit !important; visibility:  hidden; margin: 0; padding: 0;}
    .topmenu ul li .show-sub{display: none;}
}

@media (min-width: 1200px) { 
    .post-text-recommend .name a{ font-size: 26px; }
 }

@media (min-width: 1400px) { 
    .post-text-recommend .name a{ font-size: 26px; }
 }