/* #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 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-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 .bold {
  font-weight: 700;
}
@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: 40px;
}
.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__section_mb20 {
  margin-bottom: 20px;
}
.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-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 {
  width: 100%;
  border-spacing: 0;
  table-layout: fixed;
}
.main-content__table [colspan] {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.29;
  color: #832432;
  background-color: #F3EAEB;
  border-top: 2px solid #832432;
  border-bottom: 2px solid #832432;
}
.main-content__table .bb td {
  border-bottom: 1px solid #832432;
}
.main-content__table thead tr {
  background-color: #832432;
}
.main-content__table tbody tr:last-child td {
  border-bottom: 3px solid #832432;
}
.main-content__table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 20px;
}
.main-content__table tbody tr:last-child td:last-child {
  border-radius: 0 0 20px 0;
}
.main-content__table th, .main-content__table td {
  padding: 10px 20px;
  vertical-align: middle;
  text-align: center;
}
.main-content__table th:first-child, .main-content__table td:first-child {
  border-left: 3px solid #832432;
}
.main-content__table th:last-child, .main-content__table td:last-child {
  border-right: 3px solid #832432;
}
.main-content__table th {
  width: 50%;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #FFFFFF;
}
.main-content__table th:first-child {
  border-radius: 20px 0 0 0;
}
.main-content__table th:last-child {
  border-radius: 0 20px 0 0;
}
.main-content__table th:not(:last-child) {
  border-right: 1px solid #ffffff;
}
.main-content__table td:not(:last-child) {
  border-right: 1px solid #832432;
}

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

.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;
}

[data-scroll] {
  opacity: 0;
  transform: translateY(-20px);
}

[data-scroll=in] {
  opacity: 1;
  transform: translateY(0);
  transition: 0.7s ease 0.3s;
}

.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;
}

.special-block1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 3.5%;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .special-block1 {
    grid-template-columns: 1fr;
  }
}
.special-block1__left, .special-block1__right {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 7px;
       column-gap: 7px;
  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__subtitle {
  margin-bottom: 7px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.1;
  color: #832432;
}

.plates {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-top: 10px;
  margin-bottom: 14px;
}
@media screen and (max-width: 1024px) {
  .plates {
    grid-template-columns: 1fr;
  }
}

.plate {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 10px 30px;
  padding-right: 20px;
  border-radius: 15px;
  border: 1px solid #832432;
}
@media screen and (max-width: 1024px) {
  .plate {
    min-height: 80px;
  }
}
@media screen and (max-width: 500px) {
  .plate {
    flex-direction: column;
    padding: 16px 20px;
  }
}
.plate p {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.1;
  color: rgba(81, 79, 79, 0.9);
}
.plate img {
  flex-shrink: 0;
  display: block;
  width: 100px;
  height: auto;
}
@media screen and (max-width: 500px) {
  .plate img {
    align-self: center;
    margin-bottom: 10px;
  }
}

.icon-text-list {
  list-style-type: none;
}

.icon-text-item {
  display: flex;
  align-items: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
}
@media screen and (max-width: 1024px) {
  .icon-text-item {
    align-items: flex-start;
  }
}

.icon-text-item + .icon-text-item {
  margin-top: 20px;
}

.icon-text-block {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  padding: 8px 22px;
}
@media screen and (max-width: 768px) {
  .icon-text-block {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 20px;
  }
}
.icon-text-block img {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .icon-text-block img {
    align-self: center;
    margin-bottom: 10px;
  }
}

.accent-bg {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: rgba(131, 36, 50, 0.1);
  border: 1px solid #832432;
  border-radius: 15px;
}
.accent-bg .text-list li + li {
  margin-top: 0;
}

.special-block2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .special-block2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
  }
}
.special-block2__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.28;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .special-block2__title {
    font-size: 28px;
  }
}
.special-block2__accent {
  color: #832432;
}
.special-block2__text {
  display: inline-block;
  max-width: 240px;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  color: #000000;
}
.special-block2__right {
  flex-shrink: 0;
  width: 539px;
}
@media screen and (max-width: 1024px) {
  .special-block2__right {
    width: 100%;
  }
  .special-block2__right img {
    width: 100%;
    max-width: 571px;
    height: auto;
  }
}

.icon-list {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .icon-list {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  .icon-list li + li {
    margin-top: 10px;
  }
}
.icon-list li {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.icon-list li img {
  flex-shrink: 0;
}
.icon-list li > span {
  display: inline-block;
  max-width: 150px;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  color: #000000;
}
@media screen and (max-width: 1024px) {
  .icon-list li > span {
    max-width: none;
  }
}

.logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .logos {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.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 */