.articleDate {
    display:flex;
    gap:13px;
    font-size: 16px;
    font-weight: 500;
    align-items: center;
    margin-top:33px;
    margin-bottom:33px;
}
.articleDate:before {
    content: '';
    display:block;
    background:url('https://static.tildacdn.com/tild3837-6235-4530-a333-393130663139/date.svg') no-repeat;
    background-size:100%;
    width: 22px;
    height: 22px;
}
.articleAuthor-list {
    display:flex;
}
.articleAuthor-left {
    width:160px;
}
.articleAuthor-right {
    width:calc(100% - 200px);
    margin-left:auto;
    display:flex;
    flex-wrap:wrap;
    flex-direction: column;
    gap:16px;
    font-size: 16px;
    font-weight: 500;
}
.articleAuthor-names {
    margin-bottom: 24px;
}
.articleAuthor-category {
    color:#114232;
}
.articleAuthor-job {
    font-weight: 700;
    color:#114232;
}
.articleTop {
    display:flex;
    flex-wrap:wrap;
    margin:40px -20px;
}
.articleTop-left,
.articleTop-right {
    width:50%;
    padding:0 20px;
    box-sizing: border-box;
}
.articleTop-name {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin-bottom: 24px;
}
.articleTop li {
    margin-bottom:16px;   
    font-weight: 500;
    font-size:16px;
}
.articleTop li:last-child {
    margin-bottom:0;
}
.articleTop li a {
    color: #000 !important;
}
.articleTop li a:hover {
    color: #114232 !important;
}
.articleTop-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width:1200px) {
    .articleTop-left {
        width:60%;
    }
    .articleTop-right {
        width:40%;
    }
}
@media (max-width:980px) {
    .articleTop {
        margin-left:0;
        margin-right:0;
    }    
   .articleTop-left,
    .articleTop-right {
        width:100%;
        padding:0;
        box-sizing: border-box;
    } 
    .articleTop-right {
        margin-top:24px;
    }
}
@media (max-width:650px) {
    .articleTop-left {
        margin-left:-20px;
        margin-right:-20px;
        width:auto;
    }
    .articleAuthor-right {
        width:calc(100% - 170px);
    }
}
.uc-rev-form input[type="text"].t-input {
    border-color: #69727D !important;
    height: 38px;
    border-radius: 5px !important;
}
.uc-rev-form .t-section__title {
    text-align:left;
        margin-bottom: 30px !important;
}
.uc-rev-form .t-form__submit {
    text-align:left;
}
.uc-rev-form .t-form__submit .t-submit {
    border-radius: 5px;
}
.uc-rev-form .t-prefix_2 {
    padding-left:0;
}
.uc-rev-form .t-input-title {
    font-size:16px;
    color:#282828;
    font-weight: 500;
}
.uc-rev-form .t-select {
    height: 38px;
}
.uc-rev-form .t-input-group[data-field-name="Оцените нас"] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}
.uc-rev-form .t-rate__wrapper_icons .t-rate__indicator svg {
    width: 21px;
}
.uc-rev-form .t-rate__wrapper_icons .t-rate__control {
    padding-right: 5px;
}
@media (max-width:720px) {
    .uc-rev-form .t-prefix_2 {
        padding-left: 20px;
    }
}
.uc-about-pre .t-heading {
    text-align: center;
    position:relative;
    display: inline-block;
    line-height: 1;
    padding-bottom: 0;
}
.uc-about-pre .t-divider {
    display:none;
}
.uc-about-pre .t-list__item {
    text-align: center;
}
.uc-about-pre .t-heading::after {
    content: '';
    display: block;
    width: 100%;
    height: 14px;
    background: #FCDC2A;
    position: relative;
    top: -14px;
    z-index: -1;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: -8px;
}
.uc-about-pre .t-descr {
    text-align: center;
    padding-top: 0;
    line-height: 1;
}
.uc-teams .t923__bgimg {
    border-radius: 10px 10px 0 0;
}
.uc-teams .t923__wrapper {
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.20);
    border-radius: 10px;
    margin-bottom:20px;
    margin-top:20px;
}
.uc-teams .t-card__descr strong {
    display:block;
    margin-top:8px;
    margin-bottom:8px;
}

.pricelist-table {
  width: 100%;
  border-collapse: collapse;
      font-family: 'Mulish';
  font-size: 16px;
  color: #003b30;
  max-width:600px;
}

.pricelist-table td {
  padding: 8px 4px;
  vertical-align: top;
}
.pricelist-table td:last-child {
    min-width:70px;
    text-align: right;
}
.pricelist-table td.pricelist-intro {
    text-align: left;
}
.pricelist-title {
  font-weight: bold;
  font-size: 24px;
  padding-top: 32px;
}

.pricelist-intro {
  font-size:20px;
  padding-top: 16px;
}

.pricelist-label {
  font-weight: bold;
}
.pricelist-table td.pricelist-padding {
    padding-top:32px;
}
@media (max-width:600px) {
    .pricelist-table tbody {
        display:block;
    }
    .pricelist-table tr {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
    }
    .pricelist-table td,
    .pricelist-table td:last-child {
        text-align: center;
    }
    .pricelist-label {
        font-size: 24px;
    }
    .pricelist-table td.pricelist-intro {
       text-align: center;
    }
    .pricelist-table td.pricelist-padding:last-child {
        padding-top:0;
    }
}

.uc-service-menu .t-popup__block-close-button svg g {
        fill:#114232 !important;
    }
    .uc-service-menu .t-popup__container-static {
        padding-top: 0;
    }
    .burgerMenu-name {
        text-align: center;
        font-family: 'Mulish';
        margin-bottom:40px;
    }
    .burgerMenu-name a {
        font-size:30px;
        font-weight: bold;
        color:#114232 !important;
    }
    .burgerMenu-name a:hover {
        color:#e0be00 !important;
    }
    .burgerMenu > ul {
        display:flex;
        flex-wrap:wrap;
        gap:20px;
        justify-content: center;
    }
    .burgerMenu > ul > li {
        border-radius: 10px;
        width: calc(40% - 10px);
        box-sizing: border-box;
    }
    .burgerMenu {
            font-family: 'Mulish';
    }
    .burgerMenu li {
        list-style:none;
        margin-bottom:20px;
    }
    .burgerMenu > ul > li > a {
        font-size:20px;
        font-weight: bold;
    }
    .burgerMenu > ul > li > ul > li > a {
        font-weight: bold;
        font-size:18px;
    }
    .burgerMenu li a {
        color:#114232 !important;
    }
    .burgerMenu li a:hover {
        color:#e0be00 !important;
    }
    .burgerMenu > ul > li ul {
        padding: 0 !important;
        margin-top:25px;
        margin-bottom: 25px;
    }
    .burgerMenu > ul > li ul:last-child {
        margin-bottom:0;
    }
    .burgerMenu > ul > li > ul {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    .burgerMenu > ul > li > ul > li {
        width: calc(50% - 10px);
        box-sizing: border-box;
        padding: 20px;
        border-radius: 10px;
        background: #fff;
        margin-bottom:0;
    }
    .burgerMenu > ul > li > ul > li > ul > li {
        border-bottom: 1px solid #e6e6e6;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .burgerMenu > ul > li > ul > li > ul > li:last-child {
        padding-bottom:0;
        padding-bottom: 0;
        border:none;
    }
    .burgerMenu > ul > li:last-child > ul > li:first-child {
        width:100%;
    }
    @media (max-width:1700px) {
        .burgerMenu > ul > li {
            width: calc(50% - 10px);
        }
    }
    @media (max-width:1000px) {
        .burgerMenu > ul {
            flex-direction: column;
        }
        .burgerMenu > ul > li {
            width: 100%;
        }
    }
    @media (max-width:650px) {
        .burgerMenu > ul > li > ul {
            flex-direction: column;
        }
        .burgerMenu > ul > li > ul > li {
            width: 100%;
        }
        .burgerMenu > ul {
            padding: 0 !important;
        }
    }


.uc-content-style ol {
    counter-reset: list-counter;
    list-style: none;
    padding-left: 0 !important;
    font-family: 'Mulish';
    margin-top: 30px;
    margin-bottom: 30px;
}
.uc-content-style ol li {
  counter-increment: list-counter;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-family: sans-serif;
  font-size: 18px;
  color:#114232;
  font-family: 'Mulish';
}
.uc-content-style ol li::before {
  content: counter(list-counter);
  background-color: #FCDC2A; 
  font-weight: 600;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  color:#114232;
}
.uc-cart-article .t774__wrapper {
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.20);
    border-radius: 10px;
}
.uc-cart-article .t774__textwrapper {
    padding:40px 20px;
}
.uc-cart-article .t-name {
    font-size:20px;
    color:#114232;
    font-weight: 600;
}
.uc-rev-bg {
    background-image: url("https://optim.tildacdn.com/tild3561-3733-4932-a530-363132353437/-/format/webp/fonotzyvy.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}
.uc-faq {
    overflow: hidden;
}
.uc-faq .t668__header {
    background:#FCDC2A;
    border-radius: 10px
}
.uc-faq .t668__trigger-button {
   padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 54px; 
}
.uc-faq .t668__title {
    font-size: 22px;
    color: #114232;
    font-weight: 700;
}
.uc-faq .t668__icon {
    background:url(https://static.tildacdn.com/tild6161-6431-4534-b366-636265343861/Polygon.svg) center no-repeat;
    opacity: 1 !important;
}
.uc-faq .t668__opened .t668__icon {
    transform: rotate(180deg);
    margin-top: -24px;
}
.uc-faq .t668__lines,
.uc-faq .t668__icon-hover {
    display:none;
}
.uc-faq .t668__col {
    display: flex;
    width: 100%;
    float: inherit;
    padding-left: 0;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    margin-bottom: 0 !important;
    padding: 0 !important;
}
.uc-faq .t668>.t-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.uc-faq .t668__content {
    margin-top: -15px;
    border-radius:10px;
    transition: none;
    display:none !important;
}
.uc-faq .t668__opened + .t668__content {
    padding: 35px 20px 20px 20px;
    border: 1px solid #FCDC2A;
    display:block !important;
}
.uc-faq .t668__textwrapper {
    padding:0;
}
.uc-faq .t668__trigger-button {
    display:flex;
}
.uc-faq .t-descr {
    font-size:18px;
    color:#114232;
}
@media (max-width:580px) {
    .uc-faq .t668__header {
        border-radius:0;
    }
    .uc-faq .t668__title {
        font-size:18px;
    }
}
.uc-payblocktext .t-text {
    max-width:660px;
}
.uc-heroservice .t1001__descr {
    max-width:560px;
}
.uc-docgall .t552__container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}
.uc-docgall .t552__container:before,
.uc-docgall .t552__container::after {
    display:none;
}
.uc-docgall .t552__tile {
    width: 100%;
    border: 1px solid #edeaea;
    padding: 10px;
    box-sizing: border-box;
}
.uc-docgall .t552__blockimg {
    height: 370px !important;
}
@media (max-width:1200px) {
    .uc-docgall .t552__container {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width:960px) {
    .uc-docgall .t552__container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}
@media (max-width:500px) {
    .uc-docgall .t552__container {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .uc-docgall .t552__blockimg {
        height: 460px !important;
    }
}

.t-feed__post-popup__relevants, .t-feed__post-popup__relevants-item-wrapper {
    width:100%;
}
.t-feed__post-popup__relevants-item .t-feed__post-popup__relevants-textwrapper,
.t-feed__post-popup__relevants-item .t-feed__post-popup__relevants-bgimg {
    border-radius:10px !important;
}
.t-feed__post-popup__container .t-col_8 {
    padding-left:0;
}
.t-feed__post-popup__relevants-title {
    color: #114232;
    font-weight: 700;
    text-align:center;
    font-size:30px;
}
.t-feed__post-popup__relevants-item {
    max-width: 360px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.20);
    border-radius:10px;
    margin-bottom:20px;
    padding-left:0;
}
.t-feed__post-popup__relevants-item  .t-feed__post-popup__relevants-imgwrapper {
    margin-bottom:0;
}
.t-feed__post-popup__relevants-item .t-feed__post-popup__relevants-textwrapper {
    padding: 20px;
    background-color: #ffffff;
    
    border-radius: 0 0 10px 10px;

}
.t-feed__post-popup__relevants-item .t-feed__post-popup__relevants-item-title {
    font-size: 20px;
    line-height: 1.2;
    color: #114232;
    font-weight: 500;
    font-family: 'Mulish';
}
.t-feed__post-popup__relevants-item .t-feed__post-popup__relevants-bgimg {
    border-radius: 10px 10px 0 0;
}
.uc-contentstyle {
    font-family: 'Mulish', Arial, sans-serif;
}
.uc-contentstyle p {
    margin-bottom:20px;
}
.uc-contentstyle ul,
.uc-contentstyle ol{
   margin-top:20px;
   margin-bottom:20px;
}
.uc-contentstyle h2,
.uc-contentstyle h3,
.uc-contentstyle h4 {
    margin-top:20px;
   margin-bottom:20px;
   color: #114232;
}
.uc-contentstyle li {
    margin-bottom:15px;
}
.uc-potoknews .t-feed__post-bgimg {
    border-radius: 10px 10px 0 0;
}
.uc-potoknews .t-feed__col-grid__post-wrapper {
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.20);
    border-radius: 10px;
}
.uc-potoknews .t-feed__col-grid__wrapper {
    padding: 0px 20px 18px;
}
.uc-potoknews .js-feed-post-title {
    font-size: 20px;
    line-height: 1.2;
    color: #114232 !important;
    font-weight: 500;
    font-family: 'Mulish';
}
.t-feed__post-popup__container .t-col_8 {
    max-width: 1160px;
}
.t-feed__post-popup__container .js-feed-post-title {
    color: #114232;
    font-weight: 700;
    text-align:center;
    font-size: 30px;
}
.t-popup__container.t-popup__container-static {
    padding-top:40px;
}
.t-popup__container .t-feed__post-popup__cover-wrapper img {
    border-radius:30px;
}
@media (max-width:1200px) {
    .t-feed__post-popup__relevants-item {
        max-width: 300px;
    }
}
@media screen and (max-width: 640px) {
    .t-feed__post-popup__relevants-title {
        font-size:18px;
    }
    .t-feed__post-popup__relevants-item .t-feed__post-popup__relevants-imgwrapper {
        margin-bottom: 0;
        height: auto !important;
        width: 100px;
    }
}
@media screen and (max-width: 480px) {
    .t-feed__post-popup__relevants-item {
        max-width: 100%;
       margin-bottom:20px;
    }
}