.museum-wrap {
    margin-top: 33px;
    border: 1px solid #c7d4da;
    border-left: none;
    border-right: none;
}

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

.museum-nav__item {
    display: block;
    text-decoration: none;
    font: 20px/1 "PT Sans", sans-serif;
    padding: 13px 0 15px;
    transition: color 0.1s linear;
}

.museum-nav__item.active,
.museum-nav__item:hover {
    color: #e9392c;
}

.museum-box {
    background: url("/img/5_virt_museu_bgm.png") no-repeat center;
    max-width: 1300px;
    height: 639px;
    margin: auto;
    box-sizing: border-box;
    padding-top: 100px;
}

.museum-box__content {
    width: 310px;
    height: 385px;
    margin: auto;
    position: relative;
}

.museum_medal_about_text {
    max-height: 210px;
    overflow-y: auto;
}

.museum-box__content-txt {
    width: 280px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(100% + 70px);
    display: flex;
    align-items: center;
    font: 14px/1.25 "PT Sans", sans-serif;
}

.museum-box__content-txt p {
    margin: 0 !important;
}

.museum-box__content-txt-title {
    font-size: 18px;
    margin-bottom: 34px;
}

.museum-box__content-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.museum-box__content-img img {
    max-width: 100%;
    display: block;
}

.museum-box__slider-wrap {
    margin: 37px auto 0;
    width: 1125px;
    position: relative;
}

.museum-box__slider-wrap .swiper-container {
    padding: 5px;
}

.museum-box__preload {
    width: 32px;
    height: 32px;
    background: url("/img/loading.gif") no-repeat;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: none;
}

.museum-box__slider {
    height: 77px;
    width: 974px;
    padding: 20px;
}

.museum-box__slider .swiper-slide {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.27);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100px auto;
    cursor: pointer;
}

.museum-box__slider-prev,
.museum-box__slider-next {
    width: 20px;
    height: 40px;
    background: url("/img/1_o_sluzbe_krovi_arrow_slider-2.svg")
    no-repeat;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

.museum-box__slider-prev {
    left: 0;
    transform: rotate(180deg);
}

.museum-box__slider-next {
    right: 0;
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
