#noResults{
	width: 100%;
	text-align: center;
	font-family: Didot CAT,serif;
	font-weight: 300;
	font-size: 34px;
	line-height: 1.2em;
	color: #8b2331;
	margin: 60px;
}
.application .cultes-search__btn{
	z-index:2;
}
.ccm-edit-mode .cover .ccm-area-block-list .ccm-block-edit {
	min-height : 585px;
}
.ccm-edit-mode .cover .cover__overlay .ccm-area-block-list .ccm-block-edit {
	min-height : 50px;
}
.ccm-edit-mode .cover .ccm-area{
	width:100%;
}
.ccm-edit-mode .ccm-area-block-list .ccm-block-edit .background_left-bottom, .ccm-edit-mode .ccm-area-block-list .ccm-block-edit .background_left-border{
	position: relative;
}
.ccm-edit-mode .lacations_bg .ccm-area .ccm-block-edit{
	width: 350px;
	height: 350px;
	position: absolute;
    z-index: 1;
}
.ccm-edit-mode .prices_bg_custom .ccm-area .ccm-block-edit, .ccm-edit-mode .locations__prices .two-halves__image .ccm-area .ccm-block-edit{
	height: 350px;
}
.input-block__error {
	color:#d82032;
}
.validate-is-checked-error, .multiple-options-plans-error, .multiple-options-macch-error{
	color:#d82032;
}
.newsletter_error {
	color:white;
}
.cta{
    -webkit-transform: translateX(100%) translateX(85px) translateZ(0);
    transform: translateX(-100%) translateX(85px) translateZ(0);
    position: absolute;
    z-index: 2;
    bottom: -200px;
    height: 300px;
    left: 0;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.45em;
    font-weight: 400;
    background-color: #ffb546;
    color: #ffffff;
    text-transform: uppercase;
    padding: 15px 0;
    transition: -webkit-transform .75s cubic-bezier(.3,.1,.3,1);
    transition: transform .75s cubic-bezier(.3,.1,.3,1);
    transition: transform .75s cubic-bezier(.3,.1,.3,1),-webkit-transform .75s cubic-bezier(.3,.1,.3,1);
}
.cta__block > span{
    padding: 10px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-right: 35px;
}
.cta:hover{
    -webkit-transform: none;
    transform: none;
}
.cta__main-text {
    height: auto;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(-1);
    -webkit-transform: translateY(-50%) scale(-1);
    right: 0;
    padding: 16px 24px;
    transition: opacity .75s cubic-bezier(.3,.1,.3,1);
    white-space: nowrap;
    pointer-events: none;
}
.cta:hover .cta__main-text {
    opacity: 0;
}
.cta__block{
    height: 100%;
}
.cta__block ul{
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}
.cta__link {
	min-width: 180px;
    padding: 30px;
    -webkit-transform: translateX(-75px);
    transform: translateX(-75px);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .75s cubic-bezier(.3,.1,.3,1),-webkit-transform .75s cubic-bezier(.3,.1,.3,1);
    transition: transform .75s cubic-bezier(.3,.1,.3,1),opacity .75s cubic-bezier(.3,.1,.3,1);
    transition: transform .75s cubic-bezier(.3,.1,.3,1),opacity .75s cubic-bezier(.3,.1,.3,1),-webkit-transform .75s cubic-bezier(.3,.1,.3,1);
    opacity: 0;
}
.cta:hover .cta__link {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
.cta:hover ul li:first-child .cta__link {
    transition-delay: .1s;
}
.cta:hover ul li:nth-child(2) .cta__link {
    transition-delay: .2s;
}
.cta:hover ul li:nth-child(3) .cta__link {
    transition-delay: .3s;
}
.cta__link{
	-webkit-transition: all .45s cubic-bezier(.3,.1,.3,1);
    transition: all .45s cubic-bezier(.3,.1,.3,1);
}
.cta__link span{
	-webkit-transition: -webkit-transform .45s cubic-bezier(.3,.1,.3,1);
    transition: -webkit-transform .45s cubic-bezier(.3,.1,.3,1);
    transition: transform .45s cubic-bezier(.3,.1,.3,1);
    transition: transform .45s cubic-bezier(.3,.1,.3,1),-webkit-transform .45s cubic-bezier(.3,.1,.3,1);
}
.cta__link:hover{
	background-color: #8b2331;
}
.cta__link:hover span{
	-webkit-transition-delay: .15s;
    transition-delay: .15s;
    -webkit-transform: translateX(6px) translateZ(0);
    transform: translateX(6px) translateZ(0);
}
.flex-column{
    flex-direction: column !important;
    -ms-flex-direction: column !important;
}
.align-item-end{
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}
.mb-10{
    margin-bottom: 25px;
}
.align-start{
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.cu-res-form .input-block_number{
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}
.cu-res-form .input-block_select{
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}
.custom-flex{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.custom-flex .input-block{
    padding-right: 15px;
}
.custom-flex:nth-child(2) .input-block{
    padding-right: 0px;
    padding-left: 15px;
}
.flex-0{
    -ms-flex: 0!important;
    flex: 0!important;
}
.flex-center{
    -ms-flex-align: center!important;
    align-items: center!important;
}
.button_cover{
    bottom: 120px !important;
}
.cover_hp .button_cover{
    bottom: 300px !important;
}
.cover_hp .cta{
    bottom: -30px !important;
}
.video audio{
    display: block;
    margin: 45vh auto 0;
}
@media (max-width: 639px){
    .cu-res-form .flex-container{
        -ms-flex-direction: row!important;
        flex-direction: row!important;
    }
    .cta{
        display: none;
    }
}
/*.custom-position{
    position: absolute !important;
    margin-top: 13px !important;
}*/

