:root{
  --main-bg-color: #394a58;
  --main-textcolor: #394a58;
}
*,
*::after,
*::before{
  box-sizing: border-box;
}
html{
  /*font-size: .625em;*/
  /*font-size: calc(1em * .625);*/
/*!*  background: #f4f4f4;*!*/
  /*background: #f4f4f4;*/
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  /*font: normal 300 1.4em / 1.2 'Hiragino Sans GB', 'Helvetica Neue', 'Microsoft Yahei';*/
  /*color: #111;*/
}

body{
    background: #F4F4F4;
}

a{
  text-decoration: none;
  color: #111;
  cursor: pointer;
}
ol,
ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
img{
  max-width: 100%;
}
b,
strong{
  font-weight: 600;
}
hr{
  background: #111;
  box-shadow: none;
  border: none;
  height: 1px;
  width: 100%;
  margin: 10px 0;
}
::selection{
  background: var(--main-bg-color);
  color: #fff;
}
::-moz-selection{
  background: var(--main-bg-color);
  color: #fff;
}

.container2{
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 10px;

}
.wrapper2{
  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__title{
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.card__text{
  font-size: 13px;
  font-weight: 300;
  margin: 0;
  color: #86888A;
}
.card__text--high{
  font-weight: 600;
}


.header__title{
  margin: auto;
  font-weight: 300;
  font-size: 3.2rem;
  color: #fff;
}
.header__title--high{
  font-weight: 600;
}

.sortable__nav{
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.nav__link{
  padding: 0 20px 4px;
  color: #394a58;
  font-size: 18px;
  font-weight: 300;
  display: block;
  border-bottom: 2px solid transparent;
}
.nav__link.is-active{
  border-color: #394a58;
}

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

.page > a,span{
  background: #fff; !important;
}
