/* ALERT RELATED CLASS (START) */

.alert-area {
    max-height: 100%;
    position: fixed;
    bottom: 5px;
    left: 20px;
    right: 20px;
    z-index: 100;
}

.alert-content {
    padding-right: 16px;
    text-align: left;
}

.alert-box {
    font-size: 16px;
    color: white;
    background: rgba(0, 0, 0, 0.9);

    line-height: 1.3em;
    padding: 10px 15px;
    margin: 5px 10px;
    position: relative;
    border-radius: 5px;
    transition: opacity 0.5s ease-in;
}

.alert-box.red {
    background: rgba(255, 0, 0, 0.7);
}

.alert-box.green {
    background: rgba(0, 255, 0, 0.7);
}

.alert-box.gray {
    background: rgba(15, 30, 53, .7);
}

.alert-box.hide {
    opacity: 0;
}

.alert-close {
    background: transparent;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 15px;
    right: 15px;
}

.alert-close:before,
.alert-close:after {
    content: '';
    width: 15px;
    border-top: solid 2px white;
    position: absolute;
    top: 5px;
    right: -1px;
    display: block;
}

.alert-close:before {
    transform: rotate(45deg);
}

.alert-close:after {
    transform: rotate(135deg);
}

.alert-close:hover:before,
.alert-close:hover:after {
    border-top: solid 2px #d8d8d8;
}

@media (max-width: 767px) and (min-width: 481px) {
    .alert-area {
        left: 100px;
        right: 100px;
    }
}

@media (min-width: 768px) {
    .alert-area {
        width: 350px;
        left: auto;
        right: 0;
    }
}


.alert-message-container {
    text-align: center;
    line-height: 2.5em;
    margin-top: 50px;
}

.alert-message-box {
    font-size: 20px;
    width: 300px;
    border: solid 1px #444;
    padding: 10px 15px;
    outline: none;
    transition: box-shadow 0.1s;
}

.alert-message-box:focus {
    box-shadow: 0 0 15px 2px #888;
}

.alert-message-button {
    font-size: 18px;
    color: white;
    background: #14b9ff;
    width: 250px;
    border: solid 1px #14b9ff;
    padding: 10px 20px;
    margin-top: 5px;
    cursor: pointer;
    outline: none;
    transition: background 0.1s;
}

.alert-message-button:hover,
.alert-message-button:focus,
.alert-message-button:active {
    background: #7dd8ff;
}

/* ALERT RELATED CLASS (END) */


.b-form .b-textarea.error,
.b-form .b-input.error,
.error {
    border-color: red;
}

.b-aside-card_event,
.b-event-card__wrap {
    background-image: none;
}

img.full-width {
    width: 100%;
    height: auto;
}

.b-views {
    display: none;
}

.l-header .b-search_left .b-search__input {
    padding: 0 20px;
}

a.b-contact-card {
    text-decoration: none;
    transition: 0.3s;
}

a.b-contact-card:hover {
    opacity: 0.7;
}

.b-content p.b-contact-card__text {
    font-size: 20px;
    line-height: 24px;
    color: #6a6969;
}

@media (min-width: 993px) {

    .b-content p.b-contact-card__text {
        font-size: 23px;
        line-height: 28px;
    }
}

.b-content p.b-contact-card__text-item {
    line-height: 1.2;
    /*color: #6a6969;*/
    font-size: 17px;
    margin-bottom: 10px;
}
@media (min-width: 993px) {
    .b-content p.b-contact-card__text-item {
         margin-bottom: 16px;
    }
}

.b-content p.b-contact-card__text-item.city{
    color: black;
}
.b-contact-card__contacts{
    margin-top: 18px;
}

.b-social-contacts__item{
    margin-left: 2px;
    margin-right: 10px;
    transition: 0.3s;
}
.b-social-contacts__item:hover{
    opacity: 0.7;
}
.tolower{
    text-transform: lowercase;
}
.contacts-coordinator__img-wrap{
    max-width: 100%;
    height: 380px;
    margin-bottom: 10px;
}
.contacts-coordinator__img{
    height: 100%;
    width: auto;
    max-width: 100%;
}
.contacts-coordinator{
    margin-bottom: 20px;
    max-width: 100%;
    width: 490px;
}

.loading {
    color: transparent!important;
    min-height: 0.8rem;
    pointer-events: none;
    position: relative;
}
.loading::after {
    -webkit-animation: loading .5s infinite linear;
    animation: loading .5s infinite linear;
    border: 0.1rem solid #fff;
    border-radius: 50%;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    height: 0.8rem;
    left: 50%;
    margin-left: -0.4rem;
    margin-top: -0.4rem;
    position: absolute;
    top: 50%;
    width: 0.8rem;
    z-index: 1;
}
@keyframes loading {
	0% {
		transform: rotate(0)
	}
	100% {
		transform: rotate(360deg)
	}
}
@media (min-width: 768px) {
    .b-cat-title__categories {
        flex-wrap: nowrap;
    }
    .b-cat-title__col:nth-child(1),
    .b-cat-title__col:nth-child(2) {
        flex-shrink: 0;
    }
    .coordinators-recommendation-link{
        font-size: 18px;
    }
}

.coordinators-recommendation-link{
    margin-bottom: 30px;
    color: black;
    text-decoration: underline;
    display: inline-block;
}
.coordinators-recommendation-link:hover{
    text-decoration: none;
}
