.lp-prods-27 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.lp-prods-27 {
    position: relative;
    padding: 32px 0;
}

.lp-prods-27 {
    background: rgba(68, 68, 68, 0.05);
}

.lp-prods-27 .lp-block-overlay {
    background: transparent;
}

@media all and (min-width: 600px) {
    .lp-prods-27._reverse .lp-prods-27-card:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media all and (min-width: 600px) and (min-width: 960px) {
    .lp-prods-27._reverse .lp-prods-27-card:nth-child(even) .lp-prods-27-card__arrows {
        top: 100%;
        right: 50%;
    }
    .lp-prods-27._reverse .lp-prods-27-card:nth-child(even) .lp-prods-27-card__arrows._center_arrow {
        right: auto;
        width: 50%;
        left: 0;
        display: flex;
        justify-content: center;
        
    }
    .lp-prods-27._reverse .lp-prods-27-card:nth-child(even) .lp-prods-27-card__arrows._left_arrow {
        right: auto;
        width: 50%;
        left: 0;
        display: flex;
        justify-content: flex-start;
    }
}

@media all and (min-width: 600px) {
    .lp-prods-27._reverse .lp-prods-27-card:nth-child(odd) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

@media all and (min-width: 600px) and (min-width: 960px) {
    .lp-prods-27._reverse .lp-prods-27-card:nth-child(odd) .lp-prods-27-card__arrows {
        top: 100%;
        right: 0;
    }
    .lp-prods-27._reverse .lp-prods-27-card:nth-child(odd) .lp-prods-27-card__arrows._left_arrow {
        top: 100%;
        right: 0;
        left: auto;
        width: 50%;
        display: flex;
        justify-content: flex-start;
    }
    .lp-prods-27._reverse .lp-prods-27-card:nth-child(odd) .lp-prods-27-card__arrows._center_arrow {
        top: 100%;
        right: 0;
        left: auto;
        width: 50%;
        display: flex;
        justify-content: center;
    }
}

.lp-prods-27._right .lp-prods-27-title {
    text-align: right;
}

@media all and (min-width: 1200px) {
    .lp-prods-27._right .lp-prods-27-title {
        margin-left: auto;
    }
}

.lp-prods-27._right .lp-prods-27-card-wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.lp-prods-27._left .lp-prods-27-title {
    text-align: left;
}

@media all and (min-width: 1200px) {
    .lp-prods-27._left .lp-prods-27-title {
        margin-right: auto;
    }
}

.lp-prods-27._left .lp-prods-27-card-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.lp-prods-27._center .lp-prods-27-title {
    text-align: center;
}

@media all and (min-width: 1200px) {
    .lp-prods-27._center .lp-prods-27-title {
        margin-left: auto;
        margin-right: auto;
    }
}

.lp-prods-27._center .lp-prods-27-card-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media all and (min-width: 600px) {
    .lp-prods-27 {
        padding: 56px 0;
    }
}

@media all and (min-width: 1200px) {
    .lp-prods-27 {
        padding: 80px 0;
    }
}

.lp-prods-27-title {
    text-align: center;
}

@media all and (min-width: 1200px) {
    .lp-prods-27-title {
        margin: 0 auto;
        max-width: 848px;
    }
}

.lp-prods-27-subtitle {
    text-align: center;
    margin: 8px 0 0;
}

@media all and (min-width: 1200px) {
    .lp-prods-27-subtitle {
        margin: 16px auto 0;
        max-width: 848px;
    }
}

.lp-prods-27-card-wrap {
    margin: 24px 0 -24px;
}

@media all and (min-width: 600px) {
    .lp-prods-27-card-wrap {
        margin: 16px 0 -32px;
    }
}

@media all and (min-width: 960px) {
    .lp-prods-27-card-wrap {
        margin: 40px 0 -32px;
    }
}

@media all and (min-width: 1200px) {
    .lp-prods-27-card-wrap {
        margin: 48px 0 -32px;
    }
}

@media all and (min-width: 1380px) {
    .lp-prods-27-card-wrap {
        margin: 48px 0 -40px;
    }
}

.lp-prods-27-card {
    width: 100%;
    margin: 0 0 24px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.lp-prods-27-card__arrows {
    position: absolute;
    z-index: 2;
    top: calc(((100vw - 32px)/4)*3);
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    right: 0;
}
.lp-prods-27-card__arrows._center_arrow {
	width: 100%;
	display: flex;
	justify-content: center;
}

.lp-prods-27-card__arrows._left_arrow {
	width: 100%;
	display: flex;
	justify-content: flex-start;
}

.lp-prods-27-card__arrows {
    right: 0;
}

@media all and (min-width: 600px) {
    .lp-prods-27-card {
        margin: 0 0 32px;
    }

    .lp-prods-27-card__arrows {
        top: 432px;
    }
}

@media all and (min-width: 960px) {
    .lp-prods-27-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .lp-prods-27-card__arrows {
        top: 100%;
        right: 50%;
    }
    
    .lp-prods-27-card__arrows._center_arrow {
        right: auto;
        left: 0;
        width:50%;
        display: flex;
        justify-content: center;
    }
    .lp-prods-27-card__arrows._left_arrow {
        right: auto;
        left: 0;
        width:50%;
        display: flex;
        justify-content: flex-start;
    }

    .lp-prods-27-card:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .lp-prods-27-card:nth-child(even) .lp-prods-27-card__arrows {
        right: 0;
        
    }
    .lp-prods-27-card:nth-child(even) .lp-prods-27-card__arrows._center_arrow {
        right: auto;
        left: 50%;
    }
    .lp-prods-27-card:nth-child(even) .lp-prods-27-card__arrows._left_arrow {
        right: auto;
        left: 50%;
    }
}

@media all and (min-width: 1380px) {
    .lp-prods-27-card {
        margin: 0 0 40px;
    }
}

.lp-prods-27 .owl-stage-outer {
    height: 100%;
}

@media all and (min-width: 960px) {
    .lp-prods-27 .owl-stage-outer {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
}

.lp-prods-27 .owl-stage {
    height: 100%;
}

.lp-prods-27 .owl-item {
    height: 100%;
}

.lp-prods-27-card__photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: calc(((100vw - 32px)/4)*3);
}

@media all and (min-width: 600px) {
    .lp-prods-27-card__photo {
        height: 432px;
    }
}

@media all and (min-width: 960px) {
    .lp-prods-27 .lp-prods-27-card__photo {
        width: 50%;
        position: relative;
        height: auto;
    }
}

.lp-prods-27-card__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.lp-prods-27-card__info {
    
    padding: 24px 16px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media all and (min-width: 600px) {
    .lp-prods-27-card__info {
        padding: 24px;
    }
}

@media all and (min-width: 960px) {
    .lp-prods-27-card__info {
        width: 50%;
    }
}

@media all and (min-width: 1200px) {
    .lp-prods-27-card__info {
        padding: 32px 24px;
    }
}

@media all and (min-width: 1380px) {
    .lp-prods-27-card__info {
        padding: 32px;
    }
}

.lp-prods-27-card__text {
    margin: 8px 0 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

@media all and (min-width: 1200px) {
    .lp-prods-27-card__text {
        margin: 16px 0 0;
    }
}

.lp-prods-27-card__box {
    position: relative;
    padding: 16px;
    margin: 16px 0 0;
    /*background: rgba(31, 80, 161, 0.05);*/
    background: var(--text-color-a-01);
}

@media all and (min-width: 600px) {
    .lp-prods-27-card__box {
        margin: 24px 0 0;
        padding: 24px;
    }
}

@media all and (min-width: 1200px) {
    .lp-prods-27-card__box {
        margin: 32px 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.lp-prods-27-card__box-bg {
    background: var(--primary-color-base)0d;
}

.lp-prods-27-card__price {
    position: relative;
}

@media all and (min-width: 1200px) {
    .lp-prods-27-card__price {
        margin-right: 16px;
    }
}

.lp-prods-27-card__buttons {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 8px 0 -16px -16px;
}

@media all and (min-width: 600px) {
    .lp-prods-27-card__buttons {
        margin: 16px 0 -16px -16px;
    }
}

@media all and (min-width: 1200px) {
    .lp-prods-27-card__buttons {
        margin: 0 0 -16px -16px;
    }
}

.lp-prods-27-card__btn {
    margin: 0 0 16px 16px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

@media all and (min-width: 600px) {
    .lp-prods-27-card__btn {
        width: auto;
    }
}

.lp-prods-27-slider__item {
    height: 100%;
}