.button {
  background-color: #ff7f00;
  border-radius: 3px;
  padding: 10px 20px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
.button:hover {
  box-shadow: 0 0 20px #000 inset, 0 0 5px #333;
}
* {
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
  /* font-family: Tahoma, Verdana; */
  /* font-size: 18px; */
  /* line-height: 23px; */
  width: 100%;
  text-align: justify;
}
a {
  color: #0a78c2;
  outline: medium none;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
p {
  margin: 0 0 11px;
}
b,
strong {
  font-weight: bolder;
}
img {
  border: medium none;
}
h2 {
  margin: 10px 0;
  font-size: 24px;
  line-height: 28px;
}
h3 {
  margin: 2px 0 10px;
  font-size: 22px;
  font-weight: 400;
}
.container {
  width: 960px;
  margin: 0 auto;
}
.header {
  width: 960px;
  margin: 0 auto 20px;
  background: 0 0;
  cursor: pointer;
}
.left-column {
  float: left;
  width: 570px;
  background: none repeat scroll 0 0 #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  margin-right: 20px;
  padding: 10px;
  margin-bottom: 10px;
}
.sidebar {
  float: left;
  width: 309px;
  font-size: 12px;
}
.sidebar-last-posts {
  background: none repeat scroll 0 0 #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  padding: 15px;
  margin-bottom: 20px;
}
.sidebar-last-post {
  margin-bottom: 0;
}
.sidebar-last-post a {
  color: #489b1f;
}
.sidebar-last-post-info {
  font-size: 11px;
  margin-bottom: 15px;
}
.sidebar-last-post-info-login {
  color: #bb225c;
  margin-right: 5px;
}
.sidebar-last-post-info-date {
  margin-right: 5px;
  color: #777;
}
.sidebar-last-post-info-comments {
  color: #777;
  text-decoration: underline;
}
.sidebar-bloggers {
  background: none repeat scroll 0 0 #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  padding: 15px;
  margin-bottom: 20px;
}
.sidebar-bloggers-avatar {
  display: inline-block;
}
.sidebar-bloggers img {
  margin: 5px;
}
.vk-container {
  font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
  font-size: 16px;
  line-height: 17px;
  color: #000;
  text-decoration: none;
}
.vk-header {
  background: none repeat scroll 0 0 #dae2e8;
  padding: 4px 4px 4px 6px;
  margin-bottom: 10px;
}
.vk-logo {
  width: 16px;
  height: 16px;
  float: right;
  margin-top: -1px;
}
.vk-header-text {
  padding: 2px 3px 1px;
  line-height: 100%;
  color: #45688e;
  font-weight: 700;
}
.vk-avatar img {
  float: left;
  margin-right: 10px;
}
.vk-comment,
.vk-comment-load {
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #dae1e8;
  padding-bottom: 15px;
}
.vk-comment:last-child {
  border-bottom: 0 none;
}
.vk-comment-name {
  color: #2b587a;
  font-weight: 700;
  font-size: 12px;
}
.vk-comment-text {
  margin-left: 60px;
  margin-bottom: 10px;
  line-height: 1.2;
}
.vk-comment-date {
  margin-left: 60px;
  color: #999;
}
.vk-comment-like {
  position: absolute;
  right: -5px;
  bottom: 14px;
  width: 30px;
  height: 16px;
  display: inline-block;
  text-decoration: none;
}
.vk-comment-like:hover {
  /* opacity: 0.5; */
  /* cursor: pointer; */
}
.vk-comment-like-count {
  font-weight: 700;
  color: #7295b2;
  font-size: 10px;
}
.vk-comment-answer {
  color: #2b587a;
}
.vk-comment-answer:hover {
  /* opacity: 0.5; */
  /* cursor: pointer; */
}
.vk-avatar img {
  width: 50px;
}
.p-btn {
  font-style: 18px;
}
img {
  max-width: 100%;
}
@media screen and (max-width: 960px) {
  .container,
  .header {
    width: 100%;
  }
  .sidebar {
    display: none;
  }
  .left-column {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 490px) {
  .button {
    display: block;
  }
}
.attenrion {
  border: 3px solid #8b0000;
  padding: 10px;
  margin-bottom: 10px;
}
.screenLock {
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
}
.close {
  position: absolute;
  top: 8px;
  right: 5px;
  font-size: 40px;
  cursor: pointer;
}
.oui {
  width: 781px;
  height: 460px;
  background: #3c72b5;
  background: -moz-linear-gradient(-45deg, #3c72b5 0, #7b9fcc 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0, #3c72b5), color-stop(100%, #7b9fcc));
  background: -webkit-linear-gradient(-45deg, #3c72b5 0, #7b9fcc 100%);
  background: -o-linear-gradient(-45deg, #3c72b5 0, #7b9fcc 100%);
  background: -ms-linear-gradient(-45deg, #3c72b5 0, #7b9fcc 100%);
  background: linear-gradient(135deg, #3c72b5 0, #7b9fcc 100%);
  font-family: Roboto !important;
  position: relative;
  border: 5px solid #ddd;
}
.eeee {
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  position: fixed;
  cursor: pointer;
}
.kmacb-form2 .modal-block {
  left: 50%;
  margin-left: -396px;
  position: fixed;
  top: 6%;
  z-index: 11000;
  width: 792px;
  height: 470px;
  border-radius: 5px;
  border: 0;
  box-shadow: none;
  font-family: Arial, sans-serif;
  overflow: hidden;
  color: #222;
}
p.ouimainp {
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  padding-top: 23px;
  display: block;
  color: gold;
  text-align: center;
  line-height: 1.5;
}
.ouimain-text-img {
  display: block;
  padding: 1% 3%;
  margin-top: 20px;
}
.ouimain-img {
  float: left;
  display: block;
  width: 35%;
  margin: 0 auto;
}
.ouimain-img img {
  display: block;
  width: 150%;
  margin: 0 auto;
}
.ouimain-text {
  display: block;
  width: 60%;
  float: right;
  margin-left: 5%;
  margin-top: 1px;
}
.ouimain-text p {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  text-align: left;
  color: #fff;
  font-size: 22px;
  padding-bottom: 3px;
}
.ouimain-text-img:after {
  content: "";
  display: block;
  clear: both;
}
.kmacb-form form {
  margin: 30px 0;
  text-align: center;
  width: 100%;
  height: auto;
  background: 0;
  position: static;
  padding: 0;
  border: 0;
}
.kmacb-form2 form * {
  box-sizing: border-box;
}
.kmacb-form a {
  position: absolute;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #499bea;
  background: #de455c;
  background: -moz-linear-gradient(-45deg, #de455c 0, #de455c 13%, #c01f37 76%, #c01f37 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0, #de455c), color-stop(13%, #de455c), color-stop(76%, #c01f37), color-stop(100%, #c01f37));
  background: -webkit-linear-gradient(-45deg, #de455c 0, #de455c 13%, #c01f37 76%, #c01f37 100%);
  background: -o-linear-gradient(-45deg, #de455c 0, #de455c 13%, #c01f37 76%, #c01f37 100%);
  background: -ms-linear-gradient(-45deg, #de455c 0, #de455c 13%, #c01f37 76%, #c01f37 100%);
  background: linear-gradient(135deg, #de455c 0, #de455c 13%, #c01f37 76%, #c01f37 100%);
  color: #fff;
  padding: 0 10px;
  text-transform: uppercase;
  line-height: 68px;
  vertical-align: top;
  display: block;
  text-indent: 0;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  width: 425px;
  height: 64px;
  opacity: 1;
  bottom: 15px;
  outline: 0;
  margin-left: 195px;
  text-align: center;
  font-size: 28px;
  font-weight: 900;
  border-radius: 10px;
  transition: 0.6s ease;
}
.inL_83867 {
  position: absolute;
  display: none;
}
.inL_868044 {
  font-size: 13px;
}
.inL_978056 {
  cursor: pointer;
}
.inL_60169 {
  font-size: 17px;
  font-style: #000;
}
.inL_196952 {
  color: red;
}
.inL_331837 {
  color: red;
}
.inL_774462 {
  float: right;
  color: #489b1f;
}
.inL_63848 {
  float: right;
  color: #489b1f;
}
.inL_776481 {
  cursor: pointer;
}
.inL_944842 {
  float: right;
  color: #489b1f;
}
.inL_710432 {
  cursor: pointer;
}
.inL_118723 {
  float: right;
  color: #489b1f;
}
.inL_819815 {
  cursor: pointer;
}
.inL_986885 {
  float: right;
  color: #489b1f;
}
.inL_16756 {
  cursor: pointer;
}
.inL_323261 {
  float: right;
  color: #489b1f;
}
.inL_511132 {
  cursor: pointer;
}
.inL_701953 {
  float: right;
  color: #489b1f;
}
.inL_103655 {
  cursor: pointer;
}
.inL_320367 {
  float: right;
  color: #489b1f;
}
.inL_547634 {
  cursor: pointer;
  text-decoration: none;
}
.prod {
  max-width: 250px;
}
.inL_385290 {
  font-size: 12px;
  color: #777;
}
.inL_25788 {
  height: 10371px;
  display: block;
}
.inL_508295 {
  color: gold;
}
.inL_389249 {
  color: gold;
}
.content-center,
.content-center img {
  text-align: center;
  margin: 0 auto;
}
.mw-500 {
  max-width: 500px;
  margin-bottom: 10px;
}
.mw-300 {
  width: 300px;
}
.posle {
  width: 500px;
}
.modal {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 390;
  cursor: pointer;
}
.modal-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  cursor: auto;
}
.modal-block {
  z-index: 5;
  width: 750px;
  border-radius: 5px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: "Open sans", sans-serif;
  overflow: hidden;
  color: #222;
  cursor: default;
  display: flex;
  justify-content: center;
}
.modal-content {
  width: 100%;
  background: #3c72b5;
  background: -webkit-gradient(left top, right bottom, color-stop(0, #3c72b5), color-stop(100%, #7b9fcc));
  background: -webkit-linear-gradient(-45deg, #3c72b5 0, #7b9fcc 100%);
  background: -o-linear-gradient(-45deg, #3c72b5 0, #7b9fcc 100%);
  background: -webkit-linear-gradient(315deg, #3c72b5 0, #7b9fcc 100%);
  background: -o-linear-gradient(315deg, #3c72b5 0, #7b9fcc 100%);
  background: linear-gradient(135deg, #3c72b5 0, #7b9fcc 100%);
  position: relative;
  border: 5px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.modal-close {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 40px;
  cursor: pointer;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}
.modal-content-text {
  font-size: 30px;
  font-weight: 700;
  display: block;
  text-align: center;
  margin: 0 0 20px 0;
  color: gold;
}
.modal-main {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.modal-main-text_p:last-child {
  padding-bottom: 0;
}
.modal-main-text_p {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.3;
  margin: 0;
  text-align: left;
  color: #fff;
  font-size: 22px;
}
.modal-btn {
  display: block;
  max-width: 341px;
  margin-bottom: 5px;
  font-size: 23px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: 700;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 5px;
  padding: 15px 20px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.modal-btn:hover {
  background: #fff;
  color: #b0493b;
}
.modal-main-block img {
  max-width: 160px;
  width: 160px;
}
.modal-btn {
  background: linear-gradient(135deg, #de455c 0, #de455c 13%, #c01f37 76%, #c01f37 100%);
}
@media (max-width: 767px) {
  body {
    text-align: left;
  }
  .modal-main-block {
    display: none;
  }
  .modal-content {
    width: 85%;
  }
  .modal-main-text_p {
    text-align: center;
  }
  .modal-content-text {
    padding: 0 30px;
  }
}
@media (max-width: 479px) {
  .vk-comment-answer {
    display: block;
  }
  .modal-main {
    padding: 10px 0 10px;
  }
  .modal-content {
    padding: 10px;
  }
  .modal-content-text {
    font-size: 24px;
  }
  .modal-btn {
    font-size: 20px;
    padding: 15px;
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .modal-main {
    max-width: 100%;
  }
}
