<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.lp-promo-37 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.lp-promo-37 {
    position: relative;
    overflow: hidden;
}

.lp-promo-37 .lp-block-bg {
    background-image: url(/g/s3/lp/lp.v3/img/lp-promo-37.jpg);
}

.lp-promo-37-content {
    position: relative;
}

.lp-promo-37 .lp-block-overlay {
    background-color: rgba(255, 255, 255, 0.3);
}

.lp-promo-37-wrap {
    padding: 48px 16px;
    position: relative;
    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;
    min-height: 100vh;
}

@media all and (min-width: 600px) {
    .lp-promo-37-wrap {
        padding: 120px 12px 64px;
    }
}

@media all and (min-width: 960px) {
    .lp-promo-37-wrap {
        padding: 120px 24px 80px;
    }
}

@media all and (min-width: 1200px) {
    .lp-promo-37-wrap {
        padding: 120px 12px 80px;
    }
}

@media all and (min-width: 1380px) {
    .lp-promo-37-wrap {
        padding: 120px 16px 80px;
    }
}

.lp-promo-37-top {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.lp-promo-37-bottom {
    margin: 32px 0 0;
}

@media all and (min-width: 600px) {
    .lp-promo-37-bottom {
        margin: 120px 0 0;
    }
}

.lp-promo-37-title {
    text-align: center;
}

@media all and (min-width: 1200px) {
    .lp-promo-37-title {
        max-width: 848px;
        margin-left: auto;
        margin-right: auto;
    }
}

.lp-promo-37-subtitle {
    text-align: center;
    margin: 8px 0 0;
}

@media all and (min-width: 600px) {
    .lp-promo-37-subtitle {
        margin: 16px 0 0;
    }
}

@media all and (min-width: 1200px) {
    .lp-promo-37-subtitle {
        max-width: 848px;
        margin-left: auto;
        margin-right: auto;
    }
}

.lp-promo-37-buttons {
    margin: 32px 0 0;
    display: inline-block;
    width: 100%;
}

@media all and (min-width: 600px) {
    .lp-promo-37-buttons {
        margin: 48px 0 0;
    }
}

.lp-promo-37-buttons-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -16px -8px 0;
}

.lp-promo-37-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 16px 8px 0;
    display: block;
}

.lp-promo-37 .buttons-item {
    width: 100%;
}

.lp-promo-37-content-card {
    padding: 24px 40px;
    background-color: #fff;
    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;
    height: 100%;
}

@media all and (min-width: 600px) {
	.lp-promo-37-btn {
	    display: inline-block;
	}
	
    .lp-promo-37-content-card {
        padding: 24px 56px;
    }
}

.lp-promo-37-content-card__title {
    text-align: center;
    width: 100%;
}

.lp-promo-37-content-card__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    margin: 8px 0 32px;
    width: 100%;
}

.lp-promo-37-content-card__price {
    text-align: center;
    width: 100%;
}

.lp-promo-37-content-card__link {
    text-align: center;
    margin: 16px 0 0;
    text-decoration: none;
    width: 100%;
}

.lp-promo-37-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 16px -8px -16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media all and (min-width: 1200px) {
    .lp-promo-37-dots {
        margin-top: 24px;
    }
}

.lp-promo-37-dots .owl-dot {
    display: block;
    margin: 0 8px 16px;
    background-color: var(--primary-color-base);
    opacity: 0.3;
    border: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    outline: none;
}

@media all and (min-width: 600px) {
    .lp-promo-37-dots .owl-dot {
        width: 16px;
        height: 16px;
    }
}

.lp-promo-37-dots .owl-dot.active {
    opacity: 1;
}

.lp-promo-37 .owl-carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
}

.lp-promo-37__arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
}

.lp-promo-37__arrow._hide {display: none;}

.lp-promo-37__arrow--left {
    left: 0;
}

.lp-promo-37__arrow--right {
    right: 0;
}

.lp-promo-37 .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.lp-promo-37 .owl-stage-outer {
    margin-right: -16px;
    display: flex;
}

@media all and (min-width: 600px) {
    .lp-promo-37 .owl-stage-outer {
        margin-right: -24px;
    }
}

@media all and (min-width: 960px) {
    .lp-promo-37 .owl-stage-outer {
        margin-right: -48px;
    }
}

@media all and (min-width: 1200px) {
    .lp-promo-37 .owl-stage-outer {
        margin-right: -24px;
    }
}

@media all and (min-width: 1380px) {
    .lp-promo-37 .owl-stage-outer {
        margin-right: -32px;
    }
}

.lp-promo-37 .owl-item {
    min-height: 100%;
}</pre></body></html>