@font-face {
  font-family: MuseoSansCyrl300;
  src: url(../fonts/MuseoSansCyrl-300.eot) format("embedded-opentype"),
    url(../fonts/MuseoSansCyrl-300.woff2) format("woff2"),
    url(../fonts/MuseoSansCyrl-300.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: MuseoSansCyrl500;
  src: url(../fonts/MuseoSansCyrl-500.eot) format("embedded-opentype"),
    url(../fonts/MuseoSansCyrl-500.woff2) format("woff2"),
    url(../fonts/MuseoSansCyrl-500.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: MuseoSansCyrl700;
  src: url(../fonts/MuseoSansCyrl-700.eot) format("embedded-opentype"),
    url(../fonts/MuseoSansCyrl-700.woff2) format("woff2"),
    url(../fonts/MuseoSansCyrl-700.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: MuseoSansCyrl900;
  src: url(../fonts/MuseoSansCyrl-900.eot) format("embedded-opentype"),
    url(../fonts/MuseoSansCyrl-900.woff2) format("woff2"),
    url(../fonts/MuseoSansCyrl-900.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
:root {
  --blue: #276ab8;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #d0021b;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #fff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #d0021b;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1400px;
  --font-family-sans-serif: "Helvetica", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: Helvetica, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: #f2f2f2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

hr,
ul {
  margin-bottom: 1rem;
}

h1,
h2,
h3,
p,
ul {
  margin-top: 0;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

ul ul {
  margin-bottom: 0;
}

figure {
  margin: 0 0 1rem;
}
b {
  font-weight: bolder;
}
a {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #d9d9d9;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
  display: block;
  font-size: 87.5%;
  color: #212529;
}
img {
  vertical-align: middle;
}
img {
  border-style: none;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
button {
  -webkit-border-radius: 0;
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="time"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}

h1,
h2 {
  color: inherit;
}

h3 {
  font-family: inherit;
  color: inherit;
}
.h1,
.h2 {
  color: inherit;
}
.h3 {
  font-family: inherit;
  color: inherit;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.figure {
  display: inline-block;
}

.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
.col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #f2f2f2;
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  font-size: 1rem;
  line-height: 1.1875;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
.btn:focus,
.btn:hover {
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-outline-primary {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
}
.btn-outline-primary:hover {
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.nav {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.progress {
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  background-color: #e9ecef;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

body.fixed {
  overflow: hidden;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.visible {
  visibility: visible !important;
}
@-webkit-keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.container-fluid {
  padding: 0 3.125rem;
}
.btn {
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0.5rem 1.875rem 0.625rem;
}
.btn:active,
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-primary:hover {
  color: #000 !important;
  text-decoration: none !important;
}
.h3,
h3 {
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 0.5625rem;
  line-height: 1.22;
}
.h3 a,
h3 a {
  text-decoration: none;
}
.h3 a,
h3 a {
  color: inherit;
}
.h3 a:hover,
h3 a:hover {
  color: inherit;
  text-decoration: underline;
}

.h1,
.h2,
h1,
h2 {
  font-weight: 700;
  font-family: "PT Serif", serif;
  font-size: 1.75rem;
  line-height: 1;
}

.h1,
.h2,
h1,
h2 {
  margin-bottom: 0.9375rem;
}
.h1,
h1 {
  font-size: 2rem;
  margin-bottom: 1.875rem;
  line-height: 1.4;
}
.p,
p {
  margin-bottom: 1rem;
}
.p:last-child,
p:last-child {
  margin-bottom: 0;
}

input[type="checkbox"] {
  display: none;
}
.container-fluid {
  max-width: 1480px;
}
.header {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(2%, #e00300),
    color-stop(7%, #e20300),
    color-stop(47%, #c10300),
    to(#9c0200)
  );
  background-image: linear-gradient(
    -180deg,
    #e00300 2%,
    #e20300 7%,
    #c10300 47%,
    #9c0200 100%
  );
  color: #fff;
  padding: 2.125rem 0;
  margin-bottom: 0.9375rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.header + * {
  padding-top: 132px !important;
}
.header__logo {
  width: 17.5rem;
  height: 2rem;
  cursor: pointer;
  display: block;
}
.header__logo img {
  width: 100%;
  height: auto;
  margin: 0;
  display: block;
}
.header__control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__item,
.nav__item {
  letter-spacing: 0;
  color: #fff;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  margin: 0 0.9375rem;
}
.header__item:hover,
.nav__item:hover {
  text-decoration: underline;
  color: #fff;
}
.header__item:first-child,
.nav__item:first-child {
  margin-left: 0;
}
.header__item:last-child,
.nav__item:last-child {
  margin-right: 0;
}
.header__item .icon,
.nav__item .icon {
  fill: #fff;
}
.nav {
  font-size: 1rem;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.nav__item {
  margin: 0 -webkit-calc(25px/2);
  margin: 0 calc(28px / 2);
}
.section {
  padding: 0.9375rem 0;
}
.section:first-child {
  padding-top: 0;
}
.footer a {
  color: #fff;
}

.footer ul:last-child {
  margin-bottom: 0;
}
.top {
  background-color: #fff;
  padding: 1.875rem 1.25rem 3.75rem;
  counter-reset: top;
}
.footer {
  background-color: #d0021b;
  padding: 35px 0 40px;
  color: #fff;
  font-size: 16px;
}
.footer .copy {
  font-size: 18px;
}
.footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer ul {
  line-height: 30px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  body.fixed {
    overflow: auto;
  }
}
@media (max-width: 1399.98px) {
  .header__control,
  .nav {
    display: none;
  }
}
@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }

  pre {
    border: 1px solid #adb5bd;
  }
  thead {
    display: table-header-group;
  }

  img,
  pre,
  tr {
    page-break-inside: avoid;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  body {
    min-width: 992px !important;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .container-fluid {
    padding: 0 0.625rem;
  }
  .header {
    padding: 0.9375rem 0;
    margin-bottom: 0.625rem;
  }
  .header + * {
    padding-top: 55px !important;
  }
  .header__logo {
    width: 8.75rem;
    height: 1rem;
  }
  .header__item,
  .nav__item {
    display: none;
  }
  .section {
    padding: 0.625rem 0 0;
  }
  .footer {
    font-size: 14px;
  }
  .footer .copy {
    padding-top: 10px;
  }
}
@media (max-width: 767.98px) {
  .b-site {
    overflow: hidden;
  }
}
.__rusindustry_rusind-subset * {
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  cursor: default;
  max-height: 999999px;
  font-size: inherit;
}
.__rusindustry_rusind-subset b {
  font: inherit;
  font-style: inherit;
  cursor: inherit;
  font-weight: 400;
}
.__rusindustry_rusind-subset h1,
.__rusindustry_rusind-subset h2,
.__rusindustry_rusind-subset h3 {
  margin: 0;
  font-weight: 400;
}
.__rusindustry_rusind-subset {
  position: relative;
  margin: 0;
  color: #000;
  font-family: MuseoSansCyrl500;
  font-size: 14px;
  line-height: 14px;
}
.__rusindustry_rusind-subset a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.__rusindustry_rusind-subset p {
  margin: 0;
  padding: 0;
}
.__rusindustry_rusind-subset a * {
  cursor: inherit;
}
.__rusindustry_rusind-subset li,
.__rusindustry_rusind-subset ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.__rusindustry_rusind-subset input[type="number"] {
  -moz-appearance: textfield;
}
.__rusindustry_rusind-subset input[type="number"]::-webkit-inner-spin-button,
.__rusindustry_rusind-subset input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
body {
  position: relative;
  margin: 0;
}
body > * {
  max-width: 950px;
  margin: 0 auto !important;
}
.__rusindustry_rusind-subset {
  position: relative;
}
.__rusindustry_rusind-subset > .__rusindustry_section {
  position: relative;
  padding: 0 50px;
  box-sizing: border-box;
}

@media (max-width: 800px) {
  .__rusindustry_rusind-subset > .__rusindustry_section {
    padding: 0 20px;
  }
}
.__rusindustry_rusind-subset
  > .__rusindustry_section
  > .__rusindustry_section-inner {
  position: relative;
  box-sizing: border-box;
}
.__rusindustry_rusind-subset.__rusindustry_article-page {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  background: #fff;
  min-height: 100vh;
}
.__rusindustry_rusind-subset.__rusindustry_article-page
  .__rusindustry_article-shadow {
  position: absolute;
  z-index: 0;
  width: 100%;
  overflow-x: hidden;
  left: 0;
  top: 0;
}
.__rusindustry_rusind-subset.__rusindustry_article-page > * {
  position: relative;
  z-index: 1;
}
.__rusindustry_rusind-subset.__rusindustry_article-page
  + .__rusindustry_rusind-subset.__rusindustry_article-page:before {
  content: "";
  display: block;
  height: 50px;
}
.__rusindustry_rusind-subset.__rusindustry_article-page
  .__rusindustry_header-section
  > .__rusindustry_section-inner {
  padding: 20px 0 30px;
  border-bottom: 5px solid #e20300;
}
.__rusindustry_rusind-subset:not(#loaded_article-0).__rusindustry_article-page
  .__rusindustry_header-section
  > .__rusindustry_section-inner
  > .__rusindustry_header {
  padding-top: 100px;
}
@media (max-width: 640px) {
  .__rusindustry_rusind-subset.__rusindustry_article-page
    .__rusindustry_header-section
    > .__rusindustry_section-inner {
    padding: 35px 0 30px;
  }
}
.__rusindustry_rusind-subset.__rusindustry_article-page
  .__rusindustry_header-section
  .__rusindustry_header {
  font-family: MuseoSansCyrl700;
  font-size: 33px;
  line-height: 1.3;
}
@media (max-width: 640px) {
  .__rusindustry_rusind-subset.__rusindustry_article-page
    .__rusindustry_header-section
    .__rusindustry_header {
    font-size: 25px;
    line-height: 1.2;
  }
}
.__rusindustry_rusind-subset.__rusindustry_article-page
  .__rusindustry_header-section
  .__rusindustry_info {
  color: #848484;
  margin-top: 43px;
}
.__rusindustry_rusind-subset.__rusindustry_article-page
  .__rusindustry_header-section
  .__rusindustry_info
  > * {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media (max-width: 640px) {
  .__rusindustry_rusind-subset.__rusindustry_article-page
    .__rusindustry_header-section
    .__rusindustry_info
    > * {
    display: block;
  }
}
.__rusindustry_rusind-subset.__rusindustry_article-page
  .__rusindustry_header-section
  .__rusindustry_info
  > *
  + * {
  padding-left: 41px;
  width: calc(100% - 460px);
}
@media (max-width: 640px) {
  .__rusindustry_rusind-subset.__rusindustry_article-page
    .__rusindustry_header-section
    .__rusindustry_info
    > *
    + * {
    padding-left: 0;
    margin-top: 20px;
    width: 100%;
  }
}
.__rusindustry_rusind-subset.__rusindustry_article-page
  .__rusindustry_header-section
  .__rusindustry_info
  > *
  + :before {
  content: "";
  display: block;
  position: absolute;
  height: 50px;
  border-right: 1px solid #d8d8d8;
  left: 20px;
  top: -8px;
}
@media (max-width: 640px) {
  .__rusindustry_rusind-subset.__rusindustry_article-page
    .__rusindustry_header-section
    .__rusindustry_info
    > *
    + :before {
    display: none;
  }
}
.__rusindustry_rusind-subset.__rusindustry_article-page
  .__rusindustry_header-section
  .__rusindustry_info
  > *
  > *
  + * {
  margin-top: 7px;
}
.__rusindustry_rusind-subset.__rusindustry_article-page
  .__rusindustry_text-section {
  margin-top: 50px;
}
@media (max-width: 640px) {
  .__rusindustry_rusind-subset.__rusindustry_article-page
    .__rusindustry_text-section {
    margin-top: 30px;
  }
}
.__rusindustry_rusind-subset.__rusindustry_article-page
  .__rusindustry_text-section
  .__rusindustry_content
  .__rusindustry_text {
  display: block;
  vertical-align: top;
  font-family: MuseoSansCyrl300;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 400px) {
  .__rusindustry_rusind-subset.__rusindustry_article-page
    .__rusindustry_text-section
    .__rusindustry_content
    .__rusindustry_text {
    display: block;
  }
}
@media (max-width: 800px) {
  .__rusindustry_rusind-subset.__rusindustry_article-page
    .__rusindustry_text-section
    .__rusindustry_content
    .__rusindustry_text
    > * {
    display: block;
    width: auto;
  }
}
.__rusindustry_rusind-subset.__rusindustry_article-page
  .__rusindustry_text-section
  .__rusindustry_content
  .__rusindustry_text
  > *,
.__rusindustry_rusind-subset.__rusindustry_article-page
  .__rusindustry_text-section
  .__rusindustry_content
  > *
  + * {
  display: block;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 1380px) {
  .__rusindustry_rusind-subset.__rusindustry_article-page
    .__rusindustry_text-section
    .__rusindustry_content
    > *
    + * {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 1100px) {
  .__rusindustry_rusind-subset.__rusindustry_article-page
    .__rusindustry_text-section
    .__rusindustry_content
    .__rusindustry_text
    > * {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 800px) {
  .__rusindustry_rusind-subset.__rusindustry_article-page
    .__rusindustry_text-section
    .__rusindustry_content
    .__rusindustry_text
    > *,
  .__rusindustry_rusind-subset.__rusindustry_article-page
    .__rusindustry_text-section
    .__rusindustry_content
    > *
    + * {
    width: auto;
    max-width: initial;
    padding: 0;
  }
}
.__rusindustry_rusind-subset.__rusindustry_article-page
  .__rusindustry_text-section
  .__rusindustry_content
  .__rusindustry_text
  *
  + p {
  margin-top: 0;
}
.__rusindustry_rusind-subset.__rusindustry_article-page
  .__rusindustry_text-section
  .__rusindustry_content
  .__rusindustry_text
  h2 {
  color: #323232;
  font-family: MuseoSansCyrl300;
  font-size: 28px;
  margin-bottom: 0;
  line-height: 48px;
}
@media (max-width: 800px) {
  .__rusindustry_rusind-subset.__rusindustry_article-page
    .__rusindustry_text-section
    .__rusindustry_content
    .__rusindustry_text
    h2 {
    font-size: 24px;
    line-height: 36px;
  }
}
.__rusindustry_rusind-subset.__rusindustry_article-page
  .__rusindustry_text-section
  .__rusindustry_content
  .__rusindustry_text
  *
  + h2 {
  margin-top: 0;
}
@media (max-width: 800px) {
  .__rusindustry_rusind-subset.__rusindustry_article-page
    .__rusindustry_text-section
    .__rusindustry_content
    .__rusindustry_text
    *
    + h2 {
    margin-top: 35px;
  }
}
.__rusindustry_text-section .__rusindustry_content p {
  margin-bottom: 20px;
}
.__rusindustry_text-section .__rusindustry_content h2,
h3 {
  margin-top: 15px;
  margin-bottom: 8px;
  line-height: 100% !important;
}
.__rusindustry_text-section .__rusindustry_content h3 {
  font-size: 28px;
  font-family: MuseoSansCyrl700;
  font-size: 36px;
  line-height: 1.4em;
  font-weight: 700;
  margin-top: 45px;
  padding-bottom: 25px;
}
.__rusindustry_text li,
.__rusindustry_text ul {
  display: list-item;
  list-style: inherit;
  list-style-position: inside;
}
.__rusindustry_content .__rusindustry_text p a {
  color: #2067b0;
  text-decoration: underline;
  cursor: pointer;
}
.__rusindustry_content .__rusindustry_text p a:hover {
  color: #2067b0;
  text-decoration: none;
  cursor: pointer;
}
@media print {
  @page {
    margin-left: 20mm;
    margin-right: 20mm;
    margin-top: 0;
    margin-bottom: 0;
  }
  body {
    margin: 0;
    overflow: visible;
  }

  .footer,
  .header,
  .header__logo {
    display: none !important;
  }
  .__rusindustry_section-inner h1 {
    font-size: 52px !important;
  }
  body div:nth-child(1) {
    height: auto !important;
  }
  .__rusindustry_section-inner .__rusindustry_info * {
    font-size: 22px !important;
    line-height: 20px !important;
  }
  .__rusindustry_content .__rusindustry_text p {
    font-size: 40px !important;
    line-height: 60px !important;
  }
  .__rusindustry_content .__rusindustry_text h2,
  h3 {
    font-size: 60px !important;
    line-height: 60px !important;
  }
  body,
  html {
    height: 99% !important;
  }
}
.main-img {
  display: block;
  margin: 0 auto 20px;
  width: 100% !important;
}
.alert-block {
  padding: 15px !important;
  margin: 0 0 20px !important;
  border: 1px solid #000;
  background: #fff2cc;
}
b {
  font-weight: 700 !important;
}
.comment-item {
  display: flex;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}
.comment-item > div:first-child {
  width: 50px;
}
.user-info {
  padding: 0 0 0 15px;
  width: calc(100% - 50px);
}
.user-info > div:first-child {
  padding-bottom: 10px;
  font-weight: 700;
}
.comment-item > div:first-child img {
  width: 50px;
}
.user-info img {
  display: block;
  margin: 20px 0;
  width: 100%;
  max-width: 300px;
}
.user-detail {
  font-size: 18px;
}
.user-detail > div:first-child {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .user-info {
    padding: 0 15px;
  }
  .user-detail {
    display: flex;
    flex-wrap: wrap;
  }
  .user-detail > div:first-child {
    order: 2;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .__rusindustry_text p {
    font-size: 18px;
  }
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.__rusindustry_section-inner h1 + p {
  font-size: 22px;
  line-height: 1.4;
  margin: 20px 0;
}
.red {
  color: red;
}
ul {
  margin-bottom: 20px !important;
}
ul li {
  font-size: 18px !important;
  margin-bottom: 8px !important;
}
.alert-block__row {
  display: flex;
}
.alert-block__img {
  margin-right: 16px;
}
.alert-block__img img {
  width: 150px;
  height: 150px;
}
@media (max-width: 450px) {
  .alert-block__row {
    flex-direction: column;
  }
  .alert-block__img {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: center;
  }
}
.header {
  padding: 15px 0;
}
.header + * {
  padding-top: 50px !important;
}
.main-img-2 {
  margin: 0 auto 20px;
  width: 100% !important;
  max-width: 500px !important;
}
@media screen and (min-width: 768px) {
  .header + * {
    padding-top: 90px !important;
  }
}
.sub-title {
  font-size: 24px !important;
  font-weight: 700;
  line-height: 1.3;
}
.footer {
  width: 100%;
  text-align: center;
}
.footer-img,
.footer-text {
  display: inline-block;
  width: 40%;
}
.footer-text {
  text-align: right;
  margin-top: 13px;
}
@media (max-width: 480px) {
  .footer-img,
  .footer-text {
    width: 90%;
    text-align: center;
  }
  .footer {
    padding: 25px 0;
  }
}
.alert-block-2 {
  padding: 15px;
  background: #dbffdb;
}

.vk-comment-load {
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #dae1e8;
  padding-bottom: 15px;
}
.vk-comment-text {
  margin-left: 60px;
  margin: 10px;
}
i {
  line-height: 1.5;
}
@media (max-width: 480px) {
  .__rusindustry_rusind-subset.__rusindustry_article-page
    .__rusindustry_header-section
    .__rusindustry_header {
    font-size: 24px;
  }
}
@media (max-width: 320px) {
  .header__logo {
    margin: 0 auto;
  }
  .__rusindustry_rusind-subset.__rusindustry_article-page
    .__rusindustry_header-section
    .__rusindustry_header {
    font-size: 20px;
    line-height: 1.2;
  }
  .__rusindustry_section-inner h1 + p {
    font-size: 16px;
    line-height: 1.4;
  }
  .__rusindustry_rusind-subset.__rusindustry_article-page
    .__rusindustry_text-section
    .__rusindustry_content
    .__rusindustry_text {
    font-size: 16px;
  }
  .__rusindustry_rusind-subset.__rusindustry_article-page
    .__rusindustry_text-section
    .__rusindustry_content
    .__rusindustry_text
    *
    + h2 {
    margin-top: 0;
  }
  .__rusindustry_rusind-subset.__rusindustry_article-page
    .__rusindustry_header-section
    > .__rusindustry_section-inner {
    padding: 0;
  }
  .__rusindustry_info {
    margin-top: 25px !important;
  }
  .footer-img {
    width: 150px !important;
  }
  .footer .copy {
    width: 150px !important;
    display: block;
    margin: 0 auto;
    font-size: 15px;
  }
}
.loading {
  display: flex;
  align-items: center;
}
.loading img {
  display: inline;
  width: 60px !important;
  margin: 0 16px 0 0;
}
.comment-write {
  transition: all 0.3s ease;
  max-height: 100px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.comments__kma > div {
  transition: all 0.3s ease;
}
.comment-hide {
  transform: translateX(calc(-100% - 100px));
  height: 0;
  min-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.comment-write {
  transition: all 0.3s ease;
  max-height: 100px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.comments__kma {
  overflow: hidden;
}
.loading {
  font-style: italic;
}
.loading:after {
  content: ".";
  animation: loading 1s ease alternate infinite;
}
@keyframes loading {
  60% {
    text-shadow: 0.35em 0 0 currentColor;
  }
  100% {
    text-shadow: 0.35em 0 0 currentColor, 0.75em 0 0 currentColor;
  }
}
@keyframes race {
  0% {
    transform: skew(0, -3deg);
  }
  25% {
    transform: skew(0, 3deg);
  }
  50% {
    transform: skew(0, -3deg);
  }
  75% {
    transform: skew(0, 3deg);
  }
  100% {
    transform: skew(0);
  }
}
.comment-item {
  font-size: 18px;
}
.txt-red {
  color: red;
}

/* door block start */
.door__wrapper {
  padding: 0 50px;
}
.door {
  background-image: url(../images/closed_box.png);
  background-size: cover;
  transform: rotateY(0);
  display: inline-block;
  transition: 0.75s;
  transform-origin: bottom center;
  cursor: pointer;
}
.door:hover {
  transform: rotateX(-30deg);
  -webkit-transform: rotateX(-30deg);
  -moz-transform: rotateX(-30deg);
  -ms-transform: rotateX(-30deg);
  -o-transform: rotateX(-30deg);
}
.door.open {
  background-image: url(../images/opened_box2.png);
}
.door.open.vin {
  background-image: url(../images/discount100.png);
  transform: rotateX(0);
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
}
.door__title {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  font-size: 22px !important;
  margin-bottom: 25px;
  background-color: #3a4752;
  padding: 10px 0;
  border-radius: 0.5em;
}
.door__container {
  display: flex;
  justify-content: space-around;
  justify-content: center;
}
.box {
  perspective: 500px;
  position: relative;
}
.box,
.door {
  width: 190px;
  height: 180px;
}
.door,
.hi {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 840px) {
  .door__sales {
    font-size: 20px !important;
    font-weight: 700 !important;
    top: 50px !important;
    color: red !important;
    border-radius: 30px !important;
  }
  .door__container {
    height: 150px;
  }
  .door__title {
    margin-bottom: 0;
  }
  .box,
  .door {
    width: 100%;
    max-width: 255px;
    height: 200px;
  }
  .door {
    background-size: 100%;
  }
}
@media screen and (max-width: 800px) {
  .door__wrapper {
    padding: 0 20px;
  }
}
@media (max-width: 730px) {
  .door__container {
    flex-direction: column;
    height: auto;
    align-items: center;
  }
}
/* door block end */

.spin-result-wrapper {
  max-width: 100%;
  display: none;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  top: 0;
  z-index: 999 !important;
  left: 0;
  height: 100%;
  position: fixed !important;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
}
.order_block,
.spin-result-wrapper {
  display: none;
}
.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0;
  left: 0;
  top: 40%;
  margin: 0 auto;
  background: #fff none repeat scroll 0 0;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  animation: 0.7s ease 0s normal none 1 running pop-up-appear;
  -webkit-animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}
.pop-up-window::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  top: -55px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #71c341;
  border-radius: 50%;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
  -webkit-animation: 0.5s ease 0.6s normal backwards 1 running
    pop-up-appear-before;
}
.pop-up-text {
  margin-bottom: 25px !important;
  font-size: 24px;
  line-height: 30px;
  text-align: center !important;
}
.pop-up-button {
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 10px 20%;
  font-size: 20px;
  border-radius: 5px;
  background-color: #71c341;
  color: #fff !important;
  border: medium none;
  cursor: pointer;
  outline: medium none;
}
.pop-up-window::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 20px;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-width: medium medium 4px 4px;
  border-style: none none solid solid;
  border-color: currentcolor currentcolor #fff #fff;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  transform: rotate(-45deg);
  transition: opacity 1s ease 0s;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transition: opacity 1s ease 0s;
  -moz-transition: opacity 1s ease 0s;
  -ms-transition: opacity 1s ease 0s;
  -o-transition: opacity 1s ease 0s;
  -webkit-animation: 0.5s ease 0.6s normal backwards 1 running
    pop-up-appear-after;
}
.prod-img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 200px;
}
@media screen and (min-width: 640px) {
  .prod-img {
    max-width: 300px;
  }
}
.order_block h3 {
  text-align: center;
  font-size: 20px;
}
.price-bl {
  text-align: center;
  margin-bottom: 20px;
}
.price-bl s {
  padding-right: 6px;
}
.price-bl b {
  color: red;
  padding-left: 6px;
}
.input-roulette {
  display: block;
  margin: 0 auto 10px;
  width: 100%;
  max-width: 340px;
  height: 42px;
  padding: 0 10px;
  font-size: 16px;
  border: 1px #424242 solid;
  box-sizing: border-box;
  outline: 0;
}
.button {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background: red;
  border: none;
  border-radius: 8px;
  width: 100%;
  max-width: 340px;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  height: auto;
}
.button {
  transition: 0.2s;
  font-family: arial;
  padding: 16px 8px;
  box-sizing: border-box;
  font-size: 18px !important;
  font-weight: 300 !important;
}
@media (max-width: 768px) {
  .order_block {
    margin: 0 20px;
  }
}
@media (max-width: 500px) {
  .button {
    font-size: 16px !important;
  }
  ul li {
    font-size: 16px !important;
  }
}
.sc {
  cursor: pointer !important;
}
.screenLock {
  position: fixed;
  width: 100%;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.msg {
  box-sizing: border-box;
  max-width: 781px;
  text-align: center;
  width: 94%;
  max-height: 535px;
  background: #3c72b5;
  background: -moz-linear-gradient(-45deg, #3c72b5 0, #7b9fcc 100%);
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0, #3c72b5),
    color-stop(100%, #7b9fcc)
  );
  background: -webkit-linear-gradient(-45deg, #3c72b5 0, #7b9fcc 100%);
  background: -o-linear-gradient(-45deg, #3c72b5 0, #7b9fcc 100%);
  background: -ms-linear-gradient(-45deg, #3c72b5 0, #7b9fcc 100%);
  background: linear-gradient(135deg, #3c72b5 0, #7b9fcc 100%);
  font-family: Roboto !important;
  position: relative;
  border: 5px solid #ddd;
  padding: 0 2%;
}
.comeback-close {
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 30px;
  cursor: pointer;
  color: #b22222;
  display: block;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  box-shadow: 0 0 9px 0 #000;
  background: url(../images/close.png) no-repeat -4px -2px;
}
.comeback-btn {
  display: inline-block;
  max-width: 380px;
  margin: 10px auto 33px;
  font-size: 23px;
  line-height: 100%;
  text-decoration: none;
  color: #fff;
  background-color: #3c72b5;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: 700;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 5px;
  padding: 15px 15px !important;
  transition-duration: 0.3s;
}
.comeback-btn:hover {
  color: #3c72b5;
  background-color: #fff;
}
@media (max-width: 737px) {
  .msg {
    width: 95%;
    left: auto;
    margin: 0 auto;
    top: 0;
    padding-bottom: 30px;
    text-align: center;
  }
  .comeback-btn {
    font-size: 16px;
    margin: 0 auto;
  }
}

figure {
  width: 100%;
  margin: 20px auto;
  text-align: center;
}

figure img {
  width: 100%;
  max-width: 850px;
  margin-bottom: 5px;
}

figure figcaption {
  font-size: 14px;
  font-style: italic;
}
