.lead-form-box {
  box-sizing: border-box !important;
  background: white;
  border-bottom: 1px solid #dacec6;
  padding: 20px;
  max-width: 600px;
  font-family: Arial;
  background-image: url('../images/formbg.jpg');
  background-repeat: no-repeat;
  background-position: top 0 right 0;
  background-size: 100% 100%;
  box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.15);
}

.fields-box {
  margin: auto;
  max-width: 320px;
  width: 100%;
}
 .ac_footer {
   position: relative;
   top: 10px;
   height: 0;
   text-align: center;
   margin-bottom: 70px;
   color: #a12000;
 }

.ac_footer a {
  color: #a12000;
}

.ac_footer p {
  text-align: center;
}

img[height='1'],
img[width='1'] {
  display: none !important;
}

#lead-form input {
  box-sizing: border-box !important;
  width: 100% !important;
  margin: 0 !important;
  border-radius: 5px !important;
  font-size: 17px !important;
  background: #fff !important;
  padding: 15px !important;
  border: 2px solid #e9d7dc;
  font-weight: normal !important;
}

#lead-form-result {
  display: none;
  box-sizing: border-box;
  width: 100%;
  border-radius: 3px;
  padding: 7px;
  font-size: 15px;
  color: #a94442;
  background-color: #f2dede;
  border: 1px solid #ebccd1;
}

.name-field,
.phone-field {
  text-align: left;
  margin-bottom: 10px;
}

.name-field label,
.phone-field label {
  font-size: 12px !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  color: #333 !important;
}

.lead-form-box h2 {
  margin: 20px 0 0 0 !important;
  padding: 0px !important;
  line-height: 32px !important;
  color: #000 !important;
  border: none;
}

.lead-form-box label {
  width: 100%;
  display: block;
  padding: 5px 0 5px 0;
  font-weight: bold;
  font-size: 16px;
}

.lead-form-box span.additional {
  font-size: 12px;
}

#send-lead {
  width: 100%;
  padding: 15px;
  background: #0299ff;
  text-shadow: 1px 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 25px 0 rgba(129, 150, 160, 0.45);
  border-radius: 5px;
  color: #fff;
  border: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold !important;
  text-transform: uppercase;
  cursor: pointer;
}

@media screen and (max-width: 600px) {
  .lead-form-box {
    border-left: 1px solid #dacec6;
    border-right: 1px solid #dacec6;
    background-image: url('../images/formbg.jpg');
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 400px) {
  .fields-box {
    padding: 10px;
  }

  .lead-form-box {
    padding: 10px;
  }

  #send-lead {
    padding: 10px;
  }
}

#push-comments #push_mlyjekpdfdd1 {
  background-color: #f0f0f0;
  box-sizing: border-box;
  font-family: Arial, serif;
  padding: 3rem 2rem;
  transition: 1s;
  width: 100%;
}

#push-comments #push_mlyjekpdfdd1__form {
  box-sizing: border-box;
  margin: auto;
  max-width: 600px;
}

#push-comments #push_mlyjekpdfdd1__title {
  color: #43a047;
  border-bottom: 0px solid;
  box-shadow: 1px 4px 10px -7px #ccc;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 16px;
}

#push-comments #push_mlyjekpdfdd1__message {
  border: 1px solid #43a047;
  box-shadow: 0px 2px 4px -3px #237a27;
  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: 0px 2px 4px -3px #000;
  color: #fff;
  cursor: pointer;
  border-radius: 25px;
  display: table;
  margin: 20px 0 0;
  height: 50px;
  transition: 0.5s;
  text-align: center;
  text-shadow: 0px 0px 1px #237a27;
  font-size: 18px;
  max-width: 280px;
  width: 100%;
}

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

.vk-container {
  font-family: tahoma, arial, verdana, sans-serif;
  font-size: 15px;
  color: black;
  text-decoration: none;
}

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

.vk-avatar img {
  float: left;
  margin-right: 10px;
  width: 48px !important;
}

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

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

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

a:active,
a:focus {
  outline: none;
}

input,
textarea {
  outline: none;
}

input:active,
textarea:active {
  outline: none;
}

:focus {
  outline: none;
}

textarea {
  resize: none;
}

textarea {
  resize: vertical;
}

textarea {
  resize: horizontal;
}

button:active,
button:focus {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0 !important;
}

@media screen and (max-width: 481px) {
  .timestamps,
  .myh3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .breadcrumb {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
}

.ord_button {
  background-color: rgb(252, 10, 16);
  color: rgb(255, 255, 255) !important;
  display: inline-block;
  padding: 10px 20px;
  font-size: 25px !important;
  box-shadow: 2px 3px 8px rgb(153, 153, 153);
  text-decoration: none !important;
  border-radius: 8px;
  border: 3px solid rgb(255, 255, 255);
  margin: 20px 0px 30px;
  line-height: 27px;
  text-transform: uppercase;
  transition: all 0.3s ease-in 0s;
}

.ord_button:hover {
  background-color: rgb(119, 33, 51);
  box-shadow: 2px 3px 3px rgb(153, 153, 153);
  text-decoration: none !important;
  transform: scale(1.1);
}

.main-poster {
  background-image: url('../images/wave-bg.jpg');
  background-color: #ac32b8;
  background-size: cover;
  background-position: center;
  padding-top: 20px;
  text-align: right;
}

.poster-top {
  display: inline-block;
  text-align: right;
  padding: 5px 10px;
  background-color: #dbdbdb;
  border-radius: 2px;
  font-size: 0;
}

.poster-nav,
.poster-search {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  text-transform: uppercase;
}

.poster-nav {
  padding: 0 10px 0 0;
}

.poster-nav__item {
  display: inline-block;
  padding: 0 5px;
  cursor: pointer;
  font-weight: 700;
}

.poster-nav__item:hover,
.poster-nav__item.active {
  color: #732e2e;
}

.main-poster__doc-pic {
  display: inline-block;
  width: 35%;
}
.poster-search {
  position: relative;
}
.poster-search .search-inpt {
  border: none;
  outline: none;
  border-radius: 3px;
  padding: 5px 20px 5px 12px;
}

.poster-search::after {
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url('../images/loupe_icon.svg');
  background-size: contain;
  background-position: center;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  cursor: pointer;
}

.poster-middle {
  font-size: 0;
}

.poster-middle__right {
  display: inline-block;
  width: 65%;
  text-align: center;
  font-size: 22px;
  vertical-align: middle;
}

.programm-name {
  font-size: 70px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  max-width: 80%;
  padding: 15px 20px;
  background-color: #e6b123;
  color: #fff;
}

.mw400 {
  max-width: 400px !important;
}
.mw350 {
  max-width: 350px !important;
}

.aside-header {
  background-color: #dce2e9;
  color: #090b07;
  padding: 8px 0;
}

.aside-title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  padding-left: 35px;
  position: relative;
}

.aside-title::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 25px;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url('../images/news-icon.jpg');
  background-position: center;
  background-repeat: no-repeat;
}

.aside-item {
  margin-bottom: 12px;
  background-color: #33342f;
}

.aside-item-text {
  color: #ffffff;
  padding: 5px 10px;
  display: block;
}

.sidebar-bloggers {
  background: none repeat scroll 0% 0% white;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  padding: 15px;
  margin-bottom: 20px;
}

.sidebar-bloggers h3 {
  font-size: 18px;
}

.sidebar-bloggers-avatar {
  display: inline-block;
  width: 23%;
}

.sidebar-bloggers img {
  margin: 5px;
}

.poster-top__burger {
  display: none;
  width: 100%;
  padding: 5px 10px;
  background-color: #dbdbdb;
  position: relative;
  text-align: center;
}
.poster-top__burger span {
  display: inline-block;
  width: 35px;
  height: 3px;
  background-color: #000;
  position: relative;
  margin: 15px 0;
}

.poster-top__burger span::before,
.poster-top__burger span::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000000;
}
.poster-top__burger span::before {
  transform: translateY(8px);
}
.poster-top__burger span::after {
  transform: translateY(-8px);
}

@media all and (max-width: 995px) {
  .sidebar {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .programm-name {
    font-size: 30px;
  }
  .poster-nav,
  .poster-search {
    display: none;
  }
  .main-poster {
    padding-top: 0;
  }
  .poster-top {
    width: 100%;
  }
  .poster-top__burger {
    display: block;
  }
}

.fz15 {
  font-size: 15px;
}

.red {
  color: #ff0000;
}

.likeLink {
  cursor: pointer;
  color: #337ab7;
}
.likeLink:hover {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}
.b1{border: 1px solid rgb(204, 0, 0)}
.cw{color: white}
.fs18{font-size: 19px}
.tdu{text-decoration: underline; font-size: 18px; line-height: 26px}
.b18{color: blue; font-size: 14px}
.m20{margin: 20px 10px 20px 10px; border: 2px solid #0299ff; padding: 10px}
.mb20{margin-bottom: 20px}
.tac{text-align: center}
.fs26{font-size: 26px}
.lh1{
  font-size: 16px;
  line-height: 1.6;
  padding: 10px;
  background: rgb(0, 95, 158) none repeat scroll 0% 0%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
  width: 100%;
  margin: 0px 0%;
}
.cwpl{color: white; padding-left: 20px; list-style: outside none disk}
.p2{background: rgb(255, 236, 166) none repeat scroll 0% 0%; padding: 20px; border: 1px solid red}
/*.mw3{max-width: 300px; width: 70%}*/
.mw1{max-width: 100px; margin-top: 20px}
.fs12{font-size: 12px; color: rgb(119, 119, 119)}
