
.container{
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 10px;
}
.wrapper{
  padding: 40px 0;
}
.card{
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, .1);
  display: flex;
  flex-direction: column;
  transition: box-shadow .2s ease-in-out;
}
.card__picture{
  display: block;
  width: 100%;
  height: auto;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.card-infos{
  padding: 20px;
  background: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.card-infos a:hover{
	text-decoration:none;
}



.card-infos p{
	font-size: 20px;
	line-height: 26px;
}

.card-infos .ms{
	display: inline-block;
	text-align: center;
	border-radius: 3px;
	color: #FFFFFF;
	background-color: #007bff;
	padding: 5px 10px;
	margin: 5px 0;
}

.card-infos .hf{
	display: inline-block;
	text-align: center;
	border-radius: 3px;
	color: #fff;
	background-color: #FF6600;
	padding: 5px 10px;
}


.card__title{
  font-family: 'Hind';
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 10px;
}
.card__text{
  font-size: 1.4rem;
  font-weight: 300;
  margin: 0;
  color: #86888A;
}
.card__text--high{
  font-weight: 600;
}


.sortable__nav{
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.nav__link{
  padding: 0 20px 4px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
  display: block;
  border-bottom: 2px solid transparent;
}
.nav__link.is-active{
  border-color: var(--main-bg-color);
}

.footer__list.list{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list__item.item{
  display: flex;
}
.item__link.link{
  margin: 0;
}
.item__link.link:not(:first-child){
  margin-left: 20px;
}
.link__icon{
  height: 2rem;
  width: 2rem;
}

.main_a{
	padding: 5px 20px;
}


.es_show1_d1_c {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.es_show1_d1_c li {
  float: left;
  width: 50%;
  height: 40px;
  overflow: hidden;
  font-size: 14px;
}
