#t-header{
    position: fixed;
    top: -1px;
    width: 100%;
    z-index: 1000;
}
.menu_link >div > a:hover {
    color: #20b2ff !important;
}
.menu_link >div > a {
    transition: all .3s ease-in-out !important;
}
.border_radius_first img{
    border-radius: 500px 100px 100px 500px;
}
.border_radius_second img{
    border-radius: 500px;
}
.border_radius_three img{
    border-radius: 100px 500px 500px 100px;
}
.grid-overlay .tn-atom{
        background-image: -webkit-image-set(url(https://static.tildacdn.com/tild6461-3766-4633-b730-383031313735/grid.png) 1x, url(https://static.tildacdn.com/tild6461-3766-4633-b730-383031313735/grid.png) 2x);
}
#bridge1,
#bridge2,
#bridge3,
#bridge4,
#bridge5,
#bridge6,
#bridge7,
#bridge8{
    cursor: pointer;
}
/*.product-table {*/
/*      margin: 0 auto;*/
/*    width: 90%;*/
/*    overflow: hidden;*/
/*    background: #FFF;*/
/*    color: #024457;*/
/*    border-radius: 10px;*/
/*    border: 1px solid #20B2FF;*/
/*    border-collapse: collapse;*/
/*}*/

/*.product-table__head,*/
/*.product-table__row {*/
/*    display: flex;*/
/*}*/

/*.product-table__item {*/
/*    flex: 1;*/
/*    font-family: 'Roboto';*/
/*    margin: 0.02em 0.02em;*/
/*    padding: 10px;*/
/*    text-align: center;*/
/*    border: 1px solid #20b2ff38;*/
/*    color: #000;*/
/*}*/

/*.product-table__head {*/
/*    font-weight: bold;*/
    /*background-color: #f2f2f2;*/
/*}*/

/*.rotate {*/
/*    white-space: nowrap;*/
/*}*/


/*.product-table__row:hover {*/
/*    background-color: #f9f9f9;*/
/*}*/
/*.product-table__head .product-table__item {*/
/*    background-color: #20B2FF;*/
/*    border: 1px solid #FFF;*/
/*    color: #fff;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/
.t830__menu__content:before {
    content: '';
    position: absolute;
    height: 170px;
    width: 25px;
    background: url(https://static.tildacdn.com/tild6235-3937-4063-b538-323136386134/logo-2.jpg) no-repeat;
    left: 13px;
    top: calc(100% / 2 - 81px);
    background-size: cover;
}
.t754__bgimg{
        border-radius: 20%;
}
.uc-block-radius_top{
      padding-left: 10px;
      padding-right: 10px;
}
.uc-block-radius-midle,
.uc-block-radius{
    margin-left: 10px;
    margin-right: 10px;
}
.uc-block-radius_top > div > div,
.uc-block-radius_top > div{
    background-color: #f0f5ff !important;
    border-radius: 100px 100px 0px 0px;
}
.uc-block-radius-midle > div{
    background-color: #f0f5ff !important;
}
.uc-block-radius,
.uc-block-radius > div{
    background-color: #f0f5ff !important;
    border-radius: 0px 0px 100px 100px;
}
.uc-header-rusaqua .t228__right_buttons_but:nth-child(2),
.uc-header-rusaqua .t228__right_buttons_but:first-child{
    position: relative;
}
.uc-header-rusaqua .t228__right_buttons_but:nth-child(2):before{
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    background: url(https://static.tildacdn.com/tild3836-6537-4465-b366-383637396435/telephone.png) no-repeat;
    background-size: cover;
    left: 19px;
    top: calc( 50% - 9px );
}
.uc-header-rusaqua .t228__right_buttons_but:first-child:before{
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    background: url(https://static.tildacdn.com/tild3562-6536-4830-b130-333035313163/email.png) no-repeat;
    background-size: cover;
    left: 33px;
    top: calc( 50% - 8px );
}
.uc-header-rusaqua .t228__right_buttons_but:first-child a {
    padding-left: 45px;
}
.uc-header-rusaqua .t228__right_buttons_but a{
    
    font-size: 16px;

}
.t-sociallinks__item_whatsapp a{
    width: 44px !important;
    height: 44px  !important;
    background: #fff;
    border-radius: 50%;
}
.t-sociallinks__item_whatsapp a svg{
    height: 44px;
    width: 44px;
}
.t-sociallinks__item_whatsapp a svg path{
    fill: #00e676;
    stroke: #00e676;
}



.product-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* Добавляем поддержку прокрутки на iOS */
  margin: 0 auto;
  width: 90%;
  overflow: hidden;
  background: #FFF;
  color: #024457;
  border-radius: 10px;
  border: 1px solid #20B2FF;
  border-collapse: collapse;
  min-width: 1669px;
}

.product-table__head,
.product-table__row {
  display: flex;
  min-width: fit-content; /* Новое свойство для поддержки горизонтальной прокрутки */
}

.product-table__item {
  flex: 1;
  font-family: 'Roboto';
  margin: 0.02em 0.02em;
  padding: 10px;
  text-align: center;
  border: 1px solid #20b2ff38;
  color: #000;
}

.product-table__head {
  font-weight: bold;
}

.rotate {
  white-space: nowrap;
}

.product-table__row:hover {
  background-color: #f9f9f9;
}

.product-table__head .product-table__item {
  background-color: #20B2FF;
  border: 1px solid #FFF;
  color: #fff;
  display: flex;
  align-items: center;
}
#allrecords a,
.uc-footer a{
    transition: all .3s;
}
.uc-footer a:hover{
    color: #124763 !important;
}

#allrecords a:hover {
    color: #124763 !important;
}
#allrecords .uc-solutions a:hover {
    color: unset !important;
}
.uc-solutions > .t401 > .t-container > .t401__col{
    border-radius: 30px;
}
.t830m__overlay{
    display:none;
}
#t-header {
    max-height: 90px;
}
h2{
    position: relative;
}
h2:before{
    height: 6px;
    width: 49px;
    bottom: 0;
    top: 0;
    content: "";
    height: 100%;
    left: -5px;
    position: absolute;
    width: 3px;
    background-color: #20b2ff;
}
.footer-link a{
    transition: all .3s;
}
#allrecords .footer-link a:hover{
    color: #fff !important;
}
#allrecords .dropdown-list li a {
    color: #fff;
    font-family: 'Roboto';
}
@media only screen and (max-width: 1460px){
    iframe.youtube{
        width: 130vw;
    }
}
@media only screen and (max-width: 1200px){
    .t830__panel {
        position: fixed;
        top: 0;
        height: 100vh;
        right: 0;
        left: 0;
        z-index: 99998;
        width: 50px;
        background-color: #ffffff;
    }
    .t830__burger.t830__burger_mobile {
        display: block;
        top: 30px;
        left: 10px;
        right: auto;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    #rec719364271 .t830m.t830m_bg {
        z-index: 99999;
    }
}
@media only screen and (max-width: 1000px){
    
}
@media only screen and (max-width: 768px) {
    .product-table__item {
        flex: 100%; /* Занимаем всю ширину на мобильных устройствах */
        border: none;
        border-bottom: 1px solid #20B2FF;
        background-color: #fff;
        background-color: #20B2FF;
        border: 1px solid #FFF;
        color: #fff;
    }

    .product-table__row {
        margin-bottom: 10px; /* Добавляем отступ между строками на мобильных устройствах */
    }
#rec719364271 .t830__panel.t830__panel_bg {
    background-color: unset;
}
.t830__menu__content {
    width: 42px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    position: relative;
    margin: unset;
    padding: 0;
    background-color: #fff;
}
.t830__burger.t830__burger_mobile {
    display: block;
    top: 50%;
    left: 7px;
    right: auto;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.t830__menu__content:before{
    display: none;
}
}