@charset "UTF-8";
/*========================== reset.css ==========================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, time {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a, input, select, textarea {
  outline: none; }

img, input {
  border: none;
  height: auto;
  max-width: 100%; }

button {
  border: 0;
  cursor: pointer;
  outline: none;
  padding: 0; }

input[type=submit], button[type=submit] {
  cursor: pointer; }

* {
  box-sizing: border-box; }

/*
 * Карточка программы
 */
/**

 */
/**
 * Цвета тегов под названием программы
 */
/**
 * -----
 */
/*
 * Включено в страницу
 */
@font-face {
  font-family: 'proxima_nova_condensedregular';
  src: url("../fonts/ProximaNovaCondensedRegular/proxima_nova_condensed_regular.woff2") format("woff2"), url("../fonts/ProximaNovaCondensedRegular/proxima_nova_condensed_regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'proxima_nova_condensedSBd';
  src: url("../fonts/ProximaNovaCondensedSemibold/proxima_nova_condensed_semibold.woff2") format("woff2"), url("../fonts/ProximaNovaCondensedSemibold/proxima_nova_condensed_semibold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/**
 * Основные стили
 **/
html {
  font-size: 16px; }

body {
  background: #fff;
  font-family: "proxima_nova_condensedregular", sans-serif;
  line-height: 1.42857143; }

button {
  border: none; }

h1, h2, h3, h4, h5, h6, strong {
  font-family: "proxima_nova_condensedSBd", sans-serif;
  line-height: 1.1; }

h1 {
  font-size: 36px; }
  @media (max-width: 530px) {
    h1 {
      font-size: 33px; } }
  @media (max-width: 390px) {
    h1 {
      font-size: 30px; } }

h2 {
  font-size: 32px; }
  @media (max-width: 530px) {
    h2 {
      font-size: 25px; } }

h3 {
  font-size: 21px; }
  @media (max-width: 530px) {
    h3 {
      font-size: 20px; } }

h4 {
  font-size: 19px; }
  @media (max-width: 530px) {
    h4 {
      font-size: 18px; } }

h5 {
  font-size: 18px; }

h6 {
  font-size: 17px; }

img {
  object-fit: cover; }

input {
  background: #f7f7f7;
  border-radius: 2px;
  color: #555;
  font-size: 16px;
  height: 50px;
  padding: 5px 10px; }

table {
  margin: 10px 0; }
  table th, table td {
    padding: 5px; }

a {
  color: #118ddb;
  text-decoration: none;
  transition: color .3s ease; }

.clearfix {
  display: inline-block; }

.clearfix {
  zoom: 1;
  display: block; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.left {
  float: left; }

.right {
  float: right; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px; }
  @media (min-width: 320px) {
    .container {
      width: 100%; } }
  @media (min-width: 768px) {
    .container {
      max-width: 1180px; } }

.btn-blue {
  -ms-flex-align: center;
  align-items: center;
  background: #30a5ef;
  border-radius: 2px;
  cursor: pointer;
  color: #fff;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "proxima_nova_condensedSBd", sans-serif;
  font-size: 16px;
  height: 50px;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 20px;
  text-align: center;
  transition: background .3s ease; }
  .btn-blue--small {
    font-size: .8em;
    height: 26px;
    padding: 0 4px 0 4px;
    width: 100%; }
  .btn-blue--small2 {
    height: auto;
    padding: 6px 20px; }
  .btn-blue--long {
    border: 1px solid #30a5ef;
    border-radius: 1px;
    height: auto;
    line-height: 1.5;
    padding: 5px 10px; }
    .btn-blue--long .icon-heart {
      margin-right: .2em; }
  .btn-blue--like {
    background: #0d88e2;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.9em;
    height: auto;
    padding: 0.7em 0 0.8em;
    width: 100%; }
  .btn-blue--w100 {
    font-size: 1rem;
    font-weight: 500;
    height: auto;
    padding: 0.85rem 1.25em;
    width: 100%; }
  .btn-blue:hover {
    background: #118ddb;
    color: #fff; }

.btn-gray {
  -ms-flex-align: center;
  align-items: center;
  background: #f7f7f7;
  border: 2px solid transparent;
  border-radius: 2px;
  color: #919191;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 20px;
  transition: all .3s ease;
  width: 100%; }
  .btn-gray:hover {
    background: #ededed;
    border-color: #ddd;
    color: #565656; }
  .btn-gray__icon {
    font-size: .8em; }

.btn-scroll-to {
  padding: 5px;
  background: #30a5ef;
  display: block;
  margin-bottom: 20px;
  border-radius: 3px; }
  .btn-scroll-to:hover {
    background: #118ddb; }
  .btn-scroll-to span {
    text-align: center;
    display: block;
    white-space: normal;
    color: #fff;
    font-weight: bold; }
  .btn-scroll-to span:first-child {
    font-size: 150%;
    margin-bottom: 3px; }

@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello/fontello.eot?v1");
  src: url("../fonts/fontello/fontello.eot?v1#iefix") format("embedded-opentype"), url("../fonts/fontello/fontello.woff2?v1") format("woff2"), url("../fonts/fontello/fontello.woff?v1") format("woff"), url("../fonts/fontello/fontello.ttf?v1") format("truetype"), url("../fonts/fontello/fontello.svg?v1#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-tags:before {
  content: '\e800'; }

.icon-dot-3:before {
  content: '\e801'; }

.icon-right-open:before {
  content: '\e802'; }

.icon-heart:before {
  content: '\e803'; }

.icon-link:before {
  content: '\e804'; }

.icon-down-open-big:before {
  content: '\e805'; }

.icon-down-dir:before {
  content: '\e806'; }

.icon-up-dir:before {
  content: '\e807'; }

.icon-cancel:before {
  content: '\e808'; }

.icon-network:before {
  content: '\e809'; }

.icon-cloud:before {
  content: '\e80a'; }

.icon-twitter:before {
  content: '\f099'; }

.icon-facebook:before {
  content: '\f09a'; }

.icon-filter:before {
  content: '\f0b0'; }

/* '' */
.icon-menu:before {
  content: '\f0c9'; }

.icon-list-bullet:before {
  content: '\f0ca'; }

.icon-laptop:before {
  content: '\f109'; }

.icon-apple:before {
  content: '\f179'; }

.icon-windows:before {
  content: '\f17a'; }

.icon-android:before {
  content: '\f17b'; }

.icon-linux:before {
  content: '\f17c'; }

.navbar {
  background: #232f3e; }
  .navbar__container {
    display: -ms-flexbox;
    display: flex; }
  .navbar__logo {
    display: none;
    height: 26px;
    margin: 3.5px 4px 0 0;
    width: 140px; }

.navbar-list {
  display: -ms-flexbox;
  display: flex; }
  .navbar-list--user {
    margin-left: auto; }
    .navbar-list--user .navbar-list__link {
      text-transform: none; }
  .navbar-list__item {
    font-size: 14px;
    line-height: 20px;
    position: relative; }
  .navbar-list__link {
    border-left: 1px solid rgba(255, 255, 255, 0.14);
    color: #a9cfe8;
    display: block;
    margin: 9px 0 8px 0;
    padding: 0 8px;
    transition: color .2s ease;
    text-transform: uppercase;
    cursor: pointer; }
    .navbar-list__link:hover {
      color: #fff; }

.megaMenu {
  background: #2c475d;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: none;
  padding-bottom: 22px;
  padding-top: 22px; }
  .megaMenu__container {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

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

.megaMenuList__item {
  margin: 5px 0 20px 0;
  width: 48%; }

.megaMenuList__title {
  color: #fff;
  font-size: 16px;
  margin: 0 0 5px 0;
  text-transform: uppercase; }

.megaMenuList__link {
  color: #7091a7;
  font-size: 16px; }
  .megaMenuList__link:hover {
    color: #fff; }
    .megaMenuList__link:hover .megaMenuList__usage {
      color: #fff; }

.megaMenuList__usage {
  color: #3c6384;
  font-size: 14px;
  padding-left: 4px;
  transition: color .3s ease; }

.megaMenu__title {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer; }
  .megaMenu__title a {
    color: #fff; }

.categories {
  column-count: 4;
  margin: 16px 0 0 0; }
  .categories__link {
    color: rgba(255, 255, 255, 0.87);
    font-size: 16px; }
    .categories__link:hover {
      color: #fff;
      text-decoration: underline; }

.dropdownMenu {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  display: none;
  min-width: 220px;
  padding: 5px 0;
  position: absolute;
  right: 0;
  top: 100%; }
  .dropdownMenu__item {
    font-size: 16px;
    line-height: 20px; }
    .dropdownMenu__item + .dropdownMenu__item {
      border-top: 1px solid #e5e5e5; }
  .dropdownMenu__link {
    color: #333;
    display: block;
    padding: 7px 16px; }
    .dropdownMenu__link:hover, .dropdownMenu__link:focus {
      color: #262626;
      background-color: #f5f5f5; }

.dropdown--active {
  background: #fff;
  color: #333; }
  .dropdown--active .navbar-list__link--icon {
    color: #333;
    position: relative;
    z-index: 2; }
  .dropdown--active:after, .dropdown--active:before {
    background: #fff;
    height: 100%;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1; }
  .dropdown--active:after {
    bottom: 0; }
  .dropdown--active:before {
    top: 0; }

@media (max-width: 1199px) {
  .navbar-list .navbar-list__item:nth-last-child(2), .navbar-list .navbar-list__item:nth-last-child(3), .navbar-list .navbar-list__item:nth-last-child(4) {
    display: none; }
  .navbar-list--user .navbar-list__item:nth-last-child(2), .navbar-list--user .navbar-list__item:nth-last-child(3) {
    display: block; } }

@media (max-width: 991px) {
  .megaMenuList {
    display: block; }
  .megaMenuList__item {
    width: 100%; } }

@media (max-width: 767px) {
  .navbar__logo {
    display: block; }
  .navbar-list .navbar-list__item:nth-child(2), .navbar-list .navbar-list__item:nth-child(3), .navbar-list .navbar-list__item:nth-child(4), .navbar-list .navbar-list__item:last-child {
    display: none; }
  .navbar-list--user .navbar-list__item:first-child {
    display: none; }
  .navbar-list--user .navbar-list__item:last-child {
    display: block; }
  .categories {
    column-count: 2; } }

.header {
  background: #5581a6;
  color: #fff; }
  .header__container {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .header__logo {
    width: 353px;
    margin-top: 10px;
    margin-bottom: 10px; }

.searchForm {
  display: -ms-flexbox;
  display: flex; }
  .searchForm__input {
    width: 424px; }
  .searchForm__btn {
    width: 100px; }

@media (max-width: 1199px) {
  .searchForm__input {
    width: 245px; } }

@media (max-width: 991px) {
  .header__logo {
    width: 305px; } }

@media (max-width: 767px) {
  .header__container {
    display: block; }
  .header__logo {
    display: none; }
  .searchForm {
    padding: 16px 0; }
  .searchForm__input {
    height: 40px;
    width: calc(100% - 100px); }
  .searchForm__btn {
    height: 40px; } }

.breadcrumbs {
  background: #232f3e;
  box-shadow: inset 0 -1px rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.87);
  padding: 0.45em 0 0.55em; }

.breadcrumbsList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .breadcrumbsList__item {
    font-size: 0.9em;
    margin-right: 0.6em; }
    .breadcrumbsList__item:after {
      content: "►";
      font-size: 0.66em;
      margin-left: 1em;
      opacity: 0.5; }
    .breadcrumbsList__item:last-child:after {
      display: none; }
  .breadcrumbsList__link {
    color: #fff; }
  .breadcrumbsList__link:hover {
    text-decoration: underline; }

.footer {
  background: #102d40;
  color: #7091a7;
  font-size: 14px;
  padding: 40px 0; }
  .footer__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 58.3% 33.3%;
    grid-template-columns: 58.3% 33.3%;
    grid-column-gap: 8.4%;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .footer p {
    line-height: 22px;
    margin: 0 0 11px 0; }
  .footer a {
    color: #afc9d9; }
    .footer a:hover {
      color: #fff; }
  .footer__logo {
    display: block;
    height: 70px;
    margin: 0 0 26px 0;
    width: 300px; }
  .footer__title {
    color: #fff;
    font-size: 14px;
    margin: 0 0 26px 0;
    font-family: "proxima_nova_condensedSBd", sans-serif; }

.footerMenu {
  margin: 0 0 20px 0; }
  .footerMenu__item {
    line-height: 20px; }
    .footerMenu__item:last-child .footerMenu__link {
      border-bottom: none; }
  .footerMenu__link {
    border-bottom: 1px solid #2c4961;
    display: block;
    padding: 8px 0; }

.follow {
  line-height: 30px !important;
  margin-bottom: 0 !important;
  text-transform: uppercase; }

.social {
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px; }
  .social__item {
    margin: 0 5px; }
  .social__link {
    -ms-flex-align: center;
    align-items: center;
    background: #7091a7;
    border-radius: 50%;
    color: #102d40 !important;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.1em;
    height: 30px;
    -ms-flex-pack: center;
    justify-content: center;
    transition: background .3s ease;
    width: 30px; }
    .social__link:hover {
      background: #fff; }

@media (max-width: 767px) {
  .footer__container {
    display: block; } }

@media (max-width: 350px) {
  .footer__logo {
    width: 280px; } }

.sw {
  background: #f8f9fb;
  color: #102d40;
  padding: 30px 0 0 0; }
  .sw__header {
    margin-bottom: 8px; }
  .sw__header-blocks {
    display: -ms-flexbox;
    display: flex; }
  .sw__title-container {
    width: 100%; }
  .sw__title {
    margin-bottom: 8px;
    color: #102d40;
    display: inline-block;
    font-size: 36px;
    line-height: 1.1;
    font-family: "proxima_nova_condensedSBd", sans-serif; }
  .sw__tagline {
    color: #102d40;
    font-size: 18px;
    line-height: 1.4; }
  .sw__author {
    cursor: pointer;
    color: #3c6384; }
    .sw__author:hover {
      color: #118ddb; }
  .sw__content {
    line-height: 20px;
    padding: 0 20px 0 0;
    font-size: 18px; }
    .sw__content p {
      margin: 0 0 18.33333333px; }
  .sw__content-row {
    border-top: 1px solid #6d8a98;
    font-size: 15px;
    margin: 20px 0 8px 0;
    padding: 16px 0; }
    .sw__content-row .title {
      color: #102d40;
      font-weight: 700; }
  .sw__sidebar-row {
    border-top: 1px solid #6d8a98;
    font-size: 15px;
    padding: 16px 0; }
    .sw__sidebar-row .title {
      color: rgba(255, 255, 255, 0.87); }
  .sw__info:after {
    content: "";
    display: table;
    clear: both; }
  .sw__edit {
    border: 1px solid #102d40;
    border-radius: 3px;
    padding: 2px 5px; }
    .sw__edit a {
      color: #102d40; }
    .sw__edit a:hover {
      text-decoration: underline; }

.sw-likebox {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 16px;
  text-align: center;
  width: 70px; }
  .sw-likebox__img {
    display: block;
    margin: 0 auto; }
  .sw-likebox__num {
    background: #ededed;
    color: #102d40;
    border-radius: 3px;
    display: block;
    font-size: 90%;
    line-height: 1.1;
    margin: 8px 0 0 0;
    padding: 5px 0 4px;
    position: relative; }
    .sw-likebox__num:after {
      border-style: solid;
      border-width: 6px 4px 0 4px;
      border-color: #ededed transparent transparent transparent;
      bottom: -6px;
      content: '';
      height: 0;
      left: 50%;
      position: absolute;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 0;
      z-index: 1; }
  .sw-likebox .icon-heart {
    font-size: 1.2em;
    margin-left: -.3em; }
  .sw-likebox .btn-blue {
    margin-top: 8px; }

.sw-tabs {
  display: -ms-flexbox;
  display: flex; }
  .sw-tabs__item {
    border-radius: 2px 2px 0 0;
    overflow: hidden; }
  .sw-tabs__link {
    background: #3c6384;
    display: block;
    padding: 13px 21px;
    transition: background .3s ease; }
    .sw-tabs__link:hover {
      background: #2c4961; }
    .sw-tabs__link--active {
      background: #fff;
      color: #565656; }
      .sw-tabs__link--active:hover {
        background: #fff;
        color: #565656; }
  .sw-tabs__count {
    opacity: .5; }
    .sw-tabs__count:before {
      content: " \00B7 ";
      margin-right: .25em; }

.sw-screenshots {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: (94px)[3];
  grid-template-columns: repeat(3, 94px);
  margin: 0 0 20px 0; }
  .sw-screenshots__img {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    overflow: hidden;
    padding: 4px;
    width: 94px; }

.sw-download-info {
  border: 2px solid #fff;
  margin: 0 0 20px 0;
  padding: 20px; }

.sw-props {
  margin: 0 0 20px 0; }
  .sw-props__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    + .sw-props__item {
      margin-top: 15px; }
  .sw-props__name {
    padding-right: 5px;
    text-transform: uppercase; }
  .sw-props__status {
    padding-left: 10px;
    padding-right: 10px; }
    .sw-props__status--text {
      background: #41627e; }

.sw-linked-apps__link {
  color: rgba(255, 255, 255, 0.65); }

.sw-linked-apps__link:hover {
  color: rgba(255, 255, 255, 0.87); }

.sw-position__float-right {
  float: right;
  position: relative;
  box-sizing: border-box; }

.sw-position__right {
  margin-left: calc(100% - 320px);
  box-sizing: border-box;
  position: relative;
  clear: right; }

.sw-position__float-left {
  width: calc(100% - 320px);
  float: left;
  position: relative;
  box-sizing: border-box; }

@media (max-width: 991px) {
  .sw-position__float-right {
    float: none;
    width: auto; }
  .sw-position__right {
    float: none;
    margin-left: 0; }
  .sw-position__float-left {
    float: none;
    width: auto; }
  .sw-screenshots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .sw-screenshots__img {
      margin: 0 15px 10px 0; }
  .sw-linked-apps {
    padding-bottom: 20px; } }

@media (max-width: 767px) {
  .sw-tabs__link {
    font-size: 14px;
    padding: 8px; } }

@media (max-width: 400px) {
  .sw-screenshots__img {
    margin: 0 10px 10px; } }

.similar {
  padding: 31px 0; }
  .similar__header {
    position: relative; }

.similar-title {
  border-bottom: 1px solid #d6d6d6;
  color: #102d40;
  font-size: 32px;
  line-height: 1.1;
  margin-bottom: 16px;
  padding-bottom: 8px; }
  .similar-title__selector {
    color: #30a5ef;
    cursor: pointer; }
  .similar-title__icon {
    font-size: 50%;
    margin-left: -6px;
    margin-right: -6px; }
  .similar-title h2 {
    display: inline-block; }

.similar-filter {
  background: #333e48;
  border-radius: 1px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  display: none;
  font-size: 14px;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 100%;
  width: 766px;
  z-index: 1; }
  .similar-filter::after {
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #333e48 transparent;
    content: '';
    left: calc(50% - 10px);
    height: 0;
    position: absolute;
    width: 0;
    top: -10px; }
  .similar-filter__inner {
    display: -ms-flexbox;
    display: flex; }
  .similar-filter__main {
    padding: 16px 0 16px 32px;
    width: 75%; }
  .similar-filter__side {
    padding: 16px;
    width: 25%; }

.similar-filter__main .section {
  border-bottom: 1px solid #6d8a98;
  color: #fff;
  font-size: 18px;
  margin-bottom: 8px;
  padding-bottom: 8px;
  text-transform: uppercase; }

.similar-filter__main .title {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase; }

.similar-filter__main .list {
  font-size: 16px;
  margin: 5px 0 20px 0; }

.similar-filter__main .link {
  color: rgba(255, 255, 255, 0.65); }
  .similar-filter__main .link:hover {
    color: #fff; }

.similar-filter__side .title {
  border-bottom: 1px solid #6d8a98;
  color: #fff;
  font-size: 18px;
  margin-bottom: 8px;
  padding-bottom: 8px;
  text-transform: uppercase; }

.similar-filter__side .list__key-item {
  color: rgba(255, 255, 255, 0.65);
  font-size: 16px; }

.similar-filter__side .list__key-value {
  color: rgba(255, 255, 255, 0.65); }
  .similar-filter__side .list__key-value:hover {
    color: #fff; }

@media (max-width: 880px) {
  .similar-filter {
    width: 100%; } }

@media (max-width: 767px) {
  .similar-filter__inner {
    display: block; }
  .similar-filter__main {
    padding-right: 32px;
    width: 100%; }
  .similar-filter__side {
    padding-left: 32px;
    padding-right: 32px;
    width: 100%; } }

.stack {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 340px;
  grid-template-columns: 1fr 340px; }
  .stack__content {
    padding-right: 20px; }

.stack-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70px 1fr;
  grid-template-columns: 70px 1fr;
  grid-column-gap: 15px;
  margin-bottom: 20px; }
  .stack-item__icon {
    display: block;
    margin: 0 auto .5em; }
  .stack-item__content {
    position: relative; }
  .stack-item--screenshots-in-sidebar {
    padding-right: 330px; }
  .stack-item__title {
    font-size: 1.8em;
    font-weight: 900;
    letter-spacing: .0025em;
    line-height: 1.3;
    font-family: "proxima_nova_condensedSBd", sans-serif; }
  .stack-item__tagline {
    font-size: 1.1em;
    margin: .333rem 0; }

.stack-item--screenshots-in-sidebar .stack-item__screenshots-container {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 4px;
  grid-row-gap: 2px;
  -ms-grid-columns: (156px)[2];
  grid-template-columns: repeat(2, 156px);
  position: absolute;
  right: 0;
  top: 0; }
  .stack-item--screenshots-in-sidebar .stack-item__screenshots-container .stack-item__screenshots--img {
    border-radius: 2px;
    display: block;
    margin: 0 auto;
    max-width: 120px;
    cursor: pointer;
    filter: grayscale(1);
    border: 1px solid #eee; }
    .stack-item--screenshots-in-sidebar .stack-item__screenshots-container .stack-item__screenshots--img:hover {
      filter: none; }

.stack-item--screenshots-in-main .stack-item__screenshots-container .stack-item__screenshots--img {
  border-radius: 2px;
  display: block;
  margin: 10px auto 20px auto;
  cursor: pointer;
  border: 1px solid #eee; }

.stack-badges {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .stack-badges__item {
    margin-bottom: 7px;
    margin-right: 7px; }
  .stack-badges__inner {
    background: #fbfbfb;
    border-radius: 1px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.015);
    color: #333;
    display: block;
    font-size: .8em;
    padding: 5px .5em 4px; }

@media (max-width: 991px) {
  .stack {
    display: block; }
    .stack__content {
      margin-bottom: 30px; }
  .stack-item--three {
    margin-bottom: 2em; }
  .stack-item--screenshots-in-sidebar {
    padding-right: 0; }
    .stack-item--screenshots-in-sidebar .stack-item__screenshots-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin: 10px 0;
      position: static; }
      .stack-item--screenshots-in-sidebar .stack-item__screenshots-container .stack-item__screenshots--img {
        margin: 0; }
        .stack-item--screenshots-in-sidebar .stack-item__screenshots-container .stack-item__screenshots--img + .stack-item__screenshots--img {
          margin-left: 0.5em; } }

.labels {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 0 0 0; }
  .labels__item {
    display: block;
    border-radius: 2px;
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 7px;
    margin-right: 7px;
    padding: 5px 7px 4px 7px; }
    .labels__item--hidden {
      display: none; }
    .labels__item--more {
      cursor: pointer; }
      .labels__item--more:hover {
        text-decoration: underline; }

.labels--darkest .labels__link {
  color: #fff; }
  .labels--darkest .labels__link:hover {
    text-decoration: underline; }

.labels--darkest .labels__item, .labels--darkest .labels__item a {
  background: #41627e;
  color: rgba(255, 255, 255, 0.87); }

.labels--darkest .license__pricing-free {
  color: #a9dece;
  font-weight: bold; }

.labels--darkest .license__pricing-paid {
  color: #dcd5c5;
  font-weight: bold; }

.labels--dark .labels__link {
  color: rgba(255, 255, 255, 0.87); }
  .labels--dark .labels__link:hover {
    text-decoration: underline; }

.labels--dark .labels__item {
  background: #3c84b4;
  color: rgba(255, 255, 255, 0.87); }

.labels--light .labels__link {
  color: #076fbb; }
  .labels--light .labels__link:hover {
    text-decoration: underline; }

.labels--light .labels__item {
  background: #fafafa;
  border: 1px solid #ededed;
  color: #333333; }

.labels--light .license__pricing-free {
  color: #318b67;
  font-weight: bold; }

.labels--light .license__pricing-paid {
  color: #a48b3c;
  font-weight: bold; }

.sidebar {
  border-left: 1px solid #ededed;
  padding-left: 20px;
  width: 320px; }
  .sidebar__title {
    font-size: 32px;
    line-height: 1.1;
    margin-bottom: 16px;
    font-family: "proxima_nova_condensedSBd", sans-serif; }
  .sidebar--sw {
    border-left: none !important; }

@media (max-width: 991px) {
  .sidebar {
    float: none !important;
    border-left: none !important;
    padding-left: 0;
    padding-right: 0;
    width: 100%; } }

.pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 22px 0; }
  .pagination__item {
    font-size: 16px; }
    .pagination__item--active .pagination__span {
      background: #3c84b4;
      border-color: #3c84b4;
      color: #fff; }
  .pagination__link, .pagination__span {
    background: #fff;
    border: 1px solid #ddd;
    color: #118ddb;
    display: block;
    margin-left: -1px;
    padding: 16px 20px;
    transition: all .3s ease; }
  .pagination__link:hover {
    background: #d6d6d6;
    border-color: #ddd;
    color: #0b5f94; }
  .pagination__span {
    display: block; }

.category-header {
  background: #232f3e;
  color: #fff;
  padding: 1em 0 1em; }
  .category-header__title {
    font-size: 2.2em;
    line-height: 1.3;
    font-family: "proxima_nova_condensedSBd", sans-serif; }
  .category-header p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px; }

.start-stats-banner {
  font-size: 2.2em;
  color: rgba(255, 255, 255, 0.87); }
  .start-stats-banner span {
    color: #fff; }

.shareList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .shareList__item {
    margin-bottom: 4px; }
    .shareList__item + .shareList__item {
      margin-left: 4px; }
  .shareList__link {
    -ms-flex-align: center;
    align-items: center;
    background: #f5f5f5;
    border-radius: 2px;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.85em;
    font-weight: 500;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.35em 0.65em; }
    .shareList__link--facebook {
      color: #3c5a99; }
    .shareList__link--twitter {
      color: #38a1f3; }
    .shareList__link--reddit {
      color: #ff4500; }
  .shareList__svg {
    height: 1em;
    margin-right: 0.33em;
    width: 1em; }

.category-body {
  padding: 20px 0 0 0; }
  .category-body__title {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.3;
    margin: 0 0 30px 0;
    text-align: center;
    font-family: "proxima_nova_condensedSBd", sans-serif; }
    .category-body__title .btn-blue {
      margin-left: 0.75rem; }
  .category-body__title-divider {
    font-size: 1.8em;
    line-height: 1.3;
    margin: 0 0 30px 0;
    padding: 20px 0 0 0;
    position: relative;
    text-align: center; }
    .category-body__title-divider::before {
      background: #000;
      border-radius: 1px;
      content: '';
      height: 3px;
      left: 50%;
      position: absolute;
      top: 0;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 120px; }

.app-list {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 1rem;
  -ms-grid-columns: (calc(33.33% - 30px))[3];
  grid-template-columns: repeat(3, calc(33.33% - 30px));
  margin: 0 0 30px; }
  .app-list__item {
    padding-left: 60px;
    position: relative; }
  .app-list__img {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 40px; }
  .app-list__wrap {
    position: relative; }
    .app-list__wrap:after {
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
      bottom: 0;
      content: '';
      height: 40px;
      left: 0;
      position: absolute;
      right: 0; }
  .app-list__title {
    font-size: 1.4em;
    line-height: 1.3;
    margin: .333rem 0;
    font-family: "proxima_nova_condensedSBd", sans-serif; }
  .app-list__description {
    margin: .333rem 0;
    max-height: 100px;
    overflow: hidden; }

.category-list {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 50px; }
  .category-list__item {
    background: #f0f1f2;
    padding: 30px; }
  .category-list__title {
    font-size: 1.4em;
    line-height: 1.3;
    font-family: "proxima_nova_condensedSBd", sans-serif; }
  .category-list__text {
    margin: .333rem 0; }
  .category-list__title-small {
    font-size: 0.95em;
    font-weight: 500;
    line-height: 1.3;
    margin: .333rem 0;
    font-family: "proxima_nova_condensedSBd", sans-serif; }

.list-numeric {
  counter-reset: item;
  margin: 0 0 20px 0; }
  .list-numeric__item {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex; }
    .list-numeric__item + .list-numeric__item {
      margin-top: 0.25em; }
    .list-numeric__item::before {
      -ms-flex-align: center;
      align-items: center;
      background: #0d88e2;
      border-radius: 50%;
      color: #fff;
      content: counter(item);
      counter-increment: item;
      display: -ms-inline-flexbox;
      display: inline-flex;
      font-size: 0.65em;
      height: 18px;
      -ms-flex-pack: center;
      justify-content: center;
      margin-right: 1em;
      text-align: center;
      width: 18px; }
  .list-numeric__img {
    height: 20px;
    margin-right: 0.33em;
    width: 20px; }

.category-content {
  padding: 31px 0;
  min-height: 400px; }
  .category-content .stack {
    display: block; }

@media (max-width: 991px) {
  .app-list {
    display: block; }
    .app-list__item + .app-list__item {
      margin-top: 1rem; }
  .category-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 767px) {
  .category-list {
    display: block; }
  .category-list__item + .category-list__item {
    margin-top: 16px; } }

.category-filter {
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.035), 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
  padding: 8px 0 20px;
  position: relative; }
  .category-filter__container {
    display: -ms-grid;
    display: grid;
    grid-row-gap: 30px;
    grid-column-gap: 5%;
    -ms-grid-columns: 35% 35% 20%;
    grid-template-columns: 35% 35% 20%;
    max-height: 100%;
    overflow: hidden;
    transition: all 1s ease; }
    .category-filter__container--hide {
      max-height: 56px; }
  .category-filter__title {
    color: #000;
    font-size: 0.9em;
    line-height: 1.3;
    margin: .333rem 0;
    font-weight: bold;
    font-family: "proxima_nova_condensedSBd", sans-serif; }

.category-filter .list__item {
  background: #fafafa;
  color: #333333;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.015);
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  padding: 3px 7px; }
  .category-filter .list__item a {
    background: #fafafa;
    color: #333333; }
  .category-filter .list__item a:hover {
    text-decoration: underline; }
  .category-filter .list__item--blue {
    background: #0d88e2;
    color: #fff; }

.reset-link {
  background: #fff;
  color: #0c88e4;
  cursor: pointer;
  font-size: 0.75em;
  margin-left: 0.5em;
  padding: 2px 0px;
  text-transform: uppercase; }

@media (max-width: 991px) {
  .category-filter__container {
    display: block; }
  .list {
    margin-bottom: 10px; } }

.front-page {
  padding: 31px 0; }
  .front-page__title {
    color: #102d40;
    margin: 20px 0 10px;
    font-family: "proxima_nova_condensedSBd", sans-serif; }
    .front-page__title a {
      color: #102d40; }
      .front-page__title a:hover {
        color: #0b5f94; }

.front-page-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .front-page-list__item {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    padding: 10.66666667px 16px 10.66666667px 0;
    width: 33.33333333%; }
  .front-page-list__img {
    border-radius: 2px;
    margin-right: 10px;
    max-height: 40px;
    max-width: 40px; }
  .front-page-list__title {
    font-size: 24px;
    line-height: 1.1;
    font-family: "proxima_nova_condensedSBd", sans-serif; }
    .front-page-list__title a:hover {
      text-decoration: underline; }

.app-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .app-info__item {
    color: #afafaf;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    line-height: 20px; }
    .app-info__item::after {
      content: '|';
      display: inline-block;
      margin: 0 5px; }
    .app-info__item:last-child::after {
      display: none; }

.show-more-link {
  display: block;
  margin-top: 16px;
  padding-top: 16px;
  text-align: right; }
  .show-more-link__icon {
    font-size: .8em; }
  .show-more-link:hover {
    text-decoration: underline; }

@media (max-width: 840px) {
  .front-page-list__item {
    width: 50%; } }

@media (max-width: 640px) {
  .front-page-list {
    display: block; }
  .front-page-list__item {
    padding-right: 0;
    width: 100%; } }

.not-found {
  -ms-flex-align: center;
  align-items: center;
  background: #ededed;
  border: 2px solid #d6d6d6;
  border-radius: 2px;
  color: #102d40;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 20px;
  transition: all .3s ease;
  width: 100%; }
