.sdfs{ color:#999; font-weight:normal; display:block; width:100%; height:auto;}
.sdfs:hover{ color:#0093dd;}
:root{
  --main-bg-color: #ff7675;
}
*,
*::after,
*::before{
  box-sizing: border-box;
}

::selection{
  background: var(--main-bg-color);
  color: #fff;
}
::-moz-selection{
  background: var(--main-bg-color);
  color: #fff;
}

.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 1px 6px 1px rgba(0, 0, 0, .3);
  display: flex;
  flex-direction: column; height:250px;
  transition: box-shadow .2s ease-in-out;
  display: flex;
		  justify-content: center;
		  align-items: center;
}
.card:hover{
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 1px 6px 1px rgba(14, 146, 201, .7);
  display: flex;
  flex-direction: column; height:250px;
  transition: box-shadow .2s ease-in-out;
}
.card__picture{
  display: block;
  width:auto; padding:5%; margin-left:17px;
  height: 200px; text-align:center !important;
  border-top-left-radius: 6px; margin-left:26px;
  border-top-right-radius: 6px; margin:0 auto;
  transition: all 0.2s;
  &:hover {
		      width:auto;
		      height: 220px;
		    }
  
}
.card-infos{
  padding: 5px; margin-top:-8px;
  background: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.card__title{
  font-family: 'Hind';
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 10px;
}
.card__text{
  font-size: 14px;
  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: 5px 20px 4px;
  color:#002855;
  font-size: 15px; background:#EEE;
  font-weight:bold; margin-right:10px;
  display: block;
  border-bottom: 2px solid transparent;
}
.nav__link.is-active{
  border-color:#e77817;
}

.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;
}
