* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  -webkit-user-drag: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a {
  color: #337ab7;
  font-weight: bold;
  text-decoration: none;
}

a:focus,
a:hover {
  text-decoration: underline;
}

.btn {
  display: block;
  padding: 9px 10px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.6;
  text-decoration: none;
  text-transform: none;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background-color: #E92C2C;
  box-shadow: 0 5px 0 0 #BC1F1F;
  -webkit-box-shadow: 0 5px 0 0 #BC1F1F;
  -moz-box-shadow: 0 5px 0 0 #BC1F1F;
}

.btn:focus,
.btn:hover {
  background: #F13B3B;
  text-decoration: none;
}

.btn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate(0px,5px);
}

.page {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1;
  color: #333;
}

.container {
  max-width: 1060px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
}

.advert {
  font-size: 14px;
  text-align: center;
  color: #d7d7d7;
  padding: 4px 0;
  background: #273C51;
}

/* header */

.header {
  margin-bottom: 36px;
  border-bottom: 1px solid #ebecef;
  background: #fff;
}

.header__top-line {
  background: #33a3ff;
  padding: 14px 0 12px;
}

.header__title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  text-shadow: 1px 1px 1px #333;
}

.content__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.content__wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-right: 25px;
}

.content__title {
  font-weight: 800;
  font-size: 31px;
  line-height: 1.2;
  color: #17191c;
  margin-bottom: 10px;
}

.content__date {
  font-size: 13px;
  line-height: 1.4em;
  color: #777;
}

.share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 7px;
  margin-bottom: 18px;
}

.share__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 39px;
  border-radius: 3px;
}

.share__item:not(:last-child) {
  margin-right: 8px;
}

.share__item_facebook {
  background: #3A579D url(f.png) no-repeat center/17px;
}

.share__item_facebook:focus,
.share__item_facebook:hover {
  background-color: #2C4278;
}

.share__item_twitter {
  background: #00AAF0 url(t.png) no-repeat center/17px;
}

.share__item_twitter:focus,
.share__item_twitter:hover {
  background-color: #0086BD;
}

.share__item_google {
  background: #DF4A32 url(g.png) no-repeat center/17px;
}

.share__item_google:focus,
.share__item_google:hover {
  background-color: #C9371F;
}

.content__article img {
  margin: 0 auto 20px;
}

.content__article img.center {
  display: block;
}

.content__article h3 {
  font-size: 21px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.content__article p {
  line-height: 1.6;
  margin-bottom: 20px;
}

.content__article .small {
  font-size: 14px;
}

.sidebar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 235px;
      -ms-flex: 0 0 235px;
          flex: 0 0 235px;
  padding-top: 20px;
}

.footer {
  padding: 60px 0;
  margin-top: 150px;
  font-size: 14px;
  line-height: 1.6;
  word-wrap: break-word;
  background: #2e3138;
  color: #abb0ba;
  text-align: center;
}

.footer .list {
  padding-left: 0;
  margin-top: 26px;
  margin-bottom: 0;
  list-style: none;
}

.footer .list__item {
  display: inline-block;
  margin-bottom: 0;
}

.footer .list__item:not(:last-child):after {
  content: '\00B7';
  margin-left: 8px;
  margin-right: 3px;
  pointer-events: none;
}

.footer a {
  font-weight: 400;
  color: #abb0ba;
}

.footer a:focus,
.footer a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .content__container {
    display: block;
  }
  .content__wrapper {
    margin-right: 0;
  }
  .sidebar {
    text-align: center;
  }
}

@media screen and (max-width: 450px) {
  .content__article p {
    word-break: break-word;
  }
  .content__title {
    font-size: 22px;
  }
  .btn {
    font-size: 18px;
  }
}

.qlinks {
  margin-top: 80px !important;
}

.qlinks ol {
  margin-left: 26px;
  margin-top: 5px;
}

.qlinks a {
  color: #2D9CDB !important;
  font-weight: normal !important;
  line-height: 1.6;
}

.qlinks_title {
  color: #333;
  font-weight: normal;
  margin-bottom: 15px;
}

@media screen and (max-width: 900px) {
  .commentContent,
  .replyContent {
      padding-right: 0 !important;
      width: 284px;
  }
}