@import url(fonts/font.css);
@import url(add.css);
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fABc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu5mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fABc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfABc9.ttf) format('truetype');
}
html {
  width: 100%;
  min-width: 1450px;
  min-height: 100%;
}
html body {
  min-height: inherit;
  min-width: inherit;
  color: white;
  margin: 0;
  padding: 0;
}
body,
input,
textarea,
button {
  font-family: ProximaNova, sans-serif;
  font-size: 18px;
  line-height: 1;
}
.blue_link {
  text-decoration: none;
  border-bottom: 1px solid #86a5fd;
  color: #225bfb;
}
.blue_link:hover {
  color: #65cda0;
}
a {
  text-decoration: none;
  color: white;
  position: relative;
}
a .image {
  border: none;
  position: relative;
}
header section,
article section,
footer section {
  width: 1450px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
}
header {
  height: 130px;
}
header section {
  height: inherit;
}
header section > div {
  height: inherit;
}
header .logo {
  margin-right: 40px;
}
header .menu {
  width: 850px;
}
header .menu a {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  margin-right: 95px;
}
header .menu a.active {
  color: #ffc000;
}
header .profile {
  width: 300px;
  text-align: right;
  text-transform: uppercase;
  font-size: 14px;
}
.sales {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/sales-left.png) no-repeat left top, url(../images/sales-right.png) no-repeat right top;
}
article h1,
article h2,
article h3 {
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 60px;
}
article h1 {
  font-size: 48px;
}
article h2 {
  font-size: 30px;
  font-weight: 300;
}
article h3 {
  font-size: 24px;
  margin-bottom: 50px;
}
article .promo:after {
  content: "";
  display: block;
  clear: both;
}
article .promo .product {
  position: relative;
}
article .promo .product-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
article .promo .product.layout-0 {
  height: 170px;
}
article .promo .product.layout-1 {
  height: 170px;
}
article .promo .product.layout-2 {
  height: 380px;
  font-size: 24px;
}
article .promo .product.layout-2 .product-promo {
  height: auto;
  bottom: 50px;
  padding: 0 30px;
}
article .promo .product.layout-2 .product-bar-label {
  position: static;
}
article .promo .product.layout-2 .product-bar-title {
  position: static;
  margin-top: 15px;
}
article .promo .product.layout-2 .product-bar-price {
  position: static;
  margin-top: 45px;
}
article .promo .sale {
  position: absolute;
  right: -10px;
  bottom: -10px;
  padding: 5px 15px 3px 15px;
  background: black;
  text-align: right;
}
article .promo .sale .old {
  font-size: 12px;
  color: #3b3b3b;
  text-decoration: line-through;
}
article .promo .sale .new {
  font-size: 24px;
  font-weight: 700;
}
article .margin {
  margin: 0 -25px;
}
article .margin.white {
  background: white;
}
article .margin.white:after {
  content: "";
  display: block;
  clear: both;
}
article .product {
  float: left;
  position: relative;
  margin: 20px;
}
article .product.layout-0 {
  width: 250px;
  height: 250px;
}
article .product.layout-1 {
  width: 540px;
  height: 250px;
}
article .product.layout-2 {
  width: 250px;
  height: 540px;
}
article .product-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
article .product-promo {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  line-height: 1.3;
}
article .product-promo .product-bar {
  font-size: 18px;
}
article .product-promo .product-bar-label {
  position: absolute;
  top: 35px;
}
article .product-promo .product-bar-title {
  position: absolute;
  top: 60px;
}
article .product-promo .product-bar-price {
  position: absolute;
  bottom: 35px;
}
article .product-one {
  width: 540px;
  height: 380px;
  float: left;
  margin: 20px;
  position: relative;
}
article .product-one h1 {
  overflow: visible;
  font-size: 72px;
  font-weight: 900;
  text-transform: uppercase;
  box-sizing: content-box;
  margin-right: -10px;
  line-height: 60px;
}
article .product-one .image {
  position: absolute;
  left: 0;
  bottom: 0;
}
article .product-one .text {
  position: absolute;
  left: 40px;
  bottom: 40px;
  right: 40px;
  font-size: 48px;
}
article .product-one .text strong {
  font-weight: 900;
}
article .product-one .text em {
  font-weight: 300;
}
article .product-one .text p {
  margin: 10px 0 0 0;
}
article .product-bar {
  position: absolute;
  background: rgba(0, 0, 0, 0.91);
  bottom: 0;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
article .product-bar-title {
  padding-right: 20px;
  box-sizing: border-box;
}
article .product-bar-title .category {
  margin-top: 10px;
  color: #272525;
  font-size: 10px;
  text-transform: uppercase;
}
article .product-bar-price {
  color: #ffc000;
  font-weight: 700;
  white-space: nowrap;
}
article .product-bar-price span {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
article .product .sale-usual {
  text-align: right;
}
article .product .sale-usual .percent {
  background: #4c6b22;
  color: #96d007;
  font-size: 16px;
  padding: 5px 5px;
  margin-right: 10px;
}
article .product .sale-usual .old {
  font-size: 12px;
  color: #3b3b3b;
  text-decoration: line-through;
}
article .product .sale-usual .new {
  font-size: 24px;
  font-weight: 700;
}
article .page {
  width: 1100px;
  margin: 100px auto;
}
article .page-guarantee {
  width: 650px;
}
article .page-guarantee .rendell {
  position: fixed;
  bottom: 0;
  right: 50%;
  margin-right: -647px;
}
article .page-how table {
  width: 100%;
}
article .page-how table td {
  text-align: center;
}
article .page-how table td:nth-child(1),
article .page-how table td:nth-child(3) {
  width: 25%;
}
article .page-how table td:nth-child(2) {
  width: 50%;
}
article .page-how table td p {
  display: inline-block;
  width: 290px;
  font-size: 14px;
  margin: 0 0 20px 0;
}
article .page p {
  line-height: 1.6;
}
article .store {
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  background-color: white;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}
article .store:after {
  content: "";
  display: block;
  clear: both;
}
article .store-games {
  height: auto;
  width: 330px;
  background: rgba(31, 32, 39, 0.7);
}
article .store-games .inner {
  height: inherit;
  padding: 20px;
  box-sizing: border-box;
}
article .store-games + .store-content {
  margin-left: 0;
}
article .store-content {
  height: 100%;
  box-sizing: border-box;
  margin-left: 330px;
  width: 750px;
  padding: 40px 100px;
  background: rgba(31, 32, 39, 0.91);
}
article .store-content h1 {
  font-size: 36px;
  margin: 0;
}
article .store-content h1 + p {
  margin-bottom: 40px;
}
article .store-content .description {
  margin: 0;
  height: 100%;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
article .store-content .description .category {
  margin-top: 20px;
}
article .store-content .price-box {
  margin-top: 40px;
}
article .store-content .price-box .price {
  color: #ffc000;
  margin-top: 20px;
  font-size: 36px;
  font-weight: 700;
}
article .store-content .price-box .price span {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
article .store-content .button {
  margin: 30px 0;
}
article .store-content .toolbar span {
  margin-right: 50px;
}
article .store-content .toolbar span i {
  margin-right: 10px;
}
article .store-images {
  height: auto;
  box-sizing: border-box;
  width: 330px;
  padding: 25px 30px;
  background: #1f2027;
}
article .store-images a {
  background-size: cover;
  background-position: center;
  display: inline-block;
  float: left;
  width: 130px;
  height: 130px;
  margin: 10px 10px 0 0;
}
article .store-images a:nth-child(even) {
  margin-right: 0;
}
article .help {
  color: #656771;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
article .buy {
  text-align: center;
}
article .buy-content {
  text-align: left;
  width: 850px;
  margin: 0 auto;
}
article .buy-content:after {
  content: "";
  display: block;
  clear: both;
}
article .buy-content h1 {
  font-size: 36px;
  margin: 0;
}
article .buy .back {
  float: left;
  margin-top: 40px;
  font-size: 12px;
  text-transform: uppercase;
}
article .buy .back i {
  color: #ffc000;
  margin-right: 20px;
}
article .buy .price-bar {
  margin-top: 40px;
  float: right;
}
article .buy .price-bar .price {
  margin-right: 40px;
  color: #ffc000;
  font-size: 36px;
  font-weight: 700;
}
article .buy .inline-login {
  text-align: left;
  margin: 50px auto;
  display: inline-block;
}
article .profile {
  height: 675px;
  position: relative;
}
article .profile .menu,
article .profile #chats {
  height: inherit;
  width: 350px;
  padding: 100px 0;
  float: left;
  box-sizing: border-box;
  background: url(../images/profile.jpg);
}
article .profile .menu a,
article .profile #chats a {
  display: block;
  line-height: 86px;
  padding: 0 86px;
  margin: 30px 0;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
article .profile .menu a.active,
article .profile #chats a.active {
  background: #4f65e8;
}
article .profile #chats {
  padding: 10px 0;
}
article .profile #chats a {
  line-height: 35px;
}
article .profile #chats a.active {
  background: #4f65e8;
}
article .profile #chats .notification {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: red;
  color: white;
  display: inline-block;
  margin-left: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 10px;
}
article .profile #chats .inner {
  height: 600px;
}
article .profile .content {
  height: inherit;
  float: left;
  width: 1060px;
  background: white;
  box-sizing: border-box;
  padding: 90px 60px;
  font-size: 14px;
  color: black;
}
article .profile .content .grey {
  color: #7d7b7b;
}
article .profile .content a {
  color: #b6ae37;
  text-decoration: none;
  border-bottom: 1px solid #edebcd;
}
article .profile .content #changeEmail,
article .profile .content #changeTrade {
  display: none;
}
article .profile .content .for_social a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  color: white;
  background: #d1d1d1;
  margin-right: 30px;
}
article .profile .content .for_social a.active {
  background: #225bfb;
}
article .profile .content .success {
  display: none;
}
article .profile .content .success p {
  display: inline-block;
  padding: 20px;
  background: #d0f3d7;
  color: black;
  border: 1px solid #7fde92;
}
article .profile .content .scrollbar {
  height: 100%;
}
article .profile .content .history {
  width: 100%;
  border-spacing: 0;
}
article .profile .content .history td {
  padding: 35px 0;
  vertical-align: top;
}
article .profile .content .history td:last-of-type {
  padding-right: 10px;
}
article .profile .content .history tr:first-of-type td {
  padding-top: 0;
}
article .profile .content .history tr:last-of-type td {
  padding-bottom: 0;
}
article .profile .content .history tr:not(:last-of-type) td {
  border-bottom: 1px solid #e9e9e9;
}
article .profile .content .history .grey {
  color: #a5a8aa;
}
article .profile .content .history:not(:last-of-type) {
  border-bottom: 1px solid #e9e9e9;
}
article .profile .content.short {
  width: 800px;
}
article .profile .orders {
  float: left;
  width: 260px;
  height: 600px;
  background: #ebebeb;
  color: black;
  padding: 20px;
  box-sizing: border-box;
  font-size: 12px;
  overflow: auto;
}
article .profile .orders a {
  color: black;
}
article .profile .orders > div {
  padding: 10px 0;
}
article .profile .orders > div:not(:last-child) {
  border-bottom: 1px solid #cacaca;
}
article .profile .message {
  margin-bottom: 40px;
}
article .profile .message .toolbar {
  margin-bottom: 10px;
}
article .profile .message .toolbar:after {
  content: "";
  display: block;
  clear: both;
}
article .profile .message .toolbar .support,
article .profile .message .toolbar .me {
  float: left;
  font-weight: 700;
  margin-right: 20px;
}
article .profile .message .toolbar .support {
  color: #ff8f35;
}
article .profile .message .toolbar .me {
  color: #4f65e8;
}
article .profile .message .toolbar .date {
  float: left;
  color: #cacaca;
  font-size: 12px;
  line-height: 14px;
}
article .profile .send {
  position: absolute;
  width: 1060px;
  left: 350px;
  bottom: 0;
  box-sizing: border-box;
  background: #ebebeb;
  padding: 30px 60px 10px 60px;
}
article .profile .send textarea {
  border: none;
  background: transparent;
  font-size: 14px;
  outline: none;
  resize: none;
  width: 90%;
}
article .profile .send button {
  position: absolute;
  right: 40px;
  bottom: 13px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  line-height: 45px;
  text-align: center;
  font-size: 20px;
  color: white;
  background: #4f65e8 url(../images/send.png) center no-repeat;
}
article .profile .send button:hover {
  background-color: #7c8cee;
}
article .profile .send #attachment {
  position: absolute;
  right: 105px;
  bottom: 20px;
  color: #a9aaa9;
  font-size: 23px;
}
article .profile .send #attachment-file {
  position: absolute;
  right: 95px;
  bottom: 13px;
  width: 33px;
  height: 43px;
  opacity: 0;
  cursor: pointer;
  padding-left: 50px;
}
article .profile .send #attachment-file .ajax-upload-dragdrop {
  width: 100px !important;
  height: 100%;
}
article .profile .send #attachment-file .ajax-upload-dragdrop .ajax-file-upload {
  width: 100%;
  height: 100%;
}
article .profile .send #attachment-file .ajax-upload-dragdrop .ajax-file-upload input {
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding-left: 50px;
}
article .profile .send #attachment-file span {
  display: none;
}
article .profile .send .ajax-file-upload-container {
  display: none;
}
article blockquote {
  margin-top: 80px;
  display: inline-block;
  border: 1px solid #fff200;
  border-radius: 50%;
  width: 85px;
  height: 85px;
  font-size: 36px;
  font-weight: 300;
  text-align: center;
  line-height: 85px;
}
article .label-orange {
  background: #fe8f46;
  color: white;
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
  padding: 0 5px;
  text-transform: uppercase;
}
article .label-black {
  background: #1a1a21;
  color: white;
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
  padding: 0 5px;
  text-transform: uppercase;
}
article .error {
  border-color: red !important;
}
.payment-white {
  background: white;
  padding: 65px 0 65px 65px;
  box-sizing: border-box;
  overflow: hidden;
  width: 820px;
  margin: 50px auto;
}
.payment-white p {
  margin-top: 0;
  margin-bottom: 50px;
  color: black;
  padding-right: 65px;
}
.payment-white a {
  display: inline-block;
  float: left;
  border: 3px solid #f4f4f4;
  margin: 0 45px 45px 0;
  overflow: hidden;
}
.payment-white a img {
  float: left;
}
.payment-white a:hover,
.payment-white a.active {
  border-color: #fff200;
}
.payment-white .types {
  overflow: hidden;
  margin-bottom: 20px;
}
.payment-white form {
  padding-right: 65px;
}
.payment-white .payment-button-wrapper {
  display: inline-block;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
  width: 250px;
  height: 60px;
}
.payment-white .payment-button-wrapper.flip {
  transform: rotateX(180deg);
}
.payment-white .payment-button-wrapper button,
.payment-white .payment-button-wrapper div {
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  backface-visibility: hidden;
}
.payment-white .payment-button-wrapper button {
  z-index: 2;
  transform: rotateX(0deg);
}
.payment-white .payment-button-wrapper div {
  transform: rotateX(180deg);
  background: #cecece;
  color: #616060;
  border: none;
  cursor: pointer;
}
.shadow {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.shadow .close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.shadow .inner {
  width: 950px;
  top: 200px;
  left: 50%;
  padding: 50px;
  margin-left: -475px;
  position: absolute;
  background: white;
  color: black;
  box-sizing: border-box;
}
.shadow .inner .close {
  color: black;
}
.shadow .inner h3 {
  margin-bottom: 0;
}
.shadow .inner .auth-email {
  color: white;
}
form fieldset {
  border: 0;
  padding: 0;
  margin-top: 25px;
  margin-bottom: 35px;
}
form input {
  background: transparent;
  border: none;
  border-bottom: 1px solid black;
  line-height: 35px;
  width: 250px;
  font-size: 14px;
  box-sizing: border-box;
  outline: none;
}
form input.error {
  border-color: red !important;
}
form button {
  cursor: pointer;
  outline: none;
  background: transparent;
  border: none;
  padding: 0;
  text-transform: uppercase;
}
.login,
.trade {
  text-align: left;
  width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.login p,
.trade p {
  line-height: 1.4;
}
.login p:first-of-type,
.trade p:first-of-type {
  margin-top: 0;
}
.login .auth-email,
.trade .auth-email {
  min-width: 450px;
  font-size: 14px;
  width: 440px;
  border: 2px solid white;
  padding: 70px;
  box-sizing: border-box;
  position: relative;
}
.login .auth-email i,
.trade .auth-email i {
  margin-right: 20px;
}
.login .auth-email input,
.trade .auth-email input {
  color: white;
  border-color: white;
}
.login .auth-email button,
.trade .auth-email button {
  color: #ffc000;
}
.login .auth-email .success,
.trade .auth-email .success {
  display: none;
}
.login .auth-social,
.trade .auth-social {
  padding: 5px 10px;
  box-sizing: content-box;
  background: rgba(0, 0, 0, 0.4);
}
.login .auth-social a,
.trade .auth-social a {
  background-size: cover;
  background-position: center;
  width: 340px;
  height: 75px;
  line-height: 75px;
  box-sizing: border-box;
  padding-left: 50px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  margin: 5px 0;
  opacity: 1;
}
.login .auth-social a:hover,
.trade .auth-social a:hover {
  opacity: .7;
}
.login .auth-social a i,
.trade .auth-social a i {
  width: 30px;
}
.login .auth-social a:nth-of-type(1),
.trade .auth-social a:nth-of-type(1) {
  background-image: url(../images/login/1.png);
}
.login .auth-social a:nth-of-type(2),
.trade .auth-social a:nth-of-type(2) {
  background-image: url(../images/login/2.png);
}
.login .auth-social a:nth-of-type(3),
.trade .auth-social a:nth-of-type(3) {
  background-image: url(../images/login/3.png);
}
.login .auth-social a:nth-of-type(4),
.trade .auth-social a:nth-of-type(4) {
  background-image: url(../images/login/4.png);
}
.login .trade-description,
.trade .trade-description {
  font-size: 14px;
  margin-left: 20px;
}
.login .trade-description ol,
.trade .trade-description ol {
  margin: 0;
  padding-left: 10px;
  line-height: 1.4;
}
.login .trade-description ol li,
.trade .trade-description ol li {
  margin-bottom: 5px;
}
.center {
  text-align: center;
}
.unavailable {
  display: inline-block;
  line-height: 60px;
}
.button {
  display: inline-block;
  min-width: 250px;
  padding: 0 20px;
  line-height: 60px;
  font-size: 13px;
  text-transform: uppercase;
  border: 3px solid;
  box-sizing: border-box;
  text-align: center;
  transition: all .4s;
}
.button.white {
  color: white;
  border-color: white;
}
.button.pink {
  background: url(../images/payment/wallet.png) 40px center no-repeat #ff004e;
  border: none;
  color: white;
  padding-right: 0;
}
.button.pink:hover {
  background-color: #ff1a60;
}
.button.grey {
  background: grey;
}
.button:hover {
  border-color: #ffc000;
}
footer {
  height: 100px !important;
}
footer section {
  height: inherit;
}
footer section > div {
  height: inherit;
  font-size: 12px;
}
footer section .menu a {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  margin-left: 95px;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.justify {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-justify {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-align {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-justify-valign {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.flex-vertical-align {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 1500px) {
  html {
    min-width: 1300px;
  }
  section {
    width: 1300px !important;
  }
  article .product {
    margin: 5px !important;
  }
  article .margin {
    margin: 0 -20px;
    padding: 5px;
  }
  article .product.layout-0 {
    width: 245px;
  }
  article .product.layout-1 {
    width: 500px;
  }
  article .product.layout-2 {
    width: 245px;
    height: 510px;
  }
  article .promo .product-one {
    margin-top: -20px;
  }
  article .promo .product.layout-0 {
    width: 217px !important;
  }
  article .promo .product.layout-1 {
    width: 445px !important;
  }
  article .promo .product.layout-2 {
    height: 351px;
  }
  article .store-games {
    width: 180px;
  }
  article .store-content {
    margin-left: 180px;
  }
  article .profile .content,
  article .profile .send {
    width: 910px;
  }
  article .profile .short {
    width: 650px !important;
  }
}
.vk-support {
  display: block;
  position: fixed;
  right: 10px;
  bottom: 0;
  padding: 0 15px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  height: 33px;
  line-height: 33px;
  background: #ff0024;
  color: white;
  text-decoration: none;
}
.vk-support i {
  font-size: 16px;
  margin-right: 10px;
}
.vk-support:hover {
  color: white;
  background: #ff667c;
}
/*# sourceMappingURL=application.css.map */
.chosen-container-single .chosen-single, #filter-goods {
  font-family: Geometria, ProximaNova, sans-serif!important;
}
.chosen-ccws .chosen-single {
  overflow: hidden;
  height: 25px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-ccws .chosen-single span {
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}