.cac-icon-arrow-down.elem-asc{
    /* Firefox */
    -moz-transform: rotate(180deg);

    -webkit-transform: rotate(180deg);

    -o-transform: rotate(180deg);

    transform: rotate(180deg);
}
.hide{
    display: none;
}
.set-sorting{
    cursor: pointer;
}
a.share{
    cursor:pointer;
}


.learn-more__success{
    font-weight: bold;
    text-align: center;
}
.form-messages{
    color: red;
    margin-left: 15px;
    font-size: 16px;
}
.learn-more__success-wrap{
    text-align: center;
}
.text-page table{
	width:100%;
	
}
.text-page table td{
	padding:5px;
	
}
.footer__subscribe a {
	cursor:pointer;
	
}
@media (max-width: 767px){
    .main-slider .owl-dots .active{
        font-size: 24px;
    }
    .main-slider .owl-dots div{
        width: 20px;
        height: 20px;
    }
}
.persons .owl-dots{
    display: none;
}

.subscribe-for{
    position: relative;
}

.pagination a{
    text-decoration: none;
}
.report-pagination{
    margin: 35px 0 0 0;
    text-align: center;
}
.report-pagination a,
.report-pagination b{
    font-size: 16px;
    margin: 0 5px;
    text-decoration: none;
}
.report-pagination a:hover{
    text-decoration: underline;
}
.themes{
    display: inline-block;
    margin-left: 15px;
}