.t-descr ul {
    list-style-type: none;
}
.t-descr ul li:before {
    content: "\2022";
    color: #ea541d;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
    position: absolute;
}
.owl-nav {
    position: absolute;
    margin: 0 auto;
    width: 90%;
    top: 40%;
    z-index: 1;
}
.owl-prev {
    position: absolute;
    left: -5%;
    outline: none !important;
}
.owl-next {
    position: absolute;
    right: -16%;
    outline: none !important;
}
.arrow {
	display:inline-block;
	width:22px;
	height:22px;
	border-top:3px solid #000;
	border-right:3px solid #000;
	transition:.3s
}
.arrow--right {
	transform:rotate(45deg)
}
.arrow--left {
	transform:rotate(-135deg)
}
.arrow:hover {
	border-color:#ea541d;
}

