.t967__top .t967__additionalitem {order:-1;}
.t967__bottom .t-menu__list {justify-content:center;}
.uc-tophead .t967__top {max-width:1200px;margin:0 auto;}

.pricebox {
    font-family: 'Roboto';
}
.pricebox p {
    margin:0 0 10px;
}
.pricebox h2 {
    margin:0 0 15px;
    font-family: 'Roboto';
    font-size:24px;
}
table{
    width: 100%;
  margin: 0 0 20px;
  border-spacing: 0;
  border-collapse: collapse;
  
}
table tr:nth-child(2n+2) {
	background-color: #f2f2f2;
}
table td, table th {
    padding:15px;
    font-size:16px;
    text-align:center;
}
table thead tr {
    background:#ff822e;
    color:#fff;
}

.tablewrap {overflow:auto;width:100%;}

.t-menusub__list-item {
 padding-left:20px;
 background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iI2ZmODU2MiIgd2lkdGg9IjIwcHgiIGhlaWdodD0iMjBweCI+PHBhdGggZD0iTTE2IDEyTDEwIDE4VjZMMTYgMTJaIj48L3BhdGg+PC9zdmc+) 0 0 no-repeat;
}

.uc-submenu ul {
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    justify-content:center;
    list-style:none;
    font-family: 'Roboto',Arial,sans-serif;
}

.uc-submenu ul li a {
    display:block;
    color:#fff!important;
    background:#ff8562;
    padding:10px;
    border-radius:15px;
}

.uc-thecalc .t-calc__wrapper {text-align:center;font-size:20px!important;display:flex;align-items:center;justify-content:center;gap:15px;}
.uc-thecalc .t-calc__wrapper .t-calc, .uc-thecalc .t-calc__wrapper .t-calc__postfix-text, .calc-psevdo {color: #FF822E;font-size:40px!important;}
.uc-thecalc .t-range__value-txt {border-radius: 2px;background: #FF8562!important;box-shadow:none!important;color:#fff!important;padding:2px 10px!important;}
.uc-thecalc .t-range__value-txt::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7px;
  transform: translateX(-50%);

  width: 0;
  height: 0;
  border-left: 7.5px solid transparent;
  border-right: 7.5px solid transparent;
  border-top: 8px solid #FF8562;
}

.uc-thecalc .t-range::-webkit-slider-thumb {
  background:#FF822E!important;
}

.uc-thecalc .t-range::-webkit-slider-runnable-track {
  height:6px!important;
  border-radius:20px!important;
}


.uc-thecalc .t-range::-moz-range-thumb {
  background:#FF822E!important;
}

.uc-thecalc .t-range::-moz-range-track {
  height:6px!important;
  border-radius:20px!important;
}

.uc-thecalc .t-checkbox__indicator {
    border:1px solid rgb(230, 230, 230)!important;
    background:rgb(249, 249, 249)!important;
}
.uc-thecalc .t-checkbox__indicator:after{
    border-color:#ff822e!important;
}

.uc-thecalc div[data-field-name="thecalc"]{display:flex;flex-direction:column-reverse;}
.uc-thecalc div[data-field-name="thecalc"] .t-input-subtitle {padding:0;text-align:center!important;font-size:14px!important;color:#979797!important;}

div[data-field-name="trubaskolvo"]{display:flex;align-items:center;gap:20px;}
div[data-field-name="trubaskolvo"] label {width:100%;flex:1;}

