form *,
table * {
  box-sizing: border-box;
}

a,
b,
body,
center,
div,
footer,
form,
h1,
h2,
h3,
header,
html,
i,
img,
label,
li,
p,
span,
strong,
table,
tbody,
td,
th,
tr,
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;
}

ul {
  list-style: outside none none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

td,
th {
  text-align: left;
  font-weight: 400;
  vertical-align: middle;
}

a img {
  border: medium none;
}

footer,
header {
  display: block;
}

.breadcrumbs {
  padding-left: 24px;
  padding-right: 24px;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

body {
  background: transparent url('../images/bg-bbd.arb.png') repeat scroll 0 0;
}

.fix-footer {
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 9999;
}

.fix-footer-center {
  position: fixed;
  left: -50%;
  transform: translate(50%, 0);
  width: 100%;
  bottom: 0;
  padding: 10px 0;
  background: #c5c3c3a6;
}

.fix-footer-center a {
  width: 40%;
  font-size: 20px;
  height: 100%;
  vertical-align: middle;
  line-height: 30px;
}

.content::after {
  content: ' ';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.page-wrap {
  padding: 0 64px;
  max-width: 1280px;
  min-width: 300px;
  margin: 0 auto;
  position: relative;
  cursor: auto;
}

.main-content {
  background: transparent url('../images/bg-bbd.arb.png') repeat scroll 0 0;
  z-index: 11;
  position: relative;
}

.main-content::after {
  content: ' ';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.content {
  min-height: 700px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin: 0 auto;
  background: #fff none repeat scroll 0 0;
}

.content__inner {
  float: left;
}

.content__inner_wide {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}

.content,
.footer {
  clear: both;
}

.header {
  width: 100%;
  z-index: 12;
  position: relative;
}

.header__inner {
  background: #c52424 none repeat scroll 0 0;
  position: relative;
  z-index: 7;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__logo {
  display: block;
  margin-right: 15px;
  height: 100%;
  position: relative;
  float: left;
}

.header__logo a {
  display: block;
  font-size: 28px;
  font-weight: 700;
  position: relative;
  top: 15px;
  padding-left: 10px;
}

.header__logo a::before {
  position: absolute;
  content: '';
  height: 5px;
  width: 100%;
  bottom: -5px;
  background-color: #ffd000;
}

.nav {
  height: 64px;
  max-width: 920px;
  overflow: hidden;
  position: relative;
}

.nav__inner {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.nav li {
  display: block;
  float: left;
  height: 64px;
  margin-right: 1px;
  position: relative;
}

.nav li a {
  display: block;
  height: 100%;
  font: 16px/64px OpenSansLight, sans-serif;
  color: #fff;
  padding: 0 24px;
  text-decoration: none;
  transition: background 0.3s ease 0s;
}

.nav li a:hover {
  background: #e34848 none repeat scroll 0 0;
}

.nav li {
  perspective: 1000px;
}

.nav li a {
  position: relative;
}

.nav li:first-child::after {
  display: block;
  content: ' ';
  position: absolute;
  z-index: 200;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 26px;
}

.nav li a::before {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.nav li:focus a::before,
.nav li:hover a::before {
  background: #c52424 none repeat scroll 0 0;
}

.nav_mobile {
  display: none;
}

.header__menu-link {
  display: none;
}

.header__air {
  float: right;
  border-left: 1px solid #c52424;
  padding: 5px 15px 0;
  height: 54px;
}

.header__air-logo {
  display: block;
  width: 75px;
  background: 0 0;
}

.header__air-title {
  display: block;
  font: 11px/11px Tahoma, sans-serif;
  color: #85cced;
  padding-top: 5px;
  text-decoration: none;
}

.search {
  padding: 18px 24px 0;
  float: right;
  background: transparent url('../images/icons-4ff.arb.png') no-repeat scroll 24px -204px;
  width: 20px;
  height: 30px;
  cursor: pointer;
  order: 3
}

.search .search__form {
  display: none;
}

.search__form {
  display: block;
  position: absolute;
  width: 30px;
  top: 18px;
  right: 20px;
  background: #0069a0 none repeat scroll 0 0;
  border-radius: 18px;
  overflow: hidden;
  height: 30px;
}

.search__form input {
  float: left;
  height: 30px;
}

.search__form .search__text {
  border: medium none;
  outline: medium none;
  background: transparent none repeat scroll 0 0;
  width: 0;
  color: #fff;
  padding: 0 3px;
  font: 12px/17px RobotoLight, sans-serif;
  display: block;
}

.search__form .search__submit {
  display: block;
  background: transparent url('../images/icons-4ff.arb.png') no-repeat scroll 0 -211px;
  width: 24px;
  border: medium none;
  cursor: pointer;
  float: right;
}

.footer {
  background: #1a1a1a none repeat scroll 0 0;
  overflow: hidden;
  position: relative;
  z-index: 7;
}

.footer-wrapper_top {
  border-top: 9px solid #c52424;
  background: #262626 none repeat scroll 0 0;
  height: 64px;
}

.footer__inner {
  padding: 0 64px;
  max-width: 1280px;
  min-width: 300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.nav_footer {
  height: 64px;
  overflow: hidden;
}

.nav_footer li {
  float: left;
  height: 64px;
}

.nav_footer li a {
  display: block;
  height: 100%;
  font: 16px/64px OpenSansLight, sans-serif;
  color: #fff;
  padding: 0 24px;
  text-decoration: none;
}

.soc-buttons {
  display: block;
  padding-top: 16px;
}

.soc-buttons a {
  display: block;
  float: left;
  margin-left: 16px;
  width: 32px;
  height: 32px;
  background-image: url('../images/soc-icons-916.arb.png');
  transition: background 0.2s ease-out 0s;
}

.soc-buttons_vk {
  background-position: 0 0;
}

.soc-buttons_vk:hover {
  background-position: 0 -32px;
}

.soc-buttons_fb {
  background-position: -32px 0;
}

.soc-buttons_fb:hover {
  background-position: -32px -32px;
}

.soc-buttons_twt {
  background-position: -64px 0;
}

.soc-buttons_twt:hover {
  background-position: -64px -32px;
}

.soc-buttons_gplus {
  background-position: -96px 0;
}

.soc-buttons_gplus:hover {
  background-position: -96px -32px;
}

.soc-buttons_rss {
  background-position: -128px 0;
}

.soc-buttons_rss:hover {
  background-position: -128px -32px;
}

.soc-buttons_insta {
  background-position: -160px 0;
}

.soc-buttons_insta:hover {
  background-position: -160px -32px;
}

.soc-buttons_youtube {
  background-position: -192px 0;
}

.soc-buttons_youtube:hover {
  background-position: -192px -32px;
}

.soc-buttons_ok {
  background-position: -224px 0;
}

.soc-buttons_ok:hover {
  background-position: -224px -32px;
}

.soc-buttons_telegram {
  background-position: -256px 0;
}

.soc-buttons_telegram:hover {
  background-position: -256px -32px;
}

.footer__copyright {
  font: 12px/17px RobotoLight, sans-serif;
  color: #999;
  padding: 36px 0 0;
  width: 75%;
}

.footer__copyright p {
  padding-bottom: 24px;
}

.breadcrumbs {
  height: 22px;
  border-bottom: 1px dotted #ccc;
  padding-top: 16px;
  padding-bottom: 16px;
  font: 14px/22px OpenSansLight, sans-serif;
}

.breadcrumbs h2 a {
  color: #255d89;
  display: block;
  float: left;
  padding-right: 16px;
  border-left: 1px solid #ccc;
  padding-left: 16px;
}

.breadcrumbs h2 a:first-child {
  border-left: medium none;
  padding-left: 0;
}

.article {
  width: 70%;
  padding: 24px 20px 24px 70px;
  float: left;
  box-sizing: border-box;
}

.article__date {
  font: 14px/18px ArimoRegular, sans-serif;
  color: #555;
}

.article__date .article__time {
  padding-left: 12px;
  padding-right: 12px;
}

.article__date .article__author {
  padding: 0 12px;
  border-left: 1px solid #ccc;
}

.article__title {
  font: 28px/36px RussiaLight, sans-serif;
  margin: 15px 0;
}

.article__text {
  font: 16px/24px OpenSansRegular, sans-serif;
  color: #333;
  padding-left: 0;
  margin: 15px 0;
}

img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.article__text p {
  margin: 15px 0;
  text-align: left;
}

.article__text i {
  font-style: italic;
}

.article__text b,
.article__text strong {
  font-weight: 700;
}

.article__text ul {
  padding-left: 15px;
}

.head {
  font: bold 24px/100% RussiaLight, sans-serif;
  line-height: 1.2;
}

.p0 {
  padding-left: 0 !important;
}

img {
  max-width: 100%;
}

a:hover {
  text-decoration: none;
}

table {
  max-width: 800px;
  margin: 0 auto;
  box-shadow: 2px 3px 8px 0 rgba(105, 105, 105, 0.39);
}

td,
th {
  border-color: #bdbdbd;
}

.tg {
  border-collapse: collapse;
  border-spacing: 0px;
}

.tg td {
  font-family: Arial, sans-serif;
  font-size: 14px;
  padding: 10px 5px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
}

.tg th {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 5px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
}

.tbg1 {
  background: #b4edff none repeat scroll 0 0;
}

.tbg2 {
  background: #ebfaff none repeat scroll 0 0;
}

.comment-block {
  background: #fff none repeat scroll 0 0;
}

.comment-user {
  min-height: 95px;
  clear: both;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}

.sidebar {
  float: right;
  width: 320px;
  margin-right: 1.2%;
  margin-top: 7px;
}

.sidebar p {
  text-align: left;
  padding: 7px 0 7px 20px;
  font-style: italic;
  font-size: 14px;
  line-height: 140%;
  margin: 0 !important;
}

.sidebar .doc {
  border-width: medium 0 medium medium;
  border-style: none;
  border-color: currentcolor;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  border-radius: 3px;
  padding: 20px;
  box-sizing: border-box;
  background: #eee none repeat scroll 0 0;
  text-align: center;
  font-family: RussiaLight, sans-serif;
}

@media screen and (max-width: 1259px) {
  .sidebar {
    display: none !important;
  }

  .article {
    padding: 15px 15px 0 15px;
    width: 100%;
  }
}

@media screen and (max-width: 671px) {
  .page-wrap {
    padding: 0 0px;
    max-width: 1280px;
    min-width: 196px;
  }

  .tg td {
    padding: 4px 3px;
    font-size: 14px;
    line-height: 18px;
  }
}

@media screen and (max-width: 380px) {
  .article__title {
    font: 28px/36px RussiaLight, sans-serif;
  }

  .tg td {
    font-size: 12px !important;
    line-height: 15px !important;
  }
}

@media screen and (max-width: 467px) {
  .breadcrumbs h2 a {
    font-size: 12px;
  }
}

@media screen and (max-width: 427px) {
  .breadcrumbs h2 a {
    font-size: 11px;
  }
}

@media screen and (max-width: 484px) {
  /*   .breadcrumbs {
    display: none;
  }

  .nav,
  .search {
    display: none;
  } */

  .nav li a {
    padding: 0 10px;
  }

  /* .header__inner {
    margin-bottom: 12px;
    margin-top: 12px;
  } */

  .logos {
    margin-right: 66px !important;
  }
}

.mybutton2 {
  width: 134px;
  font-family: Arial;
  cursor: pointer;
  padding: 0 24px;
  border-width: medium medium 2px;
  border-style: none none solid;
  border-color: currentcolor currentcolor #095a0c;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  display: block;
  margin: 0;
  font-size: 24px;
  height: 51px;
  line-height: 51px;
  background: #07980c none repeat scroll 0 0;
  font-weight: 700;
  border-radius: 3px;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: none;
  text-align: center;
}

.mybutton2:hover {
  background: #10b516 none repeat scroll 0 0;
  text-decoration: none;
  color: #fff;
}

.mybutton2:focus {
  color: #fff;
  text-decoration: none;
  border: medium none !important;
}

.mycity {
  color: #737373;
  font-size: 90%;
  font-weight: 500;
}

@media screen and (max-width: 678px) {
  .soc-buttons {
    width: 93%;
    margin: 0 auto;
    text-align: center;
  }

  .soc-buttons a {
    margin-top: 5px;
  }

  .footer__copyright {
    width: 100%;
    text-align: center;
  }

  .footer__copyright p {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px !important;
  }

  .footer__inner {
    padding: 0 28px;
  }
}

.pl_next_order_page {
  display: none;
}

.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898ec;
  color: #fff;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}

input.w-button {
  -webkit-appearance: button;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #ddd;
}

.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}

label {
  display: block;
  margin-bottom: 15px;
}

.w-input {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
}

.w-input:-moz-placeholder {
  color: #999;
}

.w-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.w-input:-ms-input-placeholder {
  color: #999;
}

.w-input::-webkit-input-placeholder {
  color: #999;
}

.w-input:focus {
  border-color: #3898ec;
  outline: 0;
}

.w-row:after,
.w-row:before {
  content: ' ';
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-row:after {
  clear: both;
}

.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.w-col-4 {
  width: 33.33333333%;
}

.comment-user p {
  padding-left: 95px;
  margin-bottom: 10px !important;
  margin-top: 5px !important;
}

.comment-user {
  position: relative;
}

.user-name {
  position: relative;
  bottom: 2px;
  font-weight: 700;
  margin-bottom: 0 !important;
}

.comment-user>picture img {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .w-row {
    margin-left: 0;
    margin-right: 0;
  }

  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }

  .qwe {
    width: 100%;
    max-width: 100%;
    float: none !important;
    clear: both;
    padding: 0 !important;
    background: transparent url('../images/bg-bbd.arb.png') repeat scroll 0 0;
  }
}

@media screen and (max-width: 479px) {
  .inL_312343 {
    font-size: 19px !important;
  }

  .countdown-container h3 {
    font-size: 21px !important;
    margin-top: 0 !important;
  }



  .article__title {
    font-size: 24px;
    line-height: 28px;
  }

  .comment-user {
    min-height: auto;
  }

  .comment-user>picture img {
    width: 50px;
  }

  .comment-user p {
    padding-left: 65px;
  }

  .w-col {
    width: 100%;
  }
}

.form-block {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 30px;
  border: 5px none #000;
  border-radius: 20px;
  background-color: #d2f3f7;
  font-size: 20px;
}

.form {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.submit-button {
  display: inline-block;
  padding-top: 9px;
  padding-bottom: 9px;
  border-radius: 14px;
  background-color: #00ac2b;
  box-shadow: 0 1px 3px 0 #000;
  -webkit-transition: opacity 0.2s ease;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.2s ease;
  opacity: 1;
}

.sale-box {
  display: block;
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.before {
  display: inline-block;
  color: red;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-decoration: line-through;
}

.after {
  color: #01b813;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

@media (max-width: 1114px) {
  .soc-buttons {
    display: none !important;
  }

  .footer__inner {
    padding: 10px !important;
    padding-top: 0 !important;
    margin: 0 auto;
    justify-content: center;
  }

  .nav_footer li {
    height: auto;
    float: none;
  }

  .nav_footer {
    display: flex;
  }
}

@media (max-width: 552px) {
  footer {
    display: none !important;
  }
}

.sale-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column {
  text-align: center;
}

.column-2 {
  text-align: center;
}

.column-3 {
  text-align: center;
}

.field-label {
  padding-top: 0;
}

.bold-text-5 {
  display: block;
  margin-bottom: 5px;
}

.text-field {
  height: auto;
  border-radius: 20px;
}

.submit-button-2 {
  -webkit-transition-property: none;
  transition-property: none;
}

.submit-button-3 {
  width: 100%;
  max-width: 300px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 20px;
  background-color: #00ac2b;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}

.text-field-2 {
  border-radius: 20px;
}

.discount {
  margin: 0 auto;
  width: 77px;
  height: 77px;
  background: #00ac2b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

.bold-text-5 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

@media screen and (max-width: 767px) {


  .form-block {
    padding-right: 39px;
    padding-left: 39px;
  }
}

@media screen and (max-width: 479px) {
  .form-block {
    padding-right: 11px;
    padding-left: 11px;
  }

  .form {
    padding-right: 0;
    padding-left: 0;
  }

  .sale-form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sale-form .column-2 {
    margin: 10px 0;
  }

  .submit-button-3 {
    padding-right: 4px;
    padding-left: 4px;
  }
}

.countdown-container {
  text-align: center;
  margin: 20px 0;
}

.countdown-container h3 {
  color: #8d8c8c;
  margin: 0 auto;
  margin-top: -12px;
  background: #fff;
  width: 90%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2rem;
}

.countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  font-size: 3.5rem;
  margin: 1rem 0;
}

.countdown-item {
  color: red;
  width: 4rem;
  font-weight: 800;
  margin-right: 0.5rem;
}

.countdown-divider {
  color: red;
  width: 2rem;
}

.countdown-text {
  margin: 0 auto;
  margin-bottom: -8px;
  background: #fff;
  width: 90%;
  color: #8d8c8c;
  font-size: 0.7rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.pack {
  width: 100%;
  max-width: 125px !important;
  padding: 10px;
}

.countdown-text span {
  width: 70px;
}

@media screen and (max-width: 460px) {
  .countdown {
    font-size: 44px;
  }
}

@media (max-width: 500px) {
  th div strong {
    font-size: 12px;
  }
}

.com-img {
  max-width: 250px;
  width: 100%;
  display: block;
}

.no-wrap {
  white-space: nowrap;
}

.description-wrapper {
  position: relative;
  max-width: 500px;
  height: 100%;
  width: 100%;
  margin: 20px auto 25px;
}

.description {
  font-size: 16px;
  box-sizing: border-box;
  max-width: 100%;
  padding: 12px;
  text-align: center;
  line-height: 1.3;
  color: #fff;
  background: #e65455;
  border-radius: 10px;
  margin-bottom: 44px;
  width: 100%;
}

.product-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.inL_799072 {
  max-width: 178px !important;
  margin: 0;
  padding-top: 0;
  z-index: 2;
  margin-right: 25px;
}

.book-wrapper {
  position: relative;
  max-width: 180px;
  margin-left: -12px;
  margin-bottom: 10px;
}

.book-wrapper:before {
  position: absolute;
  content: '';
  width: 71px;
  height: 47px;
  top: -29px;
  right: -7px;
  background: url(../images/gift.png);
  background-size: 100%;
  transform: rotate(33deg);
  z-index: 1;
}

.book {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0;
}

.sale__wrap {
  position: relative;
}

.sale__wrap::before {
  position: absolute;
  content: '-50%';
  display: flex;
  align-items: center;
  justify-content: center;
  top: 9px;
  left: -10px;
  width: 60px;
  color: #fff;
  font-size: 20px;
  height: 60px;
  background: #e65455;
  border-radius: 50%;
  z-index: 3;
}

.com-img {
  max-width: 250px;
  width: 100%;
  margin-top: 15px;
}

.inL_258168 {
  text-align: center !important;
}

.inL_952555 {
  width: 100%;
  max-width: 605px;
}

.inL_175080 {
  text-align: center !important;
}

.inL_854910 {
  width: 100%;
  max-width: 605px;
}

.inL_215018 {
  text-align: center !important;
}

.inL_728910 {
  width: 100%;
  max-width: 540px;
}

.inL_414744 {
  font-size: 14px;
}

.inL_886262 {
  text-align: center !important;
}

.inL_591993 {
  width: 100%;
  max-width: 605px;
}

.inL_854910,
.inL_8621 {
  text-align: center !important;
}

.inL_607199 {
  width: 96%;
  max-width: 450px;
}

.inL_847510 {
  width: 15%;
  background: #eeeeeeff;
}

.inL_891144 {
  background: #eeeeeeff;
  width: 40%;
  position: relative;
  text-align: center;
}

.inL_574458 {
  position: absolute;
  width: 100%;
  bottom: 5px;
  left: 0;
}

.inL_377079 {
  text-align: center !important;
  padding: 0 !important;
}

.inL_653221 {
  width: 45%;
  background: #eeeeeeff;
  position: relative;
  text-align: center;
}

.inL_610685 {
  position: absolute;
  width: 100%;
  bottom: 5px;
  left: 0;
}

.inL_787523 {
  text-align: center !important;
  padding: 0 !important;
}

.inL_352158 {
  font-weight: 700;
}

.inL_621371 {
  font-weight: 700;
}

.inL_757256 {
  font-weight: 700;
}

.inL_457310 {
  font-weight: 700;
}

.inL_788752 {
  font-weight: 700;
}

.inL_156393 {
  font-weight: 700;
}

.inL_194508 {
  font-weight: 700;
}

.inL_312343 {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 10px;
}

.inL_25264 {
  text-align: center !important;
}

.inL_854381 {
  width: 100%;
  max-width: 300px;
}

.inL_589986 {
  color: red;
}

.inL_176932 {
  font-size: 12px;
  line-height: 140%;
  text-align: left;
  padding: 5px 0 5px 20px;
  margin: 20px 0;
  border-left: 1px solid #ccc;
}

.inL_25744 {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 10px;
  text-align: center;
  padding: 0 10px;
}

.inL_411697 {
  margin: 0 auto;
}

.inL_435240 {
  clear: both;
}

.com-img {
  max-width: 250px;
  width: 100%;
  margin: 0;
  margin-top: 15px;
}

.comment-user--last {
  border: none;
  margin-bottom: 0;
}

.logos {
  display: block;
  width: 60px;
  padding: 5px 10px;
  background-color: #fff;
  border: 1px solid #ccc;
}

.comment-user .user-name {
  margin-bottom: 0 !important;
}



@media(max-width: 767px) {


  .book-wrapper {
    max-width: 147px;
  }

  .description {
    margin-bottom: 32px;
  }

  .logos {
    margin-right: 50px;
  }
}

@media(max-width: 479px) {
  .product-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .description {
    margin-bottom: 15px;
  }

  .inL_799072 {
    margin-bottom: 35px;
    max-width: 190px !important;
    margin-right: 0;
  }

  .head {
    font-size: 19px;
  }

  .inL_312343 {
    font-size: 18px !important;
    line-height: 23px !important;
  }

  .countdown {
    font-size: 2.5rem !important;
  }

  .article__text p {
    line-height: 1.25;
  }

  .book-wrapper {
    max-width: 185px;
  }

  .countdown-container h3 {
    font-size: 19px !important;
    width: 100%;
  }

  .article__text {
    font: 16px/21px OpenSansRegular, sans-serif;
  }
}
.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);
  }
}

.nw {
display: flex;
justify-content: center;
align-items: center;
column-gap: 10px; 
font-size: 14px;
text-align: left;
margin-top: 15px;
}

.nw img {
  margin: 0;
}