.rejected {
    color: #FD4242!important;
}
.button-add-1{
    display: flex;
    align-self: flex-end;
    margin-bottom: 5px;
}
.approved{
    color: #0094B0;
}

.new-support{
    background: rgba(0, 148, 176, 0.15);
}

.cc-img{
    display:flex;
}


.image-uploader_st{
    color: #0094B0;
    font-size: 16px;
    margin-top: 8px;
}

.new-image {
    display: none;
    margin: auto;
    border-radius: 5px;
    cursor: pointer;
}
.new-image-1 {
    width: 40px;
    height: 40px;
    background: url(../img/shape.png) 50% no-repeat;
}
.image-preview-wrap--big {
    /* height: 100%; */
    /* width: 100%; */
    position: relative;
    margin: 0px 12px 24px 30px;
}


.preview-sect {
    margin-bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* margin: 20px; */
    margin-right: 20px;}

.image {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.image-preview-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative; }

.image-preview-wrap .image-remove {
    right: 2px;
    top: -2px; }

.image-preview-wrap--big {
 /*   height: 100%;
    min-width: 100px;*/
    position: relative;
    margin: 0px 12px 24px 30px;

}

.image-preview-wrap--small {
    width: 41px;
    height: 40px; }

.image-preview {
    border-radius: 16px;
    width: 160px;
    height: 100%;
    object-fit: cover;
    border: 1px solid #adadad; }

.preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 0px;
    margin-top: 20px;}








.main-zag-top{margin-top: -40px;
    font-size: 1.2rem;
    font-weight: 500;
    /*margin-top:15px;*/}
.polosa-text{
    background-color: #EBEBEB;
    color: #C3C3C3;
    margin-top: 10px;
    padding: 5px;
}
.block-diagran-1{
    height: 200px!important;
}
.flickity-prev-next-button .flickity-button-icon{
    /*display: inline-block;*/
    width: 40px!important;
    height: 40px!important;
    color: #9B9B9B!important;
    /*background-color: transparent no-repeat center center;
    background-size: 100% 100%;
    background-image: url('../img/prev-sl.png')!important;*/

}

.h90{
    height: 96%;
}
.text-label{
    font-weight: 400;
    font-size: 1.2rem;
}
.text-bold-all{
    font-weight: 500;
}

.slides-image {
    width: 40px;
    height: 40px;
    background: url(../img/user.svg) 50% no-repeat #45B1B0;
    border-radius: 5px;
}
.slides-image-block {
    margin-left: 15px;
    box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    text-align: center;
    height: 120px;
}
.slides-text{
    color: rgba(0, 0, 0, 0.61);
    /* margin-left: 15px;*/
    margin: auto 10px;
}
.slides-text a{
    color: rgba(0, 0, 0, 0.61);

}

.slides-text-all{
    font-size: 10px;
}
.slides-text-zag{
    font-weight: bold;
    font-size: 14px;
}
.slides1{
    vertical-align: middle;
}
.gallery {
    /*   background: #fff;*/
}

.gallery-cell {
    width: 31%;/*25%*/
    height: 200px;
    margin-right: 10px;
    /*background: #8C8;*/
    counter-increment: gallery-cell;
    box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    text-align: center;
    display:flex;
}

/* cell number */
.gallery-cell:before {
    display: block;
    text-align: center;
    /* content: counter(gallery-cell);
    *line-height: 200px;
     font-size: 80px;
     color: white;*/
}





.checkselect-block{
    background-color: #c9c8c820!important;
    border: 1px solid #858585!important;/*BDBDBD*/
    color: #000000!important;/*717171*/

}
.checkselect {
    position: relative;
    display: inline-block;
    min-width: 100%;
    text-align: left;
}
.checkselect-control {
    position: relative;
    padding: 0 !important;
    /*margin-bottom:15px;*/
}
.checkselect-control select {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding-left: 5px;
    color: #717171;
    border-bottom: 1px solid #000;
    border: 1px solid #BDBDBD;
    box-sizing: border-box;
    border-radius: 5px;
    /* padding: 12px 14px;*/
}
.checkselect-over {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}
.checkselect-popup {
    display: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    max-height: 200px;
    position: absolute;
    top: 100%;
    left: 0px;
    /*border: 1px solid #dadada;*/
    border-radius: 6px;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    border-top: none;
    background: #fff;
    z-index: 9999;
    top: 45px;/*delet*/
    overflow: auto;
    user-select: none;
}
.checkselect label {
    position: relative;
    display: block;
    margin: 0;
    padding: 0.5rem 0.4rem;
    line-height: 1.25;
    font-weight: normal;
    font-size: 1em;

    cursor: pointer;
}
.checkselect-popup input {
    position: absolute;
    top: 10px;
    left: 8px;
    margin: 0 !important;
    padding: 0;
    border: 1px solid #45B1B0;
}
.checkselect-popup label:hover {
    background: #e9ecef;
    color: #000;

}
.checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
}
.checkbox__text {
    position: relative;
    cursor: pointer;
}
.checkbox__text:before {

    content: '';
    display: inline-block;
    width: 1.1em;
    height: 1.1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #45B1B0;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.checkbox input:checked + .checkbox__text:before {
    /*background: #9FD468;*/
    border-color: #45B1B0;
    background-color: #45B1B0;
    background-image: url("../img/checkmark.svg");

}

.checkselect-popup fieldset {
    display: block;
    margin:  0;
    padding: 0;
    border: none;
}
.checkselect-popup fieldset input {
    left: 15px;
}
.checkselect-popup fieldset label {
    padding-left: 32px;
}
.checkselect-popup legend {
    display: block;
    margin: 0;
    padding: 5px 8px;
    font-weight: 700;
    font-size: 1em;
    line-height: 1.1;
}
.button-gold {
    background: #D19525;;
    color: #fff !important;
}
@media (max-width: 575px){
    .modal-dialog-width {
        width: 100%!important;
    }
}
@media (min-width: 768px) {
    .modal-dialog-width {
        width: 100%!important;
    }
}
@media (min-width: 768px) {
    .modal-dialog-width {
        width: 80%!important;
    }
}
@media (min-width: 992px) {
    .modal-dialog-width {
        width: 70%!important;
    }
}
@media (min-width: 1200px) {
    .modal-dialog-width {
        width: 50%!important;
    }
}
.img-publication-modal {
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(pexels-bence-szemerey-7081167.jpg);
    border-radius: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.main-zag-modal {
    font-size: 1.2rem;
    font-weight: 500;
}
.back-wrap-modal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

}
.back-link-modal {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../img/Arrow.png) 50% 50% no-repeat;
    margin-right: 10px;
    -webkit-transition: .2s;
    transition: .2s;
    cursor: pointer;
}
.text, .text a:hover .text a:link, .text a:visited,.text a:hover,.text a:active{
    text-decoration: none;
    color:#4A4A4A;
}
.margin-left{
    margin-left: 20px;
}
.margin-middle{
    margin-top: 10px;
    margin-bottom: 10px;
}
.date-like{
    color: #9B9B9B;
    font-weight: 400;
    font-size: 0.9rem;
}
.modalBodyWrapper1 {
    /*display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding-right: 60px;*/
    overflow: hidden auto;


}
modalBodyWrapper{
    height: 100vh;
}
.box-modal{
    display: flex;
    justify-content: flex-start;
}
.inner-container {
    position: absolute;
    left: 0;
    overflow-x: hidden;
    overflow-y: scroll;
}

.inner-container::-webkit-scrollbar {
    display: none;
}
.modal-open {
    overflow: hidden;
    position:fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.modal-open {
    overflow: hidden !important;
}

#container2{
    width: 100%;
    height: 99%;
    overflow: auto;
    padding-right: 15px;
    padding-left: 15px;
}
#container3{
    width: 100%;
    height: 90%;/*820%;*/
    overflow: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.polosa-top{
    border-top: 1px solid #dee2e6;
    margin-top: 20px;
    margin-bottom: 20px;
}
.polosa-middle{
    border-top: 1px solid #dee2e6;
}
.polosa-bottom{
    border-top: 1px solid #dee2e6;
}
.modal-bottom{
    position: fixed;
    bottom: 0;
    border-top: 1px solid #dee2e6;
}
.img-80{
    width: 80px;
    height: 80px;
    padding: 40px;
    background: url(../img/user.svg) 50% no-repeat #0094B0;
    border-radius: 50%;
    /* background: url(pexels-italo-melo-2379004 (1).jpg);*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.35);
}
.img-80-1{
    border-radius: 50%; /* Радиус скругления */
    box-shadow: 0 0 7px #666;
    height: 80px;
    width: 80px;
    background-size: cover;
    border: 2px solid #9B9B9B;
}
.img-70{
    width: 70px;
    height: 70px;
    padding: 35px;
    background: url(../img/user.svg) 50% no-repeat #0094B0;
    border-radius: 50%;
    /* background: url(pexels-italo-melo-2379004 (1).jpg);*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.35);
}
.img-70-1{
    border-radius: 50%; /* Радиус скругления */
    box-shadow: 0 0 7px #666;
    height: 70px;
    width: 70px;
    background-size: cover;
    border: 2px solid #9B9B9B;
}
.img-otstup{
    margin-right: 10px;
}
.img-60{
    width: 60px;
    height: 60px;
    padding: 30px;
    background: url(../img/user.svg) 50% no-repeat #0094B0;
    border-radius: 50%;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.35);
}

.img-60-1{
    border-radius: 100%; /* Радиус скругления */
    box-shadow: 0 0 7px #666;
    height: 60px;
    width: 60px;
    background-size: cover;
}
.photos-block div{width:40px; display:inline-block;}

.img-40{
    width: 40px;
    height: 40px;
    padding: 20px;
    background: url(../img/user.svg) 50% no-repeat #0094B0;
    border-radius: 50%;
    /* background: url(pexels-italo-melo-2379004 (1).jpg);*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.35);
}

.img-40-1{
    border-radius: 100%; /* Радиус скругления */
    box-shadow: 0 0 7px #666;
    height: 40px;
    width: 40px;
    background-size: cover;
}
.img-160{
    width: 160px;
    height: 160px;
    padding: 80px;
    background: url(../img/user.svg) 50% no-repeat #0094B0;
    border-radius: 50%;
    /* background: url(pexels-italo-melo-2379004 (1).jpg);*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.35);
}

.img-160-1{
    border-radius: 50%; /* Радиус скругления */
    box-shadow: 0 0 7px #666;
    height: 160px;
    width: 160px;
    background-size: cover;
    border: 1px solid #0094B0;
}
.polosa-modal{
    border-bottom: 1px solid #dee2e6;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.icon-text, .icon-text a:hover .icon-text a:link, .icon-text a:visited,.icon-text a:hover,.icon-text a:active{
    color: #9B9B9B;
    font-weight: 500;
}
.kol-publication{
    margin-top: 10px;
    margin-bottom: -30px;
    color: #9B9B9B;
}
.i-block {
    background-image:url(../img/block1.png);
    width:15px;
    height:20px;
    display:inline-block;
    vertical-align:bottom;
    margin-right: 5px;
    margin-left: 5px;
}
.i-like {
    background-image:url(../img/like.png);
    width:30px;
    height:27px;
    display:inline-block;
    vertical-align:bottom;
    margin-right: 5px;
}
.i-repost {
    background-image:url(../img/export.png);
    width:26px;
    height:24px;
    display:inline-block;
    vertical-align:bottom;
    margin-right: 5px;
}
.i-comment {
    background-image:url(../img/message.png);
    width:35px;
    height:27px;
    display:inline-block;
    vertical-align:bottom;
    margin-right: 5px;
}
.i-geolocation{
    background-image:url(../img/geolocation.png);
    width:20px;
    height:24px;
    display:inline-block;
    vertical-align:bottom;
    margin-right: 5px;
}
.i-geolocation-text{
    color:#9B9B9B;
}
.i-information{
    background-image: url(../img/information.png);
    background-size: 24px;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
}
.mmm{
    height: 100vh;
    }
.round {
    border-radius: 100px; /* Радиус скругления */

}

.prr{
    color: #9B9B9B;
    position: absolute;
    /* margin-bottom: 30px; */
    padding-bottom: 38px;
    right: 15px;
}
.rr{
    color: #4A4A4A;
    position: relative;
    font-size: 1rem;
    margin-bottom: 0px;
    margin-top: 20px;
}
.rr a:hover .rr a:link, .rr a:visited,.rr a:hover,.rr a:active {
    text-decoration: none!important;
    color: #4A4A4A;
}
.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0094B0!important;
    transition: width .6s ease;
}

.filter-buttons-list-new {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    margin-left: 2px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 20px;

}
.filter-button-new {
    color: #9B9B9B;
    font-size: 100%!important;
    display: inline-block;
    margin-right: 0px;
    text-decoration: none !important;
    /* padding-bottom: 15px; */
    padding: 5px 10px;
    background: #FFFFFF;
    box-shadow: 0px 2px 24px rgb(0 0 0 / 12%);
    border-radius: 2px;
}

.filter-button-new + .filter-button-new {
    margin-left: 12px;
    /* margin-bottom: 15px;*/
}
.filter-button-new.active {
    color: #0094B0;
    border-bottom: 5px #0094B0;
}
.filter-button-publications-new + .filter-button-publications-new {
    margin-left: 12px;
}

.zag{
    color: #4A4A4A;
    font-weight: 700;
    font-size: 2rem;
}
.zar-2{
    color: #9B9B9B;
    font-weight: 400;
    font-size: 1rem;
}
.zag-2-bold{
    color: #4A4A4A;
}
.all-text-bold{
    color: #4A4A4A;
    font-weight: 500;
    font-size: 1.2rem;
}
.all-text-bold-normal{
    color: #4A4A4A;
    font-weight: 500;
    font-size: 1rem;
}
.all-text{
    color: #4A4A4A;
    font-weight: 400;
    font-size: 1rem;
}
.all-text-link{
    margin-top: 20px;
    padding-top: 20px;
    font-weight: 400;
    font-size: 0.95rem;
    color: #0094B0;

}
.otstup{
    padding: 20px;
}
.otstup-1{
    padding-top: 20px;
    padding-bottom: 20px;
}
.otstup-2{

    margin-bottom: 20px;
}
.img-publication-all{
   /* width:  171px;*/
    height: 100px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    border-radius: 10px;
    margin-bottom: 10px;
   /* margin-right: 10px;*/
}
.borders{
    border-top: 1px solid #dee2e6;
    padding-top: 10px;
}
.box-1 {
    display: flex;
    justify-content: flex-start;
    margin: auto;
    padding: 10px;
}
.zalobi-image {
    width: 70px;
    height: 70px;
    background: url(../img/user.svg) 50% no-repeat #9B9B9B;
    border-radius: 50%;
    box-shadow: 0px 0px 1px rgb(0 0 0 / 35%);
   /* margin-top:10px;*/
    margin-bottom: 10px;
}
.block-button{
    margin: auto;
}
.tt {
    overflow: hidden;
    overflow-wrap: break-word;
    resize: none;
    min-height: 36px;
}
.zag_statistika{
    color: #4A4A4A;
    font-weight: normal;
    font-size: 1.1rem;
}
.statistika_count{
    color: #4A4A4A;
    font-size: 2.2rem;
    font-weight: 600;
}
.chat-text{
    border: none!important;
}
.search-form-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #717171;
    box-sizing: border-box;
    padding: 4px 4px 4px 4px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    opacity: 0.7;
    border-radius: 5px;
    margin-top: 12px;
    margin-bottom: 10px;
}
.bottom-chat-all{
    position:relative;
    bottom:0;
    width:100%;
}
.top-control{
    width:100%;
}
.search-form-1__label {
    display: inline-block;
    width: 100%;
    padding-right: 0px;
    margin: 0;
    font-size: 1rem;
    margin-right: 5px;
}
.search-form-1__input {
    font-size: 100% !important;
    height: 100%;
    display: inline-block;
    width: 100%;
    background: #ffffff;
    border: none;
}
.search-form-1__submit {
    border-radius: 8px;
    border: none;
    display: inline-block;
    padding: 4px 15px;
    color: #F2F2F2;
    font-weight: 500;
    background: #0094B0;
    margin-right: 0px;
}

.search-form-1__img {
    background: #fff;
    border-radius: 24px;
    border: none;
    display: inline-block;
    padding: 4px 15px;
    color: #F2F2F2;
    font-weight: 500;
    margin-left: 0px;
    background: url(../img/chat.png) 5px 50% no-repeat;}

*/
.bottom-chat{
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;

}
.chat{
    background-color: #fff;
    border-radius: 4px;
    width: 100%;
    padding:8px;
}
.chat-date{
    color: #4A4A4A;
    font-size: 0.8rem;
    text-align: right;
}
textarea {
    width:200px;
    resize:none;
    overflow:hidden;
    font-size:18px;
    height:1.1em;
    padding:2px;
}
.text-right{
    text-align: right;
}
.filter-buttons-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: -15px;
}
.filter-button {
    padding: 0px 12px;
    color: #9B9B9B;
    font-size: 100%!important;
    display: inline-block;
    margin-right: 0px;
    text-decoration: none !important;
    padding-bottom: 15px;
}

.filter-button + .filter-button {
    margin-left: 12px;
   /* margin-bottom: 15px;*/
}
.filter-button.active {
    color: #0094B0;
    padding-bottom: 15px;
    border-bottom: 5px #0094B0;
    border-bottom: 2px solid #45B1B0;}

.filter-button.active:hover, .filter-button:hover {
    color: #0094B0!important;
    }

/* .filter-button:hover {
   background: #45B1B0; }
 .filter-button.active:hover {
   background: #45B1B0; }*/

.filter-button-publications + .filter-button-publications {
    margin-left: 12px; }
.search-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #717171;
    box-sizing: border-box;
    padding: 4px 4px 4px 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*width: 390px;

    background: #F2F2F2;*/
    opacity: 0.7;
    border-radius: 5px;
}
.search-form__label {
    display: inline-block;
    width: 100%;
    padding-left: 0px;
    margin: 0;
    /* background: url("../img/search.svg") 10px 50% no-repeat;*/
    /*background: #F2F2F2;*/
    font-size: 1rem;
}
.search-form__input {
    font-size: 100% !important;
    height: 100%;
    display: inline-block;
    width: 100%;
    background: #ffffff;
    border: none;
}
.search-form__submit {
    background: #fff;
    border-radius: 24px;
    border: none;
    display: inline-block;
    padding: 4px 15px;
    color: #ffffff;
    margin-left: 0px;
    background: url(../img/search.svg) 5px 50% no-repeat;}

.box {
    display: flex;
    justify-content: flex-start;
    margin: auto;
    padding-top: 12px;
}
.box-friends {
    display: flex;
    justify-content: flex-start;
    margin: auto 0px;
    padding-top: 12px;
    margin: auto;
    align-content: center;
    align-content: space-around;
    align-self: baseline;
    align-self: baseline;
    alignment-baseline: baseline;
    vertical-align: middle;

}
.adm-image {
    width: 45px;
    height: 40px;
    background: url(../img/adm_logo.png) 50% no-repeat #0094B0;
    border-radius: 50%;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.35);

}
.rewiews-image {
    width: 40px;
    height: 40px;
    padding: 20px;
    background: url(../img/user.svg) 50% no-repeat #0094B0;
    border-radius: 50%;
   /* background: url(pexels-italo-melo-2379004 (1).jpg);*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.35);

}
.rewiews-text{
    color: rgba(0, 0, 0, 0.61);
    /* margin-left: 15px;*/
    margin: auto 15px;
    width: 100%;
}

.rewiews-text-zag, .rewiews-text-zag a{
   /* font-weight: bold;*/
    color: #5B5B5B;
}
.profil-image {
    width: 40px;
    height: 40px;
    background: url(../img/user.svg) 50% no-repeat #9B9B9B;
    border-radius: 50%;
    /* background: url(pexels-italo-melo-2379004 (1).jpg);*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.35);
}

.profil-zag{
    color: #4A4A4A;
    font-size: 1.2rem;
    font-weight: 600;
   /* margin-bottom: 15px;*/
}
.profil-status{
    color: #4A4A4A;
  /*  margin-bottom: 15px;*/
}
.profil-adress{
    color: #9B9B9B;
    font-weight: 300;
    margin-bottom: 15px;
}
.profil-text{
    color: rgba(0, 0, 0, 0.61);
    /* margin-left: 15px;*/
    margin: auto 15px;
}
.profil-text-zag, .profil-text-zag a{
    /* font-weight: bold;*/
    color: #5B5B5B;
}
.button--form-profil {
    background: #0094B0;
    border-radius: 8px;
    padding: 5px 30px;
    font-weight: 500;
    color: #fff !important;

}
.button--form-profil-white {
    background: #FFFFFF;
    box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    padding: 5px 30px;
    font-size: 16px;
    color: #4A4A4A!important;
    font-weight: 500;
    margin-left: 20px;
}
.profil-href{
    color: #0094B0;
    font-size: 1.2rem;
    border-top: 0.5px solid #D8D8D8;
    border-bottom: 0.5px solid #D8D8D8;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top:20px;
    margin-bottom:20px;
    width: 100%;
    text-align: center;
}
.profil-image-friends {
    width: 60px;
    height: 60px;
    padding: 30px;
    background: url(../img/user.svg) 50% no-repeat #9B9B9B;
    border-radius: 50%;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.35);
}
.profil-friends-col-count-block{
    margin: 15px auto;
    text-align: center;
}
.profil-friends-col{
    color: #9B9B9B;
}
.profil-friends-col-count{
    color: #9B9B9B;
    font-weight: 500;
}
.profil-friend-block{
    text-align: center;
    line-height: 1.2rem;
    margin-top: 10px;
    margin-bottom: 10px;
}
.profil-friend-name{
    color: #4A4A4A;
}
.profil-friend-sename{
    color: #4A4A4A;
    font-weight: 500;
}
.polosa{
    border-bottom: 1px solid #dee2e6;
    margin-top: 10px;
    margin-bottom: 10px;
}
.post-zag{
    color: #4A4A4A;
    font-weight: 500;
}
.post-date{
    color: #9B9B9B;
    font-weight: 300;
}

.geo-tab{
    border: none!important;
   /* margin-top: -10px;*/
    justify-content: end;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #0094B0!important;
    background-color: #fff;
    border-color: #fff;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 2px #fff!important;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #9B9B9B!important;
}
.nav {

    padding-right: 0px!important;

}
.nav-link {
    display: block;
    padding: 0.1rem 0.5rem!important;
}

.tabs {
    /*font-size: 0;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;*/width: 100%;
}

.tabs>input[type="radio"] {
    display: none;
}

.tabs>div {
    /* скрыть контент по умолчанию */
    display: none;
    /*border: 1px solid #e0e0e0;*/
   /* padding: 10px 0px*/
    /*font-size: 16px;*/
}

/* отобразить контент, связанный с вабранной радиокнопкой (input type="radio") */
#tab-btn-1:checked~#content-1,
#tab-btn-2:checked~#content-2,
#tab-btn-3:checked~#content-3,
#tab-btn-4:checked~#content-4{
    display: block;
}

.tabs>label {
    display: inline-block;
    padding: 7px 4px;
    background: #FFFFFF;

    color: #9B9B9B;
    margin-right: 10px;
    text-decoration: none !important;
    font-weight: 400;
    font-size: 1rem;
    width: 30%;
    text-align: center;
}

.geolocation-icon {
    /* background:url(../img/geolocation.png) no-repeat left center;*/
    background: url(../img/geolocation.png) no-repeat center center;
    background-size: 20px;
    padding-top: 40px;
    /* margin-left: 80px; */
    display: inline-block;
}
.information-icon {
    /* background:url(../img/geolocation.png) no-repeat left center;*/
    background: url(../img/information.png) no-repeat center center;
    background-size: 20px;
    padding-top: 40px;
    /* margin-left: 80px; */
    display: inline-block;
}
.zvuk-icon {
    /* background:url(../img/geolocation.png) no-repeat left center;*/
    background: url(../img/zvuk.png) no-repeat center center;
    background-size: 20px;
    padding-top: 40px;
    /* margin-left: 80px; */
    display: inline-block;
}
.tabs>label:not(:first-of-type) {
    border-left: none;
}

.tabs>input[type="radio"]:checked+label {
    background-color: #fff;;

}



.table-title{
    color: #4A4A4A;
    font-weight: 600;
}
.list-table{
    /*position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;*/
    background: #FFFFFF;
    border-radius: 2px;
    margin-bottom: 10px;
    box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.12);
}
.text-table, .text-table a{
    margin-top: 20px;
    margin-bottom: 25px;
    color: #5B5B5B;
}
/*
body.modal-open {
    height: 100vh;
    overflow-y: hidden;
}
body {
    position: fixed;
}
body {
    height: 100vh;
    overflow-y: hidden;
    padding-right: 15px;
}*/
.text-head{
    padding-top: 20px;
    line-height: 2rem;
    color: #5B5B5B;
}

.dn {
    display: none; }

.image-select .new-image {
    display: block; }

.image-select img {
    display: none; }

.image-select .image-remove {
    display: none; }

.upload-single-input {
    display: none; }
.upload-single-input {
    display: none; }

.content-sect__inner label.label_type {
    padding-right: 24px;
    padding-left: 8px; }

.content-sect__inner {
    padding: 0 0px; }
/*==========  Parts  ==========*/
.image-uploader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px; }

.image-uploader__image {
    border-radius: 16px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #adadad;}

.image-uploader__item {
    /*width: 142px;
    height: 180px;
    position: relative;
    margin: 0 12px 24px 12px;
    width: 142px;*/
    height: 180px;
    min-width: 120px;
    position: relative;
    margin: 0px 12px 24px 30px;
}

.image-uploader__item-1 {

    position: relative;
    display: flex;
    flex-direction: row;
    /* padding-bottom: 320px; */
    padding-top: 450px;
    left: 0px;

     }



.image-uploader__icon {
    display: inline-block;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
   /* background-position: 50%;
    object-fit: contain;*/ }

.image-uploader__info {
    position: absolute;
    text-align: center;

    /*top: 50%;*/
    left: 0;
   /* right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); */
display: flex;
width: 200px;}

.image-uploader__new-image {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 10px;
    /* bottom: 0; */
    /* background: #ffffff; */
    box-shadow: 0px 2px 24px rgb(0 0 0 / 12%);
    /* border-radius: 5px; */
    cursor: pointer;
    /* -webkit-transition: .2s; */
    /* transition: .2s; */
}

.image-uploader__new-image:hover {
    /*background: #8b8b8b;*/ }

.image-uploader__info-text {
    color: #0094B0;
    font-size: 16px; }

.image-remove {
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: url("../img/close.svg") 50% no-repeat #717171;
    right: -12px;
    top: -12px;
    cursor: pointer; }

.image-edit {
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: url("../img/edit_image.png") 50% no-repeat #717171;
    right: 16px;
    top: -12px;
    cursor: pointer; }









.sect-img{
    padding-top: 25px;
}
.img-link{
    color: #0094B0;
}
.ramka-photo{
    border: 1px dashed #5B5B5B;
    box-sizing: border-box;
    border-radius: 5px;
    width: max-content;
    min-width: 180px;
}

.check-item{
    display: inline-block;
    position: relative;
    padding: 0px 30px 0px 0px;
    margin: 10px 0 0;
}
.ck{
    font-size: 1rem;
    font-weight: normal;
}
.radio-item {
    display: inline-block;
    position: relative;
    padding: 0px 30px 0px 0px;
    margin: 10px 0 0;
}
.radio-item input[type='radio'] {
    display: none;
}

.radio-item label {
    color: #666;
    font-weight: normal;
    font-size: 1rem;
}

.radio-item label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 5px;
    margin: 0 5px 0 0;
    width: 18px;
    height: 18px;
    border-radius: 11px;
    border: 2px solid #0094B0;/*#0094B0*/
    background-color: transparent;
}


.radio-item input[type=radio]:checked + label:after {
    border-radius: 11px;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 9px;
    left: 4px;
    content: " ";
    display: block;
    background: #0094B0;
    border: 3px solid #0094B0;
}

.zag-button{
    display:flex;
    margin-top: 10px;
    justify-content: flex-end;
}
.button span.icon {
    background: url(../img/pluss.png) no-repeat;
    float: left;
    margin-top: 5px;
    width: 15px;
    height: 15px;
}
.button span.icon-save {
    background: url(../img/save.png) no-repeat;
    float: left;
    /*margin-top: 5px;*/
    width: 20px;
    height: 20px;
}
.text-zag{
    display: contents;
}
.main-zag{
    font-size: 1.2rem;
    font-weight: 500;
    margin-top:15px;
}
.main-block{
    background: #EBEBEB;
   /* margin:30px;*/
    padding: 30px;
   /* height: 93vh;*//*100*/
}
.edit_icon{
    position: absolute;
    right:5px;
    top:10px;
    padding:10px 60px;
}
.del_icon_sect-1 {
    right: 20px;
    top: 20px;
    padding: 0px;
    position: absolute;
}
.img-publication{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(coffeehouse-2600877_960_720.jpg);
    border-radius: 10px;
    width: 100%;

    height: 126px;
    overflow: hidden;
}
.img-publications1 {
    width: 100%;
    height: 126pxpx;
    padding: 30px;
    background: url(../img/user.svg) 50% no-repeat #0094B0;
    border-radius: 10px;
}

.img_publications{
    margin: 0px 10px 0px 0px;
}
 a:link, a:visited, a:hover, a:active {
    text-decoration: none!important;
}
 /*
.href-publication a:link, .href-publication a:visited, .href-publication a:hover, .href-publication a:active {
    text-decoration: none!important;
}*/
.zag-publication a:link, .zag-publication a:visited, .zag-publication a:hover, .zag-publication a:active {
    color: #4A4A4A;
    font-weight: 600;
    text-decoration: none;
    /*width: 90%;*/
}
.text-publication{
    color: #4A4A4A;
    text-decoration: none;
    overflow: hidden;
}
.date-publication-bold{
    color: #4A4A4A;
    text-decoration: none;
    font-weight: 500;
}
.date-publication{
    color: #4A4A4A;
    text-decoration: none;
}
.block-text-publication{
    height: 78px;
    object-fit: cover;
    overflow: hidden;
    margin-top: 5px;
    width: 90%;
    /*background-size: cover;*/
}
.block_m{
    background: #fff;
    margin-bottom:30px;
    padding: 15px;
    box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    position: relative;
}
.block{
    background: #fff;
    margin-bottom:30px;
    padding: 15px;
    box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    position: relative;
}
.block-publication{
    background: #fff;
    margin-bottom:30px;
    padding: 20px;
    box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    position: relative;
    /*max-height: 180px;*/

}
.logo-ramka-all{
    padding:25px;
    background: #FFFFFF;
    box-shadow: 0px 4px 24px rgba(180, 180, 180, 0.48);
    border-radius: 15px;
    margin: 17px 28px 17px 28px;
    width: 150px;
    position: relative;
}
.icon-exit{
    margin:10px;
    right:30px;
    float: right;
}
.top-exit{
    float: right;
    padding-right: 20px;
    position: relative;
}
.icon-settings{
    margin:10px;
    float: right;
}
.top-10{
    padding-top: 10px;
}
.top-settings {
    float: right;
  /*  margin: 7px 20px 0 0;*/
    margin-top: 2px;
}

.icon-user{
    margin:10px;
    float: right;
}
.button-add{
    float: right;
    /* padding-right: 50px; */
    right: 0px;
    position: relative;
    /*margin-right: 20px;*/
}
.button-add-1{
    float: right;
    /* padding-right: 50px; */
    right: 0px;
    position: relative;
    margin-left: 10px;
}
.button-blue {
    background: #0094B0;
    color: #fff !important;
}
.present-text{
    color: #D19525;
}
.photos-block{
   /* display: flex;*/
   margin: 15px 0px 5px 0px;
}
.photo-block{
    margin-right: 20px;
}
.button-present {
    border: 2px solid #D19525!important;
    box-sizing: border-box;
    color: #D19525;
    background: #fff;
    border-radius: 10px;
    font-size: 1.2rem;
    font-weight: 700!important;
    /* min-width: 180px; */
    padding: 20px 50px;
    display: inline-block;
    text-decoration: none !important;
    min-width: 255px;
    text-align: center;
}








.container-1 {
    position: relative;
    width: 100%;
    /*max-width: 400px;*/
    padding-bottom: 20px;
    margin-top: 20px;
}

.container-1 img {
    width: 100%;
    height: auto;
    box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.5);
    border-radius: 2px;
}

.container-1 .btn1 {
    position: absolute;
    top: -15px;
    right: -20px;
    background-color: #555;
    /* color: white; */
    /* font-size: 16px; */
    /* padding: 12px 24px; */
    /* border: none; */
    cursor: pointer;
    /* border-radius: 5px; */
    /* text-align: center; */
    background: url(../img/edit.png) no-repeat;
    width: 40px;
    height: 40px;
    border: none;
}
/*
.container-1 .btn:hover {
    background-color: black;
}*/














.wrapper-1 {
    display: inline-block;
    position: relative;
    max-width: 300px;
}

.bg{
    display: none;
}

.wrapper-1:hover .bg {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top:0;
    right:0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6)
}

.icon{
    color: #fff;
}

img {
    max-width: 100%;
}










.profil-block-zag{
    display: flex;
    justify-content: space-between;
}
/*
.button-profil-zag{
    justify-content: end;
}*/
.img-present{
    box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.5);
    border-radius: 2px;
}
.img-present-1{
    margin: 10px;
}
.edit-present{
    /*background: url(../img/edit.png);
    background: url(../img/edit.png); */
position: absolute;
    right: 55px;/*-30px;*/
    top: -5px;
/* padding: 10px 0px;*/
}
.button-present a:link, .button-present a:visited, .button-present a:hover, .button-present a:active, .button-present a,a .button-present  {
color: #D19525!important;
text-decoration: none;
}
.button-present span.icon-present {
background: url(../img/present.png) no-repeat;
float: left;
margin-right: 5px;
width: 30px;
height: 28px;
}
.button-white {
background: #FFFFFF;
color: #0094B0 !important;
box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.12);

}
.button-white-1 {
    background: #FFFFFF;
    color: #4A4A4A !important;
    box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.12);

}
.kk{
    padding-top: 20% !important;
}
.radio-item-1{
    display: block;
}
.radio-item-1 label {
    color: #666;
    font-weight: normal;
    font-size: 1rem;
}
.button {
display: inline-block;
text-decoration: none !important;
min-width: 160px;
text-align: center;
border-radius: 8px;
font-weight: 500;
padding: 5px 20px;
-webkit-transition: .2s;
transition: .2s;
border: 2px solid transparent;
}
.back-link {
display: inline-block;
width: 40px;
height: 40px;
background: url(../img/Arrow.png) 50% 50% no-repeat;
margin-right: 10px;
-webkit-transition: .2s;
transition: .2s;
cursor: pointer;
}
.back-link1 {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../img/Arrow.png) 50% 50% no-repeat;
    margin-right: 10px;
    -webkit-transition: .2s;
    transition: .2s;
    cursor: pointer;
}
.modal-title{
    font-weight: 400;
    font-size: 18px!important;
    line-height: 21px!important;
    text-align: center;
    color: #4A4A4A!important;
    padding: -0.375rem -0.75rem;
    margin-top: -0.375rem;
}
.back-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin-left: -20px;
}

* {
outline: none !important; }

body {
font-family: "Roboto", Arial, Helvetica, sans-serif;
color: #323232;
font-size: 1rem;
overflow: hidden; }

html, body, .wrapper, .content, .scroll-content {
height: 100%; }

.scroll-content {
overflow: hidden; }

.main {
height: calc(100% - 80px);
overflow: auto;
position: relative;

}







/*==========  Index Start  ==========*/
.header {
  /*height: 56px;*/
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 0 0 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
    border-bottom: 1px solid #d3d3d32e;
  /*box-shadow: 7px 2px 16px rgba(79, 79, 79, 0.16);*/
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}

.page-title {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-weight: 500;
  /*font-size: 20px;*/ }

.main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0px 0 0 0; /*32px 0 0 0*/
  background: #EBEBEB;}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh; }

.content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: hidden; }

.collapse-menu-btn {
  width: 24px;
  height: 20px;
  position: relative;
  cursor: pointer;
  margin: 0 24px;
  -webkit-transition: .2s;
  transition: .2s;
}
.collapse-menu-btn:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
  .collapse-menu-btn:before {
    content: '';
    top: 0;
  }
  .collapse-menu-btn:after {
    content: '';
    bottom: 0;
  }
  .collapse-menu-btn:before, .collapse-menu-btn:after, .collapse-menu-btn__inner {
    display: block;
    position: absolute;
    height: 2px;
    background: #323232;
    width: 100%;
    border-radius: 10px;
    -webkit-transition: width .1s;
    transition: width .1s;
  }
  .collapse-menu-btn__inner {
    top: 50%;
    margin-top: -1px; }

.menu {
    list-style-type: none;
    margin: 0;
    padding: 25px 0 0;
}
.menu__link {
    position: relative;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 2px solid transparent;
    text-decoration: none !important;
  }
.menu__link:hover .menu__icon {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
.menu__icon {
    width: 65px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-transition: .1s;
    transition: .1s;
}
.menu__icon-small {
    width: 44px;
    height: 100%;
    display: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-transition: .1s;
    transition: .1s;
}
.menu__icon-small-small {
    width: 34px;
    height: 100%;
    display: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-transition: .1s;
    transition: .1s;
}
.menu__item.active .menu__link:before {
    width: 22px;
  }
.menu__item.active .menu__link {
    background: #4cb4c8;
    width: 100%;
  }
.menu__text {
    display: inline-block;
    -webkit-transition: .2s;
    transition: .2s;
    max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
    color: #ffffff;
}

.collapse-menu .menu__text {
  max-width: 0;
  padding-right: 0; }

.collapse-menu .collapse-menu-btn__inner {
  width: 80%; }

.sidebar {
  position: relative;
  z-index: 20;
  padding: 30px 0;
  box-shadow: 0px 2px 16px rgba(79, 79, 79, 0.16);
  /*border-radius: 0 0 30px 0;*/
  background-color: #0094B0;
    /*min-width: 20%!important;200px*/
}

.logo_bottom_main {
  margin-bottom: 25px;
  margin-left: 25px;
  position: fixed;
  bottom: 0; }

.top-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }
  .top-menu__item {
    display: block;
    font-size: 16px;
    padding: 15px;
    text-align: center;
    background: #f2f2f2;
    border: 1px solid #D8D8D8;
    color: #717171 !important;
    text-decoration: none !important;
    -webkit-transition: color .2s;
    transition: color .2s; }
    .top-menu__item.active {
      background: #fff;
      box-shadow: 0px -6px 16px rgba(79, 79, 79, 0.16);
      color: #323232 !important; }
    .top-menu__item:not(.active):hover {
      background: whitesmoke; }



.accordion-menu {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .accordion-menu__add {
    font-weight: 500;
    font-size: 16px;
    color: #323232 !important;
    text-decoration: none !important;
    margin-left: 16px; }
    .accordion-menu__add--scope {
      display: block;
      padding-top: 14px;
      padding-bottom: 14px; }
    .accordion-menu__add:before {
      content: '+';
      display: inline-block;
      margin-right: 7px; }
    .accordion-menu__add + .accordion-menu__content {
      padding-top: 8px; }
  .accordion-menu__btn {
    display: block;
    width: 100%;
    text-align: left;
    border: 0;
    background-color: transparent;
    padding: 14px 16px;
    position: relative;
    font-weight: 500;
    font-size: 16px; }
    .accordion-menu__btn:after {
      content: '';
      width: 12px;
      height: 8px;
      position: absolute;
      background: url("../img/arrow-down.png") 50% no-repeat;
      top: 50%;
      margin: -4px 0 0 5px;
      -webkit-transition: .1s;
      transition: .1s; }
    .accordion-menu__btn.show-collapse:after {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .accordion-menu__item {
    border-bottom: 1px solid #D8D8D8; }
  .accordion-menu__content {
    padding: 0 0 12px 16px; }

.accordion-submenu {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .accordion-submenu__link {
    text-decoration: none !important;
    color: #000 !important;
    display: block;
    padding: 1px 16px; }
  .accordion-submenu__item.active .accordion-submenu__link {
    background: #323232;
    color: #fff !important; }
  .accordion-submenu__item {
    margin-bottom: 5px; }

.login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh; }
  .login__logo {
    display: block;
    padding: 15px;
    margin: auto; }
  .login__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
    background: #323232; }
  .login__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 380px;
    -ms-flex-preferred-size: 380px;
    flex-basis: 380px;
    width: 380px;
    padding: 24px; }

.login-form {
  width: 100%;
  margin: auto; }
  .login-form__title {
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 24px; }
  .login-form__text {
    display: inline-block;
    font-size: 16px;
    font-weight: 500; }
  .login-form__row {
    display: block;
    width: 100%;
    margin-bottom: 30px; }
  .login-form__input {
    display: block;
    border: 1px solid #717171;
    border-radius: 4px;
    width: 100%;
    font-size: 16px;
    padding: 6px 5px; }
  .login-form__button {
    width: 100%;
    margin-top: 10px; }


.login-error {
  color: #A80000;
  display: inline-block;
  margin-top: -21px;
  position: absolute; }

@media (max-width: 1300px) {

   }

@media (max-height: 823px) {
  .menu {
    list-style-type: none;
    margin: 0;
    padding: 18px 0 0;
   /* max-width: 196px;*/
    /*  width: 200px;*/
  width: 100%}
    .menu__link {
      position: relative;
    /*  height: 30px;*/
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      border-left: 2px solid transparent;
      text-decoration: none !important; }
    .menu__link:hover .menu__icon {
      -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
      transform: scale(1.15); }
    .menu__icon {
     /* display: none;*/ }
    .menu__icon-small {
      display: block; }
    .menu__icon-small-small {
      display: none; }
    .menu__text {
      max-width: 160px;
     /* font-size: 10px; */}

  .sidebar {
    padding: 20px 0; }
  }
.align-left{
    align-self: flex-end!important;
    margin-top: 0px;
    display: flex;
    justify-content: flex-end;

}
@media  (max-width: 768px) {
    .margin-botton{
        margin-top: 15px;
        margin-bottom: 15px;

    }
    .gallery-cell {
        width: 100%;/*25%*/
        height: 150px;
        margin-right: 10px;
        /*background: #8C8;*/
        counter-increment: gallery-cell;

        background: url(pexels-polina-tankilevitch-3905849.jpg);
        box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.5);
        border-radius: 2px;
        text-align: center;
        display:flex;
    }

    .align-left{
        align-self: flex-start!important;
        margin-top: 10px;
        display: flex;
        justify-content: flex-start;
    }
    .text-zag {
        display: none;
    }
    .ramka-photo {
        border: 1px dashed #5B5B5B;
        box-sizing: border-box;
        border-radius: 5px;
        width: auto;
        min-width: 180px;
    }
    .kol-publication {
        margin-top: 10px;
        margin-bottom: -30px;
        color: #9B9B9B;
        position: relative;
        height: 70px;
    }
    .table-responsive {
        display: block;
        width: 100%;
        min-width: 1000px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .text-table, .text-table a {
        margin-top: 7px;
        margin-bottom: 7px;
        color: #5B5B5B;
    }
}
@media  (max-width: 590px) {
    .text-table, .text-table a {
        margin-top: 7px;
        margin-bottom: 7px;
        color: #5B5B5B;
    }
    .align-md{
        justify-content: center;
        display: flex;
    }
    .text-zag{
        display: none;
    }
    .block-publication {
        max-height: 480px;
    }
    .menu__logo{/*display: none;*/}
    .menu {
        list-style-type: none;
        margin: 0;
        padding: 18px 0 0;
        max-width: 147px;
    }

    .menu__link {
        position: relative;
        /*  height: 23px;*/
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-left: 2px solid transparent;
        text-decoration: none !important;
    }
    .menu__link:hover .menu__icon {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15);
    }
    .menu__icon {
      /*display: none;*/
    }
    .menu__icon-small {
      /*display: none; */
    }
    .menu__icon-small-small {
      display: block;
    }
    .menu__text {
      max-width: 147px;
    /*  font-size: 9px;*/
    }
   .sidebar {
    padding: 16px 0;
    min-width: 40px;
   }
}




/*==========  Desktop First  ==========*/
/* xl */
@media only screen and (max-width: 1199.98px) {
  /**/ }

/* lg */
@media only screen and (max-width: 991.98px) {
  /**/ }

/* md */
@media only screen and (max-width: 767.98px) {
  /**/ }

/* sm */
@media only screen and (max-width: 575.98px) {
  /**/ }

/*==========  Mobile First  ==========*/
/* xl */
@media only screen and (min-width: 1200px) {
  /**/ }

/* lg */
@media only screen and (min-width: 992px) {
  /**/ }

/* md */
@media only screen and (min-width: 768px) {
  /**/ }

/* sm */
@media only screen and (min-width: 576px) {
  /**/ }

