

/* Start:/community/css/style.css?162241047912389*/
.sort-head {
    display: flex;
    justify-content: center;
    margin-bottom: 15px
}

@media (max-width: 576px) {
    .sort-head {
        margin: 15px auto
    }
}

.sort-head ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    border: 1px solid #F2F2F2
}

.sort-head ul li:first-child a {
    border-left: none
}

.sort-head ul li.active a:hover, .sort-head ul li.active a {
    background: #EE1746;
    color: #FFF
}

.sort-head ul li a {
    line-height: 36px;
    font-size: 11px;
    padding: 0 15px;
    display: block;
    text-transform: uppercase;
    border-left: 1px solid #F2F2F2
}

.sort-head ul li a:hover {
    background: #F2F2F2
}
@media (max-width: 430px) {
    .sort-head {
        flex-direction: column;
    }
    .sort-head ul {
        margin:0 15px;
        max-width:246px;
    }
    .sort-head .addpub {
        margin-left:0;
        margin-top:10px;
    }
}

.left-aside.height-auto {
    height: auto !important
}

.left-aside.height-auto:after {
    display: none
}

.selected-menu {
    border: #F2F2F2
}

.selected-menu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.selected-menu ul li {
    border-top: 1px solid #F2F2F2
}

.selected-menu ul li:first-child {
    border-top: none
}

.selected-menu ul li.active a {
    background: #F9F9F9
}

.selected-menu ul li a {
    display: block;
    padding: 6px 10px;
    font-size: 15px
}

@media (max-width: 767px) {
    .selected-menu {
        margin: 0 15px;
        font-size: 15px
    }

    .selected-menu.open .head:after {
        transform: translateY(-50%) rotate(45deg)
    }

    .selected-menu .head {
        border: 1px solid #F2F2F2;
        padding: 6px 25px 6px 10px;
        position: relative
    }

    .selected-menu .head:after {
        content: '';
        width: 10px;
        height: 10px;
        border-left: 1px solid;
        border-top: 1px solid;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%) rotate(-135deg)
    }

    .selected-menu ul {
        display: none;
        border: 1px solid #F2F2F2;
        border-top: none
    }
}

.news-list .autor {
    color: #EE1746
}

.news-list-discussions .date {
    display: flex;
    flex-flow: row wrap
}

.news-list-discussions .date .autor {
    margin-right: auto
}

@media (min-width: 768px) {
    html body .main-row-discussions {
        display: flex
    }
}

html body .main-row-discussions:after {
    display: none
}

html body .main-row-discussions .left-aside {
    border-bottom: none
}

@media (max-width: 767px) {
    html body .main-row-discussions .left-aside {
        width: 100%
    }
}

@media (min-width: 768px) {
    html body .main-row-discussions .left-aside {
        order: 0;
        max-width: 250px;
        padding-right: 15px
    }

    html body .main-row-discussions .col-center {
        order: 1;
        flex: 1
    }

    html body .main-row-discussions .right-aside {
        order: 2
    }

    html body .main-row-discussions .right-aside > a {
        display: block
    }
}

.list-discussions .item {
    padding: 15px 0
}

.list-discussions .item:first-child {
    padding-top: 0
}

.lnk-abs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.discussions-card {
    border: 1px solid #F2F2F2;
    padding: 15px;
    position: relative;
    transition: all 0.3s ease
}

.discussions-card:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1)
}

.discussions-card .title {
    margin: 25px 0
}

@media (max-width: 992px) {
    .discussions-card .title {
        font-size: 18px;
        margin: 15px 0
    }
}

.discussions-card .info {
    display: flex;
    flex-flow: row wrap
}

.discussions-card .info .date, .discussions-card .info .views-box {
    white-space: nowrap
}

.discussions-card .views-box {
    margin-left: auto
}

.comment-box, .views-box {
    padding-left: 25px;
    font-weight: bold;
    display: flex;
    align-items: center
}

.comment-box:before, .views-box:before {
    content: '';
    width: 20px;
    height: 18px;
    margin-right: 5px;
    background: url(/local/templates/mad/img/i-view-dark.svg) 0 center no-repeat
}

.comment-box {
    padding-left: 0
}

.comment-box:before {
    background: url(/local/templates/mad/img/i-comment-black.svg) 0 center no-repeat;
    background-size: contain
}

.management-container .section {
    padding: 15px 0
}

.management-container .section .list {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -15px
}

.management-container .section .list .item {
    padding: 15px;
    width: 40%;
    display: flex
}

@media (max-width: 1199px) {
    .management-container .section .list .item {
        width: 50%
    }
}

@media (max-width: 767px) {
    .management-container .section .list .item {
        width: 100%
    }
}

.management-container .section .list .item .card-member {
    width: 100%
}

#main .card-member, html body .card-member {
    position: relative;
    display: flex;
    background: #F2F2F2;
    border: 1px solid #F2F2F2;
    padding: 15px
}

#main .card-member .lnk-abs, html body .card-member .lnk-abs {
    transition: all 0.3s ease
}

#main .card-member .lnk-abs:hover, html body .card-member .lnk-abs:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1)
}

@media (max-width: 479px) {
    #main .card-member, html body .card-member {
        width: 100%;
        display: block
    }
}

#main .card-member .pict, html body .card-member .pict {
    max-width: 120px;
    min-width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 100%;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center
}

#main .card-member .pict img, html body .card-member .pict img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (max-width: 992px) and (min-width: 768px) {
    #main .card-member .pict, html body .card-member .pict {
        max-width: 120px;
        min-width: 120px;
        height: 120px
    }
}

@media (max-width: 479px) {
    #main .card-member .pict, html body .card-member .pict {
        margin: 0 auto 15px
    }
}

#main .card-member .desc, html body .card-member .desc {
    padding-left: 15px;
    overflow: hidden
}

@media (max-width: 479px) {
    #main .card-member .desc, html body .card-member .desc {
        width: 100%
    }
}

#main .card-member .desc a, html body .card-member .desc a {
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
    max-width: 100%
}

.club-packages > div {
    padding: 15px
}

.club-packages .box {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.club-packages .box .sale-item {
    margin-top: auto
}

.club-packages .box .sale-item + .prices-item {
    margin-top: 0
}

.club-packages .box .prices-item {
    margin-top: auto
}

@media (max-width: 767px) {
    .club-packages .box {
        font-size: 12px
    }

    .club-packages .box .fs16 {
        font-size: 14px
    }
}

.club-packages .box .title {
    text-transform: uppercase
}

@media (max-width: 767px) {
    .club-packages .box .title {
        font-size: 18px
    }
}

.club-packages .box .title-sale {
    margin-top: auto
}

.partners-container .col {
    padding: 15px
}

.partners-block-card {
    border: 1px solid #F2F2F2;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease
}

.partners-block-card:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1)
}

.contacts-box {
    border: 1px solid #F2F2F2;
    padding: 15px
}

.contacts-box .ava {
    max-width: 100%
}

.users-container .filter .search {
    position: relative
}

.users-container .filter .search .form-control {
    padding-right: 45px;
    border-radius: 4px
}

.users-container .filter .search button {
    background: transparent;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%
}

.users-container .users-list {
    display: flex;
    flex-flow: row wrap;
    margin-top: 30px
}

.users-container .users-list .item {
    padding: 2.5px;
    width: 25%
}

@media (max-width: 992px) {
    .users-container .users-list .item {
        width: 33.3333333333%
    }
}

@media (max-width: 767px) {
    .users-container .users-list .item {
        width: 50%
    }
}

@media (max-width: 480px) {
    .users-container .users-list .item {
        width: 100%
    }
}

.ifno-container .card-member .pict {
    padding: 10px
}

.events-container .h2 {
    font-size: 34px
}

@media (max-width: 767px) {
    .events-container .h2 {
        font-size: 24px
    }
}

.events-container .h3 {
    font-weight: bold;
    font-size: 24px
}

@media (max-width: 767px) {
    .events-container .h3 {
        font-size: 20px
    }
}

.video-box {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.video-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0
}

.video-list .item {
    padding: 15px
}

.post-page {
    padding: 0 15px
}

.post-page .head {
    margin: 0 0 15px;
    display: flex;
    align-items: center
}

@media only screen and (max-width: 767px) {
    .post-page .head {
        display: block
    }
}

.post-page .head .title {
    font-weight: bold;
    margin-right: 15px
}

@media only screen and (max-width: 767px) {
    .post-page .head .title {
        margin: 0 0 15px
    }
}

.post-page .head .btn-top {
    margin-left: auto
}

@media only screen and (max-width: 767px) {
    .post-page .head .btn-top {
        display: block;
        margin: 15px 0 0
    }
}

.post-page .list-title {
    margin: 15px 0;
    font-weight: bold
}

.post-page .post-box.main-post-box {
    background: #F9F9F9
}

.post-page .post-box .in {
    border: 1px solid #D7D7D7;
    padding: 15px;
    position: relative
}

.post-page .post-box .in .head {
    display: flex;
    flex-flow: row wrap
}

.post-page .post-box .in .head .user {
    margin-right: 10px;
    text-decoration: underline
}

.post-page .post-box .in .head .user:hover {
    text-decoration: none
}

.post-page .post-box .in .title {
    margin-top: 15px;
    font-weight: bold
}

.post-page .post-box .in .desc {
    margin-top: 15px
}

.post-page .post-box .in .bottom {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin: 15px -15px 0;
    padding: 15px 15px 0;
    border-top: 1px solid #F2F2F2;
    justify-content: flex-end
}

.post-page .post-box .in .bottom .btn-top {
    margin-left: 10px
}

.post-page .post-box .in .add-comment-panel {
    display: none
}

.post-page .post-box .in .add-comment-panel form {
    padding: 15px 15px 0;
    margin: 15px -15px 0;
    border-top: 1px solid #F2F2F2;
    justify-content: flex-end;
    overflow: hidden
}

.post-page .post-box .in .add-comment-panel form textarea {
    resize: none
}

.post-page .post-box .in .add-comment-panel form .btn-top {
    float: right
}

.post-page .post-list .item {
    margin: 15px 0
}

.post-page .post-list .post-list {
    margin-left: 30px
}

.btn-top.active.my-events {
    border: 2px solid;
    transition: all 0.3s ease
}

.btn-top.active.my-events.active {
    border-color: #000;
    color: #000;
    background: #FFF
}

.btn-top.active.my-events.active:hover {
    background: #EE1746;
    color: #FFF
}

.t-list .section-title {
    text-transform: uppercase;
    font-size: 28px;
    margin: 15px 0;
    font-weight: bold
}

@media only screen and (max-width: 767px) {
    .t-list .section-title {
        font-size: 24px
    }
}

/* End */


/* Start:/local/templates/mad/components/bitrix/news.list/management/style.css?1614157463150*/
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:/bitrix/components/arturgolubev/yandex.share/templates/.default/style.css?1588321290322*/
.ar_al_left {text-align:left;}
.ar_al_center {text-align:center;}
.ar_al_right {text-align:right;}
.ya-share-text-wrap {display: inline-block; vertical-align: middle;}
.ya-share-wrap {display: inline-block; vertical-align: middle;}

html .ya-share2__list_direction_horizontal > .ya-share2__item {margin-bottom: 5px;}
/* End */
/* /community/css/style.css?162241047912389 */
/* /local/templates/mad/components/bitrix/news.list/management/style.css?1614157463150 */
/* /bitrix/components/arturgolubev/yandex.share/templates/.default/style.css?1588321290322 */
