

/* Start:/bitrix/templates/uvents_template/components/bitrix/news.list/main/style.css?15924760071767*/
.container {
	position: relative;
}

.spinload {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	overflow: hidden;
	transition: opacity 200ms linear;
	opacity: 0;
}

.spinload--active {
    z-index: 40;
    background: #ffffffbf;
    opacity: 1;
}

.spinload--active::before {
    content: "";
    position: absolute;
    border-left: 1px solid #e21861;
    border-right: 1px solid #e21861;
    border-bottom: 1px solid #e21861;
    border-top: 1px solid #e21861;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    animation-name: scaly;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 150ms;
    /* transition: transform 200ms ease-in; */
    /* transform: scale(-0.5); */
}

.spinload--active::after {
    content: "";
    position: absolute;
    border-left: 1px solid #e21861;
    border-right: 1px solid #e21861;
    border-top: 1px solid #e21861;
    border-bottom: 1px solid #e21861;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    animation-name: scaly;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes scaly {
    0% {
        transform: scale(0) rotate(0deg);
    }
    25% {
        transform: scale(5) rotate(90deg);
    }
    75% {
        transform: scale(-5) rotate(180deg);
    }
    100% {
        transform: scale(0) rotate(360deg);
    }
}

@keyframes scaly- {
    0% {
        transform: scale(0) rotate(0deg);
    }
    25% {
        transform: scale(5) rotate(-90deg);
    }
    75% {
        transform: scale(-5) rotate(-180deg);
    }
    100% {
        transform: scale(0) rotate(-360deg);
    }
}
/* End */


/* Start:/bitrix/templates/uvents_template/components/bitrix/news.list/compilations/style.css?1579155762150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/components/dev/customform/templates/add_event_button/style.min.css?1751863895461*/
.mf-control-required{color:red}.newsletter{display:flex;flex-direction:column;align-items:center;width:90%;margin:0 auto;background:#37a09b;color:#fff;padding:.8em 0}.newsletter__title{color:#fff}.newsletter__field{display:flex;height:30px;width:80%;justify-content:center}.newsletter__input{width:60%}.newsletter__button{height:100%;display:flex;align-items:center;background:#fb6d40;font-size:8pt;padding:1em;cursor:pointer}.newsletter__span{margin:4px 0 0 0}
/* End */
/* /bitrix/templates/uvents_template/components/bitrix/news.list/main/style.css?15924760071767 */
/* /bitrix/templates/uvents_template/components/bitrix/news.list/compilations/style.css?1579155762150 */
/* /local/components/dev/customform/templates/add_event_button/style.min.css?1751863895461 */
