.vk-comment-name a {
text-decoration:none;
color:black;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}



[data-icon]:before {
  content: attr(data-icon);

  font-weight: normal !important;
  line-height: 1;
  font-family: "untitled-font-7" !important;
  text-transform: none !important;
  font-style: normal !important;
  font-variant: normal !important;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}

[class^="icon-"]:before,
[class*=" icon-"] {
  font-size: 19px;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-weight: normal !important;
  line-height: 1;
  font-family: "untitled-font-7" !important;
  text-transform: none !important;
  font-style: normal !important;
  font-variant: normal !important;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}

.header-title {
  position: relative;
  z-index: 77;

  background: url("../img/title-bg.jpg") no-repeat;
  background-size: cover;
}

.header_extra {
  margin-right: -10px;
  margin-left: -10px;
  padding-bottom: 10px;

  font-size: 14px;
  font-family: "Roboto", sans-serif;
  text-align: center;
  color: #a5a5a5;
}

.icon-eye:before {
  content: "\61";
}

.icon-clock:before {
  content: "\63";
}

.icon-comments-o:before {
  content: "\62";
}

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

*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  font-weight: bold;
  color: #1d90cb;
}

a:hover {
  text-decoration: none;
}

p {
  margin: 0 0 15px;
}

.container {
  position: relative;
  z-index: 55;

  margin-right: auto;
  margin-left: auto;
}

header {
  position: relative;
  z-index: 100;

  overflow: hidden;

  background-color: #ffffff;
}

ul {
  margin: 0;
  padding: 0;

  list-style: none;
}

img {
  max-width: 100%;
}

.h1 {
  position: relative;

  margin: 0;
  margin-bottom: 15px;
  padding-left: 10px;

  font-weight: bold;
  font-size: 50px;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

.h1__normal {
  display: block;

  font-weight: 500;
  font-size: 26px;
}

.h1:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;

  width: 1px;
  height: 90%;

  background-color: #cccccc;
}

.logo {
  margin-right: 170px;
  padding: 10px 0 10px;

  text-align: center;
}

.bg-header {
  position: relative;
  z-index: 9999;

  background-color: #2b2b2b;
}

.menu {
  display: table-cell;
  /* white-space: nowrap; */
  /* text-overflow: ellipsis; */
  /* overflow: hidden; */
  padding-left: 30px;

  vertical-align: middle;
}

.menu-block {
  position: relative;

  display: table;
  width: 100%;

  font-size: 0;
}

.menu__item {
  display: table-cell;

  vertical-align: middle;
}

.menu__item__link {
  display: block;
  padding: 6px 40px 6px 40px;

  font-weight: normal;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
}

.menu__item__link:hover,
.menu__item:hover {
  color: #000000;

  background-color: #cde8d1;
}

[class^="icon-"] {
  display: table-cell;

  vertical-align: middle;
}

.icontext {
  display: table-cell;
  /* vertical-align: middle; */
  padding-left: 5px;
}

.iconblock {
  display: table-cell;
  padding: 0 10px 0;
}

.content-bg {
  padding-bottom: 10px;
  overflow: hidden;

  background: #f6f6f6;
  background-position-x: center;
}

.main-content {
  display: table-cell;
  width: 69%;

  font-size: 16px;
  line-height: 1.6;
  vertical-align: top;

  background-color: #ffffff;
}

.sidebar {
  display: table-cell;
  width: 324px;

  font-size: 15px;
  vertical-align: top;

  background-color: #ffffff;
}
.sidebar .article {
  max-width: 294px;
}
.main-wrap {
  display: table;
  width: 100%;

  font-size: 0;

  background-color: #d4d4d4;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

h2 {
  margin: 0 0 10px 0;

  font-size: 36px;
  line-height: 50px;
  font-family: "Playfair Display", serif;
}

h2:before {
  content: "";

  display: table;
  width: 100%;
  height: 2px;

  background-color: #000000;
}

h2:after {
  content: "";

  display: table;
  width: 100%;
  height: 1px;
  margin-top: 8px;

  background-color: #000000;
}

.left-img {
  position: relative;
  z-index: 4;

  float: left;
  padding-right: 15px;
}

.mb-2 {
  margin-bottom: 20px;
}

.right-img {
  float: right;
  padding-left: 15px;
}

.blockquote-block {
  margin: 50px 0 0;

  text-align: center;
}

blockquote {
  margin: 0 0 20px 0;
  padding: 0;

  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

blockquote p {
  position: relative;
  z-index: 1;
}

cite {
  font-weight: normal;
  font-size: 18px;
  font-style: normal;
}

.main-content__padding {
  padding: 10px 20px 0px 20px;

  border-right: 10px solid #d1d1d1;
}

.coment-title {
  padding: 10px 20px 10px;

  font-weight: bold;
  font-size: 22px;

  background-color: #d1d1d1;
}

.vk-container {
  margin-top: 10px;

  background-color: #ffffff;
  border-radius: 10px;
}

.vk-container .h2 {
  position: relative;

  margin-bottom: 30px;

  font-weight: bold;
  font-size: 15px;
  color: #dc4c9a;
  text-transform: uppercase;
}

.vk-container .h2:after {
  content: "";
  position: absolute;
  top: 50%;

  width: 100%;
  height: 3px;
  margin-top: -2px;
  padding-left: 20px;

  background-color: #dc4c9a;
}

.vk-container .h2 span {
  padding-right: 10px;
}

.vk-header-text {
  padding: 2px 3px 1px;

  font-weight: bold;
  line-height: 100%;
  color: rgb(69, 104, 142);
}



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

.vk-comment,
.vk-comment-load {
  position: relative;

  min-height: 60px;
  margin-bottom: 15px;
  padding-bottom: 15px;

  border-bottom: 1px solid rgb(218, 225, 232);
}

.vk-comment:last-child {
  margin-bottom: 30px;

  border-bottom: 0 none;
}

.vk-comment-name {
  display: table;
  padding-left: 10px;

  font-weight: bold;
  font-size: 18px;
  color: #000000;
  text-decoration: none;
}

.vk-comment-name .date {
  margin-left: 10px;

  font-weight: normal;
  font-size: 16px;
  color: #999999;
}

.vk-comment-text {
  display: table;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 10px;

  font-size: 17px;
  color: #000000;
}

.vk-comment-text a {
  font-weight: bold;
}

.vk-comment-date {
  color: rgb(153, 153, 153);
}

.vk-comment-like {
  position: absolute;
  right: 0;
  bottom: 10px;

  display: inline-block;
  width: 40px;
  height: 16px;

  text-decoration: none;
}

.vk-comment-like:before {
  display: inline-block;

  font-size: 14px;
  vertical-align: middle;
  color: #7295b2;
}

.vk-comment-like-count {
  display: inline-block;
  padding-right: 5px;

  font-weight: bold;
  font-size: 10px;
  vertical-align: middle;
  color: #7295b2;
  text-decoration: none;
}

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

  cursor: pointer;
}

.vk-comment .connent-meta {
  margin-left: 80px;

  font-size: 14px;
  vertical-align: middle;
  color: #cecece;
}

.cont-com {
  padding-left: 75px;
}

.cont-com img {
  max-height: 350px;
}

aside {
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
}

.author-img {
  border-radius: 50%;
  box-shadow: 0 0 20px 6px rgba(0, 0, 0, 0.2);
}

.article-title {
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;

  font-weight: bold;
  font-size: 22px;
  font-family: "Playfair Display", serif;
  text-align: center;
  font-style: italic;

  border-bottom: 1px solid #cccccc;
}

.article-item__item {
  display: inline-block;
  width: 100px;
  padding-right: 10px;
  /*display: table-cell;*/

  vertical-align: top;
}

.article-item__content {
  display: inline-block;
  width: 150px;
  padding-bottom: 20px;
  /*display: table-cell;*/

  vertical-align: top;
}

.article-item__title {
  display: inline-block;
  width: 150px;
  padding-bottom: 25px;

  font-weight: normal;
  font-size: 16px;
  color: #000000;
  text-decoration: none;
  font-style: italic;
  word-wrap: break-word;
}

.article-item__title:hover {
  text-decoration: underline;
}

.article-item {
  position: relative;
  /*display: table;*/

  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 10px;

  font-size: 0;

  border-bottom: 1px solid #cccccc;
}

.article-item:first-child {
  padding-top: 10px;

  border-top: 1px solid #cccccc;
}

.article-item__extra {
  position: absolute;
  bottom: 0;

  margin-right: -10px;
  margin-left: -10px;

  font-size: 14px;
}

.article-item__extra i {
  color: #ada7a7;
}

.article-item__extra [class^="icon-"]:before {
  font-size: 18px;
}

.product-2 {
  position: absolute;
  right: -242px;
  bottom: -324px;
  z-index: 2;
}

.flag {
  position: absolute;
  top: -120px;
  left: -145px;
  z-index: 1;

  width: 130px;

  text-decoration: none;
}

.flag-content {
  position: relative;
  top: 140px;

  display: table;
  margin: 0 auto;
}

.flag-content__logo:after {
  content: "";

  display: table;
  width: 80px;
  height: 1px;
  margin: 5px auto 10px;

  background-color: #000000;
}

.flag-content__text {
  font-weight: normal;
  font-size: 17px;
  text-align: center;
  color: #6f6f6f;
}

.copirate {
  padding-top: 10px;
  padding-bottom: 10px;

  text-align: center;

  background-color: #f6f6f6;
}

.btn {
  position: relative;

  display: table;
  max-width: 405px;
  margin: 0 auto;
  padding: 18px 15px 18px 50px;

  font-size: 26px;
  color: #ffffff;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;

  background: -webkit-linear-gradient(left, rgba(137, 105, 172, 1) 0%, rgba(86, 146, 203, 1) 48%, rgba(76, 154, 209, 1) 52%, rgba(67, 161, 214, 1) 71%, rgba(51, 174, 224, 1) 100%);
  background:      -o-linear-gradient(left, rgba(137, 105, 172, 1) 0%, rgba(86, 146, 203, 1) 48%, rgba(76, 154, 209, 1) 52%, rgba(67, 161, 214, 1) 71%, rgba(51, 174, 224, 1) 100%);
  background:     -ms-linear-gradient(left, rgba(137, 105, 172, 1) 0%, rgba(86, 146, 203, 1) 48%, rgba(76, 154, 209, 1) 52%, rgba(67, 161, 214, 1) 71%, rgba(51, 174, 224, 1) 100%);
  background:         linear-gradient(to right, rgba(137, 105, 172, 1) 0%, rgba(86, 146, 203, 1) 48%, rgba(76, 154, 209, 1) 52%, rgba(67, 161, 214, 1) 71%, rgba(51, 174, 224, 1) 100%);
  border-radius: 60px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8969ac', endColorstr='#33aee0', GradientType=1);

  -webkit-transition: all 0.7s ease-out;
     -moz-transition: all 0.7s ease-out;
       -o-transition: all 0.7s ease-out;
          transition: all 0.7s ease-out;
}

.btn:hover {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.main-content__padding img {
  /* margin: 0 auto 5px; */
  /* display: table; */
}

.fixed-1 {
  position: fixed;
  /* right: 197px; */
  /* top: 16px; */
  top: 0;
  left: 0;

  width: 100%;
}

.fixed-2 {
  position: fixed;
  top: 0;

  width: 287px;
}

.product-block {
  display: table;
  margin: 0 auto 15px;

  font-size: 0;
}

.product-block__left {
  display: table-cell;

  vertical-align: middle;
}

.product-block__right {
  display: table-cell;
  padding-left: 40px;

  vertical-align: middle;
}

.hr-img {
  position: relative;

  display: table;
  margin: 10px auto 5px;
}

.hr-img:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -175px;

  width: 170px;
  height: 1px;
  margin-top: -5px;

  background-color: #000000;
}

.hr-img:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -175px;

  width: 170px;
  height: 1px;
  margin-top: -5px;

  background-color: #000000;
}

.product-center {
  margin-top: 50px;
  margin-bottom: 35px;

  text-align: center;
}

.level-2 {
  padding-left: 30px;
}

.btn__text {
  padding-right: 65px;
}

.btn__img {
  position: absolute;
  top: 50%;
  right: 6px;

  margin-top: -33px;
}

.sidebar-product__img {
  display: table;
  max-width: 180px;
  margin: 50px auto 20px;
}

.sidebar-product .btn {
  font-size: 19px;
}

.sidebar-product .btn__img {
  margin-top: -21px;
}

.sidebar-product .btn__text {
  padding-right: 50px;
}

.fb {
  background-color: #3d5b95;
}

.tw {
  background-color: #24aadd;
}

.goofle {
  background-color: #000000;
}

.social__item {
  margin-bottom: 5px;
  padding: 5px;

  font-weight: normal;
  font-size: 12px;
  color: #ffffff;
}

.tags {
  margin-top: 15px;

  text-align: center;
}

.tags__item {
  display: inline-block;
}

.tags__item__href {
  font-weight: normal;
  font-size: 14px;
  color: #000000;
  text-decoration: none;
}

.tags__item__href:hover {
  text-decoration: underline;
}

.comments-o {
  display: table-cell;

  vertical-align: middle;
}

.social__img {
  display: inline-block;
  width: 20px;

  vertical-align: middle;

  border-right: 1px solid #ffffff;
}

.social__text {
  display: inline-block;
  padding-left: 2px;

  vertical-align: middle;
}

.mini-logo {
  display: table;
  margin: 0 auto 10px;
}

.burger {
  position: absolute;
  top: 50%;

  margin-top: -9px;
}

.img-response {
  width: 100%;
}

.visible-mobile {
  display: none;
}

.center-img {
  display: table;
  max-width: 200px;
  margin: 20px auto 10px;
}

.article-item__item img {
  width: 200px;
}
