/* line 5, ../sass/style.sass */
a {
  color: #d20045;
}

/* line 8, ../sass/style.sass */
* {
  font-family: "Roboto", sans-serif;
  font-weight: inherit;
}

/* line 12, ../sass/style.sass */
.transition, .paginate a, .slick-prev, .slick-next, .sliders .title a, .review_main .hover, .review_main .title a, .video_main .bg, footer .fa {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 20, ../sass/style.sass */
.after:after, .maincontainer:after, header:after, header .two_header:after, header .three_header:after {
  content: "";
  display: table;
  clear: both;
}

/* dle */
/* line 33, ../sass/style.sass */
#navigation ul li:hover a {
  background: black;
}

/* line 35, ../sass/style.sass */
.slick-dots li.slick-active button:before {
  background: #d20045;
}

/* line 37, ../sass/style.sass */
.slick-dots li button:before {
  background: #793840;
}

/* line 39, ../sass/style.sass */
#navigation ul a, #navigation ul ul, #navigation ul {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

/* line 41, ../sass/style.sass */
.buttonpm a {
  background: #d20045;
  color: white;
  padding: 10px;
  margin-bottom: 15px;
  display: block;
  float: left;
  margin-right: 10px;
}

/* line 50, ../sass/style.sass */
.buttonpm:after {
  content: "";
  display: table;
  clear: both;
}

/* line 54, ../sass/style.sass */
.headingpm {
  float: left;
  display: block;
}

/* line 57, ../sass/style.sass */
.basecont, .heading {
  margin-bottom: 10px;
  line-height: 1.2rem;
  color: #7b7b7b;
}

/* line 62, ../sass/style.sass */
.ui-widget-header {
  background: none;
  color: #111111;
  padding: 15px 20px 15px 30px;
  border-bottom: 1px solid #dedede;
}
/* line 67, ../sass/style.sass */
.ui-widget-header a {
  color: #111111;
}

/* line 69, ../sass/style.sass */
.ui-dialog {
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  padding-bottom: 0;
}

/* line 75, ../sass/style.sass */
.ui-dialog .ui-dialog-content {
  margin-bottom: 0;
}

/* line 77, ../sass/style.sass */
.fbutton {
  background: #d20045;
  border: none;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  color: white;
  padding: 8px 10px;
  cursor: pointer;
}
/* line 85, ../sass/style.sass */
.fbutton:hover {
  background: #220a06;
}

/* line 87, ../sass/style.sass */
#login_name, #login_password {
  padding: 0 10px 0 46px;
  border: 1px solid #e2e2e2;
  margin-bottom: 20px;
  background: #f8f8f8;
  z-index: 1;
  height: 40px;
  color: #83868a;
}

/* line 95, ../sass/style.sass */
.tt {
  padding: 4px 15px;
  border: 1px solid gray;
  color: gray;
  border-radius: 2px;
  display: inline-block;
  margin-top: 7px;
  margin-left: 10px;
}

/* line 103, ../sass/style.sass */
.login {
  float: left;
}

/* line 105, ../sass/style.sass */
.f_input {
  margin: 10px 0;
}

/* line 107, ../sass/style.sass */
.berrors {
  background: #d20045;
  color: white;
  padding: 12px;
  clear: both;
}

/* line 113, ../sass/style.sass */
.speedbar {
  color: black;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  margin-bottom: 10px;
  margin-right: 12px;
  font-size: 0;
}
/* line 121, ../sass/style.sass */
.speedbar a {
  color: white;
  text-transform: uppercase;
  font-size: 1rem;
}

/* line 126, ../sass/style.sass */
#dle-speedbar span {
  display: none;
}
/* line 128, ../sass/style.sass */
#dle-speedbar span:nth-child(2) {
  display: block;
}
/* line 131, ../sass/style.sass */
#dle-speedbar span:nth-child(2) span:nth-child(1) {
  display: inline-block;
  font-weight: 500;
  background: #d20045;
  padding: 10px;
  letter-spacing: 1px;
}

/* dle */
/* навигация */
/* line 140, ../sass/style.sass */
.navigation-block {
  position: relative;
}

/* line 142, ../sass/style.sass */
.paginate {
  margin: 0;
  clear: both;
  padding-left: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}

/* line 152, ../sass/style.sass */
.paginate li {
  float: left;
}

/* line 154, ../sass/style.sass */
.paginate li a, .paginate li span {
  background-color: #999999;
  padding: 10px 14px;
  color: #f1f1f1;
  display: block;
  float: left;
  margin-right: 2px;
}

/* line 163, ../sass/style.sass */
.paginate li a:hover {
  background: #d20045;
}

/* line 165, ../sass/style.sass */
.paginate .pages span {
  border: 2px solid #d20045;
  padding: 8px 14px;
  background: #d20045;
}

/* line 170, ../sass/style.sass */
.paginate .prev, .paginate .next {
  position: relative;
  display: inline-block;
}
/* line 174, ../sass/style.sass */
.paginate .prev a, .paginate .next a {
  color: white;
  width: 125px;
  height: 36px;
  text-align: center;
  background-color: #999999;
  padding: 8px 14px;
  display: block;
  float: left;
  z-index: -1;
}
/* line 186, ../sass/style.sass */
.paginate .prev a:hover:before, .paginate .next a:hover:before {
  background: #d20045;
  border: 2px solid #343434;
}
/* line 189, ../sass/style.sass */
.paginate .prev a:hover .next, .paginate .next a:hover .next {
  color: white;
}
/* line 191, ../sass/style.sass */
.paginate .prev a:hover, .paginate .next a:hover {
  color: white;
}

/* line 195, ../sass/style.sass */
.paginate .prev span, .paginate .next span {
  display: none;
}
/* line 203, ../sass/style.sass */
.paginate .next a:hover, .paginate .prev a:hover {
  background: #d20045;
}

/* навигация */
/* комментарии */
/* line 207, ../sass/style.sass */
.commentary-block {
  border-top: 10px solid #d20045;
  margin: 0 -20px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #444444;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #7b7b7b;
  margin-bottom: 30px;
  background: #242424;
}
/* line 221, ../sass/style.sass */
.commentary-block:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #444444;
  position: absolute;
  top: 57px;
  left: 48%;
}

/* line 233, ../sass/style.sass */
#dle-captcha a {
  color: #d20045;
  font-size: 0.8rem;
  margin-bottom: 20px;
  display: block;
  padding-top: 10px;
}

/* line 239, ../sass/style.sass */
.block-comment-user .ed a, .buttoncomment {
  border: 1px solid #e2e2e2;
  color: #7b7b7b;
  background: none;
}
/* line 243, ../sass/style.sass */
.block-comment-user .ed a:hover, .buttoncomment:hover {
  background: #d20045;
  color: white;
}

/* line 247, ../sass/style.sass */
.block-comment-user, #options {
  background: none;
  border-bottom: 2px solid #e2e2e2;
  color: #7b7b7b;
}

/* line 252, ../sass/style.sass */
.color-comment a {
  color: #d20045;
  margin-bottom: 7px;
  font-family: "Roboto", sans-serif;
}

/* line 258, ../sass/style.sass */
.popups li {
  padding: 5px 0;
}

/* line 261, ../sass/style.sass */
.block-comment-user {
  position: relative;
}

/* line 265, ../sass/style.sass */
.edit a {
  padding: 0 10px !important;
  border: none !important;
}

/* комментарии */
/*---login--- */
/* line 271, ../sass/style.sass */
.loginbox .loginbtn, .loginbox .loginava {
  position: relative;
}

/* line 274, ../sass/style.sass */
.lbn, #logbtn {
  z-index: 13;
  position: relative;
  padding: 0rem 17px;
  color: black;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 41px;
}

/* line 284, ../sass/style.sass */
.lbn.selected, #logbtn.selected {
  background: black;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
  color: white;
}

/* line 289, ../sass/style.sass */
.lbn b {
  cursor: pointer;
  background-position: 100% -43px;
}

/* line 293, ../sass/style.sass */
.lbn.selected {
  background-position: 0 -86px;
}

/* line 296, ../sass/style.sass */
.lbn.selected b {
  background-position: 100% -129px;
}

/* line 299, ../sass/style.sass */
#logform {
  border: 1px solid #e2e2e2;
  top: 100%;
  right: 0;
  z-index: 12;
  display: none;
  position: absolute;
  width: 295px;
  background-color: #eaeaea;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  text-align: center;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}

/* line 315, ../sass/style.sass */
.loginbox #logform .lfield {
  margin-bottom: 1em;
}

/* line 318, ../sass/style.sass */
.loginbox #logform .lfield label {
  display: block;
  margin-bottom: 0.2em;
}

/* line 322, ../sass/style.sass */
.loginbox #logform .lfield input {
  width: 170px;
  padding: 4px;
  border: 1px solid #c0d4de;
  background: white url("../images/fields.png") repeat-x;
}

/* line 328, ../sass/style.sass */
.loginbox #logform .lfchek input {
  width: 13px;
  border: none;
  background: none;
}

/* line 333, ../sass/style.sass */
.loginbox #logform .lfchek label {
  display: inline;
  margin-bottom: 0.2em;
}

/* line 337, ../sass/style.sass */
.loginbox #logform .lbtn {
  text-align: center;
}

/* line 340, ../sass/style.sass */
.loginbox .lvsep {
  line-height: 24px;
  font-size: 1.15em;
  padding: 19px 0 0 21px;
  margin-right: 20px;
  height: 45px;
  background: url("../images/lvsep.png") no-repeat;
}

/* line 348, ../sass/style.sass */
.loginbox .loginava {
  overflow: hidden;
  margin-right: 7px;
}

/* line 352, ../sass/style.sass */
.loginbox img {
  width: 42px;
  float: left;
  margin-right: 10px;
}

/* line 357, ../sass/style.sass */
.loginbox .loginava b {
  z-index: 13;
  background: url("../images/loginava.png") no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 364, ../sass/style.sass */
.loginbox .lvsep .radial {
  margin-right: 5px;
  background-color: #9966cc;
  color: white;
  float: left;
  padding: 0 8px;
}

/* line 371, ../sass/style.sass */
.loginenter li a {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #dbe8ed;
  color: #7b7b7b;
}
/* line 377, ../sass/style.sass */
.loginenter li a:hover {
  background: #d20045;
  color: white;
}

/* line 381, ../sass/style.sass */
.lexit {
  padding-top: 13px;
  background: url("../images/lexit.png") no-repeat;
}

/* line 385, ../sass/style.sass */
.lexit:hover {
  background-position: 0 -43px;
}

/* line 388, ../sass/style.sass */
.loginsite {
  display: inline-block;
}
/* line 390, ../sass/style.sass */
.loginsite a {
  color: #5b5f68;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  display: block;
  float: none;
}
/* line 396, ../sass/style.sass */
.loginsite a img {
  width: 58px;
  height: 58px;
  float: left;
  margin-right: 5px;
}
/* line 401, ../sass/style.sass */
.loginsite a:hover {
  color: #d20045;
}

/* line 404, ../sass/style.sass */
.loginuser, .passworduser {
  position: relative;
}
/* line 406, ../sass/style.sass */
.loginuser:before, .passworduser:before {
  content: "\f007";
  font-family: "FontAwesome";
  position: absolute;
  top: 1px;
  left: 1px;
  background: white;
  height: 38px;
  width: 35px;
  border: 0px solid #eaeaea;
  border-right-width: 1px;
  line-height: 38px;
  text-align: center;
  speak: none;
  z-index: 2;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  color: #83868a;
}

/* line 430, ../sass/style.sass */
.passworduser:before {
  content: "\f084";
}

/* line 432, ../sass/style.sass */
.social-login {
  margin-bottom: 40px;
}
/* line 434, ../sass/style.sass */
.social-login:after {
  content: "";
  clear: both;
  display: table;
}

/* line 438, ../sass/style.sass */
.fullenter {
  margin: -20px;
  padding: 5px 30px;
  border-top: 1px solid #dddddd;
  box-shadow: inset 0 1px 0 white;
  background-color: whitesmoke;
  overflow: hidden;
}
/* line 445, ../sass/style.sass */
.fullenter .fbutton {
  float: left;
}

/* line 448, ../sass/style.sass */
.padding {
  padding: 15px;
}

/* line 450, ../sass/style.sass */
.margin-top {
  margin-top: 15px;
}

/* line 452, ../sass/style.sass */
.inline {
  display: inline-block;
  float: none;
  vertical-align: top;
  margin-right: -4px;
}

/*---логин--- */
/*---слайдер--- */
/* line 460, ../sass/style.sass */
.slider {
  position: relative;
}

/* line 463, ../sass/style.sass */
.slick-prev, .slick-next {
  background: #d20045;
}

/* line 467, ../sass/style.sass */
#story {
  background: #1d1d1d;
}

/*---конец слайдер--- */
/*---общее--- */
/* line 472, ../sass/style.sass */
.maincontainer {
  background: white;
  padding: 0 15px;
}

/* line 477, ../sass/style.sass */
header {
  border-top: 3px solid #d20045;
}
/* line 481, ../sass/style.sass */
header .login_main {
  float: right;
  position: relative;
}
/* line 485, ../sass/style.sass */
header .two_header {
  background: white;
  padding: 20px 0;
}
/* line 489, ../sass/style.sass */
header .two_header .logo, header .two_header .adds_banner {
  float: left;
  line-height: 100px;
  padding: 0 12px;
  width: 50%;
}
/* line 494, ../sass/style.sass */
header .two_header .adds_banner {
  float: right;
}
/* line 496, ../sass/style.sass */
header .three_header {
  background: #d20045;
}
/* line 500, ../sass/style.sass */
header .formsearch {
  float: right;
}

/* line 503, ../sass/style.sass */
.padding_small {
  padding: 5px;
}

/* слайдер */
/* line 508, ../sass/style.sass */
.sliders {
  position: relative;
}
/* line 510, ../sass/style.sass */
.sliders figure {
  position: relative;
}
/* line 512, ../sass/style.sass */
.sliders .title a {
  position: absolute;
  bottom: 0;
  padding: 32px 15px;
  color: white;
  z-index: 2;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
  font-size: 2rem;
  font-weight: 700;
  width: 100%;
}
/* line 523, ../sass/style.sass */
.sliders .title a:hover {
  color: #d20045;
}
/* line 525, ../sass/style.sass */
.sliders .title a:after {
  content: "";
  opacity: 0.85;
  background: -moz-linear-gradient(top, transparent 0%, #d20045 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, #d20045));
  background: -webkit-linear-gradient(top, transparent 0%, #d20045 100%);
  background: -o-linear-gradient(top, transparent 0%, #d20045 100%);
  background: -ms-linear-gradient(top, transparent 0%, #d20045 100%);
  background: linear-gradient(to bottom, transparent 0%, #d20045 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent ', endColorstr='#e80055',GradientType=0 );
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
  padding: 75px 0;
}
/* line 542, ../sass/style.sass */
.sliders .comm_num {
  background: #d20045;
  color: white;
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 2px 9px;
}
/* line 549, ../sass/style.sass */
.sliders .comm_num:after {
  content: "";
  border-right: 14px solid transparent;
  position: absolute;
  top: 17px;
  left: 8px;
  border-top: 12px solid #d20045;
}

/* line 559, ../sass/style.sass */
.top_slide .columns:first-child {
  padding-right: 2px;
}
/* line 561, ../sass/style.sass */
.top_slide .columns:last-child {
  padding-left: 0px;
}

/* line 565, ../sass/style.sass */
.clear_both:after {
  content: "";
  display: table;
  clear: both;
}

/* конец слайдер */
/* line 571, ../sass/style.sass */
.title_block {
  color: black;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px 10px;
  border: 1px solid #ebebeb;
  font-size: 1.1rem;
}
/* line 578, ../sass/style.sass */
.title_block span {
  color: #d20045;
}

/* line 582, ../sass/style.sass */
header .one_header {
  margin: 0;
  margin-bottom: 10px;
  border: 1px solid #e0e0e0;
  position: relative;
}
/* line 587, ../sass/style.sass */
header .one_header:after {
  content: "";
  clear: both;
  display: table;
}
/* line 591, ../sass/style.sass */
header .one_header #nav {
  float: left;
  width: 95.7%;
}

/* line 595, ../sass/style.sass */
.right_news_top {
  position: relative;
  border-top: 1px solid white;
  margin-left: -25px;
}
/* line 599, ../sass/style.sass */
.right_news_top figure, .right_news_top img {
  position: relative;
  min-height: 188px;
  max-height: 188px;
  width: 100%;
}
/* line 604, ../sass/style.sass */
.right_news_top .title a {
  font-size: 1.1rem;
  line-height: 1.5rem;
  padding: 10px;
}

/* line 610, ../sass/style.sass */
.score {
  color: white;
  background: #d20045;
  padding: 8px;
  position: absolute;
  top: 0;
  left: 20px;
  font-size: 1.4rem;
}
/* line 618, ../sass/style.sass */
.score:after {
  top: 36px;
  content: "";
  position: absolute;
  z-index: 5;
  float: left;
  border-left: 9px solid rgba(255, 255, 255, 0);
  left: 14px;
  border-top: 12px solid #d20045;
  border-right: 9px solid transparent;
  border-bottom: 0px solid rgba(255, 255, 255, 0);
}

/* line 629, ../sass/style.sass */
.review_main {
  position: relative;
  float: left;
  width: 33.33%;
  border-right: 1px solid #ebebeb;
}
/* line 634, ../sass/style.sass */
.review_main .hover {
  position: relative;
  padding: 10px;
  border-left: 1px solid #ebebeb;
  line-height: 1.2rem;
}
/* line 640, ../sass/style.sass */
.review_main .hover:hover {
  background: #d20045;
  color: white;
}
/* line 643, ../sass/style.sass */
.review_main .hover:hover .category a {
  color: black;
}
/* line 645, ../sass/style.sass */
.review_main .hover:hover .title a {
  color: white;
}
/* line 647, ../sass/style.sass */
.review_main .hover:hover:after {
  border-bottom: 14px solid #d20045;
}
/* line 649, ../sass/style.sass */
.review_main .hover:after {
  content: "";
  top: -31px;
  position: absolute;
  z-index: 5;
  float: left;
  border-left: 17px solid transparent;
  left: 25px;
  border-top: 17px solid transparent;
  border-right: 17px solid transparent;
  border-bottom: 14px solid white;
}
/* line 660, ../sass/style.sass */
.review_main .title a {
  color: black;
  display: block;
  padding: 10px 5px;
  position: relative;
  font-weight: 700;
}

/* line 669, ../sass/style.sass */
.news {
  position: relative;
  border: 1px solid #ebebeb;
  padding: 15px 0;
}
/* line 673, ../sass/style.sass */
.news:after {
  content: "";
  display: table;
  clear: both;
}
/* line 677, ../sass/style.sass */
.news figure, .news img {
  margin-right: 0;
  position: relative;
}
/* line 680, ../sass/style.sass */
.news .category a {
  color: white;
  background: #d20045;
  text-transform: uppercase;
  font-size: 0.8rem;
  padding: 7px;
  display: inline-block;
}
/* line 687, ../sass/style.sass */
.news h2 a {
  color: #111111;
  padding: 10px 0;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  display: block;
}
/* line 693, ../sass/style.sass */
.news h2 a:hover {
  color: #d20045;
}
/* line 695, ../sass/style.sass */
.news .date {
  color: #333333;
  font-size: 0.8rem;
  font-weight: 500;
  padding-bottom: 10px;
}
/* line 700, ../sass/style.sass */
.news .shortstory {
  font-size: 0.9rem;
  color: #333333;
  line-height: 1rem;
  font-weight: 500;
}
/* line 705, ../sass/style.sass */
.news .comm {
  position: absolute;
  background: #d20045;
  color: white;
  top: 15px;
  right: 15px;
  padding: 2px 9px;
}
/* line 712, ../sass/style.sass */
.news .comm:after {
  content: "";
  border-right: 14px solid transparent;
  position: absolute;
  top: 17px;
  left: 8px;
  border-top: 12px solid #d20045;
}

/* line 720, ../sass/style.sass */
.video_main {
  position: relative;
  float: left;
  width: 25%;
  border-right: 1px solid #ebebeb;
}
/* line 725, ../sass/style.sass */
.video_main .bg {
  background-size: cover;
  min-height: 300px;
  position: relative;
  z-index: 3;
}
/* line 732, ../sass/style.sass */
.video_main .bg:hover:after {
  opacity: 0;
}
/* line 734, ../sass/style.sass */
.video_main .bg:after {
  content: "";
  background: black;
  opacity: 0.4;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
}
/* line 743, ../sass/style.sass */
.video_main .bg .play:after {
  content: "\f144";
  font-family: "FontAwesome";
  position: absolute;
  font-size: 2rem;
  color: rgba(210, 0, 69, 0.9);
  left: 50%;
  top: 50%;
  margin: -14px;
}
/* line 752, ../sass/style.sass */
.video_main .bg .title {
  position: absolute;
  color: white;
  padding: 0 10px;
  font-weight: 700;
  bottom: 10px;
  line-height: 1.3rem;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
}
/* line 760, ../sass/style.sass */
.video_main .bg .title:hover {
  color: #d20045;
}

/* line 763, ../sass/style.sass */
.popular_news {
  border: 1px solid #ebebeb;
  padding: 10px 0;
  position: relative;
}
/* line 767, ../sass/style.sass */
.popular_news .title a {
  color: black;
  font-weight: 500;
  font-size: 0.9rem;
}
/* line 771, ../sass/style.sass */
.popular_news .title a:hover {
  color: #d20045;
}
/* line 773, ../sass/style.sass */
.popular_news .date {
  color: #666666;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 10px 0;
}

/* line 779, ../sass/style.sass */
.board {
  text-align: center;
  border: 1px solid #ebebeb;
  border-top: 0;
  padding: 10px 0;
}

/* line 785, ../sass/style.sass */
.popular_review {
  position: relative;
  border: 1px solid #ebebeb;
  padding: 10px 0;
}
/* line 789, ../sass/style.sass */
.popular_review figure, .popular_review img {
  position: relative;
}
/* line 791, ../sass/style.sass */
.popular_review .title a {
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  color: white;
  display: block;
  z-index: 3;
  padding: 10px;
  line-height: 1.4rem;
}
/* line 800, ../sass/style.sass */
.popular_review .title a:hover {
  color: #d20045;
}
/* line 802, ../sass/style.sass */
.popular_review .title a:hover:after {
  background: none;
}
/* line 804, ../sass/style.sass */
.popular_review .title a:after {
  content: "";
  opacity: 0.85;
  background: -moz-linear-gradient(top, transparent 0%, #d20045 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, #d20045));
  background: -webkit-linear-gradient(top, transparent 0%, #d20045 100%);
  background: -o-linear-gradient(top, transparent 0%, #d20045 100%);
  background: -ms-linear-gradient(top, transparent 0%, #d20045 100%);
  background: linear-gradient(to bottom, transparent 0%, #d20045 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent ', endColorstr='#e80055',GradientType=0 );
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
  padding: 75px 0;
}

/* line 822, ../sass/style.sass */
footer {
  text-align: center;
  position: relative;
}
/* line 825, ../sass/style.sass */
footer ul {
  padding: 25px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
/* line 829, ../sass/style.sass */
footer li {
  display: inline-block;
}
/* line 831, ../sass/style.sass */
footer .info_made {
  padding: 10px 0;
  color: #444444;
}
/* line 834, ../sass/style.sass */
footer .fa {
  color: black;
  border: 1px solid #ebebeb;
  border-radius: 100%;
  box-shadow: 0 0 0 1px #ebebeb;
  text-align: center;
  width: 28px;
  height: 28px;
  line-height: 28px;
}
/* line 844, ../sass/style.sass */
footer .fa:hover {
  background: #d20045;
  color: white;
}

/* line 848, ../sass/style.sass */
.fullnews {
  position: relative;
  border-right: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  padding: 0 20px;
}
/* line 853, ../sass/style.sass */
.fullnews .title_block {
  border: 0;
}
/* line 855, ../sass/style.sass */
.fullnews h1 {
  color: #222222;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin-top: 10px;
}
/* line 862, ../sass/style.sass */
.fullnews .date {
  color: #d20045;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.8rem;
  padding-top: 10px;
}
/* line 868, ../sass/style.sass */
.fullnews .full_story {
  line-height: 1.4rem;
  color: #333333;
  font-size: 0.93rem;
}
/* line 872, ../sass/style.sass */
.fullnews .full_story img {
  position: relative;
  padding: 15px 0;
}
/* line 875, ../sass/style.sass */
.fullnews .tags {
  padding: 15px 0;
  font-size: 0;
}
/* line 878, ../sass/style.sass */
.fullnews .tags a {
  display: inline-block;
  border: 1px solid black;
  padding: 4px;
  font-size: 0.9rem;
  margin-right: 5px;
  color: #222222;
}
/* line 885, ../sass/style.sass */
.fullnews .tags a:hover {
  color: #d20045;
}
/* line 887, ../sass/style.sass */
.fullnews .tag_name {
  background: #4b4b4b;
  color: white;
  padding: 5px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-right: 5px;
}
/* line 895, ../sass/style.sass */
.fullnews .share_button {
  border: 1px solid #ebebeb;
  margin-bottom: 14px;
}
/* line 898, ../sass/style.sass */
.fullnews .share_button:after {
  content: "";
  display: table;
  clear: both;
}
/* line 902, ../sass/style.sass */
.fullnews .shares {
  background: url(../images/pattern.png);
  text-transform: uppercase;
  width: 170px;
  padding: 10px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  float: left;
}
/* line 911, ../sass/style.sass */
.fullnews .shares_sites {
  margin-top: 5px;
  padding-left: 25px;
  float: left;
}
/* line 915, ../sass/style.sass */
.fullnews .shares_sites .b-share-btn__wrap {
  margin-left: 20px;
}
/* line 918, ../sass/style.sass */
.fullnews .related_news:after {
  content: "";
  display: table;
  clear: both;
}
/* line 924, ../sass/style.sass */
.fullnews .related_news .review_main .hover:after {
  top: -30px;
}
/* line 926, ../sass/style.sass */
.fullnews .side_title {
  line-height: 2rem;
}
/* line 928, ../sass/style.sass */
.fullnews .itog_block {
  position: relative;
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 15px;
}
/* line 935, ../sass/style.sass */
.fullnews .itog_block figure {
  position: relative;
}
/* line 937, ../sass/style.sass */
.fullnews .itog_block figure .scores {
  bottom: 0;
  right: 0;
  border: 1px solid white;
  padding: 8px 0 8px 8px;
  color: white;
  background: #d20045;
  position: absolute;
  font-size: 2.8rem;
}
/* line 946, ../sass/style.sass */
.fullnews .itog_block figure .scores:after {
  display: none;
}
/* line 949, ../sass/style.sass */
.fullnews .itog_block .image_itog:after {
  content: "";
  display: table;
  clear: both;
}
/* line 953, ../sass/style.sass */
.fullnews .itog_block .image_itog .verdict {
  font-style: italic;
  display: inline-block;
  padding-right: 10px;
  font-weight: 700;
  font-size: 1.2rem;
}
