

/* Start:/local/includes/index_battles_roleing.css?17658132875286*/
* {
  box-sizing: border-box;
}
.roleing {
  padding-top: 65px;
}
.roleing__contentWrap {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom:50px;
}
.roleing__title {
  margin-bottom: 60px;
  margin-left: 15px;
  font-family: Roboto;
  font-size: 36px;
  font-weight: 900;
  line-height: normal;
  color: #424242;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
.roleing__widget .roleing__title {
  text-align:center;
  margin: 50px 0 40px 0;
  width:100%;
}
.roleing__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.roleing__cardsWrap {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.roleing__card {
  text-align: center;
  width: 360px;
  max-width: 100%;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 18px 0 rgba(0,0,0,.12);
  box-shadow: 0 2px 18px 0 rgba(0,0,0,.12);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 30px;
  margin: 0 0 40px 0;
  overflow:hidden;
}
.roleing__card.pagen {
  display:none;
}
.roleing__card__imgBlock {
  height: 266px;
  -webkit-background-size: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.roleing__card__infoBlock {
  padding: 0 18px;
  margin:24px 0 0 0;
  height:56px;
  display:flex;
  justify-content: center;
  align-items:center;
}
.roleing__card__title {
  font-family: Roboto;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  color: #424242;
  display: inline-block;
}
.roleing__card__moreBtn {
  margin: 12px auto 0 auto;
  width: 231px;
  height: 42px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 18px 0 rgba(0,0,0,.12);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-family: Roboto;
  font-size: 17px;
  font-weight: 500;
  box-shadow: 0 2px 18px 0 rgba(0,0,0,.12);
  background-color: #fff;
  border: solid 1px #74b9ff;
  color: #74b9ff;
  text-decoration: none;
}
.roleing__card__moreBtn:hover {
  color: #0984e3;
  border: solid 1px #0984e3;
}

.roleing__pagination {
  display: flex;
  flex-direction: row;
  margin:0 0 50px 0;
  justify-content: center;
  width:100%;
}
.roleing__pagination__btn {
  position: relative;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border-radius: 8px;
  margin-right: 6px;
  transition: .1s all linear;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 43px;
  display: flex;
  align-items: center;
  text-align: center;
  background-color: #FFFFFF;
  color: #74b9ff;
  border: 1px solid #74b9ff;
}
.roleing__pagination__btn.show {
  background-color: #74b9ff;
  color: white;
  border: 1px solid #74b9ff;  
}

.roleing__moreItems {
  margin: auto auto 0;
  width: 231px;
  height: 42px;
  -webkit-border-radius: 8px;
  border-radius: 8px;  
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-family: Roboto;
  font-size: 17px;
  font-weight: 500;
  -webkit-box-shadow: 0 2px 18px 0 rgba(0,0,0,.12);
  box-shadow: 0 2px 18px 0 rgba(0,0,0,.12);
  background-color: #fff;
  border: solid 1px #74b9ff;
  color: #74b9ff;
  text-decoration: none;
  cursor:pointer;
}
.roleing__moreItems:hover {
  color: #0984e3;
  border: solid 1px #0984e3;
}

@media (min-width:576px) {
  .roleing__contentWrap {
    max-width: 540px;
  }
  .roleing__title {
    margin-bottom: 90px;
  }
  .roleing {
    padding-top: 85px;
  }
}

@media (min-width:768px) {
  .roleing__contentWrap {
    max-width: 768px;
  }
  .roleing__cardsWrap {
    padding-right: 10px;
    padding-left: 10px;
    justify-content: space-between;
  }
}

@media (min-width:1200px) {
  .roleing__contentWrap {
    max-width: 1024px;
  }
  .roleing__cardsWrap {
    padding-right: 15px;
    padding-left: 15px;
    justify-content: center;
  }  
  .roleing__card {
    margin:0 45px 80px;
  }  
}

@media (min-width:1441px) {
  .roleing__contentWrap {
    max-width: 1440px;
  }
}
/* End */
/* /local/includes/index_battles_roleing.css?17658132875286 */
