/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html,
body {
  height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  background: -webkit-gradient(linear, left bottom, left top, from(#19191B), to(#19191B)), #C4C4C4;
  background: linear-gradient(0deg, #19191B, #19191B), #C4C4C4;
  color: #febd19;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  color: inherit;
}

a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  background-image: url("../../img/images/background.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 1920px;
}

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding-top: 65px;
}

.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 15px;
}

.icon {
  fill: #febd19;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}

.text-center {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1920px) {
  .wrapper {
    background-size: cover;
  }
}
@media (max-width: 1590px) {
  .container {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 14px;
  }

  .content {
    padding-top: 26px;
  }
}
@font-face {
  font-family: "Benzin-Semi";
  font-weight: 600;
  font-style: normal;
  src: url("../../fonts/Supremat - Benzin Semibold.woff2") format("woff2"), url("../../fonts/Supremat - Benzin Semibold.woff") format("woff");
}
.header {
  background: -webkit-gradient(linear, left bottom, left top, from(#19191B), to(#19191B)), #C4C4C4;
  background: linear-gradient(0deg, #19191B, #19191B), #C4C4C4;
  position: fixed;
  z-index: 7;
  top: 0;
  left: 0;
  width: 100%;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 65px;
  padding: 0 40px;
  gap: 30px;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.logo svg {
  width: 177px;
  height: 31px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.logo:hover svg {
  fill: #cb9714;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px 60px;
}
.nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #fff;
}
.nav__link svg {
  width: 24px;
  height: 24px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.nav__link:hover {
  color: #febd19;
  text-decoration: none;
}
.nav__link:hover svg {
  fill: #cb9714;
}
.nav__link-text {
  display: inline-block;
  text-decoration: none;
  padding-top: 2px;
}

@media (max-width: 991px) {
  .header__inner {
    height: 26px;
    padding: 0;
  }

  .logo svg {
    width: 122px;
    height: 10px;
  }

  .nav {
    gap: 30px;
  }
  .nav__link svg {
    width: 10px;
    height: 14px;
  }
}
.card {
  position: relative;
  z-index: 4;
  max-width: 580px;
  width: 100%;
  background-color: rgba(25, 25, 27, 0.85);
  border-radius: 4px;
  padding: 1.25em;
  overflow-y: auto;
  max-height: 100vh;
}
.card-overlay {
  background-color: rgba(25, 25, 27, 0.3);
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}
.card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card-header {
  font-family: "Benzin-Semi", sans-serif;
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #febd19;
  padding-top: 38px;
  background-color: transparent;
  border-bottom: none;
}
.card .col-form-label {
  font-size: 14px;
  color: #FFF;
  padding-bottom: 5px;
}
.card-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  height: 82px;
  padding: 15px 15px 7px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0))), #febd19;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%), #febd19;
  border-radius: 4px;
  border: 0;
  font-family: "Benzin-Semi", sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #141414;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.card-btn:hover {
  color: #141414;
  border: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0))), #cb9714;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%), #cb9714;
}
.card .form-control {
  height: 60px;
  border: 1px solid #febd19;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  background-clip: inherit;
  background-color: transparent;
  color: #fff;
  font-size: 24px;
}
.card .form-text {
  display: inline-block;
  margin: 0;
  padding: 10px 15px;
  font-size: 22px;
  color: #FFF;
  line-height: 1.4;
}
.card .form-sub-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 14px;
  color: #FFF;
  max-width: 350px;
}
.card .btn-link {
  display: inline-block;
  margin: 0;
  padding: 10px 7px;
  border: 0;
  font-size: 22px;
  color: #2295FF;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  line-height: 1.4;
}
.card .btn-link:hover {
  color: #1b77cc;
}
.card .invalid-feedback {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  color: #FF5E5E;
  padding: 10px 20px 0;
}

.card input:-webkit-autofill,
.card input:-webkit-autofill:hover,
.card input:-webkit-autofill:focus,
.card input:-webkit-autofill:active,
.card textarea:-webkit-autofill,
.card textarea:-webkit-autofill:hover,
.card textarea:-webkit-autofill:focus,
.card select:-webkit-autofill,
.card select:-webkit-autofill:hover,
.card select:-webkit-autofill:focus {
  -webkit-box-shadow: inset 0 0 0 50px transparent;
  -webkit-text-fill-color: #fff;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.was-validated .form-control:invalid:focus,
.was-validated .form-control:invalid,
.form-control.is-invalid:focus,
.form-control.is-invalid {
  border-color: #FF5E5E;
  background-image: none;
}

@media (min-width: 768px) {
  .card {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 7;
    padding: 1.25em 1.875rem;
  }

  .card-overlay {
    z-index: 6;
  }
}
.main__inner {
  display: -ms-grid;
  display: grid;
  max-width: 1490px;
  margin: 0 auto;
  padding-top: 24px;
  grid-gap: 16px;
  -ms-grid-columns: calc(30% - 7px) 16px calc(40% - 18px) 16px calc(30% - 7px);
  grid-template-columns: calc(30% - 7px) calc(40% - 18px) calc(30% - 7px);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
      grid-template-areas: "rating map garage";
}
.main__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main__item-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main__item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid #FFD978;
  border-radius: 4px 4px 0 0;
}
.main__item-title {
  font-weight: 700;
  font-size: 18px;
  padding: 10px 20px 7px;
}

@media (max-width: 1449px) {
  .main__inner {
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  .main__inner {
    -ms-grid-columns: calc(30% - 4px) 8px calc(40% - 8px) 8px calc(30% - 4px);
    grid-template-columns: calc(30% - 4px) calc(40% - 8px) calc(30% - 4px);
    padding-top: 5px;
    gap: 8px;
  }
  .main__item-top {
    height: 18px;
  }
  .main__item-title {
    font-size: 10px;
    padding: 7px 8px 5px;
  }
}
@media (max-width: 575px) {
  .main__inner {
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 16px 1fr;
    grid-template-rows: auto 1fr;
        grid-template-areas: "map map" "rating garage";
  }
}
@media (max-width: 480px) {
  .main__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 16px 1fr 16px 1fr;
    grid-template-rows: auto 1fr 1fr;
        grid-template-areas: "map" "rating" "garage";
  }
}
.rating {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: rating;
  position: relative;
}
.rating__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-height: calc(100% - 50px - 87px);
  background-color: rgba(30, 30, 31, 0.9);
  position: absolute;
  top: 50px;
  left: 0;
  overflow-y: auto;
  scrollbar-color: transparent #19191b;
  scrollbar-width: thin !important;
  /* Scrollbar Styling */
}
.rating__list::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
.rating__list::-webkit-scrollbar-track {
  background-color: transparent;
}
.rating__list::-webkit-scrollbar-thumb {
  width: 6px;
  background-color: #19191b;
  border-radius: 3px;
  cursor: pointer;
  min-height: 100px;
}
.rating__item-count {
  color: #fff;
}
.rating__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 35px;
  padding: 9px 36px 6px 27px;
  gap: 24px;
  border-bottom: 2px solid rgba(25, 25, 27, 0.7);
}
.rating__item[data-rating="2"], .rating__item[data-rating="3"] {
  min-height: 50px;
  background-color: rgba(46, 46, 48, 0.9);
}
.rating__item[data-rating="1"] {
  min-height: 75px;
  background: radial-gradient(88% 65% at 50% 100%, rgba(254, 189, 25, 0.2) 0%, rgba(255, 255, 255, 0) 75%) rgba(56, 51, 50, 0.9);
}
.rating__item[data-rating="1"] .rating__item-count::before {
  content: "";
  display: block;
  width: 41px;
  height: 30px;
  background: url("../../img/images/icons/laurel.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
}
.rating__item.user {
  position: relative;
  background: radial-gradient(97.5% 97.5% at 50% 50%, rgba(254, 189, 25, 0.2) 0%, rgba(0, 0, 0, 0) 100%), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), color-stop(19.17%, rgba(0, 0, 0, 0))), #19191F;
  background: radial-gradient(97.5% 97.5% at 50% 50%, rgba(254, 189, 25, 0.2) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0) 19.17%), #19191F;
  border: 1px solid #000;
}
.rating__item.user::before {
  content: "";
  display: block;
  width: 7px;
  height: 100%;
  background-color: #febd19;
  position: absolute;
  top: 0;
  left: 0;
}
.rating__item.user .corner {
  width: 30px;
  height: 30px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  position: absolute;
  right: 0;
  top: 0;
}
.rating__item.user[data-rating="1"], .rating__item.user[data-rating="2"], .rating__item.user[data-rating="3"] {
  background: radial-gradient(97.5% 97.5% at 50% 50%, rgba(254, 189, 25, 0.2) 0%, rgba(0, 0, 0, 0) 100%), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), color-stop(19.17%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left bottom, left top, from(#19191F), to(#19191F)), #2E2D30;
  background: radial-gradient(97.5% 97.5% at 50% 50%, rgba(254, 189, 25, 0.2) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0) 19.17%), linear-gradient(0deg, #19191F, #19191F), #2E2D30;
  border-color: #febd19;
}
.rating__item.user[data-rating="1"] .corner, .rating__item.user[data-rating="2"] .corner, .rating__item.user[data-rating="3"] .corner {
  width: 46px;
  height: 47px;
}
.rating__item.user[data-rating="1"]::before, .rating__item.user[data-rating="2"]::before, .rating__item.user[data-rating="3"]::before {
  content: none;
}
.rating__item-count {
  position: relative;
}
.rating__item-score {
  margin-left: auto;
}
.rating__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  height: 87px;
  padding: 15px 30px;
  background: radial-gradient(97.5% 97.5% at 50% 50%, rgba(254, 189, 25, 0.2) 0%, rgba(0, 0, 0, 0) 100%), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), color-stop(19.17%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left bottom, left top, from(#19191F), to(#19191F)), #2E2D30;
  background: radial-gradient(97.5% 97.5% at 50% 50%, rgba(254, 189, 25, 0.2) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0) 19.17%), linear-gradient(0deg, #19191F, #19191F), #2E2D30;
  border-radius: 0px 0px 4px 4px;
  position: relative;
  font-size: 24px;
  font-weight: 700;
}
.rating__user .corner {
  width: 46px;
  height: 47px;
  position: absolute;
  top: 0;
}
.rating__user .corner--1 {
  left: 0;
}
.rating__user .corner--2 {
  right: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.rating__user-prize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 45px;
}
.rating__user-prize img {
  width: 100%;
}
.rating__user-count {
  font-weight: 700;
  font-size: 24px;
  color: #FFF;
}
.rating__user-score {
  margin-left: auto;
}

@media (max-width: 991px) {
  .rating__list {
    top: 18px;
    max-height: calc(100% - 18px - 47px);
  }
  .rating__item {
    height: 20px;
    padding: 7px 14px 4px 14px;
    gap: 10px;
  }
  .rating__item[data-rating="1"] {
    min-height: 47px;
  }
  .rating__item[data-rating="1"] .rating__item-count::before {
    width: 21px;
    height: 21px;
  }
  .rating__item[data-rating="2"], .rating__item[data-rating="3"] {
    min-height: 28px;
  }
  .rating__item.user[data-rating="1"] .corner, .rating__item.user[data-rating="2"] .corner, .rating__item.user[data-rating="3"] .corner {
    width: 25px;
    height: 25px;
  }
  .rating__item.user .corner {
    width: 25px;
    height: 25px;
  }
  .rating__user {
    height: 47px;
    gap: 10px;
    padding: 7px 17px;
    font-size: 14px;
  }
  .rating__user .corner {
    width: 25px;
    height: 25px;
  }
  .rating__user-prize {
    width: 20px;
    height: 22px;
  }
  .rating__user-count {
    font-size: 14px;
  }
}
.map {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: map;
}
.map__inner {
  padding: 20px 20px 40px;
  background: rgba(30, 30, 31, 0.9);
  border-radius: 0 0 4px 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.map__img {
  min-height: 150px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: rgba(0, 0, 0, 0.2);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.map__play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 217px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-height: 60px;
  padding: 19px 20px 10px;
  font-family: "Benzin-Semi", sans-serif;
  font-weight: 600;
  font-size: 22px;
  text-transform: uppercase;
  background: radial-gradient(97.5% 97.5% at 50% 50%, rgba(254, 189, 25, 0.2) 0%, rgba(0, 0, 0, 0) 100%), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), color-stop(19.17%, rgba(0, 0, 0, 0))), #19191F;
  background: radial-gradient(97.5% 97.5% at 50% 50%, rgba(254, 189, 25, 0.2) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0) 19.17%), #19191F;
  border-radius: 4px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}
.map__play .corner {
  width: 46px;
  height: 47px;
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 2;
}
.map__play .corner--1 {
  top: 0;
  left: 0;
}
.map__play .corner--2 {
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.map__play .net {
  width: 85px;
  fill: transparent;
  position: absolute;
  top: 0;
  z-index: 1;
}
.map__play .net--1 {
  left: 0;
  -webkit-transform: rotate(90deg) translate(-50%, 35%);
          transform: rotate(90deg) translate(-50%, 35%);
}
.map__play .net--2 {
  right: 0;
  -webkit-transform: rotate(90deg) translate(-50%, -10%);
          transform: rotate(90deg) translate(-50%, -10%);
}
.map__play:hover {
  color: #cb9714;
}
.map__play:hover .corner {
  fill: #cb9714;
}
.map__statistics-title {
  margin-bottom: 10px;
  padding-left: 0;
}
.map__statistics-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 12px;
}
.map__statistics-item {
  width: 33.33%;
  min-height: 165px;
  padding: 10px 10px 13px;
  background: linear-gradient(137.43deg, rgba(208, 208, 208, 0.2) 0%, rgba(208, 208, 208, 0) 101.26%);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.map__statistics-item .net {
  width: 60%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
  fill: transparent;
}
.map__statistics-img {
  margin-bottom: 10px;
  padding-top: 5px;
}
.map__statistics-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.map__statistics-data {
  font-weight: 700;
  font-size: 24px;
  color: #FFF;
  text-shadow: 0px 0.3px 0.1px #19191B;
  margin-bottom: 3px;
}
.map__statistics-text {
  color: #FFF;
  text-shadow: 0px 0.3px 0.1px #19191B;
}

@media (max-width: 1449px) {
  .map__statistics-img {
    margin-bottom: 0;
  }
  .map__statistics-img img {
    max-height: 40px;
  }
}
@media (max-width: 991px) {
  .map__inner {
    padding: 7px;
  }
  .map__img {
    min-height: 140px;
    height: 140px;
    margin-bottom: 5px;
    border-right: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .map__play {
    font-size: 14px;
    min-width: 120px;
    min-height: 32px;
    padding: 10px 10px 5px;
  }
  .map__play .corner {
    width: 25px;
    height: 25px;
  }
  .map__statistics-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .map__statistics-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    min-height: 26px;
    padding: 4px 6px;
    border-radius: 2px;
    background: linear-gradient(137.43deg, rgba(208, 208, 208, 0.2) 0%, rgba(208, 208, 208, 0) 101.26%);
  }
  .map__statistics-item .net {
    width: 30%;
  }
  .map__statistics-title {
    margin-bottom: 2px;
  }
  .map__statistics-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 3px;
    margin-bottom: 0;
    width: 17px;
    height: 17px;
    margin-right: 5px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .map__statistics-img img {
    max-width: 100%;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  .map__statistics-text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 6px;
    padding-top: 4px;
  }
  .map__statistics-data {
    margin-bottom: 0;
    font-size: 14px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: auto;
    padding-top: 4px;
  }
}
.garage {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: garage;
}
@media (max-width: 575px) {
  .rating {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .map {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .garage {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media (max-width: 480px) {
  .rating {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .map {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .garage {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}
.garage__inner {
  background: rgba(30, 30, 31, 0.9);
  border-radius: 0 0 4px 4px;
}
.garage__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 20px 30px 40px;
  gap: 25px;
  border-bottom: 2px solid rgba(188, 162, 94, 0.2);
  position: relative;
  overflow: hidden;
}
.garage__info .corner {
  width: 88px;
  height: 86px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  z-index: 2;
}
.garage__info .net {
  width: 190px;
  fill: transparent;
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  -webkit-transform: rotate(-90deg) translate(-10%, -15%);
          transform: rotate(-90deg) translate(-10%, -15%);
}
.garage__info-img {
  position: relative;
  z-index: 2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.garage__info-img img {
  width: 100%;
}
.garage__info-name {
  font-weight: 700;
  font-size: 48px;
  color: #FFF;
}
.garage__info-state {
  font-weight: 700;
  font-size: 24px;
}
.garage__privat {
  padding: 24px 30px 15px;
  background: url("../../img/images/content/bg-privat.png") no-repeat top right;
  background-size: contain;
}
.garage__privat-text {
  width: 195px;
  font-weight: 700;
  font-size: 38px;
  color: #FFF;
  margin-bottom: 20px;
  white-space: nowrap;
}
.garage__privat-item {
  width: 195px;
  height: 110px;
  margin-bottom: 30px;
  background: rgba(28, 28, 35, 0.6) url("../../img/images/bg-privat-item.png") no-repeat center;
  background-size: 110%;
  border: 3px solid #150D0B;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.garage__privat-item:last-of-type {
  margin-bottom: 12px;
}
.garage__privat-item::before, .garage__privat-item::after {
  content: "";
  display: block;
  width: 109.37px;
  height: 6px;
  background: #150D0B;
  border-radius: 6px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) matrix(1, 0, 0, -1, 0, 0);
          transform: translateX(-50%) matrix(1, 0, 0, -1, 0, 0);
}
.garage__privat-item::before {
  top: -5px;
}
.garage__privat-item::after {
  bottom: -6px;
}
.garage__privat-item-img {
  position: absolute;
  left: -5px;
  top: 42px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.garage__privat-item-box {
  width: 100%;
  text-align: center;
}
.garage__privat-item-count {
  font-size: 48px;
  line-height: 100%;
  text-shadow: 0px 1.60833px 1.60833px rgba(254, 189, 25, 0.21), 0px 1.60833px 3.21666px rgba(254, 189, 25, 0.15);
  position: relative;
}
.garage__privat-item-text {
  font-weight: 700;
  font-size: 24px;
  color: #FFF;
  text-shadow: 0px 0.482499px 0.160833px #19191B;
  position: relative;
  top: 5px;
}

@media (max-width: 1449px) {
  .garage__info {
    padding: 20px 20px 20px 40px;
  }
  .garage__info-name {
    font-size: 36px;
  }
  .garage__info-img img {
    max-width: 60px;
  }
  .garage__privat {
    padding: 20px 30px 15px;
  }
  .garage__privat-item {
    margin-bottom: 20px;
    height: 90px;
  }
  .garage__privat-item:last-of-type {
    margin-bottom: 6px;
  }
  .garage__privat-item-count {
    font-size: 32px;
  }
  .garage__privat-item-img {
    left: -8px;
    top: 34px;
  }
  .garage__privat-text {
    width: 100%;
    margin-bottom: 12px;
  }
}
@media (max-width: 991px) {
  .garage__info {
    padding: 15px 20px;
  }
  .garage__info .corner {
    width: 32px;
    height: 33px;
  }
  .garage__info-img {
    width: 41px;
    height: 41px;
  }
  .garage__info-name, .garage__info-state {
    font-size: 14px;
  }
  .garage__privat {
    padding: 15px 12px;
  }
  .garage__privat-item {
    margin-bottom: 15px;
    width: 100px;
    height: 46px;
  }
  .garage__privat-item::before, .garage__privat-item::after {
    width: 41px;
    height: 2px;
  }
  .garage__privat-item::after {
    bottom: -5px;
  }
  .garage__privat-item-img {
    width: 20px;
    height: 11px;
    top: 12px;
  }
  .garage__privat-item-img img {
    max-width: 100%;
  }
  .garage__privat-text {
    font-size: 14px;
    margin-bottom: 7px;
  }
  .garage__privat-item-count {
    font-size: 18px;
  }
  .garage__privat-item-text {
    font-size: 14px;
    top: 2px;
  }
}
.start-game {
  background: rgba(0, 0, 0, 0) url("../../img/block_bg.png") repeat scroll 0 0;
  border: 1px solid #000;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px #000;
          box-shadow: 0 0 5px #000;
  position: absolute;
  top: 0;
  left: -5000px;
  width: 488px;
  height: 295px;
  z-index: -1;
  visibility: hidden;
  overflow: hidden;
}

.start-game.active {
  z-index: 1000;
  opacity: 1;
  visibility: visible;
}

.start-game.active .game-map canvas {
  position: absolute;
  left: 50%;
  margin-right: -50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.footer {
  padding-top: 30px;
  padding-bottom: 24px;
  background: -webkit-gradient(linear, left bottom, left top, from(#19191B), to(rgba(25, 25, 27, 0.3)));
  background: linear-gradient(0deg, #19191B, rgba(25, 25, 27, 0.3));
}
.footer__copyright {
  padding: 0 40px;
  text-align: center;
  color: #cccc99;
  font-size: 11px;
  line-height: 1.3;
}

@media (max-width: 991px) {
  .footer {
    padding-bottom: 14px;
  }
  .footer__copyright {
    padding: 0;
  }
}