.add-button {
    display: inline-block;
    margin: 0 0px 20px 0;
    width: 100%;
    text-align: center;
    color: white;
    text-transform: uppercase;
    border: unset;
    border-radius: 5px;
    padding: 13px 30px;
    margin-right: 10px;
    transition: all 0.2s ease-in-out 0s;
    font-family: var(--Mont);
    font-weight: 700;
    font-size: 12px;
    background-color: #0091B2;
}

.add-button:hover {
    color: white;
    background-color: #00748E;
}

a.add-button:visited:visited {
    color: white;
}

.list-objavki-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* mobile */
.katalog-mt .catalog-list-bottom {
    margin-top: 30px;
}

.top-paid-slider-item {
    padding: 10px;
    overflow: hidden;
}

.top-paid-slider-item:hover {
    cursor: pointer;
}

/*top paid slider*/
.top-paid-slider-image {
    border-radius: 50%;
    max-width: 100%;
}


@media (max-width: 576px) {
    .top-add-button a {
        font-size: 15px;
    }

    .list-objavki-header {
        flex-direction: column;
    }

    .list-objavki-header h1 {
        order: 2;
        font-size: 23px;
    }

}

.refill .alert-notice {
    background-color: #ECF7F7;
}

.refill .alert-notice .alert-message {
    font-size: 37px;
}

.refill .alert-notice h4 {
    font-size: 37px;
}

@media only screen and (min-width: 1120px) {
    html header .moduletable.top-poisk {
        padding: unset;
    }

    html header .moduletable.top-poisk form {
        position: relative;
    }

    html header .moduletable.top-poisk input.button {
        width: 107px;
        height: auto;
        position: absolute;
        top: 2px;
        right: 0;
        min-height: 40px;
        border-radius: 5px;
        background: #D29F37;
        font-size: 18px;
        line-height: 18px;
        color: #0E1C29;
        border: none;

    }

    html header .moduletable.top-poisk input#mod-search-searchword {
        background-color: white;
        min-height: 40px;
        margin-top: 2px;
        border-radius: 5px;
        padding-left: 18px;
        color: #0E1C29;
        border: 2px solid #D29F37;
    }
}

.detail-share-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #BDC3C7;
    padding-bottom: 15px;
}

.detail-share-top time {
    color: #515C6B;
}

.detail-share {
    display: flex;
    align-items: center;
}

.detail-share .share-text {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-right: 30px;
    color: #515C6B;
}

/*mobile*/
.share-comments {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    .detail-share-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .detail-share {
        justify-content: space-between;
        width: 100%;
    }

    .detail-share .share-text {
        margin-bottom: 15px;
        font-size: 11px;
    }

    .detail-share .ya-share2 {
        margin-bottom: 15px;
    }

    .share-comments {
        flex-direction: column;
        align-items: flex-start;
    }
}


.phone-form-wrap {
    background: #FFFFFF;
    box-shadow: 0px 32px 188px rgba(50, 50, 71, 0.24);
    border-radius: 10px;
    max-width: 532px;
    min-height: 390px;
    float: right;
    overflow: hidden;
    margin-right: 150px;
}

.phone-form-wrap button {
    background: #CC922F;
    border-radius: 5px;
    color: white;
    padding: 14px;
    border: none;
}

.phone-form-wrap input {
    background: #FFFFFF;
    color: #515C6B;
    border: 1px solid #BDBDBD;
    border-radius: 5px;
    padding: 14px;
    margin-bottom: 15px;
}

.phone-login-field-wrap {
    display: flex;
    flex-direction: column;
}

.phone-login-field-wrap label {
    font-family: var(--IBM);
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #151522;
}

.phone-login-field-wrap .error-field {
    color: #C82424;
    margin-bottom: 15px;
    font-size: 16px;

}

.phone-form-wrap input {
    width: 100%;
}

.phone-form-wrap .userdata {
    display: flex;
    flex-direction: column;
    padding: 20px 50px;
}

.phone-form-wrap .nav-tabs {
    border-bottom: none;
    display: flex;
    justify-content: space-between;
}

.phone-form-wrap .nav-tabs > li {
    display: flex;
    justify-content: center;
    padding: 25px 5px;
}

.phone-form-wrap .nav-tabs > li > a {
    border: unset;
    font-size: 14px;
}

.phone-login-field-wrap .approve-wrap {
    display: flex;
}

#agreement-field-wrap label {
    font-size: 14px;
    font-weight: normal;
}

#agreement-field-wrap input {
    width: 60px;
    margin-right: 15px;
    accent-color: #CC922F;
    height: 26px;
}

#phone-auth, #social-buttons-login {
    padding: 20px 50px;
    max-width: 500px;
    position: relative;
}

#phone-form-loader {
    animation: spin 0.8s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(359.99deg)
    }
}

.vid-text {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #151522;
    margin-bottom: 22px;
}

#social-buttons-login h4 {
    display: none;
}

.moduletable.slogin.guest {
    display: flex;
}

#form-login-links a {
    margin-top: 15px;
    display: block;
}

.profile-exit-button {
    display: flex;
    justify-content: flex-end;
}

body.login-page #content {
    background-image: url("/img/login-bg.jpg");
    background-position: top;
    background-size: cover;
}

body.login-page {

}

body.login-page #top_banner {
    height: 0px;
    overflow: hidden;
    margin: 0;
}

body.login-page #content {
    margin-top: unset;
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: 650px;
}

body.login-page h1.headline24 {
    float: left;
    font-weight: 700;
    font-size: 32px;
    line-height: 115%;
    text-transform: uppercase;
    color: #FFFFFF;
}

body.login-page .nav > li > a:hover, body.login-page .nav > li > a:focus {
    background-color: unset;
    border: unset;
}

body.login-page .phone-form-wrap .nav-tabs > li.active {
    background-color: #142A3E;
}

body.login-page .phone-form-wrap .nav-tabs > li.active a {
    color: white;
    background-color: unset;
}

body.login-page .alert-error {
    background-color: white;
    color: red;
}

.intro-login {
    position: absolute;
    top: 50px;
    max-width: 500px;
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 135%;
    margin-top: 25px;
}

.phone-approve .phone-form-wrap {
    float: none;
}

.header-user-enter {
    color: white;
}

#phone-approve-modal .phone-form-wrap {
    margin-right: unset;
    background: unset;
    box-shadow: unset;
    min-height: auto;
    width: 100%;
}

#phone-approve-modal .modal-body {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 768px) {
    body.login-page h1.headline24 {
        float: none;
    }

    .intro-login {
        position: relative;
        top: 0;
    }

    .phone-form-wrap {
        float: none;
        margin-top: 15px;

    }

    .phone-form-wrap .userdata, #phone-auth, #social-buttons-login {
        padding: 15px 20px;

    }

    .phone-form-wrap .nav-tabs > li {
        padding: 5px 5px;
    }

    .phone-form-wrap {
        margin-right: unset;
    }

    body:not(.katalog-mt) .video_fox {
        max-height: unset !important;
        margin: 0 0 32px 0 !important;
    }

    body:not(.katalog-mt) .video_fox > div {
        height: auto !important;
    }
}

body:not(.katalog-mt) .video_fox_sm {
    max-height: 162px;
    margin: -17px 0 -17px 0;
}

body:not(.katalog-mt) .video_fox {
    max-height: 252px;
    margin: -32px 0 32px 0;
}

.citata {
    background-color: #ccc;
    padding: 15px;
    border-radius: 8px;
}

#tinymce .image-file-mass {
    max-width: 100%;
}

body.main-page .video_fox {
    margin: unset;
}

.katalog-mt .fieldRow .btn-show-phone {
    width: auto;
}

.tag-cat-desc {
    margin: 25px 0;
}

.tag-cat-desc-top {
    color: #222A32;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%; /* 26.45px */
    letter-spacing: 0.23px;
    text-transform: uppercase;
}

.tag-link {
    margin-bottom: 20px;
    display: inline-flex;
}

.tag-link .tag-img {
    display: flex;
    align-items: center;
}

.tag-link .tag-img img {
    margin-right: 15px;
}

.tag-link .tag-name {
    color: #14293C;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
    letter-spacing: 0.16px;
    text-transform: uppercase;
}

.tags-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tag-wrap .tag-body a {
    color: var(--Colors-Primary-December, #1B364F);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 19.2px */
    letter-spacing: 0.16px;
}

.tag-desc .tag-body {
    margin-bottom: 24px;
}

.tag-wrap .tag-body a:hover {
    color: #CCAA6D !important;
}

.tag-wrap {
    width: 31%;
    margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
    .tag-wrap {
        width: 100%;
    }


}

.tag-wrap .tag-desc {
    min-height: 50px;
    margin-bottom: 24px;
}


/*стили для расписания*/
body.in-app-raspisanie header {
    display: none;
}

.mp_module_readmore.btn-anim:hover {
    color: #FFF;

}

.news-list {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;

}

.news-list .news-item {
    max-width: 299px;
    border-radius: 16px;
    overflow: hidden;
    height: 380px;
    box-shadow: 0px 8px 8px rgba(50, 50, 71, 0.04), 0px 8px 16px rgba(50, 50, 71, 0.04);
}

.news-list .news-item:hover {
    box-shadow: 0px 8px 8px rgba(50, 50, 71, 0.11), 0px 8px 16px rgba(50, 50, 71, 0.09);
}

.news-list .news-item a img {
    width: 300px;
    height: 200px;
    object-fit: cover;
    margin-bottom: 20px;
}

.news-list .news-item .news-item-date {
    font-size: 13px;
    font-weight: 400;
    margin-top: 5px;
    color: #a8a8a8;
    margin-bottom: 5px;
    padding-left: 25px;
}

.news-list .news-item .news-item-title {
    font-size: 17px !important;
    line-height: 135%;
    font-weight: 500 !important;
    font-family: var(--Mont) !important;
    padding-left: 25px;
    display: block;
    padding-right: 25px;
    color: var(--December);
}

.menu-hidden {
    display: none !important;
}

.mnenia-block {
    border: 1px #d5d7d8 solid;
    border-radius: 12px;
}

body.klinika-devyat-zhiznej {
    /*background-image: url("/img/fon_klinika.png");*/
    background: #F9F3EB  url("/img/landing/right-side.png") no-repeat center right fixed;
   
}

body.klinika-devyat-zhiznej p.paragraf {
    font-weight: 600;
    color: #27669F;
    font-size: 25px;
    text-transform: unset;
}

body.klinika-devyat-zhiznej ul.spisok {
    background-color: #F0E4D1;
    padding: 24px;
}

body.klinika-devyat-zhiznej ul.spisok a {
    color: #27669F;
}

body.klinika-devyat-zhiznej blockquote.vrezka {
    border-radius: 10px;
    background:white!important;
}


@media (min-width: 1280px) {
    body.klinika-devyat-zhiznej .articleBody {
        padding-left: 10%;
        padding-right: 10%;
    }

    body.klinika-devyat-zhiznej ul.spisok {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }
}
