a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline
}

body {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  line-height: 1;
  background: #0e1736 url(img/main-bg.jpg) fixed no-repeat;
  background-size: cover;
  color: #c2bec7;
  font: 18px 'DIN Pro', sans-serif
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

@font-face {
  font-family: 'DIN Pro';
  src: url(fonts/DINPro.eot);
  src: url(fonts/DINPro-1.eot) format("embedded-opentype"), url(fonts/DINPro.woff2) format("woff2"), url(fonts/DINPro.woff) format("woff"), url(fonts/DINPro.ttf) format("truetype"), url(fonts/DINPro.svg) format("svg");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: 'DIN Pro';
  src: url(fonts/DINPro-Bold.eot);
  src: url(fonts/DINPro-Bold-1.eot) format("embedded-opentype"), url(fonts/DINPro-Bold.woff2) format("woff2"), url(fonts/DINPro-Bold.woff) format("woff"), url(/fonts/DINPro-Bold.ttf) format("truetype"), url(fonts/DINPro-Bold.svg) format("svg");
  font-weight: 700;
  font-style: normal
}

.icon {
  position: relative;
  display: inline-block
}

.icon--download {
  width: 16px;
  height: 16px;
  background: url(img/download-icon-white.svg) no-repeat
}

.icon--download-black {
  width: 16px;
  height: 16px;
  background: url(img/download-icon-black.svg) no-repeat
}

.icon--search {
  width: 18px;
  height: 18px;
  background: url(img/search-icon.svg) no-repeat;
  background-size: contain
}

.icon--eye {
  top: 2px;
  margin-right: 5px;
  width: 23px;
  height: 15px;
  background: url(img/eye.svg) no-repeat;
  background-size: contain
}

html.lb-disable-scrolling {
  overflow: hidden;
  position: fixed;
  height: 100vh;
  width: 100vw
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: .8;
  display: none
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: 400
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff
}

.lightbox a img,
body {
  border: 0
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff
}

.lb-dataContainer:after,
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(img/loading.gif) no-repeat
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10
}

.lb-container>.nav {
  left: 0
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next,
.lb-prev {
  height: 100%;
  cursor: pointer;
  display: block
}

.lb-nav a.lb-next,
.lb-nav a.lb-prev {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s
}

.lb-nav a.lb-prev {
  left: 0;
  background: url(img/prev.png) left 48% no-repeat;
  width: 34%;
  float: left
}

.lb-data .lb-close:hover,
.lb-nav a.lb-next:hover,
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(img/next.png) right 48% no-repeat
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px
}

.lb-data {
  padding: 0 4px;
  color: #ccc
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em
}

.lb-data .lb-caption a {
  color: #4ae
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(img/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: .7;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s
}

.lb-data .lb-close:hover {
  cursor: pointer
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

a {
  text-decoration: none;
  color: #fff
}

.main-header,
.main-wrapper {
  position: relative;
  width: 100%;
  top: 70px;
}

.main-header {
  height: 70px;
  background: #221c38;
  padding: 10px 25px 0;
  position: fixed;
  z-index: 5;
  top: 0;
}

@media (max-width:960px) {
  .main-header {
    min-height: 70px;
    height: auto;
    padding: 0;
    text-align: center
  }
}

.main-header__right {
  float: right
}

.main-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap
}

@media (max-width:1219px) {
  .main-layout {
    width: 100%;
    display: block
  }
}

.main-sidebar {
  width: 300px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 12, 41, .75)), to(rgba(20, 12, 41, .35)));
  background-image: -o-linear-gradient(top, rgba(20, 12, 41, .75) 0%, rgba(20, 12, 41, .35) 100%);
  background-image: linear-gradient(-180deg, rgba(20, 12, 41, .75) 0%, rgba(20, 12, 41, .35) 100%)
}

@media (max-width:1599px) {
  .main-sidebar {
    display: none
  }
}

.main-sidebar__container {
  position: -webkit-sticky;
  position: sticky;
  top: 0
}

.main-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 45px
}

@media (max-width:1219px) {
  .main-content {
    width: 100%;
    display: block
  }
}

.container {
  position: relative;
  width: 1200px;
  margin: 0 auto
}

@media (max-width:1219px) {
  .container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px
  }
}

.container--main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  padding-bottom: 50px
}

@media (max-width:1219px) {
  .container--main {
    display: block
  }
}

.logo {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 35px
}

@media (max-width:960px) {
  .logo {
    display: block;
    margin-right: 0
  }
}

.logo__img {
  width: 261px;
  height: 45px
}

.menu {
  position: relative;
  display: inline-block;
  vertical-align: middle
}

@media (min-width:320px) and (max-width:960px) {
  .menu {
    margin-top: 10px
  }
}

.menu__item {
  display: inline-block;
  margin-right: 35px
}

.buttons .button:last-child,
.menu__item:last-child {
  margin-right: 0
}

@media (min-width:320px) and (max-width:960px) {
  .menu__item {
    display: block;
    margin: 0 0 10px !important
  }
}

.menu__link {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff
}

.menu__link:after {
  content: '';
  opacity: 0;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fee600;
  border-radius: 100px;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s
}

.menu__link:hover:after {
  opacity: 1
}

.menu__link,
.search {
  position: relative
}

@media (max-width:960px) {
  .search {
    display: none
  }
}

.search__input {
  width: 200px;
  height: 50px;
  line-height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .07)), to(rgba(255, 255, 255, .04)));
  background: -o-linear-gradient(top, rgba(255, 255, 255, .07) 0%, rgba(255, 255, 255, .04) 100%);
  background: linear-gradient(-180deg, rgba(255, 255, 255, .07) 0%, rgba(255, 255, 255, .04) 100%);
  border-radius: 3px;
  border: 0;
  padding-left: 40px;
  outline: 0;
  color: #fff;
  font-size: 18px
}

.search .icon {
  position: absolute;
  top: 16px;
  left: 11px
}

.side-widget {
  padding: 15px 15px 0
}

.side-widget__title-wrapper {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  margin-bottom: 15px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.side-widget__title {
  font-size: 18px;
  color: #fff
}

.side-widget__toggle {
  color: #fee600;
  font-size: 18px;
  border-bottom: 1px dashed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer
}

.packs {
  position: relative
}

.packs__item {
  display: block;
  margin-bottom: 7px
}

.packs__link {
  display: inline-block;
  vertical-align: top;
  line-height: 26px;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s
}

.packs__link:hover {
  color: #fee600
}

.packs__pic {
  position: relative;
  top: -3px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px
}

.main-pack {
  position: relative;
  width: 100%;
  height: 400px;
  min-height: 400px;
  margin-bottom: 25px;
  padding: 35px 50px;
  border-radius: 3px;
  overflow: hidden
}

@media (min-width:320px) and (max-width:960px) {
  .main-pack {
    padding: 10px 15px
  }
}

@media (max-width:1219px) {
  .main-pack {
    height: auto
  }
}

.main-pack__title {
  font-size: 36px;
  color: #fff
}

.main-pack__downloads {
  color: #fee600;
  font-size: 16px;
  padding-bottom: 15px;
  display: block
}

.main-pack__list {
  font-size: 16px;
  color: #c2bec7;
  margin-bottom: 45px
}

.main-pack__list-item {
  position: relative
}

.main-pack__list-item:before {
  content: '-';
  margin-right: 4px
}

.main-pack__background,
.main-pack__background:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 3px
}

.main-pack__background {
  z-index: -1;
  height: 400px
}

@media (max-width:1219px) {
  .main-pack__background {
    height: 100%
  }
}

.main-pack__background:after {
  content: '';
  height: 100%;
  display: block;
  background-image: -webkit-gradient(linear, left top, right top, from(#140c29), to(rgba(20, 12, 41, 0)));
  background-image: -o-linear-gradient(left, #140c29 0%, rgba(20, 12, 41, 0) 100%);
  background-image: linear-gradient(90deg, #140c29 0%, rgba(20, 12, 41, 0) 100%)
}

@media (max-width:960px) {
  .main-pack .button {
    display: block;
    margin-bottom: 10px
  }
}

.pack-list {
  position: relative;
  text-align: center
}

.pack-list:after {
  content: '';
  clear: both;
  overflow: hidden;
  display: block;
  width: 100%
}

.pack-list__item {
  vertical-align: top;
  display: block;
  float: left;
  width: 390px;
  height: 370px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 12, 41, .75)), to(rgba(20, 12, 41, .35)));
  background: -o-linear-gradient(top, rgba(20, 12, 41, .75) 0%, rgba(20, 12, 41, .35) 100%);
  background: linear-gradient(-180deg, rgba(20, 12, 41, .75) 0%, rgba(20, 12, 41, .35) 100%);
  border-radius: 3px;
  margin-bottom: 25px;
  margin-right: 15px;
  padding: 10px 10px 0;
  text-align: left
}

@media (max-width:1219px) {
  .pack-list__item {
    display: inline-block;
    float: none;
    vertical-align: top;
    width: 270px;
    height: auto;
    padding-bottom: 10px;
    margin: 0 5px 10px
  }
}

.pack-list__item:nth-child(3n) {
  margin-right: 0
}

@media (max-width:1219px) {
  .pack-list__item:nth-child(3n) {
    margin: 0 5px 10px
  }
}

@media (max-width:1219px) {
  .pack-list__item .button {
    display: block;
    margin-left: auto;
    margin-right: auto !important;
    margin-bottom: 5px
  }
}

.pack-list__item .icon {
  position: relative;
  display: block;
  margin: 0 auto 5px
}

.pack-list__image {
  margin-bottom: 15px
}

@media (max-width:1219px) {
  .pack-list__image {
    width: 100%;
    height: auto
  }
}

.pack-list__info {
  margin-bottom: 21px
}

.pack-list__game-pic {
  border-radius: 5px;
  position: relative;
  top: 3px;
  width: 35px;
  height: 35px;
  float: left;
  margin-right: 7px
}

.pack-list__name {
  font-size: 18px;
  display: block;
  max-width: 290px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap
}

.pack-list__downloads {
  color: #fee600;
  font-weight: 700;
  display: block;
  line-height: 15px
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  margin-bottom: 25px;
  padding-bottom: 15px
}

@media (max-width:960px) {
  .title {
    display: block;
    text-align: center
  }
}

.title__text {
  font-size: 36px
}

@media (max-width:960px) {
  .title__text {
    font-size: 32px;
    display: block;
    text-align: center
  }
}

.title-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media (max-width:960px) {
  .title-sort {
    display: block;
    text-align: center;
    margin-bottom: 20px
  }
}

.title-sort__item {
  margin-left: 10px
}

@media (max-width:960px) {
  .title-sort__item {
    margin-bottom: 5px
  }
}

.title-sort__link {
  position: relative;
  top: 17px;
  color: #fff;
  font-size: 18px;
  border-bottom: 1px dashed;
  cursor: pointer;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s
}

.title-sort__link--active {
  color: #fee600
}

.title-sort__link--toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.title-sort__link--fake {
  border: 0;
  color: #c2bec7
}

.title-sort__link:hover {
  opacity: .8
}

.text {
  margin-bottom: 15px
}

.text__main-pic,
.text__subscribe {
  margin-top: 10px
}

.text p {
  padding-bottom: 20px
}

.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
  color: #fff;
  margin-bottom: 15px
}

.text h1 {
  font-size: 36px
}

.text h2 {
  font-size: 31px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.text h3 {
  font-size: 28px
}

.text h4 {
  font-size: 24px
}

.text h5 {
  font-size: 20px
}

.text h6,
.text p {
  font-size: 18px
}

.text ul {
  margin-bottom: 10px;
  padding-left: 50px
}

.text li {
  position: relative;
  margin-bottom: 20px
}

.text li:before {
  content: '';
  position: absolute;
  top: 7px;
  left: -20px;
  width: 10px;
  height: 10px;
  display: block;
  background: #fee600;
  border-radius: 50%
}

.text a {
  text-decoration: underline;
  color: inherit
}

.text img {
  border-radius: 5px;
  max-width: 100%
}

.images-group {
  border-radius: 5px;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around
}

@media (max-width:960px) {
  .images-group {
    width: 100%;
    display: block;
    height: auto
  }
}

@media (max-width:1219px) {
  .images-group {
    display: block;
    text-align: center
  }
}

.images-group__item {
  margin-bottom: 10px;
  display: inline-block
}

.images-group__pic {
  max-width: 100%
}

.buttons {
  width: 100%;
  text-align: center
}

.buttons--left {
  text-align: left
}

.buttons .button {
  margin-right: 10px
}

@media (max-width:960px) {
  .buttons .button {
    display: block;
    margin: 0 auto 10px !important
  }
}

.button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-radius: 3px;
  width: 250px;
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none !important
}

.button--yellow {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffc107), to(#ffec00));
  background: -o-linear-gradient(top, #ffc107 0%, #ffec00 100%);
  background: linear-gradient(-180deg, #ffc107 0%, #ffec00 100%);
  -webkit-box-shadow: 0 2px 4px 0 rgba(255, 236, 0, .5);
  box-shadow: 0 2px 4px 0 rgba(255, 236, 0, .5);
  color: #000
}

.button--yellow:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffec00), to(#ffc107));
  background: -o-linear-gradient(top, #ffec00 0%, #ffc107 100%);
  background: linear-gradient(-180deg, #ffec00 0%, #ffc107 100%)
}

.button--green {
  background: -webkit-gradient(linear, left top, left bottom, from(#689f38), to(#388e3c));
  background: -o-linear-gradient(top, #689f38 0%, #388e3c 100%);
  background: linear-gradient(-180deg, #689f38 0%, #388e3c 100%);
  -webkit-box-shadow: 0 2px 4px 0 rgba(56, 142, 60, .5);
  box-shadow: 0 2px 4px 0 rgba(56, 142, 60, .5)
}

.button--green:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#388e3c), to(#689f38));
  background: -o-linear-gradient(top, #388e3c 0%, #689f38 100%);
  background: linear-gradient(-180deg, #388e3c 0%, #689f38 100%)
}

.button--red {
  background: -webkit-gradient(linear, left top, left bottom, from(#c62828), to(#e53935));
  background: -o-linear-gradient(top, #c62828 0%, #e53935 100%);
  background: linear-gradient(-180deg, #c62828 0%, #e53935 100%);
  -webkit-box-shadow: 0 2px 4px 0 rgba(229, 57, 53, .5);
  box-shadow: 0 2px 4px 0 rgba(229, 57, 53, .5)
}

.button--red:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#e53935), to(#c62828));
  background: -o-linear-gradient(top, #e53935 0%, #c62828 100%);
  background: linear-gradient(-180deg, #e53935 0%, #c62828 100%)
}

.button--transparent {
  background: 0 0;
  border: 1px solid #7d7789;
  border-radius: 3px;
  text-transform: uppercase;
  -webkit-transition: border-color .2s;
  -o-transition: border-color .2s;
  transition: border-color .2s
}

.button--transparent:hover {
  border-color: #fff
}

.button--pack {
  width: 112px;
  height: 55px;
  line-height: 55px;
  font-size: 12px
}

.button--more {
  font-size: 16px;
  color: #fff;
  height: 55px;
  line-height: 53px
}

.button__right {
  position: relative;
  width: 55px;
  height: 55px;
  float: right;
  line-height: 20px;
  font-size: 12px;
  padding-top: 12px
}

.button__right .icon {
  position: relative;
  display: block;
  margin: 0 auto
}

.button .button__right:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 55px;
  background: rgba(255, 255, 255, .25)
}

.button--yellow .button__right:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 55px;
  background: rgba(0, 0, 0, .5)
}

.dark-widget {
  margin-bottom: 30px;
  padding: 20px 25px;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 12, 41, .75)), to(rgba(20, 12, 41, .35)));
  background-image: -o-linear-gradient(top, rgba(20, 12, 41, .75), rgba(20, 12, 41, .35));
  background-image: linear-gradient(to bottom, rgba(20, 12, 41, .75), rgba(20, 12, 41, .35))
}

@media (max-width:960px) {
  .dark-widget {
    padding: 10px
  }
}

.breadcrumbs {
  display: block;
  margin-bottom: 15px
}

.breadcrumbs__item {
  position: relative;
  display: inline-block;
  vertical-align: top
}

.breadcrumbs__item:after {
  content: '/';
  color: #fff;
  margin: 0 3px
}

.breadcrumbs__item:last-child,
.breadcrumbs__item:last-child .breadcrumbs__link {
  color: #fff
}

.breadcrumbs__item:last-child:after {
  display: none
}

.breadcrumbs__link {
  font-size: 18px;
  color: #7d7789;
  text-decoration: none
}

.yellow {
  color: #fee600
}

.footer {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 12, 41, 0)), to(#140c29));
  background: -o-linear-gradient(top, rgba(20, 12, 41, 0) 0%, #140c29 100%);
  background: linear-gradient(-180deg, rgba(20, 12, 41, 0) 0%, #140c29 100%);
  height: 45px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  color: #7d7789;
  font-size: 15px;
  padding: 0 20px
}

@media (max-width:960px) {
  .footer {
    min-height: 45px;
    height: auto
  }
}

.footer__text {
  margin-right: 45px
}

.footer-menu,
.footer__text {
  display: inline-block;
  vertical-align: middle
}

@media (max-width:960px) {
  .footer-menu {
    display: block
  }
}

.footer-menu__item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px
}

.footer-menu__link {
  display: inline-block;
  line-height: 45px;
  color: #7d7789;
  font-size: 15px
}

.center {
  text-align: center
}








