body {
  width: 100%;
  min-height: 100vh;
  display: block;
  background: #fcd750 url("http://res.cloudinary.com/dnhvfgp9c/image/upload/v1521734636/bcg-pattern.png") repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Patrick Hand", cursive;
  padding: 20px 0 50px;
  position: relative;
}
@media only screen and (max-width: 600px) {
  body {
    display: block;
    height: auto;
  }
}

.burger h1 {
  color: #000;
  font-size: 35px;
  margin-bottom: 30px;
}
.burger__wrapp {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .burger__wrapp {
    display: block;
  }
}
.burger__info {
  border: 4px solid #ddb737;
  animation: 1.4s cubic-bezier(0.4, 0.25, 0.3, 1) shadowAnimation infinite;
  background: #fff url(http://12dishes.com/assets/images/noise-pattern.png) repeat;
  width: 130px;
  height: 130px;
  border-radius: 100px;
  position: absolute;
  top: -10px;
  right: -40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  z-index: 1;
}
.burger__info.error span {
  color: #f10202;
}
.burger__info.correct span {
  color: #0f83d0;
}
.burger__info span {
  font-size: 17px;
  text-align: center;
  line-height: 19px;
  color: #2f1303;
}
@media only screen and (max-width: 600px) {
  .burger__info {
    width: 90px;
    height: 90px;
    border-width: 2px;
    animation: none;
    right: 5px;
  }
  .burger__info span {
    font-size: 14px;
    line-height: 16px;
  }
}
.burger__circle {
  position: relative;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 6px solid #ddb737;
  box-shadow: 1px 0px 0px 6px rgba(221, 183, 55, 0.5), 1px 0px 0px 12px rgba(221, 183, 55, 0.2);
  background: #fff url("http://res.cloudinary.com/dnhvfgp9c/image/upload/v1521734636/bcg-pattern.png") repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .burger__circle {
    width: 280px;
    height: 280px;
    border-width: 4px;
    margin: 0 auto 25px;
  }
}
.burger__circle.finished {
  animation: 1.4s cubic-bezier(0.4, 0.25, 0.3, 1) shadowBigAnimation infinite;
}
.burger__circle svg {
  width: 230px;
  height: 350px;
  position: relative;
  z-index: 1;
}
.burger__circle svg .buns-top,
.burger__circle svg .salad,
.burger__circle svg .egg,
.burger__circle svg .buns-bottom,
.burger__circle svg .cheese,
.burger__circle svg .meat,
.burger__circle svg .flag {
  opacity: 0;
}
@media only screen and (max-width: 600px) {
  .burger__circle svg {
    width: 150px;
    height: 272px;
  }
}
.burger__circle:after {
  content: "";
  height: 200px;
  width: 400px;
  border-bottom-left-radius: 194px;
  border-bottom-right-radius: 194px;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 0;
  background: #f2f2f2 url("http://res.cloudinary.com/dnhvfgp9c/image/upload/v1521734636/bcg-pattern.png") repeat;
  box-shadow: inset 0px 11px 70px rgba(0, 0, 0, 0.17);
  transform: translateX(-50%);
}
@media only screen and (max-width: 600px) {
  .burger__circle:after {
    height: 140px;
    width: 280px;
    border-bottom-left-radius: 137px;
    border-bottom-right-radius: 137px;
  }
}
.burger__ingredients {
  display: flex;
}
@media only screen and (max-width: 600px) {
  .burger__ingredients {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }
}
.burger__ingredients-item {
  cursor: pointer;
  float: none;
  margin: 0 8px;
}
@media only screen and (max-width: 600px) {
  .burger__ingredients-item {
    margin: 0px 0 5px;
  }
}
.burger__ingredients-item:hover .burger__ingredients-item-inner {
  background: #f2f2f2 url("http://res.cloudinary.com/dnhvfgp9c/image/upload/v1521734636/bcg-pattern.png") repeat;
}
.burger__ingredients-item:hover .burger__ingredients-item-title {
  transform: translateY(8px);
}
@media only screen and (max-width: 600px) {
  .burger__ingredients-item:hover .burger__ingredients-item-title {
    transform: translateY(4px);
  }
}
.burger__ingredients-item--meat svg {
  width: 64px;
  left: 3px;
  top: -10px;
}
.burger__ingredients-item--flag svg {
  width: 147px;
  left: -43px;
  top: 14px;
}
.burger__ingredients-item--buns-bottom svg {
  width: 60px;
  left: 5px;
  top: -17px;
}
.burger__ingredients-item--chees svg {
  width: 64px;
  left: 3px;
  top: -4px;
}
.burger__ingredients-item--flag svg {
  width: 147px;
  left: -47px;
  top: 16px;
}
.burger__ingredients-item--salad svg {
  width: 107px;
  left: 18px;
  top: -32px;
}
.burger__ingredients-item--buns-top svg {
  width: 58px;
  left: 6px;
  top: 12px;
}
.burger__ingredients-item--egg svg {
  width: 68px;
  left: 0px;
  top: -2px;
}
.burger__ingredients-item svg {
  position: absolute;
}
.burger__ingredients-item-inner {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px solid #ddb737;
  background: #fff url("http://res.cloudinary.com/dnhvfgp9c/image/upload/v1521734636/bcg-pattern.png") repeat;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: 1.4s cubic-bezier(0.4, 0.25, 0.3, 1) shadowAnimation infinite;
  transition: background-color 0.5s ease;
  position: relative;
}
.burger__ingredients-item-inner.is-disabled {
  opacity: 0.7;
  pointer-events: none;
  animation: none;
}
.burger__ingredients-item-inner.is-disabled ~ .burger__ingredients-item-title {
  opacity: 0.5;
  transform: translateY(0) !important;
}
@media only screen and (max-width: 600px) {
  .burger__ingredients-item-inner {
    transform: scale(0.8);
  }
}
.burger__ingredients-item-title {
  display: block;
  text-align: center;
  margin-top: 5px;
  transition: all 0.3s ease;
  font-size: 16px;
  line-height: 18px;
}
@media only screen and (max-width: 600px) {
  .burger__ingredients-item-title {
    font-size: 14px;
    line-height: 16px;
    margin-top: 2px;
  }
}

@keyframes shadowBigAnimation {
  0% {
    box-shadow: 1px 0px 0px 1px rgba(221, 183, 55, 0.5), 1px 0px 0px 3px rgba(221, 183, 55, 0.2);
  }
  50% {
    box-shadow: 1px 0px 0px 15px rgba(221, 183, 55, 0.5), 1px 0px 0px 30px rgba(221, 183, 55, 0.2);
  }
  100% {
    box-shadow: 1px 0px 0px 1px rgba(221, 183, 55, 0.5), 1px 0px 0px 3px rgba(221, 183, 55, 0.2);
  }
}
@-moz-keyframes shadowBigAnimatio {
  0% {
    box-shadow: 1px 0px 0px 1px rgba(221, 183, 55, 0.5), 1px 0px 0px 3px rgba(221, 183, 55, 0.2);
  }
  50% {
    box-shadow: 1px 0px 0px 15px rgba(221, 183, 55, 0.5), 1px 0px 0px 30px rgba(221, 183, 55, 0.2);
  }
  100% {
    box-shadow: 1px 0px 0px 1px rgba(221, 183, 55, 0.5), 1px 0px 0px 3px rgba(221, 183, 55, 0.2);
  }
}
@keyframes shadowAnimation {
  0% {
    box-shadow: 1px 0px 0px 1px rgba(221, 183, 55, 0.5), 1px 0px 0px 3px rgba(221, 183, 55, 0.2);
  }
  50% {
    box-shadow: 1px 0px 0px 5px rgba(221, 183, 55, 0.5), 1px 0px 0px 10px rgba(221, 183, 55, 0.2);
  }
  100% {
    box-shadow: 1px 0px 0px 1px rgba(221, 183, 55, 0.5), 1px 0px 0px 3px rgba(221, 183, 55, 0.2);
  }
}
@-moz-keyframes shadowAnimation {
  0% {
    box-shadow: 1px 0px 0px 1px rgba(221, 183, 55, 0.5), 1px 0px 0px 3px rgba(221, 183, 55, 0.2);
  }
  50% {
    box-shadow: 1px 0px 0px 5px rgba(221, 183, 55, 0.5), 1px 0px 0px 10px rgba(221, 183, 55, 0.2);
  }
  100% {
    box-shadow: 1px 0px 0px 1px rgba(221, 183, 55, 0.5), 1px 0px 0px 3px rgba(221, 183, 55, 0.2);
  }
}
.burger-icon {
  font-size: 12px;
  color: #ccae40;
  position: absolute;
  right: 5px;
  bottom: 5px;
}
.burger-icon a {
  color: #ccae40;
}

.link {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
}
.link a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #483902;
}
.link .fa {
  font-size: 28px;
  margin-right: 8px;
  color: #483902;
}