::-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;
  font-size: 100%;
  -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: 500;
  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-banner {
  padding: 20px 0;
  background-color: #f5f5f5;
}

.b-banner__content {
  text-align: center;
}
.b-banner__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: cover;
  background-position: 50% 50%;
  border-radius: 3px;
}

.b-channel-detailed__title {
  color: #111;
  font-family: Roboto;
  
  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 {
  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 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}

.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-banner + .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: 0;
}

.countries__item ul li {
  padding: 4px 0;
  display: inline-block;
  width: 160px;
  margin-right: 20px;
  white-space: nowrap;
    overflow: hidden;
}

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

.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: 20px 0;
}

.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%; */
  width:90%;
}

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

.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__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: 900px; */
}

.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 {
  background: #fff;
  padding: 8px 12px;
  width: 100%;
  max-width: 490px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-radius: 3px;
}

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

.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: 641px) {
  .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: 180px;
  }
}

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

@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: 640px) {
  .b-channel-detailed__img {
    -ms-flex: 0 0 50px;
        flex: 0 0 50px;
    height: 50px;
    margin-top: 46px;
  }

  .b-channel-detailed__title {
    margin-left: -77px;
        margin-top: -30px;
    margin-bottom: 20px;
  }
  .b-channel-detailed__title h1{font-size: 20px;}

  .b-channel-detailed__info {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }

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

  .countries__desktop {
    display: none;
  }

  .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;
    margin-right: 0px!important;
    font-weight: bold;
  }
}

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

  .search__inner {
    -ms-flex-direction: column;
        flex-direction: column;
    height:108px
  }

  .search__b-search,
  .search__buttons {
   /* -ms-flex: 0 0 100%;*/
   /*    flex: 0 0 100%;*/
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
  }

  .search__buttons {
    margin-top: 0px;
  }
}

@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;
  }
}
#block-search-result {
    border-left: 1px solid #E1DFDD;
    border-right: 1px solid #E1DFDD;
    border-bottom: 1px solid #E1DFDD;
    width: 578px;
    height: auto;
    background-color: white;
    position: absolute;
    z-index: 9999;
    display: none;
  
}
#list-search-result {
    list-style: none;
    padding-left: 7px;
}
#list-search-result>li {
    min-height: 70px;
    height: auto;
  list-style:none;
}
.search-result-image {
    position: absolute;
    width: 64px;
    margin-top: 0;
    margin-left: 0;
}

.search-result-image img {
    border-radius: 5px;
}
.block-title-price {
    width: 345px;
    position: absolute;
    margin-left: 70px;
}
.block-title-price a {
    color: #424040;
    font-weight: 700;
    text-decoration: none;
    height: 20px;
    overflow: hidden;
    display: block;
}
.block-title-price span {
    display: block;
}
.block-title-price span p {
    font-size: 14px;
    margin-top: 5px;
    margin-left: 18px;
}
.b-sticker__item-image img {
    max-width: 128px!important;
}
.remodal-overlay {
    position: fixed;
    z-index: 9999;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    display: none;
}
.remodal-overlay, .remodal-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.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;
}
@media only screen and (min-width: 440px){
.remodal {
    max-width: 420px;
}}
.remodal, .remodal-wrapper:after {
    vertical-align: middle;
}
.remodal {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 99.2%;
    padding: .8%;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    color: #72757f;
    background: #fff;
    margin-bottom: 10px;
    font-family: 'Roboto',sans-serif;
}
.remodal-is-initialized {
    display: inline-block;
}
.remodal {
    position: relative;
    outline: none;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

.remodalBorder {
    width: 89.2%;
    border: 1px solid #e1e1e1;
    padding: 4% 5% .8%;
}
.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: 18px;
    font-weight: 700;
    color: #545454;
    margin: 15px;
}
.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;}
.b-stickers-page h1 {
    font-size: 28px;
}


.app-footer__subscribe a:link { color:#ffffff!important;}