.dcu-cst-tsb-wrp {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
}
.dcu-list-checked-row {
  padding: 0!important;
  margin: 0!important;
  list-style: none;
}

.dcu-list-checked-row li {
  background-image: url(https://static.tildacdn.com/tild6439-3235-4333-b062-303565356339/image.png);
  background-repeat: no-repeat;
}

.dcu-list-checked-row li div:first-child {
  font-family: Arial;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.dcu-list-checked-row li:last-child {
  font-family: Arial;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}
.dcu-list-checked-row li {
  border-radius: 20px;
  padding: 14px 20px;
  background-color: #F9F9F9;
  padding-left: 72px;
  margin-bottom: 10px;
  background-position: 16px 10px;
}


.dcu-blue-atblock {
  background-color: #1352DA0D;
  border-radius: 20px;
  padding: 30px 30px;
  font-family: Arial;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  background-repeat: no-repeat;
  letter-spacing: 0%;
  color:  #002C8C;
  padding-top: 60px;
  background-position: 30px 16px;
  max-width: 330px;
  background-image: url(https://static.tildacdn.com/tild3263-3230-4536-a131-653066343838/Frame.png);
}





.dcu-container {
  padding: 0 20px;
  margin: 40px 0;
}

.regular-font-text * {
  font-family: Arial;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #242424;

}

.regular-font-text ol,
.regular-font-text ul,
.regular-font-text p {
  margin-bottom: 16px;
}

.blue-text-label {
  background: #1352DA;
  padding: 10px 24px;
  font-family: Arial;
  font-weight: 700;
  border-radius: 20px;
  color: #FFFFFF;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  margin-bottom: 16px;
}

.regular-font-text {
  font-family: Arial;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.two-sides-text-block {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 44px;  
}



.head-top-page-banner-area {
    background: linear-gradient(to right, #4B6B82, #4B6B82, #618290, #7c999f, #7c999f);
}

.head-top-page-banner {
  display:flex;
  align-items: center;
  padding: 0 20px;
  min-height: 444px;
  position: relative;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.head-top-page-banner h1 {
  font-family: Arial;
  font-weight: 700;
  font-style: Bold;
  font-size: 68px;
  leading-trim: NONE;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  color: #FFFFFF;
}
.head-top-page-banner picture {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  top: 0;
}

.head-top-page-banner-text {
  position: relative;
  max-width: 730px;
}

.head-top-page-banner-text h1 {
  font-family: Arial;
  font-weight: 700;
  font-style: Bold;
  font-size: 68px;
  leading-trim: NONE;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  color: #FFFFFF;  
}

.head-top-page-banner .sub-h1 {
  font-family: Arial;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  color: #FFFFFF;  
  margin-top: 20px;
}

.head-top-page-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;  
}

.regular-font-text h2 {
  font-family: Arial;
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 49.2px;
  letter-spacing: 0%;
  vertical-align: middle; 
  margin-bottom: 40px; 
}

.list-blue-dots {
  list-style: none;
  padding: 0!important;
}



  .dcu-table-list-1 {
    list-style: none;
    padding: 0!important;
    display: flex;
    align-items: stretch;
    gap: 20px;
    justify-content: space-between;
  }
  .dcu-table-list-1 li {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
    flex: 0 0 32%;
    height: 100%;
  }
  .dcu-table-list-1 li div:first-child {
    border-radius: 20px;
    color: white;
    padding: 14px 24px;
    font-family: Arial;
    font-weight: 700;
    font-style: Bold;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    background: #1352DA;
  }

  .dcu-table-list-1 li div:last-child {
    border-radius: 20px;
    padding: 30px 24px;
    background: #F9F9F9;
    font-family: Arial;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    min-height: 340px;

  }

.order-list-two-block-row {
  padding: 0!important;
  align-items: stretch;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 24px; /* Расстояние между блоками */
  counter-reset: order-counter; /* Инициализация счётчика */
  gap:20px;
}

/* Каждый элемент списка — половина ширины */
.order-list-two-block-row li {
  flex: 0 0 calc(50% - 12px); /* Учитываем gap */
  box-sizing: border-box;
  display: flex;
  flex-direction: column;

}

/* Контейнер для нумерации и первого div */
.order-list-two-block-row li div:first-child {
  counter-increment: order-counter; /* Увеличиваем счётчик */
  background: #1352DA;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  font-family: Arial;
  color: white;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  padding: 10px 24px 10px 10px;
  margin-bottom: 20px;
}

/* Генерация цифры перед текстом */
.order-list-two-block-row li div:first-child::before {
  content: counter(order-counter);
  border: 1px solid white;
  min-width: 50px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}


.order-list-two-block-row li div:last-child {
  padding: 30px 20px;
  background: #F9F9F9;
  border-radius: 20px;
  font-family: Arial;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;

}

.mb-row-head {
  display: none;
}

.dcu-table-v1 * {
  display: block;
}

.dcu-table-v1 tr {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 10px;
  margin-bottom: 10px;
}

.dcu-table-v1 thead td {
  box-sizing: border-box;
  background: #DBE1EF;
  padding: 10px 24px;
  border-radius: 20px;
  color: #494D57;
  font-family: Arial;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
}



.dcu-table-v1 td {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.dcu-table-v1 td:first-child {
  width: 20%;
}


.dcu-table-v1 tbody td {
  background: #F9F9F9;
  padding: 30px 20px;
  font-family: Arial;
  border-radius: 20px;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  box-sizing: border-box;
}


.dcu-table-v1 tbody tr td:first-child {
  font-family: Arial;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;

}

.list-blue-dots li .list-blue-dots-inner::before {
  position: absolute;
  content: " ";
  left: 20px;
  top: 24px;
  background-color: #1352DA;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}



.list-blue-dots li .list-blue-dots-inner {
  position: relative;
  padding: 14px 20px;
  border-radius: 20px;
  font-family: Arial;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  padding-left: 44px;
  margin-bottom: 10px;
  display: inline-block;
  background-color: #F9F9F9;
}

@media screen and (max-width: 1299px){
  .head-top-page-banner-text h1 {
    font-family: Arial;
    font-weight: 700;
    font-style: Bold;
    font-size: 42px;
    leading-trim: NONE;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
  }

  .order-list-two-block-row li div:first-child {
    font-family: Arial;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
  }
  .order-list-two-block-row li div:first-child::before {
    font-family: Arial;
    min-width: 40px;
    min-height: 40px;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;

  }

  .dcu-table-list-1 {
    flex-direction: column;
  }
  .dcu-table-list-1 li div:first-child br {
    display: none;
  }

  .dcu-table-list-1 li div:first-child {
    font-family: Arial;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
  }

  .dcu-table-list-1 li div:last-child {
    min-height: 10px;
    font-family: Arial;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .head-top-page-banner-text {
    max-width: 420px;
  }

  .head-top-page-banner .sub-h1 {
    font-family: Arial;
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
  }

  .blue-text-label {}  
  .regular-font-text {}
  .two-sides-text-block {
    flex-direction: column-reverse;
  }
  .two-sides-text-block-img {
    text-align: center;
  }
}
@media screen and (max-width: 991px){
  .dcu-cst-tsb-wrp {
    flex-direction: column;
  }
  .dcu-list-checked-row li div:first-child {
    font-family: Arial;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .dcu-list-checked-row li:last-child  {
    font-family: Arial;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;    
  }
  .dcu-blue-atblock {
    max-width: 100%;
  }


  .dcu-table-v1 tbody td {
    font-family: Arial;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;    
  }
  .dcu-table-v1 td {
    padding: 14px 12px;
  }
  .dcu-table-v1 thead td {
    font-family: Arial;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
  }
  .dcu-table-v1 thead {
    display: none;
  }


  .dcu-table-v1 tbody .mb-row-head td {
    flex-wrap: wrap;
    display: flex;
    background: #DBE1EF;
    font-family: Arial;
    font-weight: 700;
    border-radius: 20px;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    flex: 1 1 48%;
    word-break: break-all;
    color: #494D57;
  }

  .dcu-table-v1 tr.mb-row-head  {
    flex-wrap: wrap;
    text-align: center;
  }
  .dcu-table-v1 tbody tr.mb-row-head td:first-child {
    justify-content: center;
    padding:10px 24px;
    flex: 1 1 100%;
  }
  .dcu-table-v1 tr:not(.mb-row-head) td:first-child {
    display: none;
  }

  .dcu-table-v1 td {
    flex: 1 1 48%;
  }

  .mb-row-head td {
    flex: 0 0 49%;
  }

  .mb-row-head td:first-child {
    flex: 0 0 100%;
  }

  .dcu-table-v1 tbody tr td:first-child {
    font-family: Arial;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;

  }

  .dcu-table-v1 td {
    align-items: flex-start;
  }

  .head-top-page-banner {
    min-height: 274px;
  }
  .order-list-two-block-row li div:first-child {
    margin-bottom: 10px;
  }
  .order-list-two-block-row {
    gap: 10px;
  }
  .order-list-two-block-row li {
    width: 100%;
    flex: 0 0 100%;
  }

  .head-top-page-banner h1 {
    font-family: Arial;
    font-weight: 700;
    font-style: Bold;
    font-size: 42px;
    leading-trim: NONE;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;   
  }
}


@media screen and (max-width: 767px){
  .dcu-list-checked-row li:last-child  {
    font-family: Arial;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .dcu-list-checked-row li div:first-child {
    font-family: Arial;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;

  }

  .regular-font-text h2 { 
    font-family: Arial;
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    margin-bottom: 20px;
  }



  .dcu-table-list-1 li div:first-child {
    font-family: Arial;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;

  }

  .dcu-table-list-1 li div:last-child {
    font-family: Arial;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;

  }

  .order-list-two-block-row li div:last-child {
    font-family: Arial;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .order-list-two-block-row li div:first-child {
    font-family: Arial;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;

  }
  .order-list-two-block-row li div:first-child::before {
    font-family: Arial;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }

  .regular-font-text *,
  .list-blue-dots li .list-blue-dots-inner,
  .regular-font-text,
  .blue-text-label {
    font-size: 16px;
  }  

  .list-blue-dots li .list-blue-dots-inner {
    font-size: 16px;
  }
  .head-top-page-banner {
    min-height: 274px;

  }
  .head-top-page-banner .sub-h1 {
    font-size: 24px;
  }
  .head-top-page-banner h1 {
    font-family: Arial;
    font-weight: 700;
    font-style: Bold;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
  }
}

.footer_middle_block-row {
    margin: 5px 0;
}
.footer_middle_block {
    max-width: 230px;
}
.footer_middle {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 40px;
}

.header-si,
.telpnumber {
    gap:3px;
    display: flex!important;
    align-items: center!important;
    justify-content: flex-start!important;
}

#allrecords a[href^="tel"],
#allrecords a[href^="mailto"]{
    color: inherit;
    text-decoration: none;
}

.contacs-static-block-addr svg,
.contacs-static-block-phone svg {
    width: 30px;
    height: 30px;
}


.actions__link + .actions__link {
    margin-top:14px;
}

#footer .actions__link {
    color: #1352da;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.actions__item_soc {
    margin-top:36px;
}

.actions__item_soc .actions__text {
    margin-bottom:16px;
}


.contacs-static-block {
    font-family: 'Arial',Arial,sans-serif;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    max-width: 1200px;
    padding:0 15px;
    margin: 10px auto;
}

.contacs-static-block-data > *{
    display:block;
    margin:10px 0;
    font-size:24px;
    
    
}
.contacs-static-block-addr ,
.contacs-static-block-phone  {
display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.mw-200px {
    max-width:200px;
}

@media screen and (min-width:1199px){
    #nav1097423311 .t-menusub__menu {
        min-width:1099px;
    }
    #nav1097423311 .t-menusub__menu .t-menusub__list {
        column-count:4;
    }
    #nav1097423311 .t228__list_item a, #allrecords .t228__list_item a {
        text-align:left;    
    }
}



@media screen and (max-width:1199px){
    .contacs-static-block {
        flex-direction: column;
    }
    .contacs-static-block-map,
    .contacs-static-block-map iframe {
        width:100%!important;
    }
}

@media screen and (max-width:767px){
    header + [data-record-type="758"] {
        padding-top: 34px!important;
        padding-bottom: 34px!important;
    }
    jdiv .__jivoMobileButton {
        bottom: 64px!important;
    }
    .footer_middle {
        justify-content: center;
    }
    .contacs-static-block-map iframe {
        height:400px;
    }
    .footer__main .footer__actions  {
        order:1;
    }
    .footer__main .footer__menu {
        order:2;
        margin-top:50px;
    }
}