#owl-promo .owl-nav {
    position: absolute;
    top: 40%;
    display: block;
    width: 100%;
}

#owl-promo .owl-nav .owl-prev {
    left: -30px;
    position: absolute;
    color: #6892aa;
}

#owl-promo .owl-nav .owl-next {
    right: -30px;
    position: absolute;
    color: #6892aa;
}

#owl-promo .owl-nav [class*='owl-']:hover {
    background: transparent;
}
@media (max-width:768px) {
    #owl-promo .owl-nav {
        position: relative;
        top: 15px;
        display: block;
        width: 100%;
        text-align: center;
    }

    #owl-promo .owl-nav .owl-prev {
        left: inherit;
        position: relative;
        color: #6892aa;
    }

    #owl-promo .owl-nav .owl-next {
        right: 0;
        position: absolute;
        color: #6892aa;
        left: inherit;
        position: relative;
        color: #6892aa;
    }

}

#eshop-top-slider .item {
    box-shadow: 1px 2px 10px 0px #e1e1e1;
}

#eshop-top-slider .item .card {
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: auto;
    overflow: hidden;
}

#eshop-top-slider .item .card .content {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
}

#eshop-top-slider .item .card .phone-brand{
    font-family: 'A1Serif-Bold',sans-serif;
    font-size: 25px;
    line-height: 1.1;
}

#eshop-top-slider .item .card .phone-brand span{
    font-family: 'A1Serif-Regular',sans-serif;
    display: inline-block;
    font-size: 35px;
    position: relative;
}

#eshop-top-slider .item .card .phone-brand span:after {
    content:'';
    position: absolute;
    bottom: -15px;
    left:0;
    right: 0;
    background:#dedede;
    height: 1px;

}

#eshop-top-slider .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    background: #ffffff;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
#eshop-top-slider .owl-dots .owl-dot.active span, #eshop-top-slider .owl-dots .owl-dot:hover span {
    background: #6892aa;
}


@media(max-width:1200px){
    #eshop-top-slider .item .card {
       flex-direction: column;
    }

    #eshop-top-slider .img-phone-slider {
        width: 200px;
        margin: auto;
    }
    #eshop-top-slider .item .card .phone-brand span{
        font-size:27px;
    }
    #eshop-top-slider .item .card .phone-brand span:after
    {
        height: 0px;
    }
}

@media (max-width:992px){
    #eshop-top-slider .item .card .content.right{
        display:none;
    }
}
/*
 .js-carousel-home-2{
	left: 0 !important;
 }
 
 .js-carousel-home-2 .owl-stage{
 	left: 0 !important;
 	position: relative;
 }
*/


.homepage-slider-wrap .text.leftTop {
    top: 45px;
  align-items: start;
}

.homepage-slider-wrap .text.leftBottom {
     top: -90px;
  align-items: end;
}

.homepage-slider-wrap .text.leftCenter {
     top: 0px;
  align-items: center;
}



.homepage-slider-wrap .text.rightTop {
    top: 45px;
  align-items: start;
  text-align:right;
}

.homepage-slider-wrap .text.rightBottom {
     top: -90px;
  align-items: end;
    text-align:right;
  
}

.homepage-slider-wrap .text.rightCenter {
     top: 0px;
  align-items: center;
text-align:right;
}


.homepage-slider-wrap .text.center {
text-align:center;
}