/* gage */
.page {
  overflow: hidden;
  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;
}
.swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
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{
  transform: rotate(180deg);
}
.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;
}
.service-nav li.level-1 > a:hover{
color: #fff;
}
.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: 5px;
  top: 10px;
  cursor: pointer;
  background: url(../img/web/toggler-arr.svg) center 0px no-repeat;
}
.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;
}


/* nav-toggle */
.menu{
  display: none;
  padding: 30px 0;
}
.open{
  display: block!important;
}
.menu .menu__inner{
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.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: #fff;
  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;
}

.no-scroll {
  overflow: hidden !important;
}


/* breadcrumb */
.breadcrumb{
  gap: 5px;
  align-items: center;
  display: flex;
}
.breadcrumb .breadcrumb-item a{
  color: #253238;
  opacity: 0.5;
  font-size: 14px;
}
.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;
}
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(http://xn--75-6kc2a3a.xn--p1ai/assets/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;
  }
}
