.xxx-simple-subscription-container .xxx-simple-subscription-block {
  margin-bottom: 5px;
}

.xxx-simple-subscription-container .xxx-simple-subscription-block:last-child {
  margin-bottom: 0;
}

.xxx-simple-subscription-block__wrapper {
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  background-color: #F1F4F7;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.xxx-simple-subscription-block__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  min-width: 150px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 10px;
}

.xxx-simple-subscription-block__icon {
  width: 30px;
  height: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.xxx-simple-subscription-block__icon:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: bankiros;
  font-size: 16px;
  color: #fff;
  line-height: 1;
}

.xxx-simple-subscription-block__icon--tg {
  background-color: #47A6E2;
}

.xxx-simple-subscription-block__icon--tg:before {
  content: '\e91f';
}

.xxx-simple-subscription-block__icon--fb {
  background-color: #365C98;
}

.xxx-simple-subscription-block__icon--fb:before {
  content: '\e91b';
}

.xxx-simple-subscription-block__icon--ok {
  background-color: #ED8100;
}

.xxx-simple-subscription-block__icon--ok:before {
  content: '\e91d';
}

.xxx-simple-subscription-block__icon--vk {
  background-color: #4F7599;
}

.xxx-simple-subscription-block__icon--vk:before {
  content: '\e921';
}

.xxx-simple-subscription-block__icon--tw {
  background-color: #51B4EF;
}

.xxx-simple-subscription-block__icon--tw:before {
  content: '\e920';
}

.xxx-simple-subscription-block__icon--dz {
  background-color: #35383D;
}

.xxx-simple-subscription-block__icon--dz:before {
  content: '\e974';
}

.xxx-simple-subscription-block__icon--max {
  background-color: #9A4CDB;
}

.xxx-simple-subscription-block__icon--max:before {
  content: '\e9f8';
}

.xxx-simple-subscription-block__icon--ymes {
  background-color: #2DCBCB;
}

.xxx-simple-subscription-block__icon--ymes:before {
  content: '';
	background: url('../../../../images/new/yandex_messenger.svg') center no-repeat;
	width: 100%;
	height: 100%;
}

.xxx-simple-subscription-block__icon--mail {
  background-color: #005FF9;
}

.xxx-simple-subscription-block__icon--mail:before {
  content: '\e995';
}

.xxx-simple-subscription-block__icon--inst:before {
  content: '\e991';
}

.xxx-simple-subscription-block__icon--inst {
  background: #d6249f;
  background: -o-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.xxx-simple-subscription-block__title {
  font-size: 14px;
  font-family: "lato black";
  color: #333E50;
}

.xxx-simple-subscription-block__btn {
  padding-top: 8px;
  padding-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #9299A2;
  font-size: 14px;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.xxx-simple-subscription-block__btn:after {
  content: '\e91a';
  font-family: bankiros;
  font-size: 10px;
  margin-left: 8px;
}

.xxx-simple-subscription-block:hover .xxx-simple-subscription-block__btn {
  color: #7bc057;
}

.xxx-simple-subscription-block:hover .xxx-simple-subscription-block__wrapper {
  background-color: #e7eaed;
}