* {
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  list-style-type: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
}

.limit {
  display: block;
  max-width: 950px;
  padding: 0 15px;
  margin: 0 auto;
}

.hat {
  background-color: #4758A5;
  padding: 15px 10px;
}

.hat .limit {
  display: block;
  margin: 0 auto;
  max-width: 650px;
}

.hat_text {
  font-family: "Arial", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  text-shadow: -3px 1px 2px black;
}

.hat_text._big {
  line-height: 1;
  font-size: 48px;
  letter-spacing: -2px;
}

.menu {
  font-size: 0;
}

.menu ul {
  display: table;
  width: 100%;
  font-size: 0;
}

.menu ul li {
  background: #9e7ebf;

  background: -moz-linear-gradient(top, #9e7ebf 0%, #68459e 2%, #21153c 100%);

  background: -webkit-linear-gradient(top, #9e7ebf 0%, #68459e 2%, #21153c 100%);

  background: linear-gradient(to bottom, #9e7ebf 0%, #68459e 2%, #21153c 100%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e7ebf', endColorstr='#21153c', GradientType=0);

  text-align: center;
  display: table-cell;
  border-bottom: 2px solid #21153c;
}

.menu ul li.burger {
  display: none;
}

.menu ul li:hover {
  background: #222222;
}

.menu ul li ._icon {
  margin-right: 5px;
  font-size: 24px;
  line-height: 16px;
  display: inline-block;
  vertical-align: middle;
}

.menu ul li.active {
  background: #222222;
}

.menu ul li.last {
  width: 30%;
  background: #443a3b;

  background: -moz-linear-gradient(top, #ae9597 0%, #917477 2%, #7f5e5e 100%);

  background: -webkit-linear-gradient(top, #ae9597 0%, #917477 2%, #7f5e5e 100%);

  background: linear-gradient(to bottom, #ae9597 0%, #917477 2%, #7f5e5e 100%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e7ebf', endColorstr='#21153c', GradientType=0);
}

.menu ul li.last:hover {
  background: #8C6E70;
}

.menu ul li a {
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  padding: 12px 5px;
}

.main {
  font-size: 0;
}

.main .title {
  margin: 25px auto 15px;
  font-size: 25px;
  line-height: 27.5px;
  font-weight: 700;
}

.main .center {
  text-align: center;
}

.main .center img {
  width: auto;
  max-width: 100%;
}

.main .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 17px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.main .breadcrumb .def {
  font-size: 12px;
  line-height: 1.25;
  padding: 0 5px;
  color: #ccc;
}

.main .breadcrumb a {
  font-size: 12px;
  line-height: 1.25;
  color: #337ab7;
  text-decoration: none;
}

.main .cite {
  display: block;
  color: #777;
  font-size: 12px;
  line-height: 1.2;
  margin: 0 0 8.5px;
}

.main p {
  font-size: 17px;
  line-height: 1.3;
  margin: 0 0 20px;
}

.main p._big {
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  color: #444444;
}

.main .sert {
  display: block;
  max-width: 250px;
  margin: 0 auto 10px;
}

.main .sert span {
  font-size: 14px;
  line-height: 20px;
}

.main .sert img {
  width: 100%;
}

.main .textTitle {
  font-size: 21px;
  line-height: 1.2;
}

.main a {
  color: #337ab7;
  font-weight: 700;
  text-decoration: none;
}

.main a:hover {
  color: #23527c;
  text-decoration: underline;
}

.graph_hor {
  margin-bottom: 20px;
}

.graph_hor_title {
  background: #eeeff1;
  border-radius: 3px;
  display: block;
  text-align: left !important;
  width: auto;
  padding: 15px 20px;
  line-height: 25px;
  margin-top: 0;
  font-style: normal;
  font-size: 20px;
  color: #000;
  text-transform: lowercase;
  letter-spacing: 0.5px;
  margin-bottom: 0 !important;
}

.graph_hor_title ._blood {
  color: #8f0001;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}

.graph_hor .table {
  display: block;
  width: 100%;
  border: 1px solid #eeeff1;
  background: #fff;
  padding: 0 20px;
}

.graph_hor .table .row {
  width: 100%;
  font-size: 0;
  display: block;
  margin-bottom: 20px;
}

.graph_hor .table .row:first-child {
  margin-top: 30px;
}

.graph_hor .table .row:last-child {
  margin-bottom: 40px;
}

.graph_hor .table .row p {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  margin-bottom: 0;
}

.graph_hor .table .row .line {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  position: relative;
  background: #eeeff1;
  height: 25px;
}

.graph_hor .table .row .lineItem {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.graph_hor .table .row .procent {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  background-color: transparent !important;
  margin-left: 15px;
  color: #939598;
}

.graph_hor .table .row ._green {
  background-color: #66a01d;
  color: #66a01d;
}

.graph_hor .table .row ._gray {
  background-color: #939598;
  color: #939598;
}

.graph_hor .table .row ._w5 {
  width: 5%;
}

.graph_hor .table .row ._w8 {
  width: 8%;
}

.graph_hor .table .row ._w17 {
  width: 17%;
}

.graph_hor .table .row ._w23 {
  width: 23%;
}

.graph_hor .table .row ._w47 {
  width: 47%;
}

.list._noPadd {
  padding-left: 18px;
}

._under {
  text-decoration: underline;
}

.list {
  padding-left: 40px;
  margin-bottom: 20px;
}

.list .titleItem {
  font-size: 17px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.list .listItem {
  list-style-type: disc;
  font-size: 17px;
  line-height: 1.3;
}

.main .center.prod {
  margin: 15px 0;
}

.center {
  margin: 20px 0;
}

._italic {
  font-style: italic;
}

._bold {
  font-weight: 700;
}

.content {
  display: inline-block;
  vertical-align: top;
  width: 75%;
}

.graph {
  text-align: center;
  margin: 15px 0;
}

.graph_wrapp {
  display: inline-block;
  position: relative;
}

.graph_wrapp img {
  width: 100%;
}

.graph_wrapp .top_table {
  position: absolute;
  top: 10px;
}

.graph_wrapp .top_tableItem {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    margin-bottom: 3px;
    width: 40%;
    font-size: 12px;
    line-height: 11px;
}

.graph_wrapp .top_tableItem._min {
  width: 22%;
}

.graph_wrapp .top_tableItem._last {
  width: 30%;
}

.graph_wrapp .bot_table {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  max-width: 520px;
  display: table;
  margin-left: 25px;
}

.graph_wrapp .bot_tableItem {
  display: table-cell;
  font-size: 16px;
}

.sidebar {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding-left: 15px;
}

.sidebar .prod {
  padding: 20px 0;
  width: 100%;
}

.sidebar .tieser {
  width: 100%;
  padding: 0 4% 2%;
  background: #f3f3f3;
  color: #515151;
}

.sidebar p {
  font-size: 12px;
  line-height: 1.4;
}

a ._red:hover {
  color: red;
  text-decoration: underline;
}

.btn {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  max-width: 320px;
  background-color: #FF5C5C;
  border-radius: 50px;
  padding: 10px 15px;
}

.btn .icon-plus {
  position: relative;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  line-height: 50px;
  height: 50px;
  font-size: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 2px;
}

.btn .icon-plus::before {
  font-size: 40px;
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: 0 !important;
}

.btn ._text {
  color: #fff;
  width: calc(100% - 50px);
  display: inline-block;
  vertical-align: middle;
}

.btn:hover {
  background-color: #cc4a4a;
}

._red {
  color: red;
}

.stickWrapp {
  position: relative;
}

.stickWrapp .stick {
  background: url("../img/sticker.png") center no-repeat;
  width: 192px;
  height: 155px;
  position: absolute;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  padding: 49px 41px;
  font-weight: 700;
  top: 25%;
  left: 70%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.spoiler {
  display: block;
  margin-bottom: 15px;
  background: #9e7ebf;
  background: -moz-linear-gradient(top, #9e7ebf 0%, #68459e 2%, #21153c 100%);
  background: -webkit-linear-gradient(top, #9e7ebf 0%, #68459e 2%, #21153c 100%);
  background: linear-gradient(to bottom, #9e7ebf 0%, #68459e 2%, #21153c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e7ebf', endColorstr='#21153c', GradientType=0);
  color: white;
  text-transform: uppercase;
  line-height: 50px;
  width: 130px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

.spoiler + img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

@media screen and (max-width: 720px) {
  .stickWrapp .stick {
    top: 40%;
    left: 30%;
  }

  .graph_wrapp .top_tableItem {
    font-size: 9px;
  }

  .graph_wrapp .top_table {
    top: 0;
  }

  .graph_wrapp .bot_tableItem {
    font-size: 9px;
  }

  .graph_wrapp .bot_table {
    bottom: 10px;
    margin-left: 3%;
  }

  #vk .commentsList .commentItem .commentBody .commentMessage {
    text-align: left;
  }

  .limit {
    padding: 0;
  }

  #vk .commentsList .commentItem {
    display: none;
  }

  #vk .commentsList .commentItem:nth-child(-n + 7) {
    display: block;
  }

  .main .limit {
    padding: 0 10px;
  }

  .main .title {
    font-size: 18px;
    line-height: 1.3;
  }

  .main .textTitle {
    font-size: 18px;
    line-height: 1.3;
    text-align: left;
  }

  .main p {
    text-align: left;
  }

  .hat_text._big {
    font-size: 7vw;
  }

  .main .breadcrumb {
    display: none;
  }

  .content {
    width: 100%;
  }

  .sidebar {
    display: none;
  }

  .menu ul li {
    display: none;
  }

  .menu ul li a {
    font-size: 0;
    line-height: 0;
  }

  .menu ul li.burger {
    display: block;
  }
  .menu ul li.burger img {
    max-width: 25px;
  }
}
@media screen and (max-width: 480px) {
  body{
    overflow-x:hidden;
  }
  .graph{
    width: 100%;
    max-width: 320px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .graph_wrapp .top_tableItem {
    font-size: 8px;
    line-height: 8px;
  }
  .graph_wrapp .top_tableItem {
    margin-bottom: 1px;
  }
}


.over_form form {
  text-align: left;
  margin-top: 27px;
}

.over_form form p {
  font-size: 15px;
  line-height: 20px;
  margin: 0;
  text-align: left;
  padding-left: 9px;
  margin-bottom: 3px;
  text-indent: 0 !important;
}

.over_form form input,
.over_form form select {
  display: block;
  width: 100% !important;
  background: #F9F9F9;
  border: 1px solid #E7E7E7;
  border-radius: 4px;
  height: 40px;
  font-size: 17px !important;
  margin-bottom: 17px;
  padding-left: 10px !important;
  padding-right: 20px;
  -webkit-appearance: none;
  appearance: none;
}

::-webkit-input-placeholder {
  color: #A7A7A7;
  font-size: 14px;
  font-family: 'Noto Sans', sans-serif;
}

::-moz-placeholder {
  color: #A7A7A7;
  font-size: 14px;
  font-family: 'Noto Sans', sans-serif;
}

:-moz-placeholder {
  color: #A7A7A7;
  font-size: 14px;
  font-family: 'Noto Sans', sans-serif;
}

:-ms-input-placeholder {
  color: #A7A7A7;
  font-size: 14px;
  font-family: 'Noto Sans', sans-serif;
}

.over_form form * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.over_form form button {
  height: auto !important;
  margin: 0 auto;
  padding: 0;
  background: #FF7A00 !important;
  border-radius: 4px;
  width: 100% !important;
  display: block !important;
  margin: 13px auto 8px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  color: #fff;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  padding: 10px 0;
}

.over_form form p.now_buy {
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #585858;
}

.over_form {
  max-width: 500px;
  margin: 30px auto 30px;
}

.over_form .flex_pride {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.over_form .flex_pride .old_prc span.sty {
  text-decoration: line-through;
}

.over_form .flex_pride .old_prc span {
  color: #000;
  font-size: 20px;
}

.over_form .flex_pride .new_prc span,
.over_form .flex_pride .new_prc sup {
  color: #FF7A00;
  font-size: 26px;
  font-weight: 700;
}

.over_form form button.button {
  max-width: 100%;
}

@media screen and (max-width: 720px) {
  #vk .commentsList .commentItem {
      display: block;
  }

  .menu ul li.burger {
      text-align: right !important;
  }
}
footer {
  text-align: center;
  padding: 40px 10px 20px;
}
footer * {
  font-size: 13px;
}
@media screen and (max-width: 480px) {
  img.prod-img {
    max-width: 180px!important;
  }
  .stickWrapp .stick {
    top: 24%;
  }
  
}