/*********************************** FONT STYLES **********************************/
@font-face {
  src: url("../fonts/Roboto-Regular.ttf");
  font-family: "Roboto-Regular";
}
@font-face {
  src: url("../fonts/Roboto-Light.ttf");
  font-family: "Roboto-Light";
}
@font-face {
  src: url("../fonts/Roboto-Medium.ttf");
  font-family: "Roboto-Medium";
}
@font-face {
  src: url("../fonts/Roboto-Bold.ttf");
  font-family: "Roboto-Bold";
}
/*********************************** RESET STYLES **********************************/
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
sub,
sup,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
figure,
figcaption,
footer,
header,
menu,
nav,
section,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  display: block;
  text-decoration: none;
  outline: none;
}
img {
  vertical-align: top;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="text"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type="text"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
html,
body {
  height: 100%;
  background: #f9fafc;
}
body {
  min-width: 1000px;
}
/*********************************** VARIABLES **********************************/
/*********************************** MAIN STYLES **********************************/
.container {
  width: 1680px;
  margin: 0 auto;
  position: relative;
}
.body__blocked {
  background: #f9fafc;
}
.body__blocked .site-header {
  box-shadow: inset 0 -1px 4px 0 #ebebed;
}
.body__blocked .main {
  background: inherit;
}
.body__blocked .main__header {
  background: none;
}
.body__blocked a {
  color: #755ec6;
  display: inline-block;
  text-decoration: underline;
}
.body__blocked h3 {
  margin-top: 70px;
}
.body__blocked p {
  color: #34495e;
  font: 15px "Roboto-Regular", sans-serif;
  margin-bottom: 20px;
}
.body__blocked .blocked {
  height: 274px;
  width: 248px;
  position: relative;
  text-align: center;
  background: url("../img/man-bg.png") no-repeat center 0px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
.body__rules {
  background: #f9fafc;
  color: #34495e;
  font: 15px "Roboto-Regular", sans-serif;
}
.body__rules .site-header {
  box-shadow: inset 0 -1px 4px 0 #ebebed;
}
.body__rules .main {
  background: inherit;
}
.body__rules a {
  color: #755ec6;
  display: inline-block;
  text-decoration: underline;
}
.body__rules .main__content {
  text-align: left;
}
.body__rules h3 {
  margin-top: 25px;
  margin-bottom: 15px;
}
.body__rules ul {
  list-style: circle;
}
.body__rules li {
  margin-left: 30px;
  margin-bottom: 10px;
}
.body__rules p {
  margin-bottom: 10px;
}
.pull-right {
  float: right !important;
}
.site-wrap {
  z-index: 201;
  position: relative;
}
.pull-left {
  float: left !important;
}
.site-header {
  height: 70px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
.site-logo--header {
  float: left;
}
.social {
  float: right;
}
.social > p {
  display: inline-block;
  vertical-align: middle;
  font: 18px "Roboto-Regular", sans-serif;
  line-height: 20px;
  color: #34495e;
  padding-right: 12px;
}
.social--header {
  padding: 17px 28px;
}
.social__list {
  display: inline-block;
  vertical-align: middle;
}
.social__list > li {
  float: left;
  margin-left: 5px;
}
.social__list > li:first-child {
  margin-left: 0;
}
.social__icon {
  display: block;
  width: 35px;
  height: 35px;
}
.social__icon:hover {
  opacity: 0.8;
}
.social__icon-vk {
  background: url("../img/vk-icon.png") no-repeat 0 0;
}
.social__icon-fb {
  background: url("../img/fb-icon.png") no-repeat 0 0;
}
.social__icon-google {
  background: url("../img/google-icon.png") no-repeat 0 0;
}
.social__icon-tw {
  background: url("../img/tw-icon.png") no-repeat 0 0;
}
.social__icon-ok {
  background: url("../img/ok-icon.png") no-repeat 0 0;
}
.social__icon-lf {
  background: url("../img/lf-icon-2.png") no-repeat 0 0;
}
.social__icon-mm {
  background: url("../img/mm-icon.png") no-repeat 0 0;
}
.btn--site-header {
  float: right;
  margin: 14px 20px 14px 0;
}
.btn {
  padding: 10px 24px;
  font: 18px "Roboto-Light", sans-serif;
  color: #fff;
  line-height: 20px;
  background: #755ec6;
  text-transform: uppercase;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.btn:hover {
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  color: #755ec6;
}
.btn:focus {
  background: #594894;
  color: #fff;
}
.btn-lg {
  padding: 27px 35px;
  font: 30px "Roboto-Light", sans-serif;
  color: #fff;
  line-height: 21px;
  background: #755ec6;
  text-transform: uppercase;
  letter-spacing: 4px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.btn-lg--sign-in {
  color: #755ec6;
  background: #fff;
  display: inline-block;
}
.btn-lg--sign-in:hover {
  color: #594894;
}
.btn-lg--sign-in:focus {
  background: #755ec6;
  color: #fff;
}
.btn-lg--register {
  padding-left: 45px;
  padding-right: 45px;
}
.btn-lg--register:hover {
  background: #fff;
  color: #755ec6;
}
.btn-lg--register:focus {
  background: #594894;
  color: #fff;
}
.btn-group--main__header {
  position: absolute;
  bottom: 65px;
  right: 150px;
  text-align: right;
}
.site-main {
  background: #f9fafc;
  padding-top: 50px;
  position: relative;
  top: 1px;
}
.main {
  background: #e1ecf4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e1ecf4 0%, #f9fafc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1ecf4), color-stop(100%, #f9fafc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e1ecf4 0%, #f9fafc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e1ecf4 0%, #f9fafc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e1ecf4 0%, #f9fafc 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e1ecf4 0%, #f9fafc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1ecf4', endColorstr='#f9fafc', GradientType=0);
  /* IE6-9 */
}
.main__header {
  position: relative;
  text-align: center;
  background: url("../img/header-bg.png") no-repeat center 77px;
  height: 506px;
}
.main__header .container {
  height: 100%;
}
.main__header h1 {
  font: 42px "Roboto-Medium", sans-serif;
  color: #50af9f;
  padding-top: 25px;
}
.main__header h3 {
  font: 30px "Roboto-Medium", sans-serif;
  color: #34495e;
}
.main__content {
  padding-top: 60px;
  text-align: center;
}
.content__header {
  font: 30px "Roboto-Medium", sans-serif;
  color: #34495e;
  text-transform: uppercase;
  line-height: 30px;
}
.catalog-wrap {
  border-top: 3px solid #d8dcdf;
  margin-top: 10px;
  padding-top: 30px;
  padding-bottom: 125px;
}
.catalog-list > li {
  margin-top: 35px;
}
.catalog-list > li:nth-child(-n + 4) {
  margin-top: 0;
}
.catalog-list > li:nth-child(4n + 1) {
  margin-left: 0;
}
.catalog-list:after {
  display: block;
  content: "";
  clear: both;
}
.catalog-list__item.soon {
  cursor: auto;
}
.catalog-list__item {
  float: left;
  margin-left: 20px;
  text-align: center;
  position: relative;
  cursor: pointer;
  z-index: 2;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.catalog-list__item:hover .catalog-btn {
  display: block;
}
.catalog-list__item:hover .catalog-overlay {
  opacity: 1;
}
.catalog-list__item > h4 {
  font: 20px "Roboto-Medium", sans-serif;
  padding-top: 10px;
  padding-bottom: 5px;
}
.catalog-list__item > span {
  font: 15px "Roboto-Regular", sans-serif;
  color: #99a4ae;
}
.catalog-list__item > img {
  width: 405px;
  height: 254px;
}
.catalog-overlay {
  position: absolute;
  opacity: 0;
  width: 405px;
  height: 250px;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(45, 62, 80, 0.6);
  z-index: 3;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.catalog-btn {
  display: none;
  font: 16px "Roboto-Bold", sans-serif;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #f0717a;
  line-height: 16px;
  padding: 17px 21px 17px 72px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -76px;
  margin-top: -50px;
  z-index: 4;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.catalog-btn:hover {
  color: #f0717a;
  background: #fff;
}
.catalog-btn:hover:before {
  border-color: #fbdbde;
}
.catalog-btn:hover:after {
  background: url("../img/arrow-right-icon-hover.png") no-repeat 0 0;
}
.catalog-btn:focus {
  color: #fff;
  background: #db5760;
}
.catalog-btn:focus:before {
  border-color: #e48188;
}
.catalog-btn:focus:after {
  background: url("../img/arrow-right-icon.png") no-repeat 0 0;
}
.catalog-btn:before {
  content: "";
  display: block;
  border-left: 1px solid #f4959b;
  height: 44px;
  position: absolute;
  top: 3px;
  left: 50px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.catalog-btn:after {
  content: "";
  display: block;
  position: absolute;
  background: url("../img/arrow-right-icon.png") no-repeat 0 0;
  width: 12px;
  height: 16px;
  top: 17px;
  left: 20px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.catalog-list__item--green > img {
  border-bottom: 4px solid #1bbc9d;
}
.catalog-list__item--green > h4 {
  color: #1bbc9d;
}
.catalog-list__item--red > img {
  border-bottom: 4px solid #e84c3d;
}
.catalog-list__item--red > h4 {
  color: #e84c3d;
}
.catalog-list__item--blue > img {
  border-bottom: 4px solid #3598dc;
}
.catalog-list__item--blue > h4 {
  color: #3598dc;
}
.catalog-list__item--purple > img {
  border-bottom: 4px solid #8f44ad;
}
.catalog-list__item--purple > h4 {
  color: #8f44ad;
}
.footer {
  clear: both;
  height: 70px;
  background: #d8dcdf;
}
.footer p {
  float: left;
  font: 14px "Roboto-Regular", sans-serif;
  line-height: 14px;
  padding: 28px 0;
  color: #5d6d7d;
}
.footer__menu {
  float: right;
/*  margin-left: 330px;*/
  padding: 28px 0;
}
.footer__menu > li {
  float: left;
  padding: 0 12px;
  position: relative;
}
.footer__menu > li:before {
  display: block;
  content: "|";
  font: 14px "Roboto-Regular", sans-serif;
  line-height: 14px;
  color: #5d6d7d;
  position: absolute;
  top: 0;
  left: -2px;
}
.footer__menu > li:first-child:before {
  display: none;
}
.footer__menu > li > a {
  font: 14px "Roboto-Regular", sans-serif;
  line-height: 14px;
  color: #5d6d7d;
}
.user-info a {
  display: inline-block;
  vertical-align: middle;
}
.user-info a img {
  display: inline-block;
  vertical-align: middle;
}
.user-info a p {
  width: 92px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font: 15px "Roboto-Medium", sans-serif;
  line-height: 20px;
  color: #5d6d7d;
  padding-left: 12px;
}
.user-info--site-header {
  float: left;
  margin-right: 75px;
}
.icon:before {
  display: block;
  content: "";
  margin: 0 auto;
}
.icon__games {
  padding-top: 14px;
}
.icon__comments {
  padding-top: 10px;
}
.icon__friends {
  padding-top: 14px;
}
.icon__news {
  padding-top: 10px;
}
.icon__settings {
  padding-top: 14px;
}
.icon__games:before {
  background: url("../img/games-icon.png") no-repeat 0 0;
  width: 40px;
  height: 27px;
  padding-bottom: 10px;
}
.icon__comments:before {
  background: url("../img/comments-icon.png") no-repeat 0 0;
  width: 32px;
  height: 32px;
  padding-bottom: 9px;
}
.icon__friends:before {
  background: url("../img/friends-icon.png") no-repeat 0 0;
  width: 34px;
  height: 28px;
  padding-bottom: 10px;
}
.icon__news:before {
  background: url("../img/news-icon.png") no-repeat 0 0;
  width: 32px;
  height: 32px;
  padding-bottom: 9px;
}
.icon__settings:before {
  background: url("../img/settings-icon.png") no-repeat 0 0;
  width: 28px;
  height: 28px;
  padding-bottom: 9px;
}
.site-header__menu:after {
  display: block;
  content: "";
  clear: both;
}
.site-header__menu > li {
  float: left;
  width: 100px;
  height: 70px;
  text-align: center;
}
.site-header__menu > li.site-header__menu__item--right {
  float: right;
}
.site-header__menu > li > a {
  font: 12px "Roboto-Bold", sans-serif;
  height: 100%;
  color: #5d6d7d;
  text-transform: uppercase;
}
.site-header__menu > li > a:hover {
  color: #755ec6;
}
.site-header__menu > li > a:focus,
.site-header__menu > li > a.active,
.site-header__menu > li > a:active {
  color: #fff;
  background: #755ec6;
}
.site-header__menu > li > a.icon__games:hover {
  color: #21b1ac;
}
.site-header__menu > li > a.icon__games:focus,
.site-header__menu > li > a.icon__games.active,
.site-header__menu > li > a.icon__games:active {
  background: #21b1ac;
  color: #fff;
}
.site-header__menu > li > a.icon__games:hover:before {
  background: url("../img/games-icon-hover.png") no-repeat 0 0;
}
.site-header__menu > li > a.icon__comments:hover:before {
  background: url("../img/comments-icon-hover.png") no-repeat 0 0;
}
.site-header__menu > li > a.icon__news:hover:before {
  background: url("../img/news-icon-hover.png") no-repeat 0 0;
}
.site-header__menu > li > a.icon__friends:hover:before {
  background: url("../img/friends-icon-hover.png") no-repeat 0 0;
}
.site-header__menu > li > a.icon__games:focus:before,
.site-header__menu > li > a.icon__games.active:before,
.site-header__menu > li > a.icon__games:active:before {
  background: url("../img/games-icon-active.png") no-repeat 0 0;
}
.site-header__menu > li > a.icon__comments:focus:before,
.site-header__menu > li > a.icon__comments.active:before,
.site-header__menu > li > a.icon__comments:active:before {
  background: url("../img/comments-icon-active.png") no-repeat 0 0;
}
.site-header__menu > li > a.icon__news:focus:before,
.site-header__menu > li > a.icon__news.active:before,
.site-header__menu > li > a.icon__news:active:before {
  background: url("../img/news-icon-active.png") no-repeat 0 0;
}
.site-header__menu > li > a.icon__friends:focus:before,
.site-header__menu > li > a.icon__friends.active:before,
.site-header__menu > li > a.icon__friends:active:before {
  background: url("../img/friends-icon-active.png") no-repeat 0 0;
}
.site-header__menu > li > a.icon__settings:hover:before {
  background: url("../img/settings-icon-hover.png") no-repeat 0 0;
}
.site-header__menu > li > a.icon__settings:focus:before,
.site-header__menu > li > a.icon__settings.active:before,
.site-header__menu > li > a.icon__settings:active:before {
  background: url("../img/settings-icon-active.png") no-repeat 0 0;
}
.row:after {
  content: "";
  display: block;
  clear: both;
}
.row--main {
  position: relative;
  clear: both;
}
.row--main--hide .row__more-panel {
  height: 0;
  display: none;
}
.row__col--lg-4 {
  width: 680px;
  float: left;
}
.row__col--lg-4:after {
  content: "";
  display: block;
  clear: both;
}
.row__col--lg-10 {
  width: 1680px;
}
.col__header:after {
  display: block;
  content: "";
  clear: both;
}
.col__header {
  padding-bottom: 10px;
  border-bottom: 3px solid #d8dcdf;
}
.col__header__text {
  float: left;
  font: 24px "Roboto-Medium", sans-serif;
  color: #34495e;
  line-height: 20px;
}
.col__header__count {
  float: right;
  color: #c8cacb;
  font: 24px "Roboto-Bold", sans-serif;
  line-height: 20px;
  margin-right: 5px;
}
.col__content {
  margin-top: 20px;
}
.col__content:after {
  content: "";
  display: block;
  clear: both;
}
.checkbox-wrap {
  position: relative;
  clear: both;
  float: left;
  padding-bottom: 35px;
}
.checkbox-wrap input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 22px;
  cursor: pointer;
}
.checkbox-wrap input[type="checkbox"]:checked + label:before {
  background: url("../img/checkbox-icon-active.png") no-repeat 0 0;
}
.checkbox-wrap label {
  display: inline-block;
  font: 14px "Roboto-Medium", sans-serif;
  line-height: 22px;
  color: #5d6d7d;
}
.checkbox-wrap label:before {
  content: "";
  display: inline-block;
  vertical-align: -6px;
  background: url("../img/checkbox-icon.png") no-repeat 0 0;
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
.checkbox-wrap:hover label:before {
  background: url("../img/checkbox-icon-hover.png") no-repeat 0 0;
}
.friend-request-wrap .friend-request:last-child {
  margin-bottom: -10px;
}
.friend-request {
  margin-bottom: 30px;
}
.friend-request:after {
  display: block;
  content: "";
  clear: both;
}
.friend-request__user {
  float: left;
}
.friend-request__info {
  float: left;
  margin-left: 12px;
}
.friend-request__info h5 {
  font: 16px "Roboto-Regular", sans-serif;
  color: #34495e;
  margin-bottom: 4px;
}
.friend-request__info > p {
  font: 14px "Roboto-Regular", sans-serif;
  color: #5d6d7d;
  display: inline-block;
  vertical-align: middle;
}
.friend-request__info > p > a {
  font: 14px "Roboto-Regular", sans-serif;
  color: #755ec6;
  border-bottom: 1px dotted #755ec6;
  display: inline-block;
  vertical-align: middle;
}
.btn-group--friend-request {
  margin-top: 4px;
}
.btn-group--friend-request > a {
  margin-left: 10px;
}
.btn-group--friend-request > a:first-child {
  margin-left: 0;
}
.friend-request__game {
  float: right;
}
.btn-main {
  font: 12px "Roboto-Bold", sans-serif;
  color: #fff;
  text-transform: uppercase;
  line-height: 13px;
  padding: 11px 22px;
  display: inline-block;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.btn-main:hover {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  color: #21b1ac;
  background: #fff;
}
.btn-main:focus {
  background: #0f8884;
  color: #fff;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.btn-main--lg {
  padding: 11px 32px;
}
.btn-main--icon {
  position: relative;
  padding-left: 51px;
}
.btn-main--icon:hover:after {
  background: url("../img/play-icon-hover.png") no-repeat 0 0;
}
.btn-main--icon:focus:after {
  background: url("../img/play-icon.png") no-repeat 0 0;
}
.btn-main--icon:before {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #c7ebea;
  top: 2px;
  left: 35px;
  height: 29px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.btn-main--icon:after {
  content: "";
  display: block;
  background: url("../img/play-icon.png") no-repeat 0 0;
  width: 9px;
  height: 12px;
  position: absolute;
  top: 11px;
  left: 13px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.btn-main--green {
  background: #21b1ac;
}
.btn-main--transparent {
  background: transparent;
  color: #21b1ac;
}
.btn-main--transparent:hover {
  background: #dff1f2;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.btn-main--transparent:focus {
  background: transparent;
  color: #0f8884;
}
.notification-wrap .notification:first-child {
  margin-top: -10px;
}
.notification {
  margin-top: 10px;
  padding: 10px 0;
  cursor: pointer;
}
.notification:hover {
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -10px;
  margin-right: -10px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.notification:after {
  content: "";
  display: block;
  clear: both;
}
.notification__img {
  float: left;
}
.notification__info {
  margin-left: 92px;
}
.notification__info > h5 {
  font: 16px "Roboto-Regular", sans-serif;
  color: #34495e;
  margin-bottom: 4px;
}
.notification__info > p {
  font: 14px "Roboto-Regular", sans-serif;
  color: #5d6d7d;
}
.row__more-panel {
  height: 0;
  display: none;
  transition: none;
  -webkit-transition: none;
}
.row__more {
  float: left;
  margin-top: 25px;
  display: block;
  clear: both;
  width: 100%;
  height: 31px;
  cursor: pointer;
  position: relative;
  border-top: 3px solid #d8dcdf;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.row__more__img {
  background: url("../img/i-more.png") no-repeat center center;
}
.row__more:hover {
  border-color: #21b1ac;
}
.row__more:hover:before {
  border-color: #21b1ac;
  background: url("../img/i-more-hover.png") no-repeat center center;
}
.row__more:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -15px;
  background: url("../img/i-more.png") no-repeat center center;
  width: 19px;
  height: 18px;
  padding: 5px 25px;
  border: 3px solid #d8dcdf;
  border-top: 0;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.row__more:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: 50%;
  margin-left: -12px;
  width: 69px;
  border-top: 3px solid #f9fafc;
}
.row__more--close {
  display: none;
}
.row__more--user:after {
  border-color: #fff;
}
.row--padding {
  padding-top: 50px;
}
.my-games {
  padding-bottom: 35px;
}
.my-games > li {
  margin-left: 20px;
}
.my-games > li:first-child {
  margin-left: 0;
}
.my-games:after {
  content: "";
  display: block;
  clear: both;
}
.my-games__item {
  float: left;
  text-align: center;
}
.my-games__item a.my-games__item__game-text {
  font: 15px "Roboto-Medium", sans-serif;
  padding-top: 10px;
}
.my-games__item--green img {
  border-bottom: 4px solid #1bbc9d;
}
.my-games__item--green a.my-games__item__game-text {
  color: #1bbc9d;
}
.my-games__item--red img {
  border-bottom: 4px solid #e84c3d;
}
.my-games__item--red a.my-games__item__game-text {
  color: #e84c3d;
}
.my-games__item--blue img {
  border-bottom: 4px solid #3598dc;
}
.my-games__item--blue a.my-games__item__game-text {
  color: #3598dc;
}
.my-games__item--purple img {
  border-bottom: 4px solid #8f44ad;
}
.my-games__item--purple a.my-games__item__game-text {
  color: #8f44ad;
}
.col__content--catalog {
  padding-bottom: 125px;
}
.col__header--with-img .col__header__text {
  line-height: 30px;
  margin-left: 10px;
}
.col__header__img {
  float: left;
}
.find-friend {
  float: right;
}
.find-friend > p {
  font: 16px "Roboto-Medium", sans-serif;
  color: #34495e;
  line-height: 30px;
  float: left;
  margin-right: 10px;
}
.find-friend__switcher {
  float: left;
  position: relative;
  cursor: pointer;
}
.find-friend__switcher input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 4;
}
.find-friend__switcher input[type="checkbox"]:checked + label:before {
  display: block;
  position: absolute;
  content: "";
  background: url("../img/switch-on-icon.png") no-repeat center center;
  width: 14px;
  height: 11px;
  top: 10px;
  left: 14px;
  z-index: 3;
}
.find-friend__switcher input[type="checkbox"]:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #21b1ac;
  width: 40px;
  height: 30px;
  z-index: 2;
}
.find-friend__switcher label {
  display: block;
  background: #0f8884;
  width: 62px;
  height: 30px;
  position: relative;
}
.find-friend__switcher label:before {
  display: block;
  position: absolute;
  content: "";
  background: url("../img/switch-off-icon.png") no-repeat center center;
  width: 10px;
  height: 10px;
  top: 10px;
  right: 16px;
  z-index: 3;
  -webkit-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
}
.find-friend__switcher label:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: #d8dcdf;
  width: 40px;
  height: 30px;
  z-index: 2;
  -webkit-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
}
.game-links-list {
  float: left;
  margin-top: 10px;
}
.game-links-list > li {
  float: left;
  margin: 0 14px;
  position: relative;
}
.game-links-list > li:before {
  content: "";
  display: block;
  border: 1px solid #d8dcdf;
  height: 15px;
  position: absolute;
  top: 1px;
  left: -14px;
}
.game-links-list > li:first-child {
  margin-left: 0;
}
.game-links-list > li:first-child:before {
  display: none;
}
.game-links-list > li > a {
  font: 16px "Roboto-Medium", sans-serif;
  color: #21b1ac;
  line-height: 20px;
  border-bottom: 1px dotted #21b1ac;
}
.users-list-wrap {
  float: right;
}
.users-list-wrap > p {
  font: 16px "Roboto-Bold", sans-serif;
  line-height: 45px;
  color: #c8cacb;
  float: left;
}
.users-list {
  float: left;
  width: 780px;
  height: 45px;
  overflow: hidden;
  margin-right: 7px;
}
.users-list li {
  float: left;
}
.users-list__item {
  width: 45px;
  height: 45px;
  float: left;
}
.users-list__item > a {
  margin-left: 7px;
}
.users-list__item img {
  width: 45px;
  height: 45px;
}
.users-list__item--more {
  background: #21b1ac;
  cursor: pointer;
}
.users-list__item--more:hover {
  background: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.users-list__item--more:hover:before {
  background: url("../img/users-more-icon-hover.png") no-repeat center center;
}
.users-list__item--more:focus {
  background: #0f8884;
}
.users-list__item--more:focus:before {
  background: url("../img/users-more-icon.png") no-repeat center center;
}
.users-list__item--more:before {
  content: "";
  display: block;
  background: url("../img/users-more-icon.png") no-repeat center center;
  width: 18px;
  height: 4px;
  padding: 20px 0;
  margin: 0 auto;
}
.game {
  margin-top: 20px;
}
.game img {
  width: 100%;
}
.game-bonus {
  float: right;
  margin-bottom: 15px;
}
.game-bonus > a {
  font: 16px "Roboto-Medium", sans-serif;
  color: #5d6d7d;
}
.game-bonus > a > span {
  color: #755ec6;
}
.game-bonus > a > .game-bonus__count {
  font: 24px "Roboto-Bold", sans-serif;
}
#help .modal {
  width: 540px;
  margin-left: -270px;
}
#login .modal {
  width: 558px;
  margin-left: -279px;
}
/*#login .modal__content {
  max-height: 670px;
}*/
.addinfo {
  font: normal normal 16px/22px 'Roboto-Regular',arial,sans-serif;
  color: #5d6d7d;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
.addinfo h4, .addinfo p, .addinfo li {
  margin-bottom: 15px;
}
.addinfo ul {
  margin-left: 10px;
}
#help label.error {
  display: block;
  color: #d30907;
  margin-left: 12px;
  margin-top: -12px;
  margin-bottom: 12px;
}

.dev-dialog__header--help {
  background: #755ec6;
  color: #ffffff;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.dev-dialog__header--help:after {
  content: "";
  background: #5e4b9e;
  display: block;
  position: absolute;
  top: 15px;
  right: 79px;
  bottom: 15px;
  left: auto;
  width: 1px;
  height: auto;
}

.dev-dialog__header--help .dev-dialog__header-title {
  font: normal normal 16px/22px 'Roboto-Medium',arial,sans-serif;
  text-align: center;
  padding: 0 0 7px;
  font-size: 30px;
  line-height: 73px;
  font-weight: 500;
}

.dev-dialog__header--help .dev-dialog__header-close {
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  font-size: 25px;
  line-height: 80px;
  width: 80px;
  height: 80px;
}
.dev-dialog__header-close {
  cursor: pointer;
}
.dev-dialog__help {
  padding: 30px;
}

.dev-dialog__help input[type=text] {
  border: 2px solid #ecf0f1;
  padding: 10px;
  color: #36485e;
  margin: 0 0 15px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 16px;
  line-height: 21px;
  width: 100%;
  height: 45px;
  display: block;
  outline: none;
}

.dev-dialog__help input[type=text]:focus {
  border-color: #21b1ac;
}

.dev-dialog__help textarea {
  border: 2px solid #ecf0f1;
  padding: 10px;
  color: #36485e;
  resize: none;
  margin: 0 0 15px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  height: auto;
  display: block;
  outline: none;
}

.dev-dialog__help textarea:focus {
  border-color: #21b1ac;
}

.dev-dialog__help .sel {
  margin: 0 0 15px;
  z-index: 2;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 100%;
  height: 45px;
  display: block;
}

.dev-dialog__help .sel .sel_in {
  position: relative;
  width: 100%;
  height: 100%;
  color: #000000;
  cursor: pointer;
  border: 2px solid #ecf0f1;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.dev-dialog__help .sel:hover .sel_in,
.dev-dialog__help .sel.is-opened .sel_in {
  border-color: #21b1ac;
}

.dev-dialog__help .sel:hover .sel_arrow,
.dev-dialog__help .sel.is-opened .sel_arrow {
  border-top-color: #21b1ac;
}

.dev-dialog__help .sel .sel_title {
  font-family: 'Roboto-Regular',arial,sans-serif;
  display: block;
  font-size: 16px;
  line-height: 41px;
  color: #36485e;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 10px;
}

.dev-dialog__help .sel .sel_arrow {
  position: absolute;
  top: 18px;
  right: 17px;
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid #232323;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.dev-dialog__help .sel .sel_list {
  position: absolute;
  top: 100%;
  display: none;
  margin: -2px 0 0;
  width: 100%;
  height: auto;
  max-height: 245px;
  overflow-y: auto;
  list-style: none;
  background: #ffffff;
  border: 2px solid #21b1ac;
  border-top: none;
  z-index: 1000;
}

.dev-dialog__help .sel .sel_list li {
  padding: 0 10px;
  color: #5d6d7d;
  font-size: 16px;
  line-height: 45px;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.dev-dialog__help .sel .sel_list li:hover {
  color: #21b1ac;
}

.dev-dialog__help-btns .main {
  padding: 0 18px 0 19px;
  background: #755ec6;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  display: block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 14px;
  line-height: 44px;
  font-weight: 700;
  width: auto;
  height: 45px;
}

.dev-dialog__help-btns .main:hover {
  background: #ffffff;
  color: #755ec6;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.dev-dialog__help-btns .main:active {
  background: #5e4b9e;
  color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dev-dialog__help-btns .right {
  float: right;
}
.dev-dialog__help-btns.clearfix:before,.dev-dialog__help-btns.clearfix:after {
  content: " ";
  display: table
}

.dev-dialog__help-btns.clearfix:after {
  clear: both
}

.dev-dialog__help-btns.clearfix {
  *zoom: 1
}
.dev-dialog__help input, .dev-dialog__help textarea {
  font-family: 'Roboto-Regular',arial,sans-serif;
}
.dev-dialog__help .sel_list .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #21b1ac;
}
.dev-dialog__help .sel_list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #ecf0f1;
}
.dev-dialog__help .sel_list .mCSB_scrollTools_vertical {
  margin-bottom: 15px;
}

.modal-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 2;
}
.overlay {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: opacity 0.3s;
}
.modal {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 50%;
  width: 890px;
  margin: 90px auto 30px -445px;
  background: #fff;
}
.modal--open .overlay {
  z-index: 200;
  opacity: 1;
  pointer-events: auto;
}
.modal--open .modal {
  z-index: 201;
  opacity: 1;
  pointer-events: auto;
  -webkit-animation-name: anim-open;
  animation-name: anim-open;
  -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.modal--close .modal {
  -webkit-animation-name: anim-close;
  animation-name: anim-close;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes anim-open {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -400px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes anim-open {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -400px, 0);
    transform: translate3d(0, -400px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes anim-close {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 400px, 0);
  }
}
@keyframes anim-close {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 400px, 0);
    transform: translate3d(0, 400px, 0);
  }
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.modal__header {
  background: #755ec6;
}
.modal__header > h2 {
  font: 30px "Roboto-Bold", sans-serif;
  line-height: 30px;
  color: #fff;
  text-align: center;
  padding: 25px 0;
}
.modal__header--green {
  background: #21b1ac;
}
.modal__header--green .modal__close:before {
  border-color: #1a8e8a;
}
.modal__header--green .modal__icon:after {
  border-color: #1a8e8a;
}
.modal__close {
  float: right;
  position: relative;
  background: url("../img/modal-close-icon.png") no-repeat 0 0;
  width: 25px;
  height: 25px;
  margin-top: 27px;
  margin-right: 28px;
  cursor: pointer;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.modal__close:hover {
  background: url("../img/modal-close-icon-hover.png") no-repeat 0 0;
}
.modal__close:before {
  content: "";
  display: block;
  position: absolute;
  top: -12px;
  left: -26px;
  border-left: 1px solid #5e4b9e;
  height: 50px;
}
.modal__icon {
  float: left;
  position: relative;
}
.modal__icon:after {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  right: -20px;
  border-right: 1px solid #5e4b9e;
  height: 50px;
}
.modal__icon--friends {
  background: url("../img/modal-users-icon.png") no-repeat 0 0;
  width: 41px;
  height: 33px;
  margin-top: 23px;
  margin-left: 19px;
}
.modal__icon--games {
  background: url("../img/modal-games-icon.png") no-repeat 0 0;
  width: 45px;
  height: 30px;
  margin-top: 25px;
  margin-left: 18px;
}
.modal__tabs {
  background: #232323;
}
.modal-tabs__list:after {
  content: "";
  display: block;
  clear: both;
}
.modal-tabs__list > li {
  float: left;
}
.modal-tabs__list > li > a {
  font: 18px "Roboto-Medium", sans-serif;
  line-height: 20px;
  color: #919191;
  padding: 20px 30px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.modal-tabs__list > li > a:hover {
  color: #fff;
}
.modal-tabs__list > li > a.active {
  background: #6752b2;
  color: #fff;
}
.modal-tabs__list > li > a > span {
  color: #a05055;
  font-style: italic;
}
.modal__content {
  padding: 20px 30px 50px 30px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 670px;
}
.modal__content:after {
  content: "";
  display: block;
  clear: both;
}
.modal__content--grey {
  background: #d8dcdf;
  padding: 0;
  padding-bottom: 1px;
}
.request-list > li {
  padding: 12px 0;
  border-bottom: 3px solid #f5f7f8;
}
.request-list > li:first-child {
  border-top: 3px solid #f5f7f8;
}
.request-list > li:after {
  content: "";
  display: block;
  clear: both;
}
.more-link-close {
  display: none;
  width: 830px;
  margin-top: 30px;
}
.request-list__who {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 265px;
}
.request-list__who > span {
  position: absolute;
  bottom: 23px;
  left: 134px;
  font: 11px "Roboto-Medium", sans-serif;
  color: #40c9c4;
  text-transform: uppercase;
}
.request-list__who input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  margin: 0;
  cursor: pointer;
  z-index: 101;
}
.request-list__who input[type="checkbox"]:hover + label:before {
  display: block;
  z-index: 98;
}
.request-list__who input[type="checkbox"]:hover + label:after {
  display: block;
}
.request-list__who input[type="checkbox"]:checked + label:before {
  display: block;
  z-index: 100;
}
.request-list__who input[type="checkbox"]:checked + label:after {
  display: block;
}
.request-list__who label:before {
  content: "";
  display: none;
  background: url("../img/checkbox-search-icon.png") no-repeat 0 0;
  width: 36px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.request-list__who label:after {
  content: "";
  display: none;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  width: 120px;
  height: 120px;
  top: 0;
  left: 0;
  z-index: 99;
}
.request-list__who__img {
  display: inline-block;
  vertical-align: middle;
}
.request-list__who__img > img {
  width: 120px;
  height: 120px;
}
.request-list__who__name {
  display: inline-block;
  vertical-align: middle;
  font: 16px "Roboto-Regular", sans-serif;
  color: #435469;
  margin-left: 10px;
}
.request-list__reason {
  display: inline-block;
  vertical-align: middle;
  margin: 0 45px 0 65px;
}
.request-list__reason > a {
  display: inline-block;
  vertical-align: middle;
}
.request-list__reason > p {
  display: inline-block;
  vertical-align: middle;
  width: 170px;
  margin-left: 10px;
  font: 14px "Roboto-Regular", sans-serif;
  color: #5d6d7d;
}
.request-list__reason > p > a {
  display: inline;
  color: #755ec6;
  border-bottom: 1px dotted #755ec6;
}
.btn-group--request {
  float: right;
  margin-top: 42px;
}
.modal__search {
  background: #079b96;
  padding: 10px 25px;
}
.modal__search:after {
  content: "";
  display: block;
  clear: both;
}
.modal__search--text {
  float: left;
  width: 720px;
  font: 16px "Roboto-Regular", sans-serif;
  line-height: 21px;
  color: #fff;
  padding: 8px 10px;
  background: transparent;
  outline: none;
  border: 1px solid #40c9c4;
  height: 39px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.modal__search--text::-webkit-input-placeholder {
  color: #fff;
}
.modal__search--text::-moz-placeholder {
  color: #fff;
}
.modal__search--text:-moz-placeholder {
  color: #fff;
}
.modal__search--text:-ms-input-placeholder {
  color: #fff;
}
.modal__search--text:focus {
  background: #fff;
  color: #36485e;
}
.modal__search--submit-wrap {
  float: left;
  position: relative;
  cursor: pointer;
  width: 50px;
  height: 39px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.modal__search--submit-wrap:hover .modal__search--submit {
  background: #c2bae0;
}
.modal__search--submit-wrap:hover:after {
  background: url("../img/search-icon-hover2.png") no-repeat center center;
}
.modal__search--submit-wrap:after {
  content: "";
  display: block;
  position: absolute;
  background: url("../img/search-icon.png") no-repeat center center;
  width: 19px;
  height: 19px;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.modal__search--submit {
  background: #40c9c4;
  border: 0;
  outline: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.friends-active {
  float: right;
  padding: 15px 30px;
}
.friends-active > p {
  display: inline-block;
  vertical-align: middle;
  font: 16px "Roboto-Medium", sans-serif;
  color: #5d6d7d;
}
.friends-active__count {
  display: inline-block;
  vertical-align: middle;
  background: #5d6d7d;
  font: 16px "Roboto-Bold", sans-serif;
  line-height: 20px;
  padding: 6px 21px 4px 21px;
  color: #fff;
  margin-left: 10px;
}
.friends-search-wrap {
  clear: both;
  background: #fff;
}
.friends-search {
  padding: 20px 40px 30px 40px;
}
.friends-search:after {
  content: "";
  display: block;
  clear: both;
}
.friends-search > li {
  float: left;
  max-width: 270px;
  width: 270px;
  margin-top: 30px;
}
.friends-search > li:nth-child(-n + 3) {
  margin-top: 0;
}
.friends-search > li:nth-child(2n + 1) {
  margin-left: 0;
}
.request-list__who--online img {
  border: 4px solid #40c9c4;
}
.friends-search__btn {
  float: right;
  width: 145px;
  margin: 22px 30px 22px 0;
  font: 14px "Roboto-Bold", sans-serif;
  color: #fff;
  text-transform: uppercase;
  background: #755ec6;
  padding: 15px 0 13px 0;
  text-align: center;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.friends-search__btn:hover {
  background: #fff;
  color: #755ec6;
}
.friends-search__btn:focus {
  background: #594894;
  color: #fff;
}
.modal__search--purple {
  background: #6752b2;
  position: relative;
}
.modal__search--purple .modal__search--text {
  border-color: #9179e5;
}
.modal__search--purple .modal__search--submit {
  background: #8069d1;
}
.modal__search--text--full {
  width: 790px;
}
.friends-search--all {
  padding: 0;
}
.modal__filter {
  position: absolute;
  top: 0;
  right: 10px;
  cursor: pointer;
}
.modal__filter .modal__filter-icon {
  display: block;
  background: url("../img/modal-settings-icon.png") no-repeat center center;
  width: 60px;
  height: 59px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.modal__filter .modal__filter-icon:hover {
  background: url("../img/modal-settings-icon-hover.png") no-repeat center center;
}
.modal__filter.open {
  background: #594894;
}
.modal__filter.open .modal__filter__list {
  display: block;
}
.modal__filter__list {
  display: none;
  position: absolute;
  top: 59px;
  right: -10px;
  z-index: 1000;
  background: #594894;
  width: 340px;
}
.modal__filter__list > li {
  padding: 10px 0 10px 15px;
  border-bottom: 1px solid #7561bd;
}
.modal__filter__list > li:hover {
  background: #755ec6;
}
.modal__filter__list > li:focus {
  background: #8f44ad;
}
.modal__filter__list > li > a {
  font: 15px "Roboto-Regular", sans-serif;
  color: #fff;
  padding: 6px 0 6px 40px;
}
.modal__filter__list > li > a.modal__filter__item--disable-user {
  background: url("../img/disable-user-icon.png") no-repeat 0 4px;
}
.modal__filter__list > li > a.modal__filter__item--delele-msg {
  background: url("../img/trash-icon.png") no-repeat 0 1px;
}
.modal__filter__list > li > a.modal__filter__item--turn-notif {
  background: url("../img/bell-icon.png") no-repeat 0 0;
}
.modal__filter__list > li > a.modal__filter__item--turn-sound {
  background: url("../img/sound-icon.png") no-repeat 0 4px;
}
.filter-checkbox-wrap {
  position: relative;
}
.filter-checkbox-wrap input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  top: 10px;
  left: 0;
  cursor: pointer;
  width: 100%;
  height: 40px;
}
.filter-checkbox-wrap input[type="checkbox"]:checked + .filter-checkbox-content .filter-checkbox-name,
.filter-checkbox-wrap input[type="checkbox"]:checked + .filter-checkbox-content .filter-checkbox-count {
  color: #fff;
}
.filter-checkbox-wrap input[type="checkbox"]:checked ~ label:before {
  background: url("../img/checkbox-filter-icon-active.png") no-repeat 0 9px;
}
.filter-checkbox-wrap img {
  display: inline-block;
  vertical-align: middle;
}
.filter-checkbox-wrap .filter-checkbox-content {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.filter-checkbox-wrap .filter-checkbox-name {
  font: 16px "Roboto-Medium", sans-serif;
  color: #bdb6d4;
}
.filter-checkbox-wrap .filter-checkbox-count {
  display: block;
  font: 14px "Roboto-Medium", sans-serif;
  color: #bdb6d4;
}
.filter-checkbox-wrap label:before {
  content: "";
  display: block;
  float: right;
  background: url("../img/checkbox-filter-icon.png") no-repeat 0 9px;
  width: 22px;
  height: 22px;
  padding: 9px 0;
  margin-right: 10px;
}
.modal__icon--comments {
  background: url("../img/modal-comments-icon.png") no-repeat 0 0;
  width: 35px;
  height: 35px;
  margin-top: 23px;
  margin-left: 22px;
}
.form .form-input-wrap:first-child {
  margin-top: 0;
}
.form-input-wrap {
  margin-top: 30px;
  position: relative;
}
.form-arrow {
  display: block;
  background: url("../img/input-arrow.png") no-repeat 0 0;
  width: 9px;
  height: 5px;
  position: absolute;
  bottom: 19px;
  right: 11px;
  cursor: pointer;
}
.form-arrow:hover {
  background: url("../img/input-arrow-hover.png") no-repeat 0 0;
}
.form-smile {
  display: block;
  position: absolute;
  top: 30px;
  right: 1px;
  background: url("../img/smile-icon.png") no-repeat 0 0;
  width: 31px;
  height: 31px;
  cursor: pointer;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.form-smile:hover {
  background: url("../img/smile-icon-hover.png") no-repeat 0 0;
}
.form-smile:focus {
  background: url("../img/smile-icon-active.png") no-repeat 0 0;
}
.form-input {
  font: 14px "Roboto-Regular", sans-serif;
  color: #919ba1;
  border: 2px solid #ecf0f1;
  outline: none;
  padding: 12px 14px;
  width: 830px;
}
.form-textarea {
  outline: none;
  resize: none;
  width: 830px;
  border: 2px solid #ecf0f1;
  font: 14px "Roboto-Regular", sans-serif;
  color: #919ba1;
  padding: 12px 34px 12px 14px;
  min-height: 170px;
  overflow: auto;
}
.form-label {
  display: block;
  font: 16px "Roboto-Medium", sans-serif;
  color: #919ba1;
  margin-bottom: 10px;
}
.form-submit {
  float: right;
  cursor: pointer;
  text-transform: uppercase;
  font: 12px "Roboto-Bold", sans-serif;
  line-height: 15px;
  color: #fff;
  padding: 11px 23px 9px 23px;
  background: #755ec6;
  border: 0;
  outline: none;
  margin-top: 20px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.form-submit:hover {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  color: #755ec6;
  background: #fff;
}
.form-submit:focus {
  background: #594894;
  color: #fff;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.messages-list > li {
  margin-top: 15px;
}
.messages-list > li:first-child {
  margin-top: 0;
}
.messages-list > li > a {
  width: 70px;
  height: 70px;
  float: left;
}
.messages-list > li > a > img {
  width: 100%;
  height: 100%;
  border: 3px solid #40c9c4;
}
.messages-list > li.unread .messages-list__item__text {
  background: #eaf1fc;
}
.messages-list--answer {
  margin-left: 39px;
}
.messages-list--answer > li:first-child {
  margin-top: 15px;
}
.messages-list__item__text {
  margin-left: 81px;
  padding: 11px 13px;
  background: #f9fafb;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
.messages-list__item__text:hover .message-delete {
  opacity: 1;
}
.messages-list__item__text > h4 {
  font: 16px "Roboto-Regular", sans-serif;
  color: #36485e;
  padding-bottom: 7px;
}
.messages-list__item__text > span {
  font: 12px "Roboto-Regular", sans-serif;
  color: #99a4ae;
}
.messages-list__item__text > p {
  font: 14px "Roboto-Regular", sans-serif;
  color: #5d6d7d;
  padding-top: 10px;
}
.messages-list__item__text--delete:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.4);
  z-index: 99;
}
.messages-list__item__text--delete:hover .message-delete {
  display: none;
}
.write-message {
  margin-top: 20px;
}
.write-message > img {
  float: left;
  width: 70px;
  height: 70px;
}
.write-message .form-wrap {
  margin-left: 80px;
}
.form-textarea--message {
  width: 750px;
  min-height: 70px;
}
.form-textarea--message + .form-smile {
  top: 1px;
  right: 0;
}
.message-delete {
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  opacity: 0;
  position: absolute;
  top: 7px;
  right: 8px;
  background: url("../img/delete-icon.png") no-repeat 0 0;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.message-delete:hover {
  background: url("../img/delete-icon-hover.png") no-repeat 0 0;
}
.message-delete:focus {
  background: url("../img/delete-icon-active.png") no-repeat 0 0;
}
.modal__icon--money {
  background: url("../img/modal-money-icon.png") no-repeat 0 0;
  width: 37px;
  height: 35px;
  margin-top: 21px;
  margin-left: 21px;
}
.modal__content__header {
  padding-bottom: 10px;
  border-bottom: 3px solid #d8dcdf;
}
.modal__content__header > p {
  font: 22px "Roboto-Medium", sans-serif;
  color: #919ba1;
}
.modal__content__header > p > span {
  color: #34495e;
}
.modal__content__header:after {
  content: "";
  display: block;
  clear: both;
}
.money-type-list-wrap {
  padding-bottom: 50px;
}
.money-type-list > li {
  padding: 14px 30px;
  border-bottom: 1px solid #f5f7f8;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.money-type-list > li:hover {
  background: #0f8884;
}
.money-type-list > li:hover p {
  color: #fff;
}
.money-type-list > li:hover span {
  color: #fff;
}
.money-type-list > li:hover .money-type-list__img--type1 {
  background: url("../img/money-type1.png") no-repeat center 6px;
}
.money-type-list > li:hover .money-type-list__img--type2 {
  background: url("../img/money-type2.png") no-repeat center 0;
}
.money-type-list > li:hover .money-type-list__img--type3 {
  background: url("../img/money-type3.png") no-repeat center 6px;
}
.money-type-list > li:hover .money-type-list__img--type4 {
  background: url("../img/money-type4.png") no-repeat center 2px;
}
.money-type-list > li:hover .money-type-list__img--type5 {
  background: url("../img/money-type5.png") no-repeat center 5px;
}
.money-type-list > li:hover .money-type-arrow {
  background: url("../img/money-type-arrow-hover.png") no-repeat 0 0;
}
.money-type-list > li:first-child {
  margin-top: -20px;
}
.money-type-list__img {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 51px;
  text-align: center;
}
.money-type-list__img.money-type-list__img--type1 {
  background: url("../img/money-type1-hover.png") no-repeat center 6px;
}
.money-type-list__img.money-type-list__img--type2 {
  background: url("../img/money-type2-hover.png") no-repeat center 0;
}
.money-type-list__img.money-type-list__img--type3 {
  background: url("../img/money-type3-hover.png") no-repeat center 6px;
}
.money-type-list__img.money-type-list__img--type4 {
  background: url("../img/money-type4-hover.png") no-repeat center 2px;
}
.money-type-list__img.money-type-list__img--type5 {
  background: url("../img/money-type5-hover.png") no-repeat center 5px;
}
.money-type-list__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
}
.money-type-list__text > p {
  font: 18px "Roboto-Medium", sans-serif;
  color: #34495e;
  padding-bottom: 4px;
}
.money-type-list__text > span {
  font: 14px "Roboto-Regular", sans-serif;
  color: #98a2a7;
}
.money-type-arrow {
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  background: url("../img/money-type-arrow.png") no-repeat 0 0;
  width: 9px;
  height: 15px;
}
.payment-systems {
  text-align: center;
}
.payment-systems > p {
  padding-top: 20px;
  font: 16px "Roboto-Regular", sans-serif;
  color: #34495e;
  text-align: left;
}
.payment-systems > p > span {
  font-family: "Roboto-Bold", sans-serif;
  color: #34495e;
}
.payment-systems-list {
  display: inline-block;
}
.payment-systems-list > li {
  position: relative;
  margin-top: 20px;
}
.payment-systems-list > li > a {
  border: 2px solid transparent;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.payment-systems-list > li:hover > a {
  border: 2px solid #745ec5;
}
.modal__footer {
  background: #d8dcdf;
  padding: 15px 30px 15px 30px;
  text-align: center;
}
.modal__footer:after {
  content: "";
  display: block;
  clear: both;
}
.modal__footer__btn {
  float: right;
  font: 14px "Roboto-Bold", sans-serif;
  color: #fff;
  text-transform: uppercase;
  background: #755ec6;
  padding: 15px 27px 13px 27px;
  border: 0;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.modal__footer__btn:hover {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  color: #755ec6;
  background: #fff;
}
.modal__footer__btn:focus {
  background: #594894;
  color: #fff;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.modal__icon--prev {
  background: url("../img/modal-prev-icon.png") no-repeat 0 0;
  width: 17px;
  height: 30px;
  margin-top: 25px;
  margin-left: 30px;
}
.modal__icon--prev:after {
  right: -33px;
}
.card-type-list {
  float: right;
}
.card-type-list > li {
  line-height: 27px;
  display: inline-block;
  margin-left: 20px;
}
.card-type-list > li > img {
  vertical-align: middle;
}
.modal__content__header--card > p {
  float: left;
}
.payment-count {
  padding-top: 20px;
}
.payment-count .radio-btn-group:first-child {
  margin-top: 0;
}
.radio-btn-group {
  margin-top: 25px;
  position: relative;
  float: left;
  clear: both;
}
.radio-btn-group:after {
  content: "";
  display: block;
  clear: both;
}
.radio-btn-group > input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
  z-index: 99;
}
.radio-btn-group > input:hover + label:before {
  background: url("../img/radiobtn-hover.png") no-repeat 0 0;
}
.radio-btn-group > input:checked + label:before {
  background: url("../img/radiobtn-checked.png") no-repeat 0 0;
}
.radio-btn-group > label {
  float: left;
}
.radio-btn-group > label:before {
  content: "";
  display: block;
  clear: both;
  background: url("../img/radiobtn.png") no-repeat 0 0;
  width: 22px;
  height: 22px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.radio-btn {
  display: block;
  background: url("../img/radiobtn.png") no-repeat 0 0;
  width: 22px;
  height: 22px;
  cursor: pointer;
  float: left;
}
.radio-btn:hover {
  background: url("../img/radiobtn-hover.png") no-repeat 0 0;
}
.radio-btn.checked {
  background: url("../img/radiobtn-checked.png") no-repeat 0 0;
}
.radio-btn-content {
  float: left;
  padding-left: 9px;
}
.radio-btn-content > p {
  font: 16px "Roboto-Regular", sans-serif;
  color: #34495e;
  padding: 2px 0;
}
.radio-btn-content > span {
  font: 14px "Roboto-Regular", sans-serif;
  color: #919ba1;
}
.radio-btn-input {
  display: block;
  margin-top: 8px;
  border: 2px solid #ecf0f1;
  color: #919ba1;
  font: 14px "Roboto-Regular", sans-serif;
  outline: none;
  padding: 12px 10px;
  width: 225px;
  position: relative;
  z-index: 100;
}
.input-group {
  margin-top: 20px;
  clear: both;
  float: left;
  position: relative;
}
.input-group > label {
  float: left;
  font: 16px "Roboto-Regular", sans-serif;
  color: #919ba1;
  width: 135px;
  text-align: left;
  padding: 13px 0;
}
.input-group > input {
  float: left;
  margin-left: 20px;
  padding: 11px 8px;
  width: 370px;
  color: #34495e;
  font: 16px "Roboto-Regular", sans-serif;
  outline: none;
  border: 2px solid #ecf0f1;
}
.payment-phone {
  margin-top: 20px;
}
.payment-phone > p {
  display: inline-block;
  color: #34495e;
  font: 16px "Roboto-Regular", sans-serif;
}
.payment-phone > a {
  display: inline-block;
  margin-left: 20px;
  font: 14px "Roboto-Regular", sans-serif;
  color: #745ec5;
  border-bottom: 1px dotted #745ec5;
}
.webpayment-img {
  position: absolute;
  top: 75px;
  right: 30px;
}
.payment-systems-list--inline > li {
  margin-top: 10px;
  float: left;
  width: 268px;
  text-align: center;
  height: 124px;
  margin-left: 10px;
}
.payment-systems-list--inline > li:first-child {
  margin-left: 0;
}
.payment-systems-list--inline > li > a {
  display: inline-block;
  line-height: 124px;
  width: 100%;
  height: 100%;
}
.payment-systems-list--inline > li > a > img {
  vertical-align: middle;
}
.profile-info {
  margin-top: 10px;
}
.profile-info:after {
  content: "";
  display: block;
  clear: both;
}
.profile-info > img {
  float: left;
}
.profile-info__content {
  float: left;
  margin-left: 30px;
}
.profile-info__content__item {
  padding-bottom: 12px;
  border-top: 1px solid #f5f7f8;
}
.profile-info__content__item:first-child {
  border-top: 0;
}
.profile-info__content__item:last-child {
  padding-bottom: 0;
}
.profile-info__content__item:after {
  content: "";
  display: block;
  clear: both;
}
.profile-info__content__item > h3 {
  font: 24px "Roboto-Medium", sans-serif;
  color: #34495e;
  margin-bottom: 7px;
}
.profile-info__content__item > span {
  font: 12px "Roboto-Medium", sans-serif;
  color: #40c9c4;
  text-transform: uppercase;
}
.profile-info__content__item > p {
  font: 16px "Roboto-Regular", sans-serif;
  color: #5d6d7d;
  display: inline-block;
  vertical-align: middle;
  padding-top: 12px;
}
.profile-info__content__item > p:first-child {
  width: 185px;
  padding-right: 65px;
}
.profile-info__content__item .profile-info__count {
  padding-top: 11px;
  float: left;
  margin-left: 85px;
}
.profile-info__content__item .profile-info__count:first-child {
  margin-left: 0;
}
.profile-info__content__item .profile-info__count > p {
  font: 18px "Roboto-Medium", sans-serif;
  color: #34495e;
  display: inline-block;
  vertical-align: middle;
}
.profile-info__content__item .profile-info__count > p.profile-info__count__games:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url("../img/count-games-icon.png") no-repeat 0 0;
  width: 36px;
  height: 24px;
  margin-right: 17px;
}
.profile-info__content__item .profile-info__count > p.profile-info__count__friends:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url("../img/count-users-icon.png") no-repeat 0 0;
  width: 30px;
  height: 25px;
  margin-right: 10px;
}
.profile-btn-group {
  margin-top: 18px;
}
.profile-btn {
  font: 14px "Roboto-Bold", sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 17px 0 13px 0;
  width: 260px;
  border: 0;
  display: inline-block;
  vertical-align: middle;
  background: #755ec6;
  line-height: 20px;
  text-align: center;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  margin-left: 5px;
}
.profile-btn:first-child {
  margin-left: 0;
}
.profile-btn:hover {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  color: #755ec6;
  background: #fff;
}
.profile-btn:focus {
  background: #594894;
  color: #fff;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.profile-btn--added {
  background: #d7dce2;
  color: #99a4ae;
}
.profile-btn--added:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  background: #d7dce2;
  color: #99a4ae;
}
.profile-btn--added:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  background: #d7dce2;
  color: #99a4ae;
}
.profile-main {
  clear: both;
  margin-top: 40px;
}
.col__content--profile .my-games > li {
  margin-top: 35px;
}
.col__content--profile .my-games > li:nth-child(5n + 1) {
  margin-left: 0;
}
.col__content--profile .my-games > li:nth-child(-n + 5) {
  margin-top: 0;
}
.col__content--profile--more {
  padding-bottom: 30px;
  position: relative;
}
.profile-news {
  margin-top: 30px;
}
.profile-news-list > li {
  padding: 20px 0;
  border-bottom: 1px solid #f5f7f8;
}
.profile-news-list > li:first-child {
  padding-top: 0;
}
.profile-news-list > li:after {
  content: "";
  display: block;
  clear: both;
}
.profile-news-list > li > a {
  float: right;
}
.profile-news-list > li a.profile-news-list__item__img {
  float: left;
}
.profile-news-list__item__content {
  float: left;
  margin-left: 10px;
  padding: 10px 0;
}
.profile-news-list__item__content > a {
  font: 16px "Roboto-Regular", sans-serif;
  color: #34495e;
}
.profile-news-list__item__content > p {
  font: 14px "Roboto-Regular", sans-serif;
  color: #5d6d7d;
  display: inline-block;
  padding: 5px 0 4px 0;
}
.profile-news-list__item__content > p > a {
  display: inline-block;
  color: #21b1ac;
  border-bottom: 1px dotted #21b1ac;
}
.profile-news-list__item__content > span {
  display: block;
  color: #99a4ae;
  font: 12px "Roboto-Regular", sans-serif;
}
.modal__icon--config {
  background: url("../img/modal-config-icon.png") no-repeat 0 0;
  width: 35px;
  height: 35px;
  margin-top: 21px;
  margin-left: 21px;
}
.modal-tabs__list--lg > li > a {
  padding: 20px 25px;
}
.profile-form-wrap {
  padding: 0 65px;
}
.profile-form > .profile-form-group:first-child {
  margin-top: 0;
}
.profile-input-group {
  float: left;
  margin-top: 15px;
  clear: both;
  position: relative;
}
.profile-input-group > a {
  font: 14px "Roboto-Regular", sans-serif;
  color: #21b1ac;
  border-bottom: 1px dotted #21b1ac;
  float: left;
  margin: 13px 0 13px 15px;
}
.profile-input-group > label {
  font: 16px "Roboto-Regular", sans-serif;
  color: #9aa3a8;
  width: 145px;
  margin-right: 20px;
  float: left;
  padding: 13px 0;
}
.profile-input-group > input {
  float: left;
  border: 2px solid #ecf0f1;
  outline: none;
  width: 370px;
  padding: 11px 12px;
  font: 16px "Roboto-Regular", sans-serif;
  color: #36485e;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.profile-input-group > input:focus {
  border-color: #755ec6;
}
.profile-select-group {
  float: left;
  position: relative;
}
.profile-select-group .profile-select:first-child {
  margin-left: 0;
}
.profile-select-dropdown {
  height: 180px;
  display: none;
  position: absolute;
  left: 0;
  background: #fff;
  border: 2px solid #745ec5;
  border-top: 0;
  top: 40px;
  z-index: 1000;
  padding-bottom: 18px;
}
.profile-select-dropdown li {
  padding: 35px 8px 0 8px;
  color: #808b8d;
}
.profile-select-dropdown li:hover {
  color: #745ec5;
}
.profile-select-dropdown li:first-child {
  padding-top: 27px;
}
.profile-select--xs .profile-select-dropdown {
  width: 83px;
}
.profile-select--single .profile-select-dropdown {
  width: 370px;
}
.profile-select--sm .profile-select-dropdown {
  width: 102px;
}
.profile-select--lg .profile-select-dropdown {
  width: 175px;
}
.profile-select {
  float: left;
  font: 16px "Roboto-Regular", sans-serif;
  color: #2d3e50;
  margin-left: 5px;
  position: relative;
  cursor: pointer;
}
.profile-select.open > p {
  border-color: #755ec6;
}
.profile-select.open:after {
  background: url("../img/arrow-dropdown-hover.png") no-repeat 0 0;
}
.profile-select.open .profile-select-dropdown {
  display: block;
}
.profile-select:hover > p {
  border-color: #755ec6;
}
.profile-select:hover:after {
  background: url("../img/arrow-dropdown-hover.png") no-repeat 0 0;
}
.profile-select > p {
  padding: 10px 8px;
  border: 2px solid #ecf0f1;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.profile-select:after {
  content: "";
  display: block;
  clear: both;
  background: url("../img/arrow-dropdown.png") no-repeat 0 0;
  width: 9px;
  height: 5px;
  position: absolute;
  top: 20px;
  right: 10px;
}
.profile-select--xs {
  width: 83px;
}
.profile-select--sm {
  width: 102px;
}
.profile-select--lg {
  width: 175px;
}
.profile-radiobtn-group {
  float: left;
}
.profile-radiobtn-group .profile-radiobtn-wrap:first-child {
  margin-left: 0;
}
.profile-radiobtn-wrap {
  display: inline-block;
  vertical-align: middle;
  margin-left: 35px;
  cursor: pointer;
  padding: 11px 0;
  position: relative;
}
.profile-radiobtn-wrap input[type="radio"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  margin: 0;
  cursor: pointer;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.profile-radiobtn-wrap input[type="radio"]:hover + label:before {
  background: url("../img/radiobtn-hover.png") no-repeat 0 0;
}
.profile-radiobtn-wrap input[type="radio"]:checked + label:before {
  background: url("../img/radiobtn-checked.png") no-repeat 0 0;
}
.profile-radiobtn-wrap label {
  font: 16px "Roboto-Regular", sans-serif;
  color: #36485e;
}
.profile-radiobtn-wrap label:before {
  content: "";
  display: inline-block;
  vertical-align: -5px;
  background: url("../img/radiobtn.png") no-repeat 0 0;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.profile-radiobtn {
  background: url("../img/radiobtn.png") no-repeat 0 0;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
}
.profile-radiobtn:hover {
  background: url("../img/radiobtn-hover.png") no-repeat 0 0;
}
.profile-radiobtn.checked {
  background: url("../img/radiobtn-checked.png") no-repeat 0 0;
}
.profile-select--single {
  float: left;
  margin-left: 0;
  width: 370px;
}
.profile-photo-group {
  float: left;
}
.profile-photo-group .profile-photo:first-child {
  margin-left: 0;
}
.profile-photo-wrap {
  float: left;
}
.profile-photo {
  float: left;
  margin-left: 10px;
}
.profile-photo--lg {
  width: 270px;
  height: 270px;
}
.profile-photo--sm {
  width: 120px;
  height: 120px;
}
.profile-photo--xs {
  width: 70px;
  height: 70px;
}
.upload-photo-wrap {
  float: left;
  clear: both;
  margin-top: 10px;
  position: relative;
}
.upload-photo {
  background: #755ec6;
  width: 270px;
  font: 14px "Roboto-Bold", sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-align: right;
  line-height: 14px;
  padding: 19px 50px 17px 0;
  position: relative;
  cursor: pointer;
  z-index: 99;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.upload-photo:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 50px;
  border-left: 1px solid #9886d4;
  height: 44px;
}
.upload-photo:after {
  content: "";
  display: block;
  position: absolute;
  background: url("../img/upload-icon.png") no-repeat 0 0;
  width: 23px;
  height: 21px;
  top: 15px;
  left: 14px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.upload-photo-input {
  opacity: 0;
  width: 270px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 100;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.upload-photo-input:hover + .upload-photo {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  color: #755ec6;
  background: #fff;
}
.upload-photo-input:hover + .upload-photo:after {
  background: url("../img/upload-icon-hover.png") no-repeat 0 0;
}
.upload-photo-input:focus + .upload-photo {
  background: #594894;
  color: #fff;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.upload-photo-input:focus + .upload-photo:after {
  background: url("../img/upload-icon.png") no-repeat 0 0;
}
.modal__footer__btn--green {
  background: #21b1ac;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.modal__footer__btn--green:hover {
  color: #21b1ac;
}
.modal__footer__btn--green:focus {
  background: #0f8884;
  color: #fff;
}
.profile-photo-wrap--inline {
  display: block;
  width: 480px;
  margin: 25px auto 0 auto;
  float: none;
  text-align: center;
}
.modal__content--profile > p {
  font: 14px "Roboto-Regular", sans-serif;
  color: #5d6d7d;
  line-height: 22px;
}
.dialog-list__item {
  padding: 17px 30px;
  cursor: pointer;
  margin-top: 12px;
  position: relative;
}
.dialog-list__item:hover .dialog-list__item__delete {
  opacity: 1;
}
.dialog-list__item:after {
  content: "";
  display: block;
  border-bottom: 3px solid #f5f7f8;
  position: relative;
  bottom: -20px;
}
.dialog-list__item--unread {
  background: #eaf1fc;
}
.dialog-list__item--unread:before {
  display: none !important;
}
.dialog-list__item--unread:after {
  display: none !important;
}
.dialog-list__item__content {
  padding: 20px 30px;
}
.dialog-list > li:first-child:before {
  content: "";
  display: block;
  border-top: 3px solid #f5f7f8;
  position: relative;
  top: -20px;
}
.dialog-list__item__img {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  height: 80px;
}
.dialog-list__item__img > img {
  width: 100%;
  height: 100%;
}
.dialog-list__item__who {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 205px;
}
.dialog-list__item__who > a {
  font: 16px "Roboto-Regular", sans-serif;
  color: #36485e;
}
.dialog-list__item__who > p {
  font: 12px "Roboto-Regular", sans-serif;
  color: #99a4ae;
  padding-top: 4px;
}
.dialog-list__item__who > span {
  font: 11px "Roboto-Medium", sans-serif;
  color: #40c9c4;
  text-transform: uppercase;
}
.dialog-list__item__img--online .dialog-list__item__img > img {
  border: 3px solid #40c9c4;
}
.dialog-list__item__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 50px;
  font: 14px "Roboto-Regular", sans-serif;
  color: #5d6d7d;
  width: 425px;
}
.dialog-list__item__text > img {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
}
.dialog-list__item__text > p > a {
  display: inline;
  color: #21b1ac;
  border-bottom: 1px dotted #21b1ac;
}
.dialog-list__item__text--img > p {
  display: inline-block;
  width: 355px;
  vertical-align: middle;
  margin-left: 12px;
}
.dialog-list__item__delete {
  opacity: 0;
  position: absolute;
  top: 10px;
  right: 30px;
  background: url("../img/delete-icon.png") no-repeat 0 0;
  width: 15px;
  height: 15px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.dialog-list__item__delete:hover {
  background: url("../img/delete-icon-hover.png") no-repeat 0 0;
}
.dialog-list__item__message-count {
  display: inline-block;
  vertical-align: middle;
  font: 13px "Roboto-Medium", sans-serif;
  line-height: 35px;
  color: #fff;
  background: #21b1ac;
  /* padding: 8px; */
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
}
.modal__content--dialog {
  padding: 20px 0 50px 0;
}
.tooltip {
  font: 14px "Roboto-Regular", sans-serif;
  color: #fff;
  background: #425161;
  width: 130px;
  position: absolute;
  top: -35px !important;
}
.tooltip .tooltip-inner {
  text-align: center;
  padding: 9px 0;
}
.tooltip .tooltip-arrow {
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #425161 transparent transparent transparent;
}
.tooltip-profile {
  top: 178px !important;
  padding: 10px;
}
.tooltip-profile .popover-title {
  font: 14px "Roboto-Regular", sans-serif;
  color: #fff;
}
.tooltip-profile .popover-content {
  padding-top: 10px;
}
.tooltip-profile .popover-content a {
  display: inline;
  font: 14px "Roboto-Regular", sans-serif;
  color: #21b1ac;
  border-bottom: 1px dotted #21b1ac;
}
.popover-profile {
  width: 170px;
  text-align: center;
}
.tooltip-payment {
  top: 168px !important;
  width: 268px;
  background: #745ec5;
}
.tooltip-payment .tooltip-arrow {
  border-color: #745ec5 transparent transparent transparent;
}
.tooltip-payment .tooltip-inner {
  padding: 10px;
  text-align: left;
}
.tooltip-payment .tooltip-inner > h5 {
  font: 20px "Roboto-Regular", sans-serif;
  color: #fff;
}
.tooltip-payment .tooltip-inner > p {
  font: 16px "Roboto-Regular", sans-serif;
  color: #c6bce9;
  padding: 10px 0;
}
.tooltip-payment .tooltip-inner > a {
  font: 16px "Roboto-Regular", sans-serif;
  color: #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
}
.modal__icon--news {
  background: url("../img/modal-news-icon.png") no-repeat 0 0;
  width: 36px;
  height: 36px;
  margin: 22px 0 0 22px;
}
.checkbox-list {
  padding: 3px 0;
}
.checkbox-list > li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 37px;
}
.checkbox-list > li:first-child {
  margin-left: 0;
}
.checkbox-list > li > input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 22px;
  top: 0;
  left: 0;
  cursor: pointer;
  margin: 0;
}
.checkbox-list > li > input[type="checkbox"]:hover + label:before {
  background: url("../img/modal-checkbox-icon-hover.png") no-repeat 0 0;
}
.checkbox-list > li > input[type="checkbox"]:checked + label {
  color: #fff;
}
.checkbox-list > li > input[type="checkbox"]:checked + label:before {
  background: url("../img/modal-checkbox-icon-active.png") no-repeat 0 0;
}
.checkbox-list > li > label {
  font: 16px "Roboto-Medium", sans-serif;
  color: #cbc6e2;
  display: inline-block;
  line-height: 22px;
}
.checkbox-list > li > label:before {
  content: "";
  display: inline-block;
  vertical-align: -5px;
  background: url("../img/modal-checkbox-icon.png") no-repeat 0 0;
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
.news-list > li {
  padding: 20px 0;
  border-bottom: 3px solid #f5f7f8;
  position: relative;
}
.news-list > li:first-child {
  border-top: 3px solid #f5f7f8;
}
.news-list > li:after {
  content: "";
  display: block;
  clear: both;
}
.news-list > li.news-list__item--delete:hover .news-list__item__delete {
  display: none;
}
.news-list > li.news-list__item--delete:hover .news-list__item--right {
  margin-right: 0;
}
.news-list > li:hover .news-list__item--right {
  margin-right: 35px;
}
.news-list > li:hover .news-list__item__delete {
  opacity: 1;
}
.news-list__item__delete {
  opacity: 0;
  position: absolute;
  background: url("../img/delete-icon.png") no-repeat 0 0;
  width: 15px;
  height: 15px;
  top: 20px;
  right: 0;
  cursor: pointer;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.news-list__item__delete:hover {
  background: url("../img/delete-icon-hover.png") no-repeat 0 0;
}
.news-list__item--left {
  float: left;
}
.news-list__item--left > a {
  display: inline-block;
  vertical-align: middle;
}
.news-list__item--left .news-list__item__author {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 610px;
}
.news-list__item--left .news-list__item__author .news-list__item__banner {
  float: left;
}
.news-list__item--left .news-list__item__author .news-list__item__banner > img {
  padding: 10px 0;
}
.news-list__item--left .news-list__item__author > a {
  font: 16px "Roboto-Regular", sans-serif;
  color: #2d3e50;
}
.news-list__item--left .news-list__item__author > p {
  font: 14px "Roboto-Regular", sans-serif;
  color: #5d6d7d;
  padding: 6px 0 2px 0;
}
.news-list__item--left .news-list__item__author > p > a {
  display: inline;
  color: #21b1ac;
  border-bottom: 1px dotted #21b1ac;
}
.news-list__item--left .news-list__item__author > span {
  font: 12px "Roboto-Regular";
  color: #99a4ae;
  display: block;
  clear: both;
}
.news-list__item--left .news-list__item__author--top {
  vertical-align: top;
}
.news-list__item--right {
  float: right;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.news-list__item__delete-message {
  position: absolute;
  width: 320px;
  padding: 20px 0;
  background: #425161;
  left: 50%;
  top: 50%;
  margin-left: -160px;
  margin-top: -30px;
  text-align: center;
  z-index: 100;
}
.news-list__item__delete-message > p {
  font: 16px "Roboto-Regular", sans-serif;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  padding-right: 25px;
}
.news-list__item__delete-message > a {
  display: inline-block;
  vertical-align: middle;
  font: 16px "Roboto-Regular", sans-serif;
  color: #40c3be;
  border-bottom: 1px dotted #40c3be;
}
.messages-list__item__delete-message {
  position: absolute;
  width: 320px;
  padding: 20px 0;
  background: #425161;
  left: 50%;
  top: 50%;
  margin-left: -160px;
  margin-top: -30px;
  text-align: center;
  z-index: 100;
}
.messages-list__item__delete-message > p {
  font: 16px "Roboto-Regular", sans-serif;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  padding-right: 25px;
}
.messages-list__item__delete-message > a {
  display: inline-block;
  vertical-align: middle;
  font: 16px "Roboto-Regular", sans-serif;
  color: #40c3be;
  border-bottom: 1px dotted #40c3be;
}
.messages-list__item__delete-message--lg {
  width: 400px;
  margin-left: -200px;
}
.messages-list__item__delete-message--lg > a {
  margin-left: 10px;
}
.news-list__item--delete:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.4);
  z-index: 99;
}
.popover {
  background: #745ec5;
}
.modal__content__left {
  width: 330px;
  float: left;
  margin-right: 95px;
}
.modal__content__left > p {
  font: 16px "Roboto-Regular", sans-serif;
  color: #5d6d7d;
  padding-bottom: 30px;
}
.modal__content__left > p > span {
  text-transform: uppercase;
  color: #755ec6;
}
.modal__content__left > a {
  font: 16px "Roboto-Regular", sans-serif;
  color: #21b1ac;
  display: inline-block;
  border-bottom: 1px dotted #21b1ac;
}
.modal__content__left__list-wrap {
  margin: 0 -30px;
  margin-top: 20px;
  width: 890px;
  background: #fff;
}
.modal__content__left__list__item {
  background: #f9fafb;
  padding: 15px 30px;
}
.modal__content__left__list__item--gray {
  background: #e2e4e7;
}
.modal__content__left__list__item__img {
  width: 34px;
  height: 35px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  line-height: 33px;
}
.modal__content__left__list__item__img > img {
  vertical-align: middle;
}
.modal__content__left__list__item > p {
  display: inline-block;
  vertical-align: middle;
  font: 14px "Roboto-Regular", sans-serif;
}
.modal__content__left__list__item__type {
  color: #36485e;
  margin: 0 160px 0 25px;
  width: 300px;
  text-align: left;
}
.modal__content__left__list__item__date {
  color: #36485e;
}
.modal__content__left__list__item__count {
  color: #6752b2;
  width: 100px;
  text-align: left;
  margin-right: 125px;
}
.modal__content__right {
  float: right;
  width: 405px;
}
.modal__content__right > h4 {
  font: 22px "Roboto-Regular", sans-serif;
  color: #36485e;
  border-bottom: 3px solid #d8dcdf;
  padding-bottom: 5px;
}
.modal__content__right > p {
  font: 16px "Roboto-Regular", sans-serif;
  text-transform: uppercase;
  color: #36485e;
  padding-bottom: 30px;
}
.modal__content__right > p > span {
  font: 48px "Roboto-Light", sans-serif;
  color: #755ec6;
}
.modal__content__right > a {
  font: 16px "Roboto-Regular", sans-serif;
  color: #21b1ac;
  display: inline-block;
  border-bottom: 1px dotted #21b1ac;
}
.modal__content__exit {
  text-align: center;
  padding-top: 40px;
}
.modal__content__exit > p {
  font: 16px "Roboto-Regular", sans-serif;
  color: #34495e;
}
.modal__content__btn-group {
  margin-top: 40px;
}
.modal__content__btn-group button {
  margin-left: 20px;
}
.modal__content__btn-group button:first-child {
  margin-left: 0;
}
.modal__content__btn {
  display: inline-block;
  vertical-align: middle;
  font: 14px "Roboto-Bold", sans-serif;
  text-transform: uppercase;
  color: #fff;
  width: 235px;
  padding: 14px 0;
  background: #21b1ac;
  border: 0;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.modal__content__btn:hover {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  color: #21b1ac;
  background: #fff;
}
.modal__content__btn:focus {
  background: #0f8884;
  color: #fff;
  box-shadow: 0;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
}
.modal__content__btn--grey {
  background: #586b7e;
  color: #e4e6e9;
}
.modal__content__btn--grey:hover {
  color: #83909d;
}
.modal__content__btn--grey:focus {
  background: #425569;
  color: #e4e6e9;
}
.modal__header__logo {
  padding-top: 22px;
  text-align: center;
  display: inline-block;
  margin-left: 235px;
}
.modal__tabs--sign .modal-tabs__list > li > a {
  width: 180px;
  text-align: center;
}
.modal__content--sign {
  padding: 30px;
}
.sign-submit {
  clear: both;
  display: block;
  margin-bottom: 45px;
  width: 100%;
  font: 18px "Roboto-Bold", sans-serif;
  color: #fff;
  text-transform: uppercase;
  background: #21b1ac;
  border: 0;
  cursor: pointer;
  outline: none;
  padding: 19px 0;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.sign-submit:hover {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  color: #21b1ac;
  background: #fff;
}
.sign-submit:focus {
  background: #0f8884;
  color: #fff;
  box-shadow: 0;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
}
.sign-form-wrap > p {
  font: 16px "Roboto-Regular", sans-serif;
  color: #34495e;
  text-align: center;
  width: 395px;
  margin: 0 auto 20px auto;
}
.sign-input {
  margin-bottom: 10px;
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.sign-input.sign-input--last {
  margin-bottom: 30px;
}
.sign-input input {
  width: 100%;
  font: 16px "Roboto-Regular", sans-serif;
  color: #808b96;
  border: 2px solid #ecf0f1;
  background: #f5f7f8;
  padding: 18px 13px;
  line-height: 20px;
  outline: none;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.sign-input input:focus {
  border-color: #21b1ac;
}
.sign-input .sign-input__checkbox {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
  z-index: 100;
}
.sign-input .sign-input__checkbox:hover + label:before {
  background: url("../img/checkbox-icon-hover.png") no-repeat 0 0;
}
.sign-input .sign-input__checkbox:checked + label:before {
  background: url("../img/checkbox-icon-active.png") no-repeat 0 0;
}
.sign-input label {
  font: 16px "Roboto-Regular", sans-serif;
  color: #34495e;
}
.sign-input label > a {
  display: inline;
  color: #755ec6;
  border-bottom: 1px dotted #755ec6;
  position: relative;
  z-index: 101;
}
.sign-input label:before {
  content: "";
  display: inline-block;
  vertical-align: -5px;
  background: url("../img/checkbox-icon.png") no-repeat 0 0;
  width: 22px;
  height: 22px;
  margin-right: 12px;
}
.sign-input label.error:before {
  background: none;
}
.sign-input label.error {
  margin-left: -22px;
  color: #d30907;
}
.sign-input input.error {
  margin-bottom: 10px;
}
label.error {
  display: block;
  margin-left: 7px;
  margin-top: 5px;
  color: #d30907;
}
.sign-social-wrap {
  padding-top: 20px;
  border-top: 3px solid #d8dcdf;
}
.sign-social-text {
  float: left;
  height: 35px;
  line-height: 35px;
  font-family: "Roboto-Regular", sans-serif;
  color: #5d6d7d;
}
.sign-social-list {
  margin:0 auto;
  width: 472px;
}
.sign-social-list > li {
  float: left;
  margin-left: 5px;
}
.sign-social-list > li:first-child {
  margin-left: 9px;
}
.sign-social-list > li > a {
  width: 35px;
  height: 35px;
}
.sign-social-list > li > a:hover {
  opacity: 0.8;
}
.sign-social-list > li > a.sign-social__vk {
  background: url("../img/vk-icon.png") no-repeat 0 0;
}
.sign-social-list > li > a.sign-social__fb {
  background: url("../img/fb-icon.png") no-repeat 0 0;
}
.sign-social-list > li > a.sign-social__google {
  background: url("../img/google-icon.png") no-repeat 0 0;
}
/*.sign-social-list > li > a.sign-social__tw {
  background: url("../img/sign-tw.png") no-repeat 0 0;
}*/
.sign-social-list > li > a.sign-social__ok {
  background: url("../img/ok-icon.png") no-repeat 0 0;
}
.sign-social-list > li > a.sign-social__lf {
  background: url("../img/lf-icon-2.png") no-repeat 0 0;
}
.sign-social-list > li > a.sign-social__mm {
  background: url("../img/mm-icon.png") no-repeat 0 0;
}
/*.sign-social-list > li > a.sign-social__vk {
  background: url("../img/sign_vk.png") no-repeat 0 0;
}
.sign-social-list > li > a.sign-social__fb {
  background: url("../img/sign_fb.png") no-repeat 0 0;
}
.sign-social-list > li > a.sign-social__google {
  background: url("../img/sign_google.png") no-repeat 0 0;
}
.sign-social-list > li > a.sign-social__tw {
  background: url("../img/sign-tw.png") no-repeat 0 0;
}
.sign-social-list > li > a.sign-social__ok {
  background: url("../img/sign_ok.png") no-repeat 0 0;
}
.sign-social-list > li > a.sign-social__lf {
  background: url("../img/sign_lf.png") no-repeat 0 0;
}
.sign-social-list > li > a.sign-social__mm {
  background: url("../img/sign_mm.png") no-repeat 0 0;
}*/
.modal__search--text--sm {
  width: 450px;
}
.modal__search__list {
  float: left;
  padding: 10px 0;
  margin-right: 45px;
}
.modal__search__list > li {
  float: left;
  margin-left: 30px;
}
.modal__search__list > li:first-child {
  margin-left: 0;
}
.modal__search__list > li > a {
  font: 16px "Roboto-Medium", sans-serif;
  color: #b3a9d9;
}
.modal__search__list > li > a.active {
  color: #fff;
}
.chat {
  width: 315px;
  margin: 0 auto;
  background: #415b76;
  border-radius: 4px;
  position: relative;
}
.chat__user {
  font: 14px "Roboto-Medium", sans-serif;
  color: #fff;
  line-height: 15px;
  padding: 10px 11px;
}
.chat__resize {
  background: url("../img/resize-icon.png") no-repeat 0 0;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 12px;
  right: 34px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.chat__resize:hover {
  background: url("../img/resize-icon-hover.png") no-repeat 0 0;
}
.chat__close {
  background: url("../img/close-icon.png") no-repeat 0 0;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 11px;
  right: 10px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.chat__close:hover {
  background: url("../img/close-icon-hover.png") no-repeat 0 0;
}
.chat__dialog-wrap {
  padding: 0 3px 20px 3px;
}
.chat__dialog__date {
  font: 12px "Roboto-Regular", sans-serif;
  position: relative;
  color: #99a4ae;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 15px;
}
.chat__dialog__date:before {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: 4px;
  border-top: 1px solid #d8d9dd;
  width: 110px;
  height: 1px;
}
.chat__dialog__date:after {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  right: 4px;
  border-top: 1px solid #d8d9dd;
  width: 110px;
  height: 1px;
}
.chat__dialog__list {
  background: #fff;
}
.chat__dialog__list__item {
  padding: 0 10px;
}
.chat__dialog__list__item:after {
  content: "";
  display: block;
  clear: both;
}
.chat__dialog__list__item > a {
  float: left;
  width: 40px;
  height: 40px;
}
.chat__dialog__list__item > a > img {
  width: 100%;
  height: 100%;
}
.chat__dialog {
  float: left;
  width: 235px;
  margin-left: 10px;
}
.chat__dialog__item {
  margin-bottom: 5px;
  position: relative;
}
.chat__dialog__item > p {
  font: 12px "Roboto-Regular", sans-serif;
  color: #5d6d7d;
  padding: 10px;
  background: #f1f3f4;
}
.chat__dialog__item:before {
  content: "";
  position: absolute;
  top: 14px;
  left: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 7px 6px 0;
  border-color: transparent #f1f3f4 transparent transparent;
}
.chat__dialog__item:after {
  content: "";
  position: absolute;
  top: 14px;
  right: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 7px;
  border-color: transparent transparent transparent #f1f3f4;
}
.chat__dialog__item--left:after {
  display: none;
}
.chat__dialog__item--right:before {
  display: none;
}
.chat__dialog__form {
  margin: 5px 2px 0 2px;
}
.chat__form {
  position: relative;
}
.chat__form:after {
  content: "";
  display: block;
  clear: both;
}
.chat__form textarea {
  float: left;
  width: 275px;
  border: 2px solid #9aaabb;
  border-right: 0;
  resize: none;
  outline: none;
  font: 12px "Roboto-Regular", sans-serif;
  line-height: 12px;
  color: #5d6d7d;
  padding: 1px 3px;
  overflow: auto;
}
.chat__form.open .form-dropdown-smile {
  display: block;
  top: -90px;
  right: 0;
}
.chat__form.open .chat__smile {
  background: #21b1ac;
}
.chat__smile {
  float: right;
  cursor: pointer;
  height: 30px;
  width: 30px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.chat__smile:before {
  content: "";
  display: block;
  background: url("../img/chat-smile.png") no-repeat center center;
  width: 30px;
  height: 30px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.chat__smile:hover {
  background: #21b1ac;
}
.chat__smile:focus {
  background: #0f8884;
}
.go-up {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  background: url("../img/up-icon.png") no-repeat 0 0;
  width: 50px;
  height: 50px;
  transition: all 0.2s ease-in;
  z-index: 2000;
}
.go-up:hover {
  background: url("../img/up-icon-hover.png") no-repeat 0 0;
}
.go-up:focus {
  background: url("../img/up-icon-focus.png") no-repeat 0 0;
}
.report-block {
  position: fixed;
  top: 100px;
  width: 280px;
  right: 0;
  background: #fff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  z-index: 1999;
  border-bottom: 4px solid #755ec6;
  padding: 13px;
  cursor: pointer;
}
.report-block > img {
  float: left;
  border: 3px solid #16c69b;
  width: 70px;
  height: 70px;
}
.report-close {
  display: block;
  position: absolute;
  top: 16px;
  right: 13px;
  background: url("../img/report-close.png") no-repeat 0 0;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.report-close:hover {
  background: url("../img/report-close-hover.png") no-repeat 0 0;
}
.report-close:focus {
  background: url("../img/report-close-focus.png") no-repeat 0 0;
}
.report-content {
  float: left;
  margin-left: 10px;
}
.report-content > p {
  font: 16px "Roboto-Regular", sans-serif;
  color: #36485e;
}
.report-content > span {
  font: 11px "Roboto-Medium", sans-serif;
  color: #16c69b;
  text-transform: uppercase;
}
.form-input-wrap.open .form-dropdown-smile {
  display: block;
}
.form-input-wrap--smile.open .form-dropdown-smile {
  top: -88px;
  right: 0;
}
.form-dropdown-smile {
  z-index: 2001;
  display: none;
  position: absolute;
  top: -60px;
  right: 1px;
  background: #fff;
  padding: 10px;
  border: 1px solid #ccc;
}
.smiles-list {
  width: 200px;
}
.smiles-list > li {
  display: inline-block;
  margin-left: 15px;
  margin-top: 10px;
  cursor: pointer;
}
.smiles-list > li:nth-child(6n + 1) {
  margin-left: 0;
}
.smiles-list > li:nth-child(-n + 6) {
  margin-top: 0;
}
.modal-dialog {
  width: 890px;
  height: 240px;
  background: #fff;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.modal-dialog__delete {
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 0;
  right: 0;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.modal-dialog__delete:before {
  content: "";
  display: block;
  background: url("../img/dialog-delete.png") no-repeat 0 0;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.modal-dialog__delete:hover {
  background: #917eda;
}
.modal-dialog__delete:hover:before {
  background: url("../img/dialog-delete-hover.png") no-repeat 0 0;
}
.modal-dialog__delete:focus {
  background: #5b48a2;
}
.modal-dialog__delete:focus:before {
  background: url("../img/dialog-delete-hover.png") no-repeat 0 0;
}
.modal-dialog > h3 {
  font: 18px "Roboto-Regular", sans-serif;
  color: #000;
  padding-top: 60px;
}
.modal__content__btn-group--dialog {
  display: inline-block;
}
.container #recaptcha div:first-child {
  margin: 70px auto 30px auto;
}
.shadow {
  display: none;
  background: #000;
  height: 100%;
  opacity: 0.7;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
}
/********************************* Carusel ******************************************/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.nmain-slider--in .slide {
  display: none;
  margin: 0 auto;
}
.nmain-slider--in .slide:first-of-type {
  display: block;
}
.nmain-slider--in.slick-initialized .slide {
  display: block;
}
.nmain-slider .slick-arrow {
  position: absolute;
  z-index: 10;
  width: 100px;
  height: 100px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: center center no-repeat;
  background-size: auto 34px;
  color: #ffffff;
  transition: 200ms all ease;
  outline: none!important;
  cursor: pointer;
  display: block;
}
.nmain-slider .slick-arrow:hover {
  border-color: #ffffff;
}
.nmain-slider .slick-prev {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -676px;
  background-image: url(/assets/img/arrow-02.svg);
}
@media (max-width: 1400px) {
  .nmain-slider .slick-prev {
    margin-left: -445px;
  }
}
.nmain-slider .slick-next {
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -50px -676px 0 0;
  background-image: url(/assets/img/arrow-01.svg);
}
@media (max-width: 1400px) {
  .nmain-slider .slick-next {
    margin-right: -445px;
  }
}
.nmain-game {
  padding: 0 0 8px;
  position: relative;
  transition: 200ms all ease;
}
.nmain-game:before {
  content: "";
  background: #000000;
  opacity: 0.6;
  pointer-events: none;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 8px;
  left: 0;
  transition: 200ms all ease;
  z-index: 2;
}
.nmain-game--bg {
  height: 480px;
  position: relative;
  z-index: 1;
  background: center center no-repeat;
  background-size: cover;
}
.nmain-game--in {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  right: 35px;
  bottom: 31px;
  left: 35px;
  color: #ffffff;
  padding: 20px 380px 20px 24px;
  opacity: 0;
  transition: 200ms all ease;
  z-index: 2;
}
.nmain-game--title {
  font: 30px/40px 'Roboto', sans-serif;
  margin: 0 0 5px;
}
.nmain-game--text {
  font: 18px/22px 'Roboto', sans-serif;
}
.nmain-game--btn {
  position: absolute;
  top: 50%;
  right: 110px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.nmain-game--btn .catalog-btn {
  display: block;
  margin: 0;
  position: relative;
  top: auto;
  left: auto;
}
.nmain-slide {
  width: 960px;
}
.nmain-slide.slick-center .nmain-game:before,
.nmain-slider--in:not(.slick-initialized) .slide:first-of-type .nmain-game:before {
  opacity: 0;
}
.nmain-slide.slick-center .nmain-game--in,
.nmain-slider--in:not(.slick-initialized) .slide:first-of-type .nmain-game--in {
  opacity: 1;
}
.nmain-slider--in.slick-initialized .nmain-slide:not(.slick-center) .nmain-game {
  background: none!important;
}
/********************************* Carusel ******************************************/
/*********************************** MEDIA QUERIES **********************************/
@media (max-width: 1700px) {
  .container {
    width: 1400px;
  }
  .row__col--lg-10 {
    width: 1400px;
  }
  .catalog-list__item {
    margin-left: 92px;
  }
  .catalog-list > li:nth-child(-n + 4) {
    margin-top: 35px;
  }
  .catalog-list > li:nth-child(-n + 3) {
    margin-top: 0;
  }
  .catalog-list > li:nth-child(4n + 1) {
    margin-left: 92px;
  }
  .catalog-list > li:nth-child(3n + 1) {
    margin-left: 0;
  }
  .my-games--user > li {
    margin-left: 28px;
    margin-top: 20px;
  }
  .my-games--user > li:nth-child(8n + 1) {
    margin-left: 0;
  }
  .my-games--user > li:nth-child(-n + 8) {
    margin-top: 0;
  }
}
@media (max-width: 1420px) {
  .container {
    width: 1000px;
  }
  .row__col--lg-4 {
    width: 455px;
  }
  .friend-request__info {
    width: 275px;
  }
  .row__col--lg-10 {
    width: 1000px;
  }
  .catalog-list__item {
    margin-left: 190px;
  }
  .catalog-list > li:nth-child(-n + 3) {
    margin-top: 35px;
  }
  .catalog-list > li:nth-child(-n + 2) {
    margin-top: 0;
  }
  .catalog-list > li:nth-child(3n + 1) {
    margin-left: 190px;
  }
  .footer__menu {
    margin-left: 295px;
  }
  .catalog-list > li:nth-child(2n + 1) {
    margin-left: 0;
  }
  .btn-group--main__header {
    right: 50px;
  }
  .my-games--user > li {
    margin-left: 20px;
  }
  .my-games--user > li:nth-child(8n + 1) {
    margin-left: 20px;
  }
  .my-games--user > li:nth-child(6n + 1) {
    margin-left: 0;
  }
  .my-games--user > li:nth-child(-n + 8) {
    margin-top: 20px;
  }
  .my-games--user > li:nth-child(-n + 6) {
    margin-top: 0;
  }
  .users-list {
    width: 370px;
  }
  .notification__info > p {
    font-size: 12px;
  }
}
