#forma {
  display: block;
}

.live {
  display: block;
}

.prod {
  display: block;
  margin: 0 auto;
}

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
}

.center-text {
  text-align: center
}

.myh4,
.rub-ramka a {
  text-transform: uppercase
}

.b-article__body .rub-ramka {
  background: rgba(3, 224, 0, .04);
  padding: 6px 13px !important;
  border-radius: 2px;
  border: 4px double rgba(21, 160, 37, .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: 14px;
  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, .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: .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, .12);
  border: 3px dashed #eaeaea;
  border-radius: 0;
  padding: 20px 15px
}

.order_block .order_offer {
  margin-bottom: 15px;
  text-align: center
}

.order_block .order_offer img {
  max-width: 300px;
  width: 100%
}

.order_form_row {
  margin-bottom: 10px;
  text-align: left
}

.order_form {
  width: 100%;
  max-width: 500px;
}

.order_header {
  margin: 0 0 12px;
  padding: 0 !important;
  font-size: 17px
}

.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: .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;
}

.order_timer_block p {
  font-size: 18px;
  margin: 10px 0 !important;
  padding: 0 !important;
  font-weight: 700;
}

.order_timer_block .order_timer {
  font-size: 21px
}

.time_remains {
  color: red
}

.box-popup-wrapper {
  background: rgba(0, 0, 0, .5);
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  display: none
}

.box-tooltip {
  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, .5);
  cursor: pointer
}

.box-tooltip:hover .box-tooltip-btn {
  background: #62a30e;
  transition: .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, .12);
  animation: scale .4s infinite;
  animation-direction: alternate
}

.afterlose-boxes_item {
  opacity: .6
}

.shake {
  animation: shake .82s cubic-bezier(.36, .07, .19, .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, .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: .2s;
  transition-duration: .2s;
  cursor: pointer;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none
}

.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)
}

.win_prize {
  font-size: 21px;
  font-weight: 700;
  color: #e72c2a;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  margin: 0
}

@media (max-width:479px) {
  .boxes>div {
    width: 32%
  }

  .win_prize {
    font-size: 13px
  }
}

@media (max-width:319px) {
  .boxes>div {
    width: 48%
  }

  .win_prize {
    font-size: 21px
  }
}

#push-comments {
  margin-bottom: 25px
}

#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: .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
}

#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-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;
  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
}

input[type=text] {
  position: relative;
  border: 1px solid #dfdfdf;
  background: #fff none repeat scroll 0 0;
  margin: 0;
  font-size: .687em;
  outline: 0 none;
  padding: .455em .9em;
  box-sizing: border-box
}

.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: .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 {
  float: left;
  display: block;
  padding: 0 .5em 0 1.063em;
  position: relative;
  display: none;
}

.b-top-bar .b-top-bar__home span {
  width: 6.25em;
  display: block;
  padding: .313em 0
}

.b-top-bar .b-top-bar__home span img {
  display: block;
  width: 100%
}

.b-top-bar .b-top-bar__login {
  float: right;
  display: block;
  padding: .31em;
  margin-right: .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 {
  overflow: hidden;
  display: block;
  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 .19em;
  display: block
}

.b-top-bar .b-top-bar__projects_list li a span {
  font-size: .69em;
  font-weight: 600
}

.b-top-bar .b-top-bar__projects_list li:first-child {
  border: 0 none
}

.b-top-bar .b-top-bar__projects_list {
  display: none
}

@media screen and (min-width:64em) {
  .b-top-bar .b-top-bar__projects_list {
    display: block
  }
}

.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: .688em;
  color: #8b75a1;
  outline: 0 none;
  padding: .55em;
  display: block;
  font-weight: 600
}

.b-header .b-header__search .b-header__search-nav {
  display: none
}

.b-header {
  overflow: hidden;
  height: 3.625em
}

.b-header .b-header__bg-img {
  right: -7.75em;
  top: -1.5em
}

.b-header .b-header__logo-link {
  height: 3.625em;
  margin-left: .25em
}

.b-header .b-header__menu-button {
  position: relative;
  display: block;
  float: right;
  margin-right: .313em;
  width: 2.625em;
  height: 3.625em
}

.b-header .b-header__menu-button span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: -.563em 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 .25s ease 0s
}

.b-header .b-header__search .b-header__search-nav span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: -.563em 0 0 -.563em;
  width: 1.125em;
  height: 1.125em
}

@media screen and (min-width:30em) {
  .b-header {
    height: 4.375em
  }

  .b-header .b-header__bg-img {
    right: -3.5em;
    top: -.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
  }
}

@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
  }

  .order_block {
    flex-direction: row;
    max-width: 100%;
    padding: 40px 15px
  }

  .order_pre_form {
    margin-right: 20px;
  }
}

@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-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-link {
  display: block;
  padding: .75em .625em .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: .687em;
  font-weight: 600;
  display: block
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item:first-child .b-main-nav__main-link {
  padding-left: 1.063em
}

.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: .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: .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
}

@media screen and (max-width:63.938em) {

  .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: .75em 1.063em .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: .813em;
    white-space: normal
  }

  .b-main-nav .b-main-nav__main .b-main-nav__main-item:hover .b-main-nav__sub {
    display: none
  }
}

@media screen and (min-width:64em) {
  .b-content-body {
    position: static
  }
}

.b-footer {
  position: relative;
  display: block;
  background: #282828 none repeat scroll 0 0;
  color: #fff
}

.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: table;
  width: 100%
}

.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: .56em 1.06em .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: .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%;
  margin-top: 0 !important
}

.b-footer .b-footer__nav .b-footer__nav-content .b-footer__column .b-footer__item {
  padding-left: 1.06em;
  line-height: 1
}

.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: .81em
}

.figcaption {
  font-size: 14px;
  line-height: 1.2
}

.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 .31em;
  font-weight: 800;
  text-transform: uppercase
}

.b-comments .b-comments__title span {
  font-size: 1.25em;
  letter-spacing: .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: .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 .75em .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: .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 {
  display: block;
  position: relative;
  margin: 0 0 1em;
  padding-left: 0;
  overflow: hidden
}

.b-comments .b-comments__list .b-comments__item .b-comments__comment {
  position: relative
}

.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: 3.125em;
  height: 3.125em;
  margin-top: .5em;
  margin-right: 1em
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-head .b-comments__item-author {
  font-weight: 700;
  margin-right: .5em
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-head .b-comments__item-author span {
  font-size: .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 .5em;
  font-size: .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 .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: .5em
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-info .b-comments__item-date {
  float: left;
  font-weight: 600;
  color: #62a7d9;
  margin-right: 1em
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-info .b-comments__item-date span {
  font-size: .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: -.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: .438em .75em .563em
}

.b-comments .b-comments__button-comment a span {
  font-size: .875em
}

@media screen and (min-width:64em) {
  .b-comments .b-comments__button-comment a {
    padding: 0 .75em .19em
  }

  .b-comments .b-comments__button-comment a span {
    font-size: .75em
  }
}

.b-article {
  position: relative
}

.b-article__main {
  width: 100%;
  display: block;
  padding: 2em 15px 1em;
  box-sizing: border-box
}

.b-article__ind {
  max-width: 40em;
  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: .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;
  box-sizing: border-box;
  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 .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 !important;
  margin: 0 35px 20px;
  color: #39b4ff !important;
  box-sizing: border-box !important;
  text-align: left
}

.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;
  padding: 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 {
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 10px;
}

.price__old {
  padding: 0 15px;
  text-decoration: line-through
}

.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
}

@media screen and (max-width:47.938em) {
  .b-footer .b-footer__nav {
    display: none
  }

  .contentBox {
    text-align: left
  }
}

.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 {
  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, .45) !important;
  border-radius: 10px;
  background-color: red;
  background-position: 1.35em .94em;
  background-size: 1em;
  background-repeat: no-repeat;
  transition: all .15s ease-in-out;
  border: none;
  cursor: pointer;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 30px
}

.obutton:hover {
  color: #fff;
  box-shadow: 0 4px 35px 0 rgba(129, 150, 160, .45) !important
}

@media screen and (max-width:450px) {
  .b-header {
    display: none
  }
}

body {
  font-family: sans-serif
}

.b-article__body .rub-ramka-indent {
  margin-bottom: 40px
}

@media (max-width:1060px) {
  .contentBox {
    text-align: left
  }

  .b-footer .b-footer__nav .b-footer__wr-items {
    display: none !important
  }
}

@media(max-width:406px) {
  .order_form .order_form_button {
    font-size: 14px
  }
}

@media(max-width:356px) {
  .order_form .order_form_button {
    font-size: 11px
  }
}

.popup-comment {
  position: fixed;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  width: 250px;
  border: 5px solid #000;
  z-index: 10000;
  display: none
}

.eeee {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.296);
  display: none
}

/*FEED*/


.red {
  font-weight: 700 !important;
  color: red !important;
}

.add-comm {
  padding: 10px 15px;
  text-align: center;
  font-size: 16px;
  color: #333;
  border: none;
  border-radius: 5px;
  transition: all .3s;
  cursor: pointer;
}

.add-comm:hover {
  color: #fff;
  background: #000;
}

.custom {
  display: flex;
  max-width: 215px;
  align-items: center;
  cursor: pointer;
  margin-bottom: 15px
}

.custom__image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: url(../images/com-ava.png);
  background-color: #e5e5e5;
  margin-right: 10px
}

.custom__text {
  font-size: 16px;
  text-decoration: underline
}

.custom__field {
  max-width: 50px;
  visibility: hidden;
  position: absolute;
  z-index: 0
}

textarea {
  resize: none
}

#push-comments #push_mlyjekpdfdd1 {
  background-color: #f0f0f0;
  box-sizing: border-box;
  font-family: Arial, serif;
  padding: 2rem 2rem;
  transition: 1s;
  max-width: 800px;
  margin: 0 auto;
  display: none;
}

#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;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 16px
}

#push-comments #push_mlyjekpdfdd1__message {
  border: 1px solid #43a047;
  box-shadow: 0 2px 4px -3px #237a27;
  font-family: sans-serif;
  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 auto 0;
  height: 50px;
  transition: .5s;
  text-align: center;
  text-shadow: 0 0 1px #237a27;
  font-size: 18px;
  max-width: 280px;
  width: 100%;
  line-height: 46px
}

#push-comments #push_mlyjekpdfdd1__submit:hover {
  background: #237a27;
  text-shadow: none;
  box-shadow: none;
  text-decoration: none
}

.inL_177387 {
  margin-bottom: 25px !important
}

.inL_845908 {
  border: 1px solid #43a047 !important;
  box-shadow: 0 2px 4px -3px #237a27 !important;
  font-size: 16px !important;
  box-sizing: border-box !important;
  padding: 10px 20px !important;
  margin-bottom: 15px !important;
  display: inline-block;
  width: 100%
}

@media (min-width:30em) {
  .inL_845908 {
    width: calc(50% - 3px)
  }
}

@media (min-width:405px) {
  #push-comments #push_mlyjekpdfdd1__title {
    font-size: 24px
  }

  .blank-space {
    height: 30px;
  }

  .breadcrumbs {
    display: block;
  }
}
/*=======================================*/