
.carou{
	width: 100%;
	position: absolute;
	margin-left: -20%;
}
 .owl-item {
    padding: 10px 0 30px 0;
}
.carousel-2 .owl-pic  {
    margin: 40px 0;
    border: 5px solid rgb(255, 255, 98);
    border-top: 10px solid rgb(255, 255, 98);
    border-bottom: 10px solid rgb(255, 255, 98);
    transition: all 0.4s ease;
    height: 240px;
    box-shadow: 0 8px 18px rgba(0,0,0,0.3), 0 16px 20px rgba(0,0,0,0.2);
}
.carousel-2 .owl-item.center .owl-pic {
    opacity: 1;
    border: 8px solid yellow;
    margin: 0 0 0 -15%;
    width: 130%;
    height: 320px;
}
.carousel-2 .owl-item.center + .owl-item {
    position: relative;
    z-index: -1;
}
.carousel-2 .owl-pic img {
    width: 100%;
    height: 100%;
    transition: 0.3s opacity ease, 0.3s transform ease;
    opacity: 1;
    object-fit: cover;
}
.carousel-2 .owl-item .owl-pic:hover img,
.carousel-2 .owl-item.center .owl-pic img {
    opacity: 1;
}
.carousel-2 .owl-nav .owl-prev,
.carousel-2 .owl-nav .owl-next {
    position: absolute;
    cursor: pointer;
    font-size: 60px!important;
    color: #fffb00!important;
    top: 0px;
    height: 100%;
    width: 70px;
    opacity: 1;
    margin: 0;
    padding: 0;
}
.carousel-2 .owl-nav .owl-prev:hover,
.carousel-2 .owl-nav .owl-next:hover {
    opacity: 1;
}
.carousel-2 .owl-nav .owl-prev,
.carousel-2 .owl-nav .owl-prev:hover {
    left: 0;
}
.carousel-2 .owl-nav .owl-next,
.carousel-2 .owl-nav .owl-next:hover {
    right: 0;
}


h1{
	font-family: "BadScript", "Arial", sans-serif;
	text-align: center;
	font-size: 27px;
}
.text{
    margin: 0px 40px 0px 40px;
}
p {
    margin-top: 0.5em; /* Отступ сверху */
    margin-bottom: 1em; /* Отступ снизу */
    text-align: justify;
    text-indent: 30px;
}
.text span{
    margin-top: -10px;
    margin-bottom: 40px;
    display: block;
    width: 100%;
    text-align:right;
}
.paper{
    padding-top: 0px;
    margin-top: -30px;
}



