.page-events {
    padding: 17px 0 69px;
}

@media only screen and (min-width: 1201px) {
    .page-events {
        padding: 45px 0 94px;
    }
    .page-events .title-wrapper {
        margin-bottom: 28px;
    }
    .page-events .list-category-chapter {
        margin-bottom: 15px;
    }
    .page-events .container {
        padding-right: 64px;
    }
}

.page-events .pagination li a:hover,
.page-events .pagination li a.active {
    background: #70ab9e;
}

.events {
    width: 100%;
}

@media only screen and (min-width: 769px) {
    .events {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
        gap: 21px;
    }
}

@media only screen and (min-width: 1201px) {
    .events {
        display: -ms-grid;
        display: grid;
        gap: 42px;
        -ms-grid-columns: (1fr) [3];
        grid-template-columns: repeat(3, 1fr);
    }
}

.events__content-wrapper {
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.events__content {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 18px 23px 22px 24px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-height: 200px;
}

.events__bg {
    background: top center / 100% auto;
}

.events__name {
    margin-top: 11px;
}

.events > .events__item:first-child {
    font-style: normal;
    color: #ffffff;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    width: calc(100% + 30px);
    margin-left: -15px;
    font-style: normal;
    color: #ffffff;
    border-radius: 0;
    display: flex;
    flex-flow: column-reverse;
    width: calc(100% + 30px);
    margin-left: -15px;
}

.events > .events__item:first-child .events__type {
    margin-right: 33px;
}

@media only screen and (min-width: 769px) {
    .events > .events__item:first-child {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1 / 3;
    }
}

@media only screen and (min-width: 1201px) {
    .events > .events__item:first-child {
        border-radius: 10px;
        width: 100%;
        margin-left: 0;
    }
}

.events > .events__item:first-child .events__content-wrapper {
    height: 100%;
    border-radius: 0;
}

.events > .events__item:first-child .events__content {
    padding: 0 20px 29px 29px;
}

@media only screen and (min-width: 1201px) {
    .events > .events__item:first-child .events__content {
        padding: 0 144px 36px 41px;
    }
}

.events > .events__item:first-child .events__bg {
    height: 400px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-size: cover;
}

.events > .events__item:first-child .events__type {
    margin-right: 33px;
}

@media only screen and (min-width: 769px) {
    .events > .events__item:first-child {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1 / 3;
    }
}

@media only screen and (min-width: 1201px) {
    .events > .events__item:first-child {
        border-radius: 10px;
        width: 100%;
        margin-left: 0;
    }
}

.events > .events__item:first-child .events__content-wrapper {
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(112, 171, 158, 0)), to(#70ab9e));
    background: linear-gradient(180deg, rgba(112, 171, 158, 0) 40%, #70ab9e 100%);
}

.events > .events__item:first-child .events__content {
    padding: 0 20px 29px 29px;
}

@media only screen and (min-width: 1201px) {
    .events > .events__item:first-child .events__content {
        padding: 0 144px 36px 41px;
    }
}

.events > .events__item:first-child .events__bg {
    height: 400px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.events > .events__item:first-child .events__name {
    font-size: 21px;
    line-height: 25px;
    margin: 11px 0 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

@media only screen and (min-width: 1201px) {
    .events > .events__item:first-child .events__name {
        font-size: 30px;
        line-height: 35px;
    }
}

.events__slider {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 15px;
}

@media only screen and (min-width: 1201px) {
    .events__slider {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        gap: 42px;
    }
    .events__slider .events__item {
        width: 33%;
    }
}

.events__item {
    font-size: 15px;
    line-height: 21px;
    border-radius: 10px;
    height: 400px;
    color: #000000;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 21px;
}

@media only screen and (min-width: 1201px) {
    .events__item {
        margin-bottom: 0;
    }
}

.events__item .events__date {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

@media only screen and (max-width: 1200px) {
    .events__item .events__date {
        font-size: 14px;
        line-height: 21px;
    }
}

@media only screen and (max-width: 1200px) {
    .events__item .events__type {
        font-size: 14px;
        line-height: 21px;
    }
}

.events__item .events__content-wrapper {
    border-radius: 0px 0px 10px 10px;
    background: calc(100% - 29px) calc(100% - 25px) / auto auto url(../img/event-arrow.svg) no-repeat, #ffffff;
}

.events__item .events__bg {
    height: 200px;
}

.events__item .events__name {
    margin-top: 6px;
    margin-bottom: 34px;
    max-height: 78px;
    text-overflow: ellipsis;
}

.events__name {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-overflow: clip;
}

@media only screen and (min-width: 1201px) {
    .events__name {
        font-size: 21px;
        line-height: 26px;
    }
}

.fast__slider .slick-track {
    display: flex;
    align-items: stretch;
}
@media only screen and (min-width: 768px) {
    .fast__slider .slick-track {
        display: block;
    }
}
.fast__slide {
    margin: 0;
    padding: 37px 30px 30px;
    display: flex;
    flex-direction: column;
    height: auto;
}
@media only screen and (min-width: 768px) {
    .fast__slide {
        display: block;
        height: 678px;
        padding: 137px 30px 90px;
    }
}

.fast__slide-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .fast__slide-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.fast__text-wrapper {
    color: #000000;
    font-style: normal;
    font-weight: 700;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .fast__text-wrapper {
        max-width: 602px;
    }
}

.fast__type {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 11px;
    min-height: 22px;
}

@media only screen and (min-width: 768px) {
    .fast__type {
        font-size: 23px;
        line-height: 27px;
        min-height: 27px;
    }
}

.fast__name {
    font-size: 26px;
    line-height: 32px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    margin-bottom: 15px;
    color: inherit;
}

@media only screen and (min-width: 768px) {
    .fast__name {
        font-size: 40px;
        line-height: 47px;
    }
}

.fast__time {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 22px;
}

@media only screen and (min-width: 768px) {
    .fast__time {
        font-size: 23px;
        line-height: 27px;
        margin-bottom: 32px;
    }
}

.fast__deblockedion {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.fast__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.fast__image {
    margin-right: 18px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    max-width: 100%;
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media only screen and (min-width: 768px) {
    .fast__image {
        max-width: auto;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0;
        flex: 0 0;
        transition: all 0.3s;
    }
    .fast__image:hover {
        transform: scale(1.1);
    }
}


.fast__slide_1 {
    background: linear-gradient(90deg, #70ab9e 0%, #cba69b 33.33%, #de7856 66.66%, #e4ab18 100%);
}
.fast__slide_2 {
    background: linear-gradient(90deg, #e4ab18 0%, #c5a79d 33.33%, #70ab9e 66.66%, #cba69b 100%);
}
.fast__slide_3 {
    background: linear-gradient(90deg, #cba69b 0%, #de7856 33.33%, #e4ab18 66.66%, #c5a79d 100%);
}
.fast__slide_4 {
    background: linear-gradient(90deg, #c5a79d 0%, #70ab9e 33.33%, #cba69b 66.66%, #de7856 100%);
}
.fast__slide_5 {
    background: linear-gradient(90deg, #de7856 0%, #e4ab18 33.33%, #c5a79d 66.66%, #70ab9e 100%);
}
.fast__slide_6 {
    background: linear-gradient(90deg, #70ab9e 0%, #cba69b 33.33%, #de7856 66.66%, #e4ab18 100%);
}
.fast__slide_7 {
    background: linear-gradient(90deg, #e4ab18 0%, #c5a79d 33.33%, #70ab9e 66.66%, #cba69b 100%);
}
.fast__slide_8 {
    background: linear-gradient(90deg, #cba69b 0%, #de7856 33.33%, #e4ab18 66.66%, #c5a79d 100%);
}
.fast__slide_9 {
    background: linear-gradient(90deg, #c5a79d 0%, #70ab9e 33.33%, #cba69b 66.66%, #de7856 100%);
}
.fast__slide_10 {
    background: linear-gradient(90deg, #de7856 0%, #e4ab18 33.33%, #c5a79d 66.66%, #70ab9e 100%);
}
.fast__slide_11 {
    background: linear-gradient(90deg, #70ab9e 0%, #cba69b 33.33%, #de7856 66.66%, #e4ab18 100%);
}
.fast__slide_12 {
    background: linear-gradient(90deg, #e4ab18 0%, #c5a79d 33.33%, #70ab9e 66.66%, #cba69b 100%);
}
.fast__slide_13 {
    background: linear-gradient(90deg, #cba69b 0%, #de7856 33.33%, #e4ab18 66.66%, #c5a79d 100%);
}
.fast__slide_14 {
    background: linear-gradient(90deg, #c5a79d 0%, #70ab9e 33.33%, #cba69b 66.66%, #de7856 100%);
}
.fast__slide_15 {
    background: linear-gradient(90deg, #de7856 0%, #e4ab18 33.33%, #c5a79d 66.66%, #70ab9e 100%);
}
.fast__slide_16 {
    background: linear-gradient(90deg, #70ab9e 0%, #cba69b 33.33%, #de7856 66.66%, #e4ab18 100%);
}
.fast__slide_17 {
    background: linear-gradient(90deg, #e4ab18 0%, #c5a79d 33.33%, #70ab9e 66.66%, #cba69b 100%);
}
.fast__slide_18 {
    background: linear-gradient(90deg, #cba69b 0%, #de7856 33.33%, #e4ab18 66.66%, #c5a79d 100%);
}
.fast__slide_19 {
    background: linear-gradient(90deg, #c5a79d 0%, #70ab9e 33.33%, #cba69b 66.66%, #de7856 100%);
}
.fast__slide_20 {
    background: linear-gradient(90deg, #de7856 0%, #e4ab18 33.33%, #c5a79d 66.66%, #70ab9e 100%);
}

@media only screen and (min-width: 768px) {
    .fast__image_1 {
        width: 450px;
        -ms-flex-preferred-size: 450px;
        flex-basis: 450px;
        top: -45px;
    }
    .fast__image_2 {
        left: -60px;
        top: -33px;
        width: 168px;
        -ms-flex-preferred-size: 168px;
        flex-basis: 168px;
    }
    .fast__image_3 {
        top: -57px;
        left: 3;
        width: 299px;
        -ms-flex-preferred-size: 299px;
        flex-basis: 299px;
    }
    .fast__image_4 {
        top: -24px;
        width: 463px;
        -ms-flex-preferred-size: 463px;
        flex-basis: 463px;
    }
    .fast__image_5 {
        top: -6px;
        left: -32px;
        width: 302px;
        -ms-flex-preferred-size: 302px;
        flex-basis: 302px;
    }
    .fast__image_6 {
        left: -32px;
        top: -7px;
        width: 312px;
        -ms-flex-preferred-size: 312px;
        flex-basis: 312px;
    }
    .fast__image_7 {
        left: -31px;
        top: -7px;
        width: 659px;
        -ms-flex-preferred-size: 659px;
        flex-basis: 659px;
    }
    .fast__image_8 {
        top: -10px;
        left: 5px;
        width: 544px;
        -ms-flex-preferred-size: 544px;
        flex-basis: 544px;
    }
    .fast__image_9 {
        top: -23px;
        left: -26px;
        width: 327px;
        -ms-flex-preferred-size: 327px;
        flex-basis: 327px;
    }
    .fast__image_10 {
        top: -20px;
        left: -40px;
        width: 316px;
        -ms-flex-preferred-size: 316px;
        flex-basis: 316px;
    }
    .fast__image_11 {
        top: -47px;
        left: -7px;
        width: 116px;
        -ms-flex-preferred-size: 116px;
        flex-basis: 116px;
    }
    .fast__image_12 {
        top: 3px;
        left: -16px;
        width: 185px;
        -ms-flex-preferred-size: 185px;
        flex-basis: 185px;
    }
    .fast__image_13 {
        top: -8px;
        left: -3px;
        width: 329px;
        -ms-flex-preferred-size: 329px;
        flex-basis: 329px;
    }
    .fast__image_14 {
        top: -19px;
        left: -12px;
        width: 232px;
        -ms-flex-preferred-size: 232px;
        flex-basis: 232px;
    }
    .fast__image_15 {
        top: -11px;
        left: -17px;
        width: 151px;
        -ms-flex-preferred-size: 151px;
        flex-basis: 151px;
    }
    .fast__image_16 {
        top: -11px;
        left: -17px;
        width: 191px;
        -ms-flex-preferred-size: 191px;
        flex-basis: 191px;
    }
    .fast__image_17 {
        top: -8px;
        left: -17px;
        width: 261px;
        -ms-flex-preferred-size: 261px;
        flex-basis: 261px;
    }
    .fast__image_18 {
        top: -8px;
        left: -25px;
        width: 289px;
        -ms-flex-preferred-size: 289px;
        flex-basis: 289px;
    }
    .fast__image_19 {
        left: -17px;
        width: 267px;
        -ms-flex-preferred-size: 267px;
        flex-basis: 267px;
    }
    .fast__image_20 {
        top: 2px;
        left: -19px;
        width: 180px;
        -ms-flex-preferred-size: 180px;
        flex-basis: 180px;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 768px) {
    .fast__image_7 {
        max-width: 50%;
    }
}

.fast__image img {
    max-height: 300px;
    margin-top: 15px;
}
@media only screen and (min-width: 768px) {
.fast__image img {
    max-height: 100vh;
}
}

.fast__nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fast__nav .slick-arrow {
    top: -60px;
    right: auto;
    left: auto;
    border: 4px solid rgba(255, 255, 255, 0.3);
    width: 52px;
    height: 52px;
}

.fast__nav .slick-prev {
    margin-right: 67px;
}

.fast__nav .slick-next {
    margin-left: 67px;
}

.page-event {
    padding: 17px 0 69px;
}

@media only screen and (max-width: 576px) {
    .page-event .btn-reverse .btn-text {
        display: inline;
    }
}

.page-event .title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.page-event .title-wrapper .btn-reverse {
    border: 1px solid #cba69b;
}

.page-event .title-wrapper .breadcrumb {
    display: none;
}

@media only screen and (min-width: 1201px) {
    .page-event .title-wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 0;
        margin-top: 35px;
    }
    .page-event .title-wrapper .breadcrumb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.page-event .btn {
    width: 100%;
}

@media only screen and (min-width: 1201px) {
    .page-event .btn {
        width: auto;
    }
}

.page-event .list-category-chapter {
    display: none;
}

@media only screen and (min-width: 1201px) {
    .page-event .list-category-chapter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: auto;
        margin-bottom: 0;
    }
}

.page-event h1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 15px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

@media only screen and (min-width: 1201px) {
    .page-event h1 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin-bottom: 39px;
        margin-top: 19px;
    }
}

.page-event h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 13px;
}

@media only screen and (min-width: 1201px) {
    .page-event h2 {
        font-size: 40px;
        line-height: 47px;
        margin-bottom: 46px;
    }
}

.page-event__main-img {
    width: calc(100% + 30px);
    margin-left: -15px;
}

@media only screen and (min-width: 1201px) {
    .page-event__main-img {
        width: 100%;
        margin-left: 0px;
    }
}
.page-event__main-img img {
    width: 100%;
    padding: 15px;
}

@media only screen and (min-width: 1201px) {
    .page-event__main-img img {
        height: 450px;
        object-fit: cover;
        padding: 0;
    }
}
.page-event__conditions {
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    color: #000000;
    margin-top: 19px;
}

@media only screen and (min-width: 1201px) {
    .page-event__conditions {
        margin-top: 0;
        padding-left: 44px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 364px;
        flex: 0 0 364px;
    }
}

.page-event__conditions li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
}

.page-event__conditions li svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
}

@media only screen and (min-width: 1201px) {
    .page-event__conditions li {
        margin-bottom: 24px;
    }
}

.page-event__conditions span {
    margin-left: 20px;
}

@media only screen and (min-width: 1201px) {
    .page-event__conditions span {
        margin-left: 24px;
    }
}

.page-event__content-wrapper {
    padding: 18px 0 36px;
}

@media only screen and (min-width: 1201px) {
    .page-event__content-wrapper {
        padding: 41px 0 137px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.page-event__content-wrapper p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin: 31px 0 41px;
}

@media only screen and (min-width: 1201px) {
    .page-event__content-wrapper p {
        font-size: 18px;
        line-height: 30px;
    }
}

.page-event__content-wrapper p:first-child {
    margin-top: 0;
}

.page-event__content-wrapper p:last-child {
    margin-bottom: 0;
}

.btn-transparent {
    background-color: transparent;
    border: 1px solid #cba69b;
}

.page-contacts {
    position: relative;
    font-size: 14px;
    line-height: 21px;
}

@media only screen and (min-width: 1201px) {
    .page-contacts {
        font-size: 16px;
        line-height: 21px;
    }
}

.page-contacts h1 {
    margin-bottom: 14px;
    line-height: 100%;
}

@media only screen and (min-width: 1201px) {
    .page-contacts h1 {
        margin-bottom: 30px;
    }
}

.page-contacts h2 {
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
}

@media only screen and (min-width: 1201px) {
    .page-contacts h2 {
        font-size: 16px;
        line-height: 21px;
    }
}

.page-contacts__image {
    max-width: none;
    width: calc(100% + 30px);
    margin-left: -15px;
    /*         width: 50%;
        position: absolute;
        right: 0;
        top: 0; */
}

@media only screen and (min-width: 1201px) {
    .page-contacts__image {
        width: 50vw;
        margin-left: 0;
        margin-top: -45px;
        max-width: 719px;
    }
}

.page-contacts__address {
    margin: 23px 0 19px;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
}

@media only screen and (min-width: 1201px) {
    .page-contacts__address {
        font-size: 30px;
        line-height: 35px;
        margin: 36px 0 29px;
    }
}

.page-contacts__address h2 {
    margin-bottom: 7px;
}

.page-contacts__excursion {
    margin-bottom: 27px;
}

@media only screen and (min-width: 1201px) {
    .page-contacts__excursion {
        margin-bottom: 33px;
    }
}

.page-contacts__excursion h2 {
    margin-bottom: 12px;
}

@media only screen and (min-width: 1201px) {
    .page-contacts__excursion h2 {
        margin-bottom: 16px;
    }
}

.page-contacts__time h2 {
    margin-bottom: 7px;
}

.page-contacts__time li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 0 10px;
}

.page-contacts__time li:not(:last-child) {
    border-bottom: 1px solid #c5a79d;
}

.page-contacts__top-content {
    padding-bottom: 19px;
}

.page-contacts__bottom-content {
    margin-bottom: 54px;
}

@media only screen and (min-width: 1201px) {
    .page-contacts__bottom-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-top: 42px;
        margin-bottom: 88px;
    }
}

@media only screen and (min-width: 1201px) {
    .page-contacts__social-wrapper {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media only screen and (min-width: 1201px) {
    .page-contacts__short-name {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.page-contacts__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 10px;
}

.page-contacts__row:not(:last-child) {
    margin-bottom: 30px;
}

@media only screen and (min-width: 1201px) {
    .page-contacts__row {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

.page-contacts__link {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #ba634b;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
}

.page-contacts__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 17px;
}

.page-contacts__phone {
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
}

@media only screen and (min-width: 1201px) {
    .page-contacts__phone {
        font-size: 30px;
        line-height: 35px;
    }
    .page-contacts__phone.page-contacts__link {
        text-decoration: none;
        color: #000000;
    }
}

.page-contacts__phone:not(:last-child) {
    margin-right: 17px;
}

.page-contacts__iframe {
    height: 278px;
}

@media only screen and (min-width: 1201px) {
    .page-contacts__iframe {
        height: 480px;
    }
}

@media only screen and (min-width: 1201px) {
    .page-contacts__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
    }
}

@media only screen and (min-width: 1201px) {
    .page-contacts__top-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding-right: 124px;
        padding-bottom: 38px;
    }
}

.page-article {
    padding: 17px 0 69px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

@media only screen and (min-width: 1201px) {
    .page-article {
        font-size: 18px;
        line-height: 26px;
        padding-bottom: 107px;
    }
}

.page-article .btn {
    width: 100%;
}

@media only screen and (min-width: 1201px) {
    .page-article .btn {
        width: auto;
    }
}

.page-article__block {
    margin-bottom: 55px;
    gap: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

@media only screen and (min-width: 1201px) {
    .page-article__block {
        gap: 0px;
    }
}

.page-article .title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 15px;
}

@media only screen and (min-width: 1201px) {
    .page-article .title-wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 0;
        gap: 0;
    }
}

.page-article .list-category-chapter {
    display: none;
}

@media only screen and (min-width: 1201px) {
    .page-article .list-category-chapter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: auto;
        margin-bottom: 0;
    }
}

.page-article h1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

@media only screen and (min-width: 1201px) {
    .page-article h1 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 10px;
    }
}

.page-article__subtitle {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

@media only screen and (min-width: 1201px) {
    .page-article__subtitle {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 36px;
        margin-top: 21px;
    }
}

.page-article__img-deblockedion {
    margin-top: 21px;
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
    color: #000000;
}

.page-article__img-description {
    margin-top: 21px;
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
    color: #000000;
}

.page-article__text_bold {
    font-weight: 700;
}

@media only screen and (min-width: 1201px) {
    .page-article__image-wrapper {
        width: -webkit-min-content;
        width: -moz-min-content;
        width: min-content;
    }
}

.page-article__image-wrapper img {
    width: 100%;
}

@media only screen and (min-width: 1201px) {
    .page-article__image-wrapper img {
        width: auto;
    }
}

.page-article__content {
    width: 100%;
}

@media only screen and (min-width: 1201px) {
    .page-article__content {
        margin-bottom: 173px;
    }
}

.page-article__return {
    width: 100%;
}

.page-article__return .btn {
    margin: auto;
}

@media only screen and (min-width: 1201px) {
    .page-article__return .btn {
        width: 304px;
        height: 67px;
    }
}

.page-article__image_left .page-article__image-wrapper {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

@media only screen and (min-width: 1201px) {
    .page-article__image_left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    }
}

.page-article__image_bordered {
    border-top: 1px solid #c5a79d;
    border-bottom: 1px solid #c5a79d;
    padding: 20px 0 30px;
}

@media only screen and (min-width: 1201px) {
    .page-article__image_bordered {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 57px 0 49px;
        gap: 78px;
    }
}

@media only screen and (min-width: 1201px) {
    .page-article__image_three {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .page-article__image_three .page-article__img-description {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: center;
    }
    .page-article__image_three .page-article__img-deblockedion {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: center;
    }
}

.page-article__text-container {
    margin-top: 15px;
}

@media only screen and (min-width: 1201px) {
    .page-article__text-container {
        padding-left: 39px;
        margin-top: 0px;
    }
}

@media only screen and (min-width: 1201px) {
    .page-fast h1 {
        font-size: 76.6667px;
        line-height: 125%;
        margin-bottom: 50px;
        margin-top: 31px;
    }
    .page-fast h1 span {
        margin-top: -22px;
    }
}
/*# sourceMappingURL=addition.css.map */

.museum__20min h1 {
    font-size: 77px;
    margin-top: 25px;
    margin-bottom: 60px;
}

.events__main_description img {    width: auto;
    height: auto;
    max-height: 700px;}