.filterCalendar input {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    opacity: 0;
    z-index: 10000;
}

.calendar {
    margin-left: -6px;
    margin-right: -6px;
    margin-top: 20px;
}
.calendar-head {
    width: 100%;
}

.calendar-head div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(14.285% - 12px);
    height: 42px;
    box-sizing: border-box;
    border: 1px solid #EBEBEB;
    background: #FFF;
    margin: 0 6px 7px 6px;
}

.filterCalendar {
    position: relative;
}

.filterCalendar .date_now {
    display: block;
    color: #363636;
    font-size: 20px !important;
    font-weight: 700;
    line-height: 25px;
    padding: 5px 0;
    background: transparent;
}

.filterCalendar input {
    display: block;
    color: #363636;
    font-size: 20px !important;
    font-weight: 700;
    line-height: 25px;
    padding: 5px 0;
    background: transparent;
}
.menuCalendar ul {
    box-sizing: border-box;
    border: 1px solid #EBEBEB;
    background: #FFF;
    padding: 3px;
}

.menuCalendar ul li {
    margin-right: 3px;
}
.menuCalendar ul li:last-child {
    margin-right: 0;
}
.menuCalendar ul a {
    display: block;
    text-decoration: none;
    color: #363636;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    padding: 9px 30px;
}
.menuCalendar ul a:hover, .menuCalendar ul li.active a {
    background: #0474DC;
}
.boxButton_prev, .boxButton_next {
    display: block;
    width: 35px;
    height: 35px;
    color: #363636;
    font-family: Mont;
    font-size: 12px;
    font-weight: 900;
    transition: 0.3s ease all;
    background: transparent;
}
.calendar-body > div {
    max-width: 171px;
}
.calendar-body > div {
    box-sizing: border-box;
    border: 1px solid #EBEBEB;
    background: #FFF;
    margin: 0 6px 15px 6px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: calc(14.285% - 12px);
    position: relative;
    height: 171px;
}


.no-active {
    pointer-events: none;
}
.calendar-body div.js-modalCalendar {
    cursor: pointer;
}
.no-active .calendar-day {
    color: #D1D1D1;
}

.calendar-day {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    margin: 0 0 0 21px;
    color: #363636;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding: 17px 10px 5px 10px;
}
.calendar-reservation .calendar-day {
    background: #0474DC;
    color: #FFF;
}
.calendar-reservation .calendar-day:before {
    display: block;
    content: "";
    background: #0474DC;
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    height: 8px;
    z-index: 2;
}
.calendar-reservation .calendar-day:after {
    display: block;
    content: "";
    position: absolute;
    top: -7px;
    left: -4px;
    width: 40px;
    height: 6px;
    background: #75073D;
    margin: auto;
    clip-path: polygon(11% 0, 88% 0, 100% 100%, 0% 100%);
}
.calendar-text {
    height: 90px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    color: #686868;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.36;
    box-sizing: border-box;
    margin: 6px 6px 0 10px;
    padding-left: 8px;
}
.calendar-dots {
    display: none;
}

.modalCalendar {
    display: none;
    position: absolute;
    top: 0;
    left: 70px;
    z-index: 2;
    width: 286px;
    background: #FFF;
    filter: drop-shadow(0px 0px 13px #B6B6B6);
    box-sizing: border-box;
    padding: 10px 16px 15px 13px;
    text-align: left;
}
.modalCalendar_arrows {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 12px solid #fff;
    border-left: 0;
    position: absolute;
    top: 0;
    left: -12px;
    margin-top: 17px;
}
.modalCalendar img {
    width: 100%;
    height: auto;
    padding-bottom: 8px;
    border-bottom: 1px dashed #C6C5C5;
    margin-bottom: 14px;
}
.modalCalendar_date {
    color: #B6B6B6;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 9px;
}
.modalCalendar h3 {
    color: #363636;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.28;
    margin-bottom: 14px;
}
.modalCalendar h3 a {
    color: #363636;
    text-decoration: none;
}
.modalCalendar p {
    color: #707070;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
}

.modalCalendar-more, .calendar-more {
    display: inline-block;
    color: #686868;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    margin: 7px 6px 0 18px;
}
.modalCalendar-more {
    margin: 12px 0 0 0;
}
.listActivities{
    margin-left: -23px;
    margin-right: -23px;
    margin-top: 45px;
}

.listActivities_li {
    width: 33.33%;
    box-sizing: border-box;
    padding: 0 23px 22px 23px;
    margin-bottom: 46px;
    position: relative;
}

.listActivities_thumb {
    display: block;
    font-size: 0;
    margin-bottom: 11px;
}
.listActivities_li h3 {
    height: 42px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #363636;
    font-size: 16px;
    line-height: 1.31;
}
.listActivities_center {
    box-sizing: border-box;
    padding: 17px 9px 0 0;
}
.listActivities_view, .listActivities_date {
    color: #B6B6B6;
    font-size: 13px;
    line-height: 1;
    margin-bottom: 5px;
}
.listActivities_date svg {
    margin-right: 10px;
    position: relative;
    top: -3px;
}
.listActivities_view svg {
    margin-right: 10px;
    position: relative;
    top: -1px;
}

.listActivities_address {
    color: #B6B6B6;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.28;
    position: relative;
    padding-left: 24px;
}
.listActivities_address svg {
    position: absolute;
    top: 0;
    left: 0;
}
.listActivities_link {
    display: inline-block;
    color: #363636;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: none;
    margin-top: 22px;
}
.listActivities_address use, .listActivities_view use, .listActivities_date use {
    stroke: #B6B6B6;
}

.listActivities_li h3 a {
    color: #363636;
    text-decoration: none;
}
.lds-hourglass_before {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000000;
    top: 0;
}
.lds-hourglass_before:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    opacity: 0.7;
    background: #ffff;
}
.lds-hourglass {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-hourglass:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 8px;
    box-sizing: border-box;
    border: 32px solid #3293CB;
    border-color: #3293CB transparent #3293CB transparent;
    animation: lds-hourglass 1.2s infinite;
}

.swiper-button-prev.swiper-button-lock, .swiper-button-next.swiper-button-lock{
    display: block!important;
}

.boxSpecification_li {
    width: 50%;
    position: relative;
    margin-bottom: 25px;
}
boxSpecification_li:nth-child(odd) h3 {
    border-right: 0;
}

.boxSpecification_li h3 {
    color: #363636;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #DEDEDE;
    background: #ECECEC;
    padding: 12px 10px 11px 28px;
    position: relative;
}
.boxSpecification_li:nth-child(odd) h3:after {
    display: block;
    content: "";
    position: absolute;
    top: 4px;
    bottom: 4px;
    right: 0;
    border-right: 1px dashed #D8D8D8;
}
.list {
    box-sizing: border-box;
    padding: 18px 10px 0 28px;
}
.list_li {
    margin-bottom: 10px;
}
.list_li p.list_smallText {
    color: #B9B9B9;
    font-weight: normal;
    margin-bottom: 2px;
}

.list_li p {
    color: #363636;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
}
.listSpecification-2 .boxSpecification_li {
    width: 100%;
}
.boxSpecification_map iframe {
    height: auto;
    width: 100%;
    aspect-ratio: 16 / 9;
    margin: 15px auto 0 auto;
}
.listSpecification-2 p a {
    color: #0474DC;
}
.list_li p.list_smallText {
    color: #B9B9B9;
    font-weight: normal;
    margin-bottom: 2px;
}
.listSpecification-2 .list_smallText {
    margin-bottom: 0;
    width: 150px;
    margin-right: 15px;
}
.list_li p a {
    color: #0474DC;
    text-decoration: none;
}
.list_li p.list_organization a, .list_li p.list_organization {
    color: #0474DC;
    font-weight: 600;
}
.boxStatistics {
    border: 1px solid #DEDEDE;
    background: #ECECEC;
    box-sizing: border-box;
    margin-top: 18px;
    padding: 8px 11px 8px 14px;
}
.boxShare p {
    color: #363636;
    font-size: 12px;
    margin-right: 10px;
    position: relative;
    top: 1px;
}
.boxShare_item a {
    display: flex;
    align-items: center;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    font-weight: 0;
}
.boxStatistics_date svg {
    position: relative;
    top: -1px;
    margin-right: 7px;
}
.boxStatistics_views svg {
    position: relative;
    top: -1px;
}

.boxStatistics_views svg, .boxStatistics_comment svg {
    margin-right: 9px;
}
.boxStatistics_views use, .boxStatistics_comment use {
    stroke: #363636;
}

@media screen and (max-width: 479px) {
    .boxStatistics {
        padding: 8px 10px 8px 10px;
    }
}
.boxStatistics_date{
    margin-right: 20px;
}
@media screen and (max-width: 639px) {
    .boxStatistics {
        flex-wrap: wrap;
    }
    .boxShare {
        width: 100%;
        margin-bottom: 8px;
    }
}
@keyframes lds-hourglass {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
        transform: rotate(1800deg);
    }
}
@media screen and (max-width: 1799px) {
    .open-right .modalCalendar {
        left: initial;
        right: 100%;
    }
    .open-right .modalCalendar_arrows {
        left: initial;
        right: -12px;
        transform: rotate(180deg);
    }
}
@media screen and (max-width: 1023px) {
    .calendar-text:before {
        display: none;
    }
    .calendar-body > div {
        margin: 0 1px 10px 1px;
        width: calc(14.285% - 2px);
    }
    .calendar-text {
        margin: 6px 5px 0 5px;
        padding: 0;
    }
    .calendar-day {
        margin-left: 15px;
    }
    .calendar-head div {
        width: calc(14.285% - 2px);
        margin: 0 1px 2px 1px;
    }
    .calendar {
        margin-left: -1px;
        margin-right: -1px;
    }
    .calendar-more {
        margin: 7px 0 0 5px;
    }
}
@media screen and (max-width: 979px) {
    .listActivities_li {
        width: 50%;
    }
}
@media screen and (max-width: 799px) {

}
@media screen and (max-width: 768px) {
    .listActivities {
        margin-left: -10px;
        margin-right: -10px;
        margin-top: 30px;
    }
    .listActivities_li {
        padding: 0 10px 22px 10px;
        margin-bottom: 22px;
    }
    .listActivities_li:after {
        left: 10px;
        right: 10px;
    }
    .filterCalendar input {
        font-size: 16px !important;
    }
    .menuCalendar ul a {
        padding: 6px 20px;
    }
    .boxButton_prev, .boxButton_next {
        width: 29px;
        height: 29px;
    }
    .three-lines .calendar-text,
    .calendar-text {
        display: none;
    }
    .calendar-body > div {
        height: 86px;
        text-align: center;
    }
    .calendar-head div {
        font-size: 12px;
        height: 32px;
        padding: 0 5px;
        box-sizing: border-box;
    }
    .calendar-head div span {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .calendar-day {
        margin-left: 0;
    }
    .calendar-more {
        margin: 7px 3px 0 3px;
    }
    .calendar-dots {
        display: block;
        height: 8px;
        width: 8px;
        border-radius: 50%;
        background-color: #3293CB;
        margin: 5px auto 0 auto;
    }
    .modalCalendar p {
        display: none;
    }
    .modalCalendar h3 {
        margin-bottom: 0;
    }
    .no-active .calendar-dots {
        background: #D1D1D1;
    }

}
@media screen and (max-width: 639px) {
    .boxTags a {
        font-weight: 14px;
    }
    .boxРЎomments_top {
        display: block;
        text-align: center;
        padding-bottom: 12px;
    }
    .boxРЎomments_link {
        margin-top: 10px;
    }
    .boxРЎomments_top:after {
        right: 0;
        margin: 0 auto;
    }
    .formРЎomments_column {
        display: block;
    }
    .formРЎomments_column .formРЎomments_item {
        width: 100%;
    }
    .formРЎomments_column .formРЎomments_item:nth-child(odd) {
        padding-right: 0;
    }
    .formРЎomments_column .formРЎomments_item:nth-child(even) {
        padding-left: 0;
    }
    .boxColumn > h1, .boxColumn > h2 {
        margin-bottom: 20px;
    }
    .boxActivities_top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .menuCalendar {
        width: 100%;
        -webkit-box-ordinal-group: 2;-webkit-order: 1;-ms-flex-order: 1;order: 1;
    }
    .menuCalendar ul {
        -webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;
    }
    .filterCalendar {
        -webkit-box-ordinal-group: 4;-webkit-order: 3;-ms-flex-order: 3;order: 3;
        margin-top: 10px;
        margin-left: 0;
    }
    .boxButton {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-right: 25px;
        margin-top: 10px;
    }
    .filterCalendar input {
        width: 100%;
    }
    .listActivities {
        margin-top: 15px;
    }
    .listActivities_li {
        width: 100%;
    }
    .listActivities_thumb img {
        width: 100%;
    }
    .listActivities_li h3 {
        height: auto;
    }
    .listActivities_link {
        margin-top: 10px;
    }
    .calendar-day {
        font-size: 16px;
    }
    .calendar-more {
        display: block;
        font-size: 0;
    }
    .calendar-more i {
        display: block;
        font-size: 10px;
    }
    .calendar-body > div {
        height: 68px;
    }
    .modalCalendar_arrows {
        display: none;
    }
    .modalCalendar {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }


}

@media screen and (max-width: 479px) {
    .calendar-day {
        padding: 10px 5px 5px 5px;
    }
    .calendar-reservation .calendar-day:after {
        width: 26px;
        clip-path: polygon(11% 0, 89% 0, 100% 100%, 0% 100%);
    }
    .calendar-body > div {
        height: 58px;
    }
    .calendar {
        position: relative;
    }
    .calendar-body > div {
        position: initial;
    }
    .modalCalendar_arrows {
        display: none;
    }
    .modalCalendar {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}