@import url('https://fonts.googleapis.com/css?family=Pacifico');

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a img {
  border: 0;
}

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

.post-img {
  width: 50%;
  float: left;
  padding: 10px 20px 10px 0
}

.vk-comment-text img {
  margin: 20px auto;
}

.vk-container {
  font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
  font-size: 11px;
  line-height: 17px;
  color: black;
  text-decoration: none;
}

.vk-link {
  text-decoration: none ! important;
  cursor: default ! important;
}

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

.prod img {
  width: 70%;
}

.vk-logo {
  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;
}

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

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

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

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

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

.vk-comment-like {
}

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

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

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

.ib {
  width: 49%;
  display: inline-block;
  vertical-align: middle;
  float: left;
  text-align: center;
}

.ib_left {
  width: 49%;
  display: inline-block;
  vertical-align: middle;
  float: left;
  text-align: center;
}

.ib_right {
  width: 49%;
  display: inline-block;
  vertical-align: middle;
  float: right;
  text-align: center;
}

.ib:first-child {
  margin-top: 90px;
}

.clear {
  clear: both;
}

a.counter {
  background: #ff6600 repeat scroll 100% 100%;
  background-size: cover;
  width: 100% !important;
  max-width: 120px;
  height: 40px;
  display: inline-block;
  font-size: 15px !important;
  font-weight: bold;
  text-shadow: 1px 2px 1px #666666;
  padding: 5px 0 0 0;
  color: #fff !important;
  text-align: center;
  border-style: double;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-decoration: none;
  position: relative;
}

.stamp {
  position: relative;
}

.stamp-text {
  position: absolute;
  top: -77px;
  left: 38%;
  color: white;
  font-weight: bold;
  font-size: 14px;
}

@media screen and (max-width: 999px) {
  .vk-container {
    font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
    font-size: 18px;
    line-height: 31px;
    color: black;
    text-decoration: none;
  }

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

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

@media screen and (max-width: 639px) {
  .vk-container {
    font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
    font-size: 16px;
    line-height: 25px;
    color: black;
    text-decoration: none;
  }

}

@media screen and (max-width: 319px) {
  .vk-container {
    font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
    font-size: 16px;
    line-height: 23px;
    color: black;
    text-decoration: none;
  }

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

  .vk-comment-like {
    display: none;
  }
}

body {
  padding: 0;
  margin: 0;
}

body * {
  font-family: Arial, sans-serif;
}

h1,
h2,
h3 {
  font-weight: normal;
  margin: 0;
}

h1 {
  font-size: 27px;
}

h2 {
  font-size: 21px;
}

a {
  color: rgb(186, 0, 9);
}

a:hover {
  text-decoration: none;
  color: rgb(255, 0, 0);
}

.wrap {
  max-width: 700px;
  min-width: 240px;
  margin: 0 auto;
}

body img {
  max-width: 100%;
}

.content {
  width: 95%;
  margin: 0 auto;
  background: rgb(255, 255, 255) none repeat scroll 0 0;
  border: 1px solid #1E9C79;
  -webkit-box-shadow: 0 0 20px #ccc;
  box-shadow: 0 0 20px #ccc;
  border-radius: 10px;
}

.breadcrumbs {
  background: rgb(186, 0, 9) none repeat scroll 0 0;
  padding: 2px 2px 2px 15px;
  width: 140px;
  font-size: 16px;
  color: rgb(255, 255, 255);
  position: relative;
  top: 15px;
  margin-bottom: 25px;
}

.breadcrumbs a {
  color: rgb(255, 255, 255);
}

.breadcrumbs a:hover {
  text-decoration: none;
}

.topic {
  height: 38px;
  width: 480px;
  border: 1px solid rgb(204, 204, 204);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
  position: relative;
  left: -10px;
  margin: 10px 0;
}

.topic span {
  float: left;
  display: block;
}

.topic .title {
  width: 100px;
  text-align: center;
  font-size: 21px;
  color: rgb(186, 0, 9);
  position: relative;
  top: 8px;
}

.topic .text {
  width: 380px;
  font-size: 16px;
  position: relative;
  top: 4px;
}

.post {
  padding: 15px;
  font-size: 17px;
}

.post .info {
  color: rgb(153, 153, 153);
  font-size: 11px;
  font-style: italic;
}

.post a {
  font-size: 19px;
}

.comments {
  width: 100%;
  background: rgb(255, 255, 255) none repeat scroll 0 0;
  margin-top: 5px;
}

.comment {
  margin: 0 15px;
  padding: 15px 0;
  border-bottom: 1px solid rgb(204, 204, 204);
}

.comment:last-child {
  border: medium none;
}

.comment .avatar {
  float: left;
  width: 35px;
  height: 35px;
}

.comment .text {
  margin-left: 45px;
  font-size: 13px;
}

.comment .text .login {
  color: rgb(186, 0, 9);
  font-weight: bold;
}

.comment .text .date {
  color: rgb(153, 153, 153);
  font-size: 11px;
  font-style: italic;
}

.comment .text .data {
  display: block;
  margin-top: 2px;
  width: 70%;
}

.comment .text .data img {
  display: block;
  position: relative;
  top: 5px;
}

.photo {
  width: 100%;
  background: rgb(255, 255, 255) none repeat scroll 0 0;
  margin-top: 5px;
  padding-bottom: 10px;
}

.footer {
  margin-top: 5px;
  padding: 15px;
  height: 50px;
  font-size: 11px;
}

header .logo {
  padding: 20px 0;
  text-align: center;
}

header .logo h1 a {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  line-height: 110px;
  color: #1E9C79;
  text-decoration: none;
  font-family: 'Pacifico', cursive;
  font-size: 80px;
  font-weight: bold;
}

header .logo h1:before {
  content: url(../img/logo.png);
  display: inline-block;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

@media only screen and (max-width: 640px) {
  header .logo h1:before {
    content: url(../img/logo-sm.png);
  }

  header .logo h1 a {
    font-size: 50px;
    line-height: 60px;
    margin-left: 10px;
  }

  .ib_left {
    width: 100%;
    display: block;
    vertical-align: middle;
    float: none;
    text-align: center;
    margin: 0 auto;
  }

  .ib:first-child {
    margin-top: 30px;
  }

  .ib_right {
    width: 100%;
    display: block;
    vertical-align: middle;
    float: none;
    text-align: center;
  }
}

@media screen and (max-width: 550px) {
  .prod img {
    width: 100%;
  }
}

@media only screen and (max-width: 440px) {
  header .logo h1 a {
    font-size: 30px;
    line-height: 60px;
    margin-left: 0;
  }
}

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

}

.btn-center {
  text-align: center;
}

.btn-center--padding {
  padding: 20px;
}

.btn-center a {
  background: linear-gradient(to bottom, #FF7400, #FF2000);
  color: #fff;
  padding: 20px;
  text-decoration: none;
  font-size: 22px;
  display: inline-block;
  position: relative;
}

.btn-center a span {
  position: relative;
  z-index: 2;
}

.btn-center a:before {
  background: linear-gradient(to top, #FF7400, #FF2000);
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: all .4s ease-out;
}

.btn-center a:hover:before {
  opacity: 1;
}

.photo {
  position: relative;
  text-align: center;

}

.photo__text {
  padding: 5px 10px;
  font-size: 24px;
  text-transform: uppercase;
  min-width: 100px;
  background: red;
  color: #fff;
  position: absolute;
  right: 20px;
  bottom: 100px;
}

.footer {
  font-size: 14px;
  text-align: center;
}