.member__list--col .member__item {
    flex-wrap: nowrap;
    flex-direction: column;
}
.member__list--col .member__context {
    height: 100%;
}
.member__list--col .member__text::after {
    display: none;
}
.member__list--col .member__socs {
    position: relative;
}
.member__list--col .member__socs::after {
    content: '';
    width: 100%;
    left: 0;
    bottom: 90%;
    height: 40px;
    position: absolute;
       background: -webkit-gradient(linear, left top, left bottom, color-stop(-25.45%, rgba(255, 255, 255, 0)), color-stop(39.89%, #fff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) -25.45%, #fff 39.89%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) -25.45%, #fff 39.89%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) -25.45%, #fff 39.89%);
}
.member__hide p,
.detail__title p,
.detail__head p,
.accordion__name {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .detail__wrap {
        display: flex;
        align-items: flex-end;
    }
}
.member__title input:checked+p::before {
    top: calc(50% - 6px);
    left: 2px;
}
input.input {
    background: #ffffff;
    padding: 15px 25px;
}
.modal__col {
    max-height: 600px;
    overflow-y: auto;
}
.modal__item,
.modal__item p {
    margin-bottom: 0;
}
.modal__item p::after {
    box-sizing: content-box;
}
.btn--hide {
    display: none;
}
.btn.btn--add.modal__item--active {
    background-image: none;
}
.input--pass {
    bottom: 18px;
}
.share,
.about {
    padding-top: 28px;
    border-top: 1px solid #eaeaea;
    margin-top: 20px;
}
.for_err_pass,
.for_suc_pass,
.for_about_suc,
.for_info_suc {
    width: 100%;
    margin-left: 15px;
    margin-top: 10px;
    color: #ff0000;
    display: none;
}
.for_suc_pass,
.for_about_suc,
.for_info_suc {
    color: #32db32;
}
.for_show_pass {
    display: block;
}
.general__hide {
    display: none;
}
.thumbnail {
    position: relative;
    overflow: hidden;
}
.thumbnail:hover .thumbnail__nav {
    right: 10px;
}
.thumbnail__nav {
    position: absolute;
    top: 10px;
    right: -40px;
    transition: all .5s;
}
.thumbnail_ico {
    width: 26px;
    height: 26px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}
.thumbnail__rm {
    background: #F9D1C9;
    margin-bottom: 10px;
}
.thumbnail__upload {
    background: #FFFFFF;
}
.auth.register {
    height: 100vh;
}
.member__item:last-child {
    margin-bottom: 20px;
}
.btn-more {
    max-width: 170px;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
    cursor: pointer;
}
.modal__count--hide {
    display: none;
}
.header {
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), url(2021-09-08_150234.png);
    padding: 15px 0;
}
.header__row {
    justify-content: space-between;
}
#menu-header {
    display: flex;
    list-style-type: none;
    margin: 0;
}
.menu-link {
    font-size: 15px;
    color: #0274be;
    margin-right: 30px;
}
.header__login img {
    margin-right: 8px;
}
.header__login {
    background: #0C9FF4;
    padding: 15px 25px;
    align-items: center;
    color: #ffffff;
    margin-bottom: 0;
    border-radius: 5px;
}
.header__login:hover,
.header__login:focus {
    color: #ffffff;
}
.menu-header-container {
    display: flex;
    align-items: center;
}
.header__auth {
    position: relative;
    align-items: center;
}
.header__auth>p {
    font-size: 15px;
    margin-bottom: 0;
}
.header__img {
    margin-right: 10px;
    min-width: 22px;
    min-height: 23px;
}
.header__img img {
    max-height: 100%;
    v-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.header__popup {
    position: absolute;
    top: 100%;
    width: 216px;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.18);
    background: #ffffff;
    padding-top: 20px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    z-index: 5;
    border-radius: 5px;
}
.header__auth:hover .header__popup {
    opacity: 1;
    visibility: visible;
}
.header__popup a {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
}
.modal__count {
    min-width: 24px;
}
.share__item.modal__item--active {
    background: none;
}
a.member__logout {
    padding: 13px 28px;
    background: #F5F5F5;
    color: #3a3a3a;
    font-size: 15px;
    margin: 0;
    margin-top: 20px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
.header__close {
    display: none;
    position: fixed;
    top: 15px;
    right: 15px;
}
.header__burger {
    display: none;
}
textarea.input {
	min-height: 77px;
	resize: vertical;
    background: #ffffff;
}
.member__sort_active::after {
    content: url("../img/arrow_btm.svg");
    margin-left: 8px;
}
@media screen and (max-width: 768px) {
    .modal__bottom {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 20px 25px;
        background: #ffffff;
        width: 100%;
    }
    .modal__bottom .modal__btn {
        width: 100%;
    }
    .header__menu {
        align-items: center;
    }
    .header__burger {
        display: block;
    }
    .auth__logo {
        display: none;
    }
    .auth.register {
        height: auto;
    }
    .auth.register .container {
        padding: 0;
    }
    .auth__body {
        width: 100%;
        min-height: 100vh;
        background: #FFFFFF;
    }
    .login__reset {
        width: 100%;
        margin-top: 20px;
    }
    .login__row {
        flex-wrap: wrap;
    }
    .header__auth p{
        display: none;
    }
    .header__auth {
        display: flex;
        align-items: center;
    }
    .header__auth::after {
        content: url("../img/arrow_btm.svg");
    }
    .header__burger {
        margin-left: 15px;
    }
    .menu-header-container {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(0,0,0,.68);
        transition: all .5s;
        z-index: 10;
    }
    #menu-header {
        width: 250px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 100%;
        display: block;
        padding: 40px 20px;
        background: #ffffff url(../img/body_bg.svg) bottom right no-repeat;
    }
    #menu-header li {
        margin-bottom: 20px;
    }
    #menu-header a {
        color: #0274be;
        font-weight: 600;
        font-size: 18px;
    }
    .menu-header-container--active {
        display: block;
    }
    .menu-header-container--active #menu-header {
        right: 0;
    }
    .menu-header-container--active+.header__close {
        display: flex;
        z-index: 25;
        top: 40px;
        left: unset;
    }
    .modal__body {
        height: 100%;
        max-height: calc(100vh - 100px);
    }
    .modal .modal__col {
        padding-bottom: 80px;
        background: #ffffff;
    }
}
@media screen and (max-width: 576px) {
    .member__hide {
        margin-bottom: 0;
    }
    .open-filter {
        margin-bottom: 0;
    }
    .reset__row {
        flex-wrap: wrap;
    }
    .reset__row .btn {
        width: 100%;
        margin-bottom: 10px;
    }
    .register__form .row-col {
        width: 100%;
    }
    .register__btn {
        text-align: center;
    }
    .btn--clear,
    .btn--add {
        width: 100%;
    }
    .btn--clear {
        margin-bottom: 10px;
    }
    .btn.general__btn {
        margin-left: 0;
    }
}
@media screen and (min-width: 769px) {
    .thumbnail,
    .thumbnail img {
        width: 100%;
    }
}
.btn--hide {
    display: none;
}
.member--haveCheck {
    position: relative;
}
.member__children.member--haveCheck::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    right: 0;
    top: 20px;
    background: #0274be;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.member__list--col .member__context--no-hide-soc .member__socs::after {
    display: none;
}
.header__img {
    width: 22px;
}



.epkb-mp-article {
    position: relative;

    display: block;
}
.epkb-mp-article_viewed::before {
    position: absolute;
    top: 0;
    left: -20px;

    content: "\1F441";
}
.eckb-article-container {
    display: block;
}
.eckb-article-container_viewed .eckb-article-header{
    position: relative;

    display: inline-block;
    max-width: 80%;
}
.eckb-article-container_favorite .eckb-article-header .eckb-article-title a {
    font-weight: bold !important;
}
.eckb-article-container_viewed .eckb-article-header::before {
    position: absolute;
    top: 50%;
    right: -40px;

    margin-top: -17px;

    font-size: 28px;

    content: "\1F441";
}
#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 #eckb-article-content-title-container {
    position: relative;

    display: block !important;
}
.eckb-article-content-title-container__viewed {
    margin-top: 20px;

    font-style: italic;
}

.eckb-article-content-title-container__favorite {
    position: absolute;
    top: -16px;
    right: -32px;

    display: inline-block;

    font-size: 32px;
}
.eckb-article-content-title-container__favorite:hover, .eckb-article-content-title-container__favorite_marked, .eckb-article-content-title-container__favorite_marked:active, .eckb-article-content-title-container__favorite_marked:focus {
    color: #edab22;
}
#epkb-main-page-container.epkb-categories-template .epkb-section-body .epkb-main-category .epkb-mp-article_favorite .eckb-article-title__text {
    font-weight: bold;
}


@media screen and (max-width: 576px) {
    .member__service-order {
        left: 0;
        text-align: center;
    }

    .detail__info_service {
        width: 100% !important;
    }
    .detail__about_service {
        width: 100% !important;
    }
    .service-order-form-price {
        margin: 10px 0 10px 0 !important;
    }
    .service-order-form-competenties {
        margin: 10px 0 !important;
    }
}




@media screen and (max-width: 1199px) {
    #menu-header {
        text-align: center;
    }

    #menu-header .menu-item {
        padding: 0 5px;
    }
    #menu-header .menu-item:first-child {
        padding-left: 0;
    }
    #menu-header .menu-item:last-child {
        padding-right: 0;
    }
    #menu-header .menu-item::after {
        display: inline-block;
        width: 0;
        height: 100%;

        vertical-align: middle;

        content: "";
    }

    #menu-header .menu-link {
        display: inline-block;
        margin-right: 0;

        vertical-align: middle;
    }
}

#menu-header > .menu-item {
    position: relative;
}

#menu-header > .menu-item:hover > .sub-menu {
    display: block;
}

#menu-header > .menu-item > .sub-menu {
    position: absolute;
    z-index: 10;
    top: 40px;
    left: 0;

    display: none;
    margin: 0;
    padding: 10px;

    list-style: none;

    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.18);
    border-radius: 5px;
    background: #FFFFFF;
}

#menu-header .sub-menu .menu-item {
    position: relative;

    margin-top: 10px;

    padding-left: 20px;
}
#menu-header .sub-menu .menu-item:first-child {
    margin-top: 0;
}

#menu-header .sub-menu .menu-item::after {
    position: absolute;
    top: calc(50% - 3px);
    left: 0;

    width: 5px;
    height: 5px;

    background: #0274BE;

    content: "";
}

#menu-item-2272::after {
    width: 100%;
    height: 20px;

    position: absolute;
    z-index: 100;

    display: block;

    content: "";
}
#menu-item-2272 > a {
    color: rgb(58, 58, 58);

    cursor: default;
}