* {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
h1,
h2,
h4,
p,
a,
code,
img,
q,
s,
tt,
var,
b,
u,
i,
center,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
embed,
header,
output {
  margin: 0px;
  padding: 0px;
  border: 0px none;
  vertical-align: baseline;
}


header {
  display: block;
}


q::before,
q::after {
  content: none;
}

html {
  min-height: 110%;
}

body {
  font-family: sans-serif;
  background: none repeat scroll center center rgb(241, 242, 242);
  color: rgb(0, 0, 0);
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  line-height: 1;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

h1,
h2,
h4 {
  margin: 0 0 20px;
  line-height: 1.2em;
  font-weight: 300;
  font-family: "Roboto", Verdana, arial, sans-serif;
}

h1 {
  font-size: 1.8em;
}

h2 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.2em;
}

b {
  font-weight: bold;
}

p {
  margin-bottom: 20px;
  font-size: 1.25em;
  line-height: 1.4em;
}

h2 {
  font-weight: bold;
}

.wrap {
  margin: 0px auto;
  min-width: 1200px;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
}

header {
  width: 100%;
  margin-bottom: 30px;
}

header .panel {
  width: 1200px;
  margin: 0 auto;
}

header .logo {
  position: relative;
  top: 60px;
  left: 35px;
  margin-bottom: -100px;
  float: left;
  background: url('../images/iam.png') repeat scroll 0% 0% rgb(221, 221, 221);
  border: 6px solid rgb(255, 255, 255);
  border-radius: 50px;
  width: 78px;
  height: 78px;
}

header .name {
  display: inline-block;
  position: relative;
  top: 60px;
  left: 150px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 150%;
}

.icon-left {
  padding-left: 35px;
  position: relative;
}


.icon-left::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/time.png) no-repeat;
  background-position: 50%;
}

.icon-left--autor::before {
  background: url(../images/user.png) no-repeat;
}

.sec_main {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 410px);
  margin-right: 23px;
  padding: 30px 30px 30px;
  border: 1px solid rgb(222, 223, 223);
  border-radius: 2px;
  background: #fff;
}

.sec_main h1 {
  margin: 0px 0px 0.5em;
  text-transform: uppercase;
  font-weight: bold;
}

.postmemo {
  margin-bottom: 20px;
  padding: 10px 0px;
}

.postmemo .author {
  margin-left: 40px;
}

.sec_sidebar {
  display: inline-block;
  width: 380px;
  vertical-align: top;
}

.sidebar_block {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
  padding: 30px;
  background: none repeat scroll 0% 0% rgb(255, 255, 255);
  border: 1px solid rgb(222, 223, 223);
  border-radius: 2px;
}

.sec_sidebar .lastpost {
  margin-bottom: 2em;
  font-size: 0.8em;
}

.sec_sidebar .lastpost:last-child {
  margin-bottom: 0;
}

.lastpost p {
  margin: 0px;
  line-height: 1.2em;
}

.lastpost p.title {
  font-size: 1.2em;
  margin-bottom: 0.5em;
  font-weight: bold;
}

.lastpost .title a {
  color: rgb(8, 87, 176);
  text-decoration: none;
}

.lastpost .data {
  color: rgb(102, 102, 102);
  font-size: 80%;
}

.lastpost .comment {
  margin-left: 1em;
}

.lastpost .comment a {
  color: rgb(17, 17, 17);
}

.friendsonline img {
  margin: 0px 15px 15px 0px;
  border: 6px solid rgb(230, 231, 232);
  border-radius: 50px;
}

.friendsonline img:hover {
  border: 6px solid rgb(57, 181, 74);
}

.friendsonline span {
  text-decoration: underline;
  color: rgb(57, 181, 74);
}

.vk-container {
  font-size: 16px;
  line-height: 1.3;
  color: #333;
  text-decoration: none;
}

.vk-header {
  background: none repeat scroll 0% 0% rgb(218, 226, 232);
  padding: 4px 4px 4px 6px;
  margin-bottom: 10px;
}

.vk-logo {
  background: url('../images/vk-logo.gif') no-repeat scroll 0% 0% transparent;
  width: 16px;
  height: 16px;
  float: right;
  margin-top: -1px;
}

.vk-header-text {
  padding: 2px 3px 1px;
  line-height: 100%;
  color: rgb(69, 104, 142);
  font-weight: bold;
}

.vk-avatar img {
  float: left;
  margin-right: 10px;
  height: 50px;
  width: 50px;
}


.vk-comment-load {
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid rgb(218, 225, 232);
  padding-bottom: 15px;
}

.vk-comment-load:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.vk-comment-load a {
  text-decoration: none;
}

.vk-comment-name {
  color: rgb(43, 88, 122);
  font-weight: bold;
  font-size: 16px;
  margin-left: 60px;
}

.vk-comment-text {
  margin: 5px 0;
  margin-left: 60px;
}

.vk-comment-date {
  margin-left: 60px;
  color: rgb(153, 153, 153);
}

.vk-comment-date1 {
  color: rgb(43, 88, 122);
}

.vk-comment-date1:hover {
  color: rgb(165, 192, 213);
  cursor: pointer;
}

.vk-comment-like {
  position: absolute;
  right: -5px;
  bottom: 18px;
  background: url('../images/like.png') no-repeat left top 2px;
  width: 30px;
  height: 16px;
  display: inline-block;
}

.vk-comment-like:hover {
  opacity: 0.5;
  cursor: pointer;
}

.vk-comment-like-count {
  padding-left: 14px;
  font-weight: bold;
  color: rgb(114, 149, 178);
  font-size: 12px;
}

.center {
  text-align: center !important;
}

.center img {
  margin: 0 auto 20px;
  display: block;
}

.center .prod,
.prod {
  max-width: 250px;
}

.inL_587038 {
  text-decoration: none;
}

.inL_370464 {
  text-decoration: none;
  color: black;
}

.inL_455009 {
  text-decoration: none;
}

.inL_658808 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.inL_208898 {
  background: rgb(255, 255, 255);
}

.inL_262947 {
  background: rgb(255, 255, 255);
}

.inL_262947 a {
  text-decoration: none;
}


.form-wrapper {
  width: 100%;
  max-width: 650px;
  margin: 0 auto 15px;
  gap: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.form {
  width: 100%;
  max-width: 300px;
  border: 2px solid #2b6a43;
  border-radius: 5px;
  padding: 10px;
  flex-shrink: 0;
}

.form__inner {
  width: 100%;
}

.form-input__wrapper {
  margin-bottom: 15px;
  position: relative;
}

.form-input__wrapper:before {
  content: "";
  position: absolute;
  left: 17px;
  top: 12px;
  width: 22px;
  height: 22px;
}

.form input {
  width: 100%;
  padding: 11px;
  border: 1px solid #2b6a43;
  border-radius: 3px;
}

.prices {
  display: flex;
  justify-content: space-between;
}

.prices p {
  font-weight: 700;
  text-align: center !important;
  font-size: 14px;
  width: 50%;
  line-height: 1.4;
}

.prices p span.x_price_current,
.prices p span.x_price_previous {
  font-weight: 400;
  font-size: 22px;
}

.prices p span.x_price_current,
.new-price .x_currency {
  font-weight: 700;
}

.prices p span.x_price_current {
  font-size: 30px;
}

.new-price .x_currency {
  font-size: 25px !important;
}

.old-price .x_currency {
  font-weight: 400;
}

.x_price_previous {
  position: relative;
}

.x_price_previous:after,
.x_price_previous:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: red;
}

.x_price_previous:before {
  transform: rotate(-15deg);
}

.x_price_previous:after {
  transform: rotate(15deg);
}

.prices p span.x_currency {
  font-size: 16px;
}

.btn {
  width: 100%;
  padding: 12px;
  font-size: 22px;
  border: none;
  background-color: red;
  color: #fff;
  font-weight: 700;
  border-radius: 3px;
  transition: background-color .5s ease;
}

@keyframes pulseNew {
  0% {
    transform: scale(1);
  }

  30% {
    transform: scale(1.05);
    box-shadow: 0 5px 5px 0 #a1a1a1;
  }

  100% {
    transform: scale(1);
  }
}

.btn--bottom {
  max-width: 200px;
  margin-top: 20px;
  display: inline-block;
  text-decoration: none !important;
  animation: pulseNew 1.5s infinite;
  box-shadow: none;
}

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

@media (max-width:479px) {
  .form-wrapper {
    flex-direction: column;
  }

  .form-wrapper img {
    width: 100%;
    max-width: 250px;
  }
}

@media (max-width:639px) {
  .form-wrapper img {
    width: 100%;
    max-width: 250px;
  }

  .form-wrapper {
    flex-direction: column;
  }
}

.old-price,
.new-price {
  margin-top: 10px;
  display: inline-block;
}

.old-price {
  margin-top: 16px;
}

.new-price {
  color: red;
  font-weight: 700;
}

.live {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

footer {
  padding: 25px 15px;
  text-align: center;
}

.copy {
  margin-bottom: 0;
  font-size: 16px;
}

@media screen and (max-width:1201px) {
  .sec_sidebar {
    display: none;
  }

  .sidebar_block {
    display: none;
  }

  header .panel {
    width: 792px;
    margin-top: 0;
  }

  .wrap {
    width: 792px;
    min-width: auto;
  }

  .sec_main {
    width: 100%;
    margin-right: 0;
  }

  header .logo {
    top: 32px;
    left: 5px;
  }

  header .name {
    top: 39px;
    left: 100px;
  }
}

@media screen and (max-width:792px) {
  .main__img {
    max-width: 450px;
    width: 100%;
  }
  
  .wrap,
  header {
    max-width: 600px;
    width: 100%;
  }


  header .panel {
    width: 600px;
  }

  header {
    margin: 0 auto;
    overflow-x: hidden;
  }

  .sec_main {
    width: 100%;
    box-sizing: border-box;
  }

  header .name {
    font-size: 16px;
    top: 29px;
    left: 90px;
  }

  header .logo {
    width: 60px;
    height: 60px;
    border-width: 2px;
    top: 24px;
    background-position: 50% 50%;
  }

  .sec_main center img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  .lt14~center img {
    width: initial;
  }

  h1 {
    font-size: 1.7em;
  }

  h2 {
    font-size: 1.2em;

  }

  p {
    font-size: 1em;
  }

  .prod {
    width: 250px;
  }

  .form-wrapper {
    margin-bottom: 25px;
  }

  .live {
    max-width: 250px;
    width: 100%;
  }
}

@media screen and (max-width:600px) {

  .wrap {
    margin-bottom: 0;
  }

  .sec_main {
    padding-left: 15px;
    padding-right: 15px;
    border: none;
  }

  header .panel {
    width: 100%;
    padding: 20px 15px;
    background: rgb(113, 150, 137);
    background: -moz-linear-gradient(left, rgb(113, 150, 137) 0%, rgb(81, 109, 106) 100%);
    background: -webkit-linear-gradient(left, rgb(113, 150, 137) 0%, rgb(81, 109, 106) 100%);
    background: linear-gradient(to right, rgb(113, 150, 137) 0%, rgb(81, 109, 106) 100%);
  }

  header .logo {
    top: -12px;
  }

  header .name {
    top: 12px;
  }
}

.lt79 {
  text-decoration: underline !important;
  color: green;
}

@media screen and (max-width:479px) {

  .postmemo .author {
    margin-left: 10px;
  }

  .prod {
    width: 200px;
  }

  .vk-comment-date {
    font-size: 14px;
  }

  .vk-comment-like {
    bottom: 14px;
  }

  h1 {
    font-size: 1.5em;
  }

  h2 {
    font-size: 1.1em;
  }
}

.inL_676735 {
  cursor: pointer;
}

.red {
  color: red;
}