#recorddiv736192942 .t720__textwrapper{
    margin-bottom:30px;
}
#rec736192942 .t720__descr{
    margin-top:5px;
}
/*#carousel{
    max-width:330px;
    padding: 5px 15px;
    margin:auto;
    position:relative;
    box-sizing:border-box;
}
#carousel:after{
    content:"";
    display:block;
    background: url("https://static.tildacdn.com/tild3436-6138-4865-b561-636637383563/phone.png") top center no-repeat;
    position:absolute;
    left:0;
    right:0;
    top:0;
    height:661px;
    z-index:9;
    background-size:100% auto;
}*/
#carousel .owl-dots{
    margin-top:15px;
    text-align:center;
}
#carousel .owl-dots .owl-dot{
    width:10px;
    height:10px;
    border-radius:50%;
    background:#ccc;
    margin:0 5px;
}
#carousel .owl-dots .owl-dot.active{
    background:#23b4d3;
}
.title{
    text-align:center;
    font-weight:600;
    color: #4b505e;
    font-size: 30px;
    margin-bottom:30px;
    font-family: 'Montserrat',Arial,sans-serif;
}
#rec736240828{
    overflow:hidden;
}
#carousel .owl-nav{
    position:absolute;
    height:0;
    left:0;
    right:0;
    top:50%;
    margin-top:-25px;
}
#carousel .owl-prev{
    width:40px;
    height:40px;
    border-radius:50%;
    background:#23b4d3;
    color:#fff;
    float:left;
    margin-left:-50px;
    font-size:40px;
    text-align:center;
    line-height:50px;
}
#carousel .owl-next{
    width:40px;
    height:40px;
    border-radius:50%;
    background:#23b4d3;
    color:#fff;
    float:right;
    font-size:40px;
    text-align:center;
    margin-right:-50px;
    line-height:50px;
}
#carousel .owl-prev span, #carousel .owl-next span{
    position:relative;
    top:-9px;
}
@media(max-width:600px){
    #carousel{
        max-width:330px;
        margin:auto;
    }
}