/*reset*/
body,
h1,
h2,
h3,
h4,
h5,
p,
ul {
  margin: 0;
  padding: 0;
}

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

img {
  max-width: 100%;
}

body {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
}

.header {
  padding: 15px 0;

  background: #6a6b3d;
  border-bottom: 6px solid #ffffff;
}

.header__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;

  cursor: pointer;
}

.header__title:hover {
  color: #ff2c40;
  text-shadow: 1px 1px 1px #000000;
}

.content {
  background: #f2f58a;
}

.main {
  display: table;
  width: 100%;
  padding: 15px 15px 40px;

  font-size: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.base,
.sidebar {
  display: inline-block;
  width: 75%;

  font-size: 20px;
  vertical-align: top;
}

.base__grid,
.sidebar__grid {
  margin-bottom: 20px;
}

.base__picture,
.sidebar__picture {
  padding: 10px 0;
}

.base__text {
  padding: 0 20px;
}

.text_weight {
  font-weight: 900;
}

.text_up {
  text-transform: uppercase;
}

.text_splice {
  display: inline-block;
}

.sidebar {
  width: 25%;
  padding-bottom: 20px;

  background: #ffffff;
  background: rgba(255,255,255,1);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(95%, rgba(251,252,217,1)), color-stop(100%, rgba(251,252,217,0)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(251,252,217,1) 95%, rgba(251,252,217,0) 100%);
  background:      -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(251,252,217,1) 95%, rgba(251,252,217,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(95%, rgba(251,252,217,1)), to(rgba(251,252,217,0)));
  background:         linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(251,252,217,1) 95%, rgba(251,252,217,0) 100%);
}

.sidebar__picture {
  text-align: center;
}

.sidebar__picture img {
  max-width: 190px;
  max-height: 260px;

  -webkit-border-radius: 15px;
          border-radius: 15px;
}

.sidebar__user-name {
  text-align: center;
}

.special__reviews {
  position: relative;

  display: table;
  width: 100%;
  margin-top: 30px;
  padding: 20px;

  font-size: 0;

  background: #ffffff;
  -webkit-border-radius: 0 15px 15px 15px;
          border-radius: 0 15px 15px 15px;
  -webkit-box-shadow: 0 4px 7px 0 rgba(190, 192, 109, 0.69);
          box-shadow: 0 4px 7px 0 rgba(190, 192, 109, 0.69);

      -ms-box-shadow: 0 4px 7px 0 rgba(190, 192, 109, 0.69);
       -o-box-shadow: 0 4px 7px 0 rgba(190, 192, 109, 0.69);
}

.special__reviews:before,
.special__reviews:after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  z-index: 1;

  width: 0;
  height: 0;

  border-top: 30px solid #ffffff;
  border-left: 30px solid transparent;
}

.special__reviews:after {
  top: 4px;
  z-index: 0;

  border-top-color: rgba(190, 192, 109, 0.15);
}


.special__picture,
.special__description {
  display: inline-block;
  width: 15%;

  font-size: 20px;
  vertical-align: top;
  text-align: center;
}

.special__picture img {
  width: 115px;
  height: 115px;

  border: 3px solid #e4e4e4;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.special__description {
  width: 85%;
  padding: 5px 15px;

  text-align: left;
}

.special__name {
  margin-top: 20px;

  font-weight: 700;
  font-style: italic;
}

.choice {
  margin-top: 50px;
  padding-top: 25px;

  font-size: 20px;

  border-top: 3px dashed red;
}

.choice__title {
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
}

.choice__inner {
  display: table;
  width: 100%;
  padding-top: 50px;

  font-size: 0;
}

.choice__block {
  position: relative;

  display: table-cell;
  width: 45%;
  padding: 15px;

  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
  font-style: italic;
  text-shadow: 1px 1px 1px #000000;

  -webkit-border-radius: 15px;
          border-radius: 15px;
  cursor: pointer;

  -webkit-transition:         transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
       -o-transition:         transform 0.5s ease;
          transition: -webkit-transform 0.5s ease;
          transition:         transform 0.5s ease;
          transition:         transform 0.5s ease, -webkit-transform 0.5s ease;
}

.choice__block:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.choice__block_space {
  width: 5%;
}

.choice__block_wrong {
  background: #8c8e49;
}

.choice__block_correct {
  background: #ff2c40;
}

.choice__block_wrong:before,
.choice__block_correct:before {
  content: "";
  position: absolute;
  top: -40px;
  left: 70%;

  width: 5px;
  height: 50px;

  background: #8c8e49;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.choice__block_wrong:after,
.choice__block_correct:after {
  content: "";
  position: absolute;
  top: -40px;
  left: 73%;

  width: 12px;
  height: 12px;
  margin-left: 1px;

  background: #8c8e49;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.choice__block_correct:before {
  left: 30%;

  background: #ff2c40;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.choice__block_correct:after {
  left: 25%;

  background: #ff2c40;
}

.recommend {
  display: table;
  width: 100%;
  margin-top: 30px;

  font-size: 0;
}

.recommend__text,
.recommend__product {
  display: inline-block;
  width: 30%;
  padding: 20px;

  font-size: 22px;
  vertical-align: middle;
  text-align: center;
}


.recommend__product img {
  max-width: 200px;
}

.recommend__text {
  width: 70%;

  text-align: left;
}

.remember {
  position: relative;

  width: 80%;
  margin: 30px auto 0;
  padding: 15px;

  background: #ffffff;
  border: 5px solid #ff2c40;
}

.remember:before,
.remember:after {
  content: "";
  position: absolute;
  top: 50%;

  width: 0;
  height: 0;
  margin-top: -15px;
}

.remember:before {
  right: -50px;

  border-top: 15px solid transparent;
  border-right: 30px solid #ff2c40;
  border-bottom: 15px solid transparent;
}

.remember:after {
  left: -50px;

  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 30px solid #ff2c40;
}

.remember__text {
  font-weight: 700;
  font-size: 30px;
  text-align: center;
}

.order-button {
  margin-top: 40px;

  text-align: center;
}

.order-button__link {
  display: inline-block;
  padding: 20px 30px;

  font-weight: 700;
  font-size: 44px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 1px 1px 3px #000000;

  background: #ff2c40;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: 0 10px 0 0 #c5091b;
          box-shadow: 0 10px 0 0 #c5091b;

  -webkit-transition:         box-shadow 0.2s linear;
  -webkit-transition: -webkit-box-shadow 0.2s linear;
       -o-transition:         box-shadow 0.2s linear;
          transition: -webkit-box-shadow 0.2s linear;
          transition:         box-shadow 0.2s linear;
          transition:         box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;

      -ms-box-shadow: 0 10px 0 0 #c5091b;
       -o-box-shadow: 0 10px 0 0 #c5091b;
}

.order-button__link:hover {
  text-decoration: none;

  background: #ea3647;
  -webkit-box-shadow: 0 5px 0 0 #c5091b;
          box-shadow: 0 5px 0 0  #c5091b;

      -ms-box-shadow: 0 5px 0 0 #c5091b;
       -o-box-shadow: 0 5px 0 0 #c5091b;
}
.footer {
    background: #f2f58a!important;
}