/*! normalize.css v10.1.0 | github.com/csstools/normalize.css */

html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
	margin: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin: 0
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

main {
	display: block
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

audio,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

img {
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

button,
input,
select {
	margin: 0
}

button {
	overflow: visible;
	text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

fieldset {
	padding: .35em .75em .625em
}

input {
	overflow: visible
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal
}

progress {
	display: inline-block;
	vertical-align: baseline
}

select {
	text-transform: none
}

textarea {
	margin: 0;
	overflow: auto
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: .54
}

::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

::-moz-focus-inner {
	border-style: none;
	padding: 0
}

:-moz-focusring {
	outline: 1px dotted ButtonText
}

:-moz-ui-invalid {
	box-shadow: none
}

details {
	display: block
}

dialog {
	background-color: #fff;
	border: solid;
	color: #000;
	display: block;
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
	left: 0;
	margin: auto;
	padding: 1em;
	position: absolute;
	right: 0;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content
}

dialog:not([open]) {
	display: none
}

summary {
	display: list-item
}

canvas {
	display: inline-block
}

template {
	display: none
}

[hidden] {
	display: none
}

html {
	box-sizing: border-box
}

*,
:after,
:before {
	box-sizing: inherit
}

body {
	margin: 0;
	padding: 0;
	/* background: #fff url(/wp-content/themes/obenzopilah.ru/css/../img/bg.png) no-repeat 50% 0; */
	color: #101010;
	font: 14px/1.22 "Exo 2", Arial, sans-serif
}

a {
	color: #c00;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s
}

a:hover {
	color:#000080
}

.container {
	position: relative;
	overflow: hidden;
	min-width: 320px;
	padding: 0 15px
}

.wrapper {
	max-width: 1300px;
	margin: 0 auto;
	-webkit-transition: -webkit-transform .35s ease-out;
	transition: -webkit-transform .35s ease-out;
	transition: transform .35s ease-out;
	transition: transform .35s ease-out, -webkit-transform .35s ease-out;
	-webkit-transform: none;
	transform: none
}

.wrapper>main {
	min-width: 0
}

.wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	min-width: 0
}

.content {
	width: calc(100% - 380px);
	padding: 0 65px 0 0
}

.heading {
	margin: -12px 0 42px;
	font-weight: 600;
	line-height: 1.32;
	font-size: calc(1.325rem + 1.05572vw)
}

.select {
	height: 50px;
	padding: 0 50px 3px 20px;
	border: none;
	border-radius: 10px;
	background: -webkit-gradient(linear, left top, left bottom, from(#101010), to(#101010)) no-repeat top 24px right 20px/9px 1px, -webkit-gradient(linear, left top, left bottom, from(#101010), to(#101010)) no-repeat top 25px right 21px/7px 1px, -webkit-gradient(linear, left top, left bottom, from(#101010), to(#101010)) no-repeat top 26px right 22px/5px 1px, -webkit-gradient(linear, left top, left bottom, from(#101010), to(#101010)) no-repeat top 27px right 23px/3px 1px, #fff -webkit-gradient(linear, left top, left bottom, from(#101010), to(#101010)) no-repeat top 28px right 24px/1px 1px;
	background: linear-gradient(#101010, #101010) no-repeat top 24px right 20px/9px 1px, linear-gradient(#101010, #101010) no-repeat top 25px right 21px/7px 1px, linear-gradient(#101010, #101010) no-repeat top 26px right 22px/5px 1px, linear-gradient(#101010, #101010) no-repeat top 27px right 23px/3px 1px, #fff linear-gradient(#101010, #101010) no-repeat top 28px right 24px/1px 1px;
	color: inherit;
	font: inherit;
	font-size: 16px;
	-webkit-transition: .2s;
	transition: .2s;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.select:focus {
	outline: none;
	box-shadow: inset 0 0 0 1px #fad200, 0 0 0 1px #fad200
}

.select::-ms-expand {
	display: none
}

.select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000
}

.button {
	display: table;
	padding: 14px 25px 17px;
	border: none;
	border-radius: 10px;
	background: -webkit-gradient(linear, left top, right top, from(#c00), color-stop(50%, #f00), to(#c00)) 0/200%;
	background: linear-gradient(90deg, #c00, #f00 50%, #c00) 0/200%;
	box-shadow: 0 6px 10px rgba(94, 166, 193, .4);
	color: #fff;
	font: inherit;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: .3s;
	transition: .3s;
	cursor: pointer
}

.button:hover,
.button:focus {
	outline: none;
	background-position: 100%
}

.header {
  position: relative;
  margin: 0 0 16px;
}

.header::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  /* background: -webkit-gradient(linear, left top, right top, from(#E2E9F5), to(#E8F6FA)); */
  /* background: linear-gradient(90deg, #E2E9F5, #E8F6FA); */
  background:url(/images/fon71.jpg) 0 0 repeat-x;
}
.webp .header::before {
  background-image: url(/images/fon71.webp);
}
.avif .header::before {
  background-image: url(/images/fon71.avif);
}

.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 33px 0;
}

.header__logo {
  position: relative;
  display: block;
  width: 240px;
  margin: 0;
  padding: 0 0 0 90px;
  text-decoration: none;
  color: rgba(59, 62, 94, .7);
  font-size: 30px;
  font-weight: 700;
  color:#000;
  outline:none;
  user-select: none;
}

.header__logo::before {
  content: "";
  position: absolute;
  top: calc(50% - 40px);
  left: 0;
  width: 63px;
  height: 80px;
  background: url("/images/logo.png");
}

.header__nav-toggle {
  position: absolute;
  top: 31px;
  right: 380px;
  display: none;
  width: 54px;
  height: 54px;
  cursor: pointer;
  border: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54 54'%3E%3Ccircle cx='27' cy='27' r='27' fill='%23FFF'/%3E%3Cpath stroke='%23c00' stroke-width='2' stroke-linecap='round' d='M14 15h26M10 31h34M10 23h34M14 39h26'/%3E%3C/svg%3E");
}

.header__nav-toggle:focus {
  opacity: .7;
  outline: none;
}

.search {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 350px;
  height: 50px;
}

.search__input {
  -webkit-box-flex: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  min-width: 0;
  padding: 0 75px 2px 30px;
  -webkit-transition: .2s;
  transition: .2s;
  text-overflow: ellipsis;
  border: none;
  border-radius: 10px;
  background: #FFF;
  font: inherit;
  font-size: 15px;
  font-weight: 300;
}

.search__input::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(59, 62, 94, .5);
}

.search__input::-moz-placeholder {
  opacity: 1;
  color: rgba(59, 62, 94, .5);
}

.search__input:-ms-input-placeholder {
  opacity: 1;
  color: rgba(59, 62, 94, .5);
}

.search__input::-ms-input-placeholder {
  opacity: 1;
  color: rgba(59, 62, 94, .5);
}

.search__input::placeholder {
  opacity: 1;
  color: rgba(59, 62, 94, .5);
}

.search__input:focus {
  outline: none;
  box-shadow: 0 0 0 2px #3BAD4E;
}

.search__button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 64px;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
  border: none;
  border-radius: 10px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAXVBMVEUAAAA7rU47rU47rU47rU47rU47rU47rU47rU47rU47rU47rU47rU47rU47rU47rU47rU47rU47rU47rU47rU47rU47rU47rU47rU47rU47rU47rU47rU47rU47rU6Xt9vlAAAAHnRSTlMAwO5M9KvXQgrlmSQbwnJwRkQ+0Jua5syljzQmDzGYV/cWAAAAxklEQVQoz5WR2xKCMAxEQ1rohQIiIIK4//+ZAlNMmZEH92mbkzRpSrtufaF1MbR01itDVFam8TuvkUapZuV8T/IZzpCdV2scWGoyuLB4jc0Hh+yI3wCzdBjUfmoBE0G/5ngoiqrgoyvQWD3QoRpFdBpqlgJS0AKii4DlqhTIVb0MKM1lwHT49IGHD4+kvmS4NuY/wGU4LbGqlaqrbYl2zO23Jlm7zYFcehq/fZQ3FEZASKondmL/IflOJrogTBeko1+auHt/AL7KD6xL4yA3AAAAAElFTkSuQmCC") no-repeat 50%;
}

.search__button:focus {
  outline: none;
  box-shadow: inset 0 0 0 2px #3BAD4E;
}

.main-nav {
  position: relative;
  z-index: 20;
  padding: 0 0 30px;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 500;
}

.main-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border-radius: 10px;
  background: #a91717;
}

.main-nav__item {
  position: relative;
  list-style: none;
}

.main-nav__item:hover > .main-nav__sub-menu,
.main-nav__item:focus > .main-nav__sub-menu {
  display: block;
}

.main-nav__link {
  position: relative;
  display: block;
  height: 50px;
  padding: 0 20px;
  -webkit-transition: none;
  transition: none;
  color: #fff;
  line-height: 46px;
}

.main-nav__list > .main-nav__item > .main-nav__link:not(:last-child) {
  padding-right: 30px;
}

.main-nav__list > .main-nav__item > .main-nav__link:not(:last-child)::before,
.main-nav__list > .main-nav__item > .main-nav__link:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 21px;
  right: 13px;
  width: 7px;
  height: 9px;
  border: solid #fff;
  border-width: 1px 0;
}

.main-nav__list > .main-nav__item > .main-nav__link:not(:last-child)::after {
  height: 5px;
}

.main-nav__list > .main-nav__item:hover > .main-nav__link,
.main-nav__link:focus {
  color: #FFF;
  background: #000;
}

.main-nav__list > .main-nav__item:hover > .main-nav__link::before,
.main-nav__list > .main-nav__item:hover > .main-nav__link::after,
.main-nav__link:focus::before,
.main-nav__link:focus::after {
  border-color: #FFF;
}

.main-nav__sub-menu {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  display: none;
  min-width: calc(100% + 20px);
  margin: 0;
  padding: 0;
}

.main-nav__sub-menu .main-nav__item:not(:first-child) {
  border-top: 1px solid #900;
}

.main-nav__sub-menu .main-nav__item:first-child .main-nav__link {
  border-top-right-radius: 10px;
}

.main-nav__sub-menu .main-nav__item:last-child .main-nav__link {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.main-nav__sub-menu .main-nav__link {
  height: 40px;
  padding: 0 20px;
  color: #FFF;
  background: #a91717;
  line-height: 37px;
}

.main-nav__sub-menu .main-nav__link:hover,
.main-nav__sub-menu .main-nav__link:focus {
  background: #000;
}

.breadcrumbs {
	margin: -4px 0 37px;
	font-weight: 300
}

.breadcrumbs__link {
	display: inline-block;
	color: #c00;
	vertical-align: baseline
}

.breadcrumbs__link:hover,
.breadcrumbs__link:focus {
	text-decoration: underline
}

.breadcrumbs__link--homepage {
	position: relative;
	padding: 0 0 0 30px
}

.breadcrumbs__link--homepage:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 11px;
	height: 9px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) no-repeat 5px 2px/1px 1px, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) no-repeat 4px 3px/3px 1px, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) no-repeat 3px 4px/5px 1px, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) no-repeat 2px 5px/2px 3px, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) no-repeat 7px 5px/2px 3px, -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) no-repeat 1px 4px/4px 5px, -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) no-repeat 6px 4px/4px 5px, -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) no-repeat 0 5px/11px 1px, -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) no-repeat 2px 3px/7px 1px, -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) no-repeat 3px 2px/6px 1px, -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) no-repeat 4px 1px/3px 1px, -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) no-repeat 5px 0/1px 1px;
	background: linear-gradient(#fff, #fff) no-repeat 5px 2px/1px 1px, linear-gradient(#fff, #fff) no-repeat 4px 3px/3px 1px, linear-gradient(#fff, #fff) no-repeat 3px 4px/5px 1px, linear-gradient(#fff, #fff) no-repeat 2px 5px/2px 3px, linear-gradient(#fff, #fff) no-repeat 7px 5px/2px 3px, linear-gradient(currentColor, currentColor) no-repeat 1px 4px/4px 5px, linear-gradient(currentColor, currentColor) no-repeat 6px 4px/4px 5px, linear-gradient(currentColor, currentColor) no-repeat 0 5px/11px 1px, linear-gradient(currentColor, currentColor) no-repeat 2px 3px/7px 1px, linear-gradient(currentColor, currentColor) no-repeat 3px 2px/6px 1px, linear-gradient(currentColor, currentColor) no-repeat 4px 1px/3px 1px, linear-gradient(currentColor, currentColor) no-repeat 5px 0/1px 1px
}

.breadcrumbs__separator {
	position: relative;
	display: inline-block;
	width: 3px;
	height: 5px;
	margin: 7px 12px 0 13px;
	border-left: 1px solid #c00;
	font-size: 0;
	vertical-align: top
}

.breadcrumbs__separator:before,
.breadcrumbs__separator:after {
	content: '';
	position: absolute;
	width: 1px;
	background: #c00
}

.breadcrumbs__separator:before {
	top: 1px;
	left: 0;
	bottom: 1px
}

.breadcrumbs__separator:after {
	top: 2px;
	left: 1px;
	bottom: 2px
}

.items {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -30px -50px 0
}

.item {
	position: relative;
	width: calc(33.33% - 30px);
	margin: 0 30px 50px 0
}

.item__image-wrap {
	overflow: hidden;
	margin: 0 0 23px;
	border-radius: 10px;
	background: rgba(0, 0, 0, .05)
}

.item__image {
	display: block;
	width: 100%;
	height: auto
}

.item__video {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
	width: 55px;
	margin: 0;
	padding: 42px 10px 8px;
	border-radius: 5px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23D7143A' d='M492.044 106.769c-18.482-21.97-52.604-30.931-117.77-30.931H137.721c-66.657 0-101.358 9.54-119.77 32.93C0 131.572 0 165.174 0 211.681v88.64c0 90.097 21.299 135.842 137.721 135.842h236.554c56.512 0 87.826-7.908 108.085-27.296C503.136 388.985 512 356.522 512 300.321v-88.64c0-49.045-1.389-82.845-19.956-104.912zM328.706 268.238l-107.418 56.14a16.504 16.504 0 0 1-7.65 1.878 16.517 16.517 0 0 1-16.516-16.516V197.82a16.516 16.516 0 0 1 24.128-14.657l107.418 55.778a16.515 16.515 0 0 1 .038 29.297z'/%3E%3C/svg%3E") no-repeat 50% 5px/35px 35px, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) no-repeat 50% 15px/15px 15px, #101010;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23D7143A' d='M492.044 106.769c-18.482-21.97-52.604-30.931-117.77-30.931H137.721c-66.657 0-101.358 9.54-119.77 32.93C0 131.572 0 165.174 0 211.681v88.64c0 90.097 21.299 135.842 137.721 135.842h236.554c56.512 0 87.826-7.908 108.085-27.296C503.136 388.985 512 356.522 512 300.321v-88.64c0-49.045-1.389-82.845-19.956-104.912zM328.706 268.238l-107.418 56.14a16.504 16.504 0 0 1-7.65 1.878 16.517 16.517 0 0 1-16.516-16.516V197.82a16.516 16.516 0 0 1 24.128-14.657l107.418 55.778a16.515 16.515 0 0 1 .038 29.297z'/%3E%3C/svg%3E") no-repeat 50% 5px/35px 35px, linear-gradient(#fff, #fff) no-repeat 50% 15px/15px 15px, #101010;
	color: rgba(255, 255, 255, .3);
	font-size: 10px;
	font-weight: 300;
	text-align: center
}

.item__title {
	display: table;
	color: #101010;
	font-size: 18px;
	font-weight: 600;
	line-height: 25px
}
.b-content-article-inline-perelink-v2 .item__title {
	color:#c00
}
.b-content-article-inline-perelink-v2 .item__title:hover {
	color:#000080
}

.item__title__small {
	font-size: 16px;
	font-weight: 300;
	line-height: 20px	
}

.item__title:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1
}

.item__title:hover,
.item__title:focus {
	color: #c00
}

.item__meta {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 22px -30px -13px 0;
	color: rgba(16, 16, 16, .5);
	font-size: 13px;
	font-weight: 300;
	line-height: 1.22
}

.item__comments {
	position: relative;
	margin: 0 30px 10px 0;
	padding: 0 0 0 30px;
	font-size:18px;
	line-height:26px;
}

.item__comments:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 16px;
	height: 16px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAAC/4Uy/4Uy/4Uy/4Uy/4Uy/4Uy/4Uy/4Uy/4Uy/4Uy/4Uy/4Uy/4Uy/4Uy/4Uy/4Uy/4Uy/4Uy/4Uy/4Uy/4Uy/4Uy/4Uy/4Uy/4Uy/4Uy/4Uy/4Uy/4Uy/4Uzq5asZAAAAHnRSTlMA9sx9D/DktZlPM+vXw5+IdnBJNwnfq6OTX1QwKhpRfZMIAAAAaklEQVQY01XORw6EQBBDUXcOQ2Zy8P2POVAIqeutbelD1DK593oFDjUFbky/QDjD07CPXmyMwOfCVoGjckei0iFSg6US8KRiUahMQGYjesD3FNJz8wC8C/LOhjQrdt/5Ybu01CEyQ/nN4x85txSXHwXJ8gAAAABJRU5ErkJggg==")
}

.item_likes {
	position: relative;
	margin: 0 30px 10px 0;
	padding: 0 0 0 30px
}

.item_likes:before {
	content: '';
	position: absolute;
	top: calc(50% - 8px);
	left: 0;
	width: 18px;
	height: 16px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 16'%3E%3Cpath fill='%23FAD200' fill-rule='evenodd' d='M8.996 3.495C6.666-2.053.043-.758-.001 5.681c-.024 3.536 3.154 4.858 5.27 6.272C7.32 13.324 8.781 15.2 9.01 15.998c.195-.782 1.822-2.711 3.721-4.083 2.077-1.501 5.294-2.736 5.27-6.272-.044-6.456-6.782-7.475-9.005-2.148z'/%3E%3C/svg%3E")
}

.items-goods {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -55px -50px 0
}

.item-goods {
	width: calc(33.33% - 25px);
	margin: 0 25px 20px 0;
	padding: 20px 20px 0px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 0 24px transparent, inset 0 0 0 1px #d9e8ec;
	-webkit-transition: .2s;
	transition: .2s
}

.item-goods:hover {
	box-shadow: 0 0 24px #d6e6ec, inset 0 0 0 1px #fff
}

.item-goods__head {
	position: relative
}

.item-goods__image-wrap {
	position: relative;
	height: 175px;
	margin: 0 0 21px
}

.item-goods__image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	margin: auto
}

.item-goods__title {
	display: block;
	margin: 0 0 18px;
	color: #101010;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5
}

.item-goods__title:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.item-goods__title:hover,
.item-goods__title:focus {
	color: #c00
}

.item-goods__rating {
	margin: 0 -10px 20px 0
}

.item-goods__features {
	position: relative;
	z-index: 1;
	margin: 0 0 20px;
	padding: 13px 0
}

.item-goods__features:before {
	content: '';
	position: absolute;
	top: 0;
	left: -19px;
	right: -19px;
	bottom: 0;
	z-index: -1;
	background: #f4f7fb
}

.item-goods:hover .item-goods__features:before {
	left: -20px;
	right: -20px
}

.item-goods__features-list {
	border-collapse: collapse
}

.item-goods__features-caption {
	padding: 8px 20px 9px 0;
	color: rgba(16, 16, 16, .7);
	font-weight: 300;
	text-align: left
}

.item-goods__features-value {
	padding: 8px 0 9px;
	font-weight: 300
}

.goods-rating {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

.goods-rating__value, .goods-price__value {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	align-items: baseline;
	color:#fff
}

.goods-price__value {
    color: #68af15;
    font-size: 36px;
    font-weight: 700;
}

.goods-rating__value {
	border-radius: 10px;
	background: #00a9de;
	margin: 0 20px 0 0;
	padding: 3px 11px 8px 14px;
	font-size: 24px;
	font-weight: 600
}

.goods-rating__value-max {
	color: rgba(255, 255, 255, .7);
	font-size: 16px
}

.goods-rating__info {
	margin: -4px 0;
	color: rgba(59, 62, 94, .5);
	font-size: 13px;
	font-weight: 300;
	line-height: 18px
}

.post .items:not(:first-child) {
	margin-top: 43px
}

.post .items:not(:last-child) {
	margin-bottom: 0
}

.post .item p {
	margin: 0
}

.post .item p:empty {
	display: none
}

.post .item a {
	text-decoration: none
}

.item-small {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center
}

.item-small__image-wrap {
	overflow: hidden;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	-webkit-align-self: flex-start;
	align-self: flex-start;
	margin: 0 20px 0 0;
	border-radius: 5px;
	background: rgba(0, 0, 0, .05)
}

.item-small__image {
	display: block;
	width: 100%;
	height: auto
}

.item-small__inner {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	-webkit-flex-basis: 0;
	flex-basis: 0
}

.item-small__title {
	display: block;
	margin: -9px 0 2px;
	color: #101010;
	font-size: 16px;
	font-weight: 500;
	line-height: 25px
}

.item-small__title:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.item-small__title:hover,
.item-small__title:focus {
	color: #c00
}

.item-small__models {
	margin: 10px 0 0;
	color: #a5a5a5;
	font-weight: 300
}

.item-small__models-number {
	padding: 0 7px 1px;
	border-radius: 5px;
	background: #fad200;
	color: #101010
}

.repair:before {
	content: '';
	display: block;
	height: 1px;
	margin: 0 calc(50% - 50vw) 40px;
	/* background: #ecf3f5; */
	padding-top:50px;
	border-bottom:1px solid #ecf3f5;
}

.repair__headline {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	align-items: baseline;
	margin: 0 -40px 42px 0
}

.repair__heading {
	margin-right: 40px;
	margin-bottom: 10px
}

.repair__all {
	margin: 0 40px 10px 0;
	font-size: 16px;
	font-weight: 500
}

.repair__all:hover,
.repair__all:focus {
	color: #101010
}

.repair__items {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -47px -50px 0
}

.repair__items .item {
	width: calc(25% - 47px);
	margin: 0 47px 50px 0
}

.post {
	margin: 0 0 50px
}

.post:last-child {
	margin-bottom: 0
}

.post--homepage {
	margin: 70px 0 0
}

.post--homepage:before {
	content: '';
	display: block;
	height: 1px;
	margin: 0 calc(50% - 50vw) 70px;
	background: #ecf3f5
}

.post--rating {
	margin-top: 70px
}

.post__heading {
	margin: -10px 0 35px;
	font-weight: 600;
	line-height: 1.05;
	font-size: calc(1.375rem + 1.75953vw)
}

.post__intro {
	margin: 0 0 30px;
	font-size: 20px;
	line-height: 1.75
}

.post__entry {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.88
}

.post__entry:not(:last-child) {
	margin-bottom: 50px
}

.post--homepage .post__entry {
	margin: -10px 0
}

.post__entry>:last-child {
	margin-bottom: 0
}

.post__entry p {
	margin: 0 0 30px
}

.post__entry a {
	text-decoration: underline
}

/* .post__entry a:hover, */
/* .post__entry a:focus { */
	/* text-decoration: none */
/* } */

.post__entry strong {
	font-weight: 700
}

.post__entry h2,
.post__entry h3,
.post__entry h4,
.post__entry h5,
.post__entry h6 {
	margin: 45px 0 30px;
	font-weight: 600;
	line-height: 1.33
}

.post__entry h2:first-child,
.post__entry h3:first-child,
.post__entry h4:first-child,
.post__entry h5:first-child,
.post__entry h6:first-child {
	margin-top: 0
}

.post__entry h2 {
	font-size: calc(1.325rem + 1.05572vw)
}

.post__entry h3 {
	font-size: calc(1.2625rem + .17595vw)
}

.post__entry h4 {
	font-size: 1.25rem
}

.post__entry h5 {
	font-size: 1.125rem
}

.post__entry h6 {
	font-size: 1rem
}

.post__entry li {
	list-style: none
}

.post__entry li p {
	margin: 0
}

.post__entry li p:not(:last-child) {
	margin-bottom: 0
}

.post__entry li ul,
.post__entry li ol {
	margin-top: 0;
	margin-bottom: 0
}

.post__entry ul {
	margin: 0 0 30px;
	padding: 0 0 0 40px
}

.post__entry ul>li {
	position: relative
}

.post__entry ul>li:before {
	/*
	content: '';
	position: absolute;
	top: 8px;
	left: -34px;
	width: 13px;
	height: 15px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAPCAMAAAAI/bVFAAAAllBMVEUAAAD1t0P1uET1ukP1ukT92z/0uUT3wEP3t0H3tUj+20H0vEP91EL/3UH1t0T+3EH3v0P/20H/20H+20Hzt0Tzt0T2xDj+20H2tUL+2EH5rkLxuEX0uUT0u0T/20XytETwr07+3UH/3EL/z0H20iv8rjz0uET0tkT+20H1u0T4yEP0tUT3wkP2v0P5y0P4xUP/3kHys0qxr1jYAAAAJnRSTlMAra7qpwz63F1M9O7t7OHh1NDMvru3tpWUh35samRiVVBIOzkWBEjfbIkAAACHSURBVAjXJc1VAsNACEVR0mjd3Q2GsaT731xhcr84Pw/QbuuRMWZ5LBXPzqS6vaqJc3E3nRQAZXl31biu84oyeK0WBZIL3recwTt3iEhWEsGDUOJgEUWw+4lcsA4Hoo+K2FMSnEQ6xEmN3IFd7HXVzdZHzlSXJBt5qxqKvH4/QGIxI8o35+8fC8YUEyZ9tmUAAAAASUVORK5CYII=")
	*/
    width: 20px;
    height: 1px;
    display: table;
    position: absolute;
    left: -34px;
    top: 16px;
    background: #3d73b5;
    content: '';
}

.post__entry ol {
	counter-reset: li;
	margin: 0 0 30px;
	padding: 0 0 0 40px
}

.post__entry ol[start='2'] {
	counter-reset: li 1
}

.post__entry ol[start='3'] {
	counter-reset: li 2
}

.post__entry ol[start='4'] {
	counter-reset: li 3
}

.post__entry ol[start='5'] {
	counter-reset: li 4
}

.post__entry ol[start='6'] {
	counter-reset: li 5
}

.post__entry ol[start='7'] {
	counter-reset: li 6
}

.post__entry ol[start='8'] {
	counter-reset: li 7
}

.post__entry ol[start='9'] {
	counter-reset: li 8
}

.post__entry ol[start='10'] {
	counter-reset: li 9
}

.post__entry ol>li {
	position: relative
}

.post__entry ol>li:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	top: 5px;
	left: -40px;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	background: #c00;
	color:#fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	text-align: center;
	letter-spacing: -.5px
}

.post__entry ol ol>li:before {
	content: counters(li, ".")
}

ol.list-continue { counter-reset: none}

.post__entry img {
	position: relative;
	z-index: 1;
	max-width: 100%;
	height: auto;
	border-radius: 10px
}

.post__entry:after {
	content: '';
	display: table;
	clear: both
}

.post #toc_container {
	position: relative;
	min-width: 100%;
	margin: 41px 0;
	padding: 26px 50px 32px;
	border-radius: 10px;
	background: #f4f7fb
}

.post #toc_container .toc_title {
	margin: 0 130px 0 0;
	font-size: 22px;
	font-weight: 600
}

.post #toc_container .toc_toggle {
	position: absolute;
	top: 37px;
	right: 50px;
	font-size: 0
}

.post #toc_container .toc_toggle a {
	display: block;
	padding: 0 15px 2px;
	border-radius: 5px;
	background: #00a9de;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	text-decoration: none;
	text-transform: none
}

.post #toc_container .toc_toggle a:hover,
.post #toc_container .toc_toggle a:focus {
	background: #fad200;
	color:#000
}

.post #toc_container ul {
	margin: 17px 0 0;
	padding: 0;
	-webkit-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 30px;
	column-gap: 30px;
	font-size: 15px;
	font-weight: 400
}

.post #toc_container ul ul {
	margin: 0;
	-webkit-column-count: 1;
	column-count: 1
}

.post #toc_container li {
	display: inline-block;
	width: 100%;
	margin: 2px 0 0;
	padding: 0 0 0 28px
}

.post #toc_container li:before {
	top: 9px;
	left: 0;
	width: 8px;
	height: 11px;
	border-radius: 0;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAALAQMAAAB4VV5mAAAABlBMVEUAAAB9viJWaIAeAAAAAXRSTlMAQObYZgAAABtJREFUCNdjUGAIYOhgcGFQYhAEYheGDiBfAQAe5QLO0nap+AAAAABJRU5ErkJggg==")
}

.post #toc_container li a {
	color: #c00;
	text-decoration: none
}

.post #toc_container li a:hover,
.post #toc_container li a:focus {
	color: #000080
}

.post .aligncenter {
	margin-right: auto;
	margin-left: auto
}

.post img.aligncenter {
	display: block
}

.post .alignleft, .b-article-content-photo-left {
	float: left
}

.post img.alignleft,
.post__figure.alignleft, .b-article-content-photo-left {
	margin: 5px 30px 15px 0
}

.post .alignright, .b-article-content-photo-right {
	float: right
}

.post img.alignright,
.post__figure.alignright, .b-article-content-photo-right {
	margin: 5px 0 15px 30px
}

.post__figure {
	background: #f4f7fb;
	overflow: hidden;
	border-radius: 10px
}

.post__figure img {
	display: block;
	border-radius: 10px 10px 0 0
}

.post__figure.alignnone,
.post__figure.aligncenter {
	margin-top: 43px;
	margin-bottom: 43px
}

.post__figure-caption {
	margin: 0;
	padding: 14px 10px 17px;
	color: rgba(16, 16, 16, .7);
	font-size: 14px;
	line-height: 1.3;
	text-align: center
}

.sidebar {
	width: 380px
}

.sidebar>:last-child {
	margin-bottom: 0
}

.sidebar__section {
	margin-bottom: 70px
}

.sidebar-brands__heading {
	margin: -5px 0 36px;
	font-size: 18px;
	font-weight: 600
}

.sidebar-advices__items .item-small:not(:last-child) {
	margin-bottom: 50px
}

.mmenu-active,
.mmenu-active body {
	overflow: hidden
}

.mmenu-active .wrapper {
	-webkit-transition: -webkit-transform .35s ease-in;
	transition: -webkit-transform .35s ease-in;
	transition: transform .35s ease-in;
	transition: transform .35s ease-in, -webkit-transform .35s ease-in;
	-webkit-transform: translate3d(270px, 0, 0);
	transform: translate3d(270px, 0, 0)
}

.mmenu-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	visibility: hidden;
	opacity: 0;
	background: #000
}

.mmenu-active .mmenu-overlay {
	visibility: visible;
	opacity: .5;
	-webkit-transition: opacity .35s ease-in;
	transition: opacity .35s ease-in
}

.mmenu {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 100;
	width: 320px;
	font-size: 16px;
	-webkit-transition: -webkit-transform .35s ease-out;
	transition: -webkit-transform .35s ease-out;
	transition: transform .35s ease-out;
	transition: transform .35s ease-out, -webkit-transform .35s ease-out;
	-webkit-transform: translate3d(-320px, 0, 0);
	transform: translate3d(-320px, 0, 0)
}

.mmenu-active .mmenu {
	left: 0;
	-webkit-transition: -webkit-transform .35s ease-in;
	transition: -webkit-transform .35s ease-in;
	transition: transform .35s ease-in;
	transition: transform .35s ease-in, -webkit-transform .35s ease-in;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mmenu .brands__image {
	display: none
}

.mmenu .brands__title {
	display: block;
	margin: 0;
	font: inherit
}

.mmenu .brands__models {
	display: none
}

.mmenu__inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	overflow-y: auto;
	width: 270px;
	background: #c00
}

.mmenu__top-bar {
	position: relative;
	z-index: 1;
	height: 51px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	background: #c00;
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.mmenu__top-bar--active {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mmenu__back {
	position: relative;
	width: 50px;
	height: 50px;
	border: none;
	border-right: 1px solid rgba(255, 255, 255, .04);
	background: rgba(255, 255, 255, .06);
	cursor: pointer
}

.mmenu__back:after {
	content: '';
	position: absolute;
	top: 0;
	left: 4px;
	right: 0;
	bottom: 0;
	width: 10px;
	height: 10px;
	margin: auto;
	border: solid rgba(255, 255, 255, .5);
	border-width: 2px 0 0 2px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.mmenu__back:focus {
	outline: none;
	background: rgba(255, 255, 255, .2)
}

.mmenu__title {
	position: absolute;
	top: 0;
	left: 50px;
	right: 0;
	overflow: hidden;
	padding: 0 15px;
	color: #fff;
	font-weight: 600;
	line-height: 46px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis
}

.mmenu__list {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	margin: 0;
	padding: 0;
	background: #c00
}

.mmenu__top-level {
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	-webkit-transform: translate3d(-30%, 0, 0);
	transform: translate3d(-30%, 0, 0)
}

.mmenu__top-level.active {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mmenu__show-submenu {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50px;
	border: none;
	border-left: 1px solid rgba(255, 255, 255, .04);
	background: rgba(255, 255, 255, .06);
	cursor: pointer
}

.mmenu__show-submenu:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 4px;
	bottom: 0;
	width: 10px;
	height: 10px;
	margin: auto;
	border: solid rgba(255, 255, 255, .5);
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.mmenu__show-submenu:focus {
	outline: none;
	background: rgba(255, 255, 255, .2)
}

.mmenu__submenu {
	top: 51px;
	z-index: 1;
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.mmenu__submenu.active {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mmenu__submenu.hidden {
	-webkit-transform: translate3d(-30%, 0, 0);
	transform: translate3d(-30%, 0, 0)
}

.mmenu__item {
	position: relative;
	list-style: none;
	border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.mmenu__link {
	display: block;
	padding: 13px 20px 17px;
	color: #fff
}

.mmenu__link:not(:last-child) {
	padding-right: 65px
}

.mmenu__close {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	border: none;
	background: #29a8b0;
	cursor: pointer
}

.mmenu__close:before,
.mmenu__close:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 20px;
	height: 2px;
	margin: auto;
	background: #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.mmenu__close:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.mmenu__close:focus {
	outline: none;
	background: #3bc8d1
}

.b-sidebar-menu {
	padding: 20px;
	border-radius: 10px;
    background: linear-gradient(to right,#eef6f6,#f4f6ee);
}
.b-sidebar-menu li {
	list-style:none;
	font-size:20px;
	line-height:26px;
}
.b-sidebar-menu li ul {
	padding:0;
	margin-bottom:12px
}
.b-sidebar-menu li li {
	font-size:17px;
	line-height:22px;
	position:relative;
}
.b-sidebar-menu li li:before {
    width: 10px;
    height: 1px;
    display: table;
    position: absolute;
    left: 11px;
    top: 22px;
    background: #3d73b5;
    content: '';
}
.b-sidebar-menu li a {
	display:block;
	width:100%;
    background-color: transparent;
    background-position: 10px 50%;
    background-repeat: no-repeat;
    transition: .2s;
    padding: 10px;
    cursor: pointer;
}
.b-sidebar-menu li li a {
	padding-left:32px
}
.b-sidebar-menu li a:hover {
	background-color: #fff;
}

.vote-block{
    position:relative;
	overflow:hidden;
	width:185px;
	margin:10px 0;
	vertical-align:middle;
}
.vote-block ol li:after,.vote-block ol li:before{
    counter-increment:none;
    content:none!important
}
ol.rating.show-current{
    background:0 0;
    border:none
}
.vote-block .rating{
    list-style:none;
    margin:0 10px 0 0;
    padding:0;
    width:auto;
    height:33px;
    float:left;
    vertical-align:middle;
    background:0 0!important
}
.vote-block .rating:hover .rating-text{
    display:flex!important
}
.vote-block .rating:hover li{
    cursor:pointer;
    background-image:url(/images/star.svg);
    background-size:35px 105px
}
.vote-block .rating li{
    display:block;
    width:35px;
    height:35px;
    padding:0!important;
    float:right;
    text-indent:-9999px;
    cursor:pointer;
    margin-bottom:0!important
}
.vote-block .rating li:hover,.vote-block .rating li:hover~li{
    background-position:0 33px
}
.vote-block.disabled .rating li.currentbox{
    display:block;
    z-index:8;
    height:33px;
    width:175px
}
.vote-block.disabled .rating:hover li, .vote-block.disabled .rating li {
	cursor:default
}
.vote-block .rating li.active,.vote-block .rating li.active~li{
    background-position:0 -45px
}
.vote-block li.currentbox{
    display:none
}
.vote-block ol.show-current{
    position:relative;
    padding:0!important;
    margin:3px 0 0!important
}
.vote-block ol.show-current li{
    cursor:default;
    z-index:2;
    position:relative;
    margin:0
}
.vote-block ol.show-current li.currentbox{
    position:absolute;
    top:0;
    left:0;
    display:block;
    height:35px;
    width:100%;
    z-index:1;
    background-position:0 0;
    background-repeat:repeat-x;
    background-image:url(/images/star.svg);
    background-size:35px 103px
}
.vote-block ol.show-current li.currentbox span{
    display:block;
    height:35px;
    width:0;
    background:inherit;
    background-position:0 -35px
}
.vote-block ol.show-current li:before{
    background:0 0!important
}

.b-content-table-outer {
	width:100%;
	max-width:100%;
	overflow-x: auto;
	margin-bottom:30px
}

.b-content-article-inline-perelink-v2-head {width: 100%; clear:both; margin-bottom:-35px}
.b-content-article-inline-perelink-v2-head .block-text {font-size:120%;font-weight:bold;color:#000}

.b-content-article-inline-perelink-v2-wrapper {
	position: relative;
	padding:20px;
	border-radius: 10px;
	background: -webkit-gradient(linear, left top, right top, from(#f0f9f3), to(#f0f3f9));
	background: linear-gradient(90deg, #f0f9f3, #f0f3f9)
}

.filter {
	position: relative
}

.filter:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	border-radius: 20px;
	background: #f4faf7
}

.filter:after {
	content: '';
	position: absolute;
	top: -20px;
	left: calc(50% - 697px);
	z-index: -1;
	width: 1368px;
	height: 419px;
}

.filter--homepage {
	/* margin-top: 0px; */
	margin-bottom: 10px;
	padding: 40px 40px
}

.filter--sidebar {
	padding: 40px
}

.filter--sidebar:after {
	top: -147px;
	left: calc(50% - 252px);
	width: 534px;
	height: 608px;
}

.filter__head {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

.filter__heading {
	margin: -7px 0 36px;
	font-size: 22px;
	font-weight: 600;
	text-align: center
}

.filter--sidebar .filter__heading {
	text-align: left
}

.filter__tooltip {
	margin: -5px 0 32px 20px
}

.filter--homepage .filter__items {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -25px 0 0
}

.filter__item {
	margin: 0 0 20px
}

.filter--homepage .filter__item {
	width: calc(33.33% - 25px);
	margin-right: 25px
}

.filter__label {
	display: table;
	margin: -4px 0 8px;
	color: rgba(16, 16, 16, .7);
	font-size: 15px
}

.filter__select {
	width: 100%
}

.filter--sidebar .filter__range-val-1 {
	display: none
}

.filter--homepage .filter__range-val-2 {
	display: none
}

.filter__button, .filter__button_link {
	margin-right: auto;
	margin-left: auto;
}
.filter__button {
	padding-right: 55px;
	padding-left: 55px
}
.filter__button_link {
	display:table;
	margin-top:15px
}

.b-show{display:block!important}
.b-hide, .hide {display: none}

.b-inline-list {
	padding-left:0;
	display:inline	
}
.b-inline-list li {
	list-style:none;
	display:inline-block;
	padding:5px 10px 5px 5px
}
.b-inline-list li a {
	display: inline-block;
	padding: 0 5px 2px;
	border-radius: 5px;	
}
.b-inline-list li a:hover {
	background: #fad200
}

.b-row-padding {
	padding-top:40px;
}

.item_page {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -40px 30px 0
}

.item_page__head {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	width: 400px;
	margin: 0 40px 40px 0;
	padding: 20px 30px;
	border: 1px solid #ecf3f5;
	border-radius: 10px;
	background: #fff
}

.item_page__main-image-link {
	display: block;
	margin: 0 0 40px
}

.item_page__main-image {
	max-width: 100%;
	height: auto
}

.item_page__images {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 0 -25px -25px 0
}

.item_page__image {
	display: block;
	margin: 0 25px 25px 0;
	border-radius: 50%;
	box-shadow: 0 0 0 1px #e0e5eb;
	-webkit-transition: .2s;
	transition: .2s;
	cursor: pointer
}

.item_page__image-link:hover .item_page__image,
.item_page__image-link:focus .item_page__image {
	box-shadow: 0 0 24px #d6e6ec
}

.item_page__inner {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	-webkit-flex-basis: 0;
	flex-basis: 0;
	margin: 0 40px 40px 0
}

.item_page__rating {
	margin: 0 0 35px
}

.item_page__features {
	margin: 0 0 30px
}

.item_page__features-list {
	border-collapse: collapse;
	font-size: 16px
}

.item_page__features-caption {
	padding: 10px 20px 10px 0px;
	color: rgba(16, 16, 16, .7);
	font-weight: 500;
	text-align: left
}

.item_page__features-value {
	padding: 0;
	font-weight: 500
}

.item_page__price {
	margin: 0 0 13px;
	font-size: 16px;
	font-weight: 500
}

.item_page__price-amount {
	display: block;
	margin: 6px 0 0;
	color: #68af15;
	font-size: 36px;
	font-weight: 700
}

.item_page__price-rub {
	font-size: 34px
}

.item_page__buy {
	display: table;
	margin: 0 0 47px;
	padding: 8px 30px 11px;
	border-radius: 10px;
	background: #fad200;
	color: #101010;
	font: inherit;
	font-size: 18px;
	font-weight: 600;
	border:0;
	cursor:pointer;
	outline:none;	
}

.item_page__buy:hover,
.item_page__buy:focus {
	background: #00a9de;
	border:0;
	outline:none;
}

.item_page-rating {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center
}

.item_page-rating__value {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	align-items: baseline;
	margin: 0 20px 0 0;
	padding: 3px 11px 8px 14px;
	border-radius: 10px;
	background: #00a9de;
	font-size: 24px;
	font-weight: 600;
	color:#fff
}

.item_page-rating__value-max {
	color: rgba(255, 255, 255, .7);
	font-size: 16px
}

.item_page-rating__info {
	margin: -4px 0;
	color: rgba(59, 62, 94, .5);
	font-size: 13px;
	font-weight: 300;
	line-height: 18px
}

.item_page__bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin: 0 -30px -30px 0
}

.item_page__reviews {
	position: relative;
	display: block;
	margin: 0 30px 30px 0;
	padding: 10px 20px 14px;
	color: #101010;
	font-size: 16px;
	font-weight: 500
}

.item_page__reviews:before,
.item_page__reviews:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	border-radius: 10px;
	-webkit-transition: .2s;
	transition: .2s
}

.item_page__reviews:before {
	background: -webkit-gradient(linear, left top, right top, from(#f0f9f3), to(#f0f3f9));
	background: linear-gradient(90deg, #f0f9f3, #f0f3f9)
}

.item_page__reviews:after {
	opacity: 0;
	background: #00a9de
}

.item_page__reviews:hover:before,
.item_page__reviews:focus:before {
	opacity: 0
}

.item_page__reviews:hover:after,
.item_page__reviews:focus:after {
	opacity: 1
}

.item_page__reviews-count {
	margin: 0 0 0 30px;
	color: rgba(16, 16, 16, .3);
	font-size: 18px;
	font-weight: 600
}

.tabs__captions {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	overflow: hidden;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
	border-radius: 10px;
	background: #f0f3f9;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase
}

.tabs__caption {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1
}

.tabs__caption:not(:first-child) {
	border-left: 1px solid #e3e9ed
}

.tabs__link {
	display: block;
	padding: 17px 30px 18px;
	outline: none;
	color: #101010;
	text-align: center
}

.tabs__link[aria-selected] {
	background: -webkit-gradient(linear, left top, right top, from(#900), to(#c00));
	background: linear-gradient(90deg, #900, #c00);
	color: #fff
}
.tabs__link:hover,
.tabs__link:focus {
	outline: none;
	background: linear-gradient(90deg,#900,#c00);
	color: #fff
}

.tabs__content {
	outline: none
}

.b-responsive{display:block;overflow-x:auto}

@media (min-width:1200px) {
	.heading {
		font-size: 2rem
	}
	.post__heading {
		font-size: 2.5rem
	}
	.post__entry h2 {
		font-size: 2rem
	}
	.post__entry h3 {
		font-size: 1.375rem
	}
}

@media (max-width:1359px) {
	body {
		background: 0 0
	}
	.wrapper {
		max-width: 980px
	}
	.content {
		width: 100%;
		padding: 0
	}
	.header__nav {
		display: none;
	}

	.header__nav-toggle {
		display: block;
	}
	.advices__items {
		margin-right: -40px
	}
	.advices__items .item-wide {
		width: calc(50% - 40px);
		margin-right: 40px
	}
	.advices__items .item-wide__image-wrap {
		width: 200px
	}
	.repair__items {
		margin-right: -30px
	}
	.repair__items .item {
		width: calc(25% - 30px);
		margin-right: 30px
	}
	.filter--homepage {
		padding-right: 30px;
		padding-left: 30px
	}
	.filter--sidebar {
		padding-right: 30px;
		padding-left: 30px
	}
	.filter--homepage .filter__items {
		margin-right: -30px
	}
	.filter--homepage .filter__item {
		width: calc(50% - 30px);
		margin-right: 30px
	}
	.sidebar {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		width: calc(100% + 50px);
		margin: 70px -25px 0
	}
	.sidebar__section {
		width: calc(50% - 50px);
		margin-right: 25px;
		margin-left: 25px
	}
	.sidebar__section:nth-last-child(2):nth-child(odd) {
		margin-bottom: 0
	}
}

@media (max-width:1023px) {
	.wrapper {
		display: block;
		/* max-width: 728px */
	}
	.header__inner {
		padding: 30px 0;
	}

	/*
	.header__logo {
		margin: 0 auto 30px;
	}

	.header__nav-toggle {
		top: auto;
		right: auto;
		bottom: 28px;
		left: 0;
	}
	*/
	.items-goods {
		margin-right: -30px;
		margin-bottom: -30px
	}
	.item-goods {
		width: calc(50% - 30px);
		margin-right: 30px;
		margin-bottom: 30px
	}
	.filter--homepage .filter__item--range {
		width: calc(100% - 30px)
	}
	.advices__items .item-wide {
		width: calc(100% - 40px)
	}
	.advices__items .item-wide__image-wrap {
		width: auto
	}
	.repair__items {
		margin-right: -40px
	}
	.repair__items .item {
		width: calc(50% - 40px);
		margin-right: 40px
	}
	.item_page {
		margin-right: 0
	}
	.item_page__head {
		width: 100%;
		max-width: 400px;
		margin-right: auto;
		margin-left: auto
	}
	.item_page__inner {
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
		margin-right: 0
	}
	.post #toc_container {
		padding-right: 40px;
		padding-left: 40px
	}
	.post #toc_container .toc_toggle {
		right: 40px
	}
	.post__entry ::-webkit-scrollbar {
		-webkit-appearance: none
	}
	.post__entry ::-webkit-scrollbar:vertical {
		width: 12px
	}
	.post__entry ::-webkit-scrollbar:horizontal {
		height: 12px
	}
	.post__entry ::-webkit-scrollbar-thumb {
		border: 2px solid #fff;
		border-radius: 10px;
		background: rgba(0, 0, 0, .5)
	}
	.post__entry ::-webkit-scrollbar-track {
		border-radius: 10px
	}
	.post__entry img.alignleft,
	.post__figure.alignleft,
	.post__entry img.alignright,
	.post__figure.alignright, .b-article-content-photo-right, .b-article-content-photo-left {
		display: block;
		float: none;
		margin: 43px auto
	}
	.sidebar {
		width: calc(100% + 30px);
		margin-right: -15px;
		margin-left: -15px
	}
	.sidebar__section {
		width: calc(50% - 30px);
		margin-right: 15px;
		margin-left: 15px
	}
}

@media (max-width:767px) {
	/*
	.container:before {
		display: none
	}
	*/
	.header__logo {
		font-size:20px;
		width:140px;
		padding: 0 0 0 70px
	}
	.search {
		width:230px
	}
	.header__nav-toggle {
		right:246px
	}
	.range--price {
		height: 38px
	}
	.item {
		width: calc(50% - 30px)
	}
	.item-goods {
		width: calc(100% - 30px)
	}
	.item-goods__image-wrap {
		height: auto
	}
	.item-goods__image {
		position: static;
		display: block
	}
	
	.item-rating__head {
		-webkit-flex-basis: 100%;
		flex-basis: 100%
	}
	.item-rating__head-inner {
		width: auto
	}
	.filter--homepage .filter__item {
		width: calc(100% - 30px)
	}
	.filter__range-val-1 {
		display: none
	}
	.filter--homepage .filter__range-val-2 {
		display: block
	}
	.repair__items {
		margin-right: -30px
	}
	.repair__items .item {
		width: calc(50% - 30px);
		margin-right: 30px
	}
	.post #toc_container {
		padding-right: 30px;
		padding-left: 30px
	}
	.post #toc_container .toc_toggle {
		right: 30px
	}
	.post #toc_container ul {
		-webkit-column-count: 1;
		column-count: 1
	}
	.sidebar__section {
		width: calc(100% - 30px)
	}
	.sidebar__section:nth-last-child(2):nth-child(odd) {
		margin-bottom: 70px
	}
}

@media (max-width:479px) {
	.header__logo {
		font-size: 0;
		width: 65px;
		padding: 0
	}
	.search {
		width: 150px
	}
	.header__nav-toggle {
		right: 160px
	}
	.item {
		width: calc(100% - 30px)
	}
	.item-goods {
		padding-right: 25px;
		padding-left: 25px
	}
	.item-goods__features:before {
		left: -24px;
		right: -24px
	}
	.item-goods:hover .item-goods__features:before {
		left: -25px;
		right: -25px
	}
	.item-goods__more {
		margin-left: 0
	}
	.repair__items .item {
		width: calc(100% - 30px)
	}
	.post #toc_container {
		margin-right: -30px;
		margin-left: -30px
	}
	.in-ratings__list {
		margin: 0
	}
	.sidebar-brands .brands {
		margin-right: -10px;
		margin-bottom: -10px
	}
	.sidebar-brands .brands__item {
		width: calc(33.33% - 10px);
		margin-right: 10px;
		margin-bottom: 10px
	}
}

.rll-youtube-player .play {
	z-index: 1
}

@media (max-width: 1000px) and (min-height: 300px){
    .b-rtb-mobile-fixed {
        width:100%;
        position: fixed;
        left:0;
        right:0;
        bottom:0;
        top:auto;
        z-index:99999;
        background: rgba(255,255,255,0.9);
        padding: 10px 20px 10px 10px;
        box-sizing: border-box;
    }
    .js-rtb-mobile-close {
        display: block;
        position: absolute;
        top:0px;
        right:0px;
        background: #ccc;
        color:#fff;
        font-size: 18px;
        text-align: center;
        line-height: 30px;
        width:30px;
        height:30px;
        z-index:99999;
        cursor:pointer;
        text-decoration: none !important;
    }
    .b-rtb-mobile-fixed-inner {
        font-size: 18px;
    }
}