body,
html,
li,
ul {
  margin: 0;
  padding: 0;
  border: 0 none;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size-adjust: inherit;
  font-stretch: inherit;
  font-feature-settings: inherit;
  font-language-override: inherit;
  font-kerning: inherit;
  font-synthesis: inherit;
  font-variant: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
p {
  margin: 0;
}
ul {
  list-style: outside none none;
}
a img {
  border: 0 none;
}
body {
  background: #e7e7e7 none repeat scroll 0 0;
}
img {
  max-width: 100%;
}
.jsTabs {
  position: relative;
}
.jsTabs .jsTabs-tabs-list {
  margin: 0 -0.5em 1em;
  text-align: left;
}
.jsTabs .jsTabs-tabs-list .jsTabs-point {
  -moz-user-select: none;
  user-select: none;
  position: relative;
  padding: 0 0 0.19em;
  margin: 0 0.5em;
  white-space: nowrap;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  color: #b7b7b7;
  display: inline-block;
  vertical-align: middle;
}
.center-text {
  text-align: center;
}
.myh4,
.rub-ramka a {
  text-transform: uppercase;
}
.b-article__body .rub-ramka {
  background: rgba(3, 224, 0, 0.04);
  padding: 6px 13px !important;
  border-radius: 2px;
  border: 4px double rgba(21, 160, 37, 0.32);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 28px;
  font-size: 16px;
  max-width: 86%;
  margin: 0 auto;
  font-weight: 400;
  color: #4a4a4a;
}
.myh4 {
  padding: 6px 4px 4px 5px;
  width: 100%;
  display: table;
  border: 1px dotted #e2e2e2;
  border-right: none;
  color: #3a753a;
  font-size: 16px;
  text-align: center;
  margin-bottom: 9px;
  line-height: 23px;
  border-radius: 2px;
  margin-top: 5px;
  margin-left: -3px;
  font-weight: 600;
  background-color: #f5fef5;
  background-image: -webkit-repeating-linear-gradient(
    0deg,
    #bfe6bf 0,
    #f5fef5 100%
  );
  background-image: repeating-linear-gradient(90deg, #bfe6bf 0, #f5fef5 100%);
  background-image: -ms-repeating-linear-gradient(
    0deg,
    #bfe6bf 0,
    rgba(3, 224, 0, 0.04) 100%
  );
}
.rub-ramka a {
  color: #ce5353;
  font-weight: 400;
  text-decoration: none;
  font-size: 15px;
  border-bottom: 1px dashed;
  text-shadow: 0 0 0;
  margin-left: 2px;
  margin-right: 2px;
  padding-bottom: 1px;
}
.red {
  color: red;
}
.lead-form-box {
  display: none;
}
.order_block,
.order_block * {
  box-sizing: border-box;
  transition: 0.2s;
  font-family: Arial, sans-serif !important;
}
.order_block {
  max-width: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  margin: auto;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.12);
  border: 3px dashed #eaeaea;
  border-radius: 0;
  padding: 20px 15px;
}
.order_block .order_offer {
  text-align: center;
}
.order_block .order_offer img {
  width: 100%;
  max-width: 220px;
  margin-bottom: 20px;
}
.order_form_row {
  margin-bottom: 10px;
  text-align: left;
}
.order_form {
  width: 100%;
  max-width: 380px;
  padding: 0 20px 0 20px;
}
.order_header {
  margin: 0 0 12px;
  padding: 0 !important;
  font-size: 18px;
}
.order_form .order_form_row input {
  width: 100% !important;
  padding: 14px;
  border: 2px solid #eaeaea;
  font-size: 15px;
  border-radius: 3px;
  box-shadow: none !important;
  margin: 0 !important;
}
.order_form .order_form_row label {
  font-size: 13px;
  text-align: left;
  font-weight: 700;
}
.order_form .order_form_row input:active,
.order_form .order_form_row input:focus {
  outline: 0;
  border: 2px solid #cecece;
}
.order_form .order_form_button {
  box-shadow: 0 1px 0 0 #f5978e inset;
  background: #f24537;
  border-radius: 3px;
  border: 1px solid #d02718;
  width: 100%;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  outline: 0;
  padding: 16px 10px;
  font-weight: 700;
  font-size: 16px;
  margin-top: 5px;
  text-decoration: none;
  letter-spacing: 0.6px;
  text-shadow: 0 1px 0 #810e05;
}
.order_form .order_form_button:hover {
  background: #c62d1f;
}
.order_form .order_form_button:active {
  position: relative;
  top: 1px;
}
.order_timer_block {
  line-height: 1;
  font-weight: 700;
}
.order_timer_block p {
  font-size: 18px;
  margin: 10px 0 !important;
  padding: 0 !important;
}
.order_timer_block .order_timer {
  font-size: 21px;
}
.time_remains {
  color: red;
}
.box-popup-wrapper {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
}
.box-tooltip {
  position: relative;
  background: #fff;
  font-size: 18px;
  padding: 20px;
  width: 90%;
  max-width: 320px;
  margin: 30vh auto 80px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 5px;
  position: relative;
  box-shadow: 0 1px 40px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.box-tooltip::before {
  content: "X";
  position: absolute;
  top: 5px;
  right: 10px;
}
.box-tooltip:hover .box-tooltip-btn {
  background: #62a30e;
  transition: 0.2s;
}
.box-tooltip-title {
  margin: 0;
  padding: 0;
  color: #333;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif !important;
}
.box-tooltip-ico {
  width: 100%;
  padding: 20px;
  padding-top: 0;
  box-sizing: border-box;
  text-align: center;
}
.box-tooltip-ico img {
  height: 40px;
  width: auto;
}
.box-tooltip-btn {
  background: #70b31a;
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif !important;
  margin: 0 auto !important;
  padding: 16px 10px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  animation: scale 0.4s infinite;
  animation-direction: alternate;
}
.afterlose-boxes_item {
  opacity: 0.6;
}
.shake {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation-iteration-count: 1;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.03);
  }
}
#boxesContainer {
  width: 100%;
  margin: auto;
  max-width: 600px;
}
.boxes,
.boxes img {
  width: 100%;
}
.instructions {
  padding: 10px;
  background-color: #232f3e;
  border-radius: 4px;
  box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
  color: #fff;
  margin-bottom: 20px;
}
#tries_count {
  font-size: 19px;
}
.boxes {
  margin: 10px 0;
}
.boxes_item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 32.5%;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  cursor: pointer;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.boxes_item.active {
  width: 32.5%;
  height: 147px;
  background: url(../images/box_d.png) no-repeat center/contain;
}
.boxes_item.afterlose-boxes_item {
  cursor: default;
}
.boxes_item.afterlose-boxes_item:hover {
  -webkit-transform: none;
  transform: none;
}
.boxes_item:hover {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.b-article__body .win_prize {
  font-size: 30px;
  font-weight: 700;
  color: #e72c2a;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  margin: 0;
}
@media (max-width: 479px) {
  .boxes > div,
  .boxes_item.active {
    width: 32%;
  }
  .win_prize {
    font-size: 24px;
  }
}
@media (max-width: 319px) {
  .boxes > div {
    width: 48%;
  }
  .win_prize {
    font-size: 21px;
  }
}
#push-comments {
  margin-bottom: 25px;
}
#push-comments #push_mlyjekpdfdd1 {
  background-color: #f0f0f0;
  box-sizing: border-box;
  font-family: Arial, serif;
  padding: 3rem 2rem;
  transition: 1s;
  width: 100%;
}
#push-comments #push_mlyjekpdfdd1__form {
  box-sizing: border-box;
  margin: auto;
  max-width: 600px;
}
#push-comments #push_mlyjekpdfdd1__title {
  color: #43a047;
  border-bottom: 0 solid;
  box-shadow: 1px 4px 10px -7px #ccc;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 16px;
}
#push-comments #push_mlyjekpdfdd1__message {
  border: 1px solid #43a047;
  box-shadow: 0 2px 4px -3px #237a27;
  font-size: 16px;
  box-sizing: border-box;
  padding: 10px 20px;
  height: 120px;
  width: 100%;
}
#push-comments #push_mlyjekpdfdd1__submit {
  background: #43a047;
  border: none;
  box-shadow: 0 2px 4px -3px #000;
  color: #fff;
  cursor: pointer;
  border-radius: 25px;
  display: table;
  margin: 20px 0 0;
  height: 50px;
  transition: 0.5s;
  text-align: center;
  text-shadow: 0 0 1px #237a27;
  font-size: 18px;
  max-width: 280px;
  width: 100%;
}
#push-comments #push_mlyjekpdfdd1__submit:hover {
  background: #237a27;
  text-shadow: none;
  box-shadow: none;
}
input[type="text"].order-input {
  border: 1px solid #43a047;
  box-shadow: 0 2px 4px -3px #237a27;
  font-size: 16px;
  box-sizing: border-box;
  padding: 10px 20px;
  margin-bottom: 25px;
  width: 100%;
}
#width {
  margin: 0 auto;
}
.b-article__body .centered {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1020px) {
  .rub-ramka {
    max-width: 95%;
  }
}
.jsTabs .jsTabs-tabs-list .jsTabs-point span {
  font-size: 0.75em;
}
.jsTabs .jsTabs-tabs-list .jsTabs-point.jsTabs-active {
  cursor: default;
}
.jsTabs .jsTabs-tabs-list .jsTabs-point.jsTabs-active span {
  color: #62a7d9;
}
.jsTabs .jsTabs-tabs-list .jsTabs-point.jsTabs-active:hover {
  text-decoration: none;
}
.jsTabs .jsTabs-tabs-list.jsTabs-center {
  text-align: center;
}
.jsTabs .jsTabs-content {
  display: none;
  position: relative;
}
.jsTabs .jsTabs-content::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.jsTabs .jsTabs-content.jsTabs-active {
  display: block;
}
html {
  font-size: 100%;
}
html,
input {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
}
::-moz-selection {
  background: #000 none repeat scroll 0 0;
  color: #fff;
  text-shadow: none;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #282828;
}
a:hover {
  text-decoration: underline;
}
i {
  font-style: italic;
}
img {
  vertical-align: middle;
}
input {
  font-size: 1em;
  margin: 0;
  vertical-align: baseline;
}
input {
  line-height: normal;
}
input[type="submit"] {
  cursor: pointer;
}
input::-moz-focus-inner {
  border: 0 none;
  padding: 0;
}
* {
  max-height: 1000000px;
}
html {
  overflow-x: auto;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  position: relative;
  background: #fff none repeat scroll 0 0;
}
body {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.5;
  font-family: Arial, Helvetica, sans-serif;
  width: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}
.l-wr-main {
  overflow: hidden;
}
.l-page-width {
  margin: 0 auto;
  display: block;
  width: 58.5em;
  position: relative;
}
.l-page-width::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.l-page-width .l-page-width__ledge {
  padding: 0 1.125em;
  background: #fff none repeat scroll 0 0;
}
@media only screen and (max-width: 500px) {
  .l-page-width .l-page-width__ledge {
    margin: 0;
    padding: 0;
  }
}
.l-page-width .l-page-width__ledge::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.l-page-width .l-page-width__ledge.m-ledge-blue {
  background: #62a7d9 none repeat scroll 0 0;
}
.l-wr-main {
  position: relative;
}
.l-page-width {
  width: 100%;
  max-width: 58.5em;
  position: relative;
}
@media screen and (min-width: 64em) {
  .l-wr-main {
    position: static;
  }
}
@media screen and (max-width: 479px) {
  body img {
    max-width: 100%;
  }
}
.b-top-bar {
  background: #000 none repeat scroll 0 0;
  color: #fff;
  position: relative;
  padding: 0.2em 0;
  z-index: 10;
}
.b-top-bar::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.b-top-bar a {
  color: #fff;
}
.b-top-bar .b-top-bar__home {
  position: relative;
  float: left;
  display: block;
  padding: 0 0.5em 0 1.063em;
}
.b-top-bar .b-top-bar__home span img {
  display: block;
}
.b-top-bar .b-top-bar__login {
  float: right;
  display: block;
  padding: 0.31em;
  margin-right: 0.75em;
  position: relative;
  text-align: left;
}
.b-top-bar .b-top-bar__login span {
  width: 1.06em;
  height: 1.06em;
  display: block;
}
.b-top-bar .b-top-bar__projects_list {
  height: 30px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.b-top-bar .b-top-bar__projects_list li {
  display: inline-block;
  border-left: 1px solid #3e3e3e;
}
.b-top-bar .b-top-bar__projects_list li a {
  padding: 0 1em 0.19em;
  display: block;
}
.b-top-bar .b-top-bar__projects_list li a span {
  font-size: 0.69em;
  font-weight: 600;
}
.b-top-bar .b-top-bar__projects_list li:first-child {
  border: 0 none;
}
.b-header::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.b-header .l-page-width .l-page-width__ledge {
  background: #f4f4f4 none repeat scroll 0 0;
  position: relative;
}
.b-header .b-header__bg-img {
  position: absolute;
  height: 5.625em;
  top: 0;
  right: 0;
  display: block;
}
.b-header .b-header__logo-link {
  position: relative;
  display: block;
  float: left;
  cursor: pointer;
  height: 5.625em;
  overflow: hidden;
}
.b-header .b-header__menu-button {
  display: none;
}
.b-header .b-header__layer {
  overflow: hidden;
  height: 5.625em;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.b-header .b-header__search {
  width: 12em;
}
.b-header .b-header__search .b-header__search-input a {
  position: relative;
  border: 0 none;
  background: #fff none repeat scroll 0 0;
  margin: 0;
  font-size: 0.688em;
  color: #8b75a1;
  outline: 0 none;
  padding: 0.55em;
  display: block;
  font-weight: 600;
}
.b-header .b-header__search .b-header__search-nav {
  display: none;
}
.b-header .b-header__search .b-header__search-button {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1.69em;
  height: 1.69em;
  cursor: pointer;
}
.b-header .b-header__search .b-header__search-button span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: -0.438em 0 0 -0.438em;
  width: 1.125em;
  height: 1.125em;
}
.b-header .b-header__search .b-header__search-button input[type="submit"] {
  position: relative;
  width: 100%;
  height: 100%;
  background: transparent none repeat scroll 0 center;
  color: transparent;
  top: 0;
  right: 0;
  border: 0 none;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.b-header {
  position: relative;
  overflow: hidden;
  height: 3.625em;
}
.b-top-bar__home {
  position: absolute;
  top: 50%;
  left: 35px;
  z-index: 1000;
  transform: translateY(-50%);
  font-size: 21px;
  font-weight: 700;
  color: #65b1ef;
}
.b-top-bar__home::after {
  content: "";
  width: 35px;
  height: 35px;
  background: url(../fonts/globe.svg) no-repeat center/contain;
  position: absolute;
  top: -4px;
  right: -45px;
}
.b-top-bar__home:hover {
  text-decoration: none;
}
.b-header .b-header__bg-img {
  right: -7.75em;
  top: -1.5em;
}
.b-header .b-header__logo-link {
  height: 3.625em;
  margin-left: 0.25em;
}
.b-header .b-header__menu-button {
  position: relative;
  display: block;
  float: right;
  margin-right: 0.313em;
  width: 2.625em;
  height: 3.625em;
}
.b-header .b-header__menu-button span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: -0.563em 0 0 -0.563em;
  width: 1.125em;
  height: 1.125em;
}
.b-header .b-header__layer {
  height: 3.625em;
}
.b-header .b-header__search .b-header__search-nav {
  position: absolute;
  display: block;
  width: 2.625em;
  height: 3.625em;
  top: 0;
  right: -2.625em;
  cursor: pointer;
  transition: right 0.25s ease 0s;
}
.b-header .b-header__search .b-header__search-nav span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: -0.563em 0 0 -0.563em;
  width: 1.125em;
  height: 1.125em;
}
.b-header .b-header__search .b-header__search-button {
  width: 2.625em;
  height: 3.625em;
  transition: right 0.25s ease 0s;
}
.b-header .b-header__search .b-header__search-button input[type="submit"] {
  height: 0;
}
@media screen and (min-width: 30em) {
  .b-header {
    height: 4.375em;
  }
  .b-header .b-header__bg-img {
    right: -3.5em;
    top: -0.75em;
  }
  .b-header .b-header__logo-link {
    position: relative;
    left: auto;
    height: 4.375em;
  }
  .b-header .b-header__menu-button {
    height: 4.375em;
  }
  .b-header .b-header__layer {
    height: 4.375em;
  }
  .b-header .b-header__search .b-header__search-nav {
    height: 4.375em;
  }
  .b-header .b-header__search .b-header__search-button {
    height: 4.375em;
  }
}
@media screen and (min-width: 35em) {
  .b-header .b-header__layer {
    position: relative;
  }
}
@media screen and (min-width: 54em) {
  .b-header .b-header__search .b-header__search-nav {
    display: none;
  }
  .b-header .b-header__search .b-header__search-button {
    right: 0;
  }
  .b-header .b-header__search .b-header__search-button input[type="submit"] {
    height: 100%;
  }
  .order_block {
    flex-direction: row;
    max-width: 100%;
    padding: 40px 15px;
  }
  .order_block .order_offer img {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 64em) {
  .b-header {
    height: 5.625em;
    overflow: visible;
  }
  .b-header .b-header__bg-img {
    right: 0;
    top: 0;
  }
  .b-header .b-header__logo-link {
    height: 5.625em;
  }
  .b-header .b-header__menu-button {
    display: none;
  }
  .b-header .b-header__layer {
    height: 5.625em;
  }
  .b-header .b-header__search .b-header__search-input {
    position: relative;
    margin-right: 1.69em;
    margin-top: 0;
  }
  .b-header .b-header__search .b-header__search-input a {
    text-decoration: none;
  }
  .b-header .b-header__search .b-header__search-button {
    width: 1.69em;
    height: 1.69em;
    right: 0;
  }
  .b-header .b-header__search .b-header__search-button span {
    margin: -0.438em 0 0 -0.438em;
  }
}
.b-main-nav {
  display: block;
}
.b-main-nav::after {
  content: "";
  max-width: 64.75em;
  height: 1px;
  background: #e7e7e7 none repeat scroll 0 0;
  display: block;
  clear: both;
  margin: 0 auto;
  position: relative;
}
.b-main-nav .b-main-nav__main {
  position: relative;
}
.b-main-nav .b-main-nav__main::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.b-main-nav .b-main-nav__main .b-main-nav__main-item {
  height: 2.375em;
  white-space: nowrap;
}
.b-main-nav .b-main-nav__main {
  height: 43px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
}
.b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__main-drop {
  display: none;
}
.b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__main-link {
  display: block;
  padding: 0.75em 0.625em 0.625em;
  color: #282828;
  text-transform: uppercase;
  overflow: hidden;
}
.b-main-nav
  .b-main-nav__main
  .b-main-nav__main-item
  .b-main-nav__main-link
  span {
  font-size: 0.687em;
  font-weight: 600;
  display: block;
}
.b-main-nav
  .b-main-nav__main
  .b-main-nav__main-item:last-child
  .b-main-nav__main-link {
  padding-right: 1.063em;
}
.b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__sub {
  display: none;
  position: absolute;
  top: 2.375em;
  right: 0;
  left: 0;
}
.b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__sub ul {
  max-height: 2.625em;
  overflow: hidden;
}
.b-main-nav
  .b-main-nav__main
  .b-main-nav__main-item
  .b-main-nav__sub
  ul::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.b-main-nav
  .b-main-nav__main
  .b-main-nav__main-item
  .b-main-nav__sub
  ul
  .b-main-nav__sub-item {
  float: left;
  white-space: nowrap;
}
.b-main-nav
  .b-main-nav__main
  .b-main-nav__main-item
  .b-main-nav__sub
  ul
  .b-main-nav__sub-item
  .b-main-nav__sub-link {
  display: block;
  position: relative;
  padding: 0.75em;
  color: #fff;
}
.b-main-nav
  .b-main-nav__main
  .b-main-nav__main-item
  .b-main-nav__sub
  ul
  .b-main-nav__sub-item
  .b-main-nav__sub-link
  span {
  font-size: 0.75em;
  font-weight: 600;
  display: block;
}
.b-main-nav
  .b-main-nav__main
  .b-main-nav__main-item
  .b-main-nav__sub
  ul
  .b-main-nav__sub-item:first-child
  .b-main-nav__sub-link {
  padding-left: 1.063em;
}
.b-main-nav
  .b-main-nav__main
  .b-main-nav__main-item
  .b-main-nav__sub
  ul
  .b-main-nav__sub-item:last-child
  .b-main-nav__sub-link {
  padding-right: 1.063em;
}
.b-main-nav
  .b-main-nav__main
  .b-main-nav__main-item.m-active
  .b-main-nav__main-link {
  color: #62a7d9;
}
.b-main-nav
  .b-main-nav__main
  .b-main-nav__main-item:hover
  .b-main-nav__main-link {
  color: #62a7d9;
  text-decoration: underline;
}
.b-main-nav .b-main-nav__main .b-main-nav__main-item:hover .b-main-nav__sub {
  z-index: 200;
  height: auto;
  overflow: visible;
  display: none;
}
@media screen and (min-width: 64em) {
  .b-slide {
    height: auto !important;
  }
}
.b-content-body {
  position: relative;
}
.b-footer {
  margin: 2.5em 0 0;
  padding: 1em 0 1em;
  position: relative;
  display: block;
  background: #282828 none repeat scroll 0 0;
  color: #fff;
}
@media screen and (max-width: 63.938em) {
  .b-main-nav
    .b-main-nav__main
    .b-main-nav__main-item
    .b-main-nav__main-drop
    span {
    font-size: 0.937em;
    display: block;
  }
  .b-main-nav
    .b-main-nav__main
    .b-main-nav__main-item
    .b-main-nav__main-drop::after {
    content: "";
    display: block;
    border-left: 0.5em solid #7c7c7c;
    border-top: 0.375em solid transparent;
    border-bottom: 0.375em solid transparent;
    position: absolute;
    margin: -0.375em 0 0 -0.5em;
    top: 50%;
    left: 50%;
  }
  .b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__sub {
    position: relative;
    top: 0;
    background: #f4f4f4 none repeat scroll 0 0;
  }
  .b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__sub ul {
    max-height: none;
  }
  .b-main-nav
    .b-main-nav__main
    .b-main-nav__main-item
    .b-main-nav__sub
    ul
    .b-main-nav__sub-item {
    float: none;
    border-top: 1px solid #fff;
  }
  .b-main-nav
    .b-main-nav__main
    .b-main-nav__main-item
    .b-main-nav__sub
    ul
    .b-main-nav__sub-item
    .b-main-nav__sub-link {
    padding: 0.75em 1.063em 0.625em 2em;
    color: #282828;
  }
  .b-main-nav
    .b-main-nav__main
    .b-main-nav__main-item
    .b-main-nav__sub
    ul
    .b-main-nav__sub-item
    .b-main-nav__sub-link
    span {
    font-size: 0.813em;
    white-space: normal;
  }
  .b-main-nav .b-main-nav__main .b-main-nav__main-item:hover .b-main-nav__sub {
    display: none;
  }
  .b-footer {
    margin: 0;
  }
}
@media screen and (min-width: 64em) {
  .b-content-body {
    position: static;
  }
}
.b-footer .b-footer__nav {
  position: relative;
}
.b-footer .b-footer__nav::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.b-footer .b-footer__nav .b-footer__wr-items {
  display: flex;
  height: 35px;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
}
.comments-form {
  border-bottom: 1px solid #dbdbdb;
}
.b-footer .b-footer__nav .b-footer__wr-items .b-footer__nav-item {
  display: table-cell;
  overflow: hidden;
}
.b-footer .b-footer__nav .b-footer__wr-items .b-footer__nav-item a {
  float: left;
  padding: 0.56em 1.06em 0.625em;
  cursor: pointer;
  color: #7c7c7c;
  white-space: nowrap;
  font-weight: 700;
  text-transform: uppercase;
}
.b-footer .b-footer__nav .b-footer__wr-items .b-footer__nav-item a:hover {
  text-decoration: underline;
}
.b-footer .b-footer__nav .b-footer__wr-items .b-footer__nav-item a span {
  font-size: 0.81em;
  display: block;
}
.b-footer .b-footer__nav .b-footer__wr-items .b-footer__nav-item.m-active a {
  color: #62a7d9;
}
.b-footer
  .b-footer__nav
  .b-footer__wr-items
  .b-footer__nav-item.m-active
  a:hover {
  text-decoration: none;
  cursor: default;
}
.b-footer .b-footer__nav .b-footer__nav-content {
  visibility: hidden;
  float: right;
  width: 100%;
  margin: 1.69em 0 2em -100%;
}
.b-footer .b-footer__nav .b-footer__nav-content.m-active {
  visibility: visible;
}
.b-footer .b-footer__nav .b-footer__nav-content .b-footer__column {
  float: left;
  width: 25%;
}
.b-footer
  .b-footer__nav
  .b-footer__nav-content
  .b-footer__column
  .b-footer__item {
  padding-left: 1.06em;
  line-height: 1;
  margin-bottom: 0.625em;
}
.b-footer
  .b-footer__nav
  .b-footer__nav-content
  .b-footer__column
  .b-footer__item
  a {
  color: #62a7d9;
}
.b-footer
  .b-footer__nav
  .b-footer__nav-content
  .b-footer__column
  .b-footer__item
  a
  span {
  font-size: 0.81em;
}
.b-footer .b-footer__copyright {
  padding: 0 1.06em;
}
.b-footer .b-footer__copyright::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.b-footer .b-footer__copyright p {
  font-size: 0.75em;
  color: #7c7c7c;
  margin-bottom: 0.75em;
}
.b-footer .b-footer__copyright a {
  color: #7c7c7c;
  text-decoration: underline;
}
.b-footer .b-footer__copyright a:hover {
  text-decoration: none;
}
.figcaption {
  font-size: 14px;
  line-height: 1.2;
  padding: 0 10px;
}
.l-banner-place {
  position: relative;
}
.l-banner-place.m-mobile {
  display: none;
}
.l-banner-place.m-desktop {
  display: none;
}
.l-banner-place.m-mobile {
  display: block;
}
.b-comments .b-comments__list .b-comments__item .b-comments__item-ind {
  margin-left: 4.125em;
}
@media screen and (min-width: 64em) {
  .l-banner-place.m-desktop {
    display: block;
  }
  .l-banner-place.m-mobile {
    display: none;
  }
}
.b-banner {
  margin: 0;
  padding: 0;
  position: relative;
}
.b-comments::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.b-comments .b-comments__title {
  margin: 0 0 1em;
  padding: 1.31em 0 0.31em;
  font-weight: 800;
  text-transform: uppercase;
}
.b-comments .b-comments__title span {
  font-size: 1.25em;
  letter-spacing: 0.025em;
}
.b-comments .b-comments__users-stat {
  margin: 0 0 1em;
  font-weight: 600;
  color: #7c7c7c;
}
.b-comments .b-comments__users-stat span {
  font-size: 0.75em;
}
.b-comments .b-comments__users-stat i {
  color: #282828;
  font-style: normal;
  font-weight: 700;
}
.b-comments .b-comments__button-comment {
  display: block;
  text-align: center;
  padding-bottom: 1em;
}
.b-comments .b-comments__button-comment a {
  background: transparent none repeat scroll 0 center;
  display: inline-block;
  border: 1px solid #62a7d9;
  color: #62a7d9;
  padding: 0 0.75em 0.19em;
  line-height: 1.4;
  cursor: pointer;
  min-width: 2.5em;
  text-align: center;
  position: relative;
  -moz-user-select: none;
  user-select: none;
}
.b-comments .b-comments__button-comment a span {
  font-size: 0.75em;
  font-weight: 600;
  text-transform: uppercase;
}
.b-comments .b-comments__button-comment a:hover {
  text-decoration: none;
  background: #62a7d9 none repeat scroll 0 0;
  color: #f4f4f4;
}
.b-comments .b-comments__create-top-place {
  position: relative;
}
.b-comments .b-comments__create-top-place .b-comments__button-comment {
  display: none;
  padding-bottom: 1.5em;
}
.b-comments .b-comments__create-bottom-place .b-comments__button-comment {
  border-top: 1px solid #dfdfdf;
  padding-top: 1.5em;
}
.b-comments .b-comments__lists-place {
  border-top: 1px solid #dfdfdf;
  padding-top: 1em;
}
.b-comments .b-comments__list::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.b-comments .b-comments__list ul {
  padding: 0;
  margin: 0;
  display: block;
}
.b-comments .b-comments__list ul::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.b-comments .b-comments__list .b-comments__item {
  position: relative;
  margin: 0 0 1em;
  padding-left: 0;
  overflow: hidden;
}
.b-comments .b-comments__list .b-comments__item .b-comments__comment {
  position: relative;
  border-bottom: 1px solid #dbdbdb;
}
.b-comments .b-comments__list .b-comments__item .b-comments__comment::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.b-comments .b-comments__list .b-comments__item .b-comments__item-avatar {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  margin-top: 0.5em;
}
.b-comments
  .b-comments__list
  .b-comments__item
  .b-comments__item-head
  .b-comments__item-author {
  font-weight: 700;
  margin-right: 0.5em;
}
.b-comments
  .b-comments__list
  .b-comments__item
  .b-comments__item-head
  .b-comments__item-author
  span {
  font-size: 0.938em;
}
.b-comments
  .b-comments__list
  .b-comments__item
  .b-comments__item-head
  .b-comments__item-author:hover {
  text-decoration: underline;
}
.b-comments .b-comments__list .b-comments__item .b-comments__item-text {
  margin: 0 0 0.5em;
  font-size: 0.938em;
}
.b-comments .b-comments__list .b-comments__item .b-comments__item-text a {
  color: #62a7d9;
  text-decoration: underline;
}
.b-comments .b-comments__list .b-comments__item .b-comments__item-text a:hover {
  text-decoration: none;
}
.b-comments .b-comments__list .b-comments__item .b-comments__item-info {
  margin: 0 0 0.75em;
  min-height: 1.5em;
}
.b-comments .b-comments__list .b-comments__item .b-comments__item-info::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.b-comments
  .b-comments__list
  .b-comments__item
  .b-comments__item-info
  .b-comments__item-time {
  float: left;
  font-weight: 700;
  color: #62a7d9;
  margin-right: 0.5em;
}
.b-comments
  .b-comments__list
  .b-comments__item
  .b-comments__item-info
  .b-comments__item-date {
  float: left;
  font-weight: 600;
  color: #000;
  margin-right: 1em;
}
.b-comments
  .b-comments__list
  .b-comments__item
  .b-comments__item-info
  .b-comments__item-date
  span {
  font-size: 0.81em;
}
.b-comments
  .b-comments__list
  .b-comments__item
  .b-comments__item-info
  .b-comments__item-likes-view {
  display: none;
  font-size: 1em;
  position: relative;
  padding-left: 1.25em;
  margin: 0 1em 0 0;
}
.b-comments
  .b-comments__list
  .b-comments__item
  .b-comments__item-info
  .b-comments__item-likes-view
  .b-comments__item-likes-icon {
  width: 1.06em;
  height: 1.06em;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.5em;
}
.b-comments
  .b-comments__list
  .b-comments__item
  .b-comments__item-info
  .b-comments__item-likes-view.m-like {
  display: inline-block;
}
.b-comments .b-comments__button-comment a {
  padding: 0.438em 0.75em 0.563em;
}
.b-comments .b-comments__button-comment a span {
  font-size: 0.875em;
}
@media screen and (min-width: 64em) {
  .b-comments .b-comments__button-comment a {
    padding: 0 0.75em 0.19em;
  }
  .b-comments .b-comments__button-comment a span {
    font-size: 0.75em;
  }
}
.b-article {
  position: relative;
}
.b-article__main {
  width: 100%;
  display: block;
  padding: 2em 1.063em 1em;
  box-sizing: border-box;
}
.b-article__ind {
  max-width: 40em;
}
.b-article__ind {
  margin: 0 auto;
}
@media screen and (min-width: 64em) {
  .b-article__ind {
    margin: 0;
  }
}
.b-article__body {
  padding-bottom: 1em;
  max-width: 40em;
}
.b-article__body::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.b-article__body p {
  margin: 0;
  margin-bottom: 20px;
}
.b-article__body a {
  color: #62a7d9;
}
.b-article__body a:hover {
  text-decoration: none;
}
.b-article__body ul {
  list-style-type: disc;
  list-style-position: outside;
}
.b-article__body li {
  margin-left: 2em;
  margin-bottom: 0.5em;
}
.b-article__body li:last-child {
  margin-bottom: 0;
}
.b-article__relap {
  margin: 0 1.063em 0 0;
}
@media screen and (min-width: 64em) {
  .b-article__relap {
    margin: 0;
  }
}
.b-article__body a:hover {
  color: #da1942;
}
.submit {
  margin: 0;
  text-align: center;
  width: 100%;
  height: auto;
  background: transparent none repeat scroll 0 center;
  position: static;
  padding: 0;
  border: 0 none;
}
.submit {
  box-sizing: border-box;
}
.submit {
  float: none;
}
.submit[type="submit"] {
  position: absolute;
  cursor: pointer;
  border: 1px solid #499bea;
  background: transparent
    linear-gradient(135deg, #de455c 0, #de455c 13%, #c01f37 76%, #c01f37 100%)
    repeat scroll 0 0;
  color: #fff;
  padding: 0 10px;
  text-transform: uppercase;
  line-height: 60px;
  display: block;
  text-indent: 0;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  width: 472px;
  height: 64px;
  opacity: 1;
  bottom: 29px;
  margin-left: 175px;
  text-align: center;
  font-size: 28px;
  font-weight: 900;
  border-radius: 10px;
  transition: all 0.6s ease 0s;
}
.submit[type="submit"]:hover {
  background: transparent
    linear-gradient(
      to bottom,
      #de455c 0,
      #de455c 13%,
      #c01f37 76%,
      #c01f37 100%
    )
    repeat scroll 0 0;
}
body {
  font-family: Arial, Helvetica, sans-serif;
}
.contentBox {
  line-height: 1.3;
  text-align: justify;
}
.contentBox h1 {
  line-height: 1.2;
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: 700;
  font-size: 25px;
  text-align: left;
}
.block-7 {
  box-sizing: border-box !important;
  border: 3px dashed #eaeaea !important;
  background: 0 0 !important;
  padding: 20px 14px;
  width: 100% !important;
  margin-bottom: 20px;
}
.block-4 {
  border-left: 5px solid #39b4ff !important;
  padding: 10px 25px 10px 25px !important;
  margin: 0 35px 20px;
  color: #39b4ff !important;
  box-sizing: border-box !important;
  text-align: left;
}
textarea {
  resize: none;
}
.block-14 {
  width: 100% !important;
  max-width: 600px !important;
  text-align: center !important;
  background: #f7f7f7 !important;
  padding-bottom: 10px !important;
  margin: 0 auto 20px;
}
.block-14 img {
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  margin-bottom: 10px !important;
}
.block-14 p {
  margin: 0 !important;
  font-style: italic !important;
  padding-bottom: 0 !important;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto !important;
}
.b-article__body {
  padding-top: 10px;
}
.price {
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 10px;
}
.price__old {
  text-decoration: line-through;
  margin-right: 10px;
}
.price__new {
  font-size: 30px;
  color: red;
}
.b-article__main {
  padding-top: 0 !important;
}
.b-article__main ul {
  margin: 0;
}
.b-article__main .list-indent {
  margin-bottom: 20px;
}
.b-comments__title {
  margin-bottom: 0 !important;
}
.b-article__ind {
  width: 100% !important;
  max-width: 100% !important;
}
.b-article__body {
  width: 100% !important;
  max-width: 100% !important;
}
.b-article__body img {
  margin-bottom: 0;
}
.obutton {
  display: inline-block;
  padding: 20px 40px;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45) !important;
  border-radius: 10px;
  background-color: red;
  background-position: 1.35em 0.94em;
  background-size: 1em;
  background-repeat: no-repeat;
  transition: all 0.15s ease-in-out;
  border: none;
  cursor: pointer;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 47.938em) {
  .b-footer .b-footer__nav {
    display: none;
  }
  .contentBox {
    text-align: left;
  }
  .b-footer {
    display: none;
  }
  .obutton {
    margin-bottom: 0;
  }
  .b-article__main {
    padding-bottom: 5px;
  }
}
.b-comments .b-comments__list .b-comments__item .b-comments__item-avatar {
  border-radius: 1.575em;
}
.b-comments__item-text img {
  margin: 5px 0;
}
.obutton:hover {
  color: #fff;
  box-shadow: 0 4px 35px 0 rgba(129, 150, 160, 0.45) !important;
}
@media screen and (max-width: 450px) {
  .b-header {
    display: none;
  }
  .b-article__body li {
    margin-left: 1em;
  }
  .block-4 {
    margin: 0 0 20px;
  }
  .order_form {
    padding: 0;
  }
  .b-article__main {
    padding: 2em 15px 1em;
  }
  .b-comments .b-comments__list .b-comments__item .b-comments__item-text {
    font-size: 16px;
  }
  .b-comments .b-comments__list .b-comments__item .b-comments__item-ind {
    margin-left: 65px;
  }
}
body {
  font-family: sans-serif;
}
.b-article__body .rub-ramka-indent {
  margin-bottom: 40px;
}
@media (max-width: 987px) {
  .contentBox {
    text-align: left;
  }
}
input::-ms-clear {
  display: none;
}
.ev-answer--hidden {
  display: none;
}
.ev-answer__avatar {
  width: 60px;
  height: 60px;
}
.ev-answer__img {
  display: block;
  margin-bottom: 5px;
}
.ev-answer__comment,
.ev-answer__name,
.ev-answer__town {
  word-break: break-all;
}
.ev-answer__comment {
  display: block;
  width: 100%;
}
.ev-feedback {
  border: none;
}
.ev-feedback__title {
  color: #000;
}
.ev-feedback__field {
  color: #000;
  border: 1px solid #ececed;
  border-radius: 10px;
}
.ev-feedback__field:focus {
  border-color: #45bbc9;
}
.ev-feedback__field--comment::-webkit-scrollbar {
  width: 5px;
  background: 0 0;
}
.ev-feedback__field--comment::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #45bbc9;
  opacity: 0.5;
}
.ev-feedback__svg {
  fill: #45bbc9;
  transition: all 0.3s ease-in-out;
}
.ev-feedback__comment {
  border-radius: 15px;
}
.ev-feedback__file {
  color: #45bbc9;
  border: 1px solid #45bbc9;
  border-radius: 10px;
}
.ev-feedback__file:hover {
  color: #fff;
  background: #45bbc9;
}
.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 49%, #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: #45bbc9;
}
.ev-feedback__btn:hover {
  background: #34909b;
}
.ev-modal {
  background: rgba(0, 0, 0, 0.5);
}
.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: #45bbc9;
}
.ev-modal__subtitle,
.ev-modal__title {
  color: #000;
}
.ev-modal__btn {
  color: #fff;
  background: #45bbc9;
  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;
  }
}
.ev-feedback {
  max-width: 550px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 30px 30px;
  margin: 0 auto;
}
.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;
}
.ev-feedback__profile {
  position: relative;
  width: calc(100% / 3);
}
.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 0.25s ease-in-out;
  width: 100%;
  padding: 10px;
  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 0.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 0.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 0.5s ease-in;
}
.ev-feedback__file--loaded:hover {
  transition: none;
}
.ev-feedback__file--error {
  background-size: 200% 100%;
  animation: fileError 0.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__nowrap {
  display: inline-block;
}
.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 0.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;
  max-width: 550px;
  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 0.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__title {
  font-size: 22px;
  text-align: center;
  margin-bottom: 10px;
}
.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 0.25s ease-in-out;
}
@media (max-width: 639px) {
  .ev-feedback {
    padding: 0 20px 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;
  }
  .b-article__body .win_prize {
    font-size: 25px;
  }
  .b-header__search-input {
    display: none;
  }
}
@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: row;
  }
  .ev-feedback__section--two .ev-feedback__profile:not(:last-of-type) {
    margin: 0 15px 0 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;
  }
  .b-article__body .win_prize {
    font-size: 16px;
  }
}
.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 #45bbc9;
  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 #45bbc9;
  border-right: 1px solid #45bbc9;
  transform: rotate(-45deg);
}
.ev-input-error--hidden {
  display: none;
}
@media (max-width: 500px) {
  .contentBox h1 {
    font-size: 22px;
  }
  .contentBox h1:first-child {
    margin-top: 10px;
  }
}

.pulse {
    animation: pulse 2s infinite;
  }

  @keyframes pulse {
    0% {
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
    }
  
    50% {
      transform: scale(1.05);
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -o-transform: scale(1.05);
      -ms-transform: scale(1.05);
    }
  
    100% {
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
    }
  }

  .prod {
    width: 100%;
    max-width: 420px;
    display: block;
  }

.nw {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px; 
  font-size: 14px;
  text-align: left;
  margin-top: 20px !important;
}