/* alerts */
.alert {
    margin: 20px 0;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.5;
}
.alert-success {
    color: #78c350;
    background-color: #ebf6e5;
}
.alert-success a {
    color: #5fa739 !important;
}
.alert-info {
    color: #45bbe0;
    background-color: #e3f5fa;
}
.alert-info a {
    color: #23a6cf !important;
}
.alert-warning {
    color: #ff9800;
    background-color: #fff0d9;
}
.alert-warning a {
    color: #cc7a00 !important;
}
.alert-danger {
    color: #f7531f;
    background-color: #fee5dd;
}
.alert-danger a {
    color: #db3b08 !important;
}

/* forms */
.special-field {
    display: none !important;
    visibility: hidden !important;
}

.field:not(.error-field) .error,
.field:not(.error-field) .error-text {
    display: none;
}

.ajax-form .btn-waiting,
.ajax-form .btn-waiting:hover,
.ajax-form .btn-waiting:active,
.ajax-custom-form .btn-waiting,
.ajax-custom-form .btn-waiting:hover,
.ajax-custom-form .btn-waiting:active {
    background-image: linear-gradient(-45deg, rgba(192, 192, 192, 0.2) 25%, transparent 25%, transparent 50%, rgba(192, 192, 192, 0.2) 50%, rgba(192, 192, 192, 0.2) 75%, transparent 75%, transparent);
    background-size: 20px 20px;
    -webkit-animation: button-waiting 1s linear infinite;
    animation: button-waiting 1s linear infinite;
}
@-webkit-keyframes button-waiting {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 20px 0;
    }
}
@keyframes button-waiting {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 20px 0;
    }
}

/* fix front-end bugs */

ymaps a {
    border-bottom: 0;
}

a.author{
    text-decoration: none;
    color: #0B0E29;
}

.help-block, .field-error {
    font-size: .6em;
    color: red;
}

.event-popup .title > a {
    font-weight: 400;
    color: #fff;
    line-height: 1.55em;
    text-decoration: none;
}

.calendar-link {
    margin-top: 2em;
}

.calendar-link a {
    display: block;
    font-size: .75em;
    font-weight: 600
}

.calendar-link a:hover {
    color: #9B226D;
}

.filled .field-name{
    font-size: 14px;
    transform: translateY(-27px);
    transition: all .2s ease;
}
.required .field-name:after{
    content: '*';
}


#nav .dropdown{
    left: auto;
}
#nav .has-third-level .dropdown{
    left: auto;
    right: auto;
}
#nav .has-third-level .dropdown > ul > li{
    width: 100%;
}

.programm-list li > ul{
    margin-top: 1.75em;
}
.programm-list li > ul li{
    border: none;
    line-height: 1em;
    position: relative;
    padding-left: 42px;
    margin: 0 0 10px;
    background: url(../i/list-bullet.svg) no-repeat 0 20px/5px auto;
}
.programm-list li > ul li:before{
    content: none;
}
.programm-list li > ul li:after{
    content: none !important;
}
/*
.employee-description{
    min-height: 323px;
}
.employees-slider:before{
    background: #191969;
    transition: transform .75s cubic-bezier(0.75, 0.05, 0.25, 1) .7s, background 0s linear 2.15s;
}
.employees-slider .swiper-container{
    transition: transform .75s cubic-bezier(0.75, 0.05, 0.25, 1) 1.45s;
}
.employee-description .img-rotator .swiper-slide{
    height: 170px;
}
@media screen and (max-width: 1440px) and (min-width: 1081px){
    .employee-description{
        min-height: 256px;
    }
}
@media screen and (max-width: 1160px){
    .employee-description{
        min-height: 256px;
    }
}
@media screen and (max-width: 1080px){
    .employee-description{
        min-height: 256px;
    }
}
@media screen and (min-width: 981px){
    #nav > ul > li.has-third-level > .dropdown:before{
        left: -30px;
        right: -30px;
    }
}*/

ol > li:before{
    content: counter(list1, decimal) ".";
}
ol ol li:before {
    content: counter(list1, decimal) "." counter(list2);
}

.field-eventregistrationform-event_id, .field-eventregistrationform-event_title {
    display: none;
}