.lp-prods-32 {
    position: relative;
}

.lp-prods-32__bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.lp-prods-32__bg-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(31, 80, 161, 0.05);
}

.lp-prods-32 {
    padding: 32px 0;
    text-align: center;
}

.lp-prods-32__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 24px;
    margin-bottom: -24px;
}

.lp-prods-32__content:hover .lp-prods-32__img img {
    will-change: transform;
}

.lp-prods-32__item {
    width: calc(100% - 32px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
}

.lp-prods-32__item:hover .lp-prods-32__img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.lp-prods-32__item-img {
    width: calc(100% + 32px);
}

.lp-prods-32 {
    background-color: rgba(31, 80, 161, 0.05);
}
.lp-prods-32 .lp-block-overlay {
    background-color: transparent;
}

.lp-prods-32__img img {
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}

.lp-prods-32__img {
    width: 100%;
    height: 162px;
}

.lp-prods-32__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lp-prods-32__item-desc {
    width: calc(100%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #fff;
    padding: 16px;
    margin-top: -16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 2;
}

.lp-prods-32__details {
    margin-top: 16px;
    margin-bottom: -16px;
    text-align: left;
}

.lp-prods-32__details-item {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.lp-prods-32__details-icon {
    width: 16px;
    height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lp-prods-32__details-text {
    margin-left: 16px;
    flex: 1;
}

.lp-prods-32__item-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 24px;
    margin-bottom: -16px;
}

.lp-prods-32__item-button {
    width: 100%;
    letter-spacing: .01em;
    margin-bottom: 16px;
}

.lp-prods-32._right .lp-prods-32__title {
    text-align: right;
    margin-right: 0;
    margin-left: auto;
}

.lp-prods-32._right .lp-prods-32__content {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.lp-prods-32._right .lp-prods-32__item-title, .lp-prods-32._right .lp-prods-32__item-subtitle {
    text-align: right;
}

.lp-prods-32._left .lp-prods-32__title {
    text-align: left;
    margin-right: auto;
    margin-left: 0;
}

.lp-prods-32._left .lp-prods-32__content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.lp-prods-32._left .lp-prods-32__item-title, .lp-prods-32._left .lp-prods-32__item-subtitle {
    text-align: left;
}

@media all and (min-width: 600px) {
    .lp-prods-32__img {
        height: 156px;
    }

    .lp-prods-32 {
        padding: 56px 0;
    }

    .lp-prods-32__content {
        margin-top: 40px;
        margin-bottom: -24px;
        margin-right: -28px;
        margin-left: -28px;
    }

    .lp-prods-32__item {
        width: calc(276px - 32px);
        margin-right: 28px;
        margin-left: 28px;
    }

    .lp-prods-32__item-desc {
        padding: 24px;
    }
}

@media all and (min-width: 960px) {
    .lp-prods-32__img {
        height: 243px;
    }

    .lp-prods-32__content {
        margin-bottom: -48px;
        margin-right: -40px;
        margin-left: -40px;
    }

    .lp-prods-32__item {
        width: calc(432px - 32px);
        margin-right: 40px;
        margin-left: 40px;
        margin-bottom: 48px;
    }

    .lp-prods-32__details {
        margin-top: 24px;
    }

    .lp-prods-32__item-buttons {
        padding-top: 32px;
    }
}

@media all and (min-width: 1200px) {
    .lp-prods-32__img {
        height: 206px;
    }

    .lp-prods-32 {
        padding: 80px 0;
    }

    .lp-prods-32__title {
        width: 848px;
        margin: 0 auto;
    }

    .lp-prods-32__content {
        margin-top: 56px;
        margin-bottom: -24px;
        margin-right: -28px;
        margin-left: -28px;
    }

    .lp-prods-32__item {
        width: calc(564px - 32px);
        margin-right: 28px;
        margin-left: 28px;
        margin-bottom: 24px;
    }

    .lp-prods-32__details {
        margin-top: 24px;
    }

    .lp-prods-32__item-buttons {
        padding-top: 32px;
    }

    .lp-prods-32._3 .lp-prods-32__item {
        width: calc(368px - 32px);
    }
}

@media all and (min-width: 1380px) {
    .lp-prods-32__img {
        height: 230px;
    }
    
    .lp-prods-32__content {
        margin-bottom: -32px;
        margin-right: -32px;
        margin-left: -32px;
    }

    .lp-prods-32__item {
        width: calc(628px - 32px);
        margin-right: 32px;
        margin-left: 32px;
        margin-bottom: 32px;
    }

    .lp-prods-32._3 .lp-prods-32__item {
        width: calc(408px - 32px);
    }
}

.lp-prods-32__icon-lines {
    width: 12px;
    height: 9px;
    position: relative;
}

.lp-prods-32__icon-line {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    position: absolute;
}

.lp-prods-32__icon-line-1 {
    width: 11px;
    height: 2px;
    transform: rotate(-45deg);
    right: -1px;
    top: 3px;
}

.lp-prods-32__icon-line-2 {
    width: 5px;
    height: 2px;
    transform: rotate(45deg);
    top: 5px;
    left: 0px;
}