@import url("https://fonts.googleapis.com/css?family=Inter:regular,500,600,700,800&amp;display=swap");
html {
  font-size: 100%
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0
}
body {
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: "Inter", helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background: #110D0D
}
.lock body {
  overflow: hidden;
  touch-action: none
}
a {
  font-family: "Inter", helvetica, sans-serif;
  color: inherit;
  text-decoration: none
}
ol > li {
  counter-increment: step
}
.content {
  width: 100%;
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 15px
}
.page__content {
  padding-top: 20px;
  padding-bottom: 20px
}
.page__content > *:not(:last-child) {
  margin-bottom: 20px
}
.burger {
  display: none
}
.button {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  min-width: 102px;
  padding: 15px 22px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  background: #dd8800;
  border: 1px solid transparent;
  text-align: center;
  color: #fff;
}
.button.transparent {
  color: #dd8800;
  background: 0 0;
  border: 1px solid #dd8800;
}
.button:active {
  position: relative;
  top: 2px
}
.button:hover {
	color: #fff;
}
.button._fw {
  width: 100%
}
h1, h2, h3, h4, h5, h6 .title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase
}
h1, .title.xxl {
  font-size: 48px
}
h2, .title.xl {
  font-size: 40px
}
h3, .title.l {
  font-size: 34px
}
h4, .title.m {
  font-size: 24px
}
.logo {
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  display: inline-block;
  width: 105px;
  height: 40px
}
.section {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  background: #202a32;
  padding: 20px
}
.image {
  overflow: hidden;
  pointer-events: none
}
.image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.breadcrumbs {
  font-size: 16px
}
.breadcrumbs ol {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center
}
.breadcrumbs li:not(:last-child) {
  position: relative;
  padding-right: 2px
}
.breadcrumbs li:not(:last-child):after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 2px;
  height: 18px;
  content: "";
  background-color: #fff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}
.breadcrumbs a {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: inline-block;
  padding: 8px 16px;
  opacity: .84
}
.background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  background-color: #202a32
}
.background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.responsibly {
  text-align: center;
  width: 100%
}
.responsibly > *:not(:last-child) {
  margin-bottom: 8px
}
.responsibly__button {
  width: 100%
}
.responsibly__text {
  font-size: 10px
}
table, .table {
  width: 100%
}
table th, .table th {
  font-weight: 600;
  padding: 8px 16px
}
table th > div:first-of-type, .table th > div:first-of-type {
  display: inline-block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 32px;
  -moz-box-flex: 0;
  flex: 0 0 32px;
  height: 32px;
  width: 32px;
  overflow: hidden;
  vertical-align: middle
}
table th > div:first-of-type img, .table th > div:first-of-type img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
table td, .table td {
  font-size: 14px;
  vertical-align: middle;
  padding: 8px
}
.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 50;
  background-color: #2D0F0F
}
.header__content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 14px;
  max-width: 1424px
}
.header__logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 105px;
  -moz-box-flex: 0;
  flex: 0 1 105px;
  max-width: 105px;
  max-height: 40px
}
.header__logo:not(:last-child) {
  margin-right: 12px
}
.header__menu {
  margin-right: auto
}
.header__menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center
}
.header__menu li {
  white-space: nowrap
}
.header__menu li a {
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 142.8571428571%;
  text-transform: capitalize
}
.header__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center
}
.header__buttons > *:not(:last-child) {
  margin-right: 16px
}
.header-menu__button {
  font-size: 20px
}
.header-buttons__button {
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 800
}
.cover__section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  background: -webkit-linear-gradient(261.1deg, #2D0F0F -57.5%, #841515 91.8%);
  background: -moz-linear-gradient(261.1deg, #2D0F0F -57.5%, #841515 91.8%);
  background: -o-linear-gradient(261.1deg, #2D0F0F -57.5%, #841515 91.8%);
  background: linear-gradient(261.1deg, #2D0F0F -57.5%, #841515 91.8%);
  padding-top: 40px;
  padding-bottom: 40px
}
.cover__image {
  position: absolute;
  right: -92px;
  bottom: 0;
  width: 610px;
  height: 591px
}
.cover__wrapper {
  position: relative
}
.cover__wrapper > *:not(:last-child) {
  margin-bottom: 16px
}
.cover__rating {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start
}
.cover-rating__text {
  font-size: 14px;
  text-transform: uppercase
}
.cover-rating__text > span:first-of-type {
  opacity: .8
}
.cover-rating-text__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center
}
.cover-rating-text__wrap > span:first-of-type {
  margin-right: 10px;
  font-weight: 600;
  line-height: 1.2
}
.cover-rating-text__wrap:not(:last-child) {
  margin-bottom: 5px
}
.cover-rating-text__image {
  display: inline-block;
  width: 144px;
  height: 24px;
  vertical-align: middle
}
.cover-rating-text__image img {
  max-width: 100%;
  max-height: 100%
}
.navigation {
  font-size: 10px;
  font-weight: 600
}
.navigation ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between
}
.navigation ul > *:not(:last-child) {
  margin-right: 10px
}
.navigation li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 9.1222030981%;
  -moz-box-flex: 0;
  flex: 0 0 9.1222030981%;
  text-align: center
}
.navigation a {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  height: 100%;
  padding: 10px 20px;
  overflow: hidden;
  background-color: #202a32
}
.navigation a div {
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 32px;
  -moz-box-flex: 0;
  flex: 0 0 32px;
  height: 32px;
  width: 32px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center
}
.navigation a div:not(:last-child) {
  margin-bottom: 3px
}
.navigation a span {
  margin: auto
}
.bonus__section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  background: 0 0
}
.bonus__wrapper {
  position: relative
}
.bonus__wrapper > *:not(:last-child) {
  margin-bottom: 10px
}
.bonus__text {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase
}
.bonus__image {
  position: relative;
  max-height: 284px;
  max-width: 323px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 323px;
  -moz-box-flex: 0;
  flex: 0 1 323px;
  overflow: hidden;
  margin-top: -20px;
  margin-bottom: -20px;
  -webkit-align-self: flex-end;
  align-self: flex-end
}
.bonus__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.facts__title {
  text-transform: none
}
.facts__title:not(:last-child) {
  margin-bottom: 22px
}
article *:not(:last-child), .article *:not(:last-child) {
  margin-bottom: 16px
}
article li, .article li {
  position: relative;
  padding-left: 24px
}
article li:before, .article li:before {
  position: absolute;
  top: 0;
  left: 8px
}
article ol li:not(:last-child), article ul li:not(:last-child), .article ol li:not(:last-child), .article ul li:not(:last-child) {
  margin-bottom: 0
}
article ul li:before, .article ul li:before {
  top: 10px;
  width: 4px;
  height: 4px;
  content: "";
  background-color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%
}
article ol li:before, .article ol li:before {
  content: counter(step) "."
}
.faq__title:not(:last-child) {
  margin-bottom: 17px
}
.faq__list li {
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  -moz-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px
}
.faq__list li:not(:last-child) {
  margin-bottom: 10px
}
.faq__list li > button {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative;
  width: 100%;
  padding: 16px 10px 16px 52px;
  overflow: hidden;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
  white-space: unset
}
.faq__list li > button:before, .faq__list li > button:after {
  position: absolute;
  top: 50%;
  left: 24px;
  width: 10px;
  height: 2px;
  content: "";
  background-color: #fff;
  -webkit-transition: -webkit-transform .5s ease 0s;
  transition: -webkit-transform .5s ease 0s;
  -o-transition: -o-transform .5s ease 0s;
  -moz-transition: transform .5s ease 0s, -moz-transform .5s ease 0s;
  transition: transform .5s ease 0s;
  transition: transform .5s ease 0s, -webkit-transform .5s ease 0s, -moz-transform .5s ease 0s, -o-transform .5s ease 0s
}
.faq__list li > button:before {
  -webkit-transform: translate(-70%, -50%) rotate(40deg);
  -moz-transform: translate(-70%, -50%) rotate(40deg);
  -o-transform: translate(-70%, -50%) rotate(40deg);
  transform: translate(-70%, -50%) rotate(40deg)
}
.faq__list li > button:after {
  -webkit-transform: translate(-5%, -50%) rotate(-40deg);
  -moz-transform: translate(-5%, -50%) rotate(-40deg);
  -o-transform: translate(-5%, -50%) rotate(-40deg);
  transform: translate(-5%, -50%) rotate(-40deg)
}
.faq__list li > button.spoller-active:before, .faq__list li > button.spoller-active:after {
  background-color: #fff;
}
.faq__list li > button.spoller-active:before {
  -webkit-transform: translate(20%, -50%) rotate(40deg);
  -moz-transform: translate(20%, -50%) rotate(40deg);
  -o-transform: translate(20%, -50%) rotate(40deg);
  transform: translate(20%, -50%) rotate(40deg)
}
.faq__list li > button.spoller-active:after {
  -webkit-transform: translate(-45%, -50%) rotate(-40deg);
  -moz-transform: translate(-45%, -50%) rotate(-40deg);
  -o-transform: translate(-45%, -50%) rotate(-40deg);
  transform: translate(-45%, -50%) rotate(-40deg)
}
.faq__list li > div {
  padding: 16px
}
.bonus-cards__section > *:not(:last-child) {
  margin-bottom: 20px
}
.bonus-cards-list__item {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 32.2580645161%;
  -moz-box-flex: 0;
  flex: 0 1 32.2580645161%;
  background-color: rgba(252, 252, 253, .1)
}
.bonus-cards-list-item__image {
  position: relative;
  padding-bottom: 62.1983914209%
}
.bonus-cards-list-item__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.bonus-cards-list-item__article {
  text-align: center;
  padding: 28px;
  line-height: 1.4
}
.bonus-cards-list-item__article h1, .bonus-cards-list-item__article h2, .bonus-cards-list-item__article h3, .bonus-cards-list-item__article h4, .bonus-cards-list-item__article h5, .bonus-cards-list-item__article h6 {
  line-height: 1.4;
  font-weight: 500
}
.games > *:not(:last-child) {
  margin-bottom: 20px
}
.games__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  margin-top: -20px
}
.games-list__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 23.7068965517%;
  -moz-box-flex: 0;
  flex: 0 1 23.7068965517%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  padding: 20px;
  margin-top: 20px;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px
}
.games-list__item:hover .games-list-item__wrapper {
  pointer-events: auto;
  opacity: 1
}
.games-list__item:hover .games-list-item__wrapper .games-list-item__button {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}
.games-list-item__image {
  padding-bottom: 100%
}
.games-list-item__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.games-list-item__wrapper {
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  overflow-y: auto;
  text-align: center;
  pointer-events: none;
  background: rgba(32, 42, 50, .8);
  opacity: 0
}
.games-list-item__wrapper > *:not(:last-child) {
  margin-bottom: 20px
}
.games-list-item__button {
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: -o-transform .3s ease-in-out;
  -moz-transition: transform .3s ease-in-out, -moz-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out, -moz-transform .3s ease-in-out, -o-transform .3s ease-in-out;
  margin: auto 0;
  -webkit-box-shadow: 0px 4px 20px rgba(43, 198, 157, .5);
  -moz-box-shadow: 0px 4px 20px rgba(43, 198, 157, .5);
  box-shadow: 0px 4px 20px rgba(43, 198, 157, .5);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
  font-size: 14px
}
.download__section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  background-color: transparent
}
.download__image {
  max-width: 370px;
  max-height: 341px
}
.download__col {
  position: relative;
  text-align: center;
  z-index: 1
}
.download__logo {
  overflow: hidden
}
.download__logo:not(:last-child) {
  margin-bottom: 8px
}
.download__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.download__button:not(:last-child) {
  margin-bottom: 8px
}
.download__link {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: inline-block;
  max-width: 246px;
  max-height: 82px;
  vertical-align: middle;
  overflow: hidden
}
.download__link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.footer__section {
  background-color: #10171f
}
.footer__section > *:not(:last-child) {
  margin-bottom: 20px
}
.footer__top {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  padding: 20px;
  background-color: #161f26
}
.footer__middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  max-width: 1017px;
  margin: 0 auto
}
.footer-top__text {
  font-weight: 500;
  max-width: 173px
}
.footer-top__logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}
.footer-top__logos li {
  padding: 8px 10px;
  max-width: 105px
}
.footer-middle__logo {
  width: 126px;
  height: 48px
}
.footer-middle__article {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 86%;
  -moz-box-flex: 0;
  flex: 0 1 86%;
  font-size: 12px;
  color: rgba(255, 255, 255, .5)
}
.footer-bottom__image {
  margin: 0 auto;
  max-width: 160px;
  max-height: 52px
}
.breadcrumbs__item.breadcrumbs__page span {
  margin-left: 15px
}