﻿/* разблокировать для видео */
.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* КУКИ */

.cookie {
    box-sizing: border-box;
    position: fixed;
    padding: 20px;
    left: 15px;
    bottom: 28px;
    width: 1066px;
    background-color: #F4F5F9;
    border-radius: 12px;
    z-index: 20000;
    display: none;
}
.cookie.show {
    display: block;
}

.cookie__wrap {
    font-family: "HelveticaNeue", sans-serif;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.cookie__desc {
    max-width: 943px;
}

.cookie__close {
    /* position: absolute; */
    right: 20px;
    top: 20px;
    width: 32px;
    height: 32px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.cookie__close::before {
    content: url("../img/cookie_close.svg");
}

.cookie__btns {
    display: flex;
    gap: 12px;
    width: 100%;
}
.cookie__btns .btn {
    flex: 1;
    margin: 0;
}

.btn__cookie {
    width: 507px;
    height: 44px;
}

.btn__cookie-white {
    border: 1px solid #d6d9e4;
}
/* КОНЕЦ КУКИ */

/* КАТАЛОГ */

.catalog__mobile {
    display: none;
}

.catalog__btn-2 {
    width: 162px;
    margin-bottom: 0;
}

.header-catalog {
    display: flex;
    border-top: 1px solid #50626b;
    color: #fff;
}

.header-catalog-left {
    padding: 24px 8px 24px 20px;
    width: 326px;
    border-right: 1px solid #50626b;
}

.header-catalog__item {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 11px 12px;
    border: none;
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 18px;
}

.header-catalog__item {
    display: flex;
    justify-content: space-between;
}

.header-catalog__item.is-child:after {
    content: url("../img/arrow_right_mobil.svg");
}

.header-catalog__item:hover {
    background-color: #fff;
    color: #052537;
    cursor: pointer;
}

.header-catalog-right {
    display: flex;
    gap: 16px;
    padding: 24px 0 40px 8px;
}

.header-catalog-1,
.header-catalog-2,
.header-catalog-3 {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 298px;
}

.header-catalog-1 p,
.header-catalog-2 p {
    font-family: "HelveticaNeue", sans-serif;
    font-weight: 500;
    padding: 12px;
}

.header-catalog-1 p:hover,
.header-catalog-2 p:hover {
    cursor: pointer;
    text-decoration: underline;
}

.header-catalog-3 {
    border-radius: 12px;
}

.header-catalog-3 img {
    border-radius: 12px;
}

.header-catalog-1 {
    margin-right: 16px;
}

/*  Header */
.header__mobile {
    display: none;
}

.item__mobile {
    display: none;
}

.search__btn-mobile {
    display: none;
}

.header {
    width: 100%;
    position: fixed;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, 0);
    font-family: "HelveticaNeue", sans-serif;
    font-weight: 500;
    background-color: transparent;
    color: #ffffff;

    z-index: 200;
}
.header--dark, .header__mobile--dark {
    background-color: #052537 !important;
}
.header:hover {
    background-color: #052537 !important;
}

.header__top {
    display: flex;
    align-items: center;
    padding: 20px 0 12px;
}

.header__shedule {
    margin-right: 178px;
    font-size: 14px;
    font-weight: 300;
}

.header__list {
    font-size: 14px;
    display: flex;
    gap: 6px;
    line-height: 0.8;
}

.navi__item {
    padding: 12px;
    border-radius: 8px;
    line-height: 0.8;
}

.header__telegram {
    cursor: pointer;
}

.header__end {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-left: auto;
}

.header__phone {
    font-family: "HelveticaNeue", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}
.header__phone:hover {
    color: #fff;
}
.header__btn {
    width: 190px;
    height: 40px;
    min-height: 0 !important;
    font-family: "IBMPlexMono", monospace;
    font-size: 14px !important;
    font-weight: 500;
    padding: 0;
    margin: 0;
}

.sticky {
    position: sticky;
    top: 0;
}

.header__bottom {
    display: flex;
    align-items: center;
    padding: 20px 0 12px;

    border-top: 1px solid #50626b;
}

.header__logo {
    width: 117px;
    height: 48px;
    margin-right: 21px;
}
.header__logo a {
    width: 100%;
    height: 100%;
}

.header__subtitle {
    max-width: 139px;
    margin-right: 37px;
    font-size: 12px;
}

.header__adress {
    font-family: "HelveticaNeue", sans-serif;
    font-weight: 500;
    margin-left: 31px;
    max-width: 190px;
    font-size: 14px;
    cursor: pointer;
}

.catalog__btn {
    width: 162px;
    height: 48px;
    margin-right: 12px;
}

.form__input {
    position: relative;
    border-radius: 8px;
    border: 1px solid #fff;
    background-color: rgb(181, 180, 180, 0.2);
}

.form__input::before {
    display: inline-block;
    content: url("../img/search.svg");
    width: 20px;
    height: 20px;
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-63%);
}
.form.popup .form-header,
.form.popup .form-body,
.form.popup .form-footer {
    background: #f4f5f9
}
.form.popup .form-header {
    padding-bottom: 0;
}
.form.popup .licence_block.bx_filter input[type="checkbox"] {
    position: absolute;
}
.form.popup .form-group {
    margin-bottom: 12px;
}
.form.popup .form-group label {
    line-height: 1;
}
.form.popup .form-group .phone {
    width: 100%;
    border: 1px solid #e8e8e8;
    border-radius: 0;
}
.form.popup .form-group .phone:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.015) inset;
    border-color: #999999;
}
.header__search::placeholder {
    font-family: "IBMPlexMono", monospace;
    color: #fff;
    font-size: 16px;
}

.header__search {
    box-sizing: border-box;
    width: 419px;
    height: 46px;
    padding: 13px;
    padding-left: 40px;
    background-color: transparent;
    color: #fff;
    border: none;

    outline: none;
}

.btn__input {
    display: none;
    position: absolute;
    padding: 0;
    top: 3px;
    right: 3px;
    width: 102px;
    min-height: 0 !important;
    bottom: 3px;
    ;
    font-size: 16px;
    line-height: 0.9;
    margin: 0;
}

.header__search:focus~.btn__input {
    display: block;
}

.header__cart {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-left: auto;
    cursor: pointer;
}

.cart__img {
    width: 20px;
    height: 20px;
}

.cart__count {
    cursor: pointer;
}
/* Header */

/* КОНЕЦ Header */

/* ГЛАВНАЯ */
.haupt {
    height: 800px;
    background-color: gray;

    font-family: "IBMPlexMono", monospace;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    position: relative;
    z-index: 1;
}
.haupt .swiper {
    height: 100%;
}
.haupt .swiper-slide {
    flex: 0 0 100%;
    position: relative;
}
.haupt .nav-btn {
    position: absolute;
    bottom: 50px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    border-radius: 50%;
    background-color: transparent !important;
    opacity: 1 !important;
    border: none;
    background-size: 100% 100%;
}
.haupt .nav-btn--prev {
    left: max(calc((100vw - 1280px) / 2 + 20px), 20px);
}
.haupt .nav-btn--next {
    right: max(calc((100vw - 1280px) / 2 + 20px), 20px);
}
.haupt .media-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}
.haupt .media-cover::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(5, 37, 55, 0.5) 0%, rgba(5, 37, 55, 0.5) 100%);
}
.haupt .media-cover iframe, .haupt .media-cover img, .haupt .media-cover video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.haupt__pause-btn {
    margin-left: auto;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background-color: #f5f5f566;
    backdrop-filter: blur(20px);
    padding: 0;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

@media (max-width: 1279px) {
    .haupt__pause-btn {
        position: absolute;
        z-index: 1;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

.haupt .container {
    height: 100%;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 2;
}

.haupt .haupt__title {
    color: #fff;
    margin-bottom: 12px;
    font-size: clamp(81px, 10.78vw, 138px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.04em;
    text-transform: uppercase;
}
.haupt .header-subitle__wrap {
    display: flex;
    align-items: center;
}
.haupt__subtitle {
    display: inline-block;
    margin-bottom: 33px;
    margin-right: 138px;
    font-size: 58px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.04em;
    text-transform: uppercase;
}

.haupt__text {
    display: inline-block;
    font-size: 22px;
    max-width: 320px;
    margin-bottom: 33px;
}

.haupt__buttons {
    display: flex;
    gap: 16px;
}
.haupt__buttons .btn {
    width: 298px;
    margin: 0;
}
/* КАТАЛОГ */

.catalog__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.navigation__item {
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 12px;
    padding: 6px 12px;
    font-size: 16px;
    text-transform: uppercase;

    background-color: #f4f5f9;
    color: #5f5f5f;
    border: 1px solid #052537;
    border-radius: 8px;

    cursor: pointer;
}

.navigation__item-hovered {
    background-color: #052537;
    color: #ffffff;
}
.catalog__cards {
    display: none;
    transition: all .5s linear;
}
.catalog__cards.show {
    display: block !important;
    min-height: min(var(--cards-h, 0px), 100vh);
}
.catalog__cards-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px 15px;
    justify-content: space-between;
}
.catalog__card {
    cursor: pointer;
}

.catalog__img {
    width: 100%;
    aspect-ratio: 1.25;
    margin-bottom: 16px;
    border-radius: 8px;
}

.cards__name {
    font-family: "HelveticaNeue", sans-serif;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}

/* О НАС */

.about__wrap {
    display: grid;
    grid-template-columns: 314px auto;
}

.about__cell {
    font-family: "HelveticaNeue", sans-serif;
    font-weight: 500;
    color: #052537;
    max-width: 298px;
    margin-bottom: 24px;
}

.about__desc {
    font-family: "HelveticaNeue", sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #052537;
    line-height: 1;
    margin-bottom: 16px;
}
/* NUMBERS */

.numbers__wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}


.numbers__w {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.numbers__w:before,
.numbers__w:after {
    content: '';
    width: 100%;
    height: 23px;
    border: 1px solid #8c90a0;
}
.numbers__w:before {
    border-radius: 8px 8px 0 0;
    border-bottom: none;
}
.numbers__w:after {
    border-radius: 0 0 8px 8px;
    border-top: none;
}
.numbers__p {
    flex: 1 1 auto;
    margin: 10px 0;
    text-align: center;
}

.numbers__numb {
    font-size: 60px;
    font-weight: 600;
    color: #052537;
    line-height: 1;
    margin-bottom: 12px;
}

.numbers__desc {
    font-family: "HelveticaNeue", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #052537;
    line-height: 1.3;
    max-width: 296px;
    padding: 0 16px;
}

.header-catalog-right {
    display: none;
}
/* УСЛУГИ */
.services__card {
    aspect-ratio: 1;
    display: flex !important;
    flex-direction: column;
    box-sizing: border-box;
    padding: 12px 16px 16px;
    background-color: #f4f5f9;
    border-radius: 8px;
    cursor: pointer;
}

.service__wrap {
    display: flex;
    margin-top: auto;
    justify-content: space-between;
    cursor: pointer;
}

.card__number {
    font-size: 40px;
    line-height: 1;
    color: #d9e6f1;
}

.card__text {
    font-family: "HelveticaNeue", sans-serif;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
}

.services__arrow {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    align-self: self-end;
}

/* ЗАКАЗЧИКИ */
.customers__item {
    aspect-ratio: 1;
    position: relative;
    border-radius: 8px;
    cursor: pointer;
    background: #F4F5F9;
    overflow: hidden;
}

.customers__img {
    width: 100%;
    height: 100%;
    padding: 16px 16px 40px;
    mix-blend-mode: darken;
}
.customers__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.customers__text {
    position: absolute;
    font-family: "IBMPlexMono", monospace;
    font-size: 16px;
    font-weight: 500;
    color: #052537;
    text-transform: uppercase;

    bottom: 16px;
    left: 16px;

    cursor: pointer;
}

.customers__text:hover {
    text-decoration: underline;
}

/* ПРЕИМУЩЕСТВА */

.item__title {
    font-family: "HelveticaNeue", sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin-left: 285px;
}
.advantages__accord .accordion {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    background-color: #fff;
    color: #444;
    cursor: pointer;
    width: 100%;
    border: none;
    border-top: 1px solid #a3a3a3;
    outline: none;
    transition: 0.4s;
}

.advantages__accord .accordion.active {
    background-color: #0088dd;
    color: #ffffff;
    border: none;
}

.panel {
    font-family: "HelveticaNeue", sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 0 20px 0px 310px;
    background-color: #0088dd;
    color: #ffffff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.panel p {
    max-width: 611px;
    padding-bottom: 20px;
}

/* Diamond/ромб */
.advantages__accord .accordion:before {
    content: "";
    width: 12px;
    height: 12px;
    background: #0088dd;
    transform: rotate(45deg);
}

.advantages__accord .accordion:after {
    content: url("../img/btn_plus.png");
    font-size: 13px;
    float: right;
    margin-left: auto;
}

.advantages__accord .accordion.active::before {
    background: #fff;
}

.advantages__accord .accordion.active:after {
    content: url("../img/btn_minus.png");
}

.accord__item-first {
    border-top: 1px solid #a3a3a3;
}

/* ПРОИЗВЕЛИ */
.shipment__img {
    width: 100%;
    aspect-ratio: 1.25;
    margin-bottom: 20px;
    border-radius: 8px;
    cursor: pointer;
}

.shipment__date {
    margin-bottom: 12px;
    font-size: 12px;
    color: #8c90a0;
}

.shipment__place {
    margin-bottom: 12px;
    font-size: 14px;
    text-transform: uppercase;
    color: #052537;
}

.shipment__name {
    display: inline-block;
    font-family: "HelveticaNeue", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #052537;
    cursor: pointer;
}

/* ОТПРАВИТЬ ЗАЯВКУ */
.application__wrap {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.application__left {
    box-sizing: border-box;
    padding: 40px;
    width: 612px;
    background: url("../img/application__img.jpg") 0 center / cover no-repeat;
    border-radius: 8px;
}

.application__right {
    box-sizing: border-box;
    width: 612px;
    padding: 30px;
    background-color: #f4f5f9;
    border-radius: 8px;
}

.application__staples {
    margin-bottom: 76px;
    color: #fff;
    opacity: 80%;
}

.application__title {
    max-width: 370px;
    width: 100%;
    color: #ffffff;
    margin-bottom: 16px;
}

.application__subtitle {
    font-family: "HelveticaNeue", sans-serif;
    font-weight: 500;
    color: #fff;
}

.name__phone {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
}

.email__file {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
}

.form__download {
    display: flex;
    gap: 6px;
    font-size: 16px;
    margin-bottom: 4px;
    cursor: pointer;
}

.form__download p {
    cursor: pointer;
}

.file__definition {
    font-family: "HelveticaNeue", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #8c90a0;
}

.name,
.phone,
.email,
.message {
    box-sizing: border-box;
    width: 268px;
    height: 44px;
    margin: 0;
    padding: 12px;
    border: none;
    border-radius: 8px;
    outline: none;
}

.message {
    width: 100%;
    height: 90px;
    resize: none;
    margin-bottom: 24px;
    font-size: 14px;
}

.application__conf {
    font-family: "HelveticaNeue", sans-serif;
    font-weight: 500;
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin-bottom: 16px;
    font-size: 14px;
}

.conf__link {
    font-family: "HelveticaNeue", sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-decoration: underline;
}

input[type="checkbox"],
input[type="radio"] {
    appearance: none;
    accent-color: #0088dd;
    width: 20px;
    height: 20px;
    border-radius: 4px !important;
    margin: 0 12px 0 0;
    cursor: pointer;
    outline: none;
}

input[type="checkbox"] {
    border: 2px solid #d6d9e4;
}
.rte[type="checkbox"] {
    border: 2px solid rgb(235, 74, 74);
    background-color: rgb(247, 166, 166);
    /* pointer-events: none; */
}

input[type="checkbox"]:checked {
    background-color: #0088dd;
    border-color: #0088dd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
}
input[type="checkbox"]:hover {
    border-color: #0088dd;
}

.form__submit-active {
    background-color: #0088dd;
    opacity: 30%;
    pointer-events: none;
}

/* КОНТАКТЫ */

.contacts__staples {
    margin-bottom: 24px;
}

.contacts__wrap {
    display: flex;
}

.contacts__tile {
    max-width: 314px;
    width: 100%;
}

.contacts__items {
    width: 926px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto auto auto;
    grid-auto-flow: row;
    gap: 40px;
}

.contacts-1,
.contacts-2 {
    grid-column: span 3;
}

.contacts__title {
    margin-bottom: 12px;
    font-size: 14px;
    color: #5f5f5f;
    font-weight: 400;
}

.contacts__phone {
    display: flex;
    gap: 16px;
}

.telegram {
    margin-top: -7px;
    cursor: pointer;
}

.contacts__media {
    display: flex;
    gap: 16px;
}

.contacts__text {
    font-family: "HelveticaNeue", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #052537;
    line-height: 1.5;
}

.contacts__download {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 20px;

    cursor: pointer;
}

.download__img {
    height: 20px;
}

/* КАРТА */

.map__container {
    width: 1240px;
    height: 476px;
}

.map__img {
    width: 100%;
}

.map2 {
    border-radius: 8px;
}

.ymaps3x0--main-engine-container canvas {
    filter: grayscale(50%);
}

.map2 {
    width: 100%;
    height: 476px;
}

/* FOOTER */

.footer {
    padding-top: 40px;
    color: #ffffff;
    background-color: #052537;
    margin-top: 0 !important;
}

.footer__columns {
    display: flex;
    gap: 16px;
    margin-bottom: 40px;
    font-size: 14px;
}

.footer__center {
    display: flex;
}

.column-one {
    width: 280px;
    margin-right: 17px;

    display: flex;
    flex-direction: column;
}

.column-two {
    width: 120px;
}

.column-three {
    width: 230px;
}

.column-four {
    width: 240px;
}

.column-five {
    width: 298px;
}

.column__title {
    margin-bottom: 16px;
    opacity: 60%;
}

.footer__link {
    margin-bottom: 12px;
}

.logo {
    width: 132px;
    height: 54px;
    margin-bottom: 14px;
}

.logo a {
    width: 100%;
    height: 100%;
}

.column-one__subtitle {
    max-width: 250px;
}

.media {
    display: flex;
    gap: 20px;
    margin-top: auto;
    font-size: 16px;
}

.media-2 {
    display: none;
}

.footer__btn {
    margin-bottom: 20px;
}

.column-five__schedule {
    margin-bottom: 12px;
    font-weight: 400;
}

.column-five__email {
    margin-bottom: 24px;
}

.column-five__phone,
.column-five__email,
.column-five__adress {
    font-size: 16px;
}

.column-one__subtitle,
.media,
.footer__link,
.column-five__phone,
.column-five__schedule,
.column-five__email,
.column-five__adress {
    font-family: "HelveticaNeue", sans-serif;
    font-weight: 500;
}

.footer__bottoms {
    display: grid;
    grid-template-columns: repeat(4, 298px);
    gap: 16px;

    padding: 20px 0;
    border-top: 1px solid #ffffff;

    font-size: 14px;
    font-weight: 400;

    opacity: 40%;
}

.all__services-hidden {
    display: none;
}

.all__services-open {
    display: block;
}

.all__services-btn {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
}

.all__services-btn::after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url("../img/arr-down.svg") center/contain no-repeat;
    position: relative;
    margin-left: 5px;
    cursor: pointer;
}
.all__services-btn-open::after {
    margin-top: -4px;
}

.all__services-btn-close {
    display: none;
}
.all__services-btn-close:after {
    transform: rotate(180deg);
}
.btn__none {
    display: none;
}

.btn__block {
    display: block;
}

.cc2,
.cc3,
.cc4,
.cc5,
.cc6,
.cc7 {
    display: none;
}
.introtext {
    font-family: "HelveticaNeue", sans-serif;
}
@media (min-width: 992px) and (max-width: 1279px) {
    .content-md>.right_block.narrow_Y+.left_block, .catalog_page .main-catalog-wrapper .left_block {
        width: 220px !important;
        padding-right: 15px !important;
    }
    .content-md>.right_block.narrow_Y, .content-md>.right_block.narrow_Y.catalog_page .section-content-wrapper {
        width: calc(100% - 220px) !important;
    }
    .body .content-md>.right_block.catalog_page {
        width: 100% !important;
    }
    .list-type-block.item-views .item {
        display: grid;
        grid-template-columns: 200px 1fr;
    }
    .list-type-block.item-views .item:before, .list-type-block.item-views .item:after {
        display: none;
    }
    .list-type-block.item-views.wide_img .item>.image {
        width: auto;
        padding: 24px;
    }
    .list-type-block.item-views.wide_img .item .image+.body-info {
        padding: 24px;
    }
}
@media (max-width: 768px) {
    body .list-type-block.item-views.wide_img .items .item>.image {
        width: auto;
        float: none;
        padding: 0px 0px 24px !important;
    }
    .list-type-block.item-views.wide_img .item .image+.body-info {
        padding: 0 24px 24px !important;
    }
    .list-type-block.item-views .item {
        margin-bottom: 16px;
    }
}