/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}


/* open-sans-regular - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v43-cyrillic_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



.top {background-repeat: no-repeat;background-position: 0 -80px;background-size: cover;background-image: url(../images/home-top-bg.png);}
.top__inner {padding-top: 72px;padding-bottom: 31px;}
.top__inner-panel {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;margin-bottom: 63px;}
.top__inner-panel img {padding-left: 72px;}.top__inner-panel form {max-width: 515px;width: 100%;position: relative;}
.top__inner-panel form:active input, .top__inner-panel form:focus input, .top__inner-panel form:hover input {border: 4px solid #ffbe2e;}
.top__inner-panel form span {display: block;margin-bottom: 7px;color: #ffffff;font-weight: 600;font-size: 14px;position: relative;padding-left: 28px;}
.top__inner-panel form span::before {width: 12px;height: 12px;content: "";position: absolute;left: 7px;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);background-repeat: no-repeat;background-size: cover;background-position: center center;background-image: url(../images/icons/header-search--mobile.png);}
.top__inner-panel form input {height: 50px;background-color: #ffffff;display: block;width: 100%;position: relative;padding: 10px 140px 12px 29px;border-radius: 25px;border: 4px solid #fff;outline: none;-webkit-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.top__inner-panel form input:active, .top__inner-panel form input:focus, .top__inner-panel form input:hover {border: 4px solid #ffbe2e; }
.top__inner-panel form input::-webkit-input-placeholder {font-size: 15px;}
.top__inner-panel form input::-moz-placeholder {font-size: 15px;}
.top__inner-panel form input:-ms-input-placeholder {font-size: 15px;}
.top__inner-panel form input::-ms-input-placeholder {font-size: 15px;}
.top__inner-panel form input::placeholder {font-size: 15px;}
.top__inner-panel form button {position: absolute;right: 0;cursor: pointer;z-index: 1;outline: none;font-size: 18px;font-weight: 700;padding: 15px 37px 15px;border-radius: 25px;border: none;background-color: #f7aa01;color: #ffffff;top: 23px;-webkit-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.top__inner-panel form button:hover {background-color: #ffbe2e;}
.top-four__items {display: -webkit-box;display: -ms-flexbox;display: flex;background-color: grey;border-radius: 32px;height: 280px;overflow: hidden;}.top-four__item {background-repeat: no-repeat;background-size: auto;width: 25%;padding: 50px 35px 0 35px;overflow: hidden;color: #ffffff;position: relative;}.top-four__item:hover:before {opacity: 1;}.top-four__item::before {position: absolute;content: "";width: 100%;height: 100%;left: 0;top: 0;background-color: rgba(0, 0, 0, 0.8);-webkit-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;opacity: 0;}.top-four__item-wrapper {position: relative;}
.top-four__item-title {padding-bottom: 15px;font-size: 25px;z-index: 1;}
.top-four__item-text {max-width: 230px;font-size: 12px;line-height: 20px;z-index: 1;}

#top-item1 {
  background-color: #1f1b0f;
  background-image: url(../images/content/top-item-1.png), url(../images/content/top-item-1-bg.png);
  background-position: bottom right,  0 -24px;
}
#top-item2 {
  background-color: #70270f;
  background-image: url(../images/content/top-item-2.png), url(../images/content/top-item-2-bg.png);
  background-position: bottom right,  33px -9px;
}
#top-item3 {
  background-color: #34a7ec;
  background-image: url(../images/content/top-item-3.png), url(../images/content/top-item-3-bg.png);
  background-position: bottom right,  -15px -10px;
}
#top-item4 {
  background-color: #c52d3d;
  background-image: url(../images/content/top-item-4.png), url(../images/content/top-item-4-bg.png);
  background-position: 140px 9px,  -45px -45px;
}
#top-item4 .top-four__item-text {max-width: 166px;}

body {
	margin: 0;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b,strong {
	font-weight: bolder;
}

code,kbd,samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,input,optgroup,select,textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
	border: 0;
	outline: 0;
}

button,input {
	overflow: visible;
}

button,select {
	text-transform: none;
}

button, input {
	padding: 0;
	background: 0 0;
	border: 0;
	outline: 0;
}

button {
	cursor: pointer!important;
	pointer-events: auto!important;
}

button,[type="button"],[type="reset"],[type="submit"] {
	-webkit-appearance: button;
	background-color: transparent;
}

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	width: 118px;
	height: 118px;
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.blocker {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 1;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	text-align: center;
}

.blocker:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.05em;
}

.blocker.behind {
	background-color: transparent;
}


.modal {
	display: none;
	vertical-align: middle;
	position: relative;
	z-index: 2;
	max-width: 500px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 90%;
	background: #fff;
	padding: 15px 30px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 10px #000;
	-o-box-shadow: 0 0 10px #000;
	-ms-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	text-align: left;
}

.modal a.close-modal {
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
}

.modal-spinner {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	padding: 12px 16px;
	border-radius: 5px;
	background-color: #111;
	height: 20px;
}

.modal-spinner>div {
	border-radius: 100px;
	background-color: #fff;
	height: 20px;
	width: 2px;
	margin: 0 1px;
	display: inline-block;
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.modal-spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.modal-spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
	0%,40%,100% {
		-webkit-transform: scaleY(0.5);
	}

	20% {
		-webkit-transform: scaleY(1);
	}
}

@keyframes sk-stretchdelay {
	0%,40%,100% {
		transform: scaleY(0.5);
		-webkit-transform: scaleY(0.5);
	}

	20% {
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
	}
}

.jq-checkbox,.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.jq-checkbox input,.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}

.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}

.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.jq-selectbox,.jq-select-multiple {
	position: relative;
	display: inline-block;
}

.jq-selectbox select,.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}

.jq-selectbox li,.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.jq-selectbox {
	z-index: 10;
}

.jq-selectbox__select {
	position: relative;
}

.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.jq-selectbox__dropdown {
	position: absolute;
}

.jq-selectbox__search input {
	-webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}

.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}

.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

.jq-number {
	display: inline-block;
}

.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left;
}

.jq-number__field input::-webkit-inner-spin-button,.jq-number__field input::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	scroll-behavior: smooth;
}

*,*::after,*::before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

a {
	text-decoration: none;
	display: inline-block;
	color: #0c1526;
	font-family: "Open Sans";
}

ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}

html,body {
	height: 100%;
	scrollbar-color: #3daa35 #fff;
	scrollbar-width: thin;
}

body {
	font-family: "Open Sans";
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	color: #0c1526;
	background-color: #EDEDED;
}

.wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%;
}

.content {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	background-repeat: no-repeat;
	background-size: 2020px 327px;
	background-position: 0 64px;
}

.footer {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.container {
	max-width: 1390px;
	padding: 0 10px;
	margin: 0 auto;
}

::-webkit-scrollbar {
	width: 8px;
	border-radius: 4px;
	background-color: #ffffff;
}

::-webkit-scrollbar-track {
	border-radius: 4px;
}

::-webkit-scrollbar-thumb {
	background: #3daa35;
	border-radius: 14px;
	max-height: 10px;
}

.jq-selectbox__dropdown {
	scrollbar-color: #f7aa02 #fff;
	scrollbar-width: thin;
}

.jq-selectbox__dropdown ::-webkit-scrollbar-thumb {
	background: #f7aa02;
}

.breadcrumbs__inner {
	padding: 18px 10px 19px;
}

.breadcrumbs__list {
	position: relative;
	padding-left: 20px;
}

.breadcrumbs__list a {
    color: #3daa35;
}

.breadcrumbs__list a:hover {
    color: #53cb4a;
}

.breadcrumbs__list:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 4px;
	border-radius: 2px;
	background-color: #3daa35;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.breadcrumbs__list li a {
	color: #0c1526;
}

.breadcrumbs__list li span {
	color: #3daa35;
}

.breadcrumbs__list li span:hover {
	color: #53cb4a;
}

.breadcrumbs__list li+li {
	padding-left: 5px;
	white-space: nowrap;
}

.breadcrumbs__list li {
	position: relative;
}

.mass-action {
	height: 0px;
}

.mass-action input {
	margin-top: 10px;
	margin-right: 10px;
}

.mass-action-block {
	display: flex;
	justify-content: flex-end;
}

.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background-color: #f7aa01;
}

.mCSB_draggerContainer .mCSB_draggerRail {display:none !important;}

.mCSB_draggerContainer .mCSB_draggerRail.ss {display:block !important;}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #2e9926;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 12px;
	border-radius: 4px;
	background-color: #2e9926;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
	background-color: #2e9926;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #2e9926;
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #2e9926;
}

.mCSB_dragger {
	height: 90px !important;
}

.mCSB_inside > .mCSB_container {
	margin-right: 25px;
}

@media (max-width: 899px) {
	.mCSB_inside > .mCSB_container {
		margin-right: 20px;
	}
}

@media (max-width: 479px) {
	.mCSB_dragger {
		width: 7px !important;
	}

	.mCSB_dragger_bar {
		width: 7px !important;
	}

	.mCSB_scrollTools {
		width: 7px !important;
	}
}

.back-btn {
	cursor: pointer;
	position: relative;
	padding: 11px 20px 12px 60px;
	color: #ffffff;
	font-weight: 700;
	background-color: #8cc63f;
	border-radius: 20px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.back-btn:hover {
	background-color: #9ad151;
}

.back-btn::before {
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-image: url(../images/icons/back.png);
	width: 20px;
	height: 19px;
	left: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header {
	background-color: #ffffff;
}

.header-logo {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.header-logo:hover {
	opacity: 0.7;
}

.header__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 80px;
}

.header__inner.mobile-search--on {
	margin-bottom: 60px;
}

.header__inner-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-menu {
	margin-left: 52px;
}

.header-menu__list li+li {
	margin-left: 33px;
	display: inline-block;
}

.header-menu__list ul {
	display: inline-block;
}

.header-menu__item {
	display: inline-block;
	padding-left: 57px;
	position: relative;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.header-menu__item:hover {
	opacity: 0.7;
}

.header-menu__item:hover a {
	color: #3baa3b;
}

.header-menu__item:before {
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header-menu__item:first-child:before {
	width: 39px;
	height: 37px;
	background-image: url(../images/icons/header-games.png);
}

.header-menu__item:nth-child(2)::before {
	width: 39px;
	height: 36px;
	background-image: url(../images/icons/header-calendar.png);
}

.header-menu__item:nth-child(3)::before {
	width: 40px;
	height: 37px;
	background-image: url(../images/icons/header-top.png);
}

.header-menu__item a {
	font-weight: 700;
	color: #000000;
	font-size: 17px;
}

.header-additional {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.header-additional-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.header-additional a {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.header-additional__search {
	margin-right: 20px;
	position: relative;
}

.header-additional__search-btn {
	width: 39px;
	height: 39px;
	border-radius: 50%;
	background-color: #dffddd;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.header-additional__search-btn:hover {
	background-color: #b3e9af;
}

.header-additional__search-btn:before {
	position: absolute;
	content: "";
	width: 19px;
	height: 19px;
	background-image: url(../images/icons/header-search.png);
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.header-additional__search-btn.search--active {
	background-color: #3daa35;
}

.header-additional__search-btn.search--active:hover {
	background-color: #53cb4a;
}

.header-additional__search-btn.search--active:before {
	position: absolute;
	content: "";
	width: 18px;
	height: 3px;
	border-radius: 2px;
	background-color: #ffffff;
	top: 18px;
	left: 10px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background-image: none;
}

.header-additional__search-btn.search--active::after {
	position: absolute;
	content: "";
	width: 18px;
	height: 3px;
	border-radius: 2px;
	background-color: #ffffff;
	left: 10px;
	top: 18px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.header-additional__user {
	max-width: 175px;
}

.header-additional__user .signIn.link--off {
	display: none;
}

.header-additional__user a {
	padding: 10px 13px 11px 45px;
	background-color: #3daa35;
	border-radius: 20.5px;
	color: #ffffff;
	font-weight: 700;
	font-size: 13px;
	position: relative;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.header-additional__user a:hover {
	background-color: #53cb4a;
}

.header-additional__user a::before {
	position: absolute;
	content: "";
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #ffffff;
	left: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header-additional__user a::after {
	position: absolute;
	content: "";
	width: 10px;
	height: 11px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-image: url(../images/icons/header-user.png);
	left: 19px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header__inner-box.search--active:nth-child(2) {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

#desktop-search {
	max-width: 730px;
	width: 100%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin-right: 10px;
	position: relative;
	display: none;
}

#desktop-search input {
	border: 2px solid #3daa35;
	width: 100%;
	padding: 12px 50px 12px 34px;
	border-radius: 22.5px;
	outline: none;
	-webkit-transition: border 0.3s;
	-o-transition: border 0.3s;
	transition: border 0.3s;
}

#desktop-search input:hover,#desktop-search input:focus,#desktop-search input:active {
	border-color: #f7aa01;
}

#desktop-search input::-webkit-input-placeholder {
	color: #0c1526;
}

#desktop-search input::-moz-placeholder {
	color: #0c1526;
}

#desktop-search input:-ms-input-placeholder {
	color: #0c1526;
}

#desktop-search input::-ms-input-placeholder {
	color: #0c1526;
}

#desktop-search input::placeholder {
	color: #0c1526;
}

#desktop-search button {
	position: absolute;
	right: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: none;
	cursor: pointer;
	background-color: #f7aa01;
	background-repeat: no-repeat;
	background-size: 19px 19px;
	background-position: center center;
	background-image: url(../images/icons/header-search--mobile.png);
	outline: none;
	-webkit-transition: border 0.3s;
	-o-transition: border 0.3s;
	transition: border 0.3s;
}

#desktop-search button:hover {
	background-color: #ffbe2e;
}

.header-menu__mobile.header-mobile {
	display: none;
}

.header__inner-box__mobile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin-top: 18px;
	display: none;
}

.header__inner-box__mobile .header-search--mobile {
	margin-left: 16px;
	position: relative;
	max-width: 450px;
	width: 100%;
	display: none;
}

.header__inner-box__mobile .header-search--mobile input {
	border: 2px solid #3daa35;
	width: 100%;
	padding: 12px 50px 12px 34px;
	border-radius: 22.5px;
	outline: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.header__inner-box__mobile .header-search--mobile input:hover,.header__inner-box__mobile .header-search--mobile input:active,.header__inner-box__mobile .header-search--mobile input:focus {
	border-color: #f7aa01;
}

.header__inner-box__mobile .header-search--mobile input::-webkit-input-placeholder {
	color: #0c1526;
}

.header__inner-box__mobile .header-search--mobile input::-moz-placeholder {
	color: #0c1526;
}

.header__inner-box__mobile .header-search--mobile input:-ms-input-placeholder {
	color: #0c1526;
}

.header__inner-box__mobile .header-search--mobile input::-ms-input-placeholder {
	color: #0c1526;
}

.header__inner-box__mobile .header-search--mobile input::placeholder {
	color: #0c1526;
}

.header__inner-box__mobile .header-search--mobile button {
	position: absolute;
	right: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: none;
	cursor: pointer;
	background-color: #f7aa01;
	background-repeat: no-repeat;
	background-size: 19px 19px;
	background-position: center center;
	background-image: url(../images/icons/header-search--mobile.png);
	outline: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.header__inner-box__mobile .header-search--mobile button:hover {
	background-color: #ffbe2e;
}

.header-logo--650 {
	display: none;
}

.header-menu__mobile.header-mobile.close {
	background-color: #fff;
}

.header-menu__mobile.header-mobile.close .header-mobile__btn {
	background-color: transparent;
}

.header-menu__mobile.header-mobile.close .header-mobile__btn:before {
	left: 0;
	background-color: #3daa35;
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.header-menu__mobile.header-mobile.close .header-mobile__btn::after {
	background-color: #3daa35;
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#login form {
	font-weight: 600;
}

#login form label {
	font-size: 10px;
	margin: 10px 0;
	display: block;
	position: relative;
}

#login form label span {
	display: block;
	margin-bottom: 5px;
}

#login form input {
	font-weight: 600;
	outline: none;
	border: 2px solid #c8d0c7;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#login form input:focus,#login form input:active,#login form input:hover {
	border-color: #3daa35;
}

#login form input:focus::-webkit-input-placeholder, #login form input:active::-webkit-input-placeholder, #login form input:hover::-webkit-input-placeholder {
	color: #0b1322;
}

#login form input:focus::-moz-placeholder, #login form input:active::-moz-placeholder, #login form input:hover::-moz-placeholder {
	color: #0b1322;
}

#login form input:focus:-ms-input-placeholder, #login form input:active:-ms-input-placeholder, #login form input:hover:-ms-input-placeholder {
	color: #0b1322;
}

#login form input:focus::-ms-input-placeholder, #login form input:active::-ms-input-placeholder, #login form input:hover::-ms-input-placeholder {
	color: #0b1322;
}

#login form input:focus::placeholder,#login form input:active::placeholder,#login form input:hover::placeholder {
	color: #0b1322;
}

#login input[type="text"],#login input[type="password"] {
	width: 100%;
	font-size: 15px;
	padding: 14px 30px 14px 22px;
	border-radius: 10px;
}

#login input[type="password"] {
	padding: 14px 58px 14px 22px;
}

#login .form-password input {
	margin-bottom: 10px;
}

#login .form-password a {
	position: absolute;
	top: 62%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
	width: 30px;
	color: #3daa35;
	text-decoration: underline;
	font-weight: 700;
}

#login .container {
	display: block;
	position: relative;
	font-size: 12px;
	padding-left: 30px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 26px;
}

#login .container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

#login .container .checkmark {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	height: 20px;
	width: 20px;
	border-radius: 4px;
	border: 2px solid #c8d0c7;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#login .container .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

#login .container input:checked ~ .checkmark:after {
	display: block;
}

#login .container .checkmark:after {
	width: 10px;
	height: 10px;
	border-radius: 2px;
	background-color: #3daa35;
	top: 3px;
	left: 3px;
}

#login button[type="submit"] {
	background-color: #3daa35;
	border: none;
	color: #ffffff;
	width: 100%;
	padding: 14px;
	border-radius: 22.5px;
	outline: none;
	cursor: pointer;
	margin-bottom: 4px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#login button[type="submit"]:hover {
	background-color: #53cb4a;
}

#login .registration {
	background-color: #f8a30f;
	width: 100%;
	padding: 14px;
	text-align: center;
	color: #ffffff;
	border-radius: 22.5px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#login .registration:hover {
	background-color: #ffbe2e;
}

.modal-title {
	font-size: 30px;
	margin-bottom: 24px;
}

.blocker {
	background-color: rgba(30,54,28,0.8);
	z-index: 30;
}

.modal {
	max-width: 310px;
	padding: 33px 40px 37px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-top-right-radius: 0;
}

.modal a.close-modal {
	top: -45px;
	right: 0;
	background-color: #3daa35;
	background-image: url(../images/icons/close-modal.png);
	background-size: auto;
	height: 45px;
	width: 40px;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.modal a.close-modal:hover {
	background-color: #53cb4a;
}

#user .modal-user__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 29px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#user .modal-user__box-img {
	background-color: #0c1526;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 50px;
	height: 50px;
	border-radius: 15px;
	margin-right: 18px;
}

#user .modal-user__box-hello {
	font-weight: 700;
	max-width: 140px;
}

#user .modal-user__box-hello span {
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: 400;
}

#user .modal-user__list>li+li {
	margin-top: 10px;
}

#user .modal-user__link {
	display: block;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#user .modal-user__link:hover a {
	color: #f7aa01;
}

#user .modal-user__link:hover .modal-user__link-exit {
	color: #ff6458;
}

#user .modal-user__link a {
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #3daa35;
	font-weight: 700;
}

#user .modal-user__link .modal-user__link-exit {
	color: #8cc63f;
}

.newest {
	margin-bottom: 132px;background-color: #becfdf;
	
}

.newest-title {
	font-size: 30px;
	position: relative;
	padding-right: 35px;
	display: inline-block;
	line-height: 20px;
	font-weight: 400;
}

.newest-title:after {
	position: absolute;
	content: "";
	width: 22px;
	height: 17px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-image: url(../images/icons/top-and-new.png);
	right: 0;
	bottom: -2px;
}

.apps__inner_top100 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 10px;
	margin-left: -30px;
}

@media (max-width: 460px) {
	.apps__inner_top100 {
		margin-left: 0px;
	}
}

.apps__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 5px;
	margin-left: -30px;
}

.apps-item {
	-ms-flex-preferred-size: calc(16.6% - 30px);
	flex-basis: calc(16.6% - 30px);
	margin-left:30px;
	height: 290px;
	background-color: #fff;
	border: 4px solid #fff;
	border-radius: 15px;
	padding: 16px 20px;
	position: relative;
	margin-bottom: 25px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.apps-item:hover {
	background-color: #f5f3f3;
	border: 4px solid #b9c9d8;
}

.apps-item:hover .apps-item__name {
	color: #3baa3b;
}

.apps-item:hover img {
	-webkit-transform: scale(0.89);
	-ms-transform: scale(0.89);
	transform: scale(0.89);
}

.apps-item.new:hover:after {
	-webkit-transform: scale(0.89);
	-ms-transform: scale(0.89);
	transform: scale(0.89);
}

.apps-item.new:after {
	width: 60px;
	height: 61px;
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	left: -4px;
	top: -4px;
	background-image: url(../images/content/new-soft.png);
	z-index: 1;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.apps-item.update:hover:before {
	-webkit-transform: scale(0.89);
	-ms-transform: scale(0.89);
	transform: scale(0.89);
}

.apps-item.update:before {
	width: 60px;
	height: 61px;
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	right: -4px;
	top: -4px;
	background-image: url(../images/content/update-soft.png);
	z-index: 1;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.apps-item a {
	width: 100%;
}

.apps-item__img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
}

.apps-item__img img {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	width: 150px;
}

.apps-item__name {
	text-align: center;
	max-width: 142px;
	overflow: hidden;
	color: #494949;
	line-height: 20px;
	font-size: 18px;
	margin: 25px auto 10px;
	-o-text-overflow: clip;
	text-overflow: clip;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
}

.apps-item__name::before {
	position: absolute;
	content: "";
	width: 15px;
	height: 100%;
	top: 0;
	right: 0;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), to(#fff));
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, #fff 100%);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, #fff 100%);
}

.xline {padding-bottom:1px; border-bottom:1px solid #dcdcdc;}

.apps-item__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 140px;
	margin: 0 auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
	font-size: 12px;
	margin : 25px 0 5px 0;
}

.apps-item__info-rate {
	padding-left: 20px;
	position: relative;
	margin-right: 10px;
	line-height: 30px;
}

.apps-item__info-rate::before {
	width: 14px;
	height: 16px;
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	left: 0;
	top: 50%;
	-webkit-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	transform: translatey(-50%);
	background-image: url(../images/icons/rating.png);
}

.apps-item__info-version {
	white-space: nowrap;
	padding-left: 20px;
	position: relative;
	line-height: 30px;
	overflow: hidden;
}

.apps-item__info-version:before {
	width: 12px;
	height: 15px;
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(../images/icons/version.png);
}

.apps-item__rate {
	width: 100px;
	margin: 0 auto;
	background-size: contain;
	background-position: center center;
	background-repeat: space;
	height: 14px;
}

.pagination {
	padding-left: 30px;
	max-width: 868px;
	width: 100%;
	padding-top: 20px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pagination-arrow {
	width: 55px;
	height: 40px;
	background-color: #fff;
	border-radius: 8px;
	position: relative;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}

.pagination-arrow:hover {
	background-color: #223C53;
}

.pagination-arrow:hover::before {
	background-image: url(../images/icons/pagination-arrow-left-white.png);
}

.pagination-arrow.arrow-next:before {
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	-ms-transform: translate(-50%, -50%) rotate(180deg);
	transform: translate(-50%, -50%) rotate(180deg);
}

.pagination-arrow:before {
	position: absolute;
	content: "";
	width: 27px;
	height: 12px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url(../images/icons/pagination-arrow-left.png);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.pagination-block {
	width: 100%;
}

.pagination-list span {
	background-color: #2F506E;
	color: #fff;
	margin: 0 5px 0 0;
	border-radius: 50%;
	font-size: 18px;
	min-width: 37px;
	display: inline-block;
	padding: 10px 15px;
}

.pagination-list a, .pnext a, .pprev a, .pprev > span, .pnext > span {
	display: inline-block;
	color: #0c1526;
	background-color: #ffffff;
	margin: 0 5px 0 0;
	border-radius: 50%;
	padding: 10px 15px;
	font-size: 18px;
	min-width: 37px;
	margin-bottom: 15px;
}

.pagination-list a:hover {
	color: #000;
	background-color: #fff;
	border: 1px solid #91ac79;
}

.slider {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	background-image: url(../images/middle-bg.png);
	margin-bottom: 94px;
}

.slider__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-left: -15px;
}

.slider-box {
	margin-bottom: 20px;
	-ms-flex-preferred-size: calc(50% - 15px);
	flex-basis: calc(50% - 15px);
	margin-left: 15px;
	width: 49%;
	padding: 40px 70px 35px;
	border-radius: 33px;
	background-repeat: no-repeat;
	background-size: auto;
	position: relative;
}

.slider-box a {
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}

#games-box {
	background-color: #1DA289;
	background-image: url(../images/content/middle-slider-1.png);
	background-position: 294px 54px;
}

#games-box .slider-box__title:after {
	width: 23px;
	height: 16px;
	background-image: url(../images/icons/slider-games.png);
	top: 12px;
}

#soft-box {
	background-color: #C81137;
	background-image: url(../images/content/middle-slider-2.png);
	background-position: 96px 43px;
}

#soft-box .slider-box__title:after {
	width: 22px;
	height: 22px;
	background-image: url(../images/icons/slider-programs.png);
	top: 8px;
}

.slider-box__title {
	font-size: 30px;
	position: relative;
	padding-right: 38px;
	display: inline-block;
	color: #ffffff;
	margin-bottom: 23px;
}

.slider-box__title:after {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	right: 0;
}

.slider-box__inner-arrow {
	position: absolute;
	z-index: 1;
	width: 35px;
	height: 30px;
	border: 2px solid #fff;
	border-radius: 15px;
	top: -57px;
	right: 0;
	background-repeat: no-repeat;
	background-size: 14px 12px;
	background-position: center center;
	background-image: url(../images/icons/slider-prev-arrow.png);
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.slider-box__inner-arrow:hover {
	background-color: #3baa3b;
	border-color: #3baa3b;
}

.slider-box__inner-arrow.prev-arrow {
	right: 41px;
}

.slider-box__inner-arrow.next-arrow {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.slider-box__inner-items.slider-items {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-left: -10px;
}

.slider-box__inner-items.slider-items .slider-item {
	margin-bottom: 24px;
	margin-left: 10px;
	-ms-flex-preferred-size: calc(25% - 10px);
	flex-basis: calc(25% - 10px);
	outline: none;
}

.slider-box__inner-items.slider-items .slider-item:hover .slider-item__name {
	color: #f7aa01;
}

.slider-box__inner-items.slider-items .slider-item__link:hover a {
	background-color: #2e9926;
}

.slider-box__inner-items.slider-items .slider-item__link:hover a:before {
	background-image: url(../images/icons/slider-link-white.png);
}

.slider-box__inner-items.slider-items .slider-item__link:hover span {
	color: #fff;
}

.slider-box__inner-items.slider-items .slider-item__link a {
	position: relative;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.slider-box__inner-items.slider-items .slider-item__link a:before {
	position: absolute;
	content: "";
	width: 41px;
	height: 27px;
	top: 34px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-image: url(../images/icons/slider-link-green.png);
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.slider-box__inner-items.slider-items .slider-item__link span {
	position: absolute;
	bottom: 28px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 12px;
	display: block;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.slider-box__inner-items.slider-items .slider-item__img {
	width: 118px;
	height: 118px;
	border-radius: 30px;
	margin: 0 auto 13px;
	overflow: hidden;
	position: relative;
}

.slider-box__inner-items.slider-items .slider-item__img:hover:before {
	background-color: rgba(0,0,0,0.2);
}

.slider-box__inner-items.slider-items .slider-item__img:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	z-index: 1;
	top: 0;
	left: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background-color: rgba(0,0,0,0);
}

.slider-box__inner-items.slider-items .slider-item__name {
	font-size: 14px;
	font-weight: 600;
	width: 87px;
	text-align: center;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 auto;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.slider-box__inner-items.slider-items .slider-item__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.slider-box__inner-items.slider-items .slider-item__link a {
	border-radius: 24px;
	background-color: #ffffff;
	width: 118px;
	height: 118px;
	margin: 0 auto;
}

.slider-box__inner-items.slider-items .slider-item__link span {
	color: #3daa35;
}

.feedback {
	background-color: #BECFDF;
	padding: 55px 0 99px;
}

.feedback-title {
	font-size: 30px;
	line-height: 20px;
	margin-bottom: 25px;
}

.feedback__inner {
	max-height: 379px;
	list-style: none;
	padding: 0;
}

@media (max-width: 479px) {
	.feedback__inner {
		max-height: 654px;
	}
}

@media (max-width: 767px) {
	.feedback__inner {
		max-height: 579px;
	}
}

@media (max-width: 899px) {
	.feedback__inner {
		max-height: 479px;
	}
}

.feedback-post {
	background-color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px 40px 10px;
	border-radius: 9px;
	margin-right: 22px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.feedback-post:hover {
	background-color: #f3ffee;
}

.feedback-post+.feedback-post {
	margin-top: 10px;
}

.feedback-post__user-img {
	margin-right: 25px;
	background-color: #000000;
	width: 60px;
	height: 60px;
	border-radius: 9px;
}

.feedback-post__user-img img {
	width: 60px;
	height: 60px;
	border-radius: 9px;
}

.feedback-post__info {
	padding-left: 24px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: relative;
}

.feedback-post__info::before {
	position: absolute;
	content: "";
	width: 11px;
	height: 7px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url(../images/icons/feedback-game.png);
	top: 6px;
	left: 0;
}

.feedback-post__info::after {
	position: absolute;
	content: "";
	width: 9px;
	height: 9px;
	border-left: 3px solid #a8c600;
	border-bottom: 3px solid #a8c600;
	left: 4px;
	top: 31px;
}

.feedback-post__info .feedback-post__info-game {
	margin-top: 0px;
	margin-bottom: 11px;
}

.feedback-post__info .feedback-post__info-game a {
	color: #3daa35;
	font-size: 13px;
	font-weight: 600;
}

.feedback-post__info .feedback-post__info-text {
	margin-bottom: 16px;
	line-height: 20px;
	padding-right: 30px;
	word-break: break-word;
}

.feedback-post__info .feedback-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 10px;
}

.feedback-post__info .feedback-details__name {
	pointer-events: none;
	color: #abb2bd;
	font-size: 10px;
	margin-right: 8px;
	margin-bottom: 10px;
}

.feedback-post__info .feedback-details__name-status {
	color: #ffffff;
	background-color: #abb2bd;
	padding: 3px 4px;
	border-radius: 5px;
	margin-right: 7px;
	font-weight: 600;
}

.feedback-details__name-status.admin {
	color: #ffffff;
	background-color: #ffd0d0;
	padding: 3px 4px;
	border-radius: 5px;
	margin-right: 7px;
	font-weight: 600;
}

.feedback-details__name-status.user {
	color: #ffffff;
	background-color: #4bce4a;
	padding: 3px 4px;
	border-radius: 5px;
	margin-right: 7px;
	font-weight: 600;
}

.feedback-details__name-status.guest {
	color: #ffffff;
	background-color: #abb2bd;
	padding: 3px 4px;
	border-radius: 5px;
	margin-right: 7px;
	font-weight: 600;
}

.feedback-details__name-status.moder {
	color: #ffffff;
	background-color: #e8af15;
	padding: 3px 4px;
	border-radius: 5px;
	margin-right: 7px;
	font-weight: 600;
}

.feedback-post__info .feedback-details__name__date {
	color: #212121;
}

.feedback-post__btn,.comment-answer__box-btn {
	background-color: transparent;
	min-width: 93px;
	    display: block;
	border: 2px solid #3daa35;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	padding: 7px;
	border-radius: 15px;
	margin-top: 6px;
	color: #0c1526;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.feedback-post__btn:hover,.comment-answer__box-btn:hover {
	background-color: #3daa35;
	color: #ffffff;
}

.text-content__inner {
	background-color: #ffffff;
	border-radius: 9px;
	padding: 24px 70px 60px;
}

.text-content__inner p {
	font-size: 14px;
	line-height: 25px;
}

.text-content__inner p+p {
	margin-top: 45px;
}

.text-content__inner-title {
	margin-bottom: 29px;
}

.text-content__inner-title h1 {
	font-size: 30px;
}

.content__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.application__inner {
	
	
	border-top-right-radius: 0;
	position: relative;
	max-width: 1000px;
	width: 100%;
	margin-bottom: 100px;
	z-index: 5;
}

.my_text_info{
	background-color: #fff;
	padding: 21px 30px 1px;
	border-radius: 15px 0 0 15px;
	margin-bottom: 10px;
	border: 1px solid #ebe9e9;
}

.my_text{
	background-color: #fff;
	padding: 21px 30px;
	border-radius: 15px 0 0 15px;
	margin-bottom: 10px;
	font-size: 16px;
}

.my_text_file{
	background-color: #fff;
	padding: 15px;
	border-radius: 15px 0 0 15px;
	margin-bottom: 10px;

}

.my_text_date{text-align: right;font-size: 12px;color: #282828;}

.application-aside {
	background-color: #143064;
	padding: 10px;
	border-radius: 0 15px 15px 0;
}


.application-aside__inner {
	position: relative;
	padding: 27px 9px 114px 10px;
}

.application-aside__inner:after {
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-size: cover;
	width: 170px;
	height: 228px;
	background-position: center center;
	background-image: url(../images/content/application/aside-add.png);
	left: 61px;
	bottom: -195px;
}

.comment-answer__box-btn_admin {
	margin-right: 10px;
	background-color: transparent;
	min-width: 93px;
	border: 2px solid #0b1322;
	text-align: center;
	    display: block;
	font-size: 12px;
	font-weight: 700;
	padding: 7px;
	border-radius: 15px;
	margin-top: 6px;
	color: #0c1526;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.comment-answer__box-btn_admin:hover {
	background-color: #0b1322;
	color: #ffffff;
}

.application__inner-title {
	position: relative;
	padding-left: 28px;
	line-height: 35px;
	margin-bottom: 62px;
}

.application__inner-title h1 {
	font-size: 32px;

}

.application__inner-title:before {
	position: absolute;
	content: "";
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 13px;
	height: 16px;
	background-image: url(../images/icons/before-title.png);
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.application-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 40px;
}

.application-info__img {
	margin-left: 24px;
	position: relative;
	z-index: 0;
}

.application-info__img.new.update::after {
	display: none;
}

.application-info__img.new::after {
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 60px;
	height: 60px;
	background-image: url(../images/content/new-soft.png);
	right: 0;
	top: 0;
}

.application-info__img.update::after {
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 60px;
	height: 60px;
	background-image: url(../images/content/update-soft.png);
	right: 0;
	top: 0;
}

.application-info__img:before {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 248px;
	height: 240px;
	left: -24px;
	top: -20px;
	z-index: -1;
	background-image: url(../images/content/application/application-img-bg.png);
}

.application-info__img img {
	width: 200px;
	height: 200px;
	border-radius: 17px;
}

.application-info__list {
	max-width: 315px;
	width: 100%;
	padding-left: 1px;
	position: relative;
	padding-top: 15px;
}


.application-info__list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.application-info__list li {
	margin-bottom: 18px;
	font-size: 18px;
}

.application-info__list li span {
	font-weight: 400;
	margin-left: 30px;
	text-align: right;
}

.application-info__list li a {
	
	color: #f8a30f;
	text-decoration: underline;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.application-info__list li a:hover {
	color: #53cb4a;
	text-decoration: none;
}

.application-additional {
	max-width: 200px;
	width: 100%;
	text-align: center;
}

.application-additional__rating {
	width: 200px;
	height: 158px;
	border-radius: 15px;
	background-color: #F2F2F2;
	padding: 13px 0 17px;
	margin-bottom: 16px;
}

@media (min-width: 940px) {
	.application-additional__rating-stars {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

.application-additional__rating-stars {
	margin-bottom: 12px;
}

.application-additional__rating-average {
	font-weight: 600;
	color: #ffffff;
	font-size: 50px;
	background-color: #1FB900;
	width: 100px;
	margin: 0 auto;
	padding: 14px 0 14px;
	margin-bottom: 17px;
	border-radius: 15px;
}

.application-additional__rating-amount {
	font-size: 18px;
	font-weight: 600;
	position: relative;
	padding: 10px 0 30px 0;
}

.application-additional__bookmark {
	background-color: #3daa35;
	max-width: 170px;
	width: 100%;
	padding: 10px 21px 11px 48px;
	margin: 0 auto 17px;
	border-radius: 17px;
	color: #ffffff;
	position: relative;
	font-weight: 700;
	font-size: 13px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.application-additional__bookmark:hover {
	background-color: #53cb4a;
}

.application-additional__bookmark:before {
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 14px;
	height: 13px;
	background-image: url(../images/icons/white-like.png);
	left: 31px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.application-additional__bookmark_off {
	background-color: #aa3569;
	max-width: 170px;
	width: 100%;
	padding: 10px 21px 11px 48px;
	margin: 0 auto 17px;
	border-radius: 17px;
	color: #ffffff;
	position: relative;
	font-weight: 700;
	font-size: 13px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.application-additional__bookmark_off:hover {
	background-color: #c64b82;
}

.application-additional__bookmark_off:before {
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 14px;
	height: 13px;
	background-image: url(../images/icons/white-like.png);
	left: 31px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.application-additional__repost {
	font-size: 12px;
	font-weight: 700;
	padding-left: 27px;
	position: relative;
	color: #0b1322;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}

.application-additional__repost:hover,.application-additional__repost:active,.application-additional__repost:focus {
	color: #db3a2a;
}

.application-additional__repost::before {
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	left: calc(50% - 77px);
	top: 1px;
	width: 16px;
	height: 10px;
	background-image: url(../images/icons/red-repost.png);
}

.application-additional__repost .application-additional__repost-links {
	position: absolute;
	padding: 8px 8px 7px 7px;
	top: 30px;
	right: 0;
	background-color: #fff;
	-webkit-box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.35);
	border-radius: 5px;
	min-width: 207px;
	display: none;
}

.application-additional__repost .application-additional__repost-links>li {
	width: 24px;
	height: 24px;
	display: inline-block;
}

.application-additional__repost .application-additional__repost-links a {
	width: 24px;
	display: block;
	);
}

#vk {
	background-position: -28px -24px;
}

#fb {
	background-position: -56px -24px;
}

#ok {
	background-position: -84px -24px;
}

#tw {
	background-position: -112px -24px;
}

#vb {
	background-position: -140px -24px;
}

#wu {
	background-position: -168px -24px;
}

.application__inner-descr {
	font-size: 14px;
	line-height: 25px;
}
.application__inner-descr iframe, .application__inner-descr video {
    width: 100%;
}

.application__inner-descr h3 {
	line-height: 0px;
	font-weight: 700;
}

.application__inner-descr>p {
	font-size: 14px;
	line-height: 25px;
}

.application__inner-descr span {
	font-size: 14px;
	font-weight: 700;
}

.application__inner-descr ul {
	display: block;
	padding: 0px 15px 0px 10px;
}

.application__inner-descr ul li {
	display: block;
	position: relative;
	padding-left: 15px;
}

.application__inner-descr ul li::before {
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #3daa35;
}

.application__inner-descr ul li+li {
	margin-top: 5px;
}

.application__inner-descr__info {
	display: block;
	background-color: #0077CC;
	color: #fff;
	font-size: 18px;
	border-radius: 15px;
	line-height: 25px;
	padding: 8px 0 7px 91px;
	position: relative;
	
}

.application__inner-descr__info:before {
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 35px;
	height: 35px;
	background-image: url(../images/icons/info.png);
	left: 40px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.application__inner-descr__info p {
	margin: 0;
	font-size: 14px;
}

.application-additional__repost .application-additional__repost-links .share {
	white-space: nowrap;
}

.application-additional__repost .application-additional__repost-links .share a {
	display: inline-block;
	vertical-align: top;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	margin-right: 10px;
	box-shadow: 5px 5px 16px 0 rgba(0,0,0,0.1);
	background: url(../images/share.png) -2px -1px no-repeat;
}

.application-additional__repost .application-additional__repost-links .share a:last-child {
	margin: 0;
}

.application-additional__repost .application-additional__repost-links .share a:nth-child(2) {
	background-position: -46px -1px;
}

.application-additional__repost .application-additional__repost-links .share a:nth-child(3) {
	background-position: -89px -1px;
}

.application-additional__repost .application-additional__repost-links .share a:nth-child(4) {
	background-position: -132px -1px;
}

.application-additional__repost .application-additional__repost-links .share a:nth-child(6) {
	background-position: -174px 0;
}

.application-additional__repost .application-additional__repost-links .share a:nth-child(5) {
	background-position: -220px -1px;
}

.application-additional__repost .application-additional__repost-links .share a:hover {
	transform: rotate(20deg);
}

.application-slider_top {
	width: 100%;
	padding: 0px;
	display: block;
}

.application-slider {
	background-repeat: no-repeat;
	background-color: #cfe8f7;
	border-radius: 35px;
	width: 100%;
	max-width: 1001px;
	padding: 25px 40px 20px 40px;
	margin-bottom: 35px;
	position: relative;
}

.application-slider::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 90%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	background-image: url(../images/app-slider-bg-add.png);
	left: 0;
	top: 30%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.application-slider__title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-left: 15px;
	position: relative;
}

.fscreen {display:none !important;}

.application-slider__item-inner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	max-width: 269px;
	min-height: 150px;
	margin: 0 auto;
}

#application-slider .slick-slide {
	outline: none !important;
	text-align: center;
}

#application-slider .slick-dots {
	position: absolute;
	bottom: -36px;
	left: 50%;
	-webkit-transform: translatex(-50%);
	-ms-transform: translatex(-50%);
	transform: translatex(-50%);
	font-size: 0;
}

#application-slider .slick-dots .slick-active button {
	background-color: #61b5e7;
}

#application-slider .slick-dots li+li {
	margin-left: 6px;
}

#application-slider .slick-dots [role="presentation"] {
	display: inline-block;
}

#application-slider .slick-dots li button {
	padding: 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: none;
	background-color: #287eb2;
	outline: none;
	cursor: pointer;
}

.application-download {
	border: 1px solid #0077CC;
	border-radius: 15px;
	margin-bottom: 30px;
}



.application-download__inner {
	padding: 19px 40px 16px;
}

			.content_text{background-color: #fff;padding: 15px;font-size:16px;color: #232222; margin-bottom:5px;border-radius:15px;}
			.content_text h2{font-size:24px;font-weight:bold;color: #000;padding-bottom:15px}
			.dott_line_black{border-bottom:1px dashed #b8b8b8; padding-bottom:15px}
	
			.download_buttons {margin-top:10px; position:relative;} 
			.download_buttons a {font-size:18px;display:inline-block; padding:15px; background-color: #049357; color:#fff; background-repeat: no-repeat; background-position: 20px 50%; cursor:pointer; text-align:center; overflow:hidden; white-space: nowrap; text-overflow: ellipsis; background-size:20px;  border:solid 1px #02834d;}
			.download_buttons a.download {width:100%; border-radius:50px; border-left:none;}
			.download_buttons a:hover {background-color: #007747;}
			.download_buttons a b { display:inline-block; padding:10px 25px; background-size:18px; background-position: center; background-repeat: no-repeat; vertical-align: middle; background-image:url('http://test1.ru/design/icon/load.png'); vertical-align:middle;}	

.download-item {
	display: -webkit-box;background-color: #fff;padding: 19px;border-radius:50px;border:solid 1px #02834d;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.download-item__descr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.application-download__title_text {
	padding-top: 2px;
}

.download-item__descr:hover .download-item__descr-tag {
	background-color: #e2e1e1;
}

.download-item__descr:hover .download-item__descr-text {
	color: #3baa3b;
}

.download-item__descr img {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}

.download-item__descr-tag {
	
	background-color: #fff;border:solid 1px #02834d;
	color: #000;
	border-radius: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-width: 50px;
	height: 30px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 12px;
	font-weight: 700;
	margin-right: 5px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.download-item__descr-tag.apk:before {
	content: 'APK';
}

.download-item__descr-tag.zip:before {
	content: 'ZIP';
}

.download-item__descr-tag.obb:before {
	content: 'OBB';
}

.download-item__descr-text {
	font-size: 18px;
	padding-right: 15px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.download-item__size {
	font-size: 16px;
	background-color: #BECFDF;
	height: 30px;
	white-space: nowrap;
	border-radius: 8.5px;
	padding: 2px 7px;
}

.application-download__links {
	margin-top: 29px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.application-download__links .application-download__link {
	height: 40px;
	border-radius: 15px;
	color: #ffffff;
	padding: 10px 20px 0 60px;
	font-size: 18px;
	position: relative;
}

.application-download__links .application-download__link:before {
	position: absolute;
	content: "";
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	left: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


.application-comment {
	margin-bottom: 65px;
}

.application-comment__descr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 22px;
}

.application-comment__descr-title {
	font-size: 25px;
}

.application-comment__descr-add {
	color: #0b1322;
	font-weight: 700;
	border: 2px solid #0b1322;
	height: 35px;
	padding: 7px 20px 7px 54px;
	border-radius: 17px;
	font-size: 13px;
	position: relative;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.application-comment__descr-add:hover {
	background-color: #cfe0ff;
	border-color: transparent;
}

.application-comment__descr-add:before {
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 13px;
	height: 13px;
	background-image: url(../images/icons/comment.png);
	left: 24px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.comment-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border: 1px solid #c9e7c7;
	border-radius: 10px;
	padding: 10px 38px 17px 38px;
	margin-bottom: 10px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.comment-box.pos-comm {
	background-color: #e8fce6;
}

.comment-box.neg-comm {
	background-color: #fff2f2;
}

.comment-box:hover {
	background-color: #f3ffee;
	border-color: transparent;
}

.comment-box__user {
	width: 60px;
	height: 60px;
	margin-right: 29px;
	margin-top: 3px;
}

.comment-box__user img {
	width: 60px;
	height: 60px;
	border-radius: 9px;
}

.comment-box.comment-box__reply {
	margin-top: 14px;
	margin-left: 40px;
	border: none;
	background-color: #e8fce6;
}

.comment-box__info {
	padding-top: 6px;
	padding-left: 20px;
	position: relative;
	width: 100%;
}

.comment-box__info:before {
	position: absolute;
	content: "";
	width: 9px;
	height: 9px;
	border-left: 3px solid #a8c600;
	border-bottom: 3px solid #a8c600;
	left: 0px;
	top: 10px;
}

.comment-box__info-text {
	line-height: 20px;
	margin-bottom: 15px;
	padding-right: 30px;
	word-break: break-word;
}

.comment-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 10px;
}

.comment-details__name {
	pointer-events: none;
	color: #abb2bd;
	font-size: 10px;
	margin-right: 8px;
}

.comment-details__date {
	white-space: nowrap;
}

.comment-details__name-status.admin {
	color: #ffffff;
	background-color: #ffd0d0;
	padding: 3px 4px;
	border-radius: 5px;
	margin-right: 7px;
	font-weight: 600;
	word-break: normal;
}

.comment-details__name-status.user {
	color: #ffffff;
	background-color: #4bce4a;
	padding: 3px 4px;
	border-radius: 5px;
	margin-right: 7px;
	font-weight: 600;
	word-break: normal;
}

.comment-details__name-status.guest {
	color: #ffffff;
	background-color: #abb2bd;
	padding: 3px 4px;
	border-radius: 5px;
	margin-right: 7px;
	font-weight: 600;
	word-break: normal;
}

.comment-details__name-status.moder {
	color: #ffffff;
	background-color: #e8af15;
	padding: 3px 4px;
	border-radius: 5px;
	margin-right: 7px;
	font-weight: 600;
	word-break: normal;
}

.comment-details__name__date {
	color: #212121;
}

.comment-answer__box-rating button {
	background-color: transparent;
}

.comment-answer__box-rating {
	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;
	margin-bottom: 10px;
}

.comment-answer__box-rating .plus-comment {
	display: block;
	line-height: 20px;
	font-weight: 700;
	color: #3daa35;
	background-color: #cef4cd;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
	font-size: 16px;
	margin-right: 5px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.comment-answer__box-rating .plus-comment:hover {
	color: #fff;
	background-color: #3daa35;
}

.comment-answer__box-rating .minus-comment {
	display: block;
	font-weight: 700;
	color: #b73030;
	background-color: #ffcfcf;
	padding-bottom: 4px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: -2px;
	text-align: left;
	padding-left: 5px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.comment-answer__box-rating .minus-comment:hover {
	color: #fff;
	background-color: #d46565;
}

.comment-answer__box-rating span {
	font-size: 14px;
	font-weight: 700;
	margin-right: 2px;
}

.comment-answer__box-rating .comment-answer__box-rating--less {
	color: #b73030;
}

.comment-answer__box-rating .ratingtypeplusminus.ignore-select.ratingplus {
	color: #3daa35;
}

.comment-answer__box-rating .ratingtypeplusminus.ignore-select.ratingminus {
	color: #d46565;
}

.comment-form__box {
	display: none;
}

.comment-form__title {
	font-size: 25px;
	margin-bottom: 25px;
}

.comment-form__box.active {
	display: block;
}

.comment-form input {
	width: 40%;
	margin-right: 30px;
	margin-bottom: 10px;
	border: 2px solid #c8d0c7;
	border-radius: 10px;
	padding: 12px 23px 13px;
	outline: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.comment-form input:focus,.comment-form input:hover,.comment-form input:active {
	border-color: #3daa35;
}

.comment-form input:placeholder {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	color: #919191;
	font-weight: 600;
}

.comment-form input:hover::-webkit-input-placeholder, .comment-form input:active::-webkit-input-placeholder, .comment-form input:focus::-webkit-input-placeholder {
	color: #000000;
}

.comment-form input:hover::-moz-placeholder, .comment-form input:active::-moz-placeholder, .comment-form input:focus::-moz-placeholder {
	color: #000000;
}

.comment-form input:hover:-ms-input-placeholder, .comment-form input:active:-ms-input-placeholder, .comment-form input:focus:-ms-input-placeholder {
	color: #000000;
}

.comment-form input:hover::-ms-input-placeholder, .comment-form input:active::-ms-input-placeholder, .comment-form input:focus::-ms-input-placeholder {
	color: #000000;
}

.comment-form input:hover::placeholder,.comment-form input:active::placeholder,.comment-form input:focus::placeholder {
	color: #000000;
}

.comment-form textarea {
	width: 95%;
	border: 2px solid #c8d0c7;
	padding: 12px 23px 13px;
	height: 125px;
	border-radius: 10px;
	resize: none;
	outline: none;
	margin-bottom: 15px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.comment-form textarea:focus,.comment-form textarea:hover,.comment-form textarea:active {
	border-color: #3daa35;
}

.comment-form textarea:placeholder {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	color: #919191;
	font-weight: 600;
}

.comment-form textarea:hover::-webkit-input-placeholder, .comment-form textarea:active::-webkit-input-placeholder, .comment-form textarea:focus::-webkit-input-placeholder {
	color: #000000;
}

.comment-form textarea:hover::-moz-placeholder, .comment-form textarea:active::-moz-placeholder, .comment-form textarea:focus::-moz-placeholder {
	color: #000000;
}

.comment-form textarea:hover:-ms-input-placeholder, .comment-form textarea:active:-ms-input-placeholder, .comment-form textarea:focus:-ms-input-placeholder {
	color: #000000;
}

.comment-form textarea:hover::-ms-input-placeholder, .comment-form textarea:active::-ms-input-placeholder, .comment-form textarea:focus::-ms-input-placeholder {
	color: #000000;
}

.comment-form textarea:hover::placeholder,.comment-form textarea:active::placeholder,.comment-form textarea:focus::placeholder {
	color: #000000;
}

.comment-form button {
	color: #ffffff;
	background-color: #3daa35;
	border: none;
	padding: 14px 35px;
	border-radius: 22px;
	cursor: pointer;
	outline: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.comment-form button:hover {
	background-color: #53cb4a;
}

.aside {
	position: relative;
	max-width: 27%;
}

.aside-inner__adv {
	height: 280px;
	width: 336px;
	margin-bottom: 45px;
}

.aside-inner__adv img {
	height: 280px;
	width: 336px;
	border: 1px solid #000000;
}

.aside-inner__title {
	color: #ffffff;
	font-size: 25px;
	margin-bottom: 30px;
	 text-align: center;
}

.advise-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 10px;
	max-width: 350px;
	padding: 5px;
	overflow: hidden;
	position: relative;
	margin-bottom: 60px;
	background-color: #fff;
}

.advise-box a+a {
	margin-top: 30px;
}

.rec_block {background-color: #fff;padding: 15px;border-bottom:1px solid #d9d7d7;}
.rec_block:hover {background-color: #f4f2f2;}
.to_block {background-color: #fff;border:1px solid #d9d7d7;}


.advise-box__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 1;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.advise-box__item:hover {
	opacity: 0.7;
}

.advise-box__item:hover .advise-descr__name {
	color: #3baa3b;
}

.advise-box__item img {
	width: 80px;
	height: 80px;
	border-radius: 11px;
	margin-right: 20px;
}

.advise-box__item .advise-descr {
	text-align: left;
	display: inline-block;
	padding-top: 11px;
}

.advise-box__item .advise-descr__name {
	width: 175px;
	font-size: 18px;
	margin-bottom: 22px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	
	white-space: nowrap;
	overflow: hidden;
}

.advise-box__item .advise-descr__rate {
	font-size: 12px;
	font-weight: 700;
	display: inline;
	padding-left: 22px;
	margin-right: 15px;
	position: relative;
}

.advise-box__item .advise-descr__rate:before {
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 14px;
	height: 16px;
	background-image: url(../images/icons/rating.png);
}

.advise-box__item .advise-descr__version {
	font-size: 12px;
	font-weight: 700;
	display: inline;
	padding-left: 22px;
	position: relative;
}

.advise-box__item .advise-descr__version:before {
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 12px;
	height: 15px;
	background-image: url(../images/icons/version.png);
}

.similar-box {
	width: 336px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	position: relative;
	z-index: 1;
}

.similar-box:before {

}

@media (max-width: 1367px) {
	.similar-box {
		
	}
}

.similar-box__item {
	position: relative;
	margin-bottom: 30px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.similar-box__item::after {
	content: "";
	position: absolute;
	width: 144px;
	height: 144px;
	border-radius: 33px;
	background-color: rgba(0,0,0,0);
	z-index: 15;
	top: 0;
	left: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.similar-box__item:hover:after {
	background-color: rgba(0,0,0,0.2);
}

.similar-box__item:hover span {
	color: #f7aa01;
}

.similar-box__item img {
	width: 144px;
	height: 144px;
	border-radius: 33px;
	position: relative;
}

.similar-box__item span {
	width: 144px;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 17px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.catalog-panel__list {
	background-color: #ffffff;
	border-radius: 10px;
	padding: 16px 21px;
	margin-bottom: 20x;
}

.catalog-panel__list .catalog-panel__list-item.catalog-panel__list-item--active a {
	background-color: #3daa35;
	color: #ffffff;
}

.catalog-panel__list .catalog-panel__list-item:hover a {
	background-color: #3daa35;
	color: #ffffff;
}

.catalog-panel__list a {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	color: #3daa35;
	font-weight: 700;
	padding: 7px 17px 7px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius: 10px;
	border: 2px solid #3daa35;
}

@media (min-width: 900px) {
	.catalog-panel__list-button {
		display: none;
	}
}

@media (max-width: 899px) {
	.catalog-panel .catalog-panel__list {
		display: none;
	}

	.catalog-panel__list-button {
		font-size: 17px;
		background-color: #3daa35;
		text-align: left;
		border-radius: 10px;
		color: #ffffff;
		font-weight: 700;
		width: 100%;
		cursor: pointer;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		padding: 15px 35px 15px 20px;
	}

	.catalog-panel__list .catalog-panel__list-item:hover a {
		background-color: transparent;
	}

	.catalog-panel__list-item {
		display: block;
	}

	.catalog-panel__list-button.active {
		border-radius: 10px 10px 0 0;
		background-color: #53cb4a;
	}

	.catalog-panel__list-button:after {
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		position: absolute;
		content: "";
		background-image: url(../images/icons/arrow-down.png);
		width: 22px;
		height: 13px;
		right: 30px;
		margin-top: 10px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}

	.catalog-panel__list-button.active:after {
		transform: rotate(180deg);
		margin-top: 5px;
	}

	.catalog-panel__list a {
		width: 100%;
		color: #fff;
		border: 0;
		padding-left: 15px;
		border-radius: 0;
		background-color: transparent;
	}

	.catalog-panel__list :hover {
		background-color: #f7aa01;
		border-radius: 10px;
	}

	.catalog-panel .catalog-panel__list.active {
		display: block;
		background-color: #3daa35;
		padding-bottom: 10px;
		border-radius: 0 0 10px 10px;
	}
}

.catalog-content {
	margin-bottom: 111px;
}

.catalog-content__title {
	margin-bottom: 32px;
}

.catalog-content__title {
	font-size: 30px;
}

.catalog-content__title h1 {
	font-size: 30px;
}

.catalog-sliders {
	margin-bottom: 90px;
}

@media screen and (max-width: 760px) {
.mass_comments_action, .mass-action-block, .control-btn {
    display: none !important;
}
}

.mass_comments_action {
	display: flex;
    align-items: center;
    white-space: nowrap;
}

.mass_comments_action input[type=submit].bbcodes {
	margin-top:0;
}

.mass_comments_action .jq-selectbox {
	display: block;
	background-color: #3daa35;
	border-radius: 10px;
	color: #ffffff;
	font-weight: 700;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-bottom: 5px;
}

.jq-selectbox {
	display: block;
	background-color: #3daa35;
	border-radius: 10px;
	color: #ffffff;
	font-weight: 700;
	width: 100%;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-bottom: 5px;
}

.jq-selectbox {
	display: none;
	background-color: #3daa35;
	border-radius: 10px;
	color: #ffffff;
	font-weight: 700;
	width: 100%;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-bottom: 5px;
}

.jq-selectbox.opened {
	background-color: #53cb4a;
}

.jq-selectbox.opened.dropdown {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.jq-selectbox.opened.dropup {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.jq-selectbox.opened .jq-selectbox__trigger-arrow:before {
	-webkit-transform: rotate(-180deg) translateY(5px);
	-ms-transform: rotate(-180deg) translateY(5px);
	transform: rotate(-180deg) translateY(5px);
}

.form-wrap .jq-selectbox {
	display: block;
}

.pm-lists .jq-selectbox {
	margin-bottom: 5px;
	text-align: left;
	display: block;
}

.jq-selectbox.timezoneselect {
	display: block;
}

.jq-selectbox .jq-selectbox__dropdown ul {
	max-height: 275px;
}

.jq-selectbox .jq-selectbox__dropdown {
	top: 45px;
}

.jq-selectbox select,.jq-select-multiple select {
	left: -3000px;
}

.jq-selectbox__select {
	padding: 14px 30px;
}

.jq-selectbox__trigger-arrow:before {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	content: "";
	background-image: url(../images/icons/arrow-down.png);
	width: 22px;
	height: 13px;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.jq-selectbox__dropdown {
	width: 100%;
}

.jq-selectbox__dropdown ul {
	width: 100%;
	border-radius: 10px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	padding: 13px 0;
	background-color: #3daa35;
	scrollbar-width: thin;
}

.jq-selectbox__dropdown ul li+li {
	border-top: 1px solid #4dc144;
}

.jq-selectbox__dropdown>ul>li {
	display: block;
	width: 100%;
	padding: 11px 11px 16px;
	background-color: #3daa35;
}

.jq-selectbox__dropdown>ul>li:hover {
	background-color: #f7aa01;
}

.notice {
	margin-bottom: 32px;
}

.notice__inner {
	background-color: #eafee9;
	padding: 18px 30px 19px 100px;
	border-radius: 10px;
	position: relative;
}

.notice__inner::before {
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-size: 10px 24px;
	background-position: center center;
	width: 50px;
	height: 40px;
	border-radius: 20px;
	background-color: #3daa35;
	background-image: url(../images/icons/notice.png);
	left: 28px;
	top: 18px;
}

.notice-message__title {
	font-weight: 700;
	color: #3daa35;
	margin-bottom: 9px;
}

.notice-message__text {
	font-size: 14px;
}

.search-page {
	margin-bottom: 20px;
}

.search-page__inner {
	background-color: #ffffff;
	border-radius: 10px;
	padding: 19px 70px;
}

.search-page__title {
	font-size: 30px;
	margin-bottom: 28px;
}

.search-page__form {
	position: relative;
}

.search-page__form:hover input,.search-page__form:focus-within input,.search-page__form:active input,.search-page__form:focus input {
	border-color: #3baa3b;
}

.search-page__form input {
	width: 100%;
	padding: 14px 130px 15px 27px;
	border-radius: 25px;
	border: 2px solid #f7aa01;
	outline: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.search-page__form input::-webkit-input-placeholder {
	color: #0b1322;
}

.search-page__form input::-moz-placeholder {
	color: #0b1322;
}

.search-page__form input:-ms-input-placeholder {
	color: #0b1322;
}

.search-page__form input::-ms-input-placeholder {
	color: #0b1322;
}

.search-page__form input::placeholder {
	color: #0b1322;
}

.search-page__form button {
	background-color: #f7aa01;
	font-weight: 700;
	cursor: pointer;
	color: #ffffff;
	border-radius: 25px;
	padding: 17px 35px 16px;
	border: none;
	position: absolute;
	right: 0;
	top: 0px;
	outline: none;
}

.search-page__form button:hover {
	background-color: #ffbe2e;
}

.search-results__inner {
	max-width: 1390px;
	padding: 0 10px;
	margin: 0 auto;
}

.search-results__inner img {
	width:50px;
	height:50px;
}

.search-results__inner .results-item+.results-item {
	margin-top: 10px;
}

.results-item {
	background-color: #ffffff;
	margin-bottom: 15px;
	padding: 14px 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 10px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.results-item:hover .results-item__descr-name {
	color: #3baa3b;
}

.results-item:hover .results-item__link {
	background-color: #53cb4a;
}

.results-item img {
	width: 50px;
	height: 50px;
	margin-right: 20px;
	border-radius: 4px;
}

.results-item .results-item__link {
	color: #ffffff;
	padding: 9px 33px;
	font-weight: 700;
	border-radius: 17px;
	background-color: #3daa35;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.results-item__descr {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.results-item__descr-name {
	font-weight: 600;
	margin-bottom: 11px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.results-item__descr-rate {
	font-size: 12px;
	font-weight: 700;
	display: inline;
	padding-left: 22px;
	margin-right: 15px;
	position: relative;
}

.results-item__descr-rate:before {
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 14px;
	height: 16px;
	background-image: url(../images/icons/rating.png);
}

.results-item__descr-version {
	padding-left: 22px;
	position: relative;
	font-weight: 700;
	font-size: 12px;
	display: inline;
}

.results-item__descr-version:before {
	width: 12px;
	height: 15px;
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(../images/icons/version.png);
}

.download-page {
	margin: 198px 0 15px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/middle-bg.png);
}

.download-page__inner {
	background-color: #ffffff;
	max-width: 470px;
	width: 100%;
	border-radius: 32px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	padding-top: 175px;
	padding-bottom: 40px;
}

.counterhide__inner {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	background-color: #ddfbdb;
	position: relative;
	margin: 0 auto;
}

.download-page__inner-img {
	position: absolute;
	top: -150px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
}

.download-page__inner-img:before {
	width: 314px;
	height: 306px;
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-image: url(../images/content/application/application-img-bg.png);
	left: -24px;
	top: -20px;
	z-index: -1;
}

.download-page__inner-img span {
	position: absolute;
	font-weight: 600;
	color: #3daa35;
	font-size: 18px;
	left: 0;
	top: -34px;
}

.download-page__inner-img img {
	width: 270px;
	height: 270px;
	border-radius: 17px;
}

.download-page__inner-name {
	color: #478343;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 25px;
}

.download-page__inner-name .text {
	color: #000000;
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 15px;
}

.download-page__inner-name .text span {
    font-weight: bold;
}

.download-page__inner-name .text a {
    color: #3baa3b;
}

.download-page__inner-name .text a:hover {
    text-decoration: underline;
}

.download-page__inner-timer {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 22px;
}

.master-circle {
	width: 100px;
	height: 100px;
}

.circle {
	position: absolute;
	border: 3px solid #8cc63f;
	height: 84px;
	width: 84px;
	border-radius: 84px;
	left: 8px;
	top: 8px;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-animation-name: clipCircle;
	animation-name: clipCircle;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
	animation-timing-function: cubic-bezier(0, 0, 1, 1);
	animation-direction: reverse;
}

.countdown {
	color: #8cc63f;
	position: absolute;
	font-size: 50px;
	font-weight: 700;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@-webkit-keyframes clipCircle {
	0% {
		-webkit-clip-path: polygon(50% 50%, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
		clip-path: polygon(50% 50%, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
	}

	12.5% {
		-webkit-clip-path: polygon(50% 50%, 50% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%);
		clip-path: polygon(50% 50%, 50% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%);
	}

	25% {
		-webkit-clip-path: polygon(50% 50%, 50% 0%, 0% 0%, 0% 50%, 0% 50%, 0% 50%, 0% 50%, 0% 50%, 0% 50%, 0% 50%);
		clip-path: polygon(50% 50%, 50% 0%, 0% 0%, 0% 50%, 0% 50%, 0% 50%, 0% 50%, 0% 50%, 0% 50%, 0% 50%);
	}

	37.5% {
		-webkit-clip-path: polygon(50% 50%, 50% 0%, 0% 0%, 0% 50%, 0% 100%, 0% 100%, 0% 100%, 0% 100%, 0% 100%, 0% 100%);
		clip-path: polygon(50% 50%, 50% 0%, 0% 0%, 0% 50%, 0% 100%, 0% 100%, 0% 100%, 0% 100%, 0% 100%, 0% 100%);
	}

	50% {
		-webkit-clip-path: polygon(50% 50%, 50% 0%, 0% 0%, 0% 50%, 0% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%);
		clip-path: polygon(50% 50%, 50% 0%, 0% 0%, 0% 50%, 0% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%);
	}

	62.5% {
		-webkit-clip-path: polygon(50% 50%, 50% 0%, 0% 0%, 0% 50%, 0% 100%, 50% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%);
		clip-path: polygon(50% 50%, 50% 0%, 0% 0%, 0% 50%, 0% 100%, 50% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%);
	}

	75% {
		-webkit-clip-path: polygon(50% 50%, 50% 0%, 0% 0%, 0% 50%, 0% 100%, 50% 100%, 100% 100%, 100% 50%, 100% 50%, 100% 50%);
		clip-path: polygon(50% 50%, 50% 0%, 0% 0%, 0% 50%, 0% 100%, 50% 100%, 100% 100%, 100% 50%, 100% 50%, 100% 50%);
	}

	87.5% {
		-webkit-clip-path: polygon(50% 50%, 50% 0%, 0% 0%, 0% 50%, 0% 100%, 50% 100%, 100% 100%, 100% 50%, 100% 0%, 100% 0%);
		clip-path: polygon(50% 50%, 50% 0%, 0% 0%, 0% 50%, 0% 100%, 50% 100%, 100% 100%, 100% 50%, 100% 0%, 100% 0%);
	}

	100% {
		-webkit-clip-path: polygon(50% 50%, 50% 0%, 0% 0%, 0% 50%, 0% 100%, 50% 100%, 100% 100%, 100% 50%, 100% 0%, 50% 0%);
		clip-path: polygon(50% 50%, 50% 0%, 0% 0%, 0% 50%, 0% 100%, 50% 100%, 100% 100%, 100% 50%, 100% 0%, 50% 0%);
	}
}

@keyframes clipCircle {
	0% {
		-webkit-clip-path: polygon(50% 50%, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
		clip-path: polygon(50% 50%, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
	}

	12.5% {
		-webkit-clip-path: polygon(50% 50%, 50% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%);
		clip-path: polygon(50% 50%, 50% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%);
	}

	25% {
		-webkit-clip-path: polygon(50% 50%, 50% 0%, 0% 0%, 0% 50%, 0% 50%, 0% 50%, 0% 50%, 0% 50%, 0% 50%, 0% 50%);
		clip-path: polygon(50% 50%, 50% 0%, 0% 0%, 0% 50%, 0% 50%, 0% 50%, 0% 50%, 0% 50%, 0% 50%, 0% 50%);
	}

	37.5% {
		-webkit-clip-path: polygon(50% 50%, 50% 0%, 0% 0%, 0% 50%, 0% 100%, 0% 100%, 0% 100%, 0% 100%, 0% 100%, 0% 100%);
		clip-path: polygon(50% 50%, 50% 0%, 0% 0%, 0% 50%, 0% 100%, 0% 100%, 0% 100%, 0% 100%, 0% 100%, 0% 100%);
	}

	50% {
		-webkit-clip-path: polygon(50% 50%, 50% 0%, 0% 0%, 0% 50%, 0% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%);
		clip-path: polygon(50% 50%, 50% 0%, 0% 0%, 0% 50%, 0% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%);
	}

	62.5% {
		-webkit-clip-path: polygon(50% 50%, 50% 0%, 0% 0%, 0% 50%, 0% 100%, 50% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%);
		clip-path: polygon(50% 50%, 50% 0%, 0% 0%, 0% 50%, 0% 100%, 50% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%);
	}

	75% {
		-webkit-clip-path: polygon(50% 50%, 50% 0%, 0% 0%, 0% 50%, 0% 100%, 50% 100%, 100% 100%, 100% 50%, 100% 50%, 100% 50%);
		clip-path: polygon(50% 50%, 50% 0%, 0% 0%, 0% 50%, 0% 100%, 50% 100%, 100% 100%, 100% 50%, 100% 50%, 100% 50%);
	}

	87.5% {
		-webkit-clip-path: polygon(50% 50%, 50% 0%, 0% 0%, 0% 50%, 0% 100%, 50% 100%, 100% 100%, 100% 50%, 100% 0%, 100% 0%);
		clip-path: polygon(50% 50%, 50% 0%, 0% 0%, 0% 50%, 0% 100%, 50% 100%, 100% 100%, 100% 50%, 100% 0%, 100% 0%);
	}

	100% {
		-webkit-clip-path: polygon(50% 50%, 50% 0%, 0% 0%, 0% 50%, 0% 100%, 50% 100%, 100% 100%, 100% 50%, 100% 0%, 50% 0%);
		clip-path: polygon(50% 50%, 50% 0%, 0% 0%, 0% 50%, 0% 100%, 50% 100%, 100% 100%, 100% 50%, 100% 0%, 50% 0%);
	}
}

.download-result .text {
	color: #8e8e8e;
	font-size: 12px;
}

.download-result a {
	background-color: #3daa35;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	padding: 12px 30px 13px 63px;
	border-radius: 22px;
	position: relative;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.download-result a:hover {
	background-color: #53cb4a;
}

.download-result a::before {
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 18px;
	height: 18px;
	left: 32px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(../images/icons/download-white.png);
}

.download-result button {
	border: none;
	background-color: transparent;
}

#home-footer {
	background-color: #aac1d7;
}

.footer {
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: auto 236px;
	background-position: bottom center;
	background-image: url(../images/footer.png);
}

.footer__inner {
	margin-top: 50px;
	height: 239px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	padding-top: 100px;
}

.footer__inner::after {
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom center;
	max-width: 1370px;
	width: 100%;
	max-height: 107px;
	height: 100%;
	left: 50%;
	-webkit-transform: translatex(-50%);
	-ms-transform: translatex(-50%);
	transform: translatex(-50%);
	bottom: 0;
	background-image: url(../images/footer-add.png);
}

.footer-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-right: 20px;
}

.footer-links a+a {
	margin-left: 30px;
}

.footer-links__logo {
	margin-right: 63px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.footer-links__logo:hover {
	opacity: 0.7;
}

.footer-links a {
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.footer-links a:hover {
	color: #3baa3b;
}

.footer-socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1;
}

.footer-socials__list {
	margin-right: 54px;
}

.footer-socials__list a {
	width: 39px;
	height: 29px;
}

.footer-socials li+li {
	margin-left: 7px;
}

@-webkit-keyframes gosearch {
	0% {
		display: block;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes gosearch {
	0% {
		display: block;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.gosearch {
	-webkit-animation-name: gosearch;
	animation-name: gosearch;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@media (max-width: 1367px) {
	.slider__inner {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.content__inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.application__inner {
		margin-bottom: 52px;
		border-top-right-radius: 9px;
	}

	.aside {
		background-color: #122d5e;
		border-radius: 10px;
		border-top-left-radius: 9px;
		border-bottom-left-radius: 9px;
		width: 100%;
		max-width: 1000px;
	}

	.aside-inner {
		text-align: center;
		overflow: hidden;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 27px 9px 50px 10px;
	}

	.aside-inner .aside-inner__adv {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.aside-inner__advise-wrapper {
		width: 100%;
		margin: 1%;
	}

	.aside-inner__similar-wrapper {
		width: 70%;
		margin-left: -15px;
	}

	.similar-box__item {
		margin-left: 15px;
		-ms-flex-preferred-size: calc(33.3% - 15px);
		flex-basis: calc(33.3% - 15px);
		text-align: center;
	}

	.similar-box__item::after {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.aside-inner__title {
		position: relative;
		z-index: 5;
	}

	.advise-box {
		max-width: 100%;
		z-index: 2;
	}

	.advise-box a {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.application-aside:before {
		-webkit-transform: rotatey(180deg);
		-ms-transform: rotatey(180deg);
		transform: rotatey(180deg);
		right: 0;
	}

	.application-aside__inner:after {
		display: none;
	}

	.similar-box:before {
		bottom: auto;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: -1;
		display: none;
	}

	.apps-item {
		-ms-flex-preferred-size: calc(20% - 30px);
		flex-basis: calc(20% - 30px);
		text-align: center;
	}
}

@media (max-width: 1340px) {
	.slider-box__inner-items.slider-items .slider-item {
		-ms-flex-preferred-size: calc(33.3% - 10px);
		flex-basis: calc(33.3% - 10px);
	}
}

@media (max-width: 1150px) {
	#desktop-search {
		display: none !important;
	}

	.header-menu__item {
		display: inline-block !important;
	}

	.header__inner {
		padding-top: 12px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.header__inner-box.search--active:nth-child(2) {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
	}

	.header__inner-box .header-logo {
		display: none;
	}

	.header__inner-box .header-menu {
		margin-left: 0;
	}

	.header-additional__search {
		display: none;
	}

	.header__inner-box__mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 18px;
		width: 100%;
	}

	.header__inner-box__mobile .header-logo--1150 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.header__inner-box__mobile .header-search--mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		max-width: 450px;
		width: 100%;
	}

	.header-search--mobile {
		margin-bottom: 15px;
	}
}

@media (max-width: 1137px) {
	.apps-item {
		-ms-flex-preferred-size: calc(25% - 30px);
		text-align: center;
		flex-basis: calc(25% - 30px);
	}
}

@media (max-width: 1080px) {
	.slider-box__inner-items.slider-items .slider-item {
		-ms-flex-preferred-size: calc(50% - 10px);
		flex-basis: calc(50% - 10px);
	}
}

@media (max-width: 1000px) {
	.slider__inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.slider-box {
		width: 95%;
	}

	.slider-box__inner-items.slider-items .slider-item {
		-ms-flex-preferred-size: calc(25% - 10px);
		flex-basis: calc(25% - 10px);
	}

	.application-download__links {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.application-download__links .application-download__link {
		width: 100%;
	}

	.application-download__links a {
		width: 100%;
		margin-top: 10px;
	}

	.application-download__links .unsubscribe {
		width: 100%;
	}

	.application-download__links .subscribe {
		width: 100%;
	}
}

@media (max-width: 980px) {
	.top {
		background-position: 0 0;
		background-size: contain;
	}

	.top__inner {
		padding-top: 27px;
	}

	.top__inner-panel {
		margin-bottom: 25px;
		padding-left: 110px;
	}

	.top__inner-panel img {
		height: 48px;
		padding-left: 0;
	}

	#top-item4 {
		background-position: bottom right, -45px -45px;
	}

	#home-search {
		display: none;
	}

	.top-four__items {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: 558px;
	}

	.top-four__item {
		width: 50%;
	}

	.application-slider__item-inner {
		max-width: 196px;
		min-height: 110px;
	}

	.application-slider {
		background-size: contain;
	}

	#application-slider .slick-dots {
		bottom: -55px;
	}
}

@media (min-width: 940px) {
	.application-additional__rating-amount {
	}
}

@media (max-width: 940px) {
	.application-additional__rating-stars {
		margin-left: 14px;
	}

	.application-info {
		padding-bottom: 80px;
		position: relative;
	}

	.application-additional {
		position: absolute;
		bottom: 0;
		right: 0;
		max-width: 100%;
	}

	.application-additional__rating {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		position: absolute;
		bottom: 0;
		right: 0;
		max-width: 320px;
		width: 100%;
		height: 96px;
		margin-bottom: 0;
		bottom: -28px;
		padding: 15px 17px;
	}

	.application-additional__bookmark {
		position: absolute;
		font-size: 0;
		width: auto;
		bottom: 0;
		left: 24px;
		padding: 17px 34px 18px 41px;
		margin: 0 auto;
	}

	.application-additional__bookmark_off {
		position: absolute;
		font-size: 0;
		width: auto;
		bottom: 0;
		left: 24px;
		padding: 17px 34px 18px 41px;
		margin: 0 auto;
	}

	.application-additional__repost {
		position: absolute;
		left: 112px;
		bottom: 0;
		padding: 11px 20px 11px 40px;
		background-color: #ffdbd6;
		min-width: 182px;
		border-radius: 17px;
	}

	.application-additional__repost:before {
		left: 16px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.application-additional__rating-average {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		margin: 0 10px 0 0;
	}

	.application-additional__rating-amount {
		position: absolute;
		bottom: 25px;
		margin-left: 150px;
	}
}

@media (max-width: 909px) {
	.apps-item {
		-ms-flex-preferred-size: calc(33.3% - 30px);
		text-align: center;
		flex-basis: calc(33.3% - 30px);
	}
}

@media (max-width: 800px) {
	.footer__inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-line-pack: center;
		align-content: center;
		padding-top: 30px;
	}

	.footer-links {
		margin-bottom: 30px;
		z-index: 5;
	}

	.footer-created {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		z-index: 5;
	}

	.application-download__title:before {
		right: 111px;
	}

	.application-download__title {
		font-size: 19px;
		display: flex;
		align-items: center;
	}
}

@media (max-width: 780px) {
	.header-additional__user a {
		font-size: 0;
		padding: 17.5px 24px;
	}
}

@media (max-width: 768px) {
	.slider {
		background-image: none;
	}

	.newest {
		margin-bottom: 95px;
	}

	.text-content__inner {
		padding: 25px 15px 30px;
	}

	.search-page__inner {
		padding: 15px 25px;
	}

	.search-results__inner .search-results__inner-item.results-item {
		padding: 15px 25px;
	}

	.aside-inner__adv {
		display: none;
	}

	.application-slider {
		margin-bottom: 30px;
	}

	.comment-form input {
		width: 100%;
	}

	.comment-form textarea {
		width: 100%;
	}

	.aside-inner {
		text-align: left;
	}

	.aside-inner__advise-wrapper {
		-ms-flex-preferred-size: 82%;
		flex-basis: 82%;
	}

	.aside-inner__similar-wrapper {
		-ms-flex-preferred-size: 82%;
		flex-basis: 82%;
	}

	.advise-box {
		margin-bottom: 35px;
	}

	.similar-box:before {
		display: block;
		left: -75px;
		top: auto;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		bottom: -200px;
	}

	.application-aside:before {
		top: 0;
	}

	.aside {
		border-radius: 9px !important;
		overflow: hidden;
	}

	.aside-inner {
		border-radius: 9px !important;
	}

	.advise-box a {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.jq-selectbox {
		display: block;
	}
}

@media (max-width:460px) {
	.pagination {
		padding-left: 0px;
	}
}

@media (max-width: 726px) {
	.pagination {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.pagination .pagination-list {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 100%;
		margin-top: 30px;
		text-align: center;
	}

	.pagination .pagination-list li+li {
		margin-top: 6px;
	}

	.download-page {
		background-image: none;
	}

	.slider-box {
		max-width: 100%;
	}

	.footer__inner {
		padding-top: 30px;
	}

	.footer-links {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 0px;
	}

	.footer-links a {
		width: 100%;
	}

	.footer-links a+a {
		margin-left: 0;
		margin-top: 15px;
	}

	.footer-links__logo {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-top: 30px;
	}
}

@media (max-width: 715px) {
	.application-additional__rating-amount {
		margin-left: 43px;
	}

	.application-info__img {
		margin-left: 0;
	}

	.application-info__img:before {
		left: -20px;
	}

	.application-info {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-bottom: 0;
	}

	.application-info__list {
		max-width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.application-additional {
		position: relative;
		margin-bottom: 40px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.application-additional .application-additional__rating {
		position: relative;
		max-width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.application-additional .application-additional__rating-links {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 45px;
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.application-additional .application-additional__rating-links .application-additional__bookmark {
		position: relative;
		bottom: auto;
		margin-bottom: 15px;
		left: auto;
		width: 100%;
		margin: 0;
		font-size: 13px;
		padding: 10px 21px 11px 48px;
	}

	.application-additional .application-additional__rating-links .application-additional__bookmark:before {
		left: calc(50% - 46px);
	}

	.application-additional .application-additional__rating-links .application-additional__bookmark_off {
		position: relative;
		bottom: auto;
		margin-bottom: 15px;
		left: auto;
		width: 100%;
		margin: 0;
		font-size: 13px;
		padding: 10px 21px 11px 48px;
	}

	.application-additional .application-additional__rating-links .application-additional__bookmark_off:before {
		left: calc(50% - 50px);
	}

	.application-additional .application-additional__rating-links .application-additional__repost {
		position: relative;
		bottom: auto;
		left: auto;
		width: 48%;
		margin-bottom: 5px;
	}

	.application-additional .application-additional__rating-links .application-additional__repost:before {
		left: calc(50% - 77px);
	}

	.application-download__inner {
		padding: 19px 15px 16px;
	}
}

@media (max-width: 698px) {
	.slider-box__inner-items.slider-items .slider-item {
		-ms-flex-preferred-size: calc(33.3% - 10px);
		flex-basis: calc(33.3% - 10px);
	}
}

@media (max-width: 681px) {
	.apps-item {
		-ms-flex-preferred-size: calc(50% - 30px);
		text-align: center;
		flex-basis: calc(50% - 30px);
	}
}

@media (max-width: 650px) {
	.header__inner {
		padding-top: 22px;
	}

	.header__inner-box:first-child {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 0;
	}

	.header__inner-box {
		margin-top: 33px;
		width: 100%;
	}

	.header-logo--650 {
		display: block;
	}

	.header__inner-box__mobile .header-logo--1150 {
		display: none;
	}

	.header__inner-box__mobile {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.top__inner-panel {
		padding-left: 45px;
	}

	.top-four__items {
		height: 1115px;
	}

	.top-four__item {
		width: 100%;
	}

	.header-additional__user a {
		font-size: 13px;
		padding: 10px 13px 11px 45px;
	}

	.application-slider {
		border-radius: 25px;
	}

	.header__inner-box__mobile .header-search--mobile {
		max-width: 100%;
	}
}

@media (max-width: 600px) {
	.application__inner {
		padding: 21px 15px 30px;
	}

	.application-slider__item-inner {
		max-width: 185px;
		min-height: 104px;
	}

	.comment-form input {
		margin-right: 0;
	}
}

@media (max-width: 575px) {
	.header-additional__user a {
		font-size: 0;
		padding: 17.5px 24px;
	}

	.feedback-post {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: 7px;
		padding: 15px;
	}

	.feedback-post__info {
		width: 68%;
	}

	.feedback-post__btn {
		margin: 15px 60% 0 39%;
	}

	.feedback-details {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.feedback-post__user-img {
		margin-right: 14px;
	}

	.feedback-post__info {
		font-size: 13px;
	}

	.application-comment__descr {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.application-comment__descr .application-comment__descr-add {
		margin-top: 15px;
	}

	.application-comment__inner-box.comment-box {
		padding: 10px 15px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.application-comment__inner-box.comment-box.pos-comm {
		background-color: #e8fce6;
	}

	.application-comment__inner-box.comment-box .comment-box__user {
		-ms-flex-preferred-size: 15%;
		flex-basis: 15%;
		margin-right: 10px;
	}

	.application-comment__inner-box.comment-box .comment-box__info {
		-ms-flex-preferred-size: 81%;
		flex-basis: 81%;
	}

	.application-comment__inner-box.comment-box .comment-answer__box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		margin-top: 20px;
	}

	.application-comment__inner-box.comment-box .comment-answer__box-rating {
		margin-bottom: 0;
	}

	.application-comment__inner-box.comment-box .comment-answer__box-btn {
		margin-top: 0;
		margin-left: 23%;
	}

	.comment-answer__box-btn_admin {
		margin-left: 0px;
		margin-right: 10px;
	}

	.application-comment__inner-box.comment-box.comment-box__reply {
		margin-left: 15px;
	}
}

@media (max-width: 563px) {
	.slider-box__inner-items.slider-items .slider-item {
		-ms-flex-preferred-size: calc(50% - 10px);
		flex-basis: calc(50% - 10px);
	}
}

@media (max-width: 490px) {
	.header-menu__list li+li {
		margin-left: 17px;
	}
}

@media (max-width: 480px) {
	.slider-box {
		padding: 45px 6px 40px;
	}

	.application-comment__inner-box.comment-box .comment-box__user {
		margin-right: 5px;
		-ms-flex-preferred-size: 10%;
		flex-basis: 10%;
	}

	.comment-box__info-text {
		padding-right: 10px;
	}

	.application-comment__inner-box.comment-box .comment-box__info {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		word-break: break-word;
	}
}

@media (max-width: 460px) {
	body {
		overflow-x: hidden;
	}

	.header__inner {
		position: relative;
		padding-top: 0;
	}

	.header__inner-box {
		display: inline;
	}

	.header__inner-box {
		display: inline-block;
		width: auto;
		margin-top: 0;
	}

	.header-logo--650 {
		display: inline-block;
	}

	.header-logo--650 a img {
		width: 168px;
		height: 20px;
	}

	.header-menu__mobile.header-mobile {
		margin-right: 20px;
		display: block;
		width: 39px;
		height: 35px;
		border-radius: 18px;
		background-color: #3daa35;
		position: relative;
		display: inline-block;
		outline: none;
		cursor: pointer;
		z-index: 12;
	}

	.header-menu__mobile.header-mobile .header-mobile__btn {
		width: 18px;
		height: 4px;
		border-radius: 2px;
		background-color: #ffffff;
		margin: 0 auto;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.header-menu__mobile.header-mobile .header-mobile__btn::before {
		position: absolute;
		content: "";
		width: 18px;
		height: 4px;
		border-radius: 2px;
		background-color: #ffffff;
		top: -8px;
	}

	.header-menu__mobile.header-mobile .header-mobile__btn::after {
		left: 0;
		position: absolute;
		content: "";
		width: 18px;
		height: 4px;
		border-radius: 2px;
		background-color: #ffffff;
		bottom: -8px;
	}

	.header-menu__list {
		position: absolute;
		top: 0px;
		left: -10px;
		background-color: rgba(10,72,30,0.8);
		z-index: 1;
		width: 100vw;
		height: 100vh;
		padding: 80px 0px 60px;
		display: none;
		z-index: 11;
	}

	.header-menu__list li+li {
		margin-left: 0;
	}

	.header-menu__list>li {
		display: block !important;
		padding-left: 0;
	}

	.header-menu__list>li::before {
		left: 10px;
	}

	.header-menu__list>li a {
		display: block;
		padding: 12px 0 13px;
		color: #ffffff;
		padding-left: 70px;
	}

	.header-menu__list>li a:hover {
		background-color: #3daa35;
		color: #fff;
		opacity: 1;
	}

	.header-additional-box {
		position: absolute;
		top: 235px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		left: 0px;
		display: none;
		width: 100%;
		text-align: right;
		z-index: 12;
	}

	.header-additional-box .header-additional__user {
		display: inline-block;
		margin-left: 8px;
	}

	.header-additional-box .header-additional__user a {
		font-size: 13px;
		padding: 10px 13px 11px 45px;
	}

	.header-search--mobile__btn {
		width: 39px;
		height: 35px;
		border-radius: 18px;
		cursor: pointer;
		background-color: #f7aa01;
		background-repeat: no-repeat;
		background-size: 19px 19px;
		background-position: center center;
		background-image: url(../images/icons/header-search--mobile.png);
		outline: none;
		display: inline-block;
	}

	.header__inner-box__mobile {
		width: auto;
		margin-top: 0;
	}

	.header__inner-box__mobile.active {
		padding-left: 55px;
	}

	.header__inner-box__mobile .header-search--mobile {
		width: auto;
		display: inline-block;
		margin-bottom: 0;
	}

	.header__inner-box__mobile .header-search--mobile input {
		display: none;
	}

	.header__inner-box__mobile .header-search--mobile button {
		display: none;
	}

	.header__inner-box__mobile .header-search--mobile.visible {
		position: absolute;
		left: 0;
		width: 99%;
		margin-left: 0;
		top: 85px;
		z-index: 1;
	}

	.header__inner-box__mobile .header-search--mobile.visible:before {
		position: absolute;
		content: "";
		height: 60px;
		top: -5px;
		left: -10px;
		background-color: #fff;
		z-index: -1;
		width: 100vw;
	}

	.header__inner-box__mobile .header-search--mobile.visible input {
		display: block;
	}

	.header__inner-box__mobile .header-search--mobile.visible button {
		display: block;
	}

	.header__inner-box__mobile .header-search--mobile.visible .header-search--mobile__btn {
		background-image: none;
		position: absolute;
		right: -3px;
		top: -64px;
	}

	.header__inner-box__mobile .header-search--mobile.visible .header-search--mobile__btn::before {
		position: absolute;
		content: "";
		width: 18px;
		height: 4px;
		border-radius: 2px;
		background-color: #ffffff;
		top: 15px;
		z-index: 1;
		left: 10px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.header__inner-box__mobile .header-search--mobile.visible .header-search--mobile__btn::after {
		position: absolute;
		content: "";
		width: 18px;
		height: 4px;
		border-radius: 2px;
		background-color: #ffffff;
		bottom: 16px;
		left: 10px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		z-index: 1;
	}

	.apps__inner {
		margin-left: -0px;
	}

	.apps-item {
		-ms-flex-preferred-size: calc(33.3% - 10px);
		flex-basis: calc(33.3% - 10px);
		text-align: center;
		padding: 11px 15px;
		height: 220px;
		margin-bottom: 15px;
		margin-left: 10px;
		margin-right: 0;
	}

	.apps-item.new:before,.apps-item.update:before {
		width: 40px;
		height: 40px;
	}

	.apps-item__img {
		width: 99px;
		height: 99px;
		margin-bottom: 14px;
		text-align: center;
	}

	.apps-item__img img {
		width: 91px;
	}

	.apps-item__name {
		max-width: 100px;
		font-size: 10px;
		margin-bottom: 0px;
		text-align: center;
	}

	.apps-item__info {
		font-size: 8px;
		margin: 9px auto;
		max-width: 100px;
		width: 100%;
	}

	.top__inner-panel img {
		width: 143px;
		height: 27px;
	}

	.slider-box {
		padding: 45px 6px 84px;
	}

	.slick-arrow {
		top: auto;
		bottom: -45px;
		right: auto;
		left: 15px;
	}

	.slider-box__inner-arrow.next-arrow {
		right: auto;
		left: 56px;
	}

	.slider-box__inner-arrow.prev-arrow {
		right: auto;
	}

	.search-page__inner {
		padding: 15px 15px;
	}

	.search-page__form input {
		padding: 14px 27px 15px 27px;
		margin-bottom: 6px;
	}

	.search-page__form button {
		position: relative;
		width: 100%;
	}

	.results-item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.results-item__descr {
		margin-bottom: 20px;
	}

	.results-item img {
		margin-bottom: 20px;
	}

	.results-item__link {
		margin: 0 auto;
	}

	.application-slider {
		border-radius: 25px;
	}

	.application-slider::before {
		top: -30px;
		width: 100%;
		height: 100%;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	#application-slider .slick-dots {
		width: 100%;
		text-align: center;
		bottom: -30px;
	}

	.application-slider__item-inner {
		max-width: 230px;
		min-height: 129px;
	}@	media (min-width: 1700px) {
		.application-additional__rating-amount{  margin-left: 55px;
		padding-left: 19px;
	}
}

@media (min-width: 715px) {
	.application-additional__rating-amount {
		margin-left: 15px;
	}
}

.download-item {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.download-item__descr {
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.download-item__descr .download-item__descr-text {
	width: 100%;
	margin: 10px 0 10px;
}

.application-download__link {
	font-size: 13px;
}

.search-results__inner-item.results-item {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.search-results__inner-item.results-item img {
	-ms-flex-preferred-size: 10%;
	flex-basis: 10%;
}

.search-results__inner-item.results-item .results-item__descr {
	-ms-flex-preferred-size: 45%;
	flex-basis: 45%;
}

.similar-box__item {
	width: 113px;
}

.similar-box__item img {
	width: 113px;
	height: 113px;
}

.similar-box__item span {
	font-size: 14px;
	width: 113px;
	overflow: hidden;
	white-space: nowrap;
}

.similar-box__item::after {
	width: 113px;
	height: 113px;
}}

@media (max-width: 550px) {
	.comment-details__date {display:none;}
}

@media (max-width: 455px) {
	.newest-title:after {
		right: auto;
		margin-left: 10px;
	}

	.apps-item {
		-ms-flex-preferred-size: calc(50% - 15px);
		text-align: center;
		flex-basis: calc(50% - 15px);
	}
}

@media (max-width: 450px) {
	.application-additional .application-additional__rating-links {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.application-additional .application-additional__rating-links a {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.application-additional .application-additional__rating-links .application-additional__bookmark {
		max-width: 100%;
		margin-bottom: 5px;
	}

	.application-additional__bookmark_off {
		max-width: 100%;
		margin-bottom: 5px;
	}

	.application-additional .application-additional__rating-links .application-additional__repost {
		width: 100%;
	}
}

@media (max-width: 380px) {
	.application-download__links .application-download__link {
		padding: 11px 15px 11px 55px;
	}

	.application-download__link.update {
		padding: 11px 5px 11px 55px;
	}

	.text-content__inner-title {
		font-size: 25px;
	}

	.text-content__inner-title h1 {
		font-size: 25px;
	}

	.feedback {
		padding: 55px 0 77px;
	}

	#login {
		padding: 33px 20px 37px;
	}

	#user {
		padding: 33px 20px 37px;
	}

	.application-info__img img {
		width: 180px;
		height: 180px;
	}

	.application-info__img:before {
		width: 180px;
		height: 180px;
	}

	.application-additional .application-additional__rating {
		height: 159px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.application-additional__rating-average {
		margin: 0 0 10px 0;
		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;
	}

	.application-additional__rating-stars {
		margin-left: 0;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		text-align: left;
	}

	.application-additional .application-additional__rating-amount {
		position: unset;
		margin-left: 20px;
		margin-top: -14px;
	}

	.application-additional__rating-amount:before {
		top: 133px;
		bottom: 12px;
		left: 35px;
	}

	.comment-box__info-text {
		font-size: 13px;
	}

	.comment-details {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.comment-details .comment-details__name-status {
		margin: 5px 0;
	}

	.application-comment__inner-box.comment-box .comment-box__info {
		-ms-flex-preferred-size: 70%;
		flex-basis: 70%;
	}

	.application-comment__inner-box.comment-box .comment-answer__box-btn {
		margin-left: 0;
		margin-bottom: 10px;
	}

	.application-comment__inner-box.comment-box .comment-answer__box {
		-ms-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse;
		margin-left: 38%;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.application-comment__inner-box.comment-box .comment-answer__box-rating {
		-ms-flex-preferred-size: 55%;
		flex-basis: 55%;
	}

	.application-comment__inner-box.comment-box.comment-box__reply {
		padding: 10px 10px;
	}

	.application-comment__inner-box.comment-box.comment-box__reply .comment-box__info {
		padding-left: 15px;
	}

	.comment-form button {
		width: 100%;
	}

	.aside-inner__advise-wrapper {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.aside-inner__similar-wrapper {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.advise-box__item .advise-descr__rate {
		margin-right: 5px;
	}

	.application-download__title {
		padding-left: 64px;
	}

	.application-download__title:after {
		right: 15px;
	}

	.application-download__title:before {
		right: 95px;
	}

	.application-download__title img {
		left: 15px;
	}

	.application__inner-descr__info:before {
		left: 15px;
		top: 15px;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.application__inner-descr__info {
		padding: 15px 20px 20px 65px;
	}
}

@media (max-width: 364px) {
	.application-download__link.subscribe {
		padding: 6px 20px 11px 55px;
	}
}

@media (max-width: 318px) {
	.header__inner {
		-ms-flex-wrap: unset;
		flex-wrap: unset;
	}

	.apps__inner {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (min-width: 461px) {
	.header-additional-box {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.header-menu__list {
		display: block !important;
	}
}

.masha_index {
	display: none;
}

.rating-wrap .rating-full .rating, .rating-wrap .rating-full .unit-rating { width: 150px; height: 30px;}.rating { font-size: 11px; }.rating-wrap .rating-full .unit-rating, .rating-wrap .rating-full .unit-rating li a:hover, .rating-wrap .rating-full .unit-rating li.current-rating {background-image: url("../images/stars.png"); -webkit-background-size: 30px auto; background-size:  30px auto;}.rating-wrap .rating-full .unit-rating {list-style: none;margin: 0; padding: 0;position: relative;background-position: 0 -60px;}.rating-wrap .rating-full .unit-rating li {text-indent: -90000px;padding: 0; margin: 0;float: left;}.rating-wrap .rating-full .unit-rating li a {display: block;width: 30px; height: 30px;text-decoration: none;border: 0 none !important;text-indent: -9000px;z-index: 17;position: absolute;padding: 0;}.rating-wrap .rating-full .unit-rating li a:hover {background-position: 0 -30px;z-index: 2;left: 0;}.rating-wrap .rating-full .unit-rating a.r1-unit { left: 0; }.rating-wrap .rating-full .unit-rating a.r1-unit:hover { width: 30px; }.rating-wrap .rating-full .unit-rating a.r2-unit { left: 30px; }.rating-wrap .rating-full .unit-rating a.r2-unit:hover { width: 60px; }.rating-wrap .rating-full .unit-rating a.r3-unit { left: 60px; }.rating-wrap .rating-full .unit-rating a.r3-unit:hover { width: 90px; }.rating-wrap .rating-full .unit-rating a.r4-unit { left: 90px; }.rating-wrap .rating-full .unit-rating a.r4-unit:hover { width: 120px; }.rating-wrap .rating-full .unit-rating a.r5-unit { left: 120px; }.rating-wrap .rating-full .unit-rating a.r5-unit:hover { width: 150px; }.rating-wrap .rating-full .unit-rating li.current-rating {background-position: 0 0;position: absolute;height: 30px;display: block;text-indent: -9000px;z-index: 1;padding: 0px;}
.apps-item__rate .rating-short .rating, .apps-item__rate .rating-short .unit-rating { pointer-events: none; width: 100px; height: 17px; }.rating { font-size: 11px; }.apps-item__rate .rating-short .unit-rating, .apps-item__rate .rating-short .unit-rating li a:hover, .apps-item__rate .rating-short .unit-rating li.current-rating {background-image: url("../images/stars_short.png"); -webkit-background-size: 20px auto; background-size:  20px auto;}.apps-item__rate .rating-short .unit-rating {list-style: none;margin: 0; padding: 0;position: relative;background-position: 0 -40px;}.apps-item__rate .rating-short .unit-rating li {text-indent: -90000px;padding: 0; margin: 0;float: left;}.apps-item__rate .rating-short .unit-rating li a {display: block;width: 20px; height: 20px;text-decoration: none;border: 0 none !important;text-indent: -9000px;z-index: 17;position: absolute;padding: 0;}.apps-item__rate .rating-short .unit-rating li a:hover {background-position: 0 -20px;z-index: 2;left: 0;}.apps-item__rate .rating-short .unit-rating a.r1-unit { left: 0; }.apps-item__rate .rating-short .unit-rating a.r1-unit:hover { width: 20px; }.apps-item__rate .rating-short .unit-rating a.r2-unit { left: 20px; }.apps-item__rate .rating-short .unit-rating a.r2-unit:hover { width: 40px; }.apps-item__rate .rating-short .unit-rating a.r3-unit { left: 40px; }.apps-item__rate .rating-short .unit-rating a.r3-unit:hover { width: 60px; }.apps-item__rate .rating-short .unit-rating a.r4-unit { left: 60px; }.apps-item__rate .rating-short .unit-rating a.r4-unit:hover { width: 80px; }.apps-item__rate .rating-short .unit-rating a.r5-unit { left: 80px; }.apps-item__rate .rating-short .unit-rating a.r5-unit:hover { width: 100px; }.apps-item__rate .rating-short .unit-rating li.current-rating {background-position: 0 0;position: absolute;height: 20px;display: block;text-indent: -9000px;z-index: 1;padding: 0px;}
