.collection .node {
  padding: 0;
}

.coll {
	position: relative;
	z-index: 5;
}

.card-set {
	padding: 25px 30px;
	text-align: center;
  line-height: 0;
}
.card-set:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.card-set__item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  line-height: normal;
}


.cards-deck {
  display: inline-block;
  vertical-align: middle;
	background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/img/main/content/collection/cards_pack_deck_bg.png) no-repeat 100% 100%;;
	width: 159px;
	height: 219px;
  cursor: pointer;
  margin: 0 10px;
}
.cards-deck img {
	display: block;
}
.cards-deck.empty {
	cursor: default;
}

.cards-placeholder {
  display: inline-block;
  vertical-align: middle;
	width: 153px;
	height: 213px;
	position: relative;
  background: var(--pad-color2);
  border: 1px solid #2f363b;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  font-size:0;
  margin: 0 10px;
  cursor: default;
}
.cards-placeholder img{
	display: block;
	width: 153px;
	height: 213px;
	position: absolute;
	left: 0;
	top: 0;
}
.cards-placeholder span{
	display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 20px;
  padding: 0 11px 0 15px;
  text-transform: uppercase;
  color:#a2a7ac;
}

.cards-placeholder:after {
  content: '';
	display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.cards-placeholder__arrow {
  display: inline-block;
  margin: -2px 7px 0 0;
  vertical-align: middle;
  width: 0;
  height: 0;
  line-height: 0;
  border-width: 6px 7px;
  border-style: solid;
  border-color: transparent #a2a7ac transparent transparent;
}

.card-set__title {
  font-size:16px;
  line-height: normal;
  color: #a2a7ac;
  text-transform: uppercase;
  margin: 0 0 35px;
}
.card-set__num {
  font: 30px Quantico, Arial, Helvetica, sans-serif;
  color: #ff0000;
  height: 44px;
  margin: 0 0 50px;
}
.card-set__btn {
  display: block;
  width: 165px;
  margin: 0 auto 15px;
  text-align: center;
  border: 1px solid var(--item-color);
  color: var(--item-color);
  text-transform: uppercase;
  font: 18px/29px Quantico, Arial, Helvetica, sans-serif;
  cursor: pointer;
}
.card-set__btn.disabled {
  cursor: default;
  border-color: #575c61;
  background: #575c61;
  color: #a9aeb3;
}
.card-set__btn:not(.disabled):hover {
  background: #fff;
  border-color: #fff;
  color:#000;
}
.card-set__hint {
  font-size: 14px;
  color: #7f7d7d;
}

.card-set__info-ico {
  position: absolute;
  top: 0;
  right: 0;
  width: 21px;
  height: 21px;
  background: url(/static/wf.mail.ru/img/main/content/profile/icon-info.png) center no-repeat;
  cursor: default;
  z-index: 10;
}
.card-set__info {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom:0;
  background: var(--pad-color);
  padding: 0 20px 0 0;
  z-index: 9;
  font-size: 12px;
  line-height: 14px;
}
.card-set__info div {
  margin: 0 0 5px;
}
.card-set__info-ico:hover + .card-set__info {
  display: block;
}

.ovl-notify {
  background: #000;
  padding: 70px 0;
  width: 600px;
  max-width: 84vw;
  color: #a9aeb3;
  text-align: center;
}
.ovl-set-img img {
  margin: 30px auto 0;
}
.ovl-set-name {
  font-size: 16px;
  line-height: normal;
  color: var(--item-color);
  text-transform: uppercase;
  margin: 0 0 25px;
}

.wf__button {
	background: var(--item-color);
	border: none;
	color: #fff;
	text-transform: uppercase;
	font: 18px/50px Quantico, Arial, Helvetica, sans-serif;
	padding: 0 40px;
    display: inline-block;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
	text-decoration: none;
}
	.wf__button_white {
		border: 1px solid currentColor;
		background: none;
	}
	.wf__button:hover {
		text-decoration: none;
		background: #fff;
		color: #000;
	}
	.wf__button:focus {
		outline: none;
	}
	.wf__button.is-disabled, .wf__button.is-disabled:hover {
		background: #575c61;
	    color: #a9aeb3;
	    cursor: default;
	}
  .wf__button.ovl-bt {
		display: inline-block;
		width: auto;
		margin: 20px 20px 0;
		height: 35px;
		line-height: 35px;
		padding: 0 20px;
		min-width: 220px;
	}
		.ovl-bt.ovl-bt_white {
			background: none;
			border: 1px solid var(--item-color);
			color: var(--item-color);
		}
		.ovl-bt.ovl-bt_white:hover {
			background: #fff;
			border: 1px solid #fff;
			color: #000;
		}

.cards__modal__title {
	color: #e64c00;
}
	.cards__modal__title span {
		display: block;
		font-size: 30px;
	}

.cards__modal__info {
	width: 320px;
	margin: 45px auto;
	text-align: left;
}
	.cards__modal__inforow {
		line-height: 30px;
	}

	.cards__modal__infotitle {
		display: inline-block;
		margin: 0 -2px;
		width: 80%;
	}
	.cards__modal__infocount {
		display: inline-block;
		margin: 0 -2px;
		text-align: right;
		color: #e64c00;
		width: 20%;
	}

.cards__modal__close {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 30px;
}


.coll_item {
	display: flex;
	justify-content: space-between;
	padding: 24px 30px;
	border-top:1px solid #0f0a0f;
}

.coll_achive {
	width: 234px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.coll_achive_image{
	margin-bottom: 10px;
	text-align: center;
}
.coll_achive_button{
	background: #7f7f7f;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-family: 'plumbcondensedregular';
	font-size: 20px;
	line-height: 33px;
	opacity: 0.3;
}
.coll_option {
  border-bottom:1px solid #43484d;
  position: relative;
  text-align: center;
  padding: 0 0 25px;
  font: 16px Quantico, Arial, Helvetica, sans-serif;
}
.coll_option:after {
  content: '';
  position: absolute;
  height: 3px;
  background: var(--item-color);
  bottom: -2px;
  left:0;
}
.coll_option--1:after {
  width: 20%;
}
.coll_option--2:after {
  width: 40%;
}
.coll_option--3:after {
  width: 60%;
}
.coll_option--4:after {
  width: 80%;
}
.coll_option--5:after {
  width: 100%;
}
.none {
  display: none;
}


.coll_set{
  display: inline-block;
  vertical-align: top;
  padding-top: 20px;
  width: 600px;
  position: relative;
}
.set-nav {
  position: absolute;
  top:0;
  bottom:0;
  margin: auto;
  display: none;
  cursor: pointer;
  background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/img/main/content/eventsingame/arr.png) no-repeat 0 0;
  height: 34px;
  width: 19px;
  opacity: .44;
  z-index: 2;
}
.set-nav:hover {
		opacity: .6;
	}
.set-nav--left {
  left:0;
}
.set-nav--right {
  right:0;
  background-position: right 0;
}
.coll_set_item {
  width: 116px;
  display: inline-block;
  vertical-align: top;
	position: relative;
}
.coll_set_item + .coll_set_item {
  margin-left: 5px;
}
.coll_set_cardname {
  font-size: 11px;
  line-height: 14px;
  height: 28px;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.coll_set_image {
  position: relative;
  width: 116px;
  height: 161px;
  margin-bottom: 3px;
}
.coll_set_image .coll_img_main {
  position: absolute;
  left: -100px;
  top: -100px;
  right: -100px;
  bottom: -100px;
  margin: auto;
  width: 100%;
  height: auto;
  -webkit-transition: all .3s linear;
          transition: all .3s linear;
  z-index: 1;
  opacity: 0.2;
}
.coll_set_image.active .coll_img_main {
  opacity: 1;
}
.coll_set_image:after {
  content: '';
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 1px solid #2f363b;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  z-index: 1;
}
.coll_set_image.active:hover:after {
  z-index: -1;
}
.coll_set_item.newcard .coll_set_image:after{
  border: 1px solid var(--item-color);
}
.coll_set_image.active:hover .coll_img_main {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  z-index: 5;
}

.coll_set_cardcount {
  text-align: center;
  font-size:16px;
  color: var(--item-color);
}
.coll_set_cardcount span {
font-size:12px;
}

/*Modals*/
.coll .modal span {
	display: block;
	text-transform: uppercase;
	color: #e64c00;
}

.coll .modal a {
	display: inline-block;
	text-decoration: none;
}
	.coll .modal a:hover {
		text-decoration: none;
	}


@media (max-width:1050px){
  .coll_achive {
    width: 204px;
  }
  .coll_set {
    width: 479px;
    padding: 20px 30px 0;
  }

  .overflow {
    overflow: hidden;
      width: 479px;
    height: 220px;
  }
  .coll_set_in {
    position: relative;
    width: 1000px;
    white-space: nowrap;
    overflow: hidden;
  }
  .coll_set_in > * {
    white-space: normal;
  }
  .coll_set_item {
    float:left;
  }
  .set-nav {
    display: block;
  }

  .coll_set_image.active:hover .coll_img_main {
    -webkit-transform: none;
            transform: none;
    z-index: 1;
  }
}
@media (max-width:920px){
  .coll_set,
  .overflow {
    width: 358px;
  }
  .coll_achive {
    width: 234px;
  }
}

@media (max-width:850px){
  .card-set {
    position: relative;
    padding-top:260px;
  }
  .card-set__item {
    width: 45%;
  }
  .card-set__item--deck {
    position: absolute;
    width: 358px;
    margin: auto;
    left:0;
    right:0;
    top: 25px;
  }

}
@media (max-width:810px){
  .coll_set,
  .overflow {
    width: 237px;
  }
}
@media (max-width:720px){
  .card-set__info-ico {
    cursor: pointer;
  }
  .card-set__info-ico:hover + .card-set__info {
    display: none;
  }
  .card-set__info-ico.on + .card-set__info {
    display: block;
  }
}
@media (max-width:650px){
  .coll_set,
  .overflow {
    width: 116px;
  }
  .cont_layout .hdr_layout {
    height: auto;
  }
}
@media (max-width:500px){
  .coll_achive {
    display: block;
    width: auto;
    margin: 0 auto;
  }
  .coll_set {
    display: block;
    margin: 0 auto;
  }
  .card-set__item--deck {
    display: none;
  }
  .card-set {
    position: relative;
    padding-top:25px;
  }
  .card-set__item {
    width: 100%;
  }

  .card-set__item + .card-set__item {
    margin-top:30px;
  }
  .card-set__title,
  .card-set__num {
    margin: 0 0 15px;
  }
  .coll_set_cardname {
    text-align: center;
  }
  .card-set__info {
    font-size: 10px;
    line-height: 11px;
  }
}
