@charset "UTF-8";

.btn-send {
  color: #fff !important;
  min-width: 218px;
  text-align: left;
  position: relative;
  padding: 0 70px 0 20px;
  background: radial-gradient(100% 100% at 0% 0%, #0154EF 0%, #2499FB 100%);
  -webkit-box-shadow: 0px 20px 30px -6px rgba(5, 23, 60, 0.25);
  box-shadow: 0px 20px 30px -6px rgba(5, 23, 60, 0.25);
}
.btn-send i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  font-size: 20px;
}
.btn-send:hover {
  text-decoration: underline;
  background: radial-gradient(100% 100% at 0% 0%, #2499FB 0%, #0154EF 100%);
  -webkit-box-shadow: 0px 2px 4px -2px rgba(7, 8, 49, 0.4), 0px 20px 30px -6px rgba(5, 23, 60, 0.25);
  box-shadow: 0px 2px 4px -2px rgba(7, 8, 49, 0.4), 0px 20px 30px -6px rgba(5, 23, 60, 0.25);
}

.game-details {
  border-radius: 6px;
  background: #F6F6F6;
  margin: -33px -50px 40px;
  padding: 24px 50px 24px;
}
@media (max-width: 1023px) {
  .game-details {
    margin: -33px -24px 40px;
    padding: 24px;
  }
}

.game-details .game-info {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.game-details .game-info dl dt {
  /*
  width: 241px;
  */
  flex-basis: 241px;
  flex-shrink: 1;
  flex-grow: 0;
}
.game-details .game-info dl dt, .game-details .game-info dl dd {
	padding-bottom: 12px;
}
.game-details .game-info dl dt:last-of-type, .game-details .game-info dl dd:last-of-type {
	padding-bottom: 0;
}
@media (max-width: 1023px) {
	.game-details .game-info dl dt {
		flex-basis: 40%;
		flex-grow: 1;
	}
}
.game-details .game-info dl span {
  color: #C5C5C5;
}
.game-details .game-info dl span em {
  font-style: normal;
  color: #0076FF;
}
.game-details .game-info .range {
  width: 134px;
  position: relative;
  background: #E7E8E8;
  border-radius: 9px;
  height: 14px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin: 0 11px 2px 0;
}
.game-details .game-info .range:after {
  border-radius: 9px;
  position: absolute;
  height: 14px;
  top: 0;
  left: 0;
  content: "";
  background: radial-gradient(100% 100% at 0% 50%, #17C510 0%, #09A35D 100%);
  width: var(--width);
}
.game-details .game-info .visual {
  -webkit-box-flex: 0;
/*      -ms-flex: 0 0 204px;
          flex: 0 0 204px; removed by serega */
  margin: 0 31px 0 0;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 0px 20px 30px -4px rgba(2, 11, 28, 0.111724);
          box-shadow: 0px 20px 30px -4px rgba(2, 11, 28, 0.111724);
  -webkit-filter: drop-shadow(0px 2px 4px rgba(7, 8, 49, 0.163571));
          filter: drop-shadow(0px 2px 4px rgba(7, 8, 49, 0.163571));
}
.game-details .game-info .visual img {
  height: 171px;
/*  width: 171px;*/
width:305px;/*fixed by serega*/
  object-fit: cover;
}
.game-details h3 {
  color: #000;
}
.game-details h3 span {
  color: #0076FF;
}
/*
.game-details .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
*/
@media (max-width: 639px) {
	.block .game-details h3 {
		margin-bottom: 24px;
	}
}

@media (max-width: 699px) {
	.game-details .columns {
		display: flex;
		flex-direction: column;
	}
	.game-details .columns h3:nth-child(odd), .game-details .columns dl:nth-child(odd) {
		order: 1;
	}
	.game-details .columns h3:nth-child(even), .game-details .columns dl:nth-child(even) {
		order: 1000;
	}
	.game-details .columns .game_system_requirements_hr_container {
		order: 999;
	}
}
@media (min-width: 700px) {
	.game-details .columns {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap:  8px;
	}
}

@media (max-width: 1023px) {
  .game-details .columns {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.game-details .columns .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 386px;
          flex: 0 0 386px;
  margin: 0 77px 0 0;
}
@media (max-width: 1023px) {
  .game-details .columns .col {
    margin: 0;
  }
  .game-details .columns .col:last-child {
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  .game-details .columns .col:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.game-details .columns .galochka_or_krestik_in_table_title {
	margin-right: 6px;
	padding-top: 4px;
}
.game-details .columns h3 .galochka_or_krestik_in_table_title {
	padding-top: 10px;
}
.game-details .columns dl {
  font-size: 15px;
  line-height: 22px;
}
.game-details .columns dl dt {
  font-weight: 600;
  float: left;
  color: #000;
  margin: 0 3px 0 0;
}
.game-details .columns dl dd {
  min-height: 44px;
  color: #818181;
  margin: 0 0 16px;
}
@media (max-width: 639px) {
  .game-details .columns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .game-details .columns .col {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.game-details h4 {
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 23px;
}
@media (max-width: 639px) {
  .game-details {
    margin: -25px -16px 40px;
    padding: 24px 16px;
  }

  .game-details .game-info .visual {
  /*  -webkit-box-flex: 0;
        -ms-flex: 0 0 303px;
            flex: 0 0 303px;
    width: 260px; removed by serega */
    margin: 0 0 24px;
  }
  .game-details .game-info .visual img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .game-details .game-info .mobile-full-width {
    width: 100%;
    padding-top: 12px;
  }
}

.game-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*align-items: flex-start;*/
}
.game-info a {
  color: #0076FF;
}
.game-info dl {
  color: #2E2C37;
  font-size: 15px;
  line-height: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 65%;
          flex: 0 1 65%;
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
}
.game-info dl dd {
  flex-basis: calc( 100% - 251px );
  flex-shrink: 1;
  flex-grow: 1;
	min-height: 20px;
  /*white-space: nowrap;*/
  overflow: hidden;
  color: #0076FF;
  /*margin-bottom: 10px;*/
}
@media (max-width: 1023px) {
	.game-details .game-info dl dd {
		flex-basis: 40%;
	}
}
/*
.game-info dl dt {
  width: 60%;
  float: left;
}
*/
.game-info dl + dl {
  white-space: nowrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.game-info dl + dl dt {
  width: 188px;
}
@media (max-width: 639px) {
  .game-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .game-info dl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  /*
  .game-info dl dt {
    width: 60% !important;
  }
  */
}
.game-info .game_system_requirements_total {
	display: flex;
	column-gap: 14px;
	flex-wrap: wrap;
}
.game-info .game_system_requirements_total .game_system_requirements_total_visual {
	display: flex;
	row-gap: 4px;
	column-gap: 2px;
	flex-wrap: wrap;
	padding-top: 7px;
	padding-bottom: 4px;
}
.game-info .game_system_requirements_total .game_system_requirements_total_visual .game_sys_req_point_filled, .game-info .game_system_requirements_total .game_system_requirements_total_visual .game_sys_req_point_empty {
	box-sizing: border-box;
	width: 9px;
	height: 9px;
	border: 1px solid #0076FF;
}
.game-info .game_system_requirements_total .game_system_requirements_total_visual .game_sys_req_point_filled {
	background-color: #0076FF;
}
.send-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}
.send-block .btn {
  margin: 0 20px 0 0;
}
.send-block p {
  font-weight: 600;
  color: #1E1E1F;
  font-size: 16px;
  line-height: 21px;
  margin: 0;
}
.send-block p em {
  font-style: normal;
  color: #0076FF;
}
.send-block p a {
  text-decoration: none;
}
.send-block p a:hover {
  text-decoration: underline;
}
@media (max-width: 639px) {
  .send-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .send-block .btn {
    width: 90%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .send-block p {
    margin-bottom: 24px;
  }
  .send-block p br {
    display: none;
  }
}


.table-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.table-columns table {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
  margin: 0 6px 0 0;
  max-width: 400px;
}
@media (max-width: 1023px) {
  .table-columns table {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
  .table-columns table td {
    width: 50% !important;
  }
}
@media (max-width: 639px) {
  .table-columns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .table-columns table {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0;
  }
  .table-columns table tr {
    width: auto;
  }
}
