@font-face {
  font-family: Roboto;
  src: url(../fonts/roboto-bold-webfont.woff2) format('woff2'), url(../fonts/roboto-bold-webfont.woff) format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Roboto;
  src: url(../fonts/roboto-medium-webfont.woff2) format('woff2'), url(../fonts/roboto-medium-webfont.woff) format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Roboto;
  src: url(../fonts/roboto-regular-webfont.woff2) format('woff2'), url(../fonts/roboto-regular-webfont.woff) format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

body,
html {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  color: #333;
  background-color: #f4f7fa
}

.center {
  text-align: center !important
}

#content .center img {
  margin: 20px auto
}

#top_xs {
  padding-top: 5px;
  display: none;
  height: 80px;
  background-repeat: no-repeat;
  background-position: top right
}

#head_title {
  margin-bottom: 7px;
  background-size: cover;
  height: 300px;
  position: relative;
  padding: 15px;
  display: flex;
  align-items: flex-end
}

.no-webp #head_title {
  background-image: url(../images/main.jpg)
}

.webp #head_title {
  background-image: url(../images/main.webp)
}

#head_title:before {
  display: block;
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background: -webkit-linear-gradient(top, #000 0, #000 100%);
  background: -moz-linear-gradient(top, #000 0, #000 100%);
  background: -o-linear-gradient(top, #000 0, #000 100%);
  background: linear-gradient(to bottom, #000 0, #000 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 1)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%)
}

#bodyWrapper {
  max-width: 1220px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .5);
  -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .5);
  -moz-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .5)
}

#mainWrapper {
  width: 100%;
  height: 100%
}

#wrapper {
  margin: 0 auto
}

#content {
  padding: 0;
  text-align: left;
  width: 100%
}

#content .padWrap {
  padding: 25px 20px
}

#content img {
  max-width: 100%;
  display: block;
  margin: 20px 0
}

#content p {
  font-size: 18px;
  line-height: 29px
}

.pg {
  font-size: 18px;
  line-height: 1.3;
  margin: 1em 0;
  text-align: justify
}

#content .date {
  display: inline-block;
  color: #a3b0b9;
  font-size: 13px
}

#content h1 {
  font-size: 38px;
  line-height: 50px;
  font-weight: 500;
  color: #fff;
  z-index: 1;
  position: relative
}

#head_title .center {
  background: 0 0
}

#content h2 {
  padding-bottom: 15px;
  font-size: 24px;
  border-bottom: 1px solid #c2c2c2
}

#content h3 {
  font-size: 20px;
  line-height: 30px
}

#content ul li span {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px
}

.glava {
  padding-left: 0
}

.glava li {
  margin-bottom: 20px;
  list-style: none;
  position: relative;
  padding-left: 30px
}

.glava li:before {
  display: block;
  content: '';
  width: 20px;
  height: 23px;
  position: absolute;
  top: 0;
  left: 0;
  background: no-repeat center/contain
}

.no-webp .glava li:before {
  background-image: url(../images/tick.png)
}

.webp .glava li:before {
  background-image: url(../images/tick.webp)
}

.lastpack,
.red {
  font-size: 30px;
  color: red
}

#content ul {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  list-style: none;
  padding-left: 0;
  text-align: justify
}

#content ul li {
  margin-bottom: 20px
}

#content blockquote {
  border-left: 5px solid;
  border-color: #39b4ff;
  padding: 10px 25px 10px 25px;
  margin: 35px;
  color: #39b4ff;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3
}

#comments {
  margin-top: 30px
}

#comments .pg {
  margin: 5px auto 0;
  font-size: 16px;
  line-height: 1.4
}

#comments h2 {
  margin-bottom: 10px;
  background: no-repeat;
  padding-left: 40px;
  color: #000;
  border-bottom: 0 solid;
  border-color: #000;
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 10px
}

.no-webp #comments h2 {
  background-image: url(../images/comentsm.jpg)
}

.webp #comments h2 {
  background-image: url(../images/comentsm.webp)
}

#comments .item {
  text-align: left;
  padding: 10px;
  margin: 10px 0;
  border-bottom: 1px solid #c2c2c2
}

#comments .item.ev-answer {
  padding-bottom: 0;
  border-bottom: 0
}

#comments .item::after {
  content: "";
  display: block;
  clear: both
}

#comments .item :last-child {
  border-bottom: none
}

#comments .item .name {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #05519d
}

#comments .item .info p {
  display: block;
  font-size: 15px;
  line-height: 19px;
  margin-top: 4px;
  text-align: justify;
  margin-right: 20px
}

#comments .item {
  display: flex;
  width: 100%;
  box-sizing: border-box
}

#comments .coment_ava {
  flex-shrink: 0;
  margin-right: 15px
}

#comments .coment_ava img {
  margin: 0;
  width: 50px;
  height: 50px;
  border-radius: 5px
}

#comments .date {
  font-weight: 400;
  background: 0 0
}

#comments .date::before {
  background-image: none;
  margin-right: 0
}

#content .big-text {
  font-size: 30px;
  margin: 5px 0
}

#content .big-text+p {
  margin-top: 10px
}

.article__text {
  width: 70%;
  margin-right: 30px
}

.sidebar {
  width: 290px;
  box-sizing: border-box;
  padding: 20px 0 20px;
  background: #f8f8f9
}

.sidebar__product {
  padding: 0 20px 20px
}

#content .sidebar__product.active {
  position: fixed;
  top: 10px;
  width: 290px;
  background: #f8f8f9;
  box-sizing: border-box
}

#content .sidebar__product img {
  max-width: 180px;
  margin: 15px auto 10px
}

#content h3.sidebar__title {
  font-weight: 700;
  font-size: 24px;
  padding: 0 20px;
  margin: 0 0 15px
}

.sidebar__list {
  list-style: none;
  padding-left: 0
}

#content .sidebar__item {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.3;
  padding: 20px 0;
  border-bottom: 2px dotted #00788d
}

#content .sidebar__item a {
  color: #333;
  text-decoration: none
}

#content .sidebar__item a:hover {
  text-decoration: underline
}

.sidebar__item:first-of-type {
  border-top: 2px dotted
}

#content .padWrap {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap
}

#content picture {
  flex-shrink: 0
}

#content .sidebar__icon {
  margin: 0 10px 0 0
}

#content .sidebar__list {
  margin: 0;
  padding: 0 20px 0
}

@media screen and (max-width:1020px) {
  #content {
      width: 100%
  }
  #head_title {
      background-size: cover;
      background-position: center;
      height: 300px;
      position: relative;
      padding: 15px
  }
}

@media screen and (max-width:767px) {
  #content .padWrap {
      padding: 15px 20px
  }
  #content ul {
      text-align: left
  }
  #head_title {
      background-size: cover;
      height: 250px;
      position: relative;
      padding: 15px
  }
  .pg {
      margin: 15px 0;
      font-size: 16px;
      text-align: left
  }
  #content ul {
      font-size: 18px
  }
  #content ul li span {
      font-size: 16px;
      line-height: 20px
  }
  #content h2,
  #order_form h2 {
      font-size: 22px
  }
}

@media screen and (max-width:660px) {
  #head_title {
      background-size: cover;
      background-repeat: no-repeat;
      min-height: 170px;
      position: relative;
      padding: 15px
  }
  .mainLogo {
      width: 400px
  }
}

@media screen and (max-width:590px) {
  .mainLogo {
      max-width: 300px;
      width: 100%
  }
}

@media screen and (max-width:560px) {
  #head_title {
      background-size: cover;
      min-height: 170px;
      position: relative;
      padding: 15px
  }
  .pg {
      margin-left: 0;
      margin-right: 0
  }
  #content .padWrap {
      padding: 15px
  }
}

@media screen and (min-width:1300px) {
  #wrapper {
      max-width: 1220px
  }
  #content {
      width: 100%
  }
}

.toplogo {
  padding: 15px 15px 0
}

.toplogo a img {
  display: block;
  margin: 0 auto
}

@media (max-width:991px) {
  .toplogo {
      text-align: center
  }
  #content blockquote {
      padding: 10px 15px 10px 15px;
      margin: 30px 15px
  }
  #content h3 {
      font-size: 18px
  }
}

#order_form {
  background: #fff;
  padding: 20px;
  max-width: 600px;
  font-family: Arial, sans-serif;
  background-image: url(../images/formbg1.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0 auto
}

#order_form div {
  background: 0 0 !important
}

#order_form h2 {
  margin: 25px 0 0 0;
  padding: 0;
  font-size: 24px;
  line-height: 1.2;
  border: none
}

#order_form label {
  width: auto;
  display: block;
  padding: 5px 0 5px 0;
  font-weight: 700;
  font-size: 16px
}

#order_form .order_form_pole {
  padding: 10px;
  margin: 10px;
  text-align: center
}

#order_form input {
  font-size: 18px;
  padding: 15px;
  border-radius: 3px;
  border: 2px solid #e9d7dc;
  max-width: 300px;
  width: 100%
}

#order_form span {
  font-size: 16px
}

#order_form .additional {
  font-size: 14px
}

#order_form .center {
  display: block;
  margin: 0 auto;
  text-align: center
}

#order_form button,
.obutton {
  display: block;
  max-width: 334px;
  width: 100%;
  margin: 20px auto 0;
  padding: 20px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 15px 0 rgba(129, 150, 160, .45);
  border-radius: 5px;
  background-color: #0299ff;
  background-position: 1.35em .94em;
  background-size: 1em;
  background-repeat: no-repeat;
  transition: all .15s ease-in-out;
  border: none;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  box-sizing: border-box
}

.sidebar .obutton {
  margin-top: 0
}

#order_form button:hover,
.obutton:hover {
  background-color: #017acc
}

#order_form button:active {
  position: relative;
  top: 1px
}

#scroll_element {
  margin-top: 50px
}

.order_info h2 {
  border: none !important;
  color: red !important
}

.bottom-block {
  width: 100%;
  border: 1px solid #0299ff;
  padding: 10px 20px 40px
}

.ev-footer.create_rom_footer {
  background: 0 0 !important
}

.blue-block {
  margin: 15px 10px 10px 10px;
  border: 2px solid #0299ff;
  padding: 10px
}

.price {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center
}

.old_price {
  margin-right: 30px
}

#order_form .price {
  margin-bottom: 15px;
  font-weight: 700
}

#order_form .price-wrap span {
  font-size: 30px
}

#order_form .price_name {
  font-size: 20px;
  margin-bottom: 7px;
  display: block
}

#order_form .new_price .price_name {
  color: red
}

#order_form .old_price .price-wrap {
  position: relative
}

#order_form .old_price .price-wrap:before {
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  content: '';
  top: 3px;
  left: 0
}

#order_form .new_price .price-wrap {
  color: red
}

.nowrap {
  white-space: nowrap
}

@media screen and (max-width:480px) {
  #order_form label {
      font-size: 14px
  }
  #order_form button {
      font-size: 16px
  }
  #order_form {
      padding: 10px;
      background-image: none;
      background-color: #efedec;
      border: 5px solid #e7dcdc
  }
  #order_form .order_form_pole {
      padding: 0;
      margin: 2px
  }
  #content h2 {
      font-size: 20px
  }
  #content h3 {
      font-size: 16px;
      line-height: 1.2
  }
  #order_form input {
      font-size: 16px;
      padding: 11px
  }
}

@media screen and (max-width:459px) {
  #footer img {
      width: 100%
  }
}

@media screen and (max-width:349px) {
  #order_form input {
      font-size: 17px
  }
}

.timelimit b {
  display: inline-block;
  background: url(../images/timerIcon2.png) no-repeat;
  background-position-y: 0;
  padding-left: 14px;
  color: red;
  vertical-align: middle;
  background-position-y: 3px
}

.order_block,
.pop-up-window,
.spin-wrapper {
  font-family: Arial, sans-serif;
  font-size: 1em
}

.wheel img {
  margin: 0 !important
}

input[value="Получить бесплатно"] {
  text-transform: uppercase;
  padding: 10px 15px;
  margin: 15px 0;
  outline: 0;
  border: none;
  margin-top: 5px;
  border-radius: 5px;
  box-shadow: 0 4px 3px #242120;
  background: red;
  color: #fff;
  font-weight: 700;
  transition: background .3s
}

input[value="Получить бесплатно"]:hover {
  background: #b00 !important;
  transition: background .3s
}

input[value="Получить бесплатно"]:active {
  transform: translateY(2px);
  box-shadow: none !important
}

.ruletka-p {
  text-indent: 0;
  color: #000;
  text-align: center;
  margin: 15px 0;
  line-height: 25px;
  font-weight: 700
}

.ruletka-p h2 {
  font-size: 25px;
  margin-bottom: 15px
}

.spin-wrapper {
  -webkit-box-shadow: 0 0 10px;
  box-shadow: 0 0 10px;
  border: 3px solid red;
  padding: 20px 15px;
  border-radius: 10px;
  text-align: center;
  box-sizing: border-box;
  margin: 20px auto
}

.spin-wrapper .ruletka-p {
  margin-bottom: 15px
}

.danger-text {
  color: red;
  font-weight: 700
}

.wheel {
  width: 380px !important;
  margin: 0 auto;
  position: relative
}

.wheel img {
  max-width: 100%;
  margin-bottom: 0
}

.wheel-img {
  -webkit-transition: 4s;
  -o-transition: 4s;
  transition: 4s
}

.wheel-cursor {
  position: absolute;
  width: 35% !important;
  height: 35%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: 0 0 !important
}

.cursor-text {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 45% !important;
  height: 45%;
  font: 16px Arial !important;
  line-height: 61px !important;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  background-color: #ccc;
  border: 1px solid #ccc;
  top: 49%;
  left: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: rgba(255, 255, 255, 1) 0 -2px 0 inset, rgba(255, 255, 255, 1) 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
  box-shadow: rgba(255, 255, 255, 1) 0 -2px 0 inset, rgba(255, 255, 255, 1) 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
  background: #fff
}

.order_block {
  display: none
}

.spin-result-wrapper {
  display: none;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  top: 0;
  z-index: 999;
  left: 0;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, .6) !important;
  text-align: center
}

.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0;
  left: 0;
  top: 40%;
  margin: 0 auto;
  background: #fff none repeat scroll 0 0;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  animation: .7s ease 0 normal none
}

.close-popup {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(../fonts/cross.svg);
  background-size: 100%;
  top: -40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
  right: 0px;
  cursor: pointer
}

.pop-up-heading {
  font-size: 40px;
  margin-bottom: 20px
}

.pop-up-text {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 30px;
  text-align: center !important
}

.pop-up-button {
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 10px 20%;
  font-size: 20px;
  border-radius: 5px;
  background-color: #71c341;
  color: #fff !important;
  border: medium none;
  cursor: pointer;
  outline: medium none;
  transition: .3s;
}
.pop-up-button:hover {
  background-color: #54a824;
}
.super-rotation {
  -webkit-animation-name: super-rotation;
  animation-name: super-rotation;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out
}

@keyframes super-rotation {
  70% {
      -webkit-transform: rotate(1783deg);
      transform: rotate(1783deg)
  }
  100% {
      -webkit-transform: rotate(1758deg);
      transform: rotate(1758deg)
  }
}

.cursor-text:active {
  -webkit-box-shadow: rgba(0, 0, 0, .4) 0 0 5px inset;
  box-shadow: rgba(0, 0, 0, .4) 0 0 5px inset
}

.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0;
  left: 0;
  top: 25%;
  margin: 0 auto;
  background: #fff none repeat scroll 0 0;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  animation: .7s ease 0 normal none
}

.pop-up-window::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  top: -55px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #71c341;
  border-radius: 50%;
  animation: .5s ease .6s normal backwards 1 running pop-up-appear-before
}

.pop-up-window::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 20px;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-width: medium medium 4px 4px;
  border-style: none none solid solid;
  border-color: currentcolor currentcolor #fff #fff;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  transform: rotate(-45deg);
  transition: opacity 1s ease;
  animation: .5s ease .6s normal backwards 1
}

@keyframes pop-up-appear-before {
  0% {
      transform: scale(0)
  }
  100% {
      transform: scale(1)
  }
}

.pop-up-button:hover {
  color: #fff !important;
  text-decoration: none !important
}

@media all and (max-width:520px) {
  .wheel {
      width: 280px !important
  }
  .cursor-text {
      line-height: 45px !important;
      font-size: 12px !important
  }
  .close-popup {
      right: 0
  }
  #comments,
  #scroll_element {
      margin-top: 20px
  }
}

@media screen and (max-width:345px) {
  .wheel {
      width: 250px !important
  }
  .cursor-text {
      line-height: 40px !important;
      font-size: 11px !important
  }
}

@media screen and (max-width:520px) {
  #content blockquote {
      padding: 0 0 0 15px;
      margin: 20px 0;
      font-size: 18px
  }
  #head_title {
      background-size: cover;
      min-height: 170px;
      position: relative;
      padding: 15px
  }
}

@media screen and (max-width:480px) {
  .no-webp #head_title,
  .webp #head_title {
      background-image: none
  }
  #head_title:before {
      background: linear-gradient(to bottom, #add7e3 0, rgba(0, 0, 0, 1) 100%)
  }
  #content p {
      font-size: 16px;
      line-height: 1.3
  }
  #content h1 {
      font-size: 20px;
      line-height: 28px
  }
  #content ul {
      font-size: 16px;
      line-height: 1.2
  }
  #content ul li {
      margin-bottom: 15px
  }
}

@media screen and (max-width:310px) {
  .mainLogo {
      display: none
  }
  #top {
      background-position: top center
  }
}

.float-block {
  float: left;
  margin: 0 40px 15px 0
}

input::-ms-clear {
  display: none
}

#comments .ev-answer--hidden {
  display: none
}

.ev-answer__avatar {
  width: 60px;
  height: 60px
}

#content .ev-answer__img {
  margin: 10px 0;
  display: block;
  max-width: 400px;
  width: 100%
}

.ev-answer__comment,
.ev-answer__name,
.ev-answer__town {
  word-break: break-all
}

.ev-answer__comment {
  margin-bottom: 10px;
  display: block;
  width: 100%
}

.breadcrumbs {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e4e4e4
}

.breadcrumb__link {
  color: #868686;
  text-decoration: none;
  font-size: 18px
}

.tags {
  margin: 20px 0;
  color: #767676;
  position: relative;
  padding-left: 30px
}

.tags__link {
  display: inline-block;
  padding: 3px 0;
  color: #767676;
  font-size: 18px
}

.tags:before {
  content: "";
  width: 20px;
  height: 21px;
  position: absolute;
  top: 8px;
  left: 0;
  background: url(../images/bookmark.png) no-repeat 0 50%;
  background-size: contain
}

#content .ev-feedback__title {
  color: #000;
  padding-bottom: 0;
  border-bottom: 0
}

.ev-feedback__field {
  color: #000;
  border: 1px solid #ececed;
  border-radius: 10px
}

.ev-feedback__field:focus {
  border-color: #0095da
}

.ev-feedback__field--comment::-webkit-scrollbar {
  width: 5px;
  background: 0 0
}

.ev-feedback__field--comment::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #0095da;
  opacity: .5
}

.ev-feedback__svg {
  fill: #0095da;
  transition: all .3s ease-in-out
}

.ev-feedback__comment {
  border-radius: 15px
}

.ev-feedback__file {
  color: #0095da;
  border: 1px solid #0095da;
  border-radius: 10px
}

.ev-feedback__file:hover {
  color: #fff;
  background: #0095da
}

.ev-feedback__file:hover .ev-feedback__svg {
  fill: #fff
}

.ev-feedback__profile--error .ev-feedback__field {
  border-color: red
}

.ev-feedback__profile--error .ev-feedback__field:focus {
  border-color: red
}

.ev-feedback__profile--error .ev-feedback__svg {
  fill: red
}

.ev-feedback__file--loaded {
  color: #fff;
  background: #fff linear-gradient(to left, transparent, transparent 50%, #57cf02 50%, #57cf02) 0 0;
  border-color: #57cf02
}

.ev-feedback__file--loaded:hover {
  color: #fff;
  background: #57cf02
}

.ev-feedback__file--error {
  background: #fff linear-gradient(to left, transparent, transparent 50%, red 50%, red) 0 0;
  color: #fff;
  border-color: red
}

.ev-feedback__file--error:hover {
  color: #fff;
  background: red;
  border-color: red
}

.ev-feedback__file--error .ev-feedback__svg,
.ev-feedback__file--loaded .ev-feedback__svg {
  fill: #fff
}

.ev-feedback__btn {
  color: #fff;
  border: none;
  border-radius: 10px;
  background: #0095da
}

.ev-feedback__btn:hover {
  background: #34909b
}

.ev-modal {
  background: rgba(0, 0, 0, .5) !important
}

.ev-modal__wrapper {
  background: #fff;
  border-radius: 8px
}

.ev-modal__close::after,
.ev-modal__close::before {
  background: #474646
}

.ev-modal__close:hover::after,
.ev-modal__close:hover::before {
  background-color: #0095da
}

.ev-modal__subtitle,
.ev-modal__title {
  color: #000
}

.ev-modal__btn {
  color: #fff;
  background: #0095da;
  border: none;
  border-radius: 5px
}

.ev-modal__btn:hover {
  background: #34909b
}

@keyframes fileLoaded {
  0% {
      background: #fff linear-gradient(to left, transparent, transparent 50%, #57cf02 50%, #57cf02) 100% 0;
      background-size: 200% 100%
  }
  100% {
      background-position: 0 0;
      color: #fff
  }
}

@keyframes fileError {
  0% {
      background: #fff linear-gradient(to left, transparent, transparent 50%, red 50%, red) 100% 0;
      background-size: 200% 100%
  }
  100% {
      background-position: 0 0;
      color: #fff
  }
}

.comment-btn {
  all: unset;
  display: block;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  background: #aaa;
  cursor: pointer;
  transition: .5s;
  padding: 10px 15px;
  margin: 20px auto 20px 0
}

.comment-btn:hover {
  background: #bdbdbd
}

.ev-feedback {
  width: 100%;
  margin: 30px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  font-family: Arial, sans-serif;
  background: #f1f1f1;
  border: 2px solid #0095da;
  border-radius: 15px;
  max-width: 650px
}

.comment-btn:not(.show),
.ev-feedback:not(.show) {
  display: none
}

.ev-feedback__title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 30px 0
}

.ev-feedback__section {
  display: flex;
  width: 100%
}

.ev-feedback__section--data {
  margin-bottom: 15px
}

.ev-feedback__section--files {
  margin-bottom: 30px;
  background: 0 0 !important
}

.ev-feedback__profile {
  position: relative;
  width: calc(100% / 1)
}

.ev-feedback__profile:not(:last-of-type) {
  margin: 0 15px 0 0
}

.ev-feedback__comment {
  position: relative;
  width: 100%;
  margin: 0 0 15px 0
}

.ev-feedback__field {
  display: block;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 400;
  outline: 0;
  resize: none;
  transition: all .25s ease-in-out;
  width: 100%;
  padding: 10px 10px 10px 30px;
  box-sizing: border-box
}

.ev-feedback__field--comment {
  min-height: 80px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: auto;
  border-radius: 15px
}

.ev-feedback__svg {
  position: absolute;
  top: calc(50% - 8px);
  left: 10px;
  flex-shrink: 0;
  width: 16px;
  height: 16px
}

.ev-feedback__svg--comment {
  top: 12px
}

.ev-feedback__svg--file {
  position: static;
  margin-right: 5px;
  transition: all .3s ease-in-out
}

.ev-feedback__file {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  width: 50%;
  padding: 10px;
  transition: all .3s ease-in-out;
  box-sizing: border-box
}

.ev-feedback__file:not(:last-of-type) {
  margin-right: 15px
}

.ev-feedback__file--loaded {
  background-size: 200% 100%;
  animation: fileLoaded .5s ease-in
}

.ev-feedback__file--loaded:hover {
  transition: none
}

.ev-feedback__file--error {
  background-size: 200% 100%;
  animation: fileError .5s ease-in
}

.ev-feedback__file--error:hover {
  transition: none
}

.ev-feedback__file--error .ev-feedback__svg--file,
.ev-feedback__file--loaded .ev-feedback__svg--file {
  fill: #fff
}

.ev-feedback__label {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2
}

.ev-feedback__chooser {
  display: none
}

.ev-feedback__btn {
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  outline: 0;
  cursor: pointer;
  transition: all .3s ease-in;
  max-width: 100%;
  width: 200px;
  padding: 13px
}

.ev-feedback__section--two .ev-feedback__profile {
  width: 50%
}

.ev-feedback__section--one .ev-feedback__profile {
  width: 100%
}

.ev-feedback__section--one .ev-feedback__file {
  width: 80%
}

.ev-feedback__section--full .ev-feedback__file {
  width: 100%
}

.ev-feedback--structure .ev-feedback__title {
  order: -1
}

.ev-feedback--structure .ev-feedback__section {
  order: -1;
  margin-bottom: 15px
}

.ev-feedback--structure .ev-feedback__comment {
  margin-bottom: 30px
}

.ev-modal {
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000
}

.ev-modal--active {
  display: flex
}

.ev-modal__wrapper {
  position: relative;
  cursor: auto;
  padding: 40px 30px 30px;
  margin: 0 20px
}

.ev-modal__close {
  position: absolute;
  top: 6px;
  right: 6px;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer
}

.ev-modal__close::after,
.ev-modal__close::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 2px;
  transition: background-color .3s ease-in-out
}

.ev-modal__close::before {
  transform-origin: left;
  transform: rotate(45deg);
  left: 2px
}

.ev-modal__close::after {
  transform-origin: right;
  transform: rotate(-45deg);
  right: 4px
}

.ev-modal .ev-modal__title {
  font-size: 22px;
  text-align: center;
  margin-bottom: 10px;
  padding: 0
}

.ev-modal .ev-modal__subtitle {
  text-align: center;
  margin-bottom: 20px
}

.ev-modal__btn {
  display: block;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  max-width: 130px;
  width: 100%;
  word-break: break-all;
  cursor: pointer;
  padding: 10px 15px;
  margin: 0 auto;
  transition: all .25s ease-in-out
}

.graphic {
  margin: 30px auto;
  padding: 40px 70px 50px 190px;
  text-align: center;
  border: 1px solid #c4c4c4;
  position: relative;
  max-width: 850px;
  box-sizing: border-box
}

.graphic-cols {
  background: linear-gradient(#fff 97%, #bbb 30%);
  background-size: 100% 33px;
  display: flex;
  height: 229px;
  border-bottom: 1px solid #818181;
  border-top: 1px solid #bbb;
  justify-content: flex-end;
  position: relative
}

.year-wrap {
  margin-right: 50px;
  display: flex;
  position: relative;
  bottom: -1px
}

.year-wrap:first-of-type {
  margin-right: 80px
}

.year-wrap .year {
  position: absolute;
  text-align: center;
  bottom: -35px;
  left: 50%;
  font-weight: 700;
  transform: translate(-50%, 0);
  white-space: nowrap
}

.year-wrap:last-of-type {
  margin-right: 0
}

.year-wrap>div:first-of-type {
  margin-right: 30px
}

.graphic-value {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: -64px;
  top: -12px;
  font-size: 16px;
  color: #a0a0a0;
  text-align: left
}

.graphic-value span {
  display: block;
  margin-bottom: 11px
}

.graphic-value span.mb5 {
  margin-bottom: 5px
}

.graphic-value .graphic-value-text {
  font-size: 14px;
  margin-bottom: 0
}

.graphic-col {
  display: flex;
  align-items: center;
  background: #017acc;
  text-align: center;
  width: 80px;
  justify-content: center;
  white-space: nowrap
}

.graphic-col .col-text {
  color: #fff;
  display: block
}

.graphic-col.col-female {
  background: #68066b
}

.graphic-col-1990.col-female {
  height: 52%;
  align-self: flex-end
}

.graphic-col-1990.col-male {
  height: 50%;
  align-self: flex-end
}

.graphic-col-2019.col-female {
  height: 91%;
  align-self: flex-end
}

.graphic-col-2019.col-male {
  height: 96%;
  align-self: flex-end
}

.legend {
  position: absolute;
  top: 40px;
  left: 30px;
  font-size: 16px
}

.legend-item {
  margin-bottom: 10px;
  display: flex;
  align-items: center
}

.legend-icon {
  margin-right: 10px;
  display: block;
  width: 30px;
  height: 15px
}

.man .legend-icon {
  background: #017acc
}

.woman .legend-icon {
  background: #68066b
}

.sources {
  padding-top: 30px;
  border-top: 4px solid #39b4ff;
  margin-top: 30px
}

.sources h4 {
  margin: 0 0 15px;
  font-size: 22px;
  font-weight: 700
}

.sources__list {
  padding-left: 20px
}

.sources__list li {
  margin-bottom: 10px
}

#content .graphic-source,
#content .sources__list li {
  font-size: 16px
}

#content .graphic-source {
  margin-bottom: 30px
}

#content .graphic-source a,
.sources__list a,
.sources__list li {
  color: #6f6f6f
}

#content p.note {
  color: #818181;
  font-size: 16px;
  margin: 0 0 10px
}

@media screen and (max-width:1220px) {
  .article__text {
      width: 68%
  }
  .article__text {
      margin-right: 25px
  }
  .year-wrap:first-of-type {
      margin-right: 30px
  }
  .year-wrap {
      margin-right: 20px
  }
  .graphic-col {
      width: 68px
  }
}

@media screen and (max-width:1120px) {
  #content h1 {
      font-size: 30px;
      line-height: 40px
  }
}

@media screen and (max-width:1024px) {
  .article__text {
      width: 100%;
      margin-right: 0
  }
  .sidebar {
      display: none
  }
  .graphic-col {
      width: 80px
  }
  .year-wrap {
      margin-right: 50px
  }
  .year-wrap:first-of-type {
      margin-right: 80px
  }
}

@media screen and (max-width:867px) {
  .graphic {
      padding-left: 160px
  }
  .legend {
      left: 13px
  }
  .year-wrap:first-of-type {
      margin-right: 50px
  }
  .year-wrap>div:first-of-type {
      margin-right: 15px
  }
}

@media screen and (max-width:767px) {
  .graphic {
      padding: 40px 70px 80px 40px
  }
  .tags__link {
      font-size: 16px
  }
  .legend {
      display: flex;
      top: auto;
      bottom: 15px;
      left: 50%;
      transform: translate(-50%, 0)
  }
  .legend-item {
      margin-right: 25px;
      margin-bottom: 0;
      white-space: nowrap
  }
  .legend-item:last-child {
      margin-bottom: 0;
      margin-right: 0
  }
  .graphic-cols {
      justify-content: center
  }
  .year-wrap {
      margin-right: 0
  }
}

@media screen and (max-width:639px) {
  .graphic {
      padding: 30px 70px 80px 30px
  }
  .year-wrap:first-of-type {
      margin-right: 30px
  }
  .graphic-col {
      width: 60px
  }
}

@media screen and (max-width:479px) {
  #content .center img {
      max-width: 350px;
      width: 100%
  }
  #content .center .product {
      max-width: 220px
  }
  .graphic-cols {
      height: 196px;
      -webkit-background-size: 100% 29px;
      background-size: 100% 29px
  }
  .graphic {
      margin: 20px auto
  }
  #content .graphic-source {
      margin-bottom: 20px
  }
  .graphic-value {
      font-size: 15px
  }
  .graphic-value span {
      margin-bottom: 8.5px
  }
  .year-wrap .year {
      bottom: -25px;
      font-size: 16px
  }
  .legend-item {
      font-size: 15px
  }
  .legend {
      bottom: 10px
  }
  .graphic {
      padding-bottom: 70px
  }
  .graphic-col {
      width: 45px
  }
  .graphic-col .col-text {
      font-size: 16px
  }
  #content .graphic-source,
  #content .sources__list li {
      font-size: 14px
  }
}

@media screen and (max-width:380px) {
  .graphic {
      padding: 35px 50px 65px 15px
  }
  #order_form .old_price .price-wrap:before {
      top: 5px
  }
  .year-wrap:first-of-type {
      margin-right: 20px
  }
  .year-wrap>div:first-of-type {
      margin-right: 10px
  }
  .legend-item:not(:last-child) {
      margin-right: 17px
  }
  .graphic-value .graphic-value-text {
      position: relative;
      bottom: 245px;
      left: -28px
  }
  .graphic-col {
      width: 40px
  }
  .graphic-col .col-text {
      font-size: 15px
  }
}

@media (max-width:639px) {
  .ev-feedback {
      padding: 20px
  }
  .ev-feedback__title {
      font-size: 21px
  }
  .ev-feedback__section--files,
  .ev-feedback__title {
      margin-bottom: 20px
  }
  .ev-feedback--structure .ev-feedback__comment {
      margin-bottom: 20px
  }
  #content .ev-answer__img {
      padding-left: 0;
      margin-top: 15px
  }
  #comments,
  #scroll_element {
      margin-top: 30px
  }
  .float-block {
      margin: 0 0 15px 0;
      float: none
  }
  #content .float-block img {
      display: block;
      margin: 0 auto;
      max-height: 330px
  }
  .lastpack {
      font-size: 28px
  }
}

@media (max-width:479px) {
  .ev-feedback__section--data,
  .ev-feedback__section--files {
      flex-direction: column
  }
  .ev-feedback__section--data {
      margin-bottom: 10px
  }
  .ev-feedback__profile {
      width: 100%
  }
  .ev-feedback__profile:not(:last-of-type) {
      margin: 0 0 10px 0
  }
  .ev-feedback__file {
      width: 100%
  }
  .ev-feedback__file:not(:last-of-type) {
      margin: 0 0 10px 0
  }
  .ev-feedback__comment {
      margin-bottom: 10px
  }
  .ev-feedback__section--two {
      flex-direction: column
  }
  .ev-feedback__section--two .ev-feedback__profile {
      width: 100%
  }
  .ev-feedback__section--two .ev-feedback__profile:not(:last-of-type) {
      margin: 0 0 10px 0
  }
  .ev-feedback__section--one .ev-feedback__profile {
      width: 100%
  }
  .ev-feedback__section--one .ev-feedback__file {
      width: 100%
  }
  .ev-modal__wrapper {
      padding: 30px 20px 20px
  }
  #comments h2 {
      margin-top: 0;
      font-size: 18px
  }
  .bottom-block h2 {
      font-size: 18px !important
  }
  .old_price {
      margin-right: 20px
  }
  #order_form .price {
      margin-bottom: 10px
  }
  #order_form .price-wrap span {
      font-size: 28px
  }
  #order_form .price_name {
      font-size: 18px
  }
  .lastpack {
      font-size: 28px
  }
  #content .bottom-block img {
      max-width: 50px
  }
  .l__prod {
    width: 100%!important;
    max-width: 220px!important
  }
  #order_form button,
  .obutton {
      padding: 15px;
      font-size: 18px
  }
  #order_form button,
  #order_form input {
      max-width: 260px;
      box-sizing: border-box
  }
  .obutton {
      max-width: 250px
  }
}

@media screen and (max-width:380px) {
  #order_form .price-wrap span {
      font-size: 23px
  }
}

.ev-input-error {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  background: #fff;
  border: 1px solid #0095da;
  border-radius: 5px;
  padding: 5px
}

.ev-input-error::before {
  content: '';
  position: absolute;
  top: -7px;
  left: calc(50% - 7px);
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  border-top: 1px solid #0095da;
  border-right: 1px solid #0095da;
  transform: rotate(-45deg)
}

.ev-input-error--hidden {
  display: none
}

.inL_112287 {
  width: 100%;
  max-width: 250px
}

.inL_771214 {
  display: block
}

.inL_606224 {
  background: #fff5f7;
  padding: 10px
}

.inL_863544 {
  background: #ffeca6;
  padding: 20px
}

.inL_332213 {
  color: #00f;
  font-size: 14px
}

.inL_676278 {
  color: red
}

.inL_73720 {
  margin-bottom: 20px
}

.inL_566462 {
  clear: both
}

@media screen and (max-width:660px) {
  #content h1 {
      font-size: 28px;
      line-height: 36px
  }
}

@media screen and (max-width:459px) {
  #head_title {
      height: inherit
  }
  #order_form .old_price .price-wrap:before {
      top: 4px
  }
}

@media screen and (max-width:380px) {
  #content h1 {
      font-size: 24px;
      line-height: 30px
  }
  #head_title {
      height: inherit
  }
}
.live {
  width: 100%;
  max-width: 250px!important;
}

#comments .item.answer {
  /* padding-left: 60px; */
  padding-left: 60px;
}
.info-h {
  width: 100%;
}

footer {
  text-align: center;
  margin: 0 auto;
  padding: 20px;
}

.nowrap {
white-space: nowrap;
}
.toplogo {
  text-align: center;
}
.toplogo a {
  display: inline-flex;
  justify-content: center;
}