* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: 'Roboto Condensed', 'Roboto', sans-serif;
  font-weight: normal;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url("../fonts/RobotoCondensed-Light.eot");
  src: local("Roboto Condensed Light"), local("RobotoCondensed-Light"), url("../fonts/RobotoCondensed-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoCondensed-Light.woff2") format("woff2"), url("../fonts/RobotoCondensed-Light.woff") format("woff"), url("../fonts/RobotoCondensed-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url("../fonts/RobotoCondensed-LightItalic.eot");
  src: local("Roboto Condensed Light Italic"), local("RobotoCondensed-LightItalic"), url("../fonts/RobotoCondensed-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoCondensed-LightItalic.woff2") format("woff2"), url("../fonts/RobotoCondensed-LightItalic.woff") format("woff"), url("../fonts/RobotoCondensed-LightItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url("../fonts/RobotoCondensed-BoldItalic.eot");
  src: local("Roboto Condensed Bold Italic"), local("RobotoCondensed-BoldItalic"), url("../fonts/RobotoCondensed-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoCondensed-BoldItalic.woff2") format("woff2"), url("../fonts/RobotoCondensed-BoldItalic.woff") format("woff"), url("../fonts/RobotoCondensed-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url("../fonts/RobotoCondensed-Bold.eot");
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url("../fonts/RobotoCondensed-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoCondensed-Bold.woff2") format("woff2"), url("../fonts/RobotoCondensed-Bold.woff") format("woff"), url("../fonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url("../fonts/RobotoCondensed-Regular.eot");
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url("../fonts/RobotoCondensed-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoCondensed-Regular.woff2") format("woff2"), url("../fonts/RobotoCondensed-Regular.woff") format("woff"), url("../fonts/RobotoCondensed-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url("../fonts/RobotoCondensed-Italic.eot");
  src: local("Roboto Condensed Italic"), local("RobotoCondensed-Italic"), url("../fonts/RobotoCondensed-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoCondensed-Italic.woff2") format("woff2"), url("../fonts/RobotoCondensed-Italic.woff") format("woff"), url("../fonts/RobotoCondensed-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

body {
  font-family: 'Roboto Condensed', 'Roboto', sans-serif;
  font-size: 16px;
  color: #ffffff;
  margin: 0;
  padding: 0;
}

.wrapper {
  background: #447214 url("/app/rock-scissors-paper/images/bg.jpg") center/cover no-repeat;
  min-height: 100vh;
}

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

header {
  background: rgba(0, 0, 0, 0.2);
  opacity: 1;
  color: #ffffff;
  padding: 20px 0;
}

.scoreboard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.scoreboard__gamer, .scoreboard__computer {
  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;
  background: #ecedea;
  background: linear-gradient(1deg, #ecedea 0%, #f8f8f6 42%, #c3cad2 100%);
  color: #333d4a;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 18px 50px;
  min-width: 400px;
  -webkit-box-shadow: 10px 10px 7px rgba(0, 0, 0, 0.15);
          box-shadow: 10px 10px 7px rgba(0, 0, 0, 0.15);
  text-align: center;
}

.scoreboard__gamer {
  position: relative;
  top: 0;
  right: -80px;
  border-radius: 11px 70px 0 58px;
  z-index: 2;
}

.scoreboard__computer {
  position: relative;
  top: 0;
  left: -80px;
  border-radius: 70px 11px 58px 0;
  z-index: 2;
}

.scoreboard__score {
  position: relative;
  min-width: 250px;
  background: #414141;
  background: -webkit-gradient(linear, left top, left bottom, from(#414141), to(#010101));
  background: linear-gradient(180deg, #414141 0%, #010101 100%);
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 12px 30px;
}

.scoreboard__timer {
  background: #ecedea;
  background: linear-gradient(1deg, #ecedea 0%, #f8f8f6 42%, #c3cad2 100%);
  color: #333d4a;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 50px;
  padding: 10px 0;
  border-radius: 0 0 25px 25px;
  min-width: 100px;
  -webkit-box-shadow: 10px 10px 7px rgba(0, 0, 0, 0.15);
          box-shadow: 10px 10px 7px rgba(0, 0, 0, 0.15);
  text-align: center;
}

.score {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}

.score__gamer {
  margin-right: 5px;
}

.score__computer {
  margin-left: 5px;
}

.field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px 0;
  padding: 50px 0;
}

.field__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 26px;
  font-weight: bold;
  padding: 50px;
  min-width: 300px;
  min-height: 300px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
}

.field__text {
  font-size: 26px;
  font-weight: bold;
}

.field__left {
  margin-left: 20px;
  min-width: 300px;
  background: rgba(0, 0, 0, 0.192);
}

.field__right {
  margin-right: 20px;
  min-width: 300px;
  background: rgba(0, 0, 0, 0.192);
}

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

.gamer__name {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}

.gamer__animation {
  width: 60px;
  height: 100px;
  background: url("/app/rock-scissors-paper/images/scissors.png") center/contain no-repeat;
  -webkit-animation-name: headerLane;
          animation-name: headerLane;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps(1, end);
          animation-timing-function: steps(1, end);
}

.gamer__rock {
  width: 60px;
  height: 100px;
  background: url("/app/rock-scissors-paper/images/rock.png") center/contain no-repeat;
}

.gamer__scissors {
  width: 60px;
  height: 100px;
  background: url("/app/rock-scissors-paper/images/scissors.png") center/contain no-repeat;
}

.gamer__paper {
  width: 60px;
  height: 100px;
  background: url("/app/rock-scissors-paper/images/paper.png") center/contain no-repeat;
}

@-webkit-keyframes headerLane {
  0% {
    background: url("/app/rock-scissors-paper/images/rock.png") center/contain no-repeat;
  }
  33% {
    background: url("/app/rock-scissors-paper/images/scissors.png") center/contain no-repeat;
  }
  67% {
    background: url("/app/rock-scissors-paper/images/paper.png") center/contain no-repeat;
  }
}

@keyframes headerLane {
  0% {
    background: url("/app/rock-scissors-paper/images/rock.png") center/contain no-repeat;
  }
  33% {
    background: url("/app/rock-scissors-paper/images/scissors.png") center/contain no-repeat;
  }
  67% {
    background: url("/app/rock-scissors-paper/images/paper.png") center/contain no-repeat;
  }
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 130px;
}

.footer__info {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 25px;
}

.government {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.government__rock {
  position: relative;
  background: #ffffff;
  background: linear-gradient(100deg, #ecedea 0%, #f8f8f6 42%, #c3cad2 100%);
  width: 150px;
  height: 150px;
  border: 4px solid #111111;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: 20px;
  -webkit-box-shadow: 0px 9px 7px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 9px 7px rgba(0, 0, 0, 0.2);
}

.government__rock::after {
  position: absolute;
  content: '';
  bottom: 10px;
  left: 33%;
  right: 33%;
  width: 48px;
  height: 79px;
  background: url("/app/rock-scissors-paper/images/rock.png") bottom/contain no-repeat;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.government__rock:hover {
  background: #f5f5f5;
  background: linear-gradient(170deg, #ecedea 0%, #f8f8f6 42%, #c3cad2 100%);
  -webkit-box-shadow: 2px 13px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 13px 5px rgba(0, 0, 0, 0.2);
}

.government__rock:hover::after {
  bottom: 15px;
}

.government__scissors {
  position: relative;
  background: #ffffff;
  background: linear-gradient(100deg, #ecedea 0%, #f8f8f6 42%, #c3cad2 100%);
  width: 150px;
  height: 150px;
  border: 4px solid #111111;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: 20px;
  -webkit-box-shadow: 0px 9px 7px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 9px 7px rgba(0, 0, 0, 0.2);
}

.government__scissors::after {
  position: absolute;
  content: '';
  bottom: 10px;
  left: 33%;
  right: 33%;
  width: 48px;
  height: 100px;
  background: url("/app/rock-scissors-paper/images/scissors.png") bottom/contain no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.government__scissors:hover {
  background: #f5f5f5;
  background: linear-gradient(170deg, #ecedea 0%, #f8f8f6 42%, #c3cad2 100%);
  -webkit-box-shadow: 2px 13px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 13px 5px rgba(0, 0, 0, 0.2);
}

.government__scissors:hover::after {
  bottom: 15px;
}

.government__paper {
  position: relative;
  background: #ffffff;
  background: linear-gradient(100deg, #ecedea 0%, #f8f8f6 42%, #c3cad2 100%);
  width: 150px;
  height: 150px;
  border: 4px solid #111111;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: 20px;
  -webkit-box-shadow: 0px 9px 7px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 9px 7px rgba(0, 0, 0, 0.2);
}

.government__paper::after {
  position: absolute;
  content: '';
  bottom: 10px;
  left: 32%;
  right: 33%;
  width: 60px;
  height: 100px;
  background: url("/app/rock-scissors-paper/images/paper.png") bottom/contain no-repeat;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.government__paper:hover {
  background: #f5f5f5;
  background: linear-gradient(170deg, #ecedea 0%, #f8f8f6 42%, #c3cad2 100%);
  -webkit-box-shadow: 2px 13px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 13px 5px rgba(0, 0, 0, 0.2);
}

.government__paper:hover::after {
  bottom: 15px;
}

.round {
  display: block;
}

.round__header {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 12px 5px;
  margin: 0 45px;
  border-radius: 22px 22px 0 0;
  border: 2px solid #dadada;
  border-bottom: none;
  background: #414141;
  background: -webkit-gradient(linear, left top, left bottom, from(#414141), to(#010101));
  background: linear-gradient(180deg, #414141 0%, #010101 100%);
  text-align: center;
}

.round__body {
  background: #414141;
  background: -webkit-gradient(linear, left top, left bottom, from(#414141), to(#010101));
  background: linear-gradient(180deg, #414141 0%, #010101 100%);
  border: 2px solid #cccccc;
  border-radius: 22px;
}

.round__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  list-style: none;
  padding: 10px 20px;
}

.round__item {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  position: relative;
  text-align: center;
  list-style: none;
  padding: 10px;
  margin-right: 20px;
  position: relative;
  content: '';
  top: 0;
  left: 0;
  width: 24px;
  height: 40px;
}

.round__item--red {
  background: url("/app/rock-scissors-paper/images/hand-red.png") center no-repeat;
}

.round__item--green {
  background: url("/app/rock-scissors-paper/images/hand-green.png") center no-repeat;
}

.round__item--current {
  background: url("/app/rock-scissors-paper/images/hand.png") center no-repeat;
}

.round__item--opacity {
  background: url("/app/rock-scissors-paper/images/hand-opacity.png") center no-repeat;
}

.round__item:last-child {
  margin-right: 0;
}
/*# sourceMappingURL=style.css.map */