@charset "UTF-8";

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

full


html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

html,
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.15;
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #444;
  background-color: #efefef;
}

ul {
  margin: 20px 0;
  padding: 0;
  line-height: 22px;
  list-style: none;
}

h1 {
  margin: 0 0 10px 0;
  font-size: 20px;
}

h2 {
  margin: 0 0 10px 0;
  font-size: 18px;
}

h3 {
  margin: 0 0 10px 0;
  font-size: 16px;
}

h4 {
  margin: 0 0 10px 0;
  font-size: 14px;
}

h5 {
  margin: 0 0 10px 0;
  font-size: 12px;
}

p {
  margin: 0 0 15px 0;
  font-size: 16px;
  line-height: 22px;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  display: block;
  color: #444;
  text-decoration: none;
}

button {
  display: block;
  background: transparent;
  border: none;
}

button:active,
button:focus,
input:active,
input:focus,
a:active,
a:focus {
  outline: none;
}

::-webkit-scrollbar {
  width: 11px;
}

::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: rgba(98,169,6, 0.8);
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 6px;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.header__bg {
  background-color: #292e3a;
  margin-bottom: 10px;
  -webkit-box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo {
  width: 100%;
  height: auto;
  text-align: center;
  padding-top: 10px;
  margin-bottom: 10px;
}

.header__logo img {
  width: 290px;
  height: 52px;
}

.header__menu-checkbox {
  display: none;
}

.header__menu-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 18px;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  cursor: pointer;
}

.header__menu-btn span {
  width: 100%;
  padding-left: 32px;
  text-align: center;
  cursor: pointer;
}

.header__menu-btn::after {
  display: block;
  content: '';
  width: 32px;
  height: 32px;
  background-image: url("assets/img/icons/menu.png");
}

.header__menu {
  width: 100%;
}

.header__menu-list {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

.header__menu-list li.current-menu-item a {
  color: #69b800;
  border-bottom: 3px solid #69b800;
}

.header__menu-list a {
  width: 100%;
  padding: 10px 10px;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  border-bottom: 3px solid #292e3a;
  margin-bottom: 5px;
}

.header__menu-list a:hover,
.header__menu-list a:focus {
  color: #69b800;
  border-bottom: 3px solid #69b800;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.header__search {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

.header__search-input {
  width: 100%;
  height: 32px;
  padding-left: 10px;
  padding-right: 42px;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  outline: 0;
  background: #fff;
  color: #444;
}

.header__search-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  border: 0;
  background: #292e3a;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}

.header__search-submit::after {
  position: absolute;
  top: 25%;
  left: 25%;
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  background-image: url("assets/img/icons/sprite.png");
  background-position: -32px -32px;
}

#menu-checkbox:checked + nav .header__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.main__section {
  margin-bottom: 20px;
}

.main__section-title {
  display: block;
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: bold;
}

.main__seo {
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.main__seo p {
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  opacity: 0.8;
  text-align: justify;
}

.main__seo-title {
  width: 100%;
  font-size: 20px;
  line-height: 20px;
}

.main__seo-h2 {
  width: 100%;
  font-size: 16px;
  line-height: 18px;
}

.main ul.main__seo-ul {
  display: block;
  list-style-type: disc;
  padding-left: 40px;
  margin: 0 0 10px;
}

.main ul.main__seo-ul li {
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  opacity: 0.8;
}

.main__seo-desc {
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  opacity: 0.8;
  text-align: justify;
  margin: 0 0 10px;
}

.main__seo-desc-a {
  display: inline;
  font-size: 14px;
  line-height: 22px;
  opacity: .8;
  text-align: justify;
}

.main__news {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  -webkit-box-shadow: 0 1px 8px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0 1px 8px -6px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  border-radius: 5px;
}

.main__news::after {
  display: block;
  content: 'Скачать';
  width: 100%;
  padding: 7.5px 10px;
  line-height: 16px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  background-color: #292e3a;
}

.main__news:hover,
.main__news:focus {
  -webkit-box-shadow: 0 1px 8px 0 rgba(84, 84, 84, 0.5);
  box-shadow: 0 1px 8px 0 rgba(84, 84, 84, 0.5);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.main__news:hover::after,
.main__news:focus::after {
  background-color: #62a906;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.main__news:hover > .main__news-wrapper > .main__news-title,
.main__news:focus > .main__news-wrapper > .main__news-title {
  color: #62a906;
}

.main__news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.main__news-post {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
}

.main__news-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 20px 10px;
  overflow: hidden;
}

.main__news-thumb {
  width: 75px;
  height: 75px;
  margin-bottom: 10px;
}

.main__news-thumb img {
  width: 75px;
  height: 75px;
  border-radius: 10px;
}

.main__news-title {
  width: 100%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}

.main__news-title::after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  margin: 5px auto;
  background-color: #e1e1e1;
}

.main__news-desc {
  width: 100%;
  overflow: hidden;
}

.main__news-desc p {
  width: 100%;
  height: 60px;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
  color: #999;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main__news-os {
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #62a906;
}

.main__news-os::before {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  margin: 0 auto 10px auto;
  background-color: #e1e1e1;
}

.main__news-notfound {
  margin: 0 15px 15px 15px;
}

.main__tags {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

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

.main__tags-item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

.main__tags-list a {
  padding: 2.5px 15px;
  margin: 5px 15px;
  color: #fff;
  background-color: #292e3a;
  border: 1px solid #292e3a;
}

.main__tags-list a:hover,
.main__tags-list a:focus {
  color: #fff;
  background-color: #62a906;
  border-color: #62a906;
  opacity: 0.9;
  -webkit-box-shadow: 0 1px 5px 0 rgba(84, 84, 84, 0.5);
  box-shadow: 0 1px 5px 0 rgba(84, 84, 84, 0.5);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.main__fullnews {
  width: 100%;
  padding: 15px;
  margin-bottom: 15px;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 8px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0 1px 8px -6px rgba(0, 0, 0, 0.75);
}

.main__page-link p {
  text-align: justify;
}

.main__page-link p > a {
  display: inline;
  color: #62a906;
}

.main__page-link p > a:focus,
.main__page-link p > a:hover {
  color: #007ab9;
}

.main__breadcrumbs ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #62a906;
}

.main__breadcrumbs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main__breadcrumbs a {
  color: #62a906;
}

.main__breadcrumbs a:focus,
.main__breadcrumbs a:hover {
  color: #007ab9;
}

.main__breadcrumbs::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  margin: 5px auto 11px auto;
  background-color: #e1e1e1;
}

.main__fullnews-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 15px;
}

.main__fullnews-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  margin-bottom: 15px;
}

.main__head-banner {
  width: 100%;
}

.main__banner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main__head-img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100px;
  height: 100px;
  margin-left: 14px;
}

.main__head-img img {
  width: 100px;
  height: 100px;
  border-radius: 20px;
}

.main__head-title {
  padding-left: 15px;
}

.main__panel-wrapper {
  width: 100%;
  order: 0;
}

.main__panel-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px;
  margin-bottom: 15px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 8px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0 1px 8px -6px rgba(0, 0, 0, 0.75);
}

.main__panel-title {
  width: 100%;
  font-size: 14px;
  text-align: center;
  font-style: italic;
}

.main__panel-downnote {
  font-weight: 400;
  font-style: italic;
  color: #337ab7;
  text-align: center;
  margin: 5px 0;
}

.main__panel-download {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main__panel-download li {
  width: 100%;
}

.main__panel-item--in {
  font-weight: 700;
  color: #62a906;
  text-align: center;
  margin-bottom: 10px;
}

.main__panel-item--how {
  display: block;
  color: #007ab9;
  margin: 0 auto;
  text-align: center;
}

.main__panel-item--how:hover,
.main__panel-item--how:focus {
  opacity: 0.9;
  color: #62a906;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.main__panel-link {
  display: block;
  max-width: 300px;
  padding: 7px 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  background-color: #292e3a;
  border: 1px solid #292e3a;
  vertical-align: middle;
  text-align: center;
}

.main__panel-link:hover,
.main__panel-link:focus {
  background-color: #62a906;
  border-color: #62a906;
  opacity: 0.9;
  -webkit-box-shadow: 0 1px 8px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0 1px 8px -6px rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.main__panel-link--apk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main__panel-link--apk span {
  display: block;
}

.main__panel-link--apk::before {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url("assets/img/icons/sprite.png");
  background-position: -16px -16px;
}

.main__panel-link--cch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main__panel-link--cch::before {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url("assets/img/icons/sprite.png");
  background-position: -32px -16px;
}

.main__panel-link--gp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #444;
  background-color: #fff;
  border: 1px solid silver;
}

.main__panel-link--gp:hover,
.main__panel-link--gp:focus {
  color: #fff;
  background-color: #62a906;
  border-color: #62a906;
  opacity: 0.9;
  -webkit-box-shadow: 0 1px 8px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0 1px 8px -6px rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.main__panel-link--gp:hover::before,
.main__panel-link--gp:focus::before {
  background-image: url("assets/img/icons/sprite.png");
  background-position: 0 -32px;
}

.main__panel-link--gp::before {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url("assets/img/icons/sprite.png");
  background-position: -16px -32px;
}

.main__panel-data {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 35px;
}

.main__data-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #e1e1e1;
}

.main__data-nowrap {
  margin-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main__data-item--cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main__data-item--cat::before {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background-image: url("assets/img/icons/sprite.png");
  background-position: 0 -16px;
}

.main__data-item--dev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main__data-item--dev::before {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background-image: url("assets/img/icons/sprite.png");
  background-position: -48px 0;
}

.main__data-item--ver {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main__data-item--ver::before {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background-image: url("assets/img/icons/sprite.png");
  background-position: -32px 0;
}

.main__data-item--vera {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main__data-item--vera::before {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background-image: url("assets/img/icons/sprite.png");
  background-position: -16px 0;
}

.main__data-item--lng {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main__data-item--lng::before {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background-image: url("assets/img/icons/sprite.png");
  background-position: 0 0;
}

.main__data-addinf {
  margin-top: 15px;
  color: #62a906;
  text-align: center;
}

.main__data-mult {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 15px;
  color: #62a906;
  text-align: center;
}

.main__data-mult a:hover {
  color: #69b800;
  opacity: 0.8;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.multg {
  padding: 3px;
}

.main__panel-tags {
  margin-bottom: 35px;
}

.main__panel-banner {
  width: 100%;
  margin-bottom: 10px;
}

.main__tags-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main__tags-title::before {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background-image: url("assets/img/icons/sprite.png");
  background-position: -48px -16px;
}

.main__panel-tags ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main__panel-tags a {
  display: inline-block;
  color: #62a906;
  padding: 2.5px;
  text-align: justify;
}

.main__panel-tags a:focus,
.main__panel-tags a:hover {
  color: #007ab9;
}

.main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main__panel-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px;
  margin-bottom: 15px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 8px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0 1px 8px -6px rgba(0, 0, 0, 0.75);
}

.main__panel-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

.main__panel-top li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #e1e1e1;
}

.main__panel-top li:last-child {
  border-bottom: none;
}

.main__panel-top img {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  margin-right: 10px;
}

.main__panel-top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main__panel-top a:focus,
.main__panel-top a:hover {
  color: #69b800;
  opacity: 0.8;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.main__top-title {
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
}

.main__recommend-ads {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.main__gallery {
  overflow-x: scroll;
  overflow-y: hidden;
  position: relative;
  height: auto;
  width: 100%;
  margin-bottom: 20px;
}

.main__gallery-wrap {
  width: auto;
  white-space: nowrap;
}

.gallery__img1,
.gallery__img2,
.gallery__img3 {
  max-width: 100%;
  max-height: 400px;
}

.main__comments {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.main__content {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.main__content-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.main__content p {
  width: 100%;
  line-height: 22px;
  text-align: justify;
}

.main__content a {
  display: inline;
  color: #62a906;
}

.main__content a:hover,
.main__content a:focus {
  color: #007ab9;
}

.main__content ul {
  display: block;
  list-style-type: disc;
  padding-left: 40px;
}

.main__content-ads {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
}

.main__promo {
  font-size: 18px;
  vertical-align: bottom;
  color: #ff0000;
}

.adsblock {
  width: 300px;
  margin: 0 auto;
}

/* Пагинация */

.pagination {
  width: 100%;
  clear: both;
  position: relative;
  font-size: 15px;
  line-height: 20px;
  float: left;
  margin: 0;
  margin-bottom: 15px;
}

.pagination span,
.pagination a {
  display: block;
  float: left;
  margin: 0 3px 3px 0;
  padding: 5px 10px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background: #292e3a;
  border: 1px #292e3a solid;
  -webkit-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
}

.pagination a:focus,
.pagination a:hover {
  color: #fff;
  background-color: #62a906;
  border-color: #62a906;
  opacity: 0.9;
  -webkit-box-shadow: 0 1px 15px 1px rgba(84, 84, 84, 0.3);
  box-shadow: 0 1px 15px 1px rgba(84, 84, 84, 0.3);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.pagination .current {
  padding: 5px 10px;
  background-color: #62a906;
  border-color: #62a906;
  color: #fff;
}

.contact-name input,
.contact-email input,
.contact-subject input {
  width: 100%;
  min-height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  color: #444;
  line-height: 20px;
  font-size: 16px;
  outline: none;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0 1px 10px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0 1px 10px -6px rgba(0, 0, 0, 0.75);
}

.contact-name input:focus,
.contact-email input:focus,
.contact-textarea input:focus,
.contact-subject input:focus {
  opacity: 0.9;
  -webkit-box-shadow: 1px 1px 10px 2px rgba(84, 84, 84, 0.3);
  box-shadow: 1px 1px 10px 2px rgba(84, 84, 84, 0.3);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.contact-textarea textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  font-size: 16px;
  color: #444;
  outline: none;
  background: #fff;
  border: 1px solid #d8d8d8;
  -webkit-box-shadow: 0 1px 10px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0 1px 10px -6px rgba(0, 0, 0, 0.75);
}

.contact-button {
  margin-bottom: 10px;
}

.contact-button input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 7px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  outline: none;
  background-color: #292e3a;
  border: 1px solid #292e3a;
  cursor: pointer;
}

.contact-button input:focus {
  background-color: #62A906;
  border-color: #62A906;
  opacity: 0.9;
  outline: none;
  -webkit-box-shadow: 0 1px 15px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0 1px 15px -6px rgba(0, 0, 0, 0.75);
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.contact-button input:hover {
  background-color: #62A906;
  border-color: #62A906;
  opacity: 0.9;
  outline: none;
  -webkit-box-shadow: 0 1px 15px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0 1px 15px -6px rgba(0, 0, 0, 0.75);
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

/* Дублирование сообщения об удачной отправке*/

.wpcf7 .screen-reader-response {
  display: none!important;
}

/* Комментарии */

.content__сomments-title {
  margin: 0 0 10px 0;
  font-size: 18px;
}

.comments {
  width: 100%;
}

.comment {
  border-bottom: 1px solid #e3e3e3;
}

.comment:first-child {
  border-top: 1px solid #e3e3e3;
}

.comment:last-child {
  border-bottom: none;
}

.content__comments-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.commentlist {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
}

.commentlist::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  margin: 5px auto 5px auto;
  background-color: #e1e1e1;
}

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

.comments-navigation {
  padding: 0 0 18px 0;
}

.avatar {
  width: 48px;
  height: 48px;
  border-radius: 100%;
}

.comment-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 0px;
}

.author-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.author-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.author-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 5px;
  font-weight: bold;
}

.author-inf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 10px;
  font-weight: 600;
}

.comment-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0;
  font-size: 12px;
  color: #62a906;
}

.comment-meta a:link,
.comment-meta a:visited {
  color: #cdcdcd;
  text-decoration: none;
  font-size: 13px;
}

.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
  color: #4a4a4a;
}

.comment-edit-link {
  margin-left: 5px;
}

.comment-edit-link {
  color: #888;
}

.comment-edit-link:focus,
.comment-edit-link:hover {
  color: #4a4a4a;
}

.comment-body p {
  margin: 0;
  font-size: 15px;
  font-weight: normal;
  line-height: 18px;
  overflow: hidden;
}

.comment-author cite {
  font-size: 14px;
  color: #444;
  font-style: normal;
}

.comment-author .says {
  font-style: italic;
}

.nopassword,
.nocomments {
  display: none;
}

.fn {
  padding-right: 10px;
  font-size: 16px;
}

.comment-awaiting-moderation {
  color: #444;
  font-size: 14px;
}

/* Форма комментариев */

.comment-respond {
  margin: 0;
}

.comment-reply-title {
  font-size: 16px;
  font-weight: 700;
  padding-top: 20px;
  margin-top: 0;
  margin-bottom: 5px;
}

.comment-notes {
  margin: 0;
  font-size: 12px;
  color: #999;
  margin-bottom: 10px;
}

.comment-notes span {
  font-size: 12px;
}

.comment-notes p {
  font-size: 14px;
}

.form-allowed-tags {
  line-height: 1em;
}

.comment-form-comment {
  margin: 0;
}

.comment-form-comment label {
  display: block;
  margin: 0;
  color: #444;
  font-size: 15px;
  margin-bottom: 5px;
}

.required {
  color: #e8554e;
}

.comment-form-comment textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #444;
  outline: none;
  background: #fff;
  border: 1px solid #d8d8d8;
  -webkit-box-shadow: 0 1px 15px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0 1px 15px -6px rgba(0, 0, 0, 0.75);
}

.comment-form-comment textarea:focus {
  opacity: 0.9;
  -webkit-box-shadow: 1px 1px 10px 2px rgba(84, 84, 84, 0.3);
  box-shadow: 1px 1px 10px 2px rgba(84, 84, 84, 0.3);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.comment-form-author {
  margin: 0 0 10px 0;
}

.comment-form-author label,
.comment-form-email label {
  display: block;
  margin: 0;
  color: #444;
  font-size: 15px;
  margin-bottom: 5px;
}

.comment-form-author input,
.comment-form-email input {
  width: 100%;
  min-height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  color: #444;
  line-height: 20px;
  font-size: 16px;
  outline: none;
  border: 1px solid #d8d8d8;
  background: #fff;
  -webkit-box-shadow: 0 1px 15px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0 1px 15px -6px rgba(0, 0, 0, 0.75);
}

.comment-form-author input:focus,
.comment-form-email input:focus {
  opacity: 0.9;
  -webkit-box-shadow: 1px 1px 10px 2px rgba(84, 84, 84, 0.3);
  box-shadow: 1px 1px 10px 2px rgba(84, 84, 84, 0.3);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.form-submit {
  margin: 0;
}

.form-submit input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 7px;
  margin-bottom: 10px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background-color: #292e3a;
  border: 1px solid #292e3a;
  cursor: pointer;
}

.form-submit input:focus,
.form-submit input:hover {
  background-color: #62a906;
  border-color: #62a906;
  outline: none;
  opacity: 0.9;
  -webkit-box-shadow: 0 1px 15px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0 1px 15px -6px rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.logged-in-as {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0;
}

.logged-in-as a {
  margin-bottom: 5px;
  font-size: 14px;
  color: #444;
}

.logged-in-as a:first-child {
  padding-right: 5px;
}

.logged-in-as a:focus,
.logged-in-as a:hover {
  color: #62a906;
}

.page {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.page__title {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.page__title::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  margin: 10px auto 20px auto;
  background-color: #e1e1e1;
}

.page__content p {
  text-align: justify;
}

.page__content a {
  display: inline-block;
  color: #62a906;
}

.page__content a:focus,
.page__content a:hover {
  color: #69b800;
  opacity: 0.8;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.footer__bg {
  background-color: #292e3a;
  -webkit-box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.footer__block {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 15px;
}

.footer__nav {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__nav-link {
  color: #fff;
  padding: 5px 0;
  text-align: center;
}

.footer__nav-link:hover,
.footer__nav-link:focus {
  color: #62a906;
}

.footer__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height: 100%;
  color: #fff;
}

.footer__copy span {
  margin-bottom: 5px;
}

.footer__sc {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.footer__sc--v {
  width: 32px;
  height: 32px;
  background: url("assets/img/ss.png") -32px -32px no-repeat;
  margin-right: 10px;
  color: #fff;
}

.footer__sc--v:hover,
.footer__sc--v:focus {
  background: url("assets/img/ss.png") 0 -32px no-repeat;
}

.footer__sc--t {
  width: 32px;
  height: 32px;
  background: url("assets/img/ss.png") -32px 0 no-repeat;
  color: #fff;
}

.footer__sc--t:hover,
.footer__sc--t:focus {
  background: url("assets/img/ss.png") 0 0 no-repeat;
}

@media (min-width: 460px) {
  .adsblock {
    width: 350px;
    margin: 0 auto;
  }

  .header__logo img {
    width: 430px;
    height: 77px;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }

  .header__logo img {
    width: 500px;
    height: 90px;
  }

  .main__news-post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .adsblock {
    width: 100%;
    margin: 0 auto;
  }

  .header__menu-btn {
    display: none;
  }

  .header__menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header__menu-list li {
    padding-left: 5px;
    padding-right: 5px;
  }

  .header__menu-list a {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .hidenw:nth-child(n+5) {
    display: none;
  }

  .container {
    max-width: 720px;
  }

  .main__fullnews-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    margin-bottom: 0px;
  }

  .main__fullnews-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .main__novosti-link p>img {
    display: block;
    margin: 0 auto;
  }
  .main__news-post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .main__content-body {
    display: block;
  }

  .main__panel-wrapper {
    display: block;
    float: left;
    width: 35.07%;
    margin-right: 15px;
  }

  .main__content {
    display: block;
    float: left;
    width: 62.65%;
  }

  .main__recommend-ads {
    display: block;
    float: right;
    width: 62.65%;
  }

  .main__comments {
    display: block;
    float: right;
    width: 62.65%;
  }

  .adsblock {
    margin: 0 auto;
  }

  .footer__block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 40px;
  }
}

@media (min-width: 992px) {
  .hidenw:nth-child(n+5) {
    display: block;
  }

  .container {
    max-width: 960px;
  }

  .main__news-post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .main__panel-wrapper {
    display: block;
    float: left;
    width: 32.04%;
    margin-right: 15px;
  }

  .main__news-thumb {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
  }

  .main__news-thumb img {
    width: 100px;
    height: 100px;
    border-radius: 20px;
  }

  .main__content {
    display: block;
    float: left;
    width: 66.29%;
  }

  .main__recommend-ads {
    display: block;
    float: right;
    width: 66.29%;
  }

  .main__comments {
    display: block;
    float: right;
    width: 66.29%;
  }

  .adsblock {
    margin: 0 auto;
  }

  .gallery__img1,
  .gallery__img2,
  .gallery__img3 {
    max-width: 100%;
    max-height: 500px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }

  .main__panel-wrapper {
    display: block;
    float: left;
    width: 29.09%;
    margin-right: 15px;
  }

  .main__content {
    display: block;
    float: left;
    width: 69.50%;
  }

  .main__recommend-ads {
    display: block;
    float: right;
    width: 69.50%;
  }

  .main__comments {
    display: block;
    float: right;
    width: 69.50%;
  }

  .adsblock {
    width: 728px;
    max-height: 90px;
    margin: 0 auto;
  }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .header__search-submit::after {
    background-image: url("assets/img/icons/search-x2.png");
    background-position: 0 0;
    background-size: 100%;
  }

  .main__panel-link--apk::before {
    background-image: url("assets/img/icons/download-x2.png");
    background-position: 0 0;
    background-size: 100%;
  }

  .main__panel-link--cch::before {
    background-image: url("assets/img/icons/attached-x2.png");
    background-position: 0 0;
    background-size: 100%;
  }

  .main__panel-link--gp::before {
    background-image: url("assets/img/icons/gp-x2.png");
    background-position: 0 0;
    background-size: 100%;
  }

  .main__panel-link--gp:focus::before,
  .main__panel-link--gp:hover::before {
    background-image: url("assets/img/icons/gp-hvr-x2.png");
    background-position: 0 0;
    background-size: 100%;
  }

  .content__tags-title::before {
    background-image: url("assets/img/icons/tags-x2.png");
    background-position: 0 0;
    background-size: 100%;
  }

  .main__data-item--cat::before {
    background-image: url("assets/img/icons/category-x2.png");
    background-position: 0 0;
    background-size: 100%;
  }

  .main__data-item--dev::before {
    background-image: url("assets/img/icons/settings-x2.png");
    background-position: 0 0;
    background-size: 100%;
  }

  .main__data-item--ver::before {
    background-image: url("assets/img/icons/gamepad-x2.png");
    background-position: 0 0;
    background-size: 100%;
  }

  .main__data-item--vera::before {
    background-image: url("assets/img/icons/android-x2.png");
    background-position: 0 0;
    background-size: 100%;
  }

  .main__data-item--lng::before {
    background-image: url("assets/img/icons/globe-x2.png");
    background-position: 0 0;
    background-size: 100%;
  }

  .header__menu-btn::after {
    background-image: url("assets/img/icons/menu-x2.png");
    background-position: 0 0;
    background-size: 100%;
  }
}