.js-hidden {
  display: none;
}

.anchor {
  display: block;
  width: 0;
  height: 0;
  position: relative;
  top: -100px;
  visibility: hidden;
}

body {
  position: relative;
  min-width: 300px;
  min-height: 100vh;
  font-family: "OpenSans", "Aria", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  margin: 0;
  padding: 0;
  background: #1e1963 url(./img/cbk.jpg) no-repeat top;
  background-size: cover;
}

.wraper {
  padding: 6px 10px 20px 10px;
  min-height: 100vh;
}

.header {
  padding: 0 10px;
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}

.header__logo-container {
  display: flex;
  align-items: center;
  margin: 0 0 auto 0;
}

.header__logo-mk {
  display: flex;
  margin-right: 5px;
  padding-top: 5px;
}

.header__logo-mk-picture {
  width: 60px;
  height: 21px;
}

.header__logo-pmo-image {
  display: block;
  width: 100px;
  height: 32px;
}

.header__logo-pmo-content {
  display: block;
  width: 100%;
  height: auto;
}

.header__share .share{
  display: none;
}

.header__share-container {
  margin-left: auto;
}

.header__share .header__logo-mk,
.header__share .header__logo-pmo {
  display: none;
}

.header__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 30px;
  height: 30px;
  margin: 0px -4px 0 0;
  font-family: inherit;
  font-weight: inherit;
  background-color: transparent;
  cursor: pointer;
  border: none;
}

.header__button span {
  color: #ffffff;
  margin-right: 15px;
}

.header__button-text {
  display: none;
}

.main {
  margin: 0 auto;
}

.content-head {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}

.content-head__title {
  margin: 0 auto 11px auto;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.08;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}

.content-head__timer {
  margin: 0 auto;
}

.timer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}

.timer__header {
  flex-basis: 100%;
  margin: 0 auto 8px;
  max-width: 230px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
}

.timer__body {
  margin: 0 auto;
  display: flex;
}

.timer__figure-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.timer__figure {
  display: flex;
  align-items: center;
  font-family: "RobotoCondensed", "Aria", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #ffffff;
}

.timer__figure:after {
  content: ":";
  display: inline;
  margin-right: 1px;
}

.timer__figure-container:last-child .timer__figure:after {
  content: none;
}

.timer__figure-name {
  position: absolute;
  bottom: -20px;
  left: 40%;
  transform: translateX(-50%);
  font-weight: 300;
  line-height: 1.67;
}

.timer__figure-container:last-child .timer__figure-name {
  left: 50%;
}

.digit {
  margin-right: 2px;
  width: 24px;
  height: 60px;
  border-radius: 3px;
  background-color: rgba(0, 156, 242, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-body {
  position: relative;
  margin-bottom: 8px;
}

.content-body__game-list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: -20px;
  padding-bottom: 20px;
  overscroll-behavior-x: contain;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}

.content-body__game-list::-webkit-scrollbar {
  display: none;
}

.content-body__game-item {
  display: flex;
  margin-right: 8px;
  background-color: rgba(0, 156, 242, 0.15);
  border-radius: 3px;
}

.content-body__button {
  width: 260px;
  height: 144px;
  padding: 10px;
  box-sizing: border-box;
  flex-grow: 1;
  flex-shrink: 0;
  border-radius: 3px;
  text-decoration: none;
  transition: background-size 0.1s, background-position 0.1s;
}

.content-body__button_rnd1 {
  background: url(./img/1rnd.svg) no-repeat 20px 30px,
              url(./img/bg-oval.svg) no-repeat -10px center;
  background-size: 80px 80px,
              160px 176px;
}

.content-body__button_rnd2 {
  background: url(./img/2rnd.svg) no-repeat 20px 30px,
              url(./img/bg-oval.svg) no-repeat -10px center;
  background-size: 80px 80px,
              160px 176px;
}

.content-body__button_rnd3 {
  background: url(./img/3rnd.svg) no-repeat 20px 30px,
              url(./img/bg-oval.svg) no-repeat -10px center;
  background-size: 80px 80px,
              160px 176px;
}

.content-body__button_active {
  border: solid 2px rgba(255, 255, 255, 0.2);
}

.content-body__button:hover
.content-body__button:focus,
.content-body__button:active {
  background-size: 90px 90px;
  background-position: 15px 25px;
}

.content-body__button-text {
  margin: 10px 0 0 105px;
  color: #ffffff;
  text-transform: uppercase;
}

.content-body__subheader {
  margin: 0 0 9px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.86;
}

.content-body__question {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.38;
}

.content-body__slider-buttons {
  display: none;
  position: absolute;
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.content-body__slider-button {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 24px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  border: none;
  cursor: pointer;
  transform: rotate(90deg);
}

.content-body__slider-button_back {
  left: 10px;
}

.content-body__slider-button_forward {
  right: 10px;
  transform: rotate(270deg);
}

.content-body__slider-button:hover {
  background-color: #337ec8;
  color: #fff;
  outline: none;
}

.content-body__slider-button:focus,
.content-body__slider-button:active {
  box-shadow: 0 0 10px 0 #00a3f9;
}

.content__game {
  position: absolute;
  top: 154px;
  left: 0;
  margin: 0;
  background: url(./img/cbk.jpg) no-repeat top;
  border-radius: 3px;
  width: 100%;
}

.content__step {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 10px;
  border-radius: 3px;
  background-color: rgba(0, 156, 242, 0.15);
}

.content__game-title {
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 1.86;
  font-weight: 400;
  color: #ffffff;
}

.content__counter {
  display: flex;
  margin: 0 0 19px 0;
}

.content__counter-bar {
  flex-grow: 1;
  height: 4px;
  border-radius: 2px;
  margin-right: 2px;
  background-color: #ffffff;
  opacity: 0.2;
}

.content__counter-bar_passed {
  opacity: 1;
}

.content__constitution-button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 17px;
  text-decoration: none;
  color: inherit;
}

.content__constitution-button-image {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #337EC8;
  background-color: #ffffff;
}

.content__constitution-button:hover .content__constitution-button-image {
  background-color: #337ec8;
  color: #ffffff;
}

.content__constitution-button:hover path:last-child {
  fill: #337ec8;
}

.content__constitution-button:focus .content__constitution-button-image,
.content__constitution-button:active .content__constitution-button-image {
  box-shadow: 0 0 10px 0 #00a3f9;
}

.content__constitution-button-text {
  font-size: 12px;
  text-align: right;
  margin-right: 15px;
  text-transform: uppercase;
}

.content__main-text {
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.content__main-text p {
  margin: 0;
  padding: 0;
}

.content__main-text a {
  color: #4a63f0;
}

.content__question-list {
  list-style: none;
  padding: 0;
  margin: 30px 0 30px;
}

.content__question-list-item {
  position: relative;
  border-radius: 24px;
  background-color: #fff;
  color: #337ec8;
  margin-bottom: 10px;

  cursor: pointer;
}

#constitution-game-3 .content__question-list-item {
  background-color: transparent;
  color: #ffffff;
}

.content__question-item {
  width: 100%;
  background: none;
  border: none;
  padding: 15px 48px 14px;
  text-align: left;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  color: inherit;
  text-transform: uppercase;
  cursor: pointer;
}

.content__question-list-item:hover,
.content__question-list-item:focus,
.content__question-list-item:active {
  color: #ffffff;
  background-color: #337ec8;
}

#constitution-game-3 .content__question-item {
  padding: 10px 0 0 41px;
}

.content__question-list-item:before,
.content__answer-item:before {
  position: absolute;
  top: 6px;
  left: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border: solid 1px #00a3f9;
  border-radius: 16px;
  font-size: 18px;
  text-align: center;
  color: #00a3f9;
  z-index: 1;
}

.content__question-list-item:hover:before,
.content__question-list-item:hover:focus,
.content__question-list-item:hover:active {
  border: solid 1px #ffffff;
  color: #ffffff;
}

#constitution-game-3 .content__question-list-item:before {
  left: 0;
  top: 2px;
}

.content__question-list li:nth-child(1):before,
.content__answer-item:nth-child(1):before {
  content: 'A';
}

.content__question-list li:nth-child(2):before,
.content__answer-item:nth-child(2):before {
  content: 'Б';
}
.content__question-list li:nth-child(3):before,
.content__answer-item:nth-child(3):before {
  content: 'В';
}

.content__question-list li:nth-child(4):before,
.content__answer-item:nth-child(4):before {
  content: 'Г';
}

.content__popup {
  position: absolute;
  bottom: 160px;
  left: 10px;
  padding: 10px 8px;
  width: calc(100% - 35px);
  border-radius: 3px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #1e1963;
  z-index: 10;
}

.content__popup-header {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.content__step_wrong .content__popup-message::after {
  content: 'Неправильный ответ!';
  color: #ff8282;
  text-transform: uppercase;
}

.content__step_right .content__popup-message::after {
  content: 'Правильный ответ!';
  color: #8bff97;
  text-transform: uppercase;
}

.content__popup-button {
  position: relative;
  width: 25px;
  height: 25px;
  margin: -5px -5px 0 auto;
  padding: 0;
  margin-left: auto;
  background-color: transparent;
  cursor: pointer;
  border: none;
}

.content__popup-button::before,
.content__popup-button::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 5px;
  border-radius: 2px;
  width: 17px;
  height: 3px;
  background-color: #ffffff;
}

.content__popup-button::before {
  transform: rotate(45deg);
  box-shadow: none;
}

.content__popup-button::after {
  transform: rotate(-45deg);
}

.content__question-form {
  margin-top: auto;
}

.content__answer-list {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
}

.content__answer-item {
  position: relative;
}

.content__answer-item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.4;
  border-radius: 24px;
  background-color: #000000;
  z-index: 1;
}

#constitution-game-3 .content__answer-item:after {
  display: none;
}

.content__answer {
  position: relative;
  display: flex;
  align-items: center;
  margin: auto auto 10px auto;;
  border-radius: 24px;
  padding: 15px 48px 14px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  background-color: #fff;
  color: #337ec8;
}

.content__step_wrong .content__answer_selected {
  color: #ffffff;
  background-image: linear-gradient(to bottom, #ff5a00, #d13433);
}

.content__step_right .content__answer_selected {
  color: #ffffff;
  background-image: linear-gradient(to bottom, #00ee31, #00bd13);
}

#constitution-game-3 .content__answer-item {
  margin-bottom: 10px;
}

#constitution-game-3 .content__answer {
  background-image: none;
  background-color: transparent;
  color: #ffffff;
  opacity: 0.4;
  padding: 10px 0 0 41px;
  margin: 0;
}

#constitution-game-3 .content__answer_selected {
  opacity: 1;
}

.content__step_right .content__answer-item_selected:before {
  content: '';
  border: solid 1px #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M15.11 19.335l6.287-10.063a1.5 1.5 0 012.544 1.59l-7.418 11.873a1.506 1.506 0 01-.538.513l-.031.021a1.5 1.5 0 01-2.082-.404l-5.033-7.462a1.5 1.5 0 112.487-1.677l3.783 5.609z'/%3E%3C/svg%3E");
}

#constitution-game-3 .content__answer-item:before {
  opacity: 0.4;
  top: 0;
  left: 0;
}

#constitution-game-3 .content__step_right .content__answer-item_selected:before {
  content: '';
  border: solid 1px #00d916;
  opacity: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%2300d916' fill-rule='evenodd' d='M15.11 19.335l6.287-10.063a1.5 1.5 0 012.544 1.59l-7.418 11.873a1.506 1.506 0 01-.538.513l-.031.021a1.5 1.5 0 01-2.082-.404l-5.033-7.462a1.5 1.5 0 112.487-1.677l3.783 5.609z'/%3E%3C/svg%3E");
}

#constitution-game-3 .content__step_wrong .content__answer-item_selected:before {
  border: solid 1px #ff8282;
  opacity: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23ff8282' fill-rule='evenodd' d='M16 13.912l3.48-3.48a1.477 1.477 0 012.088 2.088L18.088 16l3.48 3.48a1.477 1.477 0 01-2.088 2.088L16 18.088l-3.48 3.48a1.477 1.477 0 01-2.088-2.088l3.48-3.48-3.48-3.48a1.477 1.477 0 012.088-2.088l3.48 3.48z'/%3E%3C/svg%3E");
}

.content__step_wrong .content__answer-item_selected:before {
  content: '';
  border: solid 1px #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M16 13.912l3.48-3.48a1.477 1.477 0 012.088 2.088L18.088 16l3.48 3.48a1.477 1.477 0 01-2.088 2.088L16 18.088l-3.48 3.48a1.477 1.477 0 01-2.088-2.088l3.48-3.48-3.48-3.48a1.477 1.477 0 012.088-2.088l3.48 3.48z'/%3E%3C/svg%3E");
}

.content__step_right .content__answer-item_selected:after,
.content__step_wrong .content__answer-item_selected:after {
  display: none;
}

.content__progress-buttons {
  display: flex;
  margin: 0 0 30px auto;
}

.content__progress-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 24px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  border: none;
  cursor: pointer;
}

.content__progress-button_back {
  margin-left: auto;
  transform: rotate(90deg);
}

.content__progress-button_forward {
  margin-left: 4px;
  transform: rotate(-90deg);
}

.content__step_right .content__progress-button_back,
.content__step_wrong .content__progress-button_forward {
  opacity: 0.4;
  pointer-events: none;
}

.content__progress-button:hover {
  background-color: #337ec8;
  color: #fff;
  outline: none;
}

.content__progress-button:focus,
.content__progress-button:active {
  box-shadow: 0 0 10px 0 #00a3f9;
}

.content__progress-button-text {
  display: none;
}

.content__final {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content__final-picture {
  margin: 20px auto 24px auto;
}

.content__final-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 5;
}

.content__final-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 217px;
  height: 48px;
  box-sizing: border-box;
  padding: 13px 0 13px 48px;
  margin-bottom: 10px;
  border-radius: 24px;
  border: solid 2px #ffffff;
  background-color: #ffffff;
  font-style: inherit;
  font-size: 16px;
  font-weight: 700;
  color: #337ec8;
  cursor: pointer;
}

.content__final-button:disabled {
  background-color: transparent;
  color: #00a3f9;
  border: solid 2px #00a3f9;
}

.content__final-button::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 32px;
  height: 32px;
  border: solid 1px #00a3f9;
  border-radius: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%2300a3f9' fill-rule='evenodd' d='M16.962 14.009h4.92a1.476 1.476 0 11.001 2.953h-4.921v4.92a1.477 1.477 0 01-2.953.001v-4.921H9.088a1.476 1.476 0 110-2.953h4.921V9.088a1.476 1.476 0 112.953 0v4.921z'/%3E%3C/svg%3E");
  background-position: center;
}

.content__final-button:disabled::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%2300a3f9' fill-rule='evenodd' d='M15.11 19.335l6.287-10.063a1.5 1.5 0 012.544 1.59l-7.418 11.873a1.506 1.506 0 01-.538.513l-.031.021a1.5 1.5 0 01-2.082-.404l-5.033-7.462a1.5 1.5 0 112.487-1.677l3.783 5.609z'/%3E%3C/svg%3E");
}

.content__step_last .content__counter,
.content__step_last .content__constitution-button {
  display: none;
}

.content__step_last .content__game-title {
  margin-bottom: 29px;
}

.content__step_last .content__progress-button_back {
  display: none;
}

.content__step_last .content__progress-buttons {
  margin: 0 auto;
}

.content__step_last .content__progress-button_forward {
  display: flex;
  align-items: center;
  position: relative;
  width: auto;
  padding: 0 0 0 29px;
  margin: 0 12px 0 0;
  transform: none;
  background: transparent;
  font-style: inherit;
  color: inherit;
  font-weight: 700;
  box-shadow: none;
  font-size: 16px;
}

.content__step_last .content__progress-button_forward::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  top: 6px;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cpath fill='%23fff' d='M25 38c-5.1 0-9.7-3-11.8-7.6l1.8-.8c1.8 3.9 5.7 6.4 10 6.4 6.1 0 11-4.9 11-11s-4.9-11-11-11c-4.6 0-8.5 2.8-10.1 7.3l-1.9-.7c1.9-5.2 6.6-8.6 12-8.6 7.2 0 13 5.8 13 13s-5.8 13-13 13z'/%3E%3Cpath fill='%23fff' d='M20 22h-8v-8h2v6h6z'/%3E%3C/svg%3E");
  transform: rotate(180deg);
}

.content__step_last .content__progress-button-img {
  display: none;
}

.content__step_last .content__progress-button-text {
  display: block;
}

.content__final-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 217px;
  height: 48px;
  box-sizing: border-box;
  border-radius: 24px;
  background-image: linear-gradient(to bottom, #00ee31, #00bd13);
  font-style: inherit;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
}


.last__share-title {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  margin: 0 21px 0 0;
}
.last__share,
.share {
  margin: 0;
  padding: 0;
}

.content__game .header__button {
  display: none;
}

.last__share-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 30px 0 20px 0;
}

.last__share {
  display: flex;
}

.last__share li,
.share li {
  display: flex;
  flex-grow: 1;
  margin: 8px 2px;
}

.share__title {
  font-size: 14px;
  display: none;
  font-weight: 400;
  margin: 0;
}

.header__share_active .share__title {
  display: flex;
  flex-basis: 100%;
  margin-top: 18px;
}

.share__button,
.last__share-button {
  display: block;
  width: 32px;
  height: 32px;
  background-color: transparent;
  border-radius: 16px;
  color: #fff;
}

.share__button_vk:hover,
.last__share-button_vk:hover,
.share__button_vk:focus,
.last__share-button_vk:focus {
  color: #27658e;
}

.share__button_fb:hover,
.last__share-button_fb:hover,
.share__button_fb:focus,
.last__share-button_fb:focus {
  color: #195997;
}

.share__button_ok:hover,
.last__share-button_ok:hover,
.share__button_ok:focus,
.last__share-button_ok:focus {
  color: #fe8f04;
}

.share__button_tw:hover,
.last__share-button_tw:hover,
.share__button_tw:focus,
.last__share-button_tw:focus {
  color: #2fa8df;
}

.share__button_wh:hover,
.last__share-button_wh:hover,
.share__button_wh:focus,
.last__share-button_wh:focus {
  color: #3adc49;
}

.share__button_tm:hover,
.last__share-button_tm:hover,
.share__button_tm:focus,
.last__share-button_tm:focus {
  color: #36b9ff;
}

.share__button_vb:hover,
.last__share-button_vb:hover,
.share__button_vb:focus,
.last__share-button_vb:focus {
  color: #864cb2;
}

.share__button:hover,
.last__share-button:hover,
.share__button:focus,
.last__share-button:focus {
  background-color: #fff;
}

.share__button:focus,
.last__share-button:focus,
.last__share-button:active,
.share__button:active {
  box-shadow: 0 0 10px 0 #00a3f9;
}

.content__list-element p {
  padding: 0 17px 4px 34px;
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMyI+ICA8cGF0aCBmaWxsPSIjZDcxZjI3IiBkPSJNMi42IDEzYS43LjcgMCAwIDEtLjUtLjEgNy4zIDcuMyAwIDAgMSAwLTEwLjMgNiA2IDAgMCAxIDguNSAwIDUgNSAwIDAgMSAwIDcgNCA0IDAgMCAxLTMgMS4xIDQgNCAwIDAgMS0yLjgtMS4yIDMuNCAzLjQgMCAwIDEtMS0yLjRjMC0uOS40LTEuNyAxLTIuNGEyLjggMi44IDAgMCAxIDItLjhjLjggMCAxLjUuMyAyIC44YTIuNCAyLjQgMCAwIDEgMCAzLjQgMiAyIDAgMCAxLTEuNC43IDIgMiAwIDAgMS0xLjUtLjcgMS44IDEuOCAwIDAgMS0uNS0xLjMuNy43IDAgMSAxIDEuNCAwIC40LjQgMCAwIDAgMCAuNGwuNi4yYS43LjcgMCAwIDAgLjUtLjJjLjItLjIuMy0uNS4zLS44YTEgMSAwIDAgMC0uMy0uNyAxLjUgMS41IDAgMCAwLTEtLjRjLS41IDAtLjguMS0xLjEuNGEyIDIgMCAwIDAgMCAyLjggMi43IDIuNyAwIDAgMCAzLjggMCAzLjUgMy41IDAgMCAwIDAtNSA0LjYgNC42IDAgMCAwLTYuNSAwIDYgNiAwIDAgMCAwIDguNC43LjcgMCAwIDEtLjUgMS4yeiIvPjwvc3ZnPg==') no-repeat 2px 4px;
}

.footer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 655px;
}

.footer__controls {
  display: flex;
  align-items: center;
  margin: 19px auto 0;
  padding: 0;
  list-style: none;
}

.footer__controls-item:after {
  content: "—";
  display: inline;
  margin-right: 1px;

  font-size: 14px;
  line-height: 1.57;
  color: #00a3f9;
}

.footer__controls-item:last-child:after {
  content: none;
}

.footer__controls-button {
  padding: 0 3px 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: 14px;
  text-transform: uppercase;
  color: #00a3f9;
  background-color: transparent;

  cursor: pointer;
  border: none;
}

.footer__controls-button_active {
  color: #ffffff;
}

.footer__video-button {
  display: flex;
  padding-top: 17px;
  align-items: center;
  margin-left: auto;
  border: none;
  background-color: transparent;
  cursor: pointer;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.footer__video-button:focus,
.footer__video-button:active {
  outline: none;
}

.footer__video-button-img {
  width: 40px;
  height: 40px;
  border-radius: 20px;
}

.footer__video-text {
  line-height: 1.17;
  text-align: right;
  width: 151px;
  margin: 0 10px 0 0;
  text-transform: uppercase;
}

.constitution__content {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
}

.constitution {
  position: absolute;
  top: 20px;
  left: 50%;
  height: 95vh;
  width: calc(100% - 20px);
  transform: translateX(-50%);
  background: #1e1963;
  z-index: 100;
  overflow-y: scroll;
}

.constitution__header {
  position: sticky;
  top: 0;
  height: 33px;
  display: flex;
  box-sizing: border-box;
  background-color: #1e1963;
  z-index: 10;
}

.constitution__header-button-text,
.constitution__header-button-marks {
  background-color: transparent;
  height: 100%;
  line-height: 2.17;
  text-transform: uppercase;
}

.constitution__header-button-text {
  display: none;
}

.constitution__header-button-marks {
  display: none;
}

.constitution__header-button-close {
  position: relative;
  padding: 0;
  top: 0;
  right: 0;
  background-color: transparent;
  cursor: pointer;
  border: none;
  width: 32px;
  height: 32px;
  margin-left: auto;
}

.constitution__header-button-close::before,
.constitution__header-button-close::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 10px;
  border-radius: 2px;
  width: 17px;
  height: 3px;
  background-color: #ffffff;
}

.constitution__header-button-close::before {
  transform: rotate(45deg);
  box-shadow: none;
}

.constitution__header-button-close::after {
  transform: rotate(-45deg);
}

.constitution__body tr {
  display: flex;
  flex-direction: column;
}

.constitution__left-column {
  padding: 0 60px 0 40px;
  margin-right: 40px;
}

.constitution__left-column h2 {
  margin: 32px 0 11px 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.33;
  text-transform: uppercase;
}

.constitution__left-column h3 {
  margin: 16px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.constitution__left-column h4 {
  margin: 20px 0 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.constitution__right-column {
  padding: 10px 40px 10px 12px;
  margin-right: 40px;
}

.constitution__right-column p {
  line-height: 1.5;
  color: #99d2ff;
  margin: 0 0 10px 0;
}

.constitution__left-column p {
  position: relative;
  margin: 0 0 10px 0;
  font-size: 16px;
  line-height: 1.5;
}

.constitution__left-column b,
.constitution__left-column strong {
  color: #99d2ff;
  font-weight: 400;
}

.constitution__index {
  position: absolute;
  top: 0;
  left: -30px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background-color: rgba(0, 156, 242, 0.15);
  font-size: 18px;
  font-weight: 700;
  line-height: 3.11;
}

.constitution__footer {
  position: sticky;
  bottom: 0;
  height: 54px;
  display: flex;
  align-items: center;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  background-color: #1e1963;
}

.constitution__footer-top-link {
  padding: 16px 0 15px 10px;
  width: 78px;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.09;
  color: #99d2ff;
  text-decoration: none;
}

.constitution__footer-corrections {
  font-size: 11px;
  line-height: 1.09;
  margin: 0 10px 0 auto;
}

.constitution__footer-prev-link,
.constitution__footer-next-link {
  display: flex;
  align-items: center;
  padding: 0;
  font-family: inherit;
  font-weight: inherit;
  background-color: transparent;
  cursor: pointer;
  border: none;
  color: #ffffff;
}

.constitution__footer-next-link {
  margin-right: 53px;
}

.constitution__footer-prev-link:disabled,
.constitution__footer-next-link:disabled {
  opacity: 0.4;
}

.constitution__footer-button-text {
  display: none;
}

.constitution__footer-link-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  margin: 0 13px 0 5px;
  background-color: #ffffff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
}

.constitution__footer-link-icon svg {
  color: #1e1963;
}

.gubernator {
  position: absolute;
  bottom: 0;
  left: 50vw;
  top: 0;
  transform: translate(-50%, 10%);
  width: 93vw;
  height: 150px;
  border-radius: 3px;
  background-color: #1e1963;
  background-image: linear-gradient(to top, #1e1963 4%, rgba(30, 25, 99, 0));
  z-index: 100;
}

.gubernator__overlay,
.constitution__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0.6;
  background-color: #1e1963;
  z-index: 0;
}

.gubernator__content {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.gubernator_text-revealed .gubernator__text-field {
  height: auto;
  text-align: left;
}

.gubernator_text-revealed .gubernator__reveal-text {
  display: none;
}

.gubernator_text-revealed .gubernator__text-field:before {
  display: none;
}

.gubernator__button-close {
  position: absolute;
  padding: 0;
  top: 4px;
  right: 4px;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  border: none;
  background-color: rgba(30, 25, 99, 0.6);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M16 13.912l3.48-3.48a1.477 1.477 0 012.088 2.088L18.088 16l3.48 3.48a1.477 1.477 0 01-2.088 2.088L16 18.088l-3.48 3.48a1.477 1.477 0 01-2.088-2.088l3.48-3.48-3.48-3.48a1.477 1.477 0 012.088-2.088l3.48 3.48z'/%3E%3C/svg%3E");
  background-position: center;
  cursor: pointer;
  z-index: 15;
}

.gubernator__picture {
  width: 100%;
}

.gubernator__picture-content {
  display: block;
  width: 100%;
  height: auto;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.gubernator__text {
  background-color: rgba(30, 25, 99, 1);
  padding: 10px 0 10px 10px;
}

.gubernator__text-field h3 {
  font-size: 18px;
  line-height: 20px;
  margin: 10px 0 20px 0;
}

.gubernator__text-field p {
  font-size: 14px;
  line-height: 1.43;
}

.gubernator__text-field {
  overflow: hidden;
  position: relative;
  height: 183px;
  text-align: justify;
  padding: 0 3em 0 0;
}

.gubernator__text-field:before {
  content: '…';
  position: absolute;
  right: 2em;
  bottom: 0;
}

.gubernator__reveal-text {
  display: flex;
  width: 33px;
  height: 33px;
  padding: 0;
  margin: 15px auto;
  border: solid 2px #ffffff;
  border-radius: 18px;
  background-color: rgba(30, 25, 99, 0.6);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23ffffff' fill-rule='evenodd' d='M16.962 14.009h4.92a1.476 1.476 0 11.001 2.953h-4.921v4.92a1.477 1.477 0 01-2.953.001v-4.921H9.088a1.476 1.476 0 110-2.953h4.921V9.088a1.476 1.476 0 112.953 0v4.921z'/%3E%3C/svg%3E");
  background-position: -1px -1px;
  cursor: pointer;
}

.gubernator__video {
  width: 100%;
  height: auto;
}

@media (max-width: 1023px) {
  .header__share_active {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    min-height: 128px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 6px 20px 0;
    z-index: 4;
    background-color: #1e1963;
    text-align: right;
  }

  .header__share_active .share {
    display: flex;
    flex-basis: 100%;
  }

  .header__share_active .header__logo-mk,
  .header__share_active .header__logo-pmo {
    display: block;
  }

  .header__share_active .header__button {
    width: 30px;
    height: 30px;
    position: relative;
    margin-left: auto;
  }

  .header__share_active .header__button-icon {
    display: none;
  }

  .header__share_active .header__button::before,
  .header__share_active .header__button::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 5px;
    border-radius: 2px;
    width: 17px;
    height: 3px;
    background-color: #ffffff;
  }

  .header__share_active .header__button::before {
    transform: rotate(45deg);
    box-shadow: none;
  }

  .header__share_active .header__button::after {
    transform: rotate(-45deg);
  }
}
