@font-face {
  font-family: "Linearicons";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Linearicons.ttf") format("truetype");
}
@font-face {
  font-family: "Conv_PFDinDisplayPro-Light";
  src: url("../fonts/PFDinDisplayPro-Light/PFDinDisplayPro-Light.eot");
  src: local("☺"),
    url("../fonts/PFDinDisplayPro-Light/PFDinDisplayPro-Light.woff")
      format("woff"),
    url("../fonts//PFDinDisplayPro-LightPFDinDisplayPro-Light.ttf")
      format("truetype"),
    url("../fonts//PFDinDisplayPro-LightPFDinDisplayPro-Light.svg")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
html {
  overflow-y: scroll;
  /*font-family: "Open Sans", sans-serif;*/
  font-family: "Conv_PFDinDisplayPro-Light";
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "Linearicons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-calendar-insert:before {
  content: "\e78a";
}
.flex {
  display: flex;
}
.flex_end {
  justify-content: flex-end;
}
.flex_start {
  justify-content: flex-start;
}
.row {
  margin: 0;
}
.block_title {
  font-size: 36px;
  font-weight: 600;
  color: white;
  text-transform: capitalize;
  padding: 0 0 15px 0;
}
.promo_title {
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
  color: white;
  padding: 0 0 5px 0;
}
.promo_title_small {
  color: white;
  line-height: initial;
}
.lt_title {
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 0 0 0;
  color: #13152d;
}
.box_shadow_v1 {
  box-shadow: 0 0 9px 1px rgba(19, 21, 45, 0.25);
}
.news_block {
  padding: 10px 0;
}
.background_cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.background_contain {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.background_fixed {
  background-attachment: fixed;
}
.module_promo {
  padding: 25px 0;
  box-shadow: 0 0 9px 1px rgba(19, 21, 45, 0.25);
}
.padding_0 {
  padding: 0;
}
.margin_0 {
  margin: 0;
}
body {
  font-size: 14px;
  color: #13152d;
  font-weight: 600;
  flex-flow: column;
  min-height: 100vh;
  justify-content: space-between;
}
.background_white {
  background: #fff;
}
.background_yellow {
  background: #fff000;
}
.background_dark_gray {
  background: #55565f;
}
.background_gray {
  background: #6e707a;
}
.noselect {
  outline: none;
}
.ng_slider_t2 {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                       supported by Chrome, Opera and Firefox */
}
.background_light_gray {
  background: #fafafa;
  padding: 0 !important;
}
.logo_circle_img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 33px;
  height: 33px;
  border-radius: 0 0 4px 4px;
  border-top: none;
}
.logo_circle_border {
  position: absolute;
  top: 0;
  left: 0;
  width: 66px;
  height: 69px;
  border-radius: 0 0 4px 4px;
  border: 1px solid #d4d7df;
  border-top: none;
}
.menu_top_2_lk {
  width: 217px;
  height: 43px;
  border-radius: 22px;
  color: white;
  font-size: 17px;
  border: none;
  background-color: #1fbeff;
}
.menu_top_2_mob_img {
  width: 150px;
}
.menu_top_2_container {
  justify-content: space-between;
  align-items: center;
}
.menu_top_2_lang_wrap {
  margin: 0 10px;
  color: #8f929d;
}
.menu_top_2_lang {
  margin: 0 5px;
  cursor: pointer;
  color: #1fbeff;
}
.menu_top_2_lang.active {
  color: #8f929d;
}
.mt2_link {
  text-align: center;
  padding: 0 13px;
  font-size: 18px;
  font-weight: 600;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #13152d;
}
.mt2_link:hover {
  color: #1fbeff;
}
.mt2_link.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #8f929d;
}
.mt2_link.active:hover {
  color: #1fbeff;
}
.mb1_link {
  text-align: left;
  padding: 0 25px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}
.mb1_link_sub {
  padding: 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}
.menu_bottom_1 .menu_bottom_holder {
  border-bottom: 1px solid #d4d7df;
  align-items: baseline;
  padding-bottom: 10px;
  position: relative;
}
.menu_bottom_rights {
  right: 0;
  top: 20px;
  position: absolute;
  align-items: self-end;
  flex-flow: column;
}
.menu_bottom_1 .container {
  padding: 0;
}
#breadcrumbs .container {
  padding: 0;
}
.breadcrumbs_i {
  color: #1fbeff;
}
.breadcrumbs_i:last-of-type {
  color: #8f929d;
}
.breadcrumbs_i_main {
  font-weight: bold;
}
.menu_bottom_2 {
  padding: 15px 0 50px 0;
  background: #fff;
}
.menu_bottom_2 .container {
  padding: 0;
}
.menu_bottom_2_icon {
  width: 30px;
  height: 30px;
}
.menu_bottom_2_link_icon {
  margin: 10px 10px;
}
.menu_bottom_2_link_icon:hover {
  opacity: 0.8;
}
.menu_bottom_2_icon_app {
  width: 125px;
  height: 37px;
}
.menu_bottom_2_link_app {
  margin: 0;
}
.menu_bottom_2_link_app:hover {
  opacity: 0.8;
}
.menu_bottom_2_links {
  right: 0;
  top: 5px;
  max-width: 320px;
  width: 100%;
  position: absolute;
  justify-content: space-between;
}
.h100proc {
  height: 100%;
}
.translateXY {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.translateY {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.translateX {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.logo_text {
  font-size: 24px;
  font-weight: 600;
  padding: 15px 35px 15px 35px;
}
.logo_text_first {
  color: #13152d;
  font-family: "OfficinaB";
}
.logo_text_second {
  color: #00985f;
  font-family: "OfficinaB";
}
.relative {
  position: relative;
}
.flex_left_center {
  justify-content: left;
  align-items: center;
}
.flex_right_center {
  justify-content: right;
  align-items: center;
}
a {
  color: #1fbeff;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #8f929d;
}
.menu_top_2 {
  height: 95px;
  box-shadow: 0 0 9px 1px rgba(19, 21, 45, 0.25);
}
.news_img {
  width: 215px;
  height: 180px;
  margin: 0 20px 10px 0;
  float: left;
}
.news_content_title {
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}
.news_content_date {
  font-size: 10px;
  font-weight: 600;
  color: #8f929d;
  color: #1fbeff;
  margin: -1px 0 5px 0;
}
.news_content_text {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  color: #13152d;
}
.background_fafafa_block {
  background: linear-gradient(180deg, #151515 0%, rgba(21, 21, 21, 0) 100%);
}
.news_main {
  width: 100%;
  padding: 0;
  border-radius: 8px;
}
.news_main_i {
  padding: 0 0 20px 0;
}
#news_module {
  border-bottom: 1px solid #d4d7df;
}
.news_small {
  padding: 0;
  width: 38%;
  border-radius: 8px;
}
.flex_row_between {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.news_small .news_content_text {
  padding-bottom: 20px;
}
.news_small .news_content_date {
  margin: 0;
}
.clear_both {
  clear: both;
}
.container {
  position: relative;
}
.block_top_link {
  position: absolute;
  right: 35px;
  top: 20px;
}
.block_top_link a {
  font-size: 14px;
  font-weight: bold;
}
.module_lt {
  box-shadow: 0 0 9px 1px rgba(19, 21, 45, 0.25);
  padding: 28px 0;
}
.collapsed .arrow_down {
  transform: rotate(-45deg);
  margin-top: 0;
}
.arrow_down {
  margin-top: -4px;
  transition: 0.5s all;
  width: 12px;
  height: 12px;
  border-right: 1px solid #1fbeff;
  border-bottom: 1px solid #1fbeff;
  transform: rotate(45deg);
}
.mmm_item .mmm_a {
  display: block;
}
.mmm_item .collapsed .arrow_down {
  transform: rotate(-45deg);
  top: 6px;
}
.mmm_item .arrow_down {
  position: absolute;
  right: 15px;
  top: 6px;
}
.lt__day {
  color: #8f929d;
  font-size: 14px;
  font-weight: 600;
  padding: 0 5px;
  cursor: pointer;
}
.lt__day.active {
  color: #13152d;
  font-weight: 600;
}
.lt_calendar {
  display: flex;
  position: absolute;
  right: 20px;
  top: 15px;
  border-left: 1px solid #d4d7df;
  cursor: pointer;
  font-size: 20px;
  justify-content: center;
  padding: 0 10px;
}
.lt_menu {
  overflow: hidden;
  overflow-x: scroll;
  flex-wrap: nowrap;
  border-bottom: 1px solid #e4e7ee;
  margin-bottom: 15px;
}
.lt__calendar {
  font-size: 20px;
  padding: 0 5px;
  cursor: pointer;
}
.lt_menu::-webkit-scrollbar {
  display: none;
}
.lt_menu_i {
  position: relative;
  padding: 10px;
  color: #8f929d;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}
.lt_menu_i.active {
  background: #00985f;
  color: white;
}
.lt_menu_i:hover {
  background: #00985f;
  color: white;
}
.lt_menu_i.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #00985f;
}
.lt_menu_another_content {
  position: absolute;
  z-index: 9999;
  background: white;
}
.lt_content_i_header {
  position: relative;
  border-top: 1px solid #1fbeff;
  border-bottom: 1px solid #1fbeff;
  padding: 5px 15px;
  margin-bottom: -1px;
}
.lt_i_header_name {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  padding: 5px 10px;
  color: #151515;
}
.lt_i_header_name a {
  color: #13152d;
}
.lt_i_header_name_img {
  align-items: center;
}
.lt_i_header_img {
  width: 25px;
  height: 20px;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  color: #8f929d;
}
.lt_content_i_body {
  min-height: 50px;
  transition: all 1s;
}
.lt_content_i_body_spacer {
  width: 60%;
  justify-content: flex-start;
  padding: 0 10px;
}
.lt_content_i_body_team_img_1 {
  margin-left: 5px;
}
.lt_content_i_body_status_mob {
  font-size: 12px;
  color: #8f929d;
  position: absolute;
}
.lt_content_i_body_team_img_2 {
  margin-right: 5px;
}
.lt_content_i_body_i {
  width: 100%;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-flow: wrap;
  border-bottom: 1px solid #e4e7ee;
  padding: 5px 15px;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}
#mcltt_widget .lt_content_i_body_i {
  justify-content: end;
}
.lt_content_i_body_i:hover {
  background: #fafafa;
}
.lt_content_i_body_status {
  font-size: 12px;
  width: 80px;
  color: #8f929d;
}
.lt_content_i_body_team_name_right {
  text-align: right;
  width: 80%;
  overflow: hidden;
  padding-right: 5px;
  text-overflow: ellipsis;
}
.lt_content_i_body_team_name_left {
  text-align: left;
  padding-left: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lt_content_i_body_date_bottom {
  color: #8f929d;
}
.lt_content_i_body_date {
  min-width: 50px;
}
.lt_content_i_body_date_top_center {
  width: 100%;
  color: #8f929d;
}
.lt_content_i_body_score {
  width: 110px;
  white-space: nowrap;
  font-size: 18px;
}
.lt_content_i_body_i:last-child {
  border-bottom: none;
}
.lt_content_i_body_team {
  align-items: center;
  width: 30%;
  max-width: 200px;
}
.lt_content_i_body_team_1 {
  align-items: center;
  text-align: right;
  width: 30%;
}
.bold_text {
  font-weight: bold;
}
.lt_content_i_body_team_2 {
  align-items: center;
  text-align: left;
  width: 30%;
}
.lt_block {
  border-bottom: 1px solid #d4d7df;
  border-top: 1px solid #d4d7df;
  background-color: #fff;
  padding: 28px 0 35px 0;
}
.lt_block .matches_lt_calendar {
  top: 25px;
}
.lt_content {
  justify-content: left;
  flex-wrap: wrap;
}
.lt_content_50 {
  width: 50%;
  padding: 0 5px;
}
.lt_content_50 .lt_content_i:nth-of-type(1) {
  border-top: none;
}
.lt_content_100 {
  width: 100%;
}
.lt_block .card-header {
  height: 40px;
  border: 1px solid #d4d7df;
  border-radius: 0;
  background-color: #fafafa;
}
.team_logo_small {
  width: 20px;
  height: 20px;
}
.news_center_menu_i {
  position: relative;
  padding: 10px;
  color: #8f929d;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}
.news_center_menu_i.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #00985f;
}
.news_center_menu_i.active {
  background: #00985f;
  color: white;
}
.news_center_menu_i:hover {
  background: #00985f;
  color: white;
}
.news_center_menu {
  overflow: hidden;
  overflow-x: scroll;
  flex-wrap: nowrap;
  border-bottom: 1px solid #e4e7ee;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-left: 10px;
}
.news_center_calendar {
  float: right;
  cursor: pointer;
  font-size: 20px;
  justify-content: center;
  padding: 0 10px;
}
.news_center_menu::-webkit-scrollbar {
  display: none;
}
.news_content {
  display: inline-block;
}
#news_center_date {
  text-align: right;
  float: right;
}
#news_center {
  position: relative;
}
#news_center .news_small_i .news_content_date {
  font-size: 14px;
  margin: 0;
}
.matches_table_dots_pop {
  position: absolute;
  right: -8px;
  width: 34px;
  height: 16px;
  text-align: center;
  top: 50%;
  cursor: pointer;
  background-image: url("/img/dots.png");
}
.matches_table_icon_text {
  font-size: 12px;
  color: #13152d;
  font-weight: 600;
}
.dots_modal_footer {
  border-top: 1px solid #d4d7df;
  padding: 10px;
  text-align: center;
  font-size: 12px;
}
#dots_modal .modal-dialog {
  margin: 0;
  position: fixed;
  width: 100%;
  bottom: 0;
}
#dots_modal .matches_table_dots_pop {
  display: none;
}
#dots_modal.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
}
#dots_modal.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
#dots_modal .modal-content {
  border: none;
  border-radius: 0;
}
.news_center_top_1 {
  position: relative;
  width: 100%;
}
#news_center .news_small_i {
  width: 50%;
  padding-right: 30px;
  padding-bottom: 30px;
}
.news_small_wrap {
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
}
.small_schedule_content {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #d4d7df;
  background-color: #fff;
  position: relative;
}
.small_schedule__body {
  border-top: 1px solid #d4d7df;
  margin: 0 20px;
  padding-bottom: 40px;
}
.small_schedule__footer_a {
  text-decoration: underline !important;
  cursor: pointer;
}
.small_schedule__footer {
  border-top: 1px solid #d4d7df;
  height: 35px;
  padding: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.small_schedule__header_title {
  padding: 10px 20px;
  font-weight: 500;
  font-size: 14px;
}
.small_schedule_content_i_body_i {
  font-size: 12px;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d4d7df;
  padding: 8px 0;
  text-align: center;
  line-height: 16px;
}
.small_schedule_content_i_body_i:last-child {
  border-bottom: none;
}
.small_schedule_content_i_body_date {
  min-width: 50px;
}
.small_schedule_content_i_body_date_bottom {
  color: #8f929d;
}
.small_schedule_content_i_body_team {
  align-items: center;
  width: 30%;
}
.small_schedule_content_i_body_team_name_right {
  text-align: right;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.small_schedule_content_i_body_team_img_left {
  width: 18px;
  margin-right: 5px;
}
.small_schedule_content_i_body_team_img_right {
  width: 18px;
  margin-left: 5px;
}
.small_schedule_content_i_body_team_name_left {
  text-align: left;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.small_schedule_content_i_body_score {
  font-size: 16px;
  position: relative;
}
.small_schedule_content_i_body_score_inner {
  padding-bottom: 3px;
}
.small_schedule_content_i_body_status_mob {
  font-size: 12px;
  color: #8f929d;
  position: absolute;
  left: 50%;
  width: 120px;
  text-align: center;
}
.small_span {
  color: #8f929d;
  display: inline-block;
  height: 1px;
  margin-bottom: 5px;
  width: 13px;
  background: #8f929d;
}
.small_schedule_content_i_body_team {
  align-items: center;
  width: 30%;
}
.small_team_table_content {
  width: 100%;
  max-width: 350px;
  border-radius: 8px;
  border: 1px solid #d4d7df;
  background-color: #fff;
  position: relative;
}
.small_team_table__body {
  border-top: 1px solid #d4d7df;
  margin: 0 15px;
  padding-bottom: 45px;
}
.small_team_table__footer_a {
  text-decoration: underline;
  cursor: pointer;
}
.small_team_table__footer {
  border-top: 1px solid #d4d7df;
  padding: 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.small_team_table__header {
  justify-content: space-between;
  align-items: center;
  margin: 0 15px;
}
.small_team_table__header_title {
  padding: 10px 0;
  font-weight: 500;
  font-size: 14px;
  width: 60%;
}
.small_team_table_content_i_body_i {
  font-size: 12px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d4d7df;
  padding: 8px 0;
  text-align: center;
  line-height: 16px;
}
.small_team_table_content_i_body_i:last-child {
  border-bottom: none;
}
.small_team_table_content_i_body_date {
  min-width: 50px;
}
.small_team_table_content_i_body_date_bottom {
  color: #8f929d;
}
.small_team_table_content_i_body_team {
  align-items: center;
  width: 55%;
}
.small_team_table_content_i_body_team_name_right {
  text-align: right;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.small_team_table_content_i_body_team_img_left {
  width: 18px;
  height: 20px;
  margin-right: 5px;
}
.small_team_table_content_i_body_team_img_right {
  width: 18px;
  height: 20px;
  margin-left: 5px;
}
.small_team_table_content_i_body_team_name_left {
  text-align: left;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.small_team_table_content_i_body_status_mob {
  font-size: 12px;
  color: #8f929d;
  position: absolute;
}
.small_team_table_content_i_body_place {
  width: 5%;
  font-size: 12px;
  color: #8f929d;
}
.small_team_table__header_games {
  width: 10%;
  font-size: 14px;
}
.small_team_table__header_balls {
  width: 10%;
  font-size: 14px;
}
.small_team_table__header_score {
  width: 10%;
  font-size: 14px;
}
.small_team_table_content_i_body_games {
  width: 10%;
  font-size: 14px;
}
.small_team_table_content_i_body_balls {
  width: 10%;
  font-size: 14px;
}
.small_team_table_content_i_body_score {
  width: 10%;
  font-size: 14px;
}
.small_news_content {
  width: 100%;
  max-width: 250px;
  border-radius: 8px;
  border: 1px solid #d4d7df;
  background-color: #fff;
  position: relative;
}
.small_news__body {
  margin: 10px 10px 0 10px;
  padding-bottom: 45px;
}
.small_news_content_i_body_text {
  font-size: 14px;
  padding-top: 10px;
  height: 43px;
  overflow: hidden;
  line-height: 16px;
  text-overflow: ellipsis;
}
.small_news_content_i_body_date {
  font-size: 12px;
  padding: 5px 0;
  color: #8f929d;
}
.small_news_content_i_body_i {
  border-bottom: 1px solid #d4d7df;
}
.small_news_content_i_body_i:last-child {
  border-bottom: none;
}
.small_news__footer_a {
  text-decoration: underline;
  cursor: pointer;
}
.small_news__footer {
  border-top: 1px solid #d4d7df;
  padding: 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.promo_slider_container_wrap {
  overflow: hidden;
  overflow-x: scroll;
  width: 100%;
}
.promo_slider_i {
  min-width: 315px;
  width: 100%;
  max-width: 450px;
  margin: 15px 40px 0 0;
}
.promo_slider_container::-webkit-scrollbar {
  display: none;
}
.promo_slider_container_wrap::-webkit-scrollbar {
  display: none;
}
#mob_menu {
  transition: all 0.5s;
  position: absolute;
  left: -100%;
  width: 100%;
  height: calc(100vh - 36px);
  z-index: 999;
  background-color: #fafafa;
}
#mob_menu.show {
  left: 0;
  box-shadow: 0 0 9px 1px rgba(19, 21, 45, 0.25);
}
.menu_mob_call {
  width: 35px;
  height: 35px;
  justify-content: center;
}
.vh100hidden .menu_mob_call {
  background-color: #fafafa;
}
.menu_mob_call .icon-menu {
  align-items: center;
}
.menu_mob_call .icon-cross2 {
  display: none;
}
.show_icon_mob.menu_mob_call .icon-menu {
  display: none;
}
.show_icon_mob.menu_mob_call .icon-cross2 {
  display: flex;
  font-size: 16px;
  align-items: center;
}
.mob_mt2_link {
  text-align: center;
  padding: 5px 15px;
  background: #fafafa;
  font-size: 16px;
  font-weight: 600;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-flow: row;
  position: relative;
}
.mob_mt2_link_text {
  padding-top: 5px;
}
.mob_mt2_link.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #1fbeff;
}
.mob_menu_top {
  background: #fff;
}
.mob_menu_middle {
  border-bottom: 1px solid #d4d7df;
  background: #fff;
}
.mob_menu_footer {
  color: #8f929d;
}
.mmm_item {
  border-top: 1px solid #d4d7df;
  padding: 5px 10px;
  font-weight: 600;
  font-size: 16px;
  background: #fff;
}
#mob_menu_another .mmm_item {
  border-top: 1px dotted #d4d7df;
}
.mmf_item {
  padding: 5px 10px;
  display: block;
  font-size: 16px;
  color: #1fbeff;
}
.mob_menu_middle {
  display: none;
}
.mob_menu_middle.active {
  display: block;
}
.cp_user_icon {
  font-size: 18px;
  padding: 10px;
}
.menu_top_2_container.container {
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.arrow_link {
  transform: rotate(-45deg);
  margin-top: 0;
  margin-left: 5px;
  transition: 0.5s all;
  width: 9px;
  height: 9px;
  display: inline-block;
  border-right: 1px solid #13152d;
  border-bottom: 1px solid #13152d;
}
.cp_modal .modal-dialog {
  width: 260px;
  margin: 20px auto;
}
.cp_modal .modal-title {
  color: #13152d;
  font-size: 18px;
  font-weight: 700;
}
.cp_modal_type {
  font-size: 18px;
  font-weight: 700;
}
.cp_modal .form-check {
  text-align: center;
  padding: 0;
}
.cp_modal .modal-header .close {
  color: #13152d;
  margin: -0.7rem -0.7rem -1rem auto;
  font-size: 18px;
}
.cp_modal .cp_modal_top {
  padding: 20px 20px 0 20px;
  border: none;
}
.cp_modal .cp_modal_content {
  padding: 0 20px 20px 20px;
}
.cp_modal .cp_modal_foter {
  padding: 20px 20px 20px 20px;
  background-color: #fafafa;
}
.cp_modal_a {
  text-decoration: underline;
  color: #0063b0;
}
.cp_modal_checkbox .icon-check {
  opacity: 0;
  transition: 0.5s all;
  font-weight: bold;
}
.cp_modal_checkbox {
  width: 22px;
  height: 21px;
  background-color: #fff;
  border: 2px solid #00985f;
  margin-right: 5px;
  transition: 0.5s all;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.cp_modal_checkbox.active .icon-check {
  opacity: 1;
}
.cp_modal .modal-content {
  overflow: hidden;
}
.cp_modal_checkbox.active {
  color: white;
  background-color: #00985f;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cp_modal_forgot_pass {
  text-align: center;
  font-size: 14px;
  margin-top: -10px;
}
.cp_modal_forgot_pass_t {
  text-align: center;
  font-size: 14px;
}
.cp_modal_pass_will_come {
  color: #8f929d;
}
.cp_modal_input.form-control {
  height: 48px;
  border-radius: 4px;
  border: 1px solid #d4d7df;
  background-color: #fff;
  display: inline-block;
  font-size: 14px;
}
.cp_modal_label {
  font-size: 18px;
  font-weight: 700;
}
.cp_modal_botton_1.active {
  color: white;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  padding: 10px;
  background-color: #00985f;
  border: none;
  margin: 20px 0 10px 0;
}
.cp_modal_botton_1 {
  color: #8f929d;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  padding: 10px;
  background-color: #e4e7ee;
  border: none;
  margin: 20px 0 10px 0;
}
.cp_modal_botton_2 {
  color: #13152d;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  padding: 10px;
  background-color: #fafafa;
  border: 2px solid #d4d7df;
}
.user_panel_exit {
  color: #13152d;
  height: max-content;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 20px;
  background-color: #fafafa;
  border: 1px solid #d4d7df;
}
.matches_title {
  color: #13152d;
  color: #13152d;
  position: relative;
  font-size: 32px;
  padding: 15px 0;
}
.matches_content_title {
  color: #414141;
  text-transform: uppercase;
  padding: 10px 10px 10px 10px;
}
#matches_lt_left {
  width: 25%;
  padding-right: 30px;
}
#matches_lt_right {
  width: 75%;
  position: relative;
}
#matches_lt_tournament {
  margin: 30px 0;
  padding: 15px;
}
.mclt__tournament_top {
  flex-flow: row;
}
.mcltttt2_header {
  color: #8f929d;
}
.mcltttt2_content {
  margin: 0 10px;
  line-height: 16px;
}
.mclt__tournament_buttons {
  margin: 10px 0;
}
.mclt__tournament_widget_match {
  min-height: 200px;
  padding-top: 10px;
  margin: 10px 0;
}
#mcltt_widget_teams {
  width: 100%;
  flex-flow: wrap;
}
.mclttttb {
  padding: 5px 10px;
  margin: 0 10px 0 0;
  border-radius: 4px;
  border: 1px solid #1fbeff;
  transition: 0.5s all;
  cursor: pointer;
  color: #13152d;
}
.mclttttb:hover {
  color: white;
  background: #1fbeff;
  border: 1px solid #1fbeff;
}
.mclttttb.active {
  color: white;
  background: #1fbeff;
  border: 1px solid #1fbeff;
}
.mclttwm {
  width: 100%;
  height: 100%;
  min-height: 200px;
  color: white;
}
.mclttwmmt1_img {
  width: 70px;
  height: 70px;
}
.mclttwmm_team1 {
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.mclttwmm_team1,
.mclttwmm_team2 {
  width: 39%;
}
.mclttwmm_team2 {
  flex-direction: row;
  align-items: center;
}
.mclttwmmt2_img {
  width: 70px;
  height: 70px;
}
.mclttwmm_score {
  margin-top: 0;
  padding: 0 15px;
  flex-direction: column;
}
.mclttwmb_winners_3.flex {
  flex-wrap: wrap;
}
.mclttwmb_winners_item {
  width: 33%;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  padding: 10px;
}
.mclttwmb_winners_item_name {
  width: 100%;
  padding-top: 10px;
  font-size: 16px;
  font-weight: 500;
}
.mclttwmb_winners_item_country {
  width: 100%;
  font-size: 12px;
}
.mclttwmb_winners_item_score {
  width: 100%;
}
.mclttwmb_winners_item_img {
  position: relative;
  width: 90px;
  height: 90px;
}
.mclttwmb_winners_item_img_medal {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 5%;
  left: 0;
}
.mclttwmb_winners_item_img_medal.icon-medal-first {
  font-size: 40px;
  color: #ffd700;
}
.mclttwmb_winners_item_img_medal.icon-medal-second {
  font-size: 40px;
  color: #d0dbe2;
}
.mclttwmb_winners_item_img_medal.icon-medal-third {
  font-size: 40px;
  color: #cd7f32;
}
.mclttwmms_score {
  font-size: 33px;
  white-space: nowrap;
  width: auto;
  padding: 0 20px;
}
.mclttwmms_match_name {
  font-size: 16px;
  font-weight: 500;
}
.mclttwm_middle_biatlon_like {
  min-height: 30px;
  align-items: center;
  justify-content: center;
  flex-flow: wrap;
  padding: 40px 10px 5px 10px;
}
.mclttwmms_score_tennis_round {
  flex-flow: row;
  font-size: 24px;
}
.mclttwmms_score_tennis {
  width: 100%;
  flex-flow: row;
  padding: 5px;
  justify-content: center;
}
.mclttwmms_score_tennis_round_h {
  padding: 0 4px;
}
.loader_common {
  min-height: 300px;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.icon_tr_match {
  color: #8f929d;
  font-size: 60px;
  padding: 10%;
}
.biathlon_like_table_participants {
  padding: 10px 0;
  border-bottom: 1px solid #e4e7ee;
}
.biathlon_like_table_participants:nth-of-type(2n) {
  background: #fafafa;
}
.biathlon_like_table_participants_item {
  width: 100%;
  text-align: center;
  align-items: center;
}
.biathlon_like_table_participants_item_name {
  width: 150px;
  text-align: left;
  margin: 0 10px;
}
.biathlon_like_table_participants_item_country {
  width: 80px;
  text-align: left;
  margin: 0 10px;
}
.biathlon_like_table_participants_item_flag {
  width: 30px;
  height: 30px;
}
.biathlon_like_table_participants_item_place {
  width: 30px;
  margin: 0 5px;
}
.icon_tr_match_mob {
  color: #8f929d;
  font-size: 25px;
  padding: 5px 0 0 10px;
  display: block;
}
.display_1 {
  display: none;
}
.mclttwmms_score_tennis_round_d {
  padding: 0 2px;
}
.mclttwmms_score_tennis_round sup {
  font-size: 50%;
  top: -1.2em;
  left: -5px;
}
.mclttwmms_buy_ticket {
  font-size: 16px;
  display: block;
}
.mclttwmmt1_name {
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  width: 70%;
  text-align: right;
}
.mclttwmmt1_name span,
.mclttwmmt2_name span {
  display: block;
  font-size: 14px;
  color: #8f929d;
}
.mclttwmmt1_name,
.mclttwmmt2_name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mclttwmb1_team2 {
  width: 50%;
}
.mclttwmb1_team1 {
  width: 50%;
}
.mclttwmb12_time {
  padding-right: 5px;
}
.mclttwmmt2_name {
  font-size: 18px;
  padding: 10px 5px 10px 10px;
  width: 70%;
  text-align: left;
}
.mclttwmmt1_name:hover {
  cursor: pointer;
  text-decoration: underline;
}
.mclttwmmt2_name:hover {
  cursor: pointer;
  text-decoration: underline;
}
.mclttwmb1_i {
  padding: 0 10px;
  justify-content: flex-end;
  align-items: center;
}
.mclttwmb2_i {
  justify-content: flex-start;
  align-items: center;
}
#matches_lt_tournament_yellow_content .mclttwmb1_i {
  justify-content: flex-end;
  border-bottom: 1px solid #d4d7df;
  padding: 8px 0;
}
#matches_lt_tournament_yellow_content .mclttwmb2_i {
  justify-content: flex-start;
  border-bottom: 1px solid #d4d7df;
  padding: 8px 0;
}
#matches_lt_tournament_yellow_content .mclttwmb1_team1 {
  width: 50%;
  padding-right: 5px;
}
#matches_lt_tournament_yellow_content .mclttwmb1_team2 {
  width: 50%;
  padding-left: 5px;
}
.mclttwmb2_i1 {
  position: absolute;
  top: -30px;
}
.mclttwmb2i1_half_white {
  position: absolute;
  top: 20px;
  left: 0;
  background: white;
  width: 15px;
  height: 15px;
  border-radius: 90px;
}
.mclttwmb2i1_half_white2 {
  position: absolute;
  top: -20px;
  left: 0;
  background: white;
  width: 15px;
  height: 15px;
  border-radius: 90px;
}
.mclttwmb2i2_half_white {
  position: absolute;
  top: 10%;
  width: 20px;
  height: 20px;
}
.mclttwmb1i_half_white {
  position: absolute;
  top: 30%;
  width: 20px;
  height: 20px;
}
.mclttwmb2_i2 {
  position: absolute;
  top: 20px;
}
.mclttwmb2_i_time1 {
  position: absolute;
  color: #8f929d;
  top: 2px;
}
.mclttwmb2_i_time2 {
  color: #8f929d;
  position: absolute;
  top: 20px;
}
.mclttwmb2_line {
  width: 85%;
  background: rgba(202, 202, 202, 0.3);
  height: 6px;
  top: 50%;
  left: 50%;
  position: absolute;
}
.mclttwmb2l_line {
  height: 6px;
  background: white;
  left: 0%;
  position: relative;
}
.mclttwmb2_team1 {
  position: absolute;
  top: 20%;
  left: 25px;
}
.mclttwmb2_team2 {
  position: absolute;
  top: 80%;
  left: 25px;
}
.mclttwmb2t_img {
  width: 27px;
  height: 27px;
}
.mclttwmb2i_type_a {
  position: absolute;
  top: 30%;
}
.mclttwti_img {
  width: 70px;
  height: 70px;
  margin: 0 auto;
}
.mclttwt_i {
  width: 25%;
  text-align: center;
  padding: 10px 5px;
}
.mclttwti_name {
  font-weight: 600;
  padding-top: 15px;
}
#mcltt_wigjet_teams {
  width: 100%;
}
.mclt__tournament_pari_match {
  padding: 20px 0;
  background: #fff;
  justify-content: space-between;
}
.mclttpmsi_header {
  color: #8f929d;
}
.mclttpmsi_content_total {
  color: #8f929d;
}
.mclttpmsi_content {
  color: #000;
  padding: 0 5px;
  border: 1px solid #00985f;
  border-radius: 4px;
}
.mclttpm_img {
  width: 130px;
  height: 40px;
}
.mclttttb:hover {
  border: 1px solid #8f929d;
}
.mclttpms_i {
  margin: 0 10px;
  text-align: center;
}
.mclttt_top1 {
  margin: 5px 10px;
  font-weight: bold;
}
.mclttt_top2 {
  margin-top: 20px;
  justify-content: space-between;
}
.mclttt_right {
  flex-flow: column;
}
.mclttt_img {
  width: 104px;
  height: 88px;
  border: 1px solid #d4d7df;
  justify-content: center;
  align-items: center;
}
.mclttwm_top {
  background-color: rgba(19, 21, 45, 0.25);
  min-height: 30px;
  position: relative;
  flex-flow: wrap;
  justify-content: space-between;
}
.mclttwm_middle {
  width: 100%;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  flex-flow: wrap;
  padding: 40px 10px;
}
.mclttwm_middle_in {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.mclttwm_bottom1 {
  background-color: rgba(19, 21, 45, 0.25);
  min-height: 30px;
  justify-content: center;
  padding: 15px 0 5px 0;
}
.mclttwm_statistic {
  min-height: 30px;
  justify-content: center;
  padding: 15px 0 5px 0;
}
.mclttwmt_center {
  text-align: center;
  padding: 15px;
  align-content: center;
  justify-content: center;
  flex-direction: row;
}
.mclttwmb1i_type {
  flex-basis: 15px;
  height: 15px;
  margin: 0 5px;
  text-align: center;
}
.mclttwmb2i_type {
  flex-basis: 15px;
  height: 15px;
  margin: 0 5px;
  text-align: center;
}
.mclttwmtc_icon {
  color: #00985f;
}
.mclttwmt_bell {
  padding: 10px;
  font-size: 20px;
  color: white;
  cursor: pointer;
}
.mclttwmt_ticket {
  padding: 10px;
  font-size: 20px;
  color: white;
  cursor: pointer;
}
.mclttwmb1i_time {
  flex-basis: 25px;
  text-align: right;
}
.mclttwmb2i_time {
  flex-basis: 25px;
  text-align: left;
}
.mclttwm_bottom2 {
  background-color: #56575f;
  min-height: 90px;
  position: relative;
}
.mclttwmb2i_type_a {
  width: 15px;
  height: 15px;
}
#matches_lt_tournament_yellow {
  justify-content: center;
}
#matches_lt_tournament_yellow_wrap {
  border: 1px solid #1fbeff;
  color: black;
  text-align: center;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  border-radius: 66px;
  overflow: hidden;
}
.mcltty_i {
  background: none;
  padding: 10px 30px;
  border-left: 1px solid #1fbeff;
  cursor: pointer;
}
.mcltty_i.active {
  background: #1fbeff;
  color: #fff;
}
.mcltty_i:first-of-type {
  border-left: none;
}
.mclttyc_team {
  width: 50%;
  flex-direction: row;
  flex-flow: wrap;
  place-self: start;
  padding: 10px;
}
.mclttyct_line {
  flex-direction: row;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #d4d7df;
  padding: 8px 0;
  height: fit-content;
  min-height: 30px;
}
.mclttyct_title {
  font-weight: 500;
  text-align: center;
  font-size: 20px;
  padding: 25px 0 10px 0;
}
.mclttyctpii_team_logo {
  width: 30px;
  height: 30px;
}
.mclttyctpii_table {
  justify-content: space-between;
  padding: 5px;
  border-top: 1px solid #e4e7ee;
}
.mclttyctpii_table:nth-of-type(2n) {
  background: #fafafa;
}
.mclttyctpi_item.flex {
  padding: 10px 5px;
  justify-content: space-between;
}
.mclttyctpii_team_1,
.mclttyctpii_team_2 {
  align-items: center;
}
.mclttyctpii_team_1 {
  justify-content: flex-start;
}
.mclttyctpii_team_2 {
  justify-content: flex-end;
}
.mclttyctpii_team_name_1,
.mclttyctpii_team_name_2 {
  padding: 0 10px;
  max-width: 80%;
}
.mclttyctpii_1,
.mclttyctpii_2 {
  width: 50%;
}
.mclttyctpiit_item_1 {
  flex-basis: 33%;
  text-align: left;
}
.mclttyctpiit_item_2 {
  flex-basis: 33%;
  text-align: right;
}
.mclttyctpiit_item_name {
  flex-basis: 33%;
  text-align: center;
}
.mclttyc_teams {
  flex-direction: row;
}
.mclttyct_shirt {
  width: 20px;
  text-align: center;
}
.mclttyct_img {
  width: 20px;
  height: 20px;
  margin: 0 10px;
}
.mclttyct_img_team_logo {
  width: 30px;
  height: 30px;
  margin: 0 5px;
}
.mclttyct_substit {
  position: absolute;
  right: 3%;
  width: 20px;
}
.updownicon {
  position: absolute;
  right: 3%;
  top: 35%;
  width: 15px;
  height: 16px;
}
.mclttyct_substit_in {
  color: red;
}
.mclttyct_substit_out {
  color: green;
}
.mclttyct_formations {
  width: 100%;
  padding: 30px;
}
.mclttyct_role {
  padding-right: 15px;
}
.mclttyct_item {
  border-bottom: 1px #e4e7ee dotted;
  padding: 5px 0;
}
.mclttyct_com_min {
  padding: 5px;
  color: #8f929d;
  text-align: left;
  width: 10%;
}
.mclttyct_com_icon {
  padding: 5px;
  text-align: center;
  width: 10%;
}
.mclttyct_com_icon .icon-arrow-up {
  background: #5d9a37;
  color: white;
  border-radius: 66px;
  padding: 3px;
  display: block;
  width: 21px;
  margin: 0 auto;
}
.mclttyct_com_icon .icon-arrow-down {
  background: #f81725;
  color: white;
  border-radius: 66px;
  padding: 3px;
  display: block;
  width: 21px;
  margin: 0 auto;
}
.mclttyct_com_icon .mclttwmb1i_type {
  width: 20px;
  height: 20px;
  margin: 0 auto;
  text-align: center;
}
.mclttyct_com_name {
  padding: 5px;
  text-align: left;
  width: 30%;
}
.mclttyct_not_started_text {
  padding: 5px;
  text-align: center;
}
.mclttyct_com_text {
  padding: 5px;
  text-align: left;
  width: 60%;
}
.mclttyctf_formation1 {
  height: 480px;
  width: 50%;
  background-position: right top;
}
.mclttyctf_formation2 {
  height: 480px;
  width: 50%;
  background-position: left top;
}
.mclttyctsl_item {
  flex-wrap: wrap;
  padding: 10px 0;
}
.mclttyctsl_item_header {
  font-weight: 500;
  text-align: center;
  font-size: 20px;
  padding: 25px 0 10px 0;
  color: #6e707a;
}
.mclttyctsl_item_1 {
  width: 10%;
  text-align: center;
}
.mclttyctsl_item_2 {
  width: 10%;
  text-align: center;
}
.mclttyctsl_item_name {
  width: 80%;
  text-align: center;
}
.mclttyctsl_line {
  background: #f9a51a;
  height: 10px;
  width: 90%;
  margin: 0 auto 0 auto;
  position: relative;
}
.mclttyctsl_line_inner {
  background: #00985f;
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
}
#matches_lt_tournament_yellow_content {
  margin: 20px 0;
  padding: 20px;
}
.matches_lt_right_border {
  border: 1px solid #d4d7df;
  position: relative;
  border-radius: 4px;
  background: white;
  margin-bottom: 30px;
}
.matches_lt_calendar {
  cursor: pointer;
}
.matches_lt_menu_slider {
  flex-wrap: nowrap;
  border-bottom: 1px solid #e4e7ee;
  padding-top: 10px;
  padding-left: 10px;
}
.matches_lt_menu {
  overflow: hidden;
  overflow-x: scroll;
  flex-wrap: nowrap;
  border-bottom: 1px solid #e4e7ee;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-left: 10px;
}
#matches_lt_date {
  font-weight: 600;
}
.matches_bell {
  padding: 0 15px 0 5px;
  font-size: 20px;
  color: #8f929d;
}
.matches_table_icon {
  font-size: 20px;
  margin: 0 20px;
  color: #8f929d;
  cursor: pointer;
}
#dots_modal_body .matches_table_icon {
  margin: 8px 20px;
}
.matches_table_icon.active {
  color: #00985f;
}
.matches_lt_left_arrow_all_tour {
  width: 11px;
  height: 11px;
  border-right: 1px solid #46485e;
  border-bottom: 1px solid #46485e;
  transform: rotate(-45deg);
  position: absolute;
  margin-top: 5px;
}
.matches_bookmarks_all_tour {
  width: 100%;
  text-align: right;
  display: block;
  padding: 15px 15px;
  cursor: pointer;
}
.matches_all_tour {
  text-align: right;
  right: 30px;
  top: 0;
  position: absolute;
  display: block;
  padding: 15px 15px;
  cursor: pointer;
}
.matches_table_icon .icon-ticket {
  margin-right: 5px;
}
.matches_table_icon .icon-alarm-ringing {
  margin-right: 5px;
}
.matches_table_icon .icon-cash-dollar {
  margin-right: 5px;
}
.icon-alarm-ringing.active {
  color: #1fbeff;
}
.icon-ticket.active {
  color: #1fbeff;
}
.icon-ticket.button {
  cursor: pointer;
}
.icon-cash-dollar.active {
  color: #00985f;
}
.lt_content_i_body_i_a {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.lt_content_i_body_i .matches_table_icon {
  z-index: 10;
  margin: 6px 20px;
}
.icon_bookmark_fill {
  background-image: url("/img/BookmarkR.svg");
  width: 15px;
  height: 20px;
  display: flex;
  align-self: center;
  margin-right: 10px;
}
.matches_left_header .icon_bookmark_fill {
  background-image: url("/img/BookmarkR.svg");
  width: 15px;
  height: 20px;
  float: left;
  margin-right: 10px;
  display: flex;
}
#breadcrumbs {
  padding-top: 10px;
}
.icon_bookmark {
  background-image: url("/img/icon_bookmark.png");
  width: 15px;
  height: 20px;
  display: flex;
  align-self: center;
  margin-right: 10px;
}
.bookmark_logo {
  width: 15px;
  height: 20px;
  display: inline-block;
  margin: -6px 10px -6px 0;
}
.matches_left_header {
  font-weight: 700;
  border-bottom: 1px solid #d4d7df;
  padding: 5px;
}
.matches_bookmarks_i {
  border-bottom: 1px solid #d4d7df;
  padding: 5px 0 5px 5px;
  position: relative;
  align-items: center;
}
.matches_bookmarks_i_a {
  width: 75%;
}
.matches_bookmarks_i .icon-cross {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 18px;
  cursor: pointer;
}
#mmt_search_results {
  background: white;
  box-shadow: 0 0 7px rgba(19, 21, 45, 0.36);
  position: absolute;
  top: 32px;
  width: 100%;
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}
#mmt_search_input {
  height: 31px;
  margin: 10px 0;
  background: #fafafa;
}
.mmt_search_results_header {
  border-bottom: 1px solid #d4d7df;
  padding: 5px 8px;
  font-weight: 500;
  background: #fafafa;
}
.mmt_search_results_i {
  border-bottom: 1px solid #d4d7df;
  padding: 5px 5px 5px 10px;
  font-size: 12px;
}
span.icon-magnifier.bold {
  font-size: 21px;
  font-weight: bold;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
#mmt_search {
  position: relative;
}
.matches_lt_menu_i {
  position: relative;
  padding: 10px;
  color: #13152d;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.matches_lt_content {
  padding: 5px 5px 25px 5px;
  justify-content: space-between;
}
/*#matches_lt_content */
.arrow_down {
  position: absolute;
  right: 15px;
  top: 15px;
}
/*#user_panel_bells_result */
.menu_bottom_1 {
  background: #fff;
}
.menu_mob_call span {
  font-size: 24px;
}
.user_panel_title {
  color: #13152d;
  position: relative;
  font-size: 32px;
  padding: 15px 0;
  color: #13152d;
}
.user_panel_title_wrap {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.user_panel_menu {
  width: 100%;
  flex-wrap: nowrap;
  border-bottom: 1px solid #e4e7ee;
  margin-bottom: 25px;
  padding-top: 10px;
  padding-left: 10px;
}
#user_panel_content {
  margin-bottom: 30px;
  min-height: 300px;
}
.user_panel_menu_i {
  position: relative;
  padding: 10px 50px 5px 10px;
  color: #13152d;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.user_panel_menu_i_name {
  position: relative;
}
.active .user_panel_menu_i_name::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #8f929d;
}
.upmi_icon {
  margin: 0 5px 0 0;
  font-size: 18px;
  align-items: center;
}
#matches_lt_left.upmit_left {
  padding-right: 30px;
  max-width: 25%;
  width: 100%;
  min-width: 190px;
}
.upmit_right {
  max-width: 75%;
  width: 100%;
  min-width: 320px;
  flex-flow: column;
  border: 1px solid #d4d7df;
  border-radius: 4px;
  background: white;
  padding: 10px;
}
.upmit_top1 {
  font-weight: 700;
}
.upmit_top2 {
  text-align: center;
  color: #8f929d;
  font-size: 12px;
  width: 100%;
}
.search_results_logo {
  width: 15px;
  height: 20px;
  display: inline-block;
  margin: -6px 10px -6px 0;
}
.glyphicon-chevron-right:before {
  content: "\e93c";
  font-family: "Linearicons";
}
.glyphicon-chevron-left:before {
  content: "\e93b";
  font-family: "Linearicons";
}
.bookmarks_mobile_icon {
  position: absolute;
  right: 10px;
  top: 50%;
  margin: 0;
}
.vh100hidden {
  height: 100vh;
  overflow: hidden;
}
.menu_top_2_mob .logo_text_first {
  font-size: 19px;
  font-weight: bold;
  color: #13152d;
}
.choose_date {
  color: #8f929d;
}
.mclttt_name_icon {
  margin: 0 10px 0 10px;
}
.incident_red_bold {
  color: red;
  font-weight: 600;
}
.yellow_button_live {
  color: white;
  font-size: 12px;
  background: #00985f;
  border-radius: 8px;
  padding: 3px 5px;
}
.slider {
  width: 50%;
  margin: 100px auto;
}
.slick-slide {
  margin: 0 20px;
}
.slick-slide img {
  width: 100%;
}
.slick-prev:before,
.slick-next:before {
  color: black;
}
.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}
.slick-active {
  opacity: 0.5;
}
.slick-current {
  opacity: 1;
}
.user_panel_menu_tickets {
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  min-height: 200px;
  border-radius: 4px;
  border: 1px solid #d4d7df;
  background-color: #fff;
  padding: 10px;
}
.user_panel_menu_about {
  flex-wrap: wrap;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #d4d7df;
  background-color: #fff;
  padding: 10px;
}
.user_panel_menu_about_phone {
  flex-wrap: wrap;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0;
}
.user_panel_menu_about_form {
  flex-wrap: wrap;
  width: 100%;
  padding: 20px 0;
  justify-content: center;
  max-width: 240px;
  margin: 0 auto;
}
.user_panel_menu_about_form_title {
  padding-bottom: 5px;
  color: #13152d;
}
.user_panel_menu_about_form_info {
  justify-content: left;
  color: #56575f;
}
.user_panel_menu_about_form_i {
  width: 100%;
  margin: 5px 0;
  position: relative;
  flex-direction: column;
}
.user_panel_menu_about_form_input_error {
  color: #ff391e;
  min-height: 22px;
}
.user_panel_menu_about_form_submit {
  width: 100%;
}
.cp_modal_login_form_input_error {
  color: #ff391e;
  min-height: 30px;
  display: block;
}
.user_panel_menu_about_form input {
  border-radius: 4px;
  margin: 0 auto;
  border: 1px solid #d4d7df;
  padding: 5px 5px;
  min-width: 218px;
  width: 25%;
  max-width: 90%;
  height: 48px;
}
.menu_top_2_lk_2 {
  margin: 0 auto;
  width: 217px;
  height: 43px;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 30px;
  border-radius: 4px;
  margin-top: 20px;
  cursor: pointer;
  color: white;
  background-color: #1fbeff;
}
.user_panel_menu_tickets_g {
  font-size: 16px;
  color: #8f929d;
  padding: 0 5px;
}
.user_panel_menu_about_g {
  font-size: 16px;
  color: #8f929d;
  padding: 0 5px;
}
.user_panel_menu_about_phone_g {
  font-size: 16px;
  color: #8f929d;
  padding: 0 5px;
}
.user_panel_menu_about_phone_black {
  font-size: 16px;
  color: #000;
}
div#page404 {
  padding: 30px;
  text-align: center;
}
.page404_header {
  color: #13152d;
  position: relative;
  font-size: 32px;
  padding: 15px 0;
}
#rules,
#politic {
  padding: 30px;
}
#rules div,
#politic div {
  padding-top: 10px;
}
.close_time_no {
  text-align: center;
  justify-content: center;
  width: 100%;
  padding-bottom: 20px;
  color: #8f929d;
}
.lt_i_header_name_img .icon-trophy2 {
  width: 25px;
  height: 20px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  color: #8f929d;
}
.upmi_top.flex {
  flex-flow: wrap;
}
.upmit_middle {
  padding-bottom: 10px;
  position: relative;
  width: 100%;
  justify-content: flex-end;
}
#video_wrap {
  border-radius: 8px;
  border: 1px solid #e4e7ee;
  background-color: #fff;
  padding: 20px;
  flex-flow: wrap;
}
#video_module {
  margin: 20px 0;
}
#video_active {
  width: 60%;
}
#video_active_name {
  width: 100%;
  padding-bottom: 15px;
  flex-wrap: wrap;
  flex-flow: row;
}
#video_active_name_date {
  padding-right: 5px;
  color: #1fbeff;
}
#video_active_name_name {
  color: #13152d;
  font-size: 14px;
  font-weight: bold;
}
#video_list {
  width: 40%;
  overflow-y: scroll;
  flex-wrap: wrap;
}
.video_list_item_wrap {
  width: 100%;
  flex-flow: row;
  margin-bottom: 30px;
}
.video_list_item {
  height: 92px;
  width: 160px;
  margin: 0 15px 0 10px;
}
.video_list_item_text_date {
  color: #8f929d;
  color: #1fbeff;
}
.video_list_item_text_link {
  color: #8f929d;
  font-size: 12px;
  width: 100%;
}
.video_list_item_text_title {
  line-height: 17px;
  width: 100%;
}
.video_list_item_text {
  flex-wrap: wrap;
  width: 60%;
  align-content: center;
}
.video_with_search_list_item {
  width: 260px;
  height: 150px;
}
#video_with_search_list {
  flex-flow: row;
  flex-wrap: wrap;
}
.video_with_search_list_item_wrap {
  flex-direction: column;
  flex-wrap: wrap;
  width: 25%;
  padding: 0 10px 40px 10px;
}
.video_with_search_list_item_text {
  flex-direction: column;
  flex-wrap: wrap;
}
.video_with_search_list_item_text_date {
  color: #8f929d;
  color: #1fbeff;
}
.video_with_search_list_item_text_link {
  color: #8f929d;
  font-size: 12px;
  width: 100%;
}
.video_with_search_list_item_text_title {
  line-height: 17px;
  width: 100%;
}
#video_with_search_tabs {
  overflow: hidden;
  overflow-x: scroll;
  flex-wrap: nowrap;
  border-bottom: 1px solid #e4e7ee;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-left: 10px;
}
.video_search_menu_i {
  position: relative;
  padding: 10px;
  color: #8f929d;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}
.video_search_menu_i.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #00985f;
}
.video_search_menu_i.active {
  background: #00985f;
  color: white;
}
.video_search_menu_i:hover {
  background: #00985f;
  color: white;
}
.leaguetablefull {
  text-align: center;
  flex-wrap: wrap;
}
.leaguetablefull td {
  padding: 5px 10px;
}
.leaguetablefull_explain {
  padding-top: 30px;
  padding-left: 10px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
}
.matches_lt_right_wrap_centered {
  flex-flow: nowrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 10px;
}
#fantasy_lt_left {
  width: 75%;
  padding: 15px;
  margin-right: 30px;
  border: 1px solid #d4d7df;
  position: relative;
  border-radius: 4px;
  background: white;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
#fantasy_lt_right {
  width: 25%;
  flex-flow: wrap;
}
.fantasy_ttl_team {
  width: 100%;
}
.fantasy_lt_right_leaders_title {
  width: 100%;
  font-weight: 700;
  border-bottom: 1px solid #d4d7df;
  padding-bottom: 5px;
  margin-bottom: -1px;
}
.fantasy_lt_right_leaders_wrap {
  width: 100%;
}
.fantasy_lt_right_leaders_i {
  width: 100%;
  margin: 10px 0;
}
.fantasy_lt_right_leaders_tour_img {
  width: 30px;
  height: 23px;
  border: 1px solid #d4d7df;
}
.fantasy_lt_right_leaders_tour_name {
  align-items: center;
  padding: 10px 10px;
  margin-bottom: -1px;
  width: 100%;
  border-top: 1px solid #d4d7df;
  border-bottom: 1px solid #d4d7df;
}
.fantasy_lt_right_leaders_tour {
  flex-wrap: wrap;
}
.fantasy_lt_right_leaders_tour_i {
  width: 100%;
  align-items: center;
}
.fantasy_title {
  color: #13152d;
  color: #13152d;
  position: relative;
  font-size: 32px;
  padding: 15px 0;
}
.fantasy_ttl_title {
  text-transform: uppercase;
  padding: 10px 10px 10px 10px;
}
.fantasy_ttl_team_img {
  width: 50px;
  height: 50px;
  border: 1px solid #d4d7df;
  margin-right: 10px;
  border-radius: 50%;
}
.fantasy_ttl_create {
  background: #00985f;
  padding: 5px 15px;
  border-radius: 22px;
}
.fantasy_lt_content {
  width: 100%;
  padding-top: 25px;
}
.fantasy_ttl_a {
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px;
  margin-bottom: -1px;
  width: 100%;
  border-top: 1px solid #d4d7df;
  border-bottom: 1px solid #d4d7df;
}
.fantasy_ttl_a_left {
  flex-basis: 70%;
}
.fantasy_ttl_a_right {
  flex-basis: 40%;
  justify-content: flex-start;
}
.fantasy_ttl_a_img {
  margin-right: 10px;
  width: 60px;
  height: 48px;
  border: 1px solid #d4d7df;
}
.fantasy_ttl_team_text {
  flex-direction: column;
}
.fantasy_ttl_a_name {
  margin-right: 10px;
  align-items: center;
}
.fantasy_lt_content_field .fantasy_lt_content_field_row,
.fantasy_lt_content_field_reserve {
  width: 100%;
  min-height: 170px;
  flex-wrap: wrap;
  padding: 5px 10px;
  justify-content: space-evenly;
}
.fantasy_lt_content_save_team_name,
.fantasy_lt_content_save_positions {
  background-color: #00985f;
  text-align: center;
  cursor: pointer;
  padding: 5px 15px;
  border-radius: 22px;
}
.hide {
  display: none !important;
}
#fantasy_lt_content_team_name_edit {
  margin-left: 10px;
}
#fantasy_lt_content_team_name {
  height: 30px;
  margin-top: -9px;
}
#fantasy_search_players_teams_button {
  right: 15px;
  top: 15px;
  margin-top: -4px;
  transition: 0.5s all;
  width: 12px;
  height: 12px;
  border-right: 1px solid #46485e;
  border-bottom: 1px solid #46485e;
  transform: rotate(45deg);
}
#fantasy_lt_content_team_name_save {
  margin-left: 10px;
}
.fantasy_lt_content_field .fantasy_lt_content_field_item {
  width: 20%;
  background: #38383899;
  border-radius: 6px;
  height: 100%;
  flex-wrap: wrap;
  padding: 10px;
  transition: 0.5s all;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  color: white;
  text-align: center;
  position: relative;
  line-height: 17px;
  cursor: pointer;
}
.fantasy_lt_content_field .fantasy_lt_content_field_item:hover {
  background: #00985f61;
  border-radius: 6px;
}
.fantasy_lt_content_field .fantasy_player_position_info {
  font-size: 20px;
  padding: 5px 10px;
  position: absolute;
  top: 3px;
  left: 3px;
}
.fantasy_player_position_info {
  font-family: "OfficinaB";
  cursor: pointer;
}
.fantasy_lt_content_field .fantasy_player_position_teams_img {
  position: absolute;
  right: 0;
  top: 70px;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.fantasy_lt_content_list .fantasy_player_position_teams_img {
  width: 40px;
  height: 40px;
}
.fantasy_lt_content_field .fantasy_player_position_img {
  width: 70px;
  height: 90px;
  font-size: 72px;
  line-height: 90px;
}
.fantasy_lt_content_field .fantasy_player_position_remove {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px;
  font-size: 15px;
  color: red;
  font-weight: bold;
}
.fantasy_lt_content_field .fantasy_player_position_name {
  padding-top: 10px;
}
.fantasy_lt_content_field .fantasy_lt_content_field_item.active {
  background: #00985f61;
  border-radius: 6px;
}
.fantasy_lt_content_list_item_title {
  width: 100%;
  text-align: left;
  text-transform: uppercase;
}
.fantasy_lt_content_field_item_title {
  width: 100%;
  font-size: 20px;
  padding: 0 0 10px 0;
}
#fantasy_search_players_title {
  font-size: 20px;
  border-bottom: 1px solid #d4d7df;
  margin-bottom: 20px;
  text-transform: uppercase;
  padding: 0 0 10px 0;
}
#fantasy_lt {
  align-items: flex-start;
  min-height: 500px;
  justify-content: center;
}
.fantasy_search_players_result_item {
  align-items: center;
  width: 100%;
  cursor: pointer;
}
.fantasy_search_players_result_item_wrapper:hover {
  background: #00985f61;
}
.fantasy_search_players_result_item_wrapper {
  width: 100%;
  align-items: center;
  border-bottom: 1px solid #d4d7df;
  padding: 5px;
}
#fantasy_search_players_result {
  overflow: overlay;
  max-height: 800px;
  width: 100%;
}
#fantasy_team_name {
  margin-bottom: 20px;
  width: 200px;
  margin-right: 20px;
}
#fantasy_team_save {
  background: #00985f;
  padding: 7px;
  border-radius: 22px;
  height: 34px;
  cursor: pointer;
}
.fantasy_search_players_result_i_img {
  width: 50px;
  height: 50px;
  margin: 2px 5px 2px 0;
}
.fantasy_search_players_result_i_name {
  width: 60%;
}
.fantasy_search_players_result_i_price {
  text-align: right;
}
.fantasy_search_players_result_i_country {
  width: 20px;
  height: 20px;
  margin: 2px 5px 2px 0;
}
.fantasy_profile_controls {
  width: 100%;
  flex-wrap: nowrap;
  border-bottom: 1px solid #e4e7ee;
  margin-bottom: 25px;
  padding-top: 10px;
}
.fantasy_profile_controls_i {
  position: relative;
  padding: 10px 50px 5px 10px;
  color: #13152d;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.active .fantasy_profile_controls_i_name::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #00985f;
}
.fantasy_profile_controls_i_name {
  position: relative;
}
.fantasy_lt_content_controls {
  width: 100%;
  flex-wrap: nowrap;
  border-bottom: 1px solid #e4e7ee;
  margin-bottom: 25px;
  padding-top: 30px;
}
.fantasy_lt_content_controls_i {
  position: relative;
  padding: 10px 50px 5px 10px;
  color: #13152d;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.fantasy_lt_content_controls_i_name {
  position: relative;
}
.active .fantasy_lt_content_controls_i_name::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #00985f;
}
.fantasy_lt_content_field.hide {
  display: none !important;
}
.fantasy_lt_content_list.hide {
  display: none !important;
}
.fantasy_lt_content_field {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  padding-top: 15px;
  padding-bottom: 15px;
}
.fantasy_lt_content_list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-flow: column;
}
.fantasy_player_position_amplua {
  flex-basis: 40px;
  text-align: center;
}
.fantasy_lt_content_list .fantasy_lt_content_list_item {
  width: 100%;
  align-items: center;
  position: relative;
  padding: 5px;
  cursor: pointer;
  border-top: 1px solid #e4e7ee;
  border-bottom: 1px solid #e4e7ee;
  margin-bottom: -1px;
}
.fantasy_lt_content_list_item_title {
  text-transform: uppercase;
  padding: 30px 10px 0 10px;
}
.fantasy_lt_content_list .fantasy_player_position_info {
  font-size: 20px;
  padding: 5px 10px;
  flex-basis: 40px;
}
.fantasy_lt_content_list .fantasy_player_position_img {
  width: 40px;
  height: 50px;
  font-size: 42px;
  line-height: 40px;
}
.fantasy_lt_content_list .fantasy_player_position_remove {
  display: none;
  position: absolute;
  right: 10px;
  top: 23px;
  font-size: 15px;
  color: red;
  font-weight: bold;
}
.active .fantasy_player_position_remove {
  display: block !important;
}
.fantasy_lt_content_list .fantasy_player_position_name {
  padding: 0 10px;
  flex-basis: 230px;
}
.fantasy_lt_content_list .fantasy_lt_content_list_item:hover {
  background: #00985f61;
  border-radius: 6px;
}
.fantasy_lt_content_list .fantasy_lt_content_list_item.active {
  background: #00985f61;
  border-radius: 6px;
}
.fantasy_lt_content_list .fantasy_lt_content_list_row {
  width: 100%;
  align-self: center;
  flex-wrap: wrap;
  padding: 15px 10px;
  justify-content: start;
}
.fantasy_lt_content_header_logo {
  width: 80px;
  height: 80px;
  border: 1px solid #d4d7df;
}
.fantasy_lt_content_header {
  width: 100%;
}
.fantasy_lt_content_header_2 {
  padding-left: 30px;
  flex-basis: 40%;
}
.fantasy_lt_content_header_1 {
  flex-basis: 60%;
}
#fantasy_search_players {
  width: 100%;
  border-bottom: 1px solid #d4d7df;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.fantasy_lt_content_field_reserve {
  background: #fafafa;
  margin: 20px 0;
}
.fantasy_search_players_prices {
  align-items: center;
  font-size: 20px;
}
.fantasy_search_players_prices_ {
  padding: 0 10px;
}
#fantasy_search_players_teams_selector {
  width: 100%;
  flex-wrap: wrap;
  max-height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
  position: absolute;
  background: white;
  top: 0;
  left: 0;
  border: 1px solid #d4d7df;
  border-radius: 4px;
}
#fantasy_search_players_teams_selected {
  cursor: pointer;
  width: 130px;
  border: 2px solid #00985f;
  border-radius: 6px;
  justify-content: center;
  text-align: center;
  padding: 5px;
}
#fantasy_search_players_teams_selector.hide {
  display: none !important;
}
.fantasy_search_players_teams_i {
  width: 50%;
  text-align: center;
  padding: 10px 5px;
}
.fantasy_search_players_teams_i:hover {
  background: #00985f61;
}
.fantasy_search_players_teams_i.selected {
  background: #00985f61;
}
.fantasy_search_players_teams_img {
  width: 70px;
  height: 70px;
  margin: 0 auto;
}
.fantasy_search_players_teams_name {
  font-weight: 600;
  padding-top: 5px;
}
.fantasy_search_players_teams_country {
  font-weight: 600;
  padding-top: 15px;
}
#fantasy_search_players_teams {
  position: relative;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
#fantasy_search_players_role {
  font-weight: 600;
}
#fantasy_search_players_result .fantasy_player_position_info {
  font-size: 20px;
  height: 25px;
  width: 27px;
  line-height: 25px;
  text-align: center;
  background-color: #00985f;
  border-radius: 50%;
}
.form-fantasy_search_players_label {
  padding-top: 20px;
  padding-bottom: 5px;
}
.fantasy_lt_content_buttons.flex {
  flex-flow: column;
}
.fllttt_img {
  width: 104px;
  height: 88px;
  border: 1px solid #d4d7df;
  justify-content: center;
  align-items: center;
}
.fllttt_right {
  flex-flow: column;
}
.fllttt_top1 {
  align-items: center;
  margin: 5px 10px;
  font-weight: bold;
}
.fllttt_top2 {
  justify-content: flex-start;
  margin-top: 20px;
}
.flltttt2_content {
  margin: 0 10px;
  line-height: 16px;
}
.flltttt2_header {
  color: #8f929d;
}
#fantasy_search_players_close {
  position: absolute;
  right: 5px;
  top: 10px;
  padding: 5px;
  font-size: 15px;
  color: black;
  font-weight: bold;
}
#fantasy_search_players_close {
  display: none;
}
#fantasy_lt_right_leaders_open {
  display: none;
  cursor: pointer;
}
#fantasy_lt_right_leaders_close {
  display: none;
  cursor: pointer;
}
.ppipbi_img {
  width: 25px;
  height: 20px;
  margin-right: 10px;
}
.ppipbi_name {
  margin-right: 20px;
}
.ppipbi_date {
  font-size: 14px;
  margin-right: 20px;
  color: #8f929d;
}
.popup_player_info_profile_img {
  width: 100px;
  height: 100px;
}
#popup_player_info .modal-dialog.flex {
  overflow-y: auto;
}
#popup_fantasy_messages .modal-dialog.flex {
  align-items: center;
  height: 90vh;
}
.popup_player_info_profile {
  width: 100%;
  flex-flow: column;
  flex-wrap: wrap;
}
.popup_player_info_profile_bottom_wrap {
  width: 100%;
  padding: 10px;
}
.popup_player_info_profile_bottom {
  width: 100%;
  text-align: center;
  overflow-x: hidden;
  min-width: 470px;
}
.popup_player_info_profile_bottom_table {
  width: 100%;
}
.popup_player_info_profile_bottom_info {
  flex-flow: row;
  width: 100%;
  flex-wrap: wrap;
  padding: 40px 0 10px 0;
}
.popup_player_info_profile_bottom_item:nth-of-type(2n) {
  background: #fafafa;
}
.popup_player_info_profile_date {
  flex-flow: column;
}
.popup_player_info_profile_top {
  flex-direction: column;
  padding: 10px 5px;
  width: 100%;
  flex-flow: wrap;
}
.popup_player_info_profile_left {
  flex-basis: 15%;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.popup_player_info_profile_name_wrap {
  width: 100%;
  flex-wrap: wrap;
  flex-flow: column;
  padding-bottom: 15px;
}
.popup_player_info_profile_right_wrap {
  flex-wrap: wrap;
  width: 85%;
  align-content: baseline;
}
.popup_player_info_profile_right {
  flex-basis: 250px;
  flex-flow: column;
}
.popup_player_info_profile_name {
  font-size: 24px;
}
.popup_player_info_profile_name_translate {
  font-size: 12px;
  color: #8f929d;
}
.popup_player_info_profile_date_country {
  width: 25px;
  height: 20px;
  margin-left: 10px;
}
.popup_player_info_profile_team_img {
  margin-top: 20px;
  width: 70px;
  height: 80px;
}
.popup_player_info_profile_info {
  flex-flow: column;
}
.popup_player_info_profile_team {
  align-items: center;
}
.popup_player_info_profile_catrgories {
  font-size: 14px;
  padding-right: 5px;
  color: #8f929d;
}
.modal-open .modal {
  padding: 0 !important;
}
.promo_slider_i_content_news {
  width: 240px;
  border-radius: 8px;
  border: 1px solid #d4d7df;
  background-color: #fff;
  position: relative;
  padding-bottom: 40px;
}
.promo_slider_i_content_spacer {
  min-width: 100px;
}
.promo_slider_i_content_rating {
  width: 240px;
  border-radius: 8px;
  border: 1px solid #d4d7df;
  background-color: #fff;
  position: relative;
  padding-bottom: 40px;
}
.promo_slider_i_rating_i {
  border-bottom: 1px solid #d4d7df;
}
.promo_slider_i_header_rating {
  text-transform: capitalize;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 14px;
  border-bottom: 1px solid #d4d7df;
}
.promo_slider_i_rating {
  width: 100%;
}
.promo_slider_i_rating_footer {
  height: 35px;
  padding: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  border-top: 1px solid #d4d7df;
}
.promo_slider_i_rating_footer_a {
  text-decoration: underline !important;
  cursor: pointer;
}
.promo_slider_i_rating_i:last-of-type {
  border: none;
}
.promo_slider_i_rating_content {
  padding: 10px 20px;
}
.promo_slider_i_header_rating_name_td {
  padding: 7px 0;
  width: 240px;
  overflow-x: hidden;
}
.promo_slider_i_header_rating_name {
  width: 240px;
}
.promo_slider_i_header_rating_name_team_logo_small {
  width: 20px;
  height: 20px;
  margin: 0 5px;
}
.promo_slider_i_news_content_text {
  font-size: 14px;
  width: 100%;
  margin-left: 25px;
  margin-top: 20px;
}
.promo_slider_i_news_content_date {
  font-size: 12px;
  font-weight: 600;
  color: #8f929d;
  padding-top: 10px;
}
.promo_slider_i_news {
  padding: 0 15px;
}
.promo_slider_i_news_i:last-of-type {
  border: none;
}
.promo_slider_i_header_news {
  text-transform: capitalize;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 14px;
  border-bottom: 1px solid #d4d7df;
}
.promo_slider_i_news_footer {
  height: 35px;
  padding: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  border-top: 1px solid #d4d7df;
}
.promo_slider_i_news_footer_a {
  text-decoration: underline !important;
  cursor: pointer;
}
.promo_slider_i_news_i {
  border-bottom: 1px solid #d4d7df;
  padding: 5px 0;
  text-align: left;
  line-height: 16px;
}
.animationG {
  text-align: center;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
}
.animationG span {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin: 24px auto;
  background: #1fbeff;
  border-radius: 49px;
  -o-border-radius: 49px;
  -ms-border-radius: 49px;
  -webkit-border-radius: 49px;
  -moz-border-radius: 49px;
  animation: animationG 1.5s infinite alternate;
  -o-animation: animationG 1.5s infinite alternate;
  -ms-animation: animationG 1.5s infinite alternate;
  -webkit-animation: animationG 1.5s infinite alternate;
  -moz-animation: animationG 1.5s infinite alternate;
}
#animationG_1 {
  animation-delay: 0s;
  -o-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
}
#animationG_2 {
  animation-delay: 0.45s;
  -o-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
}
#animationG_3 {
  animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
}
.wrap_main_content {
  min-height: 100vh;
}
#megafon_auth {
  min-height: 100vh;
  color: #4c4c4c;
  font-family: Arial;
}
.mac_name {
  position: relative;
  width: 100%;
  height: 66px;
}
#m_show_rules {
  font-size: 15px;
  cursor: pointer;
  text-decoration: underline;
  position: absolute;
  text-align: right;
  right: 25px;
  bottom: 30px;
}
.menu_top_2_lang_wrap {
  justify-content: flex-end;
}
#m_show_auth {
  text-align: right;
  color: white;
}
.logo_megafon {
  color: #00985f;
  padding-left: 0;
}
.logo_megafon_img {
  color: #00985f;
  padding: 0 5px 0 0;
}
.logo_megafon img {
  margin-right: 5px;
}
.game_img {
  max-width:100%;
  height:auto;
  display:block;
}
.custom_row {
  margin:0 -15px;
}
@keyframes animationG {
  0% {
    width: 10px;
    height: 10px;
    background-color: #1fbeff;
    transform: translateY(0);
  }
  100% {
    width: 23px;
    height: 23px;
    background-color: rgb(255, 255, 255);
    transform: translateY(-20px);
  }
}
@-o-keyframes animationG {
  0% {
    width: 10px;
    height: 10px;
    background-color: #1fbeff;
    -o-transform: translateY(0);
  }
  100% {
    width: 23px;
    height: 23px;
    background-color: rgb(255, 255, 255);
    -o-transform: translateY(-20px);
  }
}
@-ms-keyframes animationG {
  0% {
    width: 10px;
    height: 10px;
    background-color: #1fbeff;
    -ms-transform: translateY(0);
  }
  100% {
    width: 23px;
    height: 23px;
    background-color: rgb(255, 255, 255);
    -ms-transform: translateY(-20px);
  }
}
@-webkit-keyframes animationG {
  0% {
    width: 10px;
    height: 10px;
    background-color: #1fbeff;
    -webkit-transform: translateY(0);
  }
  100% {
    width: 23px;
    height: 23px;
    background-color: rgb(255, 255, 255);
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes animationG {
  0% {
    width: 10px;
    height: 10px;
    background-color: #1fbeff;
    -moz-transform: translateY(0);
  }
  100% {
    width: 23px;
    height: 23px;
    background-color: rgb(255, 255, 255);
    -moz-transform: translateY(-20px);
  }
}
@media screen and (min-device-width: 480px) {
  ._480_hide {
    display: none;
  }
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 800px;
  }
}
@media screen and (min-device-width: 640px) {
  ._640_hide {
    display: none;
  }
}
@media screen and (min-device-width: 769px) {
  ._768_hide {
    display: none;
  }
}
@media screen and (min-device-width: 992px) {
  ._992_hide {
    display: none;
  }
}
@media screen and (min-device-width: 1170px) {
  ._1170_hide {
    display: none;
  }
  #lt_content .lt_content_i_body_i {
    flex-flow: nowrap;
  }
  .lt_content_i_body_team_1 {
    max-width: 230px;
  }
  .lt_content_i_body_team_2 {
    max-width: 230px;
  }
}
@media screen and (max-width: 1170px) {
  .lt_content_i_body_i {
    padding: 5px;
    font-size: 14px;
    flex-flow: wrap;
  }
  .lt_content_i_body_i {
    justify-content: space-between;
  }
  .logo_text {
    padding: 13px 5px 15px 5px;
  }
  .hide_1170 {
    display: none;
  }
  .lt_content_i_body_team_1 {
    width: 40%;
  }
  .lt_content_i_body_team_2 {
    width: 40%;
  }
  #matches_lt_content .lt_content_i_body_status {
    width: 100%;
    color: #8f929d;
  }
  .video_with_search_list_item {
    width: 220px;
    height: 120px;
  }
}
@media screen and (max-width: 992px) {
  .hide_992 {
    display: none;
  }
  .matches_lt_menu_slider {
    padding-left: 0;
  }
  .mt2_link {
    padding: 0 10px;
    font-size: 14px;
  }
  .menu_top_2_lk {
    width: 160px;
    height: 40px;
  }
  #fantasy_lt_right_leaders_open {
    display: block;
    position: absolute;
    right: 0;
    top: -40px;
    padding: 5px;
    font-size: 15px;
    color: black;
    text-decoration: underline;
  }
  #fantasy_lt_right_leaders_close {
    display: block;
    position: absolute;
    right: 5px;
    top: 10px;
    padding: 5px;
    font-size: 15px;
    color: black;
    font-weight: bold;
  }
  #fantasy_search_players_close {
    display: block;
  }
  #fantasy_lt_right.hidden {
    right: -100%;
  }
  #fantasy_lt_right {
    align-content: start;
    width: 300px;
    right: 0;
    height: 100vh;
    overflow: scroll;
    top: 0;
    position: fixed;
    background: white;
    border: 1px solid #d4d7df;
    padding: 10px;
    z-index: 900;
    transition: 1s all;
  }
  .fllttt_img {
    width: 70px;
    height: 58px;
  }
  .fantasy_lt_content_header_logo {
    width: 60px;
    height: 60px;
  }
  .fllttt_top1 {
    margin: 0 10px;
  }
  .fantasy_lt_content_field .fantasy_player_position_teams_img {
    top: 80px;
    width: 30px;
    height: 30px;
  }
  .fllttt_top2 {
    margin-top: 10px;
  }
  .fantasy_lt_content_field .fantasy_lt_content_field_row,
  .fantasy_lt_content_field_reserve {
    padding: 0 0;
  }
  .fantasy_lt_content_field .fantasy_lt_content_field_item {
    width: 140px;
    height: auto;
    min-height: 180px;
    margin: 5px 0;
  }
  #fantasy_lt_left {
    width: 100%;
    margin-right: 0;
  }
  .fantasy_lt_content_header_1 {
    flex-basis: 50%;
  }
  .fantasy_lt_content_header_2 {
    padding-left: 30px;
    flex-basis: 50%;
  }
  #video_with_search_list {
    justify-content: space-around;
  }
  .video_with_search_list_item_wrap {
    width: 270px;
  }
  .video_with_search_list_item {
    width: 230px;
    height: 130px;
  }
  .user_panel_menu_about_form {
    padding: 0;
  }
  .user_panel_menu_about_form_i {
    width: 100%;
    margin: 15px 0;
  }
  .mclttwmmt1_img,
  .mclttwmmt2_img {
    width: 70px;
    height: 70px;
  }
  .menu_bottom_rights {
    top: 0;
    position: relative;
    flex-flow: row;
  }
  .menu_bottom_rights .mb1_link_sub {
    padding: 10px;
  }
  .menu_bottom_2_links {
    right: 0;
    width: 100%;
    position: relative;
  }
  .menu_bottom_1 .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .menu_bottom_2 .container {
    padding-right: 10px;
    padding-left: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .menu_bottom_2_link_icon {
    margin: 10px 0;
  }
  .news_main {
    width: 100%;
  }
  .news_small {
    display: none;
  }
  .lt_content_i_body_i {
    font-size: 12px;
    padding: 5px;
  }
  .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 769px) {
  #lt_content .lt_content_i_body_status {
    width: 100%;
  }
  .menu_top_2_lang_wrap {
    margin: 10px 5px;
  }
  .menu_bottom_2_links {
    flex-flow: column;
  }
  .menu_bottom_2_link_app {
    padding: 5px 10px;
  }
  .fantasy_ttl_a {
    flex-flow: wrap;
  }
  .fantasy_ttl_a_left {
    flex-basis: 100%;
  }
  .fantasy_ttl_a_right {
    flex-basis: 100%;
    padding: 10px 0;
    justify-content: center;
  }
  .fantasy_ttl_a_img {
    margin-right: 10px;
    width: 25px;
    height: 20px;
    border: 1px solid #d4d7df;
  }
  .fantasy_title {
    color: #13152d;
    position: relative;
    font-size: 24px;
    padding: 15px 5px;
  }
  .fantasy_lt_content_header_logo {
    width: 20px;
    height: 20px;
  }
  .fantasy_lt_content_controls {
    margin-bottom: 10px;
  }
  .fllttt_top1 {
    align-items: center;
    margin: 0 10px;
  }
  .fllttt_img {
    width: 25px;
    height: 20px;
  }
  #fantasy_lt_left {
    width: 100%;
    margin-right: 0;
    padding: 15px 10px;
  }
  .fantasy_lt_content_header_1 {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
  .fantasy_lt_content_header_2 {
    padding-left: 0;
    flex-basis: 100%;
  }
  .fantasy_lt_content_header {
    flex-flow: wrap;
  }
  .mclttwm_middle {
    padding: 20px 10px;
  }
  #video_active_name {
    flex-flow: column;
  }
  #video_active {
    height: 60vw;
    width: 100%;
  }
  #video_list {
    width: 100%;
    height: auto !important;
    overflow-x: scroll;
    overflow-y: hidden;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .video_list_item_wrap {
    width: 200px;
    flex-flow: column;
    margin-bottom: 30px;
  }
  .video_list_item {
    height: 100px;
    width: 172px;
    margin: 20px 10px 0 0;
  }
  #video_wrap {
    height: auto;
    flex-flow: wrap;
    width: 100%;
  }
  .video_with_search_list_item_text {
    width: 100%;
    font-size: 12px;
    padding: 5px;
  }
  .video_list_item_text {
    width: 100%;
    font-size: 12px;
    padding: 5px;
  }
  .user_panel_menu_about_g {
    font-size: 14px;
  }
  .user_panel_menu_about_phone_g {
    font-size: 14px;
  }
  .user_panel_menu_about_phone_black {
    font-size: 14px;
  }
  #matches_lt_left.upmit_left {
    padding-right: 30px;
    max-width: 100%;
  }
  .upmit_right {
    max-width: 100%;
  }
  .user_panel_title_wrap {
    padding: 5px 10px;
  }
  .user_panel_exit {
    font-size: 12px;
    padding: 5px 10px;
    top: 0;
  }
  .user_panel_title {
    color: #13152d;
    position: relative;
    font-size: 20px;
    padding: 0;
  }
  .user_panel_menu_i {
    padding: 10px 10px 5px 5px;
    font-size: 12px;
  }
  .user_panel_menu {
    padding-left: 0;
    justify-content: center;
  }
  .news_small_i {
    padding-right: 0;
  }
  #news_center .news_small_i .news_content_date {
    font-size: 10px;
  }
  #breadcrumbs {
    padding: 10px;
    font-size: 12px;
  }
  .mclttwmb_winners_item_img_medal {
    width: 30px;
    height: 30px;
  }
  .biathlon_like_table_participants_item_place {
    width: 10px;
  }
  .biathlon_like_table_participants_item_flag {
    width: 20px;
    height: 20px;
    margin: 0 5px;
  }
  .biathlon_like_table_participants_item_name {
    width: 100px;
    margin: 0 5px;
  }
  .biathlon_like_table_participants_item_country {
    width: 75px;
    text-align: left;
    overflow: hidden;
    margin: 0 5px;
  }
  .mclttwmb_winners_item_img {
    width: 20%;
    height: 45px;
  }
  .mclttwmb_winners_item_name {
    width: 80%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 14px;
    padding-left: 5px;
  }
  .mclttwmb_winners_item_country {
    margin-left: 20%;
    padding-left: 5px;
    margin-top: -20px;
    width: 40%;
  }
  .mclttwmb_winners_item_score {
    margin-top: -20px;
    width: 40%;
  }
  .mclttwmb_winners_item {
    justify-content: flex-start;
    text-align: left;
    flex-wrap: wrap;
    align-items: end;
  }
  .mclttwmb_winners_3.flex {
    flex-direction: column;
  }
  .mclttwmb_winners_item {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  #matches_lt_tournament_yellow_content {
    padding: 5px;
    font-size: 12px;
  }
  .mclttyct_item {
    flex-flow: wrap;
  }
  .mclttyct_com_text {
    padding: 5px;
    text-align: left;
    width: 100%;
  }
  .mclttyc_team.mclttyc_mob_team {
    width: 100%;
  }
  .mclttyc_mob_team {
    display: none;
  }
  .mclttyc_mob_team.active {
    display: block;
  }
  .mclttyct_mob_team_img {
    width: 40px;
    height: 40px;
  }
  .mclttyct_mob_team_menu {
    width: 47%;
    flex-flow: row;
    position: relative;
    align-items: center;
    justify-content: center;
  }
  .mclttyct_mob_team_menu_1 {
    justify-content: flex-start;
  }
  .mclttyct_mob_team_menu_2 {
    justify-content: flex-end;
  }
  .mclttyct_line {
    min-height: 40px;
  }
  .mclttyc_teams_players .mclttyc_mob_team {
    margin-top: -40px;
  }
  .mclttyc_team {
    padding: 0 10px;
  }
  .mclttyct_mob_team_name {
    padding: 0 10px;
  }
  .mclttyct_mob_team_menu.active::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #00985f;
  }
  .mclttyct_mob_teams {
    flex-flow: row;
    padding-top: 10px;
    width: 100%;
    justify-content: space-around;
  }
  #matches_lt_tournament_yellow_wrap {
    flex-wrap: wrap;
    border-radius: 4px;
    font-size: 12px;
  }
  .mcltty_i {
    border-left: none;
    padding: 10px 10px;
  }
  .mcltttt2_content {
    display: inline-flex;
  }
  .mclttt_name_icon {
    z-index: 9;
  }
  .mclttt_name {
    z-index: 9;
    max-width: 70%;
  }
  .mcltttt2_header {
    padding-right: 5px;
  }
  .mclt__tournament_widget_match {
    padding-top: 0;
    margin: 0;
  }
  .mclt_accord {
    width: 100%;
  }
  .mclttt_a {
    width: 100%;
    z-index: 0;
    right: 0;
    top: 0;
    position: absolute;
    height: 100%;
  }
  .mclt__tournament_buttons {
    margin: 10px 10px;
  }
  #matches_lt_tournament {
    padding: 0;
  }
  .mclttt_img {
    margin-left: 0;
    margin-right: 10px;
    width: 52px;
    height: 40px;
  }
  .mclttt_top1 {
    align-items: center;
    margin: 10px 10px;
  }
  #news_center .news_small_i {
    width: 100%;
    padding-right: 0;
  }
  .mclttyct_formations {
    width: 100%;
    padding: 30px;
    flex-direction: column;
  }
  .mclttyctf_formation1,
  .mclttyctf_formation2 {
    height: 202px;
    width: 100%;
    background-position: center;
  }
  .menu_top_2 {
    height: 46px;
  }
  #matches_lt_left {
    top: 0;
    transition: all 0.5s;
    position: absolute;
    left: -100%;
    width: 100%;
    height: 100%;
    padding: 5px;
    z-index: 999;
    background-color: #fafafa;
  }
  #mmt_search_results {
    top: 45px;
  }
  #matches_lt_left span.icon-magnifier.bold {
    top: 18px;
    right: 18px;
    font-size: 16px;
  }
  #matches_lt_left #mmt_search {
    position: absolute;
    width: 100%;
    padding-right: 10px;
  }
  #matches_lt_left.show {
    left: 0;
    padding: 5px;
  }
  .matches_lt_left_arrow {
    width: 11px;
    height: 11px;
    border-right: 1px solid #46485e;
    border-bottom: 1px solid #46485e;
    transform: rotate(-45deg);
    margin-top: 0;
    position: absolute;
    right: 20px;
    top: 15px;
  }
  .small_schedule_content_i_body_i {
    padding: 4px 0;
  }
  .small_schedule_content_i_body_status_mob {
    width: 100%;
    position: relative;
    left: 0;
  }
  .small_schedule_content_i_body_team {
    width: 40%;
  }
  #matches_lt_right .team_logo_small {
    width: 30px;
    height: 20px;
  }
  #matches_lt_right .lt_content_i_body_team_img_right {
    width: auto;
  }
  #matches_lt_right .lt_content_i_body_team_img_left {
    width: auto;
  }
  .lt_content_i_body_team {
    width: 40%;
  }
  .lt_content_i_body_score {
    width: 20%;
    padding: 5px 0;
  }
  .matches_title {
    font-size: 28px;
    padding: 15px 10px;
  }
  #matches_lt_right {
    width: 100%;
    overflow: hidden;
  }
  .small_schedule_content_i_body_score {
    width: 50px;
  }
  .news_content_title {
    font-size: 13px;
    font-weight: 700;
    line-height: 13px;
  }
  .news_content_text {
    font-size: 13px;
    font-weight: 600;
    line-height: 14px;
  }
  .news_img {
    width: 165px;
    height: 150px;
  }
  .hide_768 {
    display: none;
  }
  .lt_content_i_body_i {
    padding: 5px;
    font-size: 14px;
  }
  .lt_title {
    font-size: 26px;
  }
  .custom_row {
    margin:0;
  }
  .game_img {
    margin:0 0 20px;
    max-height: 250px;
  }

  .custom_row .matches_title,.custom_row .lt_title {
    padding-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .fantasy_lt_content_field .fantasy_lt_content_field_row,
  .fantasy_lt_content_field_reserve {
    width: 400px;
  }
  .hide_640 {
    display: none;
  }
  .mclttwmt_center {
    flex-flow: column;
  }
  .leaguetablefull td {
    padding: 5px 5px;
  }
  .mclttyct_name {
    font-size: 12px;
  }
  .menu_bottom_rights .mb1_link_sub {
    padding: 5px 10px;
    width: 100%;
  }
  .menu_bottom_1 .container {
    padding: 0;
  }
  .logo_text {
    width: 100%;
    padding: 15px 10px;
  }
  .mb1_link {
    padding: 0 10px 0 10px;
    width: 33%;
  }
  .mb1_link_sub {
    padding: 10px 0 0 0;
  }
  .menu_bottom_rights {
    top: 0;
    width: 100%;
    padding: 5px;
    position: relative;
    flex-flow: column;
    margin-top: 15px;
    border-top: 1px solid #d4d7df;
  }
}
@media screen and (max-width: 576px) {
  .popup_player_info_profile_bottom_wrap {
    overflow-x: scroll;
  }
  .mclttwm_middle_in {
    align-items: unset;
  }
  .mclttwmb1i_time {
    flex-basis: 20px;
    font-size: 12px;
  }
  .mclttwmb2i_time {
    flex-basis: 20px;
    font-size: 12px;
  }
  .mclttt_top2 {
    margin-top: 0;
    flex-direction: column;
  }
  .mcltttt2_content {
    margin: 5px 10px;
  }
  .mclttwmb1i_type {
    flex-basis: 13px;
    height: 13px;
  }
  .mclttwmb2i_type {
    flex-basis: 13px;
    height: 13px;
    text-align: center;
  }
  .mclttwmb1i_name {
    font-size: 12px;
  }
  .mclttwmb2i_name {
    font-size: 12px;
  }
  .mclttwt_i {
    width: 50%;
  }
  .news_content_title {
    font-size: 13px;
    font-weight: 700;
    line-height: 13px;
  }
  .news_content_text {
    font-size: 13px;
    font-weight: 600;
    line-height: 14px;
  }
  .news_img {
    width: 165px;
    height: 150px;
  }
  .lt_content_i_body_i {
    font-size: 12px;
    padding-bottom: 10px;
  }
  .mclttwmms_score {
    font-size: 26px;
    width: auto;
  }
  .mclttwmmt1_img {
    width: 60px;
    height: 60px;
  }
  .mclttwmmt2_img {
    width: 60px;
    height: 60px;
  }
  .mclttwmmt1_name {
    text-align: center;
    font-size: 14px;
  }
  .mclttwmmt1_name,
  .mclttwmmt2_name {
    width: 180px;
  }
  .mclttwmmt2_name {
    text-align: center;
    font-size: 14px;
  }
  .mclttwmm_team1 {
    flex-direction: column-reverse;
    align-items: center;
  }
  .mclttwmm_team1,
  .mclttwmm_team2 {
    width: 39%;
  }
  .mclttwmm_team2 {
    flex-direction: column;
    align-items: center;
  }
  .mclttwmm_score {
    padding: 0 0;
  }
  .mclttwmb1_i {
    text-align: right;
    padding: 0 5px;
  }
  .mclttwmb2_i {
    text-align: left;
    padding: 0 5px;
  }
}
@media screen and (max-width: 480px) {
  .fantasy_lt_content_field .fantasy_lt_content_field_row,
  .fantasy_lt_content_field_reserve {
    width: 300px;
  }
  .mclttwmmt1_name,
  .mclttwmmt2_name {
    width: 110px;
  }
  .mb1_link_sub {
    font-size: 12px;
  }
  .arrow_down {
    position: absolute;
    right: 15px;
    top: 11px;
  }
  #news_center_content {
    padding: 12px;
  }
  #matches_lt_date {
    font-size: 12px;
    max-width: 75%;
  }
  #matches_lt_right {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }
  .matches_title {
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 10px;
  }
  .lt_content_i_body_team_name_left {
    font-size: 12px;
  }
  .lt_content_i_body_team_name_right {
    font-size: 12px;
  }
  .lt_content_i_body_team {
    align-items: center;
  }
  .news_block .block_title {
    font-size: 20px;
    padding: 10px 10px 10px 10px;
  }
  .promo_slider_i {
    min-width: 300px;
    max-width: 300px;
  }
  .module_promo {
    padding: 25px 10px;
  }
  .container {
    padding: 0;
  }
  .hide_480 {
    display: none;
  }
  .news_main {
    border: none;
    padding: 12px;
  }
  .news_img {
    width: 90px;
    height: 70px;
    margin: 0 15px 2px 0;
  }
  .news_content_title {
    font-size: 12px;
    padding-bottom: 5px;
  }
  .news_content_text {
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
  }
  .news_main_i {
    padding: 12px 0;
  }
  .block_title {
    font-size: 21px;
    background: #fafafa;
    border-top: 1px solid #d4d7df;
    border-bottom: 1px solid #d4d7df;
    padding: 10px;
  }
  .news_block {
    padding: 0;
  }
  .block_top_link {
    position: absolute;
    right: 15px;
    top: 17px;
  }
  .block_top_link a {
    font-size: 12px;
  }
  .lt_content_i_body_score {
    font-size: 14px;
    width: 50px;
  }
  .lt_content_i_body_i {
    padding: 5px 5px;
  }
  .lt_title {
    font-size: 20px;
    padding: 10px;
  }
  .lt_i_header_name {
    font-size: 12px;
    padding: 0 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 230px;
  }
  .lt_content_i_header {
    padding: 5px 10px 5px 5px;
    border-left: none;
    border-right: none;
  }
  .lt_menu {
    margin: 0 10px 20px 10px;
    text-align: left;
  }
  .lt_menu_i {
    font-size: 12px;
    padding: 5px 10px;
  }
  .lt_block {
    padding: 0 0 10px 0;
  }
  .lt__day {
    font-size: 12px;
    padding: 0;
    padding-right: 5px;
  }
  .lt__calendar {
    padding: 0;
  }
  .lt_calendar {
    padding: 5px 0 5px 5px;
  }
  .small_schedule__body {
    margin: 0 5px;
  }
  .small_team_table__header_games {
    width: 10%;
    font-size: 12px;
  }
  .small_team_table__header_balls {
    width: 10%;
    font-size: 12px;
  }
  .small_team_table__header_score {
    width: 10%;
    font-size: 12px;
  }
  .small_team_table_content_i_body_games {
    width: 10%;
    font-size: 12px;
  }
  .small_team_table_content_i_body_balls {
    width: 10%;
    font-size: 12px;
  }
  .small_team_table_content_i_body_score {
    width: 10%;
    font-size: 12px;
  }
  .promo_slider_i.promo_slider_i_content_spacer {
    min-width: 100px;
  }
}
@media screen and (max-width: 320px) {
  body {
    min-width: 320px;
  }
}
/* полный вид */
.mt10px {
  margin-top: 10px !important;
}
.mt20px {
  margin-top: 20px !important;
}
.mt-10px {
  margin-top: -10px !important;
}
.main_list.dotted {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -5px;
}
.main_list.dotted .elem.normal {
  height: 255px;
  width: 150px;
  margin: 0 10px calc(1vw + 15px);
  background: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0 0 16px 16px;
  position: relative;
}
.main_list.dotted .elem.normal .poster img:first-child {
  width: 150px;
  height: auto;
}
.main_list.dotted .elem.normal .content {
  position: absolute;
  bottom: 32px;
  right: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.login {
  background-color: #00a2f3;
  border: 2px solid #00a2f3;
  border-radius: 32px;
  padding: 3px;
}
.login .tab {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.login .log-form {
  display: none;
}
.login .log-form.active {
  display: block;
}
.login .politic,
.login .rules,
.login .log-form {
  background: #fff;
  padding: 10px 0;
  border: 0px solid transparent;
  border-radius: 0 0 32px 32px;
}
.login .tab .elem {
  display: inline-block;
  width: 50%;
  line-height: 30px;
  cursor: pointer;
  margin: 0;
  padding-top: 5px;
}
.login .tab .elem:first-child {
  border-radius: 32px 0 0 0;
}
.login .tab .elem:last-child {
  border-radius: 0 32px 0 0;
}
.login .tab .active {
  background-color: #fff;
}
.login .tab .elem span {
  font-size: 15px;
  color: #fff;
}
.login .tab .active span {
  color: #000;
  font-weight: bold;
}
.log-form-text {
  font-size: 12px;
  font-weight: 400;
  margin: 0 10px;
}
.login .rules {
  background-color: #fff;
}
@media screen and (max-width: 400px) {
  .main_list.dotted {
    justify-content: center;
  }
}
