/*@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,700&subset=latin,cyrillic");*/

@font-face {
  font-family: 'Noto Sans';
  font-weight: normal;
  font-style: normal;

  src: url('../fonts/NotoSans-Regular.ttf');
}
@font-face {
  font-family: 'Noto Sans';
  font-weight: bold;
  font-style: normal;

  src: url('../fonts/NotoSans-Bold.ttf');
}
@font-face {
  font-family: 'Noto Sans';
  font-weight: normal;
  font-style: italic;

  src: url('../fonts/NotoSans-Italic.ttf');
}
@font-face {
  font-family: 'Noto Sans';
  font-weight: bold;
  font-style: italic;

  src: url('../fonts/NotoSans-BoldItalic.ttf');
}

@charset "UTF-8";

.s {
  display: inline-block;
  vertical-align: middle;
}

.s {
  /*background-image: url("../");*/
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

.header {
  position: relative;
  height: 140px;
  z-index: 2;
  background-color: #fff;
}

.header .page__layout {
  height: 100%;
}

.header-table {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.header-table_cell {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
}

.header-table_cell .button {
  height: 40px;
  text-decoration: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 13px;
  padding-right: 11px;
  padding-left: 11px;
  font-size: 13px;
}

.header-table_cell .button b {
  font-weight: 700;
}

.header-table_cell .button.st-disable {
  border: 1px solid #999;
  color: #999;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 0;
  background-color: transparent;
  cursor: default;
}

.header__caption {
  display: inline-block;
  position: relative;
  font-size: 21px;
  line-height: 26px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
}

.header__dot {
  display: inline-block;
  position: relative;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #000;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 5px;
}

.header_logo {
  display: inline-block;
  position: relative;
  width: 180px;
  height: 60px;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}

.page__layout {
  display: block;
  position: relative;
  /*min-width: 1024px;*/
  min-width: 910px; /* 990 - paddings */
  max-width: 1024px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}

.page__wrapper {
  display: table;
  position: relative;
  height: 100%;
  width: 100%;
  table-layout: fixed;
}

.page__content {
  display: table-row;
  position: relative;
  height: 100%;
}

.page__top {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.presentation .page__layout {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.presentation_image {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}

.presentation .button {
  position: absolute;
  height: 40px;
  text-decoration: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 13px;
  padding-right: 11px;
  padding-left: 11px;
  font-size: 13px;
}

.presentation .button b {
  font-weight: 700;
}

.presentation .button.st-disable {
  border: 1px solid #999;
  color: #999;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 0;
  background-color: transparent;
}

.footer {
  background-color: #30353c;
  padding-top: 25px;
  padding-bottom: 35px;
}

.footer-table {
  display: table;
  position: relative;
  width: 100%;
  table-layout: fixed;
}

.footer-table_cell {
  display: table-cell;
  position: relative;
  vertical-align: top;
}

.footer__text {
  display: block;
  position: relative;
  font-size: 13px;
  line-height: 24px;
  color: #fff;
}

.footer__link {
  display: inline-block;
  position: relative;
  font-size: 13px;
  line-height: 24px;
  color: #fff;
}

.footer__link:hover {
  color: #fc0;
}

.menu {
  background-color: #30353c;
  height: 50px;
}

.menu .page__layout {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.menu-table {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  font-size: 0;
  text-align: center;
}

.menu-table_cell {
  display: inline-block;
  position: relative;
  vertical-align: top;
  height: 100%;
}

.menu_link {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
}

.menu_link:hover {
  background-color: #009aff;
}

.menu_link.st-active {
  background-color: #f00;
}

.menu__text {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  font-size: 15px;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.search {
  padding-top: 55px;
}

.search__title {
  display: block;
  position: relative;
  font-size: 23px;
  font-weight: 700;
  color: #000;
}

.search-history {
  display: block;
  position: relative;
  font-size: 0;
}

.search-history__link {
  display: inline-block;
  position: relative;
  font-size: 23px;
  font-weight: 700;
  color: #0057b9;
  text-decoration: none;
  border-bottom: 1px dashed #0057b9;
  vertical-align: middle;
}

.search-history__link:hover {
  color: #f26522;
  border-color: #f26522;
}

.search-history__arrow {
  display: inline-block;
  position: relative;
  font-size: 23px;
  font-weight: 700;
  color: #999;
  vertical-align: middle;
  margin-left: 11px;
  margin-right: 11px;
}

.search-header {
  display: table;
  position: relative;
  width: 100%;
}

.search-header_cell {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}

.search-tumbler {
  display: block;
  position: relative;
  margin-top: 25px;
}

.search-tumbler_item {
  display: inline-block;
  position: relative;
  height: 35px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  background-color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 9px;
  margin-right: 10px;
  font-size: 13px;
  color: #000;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.search-tumbler_item:hover {
  border-color: #009aff;
  background-color: #009aff;
  color: #fff;
}

.search-tumbler_item.st-active {
  background-color: #f00;
  border-color: #f00;
  cursor: default;
  color: #fff;
}

.search-type {
  display: none;
  position: relative;
  font-size: 0;
}

.search-type_item {
  display: inline-block;
  position: relative;
  vertical-align: top;
  height: 36px;
  border: 1px solid #000;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: "alpha(opacity=40)";
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.search-type_item.cat {
  width: 21px;
  background-size: 21px 16px;
  /*background-image: url("../images/search-cat.png");*/
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAgAgMAAAAZNgKuAAAACVBMVEUAAAAAAAAAAACDY+nAAAAAAnRSTlMAERwj7coAAAAgSURBVBjTY1gFBwvoyg6FgwAGEgFCL5ANN5IS9sDZCwAUSZn9VLGo+gAAAABJRU5ErkJggg==);
}

.search-type_item.all {
  width: 28px;
  background-size: 28px 16px;
  /*background-image: url("../images/search-all.png");*/
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAAgCAMAAABw3UvaAAAAqFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAs30iGAAAAN3RSTlMAD9367/0hrG8Ms5aIBvPim4FUCvfp2M7FamNeOzUTENS3pZB6dFlJKiccFc/Iu4w/LiPAT0bb8yGGHQAAActJREFUOMudlOdu4lAQhScuAYzp3YBNCaEEQslmv/d/s0X4ysP1Oork88cja76rKUcjv2jmeVUpow7MS4FjvFJczSX4LafueRPJawtZix9R+2vkpKo9vd2ExX/gGa5plNRdVC+aEkHBHI4M0iA+Av7ws3KXDY4Z9annuNhnlUYrcN8+HuGLBe6gE+D1bLALUdqfD+8iBeAZ5hFMcwODm3mBoRSBjQEtiV3GNjiklQZVqBSCXQhFAvz9M3eAdhpNfgKXsBN5f+CqaVb7NzhF4MFndP/0PAYNUa3gYJKbxcPpGIO04Y+oWjqRNbiThoJZhvvY0YVna+7RxfZOgBeswzBcK/gNQfbCIQMn0JWMLLJcJcsI4S3LreDHonpd5MHYRaXTkwEj6xj49G9Wj1UsXUziFc6iagxNNQousLQymRvY2kdk0bDAGXj7V6Mp9BNjCtyaclcXf2avow1rTfgLk7S0puXck7GfgrWm5dANHMUU0tHfVRgkNhjBp6iSJsxNTxddRYHlxrbNpG388kVffbuEpdjgDlryrB2PQ9Bz0UKm0L/lwI3j5G58xXHua9iiHqqdHGej91DPY5HCsrd/VPL2Jz5BKbCrt79Y/wAQhVNroZAF+QAAAABJRU5ErkJggg==);
}

.search-type_item.st-active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.search-type_item:first-child {
  margin-left: 0;
}

.search-rama {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 35px;
}

.search-rama-frame {
  display: none;
  position: relative;
  width: 100%;
}

.search-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.search-flex_cell {
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.search-main {
  display: block;
  position: relative;
}

.search-main_item {
  display: block;
  position: relative;
  width: 100%;
}

.search-main__link {
  display: inline-block;
  position: relative;
  font-size: 17px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.search-main__link:hover {
  background-color: #009aff;
  color: #fff;
}
.search-main__link.st-active {
  background-color: #f00;
  color: #fff;
}

.search-list {
  display: block;
  position: relative;
  margin-top: 30px;
}

.search-list:hover .search-list__link b {
  color: #0057b9;
  text-decoration: underline;
}

.search-list:hover .search-list__link i {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.search-list.st-light .search-list__link b {
  color: #0057b9;
  text-decoration: underline;
}

.search-list.st-light .search-list__link:hover b {
  color: #f26522;
}

.search-list.st-light .search-list_item {
  margin-top: 10px;
}

.search-list_item {
  display: block;
  position: relative;
  margin-top: 16px;
}

.search-list__title {
  display: block;
  position: relative;
  font-size: 15px;
  font-weight: 700;
  color: #000;
  margin-top: 45px;
}

.search-list__title:first-child {
  margin-top: 0;
}

.search-list__link {
  display: inline-block;
  position: relative;
  font-size: 13px;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
}

.search-list__link b {
  color: #000;
  white-space: normal;
  margin-right: 5px;
}

.search-list__link i {
  color: #ccc;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: "alpha(opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  text-decoration: none !important;
}

.search-list__link:hover b {
  color: #f26522 !important;
  text-decoration: underline;
}

.search-list__link:hover i {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.search-list__letter {
  display: inline-block;
  position: relative;
  width: 27px;
  height: 27px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 6px;
  margin-top: 45px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #000;
  background-color: #efe9d5;
  border-radius: 50%;
}

.search-list__letter:first-child {
  margin-top: 0;
}

.search-toggle {
  display: block;
  position: relative;
  width: 100%;
}

.search-toggle-frame {
  display: none;
  position: relative;
  width: 100%;
}

.content {
  padding-top: 250px;
  padding-bottom: 120px;
  background-color: #fff;
}

.content.st-bigpadding {
  padding-top: 800px;
}

.content.st-halfgray {
  background: -webkit-linear-gradient(left, #f4f4f2 0%, #f4f4f2 50%, #fff 50%, #fff 50%, #fff 100%);
  background: linear-gradient(to right, #f4f4f2 0%, #f4f4f2 50%, #fff 50%, #fff 50%, #fff 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f2', endColorstr='#ffffff',GradientType=1 )";
}

.content-halfblock {
  display: inline-block;
  position: relative;
  width: 50%;
  vertical-align: top;
  float: right;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 25px;
}

.content-halfblock:first-child {
  float: left;
  padding-right: 25px;
  padding-left: 0;
}

.content h1 {
  display: block;
  position: relative;
  font-size: 23px;
  font-weight: 700;
  color: #000;
}

.content h1 + p {
  padding-top: 40px;
}

.content h2 {
  display: block;
  position: relative;
  font-size: 19px;
  font-weight: 700;
  color: #000;
}

.content h3 {
  display: block;
  position: relative;
  font-size: 17px;
  font-weight: 700;
  color: #000;
  padding-top: 35px;
}

.content ul {
  display: block;
  position: relative;
  margin-top: 20px;
}
.content ul.new {
  line-height: 20px;
}
.content ul.new li b {
  font-weight: bold;
}

.content ul li {
  display: block;
  position: relative;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  color: #000;
  margin-top: 14px;
  line-height: 24px
}

.content ul li:before {
  display: inline-block;
  position: relative;
  content: '—';
  margin-right: 5px;
}
.content ul.new li:before {
  display: inline-block;
  position: relative;
  content: '—';
  margin-right: 5px;
  margin-left: -18px;
}

.content .filter ul li:before {
  display: none;
}

.content ul li:first-child {
  margin-top: 0;
}

.content ul + p {
  padding-top: 40px;
}

.content p {
  display: block;
  position: relative;
  font-size: 13px;
  line-height: 20px;
  color: #000;
  padding-top: 20px;
}

.content p a, .content ul a  {
  color: #0057b9;
}

.content p a:hover, .content ul a:hover {
  color: #f26522;
}

.content p strong {
  font-weight: 700;
}

.content p + h2 {
  padding-top: 45px;
}

.content table {
  width: 100%;
  margin-top: 25px;
}

.content table:first-child {
  margin-top: 0;
}

.content table tr:first-child td {
  border-bottom: 2px solid #999;
}

.content table tr td {
  font-size: 13px;
  line-height: 20px;
  color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.content table tr td strong {
  font-weight: 700;
}

.breadcrumbs {
  display: block;
  position: relative;
  width: 100%;
}

.breadcrumbs__link {
  display: inline-block;
  position: relative;
  font-size: 13px;
  color: #999;
}

.breadcrumbs__link:hover {
  color: #000;
}

.breadcrumbs__arrow {
  display: inline-block;
  position: relative;
  font-size: 13px;
  color: #999;
  margin-left: 5px;
  margin-right: 5px;
}

.breadcrumbs + h1 {
  padding-top: 15px;
}

.filter {
  display: block;
  position: relative;
  height: 60px;
  width: 100%;
  margin-top: 25px;
}

.filter .page__layout {
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.filter-table {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}

.filter-table_cell {
  display: table-cell;
  position: relative;
  vertical-align: top;
  height: 100%;
  overflow: hidden;
}

.filter-table_cell:after {
  display: block;
  position: absolute;
  bottom: 9px;
  left: -9999px;
  width: 20px;
  height: 10px;
  /*background-image: url("../images/filter-pin.png");*/
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAUCAMAAADImI+JAAAAtFBMVEUAAABmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmb///9mZmaioqKVlZXo6OikpKSenp6ZmZmOjo739/fs7Ozn5+fc3NzPz89+fn5xcXH4+Pjy8vLw8PDf39/T09PBwcGSkpKIiIiFhYV2dnZsbGxqamrgTZJoAAAAIHRSTlMA+/Tj2IpjUSkeEwsEv5tzRUA17ezqzsm8saugels4F0SMT5kAAADDSURBVCjPjdFHksIwFABR2WQDMwOT82/Z5JzT/e9FYQpMkBBv3btWBpVyoO6R80kXlFvWo0kq7+weQbdCXqqOLgM1EWngP93KSg/Qk506Xu5G9wVd2dN4WVtX/GDQkQMNP+YueKcfSaIGGVNXSLNsy6kpfJeuunyK5ljOTdZ8Fi+66ivzllzqrCiflxWfhhhEfd7+T/d61MWovYjHJ3u1WIzi8clesRqGPP8le62O44N4r9Vh/K+CTVdcNKhBGInbLNwCk6E2+uId1asAAAAASUVORK5CYII=);
  background-size: 100% 100%;
  content: '';
  z-index: 4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: "alpha(opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.filter-table_cell.st-active.filter-table_cell:after {
  left: 50px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.filter-table_cell.first {
  width: 200px;
}

.filter-table_cell.second {
  width: 225px;
}

.filter-table_cell.third {
  width: 270px;
}

.filter-table_cell.fourth {
  width: 130px;
}

.filter-table_cell.fifth {
  width: 159px;
}


.filter-table_cell:first-child .filter-table-tab {
  padding-left: 20px;
}

.filter-table_cell:last-child .filter-table-tab {
  padding-right: 20px;
}

.filter-table_cell:last-child .filter-table-tab:before {
  right: 20px;
}

.filter-table-tab {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding-left: 30px;
  padding-right: 25px;
  background-color: #efe9d5;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  table-layout: fixed;
}

.filter-table-tab:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
  content: '';
  z-index: 2;
}

.filter-table-tab:before {
  display: block;
  position: absolute;
  width: 9px;
  height: 7px;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  background-size: 9px 7px;
  /*background-image: url("../images/filter-arrow-down.png");*/
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAOCAMAAAAVBLyFAAAAUVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcqRVCAAAAGnRSTlMA9+bZTSkNCATx3tG+uaqljod6c19XRD0eGwr91TkAAABRSURBVBjTlc03EoAgFADRRVAw58T9D+oo/hHtfOU2C7bwkdIBmDitXOqntASpkpLv3HpJIyJLQtEOxBzSQqQ6S4OQg9p46bwfEHLQlo/J8MsBXd4Ih9RlD7wAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: center center;
  content: '';
  z-index: 2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: "alpha(opacity=40)";
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}

.filter-table-tab__name {
  display: table-cell;
  position: relative;
  width: 100%;
  vertical-align: middle;
  font-size: 15px;
  color: #79725d;
  white-space: nowrap;
  overflow: hidden;
}

.filter-table-tab__name:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(239,233,213,0) 0%, #efe9d5 100%);
  background: linear-gradient(to right, rgba(239,233,213,0) 0%, #efe9d5 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#80efe9d5', endColorstr='#efe9d5',GradientType=1 )";
  content: '';
  z-index: 1;
}

.filter-table-tab:hover,
/*.filter-table-tab.st-active,*/
.filter-table-tab.st-opened {
  background-color: #d1c7a5;
}

.filter-table-tab:hover .filter-table-tab__name,
.filter-table-tab.st-active .filter-table-tab__name,
.filter-table-tab.st-opened .filter-table-tab__name {
  color: #000;
}

.filter-table-tab:hover .filter-table-tab__name:after,
/*.filter-table-tab.st-active .filter-table-tab__name:after,*/
.filter-table-tab.st-opened .filter-table-tab__name:after {
  background: -webkit-linear-gradient(left, rgba(209,199,165,0) 0%, #d1c7a5 100%);
  background: linear-gradient(to right, rgba(209,199,165,0) 0%, #d1c7a5 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#80d1c7a5', endColorstr='#d1c7a5',GradientType=1 )";
}

.filter-table-tab:hover:before,
.filter-table-tab.st-active:before,
.filter-table-tab.st-opened:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.filter-table-tab.st-opened:before {
  /*background-image: url("../images/filter-arrow-up.png");*/
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAOCAMAAAAVBLyFAAAAUVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcqRVCAAAAGnRSTlMA9+bZTSkNCATx3tG+uaqljod6c19XRD0eGwr91TkAAABSSURBVBjTfcxHDsAgEARBMNjgnNP8/6EOrNCCEH2sQ4tMm46lKpSJaAKWUEoJyCugDm8Dlx1/B387UtbTDGplb6q+iXr4RicarPMT03BqrUj0AB8JCIfDQZC6AAAAAElFTkSuQmCC);
}

.filter-popup {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 3;
}

.filter-box {
  display: none;
  position: absolute;
  top: 0;
  left: 20px;
  width: auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #666;
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 14px 65px 0 rgba(0,0,0,0.6);
}

.filter-box.st-right {
  left: auto;
  right: 20px;
}

.filter-box.st-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.filter-box-header {
  display: table;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 25px;
}

.filter-box-header_cell {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}

.filter-box-header_cell .search-type {
  display: block !important;
}

.filter-box-header_cell:first-child {
  padding-right: 40px;
}

.filter-box-header.non-border {
  border-color: transparent;
}

.filter-flex {
  display: block;
  position: relative;
  width: auto;
  margin-top: 20px;
  font-size: 0;
  white-space: nowrap;
}

.filter-flex_cell {
  display: inline-block;
  position: relative;
  width: 184px;
  vertical-align: top;
  white-space: normal;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 30px;
}

.filter-flex_cell:last-child {
  padding-right: 0;
}

.filter .search-list {
  margin-top: 25px;
}

.filter .search-list_item:before {
  display: none;
}

.filter .search-flex_cell {
  width: 307px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 30px;
}

.checkbox {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px;
  margin-left: -10px;
  margin-top: 5px;
  white-space: nowrap;
  font-size: 0;
}

.checkbox:first-child {
  margin-top: 0;
}

.checkbox:hover {
  background-color: #009aff;
}

.checkbox:hover .checkbox__title,
.checkbox.st-active .checkbox__title {
  color: #fff;
}

.checkbox.st-active {
  background-color: #f00;
}

.checkbox.st-active .checkbox-check {
  /*background-image: url("../images/checkbox.png");*/
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAeCAMAAABpA6zvAAAAM1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACjBUbJAAAAEHRSTlMAPfQU0PpUCb7tLzfw5cEfM1RWugAAAHFJREFUOMu9zzkWgCAQBFEUERGXuf9pDTow6Df0mFjxTyqp8tUVgVvs6DFnkNpBSofOGnPz9NXtNejaVmPODFI7SO0gxe9ajCQ5kgNHkpwjyXmSnCdvco4sY/dK4SDJSQmnJZyWcFrCaQmnZYPT5fRbD7fxENYNByH5AAAAAElFTkSuQmCC);
}

.checkbox-check {
  display: inline-block;
  position: relative;
  width: 21px;
  height: 21px;
  border: 1px solid #ccc;
  border-radius: 3px;
  vertical-align: top;
  background-size: 18px 13px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: none;
  background-color: #fff;
}

.checkbox__title {
  display: inline-block;
  position: relative;
  font-size: 15px;
  line-height: 20px;
  color: #000;
  vertical-align: top;
  padding-left: 10px;
  padding-top: 1px;
  white-space: normal;
}

.checkbox__title b {
  font-weight: 700;
}

.pads {
  display: block;
  position: relative;
  width: 100%;
}

.pads .page__layout {
  padding-left: 0;
  padding-right: 0;
}

.pads h2 {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 85px;
}

.pads-table {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
  border-spacing: 40px;
  table-layout: fixed;
}

.pads_row {
  display: table-row;
  position: relative;
  height: 100%;
}

.pads_cell {
  display: table-cell;
  position: relative;
  width: 50%;
  height: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid transparent;
  padding-bottom: 20px;
  vertical-align: top;
}

@media (min-width:820px) {
  .pads_cell:hover {
    border-color: #ccc;
  }

  .pads_cell:hover .button {
    display: inline-block;
  }

  .pads_cell:hover .pads-box__has {
    display: none;
  }
}
.pads-box {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
  border-spacing: 0;
}

.pads-box-row {
  display: table-row;
  position: relative;
  height: 100%;
  cursor: pointer;
}
@media (min-width:820px) {
  .pads-box-row:hover .pads-box__title {
    color: #f26522;
    text-decoration: underline;
  }
}
.pads-box-footer {
  display: block;
  position: relative;
  width: 100%;
}

.pads-box-table {
  display: table;
  position: relative;
  width: 100%;
  height: 35px;
  margin-top: 20px;
}

.pads-box-table_cell {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}

.pads-box-table_cell .button {
  display: none;
  height: 35px;
}

.pads-box_image {
  display: block;
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
  background-color: #F8F6F1;
}

.pads-box_image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 100%;
  height: auto;
  width: 100%;
}

.pads-box_image__caption {
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 10px;
  font-size: 13px;
  color: #fffefe;
  background-color: #000;
  background-color: rgba(0,0,0,0.6);
  border-radius: 3px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  z-index: 1;
}

.pads-box__layout {
  display: block;
  position: relative;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}

.pads-box__title {
  display: inline-block;
  position: relative;
  font-size: 17px;
  font-weight: 700;
  color: #000;
  line-height: 24px;
  text-decoration: none;
  margin-top: 20px;
}

.pads-box__cost {
  display: inline-block;
  position: relative;
  font-size: 29px;
  font-weight: 700;
  color: #000;
  vertical-align: middle;
}

.pads-box__has {
  display: inline-block;
  position: relative;
  font-size: 13px;
  color: #fff;
  background-color: #139901;
  border-radius: 3px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-left: 20px;
  vertical-align: middle;
}

.pads-box__has.not {
  background: #fc0;
  color: #333;
}

.pads-tags {
  display: block;
  position: relative;
  width: 100%;
  font-size: 0;
  margin-top: 5px;
}

.pads-tags__item {
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-size: 11px;
  color: #000;
  background-color: #dfd9cc;
  border-radius: 3px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  /*white-space: nowrap;*/
  margin-right: 10px;
  margin-top: 10px;
}

.nav {
  display: block;
  position: relative;
  font-size: 0;
  margin-top: 15px;
  margin-bottom: 80px;
}

.nav__title {
  display: inline-block;
  position: relative;
  font-size: 15px;
  color: #000;
  vertical-align: middle;
  margin-right: 10px;
}

.nav__link {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 15px;
  color: #006ad5;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  border-radius: 3px;
}

.nav__link:hover {
  color: #f26522;
}

.nav__link.st-active {
  cursor: default;
  background-color: #30353c;
  color: #fff;
  text-decoration: none;
}

.nav__link + .nav__button {
  margin-left: 10px;
}

.nav__button + .nav__link {
  margin-left: 10px;
}

.nav__button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 15px;
  color: #000;
  text-decoration: none;
}

.nav__button:hover i {
  color: #f26522;
}

.nav__button i {
  color: #006ad5;
  text-decoration: underline;
}

.product {
  display: table;
  position: relative;
  width: 100%;
  table-layout: fixed;
  margin-top: 50px;
}

.product-cell {
  display: table-cell;
  position: relative;
  vertical-align: top;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 35%;
}

.product-cell:first-child {
  width: 65%;
  padding-right: 50px;
}

.product_image {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 20px;
}

.product_image:first-child {
  margin-top: 0;
}

.product_image img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}

.product-line {
  display: block;
  position: relative;
  margin-top: 30px;
}

.product-line:first-child {
  margin-top: 0;
}

.product-line .button {
  font-size: 17px;
  font-weight: 700;
  height: 37px;
  padding-left: 25px;
  padding-right: 25px;
}

.product__cost {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 29px;
  font-weight: 700;
  color: #000;
}

.product__has {
  display: inline-block;
  position: relative;
  font-size: 13px;
  color: #fff;
  background-color: #139901;
  border-radius: 3px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-left: 20px;
  vertical-align: middle;
}

.product-caption {
  display: block;
  position: relative;
}

.product-caption_row {
  display: block;
  position: relative;
  margin-top: 10px;
}

.product-caption__title {
  display: inline-block;
  position: relative;
  font-size: 13px;
  color: #999;
  vertical-align: middle;
}

.product-caption__value {
  display: inline-block;
  position: relative;
  font-size: 11px;
  color: #000;
  background-color: #dfd9cc;
  border-radius: 3px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  vertical-align: middle;
  margin-left: 5px;
}

.bucket--separator {
  display: block;
  position: relative;
  width: 100%;
  height: 6px;
  background-color: #ccc;
  margin-top: 40px;
}

.bucket-footer {
  display: block;
  position: relative;
  margin-top: 25px;
}

.bucket__caption {
  display: inline-block;
  position: relative;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background-color: #30353c;
  border-radius: 3px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  vertical-align: middle;
}

.bucket__caption i {
  text-decoration: underline;
}

.bucket__allcost {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 29px;
  font-weight: 700;
  color: #000;
  margin-left: 20px;
}

.bucket-form {
  display: block;
  position: relative;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 31px;
  font-size: 0;
}

.bucket-form__title {
  display: block;
  position: relative;
  font-size: 23px;
  font-weight: 700;
  color: #000;
}

.bucket-form-pad {
  display: inline-block;
  position: relative;
  width: 45%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #ccc;
  text-align: center;
  cursor: pointer;
  margin-top: 50px;
  margin-bottom: 20px;
  vertical-align: top;
}

.bucket-form-pad.st-left {
  margin-right: 5%;
}

.bucket-form-pad.st-right {
  margin-left: 5%;
}

.bucket-form-pad:hover {
  border-color: #000;
}

.bucket-form-pad.st-active {
  background-color: #f00;
  border-color: #f00;
}

.bucket-form-pad.st-active .bucket-form-pad__text {
  color: #fff;
}

.bucket-form-pad.st-active .bucket-form-pad__text b {
  color: #fff;
}

.bucket-form-pad__text {
  display: block;
  position: relative;
  font-size: 13px;
  color: #858585;
  line-height: 20px;
}

.bucket-form-pad__text b {
  display: block;
  position: relative;
  font-size: 15px;
  font-weight: 700;
  color: #000;
}

.bucket-form .input {
  margin-top: 30px;
}

.bucket-form .button {
  height: 37px;
  font-size: 17px;
  font-weight: 700;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 30px;
  -webkit-appearance: none;
}

.bucket-table {
  display: table;
  position: relative;
  width: 100%;
  table-layout: fixed;
  text-align: left;
  white-space: normal;
  margin-top: 40px;
}

.bucket-table:first-child {
  margin-top: 0;
}

.bucket-table_cell {
  display: table-cell;
  position: relative;
  vertical-align: top;
}

.bucket-table_cell:first-child {
  width: 160px;
}

.bucket-table_cell:last-child {
  width: 40px;
  text-align: right;
}

.bucket_image {
  display: block;
  position: relative;
  width: 140px;
  height: 100px;
  background-size: cover;
  background-position: center center;
}

.bucket__link {
  display: inline-block;
  position: relative;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  color: #000;
  text-decoration: none;
}

.bucket__link:hover {
  color: #f26522;
  text-decoration: underline;
}

.bucket-about {
  display: block;
  position: relative;
  margin-top: 20px;
}

.bucket__cost {
  display: inline-block;
  position: relative;
  font-size: 17px;
  font-weight: 700;
  color: #000;
  vertical-align: middle;
}

.bucket__have {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 13px;
  color: #fff;
  background-color: #139901;
  border-radius: 3px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-left: 10px;
}

.bucket--remove {
  display: inline-block;
  position: relative;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  /*background-image: url("../images/header-remove.png");*/
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAANlBMVEUAAAAwNTwwNTwwNTwwNTwwNTwwNTwwNTwwNTwwNTwwNTwwNTwwNTwwNTwwNTwwNTwwNTwwNTwOuS81AAAAEXRSTlMAzxL4VN9uIB8FZbFI2I6CSXbNA94AAABzSURBVCjPfdBJDoAgEERRFCec+/6XFUjwJxRaq06/VZX7zTrJa9n6LGZTLaN10UJnryHm73j02WoZnMNUMBVMBUPEELELEUMaFkUzj0YHkWIqfi0dRAb6idBdBBPBKhFDxMLR3jq9do9gW3DJGlufSb7zAD4XCZBECUIeAAAAAElFTkSuQmCC);
  border: none;
  outline: none;
}

.bucket--remove:hover {
  background-color: #f00;
  /*background-image: url("../images/header-remove-hover.png");*/
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAOVBMVEUAAAD///////////////////////////////////////////////////////////////////////8KOjVvAAAAEnRSTlMAzxL8325UIB8FZUix+NiNgk9YXv7xAAAAdElEQVQoz33QSQ7CQAxE0czQSZh8/8NiWpAv9UepVclvVe5Os846XfehSsTcyhR9WunjMCTGLctQrZUlCybBLJgFQ2SI7InIEFkV5zIFGyQ/s4zrd4NlYZ+E7RJMgjUiQ2Tl/v/XryzbDcH20n3sEOyRcpI3ra8J/QTk54gAAAAASUVORK5CYII=);
}

.bucket__removed {
  display: inline;
  position: relative;
  font-size: 13px;
  line-height: 20px;
  color: #000;
}

.bucket__removed b {
  font-weight: 700;
}

.bucket__removed a {
  color: #0057b9;
  text-decoration: none;
  border-bottom: 1px dashed #0057b9;
}

.bucket__removed a:hover {
  color: #f26522;
  border-color: #f26522;
}

* {
  padding: 0;
  margin: 0;
}

html,
body {
  height: 100%;
  width: 100%;
}

body {
  font-family: 'Noto Sans', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: #30353c;
}

section {
  display: block;
  position: relative;
  width: 100%;
  /*min-width: 1024px;*/
  min-width: 990px;
}

.st-scroll {
  overflow: hidden;
  width: auto;
}

.st-margin {
  width: auto;
}

.button {
  display: inline-block;
  position: relative;
  height: 30px;
  outline: none;
  border: none;
  cursor: pointer;
  background-color: #fc0;
  font-size: 15px;
  color: #000;
  border-radius: 3px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.button-payment {
  width: 260px;
  height: 48px;
  font-size: 18px;
}

.button-payment:disabled {
  opacity: 0.6;
}

.button span.genPayLink:before {
  content: ' ';
  background-image: url('/pics/spinner-24px.svg');
  position: absolute;
  width: 24px;
  height: 24px;
  left: 18px;
  top: 12px;
  font-size: 24px;
  display: inline-block;
}

.button:hover:enabled {
  background-color: #009aff;
  color: #fff;
}

.button:active:enabled {
  background-color: #f00;
  color: #fff;
}

.input {
  display: block;
  position: relative;
  width: 100%;
  height: 40px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Noto Sans', Arial, sans-serif;
  font-size: 15px;
  color: #000;
  outline: none;
  border: 1px solid #666;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-appearance: none;
  box-shadow: inset 0 4px 9px -2px rgba(0,0,0,0.25);
}

.input.required::-webkit-input-placeholder:after {
  content: '*';
  color: #f00;
}

.input.required:-moz-placeholder:after {
  content: '*';
  color: #f00;
}

.input.required::-moz-placeholder:after {
  content: '*';
  color: #f00;
}

.input.required:-ms-input-placeholder:after {
  content: '*';
  color: #f00;
}

.input.textarea, textarea.input {
  padding: 10px;
  height: 110px;
  line-height: 20px;
  resize: none;
}

.input:focus {
  border-color: #000;
}
