.promos-aside {
  background: #1F272B;
  border-radius: 10px;
  overflow: hidden;
}

.promos-aside_title {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 17px 17px;
}

@media (min-width: 1200px) {
  .promos-aside_title {
    font-size: 18px;
  }
}

.promos-aside_list {
  padding: 0 13px 20px;
  margin-bottom: -5px;
}

@media (min-width: 550px) and (max-width: 909px) {
  .promos-aside_list {
    margin-bottom: -20px;
    padding: 0 9px 20px;
  }
}

@media (min-width: 1090px) {
  .promos-aside_list {
    padding: 0 12px 20px;
  }
}

.promos-aside_link {
  display: block;
  width: 100%;
  text-align: center;
  padding: 17px 0;
  background: #283137;
  color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}

.promos-aside_link:hover {
  background: #3D4C53;
}

.promo-aside {
  width: 100%;
  height: 120px;
  background: #323C43;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
}

.promo-aside:after {
  content: '';
  position: absolute;
  right: 9px;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1F272B;
}

.p-a_banner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
}

.p-a_content {
  position: relative;
  padding: 10px;
}

.p-a_header {
  width: 100%;
  height: 44px;
  position: relative;
  margin-bottom: 14px;
}

.p-a_title {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  padding: 0 10px;
}

.p-a_main {
  display: block;
  background: #3D4C53;
  border: 1px dashed #DADBDD;
  border-radius: 10px;
  padding: 6px 10px;
  margin-bottom: 14px;
}

.p-a_img {
  width: 48px;
  height: 29px;
}

.p-a_value {
  float: right;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
}

@media (min-width: 1200px) {
  .p-a_value {
    font-size: 26px;
  }
}

.p-a_hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(31, 31, 43, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .25s;
  transition: .25s;
  padding: 48px 0 43px;
  border-radius: 10px;
  text-align: center;
}

.p-a_btn {
  width: 183px;
  font-size: 14px;
}

.promo-aside:hover .p-a_hover {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 550px) {
  .promo-single {
    height: 262px;
    padding: 0;
  }
}

@media (min-width: 550px) {
  .p-s_content {
    height: 100%;
    padding: 34px 14px 17px 20px;
  }
}

@media (min-width: 550px) {
  .p-s_value {
    margin-bottom: 143px;
  }
}

@media (min-width: 550px) {
  .p-s_block {
    float: left;
  }
}

@media (min-width: 550px) {
  .p-s_footer {
    margin: 7px 0;
    width: 192px;
    float: right;
  }
}

.copy-btn.active {
  border-color: #DADBDD;
}

.copy-btn.active span:first-child {
  display: none;
}

.copy-btn.active span:last-child {
  display: block;
}

table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #eee;
  text-align: left;
  font-size: 10px;
  line-height: 10px;
}

table td {
  border: 1px solid #eee;
  padding: 5px;
}

.table {
  margin-bottom: 30px;
  position: relative;
}

.t_content {
  position: relative;
  z-index: 1;
  font-size: 10px;
  line-height: 10px;
}

.t_row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.t_row:last-child {
  border: 0;
}

.t_cell {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 2px;
  word-wrap: break-word;
}

.t_cell:first-child {
  font-weight: bold;
  padding-left: 0;
  padding-right: 0;
}

.t_cell:last-child {
  margin-right: 0 !important;
}

.t_cell:nth-child(n + 2) {
  text-align: center;
}

.t_head {
  font-size: 8px;
  line-height: 8px;
  text-transform: uppercase;
  font-weight: normal !important;
  padding-left: 0;
  padding-right: 0;
}

.t_head-blue {
  border-radius: 5px 5px 0 0;
  background: #3B80BF;
}

.t_head:nth-child(n + 2) {
  padding: 0;
  height: 27px;
}

.t_head:nth-child(n + 2):before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  height: 100%;
  border-radius: 5px;
}

.t_head:nth-last-child(1):before {
  background: #3D4C53;
}

.t_head:nth-last-child(2):before {
  background: rgba(61, 76, 83, 0.7);
}

.t_head:nth-last-child(3):before {
  background: rgba(61, 76, 83, 0.5);
}

.t_head:nth-last-child(4):before {
  background: rgba(61, 76, 83, 0.3);
}

.t_head_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: table;
}

.t_head span {
  display: table-cell;
  vertical-align: middle;
}

.t_app {
  margin: 0 7px;
  display: block;
}

.table-cols-3 .t_cell {
  margin-right: 3px;
}

.table-cols-3 .t_cell:first-child {
  width: 100px;
}

.table-cols-3 .t_cell:nth-child(n + 2) {
  width: calc((100% - 117px) / 3);
}

.table-cols-3 .t_cell:nth-child(n + 2).t_cell-2 {
  width: calc((100% - 117px) / 3 * 2 + 6px);
}

.table-cols-3 .t_cell:nth-child(n + 2).t_cell-full {
  width: calc(100% - 106px);
}

.table-cols-3 .t_head:before {
  width: calc((100% - 117px) / 3);
}

.table-cols-3 .t_head:nth-last-child(1):before {
  right: 0;
}

.table-cols-3 .t_head:nth-last-child(2):before {
  right: calc((100% - 117px) / 3 + 6px);
}

.table-cols-3 .t_head:nth-last-child(3):before {
  right: calc((100% - 117px) / 3 * 2 + 12px);
}

.table-cols-4 {
  padding-top: 15px;
}

.table-cols-4 .t_content {
  margin: 0 -23px;
  position: relative;
}

.table-cols-4 .t_content:before, .table-cols-4 .t_content:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  width: 98px;
  height: 100%;
  pointer-events: none;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
}

.table-cols-4 .t_content:before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#323C43), to(rgba(50, 60, 67, 0)));
  background: linear-gradient(90deg, #323C43 0%, rgba(50, 60, 67, 0) 100%);
}

.table-cols-4 .t_content:after {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(#323C43), to(rgba(50, 60, 67, 0)));
  background: linear-gradient(270deg, #323C43 0%, rgba(50, 60, 67, 0) 100%);
}

.table-cols-4 .t_content.scrolled-l:before {
  opacity: 0;
}

.table-cols-4 .t_content.scrolled-l .t_arrow.prev {
  opacity: 0.3;
}

.table-cols-4 .t_wrapper {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.table-cols-4 .t_wrapper::-webkit-scrollbar {
  display: none;
}

.table-cols-4 .t_arrow {
  position: absolute;
  top: -24px;
  width: 16px;
  height: 16px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAUCAQAAAAXDMSnAAAAZUlEQVR42pXRQQ0AMQgEQKTUA3aQgpfKqYxKqIS99B48uoXc7XdCwoKIoGHAhPPSxI7fcGzJuQf3G/tXnmjMVrNiBmtea8dqdkLuzXMLdi60gvSssqgKHWEUVBw+J//z7CiuN3kANsDXQDBkEmYAAAAASUVORK5CYII=") center no-repeat;
  background-size: 7px;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.table-cols-4 .t_arrow.prev {
  right: 37px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.table-cols-4 .t_arrow.next {
  right: 17px;
}

.table-cols-4 .t_scroller {
  position: relative;
  width: 509px;
  padding: 0 23px;
}

.table-cols-4 .t_cell {
  margin-right: 10px;
}

.table-cols-4 .t_cell:first-child {
  width: 113px;
}

.table-cols-4 .t_cell:nth-child(n + 2) {
  width: 75px;
}

.table-cols-4 .t_cell:nth-child(n + 2).t_cell-2 {
  width: calc(75px * 2 + 12px);
}

.table-cols-4 .t_cell:nth-child(n + 2).t_cell-3 {
  width: calc(75px * 3 + 24px);
}

.table-cols-4 .t_cell:nth-child(n + 2).t_cell-full {
  width: calc(100% - 127px);
}

.table-cols-4 .t_head:before {
  width: 75px;
}

.table-cols-4 .t_head:nth-last-child(1):before {
  right: 23px;
}

.table-cols-4 .t_head:nth-last-child(2):before {
  right: 111px;
}

.table-cols-4 .t_head:nth-last-child(3):before {
  right: 199px;
}

.table-cols-4 .t_head:nth-last-child(4):before {
  right: 286px;
}

.icon-cross {
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url(../../themes/tennis/img/icons/cross.png) center/12px no-repeat;
}

.icon-check {
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url(../../themes/tennis/img/icons/check.png) center/12px no-repeat;
}

@media (min-width: 550px) {
  table td {
    padding: 10px 15px;
  }
}

@media (min-width: 550px) {
  .table {
    margin-bottom: 10px;
  }
}

@media (min-width: 550px) {
  .t_cell {
    padding: 10px 4px;
  }
}

@media (min-width: 550px) {
  .table-cols-3 .t_cell {
    margin-right: 18px;
  }
}

@media (min-width: 550px) {
  .table-cols-3 .t_cell:first-child {
    width: 110px;
  }
}

@media (min-width: 550px) {
  .table-cols-3 .t_cell:nth-child(n + 2) {
    width: calc((100% - 172px) / 3);
  }
}

@media (min-width: 550px) {
  .table-cols-3 .t_cell:nth-child(n + 2).t_cell-2 {
    width: calc((100% - 172px) / 3 * 2 + 21px);
  }
}

@media (min-width: 550px) {
  .table-cols-3 .t_cell:nth-child(n + 2).t_cell-full {
    width: calc(100% - 131px);
  }
}

@media (min-width: 550px) {
  .table-cols-3 .t_head:before {
    width: calc((100% - 172px) / 3);
  }
}

@media (min-width: 550px) {
  .table-cols-3 .t_head:nth-last-child(2):before {
    right: calc((100% - 172px) / 3 + 21px);
  }
}

@media (min-width: 550px) {
  .table-cols-3 .t_head:nth-last-child(3):before {
    right: calc((100% - 172px) / 3 * 2 + 42px);
  }
}

@media (min-width: 550px) {
  .table-cols-4 {
    padding-top: 0;
  }
}

@media (min-width: 550px) {
  .table-cols-4 .t_content {
    margin: 0;
  }
}

@media (min-width: 550px) {
  .table-cols-4 .t_content:before, .table-cols-4 .t_content:after {
    display: none;
  }
}

.table-cols-4 .t_content.scrolled-r:after {
  opacity: 0;
}

.table-cols-4 .t_content.scrolled-r .t_arrow.next {
  opacity: 0.3;
}

@media (min-width: 550px) {
  .table-cols-4 .t_wrapper {
    overflow: unset;
  }
}

@media (min-width: 550px) {
  .table-cols-4 .t_arrow {
    display: none;
  }
}

@media (min-width: 550px) {
  .table-cols-4 .t_scroller {
    width: 100%;
    padding: 0;
  }
}

@media (min-width: 550px) {
  .table-cols-4 .t_cell:first-child {
    width: 120px;
  }
}

@media (min-width: 550px) {
  .table-cols-4 .t_cell:nth-child(n + 2) {
    width: calc((100% - 170px) / 4);
  }
}

@media (min-width: 550px) {
  .table-cols-4 .t_cell:nth-child(n + 2).t_cell-2 {
    width: calc((100% - 170px) / 4 * 2 + 12px);
  }
}

@media (min-width: 550px) {
  .table-cols-4 .t_cell:nth-child(n + 2).t_cell-3 {
    width: calc((100% - 170px) / 4 * 3 + 24px);
  }
}

@media (min-width: 550px) {
  .table-cols-4 .t_cell:nth-child(n + 2).t_cell-full {
    width: calc(100% - 134px);
  }
}

@media (min-width: 550px) {
  .table-cols-4 .t_head:before {
    width: calc((100% - 170px) / 4);
  }
}

@media (min-width: 550px) {
  .table-cols-4 .t_head:nth-last-child(1):before {
    right: 0;
  }
}

@media (min-width: 550px) {
  .table-cols-4 .t_head:nth-last-child(2):before {
    right: calc((100% - 170px) / 4 + 13px);
  }
}

@media (min-width: 550px) {
  .table-cols-4 .t_head:nth-last-child(3):before {
    right: calc((100% - 170px) / 4 * 2 + 25px);
  }
}

@media (min-width: 550px) {
  .table-cols-4 .t_head:nth-last-child(4):before {
    right: calc((100% - 170px) / 4 * 3 + 38px);
  }
}

.icon-cross {
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url(../../themes/tennis/img/icons/cross.png) center/12px no-repeat;
}

.icon-check {
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url(../../themes/tennis/img/icons/check.png) center/12px no-repeat;
}

.share {
  position: relative;
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  border-radius: 10px;
}

.share:after {
  content: '';
  display: table;
  clear: both;
}

.share2 {
  border-radius: 0 0 10px 10px;
  margin-top: -33px;
}

.share2 .share_link {
  border-radius: 0 0 10px 10px;
}

.share2 .share_main {
  margin-top: 0;
  margin-bottom: 18px;
}

@media (min-width: 550px) {
  .share {
    background: #3B80BF;
    margin: 0;
  }
}

.share_link {
  display: block;
  padding: 9px 15px;
  background: #3B80BF;
  border-radius: 10px;
  text-transform: uppercase;
  text-align: right;
}

.share_link:hover {
  background: #4F73A9;
}

@media (min-width: 550px) {
  .share_link {
    position: relative;
    float: right;
    padding: 9px 18px;
  }
}

.share_main {
  margin-top: 13px;
  padding: 0 13px;
}

@media (min-width: 550px) {
  .share_main {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    margin: 0 !important;
    padding: 8px 0 10px 18px;
  }
}

.share_title {
  float: left;
  margin-right: 19px;
  opacity: 0.5;
}

.share_list a {
  margin-right: 11px;
  opacity: 0.5;
}

.share_list a:hover {
  opacity: 1;
}

.share_list img {
  height: 11px;
}

.error {
  padding: 0 3px;
}

@media (min-width: 550px) {
  .error {
    margin-top: 0;
  }
}

.er_btn {
  border-color: #3B80BF;
  cursor: default;
}

.er_btn a {
  text-decoration: underline;
}

.er_btn a:hover {
  text-decoration: none;
}

.cards {
  width: 100%;
}

.cards_list {
  margin-bottom: -20px;
}

.cards_more {
  padding: 0 3px;
}

.card {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.promo-card {
  height: 150px;
}

.promo-card:after {
  content: '';
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #323C43;
}

.p-c_banner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
}

.p-c_content {
  position: relative;
  padding: 14px 13px;
}

.p-c_header {
  width: 100%;
  height: 22px;
  position: relative;
  margin-bottom: 14px;
}

.p-c_title {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  padding: 0 6px;
}

.p-c_main {
  display: block;
  background: #3D4C53;
  border: 1px dashed #DADBDD;
  border-radius: 10px;
  padding: 6px 10px;
  margin-bottom: 14px;
}

.p-c_img {
  width: 48px;
  height: 29px;
}

.p-c_value {
  float: right;
  font-weight: 500;
  font-size: 26px;
  line-height: 29px;
}

.p-c_footer {
  width: 100%;
  padding: 0 3px;
}

.p-c_btn {
  font-size: 14px;
  width: 100%;
}

.app-card {
  height: 150px;
  background: rgba(61, 76, 83, 0.5);
}

.a-c_main {
  padding: 17px 129px 9px 17px;
}

.a-c_img {
  display: block;
  width: 48px;
  height: 29px;
  margin-bottom: 12px;
}

.a-c_title {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
}

.a-c_text {
  display: block;
  font-size: 16px;
  line-height: 19px;
  height: 38px;
  overflow: hidden;
  margin-bottom: 5px;
}

.a-c_views {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  opacity: 0.5;
}

.a-c_logo {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 96px;
  height: 100%;
  overflow: hidden;
}

.a-c_logo_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.icon-eye {
  display: block;
  float: left;
  width: 18px;
  height: 18px;
  background: url(../../themes/tennis/img/icons/eye.png) center/contain no-repeat;
  margin-right: 4px;
}

.bonus-card {
  height: 160px;
  background: #1F272B;
}

.bonus-card:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 9px;
  right: 9px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #323C43;
}

.b-c_header {
  padding: 12px 5px 10px 19px;
}

.b-c_title {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
}

.b-c_text {
  display: block;
  font-size: 16px;
  line-height: 19px;
  height: 19px;
  overflow: hidden;
}

.b-c_main {
  display: block;
  position: relative;
  padding: 7px 14px 7px 19px;
}

.b-c_banner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
}

.b-c_img {
  position: relative;
  width: 48px;
  height: 29px;
}

.b-c_value {
  position: relative;
  float: right;
  font-weight: 500;
  font-size: 26px;
  line-height: 29px;
}

.b-c_footer {
  width: 100%;
  padding: 12px 16px 13px;
}

.b-c_btn {
  font-size: 14px;
  width: 100%;
}

@media (min-width: 550px) {
  .card {
    float: left;
    height: 185px;
    margin-right: 20px;
  }
}

@media (min-width: 550px) and (max-width: 819px) {
  .card {
    width: calc((100% - 20px) / 2);
  }
  .card:nth-child(even) {
    margin-right: 0;
  }
}

@media (min-width: 820px) and (max-width: 909px) {
  .card {
    width: calc((100% - 40px) / 3);
  }
  .card:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 910px) and (max-width: 1089px) {
  .card {
    width: calc((100% - 20px) / 2);
  }
  .card:nth-child(even) {
    margin-right: 0;
  }
}

@media (min-width: 1090px) {
  .card {
    width: calc((100% - 40px) / 3);
  }
  .card:nth-child(3n) {
    margin-right: 0;
  }
}

.card-link {
  min-height: 150px;
  background: none;
}

@media (min-width: 550px) and (max-width: 819px) {
  .card-link:nth-child(odd) {
    display: none;
  }
}

@media (min-width: 910px) and (max-width: 1089px) {
  .card-link:nth-child(odd) {
    display: none;
  }
}

.card-link:after {
  display: none;
}

.card-link_a {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(61, 76, 83, 0.5);
  position: relative;
  z-index: 2;
  -webkit-transition: .25s;
  transition: .25s;
}

.card-link_a:hover {
  background-color: #3D4C53;
}

.card-link_content {
  display: block;
  width: 100%;
  padding: 0 15px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 1090px) {
  .card-link_content {
    padding: 0 30px;
  }
}

.card-link_logo {
  width: 49px;
  height: 49px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 13px;
}

.card-link_arrow {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  background: url(../../themes/tennis/img/icons/arrow-next.png) center no-repeat;
  background-size: 18px;
  opacity: 0.5;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
}

.card-link:hover .card-link_arrow {
  opacity: 1;
}

.card-link_icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #3B80BF;
  position: absolute;
  right: -1px;
  top: -2px;
}

.card-link_icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.card-link_title {
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  max-height: 44px;
  overflow: hidden;
}

.cards-col-1 .card {
  width: 100% !important;
  margin-right: 0 !important;
}

@media (min-width: 1090px) {
  .cards-col-2 .card {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  .cards-col-2 .card:nth-child(even) {
    margin-right: 0;
  }
}

@media (min-width: 550px) {
  .p-c_content {
    padding: 22px 17px 17px;
  }
}

@media (min-width: 550px) {
  .p-c_header {
    height: 44px;
    margin-bottom: 16px;
  }
}

@media (min-width: 550px) {
  .p-c_title {
    padding: 0 3px;
  }
}

.p-c_main:hover {
  background: #323C43;
}

@media (min-width: 550px) {
  .p-c_main {
    padding: 6px;
    padding-left: 9px;
  }
}

@media (min-width: 1090px) and (max-width: 1199px) {
  .p-c_value {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .p-c_value {
    font-size: 24px;
  }
}

.b-c_main:hover .b-c_banner {
  opacity: 0.4;
}

@media (min-width: 550px) and (max-width: 909px) {
  .b-c_header {
    padding: 20px 5px 20px 15px;
  }
}

@media (min-width: 910px) and (max-width: 1089px) {
  .b-c_header {
    padding: 23px 5px 17px 17px;
  }
}

@media (min-width: 1090px) and (max-width: 1199px) {
  .b-c_header {
    padding: 20px 9px 20px 15px;
  }
}

@media (min-width: 1200px) {
  .b-c_header {
    padding: 23px 5px 17px 20px;
  }
}

@media (min-width: 550px) and (max-width: 909px) {
  .b-c_main {
    padding: 7px 14px 7px 15px;
  }
}

@media (min-width: 910px) and (max-width: 1089px) {
  .b-c_main {
    padding: 7px 14px 7px 17px;
  }
}

@media (min-width: 1090px) and (max-width: 1199px) {
  .b-c_main {
    padding: 7px 10px 7px 15px;
  }
}

@media (min-width: 1200px) {
  .b-c_main {
    padding: 7px 13px 7px 20px;
  }
}

@media (min-width: 550px) {
  .b-c_footer {
    padding: 15px 16px 17px;
  }
}

.stars {
  position: relative;
  width: 53px;
  height: 9px;
}

.stars-gray {
  background: #DADBDD;
}

.stars-dark {
  background: #444D54;
}

.s_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: 100%;
}

.s_bg-white {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGoAAAASCAQAAAAZWYOwAAABiklEQVR42r3W0W3FIAwFUI/gEVjDs7CJJ2EWVmGYWylKjRI/bGirOr9HYF9IFMK7BPvVDnQ/sAMF+6V4Fbk2yVBeBYS+aeXA1gPbvCX4Nnk7ewKhbtlxWTm2eRVvyU1N22clt96petv+x7bfdqyHKjfhvTxdBLmtubUu5CDY+mmogQ4FgQx1jGDjBjHLaOibli47AlsxrZrNwmJMd7VfQMtHHhmMUDME7cDqpqWHBfo1uoA/rtnQCQqKntdQJdFt4sw+hpJtC3BiCwGoYUaz8rH0xxYHdoRjFQy6WF2CWXmr+o+W1yPND4UkI+VL6sKWX9r60fb1SHMoeBJ8d5qzEtggrLzVfF3fMVlKnnSsSp3lXXveaBaAtxSQhlXJweb1wOpBtG1tKViuYlVshtPNBd62c5sHMC098mTolUGJ3xN7jzqGnUQLbbmsJj9WxSymTQIQ69eOgTCJvnLg4Dbz898h+KI5u74Dl9VNyzY+7CDkff2Ga0eDl9/f8LZtu9l8x7GwsPGn1O+hvgBIvQrFyyrNawAAAABJRU5ErkJggg==);
}

.s_bg-dark {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGoAAAASBAMAAABBflYIAAAAHlBMVEUAAAAwQEAwNz4wO0MwOkIyO0MyPEExO0MxO0IyPEMzS8kCAAAACXRSTlMAECVFYHqYwedP8GhHAAABWklEQVR42nXTPU/DMBAG4DelKYxdKjGaAdFuWajoFrFly0azVQKp6laEgGaDoiJl7Zd9/5Zezs6povUQPTrnzneKAyKiPjXrWfmmXCp3/AAR7WMNmrJhokyVk9JnraMqxCyyQIfRCZJhgtNRhNgGV4FbXJ6grQlOx3UIfiFWtgOXuNCyHAW5d6D9KZ18JIimVSACU+DJTzYHj4NH1Kv1QPRjakZD5W1DHGhfbjh4P0UOWRnR0rOjjI/47dnC1qMickZcnKPtCvugVCBTS9GzfPUngDY1ZO6uFGUaHDNjWn8CyDH895hwgX+cA4BGURLIQrNyAJESlbyqnAt9VsdfPXalLKVAQz1rx/DXoIso7BvmTAooc4AJ2qD3a2QCh4tF6vfRWuQopIAywdAgI9A6rmglw9hoRi4pGqYZ00XjA0fSzB3tzYA75I5WctaY/7ZZQ6t0NalXEa0G9AePBWaib+u04QAAAABJRU5ErkJggg==);
}

.s_bg-black {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGoAAAASBAMAAABBflYIAAAAHlBMVEUAAAAgIDAiKSkeKSkeJSofJiodJyofJyofJysfJyvN7F0DAAAACXRSTlMAECVFZoWlxud9R3sSAAABYElEQVR42nXSO0sDQRAH8P+euWiZJmC5gkjSXWHAdIfddSmE5LqAgqaLCOJ1Gh9wbR53O9/WfczukpBsEX5MdmZnuAHpM6BwHiPfIleRO/MDImrSGJRVYBaZR84rzlqL2sdaFJ4K4yMkaQiTjtLHNrjw3OL8CBtLmHRc+uAn0siO5wpnoayNgtQT0Hl2nbxnENPaE565Jk+2hBkH97AnuSP6lpZiFHkdCM324coEb6eYwJ2CaMXsRqZ7/GIm2DJqIiWdy1Nse44DUO5A5Mump/nKL4A2Fm7uHhfVlAcsDFt+AaQM+HtMNBPH+T4RiYrg8ru8OZoiFkB9yKUjqAldE2U2GFmFWlhwAUvQzoDXoAfhr0pNvpoZlr6AIWiD/p9MeEvPPnL+H0mgTF4mKLjASGqC1p2aft0wrViQygrHklRuqcRMc+yauaFGDk2HpqMf99bMbPUisC0DlSX1a313SP+s62UEX9YcRQAAAABJRU5ErkJggg==);
}

.s_value {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #FFC600;
}

.fixed-panel {
  display: block;
}

@media (min-width: 820px) {
  .fixed-panel {
    position: fixed;
    z-index: 99;
    bottom: 0;
    right: calc((100vw - 820px) / 2 + 21px);
    width: 778px;
    height: 57px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
  }
  .fixed-panel:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 101%;
    -webkit-transform: skew(-12deg);
            transform: skew(-12deg);
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  }
  .fixed-panel.show {
    opacity: 1;
    visibility: visible;
  }
  .fixed-panel.scrolled-b {
    position: absolute;
    right: 22px;
    bottom: 20px;
  }
}

@media (min-width: 910px) {
  .fixed-panel {
    right: calc((100vw - 910px) / 2 + 21px);
    width: 568px;
  }
}

@media (min-width: 1090px) {
  .fixed-panel {
    right: calc((100vw - 1080px) / 2 + 21px);
    width: 688px;
  }
}

@media (min-width: 1200px) {
  .fixed-panel {
    right: calc((100vw - 1200px) / 2 + 14px);
    width: 761px;
  }
}

.fp_container {
  width: 100%;
  height: 100%;
}

.fp_block {
  position: fixed;
  left: 16px;
  width: calc(100% - 32px);
  height: 57px;
  -webkit-transform: skew(-12deg);
          transform: skew(-12deg);
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-property: opacity, visibility, top;
  transition-property: opacity, visibility, top;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
}

@media (min-width: 550px) {
  .fp_block {
    left: 21px;
    width: calc(100% - 42px);
  }
}

.fixed-panel.show .fp_block {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 820px) {
  .fp_block {
    position: relative !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0;
    width: 50%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: none;
    transition: none;
  }
}

.fp_top {
  top: 48px;
  z-index: 99;
  background: -webkit-gradient(linear, right top, left top, color-stop(-14.67%, #92B55E), color-stop(111%, #3B80BF));
  background: linear-gradient(270deg, #92B55E -14.67%, #3B80BF 111%);
}

@media (min-width: 820px) {
  .fp_top {
    background: -webkit-gradient(linear, right top, left top, color-stop(38.89%, #92B55E), color-stop(138.62%, #3B80BF));
    background: linear-gradient(270deg, #92B55E 38.89%, #3B80BF 138.62%);
  }
}

.nav-hidden .fp_top {
  top: 0;
}

.fixed-panel.scrolled-t .fp_top {
  position: absolute;
  top: auto !important;
  bottom: 20px;
}

.fp_bot {
  bottom: 0;
  z-index: 98;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.fixed-panel.scrolled-b .fp_bot {
  position: absolute;
  bottom: 20px;
}

@media (min-width: 820px) {
  .fp_bot {
    background: unset;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media (min-width: 820px) {
  .fp_left {
    float: left;
  }
}

@media (min-width: 820px) {
  .fp_right {
    float: right;
  }
}

.fp_content {
  -webkit-transform: skew(12deg);
          transform: skew(12deg);
}

@media (min-width: 1090px) {
  .fp_left.fp_top {
    width: 313px;
  }
}

@media (min-width: 1090px) {
  .fp_right.fp_bot {
    width: 375px;
  }
}

@media (min-width: 1200px) {
  .fp_right.fp_bot {
    width: 448px;
  }
}

.fp-code {
  padding: 14px 23px;
}

@media (min-width: 820px) {
  .fp-code {
    padding: 9px 15px 9px 23px;
  }
}

@media (min-width: 910px) and (max-width: 1089px) {
  .fp-code {
    padding: 9px 10px 9px 12px;
  }
}

.fpc_code {
  float: left;
  width: 113px;
  margin: 4px 0;
  margin-right: 18px;
  font-size: 13px;
  line-height: 21px;
  text-align: center;
  background: url(../../themes/tennis/img/base/mask-promo.png) center/contain no-repeat;
}

@media (min-width: 820px) {
  .fpc_code {
    margin: 9px 14px 9px 0;
  }
}

@media (min-width: 910px) and (max-width: 1089px) {
  .fpc_code {
    margin-right: 10px;
  }
}

.fpc_copy {
  width: 111px;
  float: right;
}

@media (min-width: 820px) {
  .fpc_copy {
    display: none;
  }
}

.fpc_btn {
  float: right;
  display: none;
  width: 220px;
  height: 39px;
  font-size: 18px;
  line-height: 35px;
  color: #92B55E;
  background-color: #fff;
}

.fpc_btn:hover {
  color: #3B80BF;
}

@media (min-width: 820px) {
  .fpc_btn {
    display: block;
  }
}

@media (min-width: 910px) {
  .fpc_btn {
    width: 139px;
    font-size: 13px;
  }
}

@media (min-width: 1090px) {
  .fpc_btn {
    width: 179px;
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .fpc_btn {
    width: 210px;
    font-size: 18px;
  }
}

.fp-promo {
  padding: 9px 14px 9px 16px;
}

@media (min-width: 910px) {
  .fp-promo {
    padding: 9px 10px;
  }
}

@media (min-width: 1090px) {
  .fp-promo {
    padding: 9px 16px;
  }
}

.fpp_img {
  float: left;
  width: 48px;
  height: 29px;
  margin: 5px 0;
  margin-right: 13px;
}

@media (min-width: 820px) {
  .fpp_img {
    margin-right: 11px;
  }
}

.fpp_title {
  float: left;
  display: none;
  margin: 5px 0;
  color: #212121;
  font-weight: bold;
  font-size: 18px;
  line-height: 29px;
}

@media (min-width: 820px) {
  .fpp_title {
    display: block;
  }
}

.fpp_btn {
  float: right;
  width: 197px;
  height: 39px;
  font-size: 18px;
  line-height: 35px;
}

@media (min-width: 820px) {
  .fpp_btn {
    display: none;
  }
}

.fpp_info {
  float: right;
  display: none;
  text-align: right;
}

@media (min-width: 820px) {
  .fpp_info {
    display: block;
  }
}

.fpp_subtitle {
  margin-bottom: 3px;
  font-size: 10px;
  line-height: 13px;
  text-transform: uppercase;
  color: #212121;
}

.fpp_value {
  font-weight: bold;
  font-size: 26px;
  line-height: 24px;
  color: #3B80BF;
}

.fp-bonus {
  padding: 7px 12px;
}

@media (min-width: 550px) {
  .fp-bonus {
    padding: 7px 20px;
  }
}

@media (min-width: 910px) and (max-width: 1089px) {
  .fp-bonus {
    padding: 7px 12px;
  }
}

.fpb_main {
  float: left;
  padding-top: 2px;
}

.fpb_title {
  font-size: 14px;
  line-height: 17px;
}

.fpb_value {
  float: left;
  font-weight: bold;
  height: 24px;
  font-size: 22px;
  line-height: 24px;
}

.fpb_how {
  float: right;
  display: block;
  margin: 3px 0 0 6px;
  padding: 2px 5px 2px 7px;
  background: #444D54;
  border-radius: 5px;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  -webkit-transition: .2s;
  transition: .2s;
}

@media (min-width: 1090px) {
  .fpb_how {
    margin-left: 11px;
  }
}

.fpb_how span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #3B80BF;
  border-radius: 50%;
  margin-left: 3px;
  color: #444D54;
  font-size: 9px;
  line-height: 10px;
  text-align: center;
  -webkit-transition: .2s;
  transition: .2s;
}

.fpb_how:hover {
  background: #3B80BF;
}

.fpb_how:hover span {
  background: #fff;
}

.fpb_logo {
  float: right;
  width: 76px;
  height: 43px;
  border-radius: 5px;
  overflow: hidden;
}

.fpb_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 820px) {
  .fpb_logo {
    float: left;
    margin-right: 13px;
  }
}

@media (min-width: 910px) and (max-width: 1089px) {
  .fpb_logo {
    margin-right: 5px;
  }
}

.fp-bk {
  padding: 9px 14px 9px 16px;
}

@media (min-width: 550px) {
  .fp-bk {
    padding: 9px 16px;
  }
}

.fpbk_img {
  float: left;
  width: 48px;
  height: 29px;
  margin: 5px 0;
  margin-right: 11px;
}

.fpbk_title {
  float: left;
  margin: 5px 0;
  color: #212121;
  font-weight: bold;
  font-size: 17px;
  line-height: 29px;
}

@media (min-width: 910px) and (max-width: 1199px) {
  .fpbk_title {
    font-size: 16px;
  }
}

.fpbk_rating {
  float: right;
  display: none;
  text-align: right;
  margin-right: 12px;
}

@media (min-width: 1090px) {
  .fpbk_rating {
    display: block;
  }
}

.fpbk_r-title {
  margin-bottom: 2px;
  font-size: 10px;
  line-height: 13px;
  text-transform: uppercase;
  color: #212121;
}

@media (min-width: 1090px) and (max-width: 1199px) {
  .fpbk_r-title span {
    display: none;
  }
}

.fpbk_r-value {
  font-size: 12px;
  line-height: 14px;
  color: #212121;
}

.fpbk_r-value span {
  font-weight: bold;
  font-size: 26px;
  line-height: 24px;
  margin-right: 3px;
}

.fpbk_btn {
  float: right;
  width: 87px;
  height: 39px;
  font-size: 18px;
  line-height: 35px;
}

@media (min-width: 1090px) {
  .fpbk_btn {
    width: 110px;
  }
}

@media (min-width: 1200px) {
  .fpbk_btn {
    width: 124px;
  }
}

.fp-apps {
  padding: 18px 17px 17px;
  text-align: center;
}

.fpa_platform {
  width: 65px;
  display: inline-block;
  border-radius: 2px;
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
}

.fpa_platform:not(:last-child) {
  margin-right: 17px;
}

@media (min-width: 550px) {
  .fpa_platform:not(:last-child) {
    margin-right: 27px;
  }
}

@media (min-width: 910px) and (max-width: 1089px) {
  .fpa_platform:not(:last-child) {
    margin-right: 23px;
  }
}

.fpa_platform:hover {
  -webkit-box-shadow: 0 0 0 1px #fff;
          box-shadow: 0 0 0 1px #fff;
}

.fpa_platform.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.fpa_store {
  width: 100%;
}

