.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(--fontstrong);
    font-weight: 600;
    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(--fontdefault);
    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;
}

h2{
    color: #213F63;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 115%; /* 34.5px */
    letter-spacing: -0.3px;
    text-transform: uppercase;
}
h3{
    color: #477E8E;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%; /* 29.9px */
    letter-spacing: 0.26px;
    text-transform: uppercase;
}
h4{
    color: #213F63;
    font-size: 29px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%; /* 33.35px */
    letter-spacing: -0.29px;
}
h5{
    color: #038D90;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%; /* 27.6px */
    letter-spacing: 0.48px;
}
h6{
    color: #213F63;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 115%; /* 28.75px */
    letter-spacing: -0.25px;
}


@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);
    background: white;
}

.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: 500;
    margin-top: 5px;
    color: var(--grey);
    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(--fontstrong) !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: #F9F3EB  url("/img/landing/right-side.png") no-repeat center right fixed;
   
}
body.nedra-nezhin {
    background: linear-gradient(180deg, #FFF 0%, #F6F9FF 100%);
  
}

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;
    }
}

/* Recommendation block (Figma node 234:964) */
.recomendation-wrap {
    background: #F3F6F9;
    border-radius: 24px;
    padding: 36px 24px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.recomendation-wrap .rec-header {
    font-family: var(--fontstrong);
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: -0.3px;
    text-transform: uppercase;
    color: #213F63;
}

.recomendation-wrap .rec-plashka {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 24px 16px 16px;
    min-height: 165px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.recomendation-wrap .rec-plashka.dark {
    background: linear-gradient(90deg, #DEF2FA 0%, #F3EEE0 52.94%, #E1EFF6 92.02%);
}

.recomendation-wrap .rec-plashka .top {
    flex: 1 0 0;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    border-bottom: 1px solid #D29F37;
    padding-bottom: 10px;
}

.recomendation-wrap .rec-plashka .top .left {
    flex: 1 1 0;
    max-width: 400px;
    min-width: 280px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.recomendation-wrap .rec-plashka .top .left .img {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    overflow: hidden;
    flex: 0 0 50px;
}

.recomendation-wrap .rec-plashka .top .left .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recomendation-wrap .rec-plashka .top .left .name {
    width: 328px;
    max-width: 100%;
    font-family: var(--fontstrong);
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: 0.24px;
    text-transform: uppercase;
    color: #163D61;
}

.recomendation-wrap .rec-plashka .top .right {
    flex: 1 1 0;
    min-width: 320px;
    font-family: var(--fontdefault);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: 0.16px;
    color: #0E1C29;
}

.recomendation-wrap .rec-plashka .bottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.recomendation-wrap .rec-plashka .bottom .left,
.recomendation-wrap .rec-plashka .bottom .right {
    min-height: 38px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: var(--fontdefault);
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    color: #213F63;
}

.recomendation-wrap .rec-plashka .bottom .left {
    flex: 1 1 0;
    max-width: 400px;
}

.recomendation-wrap .rec-plashka .bottom .right {
    flex: 1 1 0;
    justify-content: flex-end;
    gap: 14px;
}

.recomendation-wrap .rec-plashka .bottom a,
.recomendation-wrap .rec-plashka .bottom a:visited {
    color: #213F63;
    text-decoration: none;
}

.recomendation-wrap .rec-plashka .bottom a:hover {
    color: #163D61;
    text-decoration: underline;
}

@media (max-width: 992px) {
    .recomendation-wrap {
        padding: 24px 16px;
        border-radius: 16px;
    }

    .recomendation-wrap .rec-header {
        font-size: 29px;
    }

    .recomendation-wrap .rec-plashka .top {
        flex-direction: column;
        gap: 14px;
    }

    .recomendation-wrap .rec-plashka .top .left,
    .recomendation-wrap .rec-plashka .top .right {
        max-width: 100%;
        min-width: 100%;
    }

    .recomendation-wrap .rec-plashka .top .left .name {
        width: auto;
    }

    .recomendation-wrap .rec-plashka .bottom .left,
    .recomendation-wrap .rec-plashka .bottom .right {
        max-width: 100%;
        flex: 1 1 100%;
        min-height: auto;
        flex-direction: column;
    }

    .recomendation-wrap .rec-plashka .bottom .right {
        justify-content: flex-start;
    }
}


body.kategor {
    background: var(--rosa);
}
.pometka {
 font-size: 13px; 
  font-weight: 600;
}

.nn-color1 {
    color: #127073;
}
.nn-color2 {
    color: #115D67;
}
.nn-fishki {
  background: linear-gradient(121deg, #D5EAEB 31.17%, #BEEDEF 101.08%);
  padding: 24px;
  font-weight: 600;
  margin-bottom:20px;
  margin-top: 20px;
   display: flex;
   align-items: flex-start; 
   gap: 24px;             
   border-radius: 12px;
}


.multi-column-text {
  column-count: 1;                /* одна колонка на маленьких экранах */
  column-gap: 2rem;               /* отступ между колонками (по желанию) */
}

@media (min-width: 1280px) {
  .multi-column-text {
    column-count: 2;            
  }
}

.like {
  background-image: url(/images/news/soligorsk/2026/April/like.png);
  width:36px;
  height:36px;
  flex-shrink: 0;  
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.two-columns {
            display: flex;
            flex-wrap: wrap;    
            gap: 30px;     
            align-items: center;  
        }


        .text-block {
            flex: 1;        
            min-width: 200px; 
        }

        .image-block {
            flex: 1;
            min-width: 200px;
        }


        .image-block img {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }

        @media (max-width: 768px) {
            .two-columns {
                flex-direction: column; 
            }
       
            .image-block {
                order: 2; 
            }
            .text-block {
                order: 1;
            }
        }

div.two-columns > div.text-block > ul > li {
  padding-bottom: 0px!important;
}




.nn-vacancy-block {
  width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  background-image: url('/images/news/soligorsk/2026/June/nn/nn-bg-pc.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 20px;
  border-radius: 20px;
}

.nn-vacancy-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  box-sizing: border-box;
}


.nn-vacancy-block .nn-vacancy-card {
  flex: 0 1 500px;
  background: rgba(249, 249, 255, 0.77); backdrop-filter: blur(6.5px);
  border-radius: 20px;
  padding: 40px;
  box-sizing: border-box;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}


.nn-vacancy-block h5.nn-color2 {
  font-size: 28px;
  font-weight: 400;
  color: #007074; 
  margin-top: 0;
  margin-bottom: 25px;
  text-transform: lowercase;
}
.nn-vacancy-block h5.nn-color2::first-letter {
  text-transform: uppercase;
}

/* Список */
.nn-vacancy-list {
  list-style-type: disc;
  padding-left: 20px;
  margin: 0 0 25px 0;
}

.nn-vacancy-list li {
  font-size: 16px;
  line-height: 1.5;
  color: #1a1a1a;
  margin-bottom: 10px;
}


.nn-vacancy-block .item-page-wrap .articleBody p {
  font-size: 16px;
  line-height: 1.5;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.nn-vacancy-block .item-page-wrap .articleBody p:last-child {
  margin-bottom: 0;
}

.nn-vacancy-block a {
  color: inherit;
  text-decoration: none;
}

.nn-vacancy-block .nn-vacancy-email {
  text-decoration: underline;
  color: #1a1a1a;
}


.nn-vacancy-logo-wrap {
  flex: 0 0 auto;
  padding-top: 20px;
}

.nn-vacancy-logo {
  max-width: 200px;
  height: auto;
  display: block;
  margin-right: 197px;
}


@media (max-width: 992px) {
  .nn-vacancy-block {
    background-image: url('/images/news/soligorsk/2026/June/nn/nn-bg-mob.jpg'); 
    padding: 40px 15px 176px 15px;
  }

  .nn-vacancy-container {
    flex-direction: column; 
    align-items: flex-start;
    gap: 35px;
  }

  .nn-vacancy-block .nn-vacancy-card {
    flex: 1 1 auto;
    width: 100%;
    padding: 30px 20px;
    border-radius: 24px;
  }

  .nn-vacancy-block h5.nn-color2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .nn-vacancy-logo-wrap {
    padding-top: 0;
    align-self: flex-start; 
    padding-left: 20px;
  }

  .nn-vacancy-logo {
    max-width: 180px;
  }
  .nn-vacancy-list li {
    margin-bottom: 0px;
}
.nn-vacancy-list {
    margin: 0 0 5px 0;
}

}