@import url("https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=cyrillic");
body, html {
  height: 100%; }

body {
  margin: 0;
  line-height: 22px;
  font-size: 18px;
  color: #1d1d1d;
  font-family: "PT Sans Narrow";
  background: #fff; }

input, textarea, select, button {
  outline: none;
  box-sizing: border-box; }

button {
  cursor: pointer; }

img {
  max-width: 100%; }

a {
  color: #413f3f;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

p {
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-weight: normal;
  line-height: 1;
  font-family: 'Arial';
  color: #202020;
  word-wrap: break-word; }

.wrapper {
  max-width: 1920px;
  margin: 0 auto;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  min-height: 100%;
  background: #e9f4f8 url(../images/header.jpg) 50% 0 no-repeat; }

.blockin {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative; }

.header {
  padding: 30px 20px 0;
  min-height: 285px; }
  .header .blockin {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }

.loginblock {
  padding-top: 15px;
  font-size: 16px;
  color: #0aa6ee; }
  .loginblock a {
    color: #0aa6ee; }

.topmenu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid #d9d9db;
  background: linear-gradient(to top, #f4f6f1, #ced3d1);
  box-shadow: 0 0 5px rgba(0, 1, 1, 0.31); }
  .topmenu ul li {
    flex-grow: 2; }
    .topmenu ul li a {
      text-align: center;
      line-height: 55px;
      display: block;
      font-weight: bold;
      font-size: 16px;
      text-transform: uppercase;
      color: #0789aa;
      text-decoration: none;
      padding: 0 10px; }
      .topmenu ul li a:hover {
        background: #6ac5e0;
        color: #032337; }

.content {
  padding: 20px 0; }

.footer {
  background: #dde2df;
  padding: 15px 0;
  font-size: 16px; }

.rightfot {
  text-align: right; }

.botmenu {
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .botmenu li {
    padding: 0 10px;
    flex-grow: 2; }
    .botmenu li a {
      text-transform: uppercase;
      font-size: 16px;
      color: #333333;
      text-decoration: none; }
      .botmenu li a:hover {
        color: #0aa6ee; }

.soc .title {
  padding-bottom: 10px; }

.rightblock {
  border: 1px solid #9eabb6;
  background: #f1f6f3 url(../images/rightbg.png) 0 0 repeat-x;
  padding: 5px; }
  .rightblock .title {
    line-height: 20px;
    color: #333333;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px;
    border-bottom: 1px dashed #babcbe; }
    .rightblock .title.title2 {
      border-top: 1px dashed #babcbe;
      margin-top: 10px; }
    .rightblock .title img {
      margin-right: 20px;
      display: inline-block;
      vertical-align: middle; }
  .rightblock .body {
    padding: 8px; }
    .rightblock .body img {
      width: 100%; }
    .rightblock .body .time {
      font-style: italic;
      margin: 5px 0 0; }
    .rightblock .body a {
      display: block;
      color: #0aa6ee;
      margin: 0 0 5px; }
  .rightblock .link {
    text-align: right;
    padding: 0 8px; }
    .rightblock .link a {
      color: #0aa6ee; }

.mainblock {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -10px; }
  .mainblock .bigblock {
    flex-grow: 2;
    flex-basis: 40%;
    min-width: 240px;
    border: 1px solid #d4d9d6;
    background: #fff;
    margin: 20px 10px 0; }
    .mainblock .bigblock .title {
      line-height: 40px;
      font-size: 18px;
      color: #0789aa;
      font-weight: bold;
      text-align: center; }
    .mainblock .bigblock .body .block {
      padding: 10px 20px;
      border-top: 1px dashed #bcbbb2; }
      .mainblock .bigblock .body .block img.bigimg {
        float: left;
        margin-right: 20px;
        max-width: 49px; }
      .mainblock .bigblock .body .block .right {
        overflow: hidden; }
      .mainblock .bigblock .body .block:nth-child(even) {
        background: #f9f4cc; }

.site_title {
  line-height: 30px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  color: #0b2c40;
  border-bottom: 2px solid #657d99; }
.site_title span {
    color: #9cb2c0;
    font-size: 14px; }
    .site_title span span {
      color: #2ab1ef; }
.companyinfo {
  background: #f9f4cc;
  padding: 15px; }
  .companyinfo .topinfo {
    padding-bottom: 15px;
    border-bottom: 1px dashed #b9b8b1;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 13px;
    line-height: 15px;
    font-family: arial; }
    .companyinfo .topinfo img {
      max-width: 150px;
      max-height: 150px;
    }
    .companyinfo .topinfo .center {
      margin: 0 15px; }
  .companyinfo .date {
    color: #909090; }
  .companyinfo .info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 350px;
    justify-content: space-between;
    padding: 9px 0 0; }
    .companyinfo .info ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .companyinfo .info ul li span {
        font-weight: bold;
        color: #0aa6ee; }
    .companyinfo .info .infor span {
      font-weight: bold;
      font-size: 35px;
      color: #0aa6ee;
      line-height: 1;
      vertical-align: middle; }
  .companyinfo .listblock {
    min-width: 120px; }
    .companyinfo .listblock ul {
      padding: 0;
      list-style: none;
      margin: 0 0 15px;
      color: #909090;
      font-size: 11px; }

.sitebutton {
  border: none;
  padding: 0 8px;
  list-style: none;
  font: 11px/30px arial;
  color: #ffffff;
  border-radius: 3px;
  background: #0aa6ee; }
  .sitebutton:hover {
    background: #35b9f6; }

.contact_info {
  padding-top: 15px; }
  .contact_info .title {
    font-size: 18px;
    color: #143549;
    font-weight: bold; }

.flexblock {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 10px; }
  .flexblock img {
    margin-right: 10px; }
  .flexblock a {
    color: #0aa6ee; }
  .flexblock .metro {
    padding-left: 30px;
    background: url(../images/metro.png) 0 top no-repeat; }
    .flexblock .metro span {
      color: #b0b0b0; }

.companymin {
  padding: 10px 0 15px;
  margin: 10px 10px 0;
  font: 13px/16px arial;
  border-bottom: 1px dashed #a6a8ad; }
  .companymin .title {
    font-size: 18px;
    color: #143549;
    font-weight: bold; }

.workblock {
  padding: 0 20px; }
  .workblock .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 0;
    margin-top: -8px; }
    .workblock .owl-nav div {
      float: right;
      font-size: 0;
      line-height: 0;
      width: 14px;
      height: 16px;
      background: url(../images/arrow.png) 100% 0 no-repeat; }
      .workblock .owl-nav div:first-child {
        float: left;
        background-position: 0 0; }

.comentblock {
  margin-top: 20px; }
  .comentblock .time {
    padding: 5px 5px 5px 12px;
    color: #a4a4a4; }
  .comentblock .body {
    padding: 12px;
    background: #f2f8f9;
    border: 1px solid #bbdde3; }
    .comentblock .body strong {
      display: block; }
  .comentblock .butblock {
    padding-top: 10px; }

.comentdb {
  padding-left: 20px; }

.rating {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .rating div.block {
    padding: 10px 0; }

.butblock {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

.fileblock a {
  margin-right: 10px;
  display: inline-block;
  line-height: 16px;
  font-size: 11px;
  padding-left: 20px;
  background: url(../images/file.png) 0 50% no-repeat;
  color: #637b97;
  margin-bottom: 7px; }

.read-up {
  border: 1px solid #f00;
  color: #fff;
  background: #ff9999;
  padding: 10px;
  margin: 0 0 5px; }

.site-form {
  border: 1px solid #0aa6ee;
  background: #f9f4cc;
  padding: 15px; }
  .site-form .s_title {
    font-size: 20px;
    color: #1190e0;
    margin: 0 0 20px; }
  .site-form input, .site-form textarea {
    width: 100%;
    padding: 0 15px;
    line-height: 36px;
    margin: 0 0 10px;
    border-radius: 5px;
    border: 1px solid #d7d7d7; }
  .site-form textarea {
    resize: none;
    height: 80px;
    line-height: 1;
    padding: 15px; }

.file {
  position: relative;
  background: url(../images/file.png) 0 0 no-repeat; }
  .file input {
    opacity: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .file span {
    display: block;
    padding-left: 22px;
    line-height: 16px; }

.pagination-line {
  text-align: center;
  padding: 20px 0 0; }
  .pagination-line a {
    min-width: 20px;
    line-height: 20px;
    display: inline-block;
    text-align: center;
    border: 1px solid #1190e0;
    text-decoration: none; }
    .pagination-line a:hover, .pagination-line a.active {
      background: #1190e0;
      color: #fff; }

.list_art {
  padding: 0;
  list-style: none;
  margin: 0; }
  .list_art li {
    margin-top: 10px; }
    .list_art li:first-child {
      margin: 0; }

.shadowblock img {
	width: 500px;
  margin: 0 15px 10px 0;}
.shadowblock:after {
  content: '';
  display: block;
  clear: both; }

.tablewrapper {
  width: 100%;
  overflow-y: auto;
  margin-top: 20px; }
  .tablewrapper .dataTables_length {
    margin-bottom: 20px; }
  .tablewrapper table {
    width: 100% !important; }
  .tablewrapper input, .tablewrapper select {
    border: 1px solid #ccc;
    outline: none; }
  .tablewrapper .paging_simple_numbers {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center; }
    .tablewrapper .paging_simple_numbers span {
      display: inline-block;
      vertical-align: middle;
      padding: 0 6px; }
      .tablewrapper .paging_simple_numbers span a {
        margin: 0 4px;
        cursor: pointer;
        text-decoration: none;
        color: #000; }
        .tablewrapper .paging_simple_numbers span a:hover, .tablewrapper .paging_simple_numbers span a.current {
          text-decoration: underline;
          color: #ff9c00; }
  .tablewrapper .previous, .tablewrapper .next {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    font-size: 0;
    cursor: pointer;
    background: url(../images/pagination.png) 0 0 no-repeat; }
    .tablewrapper .previous:hover, .tablewrapper .next:hover {
      background-position-y: 100%; }
  .tablewrapper .next {
    background-position: 100% 0; }

table.tablename {
  margin-top: 20px;
  border: 1px solid #657d99;
  font-size: 12px;
  width: 100%;
  font-family: 'PT Sans', sans-serif;
  background: #fff; }
  table.tablename tr {
    background: #edf7fd; }
    table.tablename tr.option {
      font-size: 12px; }
    table.tablename tr:nth-child(even) {
      background: #fff; }
    table.tablename tr th.centertable, table.tablename tr td.centertable {
      text-align: center; }
    table.tablename tr th {
      background: #657d99;
	  color: #fff;
      padding: 1px 20px;
      white-space: nowrap;
      font-weght: 400;
}
    table.tablename tr td {
      border-left: 1px solid #657d99;
      max-width: 330px;
      width: 100%;
      padding: 5px; }
      table.tablename tr td:last-child {
        white-space: nowrap; }
      table.tablename tr td:first-child {
        border: none; }
      table.tablename tr td .date {
        display: block;
        font-weight: normal;
        font-family: 'Arial';
        font-size: 11px;
        color: #848484; }
    table.tablename tr .blockname {
      white-space: nowrap;
      min-width: 150px; }
      table.tablename tr .blockname img {
        float: left;
        margin-right: 10px;
        width: 40px;
        height: 40px;
        object-fit: cover; }
      table.tablename tr .blockname .text {
        overflow: hidden;
        white-space: nowrap; }

@media screen and (max-width: 767px) {
  .wrapper {
    background: #e9f4f8; }

  .header {
    min-height: auto;
    padding-bottom: 20px; }

  .footer {
    text-align: center; }
    .footer .rightfot {
      text-align: center; }

  .copyright {
    padding-bottom: 20px; } }
@media screen and (max-width: 600px) {
  .companyinfo .topinfo {
    display: block; }
    .companyinfo .topinfo .center {
      margin: 10px 0; } }
@media screen and (max-width: 480px) {
  .topmenu, .botmenu {
    flex-direction: column; }
    .topmenu li, .botmenu li {
      padding: 5px 0; } }
.review-block .body img{
  width: 100%;
  max-width: 40px;
  max-height: 40px;
  float: left;
  padding-right: 5px;
  padding-top: 10px;
  object-fit: contain;
}
.rating-symbol {
  color: #fae000 !important;
}
.comment-meta .comment-id {
  padding-left: 4px;
  font-weight: bold;
  color: #a4a4a4;
}
.comment-meta .comment-reply {
  float: right;
  padding-right: 4px;
  color: #a4a4a4;
}
.rating-wrap {
  color: #fff;
  margin-bottom: 10px;
}
.sweet-alert h4{
  font-size: 21px;
  font-weight: 600;
  position: relative;
  z-index: 2;
}
.actionblock {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px;
  padding-top: 20px; }
  .actionblock .block {
    flex-grow: 2;
    flex-basis: 40%;
    margin: 0 14px 24px;
    min-width: 250px;
      max-width: 360px; }
    .actionblock .block .top {
      padding: 10px;
      background: #f9f4cc;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      font-weight: bold; }
      .actionblock .block .top span {
        font-weight: normal;
        font-size: 12px;
        color: #f20000; }
    .actionblock .block img {
      width: 100%; }
    .actionblock .block a {
      display: block;
      margin: 5px 0;
      font-size: 16px;
      font-weight: bold;
      color: #323232;
      text-decoration: none; }

.flexblock {
  display: flex;
  flex-wrap: wrap; }
  .flexblock.sb {
    justify-content: space-between; }
  .flexblock.aic {
    align-items: center; }
  .flexblock.aib {
    align-items: flex-end; }

.news_block .block {
  margin-top: 15px; }
.news_block .top {
  padding-bottom: 3px; }
.news_block a {
  color: #2ab1ef;
  font-weight: bold; }
.news_block .flexblock span {
  color: #2ab1ef; }

.reviews .bigblock {
  display: flex;
  flex-wrap: wrap;
  border-radius: 3px;
  border: 1px solid #1cacef;
  overflow: hidden;
  margin-top: 10px;
  background: #ffffff; }
  .reviews .bigblock .block {
    flex-grow: 2;
    flex-basis: 50%;
    padding: 15px;
    box-sizing: border-box;
    min-width: 250px; }
    .reviews .bigblock .block .top {
      font-size: 16px;
      color: #a4a4a4;
      padding-bottom: 5px; }
      .reviews .bigblock .block .top strong {
        font-weight: normal;
        color: #423f2e; }
      .reviews .bigblock .block .top span {
        color: #0aa6ee; }
    .reviews .bigblock .block:first-child {
      background: #f7f7f7; }

.companyinfo2 {
  padding: 0;
  background: none; }
  .companyinfo2 .topinfo {
    padding: 0;
    border: none; }
    .companyinfo2 .topinfo .textblock {
      padding-top: 6px; }
    .companyinfo2 .topinfo a.title {
      font-weight: bold;
      color: #383838;
      font-size: 18px; }
    .companyinfo2 .topinfo .center {
      flex-grow: 2; }
    .companyinfo2 .topinfo .info2 {
      flex-wrap: nowrap;
      width: 200px; }
      .companyinfo2 .topinfo .info2 .list {
        width: 125px; }

.companyinfo3 {
  padding: 10px;
  background: #f4fafc;
  border: 1px solid #e4eaec; }
  .companyinfo3 .flexblock span span {
    font-weight: bold;
    font-size: 17px;
    color: #0aa6ee; }

.likeblock {
  display: flex;
  width: 70px;
  padding-top: 10px; }
  .likeblock a, .likeblock span {
    line-height: 15px;
    padding-left: 17px;
    text-decoration: none;
    font-weight: normal;
    color: #323232;
    background: url(../images/likeblock.png) 0 100% no-repeat; }
    .likeblock a:first-child, .likeblock span:first-child {
      background-position: 0 0;
      margin-right: 11px; }

.dbblock {
  margin: 0 -5px; }
  .dbblock .companyinfo {
    margin: 0 5px 10px;
    flex-grow: 2;
    flex-basis: 40%;
    min-width: 280px; }
    .dbblock .companyinfo .center {
      margin-right: 0; }
    .dbblock .companyinfo .topinfo a.title {
      font-size: 16px; }
    .dbblock .companyinfo .likeblock {
      padding-top: 0; }

.rew {
  margin-top: 15px; }
  .rew .textgrey {
    padding-top: 10px;
    font-size: 12px;
    color: #979797; }

.link_all {
  padding-top: 10px; }
  .link_all a {
    font-weight: bold;
    color: #0aa6ee; }

.actionblockbig .flexblock {
  padding: 0; }
.actionblockbig .info_action {
  font-weight: bold;
  font-size: 50px;
  color: #2ab1ef;
  line-height: 1; }
  .actionblockbig .info_action .ul {
    margin: 0;
    font-size: 11px;
    line-height: 14px;
    list-style: none;
    font-weight: normal;
    color: #383838; }
    .actionblockbig .info_action .ul span {
      color: #2ab1ef; }
.actionblockbig .likeblock {
  padding-top: 0; }
.actionblockbig .inline {
  padding: 0;
  margin: 0 0 0 20px;
  list-style: none; }
  .actionblockbig .inline li {
    display: inline-block;
    margin-left: 10px; }
    .actionblockbig .inline li span {
      color: #0aa6ee; }

.actionpage {
  padding-bottom: 20px; }
  .actionpage .top img {
    max-width: 155px;
    float: left;
    margin-right: 20px; }
  .actionpage .top:after {
    content: '';
    display: block;
    clear: both; }
  .actionpage .sitebutton {
    color: #fff;
    text-decoration: none; }
.popularlink {
  padding: 0;
  margin: 0;
  list-style: none; }
  .popularlink li {
    padding-left: 23px;
    margin-top: 20px;
    background: url(../images/popularlink.png) 0 0 no-repeat;
    font-size: 15px;
    line-height: 1; }
    .popularlink li span {
      color: #2ab1ef; }

.textmaintop {
  text-align: center; }
  .textmaintop p {
    display: inline-block;
    border-bottom: 1px solid #2899b5;
    margin-bottom: 20px; }
    /*# sourceMappingURL=styles.css.map */
.rates {
  text-align: center;
  min-width: 60px;
}















/***************************************************
***********************************************************************************
****************************************************************************************************************/
body {font-size:15px;}
.footer {padding:12px 0; background:none; border-top:solid 1px #b1dae5;}
.botmenu li a {text-transform:none; color:#0789aa; font-size:13px; }

.loginblock {text-align:right; padding-left:25px; background:url(img/icon-lock.png) no-repeat left 4px; padding-top:0; margin-top:15px; }
.loginblock a {display:block;}

.rightblock {border: none;background: none;padding: 0;}
.rightblock .block { margin:0 0 20px;}
.rightblock .innerblock {border:solid 1px #a1a2a7; background:#f4f7f2; border-top:none; padding:10px; line-height:1.3;}
.rightblock .innerblock .time {color:#333333; font-size:12px; margin:0 0 5px; line-height:1.2;  }
.rightblock .body {padding:0; }
.rightblock .body a {font-size:16px; }
.rightblock .body .text {color:#032337; font-size:14px; margin:0 0 5px;}
.rightblock .link a {font-size:14px;}

.rightblock .title.title2 {border-top:none; margin-top:0; }

.rightblock .popular-block .innerblock .time {font-style:normal; color:#a8a8a8; font-size:10px; font-family: 'PT Sans', sans-serif;}

.site_title {color:#032337; font-size:18px; border-bottom:dashed 1px #b5b9be;}

.comentblock.blockreviews {border:solid 1px #a3dbf4; background:#dbeff7; padding:15px; font-family: 'PT Sans', sans-serif;}
.comentblock.blockreviews .body {padding:0; margin:0 0 5px; border:none; background:none;}
.comentblock.blockreviews .review-headline strong{color:#637b97; font-size:12px;  font-family: 'PT Sans', sans-serif; font-weight:400; display:inline-block; padding:0; margin:0 20px 0 0; vertical-align:middle;}
.comentblock.blockreviews .review-headline .time {display:inline-block; vertical-align:middle; padding:0; color:#a4a4a4; font-size:10px; font-family: 'PT Sans', sans-serif; font-weight:400; }
.comentblock.blockreviews .review-wrap {color:#032337; font-size:13px; line-height:1.2;  margin:0;}
.comentblock.blockreviews  .rating .block {color:#9cb2c0; font-size:13px; font-family: 'PT Sans', sans-serif; font-weight:400; }

.comentblock.blockreviews  .butblock {display:block; text-align:left; padding:0;}
.comentblock.blockreviews  .butblock .likeblock {display:inline-block; padding:0;}
.likeblock a, .likeblock span, .likeblock a:first-child, .likeblock span:first-child {display:inline-block; line-height:15px; }




.single-company .companyinfo {background:none; padding:0; font-family: 'PT Sans', sans-serif;}
.single-company .site_title span.date {display:inline-block; float:right; color:#9cb2c0; font-size:12px; font-weight:400;}
.single-company .site_title {margin-bottom:15px;}
.single-company .companyinfo .topinfo {position:relative; overflow:hidden; padding:0 0 10px; border-bottom: dashed 1px #b5b9be; margin:0 0 15px; display:block; }
.single-company .company-main-img {float:left; margin:0 15px 0 0 ;}
.single-company .companyinfo .topinfo .center {margin:0 0 10px; color:#032337; font-size:14px; line-height:1.3; font-family: 'PT Sans', sans-serif;}
.single-company .companyinfo .listblock {float:left;}
.single-company .companyinfo .listblock ul li {display:inline-block; margin:0 25px 15px 0; color:#0789aa; font-size:13px; }

.single-company .companyinfo .info {display:block; float:right;}
.single-company .companyinfo .info  .infor {display:inline-block; vertical-align:middle;}
.single-company .companyinfo .info  .infor span {color:#2ab1ef; font-size:70px; font-weight:700; margin:0 15px 0 0;}
.single-company .companyinfo .info .list {display:inline-block; vertical-align:middle;}
.single-company .companyinfo .info .list li {margin:0 0 5px; color:#383838; font-size:14px; font-weight:700; }
.single-company .companyinfo .info .list li  span {color:#2ab1ef;}

.single-company .companyinfo .contact_info {padding-top:0;}
.single-company .contact_info .title {color:#383838; font-size:17px; font-weight:700; margin:0 0 5px;}
.single-company .contact_info .flexblock > div {display:inline-block; vertical-align:middle; margin:0 25px 0 0; } 
.single-company .contact_info .flexblock {padding:0; display:block }

.img-inline-block {display:inline-block; vertical-align:top; width:calc(100% - 170px);}
.single-company .companyinfo .info .infor {
	display: none;
	vertical-align: middle;
}
.single-company .companyinfo .info .list li {
	margin: 0 10px 5px 0;
	color: #383838;
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
}
.single-company .companyinfo .info {
	display: block;
	float: none;
	clear: both;
}
.single-company .contact_info .flexblock {font-size:14px; }
.likeblock {width:90px;}