.poster{
    display:block;
    position: relative;
    width:100%;
    height: 50vh;
    max-height: 500px;
    min-height: 265px;
    background-color: #7A7E7C;
    background-position: center;
    background-size: cover;
}
.poster_body{
    display:table;
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
}
.poster_body h1 {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    padding-top: 76px;
    z-index: 98;
    text-transform: uppercase;
}
.mobile-spoiler-filter-body h5{
    padding-right: 70px;
}
.icon-visib-format{
    display: block;
    position: absolute;
    right: 0;
    top: -3px;
    height: 35px;
    white-space: nowrap;
}
.icon-visib-format .icon-stroke{
    display: inline-block;
    position: relative;
    width: 35px;
    height: 35px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 35px;
    cursor: pointer;
    background-image: url(/bitrix/templates/geopark/img/interface/stroke.svg);
    transition: 0.3s;
}
.icon-visib-format .icon-stroke:hover{
    background-image: url(/bitrix/templates/geopark/img/interface/stroke-act.svg);
}
.icon-visib-format .icon-stroke.check{
    background-image: url(/bitrix/templates/geopark/img/interface/stroke-act.svg);
}
.icon-visib-format .icon-plit{
    display: inline-block;
    position: relative;
    width: 35px;
    height: 35px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 35px;
    cursor: pointer;
    background-image: url(/bitrix/templates/geopark/img/interface/plit.svg);
    transition: 0.3s;
}
.icon-visib-format .icon-plit:hover{
    background-image: url(/bitrix/templates/geopark/img/interface/plit-act.svg);
}
.icon-visib-format .icon-plit.check{
    background-image: url(/bitrix/templates/geopark/img/interface/plit-act.svg);
}
.poster_gradient{
    display:block;
    position: absolute;
    width: 100%;
    height: 50%;
    left:0;
    bottom: 0;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.89) 89%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(89%, rgba(0,0,0,0.89)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.89) 89%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.89) 89%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.89) 89%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.89) 89%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    opacity: 0.5;
    z-index: 97;

}
.poster_breadcrumb{
    display:block;
    position: absolute;
    width: 100%;
    left:0;
    bottom: 0;
    z-index: 98;
}
.poster_breadcrumb .g_breadcrumb{
    margin: 28px 0;
}
.poster_breadcrumb .g_breadcrumb_item span{
    color: #FFFFFF;
}
.hr-transperent{
    display:block;
    position: relative;
    width:100%;
    height:78px;
}
.selection-custom{
    white-space: nowrap;
    display: block;
    position: relative;
    padding: 5px 0;
    font-size: 20px;
    width: 100%;
    border-bottom: none;
}
.selection-custom label{
    display: block;
    width: 100%;
    font-family: Roboto-Light;
    font-size: 12px;
    line-height: 14px;
    color: #808080;
    margin-bottom: 3px;
    transition:0.3s;
}
.select-selection {
    position: relative;
    display: block;
    white-space: normal;
    color: #44411C;
    font-size: 16px;
    line-height: 39px;
    padding-right: 25px;
    padding-left: 12px;
    z-index: 10;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
}
.select-selection:before {
    content: "";
    position: absolute;
    right: 2px;
    top: 0;
    border-radius: 8px;
    width: 28px;
    height: 100%;
    background: #ffffff;
    z-index: 1;
    box-shadow: -9px 0 2px 8px #ffffff;
}
.selection-custom:after{
    content: "";
    display: none;
    position: relative;
    width: 100%;
    max-width: 230px;
    height: 15px;
    margin-left: -4px;
    margin-top: -7px;
    background-image: url(/bitrix/templates/geopark/img/line-inp.svg);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: contain;
}
.date_:after{
    display:none;
}
.line_end {
    display: block;
    position: relative;
    white-space: nowrap;
    width: 100%;
    padding: 5px 0;
    margin-left: -4px;
    margin-top: -7px;
    font-size: 0;
    z-index: 13;
}
.line_end .line-start{
    display: inline-block;
    position: relative;
    width: 48px;
    height: 2px;
    vertical-align: top;
    background-image: url(/bitrix/templates/geopark/img/line-generate/start.svg);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 48px 2px;
}
.line_end .line-center{
    display: inline-block;
    position: relative;
    width: calc(100% - 90px);
    height: 2px;
    background-color: #44411c;
    vertical-align: top;
}
.line_end .line-end{
    display: inline-block;
    position: relative;
    width: 50px;
    height: 2px;
    vertical-align: top;
    background-image: url(/bitrix/templates/geopark/img/line-generate/end.svg);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 48px 2px;
}
.select-selection:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    margin-top: 9px;
    height: 24px;
    background-image: url(/bitrix/templates/geopark/img/down.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
    transition: 0.3s;
    transform: rotate(0);
    z-index: 12;
}
.active__ .select-selection:after {
    content: "";
    display: block;
    position: absolute;
    top: 26px;
    left: 11px;
    width: calc(100% - 37px);
    height: 4px;
    background-image: url(/bitrix/templates/geopark/img/line-inp-orage.svg);
    background-repeat: no-repeat;
    background-position: -15px center;
    background-size: contain;
    opacity: 1;
    transition: 0.3s;
}
.calendar:after {
    background-image: url(/bitrix/templates/geopark/img/calendar.svg);
}
.select-selection.active__:after {
    transform: rotate(180deg);
}
.body-selection{
    display: block;
    white-space: normal;
    position: absolute;
    font-weight: 400;
    top: 20px;
    left: 0;
    width: 100%;
    padding-top: 40px;
    border-radius: 8px;
    border: 1px solid #EC6A21;
    padding-bottom: 5px;
    background-color: #ffffff;
    transition: 0.3s;
    opacity: 0;
    pointer-events: none;
    -webkit-box-shadow: 4px 4px 20px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: 4px 4px 20px 0px rgba(0,0,0,0.26);
    box-shadow: 4px 4px 20px 0px rgba(0,0,0,0.26);
    z-index: 10;
}
.body-selection .li{
    position: relative;
    display: block;
    white-space: normal;
    border-bottom: none;
    color: #343434;
    font-size: 16px;
    line-height: 28px;
    padding: 4px 12px;
    z-index: 10;
    cursor: pointer;
    transition: 0.3s;
}
.body-selection .li.hide_li{
    display: none;
}
.body-selection .li:hover{

}
.body-selection .li:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 11px;
    width: calc(100% - 37px);
    height: 4px;
    background-image: url(/bitrix/templates/geopark/img/line-inp-orage.svg);
    background-repeat: no-repeat;
    background-position: -15px center;
    background-size: contain;
    opacity:0;
    transition:0.3s
}
.body-selection .li:hover{
    color: #ec6a21;
}
.body-selection .li:active{
    color: #60BAE0;
}
.selection-custom.active__ .body-selection {
    opacity: 1;
    pointer-events: auto;
    z-index: 99;
}
.selection-custom.active__ .select-selection {
    z-index: 99;
}
.item-img{
    display:block;
    width:100%;
    vertical-align: middle;
}
.item-body-img{
    display:block;
    position:absolute;
    width: 100%;
    height:332px;
    top:0;
    left:0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.item-body-img:after{
    content: '';
    display: block;
    position: absolute;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    top: 0;
    left: 0;
    vertical-align: middle;
    background-image: url(/bitrix/templates/geopark/img/border-main-afisha.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: -15px;
}
.vertical-center{
    display:table-cell;
    position: relative;
    width:100%;
    vertical-align: middle;
}
.body-info-item{
    padding:0 25px;
}
.img-item{
    display:block;
    position:relative;
    width:100%;
    height: 198px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.item_{
    margin-bottom: 90px;
}
.img-item:after{
    content: '';
    display:block;
    position:absolute;
    width:100%;
    height: 30px;
    top:0;
    left:0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -15px;
    margin-bottom: -15px;

}
.img-item:before{
    content: '';
    display:block;
    position:absolute;
    width:100%;
    height: 30px;
    bottom:0;
    left:0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -15px;
    margin-bottom: -15px;

}
.ver-border-1.img-item:after{
    background-image: url(/bitrix/templates/geopark/img/generate/top-border-afisha.svg);
}
.ver-border-1.img-item:before{
    background-image: url(/bitrix/templates/geopark/img/generate/bottom-border-afisha.svg);
}
.ver-border-2.img-item:after{
    background-image: url(/bitrix/templates/geopark/img/generate/top-border-afisha2.svg);
}
.ver-border-2.img-item:before{
    background-image: url(/bitrix/templates/geopark/img/generate/bottom-border-afisha2.svg);
}
.ver-border-3.img-item:after{
    background-image: url(/bitrix/templates/geopark/img/generate/top-border-afisha3.svg);
}
.ver-border-3.img-item:before{
    background-image: url(/bitrix/templates/geopark/img/generate/bottom-border-afisha3.svg);
}
.hr-aficha{
    display:block;
    width:100%;
    margin-bottom: 90px;
}
.item_.unic:nth-child(odd){
    display:block;
}
.item_.unic:nth-child(even){
    display:none;
}
.noactive{
    margin-top: 27px !important;
    margin-bottom: -27px !important;
    font-size: 16px !important;
}
#fc{
    z-index: 100;
}
.check-btn-style{
    display: inline-block;
    position: relative;
    width: 91px;
    height: 31px;
    line-height: 31px;
    font-size: 14px;
    font-family: Roboto-Light;
    text-align: center;
    color: #44411C;
    white-space: nowrap;
    margin: 6px;
    text-overflow: ellipsis;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("/bitrix/templates/geopark/img/border-radio.svg");
    cursor: pointer;
    transition: 0.1s;
}
.check-btn-style.active_{
    color: #EC6A21;
    background-image: url("/bitrix/templates/geopark/img/border-radio-active.svg");
}
.mobile-spoiler-filter {
    display: none;
    position: relative;
    width: 100%;
    height: 45px;
    padding-left: 35px;
    margin-bottom: 27px;
    background-position: 0 center;
    background-size: 25px;
    line-height: 45px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-image: url(/bitrix/templates/geopark/img/Settings.svg);
}
.mobile-spoiler-filter h6{
    display: inline-block;
    position: relative;
    line-height: 45px;
    padding-right: 30px;
}
.mobile-spoiler-filter h6:after{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 15px;
    width: 17px;
    height: 17px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/bitrix/templates/geopark/img/up_.svg);
    transform: rotate(180deg);
    transition: 0.3s;

}
.mobile-spoiler-filter.rotate h6:after{
    transform: rotate(0);

}
.off-visib{
    display: none;
}
.on-visib{
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 1200px) {
    .select-selection{
        font-size: 12px;
    }
    .noactive {
        font-size: 14px !important;
    }
}
@media (max-width: 991px) {
    .line_type{
        display: none!important;
    }
    .cube-block{
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .mobile-spoiler-filter{
        display: block;
    }
    .mobile-spoiler-filter-body{
        display: none;
    }
    .icon-visib-format{
        display: none;
    }
}
@media (max-width: 768px) {
    .hr-transperent {
        height: 23px;
    }
    .item_ {
        margin-bottom: 56px;
    }
    .hr-aficha {
        display:none;
    }
    .item_.unic:nth-child(odd){
        display:none;
    }
    .item_.unic:nth-child(even){
        display:block;
    }
	.poster_body h1 {
		padding-top: 15px;
		font-size: 64px;
	}
    h1{
        font-size: 64px;
    }
    .hr-transperent{
        height:38px;
    }
}