@font-face {
    font-family: 'Rouble';
    src: url('/css/fonts/rouble.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #222222;
    overflow-x: hidden;
    background: #fff;
    background: url(/img/cabinet/bg.jpg) 100% 0 no-repeat;
}

a {
    text-decoration: none;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
}

h1 {
    font-weight: bold;
    font-size: 48px;
    line-height: 59px;
    word-break: break-word;
    hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}
@media all and (max-width: 768px) {
    h1{
        font-size: 30px;
        line-height: 42px;
    }
}
h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
}

h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 24px;
}
.rouble{
    font-family: 'Rouble', sans-serif;
}
.tdu {
    text-decoration: underline;
}

.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.btn:hover {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}

.btn:disabled {
  cursor: default;
  pointer-events: none;
}

.black-btn {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    background: #222222;
    border-radius: 0 20px 0 20px;
    color: #fff;
    height: 60px;
    padding: 12px;
}
.black-btn:hover{color:#fff;}

.avatar-round-img{
    height: 120px;
    width: 120px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%;
}

.pink-btn {
    background: #FF00ED;
    color: #fff;
}

.estimate-btn {
    border-radius: 0px 10px;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    height: 30px;
    padding: 0 12px;
}

.estimate-btn img {
    margin-right: 7px;
    height: 14.4px;
    width: 14.4px;
}

.create-btn {
    width: 290px;
}

.black-btn__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 0 10px 0 10px;
    background: #fff;
    margin-right: 24px;
}

.save-btn {
  width: 230px;
}

.round-label {
    height: 40px;
    width: 40px;
    min-width: 40px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.round-label img {
    height: 18px;
    width: 18px;
}

.round-label-green {
    background: #00d2d5;
}

.round-label-white {
    background: #fff;
}

.filter {
    margin-bottom: 48px;
}

.filter-top {
    margin-bottom: 50px;
}

.filter-top__item {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #888888;
    padding: 0 14px;
    margin-right: 5px;
    margin-bottom: 13px;
    display: inline-block;
}

.filter-top__item-active {
    color: #222222;
}
.filter-top__item:hover{
    color: #00d2d5;
}
.filter-top__item span {
    font-size: 10px;
    line-height: 12px;
    color: #888888;
    margin-left: 12px;
}

.filter-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
  margin-top: 30px;
}

.filter-bottom__labeles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
}

.filter-bottom__labeles .btn-label {
  margin-bottom: 12px;
}

.btn-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 18px;
    padding: 0 16px 0 13px;
    border: 1px solid #888888;
    color: #888888;
    border-radius: 15px;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    cursor: pointer;
  white-space: nowrap;
}

.btn-label-black {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #222222;
    color: #fff;
    background: #222222;
    margin-right: 12px;
}

.btn-label-black button {
    background: transparent;
    color: #888888;
    margin-right: -15px;
    margin-left: 12px;
    font-size: 18px;
    padding-top: 2px;
    cursor: pointer;
}
a.btn-label-black:hover{
    color: #cccccc;
    text-decoration: none;
}
.btn-label-black.active{
    background-color: #00d2d5;
    border-color: #00d2d5;
}
a.btn-label-black.active:hover{
    color: #000000;
}
.filter-bottom__labeles .btn-label-black > button {
    border-radius: 50%;
    color: #fff;
    height: 14px;
    width: 14px;
}
.filter-bottom__labeles .btn-label-black > button {
    text-decoration: none;}
.filter-bottom__labeles .btn-label-black.active > button {
    opacity: 1;
    width: 14px;
}
.filter-bottom__labeles .btn-label-black.active > button:hover{
    background: #fff;
    color: #000;
    text-decoration: none;
}
.filter-bottom__labeles .btn-label-black:not(.active) > button {
    width: 0;
    opacity: 0;}


.btn-label-gray {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #555555;
    color: #fff;
    background: #888888;
    margin-right: 12px;
}

.btn-label-gray button {
    background: transparent;
    color: #000000;
    margin-right: -6.5px;
    margin-left: 12px;
    font-size: 18px;
    padding-top: 2px;
    cursor: pointer;
}
a.btn-label-gray:hover{
    color: #000000;
}
.btn-label-gray.active{
    background-color: #00d2d5;
    border-color: #00d2d5;
}
a.btn-label-gray.active:hover{
    color: #000000;
}

.btn-label-green {
    color: #00d2d5;
    border-color: #00d2d5;
}

.btn-label-white {
  color: #fff;
  border-color: #fff;
}

.select {
    position: absolute;
}

.select {
    right: 0;
}

.select__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

.select__header span {
    display: block;
    pointer-events: none;
    color: #888888;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
}

.select__header span:first-child {
    margin-right: 6px;
}

.select__current {
    text-transform: lowercase;
    text-decoration: underline;
}

.select br {
    display: none;
}

.select__icon {
    margin-left: 13px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.select-radio__lable {
    cursor: pointer;
}

.select-radio__radio {
    display: none;
}

.select-radio__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #222222;
    padding-left: 20px;
}

.select-radio__name:hover {
    color: #00d2d5;
}

.select-radio__name::after {
    content: "";
    position: absolute;
    left: 0;
    height: 8px;
    width: 8px;
    background: url(/img/cabinet/icon/select-radio-check.svg) 100% no-repeat;
    opacity: 0;
}

.select-radio__radio:checked ~ .select-radio__name::after {
    opacity: 1;
}

.select__body {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
    border-radius: 0px 30px;
    padding: 24px;
    position: absolute;
    right: 0;
    margin-top: 10px;
    z-index: 50;
}

.filter-bottom__select .select__body {
    width: 300px;
    left: 0;
}

.select__item {
    margin-bottom: 13px;
}

.select__filter-reset {
    border-top: 1px solid #E9E9E9;
    padding-top: 12px;
    cursor: pointer;
}

.sm-descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sm-descr__del {
    display: block;
    height: 4px;
    width: 4px;
    background: #888888;
    border-radius: 100%;
    margin: 0 12px;
}

.sm-descr a:hover {
    color: #00d2d5;
}
.sm-descr.pad5{
    padding-top: 5px;
}
.sm-descr.pad5 b{
    font-weight: 700;
    color: #000000;}

.photo-60 {
    height: 60px;
    width: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%;
    margin-right: 24px;
}
.photo-45 {
    height: 45px;
    width: 45px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%;
    margin-right: 21px;
}

.content__item {
    border-bottom: 1px solid #888888;
    padding-bottom: 48px;
}


.input-group {
    margin-bottom: 48px;
}

.input-group:last-child {
    margin-bottom: 0;
}



.input-group-checkbox .input-group, .input-group-checkbox .input-group-row {
    /*border-bottom: 1px solid #222222;
    margin-top: 15px;
    display: flex;
    */
    padding: 10px 22px;
    display: -webkit-box;
    display: -ms-flexbox;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    max-width: 100%;
    overflow: hidden;
}

.input-group-checkbox .input-group-row {
    margin-left: 0px;
}

.input-group-checkbox .input-group.blank{
    border-bottom: none;
    padding: 0;
    margin-top: 0;
}
.input-group-checkbox .input-group label {
    font-size: 12px;
    font-weight: 600;
    color: #888888;
    max-width: 70px;
    margin-right: 25px;
}

.input-group-checkbox .input-group label.control-label {
    max-width: 90px;
    margin-right: 15px;
}

.input-group-checkbox .input-group.blank label{
    min-width: initial !important;
}

.input-group-checkbox input[type=checkbox] {
    height: 30px;
    width: 30px;
}

.input-group-checkbox .field-receive_notifications_select label.control-label{
    max-width: 70% !important;
}

.input-lable {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    border: 1px solid #E9E9E9;
    border-radius: 0 30px;
    background: #fff;
    height: 60px;
    padding: 12px 26px;
    margin-bottom: 12px;
    width: 100%;
}

.input-lable__input {
    height: 100%;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    display: block;
    -ms-flex-preferred-size: 42%;
    flex-basis: 42%;
}

.input-lable__input:disabled {
    background: transparent;
    color: #888888;
}

.input-lable__label {
    position: relative;
    height: 100%;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #888888;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    border-right: 2px solid #E9E9E9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 16px;
    padding-right: 25px;
}

.input-lable__input:disabled ~ .input-lable__label::after {
    content: "";
    height: 16px;
    width: 16px;
    background: url(/img/cabinet/icon/dis.svg) center no-repeat;
}

.input-lable__dis {
    position: absolute;
    right: 0;
    display: none;
    margin-right: 18px;
}

.input-lable__dis-request {
    position: absolute;
    right: -220px;
    bottom: -140px;
    width: 340px;
    background: #fff;
    padding: 24px;
    z-index: 50;
    -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
    border-radius: 0px 30px;
    opacity: 0;
    pointer-events: none;
}

.input-lable__dis-request::before {
    content: "";
    width: 340px;
    height: 20px;
    background: transparent;
    top: -20px;
    left: 0;
    position: absolute;
}

.input-lable__dis:hover .input-lable__dis-request {
    opacity: 1;
    pointer-events: visible;
}

.input-lable__dis-request div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    border-bottom: 1px solid #E9E9E9;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.input-lable__dis-request img {
    margin-right: 12px;
}

.input-lable__dis-request a {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #222222;
    padding-left: 28px;
}

.input-lable__dis-request a:hover {
    text-decoration: underline;
}

.input-lable__input:disabled ~ .input-lable__dis {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.accordion__header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 26px;
    padding-bottom: 24px;
    padding-top: 11px;
    cursor: pointer;
}

.accordion__trig-link-arr {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-left: 12.4px;
}

.accordion__trig-link-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
}

.save-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
}

.save-block .black-btn {
    width: 180px;
    height: 48px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.save-block a:hover {
  color: #00d2d5;
}

.paggination-wrap .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    margin-top: 48px;
}

.paggination-wrap .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}
.paggination-wrap .pagination li{
    margin-right: 8px;
    border-radius: 0 20px;
}
.paggination-wrap .pagination li a {
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;

    cursor: pointer;
}

.paggination-wrap .pagination .active, .paggination-wrap .pagination li:hover {
    background: #fff;
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}
.paggination-wrap .pagination .active a, .paggination-wrap .pagination li:hover a,
.paggination-wrap .pagination .active, .paggination-wrap .pagination li:hover {
    color: #00d2d5;
}
.paggination-wrap .pagination .page-item.active .page-link{
    background: #000;
    border-color: #000;
}
/*.paggination-wrap .pagination li:nth-child(4) {
    letter-spacing: 3px;
}*/

.paggination-wrap .btn {
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #222222;
    border-radius: 0px 20px;
}

.decor-label {
  max-width: 325px;
    margin-bottom: 24px;
}

.decor-label .sm-lt-text {
    padding-left: 28px;
    position: relative;
}

.decor-label .sm-lt-text::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background: url(/img/cabinet/img__logo-symbol_black.svg);
}

.half-border {
    width: 100%;
    padding: 26px;
    padding-top: 10px;
    border-left: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
    border-radius: 0  0  0 30px;
    margin-bottom: 24px;
}

.input-textarea__textarea {
    width: 100%;
    height: auto;
    min-height: 120px;
    /* height: 105px; */
    font-family: 'Montserrat', sans-serif;
    margin-top: 24px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #222222;
}

.input-textarea__textarea::-webkit-input-placeholder {
    color: #222222;
}

.input-textarea__textarea:-ms-input-placeholder {
    color: #222222;
}

.input-textarea__textarea::-ms-input-placeholder {
    color: #222222;
}

.input-textarea__textarea::placeholder {
    color: #222222;
}

.input__label {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #888888;
}

.link-to-game__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px;
}

.link-to-game__header a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.link-to-game__header a img {
    margin-left: 12px;
}

.link-to-game span {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
  opacity: 0.4;
  word-wrap: break-word;
}

.info-table {
  width: 100%;
}

.info-table tr {
  width: 100%;
}

.info-table tr:first-child td {
  border-bottom: 1px solid #E9E9E9;
}

.info-table tr:first-child td {
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
}

.info-table tr:first-child td:first-child {
  background: #F5F5F5;
  height: 50px;
}

.info-table tr:first-child td:first-child img {
  margin-left: 12px;
}

.info-table td:nth-child(2) {
  padding-left: 35px;
}

.info-table td {
  padding: 10px;
}

.info-table td:nth-child(1) {
  padding-left: 12px;
  border-right: 1px solid #E9E9E9;
}

.table__photo-wrap {
  height: 24px;
  width: 24px;
  background: #F5F5F5;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 12px;
}

.table__photo-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.info-table .select-radio__name {
  padding: 0;
}

.table__gamer-name {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #888888;
}

.accordion__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.accordion__title div {
    margin-left: 24px;
    margin-top: 7px;
}

.accordion__title div span {
    display: block;
}

.accordion__title div span:first-child {
    margin-bottom: 7px;
}

.text {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #444;
    margin-bottom: 15px;
}

.text a {
    color: #888888;
}

.text a:hover {
    color: #00d2d5;
}

.img-wrap img {
    width: 100%;
}

.btns-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.btn-60 {
    height: 60px;
    width: 60px;
}

.slick-list {
  overflow: hidden;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-dots {
    bottom: 5px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
  width: 100%;
}

.slick-dots li {
  list-style: none;
}

.slick-dots li button {
  font-size: 0;
  border-radius: 100%;
  /*width: 8px;
  height: 8px;
  background: #EFF2F6;*/
  margin: 0 6px;
}

.slick-dots li.slick-active button {
  /*background: #222222;*/
}

.slick-arrow {
  /*position: absolute;
  height: 16px;
  width: 16px;*/
  /*top: 40%;*/
  /*z-index: 10;
  font-size: 0;
  background: #FFFFFF url(../img/cabinet/icon/arr-black.svg) center no-repeat;*/
  /*background-size: 28%;*/
  /*border-radius: 0px 20px;*/
  /*cursor: pointer;*/
}

.slick-arrow.slick-prev {
  left: 3%;
    z-index: 1;
  /*opacity: 0;*/
}

.slick-arrow.slick-next {
  right: 3%;
    z-index: 1;
  /*-webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);*/
}

.goods-modal__slider-wrap {
  position: absolute;
  right: 0;
    width: 100%;
}

.goods-modal__slider {
  position: relative;
  width: 100%;
}

.goods-modal__slider .slick-list {
  overflow: hidden;
  max-width: 853px;
}

.goods-modal__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -9px;
}

.goods-modal__slider .slick-slide {
  max-width: 310px;
  height: 220px;
  margin: 0 9px;
}

.header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__question-wrap {
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.site-link {
    background: url(/img/cabinet/icon/stroke-1.svg) 0 70% no-repeat;
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
}

.site-link a {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-decoration: underline;
    color: #888888;
    padding-left: 25px;
}

.site-link a:hover {
    color: #00d2d5;
}

.logo-block {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
}

.logo-block__line {
    display: block;
    height: 1px;
    width: 50%;
    background: #888888;
}

.logo-block a {
    display: block;
    margin: 30px 40px;
}

.logo-block img {
    height: auto;
    width: 140px;
}

.footer-cabinet .logo-block a {
    display: block;
    margin: 10px;
}

.footer-cabinet .logo-block img {
    height: 20px;
    width: 20px;
}

.footer-cabinet {
    margin-top: 130px;
}

.footer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 22px 0;
}

.footer-wrap span {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
}

.footer__links a:hover {
    color: #00d2d5;
}

.footer__links a:first-child {
    margin-right: 24px;
}


.info-table {
    width: 100%;
}

.info-table tr {
    width: 100%;
}

.info-table tr:first-child td {
    border-bottom: 1px solid #E9E9E9;
}

.info-table tr:first-child td {
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
}

.info-table tr:first-child td:first-child {
    background: #F5F5F5;
    height: 50px;
}

.info-table tr:first-child td:first-child img {
    margin-left: 12px;
}

.info-table td:nth-child(2) {
    padding-left: 35px;
}

.info-table td {
    padding: 10px;
}

.info-table td:nth-child(1) {
    padding-left: 12px;
    border-right: 1px solid #E9E9E9;
}

.table__photo-wrap {
    height: 24px;
    width: 24px;
    background: #F5F5F5;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 12px;
}

.table__photo-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.info-table .select-radio__name {
    padding: 0;
}

.table__gamer-name {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #888888;
}


.question {
    background: #222222;
    cursor: pointer;
}

.question span {
    position: absolute;
    top: 0;
    right: 0;
    height: 12px;
    width: 12px;
    background: #00d2d5;
    border-radius: 100%;
}

.top-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 24px;
    border-bottom: 1px solid #888888;
    margin-bottom: 24px;
}

.top-menu__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.persone {
    position: relative;
    margin-right: 48px;
    max-height: 120px;
}

.top-menu__persone img {
    height: 120px;
    width: 120px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%;
}

.persone-label {
    position: absolute;
    right: -15%;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    border-radius: 0px 30px;
}

.persone-label img {
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
}

.persone-rating {
    background: #00D2D5;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
}

.persone-addphoto {
    border: 2px dashed #888888;
    background: #fff;
}

.persone__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;*/
    margin-bottom: 39px;
}

.persone__text-block {
    max-width: 230px;
}

.persone-delphoto {
    display: block;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #888888;
    text-decoration: underline;
    margin-top: 8px;
}

.persone-delphoto:hover {
    color: #222222;
    text-decoration: none;
}

.top-menu__title {
    margin-bottom: 12px;
}

.top-menu__title span {
    display: block;
    font-weight: bold;
    font-size: 60px;
    line-height: 73px;
}

.bread-crumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 20px;
  list-style: none;
}

.bread-crumbs li:first-child a::before {
  content: "";
  height: 20px;
  width: 20px;
  background: url(/img/cabinet/icon/logo-br-c.svg);
  margin-right: 12px;
}

.bread-crumbs li a::after {
  content: "";
  height: 8px;
  width: 22px;
  background: url(/img/cabinet/icon/left.svg);
  margin-left: 12px;
  margin-right: 12px;
}
.bread-crumbs li a,
.bread-crumbs__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #888888;
    padding: 6px 0;
}

.bread-crumbs__link-current {
    color: #222222;
}

.bread-crumbs__link img {
    margin-right: 12px;
}

.bread-crumbs__del {
    margin: 0 12px;
}

.bread-crumbs a:hover {
    color: #00d2d5;
}

.btn-descr {
    width: 290px;
    display: block;
    margin-top: 24px;
}

.section-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.left-block {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}

.right-block {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
}

.rating-page .btn-label {
    max-width: 60px;
}

.top-rating {
    margin-top: 6px;
}

.top-rating__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 48px;
}

.top-rating__item:last-child {
    margin-bottom: 0;
}

.rating-place {
    text-align: center;
    padding-left: 15px;
}

.rating-place span:first-child {
    display: block;
    font-weight: 600;
}

.top-rating {
    background: rgba(255, 255, 255, 0.6);
}

.top-rating__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.top-rating .rating-place span:first-child {
    font-size: 72px;
    line-height: 88px;
}

.top-rating__img-wrap {
    width: 200px;
    height: 150px;
    margin-right: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.top-rating__img-wrap img {
    width: 140px;
    height: 138px;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.top-rating__item:first-child .top-rating__img-wrap {
    background: url(/img/cabinet/icon/rating-card-label.svg);
    background-size: cover;
}

.top-rating__block {
    width: 310px;
}

.top-rating__block-top, .top-rating__block-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top-rating .md-t span {
    display: block;
}

.top-rating__block-top {
    border-bottom: 1px solid #888888;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.rating-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rating-icon {
    height: 16px;
    width: 16px;
    margin-right: 5px;
    background: url(/img/cabinet/icon/logo-br-c.svg);
    background-size: 100%;
    cursor: pointer;
}

.rank {
    margin-left: 12px;
}

.all-rating {
    margin: 48px 0;
}

.all-rating__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #888888;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.all-rating .rating-place span:first-child {
    font-size: 24px;
    line-height: 29px;
}
.all-rating__item .all-rating__img-wrap{
    max-width: 84px;
    overflow: hidden;
}
.all-rating__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px;
    flex: 1;
}

.all-rating__descr {
  max-width: 170px;
    flex: 1;
}
.all-rating__descr .sm-lt-text{
    font-size: 10px !important;
}

.all-rating__descr span {
    display: block;
    padding-left: 28px;
}

.all-rating .rank {
    margin: 0;
    position: relative;
    margin-bottom: 8px;
}

.all-rating .rank::before {
    content: '';
    position: absolute;
    left: 0;
    height: 16px;
    width: 16px;
    background: url(/img/cabinet/icon/logo-br-c.svg);
    background-size: 100%;
}

.persone-addgame {
    background: #fff;
    -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
}

.persone__text-block h3 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 12px;
    min-width: 300px;
}

.game-status,.template-board {
    border-top: 1px solid #E9E9E9;
    padding: 12px;
  padding-right: 0;
    max-width: 292px;
}

.game-status .select-radio__lable,
.template-board .select-radio__lable {
    display: block;
    margin-bottom: 12px;
}
.template-board .select-radio__radio:disabled ~ .select-radio__name {
    opacity: 0.3;
}

.type-appeal {
  margin-bottom: 48px;
}

.text-block {
  margin-top: 60px;
}

.form-grade .input-textarea__textarea, .form-answer .input-textarea__textarea, .cart-page .input-textarea__textarea {
  margin: 0;
  font-size: 12px;
  line-height: 15px;
  background: transparent;
}

.form-grade .input-textarea__textarea::-webkit-input-placeholder, .form-answer .input-textarea__textarea::-webkit-input-placeholder, .cart-page .input-textarea__textarea::-webkit-input-placeholder {
  color: #888888;
}

.form-grade .input-textarea__textarea:-ms-input-placeholder, .form-answer .input-textarea__textarea:-ms-input-placeholder, .cart-page .input-textarea__textarea:-ms-input-placeholder {
  color: #888888;
}

.form-grade .input-textarea__textarea::-ms-input-placeholder, .form-answer .input-textarea__textarea::-ms-input-placeholder, .cart-page .input-textarea__textarea::-ms-input-placeholder {
  color: #888888;
}

.form-grade .input-textarea__textarea::placeholder, .form-answer .input-textarea__textarea::placeholder, .cart-page .input-textarea__textarea::placeholder {
  color: #888888;
}

.game-descr-page .content__item:first-child {
  border-top: 1px solid #888888;
}

.jce {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tb-free-place .btn-label {
  margin-left: 12px;
}

.rating-area {
    width: 100%;
  overflow: hidden;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.rating-area .form-group{
    margin-bottom: 0;
}

.rating-area:not(:checked) > input {
  display: none;
}

.rating-area:not(:checked) > label {
  display: block;
  height: 60px;
  width: 60px;
  background: url(/img/cabinet/logo-pale.svg);
    background-size: 100%;
  margin-right: 24px;
  cursor: pointer;
  position: relative;
}

.rating-area > input:checked ~ label {
  background: url(/img/cabinet/logo-green.svg);
    background-size: 100%;
}

.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
  background: url(/img/cabinet/logo-green.svg);
    background-size: 100%;
}

.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
  background: url(/img/cabinet/logo-green.svg);
    background-size: 100%;
}

.rate-area > label:active {
  position: relative;
}

.form-grade .input-lable {
  height: 108px;
  margin-bottom: 24px;
  background: transparent;
}

.form-grade .input-lable__label {
  -ms-flex-preferred-size: 12%;
      flex-basis: 12%;
}

.form-grade .input-lable__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
}


.rate-one-item{
    display: block;
    height: 60px;
    width: 60px;
    background: url(/img/cabinet/logo-green.svg);
    background-size: 100%;
    margin-right: 24px;
    cursor: pointer;
    position: relative;
}
.rate-one-item-unrated{
    background: url(/img/cabinet/logo-pale.svg);
    background-size: 100%;
}
.table__list-players .tb-free-place td {
  border-top: 1px solid #E9E9E9;
}

.table__list-players .tb-free-place ~ .tb-free-place td {
  border-top: none;
}

.table__list-players .tb-free-place ~ .tb-free-place {
  border: none;
}
.table__photo-wrap {
    height: 24px;
    width: 24px;
    min-width: 24px;
    min-height: 24px;
    background: #F5F5F5;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 12px;
}
.table__photo-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.table__gamer-name {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #888888;
}
.table__list-players td:nth-child(3), .table__list-players td:nth-child(4) {
  padding-right: 30px;
}

.modal__dialoge {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1000;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    overflow-y: scroll;
}

.goods-modal .modal__dialoge {
  background: rgba(0, 0, 0, 0.3);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.modal__content {
    position: relative;
    max-width: 80%;
    padding: 6%;
}

.goods-modal__content {
  background: #fff;
  height: 100%;
  max-height: 100%;
  max-width: 666px;
  padding: 58px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
    .goods-modal__content {
        width: 85%;
    }
}
@media screen and (min-width: 769px) and (max-width: 979px) {
    .goods-modal__content {
        width: 500px;
    }
}
@media screen and (min-width: 979px) {
    .goods-modal__content {
        width: 666px;
    }
}

.goods-modal__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 47px;
  margin-bottom: 47px;
}

.goods-modal .goods-card__buy {
  border: none;
  padding: 0;
  width: 50%;
}

.goods-modal .tocart-btn {
  width: 226px;
}

.goods-modal__title {
  font-size: 36px;
  line-height: 44px;
  width: 90%;
}

.goods-modal__center {
  width: 80%;
  margin-bottom: 50px;
}

.goods-modal__text-block {
  margin-top: 25px;
  margin-bottom: 50px;
}

.goods-modal__tag-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.goods-modal__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 17px;
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
}

.goods-modal__tag h4 {
  max-width: 128px;
  margin-bottom: 6px;
}

.goods-modal__tag .round-label {
  height: 60px;
  width: 60px;
  background: #F5F5F5;
  margin-right: 12px;
}

.close {
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 40px;
    font-weight: 400;
    background: #00d2d5;
    border-radius: 0 0 0 20px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.goods-modal .close {
  background: #222222;
  position: relative;
}

.rect {
    display: block;
    height: 60px;
    width: 60px;
    background: #888888;
    border-radius: 0 15px 0 15px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.modal-title {
    font-weight: bold;
    font-size: 40px;
    line-height: 49px;
    /*margin-bottom: 8%;*/
}

.sand-btn {
    width: 290px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 36px;
}

.games-page .filter {
    margin-bottom: 0;
}

.question-sent-page h2 {
    margin-top: 47px;
    margin-bottom: 24px;
}

.question-sent-page {
    background: url(../img/bitmap.jpg) center no-repeat;
    background-size: contain;
}

.table-purchase .table__photo-wrap {
    height: 60px;
    width: 60px;
}

.table-purchase tr:first-child td {
    height: 50px;
}
.table-purchase td:nth-child(4),
.table-purchase td:nth-child(5) {
  text-align: right;
}

.table-purchase td {
    height: 70px;
}

.table-purchase td:nth-child(2) {
    padding-left: 35px;
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
    padding-right: 12px;
}
/*.table-purchase td:nth-child(5) span {
  display: block;
  min-width: 80px;
}*/

.table-purchase .table__gamer-name {
  max-width: 270px;
}

.table-purchase td:nth-child(3) {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.table-purchase td:nth-child(4) {
    -ms-flex-preferred-size: 9%;
    flex-basis: 9%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.table-purchase td:nth-child(5) {
    -ms-flex-preferred-size: 17%;
    flex-basis: 17%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.purchase-card__total-price {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
    margin-left: 100px;
}

.purchase-card__payment{
    flex-direction: column;
    align-items: flex-start;
}

.purchase-card .btn-label__wrap {
    width: 90px;
}

.table__flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.add-game-page .info-table td:nth-child(4) a {
  word-break: break-all;
}

.btn-quantity {
  height: 60px;
  width: 60px;
  border: 1px solid #E9E9E9;
  border-radius: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6px;
}

.btn-quantity a,
.btn-quantity button {
  height: 12px;
  width: 12px;
  background: url(../img/cabinet/icon/arr-grey.svg) no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.btn-quantity__minus {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.btn-quantity__input {
  width: 22px;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
}

.cart-page .table__photo-wrap {
  border-radius: 0;
}

.cart-page .table-purchase {
  background: #fff;
}

.shop-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.shop-filter {
  min-width: 200px;
  margin-right: 40px;
}

.shop-filter__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #888888;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 17px;
}

.shop-filter__item_active span:first-child {
  color: #222222;
}

.shop-content {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
    width: 100%;
    position: relative;
}
.shop-content.waiting::before {
    content: "";
    background: url(/img/cabinet/1482.gif) no-repeat center 100px;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 2;
}

.pjax-waiting-wrap{
    position: relative;
}
.pjax-waiting-wrap.waiting::before {
    content: "";
    background: url(/img/cabinet/1482.gif) no-repeat center 100px;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 2;
}
.pjax-waiting-wrap.waiting .pjax-waiting-inner{
    filter: blur(4px);
    pointer-events: none;
}


.shop-goods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.8%;
}
.shop-content.waiting .shop-goods{
    filter: blur(4px);
    pointer-events: none;
}
.games-page .content{
    position: relative;}
.games-page .content.waiting::before {
    content: "";
    background: url(/img/cabinet/1482.gif) no-repeat center 100px;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 2;
}
.games-page .content.waiting .list-view{
    filter: blur(4px);
    pointer-events: none;
}

.game-card {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
    border-radius: 0px 30px;
    padding: 12px;
    cursor: pointer;
    position: relative;
}

.game-card:hover {
    background: url(/img/cabinet/color-card-bg.png);
    background-size: cover;
}

.game-card-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 115px;
    margin-bottom: 12px;
}

.game-card__label, .link-card__label, .purchase-card__label, .goods-card__label {
    position: absolute;
    top: 0;
    left: 0;
  z-index: 10;
}

.game-card-new .game-card__label, .link-card__label, .purchase-card__label, .goods-card-novelty .goods-card__label {
    border: 6px solid #00d2d5;
    border-bottom: 6px solid transparent;
    border-right: 6px solid transparent;
}

.game-card-row__left-block {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-right: 2px solid #E9E9E9;
    margin-right: 15px;
}

.game-practitioner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.game-card-row__game-practitioner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
}

.game-practitioner img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%;
}

.game-card-row__game-practitioner img {
    height: 40px;
    width: 40px;
    overflow: hidden;
}

.game-practitioner__info {
    margin-left: 12px;
}

.game-practitioner__name {
    color: #222;
    display: block;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
}
.game-practitioner__name.tdu:hover{
    color: #00d2d5;
}
.sm-lt-text {
    font-weight: 600;
    font-size: 11px;
    line-height: 14px;
    color: #888888;

}
.info-table .sm-lt-text{
    white-space: nowrap;
}

.game {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.game-title {
    color: #222222;
    display: block;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.game__info {
  margin-left: 12px;
    margin-top: 3px;
}


.game-card-row__right-block {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.game-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.game-info__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 20px;
}

.game-info__date span:nth-child(1) {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
}

.game-info__date span:nth-child(2) {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
}

.game-info__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.game-info__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border: 1px solid #888888;
    border-radius: 0 20px;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    flex-direction: column;
}
.game__info_inner{
    padding-top: 10px;}
.game-info__rating > .small{
    font-weight: 600;
    color: #666;
}

.game-info__rating.remove_master_sub{
    background-color: #eee;
    border: none !important;
    color: #aaa;
    cursor: pointer;
    font-size: 16px;
}
.game-info__rating.remove_master_sub:hover{
    background-color: #ddd;
    color: #999;
}
.red{
    color: #c00;
}
.green{
    color: #05bd00;
}
.status-active-message{
    font-size: 12px;
    margin-bottom: 0;
    padding: 0;
}

.partnership {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.partnership__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.partnership__avatars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
}

.partnership__avatar {
    display: block;
    height: 24px;
    width: 24px;
    overflow: hidden;
    background: #F5F5F5;
    border: 2px solid #FFFFFF;
    border-radius: 100%;
    margin-right: -8px;
}

.partnership__avatar img {
    width: 100%;
}

.partnership__avatar:nth-child(1) {
    z-index: 6;
}

.partnership__avatar:nth-child(2) {
    z-index: 5;
}

.partnership__avatar:nth-child(3) {
    z-index: 4;
}

.partnership__avatar:nth-child(4) {
    z-index: 3;
}

.partnership__avatar:nth-child(5) {
    z-index: 2;
}

.partnership__avatar:nth-child(6) {
    z-index: 1;
}

.game-card-finished .game-info__date, .game-card-full .game-info__date {
    color: #888888;
}
.list-view > .summary{
    margin-left: 25px;
    margin-top: 20px;
    font-size: 12px;
}
.game-card-create {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px;
    border: 2px dashed #888888;
    border-radius: 0 30px;
    margin-top: 21px;
}

.game-card-create__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    margin-right: 50px;
}

.game-card-create .create-btn {
    background: #fff;
    color: #222222;
}

.game-card-create .black-btn__icon {
    background: #222222;
}

.game-cards__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.game-card-column {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  padding: 24px;
  margin-top: 16px;
}

.game-card-column .gray-card-top__info {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.gray-card-top__info .md-t{
    width: 165px;
    padding-right: 11px;
}

.game-card-column .rating-persone__name {
  margin-bottom: 6px;
}

.game-card-column .game-info {
  margin-bottom: 27px;
}

.game-card-column .game {
  margin-top: 12px;
  margin-bottom: 14px;
  padding-left: 30px;
}

.game-card-column .game img {
  height: 20px;
  width: 20px;
  margin-right: 40px;
}

.game-card__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
    min-height: 30px;
}

.game-card__places {
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
}

.game-card-full .game-card__label, .goods-card-stock .goods-card__label {
  border: 6px solid #888888;
  border-bottom: 6px solid transparent;
  border-right: 6px solid transparent;
}

.goods-card-stock .goods-card__label {
  border: 6px solid #fff;
  border-bottom: 6px solid transparent;
  border-right: 6px solid transparent;
}

.join-btn {
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  border: 1px solid #00d2d5;
  border-radius: 0px 10px;
  padding: 9px 12px;
  padding-left: 36px;
  background: #00d2d5 url(/img/cabinet/icon/join.svg) 10px no-repeat;
}

.join-btn:disabled,.join-btn-disabled {
  opacity: 0.5;
  border: 1px solid #888888;
  color: #888888;
  background: #fff url(/img/cabinet/icon/join-dis.svg) 10px no-repeat;
}

.player-information {
  position: relative;
  margin: 0 -24px;
  margin-bottom: 12px;
}

.player-information__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  height: 2px;
  width: 100%;
  background: transparent;
  padding: 0 24px;
}

.player-information__line-item {
  -ms-flex-preferred-size: 16.6%;
      flex-basis: 16.6%;
  background: #E9E9E9;
}

.player-information__line.piline_1 .player-information__line-item{ -ms-flex-preferred-size: 100%; flex-basis: 100%;}
.player-information__line.piline_2 .player-information__line-item{ -ms-flex-preferred-size: 50%; flex-basis: 50%;}
.player-information__line.piline_3 .player-information__line-item{ -ms-flex-preferred-size: 33.3%; flex-basis: 33.3%;}
.player-information__line.piline_4 .player-information__line-item{ -ms-flex-preferred-size: 25%; flex-basis: 25%;}
.player-information__line.piline_5 .player-information__line-item{ -ms-flex-preferred-size: 20%; flex-basis: 20%;}

.player-information__line[data-total-value="1"] .player-information__line-item:nth-child(n + 6),
.player-information__line[data-total-value="2"] .player-information__line-item:nth-child(n + 5),
.player-information__line[data-total-value="3"] .player-information__line-item:nth-child(n + 4),
.player-information__line[data-total-value="4"] .player-information__line-item:nth-child(n + 3),
.player-information__line[data-total-value="5"] .player-information__line-item:nth-child(n + 2),
.player-information__line[data-total-value="6"] .player-information__line-item:nth-child(n + 1) {
  background: #00d2d5;
}

.gamer-card {
  position: absolute;
  left: 0;
  top: 2px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
  border-radius: 0px 30px;
  padding: 24px;
  width: 100%;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
}

.player-information__line:hover .gamer-card {
  opacity: 1;
  pointer-events: visible;
}

.gamer-card__active {
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 6px;
  margin-bottom: 6px;
}

.gamer-card__item, .gamer-card__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gamer-card__item {
  margin-top: 6px;
}
.table__flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.gamer-card__free-place .table__gamer-name, .tb-free-place .table__gamer-name {
  color: #222222;
}

.gamer-card__free-place .table__gamer-name:hover, .tb-free-place .table__gamer-name:hover {
  color: #00d2d5;
}

.grey-card {
    background: #F5F5F5;
    padding: 24px;
    max-width: 420px;
    margin: auto;
}

.gray-card-top {
    position: relative;
    border-radius: 0px 30px 0px 0px;
    padding-bottom: 75px;
  margin-bottom: 12px;
}

.gray-card-rating {
    background-image: url(/img/cabinet/rating-card-bg.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

.gray-card-purchases {
    background-image: url(/img/cabinet/purchases-card-bg.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

.gray-card__title-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.gray-card__title-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gray-card__title {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    margin-left: 12px;
    color: #222222;
}

.gray-card__title:hover {
    text-decoration: underline;
}

.gray-card-top__content {
    margin: 24px 0;
}

.gray-card-top__content-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 2px solid #E9E9E9;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.rating-persone:first-child .rating-persone__photo-wrap {
    background: url(/img/cabinet/icon/rating-card-label.svg);
}

.rating-persone__photo-wrap {
    width: 86px;
    height: 65px;
    margin-right: 20px;
}

.rating-persone__photo-wrap .photo-60 {
    display: block;
    margin: 0 auto;
}

.gray-card-top__center-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.gray-card-top__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.rating-persone .gray-card-top__num{
    min-width: 25px;
}
.rating-persone__name a:nth-child(1),
.rating-persone__name span:nth-child(1) {
    color: #000;
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    max-width: 150px;
    min-width: 150px;
}
.rating-persone__name a:hover{
    color: #0056b3;
    text-decoration: none;
}
.rating-persone__name a:nth-child(2),
.rating-persone__name span:nth-child(2) {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
}

.gray-card-top__num {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
}

.purchases {
    height: 68px;
}

.purchases__name {
    max-width: 180px;
}

.purchases__name span {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
}

.purchases__photo-wrap {
    width: 115px;
    height: 42px;
}

.purchases__photo-wrap img {
    margin-right: -20px;
    position: relative;
}

.purchases__photo-wrap img:nth-child(1) {
    z-index: 3;
}

.purchases__photo-wrap img:nth-child(2) {
    z-index: 2;
}

.purchases__photo-wrap img:nth-child(3) {
    z-index: 1;
}

.gray-card-top__all-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gray-card-top__all-list span {
    font-weight: 600;
    font-size: 40px;
    line-height: 73px;
    margin-right: 24px;
    min-width: 30px;
    text-align: right;
}

.gray-card-top__all-list div span {
    display: block;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 7px;
    text-align: left;
}

.gray-card-top__all-list a:hover {
    color: #00d2d5;
}

.arr-right {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 14.5px;
}

.grey-card-center {
  margin: 0 auto 12px;
}

.grey-card-bottom {
    border-radius: 0px 0px 0px 30px;
  margin-top: 12px;
}

.grey-card-body-img{
    max-width: 100%;
    margin-top: 20px;
    border-radius: 6px;
    box-shadow: 0 3px 4px -2px rgba(0,0,0,.4);
    transition: all 200ms ease-in-out 0ms;
}
.grey-card-body-img:hover{
    box-shadow: 0 3px 6px -2px #00d2d5;
}
.grey-card-bottom .persone__text-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.grey-card__persone-name span {
    display: block;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
}

.textpage img.img-rounded{
    border-radius: 6px;
    box-shadow: 0 3px 4px -2px rgba(0,0,0,.4);
}
.textpage img{
    margin: 15px 0;
    max-width: 100% !important;
}
.textpage ul li{
    padding: 4px 3px;
    margin-left: 20px;
}

.persone-lt {
    margin-top: 12px;
}

.persone-lt a:first-child {
    margin-bottom: 12px;
}

.persone-lt a:hover {
    color: #00d2d5;
}

.games__date span {
    display: block;
    font-weight: 600;
    font-size: 9px;
    line-height: 12px;
    color: #888888;
    text-align: center;
}

.games__date span:first-child {
    font-size: 18px;
    line-height: 18px;
    text-align: center;
}

.md-t {
    margin-bottom: 6px;
}

.md-t a {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #222222;
    word-break: break-word;
}

.md-t a:hover {
    text-decoration: underline;
}

.games__photo-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: baseline;
    margin-right: 19px;
    margin-left: 12px;
}

.games__photo-wrap img {
    margin: 0;
}

.games__lable {
    height: 53px;
    width: 53px;
    background: #F5F5F5;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -20px;
    position: relative;
}

.games__lable span {
    display: block;
    height: 40px;
    width: 40px;
    border: 1px solid #E9E9E9;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
}

.games__lable-lg span {
    border-color: #00d2d5;
}

.games__lable ::after {
    content: '';
    position: absolute;
}

.games__lable-sm ::after {
    top: 6px;
    left: 6px;
    height: 20px;
    width: 20px;
    border: 1px solid #00d2d5;
    border-radius: 100%;
}

.games__lable-md ::after {
    top: 6px;
    left: 6px;
    height: 40px;
    width: 20px;
    border: 1px solid #00d2d5;
    border-radius: 100%;
}

.games .gray-card-top__num {
    position: absolute;
    right: 24px;
}

.games .gray-card-top__center-wrap {
    padding-right: 20px;
}

.games .gray-card-top__info {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.game-descr-card {
  position: relative;
  max-width: 850px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
  border-radius: 0px 30px;
  padding: 48px;
  margin-bottom: 50px;
}

.game-descr-card__left {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
}

.game-descr-card__inf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 27px;
    position: relative;
}

.game-descr-card__inf span {
  font-weight: 600;
  font-size: 72px;
  line-height: 88px;
}


.game-descr-card__inf-block {
  border-left: 1px solid #E9E9E9;
  padding-left: 12px;
  margin-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.game-descr-card__inf-labels {
  max-width: 68px;
}

.game-descr-card__inf-labels .btn-label-green {
  margin-bottom: 6px;
}

.game-descr-card__inf-block span {
  font-size: 12px;
  line-height: 15px;
}
.game-descr-card__time-reminder{
    position: absolute;
    bottom: -4px;
    font-size: 11px;
    text-align: center;
    left: 37px;
    color: #888;
}
.game-descr-card__name span {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

.range-descr {
  position: relative;
}

.range-descr span {
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #888888;
}

.range-descr span a {
  color: #888888;
}

.range-descr span a:hover {
  color: #00d2d5;
}

.game-descr-card .link-to-game {
  margin: 0;
  margin-top: 24px;
  max-width: 340px;
    word-wrap: break-word;
}

.game-descr-card__right {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.game-descr-card h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  max-width: 300px;
  margin-bottom: 6px;
}

.game-descr__descr {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #888888;
  max-width: 360px;
  margin: 24px 0;
}

.game-descr__descr a {
  display: block;
  color: #888888;
  margin-top: 12px;
}

.game-descr__descr a:hover {
  color: #00d2d5;
}

.range-descr__card {
  position: absolute;
  background: #fff;
  width: 338px;
  padding: 24px;
  z-index: 10;
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
  border-radius: 0px 30px;
  margin-top: 12px;
}

.range-descr__card .decor-label {
  padding-right: 40px;
  margin-bottom: 12px;
}

.game-descr-card .games__lable {
  background: #fff;
  margin-left: -5px;
}

.btns-wrap .small-btn {
  margin-right: 12px;
  margin-bottom: 12px;
}

.small-btn {
  border-radius: 0px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.white-btn {
  background: #fff;
  border: 1px solid #888888;
}

.btn-48 {
  height: 48px;
  width: 48px;
}

.game-descr-card__label {
  position: absolute;
  top: 0;
  left: 0;
  border: 10px solid #00d2d5;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
}

.game-descr-card__label-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 12px;
  right: 12px;
}

.game-descr-card__label-leaf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 0px 20px;
  border: 1px solid #888888;
  background: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
}

.game-descr-card__label-leaf-pink {
  border: 1px solid #FF00ED;
  background: #FF00ED;
  color: #fff;
  margin-right: 6px;
}

.range-descr__main {
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  padding-top: 12px;
  margin-bottom: 11px;
}

.range-descr__main-item {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}

.range-descr__main-item-active::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  height: 8px;
  width: 8px;
  background: url(/img/cabinet/icon/select-radio-check.svg) 100% no-repeat;
}

.range-descr__main-item span {
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #222222;
}

.range-descr__main-item p {
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  margin-top: 3px;
}

.accardion-card__block {
  margin-top: 48px;
  background: rgba(255, 255, 255, 0.9);
}

.accardion-card__card {
  position: relative;
  padding: 0 12px;
  padding-top: 10px;
  padding-bottom: 48px;
  border-top: 1px solid #888888;
}

.accardion-card__card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}

.accardion-card__card h4 {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  margin: 0;
}

.accardion-card__card-inf .btn-label {
  margin-left: 12px;
}

.accardion-card__card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.accardion-card__card a:hover {
  color: #00d2d5;
}

.accardion-card__card-body {
  padding-top: 24px;
  padding-bottom: 18px;
}

.answer-card {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
  border-radius: 0px 30px;
  padding: 24px;
  margin-bottom: 12px;
}

.answer-card-color {
  background: url(../img/answer-card-bg.png);
  background-size: cover;
  border-radius: 30px 0px;
}

.answer-card p {
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #888888;
}

.answer-card-color p {
  color: #222222;
}

.answer-card__inf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
}

.answer-card-color .answer-card__inf {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.answer-card__inf div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.answer-card__inf-status {
  display: block;
  height: 16px;
  width: 16px;
  margin-left: 12px;
}

.answer-card .table__photo-wrap {
  background: #fff url(../img/img__logo-symbol_black.svg) center no-repeat;
  background-size: 60%;
}

.read {
  background: url(../img/icon/read.svg);
}

.noread {
  background: url(../img/icon/noread.svg);
}

.form-answer {
  margin-top: 34px;
}

.link-card__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 280px;
}

.link-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
  border-radius: 0px 30px;
  -ms-flex-preferred-size: 48.5%;
      flex-basis: 48.5%;
  color: #222222;
  padding: 24px;
  margin-bottom: 12px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.link-card:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.link-card .btn-label {
  position: absolute;
  top: 10px;
  left: 96px;
}

.link-card h4 {
  margin-bottom: 0;
}

.link-card .round-label {
  height: 60px;
  width: 60px;
  background: #F5F5F5;
  margin-right: 12px;
}

.purchase-card .accardion-card__card-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.purchase-card h4 {
  -ms-flex-preferred-size: 28%;
      flex-basis: 28%;
}

.accardion-card__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
}

.accardion-card__center span {
  padding: 0 10px;
}

.gray-card-order {
  border-radius: 0px 30px 0px 30px;
  background-position: 45px 100%;
}

.gray-card-order .gray-card-top__content-item {
  display: block;
}

.gray-card-order__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 13px;
}

.gray-card-order__item:last-child {
  margin-bottom: 0;
}

.gray-card-order__item span:last-child {
  font-size: 14px;
  line-height: 17px;
}

.gray-card-order .gray-card-top__all-list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gray-card-order .gray-card-top__all-list span {
  margin-right: 0;
}

.gray-card-order__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 25px 0;
}

.gray-card-order__explanation {
  display: block;
  max-width: 65%;
}

.goods-card {
  position: relative;
  margin: 0 0.8%;
  -ms-flex-preferred-size: 31.5%;
      flex-basis: 31.5%;
  border-radius: 0px 30px 0px 30px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
  margin-bottom: 16px;
}

.goods-card__tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 66px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.47%, rgba(34, 34, 34, 0.4)), color-stop(99.33%, rgba(34, 34, 34, 0.0001)));
  background: linear-gradient(180deg, rgba(34, 34, 34, 0.4) 0.47%, rgba(34, 34, 34, 0.0001) 99.33%);
  border-radius: 0px 30px 0px 0px;
  z-index: 11;
  padding: 24px;
}

.goods-card__slider {
    width: 100%;
  max-width: 100%;
  position: absolute;
}

.goods-card__slider-item {
  height: 330px;
  width: 100%;
  border-radius: 0 30px 0 0;
  overflow: hidden;
}

.goods-card__content {
  padding: 24px;
  padding-top: 350px;
}

.goods-card__title {
  display: block;
  color: #222222;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;

  margin-bottom: 17px;
}
a.goods-card__title {
    text-decoration: underline;
}
a.goods-card__title:hover {
  color: #00d2d5;
}

.goods-card .game {
  margin-top: 24px;
    margin-left: -11px;
}

.goods-card__slider img {
  width: 100%;
}

.goods-card__buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #E9E9E9;
  padding-top: 12px;
  margin-top: 4px;
}

.goods-card__price {
  display: block;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 3px;
  margin-top: 7px;
    white-space: nowrap;
}
.goods-modal__top .goods-card__price{
    margin-right: 14px;
}
.tocart-btn {
  height: 48px;
  width: 128px;
  background: #00d2d5;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0px 20px;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  border: 1px solid #00d2d5;
}

.tocart-btn span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.goods-card-finished .tocart-btn {
  background: #fff;
  color: #CFCFCF;
  border: 1px solid #CFCFCF;
}

.tocart-btn span::before {
  content: '';
  display: block;
  height: 16px;
  width: 16px;
  background: url(../img/cabinet/icon/purchases.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  margin-right: 6px;
}

.tocart-btn-disabled {
    height: 48px;
    width: 128px;
    background: #BABABA;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0px 20px;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    cursor: unset;
}
.tocart-btn-disabled:hover{
    transform: unset;
    color: #fff;
    cursor: unset;
}

.goods-card-finished .tocart-btn span::before {
  background: url(/img/cabinet/icon/purchases-grey.svg) no-repeat;
  background-size: 95%;
}

.goods-card-finished .goods-card__price {
  opacity: 0.4;
}
.rate-cards__wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.rate-card h4, .rate-descr__icons h4{
  margin-bottom: 6px;
  /*max-width: 150px;*/
}
.order-rate h4{
  margin-bottom: 6px;
}
.round-label-grey {
  background: #F5F5F5;
}
.rate-card .round-label, .rate-upgrade-card .round-label, .rate-descr__icons .round-label, .order-rate .round-label{
  height: 60px;
  width: 60px;
  min-height: 60px;
  min-width: 60px;
  margin-right: 12px;
}
.flex-wrapper{
  display: flex;
  align-items: center;
}
.rate-card {
 flex-basis: 48%;
 padding: 24px 0;
 background-color: #fff;
 background-size: 100% 92%;
 border-radius: 0px 30px;
 position: relative;
 box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
 margin-bottom: 25px;
}
.rate-card__body{
  padding: 0 24px;
}
.rate-card__descr-block {
  margin-top: 24px;
  height: 260px;
}
.rate-card__descr {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #888888;
}
.rate-card__descr-table {
  margin-top: 24px;
}
.rate-card__descr-table-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.rate-card__descr-table-item .sm-lt-text{
  flex-basis: 50%;
  max-width: 130px;
}
.sabscr-block {
  position: relative;
  padding: 24px;
  padding-top: 35px;
  border-radius: 0px 30px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-sizing: border-box;
}
#rate-free .sabscr-block{
  padding-top: 46px;
  border-top: 2px solid #F9F9F9;
  border-bottom: 2px solid #F9F9F9;
  border-radius: 0px;
}
.sabscr__price {
  display: block;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #FFFFFF;
  margin-bottom: 3px;
}
.sabscr__time {
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  color: #FFFFFF;
}
#rate-free .sabscr__price{
  font-size: 24px;
  line-height: 29px;
  color: #222222;
}
#rate-free .sabscr__time{
  color: #888888;
}
.sabscr-btn {
  justify-content: center;
  background: #FFFFFF;
  border-radius: 0px 20px;
  height: 48px;
  width: 100%;
  margin-top: 25px;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  box-sizing: border-box;
}
.sabscr-btn img{
  margin-right: 10px;
}
.sabscr-btn_active, .sabscr-btn:disabled{
  border: 2px solid #F9F9F9;
  border-radius: 0px 20px;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  color: #888888;
}
.more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  text-align: right;
  color: #888888;
  text-decoration: none;
}
.more-btn img{
  margin-left: 14px;
}
.more-btn:hover{
  color: #888888;
  text-decoration: none;
  transform: scale(1.1);
}

#rate-master-plus .sabscr-block{
  background-image: url(./img/scr-1.png);
} 
#rate-master-plus{
  background-image: url(./img/rate-bg-1.png);
} 
#rate-master-plus .round-label{
  background: #A985A2;
} 
#rate-master-plus-plus .sabscr-block{
  background-image: url(./img/scr-2.png);
} 
#rate-master-plus-plus{
  background-image: url(./img/rate-bg-2.png);
} 
#rate-master-plus-plus .round-label{
  background: #CE618E;
} 
#autor-decks .sabscr-block{
  background-image: url(./img/scr-3.png);
} 
#autor-decks{
  background-image: url(./img/rate-bg-3.png);
} 
#autor-decks .round-label{
  background: #DEC054;
}

#tariff-bundle-6m .sabscr-block{ background-image: url("/img/tariffs/Bitmap Copy2.png");}
#tariff-bundle-6m{    background-image: url("/img/tariffs/Bitmap2.png");}
#tariff-bundle-6m .round-label{    background-color: #acb590;}

#tariff-bundle-12m .sabscr-block{ background-image: url("/img/tariffs/Bitmap Copy3.png");}
#tariff-bundle-12m{    background-image: url("/img/tariffs/Bitmap3.png");}
#tariff-bundle-12m .round-label{    background-color: #D64F53;}

#tariff-bundle-6mP .sabscr-block{ background-image: url("/img/tariffs/Bitmap Copy.png");}
#tariff-bundle-6mP{    background-image: url("/img/tariffs/Bitmap.png");}
#tariff-bundle-6mP .round-label{    background-color: #bd75cb;}

#tariff-bundle-12mP .sabscr-block{ background-image: url("/img/tariffs/Bitmap Copy8.png");}
#tariff-bundle-12mP{    background-image: url("/img/tariffs/Bitmap8.png");}
#tariff-bundle-12mP .round-label{    background-color: #000000;}

.rate-card .btn-label{
  display: none;
  position: absolute;
  left: 94px;
  top: 8px;
}
.rate-card_popular .btn-label{
  display: inline-flex;
}
.rate-card_popular .game-card__label {
  border: 6px solid #00d2d5;
  border-bottom: 6px solid transparent;
  border-right: 6px solid transparent;
}
.width-40{
     width: 40%;
 }
.width-80{
    width: 80%;
}
.rate-descr-text{
  color:#888;
    font-weight: 500;
  margin-top: 24px;
  margin-bottom: 60px;
    font-size: 14px;
}
.rate-card__active-label{
  position: absolute;
  top: -18px;
  height: 36px;
  width: 36px;
  border-radius: 100%;
  overflow: hidden;
  display: none;
}
.rate-card__active-label img{
  width: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.rate-card_active .rate-card__active-label{
  display: block;
}
.rate__header-wrap {
  position: relative;
}
.rate__header-wrap h3{
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #222222;
}
.rate__header-wrap .btn-label{
  position: absolute;
  right: 0;
  top: 15px;
}
.rate-upgrade-card{
  padding: 24px;
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0px 30px;
  margin: 60px 0;
  margin-bottom: 22px;
}
.rate-upgrade-card__block {
  flex-basis: 48%;
}
.rate-upgrade-card__wrap{
  display: flex;
}
.rate-upgrade-card__descr{
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  color: #FFFFFF;
}
.rate-upgrade-card__more-btn{
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  color: #FFFFFF;
  margin-top: 52px;
  display: block;
}
.rate-upgrade-card__more-btn img{
  margin-left: 14px;
}
.rate-upgrade-card__more-btn:hover{
  color: #FFFFFF;
}
.rate-upgrade-card__wrapper{
  max-width: 65%;
  margin-left: 12px;
}
.rate-upgrade-card .create-btn{
  background: #fff;
  color: #222222;
  margin-bottom: 48px;
  width: auto;
}
.rate-upgrade-card .black-btn__icon {
  background: #222222;
}
.price-tabel-culomn{
  text-align: right;
}
.pay-rate__total-price{
  margin-left: 160px;
  margin-right: 10px;
}
.data-table{
  justify-content: space-between;
}
.black-btn__icon {
  min-width: 36px;
}
.rate-title{
  font-weight: 600;
  font-size: 120px;
  line-height: 146px;
  color: #222222;
}
.rate-gallery{
  display: flex;
  justify-content: space-between;
  margin-top: 44px;
  margin-bottom: 70px;
  border-top: 4px solid #F2F2F2;
  border-bottom: 4px solid #F2F2F2;
  padding: 24px 0;
}
.rate-gallery__item{
  height: 300px;
  flex-basis: 32.5%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.rate-descr__icons{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.rate-descr__icons-item{
  margin-bottom: 15px;
  margin-right: 10px;
}
.rate-descr__text-block{
  margin-top: 40px;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 0;
}
.rate-descr__text-block p {
  color:#888;
}
.compare-rate-table__text-item{
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #888888;
}
.compare-rate-table img {
  margin-right: 4px;
}
.compare-rate-table__btn{
  display: block;
  border: 1px solid #888888;
  border-radius: 0px 10px;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #222222;
  padding: 8px 24px;
  margin-top: 40px;
}
.compare-rate-table__btn:hover{
  color:#222222;
  text-decoration: none;
  transform: scale(0.9);
}
.active-rate{
  background: #F5F5F5;
}
.active-rate_btn a{
  display: none;
}
.compare-rate-table tr:first-child td:first-child{
  background: #fff;
}
#rate-master-plus-page{
  background: url(./img/rate-master-plus.jpg) top right no-repeat;
  background-size: contain;
}
.order-rate{
  color: #fff;
  padding: 24px;
  border-radius: 0 30px;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: left;
}
.order-rate:hover{
  transform: scale(0.95);
}
.order-rate .sm-lt-text {
  color: #fff;
}
.order-rate__price{
  font-weight: 600;
  font-size: 60px;
  line-height: 73px;
  color: #222222;
}
@media screen and (min-width: 1200px) {
    .content-item .text-block{
        padding: 0 20px;
    }
}
@media (max-width: 1440px) {
    .container {
        max-width: 95%;
    }
    .right-block {
        -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    }
    .left-block {
        -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
    }
  .shop-content {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
  }
}

@media (max-width: 1200px) {
    .container {
        max-width: 95%;
    }
    .right-block {
        -ms-flex-preferred-size: 41%;
        flex-basis: 41%;
    }
    .left-block {
        -ms-flex-preferred-size: 56%;
        flex-basis: 56%;
    }
    .filter-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .filter-bottom__select .select {
        margin-top: 12px;
    }
    .game-card-create__block {
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
        margin-right: 20px;
    }
  .shop-content {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .goods-card {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
  .rate-gallery__item{
    height: 250px;
  }
}

@media (max-width: 992px) {
  .rate-gallery__item{
    height: 180px;
  }
  .rate-upgrade-card .create-btn{
    width: auto;
  }
  .rate-cards__wrap{
    justify-content: space-evenly;
  }
  .width-40{
    width: 80%;
  }
  .rate-card {
    flex-basis: 48%;
    max-width: 360px;
  }
    .section-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .right-block {
        margin-top: 20px;
    }
    .filter-bottom__select .select {
        left: 0;
    }
    .top-menu__title span {
        font-size: 40px;
        line-height: 53px;
    }
    .create-btn, .btn-descr {
        width: 220px;
    }
    .input-lable__dis-request {
        right: -20%;
    }
    .top-rating__item {
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }
    .paggination-wrap {
        margin-bottom: 40px;
    }
  .header__question-wrap, .site-link {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
  .logo-block {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    padding: 12px;
  }
  .logo-block img {
    height: 50px;
    width: 100px;
  }
  .logo-block a {
    margin: 10px;
  }
  .modal__content {
    /*max-width: 95%;*/
  }
  .goods-modal__content {
    /*max-width: 910px;*/
  }
  .game-descr-card {
    max-width: 100%;
  }
  .game-descr-card__left {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .game-descr-card__right {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
  .game-descr-card__inf span:first-child {
    font-size: 52px;
  }
  .game-descr-card .persone {
    margin-right: 28px;
  }
  .game-descr-card .link-to-game {
    max-width: 300px;
  }
  .link-to-game span {
    font-size: 16px;
    line-height: 20px;
  }
  .link-card__block {
    margin-bottom: 0;
  }
  .question-sent-page {
    background-size: cover;
  }
  .question-sent-page h2, .question-sent-page .text {
    max-width: 440px;
  }
  .tocart-btn {
    width: 110px;
  }
  .goods-card__price {
    font-size: 18px;
    line-height: 24px;
  }
  .goods-modal__content {
    /*max-width: 910px;*/
    padding: 40px;
  }
  .goods-modal__center {
    width: 100%;
  }
    .game-descr-card__time-reminder{
        left: 17px;
    }
  .rate-title{
    font-size: 100px;
  }
}

@media (max-width: 768px) {
    body {
        background-size: contain;
    }
    .rate-gallery__item{
      height: 140px;
    }
  .info-table td:nth-child(1) {
    display: none;
  }
  .info-table td:nth-child(2) {
    padding-left: 10px;
  }
  .table__flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .table__photo-wrap {
    margin: 0;
    margin-bottom: 6px;
  }
    .top-menu__title span {
        font-size: 30px;
        line-height: 33px;
    }
  .persone img {
        height: 80px;
        width: 80px;
    }
  .persone {
        margin-right: 20px;
        max-height: 90px;
    }
  .persone-label {
        border-radius: 0px 20px;
        font-size: 10px;
        line-height: 10px;
        height: 45px;
        width: 45px;
    }
  .persone-label img {
    height: 16px;
  }
  .persone-lt, .persone-lt a:first-child {
    margin: 0;
  }
  .persone__text-block h3 {
    font-size: 18px;
    line-height: 22px;
    min-width: 0;
  }
    .bread-crumbs__link {
    font-size: 10px;
    }
  .bread-crumbs__link img {
    margin-right: 6px;
    height: 12px;
    }
    .top-rating__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .top-rating .rating-place {
        position: absolute;
        top: 0;
        left: 0;
    }
  .site-link, .header__question-wrap {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
  .logo-block {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
  .info-table tr:first-child td:nth-child(2) {
    text-align: center;
  }
  .tb-free-place .btn-label {
    margin-top: 6px;
  }
  .table__list-players .tb-free-place {
    padding-top: 10px;
  }
  .purchase-card__total-price {
    margin-left: 0;
  }
  .btns-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .text-block {
    margin-top: 5px;
    padding-right: 80px;
  }
  .rating-area:not(:checked) > label {
      height: 0;
      width: 40px;
      margin-right: 18px;
      padding-bottom: 20%;
      max-width: 60px;
      margin-top: 5%;
      background-repeat: no-repeat !important;
  }
    .rate-one-item{
        width: 40px;
        height: 40px;
        margin-right: 16px;
    }
  .form-grade .input-lable {
    height: 85px;
  }
  .sand-btn {
    width: 240px;
  }
  .game-descr-card {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .game-descr-fw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-top: 24px;
  }
  .game-descr-card .link-to-game {
    max-width: 100%;
  }
  .game-descr-card__left {
    margin-bottom: 24px;
  }
  .shop-goods {
    margin: 0;
  }
  .goods-card {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0;
    margin-bottom: 16px;
  }
  .goods-modal__text-block {
    margin-top: 16px;
    margin-bottom: 20px;
  }
  .goods-modal__title {
    width: 100%;
  }
  .goods-modal__top {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .goods-modal .goods-card__buy {
    width: 80%;
  }
  .goods-modal__tag-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .goods-modal__tag {
    margin: 0;
    margin-bottom: 10px;
  }
  .goods-modal__tag h4 {
    max-width: 100%;
  }
  .goods-modal__center {
    margin-bottom: 30px;
  }
  .data-table, .compare-rate-table .data-table{
    display: flex;
    flex-direction: row;
  }
  .pay-rate-table td:nth-child(1), .compare-rate-table td:nth-child(1){
    display: table-cell;
  }
  .compare-rate-table td:nth-child(1) span{
    max-width: 60px;
  }
  .compare-rate-table .sm-lt-text{
    white-space: normal;
  }
  .compare-rate-table__text-item{
    font-size: 10px;
    line-height: 14px;
  }
  .compare-rate-table__btn{
    padding: 6px 12px;
  }
  .pay-rate-table .table__gamer-name{
    max-width: 50px;
  }
  .rate__header-wrap .btn-label{
    top: 0;
  }
  .order-rate__price{
    font-size: 50px;
  }
  .rate-title{
    font-size: 80px;
    line-height: 1.1;
  }
}

@media (max-width: 576px) {
  .rate-title{
    font-size: 60px;
  }
  .rate-card {
    flex-basis: 100%;
  }
  .rate-gallery .sabscr__price{
    font-size: 22px;
    line-height: 24px;
  }
  .compare-rate-table td{
    padding: 4px;
  }
  .compare-rate-table img{
    width: 15px;
  }
  .compare-rate-table__btn{
    font-size: 10px;
    line-height: 12px;
  }
  .compare-rate-table td:nth-child(1) .sm-lt-text{
    max-width: 20px;
    font-size: 8px;
    line-height: 11px;
  }
  .compare-rate-table .data-table img{
    display: none;
  }
  .compare-rate-table .data-table{
    font-size: 8px;
  }
  .width-40{
    width: 100%;
  }
  .width-40 h2 {
    max-width: 100%;
  }
  .rate-upgrade-card{
    flex-direction: column;
  }
  .rate__header-wrap .btn-label{
    top: -40px;
  }
  .rate-upgrade-card__block{
    margin-top: 30px;
  }
  .pay-rate-table td:nth-child(1){
    max-width: 70px;
  }
  .game-card-column {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .game__info
.modal__content {
    padding: 0;
  }
  .modal-title {
    font-size: 24px;
  }
  .rect {
    display: none;
  }
  .text-block {
    padding-right: 20px;
  }
  .text {
    font-size: 14px;
    line-height: 17px;
  }
  .site-link a {
    font-size: 10px;
    line-height: 14px;
    padding-left: 12px;
  }
    .top-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    }
    .top-menu__btns {
        margin-top: 20px;
    }
    .game-practitioner__name {
        font-size: 14px;
        line-height: 18px;
    }
    .game-card-row__left-block {
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    }
  .game-card .partnership__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .estimate-btn span {
        display: none;
    }
    .estimate-btn img {
        margin: 0;
    }
    .game-info__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 10px;
    }
    .game-info__date {
        margin-bottom: 6px;
    }
    .filter-bottom__labeles {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .filter-bottom__labeles .btn-label {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        margin-bottom: 12px;
    }
    .partnership__avatars {
        margin-bottom: 5px;
    }
    .game-card-create__block {
        -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
        margin-right: 5px;
    }
    .photo-60 {
        margin-right: 12px;
    }
    .footer-cabinet {
        margin-top: 80px;
    }
    h2 {
        font-size: 24px;
        line-height: 30px;
        max-width: 55%;
    }
  .question-sent-page h2 {
    max-width: none;
  }
    .content {
        overflow: hidden;
    }
    .save-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 30px;
    }
  .game-descr-card .save-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
    .save-block .btn {
        margin-top: 12px;
    }
    .accordion__trig-link-wrap {
        padding-right: 10px;
    }
    .input-lable__input {
        font-size: 14px;
        line-height: 18px;
    }
    .input-lable__dis {
        border: none;
        background: url(/img/cabinet/icon/dis.svg) center no-repeat;
    }
    .input-lable__dis b {
        display: none;
    }
    .input-lable__label {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    }
    .input-lable__label::after {
        display: none;
    }
    .all-rating__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        max-width: 200px;
    }
  .table__gamer-name {
    font-size: 10px;
    line-height: 14px;
  }
  .game-descr-fw {
    display: block;
    margin-top: 30px;
  }
  .accardion-card__card-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .accardion-card__card-inf {
    margin: 10px 0;
  }
  .accardion-card__card h4 {
    text-align: center;
  }
  .link-card {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .accardion-card__center {
    margin: 6px 0;
    width: auto;
  }
  .purchase-card .btn-label__wrap {
    width: auto;
  }
  .table__list-players td:nth-child(3), .table__list-players td:nth-child(4), .table-purchase td:nth-child(4),
  .table-purchase td:nth-child(5) {
    padding-right: 0;
    text-align: center;
  }
  .table-purchase td:nth-child(5) span {
    min-width: 60px;
  }
  .shop-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .shop-filter {
    width: 300px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .goods-card {
    max-width: 330px;
    margin: 0 auto;
    margin-bottom: 16px;
  }
  .goods-modal .close {
    position: absolute;
    top: 0;
    right: 0;
  }
  .goods-modal .goods-card__buy {
    width: 100%;
  }
  .goods-modal__title {
    font-size: 26px;
    line-height: 32px;
  }
  .goods-modal__text-block {
    padding-right: 0;
  }

}

@media (max-width: 442px) {
  h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .filter-top__item {
    padding: 0 10px;
    margin: 0;
  }
  .site-link, .header__question-wrap {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
  .logo-block img {
    height: 35px;
    width: auto;
  }
  .logo-block {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
  }
  .link-to-game span {
    font-size: 14px;
    line-height: 17px;
  }
    .input-lable__label {
        font-size: 10px;
        line-height: 12px;
        padding-right: 5px;
    }
    .input-lable__input {
        font-size: 12px;
        line-height: 16px;
    }
    .input-lable__dis-request {
        width: 280px;
    }
    .filter-bottom__labeles .btn-label {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        margin-bottom: 12px;
    }
    .gray-card-top__center-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .rating-persone__name a:nth-child(1), .rating-persone__name span:nth-child(1){
        text-align: left;
    }
    .purchases {
        height: auto;
    }
    .purchases__name {
        margin: 6px 0;
    }
    .rating-persone__photo-wrap {
        margin: 0;
        margin-bottom: 5px;
    }
    .rating-persone__name {
        text-align: center;
    }
    .rating-persone__center-wrap .sm-descr {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 0;
    }
  .game-card-row__game-practitioner, .game-card-row .game {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
  .game-card-column .game__info {
    margin: 0;
  }
  .game-card-column .game {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: flex-start;
  }
    .game-card-row__left-block {
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    }
    .game-card-create .create-btn__text {
        display: none;
    }
    .game-card-create .create-btn {
        width: 100px;
    }
    .grey-card__persone-name span {
        font-size: 18px;
        line-height: 22px;
    }
    .grey-card .persone {
        margin-right: 25px;
    }
    .top-rating__block {
        width: 300px;
    }
    .top-rating .rating-place span:first-child {
        font-size: 52px;
        line-height: 52px;
    }
    .rating-place {
        position: absolute;
        top: 0;
        left: 0;
    }
  .info-table .btn-label {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    width: 120px;
    margin: 0 -30px;
  }
  .table-purchase .table__photo-wrap {
    height: 35px;
    width: 35px;
  }
  .persone__text-block h3 {
    font-size: 16px;
    line-height: 20px;
    min-width: 0;
  }
  .top-menu__title span {
    font-size: 22px;
    line-height: 26px;
  }
  .rating-area:not(:checked) > label {
      height: 0;
      /*width: 20%;*/
      width: 33px;
      margin-right: 8px;
      padding-bottom: 20%;
      max-width: 60px;
      margin-top: 5%;
      background-repeat: no-repeat !important;
  }
  .rate-one-item{
      width: 33px;
      height: 33px;
      margin-right: 15px;
  }
  .form-grade .input-lable {
    height: 85px;
  }
  .game-descr-card .save-block, .partnership__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .gray-card-order .gray-card-top__all-list span {
    font-size: 36px;
    line-height: 36px;
  }
  .goods-modal__content {
    padding: 12px;
  }
  .goods-modal .tocart-btn {
    width: 156px;
  }
}

.hide {
    display: none;
}

.hd {
  display: block;
  opacity: 0;
  pointer-events: none;
}

.blur {
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.blur_l {
  -webkit-filter: blur(4px);
          filter: blur(4px);
}

.is-active .select__body {
    display: none;
}

.is-active .select__icon {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.fade {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: op;
    animation-name: op;
}

@-webkit-keyframes op {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes op {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.focus-border {
    border: 1px solid #A7A7A7;
}

.accardion-card__card .rotate {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.profile-page .form-group{
    margin-bottom: 0;
}
.game-event-add-page .form-group{
    margin-bottom: 0;
}
.help-block{
    font-size: 12px;}
.game-event-add-page .help-block{
    font-size: 12px;
    color: #c00;
}
/*.game-event-add-page .input-lable__input-date{
    margin-bottom: 0;
}*/
.game-event-add-page .input-lable__input-date{
    background: #fff;
    border: none;
    padding: 0;

    /*border-right: 1px solid #cccccc;*/

}
.game-event-add-page .input-lable__input-date:focus,
.game-event-add-page .input-lable__input-date:hover{
    box-shadow: none !important;
}
.input-lable__input-date::placeholder{
    font-size: 14px;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover{
    color: #AAA !important;
}
.input-textarea__textarea{min-height: 120px;}
.video-block{
    margin-bottom: 45px;
    width: 100%;}
.video-block > video{
    width: 100%;}

.img-rounded {
    border-radius: 100%;
}
.position-relative{
    position: relative;
}
.sm-register-descr-city{
    padding-top: 8px;
}
.game-event-buttons{
    padding: 8px 8px 8px 36px;
}
.table__gamer-name > img{
    margin-left: 8px;}
.game-event-to-profile-payed .table__gamer-name{
    color: #000;
}
form[name='ed-filter'] .select2-selection{
    border-radius: 25px !important;
    padding: 4px 13px !important;
    font-size: 12px !important;
    border-color: #888 !important;
}
.select2-container--krajee-bs4 li.select2-results__option{
    font-size: 12px !important;}
.select2-container--krajee-bs4:not(.select2-container--disabled) .select2-dropdown{
    margin-top: -1px;
}
.select2-container--krajee-bs4 .select2-search--dropdown .select2-search__field{
    background-position-y: 0.425rem;
}
.input-group-sm .select2-container--krajee-bs4 .select2-selection--single .select2-selection__arrow, .input-sm.select2-container--krajee-bs4 .select2-selection--single .select2-selection__arrow{
    width: 2.125rem;
}

.getp-comment-bg{

    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0 25px 0 25px;
    margin-bottom: 23px;
    position: relative;
}
.getp-text{padding: 25px; }
.getp-text .text{ font-weight: normal; color: #000;}
.getp-comment-bg .getp-profile-name{
    position: relative;
    padding-left: 0;
    padding-top: 14px;
    padding-bottom: 6px;

    display: flex;
    align-items: center;

}
.getp-comment-bg .getp-game-link{
    display: flex;
    color: #000;
    text-decoration: underline;
    font-weight: bold;
}
.getp-profile-date{
    font-size: 12px;
    flex-grow: 1;
    text-align: right;
}
.almost-in-cart{
    padding: 6px;
    color: #000;
    text-decoration: underline;
    padding-top: 14px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}
.product_category_name{
    padding-top: 13px;
    display: inline-block;
}
.goods-modal__slider-item img{
    max-width: 100%;
}
.openedModalForms{
    overflow-y: hidden;
}
.product-article{
    padding-left: 24px;
    position: relative;
    font-size: 12px;
    font-weight: bold;
}
.product-article::before{
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAAA40lEQVQ4jb3Ru0oDURSF4W9MTJyAFloLPqtYWFkIonYSxUu84RUhhSDiA1l5Kcbi7OJkdExS6IIDw4Z/zVp780eaRR+fqOK9Y21S+AKXKLP5It7GwW2c4QqdmBW4je8qTFab4AGuM7iuCks/JWnjOP7UbYB7+MiMRrSL+1/grlRrr8ngFcsN8BzucCotuJSuM6J1vGChNi/xgCOpZke6Tr9uUGALz5iPWQ9DHKAVNW5wHkm+qcB2JFnBo9S5ldU4aYLrJpW02JmsxmHUGKsCO3iSFjvEfiSZWAU2pOtsTgv/r74Av88vZF5cmA8AAAAASUVORK5CYII=") no-repeat center center;
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    left: 0;
}

.create-order-page .form-group{
    margin-bottom: 0;
}


#shopcreateorder-form .select2-container--krajee-bs4 .select2-selection--single {

    border: none !important;
    box-shadow: none !important;

}
#shopcreateorder-form #createorderform-accept_rules{
    width: 30px;
    height: 30px;
}
.form-checkbox label {
     font-size: 12px;
     font-weight: 600;
     color: #888888;
     max-width: 70px;
     margin-right: 35px;
 }
.nowrap{
    white-space: nowrap;
}
.players-table-block{
    overflow: auto;}

.game-descr-card__left .game-practitioner__name{
    color: #000;
    text-decoration: underline;
}
.game-descr-card__left .game-practitioner__name:hover{
    text-decoration: none;
}

.profile-social{
    width: 32px;
    height: 32px;
    display: inline-block;
    margin: 4px 16px 0px 0;
    box-sizing: content-box;
    background-size: contain;
}
.profile-social-instagram{
    background: url(/img/icon/icon__social-instagram_origin.svg) no-repeat center center;
}
.profile-social-telegram{
    background: url(/img/icon/icon__social-telegram_origin.svg) no-repeat center center;
}
.profile-social-vkontakte{
    background: url(/img/icon/icon__social-vk_origin.svg) no-repeat center center;
}
.profile-social-social_other{
    background: url(/img/icon/icon__social-others_origin.svg) no-repeat center center;
}

.after-links-to-game-block{
    margin: 11px 0 0 26px;
    opacity: 0.7;
}
.after-links-to-game-block{}
.link-to-game__header{}
.link-to-game__header > .input__label{display: flex; align-items: center;}
.link-to-game__header > .input__label > a{
    margin-left: 12px;
}
.link-to-game__header > .input__label > a > img{
    margin-left: 0;
    margin-right: 4px;
    opacity: 0.2;}
.link-to-game__header > .input__label > a:hover > img{
    opacity: 0.5;
}
.link-to-game__header > .input__label > .sm-lt-text{
    min-height: 25px;
    padding-top: 1px;}

.after-links-to-game-block .copy-icon{
    background: url(/img/icon/icon__copy-24.png) no-repeat left center;
    -webkit-background-size: contain;
    background-size: contain;
    padding: 2px 0 2px 25px;
}
.after-links-to-game-block:hover {
    opacity: 1;
}



.profile-page .input-lable__label{
    margin-bottom: 0;
}
.profile-page .input-lable__input::placeholder {
    font-size: 13px;
    opacity: 0.3;
}
.my-tooltip{
    font-size: 12px;
    font-weight: 900;
    padding: 5px 4px 5px 6px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    line-height: 6px;
    transition: all 100ms ease-in-out 0ms;
}
.my-tooltip:hover{
    cursor: pointer;
    background: #888;
    border-color: #888;
    color: #fff;
}

.ui-tooltip{}
.ui-widget-shadow{}
.ui-tooltip.ui-widget-shadow{
    box-shadow: 0 3px 7px -3px rgba(0,0,0,0.2) !important;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 600;
    font-size: 14px;
    padding: 0.6em;
    border-radius: 0 1em 0 1em;
}




.btn-go-to-online-board{
    background: #fe0916;
    position: relative;
    padding-left: 50px;
}
.btn-go-to-online-board::before{
    position: absolute;
    background-size: contain;
    left: 15px;
    top: 15px;
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABmJLR0QA/wD/AP+gvaeTAAACEklEQVRoge3YPW4UQRAFYC9CRBs7xMHuCewbIDngCnAIhLmAMyAkwwiuYYTtlABxAhtSsAhAWn4MBsFHsG1pGOand7tnnfSTVqNVV73q11M13dVrawUFBQUFBQnAGE8xw2OMM/Lu4RN2c3A2BdnEsX9xjM3MvGe55nwRYIQ7+KEZP7GLK7l4c05+Hfs1/hkehmcV+1hP4M0rANt4X+N+hUkYn4T/VZxiO4L3tIE3jwBcNU+J3xXOP3iEa0PZZhGADbysrc4H3Ozxu4F3Nb/XmMbyJgvALfnzOrpekgTgQS3AOe5itCDPCDvBvwnnYfw/3lQB1U9Z77cdU7wNv2nD+BZOapM/wVYHZ5KAKnp3V9yr2O+02Fzs2t/Cs5M3m4BI+ynehFWdLBBnA0f4ikNcX4mAiJTpHK/YHdXe9sGqBHSmTExKBbsvNQGfVyWgM2X6xit2h5fyBnLBvAYOwpt4Ycga0FFwQ2AIAa0F1+CfXORDCGgtuAb/5CIfQkBrwTX4Jxf5EAJaCy6CL2pfGFRAi90Yz8xPl3tajgcxKdPAO6wACxzQYlKmYltv6r9nFSDhiNwTc2R+ZK/z3s8mwGqb+hluLzz5NgEytIktsTp5kwW4pKZ+6ck3CMh5VZJ0BbOsgCqGauqfx/IuK+CXzNeFKbwxgc8qQTqb70i+hZv6JIRV+Ygn8l6ZRzf1BQUFBQUFffgLBTSlBHo96DQAAAAASUVORK5CYII=");
}

.small-btn.btn-go-to-online-board{
    border-radius: 0 10px;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    padding: 0 12px;
    height: 30px;
    width: 40px;
}
.small-btn.btn-go-to-online-board::before{
    left: 6px;
    top: 2px;
    content: "";
    display: block;
    width: 25px;
    height: 25px;
}
.small-btn.btn-go-to-online-board:hover{
    background: #ce0913;
}
.small-btn.btn-go-to-online-board+.estimate-btn{
    margin-left: 5px;
}
/*======TARIFFS==================================================================================================*/

.content__item-tariff-one{
    padding-bottom: 2px;
    padding-top: 48px;
}

.rate-card__body .round-label /*, .persone .persone-label*/
{
    background-image: url(/img/tariffs/game-icon_w.svg);
    background-position: center;
    background-repeat: no-repeat;

}

.round-label-persone {

    height: 120px;
    width: 120px;
    min-height: 120px;
    min-width: 120px;

    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;


}

#tariff-add-one-game .sabscr-block,
#tariff-free-forever .sabscr-block,
#tariff-one-free-game .sabscr-block{
    padding-top: 46px;
    border-top: 2px solid #F9F9F9;
    border-bottom: 2px solid #F9F9F9;
    border-radius: 0px;
}
#tariff-add-one-game .sabscr-block{
    background-color: #F5F5F5;
}


#tariff-add-one-game .sabscr__price,
#tariff-free-forever .sabscr__price,
#tariff-one-free-game .sabscr__price{
    font-size: 24px;
    line-height: 29px;
    color: #222222;
}
#tariff-add-one-game .sabscr__time,
#tariff-free-forever .sabscr__time,
#tariff-one-free-game .sabscr__time
{
    color: #888888;
}

#tariff-add-one-game .rate-card__body .round-label,
#tariff-add-one-game .persone-label{
    background-image: url(/img/tariffs/game-icon_w.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #222222;
}
#tariff-free-forever .rate-card__body .round-label,
#tariff-free-forever .persone-label,
#tariff-one-free-game .rate-card__body .round-label,
#tariff-one-free-game .persone-label
{
    background-image: url(/img/tariffs/game-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f5f5f5;
}
#tariff-add-one-game .round-label-persone,
#tariff-free-forever .round-label-persone,
#tariff-one-free-game .round-label-persone{
    background-image: url(/img/cabinet/rating-card-bg.png);
    background-position:  bottom -74px right 0px;
}
.tariff-free-forever-back-color,
.tariff-one-free-game-back-color{
    background-color: #f5f5f5;
}
#tariff-add-one-game .tariff_subscribe_btn,
#tariff-one-free-game .tariff_subscribe_btn{
    border-color: #ccc !important;
}
#tariff-add-one-game .sabscr-inner-link-rules,
#tariff-one-free-game .sabscr-inner-link-rules{
    color: #888888;
}



#tariff-online.rate-card{
    background-image: url(/img/tariffs/rate-bg-1.png);
}
#tariff-online .sabscr-block{
    background-image: url("/img/tariffs/Bitmap Copy6.png");
}
#tariff-online .round-label-persone{
    background-image: url(/img/tariffs/rate-bg-1.png);
    background-position: bottom -75px right 0px;
}
.tariff-online-back-color{
    background-color: #A985A2;
}


#tariff-online-super.rate-card{
    background-image: url(/img/tariffs/Bitmap7.png);
}
#tariff-online-super .sabscr-block{
    background-image: url("/img/tariffs/Bitmap Copy7.png");
}
#tariff-online-super .round-label-persone{
    background-image: url(/img/tariffs/Bitmap7.png);
    background-position: bottom -75px right 0px;
}
.tariff-online-super-back-color{
    background-color: #DE7F54;
}

#tariff-master.rate-card
{
    background-image: url(/img/tariffs/rate-bg-2.png);
}
#tariff-master .round-label-persone{
    background-image: url(/img/tariffs/rate-bg-2.png);
    background-position:  top -260px right 0px;
}
#tariff-master .sabscr-block{
    background-image: url("/img/tariffs/Bitmap Copy4.png");
}
.tariff-master-back-color{
    background-color: #CE618E;
}

#tariff-master-super.rate-card
{
    background-image: url(/img/tariffs/rate-bg-3.png);
}
#tariff-master-super .round-label-persone{
    background-image: url(/img/tariffs/rate-bg-3.png);
    background-position:  top -260px right 0px;
}
#tariff-master-super .sabscr-block{
    background-image: url("/img/tariffs/Bitmap Copy5.png");
}
.tariff-master-super-back-color{
    background-color:  #DEC054;
}


#tariff-avtorskiye-kolody.rate-card{
    background-image: url(/img/tariffs/rate-bg-3.png);
}
#tariff-avtorskiye-kolody .sabscr-block{
    background-image: url(/img/tariffs/scr-3.png);
}
#tariff-avtorskiye-kolody .round-label-persone{
     background-image: url(/img/tariffs/rate-bg-3.png);
     background-position: bottom -204px right 0px;
}
.tariff-avtorskiye-kolody-back-color{
    background-color: #DEC054;
}


.sabscr-inner-link-rules{
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    margin-top: 8px;
}
.sabscr-inner-link-rules:hover{
    color: #fff;
}
#tariff-free-forever .sabscr-inner-link-rules{
    color: #999;
}
#tariff-free-forever .sabscr-inner-link-rules:hover{
    color: #888;
}


/*======END TARIFFS==============================================================================================*/