.esdatepicker--cell-day.-other-month-, .esdatepicker--cell-year.-other-decade- {
  color: #dedede; }
  .esdatepicker--cell-day.-other-month-:hover, .esdatepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.esdatepicker--cell-day.-other-month-, .-disabled-.-focus-.esdatepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.esdatepicker--cell-day.-other-month-, .-selected-.esdatepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.esdatepicker--cell-day.-other-month-, .-selected-.-focus-.esdatepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.esdatepicker--cell-day.-other-month-, .-in-range-.esdatepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.esdatepicker--cell-day.-other-month-, .-in-range-.-focus-.esdatepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .esdatepicker--cell-day.-other-month-:empty, .esdatepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.esdatepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.esdatepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 32px;
  z-index: 1; }
  .esdatepicker--cell.-focus- {
    background: #f0f0f0; }
  .esdatepicker--cell.-current- {
    color: #4EB5E6; }
    .esdatepicker--cell.-current-.-focus- {
      color: #4a4a4a; }
    .esdatepicker--cell.-current-.-in-range- {
      color: #4EB5E6; }
  .esdatepicker--cell.-in-range- {
    background: rgba(92, 196, 239, 0.1);
    color: #4a4a4a;
    border-radius: 0; }
    .esdatepicker--cell.-in-range-.-focus- {
      background-color: rgba(92, 196, 239, 0.2); }
  .esdatepicker--cell.-disabled- {
    cursor: default;
    color: #aeaeae; }
    .esdatepicker--cell.-disabled-.-focus- {
      color: #aeaeae; }
    .esdatepicker--cell.-disabled-.-in-range- {
      color: #a1a1a1; }
    .esdatepicker--cell.-disabled-.-current-.-focus- {
      color: #aeaeae; }
  .esdatepicker--cell.-range-from- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 4px 0 0 4px; }
  .esdatepicker--cell.-range-to- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 0 4px 4px 0; }
  .esdatepicker--cell.-range-from-.-range-to- {
    border-radius: 4px; }
  .esdatepicker--cell.-selected- {
    color: #fff;
    border: none;
    background: #5cc4ef; }
    .esdatepicker--cell.-selected-.-current- {
      color: #fff;
      background: #5cc4ef; }
    .esdatepicker--cell.-selected-.-focus- {
      background: #45bced; }
  .esdatepicker--cell:empty {
    cursor: default; }

.esdatepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 8px 0 3px; }

.esdatepicker--day-name {
  color: #FF9A19;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em; }

.esdatepicker--cell-day {
  width: 14.28571%; }

.esdatepicker--cells-months {
  height: 170px; }

.esdatepicker--cell-month {
  width: 33.33%;
  height: 25%; }

.esdatepicker--years {
  height: 170px; }

.esdatepicker--cells-years {
  height: 170px; }

.esdatepicker--cell-year {
  width: 25%;
  height: 33.33%; }

.esdatepicker--cell-day.-other-month-, .esdatepicker--cell-year.-other-decade- {
  color: #dedede; }
  .esdatepicker--cell-day.-other-month-:hover, .esdatepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.esdatepicker--cell-day.-other-month-, .-disabled-.-focus-.esdatepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.esdatepicker--cell-day.-other-month-, .-selected-.esdatepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.esdatepicker--cell-day.-other-month-, .-selected-.-focus-.esdatepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.esdatepicker--cell-day.-other-month-, .-in-range-.esdatepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.esdatepicker--cell-day.-other-month-, .-in-range-.-focus-.esdatepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .esdatepicker--cell-day.-other-month-:empty, .esdatepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.esdatepickers-container {
  position: absolute;
  z-index: 9999;
  left: 0;
  top: 0; }
  @media print {
    .esdatepickers-container {
      display: none; } }

.esdatepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100; }
  .esdatepicker.-from-top- {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); }
  .esdatepicker.-from-right- {
    -webkit-transform: translateX(8px);
            transform: translateX(8px); }
  .esdatepicker.-from-bottom- {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); }
  .esdatepicker.-from-left- {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px); }
  .esdatepicker.active {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
    transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease; }

.esdatepicker-inline .esdatepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
          transform: none; }

.esdatepicker-inline .esdatepicker--pointer {
  display: none; }

.esdatepicker--content {
  box-sizing: content-box;
  padding: 4px; }
  .-only-estimepicker- .esdatepicker--content {
    display: none; }

.esdatepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1; }
  .-top-left- .esdatepicker--pointer, .-top-center- .esdatepicker--pointer, .-top-right- .esdatepicker--pointer {
    top: calc(100% - 4px);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  .-right-top- .esdatepicker--pointer, .-right-center- .esdatepicker--pointer, .-right-bottom- .esdatepicker--pointer {
    right: calc(100% - 4px);
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg); }
  .-bottom-left- .esdatepicker--pointer, .-bottom-center- .esdatepicker--pointer, .-bottom-right- .esdatepicker--pointer {
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg); }
  .-left-top- .esdatepicker--pointer, .-left-center- .esdatepicker--pointer, .-left-bottom- .esdatepicker--pointer {
    left: calc(100% - 4px);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .-top-left- .esdatepicker--pointer, .-bottom-left- .esdatepicker--pointer {
    left: 10px; }
  .-top-right- .esdatepicker--pointer, .-bottom-right- .esdatepicker--pointer {
    right: 10px; }
  .-top-center- .esdatepicker--pointer, .-bottom-center- .esdatepicker--pointer {
    left: calc(50% - 10px / 2); }
  .-left-top- .esdatepicker--pointer, .-right-top- .esdatepicker--pointer {
    top: 10px; }
  .-left-bottom- .esdatepicker--pointer, .-right-bottom- .esdatepicker--pointer {
    bottom: 10px; }
  .-left-center- .esdatepicker--pointer, .-right-center- .esdatepicker--pointer {
    top: calc(50% - 10px / 2); }

.esdatepicker--body {
  display: none; }
  .esdatepicker--body.active {
    display: block; }

.esdatepicker--cell-day.-other-month-, .esdatepicker--cell-year.-other-decade- {
  color: #dedede; }
  .esdatepicker--cell-day.-other-month-:hover, .esdatepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.esdatepicker--cell-day.-other-month-, .-disabled-.-focus-.esdatepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.esdatepicker--cell-day.-other-month-, .-selected-.esdatepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.esdatepicker--cell-day.-other-month-, .-selected-.-focus-.esdatepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.esdatepicker--cell-day.-other-month-, .-in-range-.esdatepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.esdatepicker--cell-day.-other-month-, .-in-range-.-focus-.esdatepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .esdatepicker--cell-day.-other-month-:empty, .esdatepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.esdatepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px; }
  .-only-estimepicker- .esdatepicker--nav {
    display: none; }

.esdatepicker--nav-title,
.esdatepicker--nav-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.esdatepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .esdatepicker--nav-action:hover {
    background: #f0f0f0; }
  .esdatepicker--nav-action.-disabled- {
    visibility: hidden; }
  .esdatepicker--nav-action svg {
    width: 32px;
    height: 32px; }
  .esdatepicker--nav-action path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px; }

.esdatepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px; }
  .esdatepicker--nav-title i {
    font-style: normal;
    color: #9c9c9c;
    margin-left: 5px; }
  .esdatepicker--nav-title:hover {
    background: #f0f0f0; }
  .esdatepicker--nav-title.-disabled- {
    cursor: default;
    background: none; }

.esdatepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef; }

.esdatepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px; }
  .esdatepicker--button:hover {
    color: #4a4a4a;
    background: #f0f0f0; }

.esdatepicker--cell-day.-other-month-, .esdatepicker--cell-year.-other-decade- {
  color: #dedede; }
  .esdatepicker--cell-day.-other-month-:hover, .esdatepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.esdatepicker--cell-day.-other-month-, .-disabled-.-focus-.esdatepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.esdatepicker--cell-day.-other-month-, .-selected-.esdatepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.esdatepicker--cell-day.-other-month-, .-selected-.-focus-.esdatepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.esdatepicker--cell-day.-other-month-, .-in-range-.esdatepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.esdatepicker--cell-day.-other-month-, .-in-range-.-focus-.esdatepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .esdatepicker--cell-day.-other-month-:empty, .esdatepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.esdatepicker--time {
  border-top: 1px solid #efefef;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px;
  position: relative; }
  .esdatepicker--time.-am-pm- .esdatepicker--time-sliders {
    -webkit-flex: 0 1 138px;
        -ms-flex: 0 1 138px;
            flex: 0 1 138px;
    max-width: 138px; }
  .-only-estimepicker- .esdatepicker--time {
    border-top: none; }

.esdatepicker--time-sliders {
  -webkit-flex: 0 1 153px;
      -ms-flex: 0 1 153px;
          flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px; }

.esdatepicker--time-label {
  display: none;
  font-size: 12px; }

.esdatepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px; }

.esdatepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1; }

.esdatepicker--time-current-hours,
.esdatepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1; }
  .esdatepicker--time-current-hours:after,
  .esdatepicker--time-current-minutes:after {
    content: '';
    background: #f0f0f0;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0; }
  .esdatepicker--time-current-hours.-focus-:after,
  .esdatepicker--time-current-minutes.-focus-:after {
    opacity: 1; }

.esdatepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px; }

.esdatepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat; }
  .esdatepicker--time-row:first-child {
    margin-bottom: 4px; }
  .esdatepicker--time-row input[type='range'] {
    background: none;
    cursor: pointer;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none; }
    .esdatepicker--time-row input[type='range']::-webkit-slider-thumb {
      -webkit-appearance: none; }
    .esdatepicker--time-row input[type='range']::-ms-tooltip {
      display: none; }
    .esdatepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
      border-color: #b8b8b8; }
    .esdatepicker--time-row input[type='range']:hover::-moz-range-thumb {
      border-color: #b8b8b8; }
    .esdatepicker--time-row input[type='range']:hover::-ms-thumb {
      border-color: #b8b8b8; }
    .esdatepicker--time-row input[type='range']:focus {
      outline: none; }
      .esdatepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
      .esdatepicker--time-row input[type='range']:focus::-moz-range-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
      .esdatepicker--time-row input[type='range']:focus::-ms-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
    .esdatepicker--time-row input[type='range']::-webkit-slider-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .esdatepicker--time-row input[type='range']::-moz-range-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .esdatepicker--time-row input[type='range']::-ms-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .esdatepicker--time-row input[type='range']::-webkit-slider-thumb {
      margin-top: -6px; }
    .esdatepicker--time-row input[type='range']::-webkit-slider-runnable-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .esdatepicker--time-row input[type='range']::-moz-range-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .esdatepicker--time-row input[type='range']::-ms-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .esdatepicker--time-row input[type='range']::-ms-fill-lower {
      background: transparent; }
    .esdatepicker--time-row input[type='range']::-ms-fill-upper {
      background: transparent; }
  .esdatepicker--time-row span {
    padding: 0 12px; }

.esdatepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em; }
  .esdatepicker--time-icon:after, .esdatepicker--time-icon:before {
    content: '';
    background: currentColor;
    position: absolute; }
  .esdatepicker--time-icon:after {
    height: .4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  .esdatepicker--time-icon:before {
    width: .4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px); }

.esdatepicker--cell-day.-other-month-, .esdatepicker--cell-year.-other-decade- {
  color: #dedede; }
  .esdatepicker--cell-day.-other-month-:hover, .esdatepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.esdatepicker--cell-day.-other-month-, .-disabled-.-focus-.esdatepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.esdatepicker--cell-day.-other-month-, .-selected-.esdatepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.esdatepicker--cell-day.-other-month-, .-selected-.-focus-.esdatepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.esdatepicker--cell-day.-other-month-, .-in-range-.esdatepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.esdatepicker--cell-day.-other-month-, .-in-range-.-focus-.esdatepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .esdatepicker--cell-day.-other-month-:empty, .esdatepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

@font-face {
  font-family: "Apercu";
  src: url(../fonts/ApercuPro-Mono.woff?c853e16f) format("woff");
  font-style: normal;
  font-weight: 200;
}

@font-face {
  font-family: "Apercu";
  src: url(../fonts/ApercuProRegular.woff2?e46f4cdf) format("woff2"), url(../fonts/ApercuProRegular.woff?fd35cf79) format("woff");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Apercu";
  src: url(../fonts/ApercuPro-Medium.woff2?7c4a466a) format("woff2"), url(../fonts/ApercuPro-Medium.woff?87896905) format("woff");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Apercu";
  src: url(../fonts/ApercuPro-Bold.woff2?cfcfe479) format("woff2"), url(../fonts/ApercuPro-Bold.woff?d1695b55) format("woff");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "BaronNeue";
  src: url(../fonts/BaronNeueBold.woff2?b27b2ad1) format("woff2"), url(../fonts/BaronNeueBold.woff?65725b72) format("woff");
  font-style: normal;
  font-weight: 800;
}

@font-face {
  font-family: "BaronNeueBlack";
  src: url(../fonts/baronneueblack.woff2?21c48ad2) format("woff2"), url(../fonts/baronneueblack.woff?f8acf83d) format("woff");
  font-style: normal;
  font-weight: 800;
}

@font-face {
  font-family: "ApercuMedium";
  src: url(../fonts/ApercuPro-Medium.woff2?7c4a466a) format("woff2"), url(../fonts/ApercuPro-Medium.woff?87896905) format("woff");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "ApercuBold";
  src: url(../fonts/ApercuPro-Bold.woff?d1695b55) format("woff"), url(../fonts/ApercuPro-Bold.woff?d1695b55) format("woff");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "ApercuItalic";
  src: url(../fonts/ApercuPro-Italic.woff?324c50a0) format("woff");
  font-style: normal;
  font-weight: 600;
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 200px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: "Apercu", arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #000000;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: black;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

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

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -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: .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;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-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,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 200px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 200px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #000000;
  text-decoration: none;
}

.btn-link:hover {
  color: black;
  text-decoration: none;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: none;
  box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 200px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 199.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 200px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 200px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 200px) {
  .card-group {
    flex-flow: row wrap;
  }

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 200px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card .card-header {
  margin-bottom: -1px;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 200px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 200px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 200px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 200px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 200px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.card {
  border: none;
}

.card {
  position: relative;
  margin-top: 25px;
}

.card-body {
  padding: 0;
}

.card-img-overlay {
  top: auto;
}

.card-img {
  border-radius: 0;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html,
body {
  min-width: 600px;
}

body {
  overflow-x: hidden;
}

ul,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

* {
  outline: none !important;
}

.wrapper {
  margin: 0 auto;
  max-width: 1260px;
}

@media screen and (max-width: 991px) {
  .wrapper {
    max-width: 945px;
  }
}

.d-block-1280px {
  display: none;
}

@media screen and (max-width: 1280px) {
  .d-none-1280px {
    display: none;
  }

  .d-block-1280px {
    display: block;
  }
}

.ds-post-header {
  margin-top: 35px;
  margin-left: -3px;
  font-family: "ApercuBold", arial, sans-serif;
  font-size: 55px;
  color: #000000;
}

@media screen and (max-width: 991px) {
  .ds-post-header {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .ds-post-header {
    font-family: "ApercuMedium";
    font-size: 36px;
  }
}

.ds-avatar-container {
  position: relative;
  overflow: hidden;
}

.ds-avatar-image {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .mob-max-width-620 {
    margin-right: auto;
    margin-left: auto;
    max-width: 620px;
  }
}

.decorative-black-line {
  height: 4px;
  background-color: #000000;
  transform: translateX(-60%);
}

@media screen and (max-width: 767px) {
  .decorative-black-line {
    transform: translateX(-12%);
  }
}

.card-bage {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding-right: 14px;
  padding-left: 14px;
  min-width: 105px;
  height: 35px;
  background-color: #0131a6;
  font-size: 12px;
  line-height: 33px;
  text-align: center;
  color: #ffffff;
  transition: 200ms;
}

.card-bage-live {
  background-color: #d31c1f;
}

.card-bage-live::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ffffff;
}

.card-bage-video::before {
  content: "";
  display: inline-block;
  margin-bottom: -3px;
  margin-left: 8px;
  width: 18px;
  height: 14px;
  background: url(../images/card-bage__video-img.svg) no-repeat;
  background-size: contain;
}

.card-bage:after {
  content: "";
  position: absolute;
  top: 11px;
  right: 100%;
  display: block;
  width: 11px;
  height: 13px;
  background-image: url(../images/bage-arrow-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 11px 13px;
  opacity: 0;
  transition: 200ms;
}

.card-bage:hover {
  padding-right: 20px;
  padding-left: 10px;
}

.card-bage:hover:after {
  right: 5px;
  opacity: 1;
  animation: wiggle 1s .25s ease-in-out infinite;
}

@keyframes wiggle {
  0% {
    margin-right: 0px;
    margin-left: 20px;
  }

  50% {
    margin-right: 4px;
    margin-left: 16px;
  }

  100% {
    margin-right: 0px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .card-bage-video:after {
    margin-bottom: -8px;
    margin-left: 30px;
    width: 49px;
    height: 38px;
  }
}

.card-bage-event {
  background-color: #d31c1f;
}

.card-bage-event::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  margin-bottom: -3px;
  width: 12px;
  height: 16px;
  background-image: url(../images/event-icon.png);
  background-repeat: no-repeat;
}

.card-bage-busines,
.card-bage-town,
.card-bage-travel,
.card-bage-culture,
.card-bage-education,
.card-bage-science {
  background-color: #0131a6;
}

.card-bage-project {
  background-color: #00113a;
}

.card-bage-red {
  background-color: #d31c1f;
}

.card-bage-dote {
  display: inline-block;
  margin-right: 5px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ffffff;
}

.card-bage img {
  margin-right: 5px;
}

@media screen and (max-width: 991px) {
  .card-bage,
  .card-bage:hover {
    padding-right: 20px;
    padding-left: 20px;
    width: auto;
    min-width: 124px;
    height: 43px;
    font-size: 14px;
    line-height: 43px;
    text-align: center;
    color: #ffffff;
  }

  .card-bage-live::before {
    content: "";
    display: inline-block;
    margin-bottom: 1px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ffffff;
  }

  .card-bage:after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .card-bage {
    padding-right: 30px;
    padding-left: 30px;
    width: auto;
    min-width: 190px;
    height: 68px;
    font-size: 30px;
    line-height: 68px;
    text-align: center;
    color: #ffffff;
  }

  .card-bage-live::before {
    content: "";
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 5px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #ffffff;
  }
}

.card-del-btn {
  position: absolute;
  top: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 35px;
  height: 35px;
  background: #f9f9f9;
  cursor: pointer;
}

.card-del-btn svg {
  width: 11px;
  height: 13px;
}

@media screen and (max-width: 991px) {
  .card-del-btn {
    width: 45px;
    height: 45px;
  }
}

@media screen and (max-width: 767px) {
  .card-del-btn {
    width: 68px;
    height: 68px;
  }

  .card-del-btn svg {
    width: 35px;
    height: 41px;
  }
}

.ds-close-button {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: all .3s;
}

.ds-close-button:before,
.ds-close-button:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 13px;
  display: block;
  width: 2px;
  height: 27px;
  border-radius: 3px;
  background-color: #000000;
  transition: background-color .3s;
}

.ds-close-button:before {
  transform: rotate(45deg);
}

.ds-close-button:after {
  transform: rotate(135deg);
}

.ds-close-button:hover {
  transform: scale(1.2);
  transform-origin: 50% 50%;
  transition: all .3s;
}

.main-nav {
  justify-content: space-between;
  display: flex;
  margin-top: 50px;
}

.main-nav__item {
  position: relative;
}

.main-nav__link {
  display: inline-block;
  height: 35px;
  font-size: 20px;
  transition: all 500ms;
}

.main-nav__item-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 0;
  height: 2px;
  background-color: transparent;
  transition: all 500ms;
}

.main-nav__item:hover .main-nav__link {
  color: #d31c1f;
}

.main-nav__item:hover .main-nav__item-bg {
  width: 100%;
  background-color: #d31c1f;
}

.main-nav__item.active .main-nav__link {
  color: #d31c1f;
}

.main-nav__item.active .main-nav__item-bg {
  width: 100%;
  background-color: #d31c1f;
}

@media screen and (max-width: 1200px) {
  .main-nav__link {
    font-size: 17px;
    line-height: 34px;
  }
}

.tablet-nav .main-nav {
  margin-top: 35px;
  padding-right: 15px;
}

.tablet-nav__top-menu {
  justify-content: space-between;
  display: flex;
  margin-top: 85px;
  padding-right: 15px;
}

.tablet-nav__main-buttons-container {
  justify-content: space-between;
  display: flex;
  max-width: 495px;
}

.tablet-nav__main-buttons-container a {
  padding: 0 12px;
}

.tablet-nav__search-block {
  position: relative;
  padding: 0 55px 0 20px;
  width: 265px;
  height: 36px;
  border: 2px solid #000000;
  cursor: pointer;
}

.tablet-nav__search-button {
  position: absolute;
  top: 1px;
  right: 10px;
  width: 20px;
  height: 20px;
}

.tablet-nav__search-button img {
  width: 100%;
  height: auto;
}

.mobile-menu__links-block {
  justify-content: space-between;
  display: flex;
  margin: 50px auto 0;
  padding-left: 75px;
  max-width: 600px;
}

.mobile-menu__hor-line {
  width: 210px;
}

.mobile-menu__hor-line .main-header__main-red-button,
.mobile-menu__hor-line .main-header__main-blue-button,
.mobile-menu__hor-line .main-header__main-green-button {
  margin: 0 0 40px 0;
  margin-left: -15px;
  padding: 0 0 4px 15px;
  width: 250px;
  font-size: 24px;
}

.mobile-menu__hor-line .main-header__main-blue-button {
  width: 145px;
}

.mobile-menu__hor-line .main-header__main-red-button::after {
  width: 223px;
}

.mobile-menu__hor-line .main-header__main-blue-button::after {
  width: 112px;
}

.mobile-menu__hor-line .mobile-menu__link {
  display: block;
  margin-bottom: 40px;
  height: 36px;
  font-size: 24px;
  line-height: 35px;
}

.mobile-menu__search-block {
  position: relative;
  margin: 35px auto 10px;
  padding-top: 10px;
  width: 450px;
  height: 64px;
}

.mobile-menu__search-block .main-header__search-input {
  font-size: 20px;
}

.mobile-menu__search-block .tablet-nav__search-button {
  top: 12px;
  width: 32px;
  height: 32px;
}

.blue-line {
  margin-top: 38px;
  background-color: #0131a6;
}

.blue-line__wrapper {
  position: relative;
}

.blue-line__slider {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 76px;
}

.blue-line__slider .slick-dots {
  display: none;
}

.blue-line__slide {
  display: flex;
  align-items: center;
}

.blue-line__color-line1 {
  position: absolute;
  bottom: 16px;
  left: -11px;
  width: 42px;
  height: 10px;
  background-color: #d31c1f;
}

.blue-line__color-line2 {
  position: absolute;
  top: -5px;
  left: 280px;
  width: 55px;
  height: 9px;
  background-color: #00123f;
}

.blue-line__color-line3 {
  position: absolute;
  right: 122px;
  bottom: -2px;
  width: 101px;
  height: 6px;
  background-color: #00123f;
}

.blue-line__color-line4 {
  position: absolute;
  top: 8px;
  right: -6px;
  width: 55px;
  height: 10px;
  background-color: #d31c1f;
}

.blue-line__dash {
  width: 45px;
  height: 4px;
  background-color: #fff;
}

.blue-line__arrow {
  margin-right: 10px;
  position: relative;
  width: 40px;
  height: 4px;
  background-color: #fff;
}

.blue-line__arrow:before {
  content: '';
  position: absolute;
  top: -5px;
  right: -10px;
  display: block;
  width: 10px;
  height: 14px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid white;
}

.blue-line__cont {
  display: flex;
  align-items: center;
  padding: 0 7px;
}

.blue-line__cont img {
  display: block;
  width: 36px;
  height: auto;
}

.blue-line__cont .year {
  margin-left: 0.875rem;
  padding-top: 8px;
  font-family: "BaronNeue", arial, sans-serif;
  font-size: 34px;
  line-height: 1;
  color: #ffffff;
}

.blue-line__cont .link {
  margin-left: 8px;
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  text-decoration: underline;
}

.blue-line__cont-town .link {
  width: 56px;
}

.blue-line__cont-books img {
  width: 54px;
}

.blue-line__cont-books .link {
  width: 98px;
}

.blue-line__cont-climate .link {
  width: 92px;
}

.blue-line__cont-health .link {
  width: 104px;
}

@media (max-width: 1200px) {
  .blue-line__wrapper {
    padding: 0 30px 10px 30px;
  }

  .blue-line__slider {
    height: 160px;
  }

  .blue-line__dash {
    width: 70px;
  }

  .blue-line__arrow {
    width: 60px;
  }

  .blue-line__cont {
    flex-shrink: 0;
    flex-direction: column;
  }

  .blue-line__cont .year {
    margin-left: 0;
  }

  .blue-line__cont .link {
    margin-left: 0;
    width: 120px;
    text-align: center;
    height: 38px;
  }
}

@media (max-width: 991px) {
  .blue-line__dash {
    width: 40px;
  }

  .blue-line__arrow {
    width: 40px;
  }
}

@media (max-width: 820px) {
  .blue-line__dash {
    width: 20px;
  }

  .blue-line__arrow {
    width: 10px;
  }
}

@media (max-width: 767px) {
  .blue-line__wrapper {
    padding: 0 10px;
  }

  .blue-line__slider {
    height: 180px;
  }

  .blue-line__cont {
    flex-shrink: 0;
    flex-direction: column;
  }

  .blue-line__cont .link {
    width: 110px;
    text-align: center;
  }
}

@media (max-width: 685px) {
  .blue-line__dash {
    width: 10px;
  }

  .blue-line__arrow {
    width: 5px;
  }
}

@media (max-width: 600px) {
  .blue-line__wrapper {
    padding: 0 18px 20px 18px;
  }

  .blue-line__slider {
    height: 280px;
  }

  .blue-line__slider .slick-dots {
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 20px;
  }

  .blue-line__slider .slick-dots li {
    margin: 0;
    padding: 0;
  }

  .blue-line__slider .slick-dots li button {
    margin: 0 6px;
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background-color: #d8d8d8;
    font-size: 0;
    color: transparent;
  }

  .blue-line__slider .slick-dots li.slick-active button {
    width: 14px;
    height: 14px;
    background-color: #fff;
  }

  .blue-line__dash {
    width: 8px;
    height: 8px;
  }

  .blue-line__arrow {
    width: 4px;
    height: 8px;
  }

  .blue-line__arrow:before {
    top: -3px;
  }

  .blue-line__slide {
    display: flex !important;
  }

  .blue-line__cont {
    flex-shrink: 0;
    flex-direction: column;
  }

  .blue-line__cont .link {
    width: 150px;
    height: 58px;
    font-size: 18px;
    text-align: center;
  }
}

.dev-panel {
  justify-content: space-between;
  display: flex;
}

.dev-panel li,
.dev-panel a {
  color: #d3d2d2;
}

.section-headline {
  margin-top: 10px;
  margin-left: -3px;
  font-family: "ApercuBold";
  font-size: 55px;
  color: #000000;
}

@media screen and (max-width: 991px) {
  .section-headline {
    margin-top: 45px;
    margin-left: -3px;
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .section-headline {
    margin-top: 55px;
    margin-left: -2px;
    font-family: "ApercuMedium";
    font-size: 36px;
  }
}

.ds-flat-menu {
  display: flex;
  margin-top: 16px;
  height: 50px;
}

.ds-flat-menu__item {
  flex-grow: 1;
  margin-right: 6px;
  background-color: #f9f9f9;
  font-family: "ApercuMedium", arial, sans-serif;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
}

.ds-flat-menu__item:last-child {
  margin-right: 0;
}

.ds-flat-menu__current-item {
  background-color: #0131a6;
  color: #ffffff;
}

.ds-flat-menu__current-item:hover {
  color: #ffffff;
}

.section-image__container {
  position: relative;
  margin-top: 25px;
  height: 445px;
  overflow: hidden;
}

.section-image__image {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translateX(-50%);
}

.ds-accordion {
  position: relative;
  margin-top: 30px;
  padding: 45px 75px;
  background-color: #f9f9f9;
  -moz-user-select: none;
  user-select: none;
}

.ds-accordion__headline {
  font-family: "ApercuMedium", arial, sans-serif;
  font-size: 26px;
}

.ds-accordion__description {
  max-height: 0;
  font-size: 18px;
  overflow: hidden;
  transition: max-height 300ms ease-out;
}

.ds-accordion__description span {
  display: block;
  padding-top: 30px;
}

.ds-accordion__description a {
  font-family: "ApercuBold", arial, sans-serif;
  font-size: 18px;
  text-decoration: underline;
}

.ds-accordion__trigger-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 33px;
  height: 33px;
  background-color: #0a1d4b;
  cursor: pointer;
}

.ds-accordion__trigger-button:before,
.ds-accordion__trigger-button:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 8px;
  width: 17px;
  height: 3px;
  background-color: #ffffff;
}

.ds-accordion__trigger-button:after {
  transform: rotate(90deg);
  transition: transform 200ms;
}

.ds-accordion__open .ds-accordion__trigger-button:after {
  transform: rotate(0);
}

@media screen and (max-width: 767px) {
  .ds-accordion__description {
    font-size: 22px;
  }

  .ds-accordion__description a {
    font-size: 22px;
  }
}

.ds-modal__overflow-hidden {
  overflow: hidden !important;
}

.ds-modal__main-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1003;
  display: none;
  opacity: 0;
  overflow: hidden;
  will-change: opacity;
}

.ds-modal__scroll-container {
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
  left: 0;
  overflow-y: auto;
}

.ds-modal__wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 20px;
  width: calc(100% - 30px);
  min-height: 100%;
}

_:-ms-fullscreen,
:root .ds-modal__wrapper {
  height: 1px;
}

.ds-modal__body {
  position: relative;
  padding: 70px 25px 60px;
  width: 100%;
  max-width: 600px;
  border-radius: 7px;
  background-color: #ffffff;
  will-change: transform, opacity;
}

.ds-modal__close-button {
  top: 18px;
  right: 20px;
}

.ds-modal__headline {
  margin-bottom: 30px;
  font-size: 28px;
  text-align: center;
}

.ds-modal__text {
  font-size: 16px;
}

.ds-modal__button-container {
  justify-content: center;
  display: flex;
  margin-top: 30px;
}

.ds-modal__body {
  padding: 60px 42px 0;
  width: auto;
  max-width: none;
  border-radius: 0;
}

.ds-modal__body img {
  cursor: pointer;
}

.modal-post-gallery__footer {
  justify-content: space-between;
  display: flex;
  height: 130px;
}

@media screen and (max-width: 767px) {
  .ds-modal__body {
    padding: 94px 20px 0;
    width: auto;
    max-width: none;
    border-radius: 0;
  }
}

.modal-post-gallery__close-button {
  border: 1px solid #000000;
  border-radius: 50%;
}

.modal-post-gallery__close-button:hover {
  transform: none;
}

.modal-post-gallery__close-button:before,
.modal-post-gallery__close-button:after {
  top: 4px;
  left: 13px;
  display: block;
  width: 1px;
  height: 20px;
}

@media screen and (max-width: 767px) {
  .modal-post-gallery__close-button {
    width: 42px;
    height: 42px;
  }

  .modal-post-gallery__close-button:before,
  .modal-post-gallery__close-button:after {
    top: 7px;
    left: 20px;
    display: block;
    width: 1px;
    height: 26px;
  }
}

.ds-modal__fade-in-scale-block {
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  will-change: opacity;
  transition: opacity 200ms ease-in-out;
}

.ds-modal__fade-in-scale-bg-move {
  opacity: 1;
}

.ds-modal__fade-in-scale-block .ds-modal__body {
  opacity: 0;
  will-change: transform, opacity;
  transform: scale(0.7);
  transition: transform 300ms, opacity 300ms;
}

.ds-modal__fade-in-scale-body-move .ds-modal__body {
  opacity: 1;
  transform: scale(1);
}

.modal-post-gallery__image {
  cursor: pointer;
  transition: all 400ms;
}

.modal-post-gallery__hidden-image {
  opacity: .1;
}

.ds-modal-tourism,
.ds-modal-tourism-img,
.ds-modal-tourism-img2,
.ds-modal-tourism-img3 {
  background-color: rgba(0, 0, 0, 0.7);
}

.ds-modal-tourism .ds-modal__body,
.ds-modal-tourism-img .ds-modal__body,
.ds-modal-tourism-img2 .ds-modal__body,
.ds-modal-tourism-img3 .ds-modal__body {
  padding-top: 38px;
  padding-right: 42px;
  padding-bottom: 0;
  padding-left: 42px;
  max-width: 1020px;
  height: auto;
  background-color: transparent;
}

.ds-modal-tourism .ds-close-btn,
.ds-modal-tourism-img .ds-close-btn,
.ds-modal-tourism-img2 .ds-close-btn,
.ds-modal-tourism-img3 .ds-close-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background-image: url(../images/modal-tourism-close-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.ds-modal-tourism video,
.ds-modal-tourism-img video,
.ds-modal-tourism-img2 video,
.ds-modal-tourism-img3 video {
  width: 100%;
  height: auto;
}

.ds-modal-tourism-img,
.ds-modal-tourism-img2,
.ds-modal-tourism-img3 {
  z-index: -1;
  display: block;
}

.ds-modal-tourism-img.ds-modal__fade-in-scale-block,
.ds-modal-tourism-img2.ds-modal__fade-in-scale-block,
.ds-modal-tourism-img3.ds-modal__fade-in-scale-block {
  z-index: 1003;
}

.ds-modal-tourism-img .ds-modal__body,
.ds-modal-tourism-img2 .ds-modal__body,
.ds-modal-tourism-img3 .ds-modal__body {
  width: 982px;
  transform: scale(1) !important;
}

.ds-modal-tourism-img .test-tourism__container,
.ds-modal-tourism-img2 .test-tourism__container,
.ds-modal-tourism-img3 .test-tourism__container {
  position: static;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  border: 0;
  background-color: transparent;
}

.ds-modal-tourism-img .test-tourism__container .slider-container,
.ds-modal-tourism-img2 .test-tourism__container .slider-container,
.ds-modal-tourism-img3 .test-tourism__container .slider-container {
  margin-top: 0;
  width: 900px;
}

.ds-modal-tourism-img .test-tourism__container .image img,
.ds-modal-tourism-img2 .test-tourism__container .image img,
.ds-modal-tourism-img3 .test-tourism__container .image img {
  width: 900px;
  height: auto;
}

@media screen and (max-width: 998px) {
  .ds-modal-tourism-img .ds-modal__body,
  .ds-modal-tourism-img2 .ds-modal__body,
  .ds-modal-tourism-img3 .ds-modal__body {
    width: 762px;
    transform: scale(1) !important;
  }

  .ds-modal-tourism-img .test-tourism__container,
  .ds-modal-tourism-img2 .test-tourism__container,
  .ds-modal-tourism-img3 .test-tourism__container {
    position: static;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    border: 0;
    background-color: transparent;
  }

  .ds-modal-tourism-img .test-tourism__container .slider-container,
  .ds-modal-tourism-img2 .test-tourism__container .slider-container,
  .ds-modal-tourism-img3 .test-tourism__container .slider-container {
    margin-top: 0;
    width: 680px;
  }

  .ds-modal-tourism-img .test-tourism__container .slider-container img,
  .ds-modal-tourism-img2 .test-tourism__container .slider-container img,
  .ds-modal-tourism-img3 .test-tourism__container .slider-container img {
    width: 680px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .ds-modal-tourism-img .ds-modal__body,
  .ds-modal-tourism-img2 .ds-modal__body,
  .ds-modal-tourism-img3 .ds-modal__body {
    width: 562px;
  }

  .ds-modal-tourism-img .test-tourism__container,
  .ds-modal-tourism-img2 .test-tourism__container,
  .ds-modal-tourism-img3 .test-tourism__container {
    position: static;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    border: 0;
    background-color: transparent;
  }

  .ds-modal-tourism-img .test-tourism__container .slider-container,
  .ds-modal-tourism-img2 .test-tourism__container .slider-container,
  .ds-modal-tourism-img3 .test-tourism__container .slider-container {
    margin-top: 0;
    width: 480px;
  }

  .ds-modal-tourism-img .test-tourism__container .slider-container img,
  .ds-modal-tourism-img2 .test-tourism__container .slider-container img,
  .ds-modal-tourism-img3 .test-tourism__container .slider-container img {
    width: 480px;
    height: auto;
  }
}

.ds-subcategory {
  margin-bottom: 5px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ds-subcategory span {
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}

.ds-subcategory span::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  border-bottom: solid 2px #0131a6;
  transform: scaleX(0);
  transition: transform .25s;
  transform-origin: right;
}

@keyframes underline {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

.ds-subcategory.red span::after {
  border-bottom: solid 2px #d31c1f;
}

.ds-subcategory span:hover::after {
  transform-origin: left;
  transform: scaleX(1);
}

@keyframes underline {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

.ds-subcategory span:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .ds-subcategory {
    font-size: 25px;
  }

  .ds-subcategory span:not(:last-child) {
    margin-right: 20px;
  }
}

.ds-subcategory.card-white {
  margin-top: 1px;
  margin-bottom: 0;
}

.ds-subcategory.card-black-top {
  padding-bottom: 5px;
  color: #ffffff;
}

.ds-subcategory.card-black-bottom {
  display: none;
  margin-top: 5px;
}

@media screen and (max-width: 991px) {
  .ds-subcategory.card-black-top {
    display: none;
  }

  .ds-subcategory.card-black-bottom {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .ds-subcategory.card-black-bottom {
    margin-bottom: 35px;
  }
}

.ds-subcategory.sidebar-top {
  padding-left: 20px;
  color: #fff;
}

.ds-subcategory.sidebar-bottom {
  display: none;
  margin-top: 7px;
}

@media screen and (max-width: 991px) {
  .ds-subcategory.sidebar-top {
    display: none;
  }

  .ds-subcategory.sidebar-bottom {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .ds-subcategory.sidebar-bottom {
    margin-bottom: 35px;
  }
}

.ds-subcategory.podcast-big-card {
  margin-bottom: 10px;
  color: #fff;
}

.ds-card-black {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ds-card-black_img-container {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
}

.ds-card-black__shadow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.ds-card-black__container {
  position: relative;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  padding-right: 5px;
  padding-bottom: 30px;
  padding-left: 20px;
  height: 100%;
}

.ds-card-black__description {
  max-width: 280px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
  color: #ffffff;
}

.ds-card-black__description p {
  margin: 0;
}

.ds-card-black__meta {
  padding-top: 3px;
}

@media screen and (max-width: 767px) {
  .ds-card-black {
    height: 790px;
  }

  .ds-card-black__container {
    padding-right: 40px;
    padding-bottom: 70px;
    padding-left: 40px;
  }

  .ds-card-black__description {
    margin-bottom: 30px;
    max-width: none;
    font-size: 34px;
    line-height: 1.2;
  }
}

.ds-card-white {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ds-card-white_img-container {
  position: absolute;
  top: 0;
  left: 50%;
  height: 232px;
  transform: translateX(-50%);
}

.ds-card-white__container {
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  padding-top: 232px;
  padding-right: 5px;
  height: 100%;
}

.ds-card-white__description {
  align-items: flex-start;
  display: flex;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
  color: #000000;
  overflow: hidden;
}

.ds-card-white__description p {
  margin: 0 0 5px 0;
}

@media screen and (max-width: 767px) {
  .ds-card-white {
    height: auto;
  }

  .ds-card-white_img-container {
    height: 485px;
  }

  .ds-card-white__container {
    padding-top: 490px;
  }

  .ds-card-white__description {
    margin-top: 10px;
    font-size: 34px;
  }

  .ds-card-white__play-button {
    position: absolute;
    top: 380px;
    left: 34px;
    width: 70px;
    height: 70px;
  }

  .ds-card-white__meta {
    margin-top: 4px;
  }
}

.ds-top-news-card {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

.ds-top-news-card__image-container {
  position: relative;
  width: 100%;
  height: 445px;
  overflow: hidden;
}

.ds-top-news-card__image {
  position: absolute;
  top: 0;
  left: 50%;
  height: 101.5%;
  transform: translateX(-50%);
}

.ds-top-news-card__body {
  padding: 0;
}

.ds-top-news-card__card-info {
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 850px;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  color: #000000;
}

.ds-top-news-card__card-info-small {
  margin-bottom: 0;
  max-width: 750px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #636363;
}

.ds-top-news-card__meta-container {
  margin-top: 7px;
}

.ds-top-news-card .ds-subcategory {
  margin-top: 3px;
  margin-bottom: 3px;
  color: #636363;
}

@media screen and (max-width: 1150px) {
  .ds-top-news-card__image-container {
    height: 415px;
  }
}

@media screen and (max-width: 1000px) {
  .ds-top-news-card__image-container {
    height: 360px;
  }
}

@media screen and (max-width: 900px) {
  .ds-top-news-card__image-container {
    height: 330px;
  }
}

@media screen and (max-width: 800px) {
  .ds-top-news-card__image-container {
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .ds-top-news-card__image-container {
    height: 290px;
  }

  .ds-top-news-card__card-info-small {
    margin-bottom: 18px;
    font-size: 30px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 610px) {
  .ds-top-news-card__image-container {
    height: 216px;
  }
}

.ds-top-news-slider__wrapper {
  position: relative;
  height: 484px;
}

.ds-top-news-slider__container {
  height: 100%;
}

.ds-top-news-slider {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

.ds-top-news-slider__image-container {
  position: relative;
  align-items: flex-end;
  display: flex;
  padding-bottom: 30px;
  padding-left: 22px;
  width: 100%;
  height: 484px;
  overflow: hidden;
}

.ds-top-news-slider__image {
  position: absolute;
  top: 0;
  left: 50%;
  height: 101.5%;
  transform: translateX(-50%);
  transition: transform 400ms;
}

.ds-top-news-slider__wrapper:hover .ds-top-news-slider__image {
  transform: translateX(-50%) scale(1.05);
}

.ds-top-news-slider__shadow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
}

.ds-top-news-slider__body {
  position: relative;
  z-index: 1;
  padding: 0;
}

.ds-top-news-slider__body .ds-subcategory span {
  color: #ffffff;
}

.ds-top-news-slider__card-info {
  margin-top: 10px;
  margin-bottom: 0;
  max-width: 580px;
  max-height: 86px;
  font-family: "ApercuMedium";
  font-size: 24px;
  line-height: 1.2;
  color: #ffffff;
  overflow: hidden;
}

.ds-top-news-slider__meta-container {
  margin-top: 7px;
}

.ds-top-news-slider .ds-subcategory {
  margin-top: 3px;
  margin-bottom: 3px;
  color: #636363;
}

.ds-top-news-slider__control-panel {
  position: absolute;
  right: 20px;
  bottom: 26px;
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 160px;
  height: 30px;
}

.ds-top-news-slider__prev-btn,
.ds-top-news-slider__next-btn {
  width: 29px;
  height: 15px;
  cursor: pointer;
  transition: transform 200ms;
}

.ds-top-news-slider__prev-btn {
  transform-origin: 100% 50%;
}

.ds-top-news-slider__next-btn {
  transform-origin: 0 50%;
}

.ds-top-news-slider__prev-btn:hover,
.ds-top-news-slider__next-btn:hover {
  transform: scale(1.1, 0.9);
}

.ds-top-news-slider__card-number {
  width: 100px;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
}

@media screen and (max-width: 991px) {
  .ds-top-news-slider__wrapper:hover .ds-top-news-slider__image {
    transform: translateX(-50%) scale(1);
  }

  .ds-top-news-slider__wrapper:hover .card-bage {
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media screen and (max-width: 767px) {
  .ds-top-news-slider__wrapper {
    height: 580px;
  }

  .ds-top-news-slider__control-panel {
    display: none;
  }

  .ds-top-news-slider {
    margin-right: 20px;
    max-width: 580px;
  }

  .ds-top-news-slider__image-container {
    height: 340px;
  }

  .ds-top-news-slider__shadow {
    background: none;
  }

  .ds-top-news-slider__card-info-small {
    margin-bottom: 18px;
    font-size: 30px;
    line-height: 1.3;
  }

  .ds-top-news-slider__body .ds-subcategory span {
    color: #000000;
  }

  .ds-top-news-slider__card-info {
    margin-top: 10px;
    margin-bottom: 0;
    max-width: none;
    max-height: 122px;
    font-size: 34px;
    line-height: 1.2;
    color: #000000;
  }
}

.ds-top-news-project__container {
  position: relative;
  align-items: flex-end;
  display: flex;
  margin-top: 22px;
  height: 232px;
  overflow: hidden;
}

.ds-top-news-project__img-container {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
}

.ds-top-news-project__shadow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));
}

.ds-top-news-project__body {
  position: relative;
  z-index: 1;
  padding-right: 20px;
  padding-bottom: 25px;
  padding-left: 20px;
}

.ds-top-news-project__card-info {
  margin-top: 10px;
  margin-bottom: 0;
  max-height: 76px;
  font-family: "ApercuMedium";
  font-size: 16px;
  line-height: 1.2;
  color: #ffffff;
  overflow: hidden;
}

.ds-top-news-project__body .ds-subcategory span {
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .ds-top-news-project__container {
    margin-top: 22px;
    margin-top: 54px;
    margin-right: auto;
    margin-left: auto;
    max-width: 610px;
    height: 495px;
  }

  .ds-top-news-project__body {
    padding-right: 40px;
    padding-bottom: 55px;
    padding-left: 37px;
  }

  .ds-top-news-project__card-info {
    margin-top: 25px;
    max-height: 164px;
    font-size: 34px;
    line-height: 1.2;
  }
}

.ds-small-white-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ds-small-white-card_img-container {
  position: absolute;
  top: 0;
  left: 50%;
  height: 145px;
  transform: translateX(-50%);
}

.ds-small-white-card__container {
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  padding-top: 154px;
  padding-right: 5px;
  height: 100%;
}

.ds-small-white-card__description {
  display: flex;
  max-height: 66px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #000000;
  overflow: hidden;
}

.ds-small-white-card__description p {
  margin: 0;
  margin-bottom: 5px;
}

@media screen and (max-width: 991px) {
  .ds-small-white-card__container {
    padding-top: 170px;
  }

  .ds-small-white-card_img-container {
    height: 161px;
  }
}

@media screen and (max-width: 767px) {
  .ds-small-white-card {
    margin-bottom: 80px;
    max-width: 100%;
    height: auto;
  }

  .ds-small-white-card_img-container {
    height: 485px;
  }

  .ds-small-white-card__container {
    padding-top: 515px;
  }

  .ds-small-white-card__description {
    height: auto;
    max-height: none;
    font-size: 34px;
    line-height: 1.1;
  }

  .ds-small-white-card__meta {
    margin-top: 6px;
  }

  .ds-small-white-card .card-meta-black__date {
    display: none;
  }
}

.presidents-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 1.2;
  overflow: hidden;
}

.presidents-card__img-container {
  position: relative;
  width: 100%;
  height: 238px;
}

.presidents-card__img {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
}

.presidents-card__text-container,
.presidents-card__name-container {
  margin-top: 25px;
  color: #606060;
}

.presidents-card__name-container {
  margin-top: 40px;
  font-family: "ApercuMedium", arial, sans-serif;
  text-align: right;
  color: #2f2f2f;
}

@media screen and (max-width: 1150px) {
  .presidents-card {
    font-size: 17px;
  }

  .presidents-card__img-container {
    height: 200px;
  }
}

@media screen and (max-width: 991px) {
  .presidents-card {
    font-size: 18px;
  }

  .presidents-card__img-container {
    height: 238px;
  }
}

@media screen and (max-width: 850px) {
  .presidents-card {
    font-size: 17px;
  }

  .presidents-card__img-container {
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .presidents-card {
    font-size: 18px;
  }

  .presidents-card__img-container {
    max-width: 242px;
    height: 261px;
  }

  .presidents-card__text-container {
    margin-top: 0;
  }
}

.ds-middle-red-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ds-middle-red-card_img-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 232px;
}

.ds-middle-red-card_img {
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translateX(-50%);
}

.ds-middle-red-card__container {
  position: relative;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  height: 100%;
}

.ds-middle-red-card__description {
  align-items: center;
  display: flex;
  padding-left: 20px;
  height: 145px;
  background-color: #d31c1f;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  overflow: hidden;
}

.ds-middle-red-card__description p {
  margin: 0;
}

.ds-middle-red-card__meta {
  padding-bottom: 15px;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .ds-middle-red-card {
    height: 750px;
  }

  .ds-middle-red-card__description {
    padding-right: 10px;
    padding-left: 45px;
    height: 270px;
    font-size: 34px;
  }
}

.ds-sidebar-card {
  position: relative;
  display: block;
  width: 100%;
  height: 560px;
  overflow: hidden;
}

.ds-sidebar-card_img-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 376px;
}

.ds-sidebar-card_img {
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translateX(-50%);
}

.ds-sidebar-card__container {
  position: relative;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  height: 100%;
}

.ds-sidebar-card__description {
  align-items: flex-start;
  display: flex;
  padding: 20px 24px 20px 24px;
  min-height: 200px;
  background-color: #d31c1f;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  overflow: hidden;
}

.ds-sidebar-card__description p {
  margin: 0;
}

.ds-sidebar-card__meta {
  padding-bottom: 20px;
  padding-left: 20px;
}

.news-card-header__headline {
  padding-top: 18px;
  font-family: "BaronNeue", arial, sans-serif;
  font-size: 28px;
  letter-spacing: 5px;
  text-transform: lowercase;
}

.news-card-header__more-container {
  padding-top: 23px;
  padding-left: 0;
}

.news-card-header__more-link {
  font-size: 16px;
  text-decoration: underline;
  cursor: pointer;
}

.news-card-header__more-link:hover {
  font-family: "ApercuBold";
  text-decoration: underline;
  color: #0131a6;
}

@media screen and (max-width: 767px) {
  .news-card-header__headline {
    padding-top: 30px;
  }

  .news-card-header__more-link {
    font-size: 18px;
  }
}

.ds-podcast-big-card {
  position: relative;
  display: block;
  width: 100%;
  height: 460px;
  overflow: hidden;
}

.ds-podcast-big-card__img {
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translateX(-50%);
}

.ds-podcast-big-card__shadow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.ds-podcast-big-card__card-info {
  margin-bottom: 24px;
  max-width: 570px;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
  color: #ffffff;
}

.ds-podcast-big-card__card-info-small {
  margin-top: 15px;
  margin-bottom: 0;
  max-width: 460px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #ffffff;
}

.news-card-2__card-info {
  padding-top: 15px;
  margin-bottom: 0;
  max-width: 310px;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #000000;
}

.news-card-3__card-info {
  padding-top: 15px;
  margin-bottom: 0;
  max-width: 310px;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  color: #000000;
}

.news-card-3-tall__card-info {
  margin-bottom: 0;
  max-width: 310px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #ffffff;
}

.news-card-3-higest__more-link-container {
  margin-top: 10px;
}

.news-card-3-higest__more-link {
  font-size: 22px;
}

.news-card-3-double__card-out-description {
  padding-top: 40px;
  padding-right: 10px;
  padding-bottom: 40px;
  padding-left: 16px;
  background-color: #d31c1f;
}

.news-card-3-double__card-info {
  margin-bottom: 0;
  max-width: 310px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #ffffff;
}

.news-card-4__card-info {
  margin-bottom: 0;
  max-width: 310px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #ffffff;
}

.news-card-4-tall__card-info {
  margin-bottom: 0;
  max-width: 310px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #ffffff;
}

.news-card-8__card-info {
  margin-bottom: 0;
  max-width: 570px;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
  color: #ffffff;
}

.news-card-8__card-info-small {
  margin-top: 15px;
  margin-bottom: 0;
  max-width: 460px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #ffffff;
}

.news-card-9__card-info {
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 850px;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  color: #000000;
}

.news-card-9__card-info-small {
  margin-bottom: 0;
  max-width: 750px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #000000;
}

.add-project-card {
  height: 445px;
  font-family: "ApercuMedium", arial, sans-serif;
  color: #ffffff;
}

.add-project-card__text {
  position: relative;
  padding: 50px 5px 0 16px;
  font-size: 18px;
  line-height: 1.4;
}

.add-project-card__text span:nth-child(1) {
  display: block;
}

.add-project-card__button {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 90px;
  background-color: #001341;
}

.add-project-card__plus {
  position: relative;
  margin-right: 10px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #d31c1f;
}

.add-project-card__plus:before,
.add-project-card__plus:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 17px;
  width: 3px;
  height: 15px;
  background-color: #ffffff;
}

.add-project-card__plus:after {
  transform: rotate(90deg);
}

.add-project-card__button-text {
  font-family: "ApercuMedium", arial, sans-serif;
  font-size: 20px;
  color: #ffffff;
}

.add-project__flag-image {
  position: absolute;
  top: 225px;
  right: 0;
}

@media screen and (max-width: 991px) {
  .add-project__flag-image {
    top: 251px;
  }
}

@media screen and (max-width: 767px) {
  .add-project-card {
    margin-bottom: 65px;
    height: 322px;
  }

  .add-project-card__text {
    position: relative;
    padding: 19px 0px 0 32px;
    max-width: 552px;
    font-size: 30px;
    line-height: 1.3;
  }

  .add-project-card__text span:nth-child(1) {
    display: inline;
  }

  .add-project-card__button {
    height: 86px;
  }

  .add-project-card__button-text {
    font-size: 34px;
  }

  .add-project__flag-image {
    display: none;
  }
}

@media screen and (max-width: 605px) {
  .add-project-card {
    height: 306px;
  }

  .add-project-card__text {
    padding: 23px 0px 0 40px;
    max-width: 545px;
    font-size: 29px;
    line-height: 1.2;
  }
}

.ds-arrow-card__container {
  position: relative;
  display: block;
  height: 230px;
}

.ds-arrow-card__img-container {
  display: flex;
  height: 175px;
}

.ds-arrow-card__img {
  position: relative;
  overflow: hidden;
}

.ds-arrow-card__img img {
  position: absolute;
  top: 0;
  left: 50%;
  height: 102%;
  transform: translateX(-50%);
}

.ds-arrow-card__img {
  width: 100%;
}

.ds-arrow-card__text-container {
  justify-content: center;
  align-items: center;
  display: flex;
  height: 55px;
  background-color: #00123f;
}

.ds-arrow-card__text {
  width: 257px;
  font-size: 13px;
  line-height: 1.2;
  color: #ffffff;
}

.ds-arrow-card__text img {
  margin-left: 5px;
  width: 70px;
}

@media screen and (max-width: 1240px) {
  .ds-arrow-card__text {
    width: 190px;
  }

  .ds-arrow-card__text img {
    margin-left: 5px;
    width: 70px;
  }
}

@media screen and (max-width: 991px) {
  .ds-arrow-card__container {
    display: flex;
    margin-top: 22px;
  }

  .ds-arrow-card__img-container {
    flex-shrink: 0;
    width: 285px;
    height: 100%;
  }

  .ds-arrow-card__text-container {
    width: 320px;
    height: 100%;
  }

  .ds-arrow-card__img img {
    height: 104%;
  }

  .ds-arrow-card__text {
    padding-top: 0;
    width: 190px;
    height: auto;
    font-family: "ApercuMedium";
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
  }

  .ds-arrow-card__text img {
    margin-left: 15px;
    width: 48px;
  }
}

@media screen and (max-width: 767px) {
  .ds-arrow-card__container {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 610px;
    height: 485px;
  }

  .ds-arrow-card__img-container {
    width: 100%;
    height: 368px;
  }

  .ds-arrow-card__img img {
    height: 105%;
  }

  .ds-arrow-card__text-container {
    width: 100%;
    height: 115px;
  }

  .ds-arrow-card__text {
    padding-top: 0;
    width: 515px;
    height: auto;
    font-family: "ApercuMedium";
    font-size: 26px;
    line-height: 1.2;
  }

  .ds-arrow-card__text img {
    margin-left: 15px;
    width: 135px;
  }
}

.top-banner {
  position: relative;
  margin-top: 55px;
  width: 100%;
  height: 445px;
  overflow: hidden;
}

.top-banner__img {
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translateX(-50%);
}

.top-banner__shadow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.top-banner__overlay {
  position: relative;
  align-items: center;
  display: flex;
  padding-left: 100px;
  width: 100%;
  height: 100%;
}

.top-banner__card-info {
  margin-bottom: 0;
  max-width: 570px;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  color: #ffffff;
}

.top-banner__meta {
  margin-top: 10px;
}

.card-meta-black__container {
  margin-bottom: 0;
  padding-top: 0;
}

.card-meta-black__container span {
  margin-right: 12px;
  font-size: 14px;
  color: #636363;
}

.card-meta-black__container span:last-child {
  margin-right: 0;
}

.card-meta-black__views,
.card-meta-black__comments {
  display: inline-block;
}

.card-meta-black__views::before,
.card-meta-black__comments::before,
.card-meta-black__favorites::before {
  content: "";
  display: inline-block;
  margin-right: 3px;
  margin-bottom: -2px;
  width: 17px;
  height: 12px;
  background-image: url(../images/views-black.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.card-meta-black__favorites {
  cursor: pointer;
}

.card-meta-black__comments::before {
  background-image: url(../images/comments-black.png);
}

.card-meta-black__favorites::before {
  height: 14px;
  background-image: url(../images/add-to-favorite-black.svg);
}

.card-meta-black__favorites.active::before {
  background-image: url(../images/add-to-favorite-active-black.svg);
}

.card-meta-black__views-icon,
.card-meta-black__comment-icon {
  margin-right: 3px;
}

@media screen and (max-width: 767px) {
  .card-meta-black__container span {
    margin-right: 25px;
    font-size: 25px;
  }

  .card-meta-black__views::before,
  .card-meta-black__comments::before,
  .card-meta-black__favorites::before {
    margin-right: 6px;
    margin-bottom: -5px;
    width: 35px;
    height: 26px;
  }

  .card-meta-black__favorites::before {
    height: 28px;
  }
}

.card-meta-white__container {
  margin-bottom: 0;
  padding-top: 0px;
}

.card-meta-white__container span {
  margin-right: 12px;
  font-size: 14px;
  color: #d3d2d2;
}

.card-meta-white__container span:last-child {
  margin-right: 0;
}

.card-meta-white__views,
.card-meta-white__comments {
  display: inline-block;
}

.card-meta-white__views::before,
.card-meta-white__comments::before {
  content: "";
  display: inline-block;
  margin-right: 3px;
  margin-bottom: -2px;
  width: 17px;
  height: 12px;
  background-image: url(../images/views-white.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.card-meta-white__comments::before {
  background-image: url(../images/comments-white.png);
}

.card-meta-white__views-icon,
.card-meta-white__comment-icon {
  margin-right: 3px;
}

@media screen and (max-width: 767px) {
  .card-meta-white__container span {
    margin-right: 20px;
    font-size: 23px;
  }

  .card-meta-white__views::before,
  .card-meta-white__comments::before {
    margin-right: 6px;
    margin-bottom: -5px;
    width: 35px;
    height: 26px;
  }
}

.social-buttons {
  padding-top: 60px;
}

.social-buttons.test-tourism {
  margin-right: auto;
  margin-left: auto;
  padding-left: 70px;
  max-width: 883px;
}

.social-buttons__subtitle {
  font-size: 30px;
}

.social-buttons__link {
  display: inline-block;
  margin-top: 20px;
  margin-right: 30px;
  padding-top: 7px;
  padding-left: 15px;
  width: 175px;
  height: 45px;
  background-color: #f9f9f9;
  font-size: 18px;
  text-transform: uppercase;
}

.social-buttons__icon {
  margin-right: 10px;
}

@media screen and (max-width: 991px) {
  .social-buttons.test-tourism {
    padding-left: 50px;
    max-width: 700px;
  }
}

@media screen and (max-width: 740px) {
  .social-buttons.test-tourism {
    padding-left: 30px;
  }

  .social-buttons__link {
    margin-right: 12px;
    padding-top: 7px;
    padding-left: 15px;
    width: 170px;
  }
}

.comment-section {
  margin-top: 70px;
  padding-top: 25px;
  padding-right: 30px;
  padding-left: 28px;
  max-width: 840px;
  background-color: #f9f9f9;
}

.comment-section.no-author {
  padding-top: 10px;
  padding-right: 40px;
  padding-left: 75px;
}

.comment-section__user-post {
  position: relative;
  display: flex;
}

.comment-section__user-answer1,
.comment-section__user-answer2 {
  margin-left: 85px;
  padding-right: 80px;
  padding-bottom: 50px;
}

.comment-section__user-answer2 {
  margin-left: 158px;
}

.comment-section__user-name {
  margin-right: 20px;
  font-size: 24px;
  line-height: 24px;
}

.comment-section__user-avatar {
  flex-grow: 0;
  display: block;
  margin-right: 20px;
  width: 71px;
  height: 71px;
}

.comment-section__author-post-text {
  margin-top: 5px;
  font-family: "ApercuMedium", arial, sans-serif;
  font-size: 30px;
  line-height: 1.1;
}

.comment-section__post-text {
  margin-top: 5px;
  font-size: 18px;
  line-height: 1.2;
  color: #4b4a4a;
}

.comment-section__answer-link {
  font-size: 14px;
  text-decoration: underline;
  color: #636363;
}

.comment-section__answer-link:hover {
  text-decoration: underline;
}

.comment-section__like-link {
  position: absolute;
  top: 50%;
  right: 0;
  color: #4b4a4a;
  transform: translateY(-50%);
}

.comment-section__like-link::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -24px;
  width: 27px;
  height: 15px;
  background-image: url(../images/comment-section__like-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.comment-section__comment-area {
  position: relative;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 90px;
}

.no-author .comment-section__comment-area {
  padding-left: 0;
}

.comment-section__textarea {
  padding-top: 5px;
  padding-bottom: 35px;
  padding-left: 15px;
  width: 100%;
  height: 145px;
  font-size: 18px;
}

.comment-section__submit-button {
  position: absolute;
  right: 0;
  right: 20px;
  bottom: 0;
  bottom: 32px;
  font-size: 16px;
  font-weight: 600;
}

.comment-section__sort-block {
  position: relative;
  margin-bottom: 40px;
  margin-left: 85px;
  height: 27px;
  text-align: right;
}

.comment-section__comments-sum {
  position: absolute;
  top: 0;
  left: 27px;
  color: #4b4a4a;
}

.comment-section__comments-sum:before {
  content: "";
  position: absolute;
  top: 4px;
  left: -27px;
  width: 27px;
  height: 20px;
  background-image: url(../images/comment-section__comments-sum-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.comment-section__sort-type {
  display: inline-block;
  margin-left: 15px;
  text-decoration: underline;
  color: #4b4a4a;
}

.comment-section__sort-type:hover {
  text-decoration: underline;
}

.comment-section__sort-type.sorted {
  padding: 2px 10px;
  background-color: #dbdbdb;
  text-decoration: none;
}

.comment-section__users-comments {
  padding-top: 25px;
  padding-left: 114px;
}

.comment-section__more-link-container {
  padding-bottom: 50px;
  text-align: center;
}

.comment-section__more-link {
  font-family: "ApercuMedium", arial, sans-serif;
  font-size: 22px;
  text-decoration: underline;
  text-transform: uppercase;
}

.comment-section__more-link:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .comment-section {
    padding: 25px 20px 0 25px;
  }

  .comment-section.no-author {
    padding-top: 20px;
    padding-left: 44px;
  }

  .comment-section__user-answer1 {
    margin-left: 10px;
  }

  .comment-section__user-answer2 {
    margin-left: 40px;
  }

  .comment-section__comment-area {
    padding-top: 30px;
    padding-left: 0;
  }

  .comment-section__sort-block {
    margin-left: 0;
  }
}

.author-info {
  position: relative;
  display: block;
  margin-top: 55px;
  margin-left: 30px;
  padding: 125px 10px 15px 14px;
  max-width: 140px;
  background-color: #d31c1f;
}

.author-info__avatar-container {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 132px;
  height: 132px;
  overflow: hidden;
}

.author-info__avatar {
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  transform: translateX(-50%);
}

.author-info__status,
.author-info__name {
  margin-bottom: 0;
  font-size: 14px;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .author-info {
    padding-top: 50px;
    padding-left: 180px;
    max-width: 536px;
    min-height: 185px;
  }

  .author-info__avatar-container {
    top: -25px;
    left: -30px;
    width: 180px;
    height: 180px;
  }

  .author-info__status,
  .author-info__name {
    font-family: "ApercuMedium";
    font-size: 30px;
    line-height: 1.2;
  }
}

.figure-info {
  position: relative;
  margin: 50px 15px 0;
  min-width: 135px;
  max-width: 165px;
}

.figure-info___avatar-container {
  position: relative;
  width: 132px;
  height: 132px;
  overflow: hidden;
}

.figure-info__avatar {
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  transform: translateX(-50%);
}

.figure-info__text,
.figure-info___desktop-headline {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.3;
  color: #636363;
  word-wrap: break-word;
}

.figure-info__text a {
  color: #0131a6;
}

.figure-info .figure-info__link {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.3;
  color: #0131a6;
  word-wrap: break-word;
}

@media screen and (max-width: 767px) {
  .figure-info {
    position: relative;
    margin: 65px 5px;
    max-width: 90%;
  }

  .figure-info___avatar-container {
    width: 180px;
    height: 180px;
  }

  .figure-info__text {
    font-size: 28px;
    line-height: 1.3;
    color: #444444;
  }

  .figure-info .figure-info__link,
  .figure-info__text a {
    font-size: 28px;
    line-height: 1.3;
  }

  .figure-info___desktop-headline {
    position: absolute;
    top: 0;
    align-items: flex-end;
    display: flex;
    padding-bottom: 18px;
    padding-left: 210px;
    width: 100%;
    height: 137px;
    font-family: "ApercuMedium";
    font-size: 30px;
    line-height: 1.2;
    color: #000;
  }

  .figure-info___desktop-headline:before {
    content: "";
    position: absolute;
    bottom: -13px;
    left: -30px;
    z-index: -1;
    width: 110%;
    height: 13px;
    background: #000fd1;
  }
}

.reference-info {
  margin: 25px 15px;
  width: 150px;
}

.reference-info__text {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.3;
  color: #636363;
}

.reference-info .reference-info__link {
  margin-bottom: 0;
  font-size: 14px;
  color: #0131a6;
}

.ds-dropdown-menu__container {
  display: inline-block;
  margin-top: 35px;
  margin-left: -10px;
}

.ds-dropdown-header {
  position: relative;
  padding-top: 20px;
  padding-right: 100px;
  padding-left: 8px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  font-family: "ApercuBold";
  font-size: 40px;
  line-height: 1.2;
  text-align: left;
  color: black;
  cursor: pointer;
  white-space: normal;
}

.ds-dropdown-header:after {
  position: absolute;
  top: 38px;
  right: 40px;
  border-top: .4em solid;
  vertical-align: 3px;
}

.ds-dropdown-header:hover,
.ds-dropdown-header:active,
.ds-dropdown-header:focus {
  background: transparent !important;
  color: black !important;
}

.show .ds-dropdown-header {
  background-color: #f4f4f4 !important;
  color: black !important;
}

.show .ds-dropdown-header:after {
  transform: rotate(180deg);
}

.ds-dropdown-menu__list {
  margin-top: 0;
  width: 98%;
  border: 0;
  border-radius: 0;
  background: #f5f5f5;
}

.ds-dropdown-menu__list a {
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 22px;
}

@media screen and (max-width: 991px) {
  .ds-dropdown-header {
    font-family: "ApercuBold";
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .ds-dropdown-menu__container {
    display: block;
    margin-right: -15px;
    margin-left: -15px;
  }

  .ds-dropdown-header {
    display: block;
    padding-right: 70px;
    padding-left: 13px;
    font-family: "ApercuMedium";
    font-size: 30px;
  }

  .ds-dropdown-menu__list a {
    padding-left: 15px;
  }

  .ds-dropdown-header::after {
    top: 35px;
  }

  .show .ds-dropdown-header {
    background: #ffffff !important;
  }

  .ds-dropdown-menu__list {
    background: #ffffff;
  }
}

.social-block__container {
  justify-content: space-between;
  display: flex;
  margin: 0 auto;
  max-width: 265px;
}

.social-block__link {
  display: block;
}

.social-block_img {
  width: auto;
  height: 72px;
}

.ds-input-file {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  width: 100%;
  font-family: "ApercuBold";
}

.ds-input-file__title {
  padding-bottom: .25rem;
  font-size: 1rem;
  color: white;
}

.ds-input-file__label {
  position: relative;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  width: 100%;
  height: 38px;
  font-size: .8125rem;
}

.ds-input-file__button-add,
.ds-input-file__button-delete {
  flex-grow: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  padding-bottom: 2px;
  width: 4.5rem;
  height: 100%;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  background-color: #0039a6;
  font-size: 1rem;
  color: white;
  cursor: pointer;
}

.ds-input-file__button-add.hidden,
.ds-input-file__button-delete.hidden {
  display: none;
}

.ds-input-file__button-delete {
  background-image: url(../images/remove-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.8rem auto;
}

.ds-input-file__file-name-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  padding-right: .5rem;
  padding-left: .5rem;
  width: calc(100% - 4.5rem);
  height: 100%;
  border: 2px solid white;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  background-color: white;
  font-size: 17px;
  color: #000;
}

.ds-input-file__file-name {
  width: 100%;
  text-overflow: ellipsis;
  color: #212529;
  overflow: hidden;
  white-space: nowrap;
}

.ds-input-file__html-field {
  position: absolute;
  width: 0;
  height: 0;
  border: 0;
  font-size: 0;
  overflow: hidden;
  visibility: hidden;
}

.ds-input-file.error .ds-input-file__file-name-container {
  border-color: red;
}

.ds-input-file.success .ds-input-file__file-name-container {
  border-color: green;
}

@media screen and (max-width: 1195px) {
  .ds-input-file__title {
    margin-top: 10px;
    font-size: 12px;
  }

  .ds-input-file__label {
    height: 28px;
    font-size: 14px;
  }

  .ds-input-file__file-name-container {
    width: calc(100% - 4rem);
    font-size: 14px;
  }

  .ds-input-file__button-add,
  .ds-input-file__button-delete {
    padding-bottom: 1px;
    width: 4rem;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .ds-input-file__title {
    margin-top: 30px;
    font-size: 25px;
  }

  .ds-input-file__label {
    height: 59px;
    font-size: 22px;
  }

  .ds-input-file__file-name-container {
    width: calc(100% - 6rem);
    font-size: 22px;
  }

  .ds-input-file__button-add,
  .ds-input-file__button-delete {
    padding-bottom: 2px;
    width: 6rem;
    font-size: 22px;
  }

  .ds-input-file__button-delete {
    background-size: 2.8rem auto;
  }
}

.translate-button {
  position: relative;
  margin-top: 37px;
  height: 72px;
}

.translate-button__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 365px;
  height: 72px;
  background-color: #00123f;
}

.translate-button__wrapper span {
  display: block;
  margin-right: 14px;
  margin-left: 12px;
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
  color: #fff;
}

.translate-button__flag {
  display: block;
  width: 42px;
  height: auto;
}

.translate-button__arrow {
  display: block;
  width: 63px;
  height: auto;
}

@media screen and (max-width: 1100px) {
  .translate-button {
    margin-top: 53px;
    height: 97px;
  }

  .translate-button__wrapper {
    flex-wrap: wrap;
    width: 180px;
    height: 97px;
  }

  .translate-button__wrapper span {
    margin-right: 0;
    width: 112px;
    font-size: 22px;
    line-height: .9;
  }

  .translate-button__flag {
    width: 30px;
  }

  picture,
  .translate-button__arrow {
    margin-top: -7px;
    width: 152px;
  }
}

@media screen and (max-width: 767px) {
  .translate-button {
    position: static;
    margin-top: 17px;
    height: 110px;
  }

  .translate-button__wrapper {
    position: static;
    flex-wrap: wrap;
    width: 100%;
    height: 110px;
  }

  .translate-button__wrapper span {
    margin-right: 28px;
    margin-left: 24px;
    width: 240px;
    font-size: 34px;
    line-height: 1;
  }

  .translate-button__flag {
    width: 60px;
  }

  picture,
  .translate-button__arrow {
    margin-top: 0;
    width: 120px;
  }
}

.main-header {
  margin-top: 42px;
}

.main-header__main-buttons-container {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  height: 36px;
}

.main-header__main-red-button,
.main-header__main-blue-button,
.main-header__main-green-button {
  position: relative;
  align-items: center;
  display: flex;
  padding: 0 5px 2px 5px;
  height: 36px;
  font-size: 18px;
  color: #000000;
  transition: color 300ms;
}

.main-header__main-red-button:after,
.main-header__main-blue-button:after,
.main-header__main-green-button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5px;
  z-index: -1;
  width: 170px;
  height: 4px;
  transition: all 200ms;
}

.main-header__main-red-button:after {
  width: 170px;
  background: #d31c1f;
}

.main-header__main-blue-button:after {
  width: 84px;
  background: #0131a6;
}

.main-header__main-green-button:after {
  width: 170px;
  background: #00123f;
}

.main-header__main-red-button:hover {
  color: #d31c1f;
}

.main-header__main-blue-button:hover {
  color: #0131a6;
}

.main-header__main-green-button:hover {
  color: #00123f;
}

.main-header__main-button-img {
  padding-right: 7px;
  padding-bottom: 4px;
  fill: #000000;
  transition: all 200ms;
}

.main-header__main-red-button:hover .main-header__main-button-img,
.main-header__main-blue-button:hover .main-header__main-button-img {
  fill: #ffffff;
}

@media screen and (max-width: 1195px) {
  .main-header__main-red-button,
  .main-header__main-blue-button,
  .main-header__main-green-button {
    padding: 8px;
    font-size: 15px;
  }

  .main-header__main-red-button:after {
    left: 7px;
    width: 143px;
  }

  .main-header__main-blue-button:after {
    left: 7px;
    width: 72px;
  }

  .main-header__main-green-button:after {
    left: 7px;
    width: 143px;
  }
}

@media screen and (max-width: 1050px) {
  .main-header__main-buttons-container {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 991px) {
  .main-header__main-buttons-container {
    display: none;
  }

  .main-header__main-red-button,
  .main-header__main-blue-button {
    margin-right: 12px;
  }

  .main-header__main-red-button:after,
  .main-header__main-blue-button:after,
  .main-header__main-green-button:after {
    left: 12px;
  }
}

@media screen and (max-width: 767px) {
  .main-header__main-red-button:after,
  .main-header__main-blue-button:after,
  .main-header__main-green-button:after {
    left: 14px;
    width: 127px;
  }

  .main-header__main-blue-button:after {
    width: 138px;
  }

  .main-header__main-green-button:after {
    width: 225px;
  }
}

.main-header__user-info span,
.main-header__search-button span,
.main-header__login-button span,
.main-header__edit-button span {
  margin-left: 8px;
  font-size: 18px;
}

.main-header__user-info span {
  align-items: center;
  display: inline-block;
  padding: 0;
  max-width: 130px;
  min-height: 35px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
}

.main-header__exit-button,
.main-header__user-info,
.main-header__login-button,
.main-header__edit-button,
.main-header__search-button,
.main-header__social-fb-link,
.main-header__social-in-link {
  margin-right: 20px;
}

.main-header__ru-fr-link.left {
  display: none;
}

.main-header__ru-fr-link.left span {
  margin-left: 20px;
  font-size: 16px;
}

.main-header__french-flag-icon {
  width: 35px;
  height: auto;
}

.main-header__social-in-icon {
  width: 26px;
  height: auto;
}

.main-header__social-fb-icon {
  width: 14px;
  height: auto;
}

.main-header__user-info {
  position: relative;
}

.main-header__user-info-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.main-header__user-info-messages {
  position: absolute;
  top: -15px;
  left: 22px;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 24px;
  height: 24px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background-color: #d31c1f;
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
}

.main-header__search-icon,
.main-header__login-icon,
.main-header__edit-icon,
.main-header__social-link {
  margin-top: -2px;
  width: auto;
  height: 26px;
}

.main-header__logo-img {
  margin-top: -5px;
  width: 87px;
  height: auto;
}

@media screen and (max-width: 991px) {
  .main-header__logo-img {
    width: 94px;
    height: auto;
  }

  .main-header__social-in-link {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .main-header__logo-img {
    width: 110px;
    height: auto;
  }
}

.main-header__search-button {
  position: relative;
}

.main-header__search-icon {
  cursor: pointer;
}

.main-header__search-block {
  position: absolute;
  top: -12px;
  right: 0;
  display: none;
  padding: 10px 55px 0 20px;
  width: 280px;
  height: 55px;
  border: 2px solid #000000;
  background: #fff;
  text-align: left !important;
}

.main-header__search-block.opened {
  display: block;
}

.main-header__search-close-button {
  top: 11px;
  right: 9px;
  left: auto;
}

.main-header__search-input {
  padding-bottom: 2px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #606060;
  font-size: 16px;
  color: #606060;
}

.main-header__search-input:focus {
  outline: none;
}

.main-header__search-helper-text {
  margin: 22px 0 0 -50px;
  width: 340px;
  text-align: center;
  color: #d31c1f;
}

@media screen and (max-width: 991px) {
  .main-header__ru-fr-link.right,
  .main-header__edit-button,
  .main-header__search-button {
    display: none;
  }

  .main-header__search-icon,
  .main-header__login-icon,
  .main-header__edit-icon {
    margin-top: -2px;
    width: auto;
    height: 28px;
  }

  .main-header__ru-fr-link.left {
    display: block;
  }

  .main-header__search-helper-text {
    margin: 9px 0 0 -63px;
  }

  .main-header__exit-button {
    margin-right: 0;
  }

  .main-header__exit-button,
  .main-header__user-info {
    margin-right: 20px;
  }
}

@media screen and (max-width: 880px) {
  .main-header__user-info span {
    display: none;
  }

  .main-header__user-menu {
    padding-left: 0;
  }
}

@media screen and (max-width: 820px) {
  .main-header__ru-fr-link.left span,
  .main-header__login-button span {
    display: none;
  }

  .main-header__login-icon {
    margin-top: 2px;
    width: 28px;
  }
}

@media screen and (max-width: 767px) {
  .main-header__exit-button {
    margin-right: 25px;
  }

  .main-header__search-helper-text {
    margin: 19px 0 0 -23px;
    width: 451px;
    font-size: 20px;
  }
}

.main-header__mobile-navbar {
  justify-content: flex-end;
  margin-top: -4px;
  padding: 0;
  background-color: #ffffff !important;
}

.main-header__togler-button {
  padding: .32rem 0;
  border: 0;
}

.main-header__togler-button-line {
  display: block;
  margin: 5px 0;
  width: 35px;
  height: 4px;
  background-color: #000;
}

.navbar-toggler.main-header__togler-button[aria-expanded="true"] span {
  margin-right: 5px;
  margin-left: 5px;
  width: 35px;
}

.navbar-toggler.main-header__togler-button[aria-expanded="true"] span:nth-child(1) {
  margin-top: 14px;
  transform: rotate(-45deg);
}

.navbar-toggler.main-header__togler-button[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler.main-header__togler-button[aria-expanded="true"] span:nth-child(3) {
  margin-top: -18px;
  margin-bottom: 14px;
  transform: rotate(45deg);
}

.top-news {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .top-news {
    margin-top: 45px;
  }
}

.latest-news {
  margin-top: 20px;
}

.latest-news__card-wrapper {
  margin-top: 25px;
  height: 380px;
}

.latest-news__sidebar-card-wrapper {
  margin-top: 25px;
}

@media screen and (max-width: 992px) {
  .latest-news__card-wrapper {
    margin-bottom: 30px;
  }

  .latest-news__sidebar-card-wrapper {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .latest-news__card-wrapper {
    margin-bottom: 70px;
    height: auto;
  }

  .latest-news__sidebar-card-wrapper {
    margin-top: 45px;
    margin-bottom: 25px;
  }
}

.post-section__headline .section-headline {
  max-width: 1100px;
  font-family: 'ApercuMedium';
  font-size: 36px;
  line-height: 1.2;
}

.post-section__headline .card-meta-black__container {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .post-section__headline .card-meta-black__container {
    margin-top: 15px;
    margin-bottom: 25px;
  }
}

.post-section .introduction {
  margin-top: 50px;
  max-width: 700px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  color: #000000;
}

.post-accordion-container {
  margin-bottom: 0 !important;
}

.post-section .post-accordion-header.collapsed:after {
  transform: rotateZ(0);
}

.post-section .post-accordion-body {
  transition: all 300ms ease 0s !important;
}

.post-section .post-accordion-header {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  padding-right: 30px;
}

.post-section .post-accordion-header:after {
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  right: 0;
  width: 11px;
  height: 11px;
  background-image: url(../images/icon-accordion-post.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotateZ(180deg);
}

.post-section__simple-text,
.post-section p {
  margin-top: 24px;
  margin-bottom: 10px;
  max-width: 700px;
  font-size: 18px;
  color: #606060;
  word-wrap: break-word;
}

.post-section__medium-text {
  margin-top: 35px;
  max-width: 700px;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}

.post-section__subtitle,
.post-section h2 {
  padding-top: 60px;
  font-size: 30px;
  font-weight: 600;
}

.post-section__blue-left-bottom-decor {
  position: relative;
  max-width: 805px;
}

.post-section__blue-left-bottom-decor:before {
  content: '';
  position: absolute;
  bottom: -35px;
  left: -15px;
  z-index: -1;
  width: 100%;
  height: 50%;
  background: #0131a6;
}

@media screen and (max-width: 767px) {
  .post-section .introduction,
  .post-section__simple-text,
  .post-section p {
    max-width: 590px;
    font-size: 30px;
    line-height: 1.2;
  }

  .post-section__subtitle,
  .post-section h2 {
    font-size: 36px;
  }
}

.post-section p img {
  width: 100%;
  max-width: 805px;
  height: auto;
}

.post-section__post-image {
  margin-top: 60px;
  width: 100%;
  max-width: 805px;
}

.post-section__post-image-width {
  margin-top: 60px;
  width: 100%;
}

.post-section__img-link,
.post-section__img-link:hover {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  color: #606060;
}

@media screen and (max-width: 767px) {
  .post-section__img-link,
  .post-section__img-link:hover {
    font-size: 20px;
  }
}

.post-section ul,
.post-section li {
  list-style-type: none;
  margin-top: 15px;
  margin-bottom: 10px;
  max-width: 700px;
  font-size: 18px;
  color: #606060;
}

.post-section ul {
  margin-top: 35px;
  font-size: 25px;
  line-height: 1.3;
  color: #000000;
}

.post-section li {
  position: relative;
}

.post-section li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: -21px;
  width: 7px;
  height: 7px;
  background: #0130a5;
}

.post-section li:nth-child(1) {
  margin-top: 20px;
}

.post-section ol li {
  list-style-type: decimal;
}

.post-section ol li:before {
  display: none;
}

@media screen and (max-width: 1340px) {
  .post-section li {
    margin-left: 25px;
  }
}

@media screen and (max-width: 767px) {
  .post-section ul,
  .post-section li {
    font-size: 30px;
  }

  .post-section li::before {
    top: 18px;
    width: 9px;
    height: 9px;
  }
}

.post-section td,
.post-section td p {
  font-size: 16px;
  color: #606060;
}

.post-section .event-page__event-content-foto {
  float: right;
  margin: 20px;
  margin-top: 0;
  margin-right: 0;
  max-width: 450px;
  height: auto;
}

.post-section p .event-page__event-content-foto-portrait {
  float: left;
  margin: 20px;
  margin-left: 0;
  max-width: 300px;
  height: auto;
}

.post-section hr {
  margin-top: 50px;
  width: 100%;
  text-align: center;
  color: black;
}

@media screen and (max-width: 800px) {
  .post-section .event-page__event-content-foto {
    float: left;
    margin: 0;
    margin-bottom: 20px;
    max-width: 100%;
    height: auto;
  }
}

.post-section__left-float-photo {
  display: block;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  width: 25%;
  height: auto;
}

.post-section__video-iframe {
  margin-top: 60px;
  max-width: 805px;
}

.post-section__video-block {
  margin-top: 50px;
  width: 100%;
  max-width: 805px;
  background-color: #f9f9f9;
}

.post-section__video-timeline {
  position: relative;
  height: 30px;
  background-color: #e3e3e3;
}

.post-section__video-time {
  position: relative;
  padding-left: 12px;
  height: 30px;
  font-size: 18px;
  line-height: 29px;
  color: #ffffff;
}

.post-section__video-redline {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: #d31c1f;
}

.post-section__video-text {
  padding: 0 20px 50px 100px;
}

.post-section__video-1-56-percent {
  width: 100%;
  max-width: 700px;
  height: 395px;
}

@media screen and (max-width: 991px) {
  .post-section__video-1-56-percent {
    padding-bottom: 56%;
    height: auto;
  }
}

.post-section__quote-block {
  margin-top: 35px;
  margin-bottom: 10px;
  max-width: 600px;
  font-size: 23px;
  color: #808080;
}

.post-section__quote-block:before {
  content: '';
  display: block;
  width: 250px;
  height: 7px;
  background: #d31c1f;
}

.post-section__quote-text {
  margin-top: 20px;
  font-family: 'ApercuItalic';
  line-height: 1.2;
}

.post-section__quote-text:before {
  content: '';
  display: inline-block;
  margin: 7px 18px 7px 63px;
  width: 43px;
  height: 2px;
  background: #a9a9a9;
}

.post-section__quote-author {
  margin-top: 10px;
  color: #a9a9a9;
}

@media screen and (max-width: 767px) {
  .post-section__quote-block {
    font-size: 30px;
  }

  .post-section__quote-text:before {
    margin: 7px 18px 10px 63px;
  }
}

.post-section p img.alignleft {
  float: left;
}

.post-section p img.size-medium {
  margin-right: 25px;
  width: 200px;
  height: auto;
}

.post-section__img-link.alignleft {
  clear: both;
  float: left;
}

.post-section__img-link.size-medium-2 {
  margin-top: 5px;
  margin-bottom: 25px;
  width: 450px;
}

@media screen and (max-width: 991px) {
  .post-section p img.size-medium {
    float: none;
    width: 250px;
  }

  .post-section__img-link.size-medium-2 {
    display: block;
    width: 100%;
  }
}

.post-section__image-slider-container {
  margin-top: 50px;
  height: 140px;
}

.post-section__image-slider-slide {
  height: 140px;
}

.post-section__image-slider-item {
  margin-right: 30px;
  width: auto;
  height: 140px;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .post-section__image-slider-container,
  .post-section__image-slider-slide,
  .post-section__image-slider-item {
    height: 166px;
  }
}

.gallery__slider-control {
  justify-content: flex-end;
  display: flex;
  margin-top: 27px;
}

.gallery__slider-prev-btn {
  width: 43px;
  height: 25px;
  background: url(../images/gallery__prev-btn.png) no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
}

.gallery__slider-next-btn {
  width: 43px;
  height: 25px;
  background: url(../images/gallery__next-btn.png) no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
}

.gallery__slider-image-number {
  width: 110px;
  height: 25px;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .post-section__image-slider-container {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    max-width: 600px;
    height: auto;
  }

  .post-section__image-slider-item {
    margin: 0 0 34px 0;
    width: 180px;
    height: 140px;
  }

  .gallery__slider-image-number {
    font-size: 25px;
  }

  .post-section .gallery__slider-control {
    display: none;
  }
}

.post-category {
  margin-top: 110px;
}

.post-category__overflow-block {
  max-height: 300px;
  overflow: hidden;
  transition: max-height 300ms ease-out;
}

.post-education__headline {
  margin-bottom: 18px;
}

.post-education__top-news-wrapper {
  margin-bottom: 30px;
}

.post-categury__history-text {
  margin-top: 1px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #606060;
}

.post-categury__history-text p {
  margin-top: 28px;
  margin-bottom: 0;
}

.post-category__card-container {
  margin-top: 50px;
  max-width: 180px;
  height: 270px;
}

.post-category__card-container .ds-small-white-card__container {
  padding-top: 160px;
}

.post-category__card-container .ds-small-white-card__meta {
  margin-top: 10px;
}

@media screen and (max-width: 1199px) {
  .post-category__card-container {
    max-width: 210px;
    height: 305px;
  }

  .post-category__card-container .ds-small-white-card__container {
    padding-top: 182px;
  }

  .post-category__card-container .ds-small-white-card_img-container {
    height: 165px;
  }

  .post-category__card-container .ds-small-white-card__description {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .post-education .post-search__more-link {
    margin-top: 30px;
  }
}

@media screen and (max-width: 890px) {
  .post-category__card-container {
    max-width: 180px;
    height: 260px;
  }

  .post-category__card-container .ds-small-white-card__container {
    padding-top: 155px;
  }

  .post-category__card-container .ds-small-white-card_img-container {
    height: 142px;
  }
}

@media screen and (max-width: 767px) {
  .post-category__card-container {
    max-width: 600px;
    height: auto;
  }

  .post-category__card-container .ds-small-white-card {
    margin-bottom: 30px;
    max-width: 600px;
    height: 480px;
    height: auto;
  }

  .post-category__card-container .ds-small-white-card__container {
    padding-top: 510px;
  }

  .post-category__card-container .ds-small-white-card_img-container {
    height: 480px;
  }

  .post-category__card-container .ds-small-white-card__description {
    margin-bottom: 2px;
    height: auto;
    font-size: 34px;
    line-height: 1.2;
  }
}

.post-education__preloader-container {
  justify-content: center;
  align-items: center;
  display: flex;
  display: none;
  width: 100%;
  height: 405px;
  opacity: 0;
  transition: opacity 300ms;
}

.post-education__preloader-container img {
  width: 48px;
  height: 60px;
}

.post-education__preloader-container.add {
  display: flex;
}

.post-education__preloader-container.show {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .post-education__preloader-container {
    height: 435px;
  }
}

@media screen and (max-width: 767px) {
  .post-education__preloader-container {
    height: 692px;
  }
}

.post-about__figure-block {
  max-width: 438px;
}

.post-about__figure-block h2,
.post-about__figure-block .name {
  font-family: "ApercuMedium";
  font-size: 22px;
  line-height: 1.2;
}

.post-about__figure-block h2 {
  margin: 23px 0 20px;
  padding: 0;
}

.post-about__figure-block .name {
  margin-top: 15px;
  margin-bottom: 6px;
  color: #000000;
}

.post-about__figure-block .position {
  margin-top: 6px;
  font-size: 18px;
  line-height: 1.2;
}

@media screen and (max-width: 605px) {
  .post-about .section-image__container {
    margin-right: -15px;
    margin-left: -15px;
    height: 370px;
  }
}

.post-about .post-section__introduction {
  margin-top: 23px;
}

.post-about__figure-card {
  margin-bottom: 60px;
}

.post-about__avatar-container {
  width: 100%;
  height: 180px;
}

.post-about__ru-fr-switch {
  text-align: right;
}

.post-about__ru-fr-link {
  display: inline-block;
  margin: 30px 0;
  padding: 0 33px;
  height: 50px;
  font-family: "ApercuMedium";
  font-size: 22px;
  line-height: 49px;
  cursor: pointer;
}

.post-about__ru-fr-link.active {
  background-color: #d31c1f;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .post-about__ru-fr-switch {
    display: flex;
  }

  .post-about__ru-fr-link {
    margin-top: 0;
    margin-bottom: 40px;
    width: 50%;
    height: 86px;
    font-size: 30px;
    line-height: 85px;
    text-align: center;
  }
}

@media screen and (max-width: 605px) {
  .post-about__ru-fr-switch {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.post-about__pdf-link {
  position: relative;
  display: block;
  margin-top: 32px;
  padding: 55px 10px 0 170px;
  height: 200px;
  background-color: #d31c1f;
}

.post-about__pdf-link span {
  display: block;
  max-width: 240px;
  height: auto;
  font-family: "ApercuMedium";
  font-size: 22px;
  line-height: 1.2;
  color: #ffffff;
}

.post-about__pdf-link img {
  position: absolute;
  top: 51px;
  left: 54px;
  width: 85px;
  height: auto;
}

@media screen and (max-width: 1100px) {
  .post-about__avatar-container {
    height: 162px;
  }
}

@media screen and (max-width: 991px) {
  .post-about__avatar-container {
    height: 204px;
  }

  .post-about__pdf-link {
    margin-top: 30px;
    padding: 50px 10px 0 170px;
    max-width: 705px;
    height: 150px;
  }

  .post-about__pdf-link span {
    max-width: 420px;
  }

  .post-about__pdf-link img {
    top: 42px;
    width: 63px;
  }
}

@media screen and (max-width: 870px) {
  .post-about__avatar-container {
    height: 186px;
  }
}

@media screen and (max-width: 767px) {
  .note-about__card {
    margin-top: 0 !important;
  }

  .post-about__avatar-container {
    height: 277px;
  }

  .post-about__figure-block {
    max-width: 600px;
  }

  .post-about__figure-block h2,
  .post-about__figure-block .name {
    font-size: 30px;
  }

  .post-about__figure-block .position {
    font-size: 24px;
  }

  .post-about .post-section__introduction,
  .post-about p {
    font-size: 30px;
  }

  .post-about__pdf-link {
    margin-top: 58px;
    padding: 60px 10px 0 200px;
    max-width: none;
    height: 240px;
  }

  .post-about__pdf-link span {
    max-width: 335px;
    font-size: 30px;
  }

  .post-about__pdf-link img {
    top: 62px;
    left: 64px;
    width: 104px;
  }
}

.post-links__link-container {
  margin-top: 52px;
}

.post-links__block {
  display: flex;
  margin-bottom: 55px;
}

.post-links__company-logo {
  flex-grow: 0;
  flex-shrink: 0;
  margin-top: 6px;
  margin-right: 30px;
  width: 75px;
}

.post-links__company-logo img {
  width: 100%;
  height: auto;
}

.post-links__company-link {
  max-width: 400px;
  font-family: "ApercuMedium", arial, sans-serif;
  font-size: 26px;
  line-height: 1.2;
}

@media screen and (max-width: 991px) {
  .post-links .section-headline {
    font-size: 40px;
  }

  .post-links__company-link {
    font-size: 23px;
  }
}

@media screen and (max-width: 767px) {
  .post-links .section-headline {
    font-size: 36px;
  }

  .post-links__block {
    display: block;
    max-width: 310px;
  }

  .post-links__company-logo {
    margin-bottom: 10px;
  }

  .post-links__company-link {
    font-size: 18px;
  }
}

.top-banner-live__card-info {
  max-width: 840px;
}

.top-banner-live__overlay {
  padding-top: 80px;
}

.comment-section-live__user-post {
  margin-top: 18px;
  margin-left: 85px;
  padding-bottom: 10px;
}

.comment-section-live {
  padding-right: 60px;
  padding-left: 0;
}

@media screen and (max-width: 991px) {
  .top-banner-live__overlay {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .comment-section-live__user-post {
    margin-left: 0;
  }
}

.success-dialogue {
  margin-top: 110px;
}

.success-dialogue__slider {
  position: relative;
  margin-top: 25px;
  width: 100%;
  height: 350px;
}

.success-dialogue__red-decor {
  position: absolute;
  bottom: -22px;
  left: -2px;
  width: 390px;
  height: 350px;
  background-color: #d31c1f;
}

.success-dialogue__slider-item {
  margin-right: 30px;
  width: 390px !important;
  height: 350px;
}

.success-dialogue .ds-card-black__container {
  padding-bottom: 33px;
}

.success-dialogue .ds-card-black__description {
  font-size: 20px;
}

.success-dialogue .ds-card-black__shadow {
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
}

@media screen and (max-width: 1200px) {
  .success-dialogue__right-border {
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .success-dialogue__red-decor {
    bottom: 24px;
  }

  .success-dialogue__slider,
  .success-dialogue__slider-item {
    height: 390px;
  }

  .success-dialogue__slider .ds-card-black {
    margin-bottom: 18px;
    height: 350px;
  }
}

@media screen and (max-width: 767px) {
  .success-dialogue__red-decor {
    bottom: 38px;
    left: -2px;
    width: 450px;
    height: 414px;
  }

  .success-dialogue__slider {
    margin-top: 35px;
    height: 472px;
  }

  .success-dialogue__slider-item {
    margin-right: 30px;
    width: 460px !important;
    height: 472px;
  }

  .success-dialogue .ds-card-black {
    height: 414px;
  }

  .success-dialogue .ds-card-black__container {
    padding-bottom: 37px;
  }

  .success-dialogue .ds-card-black__description {
    font-size: 34px;
  }
}

.trianon-projects {
  margin-top: 90px;
  margin-bottom: 100px;
}

.trianon-projects__slider {
  position: relative;
  margin-top: 25px;
  width: 100%;
  height: 350px;
}

.trianon-projects__red-decor {
  position: absolute;
  bottom: -22px;
  left: -2px;
  width: 390px;
  height: 350px;
  background-color: #d31c1f;
}

.trianon-projects__slider-item {
  margin-right: 30px;
  width: 390px !important;
  height: 350px;
}

.trianon-projects .ds-card-black__container {
  padding-bottom: 33px;
}

.trianon-projects .ds-card-black__description {
  font-size: 20px;
}

.trianon-projects .ds-card-black__shadow {
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
}

@media screen and (max-width: 1200px) {
  .trianon-projects__right-border {
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .trianon-projects {
    margin-top: 45px;
    margin-bottom: 100px;
  }

  .trianon-projects__red-decor {
    bottom: 24px;
  }

  .trianon-projects__slider,
  .trianon-projects__slider-item {
    height: 390px;
  }

  .trianon-projects__slider .ds-card-black {
    margin-bottom: 18px;
    height: 350px;
  }
}

@media screen and (max-width: 767px) {
  .trianon-projects__red-decor {
    bottom: 38px;
    left: -2px;
    width: 450px;
    height: 414px;
  }

  .trianon-projects__slider {
    margin-top: 35px;
    height: 472px;
  }

  .trianon-projects__slider-item {
    margin-right: 30px;
    width: 460px !important;
    height: 472px;
  }

  .trianon-projects .ds-card-black {
    height: 414px;
  }

  .trianon-projects .ds-card-black__container {
    padding-bottom: 37px;
  }

  .trianon-projects .ds-card-black__description {
    font-size: 28px;
    line-height: 1.2;
  }
}

.trianon-publishing {
  margin-top: 90px;
  margin-bottom: 100px;
}

.trianon-publishing__slider {
  position: relative;
  margin-top: 25px;
  width: 100%;
}

.trianon-publishing__slider-item {
  margin-right: 30px;
  width: 285px !important;
}

.trianon-publishing__slider-item .ds-card-white_img-container {
  height: 10.8125rem;
}

.trianon-publishing__slider-item .ds-card-white__container {
  padding-top: 10.8125rem;
}

.trianon-publishing__slider-item .ds-card-white__description {
  line-height: 1.3;
  font-size: 0.875rem;
}

.trianon-publishing__slider-item .ds-card-white__description p {
  margin-bottom: 0;
}

.trianon-publishing__slider-item .ds-card-white__description span {
  font-weight: normal;
}

@media screen and (max-width: 991px) {
  .trianon-publishing__slider-item .ds-card-white__description {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .trianon-publishing__slider-item {
    width: 450px !important;
  }

  .trianon-publishing__slider-item .ds-card-white_img-container {
    height: 12.813rem;
  }

  .trianon-publishing__slider-item .ds-card-white__container {
    padding-top: 12.813rem;
  }

  .trianon-publishing__slider-item .ds-card-white__description {
    font-size: 1.625rem;
  }
}

.everything-simple {
  margin-top: 110px;
}

.everything-simple__slider {
  margin-top: 25px;
  height: auto;
}

.everything-simple__slider-item {
  max-width: 180px !important;
  min-height: 260px;
}

@media screen and (max-width: 1200px) {
  .everything-simple__right-border {
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .everything-simple__slider-item {
    max-width: 207px !important;
  }
}

@media screen and (max-width: 767px) {
  .everything-simple__slider-item {
    max-width: 100% !important;
  }
}

.special-projects {
  margin-top: 110px;
}

.special-projects__slider {
  margin-top: 25px;
  width: 100%;
  height: 350px;
}

.special-projects__slider-item {
  margin-right: 30px;
  width: 390px !important;
  height: 350px;
}

@media screen and (max-width: 1200px) {
  .special-projects__right-border {
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .special-projects__slider,
  .special-projects__slider-item {
    height: 350px;
  }
}

@media screen and (max-width: 767px) {
  .special-projects__slider {
    margin-top: 35px;
    height: 485px;
  }

  .special-projects__slider-item {
    margin-right: 30px;
    width: 485px !important;
    height: 485px;
  }

  .special-projects .ds-card-white__container {
    padding-top: 279px;
  }

  .special-projects .ds-card-white_img-container {
    height: 277px;
  }

  .special-projects .ds-card-white__description {
    max-height: 95px;
    font-size: 28px;
  }
}

.podcasts {
  margin-top: 110px;
}

.podcasts__card-wrapper {
  position: relative;
  margin-top: 25px;
}

.podcasts__red-decor {
  position: absolute;
  bottom: -22px;
  left: -18px;
  width: 100%;
  height: 100%;
  background-color: #d31c1f;
}

.podcasts__slider {
  margin-top: 15px;
  height: 445px !important;
}

.podcasts__slider-item {
  margin-top: 10px;
  margin-right: 30px;
  width: 390px !important;
  height: 220px !important;
}

@media screen and (max-width: 1200px) {
  .podcasts__right-border {
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .podcasts__slider {
    margin-top: 50px;
    height: 250px !important;
  }

  .podcasts__slider-item {
    height: 250px !important;
  }

  .podcasts__slider .ds-card-black {
    height: 220px;
  }
}

@media screen and (max-width: 767px) {
  .podcasts__slider {
    margin-top: 35px;
    height: 370px !important;
  }

  .podcasts__slider-item {
    margin-right: 30px;
    width: 485px !important;
    height: 370px !important;
  }

  .podcasts .ds-card-black {
    height: 277px;
  }

  .podcasts .ds-card-black__container {
    padding-right: 70px;
    padding-bottom: 30px;
    padding-left: 35px;
  }

  .podcasts .ds-card-black__description {
    margin-bottom: 0;
    font-size: 28px;
  }
}

.main-footer {
  margin-top: 110px;
}

.main-footer__margin-container {
  height: 0;
}

.main-footer__nav-container {
  margin-top: -8px;
}

.main-footer__nav-item {
  margin-bottom: 6px;
}

.main-footer__nav-link {
  line-height: 20px;
  display: block;
  padding-right: 16px;
}

.main-footer__nav-link:hover {
  font-weight: bold;
}

.main-footer__logo-img {
  width: 70px;
}

.main-footer__copyrights {
  margin-top: 60px;
  font-size: 12px;
}

.main-footer__about-trianon {
  margin-bottom: 60px;
  max-width: 520px;
  font-size: 12px;
}

.main-footer__fr-flag,
.main-footer__sochi-flag,
.main-footer__peter-flag,
.main-footer__italian-flag {
  position: relative;
}

.main-footer__fr-flag:before,
.main-footer__sochi-flag:before,
.main-footer__peter-flag:before,
.main-footer__italian-flag:before {
  content: '';
  position: absolute;
  top: 3px;
  left: -34px;
  width: 24px;
  height: 22px;
  background-image: url(../images/french-flag-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.main-footer__sochi-flag:before {
  background-image: url(../images/sochi-flag.png);
}

.main-footer__peter-flag:before {
  background-image: url(../images/peter-flag-icon.png);
}

.main-footer__italian-flag:before {
  background-image: url(../images/italian-flag-icon.png);
}

@media screen and (max-width: 767px) {
  .main-footer__logo-img {
    display: block;
    margin: 0 auto 90px auto;
    width: 98px;
  }

  .main-footer__nav-container {
    padding-left: 10px;
  }

  .main-footer__nav-container.no-padding {
    padding-left: 0;
  }

  .main-footer__nav-container.mobile-centered {
    padding-top: 30px;
    text-align: center;
  }

  .main-footer__nav-link {
    font-size: 22px;
    line-height: 35px;
  }

  .main-footer__copyrights,
  .main-footer__about-trianon {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 412px;
    font-size: 18px;
    text-align: center;
  }

  .main-footer__copyrights {
    margin-top: 75px;
  }

  .main-footer__fr-flag:before,
  .main-footer__sochi-flag:before {
    top: 9px;
    left: -36px;
  }
}

.personal-section {
  margin-top: 75px;
}

@media screen and (max-width: 767px) {
  .personal-section {
    margin-top: 46px;
  }
}

.personal__user-panel {
  max-width: 308px;
}

.personal__user-avatar-container {
  position: relative;
  margin-bottom: 30px;
  max-width: 308px;
  height: 308px;
  overflow: hidden;
}

.personal__centered-image {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translateX(-50%);
}

.personal__user-name {
  font-family: "ApercuMedium", arial, sans-serif;
  font-size: 36px;
  line-height: 1.2;
}

.personal__user-panel-title {
  margin-top: 22px;
  font-size: 14px;
  color: #535353;
}

.personal__user-panel-info {
  font-size: 18px;
  line-height: 1.2;
}

.personal__user-redact-button,
.personal__user-add-friend-button,
.personal__user-remove-frient-button,
.personal__user-send-mess-button,
.personal__user-remove-link {
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 14px auto -10px;
  height: 55px;
  background: #0a1d4a;
  font-family: "ApercuMedium", arial, sans-serif;
  cursor: pointer;
}

.personal__user-redact-button svg,
.personal__user-add-friend-button svg,
.personal__user-remove-frient-button svg,
.personal__user-send-mess-button svg,
.personal__user-remove-link svg {
  width: 20px;
  height: 20px;
}

.personal__user-redact-button span,
.personal__user-add-friend-button span,
.personal__user-remove-frient-button span,
.personal__user-send-mess-button span,
.personal__user-remove-link span {
  margin-bottom: 3px;
  margin-left: 11px;
  font-size: 20px;
  color: #ffffff;
}

.personal__user-send-mess-button {
  position: relative;
}

.personal__user-send-mess-button-messages {
  position: absolute;
  top: -10px;
  right: -10px;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 24px;
  height: 24px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background-color: #d31c1f;
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
}

.personal__user-add-friend-button,
.personal__user-remove-frient-button,
.personal__user-remove-link {
  background: #c6c6c6;
}

.personal__user-remove-frient-button {
  position: relative;
}

.personal__user-remove-frient-button::after {
  content: "";
  display: block;
  margin-top: 10px;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  border: 10px solid transparent;
  border-top: 12px solid white;
}

.personal__user-remove-frient-button .personal__user-remove-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
}

.personal__user-remove-frient-button .personal__user-remove-link {
  margin-top: 0;
}

.personal__user-remove-frient-button.active::after {
  margin-top: -12px;
  transform: rotate(180deg);
}

.personal__user-remove-frient-button.active .personal__user-remove-dropdown-menu {
  display: block;
}

@media screen and (max-width: 992px) {
  .personal__user-avatar-container {
    max-width: 290px;
    height: 290px;
  }
}

@media screen and (max-width: 767px) {
  .personal__user-panel {
    margin-bottom: 50px;
    max-width: none;
    text-align: center;
  }

  .personal__user-avatar-container {
    margin-right: auto;
    margin-bottom: 11px;
    margin-left: auto;
    max-width: 180px;
    height: 180px;
  }

  .personal__user-panel-title {
    margin-top: 25px;
    font-size: 25px;
    line-height: 1.2;
    text-align: left;
  }

  .personal__user-panel-info {
    font-size: 30px;
    line-height: 1.2;
    text-align: left;
  }

  .personal__user-panel-info.center {
    text-align: center;
  }

  .personal__user-name {
    display: inline-block;
    margin: 0 5px;
  }

  .personal__user-control-panel {
    margin-bottom: 43px;
  }

  .personal__user-redact-button,
  .personal__user-add-friend-button,
  .personal__user-remove-frient-button,
  .personal__user-send-mess-button {
    max-width: 300px;
  }

  .personal__user-redact-button span,
  .personal__user-add-friend-button span,
  .personal__user-remove-frient-button span,
  .personal__user-send-mess-button span {
    font-size: 24px;
  }
}

.personal__contacts-panel {
  margin-top: 28px;
  max-width: 290px;
  background-color: #f9f9f9;
}

.personal__contacts-panel-title {
  padding-left: 28px;
  height: 63px;
  font-size: 22px;
  line-height: 60px;
}

.personal__contacts-panel-more {
  margin-top: 10px;
  padding-right: 18px;
  height: 52px;
  line-height: 48px;
  text-align: right;
  text-decoration: underline;
  cursor: pointer;
}

.personal__contacts-panel-friends {
  justify-content: space-between;
  display: flex;
  padding: 0 28px;
}

.personal__friend-container {
  max-width: 104px;
}

.personal__friend-avatar-container {
  position: relative;
  max-width: 104px;
  height: 104px;
  overflow: hidden;
}

.personal__friend-name {
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.3;
}

.personal__friend-info {
  font-size: 12px;
  line-height: 1.2;
}

@media screen and (max-width: 920px) {
  .personal__friend-container {
    padding: 0 5px;
    max-width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .personal__contacts-panel {
    margin-top: 0;
    padding-bottom: 30px;
    max-width: none;
    background: transparent;
  }

  .personal__contacts-panel-title {
    padding-left: 0;
    height: auto;
    font-family: "ApercuBold", arial, sans-serif;
    font-size: 30px;
    font-size: 28px;
    letter-spacing: 6px;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .personal__contacts-panel-friends {
    justify-content: flex-start;
    margin: 0;
    padding: 0;
  }

  .personal__friend-container {
    margin-top: 52px;
    padding: 0;
    width: auto;
    max-width: 285px;
  }

  .personal__friend-avatar-container {
    max-width: 285px;
    height: 285px;
  }

  .personal__friend-name {
    margin-top: 15px;
    font-family: "ApercuMedium", arial, sans-serif;
    font-size: 30px;
    line-height: 1.2;
  }

  .personal__friend-info {
    font-family: "ApercuMedium", arial, sans-serif;
    font-size: 30px;
    color: #666;
  }

  .personal__contacts-panel-more {
    display: none;
  }
}

.personal__contacts-panel-more a,
.personal__favorites-panel-more a,
.personal__projects-panel-more a {
  text-decoration: underline !important;
  cursor: pointer;
}

.personal__favorites-container {
  margin-bottom: 35px;
}

.personal__headline {
  margin-bottom: 40px;
  font-family: "ApercuBold", arial, sans-serif;
  font-size: 28px;
  letter-spacing: 6px;
  line-height: 1;
  text-transform: uppercase;
}

.personal__favorites-img-container {
  position: relative;
  max-width: 183px;
  height: 140px;
  overflow: hidden;
}

.personal__favorites-info {
  margin-top: 18px;
  font-family: "ApercuMedium", arial, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

.personal__favorites-panel-more {
  font-size: 16px;
  text-align: right;
}

.personal__favorites-container .everything-simple__slider-item {
  position: relative;
  margin-bottom: 30px;
}

.personal__favorites-container .ds-small-white-card__description {
  height: 66px;
}

@media screen and (max-width: 767px) {
  .personal__favorites-img-container {
    max-width: 285px;
    height: 230px;
  }

  .personal__favorites-info {
    margin-top: 25px;
    margin-bottom: 30px;
    max-width: 285px;
    font-size: 24px;
  }

  .personal__favorites-panel-more {
    font-size: 20px;
  }

  .personal__favorites-container .ds-small-white-card__description {
    height: auto;
    max-height: 114px;
  }
}

.personal__projects-block {
  position: relative;
  display: flex;
  margin-bottom: 30px;
  padding: 30px 30px 50px;
  background-color: #f9f9f9;
}

.personal__projects-img-container {
  position: relative;
  height: 142px;
  overflow: hidden;
}

.personal__projects-info-container {
  margin-left: 30px;
  max-width: 610px;
  max-height: 103px;
  line-height: 1.2;
  overflow: hidden;
  transition: max-height 200ms;
}

.personal__projects-info-headline {
  font-family: "ApercuMedium", arial, sans-serif;
  font-size: 22px;
  line-height: 1;
}

.personal__projects-info-description {
  margin-top: 14px;
  font-size: 18px;
  line-height: 1.2;
}

.personal__projects-panel-more {
  margin-top: 22px;
  margin-left: 30px;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .personal__projects-block {
    flex-direction: column;
    margin-bottom: 50px;
    padding: 0;
    background-color: #ffffff;
  }

  .personal__projects-img-container {
    max-width: 600px;
    height: 280px;
  }

  .personal__projects-status-container {
    top: 0;
    bottom: auto;
    height: 34px;
    background-color: #f9f9f9;
  }

  .personal__projects-status-bage {
    width: 34px;
    height: 34px;
  }

  .personal__projects-status-passed::before {
    top: 13px;
    left: 9px;
    width: 3px;
    height: 11px;
  }

  .personal__projects-status-passed::after {
    top: 7px;
    left: 18px;
    width: 3px;
    height: 19px;
  }

  .personal__projects-status-description {
    padding-left: 43px;
    font-size: 16px;
    line-height: 31px;
  }

  .personal__projects-info-container {
    margin-left: 0;
    max-height: 205px;
  }

  .personal__projects-info-headline {
    margin-top: 30px;
    max-width: 600px;
    font-size: 34px;
  }

  .personal__projects-info-description {
    margin-top: 22px;
    max-width: 600px;
    font-size: 30px;
    color: #636363;
  }

  .personal__projects-panel-more {
    margin-top: 15px;
    margin-bottom: 30px;
    margin-left: 0;
    font-size: 26px;
    text-align: center;
  }
}

.personal-articles__user-panel {
  display: flex;
  margin-top: 35px;
  min-height: 217px;
}

.personal-articles__user-red-decor {
  flex-shrink: 0;
  margin-left: 25px;
  width: 185px;
  height: 193px;
  background: #d31c1f;
}

.personal-articles__avatar-container {
  z-index: 1;
  margin-top: 30px;
  margin-left: -24px;
  width: 180px;
  height: 180px;
}

.personal-articles__user-info {
  margin-left: 35px;
}

.personal-articles__user-mobile-info {
  display: none;
}

.personal-articles__subtitle {
  margin-top: 30px;
  margin-bottom: -25px;
  font-family: "ApercuMedium", arial, sans-serif;
  font-size: 28px;
}

.personal-articles__user-name {
  display: inline-block;
  margin-top: -6px;
  font-family: "ApercuMedium", arial, sans-serif;
  font-size: 43px;
  line-height: 1;
}

.personal-articles__user-age {
  margin-top: 5px;
  margin-left: 32px;
  font-size: 22px;
}

.personal-articles__user-info p {
  margin: 17px 0 0;
}

@media screen and (max-width: 991px) {
  .personal-articles__user-red-decor {
    margin-left: 24px;
    width: 188px;
    height: 193px;
  }

  .personal-articles__avatar-container {
    margin-top: 33px;
    margin-left: -24px;
    width: 180px;
    height: 180px;
  }

  .personal-articles__subtitle {
    margin-bottom: -32px;
  }

  .personal-articles__user-name {
    font-size: 36px;
  }

  .personal-articles__user-info {
    margin-left: 25px;
  }
}

@media screen and (max-width: 767px) {
  .personal-articles__subtitle {
    margin-top: 50px;
    margin-bottom: -12px;
    font-size: 34px;
  }

  .personal-articles__user-info span {
    display: none;
  }

  .personal-articles__user-red-decor {
    display: flex;
    margin-left: 31px;
    width: auto;
    height: 211px;
  }

  .personal-articles__user-panel {
    flex-direction: column;
    display: flex;
    margin-top: 35px;
  }

  .personal-articles__avatar-container {
    margin-top: 28px;
    margin-right: 30px;
    margin-left: -31px;
    width: 210px;
    height: 210px;
  }

  .personal-articles__user-info {
    margin-top: 33px;
    margin-left: 0;
  }

  .personal-articles__user-mobile-info {
    flex-direction: column;
    justify-content: center;
    display: flex;
    margin-left: 6px;
  }

  .personal-articles__user-mobile-info span {
    display: block;
    color: #ffffff;
  }

  .personal-articles__user-name {
    margin-top: 0;
    font-size: 34px;
  }

  .personal-articles__user-age {
    margin-top: 12px;
    margin-left: 0;
    font-size: 25px;
  }
}

.post-cards {
  line-height: 1.2;
}

.post-cards__headline {
  max-width: 1100px;
  font-family: "ApercuMedium";
  font-size: 36px;
}

.post-cards .card-meta-black__container {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .post-cards__headline {
    font-size: 34px;
  }

  .post-cards .card-meta-black__container {
    margin-top: 15px;
  }
}

.post-cards__left-menu {
  margin-top: 35px;
  padding: 35px 10px 0 33px;
  background: #f9f9f9;
  font-family: "ApercuMedium";
}

.post-cards__left-item {
  position: relative;
  padding: 0 0 40px 63px;
  min-height: 94px;
}

.post-cards__left-item h3 {
  font-size: 22px;
}

.post-cards__number-block {
  position: absolute;
  top: 5px;
  left: 0;
  width: 36px;
  height: 36px;
  background: #0b1d4b;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .post-cards__number-block {
    width: 69px;
    height: 69px;
    font-size: 30px;
    line-height: 67px;
  }
}

.post-cards__author-container {
  position: relative;
  align-items: center;
  display: flex;
  margin-top: 55px;
  padding: 20px 20px 30px 184px;
  min-height: 126px;
  background: #0b1d4b;
}

.post-cards__author-avatar-container {
  position: absolute;
  top: -17px;
  left: 40px;
  width: 124px;
  height: 124px;
}

.post-cards__author-avatar-descr {
  font-family: "ApercuMedium";
  font-size: 20px;
  color: #ffffff;
}

@media screen and (max-width: 991px) {
  .post-cards__author-container {
    padding: 20px 20px 40px 235px;
    height: 184px;
  }

  .post-cards__author-avatar-container {
    width: 164px;
    height: 164px;
  }

  .post-cards__author-avatar-descr {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .post-cards__author-container {
    padding: 20px 20px 45px 230px;
    height: 196px;
  }

  .post-cards__author-avatar-container {
    left: 32px;
    width: 170px;
    height: 170px;
  }

  .post-cards__author-avatar-descr {
    font-size: 30px;
  }
}

.post-cards__center-container {
  font-family: "ApercuMedium";
}

.post-cards__center-container .post-cards__number-block {
  top: 0;
}

.post-cards__center-item {
  position: relative;
  margin-top: 35px;
  padding: 55px 20px 60px 60px;
  background: #f9f9f9;
  word-wrap: break-word;
}

.post-cards__center-item h3 {
  display: block;
  max-width: 536px;
  font-size: 28px;
}

.post-cards__center-item h3 img {
  margin: 0;
}

.post-cards__center-item p,
.post-cards__center-item li {
  display: block;
  max-width: 536px;
  font-family: "Apercu";
  font-size: 18px;
  line-height: 1.5;
  color: #606060;
}

.post-cards__center-item img {
  margin: 30px 0;
  max-width: 100%;
}

.post-cards__blue-square {
  justify-content: center;
  align-items: center;
  display: flex;
  margin-top: 35px;
  height: 165px;
  background: #0131a6;
  font-size: 28px;
  color: #ffffff;
}

.post-cards__center-item ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  max-width: 536px;
  font-size: 22px;
  line-height: 1.3;
  color: #212529;
}

.post-cards__center-item li {
  position: relative;
  margin-top: 1rem;
}

.post-cards__center-item li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -21px;
  width: 7px;
  height: 7px;
  background: #0130a5;
}

@media screen and (max-width: 991px) {
  .post-cards__center-item {
    padding: 55px 20px 60px 75px;
  }

  .post-cards__center-item h3,
  .post-cards__center-item p,
  .post-cards__center-item ul,
  .post-cards__center-item li {
    max-width: 760px;
  }
}

@media screen and (max-width: 767px) {
  .post-cards__center-item {
    padding: 80px 30px 60px 75px;
  }

  .post-cards__center-item h3,
  .post-cards__center-item ul {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .post-cards__center-item p,
  .post-cards__center-item li {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .post-cards__center-item li:before {
    top: 18px;
    width: 9px;
    height: 9px;
  }
}

.post-projects__project-block {
  display: flex;
  margin-top: 30px;
  padding: 40px 20px 40px 34px;
  background: #f9f9f9;
}

.post-projects__img-container {
  flex-shrink: 0;
  width: 180px;
  height: 152px;
}

.post-projects__block-descr {
  margin-left: 30px;
  max-width: 610px;
  max-height: 152px;
  line-height: 1.2;
  overflow: hidden;
}

.post-projects__block-headline {
  margin-top: 0;
  font-family: "ApercuMedium";
  font-size: 22px;
  line-height: 22px;
}

.post-projects__block-text {
  margin-top: 15px;
  font-size: 18px;
  line-height: 22px;
  color: #424242;
}

@media screen and (max-width: 767px) {
  .post-projects__project-block {
    flex-direction: column;
    padding: 0;
    background: none;
  }

  .post-projects__img-container {
    width: 100%;
    max-width: 600px;
    height: 280px;
  }

  .post-projects__block-descr {
    margin-left: 0;
    max-width: none;
    max-height: 274px;
  }

  .post-projects__block-headline {
    margin-top: 20px;
    font-size: 34px;
    line-height: 34px;
  }

  .post-projects__block-text {
    font-size: 30px;
    line-height: 34px;
    color: #666666;
  }
}

.post-events__sub-headline {
  margin: 10px 0;
  font-family: "ApercuBold";
  font-size: 28px;
  letter-spacing: 6px;
  line-height: 1;
  text-transform: uppercase;
}

.post-events__slider-control {
  justify-content: flex-end;
  display: flex;
  margin-top: 27px;
}

.post-events__slider-control .slick-arrow.slick-hidden {
  display: block;
}

.post-events__slider-prev-btn {
  width: 43px;
  height: 25px;
  background: url(../images/gallery__prev-btn.png) no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
}

.post-events__slider-next-btn {
  width: 43px;
  height: 25px;
  background: url(../images/gallery__next-btn.png) no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
}

.post-events__slider-card-number {
  width: 110px;
  height: 25px;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .post-events__slider-card-number {
    font-size: 25px;
  }
}

.post-events__current-slider-item {
  margin-right: 30px;
  width: 284px;
  max-width: 284px;
}

@media screen and (max-width: 767px) {
  .post-events__current-slider-item {
    margin-bottom: 0;
    width: 560px;
    max-width: 560px;
  }
}

.post-events__future-slider-item {
  margin-top: 30px;
  margin-right: 30px;
  height: auto;
}

.post-events__future-slider-item .ds-subcategory {
  margin-bottom: 8px;
}

.post-events__future-slider-item .ds-small-white-card__container {
  padding-top: 145px;
}

.post-events__future-slider-item .ds-small-white-card__description {
  max-height: 66px;
}

.post-events__future-empty-container {
  justify-content: center;
  align-items: center;
  display: flex;
  margin-top: 33px;
  margin-bottom: 62px;
  height: 140px;
  background: #f9f9f9;
  font-family: "ApercuMedium";
  font-size: 25px;
  color: #5b5b5b;
}

@media screen and (max-width: 991px) {
  .post-events__future-slider-item {
    max-width: 210px !important;
    height: auto;
  }

  .post-events__future-slider-item .ds-small-white-card_img-container {
    height: 165px;
  }

  .post-events__future-slider-item .ds-small-white-card__container {
    padding-top: 168px;
  }

  .post-events__future-slider-item .ds-small-white-card__description {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .post-events__future-slider-item {
    margin-right: 30px;
    max-width: 560px !important;
    height: auto;
  }

  .post-events__future-slider-item .ds-small-white-card {
    margin-bottom: 30px;
  }

  .post-events__future-slider-item .ds-small-white-card_img-container {
    height: 452px;
  }

  .post-events__future-slider-item .ds-small-white-card__container {
    padding-top: 460px;
  }

  .post-events__future-slider-item .ds-small-white-card__description {
    margin-top: 5px;
    max-height: none;
    font-size: 34px;
  }

  .post-events__future-slider-item .ds-small-white-card .card-meta-black__date {
    display: inline;
  }
}

.post-events__last-slider-item {
  margin-top: 30px;
  margin-right: 0;
  height: auto;
}

.post-events__last-slider-item .ds-small-white-card__container {
  padding-top: 145px;
}

.post-events__last-slider-item .ds-subcategory {
  margin-bottom: 8px;
}

.post-events__last-slider-item .ds-small-white-card__description {
  max-height: 66px;
}

@media screen and (max-width: 991px) {
  .post-events__last-slider-item {
    max-width: 210px !important;
    height: auto;
  }

  .post-events__last-slider-item .ds-small-white-card_img-container {
    height: 165px;
  }

  .post-events__last-slider-item .ds-small-white-card__container {
    padding-top: 168px;
  }

  .post-events__last-slider-item .ds-small-white-card__description {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .post-events__last-slider-item {
    max-width: 600px !important;
    height: auto;
  }

  .post-events__last-slider-item .ds-small-white-card {
    margin-bottom: 70px;
  }

  .post-events__last-slider-item .ds-small-white-card_img-container {
    height: 480px;
  }

  .post-events__last-slider-item .ds-small-white-card__container {
    padding-top: 488px;
  }

  .post-events__last-slider-item .ds-small-white-card__description {
    margin-top: 5px;
    max-height: none;
    font-size: 34px;
  }

  .post-events__last-slider-item .ds-small-white-card .card-meta-black__date {
    display: inline;
  }

  .post-events .post-search__more-link {
    margin-top: 0;
  }
}

.post-events__preloader-container {
  justify-content: center;
  align-items: center;
  display: flex;
  display: none;
  width: 100%;
  height: 295px;
  opacity: 0;
  transition: opacity 300ms;
}

.post-events__preloader-container img {
  width: 48px;
  height: 60px;
}

.post-events__preloader-container.add {
  display: flex;
}

.post-events__preloader-container.show {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .post-events__preloader-container {
    height: 326px;
  }
}

@media screen and (max-width: 767px) {
  .post-events__preloader-container {
    height: 692px;
  }
}

.post-search .section-headline {
  line-height: 1;
}

.post-search__empty-result-headline {
  margin-top: 20px;
  max-width: 840px;
  font-family: "ApercuMedium";
  font-size: 30px;
  line-height: 1.2;
}

.post-search__more-link {
  margin-top: 80px;
  text-align: center;
}

.post-search__more {
  margin-top: 60px;
}

.post-search__more-link a,
.post-search__more-link a:not([href]):not([tabindex]) {
  font-size: 16px;
  line-height: 20px;
  text-decoration: underline;
  cursor: pointer;
}

.post-search__more-link a:hover,
.post-search__more-link a:not([href]):not([tabindex]):hover {
  font-family: "ApercuBold";
  text-decoration: underline;
  color: #0131a6;
}

@media screen and (max-width: 992px) {
  .post-search .section-headline {
    margin-top: 60px;
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .post-search .section-headline {
    font-size: 36px;
  }

  .post-search__empty-result-headline {
    margin-top: 80px;
    font-size: 34px;
  }

  .post-search__more {
    margin-top: 75px;
  }

  .post-search__more-link a {
    font-size: 20px;
  }
}

.cooperation__menu {
  position: relative;
  justify-content: center;
  display: flex;
  margin-top: 40px;
  height: 134px;
  background-color: #f8f8f8;
}

.cooperation__menu-item {
  position: relative;
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 15%;
  font-family: "ApercuBold";
  font-size: 18px;
  letter-spacing: 2px;
  color: #000000;
  transition: 500ms;
}

.hovered.cooperation__menu-item {
  color: #ffffff;
}

.cooperation__menu-item-img {
  position: relative;
  width: 60px;
  height: 60px;
  text-align: center;
}

.cooperation__menu-item-img .dark-icon,
.cooperation__menu-item-img .light-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: 500ms;
}

.cooperation__menu-item-img .light-icon {
  opacity: 0;
}

.hovered.cooperation__menu-item .dark-icon {
  opacity: 0;
}

.hovered.cooperation__menu-item .light-icon {
  opacity: 1;
}

.cooperation__menu-item-descr {
  justify-content: center;
  align-items: center;
  display: flex;
  height: 32px;
  font-family: "Apercu";
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.1;
  text-align: center;
}

.cooperation__menu-red-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 14.3%;
  height: 100%;
  background-color: #d31c1f;
  transition: left 600ms;
}

.cooperation__mob-menu {
  justify-content: center;
  align-items: center;
  display: flex;
  margin-top: 55px;
  height: 106px;
  background-color: #d31c1f;
  font-family: "ApercuMedium";
  font-size: 32px;
  letter-spacing: 2px;
  color: #ffffff;
  cursor: pointer;
}

.cooperation__mob-menu:after {
  content: "";
  display: block;
  margin-top: 4px;
  margin-left: 22px;
  width: 16px;
  height: 12px;
  background-image: url(../images/cooperation_mobile_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 300ms;
}

.cooperation__mob-menu.active:after {
  transform: rotate(-180deg);
}

.cooperation__mob-menu-items {
  max-height: 0;
  background-color: #d31c1f;
  overflow: hidden;
  transition: max-height 300ms;
}

.cooperation__mob-menu-item {
  justify-content: center;
  align-items: center;
  display: flex;
  padding-bottom: 30px;
  height: 70px;
  font-size: 32px;
  letter-spacing: 2px;
  color: #ffffff;
}

.cooperation__mob-menu-item.active {
  display: none;
}

.cooperation__mob-menu-item:hover {
  color: #ffffff;
}

.cooperation__headline {
  margin-top: 32px;
  margin-bottom: 5px;
  font-family: "ApercuMedium";
  font-size: 52px;
  color: #000000;
}

.cooperation__top-img-container {
  position: relative;
  height: 445px;
  overflow: hidden;
}

.cooperation__top-img {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
}

.cooperation__text,
.cooperation__text-lite,
.cooperation__hover-text {
  max-width: 820px;
}

.cooperation__text p {
  margin-top: 30px;
  font-family: "ApercuMedium";
  font-size: 22px;
}

.cooperation__text-lite p,
.cooperation__hover-text p {
  margin-top: 30px;
  font-family: "Apercu";
  font-size: 18px;
  color: #4d4d4d;
}

.cooperation__hover-text p:first-child {
  margin-top: 0;
}

.cooperation__hover-text {
  margin-top: 30px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 500ms;
}

.cooperation__more-button {
  margin-top: 25px;
  font-size: 16px;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}

.cooperation__card-box {
  margin-top: 40px;
}

@media screen and (max-width: 992px) {
  .cooperation__menu {
    margin-top: 33px;
    height: 104px;
  }

  .cooperation__menu-item {
    font-size: 14px;
  }

  .cooperation__headline {
    margin-top: 35px;
    margin-bottom: 25px;
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .cooperation__headline {
    margin-top: 35px;
    margin-bottom: 25px;
    font-size: 36px;
    line-height: 1.2;
  }

  .cooperation__text,
  .cooperation__text-lite,
  .cooperation__hover-text {
    max-width: 525px;
  }

  .cooperation__text p,
  .cooperation__text-lite p,
  .cooperation__hover-text p {
    font-size: 30px;
  }

  .cooperation__more-button {
    margin-top: 40px;
    font-size: 30px;
  }

  .cooperation__card-box {
    margin-top: 90px;
  }
}

.chat__headline {
  margin-top: 30px;
  margin-bottom: 35px;
  font-family: "BaronNeue";
  font-size: 28px;
  letter-spacing: 5px;
}

.chat__close-btn {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  padding-bottom: 5px;
  height: 100%;
}

.chat__close-btn-img {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.chat__container {
  height: 560px;
  border: 1px solid #d2d2d2;
}

.chat__container {
  display: flex;
}

.chat__contacts-container {
  flex-shrink: 0;
  width: 315px;
  background-color: #f9f9f9;
  overflow-x: hidden;
  overflow-y: scroll;
  transition: transform 300ms;
}

.chat__contact {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  width: 315px;
  height: 70px;
  cursor: pointer;
}

.chat__contact.active {
  background-color: #00adef;
}

.chat__user-avatar {
  flex-shrink: 0;
  margin-left: 22px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.chat__user-avatar img {
  width: 40px;
  height: 40px;
}

.chat__user-data {
  padding-left: 15px;
}

.chat__user-name {
  font-size: 18px;
  color: #000000;
}

.chat__last-message {
  max-width: 215px;
  text-overflow: ellipsis;
  color: #505050;
  overflow: hidden;
  white-space: nowrap;
}

.chat__contact.active .chat__user-name,
.chat__contact.active .chat__last-message {
  color: #ffffff;
}

.chat__messages-container {
  flex-shrink: 1;
  width: 915px;
  transition: transform 300ms;
}

.chat__mob-back-btn {
  display: none;
}

.chat__active-user {
  position: relative;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  height: 60px;
  border-bottom: 1px solid #d2d2d2;
  background-color: #f9f9f9;
}

.chat__user-active-avatar {
  flex-shrink: 0;
  margin-left: 22px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
}

.chat__user-active-avatar img {
  width: 100%;
  height: 100%;
}

.chat__active-user-name {
  padding-left: 12px;
  font-size: 18px;
}

.chat__remove-button {
  position: absolute;
  top: calc(50% - 14px);
  right: 32px;
  width: 20px;
  height: 24px;
  cursor: pointer;
}

.chat__remove-button img {
  width: 100%;
  height: auto;
}

.chat__user-messages {
  height: calc(100% - 112px);
  overflow-x: hidden;
  overflow-y: scroll;
}

.chat__user-message-date {
  padding-top: 30px;
  font-size: 16px;
  text-align: center;
  color: #838383;
}

.chat__user-message-block {
  display: flex;
  padding-top: 30px;
}

.chat__user-message-block:last-child {
  padding-bottom: 50px;
}

.chat__user-message-avatar {
  flex-shrink: 0;
  margin-left: 22px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
}

.chat__user-message-avatar img {
  width: 100%;
  height: 100%;
}

.chat__user-message-data {
  padding-right: 60px;
}

.chat__user-message-name,
.chat__user-message-text {
  padding-left: 12px;
  font-size: 18px;
}

.chat__user-message-name {
  margin-top: -5px;
}

.chat__user-message-text {
  line-height: 1.2;
  color: #838383;
}

.chat__user-message-time {
  flex-shrink: 0;
  width: 90px;
  font-size: 18px;
  text-align: center;
  color: #838383;
}

.chat__input-container {
  position: relative;
  height: 52px;
  border-top: 1px solid #d2d2d2;
}

.chat__input-form {
  height: 100%;
}

.chat__input-field {
  padding-right: 85px;
  padding-left: 22px;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 18px;
}

.chat__send-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 75px;
  height: 100%;
  border: 0;
  background-color: #ffffff;
  background-image: url(../images/chat_send_button_image.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 21px 22px;
  font-size: 0;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .chat__headline {
    margin-top: 35px;
    margin-bottom: 20px;
  }

  .chat__user-message-time {
    width: 75px;
  }

  .chat__user-message-data {
    padding-right: 25px;
  }
}

@media screen and (max-width: 767px) {
  .chat__container {
    margin-right: auto;
    margin-left: auto;
    max-width: 600px;
    height: 670px;
    border: 0;
    overflow: hidden;
  }

  .chat__container.message-block .chat__contacts-container {
    transform: translateX(-100%);
  }

  .chat__container.message-block .chat__messages-container {
    transform: translateX(-100%);
  }

  .chat__headline {
    margin-top: 65px;
    margin-bottom: 20px;
  }

  .chat__close-btn-img {
    width: 45px;
    height: 45px;
  }

  .chat__contacts-container {
    flex-shrink: 0;
    width: 100%;
    background-color: #ffffff;
  }

  .chat__contact {
    width: 100%;
    height: 132px;
    border-top: 1px solid #d2d2d2;
  }

  .chat__contact.active {
    background-color: #ffffff;
  }

  .chat__contact.active .chat__user-name {
    color: #000000;
  }

  .chat__contact.active .chat__last-message {
    color: #505050;
  }

  .chat__user-avatar {
    margin-left: 0;
    width: 75px;
    height: 75px;
  }

  .chat__user-avatar img {
    width: 75px;
    height: 75px;
  }

  .chat__user-data {
    padding-left: 15px;
  }

  .chat__user-name {
    font-size: 30px;
  }

  .chat__last-message {
    max-width: 470px;
    font-size: 25px;
  }

  .chat__messages-container {
    flex-shrink: 0;
    width: 100%;
  }

  .chat__active-user {
    height: 115px;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
  }

  .chat__mob-back-btn {
    display: block;
    margin-left: 20px;
    width: 18px;
    height: 33px;
    cursor: pointer;
  }

  .chat__mob-back-btn img {
    width: 100%;
    height: 100%;
  }

  .chat__user-active-avatar {
    margin-left: 32px;
    width: 70px;
    height: 70px;
  }

  .chat__active-user-name {
    padding-left: 22px;
    font-size: 30px;
  }

  .chat__remove-button {
    top: calc(50% - 18px);
    right: 20px;
    width: 28px;
    height: 33px;
  }

  .chat__user-messages {
    height: calc(100% - 205px);
    overflow-x: hidden;
    overflow-y: scroll;
  }

  .chat__user-message-date {
    padding-top: 50px;
    font-size: 25px;
  }

  .chat__user-message-block {
    padding-top: 50px;
  }

  .chat__user-message-block:last-child {
    padding-bottom: 50px;
  }

  .chat__user-message-avatar {
    margin-left: 22px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }

  .chat__user-message-data {
    padding-right: 25px;
  }

  .chat__user-message-name,
  .chat__user-message-text {
    padding-left: 15px;
    font-size: 25px;
  }

  .chat__user-message-name {
    margin-top: -5px;
  }

  .chat__user-message-text {
    line-height: 1.2;
  }

  .chat__user-message-time {
    width: 90px;
    font-size: 25px;
  }

  .chat__input-container {
    height: 90px;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
  }

  .chat__input-field {
    padding-left: 22px;
    font-size: 25px;
  }

  .chat__send-button {
    background-size: 27px 28px;
  }
}

.add-project__headline {
  margin-top: 10px;
  font-family: "ApercuBold";
  font-size: 55px;
}

.add-project__description {
  margin-top: 5px;
  max-width: 700px;
  font-size: 16px;
}

.add-project__rules {
  position: relative;
  margin-top: 30px;
  padding-left: 75px;
  max-width: 470px;
  font-size: 16px;
}

.add-project__rules:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 8px;
  height: 62px;
  background-color: #d31c1f;
}

.add-project__form {
  display: block;
}

.add-project__form-container {
  justify-content: space-between;
  display: flex;
  margin-top: 40px;
  max-width: 1125px;
}

.add-project__user-info,
.add-project__project-info {
  flex-shrink: 1;
  padding-top: 25px;
  padding-bottom: 45px;
  width: 50%;
  max-width: 525px;
  background-color: #f9f9f9;
}

.add-project__user-info {
  margin-right: 32px;
}

.add-project__project-info {
  max-height: 400px;
}

.add-project__user-wrapper,
.add-project__project-wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 350px;
}

.add-project__form-headline {
  font-family: "ApercuBold";
  font-size: 25px;
}

.add-project__input-headline {
  margin-top: 15px;
  margin-bottom: 7px;
  font-family: "ApercuBold";
  font-size: 16px;
}

.add-project__input-field,
.add-project__input-textarea {
  padding: 0 10px;
  width: 100%;
  height: 38px;
  border: 1px solid #838a8b;
  border-radius: 7px;
  box-shadow: none;
  font-size: 17px;
}

.add-project__input-field.error,
.add-project__input-textarea.error {
  border: 1px solid #d31c1f;
}

.add-project__input-textarea {
  height: 120px;
}

.add-project__input-file {
  display: none;
}

.add-project__input-file-label {
  margin-top: 15px;
  cursor: pointer;
}

.add-project__input-file-label .header {
  font-family: "ApercuBold";
  font-size: 16px;
  color: #0039a6;
}

.add-project__input-file-label .description {
  margin-left: 14px;
  font-size: 16px;
  color: #212121;
}

.add-project__radio-container {
  justify-content: space-between;
  display: flex;
}

.add-project__radio-btn {
  display: none;
}

.add-project__radio-label {
  justify-content: center;
  align-items: center;
  display: flex;
  width: 166px;
  height: 38px;
  border: 1px solid #838a8b;
  border-radius: 7px;
  font-size: 17px;
  cursor: pointer;
}

.add-project__radio-btn[type="radio"]:checked + label {
  border: 1px solid #0131a5;
  background-color: #0131a5;
  color: #ffffff;
}

.add-project__submit-button {
  justify-content: center;
  align-items: center;
  display: flex;
  margin-top: 55px;
  width: 353px;
  height: 86px;
  border: 0;
  background-color: #00123f;
  font-family: "ApercuBold";
  font-size: 26px;
  color: #ffffff;
}

.add-project__submit-button:disabled {
  opacity: .5;
}

.add-project__submit-not-authorized {
  margin-top: 15px;
  font-size: 16px;
}

.add-project__authorize-to-add-project {
  text-decoration: underline;
  cursor: pointer;
}

.add-project__submit-message {
  justify-content: center;
  align-items: center;
  display: flex;
  height: 700px;
}

.add-project__submit-message p {
  display: block;
  font-size: 18px;
  text-align: center;
}

.add-project__submit-message a {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .add-project__headline {
    margin-top: 45px;
    font-family: "ApercuMedium";
    font-size: 40px;
  }

  .add-project__description {
    margin-top: 20px;
  }

  .add-project__rules {
    position: relative;
    margin-top: 30px;
    padding-left: 35px;
    max-width: 470px;
    font-size: 16px;
  }
}

.add-project__submit-message {
  height: 600px;
}

@media screen and (max-width: 900px) {
  .add-project__radio-label {
    width: 140px;
  }

  .add-project__user-wrapper,
  .add-project__project-wrapper {
    max-width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .add-project__headline {
    margin-top: 67px;
    font-family: "BaronNeue";
    font-size: 28px;
    letter-spacing: 5px;
  }

  .add-project__description {
    margin-top: 25px;
    max-width: 600px;
    font-size: 25px;
  }

  .add-project__rules {
    margin-top: 42px;
    padding-left: 75px;
    max-width: 570px;
    font-size: 25px;
  }

  .add-project__rules:before {
    top: 12px;
    height: 130px;
  }

  .add-project__form-container {
    display: block;
    margin-top: 50px;
  }

  .add-project__user-info,
  .add-project__project-info {
    padding-top: 45px;
    padding-bottom: 80px;
    width: 100%;
    max-width: none;
  }

  .add-project__user-info {
    margin-right: 32px;
  }

  .add-project__project-info {
    margin-top: 50px;
    padding-bottom: 70px;
    max-height: none;
  }

  .add-project__user-wrapper,
  .add-project__project-wrapper {
    margin-right: auto;
    margin-left: auto;
    max-width: 450px;
  }

  .add-project__form-headline {
    font-family: "ApercuBold";
    font-size: 30px;
  }

  .add-project__input-headline {
    margin-top: 30px;
    margin-bottom: 5px;
    font-size: 25px;
  }

  .add-project__input-field,
  .add-project__input-textarea {
    padding: 0 15px;
    height: 58px;
    font-size: 22px;
  }

  .add-project__input-textarea {
    height: 190px;
  }

  .add-project__radio-label {
    width: 210px;
    height: 58px;
  }

  .add-project__input-file {
    display: none;
  }

  .add-project__input-file-label {
    margin-top: 15px;
    cursor: pointer;
  }

  .add-project__input-file-label .header {
    font-size: 20px;
  }

  .add-project__input-file-label .description {
    margin-left: 16px;
    font-size: 20px;
  }

  .add-project__submit-button {
    margin-top: 75px;
    width: 100%;
    height: 135px;
    font-size: 30px;
    letter-spacing: 1px;
  }

  .add-project__submit-not-authorized {
    margin-top: 20px;
    font-size: 20px;
  }

  .add-project__submit-message {
    height: 600px;
  }

  .add-project__submit-message p {
    font-size: 22px;
  }
}

.year2020 {
  line-height: 1.2;
}

.year2020__headline {
  margin-top: 22px;
  margin-bottom: 22px;
}

.year2020__preview {
  margin-top: 35px;
  margin-bottom: 40px;
  max-width: 770px;
  font-family: "ApercuMedium";
  font-size: 22.5px;
  line-height: 1.3;
  color: #000000;
}

.year2020__descr {
  margin-top: 32px;
  max-width: 770px;
  font-size: 18px;
  line-height: 1.4;
  color: #3d3d3d;
}

.year2020__subtitle {
  margin-top: 74px;
  margin-bottom: 14px;
  max-width: 935px;
  font-family: "ApercuMedium";
  font-size: 30px;
}

.year2020__more-link {
  display: block;
  margin-top: 87px;
  text-align: right;
  text-decoration: underline;
}

.year2020__buttons-container {
  margin-top: 12px;
}

.year2020__button-change {
  display: inline-block;
  margin-right: 28px;
  font-family: "ApercuMedium";
  font-size: 22.5px;
  cursor: pointer;
}

.year2020__button-change.active {
  border-bottom: 2px solid #0039a6;
}

.year2020__events-container {
  display: none;
}

.year2020__events-container.active {
  display: block;
}

.year2020__event-date {
  margin-top: 30px;
  font-size: 22px;
}

.year2020__event-date.hidden {
  opacity: .5;
}

.year2020__event-descr {
  font-size: 18px;
  line-height: 1.4;
  color: #3d3d3d;
}

.year2020__event-descr.hidden {
  opacity: .5;
}

.year2020__pink-container {
  margin-top: 80px;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 100px;
  padding-left: 75px;
  background-color: #f9f9f9;
}

.year2020__ask {
  margin-top: 48px;
  max-width: 935px;
  font-family: "ApercuMedium";
  font-size: 22px;
  color: #000;
}

.year2020__answer {
  max-width: 935px;
  font-size: 18px;
  line-height: 1.3;
  color: #000;
}

@media screen and (max-width: 1024px) {
  .year2020 .ds-top-news-card__image-container {
    height: 400px;
  }
}

@media screen and (max-width: 991px) {
  .year2020__pink-container {
    margin-top: 80px;
    padding-top: 5px;
    padding-right: 22px;
    padding-bottom: 100px;
    padding-left: 22px;
  }
}

@media screen and (max-width: 920px) {
  .year2020 .ds-top-news-card__image-container {
    height: 345px;
  }
}

@media screen and (max-width: 860px) {
  .year2020 .ds-top-news-card__image-container {
    height: 315px;
  }
}

@media screen and (max-width: 767px) {
  .year2020__headline {
    font-size: 34px;
  }

  .year2020 .ds-top-news-card__image-container {
    height: 280px;
  }

  .year2020__preview {
    margin-top: 35px;
    margin-bottom: 40px;
    max-width: 540px;
    font-size: 30px;
    line-height: 1.4;
  }

  .year2020__descr {
    margin-top: 42px;
    max-width: 540px;
    font-size: 30px;
    line-height: 1.4;
    color: #666666;
  }

  .year2020__subtitle {
    margin-top: 30px;
    margin-bottom: 14px;
    font-family: "ApercuBold";
    font-size: 34px;
  }

  .year2020__buttons-container {
    margin-top: 30px;
  }

  .year2020__button-change {
    margin-right: 60px;
    font-family: "ApercuBold";
    font-size: 34px;
  }

  .year2020__event-date {
    margin-top: 40px;
    font-size: 30px;
  }

  .year2020__event-descr {
    font-size: 30px;
    line-height: 1.3;
    color: #666666;
  }

  .year2020 .latest-news__card-wrapper {
    margin-right: auto;
    margin-left: auto;
    max-width: 626px;
  }

  .year2020__ask {
    margin-top: 68px;
    max-width: 935px;
    font-family: "ApercuMedium";
    font-size: 30px;
    color: #000;
  }

  .year2020__answer {
    max-width: 935px;
    font-size: 30px;
    line-height: 1.3;
    color: #666666;
  }
}

@media screen and (max-width: 610px) {
  .year2020 .ds-top-news-card__image-container {
    height: 260px;
  }
}

.arch-about .section-image__container {
  margin-bottom: 40px;
}

.arch-about__status-container {
  position: relative;
  justify-content: space-between;
  display: flex;
}

.arch-about__text {
  flex-grow: 0;
  margin-right: 30px;
  max-width: 710px;
  font-weight: 600;
}

.arch-about__text .headline {
  font-size: 30px;
}

.arch-about__text .description {
  margin-top: 10px;
  font-size: 22px;
  line-height: 140%;
}

.arch-about__status {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-top: 12px;
  width: 420px;
  height: 72px;
  background-color: #0d6e78;
}

.arch-about__status span {
  display: block;
  font-size: 22px;
  line-height: 22px;
  color: #ffffff;
}

.arch-about__status span b {
  font-weight: 600;
}

.arch-about__descr-container {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  margin-top: 42px;
  margin-bottom: 85px;
  padding-top: 50px;
  padding-right: 75px;
  padding-bottom: 20px;
  padding-left: 75px;
  background-color: #f9f9f9;
  background-image: url(../images/arch-about-descr-block-bg.png);
  background-position: 100% calc(100% + 243px);
  background-repeat: no-repeat;
  background-size: 554px auto;
}

.arch-about__descr-card-44,
.arch-about__descr-card-56 {
  margin-bottom: 40px;
}

.arch-about__descr-card-44 .headline,
.arch-about__descr-card-56 .headline {
  font-size: 30px;
  font-weight: 600;
}

.arch-about__descr-card-44 .description,
.arch-about__descr-card-56 .description {
  margin-top: 10px;
  font-size: 18px;
  color: #606060;
}

.arch-about__descr-card-44 .subtitle,
.arch-about__descr-card-56 .subtitle {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 600;
}

.arch-about__descr-card-44 ul,
.arch-about__descr-card-44 li,
.arch-about__descr-card-56 ul,
.arch-about__descr-card-56 li {
  font-size: 18px;
  color: #606060;
}

.arch-about__descr-card-44 ul,
.arch-about__descr-card-56 ul {
  margin-top: 22px;
}

.arch-about__descr-card-44 li,
.arch-about__descr-card-56 li {
  position: relative;
  display: block;
  margin-bottom: 25px;
  padding-left: 20px;
}

.arch-about__descr-card-44 li:before,
.arch-about__descr-card-56 li:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #0d6e78;
}

.arch-about__descr-card-44 {
  padding-right: 40px;
  width: 44%;
}

.arch-about__descr-card-56 {
  width: 56%;
}

.arch-about .news-card-header__headline {
  letter-spacing: 10px;
}

.arch-about__init-container {
  display: flex;
  margin-top: 35px;
  margin-bottom: 105px;
  height: 153px;
}

.arch-about__init-block {
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 33.3%;
  height: 100%;
}

.arch-about__init-block .operator {
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  height: 25px;
  font-size: 16px;
  text-align: center;
}

.arch-about__init-img-1 {
  width: 136px;
  height: auto;
}

.arch-about__init-img-2 {
  width: 145px;
  height: auto;
}

.arch-about__init-img-3 {
  width: 332px;
  height: auto;
}

.arch-about__winners {
  margin-top: 31px;
  max-width: 714px;
  font-size: 18px;
  color: #606060;
}

.arch-about__prizes {
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-top: 73px;
  margin-bottom: 125px;
  height: 215px;
  background-color: #f9f9f9;
}

.arch-about__prizes .decor-1,
.arch-about__prizes .decor-2 {
  position: absolute;
  bottom: 27px;
  left: 0;
  width: 144px;
  height: 18px;
  background-color: #c4eceb;
}

.arch-about__prizes .decor-2 {
  top: 0;
  right: 0;
  left: auto;
  width: 127px;
  height: 13px;
}

.arch-about__prizes-fond {
  position: relative;
  padding-left: 105px;
  width: 335px;
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
}

.arch-about__prizes-fond img {
  position: absolute;
  top: 16px;
  left: 0;
  width: 62px;
  height: auto;
}

.arch-about__prizes-place {
  width: 254px;
  font-weight: 600;
  text-align: center;
}

.arch-about__prizes-place .head {
  font-size: 22px;
  color: #000000;
  opacity: .8;
}

.arch-about__prizes-place .sum {
  margin-top: 10px;
  font-size: 30px;
  font-weight: 700;
}

.arch-about__prizes-border {
  width: 1px;
  height: 41px;
  background-color: #0d6e78;
}

.arch-about__grafik {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  margin-top: 57px;
}

.arch-about__grafik-step {
  width: 200px;
}

.arch-about__grafik-step .title {
  display: inline-block;
  border-bottom: 6px solid #3abfbc;
  font-size: 18px;
  font-weight: 600;
}

.arch-about__grafik-step .title.lite {
  border-bottom: 6px solid #c4eceb;
}

.arch-about__grafik-step .descr {
  margin-top: 3px;
  font-size: 16px;
  line-height: 130%;
  color: #606060;
}

.arch-about__grafik-step.margin-1 {
  margin-left: 3.2%;
}

.arch-about__grafik-step.margin-2 {
  margin-right: 10.5%;
}

.arch-about__grafik-step.margin-3 {
  margin-left: 14.5%;
}

.arch-about__grafik-step.short {
  width: 187px;
}

.arch-about__grafik-step.top {
  align-self: start;
}

.arch-about__grafik-arrow {
  display: block;
  margin-top: 12px;
  margin-bottom: 16px;
  width: 100%;
  height: auto;
}

.arch-about__grafik-arrow img {
  width: 100%;
  height: auto;
}

.arch-about__grafik-note {
  margin-top: 45px;
  margin-bottom: 115px;
  font-size: 18px;
  color: #606060;
}

@media screen and (max-width: 1150px) {
  .arch-about__prizes {
    justify-content: space-around;
    margin-top: 56px;
    margin-bottom: 115px;
    padding-right: 30px;
    padding-left: 30px;
    height: 167px;
  }

  .arch-about__prizes .decor-1,
  .arch-about__prizes .decor-2 {
    bottom: 12px;
    left: 0;
    width: 114px;
    height: 14px;
  }

  .arch-about__prizes .decor-2 {
    top: 0;
    right: 0;
    left: auto;
    width: 98px;
    height: 10px;
  }

  .arch-about__prizes-fond {
    padding-left: 74px;
    width: 235px;
    font-size: 28px;
    font-weight: 600;
  }

  .arch-about__prizes-fond img {
    top: 12px;
    width: 48px;
  }

  .arch-about__prizes-place {
    width: 155px;
  }

  .arch-about__prizes-place .head {
    font-size: 18px;
  }

  .arch-about__prizes-place .sum {
    margin-top: 8px;
    font-size: 20px;
  }

  .arch-about__prizes-border {
    width: 1px;
    height: 32px;
  }

  .arch-about__grafik-step {
    width: 190px;
  }

  .arch-about__grafik-step.short {
    width: 169px;
  }

  .arch-about__grafik-step.margin-2 {
    margin-right: 9%;
  }
}

@media screen and (max-width: 991px) {
  .arch-about__text {
    flex-grow: 0;
    margin-right: 30px;
    max-width: 710px;
    font-weight: 600;
  }

  .arch-about__text .description {
    margin-top: 20px;
  }

  .arch-about__status {
    position: absolute;
    top: 4px;
    right: 0;
    margin-top: 0;
    padding-bottom: 1px;
    width: 390px;
    height: 42px;
  }

  .arch-about__descr-container {
    margin-top: 32px;
    padding-top: 50px;
    padding-right: 60px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .arch-about__descr-card-44 {
    padding-right: 40px;
    width: 47%;
  }

  .arch-about__descr-card-56 {
    width: 53%;
  }

  .arch-about__init-container {
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 90px;
    padding-right: 30px;
    padding-left: 30px;
    height: 153px;
  }

  .arch-about__init-block {
    width: auto;
    height: 100%;
  }

  .arch-about__init-block .operator {
    bottom: 10px;
  }

  .arch-about__init-img-1 {
    width: 108px;
  }

  .arch-about__init-img-2 {
    width: 115px;
  }

  .arch-about__init-img-3 {
    width: 332px;
  }

  .arch-about__grafik-step {
    width: 180px;
  }

  .arch-about__grafik-step.short {
    width: 165px;
  }

  .arch-about__grafik-step.margin-1 {
    margin-left: 1.5%;
  }

  .arch-about__grafik-step.margin-2 {
    margin-right: 9%;
  }

  .arch-about__grafik-step.margin-3 {
    margin-left: 13%;
  }

  .arch-about__grafik-note {
    margin-bottom: 85px;
  }
}

@media screen and (max-width: 880px) {
  .arch-about__grafik-step {
    width: 155px;
  }

  .arch-about__grafik-step.short {
    width: 150px;
  }

  .arch-about__grafik-step.margin-2 {
    margin-right: 7%;
  }
}

@media screen and (max-width: 850px) {
  .arch-about__prizes {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .arch-about .news-card-header__headline {
    padding-right: 30px;
  }

  .arch-about .section-image__container {
    margin-bottom: 20px;
  }

  .arch-about__text {
    margin-top: 140px;
    margin-right: 10px;
  }

  .arch-about__text .headline {
    font-size: 34px;
  }

  .arch-about__text .description {
    margin-top: 10px;
    font-size: 26px;
  }

  .arch-about__status {
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    width: 100%;
    height: 100px;
  }

  .arch-about__status span {
    font-size: 28px;
  }

  .arch-about .section-image__container {
    height: 302px;
  }

  .arch-about__descr-container {
    display: block;
    margin-top: 20px;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 100px;
    padding-left: 15px;
    background-position: calc(50% + 167px) calc(100% + 323px);
    background-size: 1038px auto;
  }

  .arch-about__descr-card-44,
  .arch-about__descr-card-56 {
    padding-right: 0;
    width: 100%;
  }

  .arch-about__descr-card-44 .headline,
  .arch-about__descr-card-56 .headline {
    font-size: 34px;
  }

  .arch-about__descr-card-44 .description,
  .arch-about__descr-card-56 .description {
    margin-top: 2px;
    margin-bottom: 60px;
    font-size: 27px;
  }

  .arch-about__descr-card-44 .subtitle,
  .arch-about__descr-card-56 .subtitle {
    margin: 4px;
    font-size: 28px;
  }

  .arch-about__descr-card-44 ul,
  .arch-about__descr-card-44 li,
  .arch-about__descr-card-56 ul,
  .arch-about__descr-card-56 li {
    font-size: 27px;
  }

  .arch-about__descr-card-44 ul,
  .arch-about__descr-card-56 ul {
    margin-top: 0;
  }

  .arch-about__descr-card-44 li,
  .arch-about__descr-card-56 li {
    margin-bottom: 25px;
    padding-left: 36px;
  }

  .arch-about__descr-card-44 li:before,
  .arch-about__descr-card-56 li:before {
    top: 15px;
    width: 14px;
    height: 14px;
  }

  .arch-about__init-container {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 75px;
    margin-bottom: 70px;
    padding-right: 5px;
    padding-left: 5px;
    height: auto;
  }

  .arch-about__init-block {
    margin-bottom: 60px;
    width: 50%;
    height: 180px;
  }

  .arch-about__init-block .operator {
    bottom: 0px;
    font-size: 27px;
  }

  .arch-about__init-block:nth-child(3) {
    width: 100%;
  }

  .arch-about__init-img-1 {
    width: 220px;
  }

  .arch-about__init-img-2 {
    width: 210px;
  }

  .arch-about__init-img-3 {
    width: 540px;
  }

  .arch-about__winners {
    margin-top: 31px;
    font-size: 27px;
  }

  .arch-about__prizes {
    display: block;
    margin-top: 100px;
    padding-top: 120px;
    padding-bottom: 120px;
    height: auto;
  }

  .arch-about__prizes .decor-1,
  .arch-about__prizes .decor-2 {
    top: 34px;
    bottom: auto;
    left: 0;
    width: 280px;
    height: 36px;
  }

  .arch-about__prizes .decor-2 {
    top: auto;
    right: 0;
    bottom: 50px;
    left: auto;
    width: 250px;
    height: 25px;
  }

  .arch-about__prizes-fond {
    margin-right: auto;
    margin-bottom: 130px;
    margin-left: auto;
    padding-left: 140px;
    width: 450px;
    font-size: 62px;
    font-weight: 600;
  }

  .arch-about__prizes-fond img {
    top: 20px;
    width: 100px;
  }

  .arch-about__prizes-place {
    margin-bottom: 50px;
    width: 100%;
  }

  .arch-about__prizes-place .head {
    font-size: 32px;
  }

  .arch-about__prizes-place .sum {
    margin-top: 14px;
    font-size: 40px;
  }

  .arch-about__prizes-border {
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    width: 80px;
    height: 2px;
  }

  .arch-about__grafik {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    display: flex;
    margin-top: 57px;
  }

  .arch-about__grafik-step {
    padding-right: 20px;
    padding-left: 60px;
    width: 100%;
    min-height: 199px;
  }

  .arch-about__grafik-step .title {
    border-bottom: 12px solid #3abfbc;
    font-size: 32px;
  }

  .arch-about__grafik-step .title.lite {
    border-bottom: 12px solid #c4eceb;
  }

  .arch-about__grafik-step .descr {
    margin-top: 5px;
    font-size: 27px;
  }

  .arch-about__grafik-step.margin-1,
  .arch-about__grafik-step.margin-3 {
    margin-left: 0;
  }

  .arch-about__grafik-step.margin-2 {
    margin-right: 0;
  }

  .arch-about__grafik-step.short {
    width: 100%;
  }

  .arch-about__grafik-step.top {
    align-self: start;
  }

  .arch-about__grafik-step.order1 {
    order: 1;
  }

  .arch-about__grafik-step.order2 {
    order: 2;
    min-height: 215px;
  }

  .arch-about__grafik-step.order3 {
    order: 3;
    min-height: 264px;
  }

  .arch-about__grafik-step.order4 {
    order: 4;
    min-height: 223px;
  }

  .arch-about__grafik-step.order5 {
    order: 5;
    min-height: 246px;
  }

  .arch-about__grafik-step.order6 {
    order: 6;
    min-height: 216px;
  }

  .arch-about__grafik-step.order7 {
    order: 7;
    min-height: 221px;
  }

  .arch-about__grafik-step.order8 {
    order: 8;
  }

  .arch-about__grafik-arrow {
    position: absolute;
    top: 56px;
    left: 5px;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    width: auto;
    height: 1800px;
  }

  .arch-about__grafik-arrow img {
    width: auto;
    height: 100%;
  }

  .arch-about__grafik-note {
    margin-top: 89px;
    margin-bottom: 150px;
    padding-left: 51px;
    font-size: 27px;
  }
}

.arch-about__quote-container {
  position: relative;
  margin-top: 44px;
  padding-bottom: 136px;
}

.arch-about__quote-container .bg-decor-1 {
  position: absolute;
  top: -120px;
  right: -28%;
  z-index: -1;
  width: 241px;
  height: auto;
}

.arch-about__quote-img {
  display: block;
  width: 100%;
  max-width: 674px;
  height: auto;
}

.arch-about__quote-text {
  position: relative;
  margin-top: -205px;
  margin-left: 375px;
  padding-top: 46px;
  padding-right: 22px;
  padding-bottom: 40px;
  padding-left: 46px;
  width: 560px;
  background-color: #f9f9f9;
}

.arch-about__quote-text .headline {
  font-size: 22px;
  font-weight: 600;
  line-height: 130%;
  color: #000000;
}

.arch-about__quote-text .quote {
  margin-top: 30px;
  font-size: 15px;
  color: #000000;
}

.arch-about__quote-text .quote b {
  font-weight: 600;
}

.arch-about__quote-text .top,
.arch-about__quote-text .bottom {
  position: absolute;
  top: -34px;
  left: 44px;
  display: block;
  width: 65px;
  height: auto;
}

.arch-about__quote-text .bottom {
  top: auto;
  right: 20px;
  bottom: -35px;
  left: auto;
  transform: rotateZ(180deg);
}

.arch-about__rules-container {
  justify-content: space-between;
  display: flex;
  margin-top: 15px;
}

.arch-about__rules-text {
  width: 100%;
  max-width: 650px;
}

.arch-about__rules-text p {
  margin-bottom: 30px;
  font-size: 18px;
  color: #606060;
}

.arch-about__rules-text a {
  justify-content: center;
  align-items: center;
  display: block;
  display: flex;
  width: 390px;
  height: 100px;
  background-color: #3abfbc;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
}

.arch-about__rules-text a span {
  display: block;
  width: 210px;
}

.arch-about__rules-text a img {
  width: 31px;
}

.arch-about__rules-links {
  width: 280px;
  text-align: right;
}

.arch-about__rules-links a {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
  text-decoration: underline;
}

.arch-about__rules-links a img {
  margin-left: 15px;
  width: 24px;
}

@media screen and (max-width: 1410px) {
  .arch-about__quote-container .bg-decor-1 {
    right: -8%;
  }
}

@media screen and (max-width: 991px) {
  .arch-about__quote-container {
    margin-top: 30px;
    padding-bottom: 94px;
  }

  .arch-about__quote-container .bg-decor-1 {
    display: none;
  }

  .arch-about__quote-img {
    max-width: 600px;
  }

  .arch-about__quote-text {
    position: relative;
    margin-top: -185px;
    margin-left: 347px;
    padding-top: 46px;
    padding-right: 22px;
    padding-bottom: 40px;
    padding-left: 46px;
    width: 500px;
    background-color: #f9f9f9;
  }

  .arch-about__rules-container {
    display: block;
    margin-top: 15px;
  }

  .arch-about__rules-links {
    margin-top: 33px;
    width: 100%;
    text-align: left;
  }

  .arch-about__rules-links a {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    text-decoration: underline;
  }

  .arch-about__rules-links a img {
    margin-left: 15px;
  }
}

@media screen and (max-width: 915px) {
  .arch-about__quote-text {
    margin-top: -35px;
    margin-left: 230px;
  }
}

@media screen and (max-width: 767px) {
  .arch-about__quote-container {
    margin-top: 44px;
    padding-bottom: 136px;
  }

  .arch-about__quote-img {
    display: block;
    width: 100%;
    max-width: none;
  }

  .arch-about__quote-text {
    position: relative;
    margin-top: -75px;
    margin-right: auto;
    margin-left: 0;
    margin-left: auto;
    padding-top: 54px;
    padding-right: 60px;
    padding-bottom: 60px;
    padding-left: 60px;
    width: calc(100% - 30px);
  }

  .arch-about__quote-text .headline {
    font-size: 30px;
  }

  .arch-about__quote-text .quote {
    margin-top: 60px;
    font-size: 27px;
  }

  .arch-about__quote-text .top,
  .arch-about__quote-text .bottom {
    top: -31px;
    left: 62px;
    width: 79px;
  }

  .arch-about__quote-text .bottom {
    top: auto;
    right: 20px;
    bottom: -17px;
    left: auto;
    transform: rotateZ(180deg);
  }

  .arch-about__rules-container {
    margin-bottom: 170px;
    width: 100%;
  }

  .arch-about__rules-text {
    margin-top: 30px;
    width: 100%;
    max-width: none;
  }

  .arch-about__rules-text p {
    margin-bottom: 40px;
    font-size: 26px;
    color: #606060;
  }

  .arch-about__rules-text a {
    width: 100%;
    height: 140px;
    font-size: 32px;
  }

  .arch-about__rules-text a span {
    display: block;
    width: 250px;
  }

  .arch-about__rules-text a img {
    width: 48px;
  }

  .arch-about__rules-links {
    margin-top: 60px;
  }

  .arch-about__rules-links a {
    margin-bottom: 60px;
    font-size: 32px;
  }

  .arch-about__rules-links a img {
    margin-left: 20px;
    width: 42px;
  }
}

.arch-juri {
  position: relative;
}

.arch-juri p.position {
  color: #606060;
}

.arch-juri .margin-top {
  margin-top: 35px;
}

.arch-juri__decor-1 {
  position: absolute;
  top: 1423px;
  left: calc(-50vw + 561px);
  z-index: -1;
  width: 137px;
  height: 137px;
  border-radius: 50%;
  background-color: #34bebc;
  opacity: .62;
}

.arch-juri__decor-2 {
  position: absolute;
  top: 1125px;
  right: calc(-50vw + 620px);
  z-index: -1;
  width: 162px;
  height: 313px;
}

.arch-juri__decor-2 img {
  width: 100%;
  height: auto;
}

.arch-juri__decor-2:before {
  content: "";
  position: absolute;
  top: -30px;
  left: -44px;
  display: block;
  width: 168px;
  height: 168px;
  border-radius: 50%;
  background-color: #f9f9f9;
}

.arch-juri__note {
  margin-top: 50px;
  margin-bottom: 80px;
  font-size: 18px;
  color: #606060;
}

.arch-juri .section-image__container {
  margin-bottom: 35px;
}

@media screen and (max-width: 1410px) {
  .arch-juri__decor-1 {
    left: -138px;
  }

  .arch-juri__decor-2 {
    right: -7%;
  }
}

@media screen and (max-width: 991px) {
  .arch-juri__decor-1 {
    top: 1945px;
    left: -12%;
  }

  .arch-juri__decor-2 {
    top: 1400px;
    right: -5%;
  }

  .arch-juri__note {
    margin-top: 15px;
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .arch-juri .section-image__container {
    height: 302px;
  }

  .arch-juri__decor-1,
  .arch-juri__decor-2 {
    display: none;
  }

  .arch-juri__note {
    margin-top: 55px;
    margin-bottom: 320px;
    font-size: 27px;
  }
}

.arch-project .news-card-header__headline {
  letter-spacing: 10px;
}

.arch-project .figure-info {
  margin-top: 0;
  margin-right: 5px;
}

.arch-project__descr-container {
  position: relative;
  padding-top: 30px;
  max-width: 685px;
}

.arch-project__descr-container .headline {
  font-size: 30px;
  font-weight: 600;
  color: #000000;
}

.arch-project__descr-container p.bold {
  margin-top: 12px;
  margin-bottom: 21px;
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
  color: #000000;
}

.arch-project__descr-container p {
  margin-bottom: 34px;
  font-size: 18px;
  color: #606060;
}

.arch-project__descr-container .decor {
  position: absolute;
  top: 0;
  right: -500px;
  width: 431px;
  height: 175px;
  background-image: url(../images/arch-about__status-container-bg.svg);
  background-position: center -228px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.arch-project__descr-container .decor:after {
  content: "";
  position: absolute;
  right: 55px;
  bottom: 0;
  display: block;
  width: 114px;
  height: 114px;
  border-radius: 50%;
  background-color: #f9f9f9;
}

.arch-project__text-container {
  max-width: 685px;
}

.arch-project__text-container p {
  margin-bottom: 34px;
  font-size: 18px;
  color: #606060;
}

.arch-about__slider {
  margin-top: 30px;
  height: 142px;
}

.arch-about__slide {
  position: relative;
  margin-right: 30px;
  width: 180px;
  height: 142px;
  overflow: hidden;
}

.arch-about__slide img {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: auto;
  height: 100%;
  transform: translateX(-50%);
}

.arch-about__slider-control {
  justify-content: flex-end;
  display: flex;
  margin-top: 27px;
}

.arch-about__slider-prev-btn,
.arch-about__slider-next-btn {
  width: 43px;
  height: 25px;
  background-image: url(../images/gallery__prev-btn.png);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.arch-about__slider-next-btn {
  background-image: url(../images/gallery__next-btn.png);
}

.arch-about__slider-image-number {
  width: 110px;
  height: 25px;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}

.arch-about__concept {
  position: relative;
  margin-top: 115px;
  margin-bottom: 105px;
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #f9f9f9;
}

.arch-about__concept .headline {
  font-family: "BaronNeue";
  font-size: 28px;
  font-weight: 600;
  letter-spacing: .45em;
  text-align: center;
  text-transform: lowercase;
}

.arch-about__concept .description {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 870px;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

.arch-about__concept .steps {
  justify-content: center;
  align-items: center;
  display: flex;
  margin-top: 55px;
}

.arch-about__concept .step {
  align-items: center;
  display: flex;
}

.arch-about__concept .step img {
  margin-right: 17px;
  width: auto;
  height: 50px;
}

.arch-about__concept .step span {
  display: block;
  width: 210px;
  font-size: 22px;
  color: #606060;
}

.arch-about__concept .step span.long {
  width: 265px;
}

.arch-about__concept .border {
  margin-right: 3%;
  margin-left: 3%;
  width: 1px;
  height: 41px;
  background-color: #606060;
}

.arch-about__concept .decor1,
.arch-about__concept .decor2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 181px;
  height: 26px;
  background-color: #c4eceb;
}

.arch-about__concept .decor2 {
  top: auto;
  right: 0;
  bottom: 21px;
  left: auto;
  width: 127px;
  height: 13px;
}

.arch-about__points {
  justify-content: flex-start;
  display: flex;
  margin-top: 25px;
  margin-bottom: 115px;
}

.arch-about__points-left,
.arch-about__points-right {
  margin-right: 120px;
  width: 100%;
  max-width: 510px;
}

.arch-about__points-left li,
.arch-about__points-right li {
  position: relative;
  margin-bottom: 27px;
  padding-left: 22px;
  font-size: 18px;
  color: #606060;
}

.arch-about__points-left li:before,
.arch-about__points-right li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  display: block;
  width: 7px;
  height: 7px;
  background-color: #0d6e78;
}

.arch-about__points-right {
  margin-right: 0;
}

.arch-about__tendencies {
  justify-content: flex-start;
  display: flex;
  margin-top: 25px;
  margin-bottom: 170px;
}

.arch-about__tendencies-left,
.arch-about__tendencies-right {
  margin-right: 30px;
  width: 100%;
  max-width: 528px;
}

.arch-about__tendencies-left .headline,
.arch-about__tendencies-right .headline {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  color: #000000;
}

.arch-about__tendencies-left p,
.arch-about__tendencies-right p {
  margin-bottom: 37px;
  font-size: 18px;
  color: #606060;
}

.arch-about__tendencies-left {
  margin-right: 100px;
}

.arch-about__students-container {
  position: relative;
  width: 100%;
  max-width: 810px;
}

.arch-about__students-container .top {
  margin-top: 10px;
  margin-bottom: 34px;
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
  color: #000000;
}

.arch-about__students-container .headline {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
  color: #000000;
}

.arch-about__students-container p {
  margin-bottom: 20px;
  font-size: 18px;
  color: #606060;
}

.arch-about__students-container .img-comtainer {
  position: relative;
  display: block;
  margin-top: 28px;
  margin-bottom: 40px;
}

.arch-about__students-container .img-comtainer img {
  width: 100%;
  height: auto;
}

.arch-about__students-container .img-comtainer:after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  background-color: #c4eceb;
}

.arch-about__students-container .img-comtainer.decor-1:after {
  right: -10px;
  bottom: -10px;
  width: 373px;
  height: 207px;
}

.arch-about__students-container .img-comtainer.decor-2:after {
  top: -10px;
  left: -10px;
  width: 670px;
  height: 207px;
}

.arch-about__students-container .img-comtainer.decor-3:after {
  right: 30px;
  bottom: -10px;
  width: 670px;
  height: 207px;
}

.arch-about__students-container .img-comtainer.decor-4:after {
  right: -10px;
  bottom: 64px;
  width: 20px;
  height: 207px;
}

.arch-about__students-container .img-comtainer.decor-5:after {
  top: -10px;
  left: -10px;
  width: 670px;
  height: 207px;
}

.arch-about__students-container .bg-decor-1,
.arch-about__students-container .bg-decor-2 {
  position: absolute;
  top: -50px;
  right: -96%;
  z-index: -1;
  width: 241px;
  height: auto;
}

.arch-about__students-container .bg-decor-2 {
  top: 1850px;
  right: -96%;
  width: 470px;
}

@media screen and (max-width: 1410px) {
  .arch-about__students-container .bg-decor-1,
  .arch-about__students-container .bg-decor-2 {
    right: -64%;
  }
}

@media screen and (max-width: 1200px) {
  .arch-about__students-container .bg-decor-1,
  .arch-about__students-container .bg-decor-2 {
    right: -47%;
  }
}

@media screen and (max-width: 1180px) {
  .arch-project__descr-container .decor {
    right: -300px;
  }
}

@media screen and (max-width: 1050px) {
  .arch-about__concept {
    margin-top: 112px;
    margin-bottom: 150px;
    padding-top: 48px;
    padding-bottom: 98px;
  }

  .arch-about__concept .description {
    margin-top: 10px;
    max-width: 685px;
  }

  .arch-about__concept .steps {
    margin-top: 69px;
  }

  .arch-about__concept .step img {
    margin-right: 17px;
    width: auto;
    height: 50px;
  }

  .arch-about__concept .step span {
    width: 180px;
    font-size: 18px;
  }

  .arch-about__concept .step span.long {
    width: 218px;
  }

  .arch-about__concept .border {
    margin-right: 3%;
    margin-left: 3%;
  }

  .arch-about__concept .decor1,
  .arch-about__concept .decor2 {
    top: 0;
    left: 0;
    width: 128px;
    height: 24px;
  }

  .arch-about__concept .decor2 {
    top: auto;
    right: 0;
    bottom: 26px;
    left: auto;
    width: 112px;
    height: 14px;
  }
}

@media screen and (max-width: 991px) {
  .arch-project__descr-container .decor {
    display: none;
  }

  .arch-about__tendencies {
    display: block;
    margin-top: 22px;
    margin-bottom: 170px;
    margin-bottom: 95px;
  }

  .arch-about__tendencies-left,
  .arch-about__tendencies-right {
    margin-right: 0;
    width: 100%;
    max-width: 635px;
  }

  .arch-about__tendencies-left .headline,
  .arch-about__tendencies-right .headline {
    margin-bottom: 11px;
    font-weight: 600;
  }

  .arch-about__tendencies-left p,
  .arch-about__tendencies-right p {
    margin-bottom: 46px;
  }

  .arch-about__slider {
    margin-top: 30px;
    height: 160px;
  }

  .arch-about__slide {
    margin-right: 33px;
    width: 203px;
    height: 160px;
  }

  .arch-about__points {
    margin-top: 30px;
    margin-bottom: 95px;
  }

  .arch-about__points-left,
  .arch-about__points-right {
    margin-right: 75px;
    max-width: 420px;
  }

  .arch-about__points-left li,
  .arch-about__points-right li {
    margin-bottom: 27px;
    padding-left: 22px;
    font-size: 18px;
  }

  .arch-about__points-right {
    margin-right: 0;
  }

  .arch-about__students-container {
    max-width: 710px;
  }

  .arch-about__students-container .bg-decor-1,
  .arch-about__students-container .bg-decor-2 {
    display: none;
  }
}

@media screen and (max-width: 890px) {
  .arch-about__concept .steps {
    padding-left: 30px;
  }

  .arch-about__concept .step span,
  .arch-about__concept .step span.long {
    width: 140px;
  }
}

@media screen and (max-width: 767px) {
  .arch-project .section-image__container {
    height: 302px;
  }

  .arch-project .figure-info {
    margin-top: 30px;
  }

  .arch-project .figure-info___desktop-headline::before {
    bottom: 47px;
    width: 107%;
    height: 17px;
    background-color: #026e79;
  }

  .arch-project .figure-info___avatar-container {
    width: 200px;
    height: 200px;
  }

  .arch-project .figure-info__text {
    font-size: 24px;
    line-height: 1.5;
    color: #606060;
  }

  .arch-project__descr-container {
    padding-top: 10px;
    max-width: 530px;
  }

  .arch-project__descr-container .headline {
    font-size: 34px;
  }

  .arch-project__descr-container p.bold {
    margin-bottom: 34px;
    font-size: 27px;
  }

  .arch-project__descr-container p {
    margin-bottom: 34px;
    font-size: 27px;
  }

  .arch-project__descr-container .decor {
    display: none;
  }

  .arch-project__text-container {
    max-width: 530px;
  }

  .arch-project__text-container p {
    margin-bottom: 34px;
    font-size: 27px;
  }

  .arch-about__tendencies {
    display: block;
    margin-top: 50px;
    margin-bottom: 110px;
  }

  .arch-about__tendencies-left,
  .arch-about__tendencies-right {
    margin-right: 0;
    width: 100%;
    max-width: 530px;
  }

  .arch-about__tendencies-left .headline,
  .arch-about__tendencies-right .headline {
    margin-bottom: 8px;
    font-size: 27px;
  }

  .arch-about__tendencies-left p,
  .arch-about__tendencies-right p {
    margin-bottom: 60px;
    font-size: 27px;
  }

  .arch-about__slider {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    margin-top: 36px;
    width: 100%;
    height: auto;
  }

  .arch-about__slide {
    margin-right: 0;
    margin-bottom: 36px;
    width: 190px;
    height: 160px;
  }

  .arch-project .gallery__slider-control {
    display: none;
  }

  .arch-about__concept {
    margin-top: 112px;
    margin-bottom: 110px;
    padding-top: 120px;
    padding-bottom: 170px;
  }

  .arch-about__concept .headline {
    margin-right: auto;
    margin-left: auto;
    width: 400px;
    font-size: 30px;
  }

  .arch-about__concept .description {
    margin-top: 40px;
    max-width: 540px;
    font-size: 28px;
  }

  .arch-about__concept .steps {
    display: block;
    margin-top: 80px;
    padding-left: 0;
  }

  .arch-about__concept .step {
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 485px;
  }

  .arch-about__concept .step img {
    position: absolute;
    top: 17px;
    left: 7%;
    margin-right: 17px;
    width: auto;
    height: 70px;
  }

  .arch-about__concept .step span,
  .arch-about__concept .step span.long {
    padding-left: 120px;
    width: 485px;
    font-size: 18px;
    font-size: 30px;
  }

  .arch-about__concept .border {
    margin-top: 90px;
    margin-right: auto;
    margin-bottom: 90px;
    margin-left: auto;
    width: 82px;
    height: 2px;
  }

  .arch-about__concept .decor1,
  .arch-about__concept .decor2 {
    top: 34px;
    left: 0;
    width: 280px;
    height: 36px;
  }

  .arch-about__concept .decor2 {
    top: auto;
    right: 0;
    bottom: 60px;
    left: auto;
    width: 250px;
    height: 26px;
  }

  .arch-about__points {
    display: block;
    margin-top: 40px;
    margin-bottom: 95px;
  }

  .arch-about__points-left,
  .arch-about__points-right {
    margin-right: 0;
    width: 100%;
    max-width: none;
  }

  .arch-about__points-left li,
  .arch-about__points-right li {
    margin-bottom: 35px;
    padding-left: 45px;
    font-size: 27px;
  }

  .arch-about__points-left li:before,
  .arch-about__points-right li:before {
    content: "";
    top: 14px;
    width: 14px;
    height: 14px;
  }

  .arch-about__students-container {
    width: 100%;
    max-width: 810px;
  }

  .arch-about__students-container .top {
    margin-top: 15px;
    margin-bottom: 60px;
    font-size: 28px;
  }

  .arch-about__students-container .headline {
    margin-bottom: 0;
    font-size: 34px;
  }

  .arch-about__students-container p {
    font-size: 27px;
  }

  .arch-about__students-container .img-comtainer {
    margin-top: 50px;
    margin-bottom: 70px;
  }

  .arch-about__students-container .img-comtainer:after {
    display: none;
  }
}

@media screen and (max-width: 650px) {
  .arch-about__slide {
    margin-right: 0;
    margin-bottom: 36px;
    width: 176px;
    height: 146px;
  }
}

.arch-news {
  position: relative;
}

.arch-news__decor-1 {
  position: absolute;
  top: 360px;
  left: -27%;
  z-index: -1;
  display: block;
  width: 215px;
  height: auto;
}

.arch-news__decor-2 {
  position: absolute;
  top: 725px;
  right: -27%;
  z-index: -1;
  display: block;
  width: 275px;
  height: auto;
}

.arch-news__headline {
  padding-top: 30px;
  font-size: 30px;
  font-weight: 600;
  color: #000;
}

.arch-news__card {
  padding-top: 20px;
  padding-right: 35px;
  padding-bottom: 25px;
}

.arch-news__card-headline {
  margin-top: 8px;
  font-size: 18px;
  line-height: 1;
}

.arch-news__card-link {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  text-decoration: underline;
  color: #606060;
}

.arch-news__card-link:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1410px) {
  .arch-news__decor-1 {
    left: -6%;
  }

  .arch-news__decor-2 {
    right: -6%;
  }
}

@media screen and (max-width: 991px) {
  .arch-news__headline {
    padding-top: 5px;
  }

  .arch-news__decor-1 {
    top: 480px;
    left: -10%;
  }

  .arch-news__decor-2 {
    top: 625px;
    right: -3%;
  }

  .arch-news__padding-block {
    height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .arch-news__decor-1,
  .arch-news__decor-2 {
    display: none;
  }

  .arch-news__headline {
    padding-top: 30px;
    font-size: 36px;
  }

  .arch-news__card {
    padding-top: 60px;
    padding-bottom: 45px;
  }

  .arch-news__card-headline {
    margin-top: 16px;
    font-size: 30px;
  }

  .arch-news__card-link {
    margin-top: 18px;
    font-size: 28px;
  }

  .arch-news__padding-block {
    height: 130px;
  }
}

.arch-results__collecting {
  margin-top: 86px;
  margin-bottom: 110px;
  height: 208px;
  background-color: #f9f9f9;
  background-image: url(../images/arch-results-bg-1.svg), url(../images/arch-results-bg-2.svg);
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%, auto 35px;
}

@media screen and (max-width: 991px) {
  .arch-results__collecting {
    margin-top: 20px;
    margin-bottom: 15px;
    background-image: url(../images/arch-results-bg-1-tab.svg);
  }
}

@media screen and (max-width: 767px) {
  .arch-results__collecting {
    margin-top: 15px;
    margin-bottom: 70px;
    height: 438px;
    background-color: #f9f9f9;
    background-image: url(../images/arch-results-bg-mob.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

.tomorrow-end {
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-top: 87px;
  height: 206px;
  background-color: #0131a5;
  background-image: url(../images/tomorrow-end__bg-desktop.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tomorrow-end span {
  align-items: center;
  display: flex;
  font-family: "BaronNeueBlack";
  font-size: 40px;
  font-style: normal;
  letter-spacing: .37em;
  line-height: 150%;
  color: #ffffff;
}

.tomorrow-end__decor-1,
.tomorrow-end__decor-2 {
  position: absolute;
  height: 8px;
  background: #d31c1f;
}

.tomorrow-end__decor-1 {
  top: -4px;
  right: 210px;
  width: 180px;
}

.tomorrow-end__decor-2 {
  bottom: -4px;
  left: 315px;
  width: 75px;
}

@media screen and (max-width: 991px) {
  .tomorrow-end span {
    font-size: 30px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .tomorrow-end {
    margin-top: 40px;
    height: 480px;
    background-image: url(../images/tomorrow-end__bg-mobile.svg);
  }

  .tomorrow-end span {
    font-size: 40px;
  }

  .tomorrow-end__decor-1 {
    top: -6px;
    right: 120px;
    width: 220px;
    height: 12px;
  }

  .tomorrow-end__decor-2 {
    bottom: -6px;
    left: 58px;
    width: 150px;
    height: 12px;
  }
}

.stay-at-home {
  margin-top: 45px;
  margin-bottom: 45px;
  padding-left: 17px;
  border-left: 4px solid #dc3545;
  font-size: 20px;
  color: #000;
}

.stay-at-home .title {
  font-family: "ApercuBold";
  line-height: 1.2;
}

.stay-at-home .descr {
  line-height: 1.2;
}

@media screen and (max-width: 992px) {
  .stay-at-home {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .stay-at-home {
    margin-top: 95px;
    margin-bottom: 30px;
    font-size: 33px;
  }

  .stay-at-home .descr {
    font-size: 29px;
  }
}

.tag-comment {
  display: flex;
  margin-top: 23px;
  margin-bottom: 17px;
}

.tag-comment__img-container {
  height: 30px;
}

.tag-comment__img {
  display: block;
  width: 30px;
}

.tag-comment__block {
  width: 50%;
}

.tag-comment__text {
  margin-right: 60px;
  padding-top: 4px;
  padding-bottom: 9px;
  border-bottom: 4px solid #dc3545;
  font-size: 17px;
}

@media screen and (max-width: 767px) {
  .tag-comment {
    display: block;
    margin-top: 0;
  }

  .tag-comment__img-container {
    height: 43px;
  }

  .tag-comment__img {
    width: auto;
    height: 43px;
  }

  .tag-comment__block {
    padding-top: 58px;
    width: 100%;
  }

  .tag-comment__text {
    font-size: 20.5px;
  }
}

.main-hash {
  position: relative;
  align-items: center;
  display: flex;
  margin-top: 26px;
  padding-top: 18px;
  padding-right: 30px;
  padding-bottom: 18px;
  padding-left: 110px;
  border: 3px solid #dc3545;
  background-color: #0131a6;
  background-image: url(../images/main-hash-image-desctop.png);
  background-position: 25px 50%;
  background-repeat: no-repeat;
  background-size: 47px auto;
}

.main-hash {
  display: none !important;
}

.main-hash__link {
  display: block;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
}

.main-hash__link:hover {
  display: block;
  color: #fff;
}

.main-hash__descr {
  margin-left: 85px;
  max-width: 640px;
  font-size: 20px;
  letter-spacing: 1px;
  color: #fff;
}

.main-hash__decor-1 {
  position: absolute;
  top: 29px;
  left: -7px;
  width: 10px;
  height: 40px;
  background-color: #00123f;
}

.main-hash__decor-2 {
  position: absolute;
  bottom: -9px;
  left: calc(50% - 65px);
  width: 131px;
  height: 13px;
  background-color: #dc3545;
}

.main-hash__decor-3 {
  position: absolute;
  right: -11px;
  bottom: 14px;
  width: 22px;
  height: 23px;
  background-color: #00123f;
}

.year2020__footnote {
  position: relative;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-top: 15px;
  font-size: 16px;
  color: #dc3545;
}

.year2020__footnote:before {
  content: "";
  position: absolute;
  top: 0;
  width: 130px;
  height: 2px;
  background-color: #dc3545;
}

.year2020__foot-ast {
  font-size: 18px;
  color: #dc3545;
}

@media screen and (max-width: 992px) {
  .main-hash__descr {
    margin-left: 37px;
    font-size: 18px;
    letter-spacing: .5px;
  }
}

@media screen and (max-width: 767px) {
  .main-hash {
    display: block;
    padding-right: 85px;
    padding-left: 85px;
    border: 6px solid #dc3545;
    background-image: url(../images/main-hash-image-mob.png);
    background-position: center;
    background-repeat: repeat-x;
    background-size: auto 100%;
  }

  .main-hash__link {
    font-size: 36px;
    line-height: 1.2;
    text-align: center;
  }

  .main-hash__descr {
    margin-top: 19px;
    padding-bottom: 6px;
    text-align: center;
  }

  .year2020__footnote {
    margin-top: 40px;
    margin-bottom: 20px;
    padding-top: 20px;
    font-size: 20px;
  }

  .year2020__footnote:before {
    width: 130px;
    height: 3px;
  }

  .year2020__foot-ast {
    font-size: 26px;
  }
}

.timeline {
  margin-top: 2rem;
}

.timeline .main-title {
  font-family: "ApercuMedium";
  font-size: 36px;
  line-height: 1.2;
  text-align: center;
  color: #000;
}

.timeline .main-subtitle {
  margin-top: 1rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
  max-width: 1200px;
  font-family: "Apercu";
  font-size: 20px;
  text-align: center;
  color: #000;
}

.timeline .main-title__fr-link {
  display: block;
  margin-top: 1rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  width: 35px;
}

.timeline .main-title__fr-link:before {
  display: none;
}

.timeline .main-title__fr-link img {
  width: 100%;
  height: auto;
}

.timeline .wrapper {
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-top: 2rem;
  width: 100%;
  height: 100vh;
}

.timeline .date-image {
  position: relative;
  width: 450px;
  height: 298px;
  overflow: hidden;
}

.timeline .date-image img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translateX(-50%);
}

.timeline .date-title {
  margin-top: 15px;
  width: 100%;
  font-family: "BaronNeue";
  font-size: 45px;
  font-weight: 800;
  letter-spacing: .67px;
  line-height: 1;
  color: #d62b1e;
}

.timeline .date-descr {
  width: 100%;
  font-family: "Apercu";
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 23px;
  color: #000000;
}

.timeline .date-container {
  position: relative;
}

.timeline .date-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 6px;
  display: block;
  width: 5px;
  height: 100%;
  background-image: url(../images/timeline-decor.png);
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: 100% auto;
}

.timeline a {
  position: relative;
  display: block;
  padding-left: 40px;
  width: 300px;
}

.timeline a:before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #0039a6;
  transition: 300ms;
}

.timeline a.selected:before {
  top: 32px;
  background-color: #d62b1e;
}

.timeline .date-year {
  font-family: "BaronNeue";
  font-size: 38px;
  font-weight: 800;
  letter-spacing: 2.24px;
  line-height: 38px;
  color: #0039a6;
  transition: 300ms;
}

.timeline .selected .date-year {
  font-size: 62px;
  line-height: 62px;
  color: #d62b1e;
}

.timeline .date-day {
  font-family: "BaronNeue";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .37px;
  line-height: 16px;
  color: #0039a6;
  transition: 300ms;
}

.timeline .selected .date-day {
  font-size: 27px;
  font-weight: bold;
  letter-spacing: .37px;
  line-height: 27px;
  color: #d62b1e;
}

.timeline .event-item {
  align-items: center;
  display: flex;
}

.sociales {
  margin-bottom: 20px;
  text-align: center;
}

#timeline {
  position: relative;
  margin: 40px auto;
  width: 960px;
  height: 100vh;
  overflow: hidden;
}

#dates {
  float: left;
  width: 300px;
  height: 600px;
  overflow: hidden;
}

#dates li {
  width: 300px;
  height: 160px;
  font-size: 24px;
  list-style: none;
}

#dates a {
  padding-bottom: 10px;
  line-height: 38px;
}

#dates .selected {
  font-size: 38px;
}

#issues {
  float: left;
  width: 654px;
  height: 600px;
  overflow: hidden;
}

#issues li {
  width: 564px;
  height: 100vh;
  list-style: none;
}

#issues li h1 {
  font-size: 48px;
  text-align: center;
  color: #ffcc00;
  text-shadow: #000 1px 1px 2px;
}

#issues li p {
  margin: 10px 20px;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  text-shadow: #000 1px 1px 2px;
}

.tl-button-next,
.tl-button-prev {
  position: absolute;
  left: calc(50% + 40px);
  z-index: 2;
  width: 51px;
  height: 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.tl-button-next {
  bottom: 20px;
  background-image: url(../images/tl-next-icon.png);
}

.tl-button-prev {
  top: 20px;
  background-image: url(../images/tl-prev-icon.png);
}

.tl-button-next.disabled,
.tl-button-prev.disabled {
  z-index: -1;
  opacity: 0;
}

.tl-decor-top,
.tl-decor-bottom {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 300px;
  height: 120px;
  background-repeat: repeat-x;
  background-size: auto 100%;
  pointer-events: none;
}

.tl-decor-top {
  top: 0;
  background-image: url(../images/tl-decor-top.png);
}

.tl-decor-bottom {
  bottom: 0;
  background-image: url(../images/tl-decor-bottom.png);
}

@media screen and (max-height: 800px) {
  .timeline {
    margin-top: 2rem;
  }

  .timeline .date-image {
    width: 340px;
    height: 230px;
  }

  .timeline .date-title {
    margin-top: 14px;
    font-size: 40px;
  }

  .timeline .date-descr {
    font-size: 14px;
    line-height: 20px;
  }

  .timeline #dates li {
    height: 130px;
  }
}

@media screen and (max-width: 991px) {
  .timeline .main-title {
    margin-right: auto;
    margin-left: auto;
    font-size: 32px;
  }

  .timeline .main-subtitle {
    margin-top: 2rem;
    max-width: 670px;
    font-size: 18px;
  }

  .timeline .wrapper {
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    height: 100vh;
    min-height: 840px;
  }

  .timeline .date-image {
    position: relative;
    width: 334px;
    height: 220px;
    overflow: hidden;
  }

  .timeline .date-image img {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    height: 100%;
    transform: translateX(-50%);
  }

  .timeline .date-title {
    margin-top: 15px;
    width: 100%;
    font-family: "BaronNeue";
    font-size: 34px;
    font-weight: 800;
    letter-spacing: .67px;
    line-height: 1;
    color: #d62b1e;
  }

  .timeline .date-descr {
    width: 100%;
    font-family: "Apercu";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 23px;
    color: #000000;
  }

  .timeline .date-container {
    position: relative;
  }

  .timeline .date-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 6px;
    display: block;
    width: 5px;
    height: 100%;
    background-image: url(../images/timeline-decor.png);
    background-position: 0 0;
    background-repeat: repeat-y;
    background-size: 100% auto;
  }

  .timeline a {
    position: relative;
    display: block;
    padding-left: 35px;
    width: 210px;
  }

  .timeline a:before {
    content: "";
    position: absolute;
    top: 17px;
    left: 0;
    display: block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #0039a6;
    transition: 300ms;
  }

  .timeline a.selected:before {
    top: 32px;
    background-color: #d62b1e;
  }

  .timeline .date-year {
    font-family: "BaronNeue";
    font-size: 34px;
    font-weight: 800;
    letter-spacing: 2.24px;
    line-height: 38px;
    color: #0039a6;
    transition: 300ms;
  }

  .timeline .selected .date-year {
    font-size: 49px;
    line-height: 62px;
    color: #d62b1e;
  }

  .timeline .date-day {
    font-family: "BaronNeue";
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .37px;
    line-height: 16px;
    color: #0039a6;
    transition: 300ms;
  }

  .timeline .selected .date-day {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: .37px;
    line-height: 27px;
    color: #d62b1e;
  }

  .timeline .event-item {
    align-items: center;
    display: flex;
  }

  .sociales {
    margin-bottom: 20px;
    text-align: center;
  }

  #timeline {
    position: relative;
    margin: 0 auto;
    width: 720px;
    height: 100vh;
    min-height: 840px;
    overflow: hidden;
  }

  #dates {
    float: left;
    width: 210px;
    height: 600px;
    overflow: hidden;
  }

  #dates li {
    width: 210px;
    height: 160px;
    font-size: 24px;
    list-style: none;
    line-height: 100px;
  }

  #dates a {
    padding-bottom: 10px;
    line-height: 38px;
  }

  #dates .selected {
    font-size: 38px;
  }

  #issues {
    float: left;
    width: 510px;
    height: 600px;
    overflow: hidden;
  }

  #issues li {
    width: 510px;
    height: 100vh;
    min-height: 840px;
    list-style: none;
  }

  .tl-button-next,
  .tl-button-prev {
    position: absolute;
    left: 50%;
    z-index: 2;
    width: 51px;
    height: 26px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
  }

  .tl-button-next {
    bottom: 20px;
    background-image: url(../images/tl-next-icon.png);
  }

  .tl-button-prev {
    top: 20px;
    background-image: url(../images/tl-prev-icon.png);
  }

  .tl-button-next.disabled,
  .tl-button-prev.disabled {
    z-index: -1;
    opacity: 0;
  }

  .tl-decor-top,
  .tl-decor-bottom {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 210px;
    height: 120px;
    background-repeat: repeat-x;
    background-size: auto 100%;
    pointer-events: none;
  }

  .tl-decor-top {
    top: 0;
    background-image: url(../images/tl-decor-top.png);
  }

  .tl-decor-bottom {
    bottom: 0;
    background-image: url(../images/tl-decor-bottom.png);
  }
}

@media screen and (max-width: 767px) {
  .timeline {
    margin-top: 4rem;
  }

  .timeline .main-title {
    max-width: 540px;
    font-size: 32px;
  }

  .timeline .main-subtitle {
    margin-top: 3rem;
    max-width: 540px;
    font-size: 20px;
  }

  .timeline .main-title__fr-link {
    width: 50px;
  }

  .timeline .wrapper {
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    height: 100vh;
    min-height: 1000px;
  }

  .timeline .date-image {
    position: relative;
    width: 330px;
    height: 220px;
    overflow: hidden;
  }

  .timeline .date-image img {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    height: 100%;
    transform: translateX(-50%);
  }

  .timeline .date-title {
    margin-top: 15px;
    width: 100%;
    font-family: "BaronNeue";
    font-size: 32px;
    font-weight: 800;
    letter-spacing: .67px;
    line-height: 1;
    color: #d62b1e;
  }

  .timeline .date-descr {
    width: 100%;
    font-family: "Apercu";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
    color: #000000;
  }

  .timeline .date-container {
    position: relative;
  }

  .timeline .date-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 6px;
    display: block;
    width: 5px;
    height: 100%;
    background-image: url(../images/timeline-decor.png);
    background-position: 0 0;
    background-repeat: repeat-y;
    background-size: 100% auto;
  }

  .timeline a {
    position: relative;
    display: block;
    padding-left: 35px;
    width: 210px;
  }

  .timeline a:before {
    content: "";
    position: absolute;
    top: 17px;
    left: 0;
    display: block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #0039a6;
    transition: 300ms;
  }

  .timeline a.selected:before {
    top: 32px;
    background-color: #d62b1e;
  }

  .timeline .date-year {
    font-family: "BaronNeue";
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 2.24px;
    line-height: 32px;
    color: #0039a6;
    transition: 300ms;
  }

  .timeline .selected .date-year {
    font-size: 45px;
    line-height: 45px;
    color: #d62b1e;
  }

  .timeline .date-day {
    font-family: "BaronNeue";
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .37px;
    line-height: 16px;
    color: #0039a6;
    transition: 300ms;
  }

  .timeline .selected .date-day {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: .37px;
    line-height: 27px;
    color: #d62b1e;
  }

  .timeline .event-item {
    align-items: center;
    display: flex;
  }

  .sociales {
    margin-bottom: 20px;
    text-align: center;
  }

  #timeline {
    position: relative;
    margin: 0 auto;
    width: 540px;
    height: 100vh;
    min-height: 920px;
    overflow: hidden;
  }

  #dates {
    float: left;
    width: 210px;
    height: 600px;
    overflow: hidden;
  }

  #dates li {
    width: 210px;
    height: 160px;
    font-size: 24px;
    list-style: none;
    line-height: 100px;
  }

  #dates a {
    padding-bottom: 10px;
    line-height: 38px;
  }

  #dates .selected {
    font-size: 38px;
  }

  #issues {
    float: left;
    width: 330px;
    height: 600px;
    overflow: hidden;
  }

  #issues li {
    width: 330px;
    height: 100vh;
    min-height: 920px;
    list-style: none;
  }

  .tl-button-next,
  .tl-button-prev {
    position: absolute;
    left: 50%;
    z-index: 2;
    width: 51px;
    height: 26px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
  }

  .tl-button-next {
    bottom: 10px;
    background-image: url(../images/tl-next-icon.png);
  }

  .tl-button-prev {
    top: 10px;
    background-image: url(../images/tl-prev-icon.png);
  }

  .tl-button-next.disabled,
  .tl-button-prev.disabled {
    z-index: -1;
    opacity: 0;
  }

  .tl-decor-top,
  .tl-decor-bottom {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 210px;
    height: 120px;
    background-repeat: repeat-x;
    background-size: auto 100%;
    pointer-events: none;
  }

  .tl-decor-top {
    top: 0;
    background-image: url(../images/tl-decor-top.png);
  }

  .tl-decor-bottom {
    bottom: 0;
    background-image: url(../images/tl-decor-bottom.png);
  }
}

.test-tourism {
  padding-top: 50px;
}

.test-tourism__wrapper {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 870px;
}

.test-tourism__wrapper:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 11px;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #6caa00;
}

.test-tourism__test-wrapper {
  width: 580px;
}

.test-tourism__test-wrapper:before {
  top: 8px;
  left: 8px;
}

.test-tourism__container {
  position: relative;
  padding-top: 42px;
  padding-right: 64px;
  padding-bottom: 48px;
  padding-left: 64px;
  border: 12px solid #0039a6;
  background-color: #fff;
}

.test-tourism__container.hidden {
  display: none;
}

.test-tourism__container .subtitle {
  font-family: "ApercuBold";
  font-size: 15px;
  text-align: center;
  color: #595959;
}

.test-tourism__container .bigtitle {
  font-family: "ApercuBold";
  font-size: 32px;
  line-height: 1.1;
  text-align: center;
  color: #000;
}

.test-tourism__container .descr {
  margin-top: 20px;
  font-family: "Apercu";
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  color: #222222;
}

.test-tourism__container .question {
  margin-top: 5px;
  font-family: "Apercu";
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: #222222;
}

.test-tourism__container .green-button {
  justify-content: center;
  align-items: center;
  display: flex;
  margin-top: 36px;
  margin-right: auto;
  margin-left: auto;
  width: 232px;
  height: 58px;
  border: 0;
  background-color: #6caa00;
  font-family: "ApercuBold";
  font-size: 17px;
  line-height: 1.1;
  color: #fff;
  transition: 300ms;
}

.test-tourism__container .green-button:hover {
  background-color: #0039a6;
}

.test-tourism__container .image {
  position: relative;
  margin-top: 20px;
}

.test-tourism__container .image img {
  display: block;
  width: 100%;
  height: auto;
}

.test-tourism__container .image .author {
  position: absolute;
  bottom: 15px;
  left: 18px;
  font-family: "ApercuBold";
  font-size: 20px;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.test-tourism__container .image .play {
  position: absolute;
  top: calc(50% - 72px);
  left: calc(50% - 72px);
  width: 145px;
  height: 145px;
  background-image: url(../images/test-tourizm-play-button.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  transition: 400ms;
  transform-origin: center;
}

.test-tourism__container .image .play:hover {
  transform: scale(1.1);
}

.test-tourism__container .slider-container {
  position: relative;
  align-items: center;
  margin-top: 30px;
}

.test-tourism__container .slider-container .image {
  margin-top: 0;
  cursor: pointer;
}

.test-tourism__container .slider-container .slider-control {
  position: absolute;
  right: 20px;
  bottom: 15px;
  align-items: center;
  display: flex;
}

.test-tourism__container .slider-container .button-prev,
.test-tourism__container .slider-container .button-next {
  width: 30px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.test-tourism__container .slider-container .button-prev {
  background-image: url(../images/top-news__prev-button.png);
}

.test-tourism__container .slider-container .button-next {
  background-image: url(../images/top-news__next-button.png);
}

.test-tourism__container .slider-container .status {
  width: 80px;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.test-tourism__test-container {
  padding-top: 25px;
  padding-right: 42px;
  padding-bottom: 32px;
  padding-left: 42px;
}

.test-tourism__question-container .buttons {
  margin-top: 28px;
}

.test-tourism__question-container .green-button {
  margin-top: 10px;
  width: 100%;
}

.test-tourism__question-container .green-button:first-child {
  margin-top: 0;
}

.test-tourism__result-container {
  padding-top: 57px;
  padding-bottom: 75px;
}

.test-tourism__result-container .top-image {
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 425px;
  overflow: hidden;
}

.test-tourism__result-container .top-image img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
}

.test-tourism__result-container .gerb-container {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 44px;
}

.test-tourism__result-container .gerb-container img {
  position: static;
  margin-left: 15px;
  width: auto;
  height: 100%;
  transform: translateX(0);
}

.test-tourism__result-container .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0131a6;
  opacity: .5;
}

.test-tourism__result-container .top-title {
  position: relative;
  font-family: "ApercuBold";
  font-size: 48px;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.test-tourism__result-container .top-subtitle {
  position: relative;
  margin-top: 20px;
  font-size: 24px;
  line-height: 1.1;
  text-align: center;
  color: #fff;
}

.test-tourism__result-container .title-blue {
  margin-top: 32px;
  font-family: "ApercuBold";
  font-size: 34px;
  line-height: 1.2;
  color: #0131a6;
}

.test-tourism__result-container .title-black {
  margin-top: 19px;
  font-family: "ApercuBold";
  font-size: 24px;
  color: #000;
}

.test-tourism__result-container p {
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 16px;
  color: #000;
}

.test-tourism__result-container p a {
  text-decoration: underline;
}

.test-tourism__result-container .fishki {
  margin-top: 10px;
}

.test-tourism__result-container .fishki p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.test-tourism__result-container .fishki p .bold {
  font-family: "ApercuBold";
}

.test-tourism__result-container li {
  position: relative;
  margin-top: 8px;
  font-size: 16px;
}

.test-tourism__result-container li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: -11px;
  width: 4px;
  height: 4px;
  background-color: #6caa00;
}

.test-tourism__result-container li:first-child {
  margin-top: 4px;
}

@media screen and (max-width: 991px) {
  .test-tourism__wrapper {
    width: 700px;
  }

  .test-tourism__container {
    border: 10px solid #0039a6;
  }

  .test-tourism__test-wrapper {
    width: 580px;
  }

  .test-tourism__test-container {
    padding-top: 25px;
    padding-right: 42px;
    padding-bottom: 32px;
    padding-left: 42px;
  }

  .test-tourism__result-container .top-title {
    font-size: 44px;
    line-height: 1;
  }

  .test-tourism__result-container .top-subtitle {
    margin-top: 20px;
    font-size: 22px;
    line-height: 1.1;
  }

  .test-tourism__container .image .author {
    bottom: 17px;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .test-tourism__wrapper {
    width: 540px;
  }

  .test-tourism__container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .test-tourism__container .descr {
    font-size: 20px;
  }

  .test-tourism__result-container {
    padding-top: 57px;
    padding-bottom: 75px;
  }

  .test-tourism__result-container .top-image {
    height: 300px;
  }

  .test-tourism__result-container .gerb-container {
    top: 10px;
    right: 10px;
    height: 40px;
  }

  .test-tourism__result-container .gerb-container img {
    margin-left: 10px;
  }

  .test-tourism__result-container .top-title {
    font-size: 38px;
  }

  .test-tourism__result-container .top-subtitle {
    font-size: 21px;
    line-height: 1.3;
  }

  .test-tourism__result-container .title-blue {
    margin-top: 40px;
    font-size: 37px;
    line-height: 1.1;
  }

  .test-tourism__result-container .title-black {
    margin-top: 35px;
    font-size: 34px;
  }

  .test-tourism__result-container p {
    margin-top: 24px;
    font-size: 22px;
  }

  .test-tourism__result-container .fishki {
    margin-top: 20px;
  }

  .test-tourism__result-container .fishki p {
    font-size: 25px;
  }

  .test-tourism__result-container li {
    position: relative;
    margin-top: 16px;
    font-size: 22px;
  }

  .test-tourism__result-container li:before {
    top: 14px;
    left: -15px;
    width: 8px;
    height: 8px;
  }

  .test-tourism__result-container li:first-child {
    margin-top: 8px;
  }

  .test-tourism__container .image .author {
    bottom: 19px;
    max-width: 274px;
    font-size: 13px;
  }

  .test-tourism__test-container {
    padding-top: 25px;
    padding-right: 42px;
    padding-bottom: 32px;
    padding-left: 42px;
  }
}

.divination__wrapper {
  position: relative;
  margin-top: 2.5rem;
  margin-right: auto;
  margin-left: auto;
  width: 575px;
}

.divination__subtitle {
  margin-top: 2.5rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  max-width: 780px;
  text-align: center;
}

.divination__subtitle p {
  font-size: 1.125rem;
}

.divination__decor-1 {
  position: absolute;
  right: -11px;
  bottom: -11px;
  width: 100%;
  height: 100%;
  background-color: #d32d27;
}

.divination__decor-2 {
  position: absolute;
  top: -15px;
  left: 67px;
  width: 76px;
  height: 19px;
  background-color: #001f5a;
}

.divination__decor-3 {
  position: absolute;
  top: -15px;
  right: 50px;
  width: 44px;
  height: 19px;
  background-color: #d32d27;
}

.divination__decor-4 {
  position: absolute;
  bottom: 33px;
  left: -16px;
  width: 20px;
  height: 62px;
  background-color: #001f5a;
}

.divination__container {
  position: relative;
  padding-top: 50px;
  padding-right: 40px;
  padding-bottom: 28px;
  padding-left: 40px;
  border: 12px solid #0039a6;
  background-color: #fff;
}

.divination__title {
  font-family: "ApercuBold", sans-serif;
  font-size: 34px;
  text-align: center;
  color: #000;
}

.divination__question {
  display: block;
  margin-top: 22px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8px;
  padding-left: 8px;
  width: 400px;
  height: 44px;
  border: 1px solid #838a8b;
  border-radius: 7px;
  font-size: 18px;
}

.divination__question.error {
  border: 1px solid #d32d27;
}

.divination__counter {
  font-size: 14px;
  text-align: center;
  color: #363636;
}

.divination__answer {
  margin-top: 20px;
  font-family: "ApercuMedium", sans-serif;
  font-size: 24px;
  text-align: center;
  color: #363636;
}

.divination__btn {
  display: block;
  margin-top: 1.75rem;
  margin-right: auto;
  margin-left: auto;
  width: 260px;
  height: 65px;
  border: 0;
  box-shadow: 0;
  background-color: #091f4a;
  font-family: "ApercuBold", sans-serif;
  font-size: 19px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .divination__wrapper {
    width: 530px;
  }

  .divination__subtitle p {
    font-size: 22px;
  }
}

.ds-modal-registration .ds-modal__body {
  padding: 55px 0 80px;
  width: 100%;
  max-width: 430px;
}

.ds-modal-registration .ds-modal__body h2 {
  margin-bottom: 30px;
  font-family: "ApercuMedium";
  font-size: 34px;
  text-align: center;
}

.ds-modal-registration .ds-modal__body .welcome-text {
  margin-top: 50px;
  font-size: 15px;
  text-align: center;
  color: #000000;
}

.ds-modal-registration .ds-modal__body .welcome-link {
  color: #0131a6;
}

@media screen and (max-width: 767px) {
  .ds-modal-registration .ds-modal__body .welcome-text {
    font-size: 20px;
  }
}

.ds-modal-login .ds-modal__body {
  padding: 55px 0 80px;
  width: 100%;
  max-width: 430px;
}

.ds-modal-login .ds-modal__body h2 {
  margin-bottom: 30px;
  font-family: "ApercuMedium";
  font-size: 34px;
  text-align: center;
}

.ds-modal-login .ds-modal__body .welcome-text {
  margin-top: 50px;
  font-size: 15px;
  text-align: center;
  color: #000000;
}

.ds-modal-login .ds-modal__body .welcome-link {
  color: #0131a6;
}

@media screen and (max-width: 767px) {
  .ds-modal-login .ds-modal__body .welcome-text {
    font-size: 20px;
  }
}

.ds-modal-contacts .ds-modal__body {
  padding: 23px 33px 15px;
  width: 100%;
  max-width: 856px;
  min-height: 480px;
}

.ds-modal-contacts h2 {
  margin-bottom: 23px;
  font-size: 22px;
  text-align: left;
}

.ds-modal-contacts .ds-modal-contacts__close-button {
  top: 26px;
  right: 33px;
}

.ds-modal-contacts .personal__contacts-panel-friends {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -33px 0 0;
  padding: 0;
}

.ds-modal-contacts .personal__friend-container {
  margin-right: 32px;
  margin-bottom: 25px;
  padding: 0;
  max-width: 104px;
}

@media screen and (max-width: 767px) {
  .ds-modal-contacts .ds-modal__body {
    padding-bottom: 20px;
  }

  .ds-modal-contacts h2 {
    margin-bottom: 40px;
    font-size: 30px;
  }

  .ds-modal-contacts .personal__contacts-panel-friends {
    justify-content: center;
    margin: 0;
  }

  .ds-modal-contacts .personal__friend-container {
    margin: 10px 15px 30px;
    max-width: 210px;
  }

  .ds-modal-contacts .personal__friend-avatar-container {
    max-width: 210px;
    height: 210px;
  }
}

.ds-modal-user-data .ds-modal__body {
  padding: 45px 45px 40px;
  width: 100%;
  max-width: 400px;
  background: #f9f9f9;
}

.ds-modal-user-data .ds-modal__close-button {
  top: 14px;
  right: 14px;
}

.ds-modal-user-data .ds-modal-user-data__image-label {
  width: 100%;
  cursor: pointer;
}

.ds-modal-user-data .ds-modal-user-data__input-file {
  display: none;
}

.ds-modal-user-data .personal__user-avatar-container {
  margin-bottom: 0;
  max-width: 300px;
  height: 300px;
}

.ds-modal-user-data .personal__user-avatar-shadow {
  position: absolute;
  top: 0;
  left: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.ds-modal-user-data .personal__user-avatar-shadow img {
  margin-bottom: 7px;
  width: 108px;
  height: auto;
}

.ds-modal-user-data .personal__user-avatar-shadow span {
  font-size: 18px;
  color: #ffffff;
}

.ds-modal-user-data .ds-modal-user-data__span {
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 16px;
  color: #636363;
}

.ds-modal-user-data .ds-modal-user-data__input,
.ds-modal-user-data .ds-modal-user-data__textarea {
  padding: 0 12px;
  width: 100%;
  height: 38px;
  border: 1px solid #838a8b;
  border-radius: 6px;
  background: #ffffff;
  font-family: "Apercu";
  font-size: 18px;
  line-height: 1.3;
  color: #444444;
}

.ds-modal-user-data .ds-modal-user-data__textarea {
  height: 80px;
}

.ds-modal-user-data .ds-modal-user-data__submit-btn {
  justify-content: center;
  align-items: center;
  display: flex;
  margin-top: 27px;
  padding-bottom: 3px;
  width: 100%;
  height: 55px;
  border: 0;
  border-radius: 0;
  background: #0a1d4a;
  font-size: 20px;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .ds-modal-user-data .ds-modal__body {
    padding: 65px 45px 50px;
    max-width: 450px;
  }

  .ds-modal-user-data .personal__user-avatar-shadow span {
    font-size: 24px;
  }

  .ds-modal-user-data .ds-modal-user-data__span {
    padding-top: 10px;
    padding-bottom: 7px;
    padding-left: 12px;
    font-size: 24px;
  }

  .ds-modal-user-data .ds-modal-user-data__input,
  .ds-modal-user-data .ds-modal-user-data__textarea {
    padding: 0 22px;
    height: 50px;
    font-size: 24px;
  }

  .ds-modal-user-data .ds-modal-user-data__textarea {
    padding-top: 10px;
    height: 140px;
  }

  .ds-modal-user-data .ds-modal-user-data__submit-btn {
    margin-top: 33px;
    font-size: 30px;
  }
}

.ulogin_block {
  width: 100% !important;
}

.ulogin-buttons-container {
  justify-content: space-between !important;
  display: flex !important;
  width: 100% !important;
}

.ulogin-button-odnoklassniki {
  width: 72px !important;
  height: 72px !important;
  border-radius: 4px !important;
  background: url(../images/social-buttons_ok.png) center center/contain no-repeat !important;
}

.ulogin-button-vkontakte {
  width: 72px !important;
  height: 72px !important;
  border-radius: 4px !important;
  background: url(../images/social-buttons_vk.png) center center/contain no-repeat !important;
}

.ulogin-button-facebook {
  margin: 0px 0px 10px !important;
  width: 72px !important;
  height: 72px !important;
  border-radius: 10px !important;
  background: url(../images/social-buttons_fb.png) center center/contain no-repeat !important;
}

.ds-modal-login .ulogin-button-facebook {
  order: 3;
}

.page404 {
  justify-content: center;
  align-items: center;
  display: flex;
  margin-top: 40px;
  height: calc(100vh - 600px);
  min-height: 530px;
}

.page404__wrapper {
  width: 100%;
  max-width: 810px;
  height: 470px;
  font-family: "Apercu";
  text-align: center;
  color: #000000;
}

.page404__headline {
  margin-top: 57px;
  font-family: "ApercuMedium";
  font-size: 34px;
}

.page404__text {
  margin-top: 10px;
  font-size: 18px;
}

.page404__button {
  justify-content: center;
  align-items: center;
  display: flex;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 2px;
  width: 178px;
  height: 48px;
  background: #d31c1f;
  font-size: 16px;
  color: #ffffff;
  transition: all 300ms;
}

.page404__button:hover {
  background: #0131a6;
  color: #ffffff;
}

@media screen and (max-width: 991px) {
  .page404 {
    margin-top: 45px;
  }
}

@media screen and (max-width: 767px) {
  .page404__image {
    width: 540px;
    height: auto;
  }

  .page404__headline {
    margin-top: 57px;
    margin-right: auto;
    margin-left: auto;
    max-width: 420px;
    font-family: "ApercuMedium";
    font-size: 36px;
    line-height: 1.3;
  }

  .page404__text {
    margin-top: 15px;
    font-size: 24px;
  }

  .page404__button {
    margin-top: 55px;
    padding-bottom: 2px;
    width: 180px;
    height: 53px;
    font-size: 18px;
  }
}


