@import url('/css/fonts/Roboto.css');
@import url('/css/fonts/PFDinDisplayPro.css');

.shop-wrapper {

}

body {
    min-width: 360px;
}

.games {
    padding: 100px 0 200px ;
}
.purchases {
    padding: 20px 0 250px;
}

.no_purchases{
    font-size: 20px;
    margin-bottom: 10px;
}

.game-block {
    min-height: 528px;
    padding: 170px 0 100px;
    border-top: 6px #a7a8ad solid;
    position: relative;
}

.dk2 {
    background: url('/images/shop/dk2/bg.jpg') no-repeat top center;
}
.roa {
    background: url('/images/shop/roa/bg.jpg') no-repeat top center;
}
.ef {
    background: url('/images/shop/ef/bg.jpg') no-repeat top center;
}
.dk {
    background: url('/images/shop/dk/bg.jpg') no-repeat top center;
}
.shop {
    background: url('/images/shop/shop/bg.jpg') no-repeat top center;
}


.selectize-dropdown {
    width: 108px !important;
}


.dropdown-inside {
    position: relative;
    height: 24px;
    width: 34px;
    color: white;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}

.dropdown-inside span {
    background: #ec1a1a;
    padding: 2px 6px;
    border-radius: 5px;
    color: white;
    position: absolute;
    right: -56px;
    top: 0;
    font-size: 16px;
    font-family: "PF DinDisplay Pro", Arial, sans-serif;
}




.logo-wrapper {
    max-width: 1260px;
    margin: -170px auto 170px;
    position: relative;
}

.logo-wrapper img {
    position: absolute;
    top: 0;
    transform: translateY(-55%);
    left: 0;
}

.shop-items {
    margin: 0 auto;
    padding: 0 60px;
    max-width: 1430px;
}

.shop-item {
    background: url("/images/shop/item_bg1.png") no-repeat center center;
    background-size: cover;
    height: 378px;
    width: 378px !important;
    border-radius: 10px;
    display: inline-block;
    margin: 0;
    border: 1px #0ca1c3 solid;
    padding: 10px;
    position: relative;
}

.slick-arrow {
    border: none;
    font-size: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    outline: none;
    cursor: pointer;
}

.shop-items .slick-arrow.slick-prev {width: 26px; height: 45px; background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAtCAMAAACH64vpAAAATlBMVEUAAAAqMjYFBgcAAAD8qTYAAAB8bkr9u0Fgb3cKBQZca3QAAADb29vS0tK1tbUMFi0+ODqGhoXt7e14eHh5eXm6urr9/f3////+/v78/PwXXEgtAAAAF3RSTlMAAQQUFhwgJi8yS1RiaXqHlqKot7jT+ZdSkP4AAABySURBVHja7cs1FgNBEANRtWaZGe5/UFNqdWb2VvpfQRalpoHVsg6UUm/rumbmyZLTkb3P6chUBvMk5pPlEEsWR8BivTQLAfPb1RCC+v1iW31vFsrJM8afZIctiblWEMrGZZ1zQlrblbFBWcjzmJAZacAZ8CUabLWPo1cAAAAASUVORK5CYII=') no-repeat center center}
.shop-items .slick-arrow.slick-next {width: 26px; height: 45px; background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAtCAMAAACDHlvUAAAATlBMVEUAAAAqMjYFBgcAAAD8qTYAAAB8bkr9u0Fgb3cKBQZca3QAAADb29vS0tK1tbUMFi0+ODqGhoXt7e14eHh5eXm6urr9/f3////+/v78/PwXXEgtAAAAF3RSTlMAAQQUFhwgJi8yS1RiaXqHlqKot7jT+ZdSkP4AAAB0SURBVHja7cm1AcRQEANRrczM1H+j9x2vjijzhG8QymKDiOO21vRu+bZte+MPi1UfFsMhj0XVrA+T6/zrQJ99hTjLFnLD2B7BDzfY7KcPd3yu7nlyz/mGX27pKh0sT5+cg8WyrcJhSdV3wgEmRRERIiPN6w3WVBo/QP6n5gAAAABJRU5ErkJggg==') no-repeat center center}
.shop-items .slick-arrow.slick-disabled {display: none !important;}

.shop-items .slick-arrow:hover {
    filter: brightness(120%);
}

.shop-items .slick-slide {
    width: 400px;
    margin: 0 27px;
}

.shop-items .slick-slide > div {
    text-align: center;
}

.shop-items .slick-arrow {
    position: absolute;
    z-index: 3;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    opacity: .7
}

.shop-items .slick-arrow:hover {
    opacity: 1
}

.shop-items .slick-prev {
    left: 5px
}

.shop-items .slick-next {
    right: 5px
}

.shop-items a:focus {
    border: 0;
    outline: none;
}

.item-detail {
    height: 382px;
    width: 378px;
    margin: 0;
    padding: 10px;
    position: relative;
    float: left;
}

.item-description {
    float: left;
    height: 382px;
    width: 378px;
    padding: 30px 20px 10px;
    position: relative;
}


.popup-shop-item-detail .popup-content {
    padding: 0;
    background: url("/images/shop/item_bg.png") no-repeat 0 0;
    border-radius: 0;
    box-sizing: border-box;
    opacity: 0;
    width: 818px;
    height: 404px;
}

.popup-shop-purchases .popup-content {
    width: 360px;
    background: #282c35;
    padding: 10px;
    border: 1px #3a3e49 solid;
}

.popup-shop-item-detail .popup-title,
.popup-shop-purchases .popup-title {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.popup-shop-item-detail .icon-close,
.popup-shop-purchases .icon-close {
    width: 14px;
    height: 14px;
    right: 10px;
    top: 10px;
    z-index: 10;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAXElEQVR42oWRpwEFQQhEKeOqQOJo+eRWtIom3s9xxODIE4KDk47QoDk5ggUMJe1igBU08xzR9tDfSUm7pCCZ7CT509aRd1uDZAOwSWmaAfPCgHQ0rVBWamuWtfsCTMzfLfpXDlMAAAAASUVORK5CYII=) no-repeat center center;
}

.popup-shop-purchases h2 {
    color: #ffa525;
    display: block !important;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding: 15px 0 10px
}
.popup-shop-purchases p.text {
    font-size: 20px;
    text-align: center;
}

.purchase-item-preview {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
}

.purchase-item-preview:after {
    display: block;
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    border-top: 1px #3a3e49 solid;
}

.purchase-item-preview:nth-last-child:after {
    display: none;
}

.popup-shop-purchases .buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.popup-shop-purchases .buttons a {
    display: inline-block;
    background: #e51949;
    color: white;
    font-size: 20px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    text-align: center;
    width: 49%;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
}


.game-items li a span {
    font-size: 17px;
    position: absolute;
    bottom: 3px;
    right: 5px;
    color: #FFE400;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    border-radius: 20px;
}




.item-tags {
    height: 32px;
    margin-bottom: 10px;
    text-align: left;
}

.item-tags > li {
    display: inline-block;
    border-radius: 5px;
    margin-right: 10px;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: "PF DinDisplay Pro", Arial, sans-serif;
    font-weight: 400;
    text-decoration: none;
    color: white;
    text-shadow: 1px 1px 2px black;
}

.item-tags > li:last-of-type {
    margin-right: 0;
}

.item-tags > li.new {
    background: #3e4bf9;
}

.item-tags > li.hit {
    background: #ff7e00;
}

.item-tags > li.discount {
    background: #ec1a1a;
}

.item-tags > li.present {
    background: #00C84E;
}

.item-tags > li.style {
    background: #7F1DBC;
}

.item-tags > li.background {
    background: #00b9e1;
}

.item-tags > li.nickname {
    background: #e12ae8;
}

.item-tags > li.border {
    background: #00e2e5;
}

.item-tags > li.soft {
    background: #a3b8d7;
}

.item-tags > li.love {
    background: rgba(241, 97, 156, 0.85);
}

.item-tags > li.easter {
    background: #fde910;
}

.item-tags > li.spy {
    background: #000000;
}



.item-image {
    text-align: center;
    height: 220px;
    position: relative;
}

.item-detail .item-image {
    height: 220px;
}

a.item-link {
    text-decoration: none;
}

a.item-link:hover .item-image img {
    border: none;
}

.item-image img {
    max-width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    border: none;
    max-height: 100%;
}

.item-title {
    color: #ffa525;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.shop-item .item-title {
    height: 30px;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.item-description .item-title {
    text-align: left;
    margin-bottom: 10px;
}



.buy {
    position: absolute;
    display: block;
    bottom: 10px;
    right: 10px;
    width: 288px;
    height: 44px;
    background: #e51949;
    font-size: 24px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    line-height: 44px;
    text-align: center;
    color: white;
    padding-right: 15px;
    text-decoration: none;
    border-radius: 6px;
}

.buy > span {
    position: relative;
}

.buy > span:after {
    content: '';
    display: block;
    position: absolute;
    right: -30px;
    top: 3px;
    width: 21px;
    height: 21px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAMAAACeyVWkAAAAilBMVEUAAAD/0yL/qiL/wCL/rST/2CL/pSL/pST9u0H/wSL/zyIqMjb/pST/pSL/2iL/3CL/xiL/piL/uCL/vCKTWAWfZAj+syH/1yL+0iH+zB//yCH/qSLZjhexdgzZoRj/uiL/3AH/2yL/rSL/wSLIlgvrvRzdrxm+hBD/pCLpnBy4dg/1oh+/iw3/zyK5XuWoAAAAFHRSTlMAjZDuN/Lw/iZNtwHLrK7MzLXK5abGJQkAAAELSURBVHjaRZAFuuQwDINTpsfrMJV57n+9dembvxBZYZGLOPxIs/QjjMmb/DOb5+zkM3/MItWzsRSoNbNOi9vU2sA0ikaMExitTztP24kOzcVApzY9FvltDZX8ppHUtL+4O2Mw8AfBB2AsJiEzk0AA2Q8xGRaSP29HKeUOdV3DgGq0/o/887RTSkGvlKwlqoH6iHQddAj0+MEp8UeijrLbrWFHxWgXkR9lnfe+B/xBjz9n1Q8JlFsZYxIQq1CtTgUklhIWLOoDbBeQEpMrX45u7cNG3as8ckhETxd9sdBeJPmZmeAOVrPNm1nBcXFFWRUJ5+OZ78h5cplo51/Nw1dO3sTBd9Ik30F8lf8B1KkkMQ1pM5gAAAAASUVORK5CYII=');
}

.buy > span.soft:after {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ2MCwgMjAyMC8wNS8xMi0xNjowNDoxNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjIgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjUwQjcyNEExMzhCNTExRURCQTczQUMzMjM2RTIyNzZCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjUwQjcyNEEyMzhCNTExRURCQTczQUMzMjM2RTIyNzZCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTBCNzI0OUYzOEI1MTFFREJBNzNBQzMyMzZFMjI3NkIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTBCNzI0QTAzOEI1MTFFREJBNzNBQzMyMzZFMjI3NkIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz68NwKtAAAE40lEQVR42mxUW4hVVRj+9tprn73Pbc51ZjRttBlNC0rBKBq6oBLViBFkhCDRS6ARdKHo2YcYRHqwKCMkRCNCvFBP0ehDlA/6YDoz4SRW46Sj05z72eecfV27f63tkFIL1jn78u/v///v+/6l9S6VEK8QbuZ1uAuHMfMHMPzk10/Ug5GXas3uaM/DvaHQTIbQ40HnRnkwf37h5KETV784cMZ3A+hJ3LU0Z6qESMjLAH7mNTitqbXz/J2PGti4fbFah+f7YJqMXPpCRxQBqbQF/c9fJhYPj7/fmJy8pIBvxzDPdujahh610QqHt19mh85WxCPbK7UahAhgcAaNgiOJRJtBgGsCPbsD975Nz4zsP/nT8hd37Ap76rVafH5uM4afGkalmdl2ubX1uMaNRKu9iCAI0HM8eIEA0xm4zqEx2VAIXYtgJjjyhoZGN8wWd+8/aiQ4mzv2zRGWItCFKxzLn902cqWy4YjGnYRt19HpOmjTtqwkyqU0TNOgauPewlDA83xVfcdx1TPLyCC7e9/n3dmZ6eqFixfYtTOnMTfPPw5EUGy1W2h3JKBHYEUM9hdURTa1ulipo1prwHNdlYRzDkH85rJpaKGPgKeSQ3s+PGjlEgbXBx8arYl1Y81mTVXQ7roEWEA6acL3PMzd+BuNdpf4FTFfRMWKwRLK5QIkwz0vRNriiJwOjPsfezS7actzvLx12yu1HmUKfDiuRy1bSFmmEubGrQpqTRvFfAalXBY+8VmtN5FIJGIj0PboWVJw5ZBKtY2BsRd28nDFhtFexyZFmRKlRBxKQCFCtOwuklYCq+4ZgGGaSl7ZRQT5PpZaxkpg13Eo3kduZN3DJOHQSs3xyfrUjK6ThciHuG0P2gY9Y0xH4Acq0ZIZNcbif1JMgRJVOhOwvXI/F8ywpPFlRk6ASyrfuZiuod5oY/b6AhKGAcvkWLVyGQHrsX9lDCXRyMOh0A3GIt+R2SUUw/8v+Z1BamdpiuSEuV7w77s7hi1S4IHPRO36PBleZZJriSs1RdLrpHoYhujry2D9yCqqlP8nqYxV7mA0IO1qlbkzF87pphVXSj9+EFehE5cZspUchPmFKlptG4vk04DMv9SyajtGVM5I9WURzV6dZp1z3x83aOxCCjQNEkUqK9Wn71aS6pmUhVuLdfz2+1+4eu2mAizms0ooGWcQ3z1SXnJdzPZh0Dx9TPtkWNeH9n454a8d3Zwn+3XpnAsoO6Np0an0iI6wZsuGQ4MhjZ9JJZFMWkRLhATdh76rqszlB1HUpy+uD3Y+znw3DKtHx9/utyK740fKg4VMkqpmqvqIiCnkc1g+WEZ/uQiThkN2YfIYUNJRyJfoPgyGxPibTLMdphOdjamZyfmDH+yxaKbzxQKdQhpSdJ1LJWDR7MtqpQU0aTuikKYe3U5HVZjPFSBBVovxt7Li57MiSkFKGdEBq9387tRX3DD07Bv7Pg2sTBo0yxLcI74cZewld8SiSA5ly4Yeequjve8OBIc+C7V0LPLzxdhoGsE3J3+91J3+8Ye+tQ88aCwbHqrU6cTq9FSl0lZBGNFmNLI5FItllPnU+TXivV358NRxoQBvT9uBkbs9J09wI51gq1/dMVZ6esvLXWPNRifKD4SCJ5gW+CleryxLz073axMnssHEtyyyPaGl7sL4R4ABACNfY4pQ5oncAAAAAElFTkSuQmCC');
}
.buy:hover {
    filter: brightness(120%);
}

.sold{
    background: #808389;
    cursor: default;
}

.quantity-label {
    position: absolute;
    left: 10px;
    width: 66px;
    text-align: center;
    bottom: 60px;
    color: #ffffff;
    font-size: 16px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}

.quantity-select {
    display: block;
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.options .selectize-dropdown-content {
    max-height: 266px;
}

.options.selectize-control {
    text-align: center;
    width: 66px;
}

.options .selectize-input .item {
    font-size: 18px;
    color: #d0dbe6;
    display: block;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}

.options .selectize-input,
.options .selectize-input.full,
.options .selectize-input.input-active {
    padding: 0 18px 0 0;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    margin: 0;
    width: 66px;
    height: 44px;
    text-indent: 0;
    display: block;
    font-size: 18px;
    background: #381c54;
    color: #d0dbe6;
    border: none;
    border-radius: 6px;
    box-sizing: border-box;
    box-shadow: none;
    line-height: 44px;
    text-align: center;
}

.options.selectize-control.single .selectize-input:after {
    position: absolute;
    top: 22px;
    right: 6px;
    width: 1px;
    display: block;
    content: '';
    border: 3px transparent solid;
    border-bottom: 3px white solid;
    border-top: 3px transparent solid;
    z-index: 5;
    margin-top: -6px;
}

.options.selectize-control.single .selectize-input.dropdown-active:after {
    border: 3px transparent solid;
    border-top: 3px white solid;
    border-bottom: 3px transparent solid;
    margin-top: -3px;
}




.options.selectize-control.single .selectize-input:before {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 18px;
    background: #28064a;
    display: block;
    content: '';
    height: 44px;
    border-radius: 0 6px 6px 0;
    z-index: 2;
}

.options.selectize-control.single .selectize-input.dropdown-active::before {
    background: #28064a;
    height: 44px;
    bottom: 0;
    left: auto;
    right: 0;
}

.options .selectize-input,
.options .selectize-input input,
.selectize-dropdown-content,
.options.selectize-control.single
.selectize-input.input-active {
    background: #381c54;
    color: #d0dbe6;
}

.options .selectize-dropdown [data-selectable],
.options .selectize-dropdown .optgroup-header {
    font-size: 18px;
    padding: 5px 7px;
    text-align: center;
    color: #d0dbe6;
}

.options .selectize-dropdown .active {
    background: #28064a;
    color: #ffffff;
}


.old_price {
    position: absolute;
    bottom: 68px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    font-size: 24px;
    opacity: .8;
    text-decoration: line-through;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}

.old_price span {
    position: relative;
    padding-right: 30px;
}

.old_price > span:after {
    content: '';
    display: block;
    position: absolute;
    right: 0px;
    top: 3px;
    width: 21px;
    height: 21px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAMAAACeyVWkAAAAilBMVEUAAAD/0yL/qiL/wCL/rST/2CL/pSL/pST9u0H/wSL/zyIqMjb/pST/pSL/2iL/3CL/xiL/piL/uCL/vCKTWAWfZAj+syH/1yL+0iH+zB//yCH/qSLZjhexdgzZoRj/uiL/3AH/2yL/rSL/wSLIlgvrvRzdrxm+hBD/pCLpnBy4dg/1oh+/iw3/zyK5XuWoAAAAFHRSTlMAjZDuN/Lw/iZNtwHLrK7MzLXK5abGJQkAAAELSURBVHjaRZAFuuQwDINTpsfrMJV57n+9dembvxBZYZGLOPxIs/QjjMmb/DOb5+zkM3/MItWzsRSoNbNOi9vU2sA0ikaMExitTztP24kOzcVApzY9FvltDZX8ppHUtL+4O2Mw8AfBB2AsJiEzk0AA2Q8xGRaSP29HKeUOdV3DgGq0/o/887RTSkGvlKwlqoH6iHQddAj0+MEp8UeijrLbrWFHxWgXkR9lnfe+B/xBjz9n1Q8JlFsZYxIQq1CtTgUklhIWLOoDbBeQEpMrX45u7cNG3as8ckhETxd9sdBeJPmZmeAOVrPNm1nBcXFFWRUJ5+OZ78h5cplo51/Nw1dO3sTBd9Ik30F8lf8B1KkkMQ1pM5gAAAAASUVORK5CYII=');
}

.item-image .info {
    text-decoration: none;
    color: white;
    font-size: 18px;
    border: 2px white solid;
    background: #28064a;
    border-radius: 12px;
    height: 20px;
    line-height: 20px;
    width: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    filter: brightness(90%);
    opacity: .9;
}

.item-image .info:hover {
    filter: brightness(120%);
    opacity: 1;
}

.show-more-items {
    display: none;
}

.game-items {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

.item-description .custom-scroll {
    margin: 0 0 0 -8px;
    flex-grow: 3;
    width: 390px;
}
.item-description .custom-scroll > .nano-pane {
    right: 4px;
}

.game-items li {
    margin: 8px;
    position: relative;
}

.game-items li a {
    font-size: 0;
    line-height: 0;
    display: block;
    border-radius: 4px;
}

.game-items li.very_rare.active a, .game-items li.very_rare a:hover {
    -webkit-box-shadow: 0px 0px 5px 4px rgba(255, 165, 37, 0.4);
    -moz-box-shadow: 0px 0px 5px 4px rgba(255, 165, 37, 0.4);
    box-shadow: 0px 0px 5px 4px rgba(255, 165, 37, 0.4);
}
.game-items li.the_rarest.active a, .game-items li.the_rarest a:hover {
    -webkit-box-shadow: 0px 0px 5px 4px rgba(236, 26, 26, 0.4);
    -moz-box-shadow: 0px 0px 5px 4px rgba(236, 26, 26, 0.4);
    box-shadow: 0px 0px 5px 4px rgba(236, 26, 26, 0.4);
}
.game-items li.normal.active, .game-items li.normal a:hover {
    -webkit-box-shadow: 0px 0px 5px 4px rgba(126, 236, 66, 0.4);
    -moz-box-shadow: 0px 0px 5px 4px rgba(126, 236, 66, 0.4);
    box-shadow: 0px 0px 5px 4px rgba(126, 236, 66, 0.4);
}

.game-items li.rare.active, .game-items li.rare a:hover {
    -webkit-box-shadow: 0px 0px 5px 4px rgba(223, 93, 255, 0.4);
    -moz-box-shadow: 0px 0px 5px 4px rgba(223, 93, 255, 0.4);
    box-shadow: 0px 0px 5px 4px rgba(223, 93, 255, 0.4);
}
.game-items li.unusual.active, .game-items li.unusual a:hover {
    -webkit-box-shadow: 0px 0px 5px 4px rgba(20, 38, 255, 0.4);
    -moz-box-shadow: 0px 0px 5px 4px rgba(20, 38, 255, 0.4);
    box-shadow: 0px 0px 5px 4px rgba(20, 38, 255, 0.4);
}



.game-items li.active a img, .game-items li a:hover img {
    filter: brightness(120%);
}


.game-items li a img {
    width: 72px;
    height: 72px;
    border: 3px transparent solid;
    border-radius: 4px;
    filter: brightness(80%);
}

.game-items li.very_rare a img {
    border-color: #ffa525;
}
.game-items li.the_rarest a img {
    border-color: #ec1a1a;
}
.game-items li.normal a img {
    border-color: #7eec42;
}
.game-items li.rare a img {
    border-color: #df5dff;
}
.game-items li.unusual a img {
    border-color: #0003ff;
}

.game-items-descriptions {

    list-style: none;
    padding: 0;
    margin: 0;
    font-family: "PF DinDisplay Pro", Arial, sans-serif;
}

.game-items-descriptions li {
    display: none;
}



.game-items-descriptions h4 {
    color: #ffa525;
    font-size: 20px;
    text-align: left;
    margin-bottom: 10px;
    font-weight: normal;
}

.game-items-descriptions p {
    font-size: 16px;
    color: white;
    text-align: left;
}

.item-description-wrapper {
    display: flex;
    margin: 0;
    padding: 0;
    height: 363px;
    flex-direction: column;
}



.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-box {
    background: #4a516b;
    border: 1px solid #bebed4;
    border-radius: 6px;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-content {
    color: #ebebec;
    padding: 10px;
    font-family: "PF DinDisplay Pro", Arial, sans-serif;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-content h4 {
    color: #fea326;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: normal;
}



.games div.from_esp{
    display: none;
}
.character-select,.filter-select{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.character-select .select_character_label,
.filter-select .select_filter_label
{
    margin: 7px 10px;
}
.character-select .selectize-input,
.character-select .selectize-control,
.character-select .selectize-dropdown-content,
.filter-select .selectize-input,
.filter-select .selectize-control,
.filter-select .selectize-dropdown-content
{
    width: 200px !important;
}

ul.slick-dots{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 15px;
}

ul.slick-dots button{
    font-size: 16px;
    color: #ffffff;
    background: none;
    border: none;
    cursor: pointer;
}
ul.slick-dots li.slick-active button{
    font-weight: bold;
    color: #ffa525;

}
/* Мои покупки */

.purchases {
    background: url("/images/shop/purchases_bg.jpg") no-repeat top center;
}

.purchases .shop-wrapper {
    max-width: 1392px;
    margin: 0 auto;
    min-height: 800px;
    padding: 30px 0;
}

.purchases h1 {
    font-family: "PF DinDisplay Pro", Arial, sans-serif;
    font-size: 36px;
    color: #fea326;
    margin-bottom: 30px;
    font-weight: normal;
}

.purchase-item {
    background: #282c35;
    border: 1px #3a3e49 solid;
    border-radius: 6px;
    width: 1020px;
    display: flex;
    flex-direction: row;
    padding: 10px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 7px;
}

.purchase-item > div {
    position: relative;
}

.purchase-item > div.separator, .present  div.separator {
    display: block;
    width: 2px;
    height: 48px;
    background: #181b22;
    margin: 0 14px;
}

.purchase-item-num {
    font-size: 18px;
    text-align: center;
    font-family: "PF DinDisplay Pro", Arial, sans-serif;
    width: 30px;
}

.purchase-item-game {
    width: 90px;
    text-align: center;
    font-size: 0;
    line-height: 0;
}

.purchase-item-game img {
    max-height: 50px;
    max-width: 100%;
}

.purchase-item-thumbs {
    width: 60px;
    text-align: center;
    font-size: 0;
    line-height: 0;
}

.purchase-item-thumbs img {
    height: 56px;
    width: 56px;
    border: 3px transparent solid;
    border-radius: 3px;
}

.purchase-item-thumbs.very_rare img {
    border-color: #ffa525;
}
.purchase-item-thumbs.the_rarest img {
    border-color: #ec1a1a;
}
.purchase-item-thumbs.normal img {
    border-color: #7eec42;
}
.purchase-item-thumbs.rare img {
    border-color: #df5dff;
}

.purchase-item-thumbs.unusual img {
    border-color: #0003ff;
}

.purchase-item-name {
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    width: 260px;
}
.sender-present-avatar {
    text-align: left;
    width: 260px;
    vertical-align: middle;
}

.sender-present-avatar .user-avatar {
    margin-right: 10px;
}

.sender-present-avatar a.social-user-profile-link {
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    line-height: 64px;
}

.sender-present-avatar a.social-user-profile-link h4 {
    font-size: 18px;
}


.present .purchase-item-name {
    width: auto;
}

.purchase-item-promocode input, .purchase-item-soft-currency input,
.purchase-item-favorite-game-change input
{
    width: 264px;
    background: #181b22;
    color: white;
    text-align: center;
    height: 42px;
    border: 1px #181b22 solid;
    padding: 1px 2px;
}

.purchase-item-promocode a.get-promocode, a.open-present,
.purchase-item-soft-currency a.get-soft-currency,
.purchase-item-favorite-game-change a.get-favorite-game-change
{
    width: 264px;
    display: inline-block;
    background: #181b22;
    color: #fea326;
    text-align: center;
    height: 42px;
    border: 1px #181b22 solid;
    line-height: 42px;
    font-size: 18px;
}


.purchase-item-promocode a.icon, .purchase-item-soft-currency a.icon,
.purchase-item-favorite-game-change a.icon
{
    width: 21px;
    height: 24px;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    cursor: pointer;
}

div.purchase-item-promocode a.hide, .purchase-item-soft-currency a.hide{
    visibility: hidden;
}

.purchase-item-date {
    font-size: 16px;
}

.was-presented {
    position: relative;
}

.was-presented::before {
    position: absolute;
    bottom: -6px;
    left: -3px;
    width: 42%;
    height: 42%;
    display: block;
    content: '';
    background: url(/images/shop/gift.png) no-repeat center center;
    background-size: contain;
    filter: brightness(0%);
    z-index: 1;
}

.was-presented::after {
    position: absolute;
    bottom: -4px;
    left: -3px;
    width: 42%;
    height: 42%;
    display: block;
    content: '';
    background: url(/images/shop/gift.png) no-repeat center center;
    background-size: contain;
    z-index: 2;

}

.popup-friends-list-give-present .present,
.popup-give-present .present {
    background: #282c35;
    border: 1px #3a3e49 solid;
    border-radius: 6px;
    display: flex;
    flex-direction: row;
    padding: 5px;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.popup-give-present .present .purchase-item-name,
.popup-friends-list-give-present .present .purchase-item-name {
    padding: 0 20px;
}

#popup-friends-list-give-present .friends {
    display: flex;
    flex-wrap: wrap;
    overflow: auto;
    max-height: 270px;
    justify-content: space-between;
    padding-right: 4px;


}

#popup-friends-list-give-present .friends::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    border-radius: 3px;
}

#popup-friends-list-give-present .friends::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 6px #536975;
    border-radius: 3px;
}

#popup-friends-list-give-present .friends::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 0 6px #ffa525;
    border-radius: 3px;
}

.sender-present-avatar.social-user .user-avatar {
    width: 64px;
    height: 64px;
}

.present .sender-present-avatar {
    margin: 0 auto;
    width: auto;
    text-align: center;
}

.item_title {
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
}

.popup-open-present .present .purchase-item-thumbs {
    width: auto;
    height: 150px;
    max-width: 300px;
    margin: 0 auto;
    right: 10px;
    left: 10px;
    top: 60px;
    position: absolute;
    background: url(/images/shop/item_bg1.png) no-repeat center center;
    border: 2px transparent solid;
    background-size: cover;
    display: grid;
    justify-content: center;
    align-content: center;
}

.present .item .purchase-item-thumbs {
    position: static;
}

.present .message .message-wrap {
    width: 100%;
    max-width: 100%;
    min-width: auto;
    margin-top: 10px;
    margin-right: 0;
}

.present {
    margin-bottom: 10px;
}

.present .message {
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.receive_present {
    border: 1px #24262e solid;
    padding: 5px;
    text-align: center;
    margin-bottom: 10px;
}

.receive_present .social-user h4 {
    text-align: center;
}

.receive_present .user-avatar {
    width: 120px;
    height: 120px;
}


.popup-confirm-purchase .popup-content {
    width: 420px;
    padding: 10px;
    background: #282c35;
    border: 1px #3a3e49 solid;
}

.popup-confirm-purchase .popup-title {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.popup-confirm-purchase .item-image {
    background: url(/images/shop/item_bg1.png) no-repeat center center;
}

.popup-confirm-purchase .shop-item .item-title {
    margin-bottom: 10px;
}

.popup-confirm-purchase .shop-item {
    border: 0;
    height: 353px;
    background: none;
}

.popup-confirm-purchase .icon-close {
    width: 14px;
    height: 14px;
    right: 10px;
    top: 10px;
    z-index: 10;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAXElEQVR42oWRpwEFQQhEKeOqQOJo+eRWtIom3s9xxODIE4KDk47QoDk5ggUMJe1igBU08xzR9tDfSUm7pCCZ7CT509aRd1uDZAOwSWmaAfPCgHQ0rVBWamuWtfsCTMzfLfpXDlMAAAAASUVORK5CYII=) no-repeat center center;
}


.last-purchase {
    float: right;
    background: #282c35;
    border: 1px #3a3e49 solid;
    border-radius: 6px;
    padding: 10px;
}

.last-purchase h2 {
    text-align: center;
    font-size: 28px;
    font-family: "PF DinDisplay Pro", Arial, sans-serif;
    margin-bottom: 15px;
    font-weight: normal;
}

.last-purchase .shop-item {
    width: 300px !important;
    height: 300px;
}

.last-purchase .shop-item .item-tags {
    height: 26px;
}

.last-purchase .shop-item .item-tags > li {
    height: 26px;
    line-height: 26px;
    padding: 0 12px;
    font-size: 14px;
}

.last-purchase .shop-item .item-image {
    height: 170px;
}

.last-purchase .shop-item .item-title {
    height: 28px;
    line-height: 28px;
    font-size: 18px;
}

.last-purchase .shop-item .buy {
    width: 218px;
    height: 38px;
    font-size: 20px;
    line-height: 38px;
}

.last-purchase .shop-item .buy > span:after,
.last-purchase .shop-item .old_price > span:after {
    right: -27px;
    top: 1px;
    width: 20px;
    height: 20px;
    background-size: cover;
}

.last-purchase .shop-item .old_price > span:after {
    right: 3px;
}

.last-purchase .shop-item .options .selectize-input,
.last-purchase .shop-item .options .selectize-input.full,
.last-purchase .shop-item .options .selectize-input.input-active {
    width: 58px;
    height: 38px;
    line-height: 38px;
}

.last-purchase .shop-item .options.selectize-control {
    width: 58px;
}
.last-purchase .shop-item .options .selectize-dropdown [data-selectable],
.last-purchase .shop-item .options .selectize-dropdown .optgroup-header {
    font-size: 16px;
    padding: 4px 5px;
}

.last-purchase .shop-item .dropdown-inside span {
    right: -52px;
    font-size: 14px;
}

.last-purchase .shop-item .selectize-dropdown {
    width: 102px !important;
}

.last-purchase .shop-item .old_price {
    bottom: 54px;
    font-size: 20px;
}

.last-purchase-block .quantity-label {
    width: 58px;
    bottom: 52px;
}

.purchase-filter {
    margin-bottom: 10px;
}

.purchase-filter .active {
    border: 1px white solid;
}

.product-sold-out{
    font-size: 30px;
    margin-top: 20px;
    text-align: center;
}
@media (max-width: 1500px) {

    .game-block {
        min-height: 460px;
    }

    .shop-items .slick-slide {
        width: auto;
        margin: auto;
        box-sizing: border-box;
    }

    .logo-wrapper img {
        left: 5%;
    }

    .shop-item {
        background: url("/images/shop/item_bg1.png") no-repeat center center;
        background-size: cover;
        height: 338px;
        width: 338px !important;
    }

    .shop-item .item-image {
        height: 190px;
    }

    .shop-item .item-image img {
        max-height: 100%;
    }

    .shop-item .item-tags {
        height: 28px;
    }

    .shop-item .item-tags > li {
        margin-right: 10px;
        height: 28px;
        line-height: 28px;
        font-size: 14px;
    }

    .last-purchase .shop-item .item-tags > li {
        margin-right: 8px;
    }

    .shop-item .item-title {
        top: 240px;
        font-size: 20px;
    }

    .shop-item .buy {
        width: 250px;
        height: 42px;
        font-size: 20px;
        line-height: 42px;
        padding-right: 15px;
    }

    .shop-item .buy > span:after {
        top: 2px;
    }

    .shop-item .options .selectize-input,
    .shop-item .options .selectize-input.full,
    .shop-item .options .selectize-input.input-active {
        width: 63px;
        height: 42px;
    }

    .popup-confirm-purchase .shop-item {
        background: none;
        height: 324px;
    }

    .popup-confirm-purchase .popup-content {
        width: 380px;
    }

    .quantity-label {
        width: 62px;
        bottom: 58px;
    }

    .old_price {
        bottom: 60px;
    }

}

@media (max-width: 1420px) {

    .purchases {
        padding: 0 0 250px;
    }

    .purchases .shop-wrapper {
        padding: 0 20px;
    }

    .last-purchase-block {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 1070px;
        margin: 0 auto;
    }

    .last-purchase-block.no-purchases {
        align-items: center;
        justify-content: center;
        flex-direction: column-reverse;
    }

    .no_purchases {
        padding: 40px 0;
    }

    .last-purchase {
        float: left;
        width: 350px;
        margin: 0 0 8px 0;
        padding: 10px 0 0;
        border-radius: 6px 6px 10px 10px;
    }

    .last-purchase .shop-item {
        width: 328px !important;
        height: 328px;
    }

    .last-purchase .shop-item .buy {
        width: 245px;
    }

    .last-purchase .shop-item .item-image {
        height: 190px;
    }

    .was-presented::after,
    .was-presented::before {
        max-width: 36px;
        max-height: 36px;
    }

    .purchase-item {
        width: 330px;
        height: 330px;
        display: inline-block;
        position: relative;
        margin: 0 0 8px 0;
    }

    .purchase-item > div.separator {
        display: none;
    }

    .purchase-item > div.purchase-item-num {
        position: absolute;
        left: 10px;
        top: 10px;
        height: 40px;
        line-height: 40px;
        text-align: left;
        color: #53565c;
    }

    .purchase-item > div.purchase-item-date {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 40px;
        line-height: 20px;
        width: 80px;
        font-size: 14px;
        text-align: right;
        color: #53565c;
    }

    .purchase-item > div.purchase-item-game {
        position: absolute;
        top: 5px;
        right: 10px;
        left: 0;
        margin: 0 auto;
        height: 50px;
        text-align: center;
        width: 100px;
    }

    .purchase-item > div.purchase-item-thumbs {
        width: auto;
        height: 170px;
        right: 10px;
        left: 10px;
        top: 60px;
        position: absolute;
        background: url("/images/shop/item_bg1.png") no-repeat center center;
        border: 2px transparent solid;
        background-size: cover;
        display: grid;
        justify-content: center;
        align-content: center;
    }

    .purchase-present-item > div.purchase-item-thumbs {
        top: 112px;
    }

    .sender-present-avatar {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .purchase-item > div.purchase-item-thumbs img {
        height: auto;
        width: auto;
        max-width: 330px;
        max-height: 170px;
        border: none;
    }

    .purchase-present-item > div.purchase-item-thumbs img {
        max-width: 330px;
        max-height: 150px;
    }

    .sender-present-avatar {
        width: 220px;
        margin: 0 auto;
        text-align: center;
    }

    .sender-present-avatar .user-avatar {
        margin-right: 0;
    }

    .sender-present-avatar a.social-user-profile-link {
        display: block;
        line-height: 30px;
    }

    .purchase-item > div.purchase-item-thumbs.very_rare  {
        border-color: #ffa525;
    }
    .purchase-item > div.purchase-item-thumbs.the_rarest  {
        border-color: #ec1a1a;
    }
    .purchase-item > div.purchase-item-thumbs.normal  {
        border-color: #7eec42;
    }
    .purchase-item > div.purchase-item-thumbs.rare  {
        border-color: #df5dff;
    }
    .purchase-item > div.purchase-item-thumbs.unusual  {
        border-color: #0003ff;
    }

    .purchase-item > div.purchase-item-name {
        width: auto;
        height: 40px;
        right: 10px;
        left: 10px;
        top: 245px;
        position: absolute;
        font-size: 18px;
        display: flex;
        justify-content: center;
        align-items: center;

    }


    .purchase-item-promocode .open-present,.purchase-item-soft-currency .open-present {
        width: 100%;
    }

    .purchase-item > div.purchase-item-promocode, .purchase-item > div.purchase-item-soft-currency {
        right: 10px;
        left: 10px;
        bottom: 10px;
        position: absolute;
    }

    .purchase-item > div.purchase-item-promocode input,
    .purchase-item > div.purchase-item-promocode a.get-promocode,
    .purchase-item > div.purchase-item-soft-currency a.get-soft-currency

    {
        width: 285px;
    }

    .purchase-item > div.purchase-item-promocode a.icon,
    .purchase-item > div.purchase-item-soft-currency a.icon

    {
        margin-left: 10px;
    }

}





@media (max-width: 1279px) {
    .shop-items {
        padding: 0 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .shop-item {
        margin-bottom: 30px;
    }

    .popup-confirm-purchase .shop-item,
    .last-purchase .shop-item {
        margin-bottom: 0;
    }

}

@media (max-width: 1100px) {
    .last-purchase-block {
        max-width: 712px;
    }

    .purchases {
        padding: 0 0 310px;
    }

}


@media screen and (max-width: 901px) {
    .page-en-mobile .popup.popup-shop-item-detail {
        border-radius: 6px;
    }

    .present .sender-present-avatar {
        display: flex;
        flex-direction: column-reverse;
    }

    .present .message {
        flex-wrap: nowrap;
    }

    .present .message .message-wrap {
        width: auto;
        flex: auto;
    }

    .present .message .social-user {
        width: 100px;
    }

    .page-en-mobile .popup.popup-shop-item-detail .popup-content .popup-item-bg {
        background: url(/images/shop/item_bg_vertical.png) no-repeat top center #5c258d;
        border-radius: 6px;
    }

    .page-en-mobile .popup.popup-shop-item-detail .popup-content {
        width: 400px;
        /*top: 0 !important;*/
        transform: none;
        height: auto;
        padding-top: 0;
        border-radius: 6px;
        border: 1px #4f8db3 solid;
    }

    .page-en-mobile .popup.popup-confirm-purchase .popup-content,
    .page-en-mobile .popup.popup-shop-purchases .popup-content {
        width: 360px;
        top: 50% !important;
        transform: translateY(-50%) !important;
        height: auto;
        padding: 10px;
        border-radius: 3px;
        border: 1px #3a3e49 solid;

    }

    .page-en-mobile .popup.popup-confirm-purchase .popup-content {
        padding: 15px 0 0;
    }
    .page-en-mobile .popup.popup-confirm-purchase .js-modal-close,
    .page-en-mobile .popup.popup-shop-item-detail .js-modal-close {
        right: 10px;
        top: 10px;
    }

    .page-en-mobile .popup.popup-shop-purchases .js-modal-close {
        right: 0;
        top: 5px;
    }

    .page-en-mobile .popup.popup-shop-item-detail .popup-title {
        height: 30px;
    }

    .item-detail {
        float: none;
    }

    .item-description {
        border-top: 2px #5e578b solid;
        width: 358px;
        float: none;
        height: auto;
    }

    .game-items.nano-content {
        list-style: none;
        padding: 0;
        margin: 0 -9px 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        overflow: visible;
        position: static;
    }

    .game-items-descriptions li.active {
        display: block;
    }

    .tooltipster-base {
        display: none !important;
    }

    .item-description .custom-scroll {
        overflow: visible;
        height: auto;
    }

    .item-description-wrapper {
        height: auto;
    }


}


@media (max-width: 768px) {

    .present .sender-present-avatar {
        display: flex;
        flex-direction: column-reverse;
    }

    .shop-items {
        padding: 0 10px;
        justify-content: space-between;
    }

    .logo-wrapper img {
        left: 0;
        right: 0;
        margin: 0 auto;
        max-width: 100%;
    }

    .shop-item {
        margin-bottom: 20px;
    }

    .shop-items > .last-item {
        display: none;
    }

    .show-more-items {
        margin: 30px auto 40px;
        display: block;
        width: 260px;
        height: 44px;
        background: #e51949;
        font-size: 24px;
        font-family: Roboto, Arial, Helvetica, sans-serif;
        line-height: 44px;
        text-align: center;
        color: white;
        text-decoration: none;
        border-radius: 22px;
    }

    .page-en-mobile .popup.popup-shop-item-detail .js-modal-close,
    .page-en-mobile .popup.popup-shop-purchases .js-modal-close {
        right: 10px;
        top: 10px;
    }

    .page-en-mobile .popup.popup-shop-item-detail .popup-overlay,
    .page-en-mobile .popup.popup-confirm-purchase .popup-overlay,
    .page-en-mobile .popup.popup-shop-purchases .popup-overlay {
        background-color: rgba(0,0,0,.5);
    }

}


@media (max-width: 767px) {
    .shop-items {
        padding: 0 20px;
        justify-content: center;

    }

    .shop-items > .last-item {
        display: none;
    }

    .last-purchase-block {
        max-width: 352px;
    }

    .present .sender-present-avatar {
        display: flex;
        flex-direction: column-reverse;
    }
}
@media (max-width: 450px) {
    .present .message .social-user {
        display: block;
    }

    .present .message {
        flex-wrap: wrap;
    }

    .present .sender-present-avatar {
        display: flex;
        flex-direction: column-reverse;
    }
}
@media (max-width: 425px){
    .popup-payment.popup-shop-purchases .popup-title h2 {
         float: none;
    }

    .popup-payment.popup-shop-purchases .popup-content-main {
        padding-top: 0;
    }

    .present .sender-present-avatar {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media (max-width: 400px) {

    .present .sender-present-avatar {
        display: flex;
        flex-direction: column-reverse;
    }

    .shop-content {
        min-width: 360px;
    }

    .purchase-filter {
        margin: 10px;
    }

    .shop-items {
        padding: 0 10px;
    }

    .shop-item {
        height: 318px;
        width: 318px !important;
        min-width: 318px;
    }

    .shop-item .item-image {
        height: 180px;
    }

    .item-tags {
        height: 26px;
    }

    .item-tags > li {
        margin-right: 10px;
        height: 26px;
        line-height: 26px;
        font-size: 14px;
    }

    .shop-item .item-title {
        top: 230px;
        font-size: 18px;
    }

    .shop-item .buy {
        width: 230px;
        height: 40px;
        font-size: 18px;
        line-height: 40px;
        padding-right: 13px;
    }

    .shop-item .buy > span:after {
        top: 2px;
    }

    .options .selectize-input,
    .options .selectize-input.full,
    .options .selectize-input.input-active {
        width: 63px;
        height: 42px;
    }


    .page-en-mobile .popup.popup-shop-item-detail .popup-content {
        width: 358px;
    }

    .page-en-mobile .popup.popup-confirm-purchase .popup-content {
        width: 340px;
    }

    .page-en-mobile .popup.popup-confirm-purchase .popup-title {
        min-height: 5px;
    }

    .popup.popup-confirm-purchase .shop-item {
        height: 302px;
    }

    .item-detail {
        height: 352px;
        width: 338px;
    }

    .item-detail .buy {
        width: 252px;
        height: 42px;
        line-height: 42px;
    }

    .item-description {
        width: auto;
        padding: 20px 15px 10px;
    }

    .item-title {
        font-size: 22px;
    }

    .game-items li a img {
        width: 65px;
        height: 65px;
    }

    .game-items.nano-content {
        margin: 0 -3px 10px;
    }

    .shop-item .item-tags > li {
        margin-right: 8px;
    }

    .purchases .shop-wrapper {
        padding: 0;
    }

    .purchases h1 {
        text-align: center;
        padding-top: 20px;
    }


}
