/* #updated */
@import "jquery.fancybox.min.css";
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Futura PT";
  font-display: swap;
  src: url("../images/futurapt-book.woff2") format("woff2");
  src: url("../images/futurapt-book.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 450;
  font-family: "Futura PT";
  font-display: swap;
  src: url("../images/futurapt-medium.woff2") format("woff2");
  src: url("../images/futurapt-medium.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 700;
  font-family: "Futura PT";
  font-display: swap;
  src: url("../images/futurapt-bold.woff2") format("woff2");
  src: url("../images/futurapt-bold.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 700;
  font-family: "Noto Sans";
  font-display: swap;
  src: url("../images/notosans-bold.woff2") format("woff2");
  src: url("../images/notosans-bold.woff") format("woff");
}
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, 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;
  outline: none;
}

html {
  min-height: 100vh;
}

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  min-height: 100%;
  font-family: "Futura PT", "Arial", sans-serif;
  font-size: 62.5%;
  line-height: 1.29;
}

.main-content {
  padding: 0 60px 80px;
  font: 17px/1.3 "Futura PT", "Arial", sans-serif;
  position: relative;
  background-color: #fff;
  color: rgba(81, 79, 79, 0.9);
}
@media screen and (max-width: 1366px) {
  .main-content {
    padding: 0 30px 40px;
  }
}
@media screen and (max-width: 768px) {
  .main-content {
    padding: 0 20px 30px;
  }
}
.main-content *, .main-content *::before, .main-content *::after {
  box-sizing: border-box;
}
.main-content article, .main-content aside, .main-content details, .main-content figcaption, .main-content figure, .main-content footer, .main-content header, .main-content hgroup, .main-content menu, .main-content nav, .main-content section {
  display: block;
}
.main-content blockquote, .main-content q {
  quotes: none;
}
.main-content blockquote:before, .main-content blockquote:after, .main-content q:before, .main-content q:after {
  content: "";
  content: none;
}
.main-content strong {
  font-weight: bold;
}
.main-content input {
  outline: none;
}
.main-content table {
  border-collapse: collapse;
  border-spacing: 0;
}
.main-content img {
  border: 0;
}
.main-content a {
  color: #0B62B3;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: transparent;
  text-decoration-thickness: auto;
  -webkit-text-decoration-skip: none;
          text-decoration-skip: none;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: 0.1em;
  text-underline-position: from-font;
  transition: text-decoration-color 0.3s ease;
}
.main-content a:visited {
  color: #0B62B3;
}
.main-content a:hover {
  text-decoration-color: inherit;
}
.main-content b {
  font-weight: 700;
}
.main-content sup {
  font-size: 0.6em;
  vertical-align: super;
  top: 0;
  line-height: 60%;
  white-space: nowrap;
}
.main-content sub {
  font-size: 0.6em;
  vertical-align: sub;
  bottom: 0;
  line-height: 60%;
  white-space: nowrap;
}
.main-content i {
  font-style: italic;
}
.main-content p {
  font-size: 17px;
  line-height: 1.47;
  color: rgba(81, 79, 79, 0.9);
}
.main-content p + p {
  margin-top: 8px;
}
.main-content .mt24 {
  margin-top: 24px;
}
.main-content .my20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.main-content .mb20 {
  margin-bottom: 20px;
}
.main-content .mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .main-content .mt40 {
    margin-top: 20px;
  }
}
.main-content .bold {
  font-weight: 700;
}
.main-content .text-red {
  color: #832432;
}
.main-content .text-big {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (max-width: 460px) {
  .main-content .text-big {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .main-content .desktop-only {
    display: none;
  }
}
.main-content__wrapper {
  max-width: 1110px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.main-content__left {
  width: 100%;
  padding-top: 12px;
}
.main-content__section {
  margin-bottom: 20px;
}
.main-content__section:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .main-content__section {
    margin-bottom: 20px;
  }
  .main-content__section:last-child {
    margin-bottom: 0;
  }
}
.main-content__breadcrumbs {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .main-content__breadcrumbs {
    margin-bottom: 20px;
  }
}
.main-content__top-title {
  margin-bottom: 20px;
}
.main-content__title {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 17px;
  font-weight: 450;
  line-height: normal;
  text-align: center;
  color: #ffffff;
  background-color: #832432;
  border-radius: 50px;
}
.main-content .main-content__title {
  color: #ffffff;
}
.main-content .main-content__subtitle {
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.29;
  color: #832432;
}
.main-content__table {
  max-width: 295px;
  width: 100%;
  table-layout: fixed;
}
.main-content__table th {
  padding: 21px 0 14px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  text-align: left;
  vertical-align: middle;
}
.main-content__table th.bb {
  border-bottom: 2px solid #832432;
}
.main-content__table th:nth-child(1) {
  width: 179px;
}
.main-content__table .p0 th {
  padding: 0;
}
.main-content__table td {
  padding: 6px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
  color: #832432;
  vertical-align: middle;
}
.main-content__table2 {
  margin-top: 10px;
  width: 100%;
}
.main-content__table2 tr {
  height: 42px;
}
.main-content__table2 tr :first-child {
  text-align: left;
}
.main-content__table2 tr:nth-child(odd) {
  background-color: #F5F1E2;
}
.main-content__table2 th, .main-content__table2 td {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.main-content__table2 th {
  padding: 10px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.29;
  color: #FFFFFF;
  background-color: #832432;
}
.main-content__table2 td {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.29;
  color: rgba(81, 79, 79, 0.9);
}

@media screen and (max-width: 560px) {
  .table-scroll {
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
  }
  .table-scroll table {
    width: 560px;
  }
}

.breadcrumbs {
  display: flex;
}
.breadcrumbs a {
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  color: rgba(0, 0, 0, 0.65);
}
@media screen and (max-width: 768px) {
  .breadcrumbs a {
    font-size: 14px;
  }
}
.breadcrumbs a:visited {
  color: rgba(0, 0, 0, 0.65);
}
.breadcrumbs a:active {
  color: rgba(0, 0, 0, 0.65);
}
.breadcrumbs span {
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .breadcrumbs span {
    font-size: 14px;
  }
}
.breadcrumbs__item_divider {
  margin: 0 10px;
}

.top-title {
  font-family: "Noto Sans", "Arial", sans-serif;
  font-size: 29px;
  font-weight: 700;
  line-height: normal;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .top-title {
    font-size: 24px;
  }
}
.top-title span {
  display: inline-block;
  max-width: 980px;
}

.full-width-img {
  width: 100%;
}
.full-width-img img {
  display: block;
  width: 100%;
  height: auto;
}
.full-width-img figcaption {
  margin-top: 14px;
}

.plates {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 1.98%;
  gap: 20px 22px;
  margin-block: 10px;
}
@media screen and (max-width: 1024px) {
  .plates {
    grid-template-columns: 1fr;
  }
}

.plate {
  flex-basis: 353px;
  border-radius: 15px;
  border: 1px solid #832432;
}
.plate p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
  color: rgba(81, 79, 79, 0.9);
}
.plate--left {
  background-image: url("../images/plate-bg.jpg");
  background-size: 356px 273px;
  background-position: left top -1px;
  background-repeat: no-repeat;
}
@media (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .plate--left {
    background-image: url("../images/plate-bg-2x.jpg");
  }
}
@media screen and (max-width: 400px) {
  .plate--left {
    background-size: auto 100%;
    background-position: center top -1px;
  }
}
.plate__top {
  padding: 20px 29px 30px;
}
.plate__bottom {
  margin-top: auto;
  padding: 31px 16px 42px 21px;
  background-color: #832432;
  mix-blend-mode: multiply;
  border-radius: 0px 0px 14px 14px;
}
.plate .plate__bottom p {
  color: #ffffff;
}
.plate__big-text {
  display: inline-block;
  margin-top: 18px;
}
.plate--center {
  padding: 21px 18px 30px 24px;
}
.plate--center ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 18px;
       column-gap: 18px;
  row-gap: 36px;
  margin-top: 30px;
  padding-right: 14px;
  padding-left: 8px;
  list-style-type: none;
}
@media screen and (max-width: 400px) {
  .plate--center ul {
    grid-template-columns: 1fr;
    row-gap: 20px;
    margin-top: 20px;
    padding: 0;
  }
}
.plate--center li {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.plate--right {
  padding: 21px 18px 26px;
}
.plate--right ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 16px;
  margin-top: 23px;
}
@media screen and (max-width: 400px) {
  .plate--right ul {
    grid-template-columns: 1fr;
    row-gap: 20px;
    margin-top: 20px;
  }
}
.plate--right li {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.special-block1 {
  display: grid;
  grid-template-columns: 296px auto;
  justify-content: center;
  gap: 10px 5.4%;
  margin-top: 30px;
  margin-bottom: 28px;
}
@media screen and (max-width: 1024px) {
  .special-block1 {
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: 0;
  }
}
.special-block1__left, .special-block1__right {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .special-block1__left, .special-block1__right {
    flex-direction: column;
  }
  .special-block1__left img, .special-block1__right img {
    align-self: center;
  }
}
.special-block1__left ul, .special-block1__right ul {
  list-style-type: disc;
  padding-left: 24px;
}
.special-block1__left li + li, .special-block1__right li + li {
  margin-top: 6px;
}
.special-block1__right {
  max-width: 707px;
  text-align: center;
}

.text-list {
  padding-left: 26px;
  list-style-type: disc;
}
.text-list li {
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  color: rgba(81, 79, 79, 0.9);
}
.text-list li + li {
  margin-top: 10px;
}

.icon-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 4.14%;
  margin-top: 10px;
  margin-bottom: 14px;
}
.icon-list li {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-top: 10px;
}
.icon-list li img {
  flex-shrink: 0;
}
.icon-list li > span {
  display: inline-block;
  max-width: -moz-min-content;
  max-width: min-content;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
  color: #832432;
}

.abbrev-list {
  list-style-type: none;
}
.abbrev-list li {
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: rgba(81, 79, 79, 0.9);
}
.abbrev-list li + li {
  margin-top: 4px;
}
.abbrev-list abbr {
  text-decoration: none;
}

.sources-list__title {
  margin-bottom: 20px;
  font-family: "Noto Sans", "Arial", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.375;
  color: #000000;
}
.sources-list ol {
  padding-left: 16px;
  list-style-type: decimal;
}
.sources-list li {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.29;
}
.sources-list li + li {
  margin-top: 4px;
}

.right-banner {
  min-height: 589px;
  border-radius: 10px;
  background: #F5F5F5;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.17);
}/*# sourceMappingURL=index.css.map */