body {
    position: relative;
    top: 0 !important;
    background: transparent;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    cursor: url('/img/cursor.png'), pointer;
}

.wrapper {
    display: none;
}

iframe{
    max-width:100% !important;
}

.wrapper.active {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #3a3f44;
    opacity: .7!important;
    z-index: 100;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", Arial, sans-serif;
}

h1 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

h1:empty {
    font-size: 0;
    margin: 0;
    padding: 0;
}
p{
margin-bottom:1rem !important;
}
p, p span {
//    text-indent: 20px;
line-height:1.5em !important;
font-family: "Arial","sans-serif" !important;
}

.img {
    display: block;
    width: 100%;
    height: auto;
}

textarea.form-control {
    min-height: 62px;
}

@media(min-width: 1200px) {
    .background {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        overflow-x: hidden;
        overflow-y: auto;
        background: #f8f8f8;
        background-image: url(/img/bg_01.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        z-index: -1;
    }
}

.container {
    overflow-x: hidden;
}

@media(min-width: 992px) {
    .container {
        padding-right: 30px;
        padding-left: 30px;
        background: #fff;
    }
}

@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1280px;
    }
}

@media (min-width: 1600px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
//        max-width: 1340px;
    }
}

.page {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content {
    width: 100%;
}
.content img{
    max-width: 100%;
}
.aside {
    width: 100%;
    margin: 15px 0;
}

@media(min-width: 992px) {
    .page {
        flex-direction: row;
       justify-content: space-between;
    }

    .content {
        width: calc(100% - 330px);
    }

    .aside {
        width: 300px;
        margin: 0 0 15px 30px;
    }
}



.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #f8f8f8;
    padding: 0 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    z-index: 99;
}

.header-mobile-menu {
    width: 24px;
    height: 24px;
    margin-right: 36px;
    background: url(/img/svg/mobile-menu-open.svg) left center no-repeat;
}

.header-logo {
    padding: 0;
}

.header-logo-mini {
    display: block;
    height: 36px;
}

.header-logo-large {
    display: none;
}

.header-logo-link img {
    width: 100%;
}

.header-search {
    display: none;
    padding: 0 15px 0 0;
}

.header-profile {
    padding: 0;
}

.header-profile-btn {
    display: block;
    font-size: 14px;
    color: #212529;
    background: #fff;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

.header-profile-btn:hover {
    color: #212529;
    background: #ffc107;
    text-decoration: none;
}

.header-lang {
    display: none;
}

.header-mobile-lang {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    width: 100%;
    padding: 0 15px;
    background: #f8f9fa;
}

.header-lang-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 180px;
}

.header-mobile-lang .header-lang-items {
    width: 100%;
}

.header-lang-item {
    display: flex;
    color: var(--gray);
    cursor: pointer;
}

/* Прячем панель гугла */

.skiptranslate {
    display: none !important;
}

/* Убираем подсветку ссылок */

.goog-text-highlight {
    background-color: inherit;
    box-shadow: none;
    box-sizing: inherit;
}

/* language */
.language__img {
    margin-right: 5px;
    cursor: pointer;
    opacity: .3;
    height: 20px;
}

.language__img:hover,
.language__img_active {
    opacity: 1;
}

.header-lang-item:hover .language__img {
    opacity: 1;
}

.header-lang-item.active {
    font-weight: 700;
    color: var(--gray-dark);
}

@media (min-width: 992px) {
    .header {
        position: relative;
        padding: 15px 0;
        background: #fff;
        height: auto;
    }

    .header-mobile-menu {
        display: none;
    }

    .header-logo-mini {
        display: none;
    }

    .header-logo-large {
        display: block;
	width:364px;
    }

    .header-logo {
        padding: 0 15px 0 0;
    }

    .header-search {
        display: block;
    }

    .header-profile-btn {
        font-size: 16px;
        background: #f8f8f8;
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
    }

    .header-lang {
        display: block;
    }

    .header-mobile-lang {
        display: none;
    }
}

.mainmenu.open {
    left: 0;
    opacity: 1;
}

.mainmenu-items {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #ebeff3;
    border-radius: 4px;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.mainmenu-item {
    position: relative;
    display: block;
    color: #212529;
    text-decoration: none;
    padding: 1rem 1.5rem;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    border-bottom: 1px solid;
    border-color: #f2f2f2;
}

@media(max-width: 991px) {
    .mainmenu-item {
        position: relative;
        padding: 12px 45px 12px 20px;
}
 
   .mainmenu-item:after {
        content: "";
        position: absolute;
        right: 20px;
        width: 5px;
        height: 24px;
        background-image: url(/img/svg/triangle_right.svg);
        background-position: center;
        background-repeat: no-repeat;
    }
}

.mainmenu-item:hover, .mainmenu-item.active {
    color: #df1c25;
    text-decoration: none;
}

@media(max-width: 991px) {
    .mainmenu {
        display: block;
        position: fixed;
        top: 0;
        width: 270px;
        height: 100vh;
        left: -102%;
        z-index: 101;
        background: #fff;
        box-shadow: 3px 0 10px 0 rgb(0 0 0 / 45%);
        overflow-y: auto;
        opacity: 0;
        transition: left .4s ease 0s,opacity .4s ease 0s;
    }

    .mainmenu-items {
        flex-direction: column;
        background: #fff;
    }
}


.slider {
    margin-bottom: 30px;
}

.slider-button-prev,
.slider-button-next {
    outline: none;
}

.slider-button-prev:after,
.slider-button-next:after {
    font-size: 30px;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: .25rem;
}


.main {
    margin-top: 65px;
}

@media(min-width: 992px) {
    .main {
        margin: 0;
        padding: 20px 0;
    }
}

.main-header-title {
    margin-bottom: 20px;
}

.footer {
    margin-left: -30px;
    margin-right: -30px;
    padding: 0 30px;
    background-color: #ebeff3;
}

.footer-top {
    padding: 50px 0 20px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid #d6dade;
}



.business-main-header {
    display: flex;
    justify-content: space-between;
}

.business-main-header-title {
    font-size: 20px;
    margin-bottom: 20px;
}

.business-main-header-btn {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 50px;
}

.business-main-header-btn .swiper-button-prev,
.business-main-header-btn .swiper-button-next {
    width: 12px;
    height: 30px;
    outline: none;
}

.business-main-header-btn .swiper-button-prev {
    left: 0;
}

.business-main-header-btn .swiper-button-next {
    right: 0;
}

.business-main-header-btn .swiper-button-prev:after,
.business-main-header-btn .swiper-button-next:after {
    font-size: 24px;
}

.business-main .swiper-pagination {
    position: relative;
    top: unset;
    bottom: unset;
    margin-top: 10px;
}

.business-card {
    display: flex;
//    height: 120px;
//    padding: 1.2rem;
//    background: #bdf0c2;
    border: 1px solid;
    border-color: #d9df73;
    border-radius: 4px;
//    overflow: hidden;
}

.business-card-logo {
    width: 100%;
    height: auto;
    overflow: hidden;
//    margin-right: 15px;
}

.business-card-logo img {
    width: 100%;
    height: auto;
}

.business-card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100% - 75px);
}
















.nav-scroller {
    position: relative;
    z-index: 2;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding: 10px;
    background-color: #f8f9fa;
    border-radius: 4px;
}

.nav-scroller .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }

}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}
.blog-pagination > .btn {
  border-radius: 2rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-title {
  margin-bottom: .25rem;
  font-size: 2.5rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #999;
}


.news .card {
    border: 0;
}

.news .card-body {
    padding-top: 0;
    padidng-bottom: 0;
}

.news .card-title, .news .card-text {
    text-indent: 0;
    margin-bottom: .5rem;
}

.news .card-img{
margin-bottom:10px;
}



#vk_comments_cover, #fb_comments_cover, #kom_comments_cover{
width:97%;
margin:0 1%;
}

#fb_comments_cover, #kom_comments_cover{
display:none;
}

.var{
width:calc(90%);
max-width:500px;
margin-bottom:15px;
position:relative;
background-color:#f1f8ff;
}
.var .fon{
background-color:#cbe5ff;
height:100%;
position:absolute;
top:0;
left:0;
z-index:0;
}
.var .text{
padding:5px;
width:calc(100% - 75px);
position:relative;
top:0;
left:0;
z-index:10;
}
.var .proc{
padding:5px;
font-weight:bold;
position:absolute;
width:65px;
top:0;
right:0;
z-index:10;
}
#oprrez{
padding:30px 0;
}
label{
cursor:pointer;
}
.clear{
clear:both;
}



/* PROFILE */
.profile-avatar {
    width: 100%;
    background: #f9f9f9;
    padding: 20px;
    overflow: hidden;
    border-radius: 4px;
}

.profile-avatar img {
    width: 100%;
    border-radius: 4px;
}

.profile-avatar-change {
    margin-top: 20px;
    padding: 10px;
    background: #eee;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}

.profile-avatar-change:hover {
    background: #e9ecef;
}

.profile-menu {
    margin-top: 20px;
    padding: 20px;
    background: #f9f9f9;
}

.profile-pers-data {
    padding: 20px;
    background: #f9f9f9;
    border-radius: 4px;
}

.pers-data-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.pers-data-header .header-name {
    font-size: 1.5rem;
    line-height: 1.2;
    margin: 0;
}

.pers-data-header .header-level {
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background: #e9ecef;
    border-radius: 4px;
}

.header-level.a1 {
    background: #ffc106;
}

.header-level.a2 {
    background: #ff5722;
}

.header-level.a3 {
    background: #4caf50;
}

.pers-data-wrap {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.pers-data-wrap .wrap-item {
    display: flex;
    margin-bottom: 5px;
}

.pers-data-wrap .wrap-item .item-label {
    width: 25%;
    color: #777;
}

.pers-data-wrap .wrap-item .item-value {
    width: 75%;
}

.pers-data-footer {
    margin-top: 20px;
}

.profile-fond {
    padding: 20px;
    margin-top: 20px;
    background: #f9f9f9;
    border-radius: 4px;
}

.profile-fond-deposit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}
/* PROFILE END */

#poj{
padding:20px 0;
}
#poj .elem{
border-bottom:1px solid #eee;
position:relative;
min-height:30px;
line-height:30px;
}
#poj .elem .date{
width:100px;
//position:absolute;
float:left;
left:200px;
top:0;
}
#poj .elem .fio{
width:calc(100% - 370px);
//position:absolute;
float:left;
left:300px;
top:0;
}
#poj .elem .rajon{
width:200px;
//position:absolute;
float:left;
left:0;
top:0;
}
#poj .elem .summa{
width:70px;
//position:absolute;
float:left;
top:0;
right:0;
}
.button{
display:inline-block;
cursor:pointer;
height:40px;
padding:0 10px;
line-height:35px;
border:1px solid #e6e6e6;
margin: 0 20px;
color: #007bff;
}
.button:hover{
background-color: #007bff;
color:#fff;
}




/* Мобильные стили */
@media (max-width: 678px) {
.img_in_text{
margin:20px auto !important;
width:100% !important;
}
#poj .elem .fio{
position:relative;
left:0;
top:0;
width:100%;
padding:10px 0;
text-align:center;
background-color:#f5f5f5;
}
#poj .elem{
border:1px solid #eee;
margin-bottom:25px;
}
#poj .elem .date{
width:calc(50% - 11px);
position:relative;
left:0;
top:0;
float:left;
border-right:1px solid #eee;
padding:10px 0 10px 10px;
}
#poj .elem .summa{
width:calc(50% - 11px);
position:relative;
left:0;
top:0;
float:left;
text-align:right;
padding:10px 10px 10px 0;
}
#poj .elem .rajon{
position:relative;
}

}


/* Main-sidebar */
.main-sidebar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
    margin-bottom: 30px;
    background-color: #f8f9fa;
    border-radius: 4px;
}
.main-sidebar img{
max-width:100%;
}
.main-sidebar-title {
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 15px;
}

.main-sidebar-text {
    margin: 0;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-indent: unset;
}

.main-sidebar-link {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 15px;
}

@media (min-width: 992px) {
    .main-sidebar {
//        height: 392px;
        overflow: hidden;
    }
}

/* Main-sidebar end */

.user-link {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#rajon2{
display:none;
}
.likes{
text-align:right;
padding-top:15px;
}
.likes>div{
display:inline-block;
height:33px;
margin:0 20px;
cursor:pointer;
}
.likes .like{
background:url(/img/like3.png) right 0 no-repeat;
height:33px;
padding-right:45px;
font-size:32px;
line-height:33px;
font-weight:bold;
text-align:right;
margin-top:10px;
color:#444;
}
.likes .like:hover, .likes .active{
background:url(/img/like3.png) right -33px no-repeat;
color:#f00;
}
.likes .minilike{
background:url(/img/minilike.png) right 0 no-repeat;
height:15px;
padding-right:23px;
font-size:17px;
line-height:15px;
color:#555;
margin-right:2px;
cursor:pointer;
}
.likes .minilike:hover, .likes .minilikeactive{
background:url(/img/minilike.png) right -15px no-repeat;
color:#f00;
}
.form_like{
display:none;
}
#form_sozd{
padding:20px 0;
max-width:750px;
margin:0 auto;
}
#form_sozd input{
width:calc(70% - 20px);
padding:5px 10px;
border:1px solid #ddd;
display:block;
margin:0 auto 15px auto;
}














.comments {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.comment,
.comment-add {
    display: flex;
    margin-bottom: 20px;
}

.comment-photo,
.comment-add-photo {
    width: 48px;
    height: 48px;
    overflow: hidden;
    margin-right: 20px;
}

.comment-photo img,
.comment-add-photo img {
    width: 100%;
}

.comment-body,
.comment-add-body {
    width: calc(100% - 68px);
}

.comment-author {
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.comment-date {
    font-size: 14px;
    color: #777;
    margin-bottom: 5px;
}

.comment-text {

}

.comment-add {
    padding: 20px;
    background: #f8f8f8;
    border-radius: 4px;
}

.comment-add-button {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}
.polz{
border-top:1px solid #eee;
border-bottom:1px solid #eee;
min-height: 33px;
line-height:33px;
border-right:1px solid #eee;
}
.polz .sektor{
float:left;
width:200px;
height:33px;
border-left:1px solid #eee;
border-right:1px solid #eee;
padding-left:7px;
}
.polz .fio{
float:left;
width:550px;
border-right:1px solid #eee;
padding-left:7px;
}
.polz .datareg{
float:left;
width:100px;
padding-left:7px;
}
#banners_right{
padding-top:30px;
position:sticky;
top:0;
}
#banners_right img{
display:block;
margin-bottom:30px;
width:100%;
}


.contest {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.contest .elem {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc((100% / 3) - 20px);
    margin: 10px;
    padding: 10px;
    border: 1px solid #eee;
    background-color: #f6f6f6;
}

.contest .elem .img{
    width: 100%;
    height: 200px;
    margin-bottom:15px;
    overflow:hidden;
}

.contest .elem .img img{
    width: 100%;
    height: auto;
}

.contest .elem .title {
    margin-bottom: 15px;
}

.contest .elem .title b {
    font-size: 18px;
}

.contest .elem .title span {
    font-size: 16px;
}

.contest .elem .place {
    font-size: 14px;
    color: #777;
    margin-bottom: 15px;
}

#photo{
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

#photo .photo{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc((100% / 3) - 20px);
    margin: 10px;
    padding: 10px;
    border: 1px solid #eee;
    background-color: #f6f6f6;
}

#photo .photo .img{
    width: 100%;
    height: 200px;
    margin-bottom:15px;
    overflow:hidden;
}

#photo .photo .img img{
    width: 100%;
    height: auto;
}
#add_konkurs{
width:390px;
margin:20px auto;
}
#add_konkurs input{
display:block;
margin-bottom:1rem;
}









@media(max-width: 1199px) {
    .contest .elem {
        width: calc((100% / 3) - 20px);
    }
}

@media(max-width: 767px) {
    .contest .elem {
        width: calc((100% / 2) - 20px);
    }
}

@media(max-width: 575px) {
    .contest {
        margin: 0;
    }

    .contest .elem {
        width: 100%;
        margin: 0 0 15px 0;
    }
}
















.votes-main {
    position: relative;
    margin-bottom: 40px;
    overflow: hidden;
}

.votes-cards {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
}

.votes-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
    margin-right: 15px;
    width: 100%;
//    background-color: #f9fcf0;
    background-color: #fcffd1;
    border: 1px solid;
    border-color: #d9df73;
    border-radius: 4px;
}

.votes-card:last-child {
    margin-right: 0;
}

.votes-card-body {
    display: flex;
}

.votes-card-photo {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    border-radius: 4px;
    overflow: hidden;
}

.votes-card-photo img {
    width: 100%;
}

.votes-card-header {
    display: block;
    width: calc(100% - 65px);
}

.votes-card-header-author {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #212529;
}

.votes-card-header-desc {
    display: inline-block;
    font-size: 12px;
    color: #28a745;
}

.votes-card-header-desc:focus {
    outline: none;
}

.votes-card-title {
    margin: 15px 0;
    color: #212529;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.votes-card-title:hover,
.votes-card-header-author:hover {
    text-decoration: none;
}

.votes-card-options {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    border-top: 1px solid #d9df73;
}

.votes-card-views,
.votes-card-comments,
.votes-card-likes {
    position: relative;
    padding-left: 34px;
}

.votes-card-views:before,
.votes-card-comments:before,
.votes-card-likes:before {
    position: absolute;
    left: 0;
    content: "";
    width: 24px;
    height: 24px;
    background: #999;
}

.votes-card-views:before {
    background: url(/img/svg/eye-outline.svg) center center no-repeat;
}

.votes-card-comments:before {
    background: url(/img/svg/comment-outline.svg) center center no-repeat;
}

.votes-card-likes:before {
    background: url(/img/svg/heart-outline.svg) center center no-repeat;
}

@media(min-width: 576px) {
    .votes-card {
        width: calc(50% - 15px);
    }
}

@media(min-width: 768px) {
    .votes-card {
        width: calc(33.3333% - 15px);
    }
}

@media(min-width: 992px) {
    .votes-card {
        width: calc(25% - 15px);
    }
}



/* Articles */

.articles {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
//    justify-content: space-between;

}

.article {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ebeff3;
}

.article-img {
    display: block;
    margin: -1px;
    padding: 0;
}

.article-img img {
    width: 100%;
    height: auto;
}

.article-body {
    padding: 15px;
    border-top: 0;
}

.article-title {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    color: inherit;
}

.article-title a {
    color: inherit;
}

.article-title a:hover {
    color: #df1c25;
    text-decoration: none;
}

.article-date {
    font-size: 12px;
    color: #9ea4ac;
}

.article-description {

}

@media(min-width: 576px) {
    .articles {
        flex-direction: row;
        margin: -7px;
margin-bottom:40px;
    }

    .article {
        width: calc(50% - 14px);
        margin: 7px;
    }
}

@media(min-width: 768px) {
    .article {
        width: calc(50% - 14px);
        margin: 7px;
    }
}

@media(min-width: 992px) {
    .article {
        width: calc(50% - 14px);
        margin: 7px;
    }
}

@media(min-width: 1200px) {
    .article {
        width: calc(33.3333% - 14px);
    }
}

/* Articles end */



/* Sidemenu */

.sidemenu {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.sidemenu-item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #ebeff3;
    text-decoration: none;
}
.sidemenu .sub{
margin-left:25px;
font-size:15px;
//border-bottom:none;
}

.sidemenu-item:first-child {
    border-top: 1px solid #ebeff3;
}

.sidemenu-item:hover, .sidemenu-item.active {
    color: #df1c25;
    text-decoration: none;
}

.sidemenu-item-text {

}

.sidemenu-item-count {
    width: 40px;
    height: 24px;
    text-align: center;
    background-color: #ebeff3;
    border-radius: 12px;
}

/* Sidemenu end */


.business-full-img {
    width: 100%;
    padding: 15px;
    background: #f2f2f2;
}


.business.cards {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.business .card {
    position: relative;
    width: calc((100% / 3) - 20px);
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
}

.swiper-wrapper .swiper-slide img {
    max-width: 100%;
}
.aicon{
position:fixed;
right:20px;
bottom:20px;
opacity:0.5;
}
.aicon:hover{
cursor:pointer;
opacity:1;
}
.news_full img{
max-width:98%;
margin:15px auto;
display:block;
}
#ziu_golosovaniya{
margin:20px 0;
}
#ziu_golosovaniya .golosovanie{
display:block;
padding:8px 10px;
border:1px solid #bbb;
color:#999;
margin-bottom:20px;
}
#ziu_golosovaniya .golosovanie .tip{
float:right;
text-align:right;
font-size:12px;
font-weight:bold;
margin-right:10px;
background-color:#f9f9f9;
padding:3px 5px;
text-transform:uppercase;
}
#ziu_golosovaniya .golosovanie .data{

}
#ziu_golosovaniya .golosovanie .title span{
font-size:14px;
cursor:pointer;
}
#ziu_golosovaniya .golosovanie a{
color:#94c8ff;
}
#ziu_golosovaniya .golosovanie .opisanie{
display:none;
padding-top:15px;
}
#ziu_golosovaniya .active{
border:1px solid #0ce324;
box-shadow: 0 0 3px #0ce324;
color:#212529;
background-color:#fff;
}
#ziu_golosovaniya .active .title a{
color:#007bff;
}
#ziu_golosovaniya .active .data{
font-weight:bold;
}
#ziu_golosovaniya .vse{
display:block;
margin-bottom:20px;
color:#999;
}
#ziu_golosovaniya .vse:hover{
color: #007bff;
}
.full_img{
display:block;
margin:20px auto;
max-width:100%;
}
.img_in_text{
max-width:100%;
margin:0 30px 25px 0;
float:left;
}
.video{
margin:15px 0;
width:100%;
padding-bottom:56%;
position:relative;
}
.video iframe{
width:100%;
height:100%;
position:absolute;
}
.alanbiznes_logo{
width:100%;
}
.biznes_images img{
display:inline-block;
margin:10px 10px 10px 0;
height:90px;
}
.novosti{
display:flex;
justify-content:space-between;
flex-wrap:wrap;
}
.novosti .novost{
width:31%;
margin-bottom:40px;
background-color:#fafafa;
border:1px solid #f1f1f1;
border-radius:8px;
}
.novosti .novost .img{
height:250px;
margin-bottom:5px;
overflow:hidden;
border-radius:8px 8px 0 0;
}
.novosti .novost .img img{
width:100%;
height:100%;
object-fit:cover;
}
.novosti .novost a{
text-decoration:none;
}
.novosti .novost .date{
color:#999;
font-size:13px;
margin-bottom:5px;
padding-left:5px;
}
.novosti .novost .title{
color: #007bff;
font-size:20px;
padding:0 0 5px 5px;
}
.tema_razgovornik{
display:block;
font-size:19px;
margin:10px 0;
}
.razgovornik_urok{

}
.razgovornik_urok .tekst{
padding:15px;
background-color:#f1f1f1;
margin:20px 0;
}
.razgovornik_urok .stroka{
text-align:center;
font-size:19px;
font-weight:bold;
margin:20px 0;
}
.razgovornik_urok .audio{
text-align:center;
margin:20px 0;
}






@media screen and (max-width:1200px){

.novosti .novost .img{
height:200px;
}


}


@media screen and (max-width:780px){

.novosti .novost{
width:47%;
}

}

@media screen and (max-width:500px){

.novosti .novost{
width:97%;
}
.novosti .novost .img{
height:300px;
}

}