.content {
    padding-left: 55px;
    padding-right: 0;
}

.header,
.footer {
    padding-left: 101px;
    padding-right: 56px;
}

.wp-slider .item .loup {
    position: absolute;
    top: calc(50% - 76px);
    left: calc(50% - 49px);
    width: 97px;
    height: 97px;
    z-index: 1000;
    pointer-events: none;
    background-image: url('../images/lupa.png');
}

.wp-slider .item:hover .loup {
    background-image: url('../images/lupa_hover.png');
}

.wp-slider .item .loup svg {
    width: 22px;
    height: 22px;
    fill: #FFF;
}

.wp-wrapper {
    position: relative;
}

.wp-slider {
    position: relative;
    width: calc(100% - 150px);
    margin-left: 70px;
}

.wp-slider .item {
    text-align: center;
    font-family: "Bebas", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #6d788c;
}

.wp-slider .item > img {
    margin-bottom: 7px;
}

.wp_date {
    margin-top: 11px;
}

.wp__item-data {
    display: none;
}

.wp_date__separator {
    width: 135px;
    height: 1px;
    background-color: #e1e1e1;
    margin-top: 18px;
    margin: auto;
    display: inline-block;
    position: relative;
}

.wp_date__separator svg {
    width: 10px;
    height: 10px;
    position: absolute;
    left: 50%;
    top: -5px;
    fill: #f76b1c;
    margin-left: -12px;
    padding: 0 8px;
    background-color: #FFF;
}

#carousel_wp_prev {
    left: 0;
    padding-left: 25px;
}

#carousel_wp_prev, #carousel_wp_next {
    width: 70px;
    cursor: pointer;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - 60px);
}

#carousel_wp_prev, #carousel_wp_next, #wp_block {
    display: inline-block;
}

#carousel_wp_prev, #carousel_wp_next {
    width: 70px;
    cursor: pointer;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - 60px);
}

#carousel_wp_prev > div, #carousel_wp_next > div {
    width: 30px;
    height: 56px;
}

#carousel_wp_prev {
    left: 0;
    padding-left: 25px;
}

#carousel_wp_prev > div {
    background-image: url(../images/left_fiol@2x.svg);
}

#carousel_wp_next {
    right: 0;
    padding-left: 14px;
}

#carousel_wp_next > div {
    background-image: url(../images/right_fiol@2x.svg);
}

#file_journal_link {
    display: block;
    color: #4B4B4B;
}

#file_journal_link.wp_jlink {
    text-align: right;
    margin-right: 90px;
    margin-bottom: 15px;
    font-size: 18px;
    font-family: "Bebas", Arial, Helvetica, sans-serif;
    font-weight: 700;
}


#file_journal_link:before {
    display: inline-block;
    background-image: url(../images/journal@2x.svg);
    width: 14px;
    height: 18px;
    content: "";
    margin-right: 10px;
    vertical-align: middle;
}

.modal-wp .modal__inner {
    width: 913px;
    padding: 0;
    background-color: transparent;
}

.modal-wp .modal__overlay {
    background-color: #21262d;
    opacity: 0.79;
}

.modal-wp .modal__body img {
    width: 100%;
}

.modal-wp .modal__inner:before {
    display: none;
}

.modal-wp .modal__close {
    top: -36px;
    background: none;
}

.modal-wp__prev,
.modal-wp__next {
    position: absolute;
    top: 50%;
    width: 74px;
    height: 63px;
    background-color: rgba(0,0,0,0.5);
    z-index: 10;
    cursor: pointer;
}

.modal-wp__prev.disable,
.modal-wp__next.disable {
    opacity: 0.4;
    pointer-events: none;
}

.modal-wp__title {
    width: 100%;
    text-align: center;
    color: #FFF;
    font: 700 18px/1 "Bebas", Arial, Helvetica, sans-serif;
    position: absolute;
    top: -30px;
    left: 0;
}

.modal-wp .modalSlider .item {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 70px;
    color: #FFF;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    font-family: "Bebas", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.3px;
    background-color: rgba(0,0,0,.5);
    padding: 0 37px;
    box-sizing: border-box;
}

.modal-wp__prev {
    left: 0;
}

.modal-wp__next {
    right: 0;
}

.modalSlider .item {
    position: relative;
}

.modalSlider .item .title {
    display: none;
}

.modal-wp__next svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

.modal-wp__prev:hover svg,
.modal-wp__next:hover svg {
    opacity: 0.5;
}

.modal-wp__prev svg,
.modal-wp__next svg {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    margin-top: -13px;
}

.arrow-ico {
    width: 13px;
    height: 24px;
    fill: #FFF;
}
