@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999; 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
}
.modal .shirma {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 8;
}
.modal .container {
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.18);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.18);
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
  z-index: 9;
  margin: auto;
  padding: 30px 40px;
  width: auto;
}
.modal .container.imgContainer_parent {
  height: 100%;
}
.modal .close_button {
  position: absolute;
  width: 20px;
  height: 20px;
  width: 24px;
  height: 24px;
  background-color: #ededee;
  top: -10px;
  right: -10px;
  border-radius: 50%;
  color: #5a5656ad;
  text-align: center;
  font-size: 16px;
  padding-top: 3px;
  cursor: pointer;
  z-index: 99;
}
.modal .content.imgContainer {
  position: relative;
  padding: 12px 6px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  overflow: hidden;
  margin: auto;
}
.modal .content.imgContainer img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  max-width: 100%;
  max-height: 100%;
  min-width: 200px;
  min-height: 200px;
  margin: auto;
  background: #13303c0f;
}
.modal .content.imgContainer .prev {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  cursor: pointer;
}
.modal .content.imgContainer .prev:before {
  content: '';
  position: absolute;
  top: calc(50% - 20px);
  width: 44px;
  height: 44px;
  opacity: 0.8;
  background-color: #000000;
  border-radius: 4px;
  color: #fff;
  z-index: 9;
  left: 10px;
  /*font*/
  content: "\e64a";
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  padding-top: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modal .content.imgContainer .next {
  left: 50%;
  top: 0;
  position: absolute;
  width: 50%;
  height: 100%;
  z-index: 9;
  cursor: pointer;
}
.modal .content.imgContainer .next:before {
  position: absolute;
  top: calc(50% - 20px);
  width: 44px;
  right: 10px;
  height: 44px;
  opacity: 0.8;
  background-color: #000000;
  border-radius: 4px;
  color: #fff;
  z-index: 9;
  /*font*/
  content: "\e649";
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  padding-top: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modal .content {
  max-height: calc(100% - 0px);
  overflow: hidden;
}
.reviews_form_container {
  width: 490px;
}
.reviews_form_container .head {
  color: #242424;
  font-family: Roboto, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 60px;
  margin-bottom: 12px;
}
.reviews_form_container .input_box {
  margin-bottom: 25px;
}
.reviews_form_container .input_box label {
  color: #242424;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
  display: block;
  margin-bottom: 5px;
}
.reviews_form_container .input_box label > span {
  color: #999999;
  font-family: "Arial";
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 0;
}
.reviews_form_container .input_box input {
  width: 490px;
  height: 42px;
  border-radius: 2px;
  border: 1px solid #dbdbdb;
  background-color: #ffffff;
  padding-left: 4px;
}
.reviews_form_container .input_box input.error {
  border: 1px solid red;
}
.reviews_form_container .input_box textarea {
  width: 490px;
  height: 138px;
  border-radius: 2px;
  border: 1px solid #dbdbdb;
  background-color: #ffffff;
  resize: vertical;
}
.reviews_form_container .input_box textarea.error {
  border: 1px solid red;
}
.reviews_form_container .check_input {
  margin-bottom: 12px;
}
.reviews_form_container .check_input .status {
  color: #242424;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 10px;
}
.reviews_form_container .check_input label {
  color: #999999;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
  top: -3px;
  left: 5px;
}
.reviews_form_container .check_input input {
  width: 19px;
  height: 19px;
  border: 1px solid #b3b3b3;
  background-color: #ffffff;
  position: relative;
}
.reviews_form_container .check_input input:after {
  position: absolute;
  left: 6px;
  top: 6px;
  border-radius: 50%;
  background: #242424;
  width: 9px;
  height: 9px;
  content: '';
  display: none;
}
.reviews_form_container .check_input input:before {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 19px;
  height: 19px;
  border: 1px solid #b3b3b3;
  background-color: #ffffff;
  content: '';
}
.reviews_form_container .check_input input:checked:after {
  display: block;
}
.reviews_form_container .check_input input#contactChoice1:checked + label {
  color: green;
}
.reviews_form_container .check_input input#contactChoice2:checked + label {
  color: red;
}
.reviews_form_container .check_input input#contactChoice3:checked + label {
  color: #474747;
}
.reviews_form_container button {
  width: 120px;
  height: 42px;
  border-radius: 21px;
  background-color: #63af00;
  color: #ffffff;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  padding-top: 2px;
}
.registration_form_container {
  width: 290px;
}
.registration_form_container .head {
  color: #242424;
  font-family: Roboto, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 60px;
  margin-bottom: 12px;
}
.registration_form_container .input_box {
  margin-bottom: 25px;
}
.registration_form_container .input_box label {
  color: #242424;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
  display: block;
  margin-bottom: 5px;
}
.registration_form_container .input_box label > span {
  color: #999999;
  font-family: "Arial";
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 0;
}
.registration_form_container .input_box input {
  width: 290px;
  height: 42px;
  border-radius: 2px;
  border: 1px solid #dbdbdb;
  background-color: #ffffff;
  padding-left: 4px;
}
.registration_form_container .input_box input.error {
  border: 1px solid red;
}
.registration_form_container .input_box textarea {
  width: 290px;
  height: 138px;
  border-radius: 2px;
  border: 1px solid #dbdbdb;
  background-color: #ffffff;
  resize: vertical;
}
.registration_form_container .input_box textarea.error {
  border: 1px solid red;
}
.registration_form_container .check_input {
  margin-bottom: 12px;
}
.registration_form_container .check_input .status {
  color: #242424;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 10px;
}
.registration_form_container .check_input label {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
  top: -3px;
  left: 5px;
}
.registration_form_container .check_input #agreement {
  float: left;
  margin-right: 14px;
  margin-bottom: 10px;
}
.registration_form_container .check_input input {
  width: 19px;
  height: 19px;
  border: 1px solid #b3b3b3;
  background-color: #ffffff;
  position: relative;
}
.registration_form_container .check_input input:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #b3b3b3;
  background-color: #ffffff;
  content: '';
  text-align: center;
  padding-top: 2px;
  font-size: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'FontAwesome';
}
.registration_form_container .check_input input:checked:after {
  display: block;
}
.registration_form_container .check_input input:checked:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #b3b3b3;
  background-color: #ffffff;
  content: '\f00c';
  text-align: center;
  padding-top: 2px;
  font-size: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.registration_form_container .check_input input#contactChoice1:checked + label {
  color: green;
}
.registration_form_container .check_input input#contactChoice2:checked + label {
  color: red;
}
.registration_form_container .check_input input#contactChoice3:checked + label {
  color: #474747;
}
.registration_form_container button {
  height: 42px;
  border-radius: 21px;
  background-color: #63af00;
  color: #ffffff;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  padding: 2px 18px;
}
.login_form_container {
  width: 290px;
}
.login_form_container .head {
  color: #242424;
  font-family: Roboto, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 60px;
  margin-bottom: 12px;
}
.login_form_container .input_box {
  margin-bottom: 25px;
}
.login_form_container .input_box label {
  color: #242424;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
  display: block;
  margin-bottom: 5px;
}
.login_form_container .input_box label > span {
  color: #999999;
  font-family: "Arial";
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 0;
}
.login_form_container .input_box input {
  width: 290px;
  height: 42px;
  border-radius: 2px;
  border: 1px solid #dbdbdb;
  background-color: #ffffff;
  padding-left: 4px;
}
.login_form_container .input_box input.error {
  border: 1px solid red;
}
.login_form_container .input_box textarea {
  width: 290px;
  height: 138px;
  border-radius: 2px;
  border: 1px solid #dbdbdb;
  background-color: #ffffff;
  resize: vertical;
}
.login_form_container .input_box textarea.error {
  border: 1px solid red;
}
.login_form_container .check_input {
  margin-bottom: 12px;
}
.login_form_container .check_input .status {
  color: #242424;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 10px;
}
.login_form_container .check_input label {
  color: #999999;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
  top: -3px;
  left: 5px;
}
.login_form_container .check_input input {
  width: 19px;
  height: 19px;
  border: 1px solid #b3b3b3;
  background-color: #ffffff;
  position: relative;
}
.login_form_container .check_input input:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 19px;
  border: 1px solid #b3b3b3;
  background-color: #ffffff;
  content: '#f00c ';
}
.login_form_container .check_input input:checked:after {
  display: block;
}
.login_form_container .check_input input#contactChoice1:checked + label {
  color: green;
}
.login_form_container .check_input input#contactChoice2:checked + label {
  color: red;
}
.login_form_container .check_input input#contactChoice3:checked + label {
  color: #474747;
}
.login_form_container button {
  height: 42px;
  border-radius: 4px;
  background-color: #ff0025;
  color: #ffffff;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  padding: 2px 18px;
}
.modal .reviews_form_success {
  color: #242424;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 16px;
}
.modal .reviews_form_success .head {
  color: #00bf34;
  font-family: Roboto;
  font-size: 36px;
  font-weight: 400;
  line-height: 60px;
  margin-bottom: 12px;
}
.modal .reviews_form_error {
  color: #242424;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 16px;
}
.modal .reviews_form_error .head {
  color: #ff4949;
  font-family: Roboto, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 60px;
  margin-bottom: 12px;
}
.modal .registration_form_success {
  color: #242424;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 16px;
}
.modal .registration_form_success .head {
  color: #00bf34;
  font-family: Roboto, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 60px;
  margin-bottom: 12px;
}
.modal .registration_form_error {
  color: #242424;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 16px;
}
.modal .registration_form_error .head {
  color: #ff4949;
  font-family: Roboto, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 60px;
  margin-bottom: 12px;
}
.modal .backToForm {
  color: #242424;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  margin-top: 5px;
  cursor: pointer;
  text-decoration: underline;
}
.reviews_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.reviews_list .review_item {
  width: 470px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.18);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.18);
  border-radius: 4px;
  background-color: #ffffff;
  margin: 30px 0;
  padding: 30px;
}
.reviews_list .review_item .head {
  color: #242424;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
}
.reviews_list .review_item .text {
  color: #666666;
  font-family: "Arial";
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
}
.reviews_list .review_item .subtext {
  color: #999999;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.reviews-section-page {
  width: 970px;
}
.reviews-section-page .page_header {
  position: relative;
}
.reviews-section-page .page_header .add_review_but {
  position: absolute;
  display: block;
  width: 132px;
  height: 36px;
  border-radius: 18px;
  background-color: #63af00;
  color: #ffffff;
  font-family: "Arial";
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  border-bottom: none;
  text-decoration: none;
  text-align: center;
  padding-top: 9px;
  right: 0;
  top: 0;
  cursor: pointer;
}
.reviews-section-page .bx-breadcrumb {
  padding: 20px 0 15px;
}
.reviews-section-page .page_header {
  padding: 0 0 ;
  margin-bottom: 45px;
}
.game_detail_similar_game_head {
  color: #242424;
  font-family: Roboto;
  font-size: 28px;
  font-weight: 400;
  line-height: 60px;
  text-align: center;
  margin-bottom: 40px;
}
.registration_block {
  color: #242424;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  border-bottom: none;
  float: right;
}
.registration_block ul li span {
  color: #242424;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  border-bottom: none;
  cursor: pointer;
}
.registration_block .logout_form {
  display: inline-block;
  margin-left: 20px;
}
.registration_block .logout_form button {
  background: none;
}
.registration_block .logout_form .fa {
  font-size: 20px;
}
button[disable=disable] {
  background: #808080;
  cursor: default;
}
@media screen and (max-width: 560px) {
  .modal .container {
    padding: 4px 9px;
  }
  .modal .content {
    padding: 17px 0;
  }
  .modal .close_button {
    top: 8px;
    right: 18px;
  }
  .modal .head {
    font-size: 30px!important;
    padding: 0!important;
    margin-bottom: 6px!important;
  }
}
.modal .close_button {
  background-color: transparent;
  top: -2px;
  right: -1px;
}
