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

.lp-promo11-img__slides-wrapp, .lp-promo11-img__slides-wrapp * {
    height: 100%;
}

.lp-promo11 .lp-dots-wrapper {
    display: none;
}

.lp-promo11 {
    position: relative;
    overflow-x: hidden;
    
    
}
@media all and (max-width: 1024px) and (orientation: portrait) {
	.lp-promo11 {
	    min-height: auto;
	}
}


.lp-promo11-img__slides-wrapp .owl-dots {
    display: none;
}

.lp-promo11-img {
    position: relative;
}

@media all and (min-width: 960px) {
    .lp-promo11-img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 20;
        width: calc(50vw - 24px);
        height: 100%;
        margin-right: 24px;
    }
}

@media all and (min-width: 1200px) {
    .lp-promo11-img {
        width: calc(50vw - 12px);
        margin-right: 12px;
    }
}

@media all and (min-width: 1380px) {
    .lp-promo11-img {
        max-width: 50%;
        width: calc(50vw - 16px);
        margin-right: 16px;
    }
}

.lp-promo11-img__item {
    position: relative;
    width: 100%;
    /*height: auto; */
}

@media all and (min-width: 600px) {
	/*.lp-promo11-img__item {
		width: 768px;
	    height: 382px;
    }*/
}

@media all and (min-width: 960px) {
	/*.lp-promo11-img__item {
		width: 488px;
	    height: 600px;
    }*/
}

@media all and (min-width: 1200px) {
	/*.lp-promo11-img__item {
		width: 671px;
	    height: 600px;
    }*/
}

@media all and (min-width: 1380px) {
	/*.lp-promo11-img__item {
		width: 944px;
    	height: 900px;
    }*/
}

.lp-promo11-img__item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/*.lp-promo11-img__item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.3);
}*/

.lp-promo11-img__slides-wrapp {
    height: 208px;
}

@media all and (min-width: 600px) {

    .lp-promo11-img__slides-wrapp {
        height: 382px;
    }
}

@media all and (min-width: 960px) {
    .lp-promo11-img__slides-wrapp {
        height: 100%;
    }
}

.lp-promo11-img .slick-list, .lp-promo11-img .slick-track, .lp-promo11-img .slick-slide, .lp-promo11-img .slick-slide div {
    height: 100%;
}

.lp-promo11-img .slick-slide {
    outline: none;
}

.lp-promo11-img__arrows-block {
    z-index: 2;
    position: absolute;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    left: 50%;
    font-size: 0;
    vertical-align: top;
}

@media all and (min-width: 600px) {
    .lp-promo11-img__arrows-block {
        -webkit-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
    }
}

@media all and (min-width: 960px) {
    .lp-promo11-img__arrows-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        left: 100%;
        -webkit-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
    }
}

.lp-promo11-img__arrow--left {
    display: inline-block !important;
    margin-right: 2px;
}

.lp-promo11-img__arrow--right {
    display: inline-block !important;
}

.lp-promo11-img__dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: inherit;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    list-style: none;
    font-size: 0;
    margin-left: -6px;
    margin-right: -6px;
    margin-top: 12px;
}

.lp-promo11-img__dots li {
    display: inline-block;
    margin: 12px 6px;
}

.lp-promo11-img__dots li.slick-active button {
    width: 36px;
    opacity: 1;
}

.lp-promo11-img__dots li button {
    width: 20px;
    height: 10px;
    border-radius: 8px;
    background: var(--primary-color-base);
    opacity: 0.3;
    border: none;
    outline: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

@media all and (min-width: 600px) {
    .lp-promo11-img__dots {
        margin-top: 42px;
    }
}

@media all and (min-width: 960px) {
    .lp-promo11 .lp-dots-wrapper {
        display: block;
        text-align: left;
        padding-top: 48px;
    }

    .lp-promo11-img__dots {
        margin-top: 32px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media all and (min-width: 1200px) {
    .lp-promo11-img__dots {
        margin-top: 50px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media all and (min-width: 960px) {
    .lp-promo11 .lp-wrapp {
        height: 100%;
        display:flex;
    }
}

.lp-promo11-text-wrapp {
    margin-top: 14px;
    padding-bottom: 52px;
}

@media all and (min-width: 600px) {
    .lp-promo11-text-wrapp {
        margin-top: 28px;
    }
}

@media all and (min-width: 960px) {
    .lp-promo11-text-wrapp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 50%;
        height: 100%;
        margin-left: auto;
        margin-top: 0;
        padding: 80px 0 80px 24px;
        align-self: center;
    }
}

@media all and (min-width: 1200px) {
    .lp-promo11-text-wrapp {
        padding-left: 12px;
    }
}

@media all and (min-width: 1380px) {
    .lp-promo11-text-wrapp {
        padding-left: 16px;
    }
}

.lp-promo11-text__item-title {
    letter-spacing: 0.02em;
    text-align: center;
    margin-bottom: 16px;
    margin-top: 0;
}

@media all and (min-width: 960px) {
    .lp-promo11-text__item-title {
        text-align: left;
    }
}

@media all and (min-width: 1200px) {
    .lp-promo11-text__item-title {
        margin-bottom: 24px;
    }
}

@media all and (min-width: 1380px) {
    .lp-promo11-text__item-title {
        margin-bottom: 32px;
    }
}

.lp-promo11-text__item-subtitle {
    letter-spacing: 0.02em;
    text-align: center;
    margin-bottom: 32px;
    padding-top: 0;
}

@media all and (min-width: 960px) {
    .lp-promo11-text__item-subtitle {
        text-align: left;
    }
}

@media all and (min-width: 1380px) {
    .lp-promo11-text__item-subtitle {
        margin-bottom: 48px;
    }
}

@media all and (min-width: 600px) {
    .lp-promo11-buttons {
        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;
        align-items: flex-start;
    }
}

@media all and (min-width: 960px) {
    .lp-promo11-buttons {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-left: -4px;
        margin-right: -4px;
    }
}

.lp-promo11__button {
    min-width: 100%;
    text-align: center;
    margin-bottom: 8px;
}

@media all and (min-width: 600px) {
    .lp-promo11__button {
        min-width: 0;
        margin: 0 4px 8px;
    }
}

.lp-promo11-img__item img {
	width: 100%!important;
	height: 100%!important;
	object-fit: cover;
}