::-moz-selection {
  background: #179cde;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #179cde;
  color: #fff;
  text-shadow: none;
}

::-webkit-input-placeholder {
  color: rgba(0,0,0,0.87);
}

:-moz-placeholder {
  color: rgba(0,0,0,0.87);
}

::-moz-placeholder {
  color: rgba(0,0,0,0.87);
}

:-ms-input-placeholder {
  color: rgba(0,0,0,0.87);
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

* {
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

html {
  font-size: 14px;
  font-family: -apple-system,Roboto, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  color: #111;
  background-color: #fff;
  -webkit-font-feature-settings: kern, liga, onum;
          font-feature-settings: kern, liga, onum;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  background-color: inherit;
}

blockquote {
  font-style: normal;
  padding: 15px;
  padding-left: 20px;
  border-left: 5px solid #179cde;
  background-color: rgba(23,156,222,0.03);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: -apple-system,Roboto, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  color: rgba(0,0,0,0.87);
  text-transform: none;
}

h1::-moz-selection,
.h1::-moz-selection,
h2::-moz-selection,
.h2::-moz-selection,
h3::-moz-selection,
.h3::-moz-selection,
h4::-moz-selection,
.h4::-moz-selection,
h5::-moz-selection,
.h5::-moz-selection,
h6::-moz-selection,
.h6::-moz-selection {
  background: #179cde;
  color: #fff;
  text-shadow: none;
}

h1::selection,
.h1::selection,
h2::selection,
.h2::selection,
h3::selection,
.h3::selection,
h4::selection,
.h4::selection,
h5::selection,
.h5::selection,
h6::selection,
.h6::selection {
  background: #179cde;
  color: #fff;
  text-shadow: none;
}

h1,
.h1 {
  font-size: 42px;
}

h2,
.h2 {
  font-size: 36px;
}

h3,
.h3 {
  font-size: 33px;
}

h4,
.h4 {
  font-size: 30px;
}

h5,
.h5 {
  font-size: 27px;
}

h6,
.h6 {
  font-size: 24px;
}

template,
[hidden] {
  display: none;
}

.font-thin {
  font-weight: 100;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-bold {
  font-weight: 700;
}

.font-black {
  font-weight: 900;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  -webkit-overflow-scrolling: touch;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

svg:not(:root) {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 20px 0;
  background: #ccc;
  color: #000;
  padding: 20px 0;
}

.owl-carousel .owl-nav>.owl-next:before {
  content: 'Р•С‰Рµ';
}

.b-renner {
  padding: 20px 0;
  background-color: #f5f5f5;
}

.b-renner__content {
  text-align: center;
}
.b-renner__content img{margin:0 auto;}
.b-bots {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}

.b-bots__show-more {
  margin: 0 auto 40px;
  text-align: center;
}

.b-bots__show-more-link {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  border-radius: 4px;
  background: #179cde;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  padding: 12px 28px;
  display: inline-block;
  transition: 0.5s;
}

.b-bots__show-more-link:hover, .b-bots__show-more-link:focus {
  background: #1682b7;
}

.b-channel-detailed {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
    padding: 0 10px;
}

.b-channel-detailed__content {
  display: -ms-flexbox;
  display: flex;
  max-width: 880px;
  margin: 0 auto 30px;
  padding: 38px 0 33px;
  border-bottom: 1px solid #efefef;
}

.b-channel-detailed__img {
  -ms-flex: 0 0 173px;
      flex: 0 0 173px;
  margin-right: 25px;
  background-size: contain;
  background-position: 50% 50%;
  border-radius: 3px;
  background-repeat: no-repeat;
}

.b-channel-detailed__title {
  color: #111;
  font-family: Roboto;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1;
}
.b-channel-detailed__title h1 {
  font-size: 30px;
}

.b-channel-detailed__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 10px;
}

.b-channel-detailed__info-alias {
  margin-right: 20px;
  color: #111;
}

.b-channel-detailed__info-friends,
.b-channel-detailed__info-category {
  margin-right: 20px;
  color: #666;
}

.b-channel-detailed__text {
  color: #111;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 13px;
}

.b-channel-detailed__links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.b-channel-detailed__link {
  border-radius: 3px;
  background: #179cde;
  color: #fff;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  padding: 10px 15px;
  transition: 0.5s;
      min-width: 126px;
}

.b-channel-detailed__link:hover, .b-channel-detailed__link:focus {
  background: #18678e;
}

.b-channel-detailed__share {
  display: -ms-flexbox;
  display: block;
  padding-left: 10px;
  -ms-flex-align: center;
      align-items: center;
}

.b-channel-detailed__share-title {
  margin-right: 15px;
}

.b-channel-publications {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  margin-bottom: 30px;
}

.b-channel-publications h4 {
  margin: 0;
}

.b-channel-publications__content {
  max-width: 880px;
  margin: 0 auto;
  padding: 0;
}

.moreButton {
  margin: 0 auto;
  text-align: center;
}

.moreButton__link {
  display: inline-block;
  color: #fff;
  font-family: roboto;
  font-size: 15px;
  font-weight: 400;
  border-radius: 4px;
  background: #179cde;
  padding: 13px 32px;
  text-decoration: none;
  transition: 0.5s;
}

.moreButton__link:hover, .moreButton__link:focus {
  background: #18678e;
}

.b-channel__items {
  max-width: 850px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.b-channel__item {
  overflow-wrap: break-word;
  width: 49%;
  margin-bottom: 30px;
  background-color: #fff;
  border: 1px solid #efefef;
  border-radius: 5px;
  transition: 0.3s linear all;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: inherit;
  position: relative;
}

.b-channel__item span, .b-channel__item h2 {
  display: block;
}

.b-channel__item-image {
  width: 100px;
  margin-right: 18px;
}

.b-channel__item-image img {
  border-radius: 4px;
}

.b-channel__item-content {
  -ms-flex: 1 1;
      flex: 1 1;
}

.b-channel__item-title, .b-channel__item-title h2 {
  font-size: 16px!important;
  font-weight: 700;
  margin-bottom: 8px;
}

.stickers-snippet-item__name h3 {
  font-size:15px;
}
.b-channel__item-text {
  line-height: 1.2;
  margin-bottom: 14px;
}

.b-channel__item .svg-icon {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 18px;
  height: 14px;
  fill: #179cde;
}

.b-channel__item-number {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.b-channel__item-number img {
  margin-right: 4px;
}

.b-channel__item:hover, .b-channel__item:focus {
  background-color: #e2f2ff;
  border-color: #e2f2ff;
}

.b-channel__item.lines {
  width: 100%;
}

.b-channel__item.lines .b-channels__item-title {
  margin-right: 65px;
}

.b-channel__item.lines .b-channels__item-text {
  margin-right: 65px;
}

.b-channel__item.lines .b-channels__item-number {
  position: absolute;
  top: 48px;
  right: 20px;
}

.b-channels {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}

.b-channels__info {
  max-width: 850px;
  display: -ms-flexbox;
  display: flex;
  background-color: #5c6275;
  border-radius: 5px;
  padding: 30px;
  color: #fff;
  margin: 0 auto 35px;
}

.b-channels__info-image {
  width: 140px;
  margin-right: 30px;
  font-size: 0;
  line-height: 0;
}

.b-channels__info-image img {
  border-radius: 5px;
}

.b-channels__info-content {
  -ms-flex: 1 1;
      flex: 1 1;
}

.b-channels__info-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 14px;
}

.b-channels__info-text {
  margin-bottom: 16px;
}

.b-channels__commercial {
  background: #f5f5f5;
  padding: 20px 0;
  margin-bottom: 30px;
  text-align: center;
}

.b-channels__commercial img {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
}

.b-channels__show-more {
  margin: 0 auto 40px;
  text-align: center;
}

.b-channels__show-more-link {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  border-radius: 4px;
  background: #179cde;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  padding: 12px 28px;
  display: inline-block;
  transition: 0.5s;
}

.b-channels__show-more-link:hover, .b-channels__show-more-link:focus {
  background: #1682b7;
}

.b-channels .b-renner + .b-channels__content {
  margin-top: 30px;
}

.countries__desktop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.countries__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.countries__list li {
  display: inline-block;
  margin: 0 26px 0 0;
}

.countries__list li a {
  font-size: 14px;
  font-weight: 400;
  color: #111;
  padding: 16px 0;
  text-decoration: none;
  display: block;
}

/* Изменены значения */

.countries__item ul {
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 18px 0;
  margin-left: 3%;
}

/* Max custom css for menu */

.countries__item ul li {
  padding: 4px 0;
  display: inline-block;
  font-size: 15px;
  width: 13.5%;
  margin-right: 10px;
  white-space: nowrap;
    overflow: hidden;
}

/* Конец */

.countries__item ul li a {
  color: #111;
  font-family: Roboto;
  /* font-size: 12px; */
  font-weight: 400;
  text-decoration: none;
}

/* Max custom css for menu end */

.countries__item ul:first-child li:first-child a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 700;
  color: #179cde;
}

.countries__item ul:first-child li:first-child a img {
  margin-right: 4px;
}

.countries .r-tabs-accordion-title {
  display: none;
}

.countries .r-tabs-panel {
  display: none;
}

.countries .countries__list li.r-tabs-state-active {
  border-bottom: 2px solid #4bceaf;
}

.countries .countries__list li.r-tabs-state-active a {
  font-weight: 700;
}

.countries__mobile {
  margin: 0 0 20px;
}

.countries__mobile-title {
  color: #111;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 18px;
}

.countries__mobile-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.countries__mobile #countries-styler {
  width: 44%;
}

.countries__mobile #categories-styler {
  width: 97%;     margin-left: 10px;
}

/* Новый класс */
  
.menu_title {
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center;
    font-weight:600;
}

.filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #efefef;
  margin-bottom: 30px;
}

.filter__sort {
  display: -ms-flexbox;
  display: flex;
}

.filter__sort-title {
  margin-right: 20px;
  color: #666;
}

.filter__sort-item {
  margin-right: 12px;
  padding-right: 16px;
  color: #111;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.filter__sort-item.active {
  background: url("/images/img/arrow-filter.png") 100% 50% no-repeat;
  font-weight: 700;
}

.filter__sort-item.active2 {
  background: url("/images/img/arrow-filter2.png") 100% 50% no-repeat;
  font-weight: 700;
}

.filter__view {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.filter__view-title {
  margin-right: 9px;
}

.filter__view-item {
  text-decoration: none;
  margin-left: 10px;
}

.filter__view-item .svg-icon {
  fill: #e2f2ff;
}

.filter__view-item.active .svg-icon {
  fill: #4bceaf;
}

.b-menu-categories ul {
  list-style-type: none;
  padding: 15px 0 15px;
  margin: 0;
}

.b-menu-categories ul li {
  display: inline-block;
  width: 188px;
  margin-right: 20px;
  margin-bottom: 0px;
}

.b-menu-categories ul li a {
  color: #111;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: 0.5s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.b-menu-categories ul li a:hover, .b-menu-categories ul li a:focus {
  color: #4bceaf;
}

.b-menu-categories ul li a img {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin-right: 7px;
}

.b-menu-categories--menuCategoriesBots {
  max-width: 1214px;
}

.b-menu-categories--menuCategoriesBots .jq-selectbox__select-text {
  padding-left: 32px;
}

.b-menu-categories--menuCategoriesStickers .b-menu-categories__desktop ul li:first-child {
  display: none;
}

.b-menu-categories__mobile {
  margin-bottom: 20px;
}

.b-menu-categories__mobile ul li {
  width: 100%;
}

.b-menu-categories__mobile-title {
  color: #111;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 400;
  margin: 24px 0 20px;
}

.b-menu-categories__mobile-inner {
  position: relative;
}

.b-menu-categories .jq-selectbox {
  width: 100%;
}

.b-menu-categories #selmimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.b-promo__info {
  max-width: 850px;
  display: -ms-flexbox;
  display: flex;
  background-color: #5c6275;
  border-radius: 5px;
  padding: 30px;
  color: #fff;
  margin: 0 auto 35px;
}

.b-promo__info-image {
  width: 140px;
  margin-right: 30px;
  font-size: 0;
  line-height: 0;
}

.b-promo__info-image img {
  border-radius: 5px;
}

.b-promo__info-content {
  -ms-flex: 1 1;
      flex: 1 1;
}

.b-promo__info-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 14px;
}

.b-promo__info-text {
  margin-bottom: 16px;
}

.b-promos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.b-promos__info {
  max-width: 32.25%;
  display: -ms-flexbox;
  display: flex;
  background-color: #5c6275;
  border-radius: 5px;
  padding: 30px 20px 30px 30px;
  color: #fff;
  margin: 0 auto 35px;
}

.b-promos__info:nth-child(3n) {
  margin-right: 0;
}

.b-promos__info-image {
  width: 100px;
  margin-right: 23px;
  font-size: 0;
  line-height: 0;
}

.b-promos__info-image img {
  border-radius: 5px;
}

.b-promos__info-content {
  -ms-flex: 1 1;
      flex: 1 1;
}

.b-promos__info-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 14px;
}

.b-promos__info-text {
  margin-bottom: 16px;
}

.b-promos__state {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
}

.b-promos__state-sum {
  margin-right: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.b-promos__state-sum img {
  margin-right: 3px;
}

.b-promos__state-friend {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 8px;
}

.b-promos__state-friend img {
  margin-right: 3px;
}

.b-promos__state-mutual {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.b-promos__state-mutual img {
  margin-right: 3px;
}

.b-publication__content {
  max-width: 880px;
  margin: 30px auto;
  padding: 0;
}

.b-publication__item {
  border-radius: 5px;
  border: 1px solid #efefef;
  background-color: #fff;
  padding: 30px;
  margin-bottom: 30px;
}

.b-publication__img {
  margin-bottom: 12px;
}

.b-publication__img:empty {
  display: none;
}

.b-publication__text {
  color: #111;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 12px;
}

.b-publication__date {
  color: #666;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 12px;
}

.b-publication__button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.b-publication__link {
  color: #111;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  transition: 0.5s;
}

.b-publication__link .svg-icon {
  margin-left: 10px;
  width: 18px;
  height: 14px;
  fill: #179cde;
}

.b-publication__link:hover, .b-publication__link:focus {
  color: #179cde;
}

.search {
  background: #f6f6f6;
}

.search__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 21px;
}



.search__b-search-input {
  border: none;
  color: #666;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  outline: none;
  width: 94%;
}

.search__b-search-input::-webkit-input-placeholder {
  color: #666;
}

.search__b-search-input::-moz-placeholder {
  color: #666;
}

.search__b-search-input:-ms-input-placeholder {
  color: #666;
}

.search__b-search-input::-ms-input-placeholder {
  color: #666;
}

.search__b-search-input::placeholder {
  color: #666;
}

.search__b-search-submit {
  background: url("/images/img/search.png") 50% 50% no-repeat;
  border: none;
  width: 20px;
  height: 20px;
  padding: 0;
 
}

.search__b-search-submit:hover, .search__b-search-submit:focus {
  background: url("/images/img/search.png") 50% 50% no-repeat;
}

.search__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
}

.search__buttons-discount {
  color: #111;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  border-radius: 3px;
  border: 2px solid #179cde;
  background-color: #fff;
  padding: 8px 10px;
  text-decoration: none;
  margin-right: 20px;
}

.search__buttons-discount span {
  margin-left: 4px;
}

.search__buttons-promote {
  color: #111;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  margin-right: 27px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.search__buttons-promote:hover, .search__buttons-promote:focus {
  text-decoration: underline;
}

.search__buttons-promote img {
  margin-right: 7px;
  -ms-flex: 0 0 11px;
      flex: 0 0 11px;
}

.search__buttons-promote span {
  margin-left: 4px;
  margin-right: 4px;
}

.search__buttons-supplement {
  color: #fff;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  background: #179cde;
  padding: 10px;
  text-decoration: none;
  border-radius: 3px;
  transition: 0.5s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.search__buttons-supplement:hover, .search__buttons-supplement:focus {
  background: #138cc7;
}

.search__buttons-supplement img {
  margin-right: 7px;
  -ms-flex: 0 0 11px;
      flex: 0 0 11px;
}

.search__buttons-supplement span {
  margin-left: 4px;
}

.b-sticker {
  max-width: 850px;
  margin: 0 auto;
  padding: 30px 0 0;
}

.b-sticker__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
    clear:both;
}

.b-sticker__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 0 0 190px;
      flex: 0 0 190px;
  width: 190px;
  border: 1px solid #efefef;
  margin-bottom: 30px;
  border-radius: 5px;
  padding: 17px 0;
  text-decoration: none;
  transition: 0.5s;
}

.b-sticker__item:hover, .b-sticker__item:focus {
  border-color: #e2f2ff;
  box-shadow: inset 0px 0px 0px 4px #e2f2ff;
}

.b-sticker__item-image {
  height: 140px;
  margin-bottom: 15px;
}

.b-sticker__item-title {
  color: #111;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 9px;
  text-align: center;
}

.b-sticker__item-downloads {
  color: #666;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 400;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.b-sticker__item-downloads .svg-icon {
  margin-right: 4px;
  width: 13px;
  height: 13px;
  fill: #4bceaf;
}

.b-sticker--stickersPageTop {
  padding-top: 0;
}

.b-stickers-page {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}
.b-stickers-page h1{text-align:center;}
.b-stickers-page__show-more {
  margin: 0 auto 40px;
  text-align: center;
}

.b-stickers-page__show-more-link {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  border-radius: 4px;
  background: #179cde;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  padding: 12px 28px;
  display: inline-block;
  transition: 0.5s;
}

.b-stickers-page__show-more-link:hover, .b-stickers-page__show-more-link:focus {
  background: #1682b7;
}

.b-stock-page {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}

.b-stock-page__show-more {
  margin: 0 auto 40px;
  text-align: center;
}

.b-stock-page__show-more-link {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  border-radius: 4px;
  background: #179cde;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  padding: 12px 28px;
  display: inline-block;
  transition: 0.5s;
}

.b-stock-page__show-more-link:hover, .b-stock-page__show-more-link:focus {
  background: #1682b7;
}

.b-stock-page__buttons-discount-mobile {
  display: none;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 20px 0;
}

.b-stock-page__buttons-discount-mobile-a {
  color: #111;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  border-radius: 3px;
  border: 2px solid #179cde;
  background-color: #fff;
  padding: 8px 10px;
  text-decoration: none;
  margin-right: 20px;
}

@media (min-width: 769px) {
  .countries__mobile {
    display: none;
  }
}

@media (min-width: 769px) {
  .b-menu-categories__mobile {
    display: none;
  }
}

@media (max-width: 1365px) {
  .b-promos__info {
    max-width: 850px;
    margin: 0 auto 35px;
  }

  .b-promos__info:nth-child(3n) {
    margin: 0 auto 35px;
  }
}

@media (max-width: 1300px) {
  .search__buttons-discount span {
    display: none;
  }
}

@media (max-width: 1180px) {
  .search__buttons-discount {
    display: none;
  }

  .b-stock-page__buttons-discount-mobile {
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 1024px) {
  .search__b-search,
  .search__buttons {
    -ms-flex: 0 0 48%;
        flex: 0 0 48%;
  }
}

@media (max-width: 966px) {
  .b-menu-categories ul li {
    margin-right: 10px;
    width: 190px;
  }
}

@media (max-width: 932px) {
  .search__b-search-input span {
    display: none;
  }

  .search__buttons-promote span {
    display: none;
  }

  .search__buttons-supplement span {
    display: none;
  }
}

@media (max-width: 926px) {
  .countries__list li a img {
    display: none;
  }

  .countries__item ul li {
    width: 13%;
  }
}

@media (max-width: 880px) {
  .b-channel-detailed__share-title {
    /* display: none; */
  }

  .b-channel__item {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .b-menu-categories ul li {
    margin-right: 0;
    width: 100%;
  }

  .b-menu-categories__desktop {
    display: none;
  }
  .countries__mobile {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  h1,
  .h1 {
    font-size: 24px;
  }

  h2,
  .h2 {
    font-size: 24px;
  }

  h3,
  .h3 {
    font-size: 24px;
  }

  h4,
  .h4 {
    font-size: 24px;
  }

  h5,
  .h5 {
    font-size: 20px;
  }

  h6,
  .h6 {
    font-size: 18px;
  }
}

@media (max-width: 768px) {

  .countries__desktop {
    display: none;
}}

@media (max-width: 640px) {
  .b-channel-detailed__img {
    -ms-flex: 0 0 50px;
        flex: 0 0 50px;
    height: 50px;
    margin-top: 70px;
  }
  .b-channel-detailed__title h1 {
    font-size: 20px;
  }
  .b-channel-detailed__title {
    margin-left: -77px;
    font-size: 24px;
    margin-bottom: 20px;
  }

  .b-channel-detailed__info {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .b-channel-detailed__title h1 {
    font-size: 20px!important;
  }
  .b-channel-detailed__info-alias,
  .b-channel-detailed__info-friends,
  .b-channel-detailed__info-category {
    margin-right: 0;
    margin-bottom: 3px;
  }

  .b-channel-detailed__text {
    margin-left: -77px;
  }

  .b-channel-detailed__links {
    margin-left: -77px;
  }

  .b-channel__item-image {
    width: 50px;
  }

  .b-channels__info-image {
    width: 50px;
  }


  .filter {
    margin-bottom: 0;
  }

  .filter__sort-title {
    display: none;
  }

  .filter__sort-item {
    font-size: 12px;
    margin-right: 7px;
  }

  .filter__sort-item--crop span {
    display: none;
  }

  .filter__view {
    display: none;
  }

  .b-promo__info-image {
    width: 50px;
  }

  .b-promos__info-image {
    width: 50px;
  }

  .search__buttons-promote {
    margin-right: 20px;
  }

  .search__b-search {
    -ms-flex: 0 0 37%;
        flex: 0 0 37%;
  }

  .search__buttons {
    -ms-flex: 0 0 63%;
        flex: 0 0 63%;
  }
}

@media screen and (max-width: 480px) {
  html {
    font-size: 13px;
  }
}

@media (max-width: 440px) {
  .search__b-search {
    -ms-flex: 0 0 30%;
        flex: 0 0 30%;
  }

  .search__buttons-promote,
  .search__buttons-supplement {
    font-size: 13px;
  }
}

@media (max-width: 416px) {
  .b-sticker__items {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .b-sticker__item {
    -ms-flex: 0 0 160px;
        flex: 0 0 160px;
    width: 160px;
  }
}

@media (max-width: 380px) {
  .search__inner {
    padding: 21px 8px;
  }
}

@media (max-width: 368px) {
  .b-promos__info {
    padding-left: 20px;
  }
}

@media (max-width: 360px) {
  .b-channel-detailed__content {
    margin-bottom: 24px;
  }

  .b-channel-publications h4 {
    margin-bottom: 24px;
  }

  .moreButton__link {
    display: block;
    margin: 24px 15px 0;
  }

  .b-publication__content {
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
  }

  .b-publication__item {
    padding: 18px 15px;
    margin-bottom: -1px;
  }

  .b-stock-page__buttons-discount-mobile {
    display: none;
  }
}

@media (max-width: 359px) {
  .b-promos__state {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .b-promos__state-sum,
  .b-promos__state-friend,
  .b-promos__state-mutual {
    margin-bottom: 10px;
  }

}

@media (max-width: 356px) {
  .b-sticker__item {
    -ms-flex: 0 0 200px;
        flex: 0 0 200px;
    width: 200px;
  
  }
}

@media (max-width: 350px) {
  .b-channel-detailed__links {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }

  .b-channel-detailed__link {
    margin-bottom: 10px;
  }
}

@media (max-width: 340px) {
  .filter__sort-item {
    font-size: 13px;
  }
}


.b-sticker__item-image img {
    max-width: 128px!important;
}

.dog {
    position: absolute;
    margin: 11px 0 0 15px;
    font-family: verdana;
}
input:not([type="image" i]), textarea {
    box-sizing: border-box;
}
.putName, .putPhone {
    width: 325px;
    padding: 0 15px;
    height: 40px;
    background: #fff;
    margin-bottom: 15px;
    border-radius: 2px;
    border: 1px solid #ddd;
    outline: none;
    padding-left: 30px;
    font-family: arial;
    resize: none;
}

.putPhone {
    padding: 10px;
    height: 100px;
    width: 325px;
}
input:not([type="image" i]), textarea {
    box-sizing: border-box;
}
.spm {
    display: none;
}
.btn2 {
    width: 242px;
    height: 42px;
    background: #e82525;
    margin-bottom: 15px;
    border-radius: 2px;
    border: none;
    outline: none;
    color: #fff;
    cursor: pointer;
}
.tooltip2 {
    border-bottom: 1px dotted #000;
    color: #000;
    outline: none;
    cursor: help;
    text-decoration: none;
    position: relative;
    top: -13px;
    font-size: 14px;
    font-family: arial;
}
.remodal-overlay {
    background: rgba(0,0,0,.69);
}
.ins{width:100px;float:left;height:30px; margin-right:14px;}
.ins a{    background: #179cde;
    color: #fff;
    padding: 10px;
    border-radius: 3px;}
.dr h1{font-size: 26px;
    margin-top: 0px;}
  #rent h2{    font-size: 14px;
    margin: 0px;
    color: #fff;}





/*remodal*/
/*====================*/

.remodal-close {
    position: absolute;
    top: -13px;
    right: -12px;
    display: block;
    overflow: visible;
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    text-decoration: none;
    color: #fff;
    border: 0;
    outline: 0;
    background: rgb(152,152,152);
    border-radius: 50%;
}
.remodal-close:before {
    font-size: 25px;
    line-height: 15px;
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    width: 16px;
    content: "\00d7";
    text-align: center;
}
#modal1Title {
    font-size: 16px;
    font-weight: 300;
    color: #545454;
    margin: 15px;
}


/*====================*/
html.remodal-is-locked{overflow:hidden;-ms-touch-action:none;touch-action:none}.remodal,[data-remodal-id]{display:none}.remodal-overlay{position:fixed;z-index:9999;top:-5000px;right:-5000px;bottom:-5000px;left:-5000px;display:none}.remodal-wrapper{position:fixed;z-index:10000;top:0;right:0;bottom:0;left:0;display:none;overflow:auto;text-align:center;-webkit-overflow-scrolling:touch}.remodal-wrapper:after{display:inline-block;height:100%;margin-left:-.05em;content:""}.remodal-overlay,.remodal-wrapper{-webkit-backface-visibility:hidden;backface-visibility:hidden}.remodal{position:relative;outline:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}.remodal-is-initialized{display:inline-block}.remodal-bg.remodal-is-opened,.remodal-bg.remodal-is-opening{-webkit-filter:blur(3px);filter:blur(3px)}.remodal-overlay{background:rgba(43,46,56,.9)}.remodal-overlay.remodal-is-closing,.remodal-overlay.remodal-is-opening{-webkit-animation-duration:.3s;-o-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:forwards;-o-animation-fill-mode:forwards;animation-fill-mode:forwards}.remodal-overlay.remodal-is-opening{-webkit-animation-name:c;-o-animation-name:c;animation-name:c}.remodal-overlay.remodal-is-closing{-webkit-animation-name:d;-o-animation-name:d;animation-name:d}.remodal-wrapper{padding:30px}.remodal{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;max-width:420px;margin-bottom:10px;padding:35px;-webkit-transform:translateZ(0);transform:translateZ(0);color:#2b2e38;background:#fff}.remodal.remodal-is-closing,.remodal.remodal-is-opening{-webkit-animation-duration:.3s;-o-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:forwards;-o-animation-fill-mode:forwards;animation-fill-mode:forwards}.remodal.remodal-is-opening{-webkit-animation-name:a;-o-animation-name:a;animation-name:a}.remodal.remodal-is-closing{-webkit-animation-name:b;-o-animation-name:b;animation-name:b}.remodal,.remodal-wrapper:after{vertical-align:middle}.remodal-cancel,.remodal-confirm{font:inherit;display:inline-block;overflow:visible;min-width:110px;margin:0;padding:12px 0;cursor:pointer;-webkit-transition:background .2s;-o-transition:background .2s;transition:background .2s;text-align:center;vertical-align:middle;text-decoration:none;border:0;outline:0}.remodal-confirm{color:#fff;background:#81c784}.remodal-confirm:focus,.remodal-confirm:hover{background:#66bb6a}.remodal-cancel{color:#fff;background:#e57373}.remodal-cancel:focus,.remodal-cancel:hover{background:#ef5350}.remodal-cancel::-moz-focus-inner,.remodal-close::-moz-focus-inner,.remodal-confirm::-moz-focus-inner{padding:0;border:0}.jq-selectbox.putName{padding-left:0;padding-right:0;height:auto;border:none}.jq-selectbox.putName .jq-selectbox__select{line-height:40px;height:40px}.jq-selectbox__trigger-arrow{top:18px}.jq-selectbox__select{border-color:#ddd}.remodal .jq-selectbox ul{max-height:240px!important}.b-slider__item-text{overflow:hidden;height:48px;word-break:break-word}.b-slider__item-title{font-size:15px}.app-header__list li a:focus,.app-header__list li a:hover{color:#333}.search .search-wrapper{width:100%;max-width:490px;position:relative}.search__b-search{max-width: 490px;width:100%;background:#fff;padding:8px 12px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border-radius:3px}.b-renner * {max-width:100%}.b-crumbs{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:10px 0}.b-crumbs a{color:#0f89d0;text-decoration:none;border-bottom:1px solid transparent;-webkit-transition:border-color .3s linear;-o-transition:.3s linear border-color;transition:border-color .3s linear;display:inline-block;margin-top:1px}.b-crumbs a:focus,.b-crumbs a:hover{border-bottom-color:#0f89d0}.b-crumbs-separator{display:inline-block;vertical-align:middle;margin:0 10px;line-height:1.4}.b-crumbs-separator:before{content:"";display:block;border-style:solid;border-width:3px 0 3px 4px;border-color:transparent transparent transparent #0f89d0}.b-crumbs span{color:#797979}@-webkit-keyframes a{0%{-webkit-transform:scale(1.05);transform:scale(1.05);opacity:0}to{-webkit-transform:none;transform:none;opacity:1;-webkit-filter:blur(0);filter:blur(0)}}@-o-keyframes a{0%{-o-transform:scale(1.05);transform:scale(1.05);opacity:0}to{-o-transform:none;transform:none;opacity:1;filter:blur(0)}}@keyframes a{0%{-webkit-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05);opacity:0}to{-webkit-transform:none;-o-transform:none;transform:none;opacity:1;-webkit-filter:blur(0);filter:blur(0)}}@-webkit-keyframes b{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(.95);transform:scale(.95);opacity:0;-webkit-filter:blur(0);filter:blur(0)}}@-o-keyframes b{0%{-o-transform:scale(1);transform:scale(1);opacity:1}to{-o-transform:scale(.95);transform:scale(.95);opacity:0;filter:blur(0)}}@keyframes b{0%{-webkit-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(.95);-o-transform:scale(.95);transform:scale(.95);opacity:0;-webkit-filter:blur(0);filter:blur(0)}}@-webkit-keyframes c{0%{opacity:0}to{opacity:1}}@-o-keyframes c{0%{opacity:0}to{opacity:1}}@keyframes c{0%{opacity:0}to{opacity:1}}@-webkit-keyframes d{0%{opacity:1}to{opacity:0}}@-o-keyframes d{0%{opacity:1}to{opacity:0}}@keyframes d{0%{opacity:1}to{opacity:0}}@media screen and (max-width:480px){.remodal{max-width:none;margin:0;height:100vh;overflow-y:auto;padding:30px 15px}.remodal-close{right:15px;top:10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:40px;height:40px}.remodal-close:before{position:static}.remodal-wrapper{padding:0}.remodal .putName,.remodal .putPhone{width:100%}}@media screen and (min-width:1215px){.app-header__content--main,.site-width:not(.app-header__content):not(.app-footer__content){width:1214px;margin-left:auto;margin-right:auto}}@media screen and (max-width:640px){.b-channel__item{margin-bottom:10px;padding:10px 20px}.b-channel__item-text{line-height: 16px;overflow:hidden;margin-bottom:10px}.search__inner{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.search__b-search,.search__buttons{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:none}.search__buttons{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:10px 0 0}.search-result{left:-8px;right:-8px}}

.remodal .dog{display:none}.remodal .dog+input{background:#fff url(mail.svg) 4px 9px no-repeat;-webkit-background-size:22px 22px;background-size:22px 22px}


#block-search-result{position:absolute;left:-1px;right:-1px;top:100%;background-color:#fff;border:1px solid #a0a0a0;z-index:10;display:none}#block-search-result .result-footer{background-color:#ededed;border-top:1px solid #a0a0a0;padding:5px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}#block-search-result .result-text{color:#888;margin-right:30px}#block-search-result .result-amount{color:#333}#block-search-result #list-search-result{overflow-y:auto;list-style:none;max-height:60vh}.result__pagination{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;background-color:#fff;-webkit-box-shadow:inset 0 0 0 1px #a0a0a0;box-shadow:inset 0 0 0 1px #a0a0a0;border-radius:3px;overflow:hidden;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.result__pagination-item{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;text-decoration:none;color:#333;width:36px;height:32px;line-height:1;margin-left:-1px;margin-bottom:-1px;-webkit-box-shadow:inset 1px 0 0 0 #a0a0a0,inset -1px 0 0 0 #a0a0a0,inset 0 -1px 0 0 #a0a0a0,inset 0 1px 0 0 #a0a0a0;box-shadow:inset 1px 0 0 0 #a0a0a0,inset -1px 0 0 0 #a0a0a0,inset 0 -1px 0 0 #a0a0a0,inset 0 1px 0 0 #a0a0a0;-webkit-transition:color .3s linear,background-color .3s linear;-o-transition:.3s linear color,.3s linear background-color;-o-transition:color .3s linear,background-color .3s linear;transition:color .3s linear,background-color .3s linear}.result__pagination-item.active,.result__pagination-item:focus,.result__pagination-item:hover{background-color:#484848;color:#fff}.search-result-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:5px 10px;-webkit-transition:all .3s linear;-o-transition:.3s linear all;-o-transition:all .3s linear;transition:all .3s linear;position:relative;text-decoration:none}.search-result-item:focus,.search-result-item:hover{background-color:#e2f2ff}.search-result-item span{display:block}.search-result-item.trade .search-result-text:before{background:url(/img/servise/user.png) 50% 50% no-repeat}.search-result-item.channels .search-result-text:before{background:url(friends.png) 0 100% no-repeat;-webkit-background-size:14px auto!important;background-size:14px auto!important}.search-result-item.stickers .search-result-text:before{background:url(download.svg) no-repeat;-webkit-background-size:100% auto!important;background-size:100% auto!important}.search-result-item.bots .search-result-text:before{background:url(play.png) 0 50% no-repeat;-webkit-background-size:8px auto!important;background-size:8px auto!important}.search-result-image{width:50px;height:50px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;font-size:0;margin-right:18px}.search-result-image img{max-width:100%;max-height:100%;border-radius:5px;border:none}.search-result-title{font-size:16px;font-weight:700;margin-bottom:8px;color:#111;line-height:1}.search-result-content{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1 1 0%}.search-result-text{color:#868686;position:relative;padding-left:18px}.search-result-text:before{content:"";display:inline-block;vertical-align:top;margin-right:10px;width:14px;height:14px;position:absolute;left:0;top:3px}
.b-stickers-page h1 {
  font-size: 28px!important;
}
.search .search-wrapper {
  width: 100%;
  max-width: 490px;
  position: relative;
}
.disno{
  display:none;}
.dis{
  display: block;    padding: 5px;
  margin-top: 5px;
  margin-bottom: 8px;}


.stickers-snippets {
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  padding-top: 30px;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.stickers-snippets__snippet {
  -ms-flex: 1;
  flex: 1;
  padding: 0;
  min-width: 100pX;
}

.stickers-snippets__snippet:last-child {
  margin-left: 25px
}


.stickers-snippet__title {
  font-size: 18px;
  font-weight: 700;
  padding: 14px 18px 16px;
  color: #666;
  margin-bottom: 0px;
  border-radius: 4px 4px 0 0;
  text-transform: uppercase;
}

.stickers-snippet__title .fa-fire {
  color: #ff7600
}

.stickers-snippet__title .fa-history {
  color: #888
}

.stickers-snippet__control {
  display: inline-block;
  float: right;
  color: #5178A3;
  text-decoration: none
}

.stickers-snippet-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  padding: 6px 16px 6px 14px;
  color: #111;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-bottom: 5px;

}

.stickers-snippet-item:last-child {
  margin-bottom: 0px;
}

.stickers-snippet-item:hover {
  text-decoration: none;
  color: #88c9fd;
}

.stickers-snippet-item__cover {
  -ms-flex-positive: 0;
  flex-grow: 0;
  height: 32px;
  width: 32px;
  margin-right: 12px
}

.stickers-snippet-item__name {
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 1em
}

.stickers-snippet-item__info {
  -ms-flex-positive: 0;
  flex-grow: 0;
  color: #88c9fd;
  font-size: 14px
}

@media screen and (max-width: 920px) {
  .stickers-snippet__title {
    font-size: 16px;
    font-weight: 700;
    padding: 14px 18px 16px;
    color: #666;
    margin-bottom: 0px;
    border-radius: 4px 4px 0 0;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 640px) {
  .stickers-snippets {
    display: flex;
    flex-direction: column;
  }

  .stickers-snippets__snippet {
    width:100%;
  }

  .stickers-snippet-item {
    margin-bottom: 5px;
  }
  .stickers-snippets__snippet:last-child {
    margin-left: 0;
  }
}

@media screen and (max-width: 360px) {
  .stickers-snippet-item__info,.stickers-snippet__title i {
    display:none
  }
}

.HOVER {
  position: relative;
  overflow: hidden;
}
.HOVER span {
  border-radius: 100%;
  position: absolute;
  display: block;
  content: "";
  z-index: 0;
  width: 0;
  height: 0;

  background: rgba(51, 51, 51, 0.07);
  transform: translate(-50%, -50%);
  transition: width 1s, padding-top 1s;
}

.HOVER:hover span {
  width: 225%;
  padding-top: 225%;
}

.cfeed-loadmore__tear {
  display: -ms-flexbox;
  display: flex;
  width: calc(100%);
  margin: 40px auto 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 88 34"><path d="m0 24l22-14 22 14 22-14 22 14" fill="none" stroke="%23e8e8e8" stroke-linejoin="round" stroke-linecap="round" stroke-width="4"/></svg>') left center repeat-x;
  background-size: 32px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.cfeed-loadmore__button {
  display: block;
  padding: 13px 24px 14px;
  text-transform: uppercase;
  background: #5097e5;
  border: 4px solid #FFF;
  border-radius: 50px;
  color: #FFF;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}

.cfeed-loadmore__button::after {
  content: '...'
}

.cfeed-loadmore__button:hover {
  background: #247dde
}
#report{
  cursor: pointer;}
.app-footer__menu ul li a{
  font-size:12px;
}

.mm__authors h1{
    color: #2c3e50;
    font-weight: 600;
    font-size: 24px !important;
    display: block;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 0;
}

.mm__authors p{
    font-size: 14px;
    line-height: 22px;
}

.mm__authors h2{
    font-size: 18px !important;
    font-weight: 600;
    margin-top: 30px;
}

.mm__authorsContent{
    margin: 30px -15px 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.mm__author{
  
    width: 30%;
    width: -webkit-calc(100% / 3 - 30px);
  width: -moz-calc(100% / 3 - 30px);
  width: calc(100% / 3 - 30px); */
    margin: 0 15px 30px;
  
   /* width: calc(100% / 3 - 30px); */
    margin: 0 15px 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none !important;
}

.mm__author__img{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}

.mm__author__img img{
    width: 48px;
    height: 48px;
}

.mm__author__name{
    font-size: 16px;
    color: #3498db;
    transition: 0.5s;
    text-decoration: none !important;
}

.mm__author:hover .mm__author__name{
    color: #1a5780;
}

.mm__authorPage{
    width: 100%;
    margin: 30px 0;
}

.mm__authorPageTop{
    width: 100% !important;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.mm__authorPageTop .b-channel__item-image{
    width: 96px;
    height: 96px;
    border-radius: 50%;
    overflow: hidden;
}

.mm__authorPageTop .b-channel__item-image img{
    width: 96px;
    height: 96px;
}

.mm__authorChanels{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.mm__authorChanels .b-channel__item{
    width: calc(100% / 3 - 30px);
    margin: 0 15px 30px;
}

@media screen and (max-width: 1024px){
    .mm__authorChanels .b-channel__item{
        width: calc(100% / 2 - 30px);
    }
}

@media screen and (max-width: 880px){
    .mm__author__name{
        font-size: 14px;
    }
    .mm__author__img{
        margin-right: 10px;
    }
}

@media screen and (max-width: 640px){
    .mm__author{
        width: calc(100% / 2 - 30px);
    }
    .mm__authorChanels .b-channel__item{
        width: calc(100% / 1 - 30px);
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 400px){
    .mm__author{
        width: calc(100% / 1 - 30px);
        flex-direction: column;
    }
    .mm__author__img{
        margin: 0 0 10px;
    }
}


@media screen and (min-width:1300px){.app-header__content--main,.site-width:not(.app-header__content):not(.app-footer__content){width:1290px!important;margin-left:auto;margin-right:auto}}
    
@media (min-width: 641px) and (max-width: 768px){.countries__item ul li {width: 13%!important; white-space: normal!important;} .countries__item ul li a {font-size:8px!important;} .menu_title {font-size:8px!important;}}
  
@media (min-width: 769px) and (max-width: 910px){.countries__item ul li {width: 13%!important; white-space: normal!important;} .countries__item ul li a {font-size:10px!important;} .menu_title {font-size:10px!important;}}
  
@media (min-width: 911px) and (max-width: 991px){.countries__item ul li {width: 13%!important;} .countries__item ul li a {font-size:10px!important;} .menu_title {font-size:10px!important;}}
  
@media (min-width: 992px) and (max-width: 1039px){.countries__item ul li {width: 13%!important; margin-right: 10px!important;} .countries__item ul li a {font-size:11px!important;} .menu_title {font-size:11px!important;}}
  
@media (min-width: 1040px) and (max-width: 1199px){.countries__item ul li {width: 13%!important; margin-right: 11px!important;} .countries__item ul li a {font-size:12px!important;} .menu_title {font-size:12px!important;}}

@media (min-width: 1200px) and (max-width: 1299px) {.countries__item ul li {width: 13%!important; margin-right: 15px!important;} .countries__item ul li a {font-size:12px!important;} .menu_title {font-size:12px!important;}}
  
@media (min-width: 1300px) and (max-width: 1300px){.countries__item ul li {width: 13.5%!important;} .countries__item ul li a {font-size:13px!important;} .menu_title {font-size:12px!important; font-weight:600!important;}}

@media (min-width: 1920px) and (max-width: 2560px){.countries__item ul li {width: 13.6%!important;} .countries__item ul li a {font-size:15px!important;} .menu_title {font-size:15px!important; font-weight:600!important;}}


×
Drag and Drop
The image will be downloaded