/*   
Theme Name: vazuza.love
Theme URI: https://github.com/saxap/clean-wp-template
Version: 1.0
Tags: clean, development, html5
Description: Clean wp template for fast development starting. Buy beer author via PayPal: saxap@bk.ru
Author: saxa:p
Author URI: http://dontforget.pro
*/


@media (max-width: 834px) {
    .svg__popup {
        max-width: calc(100vw - 40px)!important;
        left: 20px;
    }
}

@media (max-width: 480px) {

    .svg__popup {
        bottom: 80px!important;
    }

    .svg__popup__desc {
        max-height: 105px;
        height: 100%;
    }

    .svg__popup__img img {
        height: 140px;
    }

    .svg__popup__img {
        margin-bottom: 16px;
    }

    .svg__popup__price_wrapper {
        flex-direction: column;
    }

    .svg__popup__price__separator {
        width: 100%;
        height: 1px;
    }

    .svg__popup__price__box p {
        font-size: 40px;
        line-height: 90%;
        top: 0;
        right: 0;
    }

    .svg__popup_wrapper {
        max-height: calc(100dvh - 200px);
        overflow-y: scroll!important;
        display: block!important;
    }

    .svg__popup__close {
        top: 0;
        right: 0;
    }
}

#svgContainer g[filter] {
    cursor: pointer;
    position: relative;
    z-index: 1;
}

@keyframes pulse {
    0% {
        stroke-width: 0.75;
        stroke-opacity: 1;
    }
    70% {
        stroke-width: 20;
        stroke-opacity: 0;
    }
    100% {
        stroke-width: 0.75;
        stroke-opacity: 1;
    }
}

#svgContainer g[filter] + circle {
    transform-origin: 10px 10px;
    animation-duration: 2s;
    animation-name: fadeIn;
    animation-iteration-count: infinite;
}

#svgContainer {
    position: relative;
}

.svg__popup {
    display: none;
    position: absolute;
    right: 20px;
    bottom: 20px;
    top: auto;
    background: white;
    max-width: 768px;
    padding: 12px;
    border-radius: 12px;
    width: 100%;

}

.svg__popup_wrapper {
    position: relative;
    display: flex;
    gap: 16px;
    overflow: hidden;
}

.svg__popup__number {
    position: absolute;
    top: 8px;
    left: 8px;
    border-radius: 6px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    width: 40px;
    height: 40px;
}

.svg__popup__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.svg__popup__close {
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    background: white;
    border-radius: 6px;
}

.obl {
    animation-duration: 30s;
    animation-name: obl;
    animation-iteration-count: infinite;
}

@keyframes obl {
    0% {
       transform: translateX(0);
    }
    50% {
        transform: translateX(-1000px);
    }
    100% {
        transform: translateX(0);
    }
}




.svg__popup__title {
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 12px;
    line-height: 120%;
    font-family: Cormorant Garamond, sans-serif;
    max-width: 80%;
}

.svg__popup__desc {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    overflow-y: scroll;
    max-height: 175px;
    height: 100%;

}

.svg__popup__img {
    position: relative;
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
}

.svg__popup__content_wrapper {
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.svg__popup.active {
    display: block;
}

.svg__popup__actions{
    margin-top: 20px;
}

.svg__popup__actions.active {
    background: #F2F2F2;
    padding: 16px;
}


.svg__popup__button {
    width: 100%;
    padding: 18px 32px 20px 32px;
    gap: 10px;
    border-radius: 6px;
    background: #253238;
    color: white;
    display: flex;
    justify-content: center;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    cursor: pointer;
    text-decoration: none;
}

.svg__popup__price {
    display: none;
}

.svg__popup__price.active {
    display: block;
}

.svg__popup__price_wrapper {
    display: flex;
    justify-content: space-between;
}

.svg__popup__price.active .svg__popup__price__desc {
    margin: 16px 0 20px;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: rgba(37, 50, 56, 0.5);

}



.svg__popup__price__separator {
    width: 1px;
    height: auto;
    background: rgba(37, 50, 56, 0.2);
}

.svg__popup__price__label {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;

}

.svg__popup__price__box {
    display: flex;
    gap: 10px;
    align-items: flex-end;
}

#svgContainer {
    background: #020202;
}

.svg__popup__price__box span {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 125%;
}

.svg__popup__price__box p {
    font-family: Cormorant Garamond, sans-serif;
    font-size: 52px;
    font-weight: 600;
    line-height: 80%;

}


#jvlabelWrap,
#jivo_chat_widget{
	display: none;
}

.__jivoMobileButton {
	display: none !important;
}

.rewards-col a {
	color: #bc8c03;
}

.inner-page .deerwhite
{
	display: none;
}

.modal-opts .event-manager a
{
    color: #000;
}

.contact-box a
{
    cursor: pointer;
}

.modal-opts .event-manager
{
    text-align: center;
    margin-top: 10px;
}

.deerblack
{
	display: none;
}
.inner-page .deerblack
{
	display: block;
}

.event-manager
{
    display: none;
}

.event-manager a
{
    color: #fff;
    text-decoration: none;
}

.page-id-598  .event-manager
{
    display: block;
}

.house-content__options
{
    display: flex;
    flex-wrap: wrap;
}
.house-prefs-foot
{
    width: 100%;
    margin-bottom: 40px;
}
.house-prefs-top
{
    order: 1;
}

.house-media::-webkit-scrollbar {
  width: 0;
}

body .sidebar-menubox.scrolled {
    color: #253238;
    width: 4%;
}

#modalspa .houses-filters
{
    max-width: 100%;
    width: 100%;
    height: 60px;
}

body .sidebar-menubox.scrolled .sidebar-contacts {
    opacity: 0;
    visibility: hidden;
    transition: all 0.12s linear;
}

body .sidebar-menubox.scrolled .sidebar-contacts .adr-location {
    color: #253238;
}

body .sidebar-menubox.scrolled .sidebar-contacts .adr-location a {
    color: #253238;
    border-color: #253238;
}

body .sidebar-menubox.scrolled .sidebar-contacts a[href*=tel] {
    color: #253238;
}

.sidebar-menubox.scrolled .copyright {
    display: none;
}

body .sidebar-menubox.scrolled .sidebar-plash__main {
    border: 2px solid #253238;
}

body .sidebar-menubox.scrolled  .sidebar-plash .plash-textbox {
    display: none;
}


body .sidebar-menubox.opened.scrolled {
    width: 100%;
}

body .sidebar-menubox.scrolled .sidebar-menu ul li a {
    color: #253238;
}

body .sidebar-menubox.scrolled .sidebar-menu ul li a span::after {
    background: #253238;
}

body .sidebar-menubox.opened.scrolled .sidebar-plash__main {
    background: #253238;
    color: #fff;
}

body .sidebar-menubox.opened.scrolled .sidebar-plash__main .plash-textbox {
    display: block;
}

body .sidebar-menubox.opened.scrolled .sidebar-plash__main span {
    display: block;
}

body .sidebar-menubox.opened.scrolled .sidebar-plash__main span {
    display: block;
}

body .sidebar-menubox.scrolled .sidebar-plash .sidebar-plash__hint {
    background: #fff;
    color: #253238;
    border-color: #253238;
}

body .sidebar-menubox.opened.scrolled .sidebar-contacts {
    opacity: 1;
    visibility: visible;
    transition: all 0.12s linear;
}

.sidebar-menubox.opened.scrolled .sidebar-contacts a[href*=tel] {
    opacity: 1;
    visibility: visible;
    transition: all 0.35s linear;
    margin-top: 25px;
    display: block;
}

body:not(.home) .sidebar-menubox.opened.scrolled .soc-list {
    opacity: 1;
    visibility: visible;
}

.sidebar-menubox.opened.scrolled .sidebar-contacts a.mobiletel {
    display: none;
}

body .sidebar-menubox.scrolled  .sidebar-contacts .soc-lnk {
    box-shadow: 0px 0px 0px 1px #253238 inset;
}

body .sidebar-menubox.scrolled  .sidebar-contacts .soc-lnk i[class*=icon-] {
    color: #253238;
}

.sidebar-menubox.scrolled .sidebar-menu ul li a {
    color: #253238;
}

body .sidebar-menubox.scrolled .sidebar-contacts .adr-location a:hover
{
	background: unset;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.program-card, .child-card { animation: fadeIn 3s; }

.sep-page .sep-calendar .eventCalendar-wrap .eventCalendar-list-content .eventCalendar-list li a
{
	color: #fff !important;
}

.sep-page .list-view article .date
{
	background-color: #7F7F7F !important;
}

.kaleidoscope-card
{
	position: relative;
}

.grecaptcha-badge { visibility: hidden; }

.kaleidoscope-filter
{
	-webkit-appearance: none;
}

.copyright
{
	color: #a3a3a3;
	margin: 2px 0;
	display: flex;
    gap: 5px;
    align-items: center;
    display: none;
    font-size: 8px;
}

aside.opened .copyright
{
	display: flex;
}

.sidebar-contacts .adr-location
{
	visibility: visible;
}

aside.opened .sidebar-contacts .adr-location
{
	visibility: visible;
	opacity: 1;
}

/*.copyright::before*/
/*{*/
/*	content: "";*/
/*	display: block;*/
/*	width: 16px;*/
/*	height: 18px;*/
/*	background-image: url('img/agency5.svg');*/
/*}*/

.investition-page .pkonlytel, .investition-page .adr-location
{
	display: none !important;
}

.investition-page .opened .pkonlytel, .investition-page .opened .adr-location
{
	display: block !important;
}


.copyright a
{
	color: #a3a3a3;
	text-decoration: none;
	font-size: 13px;
}

.inner-page .copyright
{
	display: none;
}

.afterroll {
  align-items: center;
  justify-content: center;
  gap: 20px;
  display: none;
}
.afterroll.show {
  display: flex;
}

.article-author span .avtor
{
  color: #a2a1a1;
}


.sep-page .sep-calendar .eventCalendar-wrap .eventCalendar-slider .eventCalendar-monthWrap .eventCalendar-daysList .eventCalendar-day a
{
  width: 100%;
}

.soc-lnk.soc-vk i
{
	font-size: 13px;
}

.soc-lnk.son-tg i
{
	font-size: 15px;
}

.soc-lnk.son-tt i
{
	font-size: 20px;
}
.soc-lnk.son-yt i
{
	font-size: 23px;
}
.house-inform__desc p
{
	margin-bottom: 15px;
}

:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}

.up-button
{
	display: none;
}

body:not(.home) .soc-list {
    opacity: 0;
    visibility: hidden;
}

body.page-template-page-spa .soc-list
{
	opacity: 1;
	visibility: visible;
}
  
body.single .soc-list {
    opacity: 1;
    visibility: visible;
}

.article__wrapper .soc-list
{
	left: 222px;
}

.page-template-page-kaleydoskop .show
{
  display: flex !important;
}
 
.swiper-slide.houses-filter
{
	max-width: unset;
}  

[class*=__container]
{
	margin: 0 auto;
}

.infobox-2 {
    margin-bottom: 80px;
}

.contact-routes a
{
	text-decoration: none;
	color: #253238;
}

.select2-container--default .select2-selection--single {
    background-color: unset !important;
    border: unset !important; 
    border-radius: unset !important;
    font-weight: 500 !important;
    font-size: 16px !important;
}

.select2-container--default .select2-selection--single
{
	border: 1px solid #dbdbdb !important;
    border-radius: 4px !important;
}


.select2-results__options li:first-child
{
	font-size: 0;
}

.select2-results__options li:first-child:before {
    content: 'Все';
    font-size: 16px;
}

 .select2-results__option
 {
 	font-size: 16px;
 	background: #F2F2F2;
 }

 .select2-dropdown
 {
 	border: none !important;
 }

 .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #b7b7b7 !important;
 }

.child-filters__list .searchandfilter ul
{
	margin-top: 5px;
    margin-bottom: 5px;
}


.select2-search--dropdown
{
	display: none !important;
}

.adr-location
{
	margin-top: 15px;
}

.kaleidoscope-season.season-summer,
.kaleidoscope-season.season-spring
{
	height: 320px;
}

/*
.house-video
{
	max-width: unset;
}
*/

.page-template-page-mission .page-subtitle
{
	max-width: unset;
}

.infobox, .photobox {
    margin-bottom: 80px;
}

body:not(.home) .sidebar-menubox.opened .soc-list {
    opacity: 1;
    visibility: visible;
}

.sidebar-contacts
{
	width: 100%;
}

body.inner-page .sidebar-menubox {
    color: #253238;
    width: 4%;
}


.soc-item
{
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.soc-item:hover {
    border: none;
}

.soc-item:hover i[class*=icon-]
{
	color: #fff;
}

.soc-item::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    z-index: -1;
    transition: height 0.12s linear;
}

.soc-item.soc-inst::after {
    background: url(img/instgrd.png) no-repeat;
}

.soc-item:hover::after {
    height: 100%;
    transition: height 0.2s linear;
}

.soc-item.soc-vk::after {
    background: #0077FF;
}

.soc-item.soc-tg::after {
    background: #27A1D3;
}
.soc-item.soc-tt::after {
    background: #000000;
}
.soc-item.soc-dzen::after {
	background: #2c3035;
}

.soc-item.soc-mail::after {
	background: #015ef9;
}

.reviews-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(395px, 1fr));
    gap: 20px;
}

.swiper-slide.filtersseason
{
	margin-right: 0px !important;
	max-width: 300px;
	width: 25% !important;
}

.sep-calendar .search
{
	display: none;
}

.home .main-wrapper, .page-template-page-spa .main-wrapper
{
	margin: unset;
}

#post-902 h1
{
	display: none;
}

.sep-page .grid-view article, .sep-page .list-view article
{
	border-radius: 30px;
}

.sep-page .search .form-group input
{
	border-radius: 30px;
	height: 58px !important;
	padding-left: 20px !important;
	border: 3px solid #f2f2f2;
}

.sep-page .search .form-group button
{
	border-radius: 30px;
	height: 58px;
	background-color: #f2f2f2 !important;
	width: 80px !important;
}

.sep-page .sep-calendar .simple-event-calendar
{
	border-radius: 30px;
}

.sep-page .sep-calendar .eventCalendar-wrap .eventCalendar-list-content .eventCalendar-list li a:before
{
	display: none;
}

.sep-page .sep-calendar .eventCalendar-wrap .eventCalendar-list-content .eventCalendar-list li a
{
	color: #fff;
}

.eventCalendar-list-wrap {
    background-color: #7F7F7F !important;
    color: #fff;
    padding-top: 5px !important;
    padding-bottom: 10px !important;
    border-bottom-left-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    padding-left: 30px !important;
    max-width: 100%;
    margin-top: 40px;
}

.sep-page .sep-calendar .eventCalendar-wrap .eventCalendar-slider .eventCalendar-monthWrap.eventCalendar-currentMonth
{
	border-bottom: none !important;
}

.sep-page .sep-calendar .eventCalendar-wrap .eventCalendar-list-content .eventCalendar-list li a
{
	color: #fff;
}

.sep-page .sep-calendar .eventCalendar-wrap .eventCalendar-slider .eventCalendar-monthWrap .eventCalendar-daysList.eventCalendar-showAsWeek
{
	margin-right: 30px !important;
	margin-left: 30px !important;
	border-radius: 30px !important;
	border-right: 2px solid #fff;
}

.sep-page .sep-calendar .eventCalendar-wrap
{
	background: #f2f2f2;
	border-radius: 30px !important;
}


.sep-page .sep-calendar .eventCalendar-wrap .eventCalendar-slider .eventCalendar-monthWrap .eventCalendar-daysList.eventCalendar-showAsWeek .eventCalendar-day {
    border-left: solid 2px #fff !important;
    border-bottom: solid 2px #fff !important;
}

.sep-page .sep-calendar .eventCalendar-wrap .eventCalendar-slider .eventCalendar-monthWrap .eventCalendar-currentTitle .eventCalendar-monthTitle
{
	border: 1px solid #000 !important;
    border-radius: 30px !important;
    background: #fff;
    padding: 10px 35px !important;
}

.sep-page .sep-calendar .eventCalendar-wrap .eventCalendar-slider .eventCalendar-monthWrap .eventCalendar-currentTitle
{
	padding: 30px 0px !important;
}

.sep-page .sep-calendar .eventCalendar-wrap .eventCalendar-prev {
    background-color: #fff !important;
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #000 !important;
    left: 35px !important;
    top: 20px !important;
}

.sep-page .sep-calendar .eventCalendar-wrap .eventCalendar-next {
    background-color: #fff !important;
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #000 !important;
    right: 35px !important;
    top: 20px !important;
}

.eventCalendar-day-header:nth-child(1)
{
	border-top-left-radius: 30px;
	border-left: 2px solid #f2f2f2;
}

.eventCalendar-day-header:nth-child(7)
{
	border-top-right-radius: 30px;
}

.eventCalendar-day-header
{
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	border-right: 2px solid #f2f2f2;
}
 
.home-slider video
{  
	width: 100%;
}

.program {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(395px, 1fr));
	gap: 20px;
}


#umnico-widget-wrapper
{
	right: 50px !important;
    bottom: 146px !important;
}

.sep-page .sep-calendar .eventCalendar-wrap .eventCalendar-slider .eventCalendar-monthWrap .eventCalendar-daysList .eventCalendar-day-header
{
	background-color: #7F7F7F !important;
}

.sep-page .sep-calendar .eventCalendar-wrap .eventCalendar-slider .eventCalendar-monthWrap .eventCalendar-daysList.eventCalendar-showAsWeek .eventCalendar-day.today
{
	background-color: #7F7F7F !important;
}
 
.article__wrapper article
{
	max-width: unset;
}

.swiper-slide.photos-filter .tabs-nav__item
{
	display: block;
}

.swiper-slide.photos-filter .tabs-nav__item
{
	font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    line-height: 150%;
    color: #253238;
    text-decoration: none;
}

.sidebar-contacts a.mobiletel
{
	display: none;
}

.sidebar-menubox.opened .sidebar-contacts a.mobiletel
{
	display: none;
}

.page-num
{
	width: 58px;
}

.page-num.active
{
	background: #fff;
    border-radius: 50%;
    border: 1px solid #253238;
}

.burger-icon span:nth-child(1):after
{
	content: '';
	width: 100%;
    height: 2px;
    display: block;
    background: #fff;
    transform: translate(0, -50%);
    transition: all 0.12s ease;
    margin-top: 13px;
}

.scrolled .burger-icon span:nth-child(1):after
{
	background: #253238;
}

.sf-input-select
{
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #253238;
    padding: 18px 16px 20px 18px;
    max-width: 100%;
    margin: 0;
    /* width: 100%; */
    border: none;
    background-color: transparent;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDkgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjM5OTkwMiA1TDQuMzk5OSA5TDguMzk5OSA1IiBzdHJva2U9IiMyNTMyMzgiLz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-position: left 0px top 46%;
    background-size: 10px 10px;
}


.child-filters__list .searchandfilter ul
{
	display: flex;
    justify-content: space-between;
    gap: 25px;
    overflow-x: auto;
    padding-left: 0;
}

.child-filters__box .searchandfilter select.sf-input-select {
    min-width: unset;
    cursor: pointer;
} 

.kaleidoscope-card.rulend.viewed
{
	background: unset !important;
} 


.kaleidoscope-season.season-autumn .kaleidoscope-card.rul,
.kaleidoscope-season.season-summer .kaleidoscope-card.rul,
.kaleidoscope-season.season-winter .kaleidoscope-card.rul,
.kaleidoscope-season.season-spring .kaleidoscope-card.rul
{
	background: rgb(255 255 255 / 90%);
}


.searchandfilter .sf-field-post-meta-na_svezhem_vozduhe
{
	display: none;
}

.sf-field-post-meta-sezon select
{
	width: 110px;
}

.nenaydeno
{
	margin-top: 50px;
}

.searchandfilter .sf-field-search
{
	display: none;
}

.house-conditions__listcol
{
	flex: 0 1 31.428%;
}

.house-conditions__listcol:nth-child(even) {
    flex: 0 1 32.196%;
}

.sep-page .listing .search button i
{
	right: 25px !important;
    top: 15px !important;
}

.sep-page .search .form-control::placeholder
{
	color: #ccc !important;
}

.sep-page h3, .sep-page .h3
{
	text-transform: uppercase;
}

.page-fullbg__info .page-lnk.active {
    color: rgb(255, 255, 255);
    transition: color 0.2s linear;
}

.page-fullbg .page-lnk.active::before {
    position: absolute;
    content: "";
    left: 0;
    top: calc(100% + 6px);
    width: 0%;
    height: 2px;
    background: #fff;
    transition: width 0.2s linear;
}

.home-content__info p.noweight
{
	font-weight: normal;
}

.article-author
{
	box-shadow: 0px 0px 0px 2px rgb(242, 242, 242);
}

.listing .list-view .btn
{
    border-radius: 30px;
    padding: 13px 70px !important;
    margin-top: 30px;
    display: block;
    max-width: 205px;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    border: 1px solid #253238 !important;
    background: unset !important;
    color: #253238 !important;
}

.page-fullbg .page-lnk.active::before {
    width: 100%;
    transition: width 0.2s linear;
}

.season-autumn .kaleidoscope-season__name.rotate, .season-summer .kaleidoscope-season__name.rotate
{
	rotate: 180deg;
}

.header-menu:first-child {
    flex: 0 1 34%;
}

.header-menu:first-child ul {
    justify-content: right;
    gap: 40px;
}

.header-base
{
	gap: 40px;
}

.header-menu:first-child {
    flex: 0 1 37%;
}

.active .kaleidoscope-card
{
	background: rgba(255, 255, 255, 0.3);
}

.active .kaleidoscope-card.rulend
{
	background: #fff;
}

.kaleidoscope-opts a, .kaleidoscope-opts button
{
  min-width: 300px;
}

.icon-waves:before
{
	display: none;
}

.bronirovanie
{
	color: #fff;
	background: #253238 !important;
}

body.inner-page .sidebar-contacts .adr-location a {
    color: #253238;
    border-color: #253238;
}

body.inner-page .sidebar-contacts .adr-location a:hover {
    background: unset;
}

.kaleidoscope-opts
{
	bottom: -80px;
}

.kaleidoscope-opts .view-allk
{
	border: 1px solid #253238;
}

.program-card::after
{
	background: rgb(39 39 39 / 20%);
}

.kaleidoscope-opts .view-allk.bronirovanie
{
	display: none;
}

.season-inner
{
	border-radius: 50px;
	overflow: hidden;
}

.kaleidoscope-season.season-autumn
{
	background: url(img/kaleidoscope/seasons/1600/1.png) no-repeat;	
	background-size: cover;
	background-position: bottom;

}

.kaleidoscope-season.season-winter
{
	background: url(img/kaleidoscope/seasons/1600/2.png) no-repeat;	
	background-size: cover;
	background-position: bottom;
}

.kaleidoscope-season.season-spring
{
	background: url(img/kaleidoscope/seasons/1600/3.png) no-repeat;	
	background-size: cover;
	background-position: top;
}


.kaleidoscope-season.season-summer
{
	background: url(img/kaleidoscope/seasons/1600/4.png) no-repeat;	
	background-size: cover;
	background-position: top;
}


.season-tab.single-season .kaleidoscope-season.season-autumn
{
	background: url(img/kaleidoscope/seasons/autumn.png) no-repeat;	
	background-size: cover;
	padding: 20px 30px 30px 30px;
}

.season-tab.single-season .kaleidoscope-season.season-winter
{
	background: url(img/kaleidoscope/seasons/winter.png) no-repeat;	
	background-size: cover;
	padding: 20px 30px 30px 30px;
}

.season-tab.single-season .kaleidoscope-season.season-spring
{
	background: url(img/kaleidoscope/seasons/spring.png) no-repeat;	
	background-size: cover;
	padding: 20px 30px 30px 30px;
} 

.season-tab.single-season .kaleidoscope-season.season-summer
{
	background: url(img/kaleidoscope/seasons/summer.png) no-repeat;	
	background-size: cover;
	padding: 20px 30px 30px 30px;
}

.single-season .kaleidoscope-season
{
	height: unset !important;
}

.season-tab.single-season .start-roll {
    top: 57%;
}

.season-tab.single-season .start-roll2 {
    top: 57%;
}

.rest-box__item.wd
{
	max-height: 440px;
}

.review-card__author
{
  width: 100%;
  justify-content: space-between;
  margin-right: 0;
  padding-right: 0;
}

.sidebar__base .adr-location.bottombut
{
	display: none;
}

.review-card__info
{
  width: unset;
}

.review-card__author::after {
  display: none;
}

.review-card__name
{
    position: relative;
    margin-right: 20px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}

.post-type-archive-otzivi .review-card__top
{
  justify-content: space-between;
}

.review-card__author
{
  flex-wrap: wrap;
}

.review-card
{
	position: relative;
	padding-bottom: 60px;
}

.review-card__name::after {
    position: absolute;
    content: "|";
    right: -19px;
    color: #253238;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    opacity: 0.5;
}

.endkal .kaleidoscope-card
{
  background: rgba(255, 255, 255, 0.1);
}

.endkal .kaleidoscope-card .rollfront-content
{
  opacity: 0.5;
}

.endkal .kaleidoscope-card.rulend .rollfront-content
{
  opacity: 1;
}

.endkal .kaleidoscope-card.rulend
{
  background: #fff;
}

/*@media (min-width: 1600px) and (max-width: 1800px)
{*/
	@media (min-width: 1600px)
	{
		.kaleidoscope-wrap h1
		{
		    margin-bottom: 40px !important;
		    padding-top: 30px;
		}
	}

	.header-menu:first-child {
	    display: flex;
	    flex: 0 1 45%;
	}

	.kaleidoscope-card__title
	{
		font-size: 10px;
	}

	.kaleidoscope-card__icon
	{
		width: 22px;
		height: 22px;
	}

	.kaleidoscope-card
	{
		height: 65px;
	}

	.kaleidoscope-season
	{
		height: 190px !important;
	} 

	.kaleidoscope-season__name
	{
		font-size: 32px;
	}

	.start-roll::after
	{
		width: 160px;
		height: 160px;
		background: url(img/kaleidoscope/seasons/roll160.svg) no-repeat;
	}

    .start-roll2::after
    {
        width: 160px;
        height: 160px;
        background: url(img/kaleidoscope/seasons/roll160.svg) no-repeat;
    }

	.start-roll
	{
		width: 160px;
		height: 160px;
		font-size: 18px;
	}

    .start-roll2
    {
        width: 160px;
        height: 160px;
        font-size: 13px;
        background: #fff;
        text-decoration: none;
        display: none;
    }

    .resultkal .start-roll2
    {
        display: flex;
    }

	.kaleidoscope-opts
	{
		bottom: -80px;
	}

	.rollend-content
	{
		font-size: 10px;
	}
/*}*/



@media (min-width: 1600px) and (max-width: 1920px)
{
	.season-inner {
	    border-radius: 30px;
	    overflow: hidden;
	}

	.kaleidoscope-season.season-autumn
	{
		background: url(img/kaleidoscope/seasons/1600/1.png) no-repeat;	
		background-size: cover;
		background-position: bottom;
	}

	.kaleidoscope-season.season-winter
	{
		background: url(img/kaleidoscope/seasons/1600/2.png) no-repeat;	
		background-size: cover;
		background-position: bottom;
	}

	.kaleidoscope-season.season-spring
	{
		background: url(img/kaleidoscope/seasons/1600/3.png) no-repeat;	
		background-size: cover;
		background-position: top;
	}

 
	.kaleidoscope-season.season-summer
	{
		background: url(img/kaleidoscope/seasons/1600/4.png) no-repeat;	
		background-size: cover;
		background-position: top;
	}
}

@media (min-width: 1000px) and (max-width: 1600px)
{

	.kaleidoscope-opts {
	    bottom: -30px;
	}

	.single-season .kaleidoscope-season
	{
		border-radius: 30px;
	}


	.kaleidoscope-season.season-autumn
	{
		background: url(img/kaleidoscope/seasons/1600/1.png) no-repeat;	
		background-size: cover;
		border-top-left-radius: 30px;
		background-position: bottom;
	}

	.kaleidoscope-season.season-winter
	{
		background: url(img/kaleidoscope/seasons/1600/2.png) no-repeat;	
		background-size: cover;
		border-top-right-radius: 30px;
		background-position: bottom;
	}

	.kaleidoscope-season.season-spring
	{
		background: url(img/kaleidoscope/seasons/1600/3.png) no-repeat;	
		background-size: cover;
		border-bottom-right-radius: 30px;
		background-position: top;
	}

	.kaleidoscope-season.season-summer, .kaleidoscope-season.season-spring {
	    height: 270px;
	}

	.kaleidoscope-season.season-summer
	{
		background: url(img/kaleidoscope/seasons/1600/4.png) no-repeat;	
		background-size: cover;
		border-bottom-left-radius: 30px;
		background-position: top;
	}	
}

@media (min-width: 768px) and (max-width: 1000px)
{
	.season-inner {
	    border-radius: 30px;
	    overflow: hidden;
	}

	.kaleidoscope-season.season-autumn
	{
		background: url(img/kaleidoscope/seasons/1600/1.png) no-repeat;	
		background-size: cover;
	}

	.kaleidoscope-season.season-winter
	{
		background: url(img/kaleidoscope/seasons/1600/2.png) no-repeat;	
		background-size: cover;
	}

	.kaleidoscope-season.season-spring
	{
		background: url(img/kaleidoscope/seasons/1600/3.png) no-repeat;	
		background-size: cover;
	}


	.kaleidoscope-season.season-summer
	{
		background: url(img/kaleidoscope/seasons/1600/4.png) no-repeat;	
		background-size: cover;
	}

	.kaleidoscope-opts {
	    bottom: -40px;
	}

	.kaleidoscope-season.season-summer, .kaleidoscope-season.season-spring {
	    height: 365px;
	}
}

@media (min-width: 600px) and (max-width: 768px)
{
	.kaleidoscope-season.season-summer, .kaleidoscope-season.season-spring {
	    height: 360px !important;
	}
}

@media (min-width: 600px) and (max-width: 1000px)
{
	.kaleidoscope-season.season-summer, .kaleidoscope-season.season-spring {
	    height: 360px !important;
	}

	.kaleidoscope-season.season-winter, .kaleidoscope-season.season-autumn {
	    height: 360px !important;
	}

	.single-season .kaleidoscope-season.season-summer, .single-season .kaleidoscope-season.season-spring {
	    height: unset !important;
	}

	.single-season .kaleidoscope-season.season-winter, .single-season .kaleidoscope-season.season-autumn {
	    height: unset !important;
	}

	.kaleidoscope-season.season-winter .kaleidoscope-season__name
	{
		order: 2;
	}

	.kaleidoscope-season.season-spring .kaleidoscope-season__name
	{
		order: 2;
	}


	.single-season .kaleidoscope-season.season-winter .kaleidoscope-season__name
	{
		order: unset;
	}

	.single-season .kaleidoscope-season.season-spring .kaleidoscope-season__name
	{
		order: unset;
	}

	.kaleidoscope-season.season-winter {
	    padding: 33px 23px 33px 60px;
	}

	.kaleidoscope-season.season-spring {
	    padding: 33px 23px 33px 60px;
	}
}

@media (min-width: 480px) and (max-width: 768px)
{
	.kaleidoscope-season.season-autumn
	{
		background: url(img/kaleidoscope/seasons/1600/1.png) no-repeat;	
		background-size: cover;
	}

	.kaleidoscope-season.season-winter
	{
		background: url(img/kaleidoscope/seasons/1600/2.png) no-repeat;	
		background-size: cover;
	}

	.kaleidoscope-season.season-spring
	{
		background: url(img/kaleidoscope/seasons/1600/3.png) no-repeat;	
		background-size: cover;
	}


	.kaleidoscope-season.season-summer
	{
		background: url(img/kaleidoscope/seasons/1600/4.png) no-repeat;	
		background-size: cover;
	}

	.season-inner {
	    border-radius: unset;
	}

	.kaleidoscope-opts {
	    bottom: -20px;
	}

	.kaleidoscope-season.season-summer, .kaleidoscope-season.season-spring {
	    height: 165px;
	}

	.single-season .kaleidoscope-season.season-summer, .single-season .kaleidoscope-season.season-spring {
	    height: unset;
	}
}

@media (max-width: 480px)
{
	.season-inner {
	    border-radius: unset;
	}

	.kaleidoscope-season.season-autumn
	{
		background: url(img/kaleidoscope/seasons/1600/1.png) no-repeat;	
		background-size: cover;
	}

	.kaleidoscope-season.season-winter
	{
		background: url(img/kaleidoscope/seasons/1600/2.png) no-repeat;	
		background-size: cover;
	}

	.kaleidoscope-season.season-spring
	{
		background: url(img/kaleidoscope/seasons/1600/3.png) no-repeat;	
		background-size: cover;
	}


	.kaleidoscope-season.season-summer
	{
		background: url(img/kaleidoscope/seasons/1600/4.png) no-repeat;	
		background-size: cover;
	}	

	.kaleidoscope-season.season-summer, .kaleidoscope-season.season-spring {
	    height: 210px !important;
	}

	.kaleidoscope-season.season-autumn, .kaleidoscope-season.season-winter {
	    height: 210px !important;
	}

	.single-season .kaleidoscope-season.season-summer, .single-season .kaleidoscope-season.season-spring {
	    height: unset !important;
	}

	.single-season .kaleidoscope-season.season-winter, .single-season .kaleidoscope-season.season-autumn {
	    height: unset !important;
	}

	.kaleidoscope-opts {
	    bottom: -20px;
	}

}


@media screen and (min-width: 1180px) {
	.sidebar-menu ul li a i[class*=icon-]
	{
		height: 28px;
		width: 28px;
	}
	
	.sidebar-menu i::before {
	    font-size: 28px;
	}
}




@media (max-width: 1600px)
{
	.header-menu:first-child {
			display: flex;
	}

	.season-tab.single-season .start-roll {
	    top: 54%;
	}

    .season-tab.single-season .start-roll2 {
        top: 54%;
    }

	.kaleidoscope-opts
	{
		margin-top: 0;
	}

	.header-base
	{
		gap: 0;
	}
}


@media (min-width: 1180px) and (max-width: 1280px)
{
	.house-prefs__item
	{
		max-width: 480px;
	}
}


@media screen and (max-width: 990px)
{
	.house-conditions__listcol {
	    flex: 0 1 48%;
	} 

	.house-conditions__listcol:nth-child(even) {
		flex: 0 1 48%;
	}

	.kaleidoscope-opts
	{
		flex-direction: column;
		gap: 20px;
		padding: 0;
	}

	.view-allk
	{
		justify-content: center;
	}

}

@media screen and (max-width: 767px)
{
	.house-conditions__listcol {
	    flex: 0 1 100%;
	}

	.house-media .house-media__col a:first-child {
		max-width: unset !important; 
	}

	.page-num {
	    width: 30px;
	}

	.program
	{
		grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
	}

	.sidebar-menubox.opened .sidebar-contacts .adr-location
	{
		justify-content: center;
		margin-left: 10px;
	}

	.house-prefs__item
	{
		max-width: 320px;
	}

	.home-slider video
	{
		height: 100%;
		width: auto;
	}

	.house-conditions__listcol:nth-child(even) {
		flex: 0 1 100%;
	}

	.swiper-slide.filtersseason
	{
		width: 100% !important;
	}
}

.header-base .sidebar-plash
{
  display: none;
}

.fixed .header-base .sidebar-plash
{
  display: none;
}

.icon-waves
{
	width: 22px;
}


@media screen and (max-width: 600px) {
	.season-autumn .kaleidoscope-season__name.rotate, .season-summer .kaleidoscope-season__name.rotate {
	    rotate: unset !important; 
	}

    .season-tabs
    {
        display: flex;
        flex-wrap: wrap;
    }

    .season-inner .start-roll
    {
        font-size: 18px;
        width: auto;
        border-radius: inherit;
        border-radius: 40px;
        border: 1.5px solid #253238;
        padding: 18px 32px 18px 32px;
        background: no-repeat;
        margin: 0 auto; 
        margin-top: 20px;
        top: unset;
        margin-bottom: 40px;
        height: 75px;
        position: relative;
        transform: unset;
        left: unset;
    }

    .season-inner .start-roll:after
    {
        display: none;
    }

    .season-inner .start-roll2
    {
        font-size: 18px;
        width: auto;
        border-radius: inherit;
        border-radius: 40px;
        border: 1.5px solid #253238;
        padding: 18px 32px 18px 32px;
        background: no-repeat;
        margin-top: 40px;
        height: 75px;
        position: relative;
    }

    .season-inner .start-roll2:after
    {
        display: none;
    }

    .kaleidoscope-filters {
        margin-top: 30px;
        margin-bottom: 10px;
        order: 2;
    }

	.inner-page .sidebar__base .adr-location.bottombut a
	{
		color: #253238;
		border-color: #253238;
	}

	.sidebar-menubox.opened .sidebar-contacts a.mobiletel {
		display: block !important;
	}

	.adds-page__content
	{
		max-height: unset;
	}

	.page-fullbg__content
	{
		bottom: 300px;
	}

	.rest-box__wrapper
	{
		flex-direction: column;
    	gap: 20px;
	}

	.eventCalendar-day-header
	{
		border-right: none !important;
	}

	.sep-page .sep-calendar .eventCalendar-wrap .eventCalendar-slider .eventCalendar-monthWrap .eventCalendar-daysList.eventCalendar-showAsWeek
	{
		border-bottom-right-radius: unset !important;
	}

	.sep-page .list-view h3, .list-view .list-view .sep-page .h3 {
	    font-size: 16px;
	    margin: 0;
	}

	.sep-page .list-view article .date
	{
		padding: 22px 0px !important;
	}

	.sep-page .list-view article .description
	{
		padding-top: 15px !important;
    	padding-bottom: 15px !important;
	}

	.page-template-page-kaleydoskop .show {
	    display: flex !important;
	    flex-wrap: wrap;
	    gap: 5px;
	}

	.swiper-slide.houses-filter .houses-filter__item
	{
		width: auto;
		white-space: nowrap;
		font-size: 16px;
		padding: 7px 10px 8px 9px;
	}

	.swiper-slide.photos-filter .tabs-nav__item
	{
		width: auto;
		white-space: nowrap;
		font-size: 16px;
		padding: 7px 10px 8px 9px;
	}

	.swiper-slide.photos-filter .tabs-nav__item
	{
		min-width: unset;
	}

	.swiper-slide.photos-filter
	{
		width: auto !important;
		min-width: 160px;
	}

	#map
	{
		width: 100%;
		height: 300px;
		min-width: 360px;
	}

	.sep-page .sep-calendar .eventCalendar-wrap .eventCalendar-next {
	    background-color: #fff !important;
	    width: 39px !important;
	    height: 39px !important;
	    border: 1px solid #000 !important;
	    right: 33px !important;
	    top: 23px !important;
	}

	.sep-page .sep-calendar .eventCalendar-wrap .eventCalendar-next {
	    background-color: #fff !important;
	    width: 39px !important;
	    height: 39px !important;
	    border: 1px solid #000 !important;
	    right: 33px !important;
	    top: 23px !important;
	}

	.sep-page .sep-calendar .eventCalendar-wrap .eventCalendar-prev {
	    background-color: #fff !important;
	    width: 39px !important;
	    height: 39px !important;
	    border: 1px solid #000 !important;
	    left: 33px !important;
	    top: 23px !important;
	}

	.sep-page .sep-calendar .eventCalendar-wrap .eventCalendar-slider .eventCalendar-monthWrap .eventCalendar-currentTitle .eventCalendar-monthTitle {
	    border: 1px solid #000 !important;
	    border-radius: 30px !important;
	    background: #fff;
	    padding: 9px 57px !important;
	    font-size: 16px !important;
	}


	.photos-filters .nav-button
	{
		width: 39px;
		height: 39px;
	}

	.photos-filters .nav-button svg
	{
		width: 12px;
	}

	.single-dom .house-inform__head h2
	{
		font-size: 24px;
	}

	.single-dom .page-title
	{
		font-size: 26px;
	}

	.single-dom .page-top
	{
		margin-bottom: 10px;
	}

	.single-dom .houses-filters .nav-button
	{
		width: 42px;
		height: 42px;
	}

	.single-dom .houses-filters .nav-button svg
	{
		width: 12px;
	}

	body.inner-page.single-dom  main
	{
		margin-top: 95px;
	}

	.page-template-page-kaleydoskop .show button
	{
		width: 100%;
	}

	.page-template-page-kaleydoskop .show a
	{
		width: 100%;
	}

  .sidebar-menu ul li:not(:last-child) {
      margin-bottom: 0px;
  }

  .sidebar-menu {
      padding-top: 10px;
  }

  .sidebar-plash__main
  {
    height: 60px;
  }
  .sidebar-plash__main span
  {
    font-size: 16px;
    line-height: 20px !important;
    display: block;
  }

  .sidebar-contacts .adr-location
  {
    width: 100%;
    margin: 0 auto !important;
    margin-top: 6px;
  }
  .sidebar-contacts
  {
    margin-top: 0px;
  }

  aside.sidebar-menubox
  {
    padding-top: 95px;
  }

  .page-fullbg .page-lnk:not(:last-child)::after
  {
    display: none;
  }

  .single-restoran .page-fullbg .page-lnk:not(:last-child)::after
  {
  	display: block;
  }

  .page-fullbg .page-lnks
  {
  	justify-content: space-around;
  }

  .page-fullbg .page-lnk:not(:last-child)
  {
    padding: 0;
    margin: 0;
  }

  .single-restoran .page-fullbg .page-lnk:not(:last-child) {
	    padding-right: 20px;
	    margin-right: 20px;
	}

  .page-fullbg__info p
  {
    font-size: 20px;
  }

  .page-fullbg__info br
  {
    display: none;
  }

  .fixed .header-base .sidebar-plash
  {
    display: block;
  }

  aside .sidebar-plash
  {
    display: none;
  }

  .sidebar-plash:hover .sidebar-plash__main {
      background: rgba(255, 255, 255, 0.2) !important;
      color: unset;
      transition: all 0.12s linear;
  }

  body.inner-page .sidebar-plash:hover .sidebar-plash__main
  {
    color: #253238;
  }
  
  .sidebar-plash:hover .plash-maintext
  {
    visibility: visible;
    opacity: unset;
  }

  body.inner-page .sidebar-plash__main {
      border: 2px solid #253238;
      color: #253238;
  }

  .page-template-page-spa h1
  {
    margin-top: 30px;
  }

  .page-template-page-spa .page-fullbg__opt a
  {
    width: 100%;
  }

  .page-template-page-spa .home .home-content
  {
    bottom: 200px;
  }

  .page-template-page-spa.page-id-598 .home .home-content
  {
    bottom: 150px;
  }

  .sidebar-contacts .adr-location .button
  {
    padding: 11px 32px 13px 32px;
  }

  .pkonlytel
  {
  	display: none !important;
  }

  .mobiletel
  {
  	display: block;
  	margin-top: 12px !important;
  	margin-bottom: 12px !important;
  }

  .sidebar-options
  {
  	margin-top: 0px;
  }



  .mobiletel
  {
  	font-weight: 500;
    line-height: normal;
    border-radius: 40px;
    border: 1px solid #fff;
    padding: 11px 15px 13px 12px;
    font-size: 14px !important;
  }

  .inner-page .mobiletel
  {
  	border: 1px solid #000;
  }

  .sidebar-contacts .adr-location
  {
  	display: none;
  }

  .sidebar__base .adr-location.bottombut
  {
  	display: block;
  }

  .sidebar__base .adr-location.bottombut .button
  {
    padding: 11px 32px 13px 32px;
    width: 80%;
    margin: 0 auto;
  }

  .sidebar__base .adr-location.bottombut
  {
  	justify-content: space-around;
  }

	aside.sidebar-menubox
	{
		max-width: unset; 
	}

	#callback2 textarea {
	    height: 130px;
	}

	.rest-box__col.col-info {

	    flex-basis: 100%;
	  }

	.structure
	{
		padding-top: 0px;
	}

	.curort-step
	{
		width: 100%;
		flex: unset;
	}
}

@media screen and (max-width: 450px)
{
	.program
	{
		grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	}

	.start-roll.rolled
	{
		display: none;
	}

    .start-roll2.rolled
    {
        display: none;
    }

	.child-filters__list .searchandfilter ul
	{
		flex-wrap: wrap;
		gap: 0;

	}

	.child-filters__list .searchandfilter ul li{
		width: 100%;
	}

	.child-filters__list .searchandfilter ul span
	{
		width: 100% !important;
	}
	.select2-container--default .select2-selection--single .select2-selection__arrow b
	{
		right: 10px;
		left: unset !important;
	}
	.select2-container--default .select2-results>.select2-results__options
	{
		border: 1px solid #ddd;
	}
  .logo img
  {
    margin-left: 3px;
  }
}

.mdm-icon img
{
  width: 100%;
}

#callback2 button.form-button
{
	width: 100%;
    margin-bottom: 10px;
}

#callback2 textarea
{
	color: #6a777e;
}

.wpcf7-not-valid-tip
{
	display: none !important;
}

.wpcf7-not-valid
{
	border-color: red !important;
}

.investition-page .callback-form form {
    display: block;
    flex: 1 30%;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

#wpcf7-f1962-o7 .wpcf7-form-control-wrap {
    width: 100%;
}

.codedropz-upload-inner h3,
.codedropz-upload-inner > span {
	display:none;
}

.codedropz-upload-handler {
    border-radius: 40px !important;
}

.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
    font-size: 16px;
    color: #92989b;
}

.investition-page .callback-form textarea, 
.investition-page .callback-form input[type=text], 
.investition-page .callback-form input[type=email], 
.investition-page .callback-form input[type=tel]
{
	margin-bottom: 10px;
}

.investition-page .wpcf7 form.sent .wpcf7-response-output
{
	text-align: left;
}

.wpcf7-response-output
{
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	margin-top: 20px !important;
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output
{
	color: #46b450;
	text-align: center;
	display: block;
}

.callback-form
{
	width: 100%;
	max-width: 487px;
}

.form-opt p
{
	width: 100%;
}

.nav-button 
{
	cursor: pointer;
}

.houses-filter.active
{
	border-radius: 30px;
    box-shadow: 0px 0px 0px 1px #253238 inset;
    background: #FFF;
    transition: all 0.25s linear;
}

.header-menu {
    flex: 0 1 41%;
}

.page-template-page-investicii .jivo__text-button {
    border-color: #253238;
    background: #fff;
}

.page-template-page-investicii .jivo__text-button svg g {
	fill: #253238;
}

.page-template-page-investicii .jivo__call-button {
    border-color: #253238;
    color: #253238;
    background: #fff;
}

.page-template-page-investicii .scrolled .temp-icon {
    filter: invert(1);
}

.page-template-page-investicii .scrolled .temp-count {
    color: #000;
}

.page-template-page-investicii .scrolled .burger-mobile span {
    background: #253238;
}

.page-template-page-investicii .scrolled .burger-mobile:before {
    background: #253238;
}

.page-template-page-investicii .scrolled .burger-mobile:after {
    background: #253238;
}


.single-restoran .scrolled .icon-youtube {
	display: none;
}

.single-restoran .scrolled .icon-youtube-dark {
	display: flex;
}

.single-restoran .jivo__call-button {
    border-color: #253238;
    color: #253238;
    background: #fff;
}

.single-restoran .jivo__text-button {
    border-color: #253238;
    background: #fff;
}

.single-restoran .jivo__text-button svg g {
	fill: #253238;
}

.single-restoran .scrolled .temp-icon {
    filter: invert(1);
}

.single-restoran .scrolled .temp-count {
    color: #000;
}

.single-restoran .scrolled .burger-mobile span {
    background: #253238;
}

.single-restoran .scrolled .burger-mobile:before {
    background: #253238;
}

.single-restoran .scrolled .burger-mobile:after {
    background: #253238;
}

@media (min-width: 1800px) and (max-width: 1920px)
{
	.header-menu {
	    flex: 0 1 46%;
	}

	.hleftmenu ul
	{
		justify-content: flex-end;
		gap: 40px;
	}

	.page-template-page-investicii .pices-tables,
	.page-template-page-investicii .vazuza-cup,
	.page-template-page-investicii .benefits,
	.page-template-page-investicii .reviews-guests,
	.page-template-page-investicii .curort,
	.page-template-page-investicii .reviews-investors,
	.page-template-page-investicii .videobox,
	.page-template-page-investicii .comm-photos,
	.page-template-page-investicii .callback-block
	{
		padding-left: 140px;
	}
}

.rest-box__item.sm {
    max-height: unset; 
}

body.inner-page header {
    background: unset; 
}

body.inner-page header.scrolled
{
	background: #fff;
}

.house-content
{
	gap: 40px;
}

.house-card
{
	display: block;
}

.house-card__info
{
	max-height: 350px;
    overflow: hidden;
}

body.inner-page .burger-icon span:nth-child(1):after
{
	background: #253238;
}

.burger.opened .burger-icon span:nth-child(1):after
{
	left: -100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.12s ease;
}

.review-photo-all picture
{
	position: relative;
}

.review-photo-all picture::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
    border-radius: 20px;
}

.dropcontainer {
   position:relative;
   font-size: 16px;
   color: #777;
} 
 
.trigger {
   color: #777;
   padding: 10px;
   font-size: 16px;
   width: 50%;
   background: #fff url(../images/select-arrow-open.png) 98% center no-repeat;
   display: block;
   border: 1px solid #ccc;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -o-transition: all 0.5s ease; 
   transition: all 0.5s ease;
}
 
.trigger:hover {
   color: #777;
   background: #f5f5f5 url(../images/select-arrow-open.png) 98% center no-repeat;
}
 
.activetrigger {
   color: #777;
   padding: 10px;
   font-size: 16px;
   width: 50%;
   background: #f5f5f5 url(../images/select-arrow-close.png) 98% center no-repeat;
   display: block;
   border: 1px solid #ccc;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}
 
.activetrigger:hover {
   background: #f5f5f5 url(../images/select-arrow-close.png) 98% center no-repeat;
   color: #777;
}
 
.activetrigger:active {
   background: #f5f5f5 url(../images/select-arrow-close.png) 98% center no-repeat;
   color: #777;
}
 
.dropcontainer ul {
   font-size: 16px;
   border: 1px solid #ccc;
   border-top: none;
   background: #fff;
   list-style-type: none;
   padding: 10px;
   margin: 0;
   width: 50%;
   z-index: 100;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}
 
.dropcontainer ul li {
   padding: 5px;
   -webkit-transition: all 0.5s ease; 
   -moz-transition: all 0.5s ease; 
   -o-transition: all 0.5s ease; 
   transition: all 0.5s ease;
}
 
.dropcontainer ul li:hover {
   background: #f5f5f5;
   outline: none;
}
 
.dropcontainer ul li:first-child {
   display: none;
}
 
.dropcontainer ul li:last-child {
   border-bottom: none;
}
 
.dropdownhidden {
   display: none;
}
 
.dropdownvisible {
   height: auto;
}

body.investition-page .sidebar-plash__main span
{
	display: block;
}

body.investition-page .sidebar-plash .plash-textbox
{
	display: none;
}

body.investition-page .sidebar-menubox.opened .sidebar-plash .plash-textbox
{
	display: block;
}

body.investition-page .sidebar-plash__hint {
    left: 95%;
}

body.page-template-page-kaleydoskop main
{
    margin-top: 85px;
}

.kaleidoscope-wrap h1
{
    margin-bottom: 15px !important;
    padding-top: 10px;
}

.toptext
{
    text-align: center;
    max-width: 820px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.rollfront-icon img
{
    width: 20px;
}

.resultkal .kaleidoscope-card
{
    opacity: 0.3;
}

.resultkal .kaleidoscope-card.rulend
{
    opacity: 1;
}




@media(max-width: 1000px)
{
	.infosec .infosec-title
	{
		padding-left: 25px;
	}
}
