@charset "UTF-8";

/*Обнуление*/

* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active,
a:focus,
a:active {
  outline: none;
}

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

html,
body {
  width: 100%;
  height: 100%;
  font-size: 100%;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
  font-size: 100%;
}

input::-ms-clear {
  display: none;
}

button {
  display: inline-block;
  cursor: pointer;
  border: none;
  background: transparent;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*---------------------------------------------------------*/

@font-face {
  font-family: 'OldLondon';
  src: url("../fonts/OldLondon.woff") format("woff"), url("../fonts/OldLondon.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?fraq66");
  src: url("../fonts/icomoon.eot?fraq66#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?fraq66") format("truetype"), url("../fonts/icomoon.woff?fraq66") format("woff"), url("../fonts/icomoon.svg?fraq66#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search::before {
  content: "\f002";
}

.icon-envelope-o::before {
  content: "\f003";
}

.icon-star:before {
  content: "\f005";
}

.icon-user:before {
  content: "\f007";
}

.icon-power-off::before {
  content: "\f011";
}

.icon-home:before {
  content: "\f015";
}

.icon-refresh:before {
  content: "\f021";
}

.icon-pencil::before {
  content: "\f040";
}

.icon-edit:before {
  content: "\f044";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-times-circle:before {
  content: "\f057";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-key::before {
  content: "\f084";
}

.icon-cogs::before {
  content: "\f085";
}

.icon-heart-o::before {
  content: "\f08a";
}

.icon-sign-in:before {
  content: "\f090";
}

.icon-twitter::before {
  content: "\f099";
}

.icon-facebook::before {
  content: "\f09a";
}

.icon-bell-o::before {
  content: "\f0a2";
}

.icon-pinterest:before {
  content: "\f0d2";
}

.icon-google-plus::before {
  content: "\f0d5";
}

.icon-angle-double-right:before {
  content: "\f101";
}

.icon-unlock-alt:before {
  content: "\f13e";
}

.icon-ellipsis-v::before {
  content: "\f142";
}

.icon-share-alt:before {
  content: "\f1e0";
}

.icon-twitch:before {
  content: "\f1e8";
}

.icon-user-plus:before {
  content: "\f234";
}

.icon-reddit-alien:before {
  content: "\f281";
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #202020;
  background: #f2f2f2;
}

.wrapper {
  min-height: 100%;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container {
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: 100%;
}

.refuse {
  width: 13px;
  height: 12px;
  background: url("../images/icon-refuse-button.png") center/cover no-repeat;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.refuse:hover,
.refuse:focus {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.button {
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
  font-weight: 700;
  -webkit-box-shadow: 0 0 10px rgba(204, 204, 204, 0.75);
  box-shadow: 0 0 10px rgba(204, 204, 204, 0.75);
  background: -webkit-gradient(linear, left top, right top, from(#ed2d50), to(#f6921e));
  background: -o-linear-gradient(left, #ed2d50, #f6921e);
  background: linear-gradient(to right, #ed2d50, #f6921e);
  position: relative;
}

.button span {
  position: relative;
  z-index: 1;
}

.button::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 40px;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(#f6921e), to(#ed2d50));
  background: -o-linear-gradient(left, #f6921e, #ed2d50);
  background: linear-gradient(to right, #f6921e, #ed2d50);
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.button:hover::before,
.button:focus::before {
  opacity: 1;
}

.header {
  position: relative;
}

.header__top {
  padding: 20px 0;
  background: #1f1f1f;
}

.header__top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo {
  display: inline-block;
}

.header__logo-big {
  display: block;
  width: 265px;
}

.header__logo-small {
  width: 49px;
  display: none;
}

.header__form {
  width: 360px;
  height: 40px;
  background: #181818;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
}

.header__form-input {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 0 50px 0 57px;
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 1.4px;
  color: #cacaca;
}

.header__form-input::-webkit-input-placeholder {
  color: #cacaca;
  line-height: 40px;
  font-size: 14px;
}

.header__form-input::-moz-placeholder {
  color: #cacaca;
  line-height: 40px;
  font-size: 14px;
}

.header__form-input:-moz-placeholder {
  color: #cacaca;
  line-height: 40px;
  font-size: 14px;
}

.header__form-input:-ms-input-placeholder {
  color: #cacaca;
  line-height: 40px;
  font-size: 14px;
}

.header__form-cansel {
  display: none;
  width: 44px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 32px;
  color: #bababa;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.header__form-cansel:hover,
.header__form-cansel:focus {
  color: #ff9a00;
}

.header__form-cansel.active {
  display: inline-block;
}

.header__form-submit {
  width: 50px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.header__form-submit::before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 22px;
  line-height: 1;
  color: #bababa;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.header__form-submit:hover::before,
.header__form-submit:focus::before {
  color: #ff9a00;
}

.header__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header__user-box {
  position: relative;
}

.header__user-avatar {
  padding-left: 20px;
  margin-right: 15px;
  position: relative;
}

.header__user-avatar::before {
  content: '';
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top: 6px solid #fcfcfc;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.header__user-avatar.open::before {
  -webkit-transform: rotateX(180deg) translateY(6px);
  transform: rotateX(180deg) translateY(6px);
}

.header__user-rating {
  display: block;
  position: relative;
  width: 54px;
  height: 54px;
}

.header__user-rating svg {
  width: 54px;
  height: 54px;
}

.header__user-rating-bg {
  fill: none;
  stroke-width: 4px;
  stroke: #1a1a1a;
}

.header__user-rating-progress {
  fill: none;
  stroke-width: 4px;
  stroke-dasharray: 157;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.header__user-photo {
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.header .dropdown {
  display: none;
  z-index: 5;
  overflow: hidden;
  position: absolute;
  left: -7px;
  top: 100%;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  min-width: 185px;
  border-radius: 5px;
  background: #1f1f1f;
  -webkit-box-shadow: 0 0 10px rgba(43, 43, 43, 0.75);
  box-shadow: 0 0 10px rgba(43, 43, 43, 0.75);
  color: #ffffff;
}

.header .dropdown__main {
  padding: 20px 12px 15px;
}

.header .dropdown__row + .dropdown__row {
  margin-top: 15px;
}

.header .dropdown__row-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4px;
}

.header .dropdown__row-title {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.7px;
}

.header .dropdown__row-numbers {
  font-size: 10px;
}

.header .dropdown__row-level,
.header .dropdown__row-devider {
  font-weight: 700;
  color: #d90668;
}

.header .dropdown__row-scale {
  height: 4px;
  position: relative;
}

.header .dropdown__row-scale span {
  display: block;
  width: calc(100% - 2px);
  height: 2px;
  background: #101010;
  position: absolute;
  right: 1px;
  top: 1px;
  -webkit-clip-path: polygon(2% 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(2% 0, 100% 0, 100% 100%, 0 100%);
}

.header .dropdown__row--xp .dropdown__row-title {
  color: #ff9a00;
}

.header .dropdown__row--xp .dropdown__row-level,
.header .dropdown__row--xp .dropdown__row-devider {
  color: #ff9c00;
}

.header .dropdown__row--xp .dropdown__row-scale {
  background: -webkit-gradient(linear, left top, right top, from(#ffd800), to(#ff7200));
  background: -o-linear-gradient(left, #ffd800, #ff7200);
  background: linear-gradient(to right, #ffd800, #ff7200);
}

.header .dropdown__row--pv .dropdown__row-title,
.header .dropdown__row--pv .dropdown__row-level,
.header .dropdown__row--pv .dropdown__row-devider {
  color: #d90668;
}

.header .dropdown__row--pv .dropdown__row-scale {
  background: -webkit-gradient(linear, left top, right top, from(#ee0631), to(#b107d0));
  background: -o-linear-gradient(left, #ee0631, #b107d0);
  background: linear-gradient(to right, #ee0631, #b107d0);
}

.header .dropdown__list {
  padding-top: 5px;
  padding-left: 15px;
}

.header .dropdown__item {
  margin-top: 15px;
}

.header .dropdown__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .dropdown__link:hover .dropdown__link-text::after,
.header .dropdown__link:focus .dropdown__link-text::after {
  width: 100%;
}

.header .dropdown__link-icon {
  display: inline-block;
  margin-right: 11px;
}

.header .dropdown__link-icon.small {
  margin-right: 15px;
}

.header .dropdown__link-text {
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  position: relative;
}

.header .dropdown__link-text::after {
  content: '';
  width: 0;
  height: 2px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  bottom: -2px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.header .dropdown__bottom {
  background: #191919;
  padding: 11px 0 11px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .dropdown__bottom-amount {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.6px;
}

.header .dropdown__bottom-amount img {
  display: block;
  width: 28px;
  margin-right: 4px;
}

.header .dropdown__bottom-edit,
.header .dropdown__bottom-off {
  width: 50px;
  height: 29px;
  border-left: 1px solid #ffffff;
  position: relative;
}

.header .dropdown__bottom-edit::before,
.header .dropdown__bottom-off::before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 21px;
  line-height: 1;
  color: #ffffff;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.header .dropdown__bottom-edit:hover::before,
.header .dropdown__bottom-edit:focus::before,
.header .dropdown__bottom-off:hover::before,
.header .dropdown__bottom-off:focus::before {
  color: #ff9a00;
}

.header__user-name {
  display: block;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.7px;
  color: #ffffff;
  margin-bottom: 10px;
}

.header__user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__user-partition {
  height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.header__user-partition + .header__user-partition {
  margin-left: 14px;
}

.header__user-partition.active .header__user-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__user-link {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
}

.header__user-link::before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 25px;
  line-height: 1;
  color: #ffffff;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.header__user-link:hover::before,
.header__user-link:focus::before {
  color: #ff9a00;
}

.header__user-number {
  display: none;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background: #f03061;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.6px;
  color: #ffffff;
  position: absolute;
  left: -5px;
  top: -4px;
}

.header__center {
  padding: 35px 0;
  background: url("../images/header-center-bg.png") center center/cover no-repeat, -webkit-gradient(linear, left top, right top, from(#d45446), to(#e8a447));
  background: url("../images/header-center-bg.png") center center/cover no-repeat, -o-linear-gradient(left, #d45446, #e8a447);
  background: url("../images/header-center-bg.png") center center/cover no-repeat, linear-gradient(to right, #d45446, #e8a447);
  -webkit-box-shadow: 0 0 10px rgba(102, 100, 100, 0.75);
  box-shadow: 0 0 10px rgba(102, 100, 100, 0.75);
  position: relative;
  z-index: 3;
}

.header__center-inner {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__center-title {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 1.5px;
  color: #ffffff;
  margin: 0;
  padding: 0;
}

.header__center-link {
  display: inline-block;
  margin-right: 1px;
  font-style: italic;
  font-size: 14px;
  color: #ffffff;
}

.header__center-link:last-child {
  pointer-events: none;
}

.header__center-link + .header__center-link::before {
  content: '/';
  font-style: italic;
  font-size: 14px;
  color: #ffffff;
  margin-right: 4px;
}

.header__center-link:hover span::after,
.header__center-link:focus span::after {
  width: 100%;
}

.header__center-link span {
  display: inline-block;
  position: relative;
}

.header__center-link span::after {
  content: '';
  width: 0;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  bottom: -1px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.header__search {
  display: none;
}

.header__bottom--active {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 4;
}

.header__bottom-inner {
  width: 100%;
  max-width: 1180px;
  height: 88px;
  background: url("../images/header-bottom-bg.png") center bottom no-repeat;
  background-size: 100% 130%;
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0 70px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__bottom-omega {
  position: relative;
  margin-right: 28px;
}

.header__bottom-omega:hover img,
.header__bottom-omega:focus img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.header__bottom-omega img {
  display: block;
  width: 48px;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.header .universe {
  margin-right: 22px;
}

.header .universe__button {
  border-radius: 40px;
  padding: 9px 40px 7px;
  font-size: 18px;
  letter-spacing: 0.9px;
  color: #ffffff;
}

.header .universe__button::after {
  content: url("../images/icon-arrow-down.png");
  position: absolute;
  right: 10px;
  top: 20%;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.header .universe__button.active::after {
  -webkit-transform: rotateX(180deg) translateY(-5px);
  transform: rotateX(180deg) translateY(-5px);
}

.header__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__menu-link {
  display: inline-block;
  height: 67px;
  padding: 0 17px;
  font-size: 18px;
  line-height: 67px;
  letter-spacing: 0.9px;
  color: #7c7b7b;
  border-top: 3px solid transparent;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.header__menu-link--active,
.header__menu-link:hover,
.header__menu-link:focus {
  color: #202020;
  border-top-color: #f6901f;
}

.header__burger {
  display: none;
  width: 50px;
  height: 60px;
  position: relative;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.header__burger--active .header__burger-line:nth-child(2) {
  display: none;
}

.header__burger--active .header__burger-line:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.header__burger--active .header__burger-line:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.header__burger-line {
  display: block;
  max-width: 100%;
  width: 50px;
  height: 3px;
  background: #7c7b7b;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.header__burger-line:nth-child(2) {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.header__burger-line:first-child {
  -webkit-transform: translate(-50%, -14px);
  -ms-transform: translate(-50%, -14px);
  transform: translate(-50%, -14px);
}

.header__burger-line:last-child {
  -webkit-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
}

.header .omega {
  display: none;
  min-width: 245px;
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(204, 204, 204, 0.75);
  box-shadow: 0 0 10px rgba(204, 204, 204, 0.75);
  position: absolute;
  left: 0;
  top: 100%;
  -webkit-transform: translate(23px, -12px);
  -ms-transform: translate(23px, -12px);
  transform: translate(23px, -12px);
}

.header .omega__menu-item:first-child,
.header .omega__menu-item:first-child .omega__menu-link {
  border-radius: 10px 10px 0 0;
}

.header .omega__menu-item:last-child,
.header .omega__menu-item:last-child a {
  border-radius: 0 0 10px 10px;
}

.header .omega__menu-item + .omega__menu-item {
  border-top: 1px solid #cccccc;
}

.header .omega__menu-item:nth-child(1) span::before {
  content: url("../images/omega-item1-1.png");
}

.header .omega__menu-item:nth-child(2) span::before {
  content: url("../images/omega-item2-1.png");
}

.header .omega__menu-item:nth-child(3) span::before {
  content: url("../images/omega-item3-1.png");
}

.header .omega__menu-item:nth-child(4) span::before {
  content: url("../images/omega-item4-1.png");
}

.header .omega__menu-item:nth-child(5) span::before {
  content: url("../images/omega-item5-1.png");
}

.header .omega__menu-item:nth-child(6) span::before {
  content: url("../images/omega-item6-1.png");
}

.header .omega__menu-item:nth-child(1) a:hover span::before,
.header .omega__menu-item:nth-child(1) a:focus span::before {
  content: url("../images/omega-item1-2.png");
}

.header .omega__menu-item:nth-child(2) a:hover span::before,
.header .omega__menu-item:nth-child(2) a:focus span::before {
  content: url("../images/omega-item2-2.png");
}

.header .omega__menu-item:nth-child(3) a:hover span::before,
.header .omega__menu-item:nth-child(3) a:focus span::before {
  content: url("../images/omega-item3-2.png");
}

.header .omega__menu-item:nth-child(4) a:hover span::before,
.header .omega__menu-item:nth-child(4) a:focus span::before {
  content: url("../images/omega-item4-2.png");
}

.header .omega__menu-item:nth-child(5) a:hover span::before,
.header .omega__menu-item:nth-child(5) a:focus span::before {
  content: url("../images/omega-item5-2.png");
}

.header .omega__menu-item:nth-child(6) a:hover span::before,
.header .omega__menu-item:nth-child(6) a:focus span::before {
  content: url("../images/omega-item6-2.png");
}

.header .omega__menu-link {
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.header .omega__menu-link:hover,
.header .omega__menu-link:focus {
  background: -webkit-gradient(linear, left top, right top, from(#4075f3), to(#3cb3f5));
  background: -o-linear-gradient(left, #4075f3, #3cb3f5);
  background: linear-gradient(to right, #4075f3, #3cb3f5);
}

.header .omega__menu-link:hover span,
.header .omega__menu-link:focus span {
  font-weight: 700;
  color: #ffffff;
}

.header .omega__menu-link span {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0.9px;
  color: #202020;
  padding-left: 10px;
  position: relative;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.header .omega__menu-link span::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.header .omega__menu-link--drop {
  position: relative;
}

.header .omega__menu-link--drop::after {
  content: '';
  width: 7px;
  height: 12px;
  background: url("../images/icon-arrow-right.png") center/contain no-repeat;
  position: absolute;
  right: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header .omega__submenu {
  display: none;
  min-width: 240px;
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(204, 204, 204, 0.75);
  box-shadow: 0 0 10px rgba(204, 204, 204, 0.75);
  overflow: hidden;
  position: absolute;
  left: 100%;
  top: 0;
  -webkit-transform: translate(-3px, 0);
  -ms-transform: translate(-3px, 0);
  transform: translate(-3px, 0);
}

.header .omega__submenu-item {
  position: relative;
}

.header .omega__submenu-item::before {
  content: '';
  width: 6px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.header .omega__submenu-item + .omega__submenu-item {
  border-top: 1px solid #cccccc;
}

.header .omega__submenu-item.blue::before {
  background: #4075f3;
}

.header .omega__submenu-item.blue:hover a,
.header .omega__submenu-item.blue:focus a {
  background: -webkit-gradient(linear, left top, right top, from(#4075f3), to(#3cb3f5));
  background: -o-linear-gradient(left, #4075f3, #3cb3f5);
  background: linear-gradient(to right, #4075f3, #3cb3f5);
}

.header .omega__submenu-item.pine::before {
  background: #02bc8e;
}

.header .omega__submenu-item.pine:hover a,
.header .omega__submenu-item.pine:focus a {
  background: -webkit-gradient(linear, left top, right top, from(#02bc8e), to(#3adeb6));
  background: -o-linear-gradient(left, #02bc8e, #3adeb6);
  background: linear-gradient(to right, #02bc8e, #3adeb6);
}

.header .omega__submenu-item.green::before {
  background: #20a10b;
}

.header .omega__submenu-item.green:hover a,
.header .omega__submenu-item.green:focus a {
  background: -webkit-gradient(linear, left top, right top, from(#20a10b), to(#4bd036));
  background: -o-linear-gradient(left, #20a10b, #4bd036);
  background: linear-gradient(to right, #20a10b, #4bd036);
}

.header .omega__submenu-item.orange::before {
  background: #f6ad42;
}

.header .omega__submenu-item.orange:hover a,
.header .omega__submenu-item.orange:focus a {
  background: -webkit-gradient(linear, left top, right top, from(#f6ad42), to(#f7c06f));
  background: -o-linear-gradient(left, #f6ad42, #f7c06f);
  background: linear-gradient(to right, #f6ad42, #f7c06f);
}

.header .omega__submenu-item.bordo::before {
  background: #8f0011;
}

.header .omega__submenu-item.bordo:hover a,
.header .omega__submenu-item.bordo:focus a {
  background: -webkit-gradient(linear, left top, right top, from(#8f0011), to(#b91c2e));
  background: -o-linear-gradient(left, #8f0011, #b91c2e);
  background: linear-gradient(to right, #8f0011, #b91c2e);
}

.header .omega__submenu-item.pink::before {
  background: #f03061;
}

.header .omega__submenu-item.pink:hover a,
.header .omega__submenu-item.pink:focus a {
  background: -webkit-gradient(linear, left top, right top, from(#f03061), to(#f8678c));
  background: -o-linear-gradient(left, #f03061, #f8678c);
  background: linear-gradient(to right, #f03061, #f8678c);
}

.header .omega__submenu-item.violet::before {
  background: #9247b9;
}

.header .omega__submenu-item.violet:hover a,
.header .omega__submenu-item.violet:focus a {
  background: -webkit-gradient(linear, left top, right top, from(#9247b9), to(#b869e2));
  background: -o-linear-gradient(left, #9247b9, #b869e2);
  background: linear-gradient(to right, #9247b9, #b869e2);
}

.header .omega__submenu-link {
  display: block;
  font-size: 18px;
  line-height: 44px;
  letter-spacing: 0.9px;
  color: #202020;
  text-align: center;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.header .omega__submenu-link:hover,
.header .omega__submenu-link:focus {
  font-weight: 700;
  color: #ffffff;
}

.header .universe__submenu {
  display: none;
  min-width: 240px;
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(204, 204, 204, 0.75);
  box-shadow: 0 0 10px rgba(204, 204, 204, 0.75);
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 100%;
  -webkit-transform: translate(145px, -15px);
  -ms-transform: translate(145px, -15px);
  transform: translate(145px, -15px);
}

.header .universe__submenu-item {
  position: relative;
}

.header .universe__submenu-item::before {
  content: '';
  width: 6px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.header .universe__submenu-item + .universe__submenu-item {
  border-top: 1px solid #cccccc;
}

.header .universe__submenu-item.blue::before {
  background: #4075f3;
}

.header .universe__submenu-item.blue:hover a,
.header .universe__submenu-item.blue:focus a {
  background: -webkit-gradient(linear, left top, right top, from(#4075f3), to(#3cb3f5));
  background: -o-linear-gradient(left, #4075f3, #3cb3f5);
  background: linear-gradient(to right, #4075f3, #3cb3f5);
}

.header .universe__submenu-item.pine::before {
  background: #02bc8e;
}

.header .universe__submenu-item.pine:hover a,
.header .universe__submenu-item.pine:focus a {
  background: -webkit-gradient(linear, left top, right top, from(#02bc8e), to(#3adeb6));
  background: -o-linear-gradient(left, #02bc8e, #3adeb6);
  background: linear-gradient(to right, #02bc8e, #3adeb6);
}

.header .universe__submenu-item.green::before {
  background: #20a10b;
}

.header .universe__submenu-item.green:hover a,
.header .universe__submenu-item.green:focus a {
  background: -webkit-gradient(linear, left top, right top, from(#20a10b), to(#4bd036));
  background: -o-linear-gradient(left, #20a10b, #4bd036);
  background: linear-gradient(to right, #20a10b, #4bd036);
}

.header .universe__submenu-item.orange::before {
  background: #f6ad42;
}

.header .universe__submenu-item.orange:hover a,
.header .universe__submenu-item.orange:focus a {
  background: -webkit-gradient(linear, left top, right top, from(#f6ad42), to(#f7c06f));
  background: -o-linear-gradient(left, #f6ad42, #f7c06f);
  background: linear-gradient(to right, #f6ad42, #f7c06f);
}

.header .universe__submenu-item.bordo::before {
  background: #8f0011;
}

.header .universe__submenu-item.bordo:hover a,
.header .universe__submenu-item.bordo:focus a {
  background: -webkit-gradient(linear, left top, right top, from(#8f0011), to(#b91c2e));
  background: -o-linear-gradient(left, #8f0011, #b91c2e);
  background: linear-gradient(to right, #8f0011, #b91c2e);
}

.header .universe__submenu-item.pink::before {
  background: #f03061;
}

.header .universe__submenu-item.pink:hover a,
.header .universe__submenu-item.pink:focus a {
  background: -webkit-gradient(linear, left top, right top, from(#f03061), to(#f8678c));
  background: -o-linear-gradient(left, #f03061, #f8678c);
  background: linear-gradient(to right, #f03061, #f8678c);
}

.header .universe__submenu-item.violet::before {
  background: #9247b9;
}

.header .universe__submenu-item.violet:hover a,
.header .universe__submenu-item.violet:focus a {
  background: -webkit-gradient(linear, left top, right top, from(#9247b9), to(#b869e2));
  background: -o-linear-gradient(left, #9247b9, #b869e2);
  background: linear-gradient(to right, #9247b9, #b869e2);
}

.header .universe__submenu-link {
  display: block;
  font-size: 18px;
  line-height: 44px;
  letter-spacing: 0.9px;
  color: #202020;
  text-align: center;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.header .universe__submenu-link:hover,
.header .universe__submenu-link:focus {
  font-weight: 700;
  color: #ffffff;
}

.games .header__form-wrap {
  display: inline-block;
}

.games .header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.games .header__login {
  border-radius: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 30px;
  font-size: 16px;
  margin-right: 10px;
}

.games .header__login span {
  display: inline-block;
  padding-left: 20px;
  position: relative;
}

.games .header__login span::before {
  content: "\f090";
  font-family: 'icomoon';
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.games .header__register {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ed2d50;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: relative;
}

.games .header__register::before {
  content: "\f234";
  font-family: 'icomoon';
  font-size: 18px;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.games .header__register:hover,
.games .header__register:focus {
  content: "\f234";
  background: #f6921e;
}

.games .header__center {
  background: url("../images/header-center-bg.png") center center/cover no-repeat, -webkit-gradient(linear, left top, right top, from(#4075f3), to(#3cb3f5));
  background: url("../images/header-center-bg.png") center center/cover no-repeat, -o-linear-gradient(left, #4075f3, #3cb3f5);
  background: url("../images/header-center-bg.png") center center/cover no-repeat, linear-gradient(to right, #4075f3, #3cb3f5);
}

.games .header__center-link .icon-home::before {
  font-size: 18px;
  position: relative;
  top: 2px;
}

.games .header__center-link .icon-home::after {
  bottom: -3px;
}

.games .header .universe__button {
  background: -webkit-gradient(linear, left top, right top, from(#4078f3), to(#3cb0f5));
  background: -o-linear-gradient(left, #4078f3, #3cb0f5);
  background: linear-gradient(to right, #4078f3, #3cb0f5);
}

.games .header .universe__button::before {
  background: -webkit-gradient(linear, left top, right top, from(#3cb0f5), to(#4078f3));
  background: -o-linear-gradient(left, #3cb0f5, #4078f3);
  background: linear-gradient(to right, #3cb0f5, #4078f3);
}

.games .header__menu-link {
  border-top: none;
}

.games .header__menu-link--active,
.games .header__menu-link:hover,
.games .header__menu-link:focus {
  color: #202020;
  border-top-color: transparent;
}

.games .partners {
  background: -webkit-gradient(linear, left top, right top, from(#4078f3), to(#3cb2f5));
  background: -o-linear-gradient(left, #4078f3, #3cb2f5);
  background: linear-gradient(to right, #4078f3, #3cb2f5);
  position: relative;
}

.games .partners::before {
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#3cb2f5), to(#4078f3));
  background: -o-linear-gradient(left, #3cb2f5, #4078f3);
  background: linear-gradient(to right, #3cb2f5, #4078f3);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.games .partners:hover::before {
  opacity: 1;
}

.games .partners__inner {
  position: relative;
  z-index: 1;
}

.games__title {
  font-weight: 500;
  font-size: 32px;
  margin-bottom: 10px;
}

.games__title span {
  color: #3cb2f5;
}

.games .slick-list {
  padding: 60px 0 !important;
}

.games .slick-slide > div {
  padding: 0 8px;
}

.games .slick-center .games-slider__slide {
  min-height: 320px;
  -webkit-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px);
}

.games .games-slider-arrow {
  position: absolute;
  top: 0;
  z-index: 1;
}

.games .games-slider-arrow img {
  display: block;
}

.games .games-slider-arrow--prev {
  left: 0;
  -webkit-transform: translate(-110%, 117px);
  -ms-transform: translate(-110%, 117px);
  transform: translate(-110%, 117px);
}

.games .games-slider-arrow--next {
  right: 0;
  -webkit-transform: translate(110%, 117px);
  -ms-transform: translate(110%, 117px);
  transform: translate(110%, 117px);
}

.games .games-slider-arrow--next img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.social-nav {
  position: fixed;
  left: 0;
  top: 30%;
  z-index: 4;
  width: 48px;
}

.social-nav:hover .social-nav__button {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.social-nav__wrap {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.social-nav__wrap.active {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.social-nav__link {
  display: block;
  position: relative;
  height: 48px;
}

.social-nav__link:hover .social-nav__icon::before {
  -webkit-transform: translate(-10%, -50%);
  -ms-transform: translate(-10%, -50%);
  transform: translate(-10%, -50%);
}

.social-nav__link:hover .social-nav__title {
  -webkit-transform: translateX(98%);
  -ms-transform: translateX(98%);
  transform: translateX(98%);
}

.social-nav__link--facebook .social-nav__icon {
  border-radius: 0 5px 0 0;
  background: #4267B2;
}

.social-nav__link--facebook .social-nav__title {
  background: #4267B2;
}

.social-nav__link--facebook .social-nav__icon::before {
  content: '\f09a';
}

.social-nav__link--twitter .social-nav__icon,
.social-nav__link--twitter .social-nav__title {
  background: #55acee;
}

.social-nav__link--twitter .social-nav__icon::before {
  content: '\f099';
}

.social-nav__link--pinterest .social-nav__icon,
.social-nav__link--pinterest .social-nav__title {
  background: #CB2027;
}

.social-nav__link--pinterest .social-nav__icon::before {
  content: '\f0d2';
}

.social-nav__link--reddit .social-nav__icon,
.social-nav__link--reddit .social-nav__title {
  background: #ff4500;
}

.social-nav__link--reddit .social-nav__icon::before {
  content: '\f281';
}

.social-nav__link--email .social-nav__icon,
.social-nav__link--email .social-nav__title {
  background: #7d7d7d;
}

.social-nav__link--email .social-nav__icon::before {
  content: '\f003';
}

.social-nav__link--part .social-nav__icon {
  border-radius: 0 0 5px 0;
  background: #95D03A;
}

.social-nav__link--part .social-nav__title {
  background: #95D03A;
}

.social-nav__link--part .social-nav__icon::before {
  content: '\f1e0';
}

.social-nav__icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  background: gray;
  position: relative;
}

.social-nav__icon::before {
  font-family: 'icomoon';
  font-size: 22px;
  line-height: 24px;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.social-nav__title {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 5px 5px 0;
  padding: 0 15px;
  font-weight: 500;
  font-size: 20px;
  line-height: 48px;
  letter-spacing: 0.5px;
  color: #ffffff;
  z-index: -1;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.social-nav__button {
  display: block;
  width: 48px;
  height: 24px;
  background: #cccccc;
  border-radius: 0 5px 5px 0;
  position: relative;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.social-nav__button::before {
  content: '\f101';
  font-family: 'icomoon';
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotateY(180deg);
  transform: translate(-50%, -50%) rotateY(180deg);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.social-nav__button.active::before {
  -webkit-transform: translate(-50%, -50%) rotateY(0deg);
  transform: translate(-50%, -50%) rotateY(0deg);
}

.games-main {
  padding-top: 140px;
  padding-bottom: 10px;
  margin-bottom: 40px;
  background: -webkit-gradient(linear, left bottom, left top, from(#f2f2f2), color-stop(28%, rgba(0, 0, 0, 0))), url("../images/games/games-content-bg.jpg") center top/cover no-repeat;
  background: -o-linear-gradient(bottom, #f2f2f2 0%, rgba(0, 0, 0, 0) 28%), url("../images/games/games-content-bg.jpg") center top/cover no-repeat;
  background: linear-gradient(to top, #f2f2f2 0%, rgba(0, 0, 0, 0) 28%), url("../images/games/games-content-bg.jpg") center top/cover no-repeat;
}

.last {
  min-height: 495px;
}

.last__title {
  color: #ffffff;
  text-shadow: 1px 1px 6px #000;
  text-align: center;
}

.recommend {
  min-height: 515px;
}

.recommend__title {
  color: #202020;
}

.recommend .games-slider__slide-content {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.recommend .games-slider__rating {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.games-slider__slide {
  height: 100%;
  min-height: 270px;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: relative;
  -webkit-perspective: 400px;
  perspective: 400px;
}

.games-slider__slide:hover .games-slider__slide-front {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.games-slider__slide:hover .games-slider__slide-back {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.games-slider__slide-front,
.games-slider__slide-back {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  border-radius: 15px;
}

.games-slider__slide-front {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.games-slider__slide-back {
  background: -webkit-gradient(linear, left top, right top, from(#4078f3), to(#3cb2f5));
  background: -o-linear-gradient(left, #4078f3, #3cb2f5);
  background: linear-gradient(to right, #4078f3, #3cb2f5);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  border-radius: 15px;
  padding: 20px 15px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.games-slider__slide-content {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.games-slider__slide-title {
  display: inline-block;
  max-width: 100%;
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
}

.games-slider__rating {
  position: relative;
  width: 80px;
  height: 80px;
}

.games-slider__rating svg {
  width: 80px;
  height: 80px;
  position: relative;
  z-index: 1;
}

.games-slider__rating-bg {
  fill: none;
  stroke-width: 12px;
  stroke: none;
}

.games-slider__rating-progress {
  fill: none;
  stroke: #3cb0f5;
  stroke-width: 6px;
  stroke-dasharray: 226;
  stroke-linecap: round;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.games-slider__rating-text {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(54, 54, 54, 0.6);
  -webkit-box-shadow: inset 0 0 0 1px #545454, inset 0 0 5px #292929;
  box-shadow: inset 0 0 0 1px #545454, inset 0 0 5px #292929;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 28px;
  line-height: 1;
  color: #ffffff;
  text-shadow: 0 0 5px #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.games-slider__slide-subtitle {
  max-width: 100%;
  font-weight: 500;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 10px;
}

.games-slider__slide-text {
  max-width: 100%;
  font-size: 14px;
  line-height: 1.4;
  color: #ffffff;
  margin-bottom: 10px;
  max-height: 200px;
  overflow-y: auto;
}

.games-slider__slide-link {
  display: block;
  width: 100%;
  border-radius: 20px;
  padding: 8px 0;
  background: #ffffff;
  font-size: 12px;
  color: #202020;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.games-slider__slide-link:hover {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
}

.games-info {
  margin-bottom: 50px;
}

.games-info__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.games-info__live,
.games-info__videos {
  width: 50%;
  padding: 0 15px;
}

.games-info__live-title,
.games-info__videos-title {
  color: #ffffff;
  text-shadow: 1px 1px 6px #000;
  text-align: center;
}

.games-news {
  margin-bottom: 60px;
}

.games-news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.games-news__content {
  width: 70%;
  padding-right: 20px;
}

.games-news__content-title {
  color: #ffffff;
  text-shadow: 1px 1px 6px #000;
  text-align: center;
  margin-bottom: 25px;
}

.games-news__content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.games-news__content-item {
  width: 49%;
  min-height: 233px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(29, 29, 29, 0.25);
  box-shadow: 0 0 10px rgba(29, 29, 29, 0.25);
  overflow: hidden;
  margin-bottom: 35px;
  position: relative;
}

.games-news__content-item:hover .games-news__content-image,
.games-news__content-item:focus .games-news__content-image {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.games-news__content-item:hover .games-news__content-image::after,
.games-news__content-item:focus .games-news__content-image::after {
  opacity: 0;
}

.games-news__content-item:hover .games-news__content-info,
.games-news__content-item:focus .games-news__content-info {
  -webkit-transform: translateY(65%);
  -ms-transform: translateY(65%);
  transform: translateY(65%);
}

.games-news__content-image {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.games-news__content-image::after {
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#1f1f1f), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, #1f1f1f, rgba(0, 0, 0, 0));
  background: linear-gradient(0deg, #1f1f1f, rgba(0, 0, 0, 0));
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.games-news__content-info {
  width: 100%;
  padding: 0 20px 15px;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #ffffff;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.games-news__content-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}

.games-news__content-tag {
  display: inline-block;
  padding: 0 15px;
  line-height: 21px;
  background: -webkit-gradient(linear, left top, right top, from(#4078f3), to(#3cb2f5));
  background: -o-linear-gradient(left, #4078f3, #3cb2f5);
  background: linear-gradient(to right, #4078f3, #3cb2f5);
  -webkit-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
  position: relative;
}

.games-news__content-tag::before {
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#3cb2f5), to(#4078f3));
  background: -o-linear-gradient(left, #3cb2f5, #4078f3);
  background: linear-gradient(to right, #3cb2f5, #4078f3);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.games-news__content-tag:hover::before,
.games-news__content-tag:focus::before {
  opacity: 1;
}

.games-news__content-tag + .games-news__content-tag {
  margin-left: 5px;
}

.games-news__content-tag span {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  -webkit-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  transform: skewX(20deg);
  position: relative;
  z-index: 1;
}

.games-news__content-subtitle {
  font-style: italic;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.games-news__content-text {
  font-style: italic;
  font-size: 12px;
}

.games-news__content-more {
  text-align: right;
}

.games-news__content-link {
  font-weight: 700;
  font-size: 19px;
  color: #3cb2f5;
  padding-right: 20px;
  position: relative;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.games-news__content-link::after {
  content: "\f054";
  font-family: 'icomoon';
  font-size: 16px;
  color: #3cb2f5;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.games-news__content-link::before {
  content: '';
  width: 0;
  height: 3px;
  background: #4078f3;
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translate(-11px, -50%);
  -ms-transform: translate(-11px, -50%);
  transform: translate(-11px, -50%);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.games-news__content-link:hover,
.games-news__content-link:focus {
  color: #4078f3;
}

.games-news__content-link:hover::after,
.games-news__content-link:focus::after {
  color: #4078f3;
  -webkit-transform: translate(10px, -50%);
  -ms-transform: translate(10px, -50%);
  transform: translate(10px, -50%);
}

.games-news__content-link:hover::before,
.games-news__content-link:focus::before {
  width: 15px;
}

.games-news__sidebar {
  margin-top: 50px;
  width: 30%;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(29, 29, 29, 0.25);
  box-shadow: 0 0 10px rgba(29, 29, 29, 0.25);
  border-radius: 10px;
  padding: 70px 15px 20px;
  position: relative;
}

.games-news__sidebar-logo {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: -o-linear-gradient(320deg, #4078f3, #3cb2f5);
  background: linear-gradient(130deg, #4078f3, #3cb2f5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.games-news__sidebar-logo span {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.games-news__sidebar-logo img {
  display: block;
  width: 74px;
}

.games-news__sidebar-title {
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 25px;
  text-align: center;
}

.games-news__sidebar-title span {
  color: #3cb2f5;
}

.games-news__sidebar-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.games-news__sidebar-icon {
  display: block;
  width: 54px;
  margin-right: 16px;
}

.games-news__sidebar-text {
  font-size: 14px;
  line-height: 21px;
}

.games-news__sidebar-text span {
  font-weight: 700;
}

.games-news__sidebar-notice,
.games-news__sidebar-cost {
  display: block;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.games-news__sidebar-notice {
  color: #4078f3;
}

.games-news__sidebar-button {
  display: block;
  width: 248px;
  max-width: 100%;
  margin: 16px auto 6px;
  padding: 8px 0 7px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#4078f3), to(#3cb0f5));
  background: -o-linear-gradient(left, #4078f3, #3cb0f5);
  background: linear-gradient(to right, #4078f3, #3cb0f5);
}

.games-news__sidebar-button span {
  font-style: italic;
  font-size: 16px;
  line-height: 1.5;
}

.games-news__sidebar-button::before {
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#3cb0f5), to(#4078f3));
  background: -o-linear-gradient(left, #3cb0f5, #4078f3);
  background: linear-gradient(to right, #3cb0f5, #4078f3);
}

.games-news__sidebar-cost {
  font-style: italic;
  font-weight: 700;
}

.games-talks {
  margin-bottom: 40px;
}

.games-talks__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.games-talks__discuss {
  width: 70%;
  padding-right: 20px;
}

.games-talks__discuss-title {
  margin-bottom: 35px;
}

.games-talks__reviews {
  width: 30%;
  background: #ffffff;
  border-radius: 15px;
  overflow: hidden;
}

.games-talks__reviews-top {
  padding: 21px 15px;
  text-align: center;
  border-bottom: 2px solid #c5c5c5;
}

.games-talks__reviews-title {
  display: inline-block;
  font-weight: 900;
  font-size: 26px;
  line-height: 36px;
  padding-left: 35px;
  position: relative;
}

.games-talks__reviews-title span {
  color: #3cb0f5;
}

.games-talks__reviews-title::before {
  content: "\f005";
  font-family: 'icomoon';
  font-size: 28px;
  color: #202020;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.games-talks__reviews-content {
  max-height: 370px;
  overflow-y: auto;
}

.games-talks__reviews-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.games-talks__reviews-row + .games-talks__reviews-row {
  border-top: 1px solid #c5c5c5;
}

.games-talks__reviews-image {
  width: 100px;
  min-height: 140px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.games-talks__rating {
  position: relative;
  width: 60px;
  height: 60px;
}

.games-talks__rating svg {
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 1;
}

.games-talks__rating-bg {
  fill: none;
  stroke-width: 4px;
  stroke: none;
}

.games-talks__rating-progress {
  fill: none;
  stroke: #3cb0f5;
  stroke-width: 4px;
  stroke-dasharray: 175;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.games-talks__rating-text {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: rgba(54, 54, 54, 0.6);
  -webkit-box-shadow: inset 0 0 0 1px #545454, inset 0 0 5px #292929;
  box-shadow: inset 0 0 0 1px #545454, inset 0 0 5px #292929;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  text-shadow: 0 0 5px #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.games-talks__reviews-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
}

.games-talks .games-news__content-tags {
  margin-bottom: 10px;
}

.games-talks__reviews-subtitle {
  display: block;
  font-weight: 700;
  font-size: 16px;
  color: #202020;
  margin-bottom: 6px;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.games-talks__reviews-subtitle:hover,
.games-talks__reviews-subtitle:focus {
  color: #3cb0f5;
}

.modal {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 15;
  position: fixed;
  left: 0;
  top: 0;
}

.modal__layout {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}

.modal__inner {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 25px #000;
  box-shadow: 0 0 25px #000;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal__close {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(30%, -50%);
  -ms-transform: translate(30%, -50%);
  transform: translate(30%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #424242;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 26px;
  line-height: 1;
  color: #ffffff;
  padding-left: 2px;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.modal__close:hover,
.modal__close:focus {
  -webkit-transform: translate(30%, -50%) rotate(180deg);
  -ms-transform: translate(30%, -50%) rotate(180deg);
  transform: translate(30%, -50%) rotate(180deg);
  padding-left: 0;
}

.modal__content {
  width: 600px;
  max-width: 90vw;
  height: auto;
  max-height: 90vh;
  overflow-y: auto;
  padding-bottom: 15px;
}

.modal__top {
  border-radius: 10px 10px 0 0;
  background: url("../images/header-center-bg.png") center center/cover no-repeat, -webkit-gradient(linear, left top, right top, from(#4075f3), to(#3cb3f5));
  background: url("../images/header-center-bg.png") center center/cover no-repeat, -o-linear-gradient(left, #4075f3, #3cb3f5);
  background: url("../images/header-center-bg.png") center center/cover no-repeat, linear-gradient(to right, #4075f3, #3cb3f5);
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal__title {
  display: inline-block;
  font-size: 17px;
  color: #ffffff;
  padding-left: 22px;
  position: relative;
}

.modal__title::before {
  content: '\f090';
  font-family: 'icomoon';
  font-size: 17px;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.modal__title--log::before {
  content: '\f234';
}

.modal__title--restore::before {
  content: '\f13e';
}

.modal__reg {
  padding: 10px 30px;
  border-radius: 25px;
  font-size: 16px;
}

.modal__reg::before {
  border-radius: 25px;
}

.modal__reg span {
  padding-left: 22px;
  position: relative;
}

.modal__reg span::before {
  content: '\f234';
  font-family: 'icomoon';
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.modal__reg--log span::before {
  content: '\f090';
}

.modal__bottom {
  border-radius: 0 0 10px 10px;
  background: #202020 url("../images/header-center-bg.png") center center/cover no-repeat;
  padding: 25px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.modal__info {
  width: 50%;
  padding: 0 15px;
}

.modal__logo {
  display: block;
  width: 185px;
  margin: 0 auto 20px;
}

.modal__logo--mobile {
  display: none;
  margin-bottom: 10px;
}

.modal__social {
  display: block;
  width: 100%;
  height: 37px;
  border-radius: 5px;
  font-size: 16px;
  color: #ffffff;
  padding-left: 50px;
  text-align: left;
  overflow: hidden;
  position: relative;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  margin-bottom: 10px;
}

.modal__social span {
  display: inline-block;
  width: 40px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.modal__social span::before {
  font-family: 'icomoon';
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal__social svg {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  fill: #ffffff;
}

.modal__social--twitch {
  background: #6441a5;
}

.modal__social--twitch span {
  background: #3e2175;
}

.modal__social--twitch span::before {
  content: '\f1e8';
}

.modal__social--twitch:hover,
.modal__social--twitch:focus {
  background: #3e2175;
}

.modal__social--facebook {
  background: #3b5998;
}

.modal__social--facebook span {
  background: #102c66;
}

.modal__social--facebook span::before {
  content: '\f09a';
}

.modal__social--facebook:hover,
.modal__social--facebook:focus {
  background: #102c66;
}

.modal__social--discord {
  background: #171a21;
}

.modal__social--discord span {
  background: #04080f;
}

.modal__social--discord span::before {
  display: none;
}

.modal__social--discord:hover,
.modal__social--discord:focus {
  background: #04080f;
}

.modal__social--twitter {
  background: #55acee;
}

.modal__social--twitter span {
  background: #1c71b2;
}

.modal__social--twitter span::before {
  content: '\f099';
}

.modal__social--twitter:hover,
.modal__social--twitter:focus {
  background: #1c71b2;
}

.modal__social--google {
  background: #dd4b39;
}

.modal__social--google span {
  background: #a72010;
}

.modal__social--google span::before {
  content: '\f0d5';
}

.modal__social--google:hover,
.modal__social--google:focus {
  background: #a72010;
}

.modal__form {
  width: 50%;
  background: #302f2f;
  border-radius: 5px;
  padding: 15px;
}

.modal__form-input {
  border-radius: 5px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 38px;
}

.modal__form-input input {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  font-size: 16px;
  line-height: 38px;
  color: #ffffff;
  padding: 0 12px;
  border-radius: 0 5px 5px 0;
  border: 1px solid transparent;
  background: #4e4d4d;
}

.modal__form-input input::-webkit-input-placeholder {
  color: #777777;
  font-size: 16px;
}

.modal__form-input input::-moz-placeholder {
  color: #777777;
  font-size: 16px;
}

.modal__form-input input:-moz-placeholder {
  color: #777777;
  font-size: 16px;
}

.modal__form-input input:-ms-input-placeholder {
  color: #777777;
  font-size: 16px;
}

.modal__form-input input.focus {
  border-color: #55acee;
}

.modal__form-input input.error {
  border-color: red;
}

.modal__form-icon {
  display: inline-block;
  width: 40px;
  background: #808080;
  position: relative;
}

.modal__form-icon::before {
  font-family: 'icomoon';
  font-size: 20px;
  color: #363636;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal__form-icon--name::before {
  content: '\f007';
}

.modal__form-icon--email::before {
  content: '\f003';
}

.modal__form-icon--pass::before {
  content: '\f13e';
}

.modal__form-icon--confirm::before {
  content: '\f021';
}

.modal__form-error {
  font-size: 16px;
  color: red;
  margin-bottom: 10px;
}

.modal__form-checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.modal__form-checkbox:hover + label::before {
  background: #cccccc;
}

.modal__form-checkbox:checked + label::before,
.modal__form-checkbox:checked + label::before {
  background: #2196F3;
}

.modal__form-checkbox:checked + label::after,
.modal__form-checkbox:checked + label::after {
  opacity: 1;
}

.modal__form-checkbox:checked + label:hover::before,
.modal__form-checkbox:checked + label:hover::before {
  background: #cccccc;
}

.modal__form-label {
  display: block;
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  line-height: 24px;
  color: #8e8e8e;
  margin: 12px 0;
}

.modal__form-label::before {
  content: '';
  width: 20px;
  height: 20px;
  background: #515151;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.modal__form-label::after {
  content: '';
  width: 12px;
  height: 8px;
  background: transparent;
  border-bottom: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  position: absolute;
  left: 4px;
  top: 50%;
  -webkit-transform: translateY(-70%) rotate(-45deg);
  -ms-transform: translateY(-70%) rotate(-45deg);
  transform: translateY(-70%) rotate(-45deg);
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.modal__form-submit,
.modal__form-forgot {
  display: block;
  border-radius: 5px;
  width: 100%;
  height: 37px;
  font-size: 16px;
  line-height: 37px;
  color: #ffffff;
}

.modal__form-submit {
  overflow: hidden;
  margin-bottom: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#4075f3), to(#3cb3f5));
  background: -o-linear-gradient(left, #4075f3, #3cb3f5);
  background: linear-gradient(to right, #4075f3, #3cb3f5);
}

.modal__form-submit span {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: relative;
}

.modal__form-submit span::before {
  content: '\f090';
  font-family: 'icomoon';
  font-size: 26px;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -54px);
  -ms-transform: translate(-50%, -54px);
  transform: translate(-50%, -54px);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.modal__form-submit:hover span,
.modal__form-submit:focus span {
  -webkit-transform: translateY(37px);
  -ms-transform: translateY(37px);
  transform: translateY(37px);
}

.modal__form-submit.modal__form-register span::before {
  content: '\f234';
}

.modal__form-submit.modal__form-restore span::before {
  content: '\f13e';
}

.modal__form-forgot {
  background: #343a40;
  border: 1px solid #343a40;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.modal__form-forgot:hover,
.modal__form-forgot:focus {
  background: #23272b;
  border-color: #1d2124;
}

.modal-restore .modal__reg span {
  padding-left: 15px;
}

.modal-restore .modal__bottom {
  padding: 25px;
}

.modal-restore .modal__form {
  width: 100%;
}

.top {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 500px;
}

.classments {
  padding: 25px 0;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(204, 204, 204, 0.75);
  box-shadow: 0 0 10px rgba(204, 204, 204, 0.75);
}

.classments__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.classments__avatar {
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.classments__avatar img {
  display: inline-block;
}

.classments__avatar-level {
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, -39px);
  -ms-transform: translate(-50%, -39px);
  transform: translate(-50%, -39px);
}

.classments__item {
  width: 31%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.classments__item-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 65px;
  margin-right: 21px;
}

.classments__item-image img {
  display: block;
  width: 100%;
}

.classments__item-title {
  font-weight: 700;
  margin-bottom: 4px;
  letter-spacing: 1px;
}

.classments__item-position {
  letter-spacing: 1px;
}

.information {
  padding-top: 53px;
}

.information__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.information__aside {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  max-width: 358px;
  margin: 105px 50px 60px 0;
}

.information .aside__info {
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(204, 204, 204, 0.75);
  box-shadow: 0 0 10px rgba(204, 204, 204, 0.75);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 85px;
}

.information .aside__contacts {
  padding-left: 35px;
}

.information .aside__contacts-block {
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(204, 204, 204, 0.75);
  box-shadow: 0 0 10px rgba(204, 204, 204, 0.75);
  border-radius: 10px;
  min-height: 77px;
  padding: 10px 13px 10px 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 40px;
}

.information .aside__contacts-block--icon {
  padding-right: 75px;
  background: #ffffff url("../images/aside-contacts-icon.png") right 13px center no-repeat;
}

.information .aside__contacts-image {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-40%, -50%);
  -ms-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%);
}

.information .aside__contacts-link {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.9px;
  color: #000000;
  margin-bottom: 5px;
}

.information .aside__contacts-link:hover,
.information .aside__contacts-link:focus {
  text-decoration: underline;
}

.information .aside__contacts-description {
  display: block;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.7px;
  color: #b1afae;
}

.information .info__content {
  padding: 30px 30px 18px;
}

.information .info__content-image {
  display: block;
  width: 100px;
  margin: 0 auto 23px;
}

.information .info__content-title {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 1.5px;
  text-align: center;
}

.information .info__content-subtitle {
  font-style: italic;
  font-size: 30px;
  letter-spacing: 1.5px;
  text-align: center;
  margin-bottom: 13px;
}

.information .info__bottom {
  border-top: 2px solid #aca8a2;
  background: #1f1f1f;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.information .info__link {
  display: inline-block;
  width: 50%;
  padding-top: 58px;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.6px;
  color: #ffffff;
  position: relative;
}

.information .info__link::before {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 36px;
  line-height: 1;
  color: #ffffff;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.information .info__link:hover::before,
.information .info__link:focus::before {
  color: #ff9a00;
}

.information .info__link:hover span::after,
.information .info__link:focus span::after {
  width: 100%;
}

.information .info__link + .info__link {
  border-left: 2px solid #aca8a2;
}

.information .info__link span {
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  position: relative;
}

.information .info__link span::after {
  content: '';
  width: 0;
  height: 2px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  bottom: -2px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.information .expirience {
  padding: 0 25px;
  margin-bottom: 37px;
}

.information .expirience__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2px;
}

.information .expirience__title {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1px;
  color: #d90668;
}

.information .expirience__level,
.information .expirience__devider {
  font-weight: 700;
  font-size: 12px;
  color: #d90668;
}

.information .expirience__all {
  font-weight: 400;
  font-size: 12px;
}

.information .expirience__scale {
  height: 6px;
  background: -webkit-gradient(linear, left top, right top, from(#ee0631), to(#b107d0));
  background: -o-linear-gradient(left, #ee0631, #b107d0);
  background: linear-gradient(to right, #ee0631, #b107d0);
  position: relative;
}

.information .expirience__scale span {
  display: block;
  width: calc(100% - 2px);
  height: 4px;
  background: #101010;
  position: absolute;
  right: 1px;
  top: 1px;
  -webkit-clip-path: polygon(2% 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(2% 0, 100% 0, 100% 100%, 0 100%);
}

.information .skill {
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.information .skill__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100px;
}

.information .skill__icon img {
  display: inline-block;
}

.information .skill__info {
  letter-spacing: 1px;
}

.information .skill__title {
  font-weight: 700;
}

.information .skill__title.italic {
  font-style: italic;
}

.information__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 13px;
}

.information .content {
  padding-bottom: 100px;
}

.information .content__title {
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0.7px;
  text-align: center;
  margin-bottom: 36px;
}

.information .content__form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}

.information .content__form-row.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.information .content__form-row.disabled .content__form-label::before {
  background: #aaaaaa;
}

.information .content__form-row.disabled .content-item {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #777777;
}

.information .content__form-row--all {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.information .content__form-row--all label {
  padding-left: 37px;
  margin-right: 0;
}

.information .content__form-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.information .content__form-input:hover + label::before,
.information .content__form-input:focus + label::before {
  -webkit-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
}

.information .content__form-label {
  padding-left: 21px;
  position: relative;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.8px;
}

.information .content__form-label::before {
  content: '';
  width: 21px;
  height: 21px;
  background: transparent;
  border: 1px solid #cacaca;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.information .content__form-label::after {
  content: '';
  width: 12px;
  height: 7px;
  background: transparent;
  border-bottom: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-60%) rotate(-45deg);
  -ms-transform: translateY(-60%) rotate(-45deg);
  transform: translateY(-60%) rotate(-45deg);
  display: none;
}

.information .content__form-label.checked::before {
  background: #f8a04b;
}

.information .content__form-label.checked::after {
  display: block;
}

.information .content__form-description {
  font-size: 12px;
  letter-spacing: 0.6px;
}

.information .content__form-description span {
  display: inline-block;
  width: 13px;
  height: 12px;
  background: url("../images/icon-refuse-button.png") center/cover no-repeat;
}

.information .content .content-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  margin-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(204, 204, 204, 0.75);
  box-shadow: 0 0 10px rgba(204, 204, 204, 0.75);
  border-radius: 10px;
  overflow: hidden;
  min-height: 100px;
  position: relative;
}

.information .content .content-item__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 153px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.information .content .content-item__image-layout {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.information .content .content-item__image-layout span {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 1.5px;
  color: #ffffff;
  text-shadow: 0 0 10px #ffffff;
}

.information .content .content-item__image-layout span.online {
  padding-left: 21px;
  position: relative;
}

.information .content .content-item__image-layout span.online::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1eff00;
  -webkit-box-shadow: 0 0 10px #0cff00;
  box-shadow: 0 0 10px #0cff00;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.information .content .content-item__rating {
  position: relative;
  width: 76px;
  height: 76px;
}

.information .content .content-item__rating svg {
  width: 76px;
  height: 76px;
}

.information .content .content-item__rating-bg {
  fill: none;
  stroke-width: 8px;
  stroke: rgba(75, 75, 75, 0.5);
}

.information .content .content-item__rating-progress {
  fill: none;
  stroke-width: 8px;
  stroke-dasharray: 213;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.information .content .content-item__rating-text {
  width: 57px;
  height: 57px;
  border-radius: 50%;
  background: #363636;
  -webkit-box-shadow: inset 0 0 0 1px #545454, inset 0 0 5px #292929;
  box-shadow: inset 0 0 0 1px #545454, inset 0 0 5px #292929;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  color: #ffffff;
  text-shadow: 0 0 5px #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.information .content .content-item__info {
  padding: 15px 50px 15px 27px;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.information .content .content-item__title {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.8px;
  margin-bottom: 5px;
}

.information .content .content-item__link {
  color: #f6901f;
}

.information .content .content-item__link:hover,
.information .content .content-item__link:focus {
  text-decoration: underline;
}

.information .content .content-item__description {
  font-size: 14px;
  letter-spacing: 0.7px;
}

.information .content .content-item__more {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.information .content .content-item__more:hover,
.information .content .content-item__more:focus {
  -webkit-transform: translateY(-50%) scale(1.2);
  -ms-transform: translateY(-50%) scale(1.2);
  transform: translateY(-50%) scale(1.2);
}

.information .content__form-more {
  text-align: center;
}

.information .content__form-button {
  padding: 20px 50px 17px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
}

.information .content__form-button::before {
  border-radius: 10px;
}

.information .content__form-button.open span::after {
  -webkit-transform: rotateX(180deg) translateY(8px);
  transform: rotateX(180deg) translateY(8px);
}

.information .content__form-button span {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 1.1px;
  color: #ffffff;
  padding-right: 23px;
  position: relative;
  z-index: 1;
}

.information .content__form-button span::after {
  content: '';
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top: 7px solid #fcfcfc;
  position: absolute;
  right: 0;
  top: 47%;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.partners {
  padding: 35px 0 25px;
  background: -webkit-gradient(linear, left top, right top, from(#f03061), to(#f8a142));
  background: -o-linear-gradient(left, #f03061, #f8a142);
  background: linear-gradient(to right, #f03061, #f8a142);
}

.partners__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.partners__title {
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 1.5px;
  color: #ffffff;
  margin-right: 60px;
}

.partners__block {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.partners__item {
  display: inline-block;
  display: block;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.partners__item:hover,
.partners__item:focus {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.footer {
  color: #7d7875;
}

.footer__info {
  background: #181818;
  padding: 55px 0 70px;
}

.footer__info-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__about {
  width: 100%;
  max-width: 430px;
  text-align: center;
}

.footer__about-logo {
  display: inline-block;
  width: 240px;
  margin: 0 auto 10px;
}

.footer__about-logo img {
  display: block;
  width: 100%;
}

.footer__about-text {
  font-size: 18px;
  line-height: 1.5;
}

.footer__about-text a {
  color: #7d7875;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.footer__about-text a:hover,
.footer__about-text a:focus {
  color: #ffffff;
}

.footer__socials {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__socials-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__socials-item {
  width: 70px;
  height: 70px;
}

.footer__socials-item + .footer__socials-item {
  margin-left: 13px;
}

.footer__socials-link {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background: #333130;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.footer__socials-link svg {
  display: block;
  width: 40px;
  height: 40px;
  fill: #7f7a77;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.footer__socials-link::before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 38px;
  line-height: 1;
  color: #7f7a77;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.footer__socials-link:hover::before,
.footer__socials-link:focus::before {
  color: #ffffff;
}

.footer__socials-link:hover svg,
.footer__socials-link:focus svg {
  fill: #ffffff;
}

.footer .icon-facebook:hover,
.footer .icon-facebook:focus {
  background: #4267b2;
}

.footer .icon-twitter:hover,
.footer .icon-twitter:focus {
  background: #1da1f2;
}

.footer .icon-discord:hover,
.footer .icon-discord:focus {
  background: #7289da;
}

.footer .icon-google-plus:hover,
.footer .icon-google-plus:focus {
  background: -o-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.footer__nav {
  max-width: 100%;
}

.footer__nav-title {
  font-size: 18px;
  text-decoration: underline;
  margin-bottom: 13px;
}

.footer__nav-menu {
  min-width: 170px;
}

.footer__nav-link {
  font-size: 18px;
  color: inherit;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.footer__nav-link:hover,
.footer__nav-link a:focus {
  color: #ffffff;
}

.footer__bottom {
  background: #0f0f0f;
  padding: 35px 0;
}

.footer__copyright {
  font-size: 18px;
  letter-spacing: 0.9px;
}

.footer__copyright a {
  font-size: 18px;
  letter-spacing: 0.9px;
  color: inherit;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.footer__copyright a:hover,
.footer__copyright a a:focus {
  color: #f57a4d;
}

.content.wall .wall-form__content {
  border-radius: 10px;
  background: #ffffff;
  padding: 27px 10px 0;
}

.content.wall .wall-form__information {
  display: block;
  width: 100%;
  height: 70px;
  resize: none;
  padding: 12px;
  font-size: 16px;
  border-bottom: 1px solid #f0f0f0;
}

.content.wall .wall-form__settings {
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content.wall .wall-form__action {
  margin-right: 20px;
  position: relative;
}

.content.wall .wall-form__other {
  position: relative;
}

.content.wall .wall-form__action-button {
  width: 40px;
  font-weight: 500;
  font-size: 22px;
  position: relative;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.content.wall .wall-form__action-button::after {
  content: '\f142';
  font-family: 'icomoon';
  font-size: 16px;
  color: #202020;
  position: absolute;
  bottom: 1px;
  right: 6px;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.content.wall .wall-form__action-button:hover,
.content.wall .wall-form__action-button:focus {
  color: #ff9a00;
}

.content.wall .wall-form__action-button:hover::after,
.content.wall .wall-form__action-button:focus::after {
  color: #ff9a00;
}

.content.wall .wall-form__other-button {
  width: 40px;
  height: 24px;
  position: relative;
}

.content.wall .wall-form__other-button::after {
  content: '\f142';
  font-family: 'icomoon';
  font-size: 20px;
  color: #202020;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.content.wall .wall-form__other-button:hover::after,
.content.wall .wall-form__other-button:focus::after {
  color: #ff9a00;
}

.content.wall .wall-form__action-block,
.content.wall .wall-form__other-block {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 150px;
  padding: 10px;
  -webkit-box-shadow: 0 0 10px rgba(204, 204, 204, 0.75);
  box-shadow: 0 0 10px rgba(204, 204, 204, 0.75);
  border-radius: 5px;
  background: #ffffff;
  z-index: 2;
  font-size: 14px;
}

.content.wall .wall-form__other-block {
  left: auto;
  right: 0;
}

.content.wall .wall-form__action-option,
.content.wall .wall-form__other-option {
  display: block;
  padding: 5px 0;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.content.wall .wall-form__action-option:hover,
.content.wall .wall-form__action-option:focus,
.content.wall .wall-form__other-option:hover,
.content.wall .wall-form__other-option:focus {
  color: #ff9a00;
}

.content.wall .wall-form__undo,
.content.wall .wall-form__redo {
  width: 22px;
  height: 24px;
  margin: 0 13px;
}

.content.wall .wall-form__undo svg,
.content.wall .wall-form__redo svg {
  fill: #c4c4c4;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.content.wall .wall-form__undo:hover svg,
.content.wall .wall-form__undo:focus svg,
.content.wall .wall-form__redo:hover svg,
.content.wall .wall-form__redo:focus svg {
  fill: #202020;
}

.content.wall .wall-form__undo {
  margin-left: auto;
}

.content.wall .wall-form__redo svg {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.content.wall .wall-form__button-wrap {
  margin: 20px 0 48px;
  text-align: center;
}

.content.wall .wall-form__button {
  padding: 13px 35px 12px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(204, 204, 204, 0.75);
  box-shadow: 0 0 10px rgba(204, 204, 204, 0.75);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1px;
  color: #ffffff;
}

.content.wall .wall-form__button::before {
  border-radius: 10px;
}

.content.wall .content-item {
  margin-left: 0;
  margin-bottom: 30px;
}

.content.wall .content-item--small .content-item__image {
  width: 120px;
  background-size: auto 75%;
}

.content.wall .content-item--small .content-item__info {
  padding-left: 5px;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content.wall .content-item--message {
  display: block;
  padding: 33px 30px 16px 36px;
  background: #ffffff url("../images/wall-content-decor.png") right -34px top -45px no-repeat;
}

.content.wall .content-item--message .content-item__information {
  padding-right: 15px;
}

.content.wall .content-item--message .content-item__text {
  font-size: 16px;
  letter-spacing: 0.8px;
  margin-bottom: 15px;
}

.content.wall .content-item--message .content-item__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content.wall .content-item--message .content-item__date {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.7px;
  color: #c4c4c4;
}

.content.wall .content-item--message .content-item__likes {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 0.8px;
  padding-right: 52px;
  background: url("../images/aside-content-icon2.png") right center/contain no-repeat;
}

.t4 .info__link {
  width: 33.333%;
}

.t4 .info__link--beer::before {
  content: url("../images/profile-t4/profile-t4-aside-beer1_1.png");
}

.t4 .info__link--beer:hover::before,
.t4 .info__link--beer:focus::before {
  content: url("../images/profile-t4/profile-t4-aside-beer1_2.png");
}

.t4-content {
  width: 100%;
}

.t4-content__description {
  padding: 25px 50px 10px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(204, 204, 204, 0.75);
  box-shadow: 0 0 10px rgba(204, 204, 204, 0.75);
  border-radius: 10px;
  margin-bottom: 90px;
}

.t4-content__description-wrap {
  padding-top: 25px;
  height: 165px;
  overflow: hidden;
}

.t4-content__description-wrap.active {
  height: auto;
}

.t4-content__description-text {
  line-height: 28px;
  letter-spacing: 1px;
}

.t4-content__description-text + .t4-content__description-text {
  margin-top: 20px;
}

.t4-content__description-text:first-child:first-letter {
  font-family: 'OldLondon';
  font-size: 100px;
  letter-spacing: 5px;
}

.t4-content__description-button {
  display: block;
  width: 40px;
  height: 40px;
  margin: 15px auto 0;
  position: relative;
}

.t4-content__description-button::before {
  content: '';
  position: absolute;
  left: 9px;
  top: 5px;
  width: 20px;
  height: 20px;
  border-bottom: 6px solid #000000;
  border-left: 6px solid #000000;
  -webkit-transform: rotateZ(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotateZ(-45deg);
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.t4-content__description-button:hover::before,
.t4-content__description-button:focus::before {
  -webkit-transform: rotateZ(-45deg) scale(1.2);
  -ms-transform: rotate(-45deg) scale(1.2);
  transform: rotateZ(-45deg) scale(1.2);
}

.t4-content__description-button.active::before {
  top: 13px;
  -webkit-transform: rotateZ(45deg) rotateX(180deg);
  transform: rotateZ(45deg) rotateX(180deg);
}

.t4-content__description-button.active:hover::before,
.t4-content__description-button.active:focus::before {
  -webkit-transform: rotateZ(45deg) rotateX(180deg) scale(1.2);
  transform: rotateZ(45deg) rotateX(180deg) scale(1.2);
}

.t4-content__trophee {
  margin-bottom: 97px;
}

.t4-content__trophee-title,
.t4-content__creations-title {
  text-align: center;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.t4-content__trophee-title span,
.t4-content__creations-title span {
  color: #f58c20;
}

.t4-content__trophee-wrap {
  padding: 25px 45px 20px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(204, 204, 204, 0.75);
  box-shadow: 0 0 10px rgba(204, 204, 204, 0.75);
  border-radius: 10px;
  min-height: 320px;
}

.t4-content__trophee-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.t4-content__trophee-block img {
  display: inline-block;
  margin-right: 30px;
}

.t4-content__creations-title span {
  color: #e54338;
}

.t4-content__creations-block {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
}

.t4-content__creations-item {
  width: 33.333%;
  height: 220px;
  margin-bottom: 15px;
  padding-left: 15px;
}

.card {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(204, 204, 204, 0.75);
  box-shadow: 0 0 10px rgba(204, 204, 204, 0.75);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}

.card::before {
  width: 85px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-26px, 6px) rotate(-45deg);
  -ms-transform: translate(-26px, 6px) rotate(-45deg);
  transform: translate(-26px, 6px) rotate(-45deg);
  font-weight: 700;
  font-size: 11px;
  line-height: 1;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.card.fan-art::before {
  content: 'FanArt';
  background: url("../images/profile-t4/profile-t4-creations-decor.png") center/contain no-repeat;
}

.card.fan-fic::before {
  content: 'FanFic';
  background: url("../images/profile-t4/profile-t4-creations-decor.png") center/contain no-repeat;
}

.card.recit::before {
  content: 'Récit';
  background: url("../images/profile-t4/profile-t4-creations-decor.png") center/contain no-repeat;
}

.card.news::before {
  content: 'News';
  background: url("../images/profile-t4/profile-t4-creations-decor-news.png") center/contain no-repeat;
}

.card.avis::before {
  content: 'Avis';
  background: url("../images/profile-t4/profile-t4-creations-decor-news.png") center/contain no-repeat;
}

.card.wiki::before {
  content: 'News';
  background: url("../images/profile-t4/profile-t4-creations-decor-wiki.png") center/contain no-repeat;
}

.card:hover .card__layout {
  width: 0;
  height: 0;
  padding: 0;
  opacity: 1;
  overflow: hidden;
}

.card:hover .card__information {
  opacity: 1;
  width: 100%;
  height: 100%;
  padding: 12px 15px;
}

.card:hover::before {
  opacity: 0;
}

.card__information {
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 10px;
  -webkit-transition: width 0s, height 0s, padding 0s, opacity 0.4s;
  -o-transition: width 0s, height 0s, padding 0s, opacity 0.4s;
  transition: width 0s, height 0s, padding 0s, opacity 0.4s;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card__information.big-text {
  background: rgba(0, 0, 0, 0.5);
}

.card__layout {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  padding: 12px 15px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: width 0s, height 0s, padding 0s, opacity 0.2s;
  -o-transition: width 0s, height 0s, padding 0s, opacity 0.2s;
  transition: width 0s, height 0s, padding 0s, opacity 0.2s;
}

.card__links {
  margin-top: 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card__link {
  width: 40%;
  background: -webkit-gradient(linear, left top, right top, from(#d12533), to(#f55a3c));
  background: -o-linear-gradient(left, #d12533, #f55a3c);
  background: linear-gradient(to right, #d12533, #f55a3c);
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #ffffff;
  text-align: center;
  -webkit-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

.card__link span {
  display: inline-block;
  -webkit-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  transform: skewX(20deg);
}

.card__link--big {
  width: 57%;
  margin-right: 3%;
}

.card__title {
  font-weight: 700;
  color: #fffefe;
  width: 100%;
}

.card__author,
.card__more {
  display: inline-block;
  font-size: 16px;
  color: #e54338;
}

.card__author:hover,
.card__author:focus,
.card__more:hover,
.card__more:focus {
  text-decoration: underline;
}

.card__text-wrap {
  max-height: 170px;
  overflow: hidden;
  margin-bottom: 5px;
  width: 100%;
}

.card__text {
  width: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  color: #ffffff;
}

.classments.settings .classments__inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 360px;
}

.classments.settings .classments__button {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 22px;
  letter-spacing: 1.1px;
  color: #ffffff;
  border-radius: 20px;
  padding: 20px 35px 17px;
}

.classments.settings .classments__button::before {
  border-radius: 20px;
}

.classments.settings .classments__button span {
  display: inline-block;
  padding-left: 55px;
  position: relative;
}

.classments.settings .classments__button span::before {
  content: '';
  width: 40px;
  height: 40px;
  background: url("../images/classments-button-decor.png") center/contain no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.information.settings .t4-content__description {
  position: relative;
  margin-bottom: 35px;
}

.information.settings .t4-content__description-edit {
  width: 30px;
  height: 25px;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: absolute;
  right: 5px;
  top: 10px;
}

.information.settings .t4-content__description-edit::after {
  content: '\f044';
  font-family: 'icomoon';
  font-size: 16px;
  line-height: 1;
  color: #f6901f;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.information.settings .t4-content__description-edit:hover,
.information.settings .t4-content__description-edit:focus {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.aside__twitch {
  margin-bottom: 70px;
}

.aside__twitch-button {
  display: block;
  width: 100%;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 23px;
  letter-spacing: 1.15px;
  border-radius: 10px;
  padding: 20px 0 18px;
  background: -webkit-gradient(linear, left top, right top, from(#5e05a3), to(#ad57bc));
  background: -o-linear-gradient(left, #5e05a3, #ad57bc);
  background: linear-gradient(to right, #5e05a3, #ad57bc);
  margin-bottom: 8px;
}

.aside__twitch-button::before {
  background: -webkit-gradient(linear, left top, right top, from(#ad57bc), to(#5e05a3));
  background: -o-linear-gradient(left, #ad57bc, #5e05a3);
  background: linear-gradient(to right, #ad57bc, #5e05a3);
  border-radius: 10px;
}

.aside__twitch-button span {
  display: inline-block;
  padding-left: 51px;
  position: relative;
}

.aside__twitch-button span::before {
  content: '\f1e8';
  font-family: 'icomoon';
  font-size: 40px;
  line-height: 1;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.aside__twitch-text {
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.aside__twitch-link {
  color: #933cb4;
}

.aside__twitch-link:hover,
.aside__twitch-link:focus {
  text-decoration: underline;
}

.aside__contacts-delete {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #f6901f;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(30%, -50%);
  -ms-transform: translate(30%, -50%);
  transform: translate(30%, -50%);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.aside__contacts-delete::after {
  content: '\f057';
  font-family: 'icomoon';
  font-size: 25px;
  line-height: 1;
  color: #202020;
  position: absolute;
  left: -2px;
  top: -4px;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.aside__contacts-delete:hover,
.aside__contacts-delete:focus {
  background: #202020;
}

.aside__contacts-delete:hover::after,
.aside__contacts-delete:focus::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #f6901f;
}

.aside__contacts-edit {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: relative;
}

.aside__contacts-edit::after {
  content: '\f044';
  font-family: 'icomoon';
  font-size: 16px;
  line-height: 1;
  color: #f6901f;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.aside__contacts-edit:hover,
.aside__contacts-edit:focus {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.aside__contacts-create {
  display: block;
  width: 220px;
  max-width: 100%;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.7px;
  border-radius: 10px;
  padding: 13px 0 12px;
  margin: 45px auto 0;
}

.aside__contacts-create::before {
  border-radius: 10px;
}

.settings-form__block {
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(204, 204, 204, 0.75);
  box-shadow: 0 0 10px rgba(204, 204, 204, 0.75);
  border-radius: 10px;
  padding: 30px 40px 18px 32px;
}

.settings-form__block + .settings-form__block {
  margin-top: 35px;
}

.settings-form__title {
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 1.4px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
}

.settings-form__title::after {
  content: '';
  width: 72px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#ed2d50), to(#f6921e));
  background: -o-linear-gradient(left, #ed2d50, #f6921e);
  background: linear-gradient(to right, #ed2d50, #f6921e);
  position: absolute;
  left: 0;
  bottom: 0;
}

.settings-form__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.settings-form__input {
  display: block;
  width: 100%;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding: 17px 20px;
  margin-bottom: 20px;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  font-size: 14px;
  letter-spacing: 0.7px;
}

.settings-form__input::-webkit-input-placeholder {
  color: #b2b1b1;
  line-height: 1.2;
  font-size: 14px;
}

.settings-form__input::-moz-placeholder {
  color: #b2b1b1;
  line-height: 1.2;
  font-size: 14px;
}

.settings-form__input:-moz-placeholder {
  color: #b2b1b1;
  line-height: 1.2;
  font-size: 14px;
}

.settings-form__input:-ms-input-placeholder {
  color: #b2b1b1;
  line-height: 1.2;
  font-size: 14px;
}

.settings-form__input:hover,
.settings-form__input:focus {
  border-color: #d3d3d3;
  background: #ebebeb;
}

.settings-form .half {
  width: 49%;
}

.settings-form__info {
  font-size: 14px;
  letter-spacing: 0.7px;
  margin-bottom: 20px;
}

.settings-form__info-title {
  font-weight: 700;
}

.settings-form__info-link {
  color: #f6901f;
}

.settings-form__info-link:hover,
.settings-form__info-link:focus {
  text-decoration: underline;
}

.content.notifications {
  width: 100%;
}

.content.notifications .content-item__image {
  width: 95px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}

.content.notifications .content-item__info {
  padding-left: 0;
}

.content.notifications .content__form-row--all {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.header__bottom.comments .decor {
  display: inline-block;
  line-height: 1;
  padding-left: 30px;
  position: relative;
}

.header__bottom.comments .decor::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header__bottom.comments .decor-big {
  padding-left: 35px;
}

.header__bottom.comments .header__menu-item {
  position: relative;
}

.header__bottom.comments .header__menu-item:nth-child(1) .decor::before {
  content: url("../images/omega-item1-1.png");
}

.header__bottom.comments .header__menu-item:nth-child(2) .decor::before {
  content: url("../images/omega-item2-1.png");
}

.header__bottom.comments .header__menu-item:nth-child(3) .decor::before {
  content: url("../images/omega-item3-1.png");
}

.header__bottom.comments .header__menu-item:nth-child(4) .decor::before {
  content: url("../images/omega-item4-1.png");
}

.header__bottom.comments .header__menu-item:nth-child(5) .decor::before {
  content: url("../images/omega-item5-1.png");
}

.header__bottom.comments .header__menu-item:nth-child(6) .decor::before {
  content: url("../images/omega-item6-1.png");
}

.header__bottom.comments .header__menu-link {
  color: #202020;
}

.header__bottom.comments .header__menu-link--drop {
  position: relative;
}

.header__bottom.comments .header__menu-link--drop::before {
  content: '\f078';
  font-family: 'icomoon';
  font-size: 10px;
  line-height: 1;
  color: #202020;
  position: absolute;
  left: 0;
  top: 40%;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.header__bottom.comments .header__menu-link--drop.active::before {
  -webkit-transform: rotateX(180deg) translateY(-5px);
  transform: rotateX(180deg) translateY(-5px);
}

.header__bottom.comments .omega__submenu {
  display: none;
  min-width: 240px;
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(204, 204, 204, 0.75);
  box-shadow: 0 0 10px rgba(204, 204, 204, 0.75);
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, -5px);
  -ms-transform: translate(-50%, -5px);
  transform: translate(-50%, -5px);
}

.main.content .top {
  min-height: 353px;
  background: #151515;
  position: relative;
}

.main.content .top__image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main.content .top__inner {
  width: 100%;
  height: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 70px 20px 10px 370px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url("../images/comments/comments-top-wizard.png") left 20px bottom -235px no-repeat;
}

.main.content .top__content {
  font-weight: 700;
  color: #f2f2f2;
  text-align: center;
}

.main.content .top__title {
  font-size: 36px;
  letter-spacing: 1.75px;
}

.main.content .top__subtitle {
  font-style: italic;
  font-size: 30px;
  line-height: 42px;
  letter-spacing: 1.5px;
}

.comments-content {
  padding: 40px 0 100px;
}

.comments-content__inner {
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(204, 204, 204, 0.75);
  box-shadow: 0 0 10px rgba(204, 204, 204, 0.75);
  border-radius: 10px;
  padding: 40px 28px;
  overflow: hidden;
}

.comments-content__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 15px;
}

.comments-content__description {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.comments-content__text {
  font-size: 18px;
  letter-spacing: 0.9px;
  margin-bottom: 20px;
}

.comments-content__navigation {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 330px;
  border-radius: 5px;
  -webkit-transform: skewX(5deg) translate(55px, -50px);
  -ms-transform: skewX(5deg) translate(55px, -50px);
  transform: skewX(5deg) translate(55px, -50px);
  position: relative;
}

.comments-content__navigation::before {
  content: '';
  width: 102%;
  height: 102%;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e7a147), to(#db5647));
  background: -o-linear-gradient(top, #e7a147, #db5647);
  background: linear-gradient(to bottom, #e7a147, #db5647);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.comments-content__navigation-wrap {
  background: #2d2d2d;
  padding: 60px 45px;
  border-radius: 5px;
}

.comments-content__title {
  -webkit-transform: skewX(-5deg);
  -ms-transform: skewX(-5deg);
  transform: skewX(-5deg);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 1.2px;
  color: #ffffff;
  margin-bottom: 16px;
}

.comments-content__menu {
  -webkit-transform: skewX(-5deg);
  -ms-transform: skewX(-5deg);
  transform: skewX(-5deg);
}

.comments-content__menu-item {
  padding-left: 15px;
  position: relative;
  margin-bottom: 4px;
}

.comments-content__menu-item::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #f6901f;
  position: absolute;
  left: 4px;
  top: 10px;
}

.comments-content__menu-link {
  font-size: 18px;
  letter-spacing: 0.9px;
  color: #ffffff;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.comments-content__menu-link:hover,
.comments-content__menu-link:focus {
  color: #f6901f;
}

.comments-content__accordeon-button {
  display: block;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #b6b6b6;
  background: #f6f6f6;
  padding: 20px 50px 18px 17px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1px;
  position: relative;
  margin-top: 20px;
}

.comments-content__accordeon-button::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#ed2d50), to(#f6921e));
  background: -o-linear-gradient(left, #ed2d50, #f6921e);
  background: linear-gradient(to right, #ed2d50, #f6921e);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.comments-content__accordeon-button span {
  display: block;
  position: relative;
  z-index: 1;
}

.comments-content__accordeon-button span::before,
.comments-content__accordeon-button span::after {
  content: '';
  background: #f6921e;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.comments-content__accordeon-button span::before {
  width: 14px;
  height: 4px;
  right: -31px;
}

.comments-content__accordeon-button span::after {
  width: 4px;
  height: 14px;
  right: -26px;
}

.comments-content__accordeon-button.active {
  border: none;
  font-size: 22px;
  color: #ffffff;
}

.comments-content__accordeon-button.active span::before {
  background: #ffffff;
}

.comments-content__accordeon-button.active span::after {
  opacity: 0;
}

.comments-content__accordeon-button.active::before {
  opacity: 1;
}

.comments-content__accordeon-block {
  display: none;
  font-size: 18px;
  letter-spacing: 0.9px;
  padding: 15px 20px 65px;
}

.comments-content__accordeon-block:first-of-type {
  display: block;
}

.comments__modal {
  z-index: 5;
  position: fixed;
  top: 80px;
  right: -5px;
  width: 310px;
  border-radius: 10px;
  background: #202020;
  -webkit-box-shadow: 0 0 30px rgba(22, 22, 22, 0.6);
  box-shadow: 0 0 30px rgba(22, 22, 22, 0.6);
  padding: 30px 30px 20px;
  text-align: center;
}

.comments__modal-close {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-30%, -40%);
  -ms-transform: translate(-30%, -40%);
  transform: translate(-30%, -40%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #202020;
  -webkit-box-shadow: 0 0 5px rgba(57, 57, 57, 0.75);
  box-shadow: 0 0 5px rgba(57, 57, 57, 0.75);
  font-weight: 700;
  font-size: 26px;
  color: #f6901f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.comments__modal-close:hover,
.comments__modal-close:focus {
  color: #202020;
  background: #f6901f;
  -webkit-transform: translate(-30%, -40%) rotate(180deg);
  -ms-transform: translate(-30%, -40%) rotate(180deg);
  transform: translate(-30%, -40%) rotate(180deg);
}

.comments__modal-title {
  font-weight: 700;
  color: #ffffff;
}

.comments__modal-image {
  display: inline-block;
  margin: 30px 0;
}

.comments__modal-button {
  padding: 9px 45px 8px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 20px;
}

.comments__modal-button::before {
  border-radius: 10px;
}

.comments__modal-button span {
  display: inline-block;
  padding-left: 32px;
  position: relative;
}

.comments__modal-button span::before {
  content: '\f084';
  font-family: 'icomoon';
  font-size: 20px;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.main.creation .classments__avatar-level {
  -webkit-transform: translate(-50%, -30px);
  -ms-transform: translate(-50%, -30px);
  transform: translate(-50%, -30px);
}

.main.creation .classments__subscribe-button {
  border-radius: 10px;
  padding: 20px 30px 18px;
  font-weight: 700;
  font-style: italic;
  font-size: 22px;
  letter-spacing: 1.1px;
}

.main.creation .classments__subscribe-button::before {
  border-radius: 10px;
}

.main.creation .classments__subscribe-button span {
  padding-left: 43px;
}

.main.creation .classments__subscribe-button span::before {
  content: '\f08a';
  font-family: 'icomoon';
  font-style: normal;
  font-size: 28px;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.creation-content {
  padding: 95px 0;
}

.creation-content__section + .creation-content__section {
  margin-top: 110px;
}

.creation-content__section.red .creation-content__title span {
  color: #e54338;
}

.creation-content__section.red .slick-dots li.slick-active button,
.creation-content__section.red .slick-dots li button:hover,
.creation-content__section.red .slide-arrow {
  background: #e54338;
}

.creation-content__title {
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
}

.creation-content__title span {
  color: #f58c20;
}

.video {
  text-align: center;
}

.video__item-wrap {
  text-align: left;
  width: 33.333%;
  padding: 0 10px;
  margin-bottom: 15px;
}

.video__item-wrap.live .video__item-content {
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.video__item-wrap.live .video__item-text1 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 5px;
}

.video__item-wrap.live .video__item-text2 {
  font-weight: 700;
  font-size: 27px;
  margin-bottom: 5px;
}

.video__item-wrap.live .video__item-text2 span {
  color: #f58c21;
}

.video__item-wrap.live .video__item-connect {
  display: inline-block;
  padding: 7px 17px 6px;
  font-weight: 700;
  font-size: 13px;
  border-radius: 40px;
}

.video__item-wrap.live .video__item-info {
  position: absolute;
  right: 12px;
  bottom: 11px;
}

.video__item-wrap.live .video__item-live {
  display: block;
  padding-left: 14px;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 5px;
}

.video__item-wrap.live .video__item-live::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #1ef601;
  -webkit-box-shadow: 0 0 5px rgba(12, 255, 0, 0.75);
  box-shadow: 0 0 5px rgba(12, 255, 0, 0.75);
  position: absolute;
  left: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.video__item-wrap.live .video__item-guests {
  display: block;
  padding-left: 18px;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
}

.video__item-wrap.live .video__item-guests::before {
  content: '';
  width: 10px;
  height: 10px;
  background: url("../images/creations/creations-user-icon.png") center/contain no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.video__item {
  min-height: 242px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(204, 204, 204, 0.75);
  box-shadow: 0 0 10px rgba(204, 204, 204, 0.75);
}

.video__item-content {
  width: 100%;
  height: 100%;
  padding: 13px 10px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
}

.video__item-play {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.8);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.video__item-play img {
  display: inline-block;
  padding-left: 10px;
}

.video__item-play:hover,
.video__item-play:focus {
  background: black;
}

.video__item-author {
  display: inline-block;
  font-style: italic;
  font-size: 15px;
  letter-spacing: 0.75px;
  margin-bottom: 5px;
}

.video__item-title {
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.video__item-tag {
  display: inline-block;
  padding: 0 22px;
  background: -webkit-gradient(linear, left top, right top, from(#d45446), to(#e8a447));
  background: -o-linear-gradient(left, #d45446, #e8a447);
  background: linear-gradient(to right, #d45446, #e8a447);
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  -webkit-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

.video__item-tag span {
  display: inline-block;
  -webkit-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  transform: skewX(20deg);
}

.video__item-tag + .creation-content__item-tag {
  margin-left: 5px;
}

.works {
  text-align: center;
}

.works__item {
  text-align: left;
  width: 25%;
  padding: 0 10px;
  margin-bottom: 15px;
}

.works .card,
.works .card__layout {
  min-height: 250px;
}

.articles {
  text-align: center;
}

.articles__item {
  text-align: left;
  width: 25%;
  padding: 0 10px;
  margin-bottom: 15px;
}

.articles .card {
  min-height: 250px;
}

.articles .card::before {
  z-index: 1;
}

.articles .card:hover::before {
  opacity: 1;
}

.articles .card__information {
  opacity: 1;
  width: 100%;
  height: 100%;
  padding: 12px 15px;
  background: rgba(0, 0, 0, 0.5);
}

.articles .card__date {
  max-width: 100%;
  font-weight: 700;
  color: #ff9c00;
  margin-bottom: 5px;
}

.articles .card__description {
  max-width: 100%;
  display: inline-block;
  font-weight: 700;
  font-size: 23px;
  color: #ffffff;
}

.articles .card__description:hover,
.articles .card__description:focus {
  text-decoration: underline;
}

.reviews {
  text-align: center;
}

.reviews__item {
  text-align: left;
  width: 20%;
  padding: 0 6px;
  margin-bottom: 20px;
}

.reviews .card {
  min-height: 280px;
}

.reviews .card:hover .card__information {
  padding: 34px 15px 12px;
}

.reviews .card__information {
  opacity: 1;
  width: 100%;
  height: 100%;
  padding: 34px 15px 12px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.reviews .card__name {
  max-width: 100%;
  display: inline-block;
  font-weight: 700;
  font-size: 26px;
  color: #ffffff;
  text-align: center;
}

.reviews .card__name:hover,
.reviews .card__name:focus {
  text-decoration: underline;
}

.reviews .card__rating {
  position: relative;
  width: 120px;
  height: 120px;
  margin-bottom: 55px;
}

.reviews .card__rating--blue .card__rating-progress {
  stroke: #3cb1f4;
}

.reviews .card__rating--green .card__rating-progress {
  stroke: #20d964;
}

.reviews .card__rating--red .card__rating-progress {
  stroke: #ff7066;
}

.reviews .card__rating svg {
  width: 120px;
  height: 120px;
}

.reviews .card__rating-bg {
  fill: none;
  stroke-width: 7px;
  stroke: transparent;
}

.reviews .card__rating-progress {
  fill: none;
  stroke-width: 7px;
  stroke-dasharray: 351.7;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.reviews .card__rating-text {
  width: 106px;
  height: 106px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 0 5px #292929;
  box-shadow: inset 0 0 5px #292929;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  color: #ffffff;
  text-shadow: 0 0 5px #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slick-list {
  padding-top: 5px;
}

.slick-dots {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 20px auto 0;
}

.slick-dots li + li {
  margin-left: 12px;
}

.slick-dots li.slick-active button {
  color: #ffffff;
  background: #ff9c00;
}

.slick-dots button {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(204, 204, 204, 0.75);
  box-shadow: 0 0 10px rgba(204, 204, 204, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.slick-dots button:hover {
  color: #ffffff;
  background: #ff9c00;
}

.slider-arrow {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(204, 204, 204, 0.75);
  box-shadow: 0 0 10px rgba(204, 204, 204, 0.75);
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.slider-arrow::before {
  font-family: 'icomoon';
  font-size: 20px;
  color: #202020;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slider-arrow--next::before {
  content: '\f054';
}

.slider-arrow--prev::before {
  content: '\f053';
}

.main.projects .classments__inner {
  padding-left: 40%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main.projects .classments__avatar-level {
  -webkit-transform: translate(-50%, -30px);
  -ms-transform: translate(-50%, -30px);
  transform: translate(-50%, -30px);
}

.main.projects .classments__item {
  width: auto;
  margin-bottom: 0;
}

.main.projects .classments__item-icon {
  display: inline-block;
  margin-right: 17px;
}

.main.projects .classments__item-icon::before {
  font-size: 48px;
  color: #202020;
}

.main.projects .classments__write-button {
  padding: 14px 50px 12px;
  border-radius: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 22px;
}

.main.projects .classments__write-button::before {
  border-radius: 10px;
}

.main.projects .classments__write-button span {
  position: relative;
  padding-left: 43px;
}

.main.projects .classments__write-button span::before {
  content: '\f040';
  font-family: 'icomoon';
  font-size: 30px;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.projects-content {
  padding: 90px 0 100px;
}

.projects-content__title {
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 40px;
  text-align: center;
}

.projects-content__title span {
  color: #e54338;
}

.projects-content__block {
  text-align: center;
}

.projects-content__item {
  text-align: left;
  width: 25%;
  padding: 0 9px;
  margin-bottom: 20px;
}

.projects-content .card {
  min-height: 250px;
}

.projects-content .card::before {
  z-index: 1;
}

.projects-content .card:hover::before {
  opacity: 1;
}

.projects-content .card__information {
  opacity: 1;
  width: 100%;
  height: 100%;
  padding: 12px 15px;
  background: rgba(32, 32, 32, 0.8);
}

.projects-content .card__date {
  max-width: 100%;
  font-weight: 700;
  color: #ff9c00;
  margin-bottom: 5px;
}

.projects-content .card__description {
  max-width: 100%;
  display: inline-block;
  font-weight: 700;
  font-size: 23px;
  color: #ffffff;
}

.projects-content .card__description:hover,
.projects-content .card__description:focus {
  text-decoration: underline;
}

.projects-content .card__delete {
  width: 35px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 15px;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.projects-content .card__delete:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.card.fan-art .card__delete,
.card.fan-fic .card__delete,
.card.recit .card__delete {
  background-image: url("../images/projects/projects-icon-cart-red.png");
}

.card.news .card__delete,
.card.avis .card__delete {
  background-image: url("../images/projects/projects-icon-cart-orange.png");
}

.card.wiki .card__delete {
  background-image: url("../images/projects/projects-icon-cart-blue.png");
}

@media (min-width: 700px) {
  .games .header__form-wrap {
    display: block !important;
  }
}

@media (max-width: 1330px) {
  .games .last__slider,
  .games .recommend__slider {
    padding: 0 30px;
  }

  .games .recommend__title {
    padding-left: 38px;
  }

  .games .games-slider-arrow img {
    width: 40px;
  }

  .games .games-slider-arrow--prev {
    -webkit-transform: translate(-10px, 150px);
    -ms-transform: translate(-10px, 150px);
    transform: translate(-10px, 150px);
  }

  .games .games-slider-arrow--next {
    -webkit-transform: translate(10px, 150px);
    -ms-transform: translate(10px, 150px);
    transform: translate(10px, 150px);
  }
}

@media (max-width: 1200px) {
  .information__aside {
    margin-right: 10px;
  }

  .partners__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .partners__title {
    width: 100%;
    text-align: center;
    margin: 0 0 40px 0;
  }
}

@media (max-width: 1100px) {
  .header__form {
    width: 40%;
  }

  .games .header__form-wrap {
    width: 40%;
  }

  .games .header__form {
    width: 100%;
  }

  .games .games-news__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .games .games-news__content {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }

  .games .games-news__content-item {
    margin-bottom: 20px;
  }

  .games .games-news__sidebar {
    width: 300px;
    max-width: 100%;
  }

  .games .games-talks__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .games .games-talks__discuss {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }

  .games .games-talks__reviews {
    width: 300px;
    max-width: 100%;
  }

  .classments__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 360px;
  }

  .classments__avatar {
    left: -10px;
  }

  .classments__item {
    width: 100%;
    margin-bottom: 20px;
  }

  .information__aside {
    max-width: 310px;
  }

  .information .content .content-item {
    min-height: 75px;
  }

  .information .content .content-item__image {
    width: 100px;
  }

  .footer__info-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__about {
    max-width: 100%;
    text-align: left;
    margin-bottom: 40px;
  }

  .footer__socials {
    width: 50%;
  }

  .footer__nav {
    width: 50%;
    padding-left: 50px;
  }

  .content.wall .content-item--small .content-item__image {
    width: 90px;
    background-size: auto 70%;
  }

  .content.wall .content-item--message {
    padding: 20px;
    background: #ffffff url("../images/wall-content-decor.png") right -25px top -34px no-repeat;
    background-size: 90px auto;
  }

  .t4-content__description {
    padding: 10px 20px 10px;
  }

  .t4-content__trophee-wrap {
    padding: 15px 20px;
  }

  .classments.settings .classments__inner {
    padding-left: 280px;
  }

  .aside__twitch-button {
    font-size: 20px;
  }

  .aside__twitch-button span {
    padding-left: 41px;
  }

  .aside__twitch-button span::before {
    font-size: 30px;
  }

  .settings-form__block {
    padding: 15px 20px 10px;
  }

  .header__bottom.comments .header__menu-link {
    height: 57px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 57px;
  }

  .header__bottom.comments .header__menu-link--drop {
    padding-left: 17px;
  }

  .main.content .top__inner {
    padding-left: 30%;
    background-size: 30% auto;
    background-position: left top 105px;
  }

  .main.creation .classments__inner {
    padding-left: 270px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .main.creation .classments__item {
    width: 30%;
    margin-bottom: 0;
  }
}

@media (max-width: 992px) {
  .games .social-nav {
    display: none;
  }

  .partners__block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .partners__item {
    width: 50%;
    margin-bottom: 30px;
    text-align: center;
  }

  .main.content .top__title {
    font-size: 28px;
  }

  .main.content .top__subtitle {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (max-width: 900px) {
  .header__top-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header__form {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 400px;
    margin: 10px auto 0;
  }

  .header .dropdown {
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px);
  }

  .header__center {
    padding: 15px 0;
  }

  .header__bottom-inner {
    height: 60px;
    padding: 0 55px 10px;
  }

  .header__bottom-omega {
    margin-right: 15px;
  }

  .header__bottom-omega:hover img,
  .header__bottom-omega:focus img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .header__bottom-omega img {
    width: 36px;
  }

  .header .universe {
    margin-right: 15px;
  }

  .header .universe__button {
    border-radius: 20px;
    padding: 7px 30px 5px;
    font-size: 14px;
  }

  .header .universe__button.active::after {
    -webkit-transform: rotateX(180deg) translateY(-2px);
    transform: rotateX(180deg) translateY(-2px);
  }

  .header__menu-link {
    height: 57px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 57px;
  }

  .header .universe__submenu {
    -webkit-transform: translate(50px, -5px);
    -ms-transform: translate(50px, -5px);
    transform: translate(50px, -5px);
  }

  .games .header__form-wrap {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 400px;
    margin: 10px auto 0;
  }

  .classments__avatar {
    left: 0;
  }

  .information__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .information__aside {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: 100%;
    margin: 0 0 30px;
  }

  .information .aside__info {
    width: 80%;
    margin: 0 auto 50px;
  }

  .information .aside__contacts {
    width: 80%;
    padding-left: 40px;
    margin: 0 auto;
  }

  .information .content {
    padding-bottom: 50px;
  }

  .information__content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    padding-left: 0;
  }

  .aside__twitch {
    width: 80%;
    margin: 0 auto 70px;
  }

  .main.creation .classments__inner {
    padding-left: 30%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .main.creation .classments__item {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 20px;
  }

  .slick-dots button,
  .slider-arrow {
    width: 40px;
    height: 40px;
  }

  .slider-arrow::before {
    font-size: 16px;
  }

  .creation-content {
    padding: 40px 0;
  }
}

@media (max-width: 850px) {
  .header__bottom.comments .header__bottom-inner {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .header__bottom.comments .header__bottom-inner::before {
    content: '';
    width: 100vw;
    height: 60px;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }

  .header__bottom.comments .header__bottom-inner--active::before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .header__bottom.comments .header__navigation {
    width: 100vw;
    height: calc(100vh - 285px);
    background: rgba(255, 255, 255, 0.9);
    padding: 20px 30px;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 60px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    overflow-y: auto;
  }

  .header__bottom.comments .header__navigation--active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .header__bottom.comments .header__menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header__bottom.comments .header__menu-item {
    width: 100%;
    text-align: center;
  }

  .header__bottom.comments .header__menu-item + .header__menu-item {
    margin-left: 0;
    margin-top: 30px;
  }

  .header__bottom.comments .header__menu-link {
    height: 20px;
    padding: 0;
    font-size: 20px;
    line-height: 1;
    border-top-color: transparent;
  }

  .header__bottom.comments .header__menu-link:hover,
  .header__bottom.comments .header__menu-link:focus {
    border-top-color: transparent;
  }

  .header__bottom.comments .header__menu-link--drop {
    padding-left: 17px;
  }

  .header__bottom.comments .header__menu-link--drop::before {
    top: 0;
  }

  .header__bottom.comments .header__burger {
    display: block;
  }

  .header__bottom.comments .omega__submenu {
    position: static;
    width: 100%;
    margin: 10px auto 0;
    background: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    left: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .header__bottom.comments .omega__submenu-item::before {
    display: none;
  }

  .header__bottom.comments .omega__submenu-item:hover a,
  .header__bottom.comments .omega__submenu-item:focus a {
    background: none;
    font-weight: 400;
    color: #ff9a00;
  }

  .header__bottom.comments .omega__submenu-item + .omega__submenu-item {
    border-top: none;
  }

  .header__bottom.comments .omega__submenu-link {
    display: inline-block;
    text-decoration: underline;
  }

  .comments-content {
    padding-bottom: 50px;
  }

  .comments-content__inner {
    padding: 20px 15px;
  }

  .comments-content__info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }

  .comments-content__description {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }

  .comments-content__navigation {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 100%;
    -webkit-transform: skewX(5deg) translate(35px, -50px);
    -ms-transform: skewX(5deg) translate(35px, -50px);
    transform: skewX(5deg) translate(35px, -50px);
  }

  .comments-content__navigation-wrap {
    padding: 50px 40px 25px;
  }

  .comments-content__menu {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .comments__modal {
    display: none;
  }

  .main.projects .classments__inner {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .main.projects .classments__item {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 15px;
  }

  .main.projects .classments__write-button span::before {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .header__center-title {
    font-size: 20px;
  }

  .games-info__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .games-info__live,
  .games-info__videos {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }

  .games-news__content-block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .games-news__content-item {
    width: 500px;
    max-width: 100%;
  }

  .games-news__sidebar {
    width: 300px;
    max-width: 100%;
  }

  .classments__inner {
    padding-left: 220px;
  }

  .classments__avatar {
    width: 190px;
    margin-right: 30px;
  }

  .classments__avatar img {
    max-width: 100%;
  }

  .classments__avatar-level {
    font-size: 14px;
    -webkit-transform: translate(-50%, -24px);
    -ms-transform: translate(-50%, -24px);
    transform: translate(-50%, -24px);
  }

  .information .aside__contacts {
    padding-left: 50px;
  }

  .footer__socials {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer__nav {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    min-width: auto;
    padding-left: 0;
    margin-bottom: 40px;
  }

  .t4-content__description,
  .t4-content__trophee {
    margin-bottom: 40px;
  }

  .t4-content__trophee-title,
  .t4-content__creations-title {
    font-size: 26px;
    margin-bottom: 15px;
  }

  .t4-content__description-text {
    font-size: 16px;
    line-height: 22px;
  }

  .t4-content__description-text:first-child:first-letter {
    font-size: 60px;
    letter-spacing: 3px;
  }

  .classments.settings .classments__inner {
    padding-left: 200px;
  }

  .classments.settings .classments__button {
    border-radius: 13px;
    font-size: 18px;
    padding: 15px 25px 13px;
  }

  .classments.settings .classments__button span {
    padding-left: 40px;
  }

  .classments.settings .classments__button span::before {
    width: 30px;
    height: 30px;
  }

  .aside__twitch {
    margin-bottom: 40px;
  }

  .comments-content__accordeon-button {
    padding: 15px 45px 13px 15px;
    font-size: 18px;
  }

  .comments-content__accordeon-button.active {
    font-size: 20px;
  }

  .comments-content__accordeon-block {
    padding: 15px 20px 15px;
  }

  .main.projects .classments__avatar-level {
    -webkit-transform: translate(-50%, -23px);
    -ms-transform: translate(-50%, -23px);
    transform: translate(-50%, -23px);
  }

  .projects-content__title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

@media (max-width: 750px) {
  .main.creation .classments__avatar-level {
    -webkit-transform: translate(-50%, -24px);
    -ms-transform: translate(-50%, -24px);
    transform: translate(-50%, -24px);
  }

  .creation-content__section + .creation-content__section {
    margin-top: 50px;
  }

  .creation-content__title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

@media (max-width: 700px) {
  .header__bottom-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header__bottom-inner::before {
    content: '';
    width: 100vw;
    height: 60px;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }

  .header__bottom-inner--active::before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .header__bottom-omega {
    margin-right: 30px;
  }

  .header__search {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
  }

  .header__search::before {
    content: "\f002";
    font-family: 'icomoon';
    font-size: 24px;
    color: #7c7b7b;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }

  .header__search:hover::before,
  .header__search:focus::before {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    -ms-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3);
  }

  .header .universe {
    margin-right: auto;
  }

  .header__navigation {
    width: 100vw;
    height: calc(100vh - 261px);
    background: rgba(255, 255, 255, 0.9);
    padding: 20px 30px;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 60px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    overflow-y: auto;
  }

  .header__navigation--active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .header__menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .header__menu-item {
    width: 100%;
    text-align: center;
  }

  .header__menu-item + .header__menu-item {
    margin-left: 0;
    margin-top: 30px;
  }

  .header__menu-link {
    height: 20px;
    padding: 0;
    font-size: 20px;
    line-height: 1;
    border-top-color: transparent;
    color: #7c7b7b;
  }

  .header__menu-link:hover,
  .header__menu-link:focus {
    border-top-color: transparent;
  }

  .header__burger {
    display: block;
  }

  .games .header__form-wrap {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    padding-bottom: 10px;
    width: 100%;
    display: none;
  }

  .games .header__form {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
  }

  .games .header__logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .games .header__logo-big {
    width: 180px;
  }

  .games .header__buttons {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .games .header__navigation {
    width: 100vw;
    height: calc(100vh - 210px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .games .header__bottom-universe {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 15px;
    width: 100%;
    text-align: center;
  }

  .games .header .universe__submenu {
    position: static;
    width: 355px;
    max-width: 100%;
    margin: 20px auto 0;
    border-radius: 10px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .games .games-main {
    padding-top: 100px;
  }

  .games__title {
    font-size: 24px;
    margin-bottom: -20px;
  }

  .games .last__slider,
  .games .recommend__slider {
    padding: 0;
  }

  .games .recommend__title {
    padding-left: 8px;
  }

  .games .games-info__live-title,
  .games .games-info__videos-title,
  .games .games-news__content-title,
  .games .games-talks__discuss-title {
    margin-bottom: 15px;
  }

  .games .games-talks__reviews-title {
    font-size: 22px;
    padding-left: 30px;
  }

  .games .games-talks__reviews-title::before {
    font-size: 24px;
  }

  .modal__content {
    padding-bottom: 15px;
  }

  .modal__bottom {
    padding: 10px 10px 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .modal__info {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .modal__logo {
    display: none;
  }

  .modal__logo--mobile {
    display: block;
  }

  .modal__form {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
  }

  .information .content .content-item__title,
  .information .content .content-item__description {
    font-size: 14px;
  }

  .information__aside {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .information .aside__info {
    width: 100%;
    margin-bottom: 30px;
  }

  .information .aside .info__content {
    padding: 15px;
  }

  .information .aside .info__content-image {
    margin-bottom: 5px;
  }

  .information .aside .info__content-title {
    font-size: 20px;
  }

  .information .aside .info__content-subtitle {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .information .aside .expirience {
    margin-bottom: 10px;
  }

  .information .aside .skill {
    margin-bottom: 15px;
  }

  .information .aside__contacts {
    width: 100%;
    padding-left: 40px;
  }

  .information .aside__contacts-block {
    margin-bottom: 25px;
  }

  .content.wall .content-item--message .content-item__text {
    font-size: 14px;
    letter-spacing: 0.8px;
    margin-bottom: 15px;
  }

  .t4-content__creations-item {
    width: 50%;
    height: 220px;
    margin-bottom: 15px;
    padding-left: 15px;
  }

  .aside__twitch {
    width: 100%;
  }

  .main.creation .classments__subscribe-button {
    font-size: 18px;
  }

  .main.creation .classments__subscribe-button span {
    padding-left: 30px;
  }

  .main.creation .classments__subscribe-button span::before {
    font-size: 18px;
  }
}

@media (max-width: 650px) {
  .games .last {
    min-height: 400px;
  }

  .games .recommend {
    min-height: 420px;
  }
}

@media (max-width: 576px) {
  .header__logo-big {
    display: none;
  }

  .header__logo-small {
    display: block;
  }

  .header__center-inner {
    display: block;
    text-align: center;
  }

  .header__bottom-inner {
    padding: 0 40px 10px;
  }

  .header__navigation {
    height: calc(100vh - 285px);
  }

  .header .omega {
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    transform: translate(0, -2px);
    min-width: 180px;
  }

  .header .omega__menu-link,
  .header .omega__submenu-link {
    height: 36px;
  }

  .header .omega__menu-link span {
    font-size: 14px;
  }

  .header .omega__menu-link span::before {
    -webkit-transform: translate(-80%, -50%) scale(0.7);
    -ms-transform: translate(-80%, -50%) scale(0.7);
    transform: translate(-80%, -50%) scale(0.7);
  }

  .header .omega__submenu {
    min-width: 160px;
  }

  .header .omega__submenu-link {
    font-size: 14px;
    line-height: 36px;
  }

  .games .header__logo-big {
    display: block;
  }

  .classments {
    padding: 10px 0 0;
  }

  .classments__inner {
    padding-left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .classments__avatar {
    position: static;
    width: 250px;
    margin-right: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin-bottom: 20px;
    margin-top: -145px;
  }

  .classments__avatar-level {
    -webkit-transform: translate(-50%, -33px);
    -ms-transform: translate(-50%, -33px);
    transform: translate(-50%, -33px);
  }

  .classments__item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .classments__item-image {
    max-width: 50px;
    margin-right: 15px;
  }

  .classments__item-title,
  .classments__item-position {
    font-size: 14px;
  }

  .information .content__form-row--all {
    display: block;
  }

  .information .content__form-description {
    padding-left: 37px;
  }

  .information .content .content-item__info {
    padding: 10px 25px 10px 10px;
  }

  .information .content .content-item__more {
    width: 15px;
    right: 10px;
  }

  .information .content .content-item__more img {
    display: block;
    width: 100%;
  }

  .partners__item {
    width: 100%;
  }

  .footer__copyright {
    font-size: 14px;
    letter-spacing: 0.6px;
  }

  .t4-content__trophee-wrap {
    min-height: 150px;
  }

  .t4-content__trophee-block img {
    max-width: 30%;
    margin-right: 3%;
  }

  .classments.settings .classments__inner {
    padding-left: 0;
  }

  .classments.settings .classments__button {
    margin-bottom: 20px;
  }

  .settings-form__title {
    font-size: 22px;
  }

  .settings-form__input {
    padding: 13px 15px;
    margin-bottom: 10px;
  }

  .settings-form .half {
    margin-bottom: 10px;
    width: 100%;
  }

  .header__bottom.comments .omega__submenu-link {
    font-size: 18px;
    line-height: 44px;
  }

  .main.content .top__inner {
    padding-left: 20px;
    padding-top: 60px;
    background-image: none;
  }

  .main.content .top__content {
    width: 100%;
  }

  .main.content .top__title {
    margin-bottom: 10px;
  }

  .comments-content__text {
    font-size: 14px;
  }

  .comments-content__navigation-wrap {
    padding: 50px 30px 25px;
  }

  .comments-content__title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .comments-content__menu {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }

  .comments-content__menu-link {
    font-size: 14px;
  }

  .comments-content__accordeon-button {
    font-size: 16px;
  }

  .comments-content__accordeon-button.active {
    font-size: 16px;
  }

  .comments-content__accordeon-block {
    font-size: 14px;
  }

  .main.creation .classments__inner {
    padding-left: 0;
    padding-bottom: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main.creation .classments__avatar-level {
    -webkit-transform: translate(-75%, -32px);
    -ms-transform: translate(-75%, -32px);
    transform: translate(-75%, -32px);
  }

  .main.creation .classments__item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slick-dots li {
    margin-bottom: 12px;
  }

  .main.projects .classments__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    padding-bottom: 30px;
  }

  .main.projects .classments__item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main.projects .classments__avatar-level {
    -webkit-transform: translate(-68%, -31px);
    -ms-transform: translate(-68%, -31px);
    transform: translate(-68%, -31px);
  }
}

@media (max-width: 480px) {
  .header__form {
    width: 100%;
  }

  .header__bottom-inner {
    padding: 0 30px;
  }

  .games .header__top-inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .games .header__logo-big {
    width: 220px;
  }

  .games .header__buttons {
    display: none;
  }

  .games-news__content-subtitle {
    font-size: 12px;
  }

  .games-news__content-tag {
    padding: 0 10px;
    line-height: 15px;
  }

  .games-news__content-tag span {
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
  }

  .games-news__content-link {
    font-size: 16px;
  }

  .games-news__content-link::after {
    font-size: 12px;
  }

  .top {
    min-height: 450px;
  }

  .information .aside .skill__title,
  .information .aside .skill__description {
    font-size: 14px;
  }

  .information .aside__contacts {
    padding-left: 20px;
  }

  .information .aside__contacts-block {
    min-height: 60px;
    padding: 10px 10px 10px 40px;
    margin-bottom: 20px;
  }

  .information .aside__contacts-block--icon {
    padding-right: 55px;
    background-position: right 10px center;
    background-size: 40px auto;
  }

  .information .aside__contacts-image {
    -webkit-transform: translate(-50%, -50%) scale(0.7);
    -ms-transform: translate(-50%, -50%) scale(0.7);
    transform: translate(-50%, -50%) scale(0.7);
  }

  .information .aside__contacts-link {
    font-size: 16px;
  }

  .information .content__title {
    margin-bottom: 20px;
  }

  .information .content__form-button {
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px 20px 17px;
  }

  .information .content__form-button.open span::after {
    -webkit-transform: rotateX(180deg) translateY(8px);
    transform: rotateX(180deg) translateY(8px);
  }

  .information .content .content-item {
    display: block;
  }

  .information .content .content-item__image {
    width: 100%;
    height: 150px;
  }

  .information .content .content-item__info {
    min-height: 70px;
    padding-right: 30px;
  }

  .information .content .content-item__more {
    top: 80%;
  }

  .footer__socials-item {
    width: 60px;
    height: 60px;
  }

  .content.wall .content-item--small .content-item__image {
    width: 100%;
    background-size: auto 75%;
  }

  .content.wall .content-item--small .content-item__info {
    padding-left: 15px;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .content.wall .content-item--message .content-item__bottom,
  .content.wall .content-item--message .content-item__date {
    display: block;
  }

  .content.wall .content-item--message .content-item__likes {
    margin-top: 10px;
  }

  .content.wall .wall-form__information {
    height: 100px;
    padding: 7px;
    font-size: 14px;
  }

  .content.wall .wall-form__settings {
    padding: 10px 0;
  }

  .content.wall .wall-form__action {
    margin-right: 10px;
  }

  .content.wall .wall-form__action-button {
    width: 25px;
    font-size: 18px;
  }

  .content.wall .wall-form__action-button::after {
    font-size: 14px;
    bottom: 0;
    right: 2px;
  }

  .content.wall .wall-form__other-button {
    width: 25px;
  }

  .content.wall .wall-form__other-button::after {
    font-size: 18px;
  }

  .content.wall .wall-form__undo,
  .content.wall .wall-form__redo {
    width: 16px;
    margin: 0 7px;
  }

  .content.wall .wall-form__undo {
    margin-left: auto;
  }

  .content.wall .wall-form__redo svg {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }

  .content.wall .wall-form__button-wrap {
    margin: 20px 0 48px;
    text-align: center;
  }

  .content.wall .wall-form__button {
    width: 100%;
    font-size: 16px;
    padding: 13px;
  }

  .t4-content__description-text {
    font-size: 14px;
    line-height: 20px;
  }

  .t4-content__description-text:first-child:first-letter {
    font-size: 60px;
    letter-spacing: 3px;
  }

  .t4-content__creations-item {
    width: 100%;
    height: 300px;
    margin-bottom: 15px;
    padding-left: 15px;
  }

  .content.notifications .content-item__image {
    height: 70px;
  }
}

@media (max-width: 375px) {
  .header__bottom-omega {
    margin-right: 15px;
  }

  .header .omega__submenu {
    -webkit-transform: translate(-30px, 10px);
    -ms-transform: translate(-30px, 10px);
    transform: translate(-30px, 10px);
  }

  .modal__top {
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .modal__title {
    margin-bottom: 20px;
  }

  .top {
    min-height: 420px;
  }

  .information .content__form-button span {
    font-size: 18px;
  }

  .aside__twitch-button {
    font-size: 16px;
  }

  .aside__twitch-button span {
    padding-left: 30px;
  }

  .aside__twitch-button span::before {
    font-size: 24px;
  }
}