.main-hot-news-wrapper {
  background: #232a30;
  padding: 20px 25px;
  border-radius: 7px;
  margin: 30px 0;
  color: #fff;
}
.main-hot-news-wrapper h3 {
  font-weight: 400;
  font-size: 22px;
  display: flex;
  font-family: Rubik,sans-serif;
}
.tiles:before {
  content: "";
  display: table;
  clear: both;
  height: 0;
}
.tiles.tiles-hot-news .items .item {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-top: 16px;
}
.tiles.tiles-hot-news .item .image {
  display: block;
  background: no-repeat 50%;
  background-size: cover;
  float: left;
  width: 100%;
  height: 210px;
  border: 1px solid #ddd;
}
.article-summary .caption {
  font-family: Rubik,sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
.article-summary .caption a {color:#fff;}



.games_list {
}
.games_list.publ_swiper{overflow: hidden;}
.games_list.publ_swiper .game {
  width: 259px;
}
.games_list.publ_swiper .swiper-slide {    
  flex: 0 0 auto; 
  width: auto;}
.games_list .item {
  margin-top: 10px;
  border-top: 1px solid #f3f3f3;
  padding-top: 25px;
  padding-bottom: 15px;
  display: -ms-flex;
  display: flex;
}
.games_list .item:first-child {
  border-top: none;
}
.games_list .item:after {
  clear: both;
  content: "";
  display: table;
}
.games_list .item .image {
  display: block;
  background: no-repeat 50%;
  background-size: cover;
  float: left;
  width: 217px;
  height: 155px;
  margin-right: 24px;
  border: 1px solid #ddd;
}
.item .image.slanted {
  position: relative;
  overflow: hidden;
}
.item .image .score {
  float: right;
  display: block;
  position: relative;
  overflow: hidden;
  font-family: Rubik,sans-serif;
  font-weight: 500;
  font-size: 22px;
  padding-left: 13px;
}
.item .image .score .value {
  position: relative;
  padding: 9px 10px 8px;
  color: #fff;
}
.item .image .score .colored-bg-gray {
  background-color: #ddd;
}
.item .image .score .colored-bg-red {
  background-color: #ed1c24;
}
.item .image .score .colored-bg-orange {
  background: #fb9400;
}
.item .image .score .colored-bg-green {
  background-color: green;
}
.games_list .item .details {
  width: 100%;
  transform: translateY(-7px);
}
.games_list .item .roq:after {
  clear: both;
  content: "";
  display: table;
}
.games_list .item .pull-right {
  float: right;
}
.game-summary-horiz .details .switch {
  margin-top: 5px;
  margin-left: 10px;
  padding-right: 3px;
}
.switch .label {
  cursor: default;
  color: #666;
  font-size: 12px;
  line-height: 22px;
  margin-right: 10px;
}
.switch .label, .switch .switcher {
  display: inline-block;
  vertical-align: middle;
  height: 22px;
}
.switch .switcher {
  cursor: pointer;
  width: 40px;
  background-color: #c3c3c3;
  transition: background-color .2s ease-in-out;
  border-radius: 4px;
  transform: skewX(-15deg);
}
.switch .switcher .switcher-knob {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 4px;
  transition: .2s ease-in-out;
}
.switch .switcher-on {
  background-color: #eb0002
}

.switch .switcher-on .switcher-knob {
  left: 20px
}
.games_list .item .caption {
  font-family: Rubik,sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #161b1d;
  margin-top: 0;
  overflow: hidden;
  font-weight: 700;
}
.games_list .item .caption a {color:inherit;}
.games_list .item .caption a:hover {color:#0074d9;}
.game-specs {
  font-size: 12px;
  color: #161b1d;
  margin-top: 10px;
}
.game-specs .game-spec {
  margin-top: 6px;
}
.game-specs .game-spec:first-child {
  margin-top: 0;
}
.game-specs .game-spec .value a {
  font-weight: 700;
  border-bottom: 1px dotted #666;
  color: #666;
}
.game-specs .game-spec .value a:hover {text-decoration: none; color: #0074d9;}





.games_list_filter {
  display: flex;
}
.games_list_filter_button {
  display: none;
}
.games_list_filter_button button {
  background: #e5e5e5;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
}
.games_list_filter_button button::before {content: "\f1de";font-family: "Font Awesome 5 Pro";}
.games_list_filter .games_list_filter_item {
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  font-size: 15px;
  position: relative;
  cursor: pointer;
  font-weight: 500;
  color: #cacaca;
}
.games_list_filter .games_list_filter_item span > span {
  color: #2697ff;
  text-decoration-style: dashed!important;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}

.games_list_filter_item .filter_drop_menu {
  position: absolute;
  left: 0;
  width: fit-content;
  min-width: max-content;
  top: calc(100% + -3px);
  z-index: 11;
  display: none;
  padding-top: 15px;
}
.games_list_filter_item .filter_drop_menu .filter_drop_menu_inner {
  background: #fff;
  padding: 10px 15px;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .06);
  max-height: 332px;
  overflow: auto;
  min-width: 150px;
  color: #000;
}
.games_list_filter_item.open .filter_drop_menu {display:block;}
.filter_checkbox_item {
  display: flex;
  position: relative;
  width: 100%;
  padding-left: 10px;
}
.filter_checkbox_item + .filter_checkbox_item {
  margin-top: 15px;
}
.filter_checkbox_item label {
  width: 100%;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
}
.filter_checkbox_item:last-child label{padding-bottom: 0;}
.filter_checkbox_item label input {
  position: absolute;
  left: -9999px;
}

.filter_checkbox_item label .control_box {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: rgba(17, 17, 18, .1);
  color: #fff;
  margin-left: auto;
  overflow: hidden;
}
.filter_checkbox_item label .control_box_radio {margin-left: auto;display: none;}
.filter_checkbox_item label .control_box_radio::before {
  content: "\2022";
  font-size: 28px;
}
.filter_checkbox_item label input:checked~.control_box_radio {display: flex;color: #2697ff;}

.filter_checkbox_item label input:checked~.control_box {
  background: #2697ff;
}
.filter_checkbox_item label .control_box svg {display: none;}
.filter_checkbox_item label input:checked~.control_box svg {display: block;}

.filter_checkbox_item label span {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-right: 5px;
}
.filter_checkbox_item label:hover span:nth-child(2){color: #9f9f9f;}
.filter_checkbox_item label:hover .control_box{background: rgba(17, 17, 18, .2);}
.filter_checkbox_item label:hover .control_box_radio{display: flex;color: rgba(17, 17, 18, .2);}
.filter_checkbox_item span:nth-child(2) {
  margin-right: 15px;
  order: 0;
}
.filter_checkbox_item label input:checked~.filter_drop_menu_title {color: #2697ff!important;}
.games_list_filter_item > i {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
  margin-left: 8px;
  vertical-align: middle;
  font-size: 12px;
}
.games_list_filter_item > i:before{
  content: "\f078";
}
.games_list_filter_item.open > i:before{
  content: "\f077";
color:#b9b9b9;
}


#filterModal .games_list_filter_item .filter_drop_menu {
  position: relative;
  display: block;
  z-index: 1;
  width: 100%;
  min-width: 100%;
  left: unset;
  padding: unset;
  top: unset;
}
#filterModal .games_list_filter_item .filter_drop_menu_inner {
  background: unset;
  padding: unset;
  border-radius: unset;
  box-shadow: unset;
  min-width: 100%;
  height: unset;
  overflow: unset;
  max-height: unset;
}
#filterModal .games_list_filter .games_list_filter_item+.games_list_filter_item {
  margin-top: 2.5rem;
}
#filterModal .games_list_filter .games_list_filter_item {
  height: unset;
  line-height: unset;
  margin-right: 8px;
    margin-bottom: 8px;
}
#filterModal .games_list_filter .games_list_filter_item i {display: none;}
#filterModal .filter_checkbox_item     {
  width: unset;
padding: unset;
display: inline-block;
}
#filterModal .filter_checkbox_item label .control_box {display: none;}
#filterModal .filter_checkbox_item label input:checked~.control_box_radio {display: none;}
#filterModal .games_list_filter .games_list_filter_item .filter_title {
  font-size: 0;
  font-weight: 700;
}
#filterModal .filter_checkbox_item span:nth-child(2) {
  margin-right: 0;
}
#filterModal .filter_drop_menu_title {
  background: #f2f2f2;
  padding: 8px 20px;
  border-radius: 80px;
  font-size: 1rem;
}
#filterModal .filter_checkbox_item label input:checked~.filter_drop_menu_title {
  background: #2697ff !important;
  color: #fff !important;
}
#filterModal .games_list_filter_item_platforms .filter_title::before {content: 'Platforms:'; font-size: 1.2rem;}
#filterModal .games_list_filter_item_genres .filter_title::before {content: 'Genres:'; font-size: 1.2rem;}
#filterModal .games_list_filter_item_year .filter_title::before {content: 'Year:'; font-size: 1.2rem;}
#filterModal .games_list_filter_item_userscore .filter_title::before {content: 'User Score:'; font-size: 1.2rem;}
#filterModal .games_list_filter_item_mcscore .filter_title::before {content: 'MetaCritic Score:'; font-size: 1.2rem;}
#filterModal .games_list_filter_item_sort .filter_title::before {content: 'Sort by:'; font-size: 1.2rem;}



section.filter_section {
  margin: 2rem 0 2rem;
  background: #343434;
  padding: 0;
  border-radius: 6px;
}
.games_filter_items {
  display: flex;
  margin-top: 0;
}
.games_filter_item {
  margin-right: 2rem;
}
.games_filter_item:last-child {
  margin-right: 0;
}
.SumoSelect {width:100%!important;}
.score_filter > .row {--bs-gutter-x: 1rem!important;}
#date_release_range {
  padding: 0 9px;
  margin-top: 1.25rem;
  margin-right: 17px;
  margin-left: 17px;
}
.platform_filter .SumoSelect > .CaptionCont > span::before {content: "Platform:";}
.genre_filter .SumoSelect > .CaptionCont > span::before {content: "Genre:";}
.userscore_filter .SumoSelect > .CaptionCont > span::before {content: "Userscore:";}
.metascore_filter .SumoSelect > .CaptionCont > span::before {content: "Metascore:";}
.status_filter .SumoSelect > .CaptionCont > span::before {content: "Status:";}
.mode_filter .SumoSelect > .CaptionCont > span::before {content: "Mode:";}
.sort_filter .SumoSelect > .CaptionCont > span::before {content: "Sort by:";}
.metacritic_reviews_sort .SumoSelect > .CaptionCont > span::before {content: "Sort by:";}

section.filter_section .SumoSelect>.CaptionCont {
  border: none !important;
  background-color: transparent !important;
  color: #000;
  font-weight: 600;
  border-radius: 0.375rem !important;
  height: auto !important;
  line-height: unset !important;
  padding: 0;
  display: flex;
}
section.filter_section .SumoSelect>.CaptionCont>span {
  padding-left: 0!important;
  padding-right: 0 !important;
}
section.filter_section .SumoSelect>.CaptionCont>label {
  position: unset;
  margin-left: 4px;
  width: auto;
}

section.filter_section .SumoSelect>.CaptionCont>label>i {
  position: unset;
  font-size: 11px;
}
section.filter_section .SumoSelect.open>.CaptionCont, section.filter_section .SumoSelect:focus>.CaptionCont, section.filter_section .SumoSelect:hover>.CaptionCont {
  box-shadow: none !important;
}
section.filter_section .SumoSelect.open>.CaptionCont>span, section.filter_section .SumoSelect:focus>.CaptionCont>span, section.filter_section .SumoSelect:hover>.CaptionCont>span {
  color: #2697ff !important;
}

/* SCREENSHOTS PAGE */
.games_screenshots {
  margin: 0 -20px 0 -20px;
}
.games_screenshots .games_screenshot {
  margin-bottom: 40px;
  padding: 0 20px;
}
.games_screenshots .games_screenshot .card {
  background: transparent;
  border: none;
}
.games_screenshots .games_screenshot a {
  height: 140px;
  overflow: hidden;
  border-radius: 12px; 
}
.games_screenshots .games_screenshot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.3s ease;
}
.games_screenshots .games_screenshot img:hover, .games_screenshots .games_screenshot img:focus {
  transform: scale(1.1);
  transition: transform 0.3s ease;
  cursor: pointer;
}

/*FULL GAME*/
section.game_header{}

.game_header .sm_game_info {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.game_header .sm_game_info .game_r_date {
  background: #ffffff;
  display: flex;
  width: fit-content;
  height: fit-content;
  padding: 1px 13px;
  border-radius: 6px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #282828;
  height: 24px;
  line-height: 23px;
}
.game_header .sm_game_info .platforms_icons {
  display: flex;
  padding: 8px;
  border-radius: 4px;
  display: flex;
  align-items: center;
}

.game_header_content {
  display: flex;
  --bs-gutter-x: 0;
}

.game_header_left_side {
  flex: 0 0 auto;
  width: 260px;
  padding: 0;
}
.game_header_stk{    
  position: sticky;
  top: 25px;
    width: 260px;
    padding: 0;
}

.game_header_stk .game_header_stk_top {
  background: #343434;
  border-radius: 12px;
  margin-bottom: 1rem;
}

.game_header_poster {
  width: 260px;
  height: 270px;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  background-color: #1b1b1b;
  position: relative;
  border: 1px solid #383838;
}

.game_header_poster img {
  width: 100%;
  height: 100%;
  border-radius: 0 20px 0 0;
}

.game_header .game_header_left_side_bottom {
  padding: 12px;
  overflow: hidden;
  width: 260px;
}

.game_header .rating {
  display: flex;
  padding: 10px;
  align-items: center;
  background: #3d3d3d;
  border-radius: 6px;
}
.game_header .rating+.rating {margin-top: 15px;}
.game_header .rating .rating_value, .game_header .users_rating {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 0;
  font-weight: 700;
  text-align: center;
  border-radius: 4px;
  border: 2px solid;
  min-width: 45px;
  font-size: 17px;
  height: 30px;
}
.game_header .rating .rating_value.m3 {
  color: #6dc849;
  border-color: rgba(109, 200, 73, .4);
}
.game_header .rating .rating_value.m2 {
  color:#fdca52;border-color:rgba(253,202,82,.4);
}
.game_header .rating .rating_value.m1 {
  color:#fc4b37;border-color:rgba(252,75,55,.4);
}

.game_header_poster .users_rating {
  display: flex;
  border: none;
  border-radius: 0 0 0 8px;
  height: 36px;
  min-width: unset;
  background: #292929;
  color: #d6d6d6;
  font-size: 0.95rem;
  justify-content: center;
  align-items: center;
  padding: 0 12px;
  position: absolute;
  font-family: Rubik, sans-serif;
  right: 0;
  top: 0;
  --active-color: #292929;
  --active-radius: 6px;
}

.game_header_poster .users_rating::before,
.game_header_poster .users_rating::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
}

.game_header_poster .users_rating::before {
  background-image: radial-gradient(circle at bottom left, transparent 45%, var(--active-color) 50%);
  left: -6px;
  top: -3px;
}

.game_header_poster .users_rating::after {
  background-image: radial-gradient(circle at bottom left, transparent 48%, var(--active-color) 50%);
  background-position: 100% 0;
  right: -4px;
  bottom: -7px;
  top: unset;
}

.game_header_poster .users_rating > i::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f005";
  font-size: 12px;
  margin-right: 3px;
  font-style: normal;
}

.game_header_poster .users_rating.m3 {
  color: #6dc849;
}
.game_header_poster .users_rating.m2 {
  color:#fdca52;border-color:rgba(253,202,82,.4);
}
.game_header_poster .users_rating.m1 {
  color:#fc4b37;border-color:rgba(252,75,55,.4);
}

.game_header .rating .rating_name {
  width: 100%;
  margin-right: 20px;
  display: flex;
}
.game_header .rating .rating_name .mc_name {
    display: flex;
    flex-direction: column;
    height: 32px;
    overflow: hidden;
}
.game_header .rating .rating_name .mc_name .mc_name_t {
  font-weight: bold;
  font-size: 21px;
  color: #fff;
  margin-bottom: -3px;
}
.game_header .rating .rating_name .mc_name .mc_name_v {
    font-size: 11px;
    color: #9b9b9b;
}

.game_header .rating .rating_name .mc_logo {
  background-image: url(https://store.akamai.steamstatic.com/public/images/v6/mc_logo_no_text.png);
  background-repeat: no-repeat;
  height: 35px;
  width: 35px;
  float: left;
  margin-right: 4px;
}

.game_header_info {
  margin-left: 48px;
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
}
.game_header h1.section_title {
  font-weight: 700;
  font-size: 46px;
  color: #fff;
  text-transform: unset;
}
.game_header_info_content {
  display: flex;
}
.game_header_sys {
  display: flex;
  flex-direction: column;
}
.game_header_sys .sys_item {
  display: flex;
  margin-bottom: 17px;
}
.game_header_sys .sys_item .name {
  color: #a0a0a0;
  font-size: 15px;
  margin-right: 20px;
  min-width: 78px;
}
.game_header_sys .sys_item .value {
  color: #fff;
  font-size: 15px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
}
.game_header_sys .sys_item .value a {
  text-decoration: underline;
  align-items: center;
  color: #fff;
  -moz-column-gap: 2px;
  column-gap: 2px;
  display: flex;
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #6a6a6a;
  transition: text-decoration-color .3s;
}
.game_header_sys .sys_item .value a:hover{color:#ec2227;}

.game_header_rating{margin-left: auto;display: flex;flex-direction: column;}
.game_header_info .meta_rating, .game_header_info .user_rating {
  display: flex;
  margin-bottom: 37px;
}
.game_header_rating .rating_count {
  font-weight: 700;
  background: #686868;
  font-size: 34px;
  color: #fff;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
}
.game_header_rating .rating_count.m1 {background: #ff6874;}
.game_header_rating .rating_count.m2 {background: #ffbd3f;}
.game_header_rating .rating_count.m3 {background: #48b80f;}
.user_rating .rating_count {border-radius: 50%;}
.game_header_rating .rating_info {
  display: flex;
  flex-direction: column;
  margin-left: 24px;
}
.game_header_rating .rating_name{
  color: #161616;
  font-size: 17px;
  font-weight: 500;
}
.game_header_rating .rating_descr{
  color: #a0a0a0;
  margin-top: 6px;
  font-size: 14px;
}
.game_header_rating .rating_descr_inf{
  color: #161616;
  margin-top: auto;
  font-size: 14px;
}



/*RATING*/
.my_rating {
  display: flex;
  flex-direction: column;
}
.my_rating .rating_name {
  color: #161616;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 7px;
}
.my_rating_info{
  display: flex;
  align-items: center;
}
.star {
  display: flex;
}
.rating-text {
  font-size: 22px;
  margin-left: auto;
  font-weight: 500;
}
.star__item {
  border: 3px solid #fff;
  margin: 0;
  cursor: pointer;
  width: 19px;
  height: 28px;
  background: #a0a0a0;
  border-radius: 7px;
}


.s1 .star__item_select {
  background: #ff6874;
}
.s2 .star__item_select {
  background: #ffbd3f;
}

.s3 .star__item_select {
  background: #48b80f;
}
.m1 .star__item_active {
  background: #ff6874;
  opacity:0.7;
}
.m2 .star__item_active {
  background: #ffbd3f;
  opacity:0.7;
}
.m3 .star__item_active {
  background: #48b80f;
  opacity:0.7;
}
/* END RATING*/

.game_header_share{margin-left: auto;    display: flex;
  flex-direction: column;}


.page_nav.game_nav {
  margin-top: 70px;
}
  

section.game_cont {
  margin-top: 70px;
  color: #fff;
}
section.game_cont.main_section {margin-top: 2.2rem;}
section.game_cont.game_requirements {
  background: #343434;
  border-radius: 12px;
  padding: 20px;
}
section.game_cont.game_requirements .row, section.game_cont.game_requirements .col {
  --bs-gutter-x: 15px;
}
section.game_cont .row, section.game_cont .col{--bs-gutter-x: 40px;}
section.game_cont .game_section_title {
  display: flex;
  align-items: center;
  margin-bottom: 1.4rem;
  border-bottom: 2px solid #585858;
  padding-bottom: 0.7rem;
}
section.game_cont .game_section_title .title_right {margin-left: auto;}
section.game_cont .game_section_title .title_right a {
  text-decoration: underline;
  font-size: 14px;
  color: #d7d7d7;
  -webkit-text-decoration-color: #5b5b5b;
  text-decoration-color: #5b5b5b;
  transition: text-decoration-color .3s;
}
section.game_cont .game_section_title .title_right a:hover {
  color: #e7e7e7;
  -webkit-text-decoration-color: #787878;
  text-decoration-color: #787878;
}
section.game_cont .game_section_title .slider-controls {margin-left: auto;}
section.game_cont .game_section_title .slider-controls button {
  background: transparent;
  border: none;
  font-size: 24px;
  opacity: 1;
  transition: opacity 0.3s;
}
section.game_cont .game_section_title .slider-controls button:hover {opacity: 0.7;}
section.game_cont .game_section_title h3 {
  font-size: 19px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
}
section.game_cont .game_section_title sup {
  color: #888;
}

section.game_cont .game_section_bottom {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  border-top: 1px solid #585858;
  padding-top: 1rem;
}
section.game_cont .game_section_bottom .right {margin-left: auto;}
section.game_cont .game_section_bottom button {
  background: transparent;
  border: none;
  font-size: 14px;
  color: #d7d7d7;
}
section.game_cont .game_section_bottom button:hover {color: #ec2227;}

section.game_cont .game_section_content {
  font-size: 14px;
  line-height: 25px;
}

.game_details_item {
  display: flex;
  margin-bottom: 1rem;
}
.game_details_item .name{
  width: 25%;
  font-size: 15px;
  color: #a0a0a0;
}
.game_details_item .value{
  width: 100%;
  font-size: 15px;
}

.game_section_title .sm_title {
  font-size: 15px;
  color: #c4c4c4;
  font-family: Rubik, sans-serif;
  font-weight: 500;
}

/*Requirements*/
.game_requirements {
  display: flex;
  flex-direction: column;
}
.game_requirements .row .game_section_title {
  margin-bottom: 0.2rem !important;
  border-bottom: 1px solid #4f4f4f;
}
.game_requirements .game_requirements_item {
  display: flex;
  background: transparent;
  padding: 6px 10px;
  font-size: 13px;
  color: #dfdfdf;
  border-radius: 6px;
}
.game_requirements .game_requirements_item:nth-child(even) {
  background: #3d3d3d;
}
.game_requirements .game_requirements_item .name {
  color: #a0a0a0;
  width: 30px;
  margin-right: 15px;
}
.game_requirements .game_requirements_item .value {}


/* GAME TRAILER*/
.game_trailer iframe {
  height: 370px;
  width: 100%;
  border-radius: 12px;
}

.screenshots_items .swiper {
  width: 100%;
  height: 100%;
}

.screenshots_items .swiper-wrapper {
  display: inline-flex;
  width: unset;
}
.screenshots_items .mySwiper2 .swiper-wrapper {
  height: 360px;
}
.screenshots_items .mySwiper2 a {
  width: 100%;
  height: 100%;
}
.screenshots_items .mySwiper2 picture {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.screenshots_items .swiper-slide {
  text-align: center;
  font-size: 18px;
  border-radius: 12px;
  background: #343434;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.screenshots_items .mySwiper .swiper-slide {
  border-radius: 6px;
}

.screenshots_items .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.screenshots_items .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.screenshots_items .swiper-slide {
  background-size: cover;
  background-position: center;
}
.screenshots_items .mySwiper2 {
  height: 80%;
  width: 100%;
}
.screenshots_items .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.screenshots_items .mySwiper .swiper-slide {
  width: 25%;
  height: 80px;
  cursor: pointer;
}
.screenshots_items .mySwiper .swiper-slide:hover img {
  transform: scale(1.1);
}
.screenshots_items .mySwiper .swiper-slide-thumb-active {
  border: 4px solid #464646;
}

.screenshots_items .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform .3s ease-in-out;
}
.screenshots_items .swiper-button-next, .screenshots_items .swiper-button-prev {
  position: absolute;
  top: calc(50% - 16px);
  display: flex;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  z-index: 2;
  color: #000;
  justify-content: center;
  align-items: center;
}
.screenshots_items .swiper-button-next::before, .screenshots_items .swiper-button-prev::before{
  font-family: "Font Awesome 5 Pro";
}
.screenshots_items .swiper-button-next::before {content: "\f054";}
.screenshots_items .swiper-button-prev::before {content: "\f053";}
.screenshots_items .swiper-button-next{
  right: 15px;
}
.screenshots_items .swiper-button-prev{
  left: 15px;
}


section.game_cont .bx-wrapper {
  box-shadow: none;
  border: none;
  background: transparent;
}
section.game_cont .bx-wrapper .row.bx-clone{--bs-gutter-x: 0;}

/* REVIEWS CRITIC*/   
.critic_reviews .critic_review+.critic_review {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #414141;
}
.critic_reviews .card {
  border: none;
  background-color: transparent;
  border-radius: 0;
  color: #f3f3f3;
  padding: 0;
  margin: 0;
}
.critic_reviews .reviews_info_header_top {display: flex;}
.critic_reviews .card a.full_link {
  color: #e5e5e5;
  line-height: 29px;
  font-size: 16px;
  display: flex;
  text-decoration: none;
  align-items: center;
  padding: 2px 0;
  text-decoration: underline;
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #6a6a6a;
  transition: text-decoration-color .3s;
}
.critic_reviews .card a.full_link:hover {text-decoration-color: #939393;}
.critic_reviews .card a.full_link picture {
  border-radius: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  height: 30px;
  overflow: hidden;
  width: 30px;
  margin-right: 8px;
}
.critic_reviews .card a.full_link img{width: 100%;height: 100%;}
.critic_reviews .card-body {
  display: flex;
  padding: 0;
}
.critic_reviews .rating {
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 0;
  font-weight: 700;
  text-align: center;
  border-radius: 4px;
  border: 2px solid;
  max-width: fit-content;
  justify-content: center;
  background: transparent;
  min-width: 45px;
  font-size: 17px;
  height: 30px;
  border-color: #494949;
  color: #6e6e6e;
  margin-top: 1rem;
}
.user_rating_reviews .rating {border: none;}
.critic_reviews .rating.m1 {color: #6dc849;border-color: rgba(109, 200, 73, .4);}
.critic_reviews .rating.m2 {color:#fdca52;border-color:rgba(253,202,82,.4);}
.critic_reviews .rating.m3 {color: #6dc849;border-color: rgba(109, 200, 73, .4);
}
.critic_reviews .reviews_info {
  flex: 1;
}
.critic_reviews .reviews_info_header {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.3rem;
}
.critic_reviews .created_date {
  color: #9d9d9d;
  font-size: 15px;
}
.critic_reviews .empty {
  font-size: 15px;
  color: #7e7e7e;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 30px 0;
}

.critic_reviews .reviews_info_content {
  position: relative;
}
.critic_reviews .reviews_text {
  color: #d2d2d2;
  font-size: 14px;
  max-height: 50px;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.critic_reviews .reviews_info_content.expanded .reviews_text {
  max-height: none;
}

.critic_reviews .reviews_info_content .toggle-button {
  display: none;
  color: #9d9d9d;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 15px;
  margin-top: 0.5rem;
}
.critic_reviews .reviews_info_content .toggle-button::before {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 13px;
  margin-right: 4px;
}
.critic_reviews .reviews_info_content.expanded .toggle-button::before {
  content: "\f077";
}
.critic_reviews .reviews_info_content .toggle-button:hover {color:#ec2227;}

.critic_reviews .reviews_info_content .reviews_text.overflowing + .toggle-button {
  display: block;
}

.critic_reviews .reviews_info_bottom {
  display: flex;
  margin-top: 1.3rem;
}
.critic_reviews .reviews_info_bottom .right {margin-left: auto;}
.critic_reviews .reviews_info_bottom ul {
  padding: 0;
  margin: 0;
}
.critic_reviews .reviews_info_bottom ul li {
  display: inline-flex;
}
.critic_reviews .reviews_info_bottom ul button {
  background: transparent;
  border: 0;
  padding: 0;
  color: #737373;
}
.critic_reviews .reviews_info_bottom ul button:hover {color: #ec2227;}
.critic_reviews .reviews_info_bottom ul li + li {margin-left: 10px;}
.critic_reviews .reviews_info_bottom ul button::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 15px;
}
.critic_reviews .reviews_info_bottom ul button.complaint::before {    content: "\f06a";}
.critic_reviews .reviews_info_bottom ul button.edit::before {    content: "\f044";}
.critic_reviews .reviews_info_bottom ul button.delete::before {    content: "\f1f8";}

.critic_reviews .review_user_rating {
  display: flex;
  margin-left: auto;
  font-size: 15px;
  font-weight: 600;
  align-items: center;
}
.critic_reviews .review_user_rating > div:first-child {
  margin-right: 30px;
}
.critic_reviews .review_user_rating button {
  border: none;
  background: transparent;
  padding: 0;
}
.critic_reviews .review_user_rating button.negative_critic_rating_rate, .critic_reviews .negative_critic_rating_counter {color:#ff1919;}
.critic_reviews .review_user_rating button.positive_critic_rating_rate, .critic_reviews .positive_critic_rating_counter {color:#39b300;}

.user_rating_reviews .reviews_info_header {
  margin-bottom: 0.5rem;
}
.user_rating_reviews .rating{
margin-top: 0.3rem;
}
.user_rating_reviews .review_stars {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
}
.user_rating_reviews .review_stars::before {
  content: "\f005 \f005 \f005 \f005 \f005 \f005 \f005 \f005 \f005 \f005";
  font-family: "Font Awesome 5 Pro";
  letter-spacing: 3px;
  background: linear-gradient(90deg, #ffbd3f calc(var(--rating) / 10* 100%), #686868 calc(var(--rating) / 10* 100%));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.game_review_user_rating_score {
  display: flex;
  justify-content: center;
}
.game_review_user_rating {
  display: inline-block;
  border: 0;
}
.game_review_user_rating > input {
  display: none;
}
.game_review_user_rating > label {
  float: right;
  font-size: 1.5rem;
  color: #686868;
  cursor: pointer;
}
.game_review_user_rating_score .game_review_user_rating > label {
  font-size: 1rem;
}
.game_review_user_rating > label:before {
  display: inline-block;
  padding: 0.3rem 0.2rem;
  margin: 0;
  font-family: "Font Awesome 5 Pro";
  content: "\f005"; 
}

.game_review_user_rating input:checked ~ label,
.game_review_user_rating label:hover,
.game_review_user_rating label:hover ~ label {
  color: #ffbd3f;
}
.game_review_user_rating input:checked + label:hover,
.game_review_user_rating input:checked ~ label:hover,
.game_review_user_rating input:checked ~ label:hover ~ label,
.game_review_user_rating label:hover ~ input:checked ~ label {
  color: #ffbd3f ;
}

section .progress_list .progress {
  border-radius: 12px;
  background: #343434;
}
section .progress_list .progress-bar {
  border-radius: 12px;
}
section .progress_list .progress-bar.positive{background: #48b80f;}
section .progress_list .progress-bar.mixed{background: #ffb300;}
section .progress_list .progress-bar.negative{background: #ff2929;}

section .progress_list .progress_text {
    font-size: 15px;
    font-weight: 500;
}
section .progress_list .progress_text span{
    margin-right: 12px;
}
section .progress_list > .row {
  align-items: center;
  margin-bottom: 0.4rem;
}
section .progress_list > .row:last-child {margin-bottom: 0;}


#reviews_form select {
  border: 2px solid #000;
  background-color: transparent;
  color: #000;
  font-weight: 600;
}
#reviews_form select:focus {
  border-color: #000;
  outline: 0;
  box-shadow: none;
}

.btn-add_review {
  background-color: #2697ff;
  color: #fff;
  border: none;
  padding: 4px 12px;
  margin-left: 14px;
  border-radius: 15px;
}
.btn-add_review i {font-size: 13px;}



.user_review_rating {
  display: flex;
}

.star {
  display: block;
  float: left;
  zoom: 1;
  margin: 0;
  cursor: pointer;
  width: 15px;
  height: 21px;
  color: #d7d7d7;
  border-radius: 7px;
  opacity: 1;
  font-weight: 400;
  font-size: 13px;
}
.star::before {
  content: "\f005";
  font-family: "Font Awesome 5 Pro";
}
.star:hover {text-decoration: none;}


.stars{
  overflow: hidden;
}

.tmp_fs{ opacity: 0.8;}

.stars.sm1 .fullStar{  color: #ff6874;font-weight: 700;}
.stars.sm2 .fullStar{  color: #ffbd3f;font-weight: 700;}
.stars.sm3 .fullStar{  color: #48b80f;font-weight: 700;}

.stars.m1 .tmp_fs{color: #ff6874;font-weight: 700;}
.stars.m2 .tmp_fs{color: #ffbd3f;font-weight: 700;}
.stars.m3 .tmp_fs{color: #48b80f;font-weight: 700;}

.tmp_es{
  color:#d7d7d7!important;
}

.game_media .col-md {max-width: 50%;}










@media only screen and (max-width: 480px) {

  .page_nav .navbar-nav {
    flex-direction: row;
}
  .page_nav .nav-item {
    margin-right: 0;
    text-align: center;
}

  section.game_cont {margin-top: 2rem;}
.games_filter_items_wrapper{overflow: auto;}
.row .f_date_range {
  margin-bottom: 3.2rem;
}
.score_filter .col-md{        width: 50%;}
.game_media .col-md{width: 100%;max-width: 100%;}
.game_cont .col-md + .col-md {
  margin-top: 2rem;
} 
.game_trailer a {height: 200px;}
.screenshots_slider .bx-wrapper {
  height: 200px;
}


.games_list_filter {
  display: none;
}
#filterModal .games_list_filter {display: block;}
.games_list_filter_button {
  display: block;
  margin-left: auto;
}

.game_header_left_side {
  margin: 0 auto;
}
.game_header .section_title {
  font-size: 1.6rem !important;
}

  .game_header_content {
    flex-direction: column;
}
.game_header_poster{width: 100%;}
.game_header_info{
    margin: 1.2rem 0 0;
}
.game_header_info_content {
  flex-direction: column;
  margin-top: 1rem;
}
.game_header_rating {
  margin-left: 0;
  margin-top: 2rem;
}

}