.yii-debug-toolbar_position_bottom {
    bottom: 60px !important;
}

.p-list {
    display: list-item;
    list-style-type: disc;
    margin-left: 15px;
}

.main-nav__item--parent {
    cursor: pointer;
}

.questions {
    width: 100%;
}

.template-tag {
    display: none;
}

.month select::-ms-expand {
    display: none;
}

.js-slideup-arrow {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
/*    -webkit-transition: all 600ms;
    -o-transition: all 600ms;
    transition: all 600ms;*/
}

.visibility-hidden {
    visibility: hidden;
}

.js-slideup-arrow--visible {
    opacity: 1;
    visibility: visible;
    z-index: 1001;
/*    -webkit-transition: all 600ms;
    -o-transition: all 600ms;
    transition: all 600ms;*/
}

@media (max-width: 799px) {
    .js-slideup-arrow--visible {
        bottom: 80px;
    }

    .body-overflowy-mob {
        overflow-y: hidden;
    }
}

/** fancybox ***/

.fancybox-thumbs-x.fancybox-thumbs {
    margin: 0 auto;
    position: static;
    background: transparent;
    overflow: hidden;
    max-height: 58px;
    width: 70%;
    padding: 0;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 0!important;
}

.fancybox-show-caption .fancybox-caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    background: #333;
    color: #fff;
    padding: 20px 95px;
    pointer-events: unset;
    z-index: 99997;
}

.fancybox-button--arrow_right div {
    -moz-transform: rotateY(180deg); /* Для Firefox */
    -ms-transform: rotateY(180deg); /* Для IE */
    -webkit-transform: rotateY(180deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotateY(180deg); /* Для Opera */
    transform: rotateY(180deg);
}

.fancybox-thumbs .fancybox-thumbs__list a::before {
    border: 1px solid #fff;
    border-radius: 5px;
}

.fancybox-thumbs .fancybox-thumbs__list a {
    width: 50px;
    border-radius: 5px;
    margin: 0px 5px;
    max-height: 100%;
}

.fancybox-caption a.fancybox-caption a {
    color: unset;
    text-decoration: unset;
}

.fancybox-button.fancybox-button--close {
    padding: 5px 26px 0 26px;
    height: 80px;
    width: 80px;
    background: transparent;
    z-index: 99998;
}

.fancybox-button.fancybox-button--close svg {
    height: auto;
}

.fancybox-button.fancybox-button--close svg path {
    fill: none;
    stroke: white;
    stroke-width: 4;
}

.fancybox-inner .fancybox-navigation .fancybox-button {
    background-clip: border-box;
    top: 0;
    width: 80px;
    height: 100%;
    background: transparent;
}

.fancybox-inner .fancybox-navigation .fancybox-button:hover {
    /*background: rgba(30,30,30,.6);*/
}

.chat-image__info-block--center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}

.fancybox-caption__body .chat-image__info {
    padding-top: 9px;
}

.fancybox-inner .fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
    top: 80px;
    padding-top: 0;
    overflow: hidden;
}

.fancybox-inner .fancybox-navigation .fancybox-button:disabled {
    display: none;
}

.fancybox-inner .fancybox-navigation .fancybox-button.fancybox-button--arrow_right svg {
    margin-top: -65px;
}

.fancybox-thumbs .fancybox-thumbs__list {
    height: 50px;
}

@media (max-width: 799px) {
    .fancybox-show-caption .fancybox-caption {
        padding: 20px 25px;
    }

    .fancybox-inner .fancybox-navigation .fancybox-button {
        display: none;
    }
}

@media (max-width: 480px) {
    .fancybox-caption__body .chat-image__info {
        min-width: 105px;
        margin-right: 10px;
    }

    .fancybox-show-caption .fancybox-caption {
        padding: 20px 15px;
    }
}

/* pagination */

@media (max-width: 480px) {
    .pagination-item {
        min-width: 24px;
        height: 24px;
        border-radius: 12px;
        padding: 0px 3px;
        font-size: 12px;
    }

    .pagination-item__text {
        font-size: 12px;
    }

    .pagination-item__dotted {
        margin-top: -6px;
    }

    .pagination-item__available:not(.pagination-item__available_last) {
        margin-right: 10px;
    }

    .pagination-item__available:not(.pagination-item__available_last)::before {
        right: -9px;
        height: 24px;
    }

    .pagination-nav__prev {
        margin-right: 10px;
    }

    .pagination-nav__next {
        margin-left: 10px;
    }

    .pagination-item__first {
        margin-right: 15px;
    }

    .pagination-item__first::before {
        right: -13px;
        height: 24px;
    }
}

/** Blogs page **/

.expert-profile__blog .expert-profile__blog-more--blog {
    min-width: 160px;
    display: block;
    text-align: center;
}

.expert-profile__blog-section.expert-profile__blog-section--blog {
    margin-bottom: 0;
    border: none;
}

.expert-profile__blog-section.expert-profile__blog-section--blog > div:not(:last-of-type) {
    border-bottom-color: #F3F3F3;
}

.expert-profile__blog-section.expert-profile__blog-section--blog > div {
    border-bottom: 1px solid transparent;
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 100%;
}


@media (max-width: 799px) {
    .expert-profile__blog .expert-profile__blog-more--blog {
        display: none;
    }

    .expert-profile--blog .expert-profile__blog--blog:not(.expert-profile__blog--noimage) .profile_mobile_user_link-nojs {
        color: #fff;
    }

    .expert-profile__blog-section.expert-profile__blog-section--blog > div:not(:last-of-type) {
        border-bottom-color: transparent;
    }
}

/** For questions pages **/

.free-questions__vip-user_photo img {
    max-width: 100px;
    max-height: 100px;
    width: auto;
    margin: auto;
}

.free-questions__vip-user_photo {
    -ms-flex-negative: 0;
      flex-shrink: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}

.free-questions__answer-rating {
    cursor: default;
}

.main-item_small .main-item__audio span {
    padding-top: 8px;
}

.main-item_small .main-item__audio {
    padding-left: 25px;
}

.main-item_small .main-item__look {
    min-width: 120px;
}

.main-item_small .main-item__audio:before {
    top: -4px;
    left: -1px;
}

.privacy__description .privacy__description-block {
max-width: 90%;
}

.privacy__description .privacy__description-title {
margin-bottom: 0;
padding-bottom: 15px;
}

.textarea-show-radio:checked + .radio-label + .modal-textarea_block .textarea-hide {
    display: block;
}

/** For forms **/

.input-text--error:focus,
.input-text--error:active {
    border-color: #005377;
}

.select--error {
    border-color: #DD586E;
}

.form__block .textarea.textarea-focus {
    border-color: #005377;
}

.input-text.input-text--error + .form__error,
.checkbox.input-text--error +.checkbox__label + .form__error,
.form.registration__section .form__error{
    display: block;
}

.form__block .os-content > .os-textarea {
    border: 1px solid #BDBDBD!important;
    border-radius: 10px !important;
}

.form__block .os-content > .os-textarea.input-text--error {
    border: 1px solid rgb(221, 88, 110) !important;
}

.form__block .os-host-textarea {
    border: 0!important;
}

.form__error .invalid-feedback {
    color: unset;
    display: unset;
    font-size: unset;
    margin-top: unset;
    width: unset;
}

.form__error {
    position: relative;
    top: 0;
}

.input-text--date {
    cursor: pointer;
}

.input-text--date-auth {
    width: auto;
}

.label--full {
    padding: 0;
    text-align: center;
}

.btn-link--resend {
    padding-left: 20px;
    padding-right: 20px;
}

.btn-link--resend,
.btn-link--resend:hover {
    margin-top: 25px;
    width: 80%;
    color: #fff;
}

.hidden {
    display: none;
}

.registration__section .scroll-element.scroll-x.scroll-scrollx_visible,
.modal-textarea_block .scroll-element.scroll-x.scroll-scrollx_visible,
.free-questions__answer-section .scroll-element.scroll-x.scroll-scrollx_visible,
.activeForm .scroll-element.scroll-x.scroll-scrollx_visible {
    display: none;
}

/*** Expert profile page ***/

.expert-profile__image--link .expert-profile--gallery {
    height: auto;
}

.expert-profile__header-row--bottom .main-item__message {
    margin-left: 30px;
}

.expert-profile__header-audio .main-item__audio::before {
    top: 0;
}

.expert-profile .slick-gallery .slick-list {
    max-height: 110px;
}

.list-view-blogs {
    max-width: 100%;
    width: 100%;
}

.modal-body .expert-profile__blog-article {
    position: static;
}

.modal-body.modal-body--blogs {
    padding: 0px 15px 40px 15px;
}

.expert-profile__blog-more-nojs {
    font-size: 14px;
    line-height: 18px;
    color: #005377;
    -webkit-text-decoration: underline #B3CBD6;
    text-decoration: underline #B3CBD6;
}
/*
.expert-profile__block-card {
    width: 250px;
}

.expert-profile__block-card .number {
    display: block;
}
*/

.expert-profile__block.expert-profile__block--pay {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
}


.expert-profile__avatar {
    position: relative;
    z-index: 1;
}

.expert-profile__avatar img {
    width: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    margin: auto;
    bottom: -100%;
    top: -100%;
    left: -100%;
    right: -100%;
    border-radius: 5px;
}

.expert-profile__image::before {
    z-index: 5;
}

.expert-profile__image {
    max-width: 330px;
    height: 110px;
    display: inline-block;
    vertical-align: top;
}

.expert-profile__image--gallery .expert-profile__image--link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.expert-profile--gallery {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 110px;
    border-radius: 5px;
}

.expert-profile__blog-image {
    display: flex;
}

.expert-profile__blog-image > img {
    border-radius: 5px;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    margin: auto;
}

.expert-profile__blog-image.expert-profile__blog-video {
    position: relative;
}

.expert-profile__blog-image.expert-profile__blog-video:after {
    content: '';
    width: 0;
    height: 0;
    width: 40px;
    height: 28px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -14px 0 0 -20px;
    background: url(/img/expert/youtube.svg);
}

.expert-profile__blog-image .expert-profile__video-duration {
    position: absolute;
    right: 6px;
    bottom: 7px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 2px 4px;
    border-radius: 2px;
    letter-spacing: .5px;
    font-size: 11px;
    line-height: 14px;
}

.expert-profile__blog-pic > img {
    border-radius: 5px;
    max-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
}

.expert-profile__experts-item .main-item__audio span {
    padding-top: 7px;
}

.slick-slider.expert-profile__experts-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.slick-slider.expert-profile__experts-wrapper .slick-track {
    margin-left: 0;
    margin-right: 0;
}

.slick-slider.expert-profile__experts-wrapper .slick-list {
    width: 100%;
}

.list-view-blogs > div:not(:last-child) .expert-profile__blog {
    border-bottom: 1px solid #F3F3F3;
    margin-bottom: 20px;
}

.list-view-reviews > div:not(:last-child) .expert-profile__block--feedback,
.list-view-questions > div:not(:last-child) .expert-profile__block--feedback {
    margin-bottom: 30px;
}

.list-view-stocks > div:not(:last-child) .expert-profile__block {
    margin-bottom: 20px;
}

.expert-profile__experts-wrapper .main-item__info--expert {
    min-height: 32px;
}

.expert-profile__block-card--paypal {
    width: 100%;
}

.expert-profile__block-card--paypal .number {
    display: inline-block;
}

.expert-profile__block-comment_footer--comment {
    margin-top: -36px;
}

.expert-profile__paylink {
    color: #005377;
    -webkit-text-decoration: underline #B3CBD6;
    text-decoration: underline #B3CBD6;
}

.expert-profile__block-payments-desc p,
.modal-content--pay p {
    line-height: 26px;
}

.expert-profile__block-payments-desc .expert-profile__block-list li,
.modal-content--pay .expert-profile__block-list li {
    margin-bottom: 10px;
}

.expert-profile__block-comment .expert-profile__block-text {
    padding-top: 7px;
}

.expert-profile__block-text a {
    color: #005377;
    -webkit-text-decoration: underline #B3CBD6;
        text-decoration: underline #B3CBD6;
}

.expert-profile__experts-item .main-item__info span,
.main-item__footer .main-item__info span,
.main-item .main-item__footer .main-item__info span {
    /* color: #000; */
    font-weight: bold;
}

.expert-profile__edit-link {
    margin-bottom: 22px;
    text-align: center;
}

.expert-profile__content__block {
    margin-bottom: 30px;
}

.expert-profile__content p {
    margin-bottom: 10px
}

.expert-profile__content p:last-child {
    margin-bottom: 0;
}

.expert-profile__blog-text {
    word-break: break-word;
}

.expert-profile__blog-text a {
    color: #005377;
    -webkit-text-decoration: underline #B3CBD6;
        text-decoration: underline #B3CBD6;
    word-break: break-word;
}

.expert-profile__blog-text--article img[style="float:left"],
.expert-profile__blog-article .expert-profile__blog-text img[style="float:left"] {
    margin: 15px 15px 15px 0;
}

.expert-profile__blog-text--article img[style="float:right"],
.expert-profile__blog-article .expert-profile__blog-text img[style="float:right"] {
    margin: 15px 0 15px 15px;
}

.expert-profile__blog-text--article img,
.expert-profile__blog-article .expert-profile__blog-text img {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}

.expert-profile__blog-text--article img + br,
.expert-profile__blog-article .expert-profile__blog-text img + br {
    display: none;
}

.expert-profile__blog-text--article figure br, 
.expert-profile__blog-article .expert-profile__blog-text figure br {
    display: none;
}

.expert-profile__blog-text--article figure.image,
.expert-profile__blog-article .expert-profile__blog-text figure.image {
    display: table;
    margin: 15px 0;
    max-width: 100%;
}

.expert-profile__blog-text--article figure.image[style="display:inline-block"],
.expert-profile__blog-article .expert-profile__blog-text figure.image[style="display:inline-block"] {
    display: table !important;
    margin: 0 auto;
}

.expert-profile__blog-text--article figure.image[style="display:inline-block"] + br,
.expert-profile__blog-article .expert-profile__blog-text figure.image[style="display:inline-block"] + br {
    display: none;
}

.expert-profile__blog-text--article figure.image figcaption,
.expert-profile__blog-article .expert-profile__blog-text figure.image figcaption {
    display: table-caption;
    caption-side: bottom;
    font-size: 14px;
    line-height: 18px;
    color: #828282;
    margin-top: 10px;
}

.expert-profile__blog-text--article figure.image[style="float:left"],
.expert-profile__blog-article .expert-profile__blog-text figure.image[style="float:left"] {
    margin-right: 15px;
}

.expert-profile__blog-text--article figure.image[style="float:right"],
.expert-profile__blog-article .expert-profile__blog-text figure.image[style="float:right"] {
    margin-left: 15px;
}

.expert-profile__blog-text iframe {
    margin: 0 auto;
    width: 800px;
    height: 400px;
    max-width: 100%;
    border: none;
    display: block;
}

.cke_editor_expertblog-text_dialog .cke_dialog_page_contents[name="info"] tr:nth-child(2) {
    display: none;
}

.expert-profile__video--widget {
    width: 100%;
}

.expert-profile__stock-text {
    display: none;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 20px;
    color: #333;
    word-break: break-word;
}

.expert-profile__new-more--loading {
    background: url("../../img/whait.gif") center no-repeat;
}

.expert-profile__new-more--loading > * {
    visibility: hidden;
}

.expert-profile__btn-wrapper--public {
    margin-top: 10px;
    margin-bottom: 30px;
}

.expert-profile--add-feedback #feedbacks,
.expert-profile--add-feedback .expert-profile__new-links,
.expert-profile--add-feedback .expert-profile__experts,
.expert-profile--add-feedback .expert-profile__header,
.expert-profile--add-feedback .expert-profile__new-header,
.expert-profile--add-feedback .expert-profile__new-more,
.expert-profile--add-feedback .expert-profile__blog-header,
.expert-profile--add-feedback .expert-profile__new-block:not(.expert-profile__new-block--reviews) {
    display: none;
}

.expert-profile--add-feedback #feedback-form {
    padding-top: 50px;
    display: block;
}

.expert-profile__image--gallery-mob {
    display: none !important;
}

@media (min-width: 800px) {
    .expert-profile__video--widget {
        margin-bottom: 35px;
    } 
}

@media (min-width: 960px) {
    .expert-profile__video--widget {
        margin-bottom: 30px;
    } 
}

@media (max-width: 425px) {
    .expert-profile__video--widget {
        margin-bottom: 30px;
    } 
}

.expert-profile__video--widget .title-h1 {
    margin-bottom: 30px;
}

.expert-profile__video--widget .expert-profile__video-container {
    margin-bottom: 0;
}

@media (max-width: 960px) {
    .expert-profile__block.expert-profile__block--pay .expert-profile__block-section {
        width: unset;
    }
}

@media (max-width: 799px) {
    .expert-profile__content__block:not(:last-child) {
        margin-bottom: 20px;
    }

    .expert-profile__content p:not(:last-child) {
        margin-bottom: 10px
    }

    .expert-profile__content__block:last-child,
    .expert-profile__content p:last-child {
        margin-bottom: 0;
    }

    .expert-profile__edit-link {
        padding-top: 15px;
        margin-bottom: 25px;
    }

    .expert-profile__edit-link .btn {
        padding-top: 13px;
        padding-bottom: 13px;
    }

    .expert-profile__block.expert-profile__block--pay .expert-profile__block-section:last-child {
        margin-top: 15px;
    }

    .expert-profile__blog-more-nojs:not(.expert-profile__blog-more--article) {
        /* display: none; */
    }

    .expert-profile__block--pay .expert-profile__block-copy {
        padding: 2px 12px;
    }

    .expert-profile__blog-article--show {
        position: static;
    }

    .expert-profile__blog-article .expert-profile__blog-title,
    .expert-profile__blog-article .expert-profile__blog-text {
        padding-left: 10px;
        padding-right: 10px;
    }

    .expert-profile__blog-article .expert-profile__blog-text {
        margin-bottom: 0;
        font-size: 14px;
    }

    .expert-profile__blog-text--article img,
    .expert-profile__blog-article .expert-profile__blog-text img {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        height: auto;
    }

    .expert-profile__blog-article .expert-profile__blog-title {
        margin-bottom: 18px;
    }

    .expert-profile__blog-photo {
        display: none;
    }

    .list-view-reviews > div:not(:last-child) .expert-profile__block--feedback,
    .list-view-questions > div:not(:last-child) .expert-profile__block--feedback {
        margin-bottom: 0;
    }

    .list-view-reviews > div:last-child .expert-profile__block--feedback,
    .list-view-questions > div:last-child .expert-profile__block--feedback {
        border-bottom: none;
        padding-bottom: 10px;
    }

    .list-view-stocks > div:not(:last-child) .expert-profile__block {
        margin-bottom: 0;
    }

    .expert-profile__form {
        z-index: 1010;
        width: auto;
        height: auto;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        overflow-y: auto;
    }

    .expert-profile__experts-item_slide:first-child {
        padding-left: 0;
    }

    .expert-profile__experts-item_slide:last-child {
        padding-right: 0;
    }
    .expert-profile__block-comment_footer button { 
        margin: 0 0 10px;
    }

    .cke_widget_image img {
        max-width: 100%;
        height: auto;
    }

    .cke_editor_expertblog-text_dialog .cke_dialog_ui_labeled_content .cke_dialog_ui_hbox {
        display: flex;
        flex-direction: column;
    }

    .expert-profile__video--widget .title-h1 {
        margin-bottom: 15px;
    }

    .expert-profile__blog-article--public,
    .expert-profile__blog-section--public {
        padding-top: 20px;
    }

    .expert-profile__btn-wrapper--public {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .expert-profile--add-feedback #feedback-form {
        padding-top: 0;
    }

    .expert-profile__header-audio .main-item__audio--new::before {
        margin-top: -10px;
        top: 50%;
    }

    .expert-profile__header--new {
        margin-bottom: 35px !important;
    }

    .expert-profile__image-wrapper--new .slick-gallery .slick-list {
        max-height: 300px;
    }

    .expert-profile__image-wrapper--new .expert-profile--gallery {
        border-radius: 0;
        max-width: none;
    }

    .expert-profile__image-wrapper--new .expert-profile__image img {
        height: 300px;
    }

    .expert-profile__image--gallery-mob {
        display: block !important;
    }
}

@media (max-width: 480px) {

    .expert-profile__header-block .main-item__status + .audio-play {
        padding-bottom: 5px;
    }

    .expert-profile__header-row--bottom .main-item__message {
        margin-left: 0px;
    }

    .expert-profile__block--pay .expert-profile__block-row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .expert-profile__blog-text iframe {
        float: none;
        margin: 0 0 10px 0;
        height: 180px;
    }
}
/**** Expert registration steps ****/

.registration__photo-item--avatar .upload-block {
    text-align: center;
}

.registration__photo-image--selfie img {
    height: 102px;
}

.registration__bid .registration__bid-item_wrapper {
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.upload-gallery .registration__photo-gallery-container .registration__photo-area {
    margin-bottom: 60px;
}

.registration__photo-field:nth-child(4n+5) .registration__photo-area--add-more {
    height: 40px;
}

.registration__comments__note {
    margin-top: 20px;
}

.registration__bid-text--mob {
    display: none;
}

.registration__bid-main--send {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
    align-items: center;
}

.registration__bid-main--send .registration__white-section {
    display: none;
}

.registration__bid-main--send .registration__grey-section {
    width: auto;
    max-width: 550px;
}

.registration-about-textarea {
    position: relative;
}

.registration-about-textarea--note > .textarea.textarea-scrollbar {
    padding-bottom: 30px;
}

.registration-about-textarea--note .textarea {
    height: 175px;
}

.registration-about-textarea__note {
    font-size: 12px;
    line-height: 15px;
    padding-left: 20px;
    color: #828282;
    font-style: italic;
    position: absolute;
    bottom: 7px;
}

@media (min-width: 1250px) {
    .registration__white-section .registration__bid .registration__bid-item:nth-of-type(3) {
        margin-bottom: 35px;
    }
}

@media (min-width: 960px) and (max-width: 1250px) {
    .registration__white-section .registration__bid .registration__bid-item:nth-of-type(3) {
        margin-bottom: 45px;
    }

    .registration__white-section .registration__bid .registration__bid-item:nth-of-type(3):after {
        content: url("../../img/icons/registration-arrow-long.svg");
        bottom: -70px;
    }
}

@media (max-width: 960px) {
    .registration-about-textarea--note > .textarea.textarea-scrollbar {
        padding-bottom: 15px;
    }

    .registration-about-textarea__note {
        display: none;
    }

    .registration__bid-text--mob {
        display: block;
    }

    .registration__bid-text--desc {
        display: none;
    }

    .registration__bid-main--send .registration__grey-section {
        padding-top: 30px;
    }
}

@media (min-width: 800px) and (max-width: 960px) {
    .registration__white-section .registration__bid .registration__bid-item {
        max-width: 513px;
    }

    .registration__white-section .registration__bid .registration__bid-item:nth-of-type(3):after {
        bottom: -32px;
    }

    .registration__white-section .registration__bid .registration__bid-item:nth-of-type(3) {
        margin-bottom: 25px;
    }
}

@media (max-width: 680px) {
    .registration__bid-main .registration__bid-item {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (max-width: 425px) {
    .upload-gallery .registration__photo-gallery-container {
        padding-bottom: 0px;
    }

    .upload-gallery .registration__audio-block .upload-block {
        margin: auto;
    }

    .upload-gallery .registration__photo-area.registration__photo-area--noborder {
        padding-top: 70px;
    }

    .registration__section-header--gallery {
        margin-bottom: 20px;
    }

    .registration__photo-area--add-more {
        padding-top: 0 !important;
        margin-bottom: 10px !important;
    }

    .registration__photo-area--add-more .registration__photo-load {
        position: relative !important;
        top: auto !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
    }

    .registration__bid-main .registration__bid-item:nth-child(3) {
        min-height: 50px;
    }

    .registration__bid-main .registration__bid-item:nth-of-type(1) .registration__bid-number + .registration__bid-text,
    .registration__bid-main .registration__bid-item:nth-of-type(2) .registration__bid-number + .registration__bid-text {
        padding-top: 7px;
        max-width: 280px;
    }

    .expert-profile__blog-text--article figure.image figcaption,
    .expert-profile__blog-article .expert-profile__blog-text figure.image figcaption {
        font-size: 12px;
        line-height: 15px;
    }
}

@media (max-width: 380px) {
    .registration__bid-main .registration__bid-item:nth-of-type(3)::after {
        content: url("../../img/icons/registration-arrow-long.svg");
        bottom: -40%;
    }

    .registration__section .registration__bid-item:nth-of-type(3)::after {
        display: none;
    }

    .registration__bid-item .registration__bid-text {
        max-width: 230px;
    }

    .registration__bid-main .registration__bid-item:nth-child(3) {
        margin-bottom: 28px;
    }

    .registration__bid-item:nth-child(3) {
        min-height: 90px;
    }
}

/** ---------- **/


/** for expert card on main page **/

.expert-profile__experts-item {
    height: 100%;
    overflow: hidden;
    border-radius: 0 10px 10px 10px;
}

a.expert-profile__header-link {
    color: #005377;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 83, 119, 0.3);
}

a.expert-profile__header-link:hover {
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.expert-profile__experts .slick-list .slick-track {
    margin-right: 0;
    margin-left: 0;
    height: 100%;
}

.expert-profile__blog-item .expert-profile__blog-block {
    margin-left: 18px;
    margin-right: 10px;
}

.expert-profile__blog-item .expert-profile__blog-pic {
    width: 140px;
    flex-shrink: 0;
    margin-right: 0;
}

.slick-gallery:not(.slick-initialized) {
    overflow: hidden;
}

.expert-profile__image-wrapper .slick-gallery {
    height: 110px;
    max-width: 790px;
    width: 100%;
}

.expert-profile__image-wrapper--noimg .slick-gallery {
    height: auto;
}

.expert-profile__image-wrapper .slick-gallery.slick-initialized {
    height: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.expert-profile__image-wrapper--noimg .slick-gallery.slick-initialized {
    height: auto;
}

.expert-profile__image--gallery.slick-slide {
    width: auto;
    height: 110px;
    max-width: 330px;
    min-height: 110px;
}

@media (max-width: 790px) {
    .expert-profile__image-wrapper--new .slick-gallery,
    .expert-profile__image-wrapper--new .slick-gallery.slick-initialized {
        height: 300px;
    }

    .expert-profile__image-wrapper--new .slick-gallery {
        display: flex;
        overflow-x: auto;
    }

    .expert-profile__image-wrapper--new .expert-profile__image--gallery,
    .expert-profile__image-wrapper--new .expert-profile__image--gallery.slick-slide {
        width: auto;
        height: 300px;
        max-width: 900px;
        min-height: 300px;
    }

    .expert-profile__image-wrapper--new .expert-profile__image--gallery:first-child {
        margin-right: -15px;
        margin-left: -15px;
    }

    .expert-profile__new-block:not(:last-child) {
      margin-bottom: 35px;
    }

    .expert-profile__new-block--info {
        margin-bottom: 20px !important;
    }

    .expert-profile__new-more_button {
        margin-bottom: 0;
    }

    .expert-profile__new-more_all {
        margin-top: 15px;
    }
}

.slick-gallery .slick-gallery--arrow {
    background: url("../../img/image/arrow-btn.svg") no-repeat;
    border: none;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    padding: 20px;
    z-index: 3;
    background-size: 100%;
    opacity: 1;
    -webkit-transition: opacity 200ms, z-index 500ms;
    -o-transition: opacity 200ms, z-index 500ms;
    transition: opacity 200ms, z-index 500ms;
    background-position: center;
}

.slick-gallery .slick-gallery--arrow:hover {
    background: url("../../img/image/arrow-btn-hover.svg") no-repeat;
    background-size: 100%;
    background-position: center;
}

.slick-gallery .slick-gallery--arrow.slick-disabled {
    opacity: 0;
    z-index: -5;
}

.slick-gallery .slick-gallery--arrow.slick-prev {
    left: -20px;
}

.slick-gallery .slick-gallery--arrow.slick-next {
    -moz-transform: rotateZ(180deg); /* Для Firefox */
    -ms-transform: rotateZ(180deg); /* Для IE */
    -webkit-transform: rotateZ(180deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotateZ(180deg); /* Для Opera */
    transform: rotateZ(180deg);
    right: -20px;
}

.expert-profile .slick-gallery .slick-list {
    margin: 0;
}

.expert-profile__header-audio .main-item__audio span {
    padding-top: 0;
}

.main-blog__avatar img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    width: auto;
}

.modal .form__wrapper {
    width: 100%;
}

.main-list .main-blog {
    min-height: 95px;
    padding-top: 14px;
    padding-bottom: 16px;
}

.main-blog__avatar {
    top: 15px;
}

.main-blog__status {
    margin-right: 2px;
}
.main-blog__status.main-blog__status-video {
    background-color: #004262;
}

.main-blog__row {
    margin-bottom: 8px;
}

.audio-play-audio {
    display: none;
}

.audio-play--expert-widget {
    line-height: 20px;
}

.audio-play-js-start .main-item__audio:before {
    content: url("../../img/icons/audio-icon-stop.svg");
}

.main-item__photo img {
    width: 100%;
}

.main-item__header-block {
    position: relative;
}

.expert-profile__blog-photo > img {
    border-radius: 5px;
    max-width: 270px;
    max-height: 270px;
}

.expert-profile__blog-wrapper .title {
    font-size: 20px;
    line-height: 25px;
    color: #005377;
}

.expert-profile__blog-wrapper--info {
    margin-bottom: 20px;
}

.expert-profile__blog-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.free-questions__answer-avatar {
  position: relative;
}

.free-questions__answer-avatar a {
    width: 100%;
    height: 100%;
    display: block;
}

.free-questions__answer-avatar a img {
    width: 100%;
    max-height: 100%;
}

.chat-card__gallery-link {
    width: 100%;
    height: 100%;
    display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
    align-items: center;
}

.chat-card__gallery-link img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.free-questions__answer-footer:not(.js-question-rate)
.free-questions__answer-rating:not(.free-questions__answer-rating--good):hover {
    background-position-x: -15px;
}

.free-questions__answer-footer.js-question-rate .free-questions__answer-rating:hover {
    cursor: pointer;
}

.free-questions__answer-write {
    white-space: nowrap;
}

.free-questions__input + .form__error {
    max-width: 460px;
}

/** --------- **/

/*** Admin expert pages ***/

.admin__profile-avatar_status.main-item__status--online {
    color: #333333;
}

.admin__profile-row--info .admin__profile-text:first-of-type {
    max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
}

.admin__profile-row--email .admin__profile-text:first-of-type {
    max-width: 440px;
    overflow: visible;
    white-space: normal;
}

.admin-expert__section-text .form__error {
    display: block;
}
.admin-expert__section-text .label {
    padding-left: 0;
}

.admin-expert__section-percent-block label {
    font-size: 20px;
    line-height: 25px;
    color: #005377;
}

.admin-expert__section-percent-block span {
    margin: 0 32px;
    position: relative;
    display: inline-block;
}

.admin-expert__section-percent-block span::after {
    content: '%';
    font-size: 15px;
    line-height: 20px;
    color: #828282;
    position: absolute;
    top: 6px;
    right: 10px;
}
.admin-expert__section-row--sb {
    display: inline-flex;
}
.admin-expert__section-row--sb .admin-expert__block-block {
    margin-right: 50px;
}
.admin-expert__avatar {
    height: 260px;
}
.admin-expert__avatar.admin-expert__avatar--empty {
    height: auto;
}
.admin-expert__avatar img {
    max-width: 100%;
    max-height: 200px;
}
.admin-expert__image img {
    height: 110px;
    width: 110px;
}
.admin-expert__image .form__block {
    display: none;
}
.admin__profile-name {
  -webkit-text-decoration: none;
          text-decoration: none;
}
a.admin__profile-name {
  -webkit-text-decoration: underline #B3CBD6;
          text-decoration: underline #B3CBD6;
}
.admin__profile-internal_comment {
    font-size: 15px;
    line-height: 20px;
    margin-left: 20px;
    color: #828282;
}
.admin__profile-internal_comment span {
    color: #DD586E;
}
.admin-expert__header .admin__profile-internal_comment {
    margin-bottom: 18px;
    text-align: right;
    margin-left: auto;
}
.field-expertprofileform-call_record .registration__audio--preview {
    display: none;
}
.admin__profile-section .js-expert-action-comment-link {
    text-decoration: underline;
    margin: auto 7px;
    font-size: 13px;
    color: #005377;
}

.admin-expert__header-row--fields {
    align-items: flex-start;
}

.admin-expert__header-row--fields .form__block {
    white-space: nowrap;
    margin-right: 20px;
}

.admin-expert-detail-form--loading .admin-expert__section--footer {
    background: url("../../img/whait.gif") center no-repeat;
}

.admin-expert-detail-form--loading .admin-expert__section--footer > * {
    visibility: hidden;
}

/* Moderator pages */
.moderator-questions__row {
    flex-wrap: wrap;
}
.moderator-questions__row .moderator-questions__text {
    margin-bottom: 5px;
}
/** Privacy/terms pages **/
.privacy {
    background: #ffffff;
}

.privacy ol:first-of-type,
.privacy ol:last-of-type {
    list-style: none;
    counter-reset: base-counter;
    padding-left: 0;
}

.privacy ol ul {
    list-style: none;
}

.privacy ol ul li:before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #005377; /* Change the color */
    display: inline-block; /* Needed to add space between the bullet and the text */
    margin-left: -1em;
    vertical-align: top;
    width: 0.7em;
    font-size: 26px;
}

.privacy ol > li {
    counter-increment: base-counter;
}

.privacy ol > li:before {
    content: counter(base-counter) ". ";
    color: #005377;
}
/**-------**/

/** Questions block **/

.color-gray {
    color: #BDBDBD;
}

.free-questions__vip-header .free-questions__vip-icon {
    min-width: 155px;
}

.questions__before_block {
    padding-top: 0;
    padding-bottom: 0;
}

.questions__list_all_link {
    font-size: 19px;
    text-decoration: underline;
    color: #005377;
}

.questions__wrapper {
    width: 100%;
}

.questions__item-info {
  cursor: pointer;
}

.questions__item-info--list {
    margin-left: 7px;
}

.questions__item-vip {
    margin-top: 1px;
}

.questions__item-date {
    margin-top: 5px;
}

.questions__item-answers--moderator--already-complain {
    border-bottom: 1px solid transparent;
    text-decoration: none;
    color: #DD586E;
}

.questions__item-header {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
}

.questions__item-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.questions__item-author__title {
    margin-right: 5px;
}

.questions__item-author__name {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}

.questions__item-author__link {
    color: #DD586E;
    text-decoration: underline #edaab5;
}

.questions__item-author__link:hover {
    text-decoration: none;
    color: #DD586E;
}

.free-questions__answer {
  position: relative;
}

.free-questions__vip-header img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 9px;
}

.questions__footer--center-link {
    padding-top: 25px;
    text-align: center;
}

@media (max-width: 799px) {
  .free-questions__vip-header img {
    display: none;
  }

  .questions__item-info--list {
    margin-left: auto;
  }
}

.free-questions__vip-user_title {
    color: #004262;
}

.content-blank__content {
    width: 100%;
    padding: 52px 0;
}

.free-questions__vip-wrapper {
    margin-bottom: 0px;
}
.free-questions__vip-user {
    margin-bottom: 10px;
}

.main-item__profile {
  white-space: nowrap;
}

.free-questions__answer-text {
  margin-bottom: 0;
}

.free-questions__answer-text a {
    color: #005377;
    -webkit-text-decoration: underline #B3CBD6;
        text-decoration: underline #B3CBD6;
    word-break: break-word;
}

.free-questions__answer-row.free-questions__answer-row--answer {
  margin-bottom: 10px;
}

.free-questions__answer-control {
  margin-bottom: 0;
  margin-top: 25px;
}

.free-questions__answer-section {
    margin-top: 38px;
}

.free-questions__answer-footer--expert {
  padding-top: 5px;
}

.free-questions__answer-header {
    margin-bottom: 25px;
}

.free-questions__answer-rating-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.free-questions__answer-footer--rating {
  margin-top: 15px;
}

.free-questions__answer-onportal--mob {
    display: none;
    margin-left: 18px;
    flex-grow: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.free-questions__title--other {
    margin-bottom: 20px;
    margin-top: 30px;
}

.free-questions__your-answer {
    margin-top: 25px;
    margin-bottom: 40px;
}

.free-questions__answer-onportal--desc strong {
    margin-left: 5px;
}

.free-questions__answer-status {
    font-size: 10px;
}

.questions__item-name__link {
    color: #004262;
}

.free-questions__vip-text {
    font-size: 15px;
    line-height: 20px;
}

.free-questions__vip-row--name {
    flex-wrap: wrap;
}

.free-questions__vip-date--margin {
    margin-right: 16px;
}

.free-questions__vip-attention {
    padding-left: 20px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    color: #dd586e;
    position: relative;
}

.free-questions__vip-attention:before {
    content: url("../../img/icons/warning.svg");
    position: absolute;
    top: 2px;
    left: 0;
}

.free-questions__vip-attention a {
    color: #dd586e;
    text-decoration: underline;
    white-space: nowrap;
}

.free-questions__vip-attention a:hover {
    text-decoration: none;
}

@media (max-width: 799px) {
  .content-blank__content {
    padding: 25px 20px;
    border: 1px solid #BDBDBD;
    width: 100%;
  }

  .content-blank__content span {
    display: block;
  }

  .free-questions__answer-status {
    margin-left: 0;
  }

  .free-questions__answer-avatar .main-item__status-wrapper {
    bottom: 0;
    margin-bottom: -9px;
    top: auto;
  }

  .free-questions__title {
    line-height: 25px;
    font-size: 20px;
  }

  .free-questions__your-answer {
    margin-bottom: 30px;
  }

  .free-questions__answer-section {
    margin-top: 30px;
  }

  .catalog__slider .expert-profile__title {
      font-size: 20px;
      line-height: 25px;

      margin-bottom: 11px;
  }

  .expert-profile__blog-wrapper--info {
    margin-bottom: 0;
  }
}

@media (min-width: 426px) and (max-width: 799px) {
  .main-item__header-item--free {
    margin-bottom: 10px !important;
  }

  .free-questions__answer-row--onportal-mob {
    margin-top: 0;
  }

  .free-questions__answer-row--onportal-mob .main-item__profile {
    margin-bottom: 15px;
  }
}

@media (max-width: 425px) {
  .free-questions__answer-row--onportal-mob {
    flex-wrap: nowrap;
    margin-top: 25px;
  }

  .free-questions__answer-onportal--mob {
    display: block;
  }

  .free-questions__answer-onportal--desc {
    display: none;
  }

  .free-questions__answer-header {
    margin-bottom: 15px;
  }

  .free-questions__vip-text,
  .free-questions__answer-text {
    font-size: 14px;
    line-height: 20px;
    word-break: break-word;
  }

  .free-questions__answer-rating-container {
    flex-grow: 1;
    justify-content: space-around;
    max-width: 200px;
    padding-left: 10px;
  }

  .questions__item-text--text {
    font-size: 13px;
    line-height: 22px;
  }

  .free-questions__vip-attention {
    font-size: 14px;
  }
}

.main-item__header-item img {
  display: inline-block;
  min-width: 10px;
  width: 10px;
  margin-right: 5px;
}

.free-custom.tooltip__wrapper {
    width: 280px;
    max-width: 280px;
    padding: 10px;
}

.free-questions__vip-icon img {
    display: inline-block;
    margin-right: 7px;
}

@media (max-width: 799px) {
    .free-custom.tooltip__wrapper {
        max-width: 260px;
        width: 260px;
    }

    .questions__item-header {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .questions__item-vip,
    .questions__item-date {
        margin-top: 0;
    }

    .free.tooltip__wrapper {
        max-width: 240px;
        width: 240px;
        left: 10px;
    }

    .free-questions__vip-icon img {
        margin-right: 0;
    }

    .main-item__header-item_text {
        display: inline-block;
    }

    .main-list .main-blog:nth-of-type(10) {
        margin-bottom: 0;
    }
}

.free-custom.tooltip__wrapper .tooltip-inner {
    max-width: 280px;
}

@media (max-width: 799px) {
    .free-custom.tooltip__wrapper .tooltip-inner {
        max-width: 240px;
    }
}

.free-custom.tooltip__wrapper .tooltip__footer {
    display: none;
}

.expert-profile__status--none-title:before {
    top: -7px;
}

.experts-tag__block-row .expert-profile__status--newbie {
    margin-left: 0;
}

.aside--free .expert-profile__status--newbie {
    margin-left: 0;
}

.free-questions__answer .free-questions__vip-status {
    margin-left: 0px;
}

.chat-header__block--pay-to-others::before {
    background-color: #BDBDBD;
}

.chat-header__block--pay-to-you:before {
    background-color: #219653;
}

.free-questions__vip-name {
    position: relative;
}

.free-questions__vip-name.chat-header__block--pay::before {
  top: 5px;
}

.btn-block-preloader:before {
    display: none;
    content: '';
    width: 40px;
    height: 40px;
    background-image: url("../../img/whait.gif");
    text-align: center;
}

.btn-block-preloader.btn-block-preloader--loader {
    text-align: center;
}
.btn-block-preloader.btn-block-preloader--loader .btn {
    display: none;
}

.btn-block-preloader.btn-block-preloader--loader:before {
    display: inline-block;
    margin: 0 auto;
}

.btn-block-preloader.btn-block-preloader--loader button {
    display: none;
}

/**
Fix for textarea
 */
.scroll-textarea > .scroll-content > textarea {
    min-width: 105%;
    padding-right: 5% !important;
    overflow-x: hidden !important;
}
/**--------**/

/** Registration form step 3 **/
.photo-preview,
.audio-preview-alt {
    display: none;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
}

.progress-bar {
    display: none;
}

.show-progress-bar .progress-bar {
    display: block;
}

.audio-preview-alt {
    width: 170px;
    max-height: 170px;
}

.photo-preview--show,
.upload-block--uploaded .photo-preview,
.show-progress-bar .audio-preview-alt,
.upload-block--uploaded .registration__audio--preview {
    display: block;
}

.upload-block--uploaded .registration__audio--preview {
    padding-bottom: 15px;
}

.preview-image-js,
.show-progress-bar .audio-play-audio,
.show-progress-bar .main-item__audio {
    display: none;
}

.audio-play.show-progress-bar {
    width: 170px;
    height: 170px;
}

.show-progress-bar,
.registration__audio-block .upload-block {
    position: relative;
}

.registration__audio-block .upload-block {
    max-width: 200px;
}

.registration__photo-footer {
    min-width: 275px;
}

.visible--block {
    display: block;
}

.unvisible--block {
    display: none;
}

.registration__photo-content {
    position: relative;
}

.registration__section .btn:disabled,
.registration__section .btn:disabled:hover {
    cursor: not-allowed;
    opacity: 0.4;
}

.form__wrapper--step6 {
    margin-bottom: 20px;
}

.form__footer--wide {
  width: 770px;
}

@media (max-width: 799px) {
  .form__footer--wide {
    width: 100%;
  }
}

.upload-gallery .registration__photo-area .btn-delete,
.registration__photo-item--avatar .btn-delete {
    display: none;
}

.upload-gallery .registration__photo-area.show-progress-bar .progress-bar {
    position: absolute;
    z-index: 8;
    margin: auto;
    width: 130px;
    height: 30px;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
}

.registration__bid-item_filename {
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    max-width: 350px;
    overflow: hidden;
    width: auto;
    white-space: nowrap;
}

.registration__photo-load--doc {
    min-width: 100px;
}

.registration__photo-load {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.registration__photo-load--doc + .form__error {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    text-align: left;
    padding-top: 10px;
}

.show-progress-bar .registration__bid-item_filename,
.upload-gallery .registration__photo-area.show-progress-bar .registration__photo-content {
    display: none;
}


.upload-gallery .registration__photo-area .registration__photo-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: none;
    margin: auto;
    cursor: pointer;
}

.upload-gallery .registration__photo-area .form__error {
    top: 100%;
    padding-top: 5px;
}

.upload-gallery .registration__photo-area {
    position: relative;
}

.upload-gallery .registration__photo-area .registration__photo-load:not(.registration__audio-label) {
    position: absolute;
    z-index: 3;
    margin: auto;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
    height: 40px;
}

.gallery-add-more:hover {
    color: #DD586E;
}

.upload-gallery .upload-block--uploaded .registration__photo-load:not(.registration__audio-label),
.upload-gallery .upload-block--uploaded .registration__photo-load:not(.registration__audio-label):hover {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    color: transparent;
    border: none;
}

.upload-gallery .registration__photo-area .upload-block {
    width: 100%;
    height: 100%;
}

.upload-gallery .registration__photo-item:not(.registration__photo-item--avatar) .upload-block--uploaded .registration__photo-delete {
    display: block;
    z-index: 7;
}

.upload-gallery .registration__audio--preview .audio-play {
    display: none;
}

.upload-gallery .registration__audio--preview .show-progress-bar.audio-play,
.upload-gallery .upload-block--uploaded .registration__audio--preview .audio-play {
    display: block;
}

.upload-gallery .registration__photo-item--avatar .upload-block--uploaded .registration__photo-area {
    margin-bottom: 60px;
}

.upload-gallery .registration__photo-item--avatar .upload-block--uploaded .registration__photo-load:not(.registration__audio-label) {
    position: relative;
    top: 170px;
    bottom: auto;
    margin-top: 10px;
    width: 130px;
    border: 1px solid #828282;
    height: 40px;
    left: 0;
    right: 0;
    color: #005377;
}

.free-questions__answer-row--user .expert-profile__status {
    width: 82px;
}

.registration__photo-container--gallery {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.registration__photo-field {
    width: 170px;
    position: relative;
}

.registration__photo-area {
    margin: 0;
}

@media (max-width: 425px) {
    .registration__photo-field {
        margin-left: auto;
        margin-right: auto;
    }
    .registration__photo-field:not(:last-child) {
        margin-bottom: 10px;
    }
}

@media (min-width: 481px) and (max-width: 596px) {
    .registration__photo-field {
        margin-bottom: 5%;
    }
    .registration__photo-field:not(:nth-child(2n)) {
        margin-right: 5%;
    }
    .registration__photo-field:nth-child(3n+4) .registration__photo-area--add-more,
    .registration__photo-field:nth-child(4n+5) .registration__photo-area--add-more {
        height: 170px;
    }
    .registration__photo-field:nth-child(2n+3) .registration__photo-area--add-more {
        height: 40px;
    }
}

@media (min-width: 597px) and (max-width: 768px) {
    .registration__photo-field {
        margin-bottom: 5%;
    }
    .registration__photo-field:not(:nth-child(3n)) {
        margin-right: 5%;
    }
    .registration__photo-field:nth-child(3n+4) .registration__photo-area--add-more {
        height: 40px;
    }
    .registration__photo-field:nth-child(4n+5) .registration__photo-area--add-more {
        height: 170px;
    }
}

@media (min-width: 800px) {
    .registration__photo-field {
        margin-bottom: 6px;
    }
    .registration__photo-field:not(:nth-child(4n)) {
        margin-right: 6px;
    }
}

@media (min-width: 960px) {
    .registration__photo-field {
        margin-bottom: 20px;
    }
    .registration__photo-field:not(:nth-child(4n)) {
        margin-right: 30px;
    }
}

/**-------------**/

/**------ auth -------**/
.auth-header-container {
    height: 100px;
    background: url("../img/whait.gif") center no-repeat #ffffff;
}

.expert-menu {
    width: auto;
    min-width: 230px;
}

.expert-menu--client {
    width: auto;
    min-width: 260px;
}

.expert-menu__user {
    padding-right: 10px;
}

.notifications-item__btn--processing {
    width: 80px;
    height: 22px;
    background: url("../img/whait.gif") center no-repeat;
    background-size: 22px;
    margin-left: auto;
}

.mob-chat__footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.burger-menu {
    position: fixed;
    top: 0;
    bottom: 60px;
    left: 0;
    right: 0;
    z-index: 2000;
}

.header-border {
    display: none;
}

.header-border.__auth-expert {
    display: block;
}

.main-nav.__auth-expert {
    display: none;
}

.header.__auth {
    display: none;
}

.overflow-hidden {
    overflow: hidden !important;
}

.header__user-menu_item--active .header__user-menu_link {
  color: #DD586E;
}

.mob-chat__footer {
    padding-left: 30px;
    padding-right: 30px;
}

.mob-chat__footer--menu {
    background-color: #fafafa;
    -webkit-box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.07);
            box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.07);
}

.main-nav--auth {
    position: fixed;
}

.header-menu__item--exit .header-menu__link {
    color: #DD586E;
    border-bottom: 1px solid #edaab5;
}

@media (max-width: 790px) {
    .header-border.__auth-expert {
        display: none;
    }

    .header__wrapper {
        height: auto;
    }

    .header-menu__link {
        line-height: 14px;
    }
}

@media (max-width: 799px) {
    .header-menu__item:first-child {
        margin-right: 0;
    }

    .main-nav__item--parent {
        display: none;
    }

    .header--scroll {
        z-index: 1000;
    }
}

@media (max-width: 425px) {
    .auth-header-container {
        height: 53px;
    }

    .header-menu__link {
        line-height: 12px;
    }

    .header-menu__icon {
        margin-right: 3px;
    }
}

/**-------------------**/

.form__error--fake-field {
    display: block;
    text-align: center;
    padding: 10px 0;
}

.white-menu__icon {
    width: auto;
    margin-right: 10px;
    text-align: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.white-menu__icon img {
    display: inline-block;
}

.attention__control {
    margin-top: 10px;
}

.attention__button {
    font-size: 13px;
    color: #ffffff;
    border-color: #ffffff;
    box-shadow: none !important;
}

.attention__button:hover {
    color: #ffffff;
    border-color: #ffffff;
    opacity: 0.7;
}

.attention__wrapper--activation,
.attention__text--activation {
    width: 100%;
}

.auth-change-email {
    padding: 60px 0;
}

.auth-change-email__footer {
    display: flex;
    justify-content: center;
}

.auth-change-email__footer--loading {
    background: url("../img/whait_tr.gif") no-repeat center;
    background-size: contain;
}

.auth-change-email__footer--loading .auth-change-email__button {
    visibility: hidden;
}

.auth-change-email__success {
    display: none;
    text-align: center;
}

.auth-change-email__success h4 {
    font-size: 20px;
    margin-bottom: 20px;
}

.auth-change-email__success p {
    font-size: 16px;
}

@media (max-width: 960px) {
    .header-menu__item--user:last-of-type {
        margin-left: -5px;
    }

    .white-menu__icon {
        width: 48px;
    }

    .aside--free {
        display: none;
    }
}

@media (min-width: 800px) {
    .main-nav__item--active .main-nav__link {
        background-color: #DD586E;
        color: #ffffff;
        opacity: 1;
    }

    .main-nav__item--active .main-nav__sublist-link {
        color: #DD586E;
            -webkit-text-decoration: underline #edaab5;
        text-decoration: underline #edaab5;
    }

    .questions__after_block {
        padding-top: 15px;
    }
}

@media (min-width: 960px) {
    .main-nav__item--active .main-nav__link--blue {
        background-color: #005377;
    }
}

@media (min-width: 1250px) {
  .main-nav__link {
    padding: 10px 14px;
  }
}

@media (max-width: 799px) {

    #blog1 .modal-content  {
        height: 100%;
        max-height: 100%;
    }

    #blog1 .modal-dialog {
        height: 100%;
        overflow: hidden;
    }

    #blog1 .modal-body--blogs {
        height: calc(100% - 130px);
        margin-bottom: 0;
        overflow: auto;
    }

    .free-questions__answer-row--expert .free-questions__vip-rank {
        width: 15px;
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
                order: -1;
    }

    .free-questions__answer-row--user .expert-profile__status {
        width: 100%;
    }

    .free-questions__answer .free-questions__answer-row--user .free-questions__vip-status {
        margin-left: 0;
    }

    .free-questions__vip-header .free-questions__vip-icon {
        min-width: 30px;
    }

    .free-questions__vip-header .free-questions__vip-title {
        line-height: normal;
    }

    .expert-profile .slick-gallery .slick-list {
        margin: 0;
    }

    .expert-profile__blog-image {
        position: relative;
        width: 100%;
        height: 250px;
        min-height: 250px;
    }

    .expert-profile__blog-image > img {
        height: 100%;
        width: 100%;
        position: relative;
        -o-object-fit: cover;
           object-fit: cover;
    }

    .expert-profile__blog-container {
        z-index: 2;
        width: auto;
        left: 10px;
        right: 10px;
    }

    .expert-profile__blog-container--blog {
        left: 0;
        right: 0;
    }

    .expert-profile__blog-title--big {
        margin-bottom: 0;
    }

    .expert-profile__blog > .expert-profile__blog-image:before {
        content: '';
        width: 100%;
        height: 100%;
        border-radius: 5px;
        position: absolute;
        display: block;
        z-index: 1;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
        opacity: 1;
        -webkit-transition: opacity 700ms;
        -o-transition: opacity 700ms;
        transition: opacity 700ms;
    }

    .list-view-blogs > div:not(:last-child) .expert-profile__blog {
        border-bottom: 0;
    }

    .expert-profile:not(.expert-profile--blog) > .container > .expert-profile__header {
        margin-bottom: 0;
    }

    .main-item__status--mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .main-item__status--mob_hide {
        display: none;
    }

    .main-item__status-wrapper {
        top: 158px;
    }

    .main-item__look {
        max-width: 170px;
    }

    .main-item__look--landing {
        max-width: 100%;
    }

    .white-menu__item .white-menu__text br {
        display: none;
    }

    .attention {
        display: none !important;
    }

    .attention--activation {
        display: block !important;
    }
}

@media (max-width: 610px) {
    .main-item__message--mobile {
        margin-top: 15px;
    }

    .main-item__text:not(.main-item__text--expert) {
        padding-top: 0;
    }
}

@media (max-width: 590px) {
    .registration__bid-item_filename {
        max-width: 160px;
        overflow: hidden;
        width: auto;
        word-break: break-all;
        white-space: normal;
    }
}

@media (max-width: 425px) {

    .expert-profile__header-block .main-item__audio::before {
        top: 2px;
    }

    .expert-profile__header-block .main-item__audio span {
        padding-top: 4px;
        font-size: 14px;
        display: inline-block;
        vertical-align: top;
        padding-bottom: 5px;
    }

    .registration__photo-item--avatar {
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .main-item__message--mobile {
        width: 100%;
        max-height: unset;
        margin-top: 15px;
    }

    .main-item__status-wrapper {
        top: 104px;
    }

    .main-nav__item--mobile.main-nav__item--parent:hover .main-nav__sublist {
        display: unset;
    }

    .main-nav__item--mobile.open .main-nav__sublist {
        display: block;
    }

    .main-nav__item--mobile.open:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .main-nav__item--mobile.open {
        background-color: #005377;
    }

    .main-list .main-blog:nth-of-type(1n+11) {
        display: none;
    }

    .expert-profile .audio-play {
        width: 100%;
        display: block;
    }

    .main-item__info {
        margin-bottom: 14px;
    }

    .main-picture__text {
        font-size: 13px;
        line-height: 18px;
    }
}

@media (max-width: 380px) {
    .registration__bid-item_filename {
        max-width: none;
        width: 100%;
    }

    .registration__photo-load--doc {
        margin: 10px auto 0 50px;
    }

    .registration__photo-load--doc + .form__error {
        width: 100%;
        text-align: left;
        padding-top: 10px;
        padding-left: 20px;
    }
}

.questionActiveForm .free-questions__member-header,
.questionActiveForm .free-questions__member-row {
    min-height: 25px;
}

.free-questions__member-delete {
    border-bottom: 1px solid #edaab5;
    -ms-flex-item-align: start;
        align-self: flex-start;
    height: 20px;
    text-decoration: none;
}

.free-questions__member-delete:hover {
    border-bottom: 1px solid transparent;
}

.free-questions__member-photo {
    position: relative;
    min-height: 100px;
    margin-top: 20px;
}

.free-questions__member-photo--you {
    margin-top: 25px;
}

.free-questions__member-footer {
    text-align: center;
    height: 80px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    align-items: flex-end;
    padding-bottom: 17px;
}

.free-questions__member-footer .form__error {
    display: block;
    margin-bottom: -15px;
    padding-right: 0;
    padding-top: 5px;
    text-align: center;
    min-height: 25px;
}

.free-questions__member {
    height: auto;
    padding-bottom: 0;
}

.free-questions__member-photo.free-questions__member-photo--empty {
    display: none;
}

.free-questions__member--add {
    min-height: 290px;
}

.free-questions__member--add img {
  margin-bottom: 30px;
}

.free-questions__member-wrapper {
    margin-bottom: 25px;
    border-bottom: none;
    -webkit-border-image: none;
     -o-border-image: none;
        border-image: none;
}

@media(max-width: 799px) {

    .free-questions__member.free-questions__member--add {
        height: 70px;
        min-height: 0;
    }

    .free-questions__member--add img {
        display: none;
    }

    .free-questions__member-wrapper {
        border-bottom: none;
        -webkit-border-image: none;
         -o-border-image: none;
            border-image: none;
    }

    .free-questions__member-footer .form__error {
        text-align: center;
        padding-right: 0px;
    }
}

.registration__photo-load--change:hover {
  border-color: #828282;
  color: #005377;
}

.questionActiveForm  .registration__photo-load.free-questions__member-load.registration__photo-load--change {
    width: 180px;
    font-size: 13px;
    line-height: 14px;
    text-align: center;
    color: #fff;
    background-color: #005377;
    border-radius: 20px;
    padding: 13px 0;
    margin-bottom: 0;
    cursor: pointer;
}

.questionActiveForm  .registration__photo-load--change:hover {
    border-color: transparent;
}

@media(max-width: 799px) {
    .privacy.main-content--white {
        padding-top: 15px;
    }

    .free-questions__vip-title {
        font-size: 25px;
    }

    .questions__item-date {
        margin-left: 0;
    }
}

.amaranth-color {
    color: #E52B50;
}

.questions__item-text--info {
    font-size: 14px;
    margin-top: 18px;
    margin-bottom: 20px;
}

@media (max-width: 799px) and (min-width: 426px) {
    .questions__item::before {
        height: calc(100% - 60px);
    }
}

@media (max-width: 425px) {
    .questions__item-text--info {
        font-size: 12px;
    }

    .questions__item-answers--moderator {
        margin-top: 20px;
        line-height: 13px;
    }
}

.free-questions__vip-row--expert {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
}

@media(min-width: 800px) {
    .free-questions__vip-row--expert .btn{
        margin-right: 60px;
    }
}

.expert-menu__item:not(:last-child) {
  margin-bottom: 5px;
}

.expert-menu__item--active .expert-menu__link {
  color: #004262;
}

/* footer hint */

.footer-hint {
    position: fixed;
    width: 260px;
    padding: 15px 20px;
    margin-left: -130px;
    left: 50%;
    bottom: 67px;
    background: #ffffff;
    border-radius: 20px;
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
}

.footer-hint::after {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  left: 50%;
  bottom: -4px;
  margin-left: -4px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.25);
}

.footer-hint__text {
  line-height: 18px;
  font-size: 14px;
  text-align: center;
  color: #004262;
}

.footer-hint__buttons {
  margin-top: 13px;
  text-align: center;
}

.btn--footer-hint {
  font-size: 12px;
  padding: 7px 0;
  width: 100px;
}

@media (max-width: 799px) {
    .aside {
        padding-left: 0;
    }

    .aside .main-list {
        padding-left: 20px;
    }

    .main-item__header-row--border {
        -webkit-border-image: none;
             -o-border-image: none;
                border-image: none;
    }

    .questions {
        -webkit-border-image: none;
             -o-border-image: none;
                border-image: none;
    }
}

/* client card */

.modal-dialog--client-card {
    max-width: 890px;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
}

.chat-card__name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chat-card__chat {
    margin-left: 20px;
}

.chat-card__questions-text--person {
    color: #828282;
}

.chat-card__questions-text--person .black {
  color: #333;
}

.chat-card__icon {
    margin-left: 7px;
}

.chat-card__accounts-row--empty {
    display: block;
    margin-bottom: 10px;
    color: #828282;
}

.chat-card__loader {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.6);
    z-index: 200;
}

.chat-card__loader::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background: url("../../img/whait.gif") center no-repeat;
}

.chat-card--loading .chat-card__loader {
    display: block;
}

.chat-card--adaptive {
    min-height: 50vh;
}

.chat-card__close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.chat-card--loading .chat-card__close {
    display: none;
}

.chat-card--loading {
    overflow: hidden !important;
}

.chat-card__header-row {
    margin-bottom: 0;
}

.chat-card__header-consult {
    margin-top: 10px;
}

.chat-card__questions-users {
    flex-wrap: wrap;
    margin-bottom: 0;
}

.chat-card__questions-user {
    margin-bottom: 20px;
}

.chat-card__questions-block {
    margin-bottom: 20px;
}

.chat-card__questions-answer {
    margin-top: 20px;
}

@media (max-width: 799px) {
    .chat-card__chat {
        font-size: 12px;
        line-height: 15px;
        margin-left: 0;
    }

    .chat-card__name,
    .chat-card__id {
        margin-bottom: 3px;
    }

    .chat-card__header-row {
        padding-bottom: 15px;
        -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
    }

    .chat-card__header-consult {
        padding-top: 15px;
        margin-top: 0;
        margin-bottom: 15px;
        border-top: 1px solid #E9EDF6;
    }

    .chat-card__header-consult::before {
        top: 17px;
    }

    .chat-card__wrapper--adaptive {
        max-height: none;
        overflow-y: auto;
    }

    .chat-card--adaptive {
        min-height: 100vh;
    }

    .chat-card__close {
        top: 15px;
        right: 15px;
    }

    .chat-card__loader::before {
        top: 50vh;
    }

    .chat-card__questions-users {
        margin-bottom: 0;
    }

    .chat-card__questions-user:last-child {
        margin-bottom: 0;
    }

    .chat-card__questions-text--person {
        font-size: 13px;
    }

    .chat-card__questions-user,
    .chat-card__gallery-link {
        -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    }

    .chat-card__questions-photo {
        height: 50px;
        width: 50px;
        margin-top: 7px;
    }
}

/* pagination */

.pagination-item__last {
    margin-left: 6px;
    margin-right: -14px;
    padding: 0;
    min-width: 0;
    width: 9px;
    border: none;
}

.pagination-item__last::before {
    content: '';
    display: block;
    position: absolute;
    width: 9px;
    height: 32px;
    top: 0;
    right: auto;
    left: 0;
    background: url("../img/icons/dotted.svg") center no-repeat;
}

@media (max-width: 425px) {
    .pagination-item__last {
        margin-left: 3px;
        margin-right: -7px;
    }

    .pagination-item__last::before {
        height: 26px;
    }
}

@media (min-width: 800px) {
    .tab-content {
        padding-top: 40px;
    }

    .expert-profile__blog-date.expert-profile__blog-date--article {
        display: block;
        order: 2;
        padding: 0 10px;
        color: #828282;
    }

    .expert-profile__blog-photo:empty {
        display: none;
    }

    .expert-profile__blog-photo {
        display: none;
    }

    .expert-profile__blog-more-nojs.expert-profile__blog-more--blog {
        min-width: 152px;
        font-size: 15px;
        line-height: 15px;
        text-decoration: none;
    }
}

.useful-articles__rating-star {
    cursor: default;
}

.useful-articles__rating-wrapper.js-article-rate .useful-articles__rating-star:hover {
    cursor: pointer;
}

.useful-articles__column_link {
    border-color: #B3CBD6;
}

.useful-articles__content-title::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.useful-articles__content-title--active::after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.useful-articles__rating-star:not(.useful-articles__rating-star--good):hover {
    background: url(../img/status/rating.svg) no-repeat 0 0;
    background-size: cover;
}

.useful-articles__rating-wrapper.js-article-rate .useful-articles__rating-star:hover {
    background: url("../img/status/rating-good.svg") no-repeat 0 0;
    background-size: cover;
}

.useful-articles__section {
    width: 100%;
    margin-right: 0;
    position: relative;
}

.useful-articles__content-item { 
    font-weight: bold;
}
.useful-articles__content-subitem { 
    font-weight: normal;
}
/* main articles link */

.useful-articles__list {
    height: 225px !important;
    margin-bottom: -30px;
    margin-top: 10px;
}

.useful-articles__item {
    margin-bottom: 30px !important;
}

.complex__footer {
    position: relative;
}

.complex__footer .landing-quiz__error {
    top: -20px;
}

.useful-articles__header {
    color: #333333;
}

.useful-articles__header2 {
    margin: 25px 0 15px;
}

@media (max-width: 1250px) {
  .useful-articles__list {
    height: 280px !important;
  }
}

@media (max-width: 960px) {
  .useful-articles__list {
    height: 340px !important;
  }
}

@media (max-width: 799px) {
  .useful-articles__list {
    height: 280px !important;
    margin-bottom: -20px;
  }

  .useful-articles__item {
    margin-bottom: 20px !important;
    padding-right: 10px;
    font-size: 13px;
  }

  .useful-articles__link {
    display: inline;
    line-height: 15px;
  }
}

@media (max-width: 670px) {
  .useful-articles__list {
    height: 370px !important;
  }
}

@media (max-width: 425px) {
  .useful-articles__list {
    height: 500px !important;
    margin-top: 10px;
  }

  .useful-articles__item {
    width: 50%;
    line-height: 20px;
  }

  .useful-articles__header2 {
    margin-top: 5px;
    margin-bottom: 13px;
  }
}

/* client account */

.client__block-row {
    align-items: flex-start;
}

.client__block-row .client__btn {
    margin-top: 20px;
}

.client__btn-loading {
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
    background: url("../../img/whait.gif") center no-repeat;
    background-size: contain;
    color: #219653;
}

.client__btn-loading--success {
    background-image: none;
}

.client__block-row .client__btn-loading {
    margin-top: 20px;
    flex-shrink: 0;
}

.modal-box-alert_notification .modal-box-alert__button {
    max-width: none;
}

.client__photo-image {
    overflow: hidden;
    border-radius: 10px;
    width: 200px;
    height: 200px;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.client__photo-image > img {
  width: auto;
  max-width: 200px;
  max-height: 200px;
}

.client__photo-image__empty {
    color: #ffffff;
    font-size: 120px;
    width: 200px;
    height: 200px;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background-color: #B3CBD6;
}

.client__photo-image__empty.hide {
    display: none;
}

.client__photo .progress-bar {
    margin: 0 auto;
}

.client__photo .form__error {
    display: block;
}

.change-password-form {
    margin-bottom: 0;
}

.my-questions__header-btn:hover {
    color: #ffffff;
}

.my-questions__new:hover {
    color: #ffffff;
}

.modal-header__icon {
    margin-right: 10px;
}

.experts-tag__block--no-position .experts-tag__block-avatar {
    padding-top: 0;
}

.experts-tag__block--no-position .experts-tag__block-status_wrap {
    bottom: 5px;
}

.experts-tag__block-row.experts-tag__block-row--header .tooltip__item.tooltip__item--newbie {
    padding-left: 0px;
}

.experts-tag__block-row.experts-tag__block-row--header .tooltip__item {
    font-size: 12px;
    line-height: 15px;
}

.case__text, .experts-tag, .continuation, .ritual, .useful-articles__content {
    font-style: normal;
    font-weight: normal;
}
/* quote tag styles */
.useful-articles__extended_autho_wrapper .useful-articles__author {
    display: flex;
    flex-direction: row;
}

.useful-articles__extended_autho_wrapper .useful-articles__author-top_section {
    display: flex;
}

.useful-articles__author-content {
    display: flex;
    flex-direction: column;
}

.useful-articles__author-bottom_section {
    padding-top: 6px;
}

.useful-articles__author-profile {
    display: inline-block;
    font-size: 12px;
}

.useful-articles__article blockquote {
    background: #F3F3F3;
    border-radius: 10px;
    position: relative;
    padding: 12px 15px 15px 15px;
    font-size: 15px;
    line-height: 20px;
    margin: 20px 0;
}

@media (max-width: 425px) {
    .useful-articles__article blockquote {
        margin: 15px 0;
    }
}

@media (min-width: 960px) {
    .useful-articles__article blockquote {
        margin: 30px 0;
    }
}

.useful-articles__article blockquote:before {
    content: '';
    float: left;
    width: 32px;
    height: 26px;
    margin: 7px 10px 0 0;
    background-image: url(../../img/icons/quote.svg);
}

.useful-articles__article .useful-articles__extended_autho_wrapper .useful-articles__author-row {
    font-size: 15px;
    margin-bottom: 7px;
}

.useful-articles__article .useful-articles__extended_autho_wrapper .useful-articles__author-row.useful-articles__author-description {
    font-size: 15px;
    margin-bottom: 30px;
}

.useful-articles__extended_autho_wrapper .useful-articles__author-image {
     display: none; 
}

.useful-articles__extended_autho_wrapper .useful-articles__author-desktop_image {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    margin-right: 15px;
}

.useful-articles__author-desktop_image img, .useful-articles__author-image img {
    width: 100%;
    border-radius: 5px;
}

.useful-articles__author-bottom_section .main-item__text {
    width: 345px;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0;
}

@media (max-width: 799px) {
    .useful-articles__author-desktop_image {
        display: none;
    }

    .useful-articles__extended_autho_wrapper .useful-articles__author-image {
        display: block;
        width: 50px;
        height: 50px;
    }

    .useful-articles__article .useful-articles__extended_autho_wrapper .useful-articles__author-row {
        font-size: 14px;
        margin-bottom: 2px;
    }

    .useful-articles__article .main-item__header-row {
        flex-direction: row;
        flex-flow: wrap;
    }

    .useful-articles__article .main-item__header-item {
        margin-right: 10px;
        margin-bottom: 0;
        line-height: 15px;
    }
}
/* end quote styles */
.useful-articles__article .questions__wrapper {
    padding-top: 15px;
}

.useful-articles__content-item::before {
    content: none;
}

.useful-articles__content-subitem::before {
    content:none;
}

.switch {
    cursor: pointer;
}

.client-notifications-form .form-check {
    padding-left: 0;
    display: flex;
}

.client-notifications-form .form-check-label {
    color: #333333 !important;
}

.main-item__text span {
    font-weight: bolder;
}

.client-profile-form {
    margin-bottom: 24px;
}

.client-profile-form:last-child {
    margin-bottom: 0;
}

@media (max-width: 960px) and (min-width: 769px) {
  .client__block-row .client__btn,
  .client__block-row .client__btn-loading {
    margin-top: 0;
  }
}

@media (max-width: 425px) {
  .client__block-row .client__btn,
  .client__block-row .client__btn-loading {
    margin-top: 0;
  }

  .client-notifications-form .client__block-footer {
    text-align: center;
  }

  .client-notifications-form .client__btn {
    width: auto;
  }

  .useful-articles__author-bottom_section .main-item__text {
    width: 100%;
  }
}

/* mobile orientation */

.mobile-orientation {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mobile-orientation--show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.rotate__block {
    flex-shrink: 0;
    margin-bottom: 12px;
}

/* confirm email */

.form__wrapper--repeat {
    margin-bottom: 0;
}

.form__text--support p {
    margin-bottom: 5px;
}

/* support page */

.support__btn-loading {
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
    background: url("../../img/whait.gif") center no-repeat;
    background-size: contain;
    color: #219653;
}

.input-text--captcha {
    width: 100%;
}

.captcha-field {
    position: relative;
    padding-right: 130px;
}

.captcha-field__image {
    position: absolute;
    top: 18px;
    right: 0;
}

.captcha-field__image img {
    cursor: pointer;
    height: 40px;
    width: 120px;
}

.input-text--captcha.input-text--error ~ .form__error {
    display: block;
}

.case {
    margin-top: 25px;
    margin-bottom: 25px;
}

.seo .form__wrapper {
    width: 100%;
}

.seo .form__wrapper--half {
    width: 50%;
}

.seo .registration__photo-area.field-articleform-image {
    height: 220px;
}

.seo .registration__photo-area.field-articleform-image .upload-block {
    margin: 20px;
    width: 130px;
}

.seo .registration__photo-area.field-articleform-image .upload-block .registration__photo-load {
    margin-bottom: 10px;
}

.seo .registration__photo-area.field-articleform-image .upload-block .registration__photo-content {
    width: 130px;
}

.seo .form__error {
    display: inherit;
    padding: 0px;
}

.seo__articles-item_delete {
    cursor: pointer;
    margin-left: 5px;
}

.seo__articles-item_delete img {
    width: 19px;
    height: 19px;
}

.seo__similar_links a {
    display: inline;
    text-decoration: underline;
}

.cke_dialog_contents {
    min-width: 300px;
}

.seo__status-change,
.seo__status-delete {
    display: inline-block;
    cursor: pointer;
}

.seo__search-block .radio-label {
    cursor: pointer;
}
.seo__status-history {
    max-width: 480px;
}
.seo__status-history__loader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.6);
    z-index: 200;
}

.seo__status-history__loader::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background: url("../../img/whait.gif") center no-repeat;
}

.seo__status-history_body {
    min-height: 100px;
}
.seo__status-table_td { 
    min-width: 98px;
}

/* expert account */

.expert-profile_edit__sidebar-item > img {
  display: none;
  height: 38px;
  width: 20px;
}

.expert-profile_edit__sidebar-item--active > img {
  display: block;
}

.expert-profile_edit__sidebar-item--high.expert-profile_edit__sidebar-item--active > img {
  width: 30px;
  height: 50px;
}

.expert-profile_edit__sidebar-item--statuses.expert-profile_edit__sidebar-item--active > img {
  width: 30px;
  height: 58px;
}

.expert-profile_edit__sidebar-item--status .expert-profile_edit__sidebar-link {
    width: auto;
}

.tab-mobile__link:hover {
    color: #ffffff;
}

.expert-profile_edit__sidebar-item.expert-profile_edit__sidebar-item--active .status {
    background-color: #ECF4F9;
    padding: 9px 0;
    flex-grow: 1;
}

.progress-bar--status {
    display: block;
}

.security__block-row img {
    margin-right: 10px;
}

@media (min-width: 576px) {
  .modal-dialog--small-top {
    margin: 1.75rem auto;
  }
}

.expert__btn-loading {
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
    background: url("../../img/whait.gif") center no-repeat;
    background-size: contain;
    color: #219653;
}

.expert__btn-loading--success {
    background-image: none;
}

.modal-description--google {
    position: relative;
}

.change-password-success {
    display: none;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff; 
}

.change-password-success .modal-body {
    height: calc(100% - 60px);
    margin-bottom: 0;
}

.google__activated {
    height: 100%;
}

.google__activated-title img {
  margin-right: 20px;
}

.expert-profile_edit__sidebar-item .status {
    color: #005377;
}

.expert-profile_edit__sidebar-item .status--newbie {
    color: #828282;
}

.expert-profile_edit__sidebar-item .status--spec {
    color: #6099B3;
}

.expert-profile_edit__sidebar-item .status--master {
    color: #DD586E;
}

.expert-profile_edit__sidebar-item .status--magistr {
    color: #993366;
}

.expert-status__row-progress .progress-bar__filling {
    width: 0;
}

.expert-status__row-count {
    white-space: nowrap;
}

.expert-rating__table {
    width: 100%;
}
.expert-rating__table-td {
    font-size: 16px;
}

.expert-rating__table-header--active {
    border-bottom: 1px solid #6099B3;
}

.expert-rating__select--loading {
    display: none;
    width: 300px;
    height: 40px;
    background: url("../../img/whait.gif") center no-repeat;
    background-size: contain;
}

.expert-rating__table--loading {
    opacity: 0.5;
}

.expert-rating__section,
.expert-rating__section:before {
    display: none;
}

.expert-rating__section--up:before,
.expert-rating__section--down:before,
.expert-rating__section--same:before {
    display: block;
}

.expert-rating__section--same::before {
  background: url("../img/expert/arrow-same.svg") no-repeat 50% 50%;
}

.expert-profile_edit__change {
    cursor: pointer;
    margin-bottom: 0;
}

.expert-avatar-upload__container .progress-bar {
    margin: 0 auto;
}

.expert-avatar-upload__container .form__error {
    display: block;
    width: 200px;
}

.expert-gallery-upload__container {
    text-align: center;
}

.expert-gallery-upload__container .progress-bar {
    margin: 0 auto;
}

.expert-gallery-upload__container .form__error {
    display: block;
    width: 200px;
}

.expert-audio-upload__container input[type="file"] {
    display: none;
}

.expert-audio-upload__container .progress-bar {
    margin: 0 auto;
}

.expert-audio-upload__container .form__error {
    display: block;
    max-width: 200px;
}

.expert-profile__image-wrapper--edit {
    max-height: none;
}

.expert-profile__image--edit img {
    border-radius: 5px;
}

.expert-profile__image-delete--loading {
    background: url("../../img/whait.gif") center no-repeat;
    background-size: contain;
}

.expert-profile-form {
    padding-top: 0;
    padding-bottom: 0;
}

.expert-profile-form .charset-counter {
    display: none;
}

.expert-profile-form .form__error {
    display: block;
}

.expert-profile_edit__block.form__block {
    margin-bottom: 27px;
}

.expert-profile-form__btn--loading {
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
    background: url("../../img/whait.gif") center no-repeat;
    background-size: contain;
    color: #219653;
}

.expert-profile-form__btn--loading--success {
    background-image: none;
}

.expert-profile_edit__info-wait {
    text-align: center;
    font-size: 16px;
    color: #DD586E;
    font-size: 20px;
}

.expert-profile__header-text--red {
    color: #DD586E;
    font-size: 20px;
}

.expert-payinfo-form {
    padding-top: 0;
    padding-bottom: 0;
}

.field-payinfoform-paypal {
    margin-right: 0 !important;
}

.expert-stock-form {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
}

.expert-stock__edit:hover {
    color: #ffffff;
}

.expert-stock__btn--loading {
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
    background: url("../../img/whait.gif") center no-repeat;
    background-size: contain;
    color: #219653;
}

.expert-stock__btn--loading--success {
    background-image: none;
}

.expert-profile__blog-message img {
    display: inline-block;
    min-width: 14px;
    margin-right: 5px;
    vertical-align: top;
    margin-top: 3px;
}

.expert-profile__blog-message span {
    vertical-align: middle;
}

.expert-profile__blog--rejected {
    border: 1px solid #DD586E !important;
}

.expert-profile__blog-article_input .form__error {
    display: block;
}

.expert-profile__blog-article_photo-empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 270px;
  height: 270px;
}

.expert-profile__blog-article_photo-img {
  max-width: 270px;
  max-height: 270px;
  display: none;
}

.expert-profile__blog-article_photo--img .expert-profile__blog-article_photo-img {
    display: block;
}

.expert-profile__blog-article_photo--img .expert-profile__blog-article_photo-empty {
    display: none;
}

.expert-profile__blog-title--article {
    display: block;
    margin-bottom: 12px;
}

.expert-profile__blog-header--article-mb {
    margin-bottom: 15px;
}

.blog-save-form {
    padding: 0;
}

.expert-video__upload {
    margin-bottom: 0px;
    display: block;
}
.expert-agreement__load-wrapper {
    margin: 0 0 10px;
}

.expert-video__upload .expert-agreement__load-name, .expert-video__upload .expert-video__upload-name {
    display: none;
}
.expert-agreement__load-wrapper.upload-block--uploaded .expert-agreement__load-name, .expert-blog__video.upload-block--uploaded .expert-video__upload-name {
    display: block;
}
.expert-blog__footer-sign {
    margin-left: 0;
    margin-top: 10px;
}

.expert-agreement__load-wrapper.upload-block--uploaded .expert-agreement__load {
    border-color: #BDBDBD;
    background-color: transparent;
    color: #005377;
    width: 160px;
}
.expert-profile_edit__content--article .form__error {
    display: block;
    font-size: 12px;
}
.field-expertblog-title .form__error, .field-expertblog-seo_description .form__error {
    margin-top: -18px;
}
.field-expertblog-video_preview .form__error, .field-expertblog-image .form__error {
    text-align: left;
    margin-top: -20px;
}
.field-expertblog-video_link .form__error, .expert-agreement .form__error, .expert-video__upload .form__error, .field-expertblog-accept_terms .form__error, .field-expertblog-seo_type .form__error { 
    text-align: left;
}
.expert-agreement .hidden-field {
    margin-bottom: 20px
}

.expert-video__article-container--filled .title, .expert-video__article-container--filled .error-message {
    display: none;
}
.notifications-item__btn-container {
    margin-left: auto;
}

.notifications-item__row--footer .notifications-item__btn--read {
    display: none;
}

.profile-has-changes {
    border: 1px solid #DD586E;
    border-radius: 10px;
    position: relative;
}

.profile-has-changes::before {
    content: 'Блок с изменениями';
    display: block;
    position: absolute;
    top: 0px;
    right: 10px;
    color: #DD586E;
    white-space: nowrap;
}

.expert-profile__avatar.profile-has-changes {
    width: 250px;
    height: 250px;
}

.expert-profile__image-wrapper.profile-has-changes {
    padding: 30px 15px 15px;
    min-height: 155px;
    max-height: 155px;
}

.expert-profile__header-audio.profile-has-changes {
    padding-top: 30px;
    padding-bottom: 10px;
}

.expert-profile__block--stock {
    position: relative;
}

.expert-profile__block--stock.expert-profile__blog--moderate {
    border: 1px solid #828282;
}

.expert-profile__block--stock.expert-profile__blog--rejected {
    border-radius: 10px;
}

.expert-profile__block--stock .expert-profile_edit__change {
    display: inline-block;
}

.moderator__section-text a {
    color: #005377;
    -webkit-text-decoration: underline #B3CBD6;
        text-decoration: underline #B3CBD6;
}

.expert-profile__blog-message--article {
    top: 0;
    margin-bottom: 10px;
}

.expert-profile__blog--finished .expert-profile__blog-message {
    color: #000000;
}

.expert-status__section--status-new p {
    font-size: 16px;
}

.expert-status__section--status-new a {
    color: #005377;
    -webkit-text-decoration: underline #B3CBD6;
          text-decoration: underline #B3CBD6;
}

.expert-status__section--status-new a:hover {
    text-decoration: none;
}

.notifications-item__text p {
    margin-bottom: 0;
}

.expert-profile_edit__stock-sign__success {
    color: #219653;
}

.expert-profile_edit__stock-sign__reload {
    font-size: 12px;
    font-style: italic;
}

.expert-profile_edit__field {
    position: relative;
}

.expert-profile_edit__field--note > .textarea.textarea-scrollbar {
    padding-bottom: 30px;
}

.expert-profile_edit__field--note .textarea {
    height: 175px;
}

.expert-profile_edit__note {
    font-size: 12px;
    line-height: 15px;
    padding-left: 20px;
    color: #828282;
    font-style: italic;
    position: absolute;
    bottom: 7px;
}

.field-expertblog-text .cke_textarea_inline {
    outline: none;
    min-height: 300px;
    padding: 15px;
    font-size: 14px;
    line-height: 18px;
    border-radius: 10px;
    border: 1px solid #BDBDBD;
    background-color: #fff;
    word-break: break-word;
}

.field-expertblog-text .cke_widget_image {
    display: block;
    margin: 15px 0;
}

.field-expertblog-text .cke_widget_image[style="float: right;"] {
    margin-left: 15px;
}

.field-expertblog-text .cke_widget_image[style="float: left;"] {
    margin-right: 15px;
}

.field-expertblog-text .cke_textarea_inline p {
    margin-bottom: 10px;
}

.field-expertblog-text .input-text--error + .cke_textarea_inline {
    border: 1px solid rgb(221, 88, 110) !important;
}

.expert-crm__archive-item_ava--letter {
    font-size: 22px;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-left: 2px;
}

.expert-crm__modal--loading .expert-crm__modal-footer {
    background: url("../img/whait_tr.gif") no-repeat center;
    background-size: contain;
}

.expert-crm__modal--loading .expert-crm__modal-add {
    visibility: hidden;
}

.expert-crm__statuses-item_btn--loading {
    background: url("../img/whait_tr.gif") no-repeat center;
    background-size: contain;
    border: none;
    opacity: 1;
}

.nav-tabs .nav-link--edit-small {
    font-size: 15px;
    padding: 14px 15px;
}

.modal-body__row--loading {
    background: url("../../img/whait.gif") center no-repeat;
    background-size: contain;
}

.modal-body__row--loading > * {
    visibility: hidden;
}

.divination-create-form {
    padding: 0;
}

.expert-divination__create-field:not(:last-child) {
    margin-bottom: 12px;
}

.expert-divination__create-row--author {
    display: none;
}

.divination-create-form--loading .expert-divination__create-footer,
.divination-create-form--loading .expert-divination__step-footer {
    background: url("../../img/whait.gif") center no-repeat;
}

.divination-create-form--loading .expert-divination__create-footer > *,
.divination-create-form--loading .expert-divination__step-footer > * {
    visibility: hidden;
}

.divination-create-form--step1 {
    max-width: 565px;
    margin-left: 0;
}

.divination-create-form--step1 .form__block {
    width: 100%;
}

.expert-divination__step-block_row--price {
    align-items: flex-start;
}

.expert-divination__step-block_sign {
    padding-top: 30px;
}

.field-divinationstep2-price {
    margin-bottom: 0 !important;
}

.expert-divination__step-settings_add.input-text--error + .form__error {
    display: block;
    text-align: left;
    margin-left: 20px;
}

.input-search--error {
    border-color: #DD586E;
}

.input-search--error + .form__error {
    display: block;
}

.expert-divination__way-block_footer--loading {
    background: url("../../img/whait.gif") center no-repeat;
}

.expert-divination__way-block_footer--loading > * {
    visibility: hidden;
}

.expert-divination__way-footer--loading {
    background: url("../../img/whait.gif") center no-repeat;
}

.expert-divination__way-footer--loading > * {
    visibility: hidden;
}

.expert-divination__way-footer--success {
    color: #219653;
    justify-content: center;
}

.client-divination__catalog-wrapper .pagination-list {
    padding-top: 0;
    margin-bottom: 20px;
}

.client-divination__table--end,
.client-divination__table--process {
    display: none;
}

.client-divination__settings-wrapper--shuffle .client-divination__settings-sign,
.client-divination__settings-wrapper--shuffle .client-divination__table--start {
    display: none;
}

.client-divination__settings-wrapper--shuffle .client-divination__table--end {
    display: block;
}

.client-divination__signifier-select + .form__error {
    display: block;
    text-align: left;
}

.client-divination__signifier-select--disable .select__field {
    border: 1px solid #BDBDBD;
    border-radius: 24px;
}

.client-divination__signifier-select--disable .select__arrow,
.client-divination__signifier-select--disable .select__list {
    display: none !important;
}

.client-divination__table-window_footer--loading {
    background: url("../../img/whait_tr.gif") center no-repeat;
    background-size: contain;
}

.client-divination__table-window_footer--loading > * {
    visibility: hidden;
}

.client-divination__table.douplicate-table {
    position: fixed;
    top: 0;
    left: 0;
}

.divination-review-form {
    display: block;
    padding: 0;
    margin: 0;
}

.form__block--divination-review:not(:last-child) {
    margin-bottom: 30px;
}

.client-divination__feedback-textarea {
    margin-bottom: 0;
}

.client-divination__feedback-row {
    display: block;
}

.client-divination__feedback-rating {
    display: flex;
    align-items: center;
}

.client-divination__feedback-rating-hidden .form__error {
    max-width: 320px;
}

.client-divination__feedback-rating .rating-big__item {
    cursor: pointer;
    width: 20px;
    background: url("../img/divinations/rating-star.svg") no-repeat left center;
    background-size: contain;
    margin-right: 0;
}

.client-divination__feedback-rating .rating-big__item--active {
    background-image: url("../img/divinations/rating-star-active.svg");
}

.divination-review-form--loading .client-divination__feedback-footer > * {
    visibility: hidden;
}

.divination-review-form--loading .client-divination__feedback-footer {
    background: url("../../img/whait.gif") center no-repeat;
}

.client-divination__feedback-new {
    width: auto;
}

.client-divination__feedback-cancel {
    display: block;
    width: auto;
    margin-left: auto;
}

.client-divination__feedback-block_name a {
    color: #005377;
    -webkit-text-decoration: underline #B3CBD6;
    text-decoration: underline #B3CBD6;
}

.client-divination__feedback-block_comment--edit {
    padding-left: 0;
}

.client-divination__feedback-block_comment-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
    flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    justify-content: space-between;
}

.client-divination__feedback-block_comment-footer--loading > * {
    visibility: hidden;
}

.client-divination__feedback-block_comment-footer--loading {
    background: url("../../img/whait.gif") center no-repeat;
}

.expert-divination__step-block--free {
    padding-left: 15px;
}

.client-divination__header--new {
    width: 100%;
}

.expert-profile__divination-alignment {
    background-color: transparent;
}

.client-divination__catalog-card_block-shirt {
    display: inline-block;
}

.client-divination__catalog-card_block-shirt img {
    max-height: 128px;
    display: block;
}

.client-divination__catalog-card_block-row--cards {
    display: block;
}

.expert-profile__divination-item_alignment-row--cards {
    display: block;
}

.expert-profile__divination-item_alignment-item {
    display: inline-block;
}

.expert-profile__divination-item_alignment-item img {
    max-height: 128px;
    display: block;
}

.client-divination__notice {
    text-align: center;
    font-size: 20px;
    line-height: 35px;
    color: #004262;
    padding: 60px 20px;
}

.client-divination__table-send {
    display: none;
    position: absolute;
    top: 30px;
    left: 25px;
}

.client-divination__table-send--rune {
    top: auto;
    bottom: 30px;
}

.client-divination__table-send__btn {
    width: 245px;
    padding: 17px 0;
    text-align: center;
}

.client-divination__table--process.__finished .client-divination__table-send {
    display: block;
}

.client-divination__table--process.__finished .client-divination__table-tooltip,
.client-divination__table--process.__finished .client-divination__table-deck--process {
    display: none;
}

@media (max-width: 1250px) {
    .nav-tabs .nav-link--edit-small {
        font-size: 12px;
        padding: 10px 5px;
    }
}

@media (max-width: 960px) {
    .expert-profile_edit__field--note > .textarea.textarea-scrollbar {
        padding-bottom: 15px;
    }

    .expert-profile_edit__note {
        display: none;
    }

    .nav-tabs .nav-link--edit-small {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 799px) {
  .google__activated-title img {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .expert-profile__blog-message img {
    margin-top: 2px;
  }

  .expert-profile__blog-message--article img {
    margin-top: 0;
  }

  .expert-profile__block--stock .expert-profile__blog-message {
    padding-left: 0;
  }

  .expert-profile__block--stock.expert-profile__blog--moderate .expert-profile__blog-message {
    padding-top: 10px;
  }

  .expert-profile__blog-article_photo {
    padding: 0;
  }

  .expert-profile__blog-article_photo-img {
    max-width: 290px;
    max-height: 290px;
  }

  .expert-profile__blog-article_photo-empty {
    height: 100%;
    padding: 80px 20px 25px 20px;
  }

  .expert-profile__block--stock.expert-profile__blog--moderate {
    border: none;
    border-bottom: 1px solid #F3F3F3;
  }

    .notifications-item__row--footer .notifications-item__btn--read {
        display: block;
    }

    .expert-profile__blog--rejected,
    .expert-profile__blog--moderate,
    .expert-profile__blog--finished {
        padding-top: 0;
        border-radius: 10px;
    }

    .expert-blog__btn-container {
        width: 100%;
    }

    .expert-divination__step-settings_add.input-text--error + .form__error {
        text-align: center;
        padding-right: 0;
        margin-top: 10px;
        margin-left: 0;
    }

    .modal-body__row--loading {
        background-size: unset;
    }

    .client-divination__feedback-block_comment-footer {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
        flex-direction: column;
    }

    .client-divination__catalog-card_block:first-child {
        margin-right: 25px;
    }

    .client-divination__catalog-card_block-shirt,
    .client-divination__catalog-card_block-shirt img {
        width: auto;
        max-height: 32px;
    }

    .client-divination__catalog-card_block-shirt--round,
    .client-divination__catalog-card_block-shirt--round img {
        max-height: 28px;
    }

    .client-divination__catalog-card_block-shirt--card,
    .client-divination__catalog-card_block-shirt--card img {
        max-height: 50px;
    }

    .expert-profile__divination-alignment {
        width: 50px;
        height: 50px;
    }

    .expert-profile__divination-alignment_card {
        width: 5px;
        height: 8px;
    }

    .expert-profile__divination-alignment_rune {
        width: 3px;
        height: 4px;
    }

    .expert-profile__divination-alignment_rune-round {
        width: 4px;
        height: 4px;
    }

    .expert-profile__divination-alignment_card.rotate {
        width: 8px;
        height: 5px;
        margin-top: 2px;
        margin-left: -1px;
        background-image: url("../img/divinations/card-small-rotate.svg");
            -webkit-transform: none;
            -ms-transform: none;
        transform: none;
    }

    .client-divination__catalog-card_payment {
        font-size: 14px;
        line-height: 18px;
    }

    .client-divination__catalog-card_payment .count {
        margin-left: auto;
    }

    .expert-profile__divination-item_price {
        margin-left: auto;
        font-size: 16px;
    }

    .expert-profile__divination-item_block--row {
        flex-direction: row;
    }

    .expert-profile__divination-item_alignment:not(:last-child) {
        margin-right: 25px;
        margin-bottom: 0;
    }

    .expert-profile__divination-item_alignment-item,
    .expert-profile__divination-item_alignment-item img {
        width: auto;
        max-width: none;
        max-height: 32px;
    }

    .expert-profile__divination-item_alignment-item--round,
    .expert-profile__divination-item_alignment-item--round img {
        max-height: 28px;
    }

    .expert-profile__divination-item_alignment-item--card,
    .expert-profile__divination-item_alignment-item--card img {
        max-height: 50px;
    }

    .client-divination__catalog-card_block-row--cards {
        max-height: 50px;
        margin-bottom: 0;
    }

    .expert-profile__divination-item_alignment-row--cards {
        max-height: 50px;
        margin-bottom: 0;
    }

    .client-divination__notice {
        font-size: 16px;
        line-height: 25px;
    }

    .client-divination__table-send {
        top: 15px;
        left: 15px;
    }

    .client-divination__table-send--rune {
        top: auto;
        bottom: 15px;
    }

    .client-divination__table-send__btn {
        width: 160px;
        font-size: 14px;
        padding: 7px 0;
    }
}

@media (max-width: 425px) {
  .change-password-success {
    left: 15px;
    right: 15px;
    bottom: 15px
  }
  .expert-stock__btn-container {
    width: 100%;
  }
  .expert-blog__image-container {
    height: 162px;
  }
  .expert-blog__image-load {
    margin-top: -35px;
  }
  .field-expertblog-accept_terms {
    margin-top: 12px;
  }
}

@media (max-width: 320px) {
  .expert-profile__block--stock .expert-profile_edit__change:not(:last-child) {
    margin-bottom: 15px;
  }
}

.expert-pay__table #payment_form {
    display: inline;
}

.expert-pay__table #payment_form .btn {
    background: none;
    color: #333;
    text-decoration: underline;
    display: inline;
    padding: 0;
    border-radius: 0;
}

.expert-pay__table-td--date {
    padding-right: 0;
}

/* expert account end */

.forum__wrapper.forum__wrapper--new form {
    width: 100%;
}

#answer.forum-message.forum-answer-text form {
    width: 100%;
}

.forum-message__block--reply_to form {
    width: 100%;
}

.forum-section__item.forum-section__item--message {
    margin-top: 20px;
}

.forum-section__item--message.forum-section__item--first {
    margin-bottom: 50px;
}

.useful-articles__rating-star--half {
    background: url(../img/status/halfstar.svg) no-repeat 0 0;
    background-size: cover;
}

.useful-articles__rating-star--good.useful-articles__rating-star--half {
    background: url(../img/status/rating-good.svg) no-repeat 0 0;
    background-size: cover;
}

/* ------ divination ---------*/

.page__content--divination {
    position: relative;
    box-sizing: content-box;
    margin-bottom: 0;
}

.page__content--divination img {
    width: 980px;
    margin: 0 auto;
}

.page__content--divination a {
    text-decoration: underline;
}

.page__content--divination a:hover {
    opacity: 1;
    text-decoration: none;
}

/* ---------moderator---------- */

.moderator-forum--ban::after {
    top: calc(50% - 10px);
    content: url(../img/icons/check.svg);
    position: absolute;
    left: 3px;
}

.moderator-problem-user--check::after {
    content: url(../img/icons/check.svg);
    position: absolute;
    top: -1px;
    left: 3px;
}

.radio:checked + .moderator-user-ban--complain::after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #DD586E;
    position: absolute;
    top: 6px;
    left: 4px;
}
.moderator-expert-profile--info .expert-profile__content {
    width: 100%;
}

.moderator-expert-profile--info .profile-has-changes {
    padding: 20px;
    margin-bottom: 30px;
}

.moderator-expert-profile--info .profile-has-changes .expert-profile__content__block,
.moderator-expert-profile--info .profile-has-changes ul,
.moderator-expert-profile--info .profile-has-changes p:last-child {
    margin-bottom: 0;
}

.moderator-messages__image img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

.moderator-messages__audio-text-label {
    opacity: 0.4;
    padding: 5px 0;
}

.moderator-messages__payment {
    margin-left: auto;
    color: #828282;
    white-space: nowrap;
}

.moderator-messages__loading {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.6);
    z-index: 200;
}

.moderator-messages__loading::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background: url("../../img/whait.gif") center no-repeat;
}

.moderator-messages__message--current {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #DD586E;
    border-radius: 10px;
}

.moderator-messages__message--system .moderator-messages__message-text {
    color: #219653;
}

.moderator-messages__name--system,
.moderator-messages__name--system:hover {
    color: #219653;
    border-bottom: none;
    font-weight: bold;
}

.moderator-messages__name--system::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: url("../img/chat/system-message.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 4px;
  left: -15px;
}

.moderator-messages__check-container--loading {
    position: relative;
}

.moderator-messages__check-container--loading::before {
    content: '';
    display: block;
    margin-top: 20px;
    height: 40px;
    background: url("../../img/whait.gif") center no-repeat;
    background-size: contain;
}

.moderator-messages__check-container--loading .moderator-messages__check {
    display: none;
}

.moderator-table thead {
    border-bottom: 1px solid #F3F3F3;
}

.moderator-table th {
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    color: #828282;
    white-space: nowrap;
}

.moderator-table th:not(:last-child) {
    padding-right: 20px;
}

.moderator-table td {
    font-size: 14px;
    line-height: 18px;
    padding: 12px 15px 7px 0;
    vertical-align: top;
}

.moderator-table__td--text {
    width: 30%;
}

.moderator-client__card-ava img {
    max-width: 100%;
    max-height: 100%;
}

.moderator__section-avatar {
    display: flex;
}

.moderator__section-avatar img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px;
    margin: auto;
}

.expert-stock-form--moderator {
    width: 65%;
    margin-right: auto;
    margin-left: 0;
}

.expert-stock-form--moderator .expert-profile_edit__stock-section,
.expert-stock-form--moderator .expert-profile_edit__stock-wrap {
    width: 100%;
}

.blog-save-form--moderator {
    align-items: flex-start;
}


.moderator-quiz {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
}

.moderator-quiz__show {
    display: inline-block;
    color: #005377;
    text-decoration: underline #B3CBD6;
    cursor: pointer;
}

.moderator-quiz__show:hover {
    text-decoration: none;
}

.moderator-quiz__content {
    margin-top: 15px;
    display: none;
}

.moderator-quiz__item {
    padding-left: 15px;
}

.moderator-quiz__item:not(:last-child) {
    margin-bottom: 15px;
}

.moderator-quiz__question {
    position: relative;
    margin-bottom: 5px;
}

.moderator-quiz__question::before {
    content: '';
    display: block;
    position: absolute;
    left: -15px;
    top: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #005377;
}

.moderator-quiz__answer {
    font-weight: bold;
}

.expert-profile_edit__block--moderator {
    width: 100%;
}

.moderator__section-footer--loading > * {
    visibility: hidden;
}

.moderator__section-footer--loading {
    background: url("../img/whait_tr.gif") no-repeat center;
    background-size: contain;
}

.moderator__section-wrapper--message {
    flex-direction: column;
}

.moderator__section-header-row {
    display: flex;
    align-items: baseline;
    margin-bottom: 5px;
}

.moderator__section-date--message {
    white-space: nowrap;
}

.moderator__section-header--message {
    align-items: flex-start;
}

.moderator-messages__open {
    flex-shrink: 0;
}

/* -------------------------- */
/* -------- admin ------------*/

.admin__profile-avatar {
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.admin__profile-avatar > img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px;
}

.admin__profile-avatar_letter {
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 60px;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background-color: #B3CBD6;
    border-radius: 5px;
}

.admin__profile--client {
    background-color: #F3F3F3;
}

.admin__profile-section--id {
    color: #828282;
}

.admin__header__title__grey {
    color: #CCC;
}

.moderator-messages__message--admin {
    padding: 5px 0;
}

.moderator-client__card-unlock {
    margin-right: 30px;
}

.admin__history-section_block,
.admin__history-section_row {
    align-items: flex-start;
}

.admin-chats-list .admin__history-section_block {
    width: 33%;
}

.bad-client-label {
    cursor: pointer;
}

.bad-client-loading::before {
    width: 20px;
    height: 20px;
    left: 0;
    background: url("../../img/whait.gif") center no-repeat;
    background-size: contain;
    border: none;
}

.bad-client-loading::after {
    display: none;
}

.admin__moderator-settings_input {
    margin-bottom: 0;
}

.admin__moderator-settings_form__fields {
    margin-bottom: 30px;
}

.admin__moderator-settings_delete--loading {
    width: 20px;
    height: 20px;
    background: url("../../img/whait.gif") center no-repeat;
    background-size: contain;
}

.select__name--link {
    color: #333333;
}

.select__name--link:hover {
    color: #005377;
}

.select__name--link-selected {
    color: #DD586E;
}

.admin-chats-list .admin__history-section_info,
.admin-chats-list .admin__history-section_name,
.admin-transactions-list .admin__history-section_info,
.admin-transactions-list .admin__history-section_name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.admin-transactions-container,
.admin-chats-container {
    max-width: calc(100% - 300px);
}

.admin__history-section_client--wide {
    width: 38%;
    padding-right: 10px;
}

.expert-profile__image-prev--admin {
    left: -18px;
}

.expert-profile_edit__header-gallery--admin {
    width: 600px;
}

.expert-profile_edit__header-gallery--admin .form__block {
    display: none;
}

.expert-profile__image-prev--admin,
.expert-profile__image-next--admin {
    cursor: pointer;
}

.admin__statistics-chart_sign--quarter {
    white-space: nowrap;
}
.expert-profile_edit__sidebar-link b {
    color: #DD586E;
}

.moderator-client__card-status {
    margin-left: 10px;
}

.moderator-client__card-info--pay::before {
    content: url("../img/moderator/status-pay-green.svg");
}

.moderator-client__card-question_ava {
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.admin__common-chat-table {
    width: 100%;
}

.admin__common-chat-table tr {
    border-bottom: 1px solid #BDBDBD;
}

.admin__common-chat-table th {
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    padding: 5px 10px;
    color: #828282;
}

.admin__common-chat-table td {
    font-size: 15px;
    line-height: 17px;
    padding: 14px 10px;
    min-width: 90px;
    width: 25%;
    position: relative;
}

.admin__common-chat-table a {
    color: #005377;
    -webkit-text-decoration: underline #B3CBD6;
          text-decoration: underline #B3CBD6;
}

.admin__common-chat-table a:hover {
    text-decoration: none;
}

.admin__common-chat-access {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 20px;
    width: 50px;
    position: relative;
}

.admin__common-chat-access:after {
    content: '';
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: -25px;
    width: 20px;
    height: 20px;
}

.admin__common-chat-access--loading:after {
    display: block;
    background: url("../../img/whait.gif") center no-repeat;
    background-size: contain;
}

.admin__common-chat-access--success:after {
    display: block;
    background: url("../img/icons/answer-green.svg") center no-repeat;
    background-size: contain;
}

.admin__diagnostics-access {
    display: flex;
    position: relative;
    padding-right: 35px;
}

.admin__diagnostics-access:after {
    content: '';
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 0;
    width: 20px;
    height: 20px;
}

.admin__diagnostics-access--loading:after {
    display: block;
    background: url("../../img/whait.gif") center no-repeat;
    background-size: contain;
}

.admin__diagnostics-access--success:after {
    display: block;
    background: url("../img/icons/answer-green.svg") center no-repeat;
    background-size: contain;
}

.admin__diagnostics-access-item:not(:last-child) {
    margin-right: 20px;
}

.admin__diagnostics-access-item label {
    cursor: pointer;
}

.admin__select__field {
    font-style: normal;
    color: #333333;
}

.admin__select__field.select__field--active {
    color: #BDBDBD;
}

.admin-expert__block-photo img {
    max-width: 90px;
    max-height: 90px;
}

.admin__search-autocomplete {
    z-index: 300;
}

.admin-expert__section-title--mb25 {
    margin-bottom: 25px;
}

.admin-expert__section-row--textarea {
    display: block;
}

.admin-expert__section-row--textarea .label {
    color: #828282;
}

.admin-expert__doorway-gallery__item {
    max-width: 330px;
    height: 120px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    position: relative;
}

.admin-expert__doorway-gallery__item img {
    border-radius: 5px;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.admin-expert__doorway-gallery__item-delete {
    position: absolute;
    top: -5px;
    right: -5px;
}

.admin-expert__section-row--gallery {
    display: block;
}

.admin-expert__doorway-gallery-field .expert-gallery-upload__container {
    padding: 30px 0;
    text-align: left;
}

.admin-expert__doorway-gallery-field .progress-bar {
    margin: 0 !important;
}

/* --- Article constructor --- */
.admin-constructor__add {
    width: 17px;
    height: 17px;
    background: url("/img/chat/hide.svg") no-repeat 0 0;
    transform: rotate(45deg);
    margin-top: 17px;
    margin-left: 15px;
    cursor: pointer;
}
.admin-constructor__del {
    width: 19px;
    height: 19px;
    background: url(/img/icons/basket-blue.svg) center no-repeat;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

.constructor_block {
    margin: 10px 0;
    padding: 0 10px 10px;
    border: 1px solid #BDBDBD;
}
.constructor_block-item {
    margin-top: 15px;
    position: relative;
    border-bottom: 1px solid #BDBDBD;
    padding-bottom: 10px;
}
.constructor_tag_block label {
    margin-right: 5px;
}

.block_wrapper {
    display: flex;
}

.constructor_field {
    margin-top: 16px;
    vertical-align: top;
    display: flex;
}
.constructor_field input[type="text"] {
    height: 40px;
}
.constructor_field input, .constructor_field textarea {
    width: 500px;
}
.constructor_field textarea {
    height: 150px;
}
.constructor_field label {
    width: 120px;
    font-size: 14px;
    padding-top: 4px;
}
#constructor__add-block select, .constructor_block-item select {
    border: 1px solid #BDBDBD;
    border-radius: 25px;
    padding: 10px 15px;
    margin-right: 10px;
    height: 40px;
}
.constructor_field-long_label label {
    width: 245px;
}
.constructor_field-long_label .input-text {
    width: 100px;
}
.constructor_field-radio input {
    width: auto;
    margin-right: 7px;
}

.sub_block_wrapper input {
    display: block;
    margin-top: 7px;
}

.sub_block_wrapper {
    width: 250px;
    position: relative;
    margin-right: 20px;
}

.sub_block_wrapper .input-text {
    width: 100%;
}
.constructor_block-type {
    border: 1px solid #BDBDBD;
    display: inline-block;
    padding: 3px 8px;
    font-size: 12px;
    line-height: normal;
}
.constructor_block-up, .constructor_block-down {
    width: 19px;
    height: 19px;
    background: url(/img/icons/calendar-arrow.svg) center center no-repeat;
    transform: rotate(90deg);
    cursor: pointer;
    display: inline-block;
    margin-left: 5px;
}
.constructor_block-down {
    transform: rotate(-90deg);
    margin-left: 5px;
}
.constructor_block-delete {
    height: 19px;
    background: url(/img/icons/basket-blue.svg) right center no-repeat;
    padding-right: 24px;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 3px;
}
.constructor_field-experts_select label {
    width: 80px;
}
.constructor_field-experts_select select {
    width: 185px;
}
.constructor_field-experts_select .sub_block_wrapper {
    width: 140px;
    font-size: 12px;
    line-height: normal;
    border: 1px solid #BDBDBD;
    padding: 6px;
    border-radius: 5px;
}
.constructor_field-experts_select .admin-constructor__del {
    top: -10px;
    right: -10px;
}
.constructor_block .expert_sub_block_wrapper {
    border: 1px solid #BDBDBD;
    padding: 10px;
    height: 170px;
    margin-top: 15px;
}

.constructor_block .expert_sub_block_wrapper img {
    float: left;
    margin-right: 10px;
    width: 100px;
}

.constructor_block .expert_sub_block_wrapper textarea {
    height: 125px;
    width: 700px;
}
.search-button {
    background: url(/img/chat/search-icon.svg);
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin: 10px;
}
.constructor_block .form__error {
    text-align: left;
}
.questions_sub_block_wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}
.questions_sub_block {
    width: 370px;
    display: inline-block;
    vertical-align: top;
    margin-right: 21px;
    border: 1px solid #BDBDBD;
    padding: 12px;
    line-height: normal;
}
.questions_sub_block div {
    white-space: pre-wrap;
    margin-bottom: 12px;
}
.questions_sub_block .input-text {
    width: 100%;
    margin-bottom: 10px;
}
.questions_sub_block a {
    text-decoration: underline;
}
.questions_sub_block span {
    color: #DD586E;
}

/* -------------------------- */

.hidden-input {
    position: fixed;
    left: -9999px;
}

/*----expert-profile-reviews------*/

.expert__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*margin-top: 40px;*/
    /*margin-bottom: 35px;*/
}

.expert__rating-title {
    font-size: 17px;
    line-height: 20px;
    margin-right: 10px;
}

.expert__rating-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.expert__rating-star {
    width: 20px;
    height: 20px;
    background: url("../img/status/rating.svg") no-repeat 0 0;
    background-size: cover;
    cursor: pointer;
}

.expert__rating-star.expert__rating-star--good {
    background: url("../img/status/rating-good.svg") no-repeat 0 0;
    background-size: cover;
}

.js-reviews-expert--rating .expert__rating-star:hover {
    background: url("../img/status/rating-good.svg") no-repeat 0 0;
    background-size: cover;
}

/*--------------------------------*/
/*---------- landing -------------*/

.landing__diagnostics--wait {
    padding: 60px 0;
}

.landing__diagnostics-header--wait {
    margin-bottom: 35px;
}

.landing__diagnostics-form {
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.landing__diagnostics-form--empty {
    display: none;
}

.landing__diagnostics-form_image {
    height: auto;
    width: auto;
}

.landing__diagnostics-form_image img {
    height: auto;
    width: auto;
    max-width: 100px;
    max-height: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.landing__diagnostics-form_block--photo .form__error {
    display: block;
    text-align: left;
}

.landing__diagnostics-members {
    margin-bottom: 0;
}

.landing__diagnostics-member-add {
  width: 210px;
  font-size: 15px;
  line-height: 15px;
  color: #005377;
  border: 1px solid #BDBDBD;
  border-radius: 25px;
  padding: 12px 0;
  text-align: center;
}

.landing__diagnostics-member-delete {
    font-size: 15px;
    line-height: 15px;
    color: #DD586E;
    position: relative;
    -ms-flex-item-align: start;
        align-self: flex-start;
    height: 20px;
    -webkit-text-decoration: underline #edaab5;
    text-decoration: underline #edaab5;
}

.landing__diagnostics-member-delete:hover {
    text-decoration: none;
    color: #DD586E;
}

.landing__diagnostics-form_footer {
    min-width: 280px;
}

.landing__diagnostics-form .input-text--date {
  z-index: 110;
}

.landing__diagnostics-form_email[readonly] {
    color: #BDBDBD;
    background-color: #F7F7F7;
}

.landing__diagnostics-subtitle {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.landing-diagnostics__order {
  display: none;
}

.landing-quickly__start {
  background: #DD586E;
}

.landing-quiz__file-wrapper {
    margin-bottom: 15px;
}

.landing-quiz__description {
    margin-bottom: 35px;
}

.landing-quiz__wrapper-sign {
    margin-bottom: 35px;
}

.landing-display--gray {
    border-bottom: none;
}

.landing-display__item--quiz {
    cursor: pointer;
}

.landing-quiz__error {
    font-size: 14px;
    line-height: 18px;
    text-align: right;
    color: #DD586E;
}

.landing-quiz__file-block {
    position: relative;
}

#diagnosticv2_form {
    height: 100%;
}

.landing-quiz__input--email[readonly] {
    color: #BDBDBD;
    background-color: #F7F7F7;
}

.landing-quiz__send {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
}

@media (max-width: 799px) {
    .landing-quiz__send {
        width: 250px;
        font-size: 15px;
        padding: 12px 0;
    }
}

.landing-quiz__input--name {
    width: 345px;
}

.landing__diagnostics-members--quiz .free-questions__member {
    border: 1px dashed #BDBDBD;
    min-height: 290px;
}

.landing__diagnostics-members--quiz .landing__diagnostics-member-add {
    color: #ffffff;
    background-color: #005377;
    border: none;
}

.landing__diagnostics-members--quiz .landing__diagnostics-member-delete {
    text-decoration: underline;
}

.landing__diagnostics-members--quiz .landing__diagnostics-member-delete:hover {
    text-decoration: none;
}

.landing__diagnostics-members--quiz .free-questions__member-title {
    color: #ffffff;
}

.landing__diagnostics-members--quiz .free-questions__member-footer {
    align-items: center;
    flex-grow: 1;
}

.landing__diagnostics-members--quiz .registration__photo-load--change {
    color: #ffffff;
    background-color: #005377;
    border: none;
}

.landing-quiz__header p {
    margin-bottom: 15px;
}

.landing-quiz__header p:last-child {
    margin-bottom: 0;
}

.landing-quiz__footer--loading {
    background: url("../img/whait_tr.gif") no-repeat center;
    background-size: contain;
}

.landing-quiz__footer--loading > * {
    visibility: hidden;
}

.landing-quiz--gray .free-questions__member-title {
    color: #005377;
}

@media (min-width: 960px) {
  .landing__diagnostics-member-add {
    width: 100%;
  }
}

@media (min-width: 1250px) {
  .landing__diagnostics-member-add {
    width: 210px;
  }
}

@media (max-width: 799px) {
    .landing__diagnostics-form_block {
        width: 100%;
    }

    .landing__diagnostics-members {
        width: 100%;
        margin-bottom: 25px;
    }

    .landing__diagnostics-members .free-questions__member--add {
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .landing__diagnostics-members .free-questions__member--add img {
        display: block;
    }

    .landing__diagnostics-members .free-questions__member:not(:last-child) {
        margin-bottom: 15px;
    }

    .landing__diagnostics-member-add {
        width: 100%;
    }

    .landing__diagnostics-form_footer {
        width: 100%;
    }

    .landing__diagnostics-members--quiz .free-questions__member {
        min-height: 0;
    }

    .landing__diagnostics-members--quiz .landing__diagnostics-member-add {
        width: 250px;
    }

    .landing-quiz__file-wrapper {
        margin-bottom: 0;
        width: 100%;
    }
}

@media (max-width: 425px) {
    .landing-quiz__input--name {
        width: 290px;
    }
}

/*--------------------------------*/
/*---------- manager -------------*/

.seo__status-table--manager .seo__status-table_td:first-child {
    vertical-align: middle;
}

.expert-invite-form {
    padding: 0;
    margin: 0;
    display: block;
}

.expert-invite-form .form__block--error .form__error {
    display: block;
}

.admin__statistics-chart_bar--report {
    width: 45px;
}

/*--------------------------------*/
/*----------- info -------------*/

.modal-dialog-info {
    max-width: 760px;
}

.modal-info-content__loading {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: rgba(255, 255, 255, 0.8);
}

.modal-info-content__loading::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    opacity: 0.7;
    background: url("../img/whait.gif") center no-repeat;
}

@media (max-width: 425px) {
    .modal-dialog-info {
        width: 300px;
    }
}
  
@media (min-width: 426px) and (max-width: 799px) {
    .modal-dialog-info {
        width: 320px;
    }
}
  
.modal-info-content {
    padding: 50px 40px 40px;
    background: url("../img/info/info-bg.jpg") no-repeat 0 0;
    background-size: cover;
    border: none;
    position: relative;
    overflow: hidden;
}
  
@media (max-width: 799px) {
    .modal-info-content {
        background: url("../img/info/info-mobile-bg.jpg") no-repeat 0 0;
        background-size: cover;
        padding: 25px 15px 20px;
    }
}

.modal-info-content__header {
    font-size: 45px;
    font-family: "ArialBlack";
    line-height: 46px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
}
  
@media (max-width: 799px) {
    .modal-info-content__header {
        font-size: 30px;
        line-height: 24px;
        margin-bottom: 10px;
    }
}
  
.modal-info-content__text {
    font-size: 33px;
    font-weight: bold;
    line-height: 42px;
    text-align: center;
    color: #fff;
    margin-bottom: 35px;
}
  
@media (max-width: 799px) {
    .modal-info-content__text {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 20px;
    }
}
  
.modal-info-content__later {
    font-size: 33px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    color: #F6C823;
    margin-bottom: 40px;
}
  
@media (max-width: 799px) {
    .modal-info-content__later {
        font-size: 22px;
        line-height: 20px;
        margin-bottom: 20px;
    }
}
  
.modal-info-content__later .big {
    font-size: 45px;
    font-family: "ArialBlack";
    line-height: 44px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 12px;
}
  
@media (max-width: 799px) {
    .modal-info-content__later .big {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 7px;
    }
}
  
.modal-info-content__ready {
    font-size: 33px;
    font-weight: bold;
    line-height: 36px;
    color: #fff;
    text-align: center;
    margin-bottom: 42px;
}

@media (max-width: 799px) {
    .modal-info-content__ready {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 25px;
    }
}

.modal-info-content__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 400px;
    position: relative;
}

@media (max-width: 799px) {
    .modal-info-content__wrap {
        width: 100%;
    }
}

.modal-info-content__close {
    width: 20px;
    height: 20px;
    background: url("../img/info/modal-close-white.svg") no-repeat 0 0;
    border: none;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}

@media (max-width: 799px) {
    .modal-info-content__close {
        width: 12px;
        height: 12px;
        background-size: cover;
    }
}

.modal-info-content__btn {
    width: 400px;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    padding: 14px 0;
    text-align: center;
    color: #004262;
    background: #F6C823;
}

@media (max-width: 799px) {
    .modal-info-content__btn {
        width: 100%;
        font-size: 15px;
        line-height: 15px;
        padding: 12px 0;
    }
}

.modal-info-content__btn:hover {
    background: #F6C823;
    color: #004262;
}

/* ----- ver 1 ----- */

.modal-info-content--ver-1 .modal-info-content__wrap {
    width: 470px;
}

.modal-info-content--ver-1 .modal-info-content__header {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 35px;
}

.modal-info-content--ver-1 .modal-info-content__text {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 35px;
}

.modal-info-content--ver-1 .modal-info-content__later {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 35px;
}

.modal-info-content--ver-1 .modal-info-content__ready {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 35px;
}

@media (max-width: 799px) {
    .modal-info-content--ver-1 .modal-info-content__wrap {
        width: 100%;
    }

    .modal-info-content--ver-1 .modal-info-content__header {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .modal-info-content--ver-1 .modal-info-content__text {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .modal-info-content--ver-1 .modal-info-content__later {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .modal-info-content--ver-1 .modal-info-content__ready {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }
}

/* ----- ver 2 ----- */

.modal-info-content--ver-2 .modal-info-content__wrap {
    width: 480px;
}

.modal-info-content--ver-2 .modal-info-content__header {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 35px;
}

.modal-info-content--ver-2 .modal-info-content__text {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 35px;
}

.modal-info-content--ver-2 .modal-info-content__later {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 35px;
}

.modal-info-content--ver-2 .modal-info-content__ready {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 35px;
}

@media (max-width: 799px) {
    .modal-info-content--ver-2 .modal-info-content__wrap {
        width: 100%;
    }

    .modal-info-content--ver-2 .modal-info-content__header {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .modal-info-content--ver-2 .modal-info-content__text {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .modal-info-content--ver-2 .modal-info-content__later {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .modal-info-content--ver-2 .modal-info-content__ready {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }
}

/* ----- ver 3 ----- */

.modal-info-content--ver-3 .modal-info-content__wrap {
    width: 480px;
}

.modal-info-content--ver-3 .modal-info-content__header {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 35px;
}

.modal-info-content--ver-3 .modal-info-content__text {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 35px;
}

.modal-info-content--ver-3 .modal-info-content__later {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 35px;
    font-family: "ArialBlack";
}

.modal-info-content--ver-3 .modal-info-content__ready {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 35px;
}

@media (max-width: 799px) {
    .modal-info-content--ver-3 .modal-info-content__wrap {
        width: 100%;
    }

    .modal-info-content--ver-3 .modal-info-content__header {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .modal-info-content--ver-3 .modal-info-content__text {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .modal-info-content--ver-3 .modal-info-content__later {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .modal-info-content--ver-3 .modal-info-content__ready {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }
}

/* ----- ver 4 ----- */

.modal-info-content--ver-4 .modal-info-content__wrap {
    width: 470px;
}

.modal-info-content--ver-4 .modal-info-content__header {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 35px;
}

.modal-info-content--ver-4 .modal-info-content__text {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 35px;
}

.modal-info-content--ver-4 .modal-info-content__ready {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 35px;
}

@media (max-width: 799px) {
    .modal-info-content--ver-4 .modal-info-content__wrap {
        width: 100%;
    }

    .modal-info-content--ver-4 .modal-info-content__header {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .modal-info-content--ver-4 .modal-info-content__text {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .modal-info-content--ver-4 .modal-info-content__later {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .modal-info-content--ver-4 .modal-info-content__ready {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
    }
}

/* ----- ver 5 ----- */

.modal-info-content--ver-5 .modal-info-content__wrap {
    width: 470px;
}

.modal-info-content--ver-5 .modal-info-content__header {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 35px;
}

.modal-info-content--ver-5 .modal-info-content__text {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 35px;
}

.modal-info-content--ver-5 .modal-info-content__later {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 35px;
    font-family: "ArialBlack";
}

.modal-info-content--ver-5 .modal-info-content__ready {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 35px;
}

@media (max-width: 799px) {
    .modal-info-content--ver-5 .modal-info-content__wrap {
        width: 100%;
    }

    .modal-info-content--ver-5 .modal-info-content__header {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .modal-info-content--ver-5 .modal-info-content__text {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .modal-info-content--ver-5 .modal-info-content__later {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .modal-info-content--ver-5 .modal-info-content__ready {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }
}

/* ----- ver 6 ----- */

.modal-info-content--ver-6 .modal-info-content__wrap {
    width: 470px;
}

.modal-info-content--ver-6 .modal-info-content__header {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 45px;
}

.modal-info-content--ver-6 .modal-info-content__text {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 35px;
}

.modal-info-content--ver-6 .modal-info-content__later {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 35px;
    font-family: "ArialBlack";
}

.modal-info-content--ver-6 .modal-info-content__ready {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 35px;
}

@media (max-width: 799px) {
    .modal-info-content--ver-6 .modal-info-content__wrap {
        width: 100%;
    }

    .modal-info-content--ver-6 .modal-info-content__header {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 25px;
    }

    .modal-info-content--ver-6 .modal-info-content__text {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 25px;
    }

    .modal-info-content--ver-6 .modal-info-content__later {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .modal-info-content--ver-6 .modal-info-content__ready {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 30px;
    }
}

/* ----- ver 7 ----- */

.modal-info-content--ver-7 .modal-info-content__wrap {
    width: 470px;
}

.modal-info-content--ver-7 .modal-info-content__header {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 35px;
}

.modal-info-content--ver-7 .modal-info-content__text {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 35px;
}

.modal-info-content--ver-7 .modal-info-content__later {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 35px;
    font-family: "ArialBlack";
}

.modal-info-content--ver-7 .modal-info-content__ready {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 35px;
}

@media (max-width: 799px) {
    .modal-info-content--ver-7 .modal-info-content__wrap {
        width: 100%;
    }

    .modal-info-content--ver-7 .modal-info-content__header {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .modal-info-content--ver-7 .modal-info-content__text {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .modal-info-content--ver-7 .modal-info-content__later {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .modal-info-content--ver-7 .modal-info-content__ready {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }
}

/* ----- ver 8 ----- */

.modal-info-content--ver-8 .modal-info-content__wrap {
    width: 470px;
}

.modal-info-content--ver-8 .modal-info-content__header {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
}

.modal-info-content--ver-8 .modal-info-content__text {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
}

.modal-info-content--ver-8 .modal-info-content__later {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 35px;
    font-family: "ArialBlack";
}

.modal-info-content--ver-8 .modal-info-content__ready {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
}

@media (max-width: 799px) {
    .modal-info-content--ver-8 .modal-info-content__wrap {
        width: 100%;
    }

    .modal-info-content--ver-8 .modal-info-content__header {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .modal-info-content--ver-8 .modal-info-content__text {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .modal-info-content--ver-8 .modal-info-content__later {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .modal-info-content--ver-8 .modal-info-content__ready {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
}

/* ----- ver 9 ----- */

.modal-info-content--ver-9 .modal-info-content__wrap {
    width: 470px;
}

.modal-info-content--ver-9 .modal-info-content__header {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 35px;
}

.modal-info-content--ver-9 .modal-info-content__text {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 35px;
}

.modal-info-content--ver-9 .modal-info-content__later {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 35px;
    font-family: "ArialBlack";
}

.modal-info-content--ver-9 .modal-info-content__ready {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 35px;
}

@media (max-width: 799px) {
    .modal-info-content--ver-9 .modal-info-content__wrap {
        width: 100%;
    }

    .modal-info-content--ver-9 .modal-info-content__header {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .modal-info-content--ver-9 .modal-info-content__text {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .modal-info-content--ver-9 .modal-info-content__later {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .modal-info-content--ver-9 .modal-info-content__ready {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
}

/* ----- ver 10 ----- */

.modal-info-content--ver-10 .modal-info-content__wrap {
    width: 470px;
}

.modal-info-content--ver-10 .modal-info-content__header {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 35px;
}

.modal-info-content--ver-10 .modal-info-content__text {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 35px;
}

.modal-info-content--ver-10 .modal-info-content__later {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 35px;
    font-family: "ArialBlack";
}

.modal-info-content--ver-10 .modal-info-content__ready {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 35px;
}

@media (max-width: 799px) {
    .modal-info-content--ver-10 .modal-info-content__wrap {
        width: 100%;
    }

    .modal-info-content--ver-10 .modal-info-content__header {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .modal-info-content--ver-10 .modal-info-content__text {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 20px;
    }

    .modal-info-content--ver-10 .modal-info-content__later {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .modal-info-content--ver-10 .modal-info-content__ready {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 20px;
    }
}

/* ----- ver 11 ----- */

.modal-info-content--ver-11 .modal-info-content__wrap {
    width: 470px;
}

.modal-info-content--ver-11 .modal-info-content__header {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 30px;
}

.modal-info-content--ver-11 .modal-info-content__text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
}

.modal-info-content--ver-11 .modal-info-content__later {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 30px;
    font-family: "ArialBlack";
}

.modal-info-content--ver-11 .modal-info-content__ready {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
}

@media (max-width: 799px) {
    .modal-info-content--ver-11 .modal-info-content__wrap {
        width: 100%;
    }

    .modal-info-content--ver-11 .modal-info-content__header {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .modal-info-content--ver-11 .modal-info-content__text {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .modal-info-content--ver-11 .modal-info-content__later {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .modal-info-content--ver-11 .modal-info-content__ready {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
}

/* ----- ver 12 ----- */

.modal-info-content--ver-12 .modal-info-content__wrap {
    width: 470px;
}

.modal-info-content--ver-12 .modal-info-content__header {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 30px;
}

.modal-info-content--ver-12 .modal-info-content__text {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
}

.modal-info-content--ver-12 .modal-info-content__later {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 35px;
    font-family: "ArialBlack";
}

.modal-info-content--ver-12 .modal-info-content__ready {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
}

@media (max-width: 799px) {
    .modal-info-content--ver-12 .modal-info-content__wrap {
        width: 100%;
    }

    .modal-info-content--ver-12 .modal-info-content__header {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .modal-info-content--ver-12 .modal-info-content__text {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .modal-info-content--ver-12 .modal-info-content__later {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .modal-info-content--ver-12 .modal-info-content__ready {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
}

/* ----- ver 13 ----- */

.modal-info-content--ver-13 .modal-info-content__wrap {
    width: 470px;
}

.modal-info-content--ver-13 .modal-info-content__header {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 35px;
}

.modal-info-content--ver-13 .modal-info-content__text {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 35px;
}

.modal-info-content--ver-13 .modal-info-content__later {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 35px;
    font-family: "ArialBlack";
}

.modal-info-content--ver-13 .modal-info-content__ready {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 35px;
}

@media (max-width: 799px) {
    .modal-info-content--ver-13 .modal-info-content__wrap {
        width: 100%;
    }

    .modal-info-content--ver-13 .modal-info-content__header {
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .modal-info-content--ver-13 .modal-info-content__text {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .modal-info-content--ver-13 .modal-info-content__later {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .modal-info-content--ver-13 .modal-info-content__ready {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
}

/* ----- ver 14 ----- */

.modal-info-content--ver-14 .modal-info-content__wrap {
    width: 470px;
}

.modal-info-content--ver-14 .modal-info-content__header {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 35px;
}

.modal-info-content--ver-14 .modal-info-content__text {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 35px;
}

.modal-info-content--ver-14 .modal-info-content__later {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 35px;
    font-family: "ArialBlack";
}

.modal-info-content--ver-14 .modal-info-content__ready {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 35px;
}

@media (max-width: 799px) {
    .modal-info-content--ver-14 .modal-info-content__wrap {
        width: 100%;
    }

    .modal-info-content--ver-14 .modal-info-content__header {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .modal-info-content--ver-14 .modal-info-content__text {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .modal-info-content--ver-14 .modal-info-content__later {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .modal-info-content--ver-14 .modal-info-content__ready {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
}

/* ----- ver 15 ----- */

.modal-info-content--ver-15 .modal-info-content__wrap {
    width: 470px;
}

.modal-info-content--ver-15 .modal-info-content__header {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 35px;
}

.modal-info-content--ver-15 .modal-info-content__text {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 35px;
}

.modal-info-content--ver-15 .modal-info-content__later {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 35px;
    font-family: "ArialBlack";
}

.modal-info-content--ver-15 .modal-info-content__ready {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 35px;
}

@media (max-width: 799px) {
    .modal-info-content--ver-15 .modal-info-content__wrap {
        width: 100%;
    }

    .modal-info-content--ver-15 .modal-info-content__header {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .modal-info-content--ver-15 .modal-info-content__text {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .modal-info-content--ver-15 .modal-info-content__later {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .modal-info-content--ver-15 .modal-info-content__ready {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
}

/*----------------------------*/
/* ----- diagnostics ---------*/

.expert-bids__item-take-loading {
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
    background: url("../../img/whait.gif") center no-repeat;
    background-size: contain;
    color: #219653;
}

.expert-bids__item-avatar img {
    margin: auto;
}

.diagnostics-detail .free-questions__vip-text {
    margin-bottom: 0;
}

.diagnostics-detail .free-questions__vip-wrapper {
    margin-top: 20px;
}

.diagnostics-detail-quiz {
    margin-top: 20px;
    font-size: 14px;
    line-height: 18px;
}

.diagnostics-detail-quiz__show {
    display: inline-block;
    color: #005377;
    text-decoration: underline #B3CBD6;
    cursor: pointer;
}

.diagnostics-detail-quiz__show:hover {
    text-decoration: none;
}

.diagnostics-detail-quiz__content {
    margin-top: 15px;
    display: none;
}

.diagnostics-detail-quiz__item {
    padding-left: 15px;
}

.diagnostics-detail-quiz__item:not(:last-child) {
    margin-bottom: 15px;
}

.diagnostics-detail-quiz__question {
    position: relative;
    margin-bottom: 5px;
}

.diagnostics-detail-quiz__question::before {
    content: '';
    display: block;
    position: absolute;
    left: -15px;
    top: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #005377;
}

.diagnostics-detail-quiz__answer {
    font-weight: bold;
}

.expert-bids__item-footer--admin .questions__item-answers_message {
    margin-left: 0;
}

.questions__item-footer--diagnostics {
    margin-top: 15px;
}

/*----------------------------*/
/* ------- doorway -----------*/

.way-ver2__item-description p {
    margin-bottom: 10px;
}

.way-ver2__item-description .p-list {
    padding-left: 20px;
    position: relative;
    list-style-type: none;
    margin-left: 0;
}

.way-ver2__item-description .p-list::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #6099B3;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 0;
}

.way-ver2__wrapper .pagination-list {
    padding-top: 0;
}

.questions--way-ver2 .questions__footer {
    margin-top: 30px;
    padding: 0;
}

.questions--way-ver2 .main-list__btn {
    width: 230px;
    padding: 17px 0;
    text-align: center;
    font-size: 15px;
    line-height: 14px;
}

.way-ver2__item-photo {
    flex-shrink: 0;
}

@media (max-width: 799px) {
    .questions--way-ver2 .questions__footer {
        margin-top: 20px;
    }

    .questions--way-ver2 .main-list__btn {
        width: 290px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .way-ver2__item-photo {
        height: 365px;
        width: auto;
    }
}

@media (max-width: 425px) {
    .way-ver2__item-photo {
        height: 275px;
        width: auto;
    }
}

/*--------------------------------*/
/*-----------article--------------*/

.popup { display: none; }
.useful-articles__article h2, .useful-articles__article h3 {
    clear: both;
}
.useful-articles__questions--transaction_article .main-item__message--mobile, .useful-articles__questions--transaction_article .aside.aside--free { 
    display: block;
}
.useful-articles__questions--transaction_article .title-h1--mobile, .useful-articles__questions--transaction_article .main-list__question--mr { 
    display: none;
}
.useful-articles__expert .main-item {
    height: auto;
}
.useful-articles__expert .main-item .btn {
    width: 243px;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    margin-top: 15px;
    display: block;
}
.useful-articles__expert .main-item__footer {
    display: block;
    position: absolute;
    bottom: 20px;
}
.useful-articles__expert .main-item__info {
    margin-bottom: 10px;
}

.useful-articles__share {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 35px;
}

.useful-articles__share-title {
    font-size: 17px;
    line-height: 20px;
    margin-right: 10px;
}

.useful-articles__comment {
    margin-bottom: 50px;
}

.useful-articles__comment-header {
    font-size: 25px;
    line-height: 30px;
    color: #005377;
    margin-bottom: 20px;
}

.useful-articles__comment-item {
    border: 1px solid #BDBDBD;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.useful-articles__comment-item:last-child {
    margin-bottom: 0;
}

.useful-articles__comment-item-header {
    display: flex;
    align-items: center;
}

.useful-articles__comment-item-name {
    font-size: 15px;
    line-height: 20px;
    color: #004262;
    margin-right: 20px;
}

.useful-articles__comment-item-date {
    font-size: 12px;
    line-height: 15px;
    color: #828282;
}

.useful-articles__comment-item-text {
    font-size: 15px;
    line-height: 20px;
    margin-top: 8px;
}

.useful-articles__comment-add {
    margin-top: 20px;
}

.useful-articles__comment-add-header {
    font-size: 20px;
    line-height: 25px;
    color: #004262;
}

.useful-articles__comment-add-form {
    margin-top: 10px;
}

.useful-articles__comment-add-btn {
    padding-left: 33px;
    padding-right: 33px;
}

.useful-articles__comment-add-footer--loading {
    background: url("../../img/whait.gif") center no-repeat;
    background-size: contain;
}

.useful-articles__comment-add-footer--loading > * {
    visibility: hidden;
}

@media (max-width: 799px) {
    .useful-articles__questions--transaction_article .title-h1--mobile { 
        display: block;
    }
    .useful-articles__questions--transaction_article .main-list__question--mr {
        display: inline-block;
    }
    .useful-articles__questions--transaction_article .questions__item:last-child {
        display: none;
    }
    .useful-articles__expert .main-item__footer {
        position: static;
    }
    .useful-articles__expert .main-item__buttons {
        display: flex;
        margin: 0 -5px;
    }
    .useful-articles__expert .main-item .btn {
        display: flex;
        padding: 0;
        align-items: center;
        line-height: normal;
        margin: 18px 5px 0;
    }
    .useful-articles__expert .main-item__profile {
        margin-top: 8px;
        display: inline-block;
    }

    .useful-articles__rating-title {
        font-size: 15px;
    }

    .useful-articles__share {
        order: 3;
        display: block;
        margin-top: 20px;
        margin-bottom: 0;
    }

    .useful-articles__share-title {
        font-size: 15px;
    }

    .useful-articles__share-wrapper {
        margin-top: 10px;
    }

    .useful-articles__comment {
        order: 3;
        margin-bottom: 0;
        margin-top: 25px;
    }

    .useful-articles__comment-header {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 15px;
    }

    .useful-articles__comment-item {
        border: none;
        border-radius: 5px;
        padding: 15px;
        margin-bottom: 15px;
        background-color: #F3F3F3;
    }

    .useful-articles__comment-item:last-child {
        margin-bottom: 0;
    }

    .useful-articles__comment-item-header {
        justify-content: space-between;
    }

    .useful-articles__comment-item-name {
        font-size: 14px;
        line-height: 18px;
        margin-right: 15px;
    }

    .useful-articles__comment-item-text {
        font-size: 12px;
        line-height: 15px;
    }

    .useful-articles__comment-add-header {
        font-size: 18px;
        line-height: 20px;
    }

    .useful-articles__comment-add-btn {
        width: 100%;
    }
}

/* article-block service */

.article-service-item, .article-review-item, .article-promo-item {
    padding: 20px;
    background-color: #F3F3F3;
    border: 1px solid #F2F4F9;
    border-radius: 10px;
    position: relative;
}

.article-service-item__photo, .article-review-item__photo, .article-promo-item__photo {
    width: 115px;
    height: 115px;
    margin-bottom: 22px;
    flex: 1;
}

.article-service-item__photo img, .article-review-item__photo img, .article-promo-item__photo img {
    width: 115px;
}

.article-service-item__name {
    color: #005377;
    border-bottom: 1px solid #b1cad5;
}

.article-service-item__header-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.article-service-item__look, .article-review-item__look, .article-promo-item__look {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-right: 20px;
    max-width: 260px;
    flex: 2;
    flex-wrap: wrap;
    align-content: space-between;
    float: left;
}

.article-service-item__header {flex: 1;}

.article-service-item__message {
    display: block;
    clear: both;
    flex: 2;
}

.article-service-item__header .main-item__header-item {
    margin-top: 7px;
}

.article-service-item__header .expert-profile__header-info {
    margin-top: 12px;
}

.article-service-item__message {
    padding: 12px 20px;
}

.article-service-item__section {
    min-height: 175px;
}

.article-service-item__section-link {
    color: #005377;
    border-bottom: 1px solid #b1cad5;
    font-size: 17px;
    line-height: 35px;
    margin-top: 5px;
}

.article-service-item__title {
    font-size: 25px;
    line-height: normal;
    margin-bottom: 20px;
    color: #005377;
}

/* article-block review */
.article-review-item, .article-promo-item {
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px;
}
.article-review-item__look {
    flex: 1;
}
.article-review-item__header, .article-promo-item__header {
    font-size: 20px;
    line-height: normal;
    color: #828282;
}

.article-review-item__section, .article-promo-item__section {
    width: 100%;
}
.article-review-item__message {
    width: 135px;
    font-size: 13px;
    padding: 7px 3px;
    text-align: center;
    margin-top: 20px;
}

.article-review-item__review-header, .article-promo-item__promo-header {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
}

.article-review-item__review-client {
    color: #005377;
    font-size: 15px;
    line-height: 18px;
    margin-right: 13px;
}

.article-review-item__review-date, .article-promo-item__review-date {
    font-size: 12px;
    color: #bdbdbd;
    line-height: 20px;
}

.article-review-item__review-text, .article-promo-item__review-text {
    font-size: 15px;
    line-height: 20px;
    margin-top: 3px;
}
.article-review-item__photo {
    margin-bottom: 0;
}
/* article-block promo */
.article-promo-item__promo-header {
    margin-top: 5px;
    margin-bottom: 15px;
}
.article-promo-item__promo-badge {
    background-color: #DD586E;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    margin-right: 10px;
    padding: 0 15px;
}
/* article-block tags */
.tags-wrapper .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.tag {
    display: inline-block;  
    vertical-align: middle; 
    background: #ECF4F9;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
    color: #005377;
    font-size: 12px;
    border-radius: 15px;
    line-height: 30px;
    padding: 0 12px;
    text-decoration: none;
    text-align: center;
    margin: 0 10px 16px 0;
}

.tags {
    display: flex;
    flex-wrap: wrap;
    margin-right: 16px;
    scrollbar-color: transparent transparent
}

.tags::-webkit-scrollbar  {
    width: 0;
    height: 0;
    background: 0;
}

.tags::-webkit-scrollbar-thumb {
    background: 0;
}

.tags-wrapper {
    padding: 24px 0;
}

@media (max-width: 799px) {
    .tags {
        flex: 1 1 auto;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: auto;
        margin: 0 0 8px 0;
        padding: 16px 0 0;
    }
    .tags-wrapper {
        padding: 0;
    }
    .article-promo-item__photo img {width: 50px;}

    .article-promo-item__photo {
        width: 50px;
        height: 50px;
    }

    .article-promo-item {
        padding: 10px;
        position: relative;
    }

    .article-promo-item__header {
        font-size: 12px;
    }

    .article-promo-item__promo-header {
        position: absolute;
        right: 15px;
        top: 2px;
    }

    .article-promo-item__promo-badge {
        font-size: 10px;
        line-height: 15px;
        padding: 0 5px;
        margin-right: 5px;
    }
    .article-review-item__photo.mob-show {
        float: left;
        margin-right: 10px;
    }
    
    .article-review-item__header {
        font-size: 15px;
        height: 67px;
    }
    
    a.btn.article-review-item__message {
        width: 120px;
    }
    
    .article-review-item__review-date {margin-left: auto;}
    .article-service-item__wrapper {
        display: flex;
        flex-direction: column-reverse;
    }
    
    .article-service-item__look {
        max-width: 100%;
        width: 100%;
        margin-top: 10px;
    }
}

/*--------------------------------*/
