/* gage */
.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

ul li{
  position: relative;
}

/* sbunav */
.sub-menu-caption:hover .nav__link {
  background-color: #3137C9;
  text-decoration: none;
}
.subnav{
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none !important;
  float: left;
  min-width: 100px;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  padding: 15px;
  column-gap: 1em;
  column-width: auto;
  -moz-column-gap: 1em;
  -webkit-column-gap: 1em;
  -webkit-box-shadow: 0 4px 14px 0 rgb(0 0 0 / 20%);
  box-shadow: 0 4px 14px 0 rgb(0 0 0 / 20%);
}
.subnav > ul{
  display: flex;
  flex-direction: column;
  gap:10px;
}
.subnav li a{
  padding: 0 !important;
  background: none !important;
}
.subnav li.active a{
  border-top:none !important;
}
.subnav li a{
  border-top:none !important;
  color: #000 !important;
}
.subnav li a:hover{
  color: #22a571 !important;
}
.header__item nav > ul li:hover > .subnav {
  display: flex !important;
  flex-direction: column;
  gap: 15px;
  text-align: center;
}
.has-subnav {
  padding-right: 0;
}
.subnav_active{
  display: block;
}
.subnav:hover .header{
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}
/* .toggler.open{
    background: url(/assets/img/web/toggler-arr2.png) center 0px no-repeat !important;
} */
.service-nav {

}
.service-nav > ul {
    border: solid 1px rgba(255,255,255,0.1);
}
.service-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.service-nav li.level-1 {
    border-bottom: solid 1px rgba(255,255,255,0.1);
}
.service-nav li {
    position: relative;
}
.service-nav li.level-1 > a {
    display: block;
    padding: 15px;
    margin-right: 30px;
    
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    padding: 5px 15px 15px 0px;
}
.service-nav li.level-1 > a:hover{
  color: #f46b23;
  opacity: 1 !important;
}
.service-nav li.level-2:hover{
    background: rgba(255, 255, 255, 0.2);
}
.service-nav li a {
    display: block;
    color: #000;
}
.service-nav a {
  color: #000;
  transition: .2s all;
}
/* .service-nav li.parent span.toggler {
  display: block;
  position: absolute;
  text-align: center;
  width: 30px;
  height: 30px;
  right: 0px;
  top: 18px;
  cursor: pointer;
  background: url(/assets/img/web/toggler-arr.png) center 0px no-repeat;
}

.service-nav li.level-1:hover .parent span.toggler {
  background: url(/assets/img/web/toggler-arr2.png) center 0px no-repeat;
} */

.service-nav li.parent span.toggler {
    display: block;
    position: absolute;
    text-align: center;
    width: 30px;
    height: 30px;
    right: 0;
    top: 0px;
    cursor: pointer;
}

/* По умолчанию + */
.service-nav li.parent span.toggler::before {
    content: "+";
    font-size: 20px;
    line-height: 30px;
}

/* Когда есть класс open → минус */
.service-nav li.parent span.toggler.open::before {
    content: "−";
}
.service-nav ul ul {
    display: none;
}
.service-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.service-nav li.level-2 {
    padding-left: 15px;
}
.service-nav li.level-2 > a {
    padding: 10px 15px;
    margin-right: 30px;
    font-size: 14px;
    line-height: 18px;
    color: #000;
}



.open{
  display: block!important;
}
.menu .menu__inner{
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.nav-toggle {
  position: relative;
  background: transparent;
  border: 1px solid transparent;
}

.nav-toggle:focus {
  outline-width: 0;
}

.nav-toggle [class*='bar-'] {
  background: #fff;
  display: block;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .2s ease all;
  transition: .2s ease all;
  border-radius: 8px;
  height: 3px;
  width: 37px;
  margin-bottom: 6px;
}

.nav-toggle .bar-bot {
  margin-bottom: 0;
}

.bar1, .bar2, .bar3 {
  width: 25px;
  height: 4px;
  background-color: #F46B23;
  margin: 4px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-3px, 7px);
  transform: rotate(-45deg) translate(-3px, 7px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-4px, -9px);
  transform: rotate(45deg) translate(-4px, -9px);
}

/* spec class */
.db {
  display: block !important;
  margin-bottom: 20px;
}

/* breadcrumb */
.breadcrumb{
  gap: 5px;
  align-items: center;
  display: flex;
}
.breadcrumb .breadcrumb-item a{
  color: #253238;
  opacity: 0.5;
  font-size: 16px;
}
.breadcrumb__item {
  color: #253238;
  opacity: 0.5;
  font-size: 14px;
}
.breadcrumb__separator{
  color: #253238;
  opacity: 0.5;
  font-size: 14px;
}
strong{
  font-weight: 600;
}


tr th, tr td{
  flex: 1 1;
  padding: 1rem !important;
  vertical-align: baseline;
  height: auto !important;
  border: 1px;
  width: 100% !important;
  background: #22a5712e;
}
tr th p, tr td p{
  word-break:break-all;
}
table p{
  margin-bottom: 0 !important;
  word-break:break-all;
}

.overlay {
   
   /* Скрываем подложку  */
   opacity: 0;
   visibility: hidden;
   
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, .5);
   z-index: 20;
   transition: .3s all;
}


/* Стили для модальных окон */

.modal {
   
   /* Скрываем окна  */
   opacity: 0;
   visibility: hidden;
   
   
   /*  Установаем ширину окна  */
   width: 100%;
   max-width: 1280px;
   
   /*  Центрируем и задаем z-index */
   position: fixed;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   z-index: 30; /* Должен быть выше чем у подложки*/
   
   /*  Побочные стили   */
   box-shadow: 0 3px 10px -.5px rgba(0, 0, 0, .2); 
   text-align: center;
   padding: 70px;
   border-radius: 3px;
   background-color: #000;
   transition: 0.3s all;
}


/* Стили для активных классов подложки и окна */

.modal.active,
.overlay.active{
   opacity: 1;
   visibility: visible;
}


/* Стили для кнопки закрытия */

.modal__cross {
   width: 15px;
   height: 15px;
   position: absolute;
   top: 20px;
   right: 20px;
   fill: #fff;
   cursor: pointer;
}


/* Стили для кнопок. Мы ведь порядочные разработчики, негоже простые ссылки оставлять */


tr th strong, tr td strong{
  font-weight: 600;
}

table, th, td{
  border: 1px solid grey !important;
}
table{
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  table-layout: fixed;
  margin-bottom: 1.25em;
  width: 100% !important;
  max-width: 100% !important;
  border-spacing: 0;
  border: 1px;
}
table strong{
  font-weight: 600;
}
tbody{
  width: 100%;
}

#arrowup {
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: url(../img/up.png) no-repeat; 
    width: 45px;
    height: 45px; 
    cursor: pointer;
    display: none;
    z-index: 1000;
    }
/* links */
.links__inner{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.links__item{
  display: flex;
  align-items: center;
  gap: 10px;
  background: #FAFAFA;
  border-radius: 20px;
  padding: 20px;
  font-size: 14px;
  color: #253238;
  transition: all .3s;
}
.links__item:hover{
  color:  #1777AA;
}
.content__inner img{
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .links__inner{
    grid-template-columns: 1fr;
  }
  .breadcrumb{
    flex-wrap: wrap;
  }
}

.callback .in-put{
  padding: 20px 15px;
  background: #494949;
  color: #ffffff;
  border-radius: 5px;
  border: none;
  width: 100%;
  max-width: 270px;
}

.callback .form-desc {
    margin-top: 25px;
}
















