.uc-d-none {
   display: none;
}
img.uc-st-img {
   float: right;
   border-radius: 0px;
   width: 380px;
   height: 260px;
   margin: 50px 0 50px 50px;
}
img.uc-st-img.w-auto {
   width: auto;
   max-width: 100%;
}
img.uc-st-img.mt-0 {
   margin-top: 0;
}
@media screen and (max-width: 960px) {
   img.uc-st-img {
       float: right;
       width: 100%;
       margin: 0 0 25px 0;
   }
}
.uc-text-b {
   color: #424552;
   font-size: 16px;
   font-family: 'Manrope', Arial, sans-serif;
   line-height: 1.6;
   font-weight: 400;
   counter-reset: myCounter; /* Инициализация счетчика */
}
.uc-text-b p + * {
   margin-top: 20px;
}
.uc-text-b h2 {
   font-size: 42px;
   font-family: 'Manrope', Arial, sans-serif;
   font-weight: 700;
   line-height: 1.4;
   margin: 40px 0 20px;
   color: #0C163B;
}
.uc-text-b h3 {
   font-size: 24px;
   font-family: 'Manrope', Arial, sans-serif;
   font-weight: 700;
   margin: 30px 0 10px;
   color: #0C163B;
}
.uc-text-b ol,
.uc-text-b ul {
   padding-left: 0 !important;
   margin-left: 0;
}
.uc-text-b ol li,
.uc-text-b ul li {
   list-style: none;
   padding-left: 35px; /* Или большее значение, если маркеры шире */
   position: relative;
   margin-bottom: 20px; /* Указать отступы между элементами списка, если надо */
}
.uc-text-b ol {counter-reset: myCounter; /* Сброс счетчика при начале нового блока */
}
.uc-text-b ol > li {
   counter-increment: myCounter;
}
.uc-text-b ol > li:before {
   content: counter(myCounter);
   font-family: 'Manrope', Arial, sans-serif;
   color: white;
   display: inline-block;
   text-align: center;
   width: 24px;
   height: 24px;
   border-radius: 0px;
   background-color: #cd0000;
   line-height: 24px;
   position: absolute;
   top: 0;
   left: 0; /* Смещаем маркеры влево от текста */
}
.uc-text-b ul > li:before {
   content: "";
   position: absolute;
   top: 0;
   width: 26px;
   height: 26px;
   background-image: url('https://static.tildacdn.com/tild6336-3462-4138-b936-323966646332/done_9038205_4.svg');
   background-size: cover;
   left: 0; /* Смещаем маркеры влево от текста */
}
@media (max-width: 960px) {
   .uc-text-b .t-col {
       max-width: 375px;
       margin: 0 auto;
   }
   .uc-text-b h2 {
   font-size: 26px;
   }
   .uc-text-b h3 {
   font-size: 22px;
   }
}


/* Прайс стиль */
body {
font-family: 'Manrope', sans-serif;
}

table {
width: 100%;
border-collapse: collapse;
}

th, td {
border: 1px solid #E2E7FF;
padding: 12px;
text-align: left;
color: #090627;
}

th {
background-color: #10315B;
color: white;
}

td:nth-child(2) {
width: 100px;
}

tr.subheading td {
background-color: #B6C3FF;
font-weight: bold;
}

.service-cell {
display: flex;
align-items: center;
justify-content: flex-start; /* Выравнивание элементов влево */
}


#allrecords a {
color: #0C163B;
text-decoration: none;
}

.order-button {
margin-left: auto; /* Смещение кнопки вправо */
background-color: #EEE7E6;
border: none;
border-radius: 0px;
padding: 5px 10px;
cursor: pointer;
text-decoration: none;
}

.order-button:hover {
background-color: #E7DCDA;
}

@media (max-width: 768px) {
th, td {
font-size: 14px;
}
td:nth-child(2) {
width: 80px;
}
}










/**/
.blog {
    font-family: 'Manrope', Arial, sans-serif;
}

.blog_header {
    background: #ece7e8;
    margin-top: 100px;
    height: 254px;
    display: flex;
    align-items: flex-end;
}

.blog_header h1 {
    font-size: 42px;
    font-family: 'Manrope', Arial, sans-serif;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 50px;
    color: #0C163B;
}

.bread_crumbs ul li, .bread_crumbs ul li a {
    color: #a2a2a2;
    text-decoration: none;
    /* -webkit-transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out; */
    /* transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out; */
}

span.breadcrumb-divider {
    color: #a2a2a2;
    font-weight: 300;
}

.bread_crumbs ul li a:hover, .bread_crumbs ul li span:hover {
    color: #cd0000;
}

.bread_crumbs ul li, span.breadcrumb-divider {
    padding-right: 10px;
}

.bread_crumbs ul {
    display: flex;
    align-items: center;
    margin: 40px 0 60px 0;
    padding: 0;
    list-style: none;flex-wrap: wrap;
}

.bread_crumbs ul li a, .bread_crumbs ul li span {
    -webkit-transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    font-size: 16px;
}

.full_blog a img {
    max-width: 380px;
    width: 100%;
}

.full_blog a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    border: 2px solid #ece7e8;
}

.full_blog a .prev_full_blog > span {
    font-weight: 800;
    font-size: 18px;
    color: #161616;
    /* text-decoration: none; */
    display: block;
    margin: 25px 0;
}

.prev_info {
    font-weight: 400;
    font-size: 14px;
    color: #000;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    align-items: center;
    width: 100%;
}

.more_blog {
    display: flex;
    width: 135px;
    height: 31px;
    background: #cd0000;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.left_prev,.right_prev {
    display: flex;
    flex-direction: column;
    gap: 15px;
    /* justify-content: center; */
}

.prev_info > div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ico_prev {
    min-width: 21px;
    display: flex;
    align-items: center;
}

.full_blog {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.prev_full_blog {
    padding: 0 20px;
    margin-bottom: 25px;
}



.full_blog a:hover .more_blog span, .full_blog a:hover .more_blog svg {
    opacity: .8;
}

.blog_content {
    margin-bottom: 50px;
}


/**/
.left_author img {
    max-width: 100px;
    width: 100%;
}

.blog_author {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    display: flex;
    align-items: center;
    gap: 60px;
    border-bottom: 3px solid #e3e3e3;
    margin-bottom: 50px;
    padding-bottom: 30px;
}

.left_author a {
    color: #10315b;
    text-decoration: underline;
    font-weight: 700;
    font-size: 18px;
}

.left_author > div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.right_author .prev_info {
    display: flex;
    gap: 60px;
}

.left_author {
    display: flex;
    align-items: center;
    gap: 25px;
}

.blog_article {
    font-size: 16px;
    color: #000;
}
.blog_article p + * {
   margin-top: 20px;
}


.blog_article h2 {
    font-size: 28px;
    margin-bottom: 30px;
    padding-top: 35px;
    margin-top: 0;
}

.blog_article ol li:not(:last-child), .blog_article ul li:not(:last-child) {
    margin-bottom: 20px;
}

.blog_article ol, .blog_article ul {
    margin: 20px 0;
    padding: 0 0 0 20px;
}

.blog_article ol li::marker{font-weight:700;color: #cd0000;font-size:19px;margin-right: 10px;display: flex;}

li {}

.blog_img_article {
    display: flex;
    align-items: center;
    gap: 80px;
}

.blog_img_article img {
    max-width: 450px;
    width: 100%;
}

.blog_img_article {
    margin: 20px 0;
}

p.quote {
    font-weight: 600;
    background: rgba(205, 0, 0, 0.08);
    padding: 30px;
    text-align: center;
    margin-top: 50px;
}


.blog_article ul li::before {
    content: "";
    min-width: 16px;
    height: 16px;
    background: url("/assets/images/ul.svg") center / contain no-repeat;
} .blog_article ul li {
    position: relative;
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 10px;
} .blog_article ul {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}


@media (max-width: 991px) {
.full_blog {
    grid-template-columns: repeat(2, 1fr);
} 
  .blog_author {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 35px;
    padding-bottom: 20px;
}

.blog_img_article {
    flex-direction: column;
    gap: 15px;
}

.blog_img_article img {
    /* order: 11; */
    max-width: 100%;
}

.blog_img_article div {
    /* order: -1; */
}
}

@media (max-width: 768px) {
.full_blog {
    grid-template-columns: repeat(1, 1fr);
}    
  .full_blog a img {max-width:100%;}  
  
  
}

@media (max-width: 480px) {
.right_author .prev_info {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.right_author .prev_info > div:nth-child(1) {
    order: 1;
}

.right_author .prev_info div:nth-child(2) {
    order: 3;
}

.right_author .prev_info > span {
    order: 2;
}
.blog_header h1 {font-size:24px;}
.blog_header {
    height: 115px;
}

.blog_header h1 {
    margin-bottom: 25px;
}
}
@media (max-width: 360px) {
.prev_info {
    grid-template-columns: repeat(1, 1fr);
}

.prev_info > div:nth-child(1) {
    order: 0;
}

.prev_info > div:nth-child(2) {
    order: 3;
}

.prev_info > div:nth-child(3) {
    order: 2;
}

.more_blog {
    order: 4;
}

.prev_info > span {
    order: 3;
}

.more_blog {
    width: 100%;
}
.right_author .prev_info {
    grid-template-columns: repeat(1, 1fr);
}

.right_author .prev_info > div:nth-child(1) {
    order: 1;
}

.right_author .prev_info div:nth-child(2) {
    order: 2;
}

.right_author .prev_info > span {
    order: 3;
}
.blog_article h2 {
    font-size: 24px;
}
p.quote {padding:15px;}
}



.blog_img_article_center img {
    max-width: 450px;
    width: 100%;
}

.blog_img_article_center {
    text-align: center;
    margin: 30px 0;
}


.blog_article ul {
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

.blog_article ul li {
    position: relative;
    display: block;
    padding-left: 32px;
    margin-bottom: 18px;
    line-height: 1.55;
}

.blog_article ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.35em;
    width: 16px;
    height: 16px;
    min-width: 16px;
    background: url("/assets/images/ul.svg") center / contain no-repeat;
}

.blog_article ul li strong {
    font-weight: 700;
}