@charset "UTF-8";


.b-gallery {
    margin: 0 -10px 30px;
}

.b-gallery__item {
    width: 70px;
    height: 70px;
    margin: 0 10px 0;
}

.adv img {
    height: auto;
}

.user-text blockquote {
    font-size: 15px;
    font-weight: 500;
    background: transparent;
    padding-left: 20px;
    border-left: 2px solid #DE001A;
    margin: 25px 0;
}

.user-text blockquote:before {
    display: none;
}

.user-text .important {
    font-size: 18px;
    background: transparent;
    padding: 10px 0;
    border-top: 2px solid #DE001A;
    border-bottom: 2px solid #DE001A;
    margin: 25px 0;
}

.user-text p {
    margin: 0 0 15px;
}

.user-text iframe {
    max-width: 100%;
}

.news__item--related .news__info {
    min-height: 205px;
}

.img-round {
    border-radius: 0;
}

.aside__inner {
    padding: 25px 25px 0 25px;
}

.b-gallery__item {
    width: 100px;
    height: 100px;
    margin: 0 10px 20px;
}


.adv-youdo {
    width: 100%;
    padding: 15px 5px;
    border: #CCCCCC 1px solid;
    font-family: arial, sans;
    color: #000;
    font-size: 13px;
    line-height: 18px;
}

.adv-youdo__header {
    height: 50px;
    text-align: right;
    color: #999;
    line-height: 27px;
}

.adv-youdo__header img {
    float: left;
}

.adv-youdo__item {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
}

.adv-youdo__item:before {
    content: "\2192";
    position: absolute;
    left: 0;
}

.life {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    background-image: url("/static/img/general/life.png");
    background-size: cover;
    z-index: 10;
}


.mistakes {
    margin-top: -30px;
    float: right;
    border: 1px #ccc solid;
}

.user-text img {
    width: 100%;
    max-height: 100%;
    height: 100%;
}

.news__item--img .news__link--gradient:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .85) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .85)));
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

.b-slider--main .b-slider__gradient:after {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150%;
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .85) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .85)));
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

.mz-col-aside--responsive .aside {
    border: 1px solid #f4f4f4;
    overflow: hidden;
}

@media (max-width: 767px) {
    .mistakes {
        display: none;
    }

    .flexbox .header__logo {
        margin-left: 5px;
    }

    .news__item--related .news__info {
        min-height: 10px;
    }

    .user-text blockquote {

        font-size: 16px;
        line-height: 20px;
    }

    .row.row-flex {
        display: flex;
        flex-flow: column nowrap;
    }

    .mz-col-main {
        order: 1;
    }

    .mz-col-aside {
        order: 2;
    }

}

@media (max-width: 499px) {
    .b-hero__text-bg {
        background: none;
        color: #1b1b1b;
        padding: none;
    }
}