

/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/round/style.css?15473601742917*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

/* End */


/* Start:/local/templates/sravnitarif/assets/pages/css/blog.css?177713854413269*/
@charset "UTF-8";
/* Cubic Bezier Transition */
/***
Blog Page
***/
.blog-page .bordered {
  border: 1px solid;
  border-color: #e7ecf1; }

.blog-page .blog-container {
  margin-bottom: 30px; }

.blog-page .blog-title > a {
  color: #4e5a64;
  font-weight: 600; }
  .blog-page .blog-title > a:hover {
    color: #3598DC;
    text-decoration: none; }

.blog-content-1 .blog-img-thumb {
  overflow: hidden;
  position: relative; }
  .blog-content-1 .blog-img-thumb img {
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto; }

.blog-content-1 .blog-post-content {
  padding: 20px 30px 30px 30px;
  background-color: #fff; }
  .blog-content-1 .blog-post-content > .blog-post-title {
    margin: 0 0 30px 0; }
    .blog-content-1 .blog-post-content > .blog-post-title > a {
      font-size: 20px; }
  .blog-content-1 .blog-post-content > .blog-post-desc {
    color: #000000;
    font-size: 14px;
    margin: 15px 0; }
  .blog-content-1 .blog-post-content > .blog-post-foot > .blog-post-meta {
    display: inline-block;
    margin-right: 10px; }
    .blog-content-1 .blog-post-content > .blog-post-foot > .blog-post-meta > a {
      color: #9aa5b2;
      font-size: 13px;
      font-weight: 600; }
      .blog-content-1 .blog-post-content > .blog-post-foot > .blog-post-meta > a:hover {
        color: #3598DC;
        text-decoration: none; }
    .blog-content-1 .blog-post-content > .blog-post-foot > .blog-post-meta > i {
      margin-right: 5px; }
    .blog-content-1 .blog-post-content > .blog-post-foot > .blog-post-meta:last-child {
      margin-right: 0; }

.blog-content-1 .blog-post-lg > .blog-img-thumb {
  height: 480px; }

.blog-content-1 .blog-post-lg > .blog-post-content > .blog-post-desc {
  margin-bottom: 30px; }

.blog-content-1 .blog-post-lg > .blog-post-content > .blog-post-foot {
  border-top: 1px solid;
  border-top-color: #f0f1f2;
  padding-top: 20px;
  text-align: right; }
  .blog-content-1 .blog-post-lg > .blog-post-content > .blog-post-foot > .blog-post-tags {
    text-align: left;
    float: left;
    padding: 0; }
    .blog-content-1 .blog-post-lg > .blog-post-content > .blog-post-foot > .blog-post-tags > li {
      list-style: none;
      display: inline-block;
      margin-right: 5px; }
      .blog-content-1 .blog-post-lg > .blog-post-content > .blog-post-foot > .blog-post-tags > li > a {
        background-color: #f4f6f8;
        color: #a0a9b4;
        font-size: 11px;
        font-weight: 600;
        padding: 7px 10px; }
        .blog-content-1 .blog-post-lg > .blog-post-content > .blog-post-foot > .blog-post-tags > li > a:hover {
          background-color: #3598DC;
          color: #fff;
          text-decoration: none; }
      .blog-content-1 .blog-post-lg > .blog-post-content > .blog-post-foot > .blog-post-tags > li:last-child {
        margin-right: 0; }

.blog-content-1 .blog-post-sm > .blog-img-thumb {
  height: 200px; }

.blog-content-1 .blog-post-sm > .blog-post-content > .blog-post-title {
  margin: 0 0 15px 0; }

.blog-content-1 .blog-post-sm > .blog-post-content > .blog-post-foot {
  border: none; }

.blog-content-1 .blog-quote {
  background-color: #fff;
  padding-bottom: 30px; }
  .blog-content-1 .blog-quote > .blog-quote-label {
    color: #fff;
    padding: 30px 40px 80px 40px;
    font-size: 18px;
    line-height: 28px; }
    .blog-content-1 .blog-quote > .blog-quote-label > i {
      display: block;
      font-size: 30px;
      margin-bottom: 15px; }
  .blog-content-1 .blog-quote > .blog-quote-avatar {
    width: 110px;
    height: 110px;
    border-radius: 50% !important;
    margin: -55px auto 25px auto;
    overflow: hidden; }
    .blog-content-1 .blog-quote > .blog-quote-avatar img {
      width: 100%; }
  .blog-content-1 .blog-quote > .blog-quote-author {
    text-align: center; }
    .blog-content-1 .blog-quote > .blog-quote-author > .blog-quote-title {
      font-size: 20px;
      margin: 0 0 15px 0; }
    .blog-content-1 .blog-quote > .blog-quote-author > .blog-quote-desc {
      font-size: 16px;
      color: #9aa5b2;
      margin: 0; }

.blog-content-1 .blog-video > .blog-img-thumb {
  height: 330px; }
  .blog-content-1 .blog-video > .blog-img-thumb img {
    margin: 0; }

.blog-content-1 .blog-video > .blog-video-play i {
  color: #da555b;
  background-color: rgba(0, 0, 0, 0.64);
  font-size: 35px;
  padding: 27px 20px;
  position: absolute;
  z-index: 5;
  margin: -90px 0 0 20px;
  border-radius: 50%; }

.blog-content-1 .blog-video > .blog-video-content {
  text-align: center;
  padding: 30px; }
  .blog-content-1 .blog-video > .blog-video-content > .blog-video-title {
    font-size: 20px;
    margin: 0 0 15px 0; }
  .blog-content-1 .blog-video > .blog-video-content > .blog-video-desc {
    font-size: 16px;
    color: #9aa5b2;
    margin: 0; }

.blog-content-1 .blog-banner {
  background-position: center;
  text-align: center;
  padding: 100px 0; }
  .blog-content-1 .blog-banner > .blog-banner-title > a {
    color: #fff; }
    .blog-content-1 .blog-banner > .blog-banner-title > a:hover {
      color: #3598DC; }

.blog-content-2 .blog-single-content {
  padding: 40px 30px 15px 30px;
  background-color: #fff; }
  .blog-content-2 .blog-single-content > .blog-single-head > .blog-single-head-title {
    font-size: 25px;
    font-weight: 600;
    color: #4e5a64;
    margin: 0 0 40px 0;
    display: inline-block; }
  .blog-content-2 .blog-single-content > .blog-single-head > .blog-single-head-date {
    float: right;
    font-size: 13px;
    font-weight: 600;
    margin-top: 7px; }
    .blog-content-2 .blog-single-content > .blog-single-head > .blog-single-head-date > i {
      margin-right: 5px; }
    .blog-content-2 .blog-single-content > .blog-single-head > .blog-single-head-date > a {
      color: #9aa5b2; }
      .blog-content-2 .blog-single-content > .blog-single-head > .blog-single-head-date > a:hover {
        color: #3598DC;
        text-decoration: none; }
  .blog-content-2 .blog-single-content > .blog-single-img {
    margin: 0 0 35px 0; }
    .blog-content-2 .blog-single-content > .blog-single-img > img {
      width: 100%; }
  .blog-content-2 .blog-single-content > .blog-single-desc > p {
    margin: 0 0 18px 0;
    font-size: 16px;
    color: #000000;
    line-height: 24px; }
  .blog-content-2 .blog-single-content > .blog-single-foot {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #f0f1f2;
    padding: 20px 0 25px 0;
    margin-bottom: 20px; }
    .blog-content-2 .blog-single-content > .blog-single-foot > .blog-post-tags {
      text-align: left;
      padding: 0;
      margin: 0; }
      .blog-content-2 .blog-single-content > .blog-single-foot > .blog-post-tags > li {
        list-style: none;
        display: inline-block;
        margin-right: 5px; }
        .blog-content-2 .blog-single-content > .blog-single-foot > .blog-post-tags > li > a {
          background-color: #f4f6f8;
          color: #a0a9b4;
          font-size: 11px;
          font-weight: 600;
          padding: 7px 10px; }
          .blog-content-2 .blog-single-content > .blog-single-foot > .blog-post-tags > li > a:hover {
            background-color: #3598DC;
            color: #fff;
            text-decoration: none; }
        .blog-content-2 .blog-single-content > .blog-single-foot > .blog-post-tags > li:last-child {
          margin-right: 0; }
  .blog-content-2 .blog-single-content .blog-comments {
    /*display: inline-block;*/
    font-size: 14px;
    font-weight: 400;
    margin: 6px 10px 3px 0; }
    .blog-content-2 .blog-single-content .blog-comments .blog-comments-title {
      font-size: 20px; }
    .blog-content-2 .blog-single-content .blog-comments .c-comment-list {
      margin-bottom: 0px; }
      .blog-content-2 .blog-single-content .blog-comments .c-comment-list .media {
        margin: 30px 0; }
        .blog-content-2 .blog-single-content .blog-comments .c-comment-list .media .media-body > .media:last-child {
          margin-bottom: 0; }
      .blog-content-2 .blog-single-content .blog-comments .c-comment-list .media-object {
        height: 50px;
        width: 50px;
        border-radius: 50px !important; }
      .blog-content-2 .blog-single-content .blog-comments .c-comment-list .media-heading > a {
        color: #9aa5b2;
        font-weight: 600; }
        .blog-content-2 .blog-single-content .blog-comments .c-comment-list .media-heading > a:hover {
          color: #3598DC;
          text-decoration: none; }
      .blog-content-2 .blog-single-content .blog-comments .c-comment-list .media-heading > .c-date {
        font-size: 14px; }
    .blog-content-2 .blog-single-content .blog-comments i {
      position: absolute;
      top: 0px; }
    .blog-content-2 .blog-single-content .blog-comments input:focus,
    .blog-content-2 .blog-single-content .blog-comments textarea:focus {
      outline: 0;
      border: 1px solid #ccc; }

.blog-content-2 .blog-single-sidebar {
  padding: 40px 30px;
  background-color: #fff; }
  .blog-content-2 .blog-single-sidebar .blog-sidebar-title {
    font-weight: 600;
    font-size: 14px;
    color: #4e5a64;
    letter-spacing: 1px;
    margin-top: 40px;
    margin-bottom: 30px; }
  .blog-content-2 .blog-single-sidebar > .blog-single-sidebar-search input {
    font-size: 14px;
    color: #a0a9b4; }
    .blog-content-2 .blog-single-sidebar > .blog-single-sidebar-search input:focus {
      outline: 0;
      border: 1px solid #ccc; }
  .blog-content-2 .blog-single-sidebar > .blog-single-sidebar-recent > ul {
    padding: 0; }
    .blog-content-2 .blog-single-sidebar > .blog-single-sidebar-recent > ul > li {
      list-style: none;
      margin-bottom: 10px;
      position: relative; }
      .blog-content-2 .blog-single-sidebar > .blog-single-sidebar-recent > ul > li > a {
        color: #49a7fa;
        font-size: 16px;
        padding-left: 20px;
        display: block; }
        .blog-content-2 .blog-single-sidebar > .blog-single-sidebar-recent > ul > li > a:hover {
          text-decoration: none;
          color: #3598DC; }
      .blog-content-2 .blog-single-sidebar > .blog-single-sidebar-recent > ul > li:before {
        content: "•";
        color: #dae0e5;
        font-size: 30px;
        position: absolute;
        margin-top: -9px; }
  .blog-content-2 .blog-single-sidebar > .blog-single-sidebar-tags .blog-post-tags {
    text-align: left;
    padding: 0;
    margin: 20px 0 0 0; }
    .blog-content-2 .blog-single-sidebar > .blog-single-sidebar-tags .blog-post-tags > li {
      list-style: none;
      display: inline-block;
      margin: 0 5px 20px 0; }
      .blog-content-2 .blog-single-sidebar > .blog-single-sidebar-tags .blog-post-tags > li > a {
        background-color: #f4f6f8;
        color: #a0a9b4;
        font-size: 11px;
        font-weight: 600;
        padding: 7px 10px; }
        .blog-content-2 .blog-single-sidebar > .blog-single-sidebar-tags .blog-post-tags > li > a:hover {
          background-color: #3598DC;
          color: #fff;
          text-decoration: none; }
      .blog-content-2 .blog-single-sidebar > .blog-single-sidebar-tags .blog-post-tags > li:last-child {
        margin-right: 0; }
  .blog-content-2 .blog-single-sidebar > .blog-single-sidebar-links > ul {
    padding: 0; }
    .blog-content-2 .blog-single-sidebar > .blog-single-sidebar-links > ul > li {
      list-style: none;
      border-bottom: 1px solid;
      border-color: #f0f1f2;
      padding: 20px 0; }
      .blog-content-2 .blog-single-sidebar > .blog-single-sidebar-links > ul > li > a {
        color: #49a7fa;
        font-size: 16px; }
        .blog-content-2 .blog-single-sidebar > .blog-single-sidebar-links > ul > li > a:hover {
          text-decoration: none;
          color: #3598DC; }
      .blog-content-2 .blog-single-sidebar > .blog-single-sidebar-links > ul > li:first-child {
        padding-top: 0; }
      .blog-content-2 .blog-single-sidebar > .blog-single-sidebar-links > ul > li:last-child {
        border: none; }
  .blog-content-2 .blog-single-sidebar > .blog-single-sidebar-ui .ui-margin {
    margin: 0; }
  .blog-content-2 .blog-single-sidebar > .blog-single-sidebar-ui .ui-padding {
    padding: 0 5px 5px 0; }
  .blog-content-2 .blog-single-sidebar > .blog-single-sidebar-ui img {
    width: 100%; }

@media (max-width: 991px) {
  .blog-content-1 .blog-post-lg > .blog-img-thumb {
    height: 330px; }
  .blog-content-1 .blog-post-sm > .blog-img-thumb {
    height: 170px; }
  .blog-content-1 .blog-video > .blog-img-thumb {
    height: 301px; }
    .blog-content-1 .blog-video > .blog-img-thumb img {
      height: auto;
      width: 100%; } }

@media (max-width: 480px) {
  .blog-content-1 .blog-post-lg > .blog-post-content > .blog-post-foot {
    text-align: left; }
    .blog-content-1 .blog-post-lg > .blog-post-content > .blog-post-foot > .blog-post-tags {
      float: none; }
    .blog-content-1 .blog-post-lg > .blog-post-content > .blog-post-foot > .blog-post-meta {
      margin-right: 10px;
      margin-top: 10px; }
  .blog-content-2 .blog-single-content > .blog-single-head > .blog-single-head-title {
    margin-bottom: 8px; }
  .blog-content-2 .blog-single-content > .blog-single-head > .blog-single-head-date {
    float: none;
    margin-bottom: 40px; } }

/* End */


/* Start:/local/templates/sravnitarif/assets/global/plugins/socicon/socicon.css?177713856713290*/
@font-face {
  font-family: 'Socicon';
  src:  url('/local/templates/sravnitarif/assets/global/plugins/socicon/fonts/Socicon.eot?484r1f');
  src:  url('/local/templates/sravnitarif/assets/global/plugins/socicon/fonts/Socicon.eot?484r1f#iefix') format('embedded-opentype'),
    url('/local/templates/sravnitarif/assets/global/plugins/socicon/fonts/Socicon.woff2?484r1f') format('woff2'),
    url('/local/templates/sravnitarif/assets/global/plugins/socicon/fonts/Socicon.ttf?484r1f') format('truetype'),
    url('/local/templates/sravnitarif/assets/global/plugins/socicon/fonts/Socicon.woff?484r1f') format('woff'),
    url('/local/templates/sravnitarif/assets/global/plugins/socicon/fonts/Socicon.svg?484r1f#Socicon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="socicon-"], [class*=" socicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Socicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.socicon-internet:before {
  content: "\e957";
}
.socicon-moddb:before {
  content: "\e94b";
}
.socicon-indiedb:before {
  content: "\e94c";
}
.socicon-traxsource:before {
  content: "\e94d";
}
.socicon-gamefor:before {
  content: "\e94e";
}
.socicon-pixiv:before {
  content: "\e94f";
}
.socicon-myanimelist:before {
  content: "\e950";
}
.socicon-blackberry:before {
  content: "\e951";
}
.socicon-wickr:before {
  content: "\e952";
}
.socicon-spip:before {
  content: "\e953";
}
.socicon-napster:before {
  content: "\e954";
}
.socicon-beatport:before {
  content: "\e955";
}
.socicon-hackerone:before {
  content: "\e956";
}
.socicon-hackernews:before {
  content: "\e946";
}
.socicon-smashwords:before {
  content: "\e947";
}
.socicon-kobo:before {
  content: "\e948";
}
.socicon-bookbub:before {
  content: "\e949";
}
.socicon-mailru:before {
  content: "\e94a";
}
.socicon-gitlab:before {
  content: "\e945";
}
.socicon-instructables:before {
  content: "\e944";
}
.socicon-portfolio:before {
  content: "\e943";
}
.socicon-codered:before {
  content: "\e940";
}
.socicon-origin:before {
  content: "\e941";
}
.socicon-nextdoor:before {
  content: "\e942";
}
.socicon-udemy:before {
  content: "\e93f";
}
.socicon-livemaster:before {
  content: "\e93e";
}
.socicon-crunchbase:before {
  content: "\e93b";
}
.socicon-homefy:before {
  content: "\e93c";
}
.socicon-calendly:before {
  content: "\e93d";
}
.socicon-realtor:before {
  content: "\e90f";
}
.socicon-tidal:before {
  content: "\e910";
}
.socicon-qobuz:before {
  content: "\e911";
}
.socicon-natgeo:before {
  content: "\e912";
}
.socicon-mastodon:before {
  content: "\e913";
}
.socicon-unsplash:before {
  content: "\e914";
}
.socicon-homeadvisor:before {
  content: "\e915";
}
.socicon-angieslist:before {
  content: "\e916";
}
.socicon-codepen:before {
  content: "\e917";
}
.socicon-slack:before {
  content: "\e918";
}
.socicon-openaigym:before {
  content: "\e919";
}
.socicon-logmein:before {
  content: "\e91a";
}
.socicon-fiverr:before {
  content: "\e91b";
}
.socicon-gotomeeting:before {
  content: "\e91c";
}
.socicon-aliexpress:before {
  content: "\e91d";
}
.socicon-guru:before {
  content: "\e91e";
}
.socicon-appstore:before {
  content: "\e91f";
}
.socicon-homes:before {
  content: "\e920";
}
.socicon-zoom:before {
  content: "\e921";
}
.socicon-alibaba:before {
  content: "\e922";
}
.socicon-craigslist:before {
  content: "\e923";
}
.socicon-wix:before {
  content: "\e924";
}
.socicon-redfin:before {
  content: "\e925";
}
.socicon-googlecalendar:before {
  content: "\e926";
}
.socicon-shopify:before {
  content: "\e927";
}
.socicon-freelancer:before {
  content: "\e928";
}
.socicon-seedrs:before {
  content: "\e929";
}
.socicon-bing:before {
  content: "\e92a";
}
.socicon-doodle:before {
  content: "\e92b";
}
.socicon-bonanza:before {
  content: "\e92c";
}
.socicon-squarespace:before {
  content: "\e92d";
}
.socicon-toptal:before {
  content: "\e92e";
}
.socicon-gust:before {
  content: "\e92f";
}
.socicon-ask:before {
  content: "\e930";
}
.socicon-trulia:before {
  content: "\e931";
}
.socicon-loomly:before {
  content: "\e932";
}
.socicon-ghost:before {
  content: "\e933";
}
.socicon-upwork:before {
  content: "\e934";
}
.socicon-fundable:before {
  content: "\e935";
}
.socicon-booking:before {
  content: "\e936";
}
.socicon-googlemaps:before {
  content: "\e937";
}
.socicon-zillow:before {
  content: "\e938";
}
.socicon-niconico:before {
  content: "\e939";
}
.socicon-toneden:before {
  content: "\e93a";
}
.socicon-augment:before {
  content: "\e908";
}
.socicon-bitbucket:before {
  content: "\e909";
}
.socicon-fyuse:before {
  content: "\e90a";
}
.socicon-yt-gaming:before {
  content: "\e90b";
}
.socicon-sketchfab:before {
  content: "\e90c";
}
.socicon-mobcrush:before {
  content: "\e90d";
}
.socicon-microsoft:before {
  content: "\e90e";
}
.socicon-pandora:before {
  content: "\e907";
}
.socicon-messenger:before {
  content: "\e906";
}
.socicon-gamewisp:before {
  content: "\e905";
}
.socicon-bloglovin:before {
  content: "\e904";
}
.socicon-tunein:before {
  content: "\e903";
}
.socicon-gamejolt:before {
  content: "\e901";
}
.socicon-trello:before {
  content: "\e902";
}
.socicon-spreadshirt:before {
  content: "\e900";
}
.socicon-500px:before {
  content: "\e000";
}
.socicon-8tracks:before {
  content: "\e001";
}
.socicon-airbnb:before {
  content: "\e002";
}
.socicon-alliance:before {
  content: "\e003";
}
.socicon-amazon:before {
  content: "\e004";
}
.socicon-amplement:before {
  content: "\e005";
}
.socicon-android:before {
  content: "\e006";
}
.socicon-angellist:before {
  content: "\e007";
}
.socicon-apple:before {
  content: "\e008";
}
.socicon-appnet:before {
  content: "\e009";
}
.socicon-baidu:before {
  content: "\e00a";
}
.socicon-bandcamp:before {
  content: "\e00b";
}
.socicon-battlenet:before {
  content: "\e00c";
}
.socicon-mixer:before {
  content: "\e00d";
}
.socicon-bebee:before {
  content: "\e00e";
}
.socicon-bebo:before {
  content: "\e00f";
}
.socicon-behance:before {
  content: "\e010";
}
.socicon-blizzard:before {
  content: "\e011";
}
.socicon-blogger:before {
  content: "\e012";
}
.socicon-buffer:before {
  content: "\e013";
}
.socicon-chrome:before {
  content: "\e014";
}
.socicon-coderwall:before {
  content: "\e015";
}
.socicon-curse:before {
  content: "\e016";
}
.socicon-dailymotion:before {
  content: "\e017";
}
.socicon-deezer:before {
  content: "\e018";
}
.socicon-delicious:before {
  content: "\e019";
}
.socicon-deviantart:before {
  content: "\e01a";
}
.socicon-diablo:before {
  content: "\e01b";
}
.socicon-digg:before {
  content: "\e01c";
}
.socicon-discord:before {
  content: "\e01d";
}
.socicon-disqus:before {
  content: "\e01e";
}
.socicon-douban:before {
  content: "\e01f";
}
.socicon-draugiem:before {
  content: "\e020";
}
.socicon-dribbble:before {
  content: "\e021";
}
.socicon-drupal:before {
  content: "\e022";
}
.socicon-ebay:before {
  content: "\e023";
}
.socicon-ello:before {
  content: "\e024";
}
.socicon-endomodo:before {
  content: "\e025";
}
.socicon-envato:before {
  content: "\e026";
}
.socicon-etsy:before {
  content: "\e027";
}
.socicon-facebook:before {
  content: "\e028";
}
.socicon-feedburner:before {
  content: "\e029";
}
.socicon-filmweb:before {
  content: "\e02a";
}
.socicon-firefox:before {
  content: "\e02b";
}
.socicon-flattr:before {
  content: "\e02c";
}
.socicon-flickr:before {
  content: "\e02d";
}
.socicon-formulr:before {
  content: "\e02e";
}
.socicon-forrst:before {
  content: "\e02f";
}
.socicon-foursquare:before {
  content: "\e030";
}
.socicon-friendfeed:before {
  content: "\e031";
}
.socicon-github:before {
  content: "\e032";
}
.socicon-goodreads:before {
  content: "\e033";
}
.socicon-google:before {
  content: "\e034";
}
.socicon-googlescholar:before {
  content: "\e035";
}
.socicon-googlegroups:before {
  content: "\e036";
}
.socicon-googlephotos:before {
  content: "\e037";
}
.socicon-googleplus:before {
  content: "\e038";
}
.socicon-grooveshark:before {
  content: "\e039";
}
.socicon-hackerrank:before {
  content: "\e03a";
}
.socicon-hearthstone:before {
  content: "\e03b";
}
.socicon-hellocoton:before {
  content: "\e03c";
}
.socicon-heroes:before {
  content: "\e03d";
}
.socicon-smashcast:before {
  content: "\e03e";
}
.socicon-horde:before {
  content: "\e03f";
}
.socicon-houzz:before {
  content: "\e040";
}
.socicon-icq:before {
  content: "\e041";
}
.socicon-identica:before {
  content: "\e042";
}
.socicon-imdb:before {
  content: "\e043";
}
.socicon-instagram:before {
  content: "\e044";
}
.socicon-issuu:before {
  content: "\e045";
}
.socicon-istock:before {
  content: "\e046";
}
.socicon-itunes:before {
  content: "\e047";
}
.socicon-keybase:before {
  content: "\e048";
}
.socicon-lanyrd:before {
  content: "\e049";
}
.socicon-lastfm:before {
  content: "\e04a";
}
.socicon-line:before {
  content: "\e04b";
}
.socicon-linkedin:before {
  content: "\e04c";
}
.socicon-livejournal:before {
  content: "\e04d";
}
.socicon-lyft:before {
  content: "\e04e";
}
.socicon-macos:before {
  content: "\e04f";
}
.socicon-mail:before {
  content: "\e050";
}
.socicon-medium:before {
  content: "\e051";
}
.socicon-meetup:before {
  content: "\e052";
}
.socicon-mixcloud:before {
  content: "\e053";
}
.socicon-modelmayhem:before {
  content: "\e054";
}
.socicon-mumble:before {
  content: "\e055";
}
.socicon-myspace:before {
  content: "\e056";
}
.socicon-newsvine:before {
  content: "\e057";
}
.socicon-nintendo:before {
  content: "\e058";
}
.socicon-npm:before {
  content: "\e059";
}
.socicon-odnoklassniki:before {
  content: "\e05a";
}
.socicon-openid:before {
  content: "\e05b";
}
.socicon-opera:before {
  content: "\e05c";
}
.socicon-outlook:before {
  content: "\e05d";
}
.socicon-overwatch:before {
  content: "\e05e";
}
.socicon-patreon:before {
  content: "\e05f";
}
.socicon-paypal:before {
  content: "\e060";
}
.socicon-periscope:before {
  content: "\e061";
}
.socicon-persona:before {
  content: "\e062";
}
.socicon-pinterest:before {
  content: "\e063";
}
.socicon-play:before {
  content: "\e064";
}
.socicon-player:before {
  content: "\e065";
}
.socicon-playstation:before {
  content: "\e066";
}
.socicon-pocket:before {
  content: "\e067";
}
.socicon-qq:before {
  content: "\e068";
}
.socicon-quora:before {
  content: "\e069";
}
.socicon-raidcall:before {
  content: "\e06a";
}
.socicon-ravelry:before {
  content: "\e06b";
}
.socicon-reddit:before {
  content: "\e06c";
}
.socicon-renren:before {
  content: "\e06d";
}
.socicon-researchgate:before {
  content: "\e06e";
}
.socicon-residentadvisor:before {
  content: "\e06f";
}
.socicon-reverbnation:before {
  content: "\e070";
}
.socicon-rss:before {
  content: "\e071";
}
.socicon-sharethis:before {
  content: "\e072";
}
.socicon-skype:before {
  content: "\e073";
}
.socicon-slideshare:before {
  content: "\e074";
}
.socicon-smugmug:before {
  content: "\e075";
}
.socicon-snapchat:before {
  content: "\e076";
}
.socicon-songkick:before {
  content: "\e077";
}
.socicon-soundcloud:before {
  content: "\e078";
}
.socicon-spotify:before {
  content: "\e079";
}
.socicon-stackexchange:before {
  content: "\e07a";
}
.socicon-stackoverflow:before {
  content: "\e07b";
}
.socicon-starcraft:before {
  content: "\e07c";
}
.socicon-stayfriends:before {
  content: "\e07d";
}
.socicon-steam:before {
  content: "\e07e";
}
.socicon-storehouse:before {
  content: "\e07f";
}
.socicon-strava:before {
  content: "\e080";
}
.socicon-streamjar:before {
  content: "\e081";
}
.socicon-stumbleupon:before {
  content: "\e082";
}
.socicon-swarm:before {
  content: "\e083";
}
.socicon-teamspeak:before {
  content: "\e084";
}
.socicon-teamviewer:before {
  content: "\e085";
}
.socicon-technorati:before {
  content: "\e086";
}
.socicon-telegram:before {
  content: "\e087";
}
.socicon-tripadvisor:before {
  content: "\e088";
}
.socicon-tripit:before {
  content: "\e089";
}
.socicon-triplej:before {
  content: "\e08a";
}
.socicon-tumblr:before {
  content: "\e08b";
}
.socicon-twitch:before {
  content: "\e08c";
}
.socicon-twitter:before {
  content: "\e08d";
}
.socicon-uber:before {
  content: "\e08e";
}
.socicon-ventrilo:before {
  content: "\e08f";
}
.socicon-viadeo:before {
  content: "\e090";
}
.socicon-viber:before {
  content: "\e091";
}
.socicon-viewbug:before {
  content: "\e092";
}
.socicon-vimeo:before {
  content: "\e093";
}
.socicon-vine:before {
  content: "\e094";
}
.socicon-vkontakte:before {
  content: "\e095";
}
.socicon-warcraft:before {
  content: "\e096";
}
.socicon-wechat:before {
  content: "\e097";
}
.socicon-weibo:before {
  content: "\e098";
}
.socicon-whatsapp:before {
  content: "\e099";
}
.socicon-wikipedia:before {
  content: "\e09a";
}
.socicon-windows:before {
  content: "\e09b";
}
.socicon-wordpress:before {
  content: "\e09c";
}
.socicon-wykop:before {
  content: "\e09d";
}
.socicon-xbox:before {
  content: "\e09e";
}
.socicon-xing:before {
  content: "\e09f";
}
.socicon-yahoo:before {
  content: "\e0a0";
}
.socicon-yammer:before {
  content: "\e0a1";
}
.socicon-yandex:before {
  content: "\e0a2";
}
.socicon-yelp:before {
  content: "\e0a3";
}
.socicon-younow:before {
  content: "\e0a4";
}
.socicon-youtube:before {
  content: "\e0a5";
}
.socicon-zapier:before {
  content: "\e0a6";
}
.socicon-zerply:before {
  content: "\e0a7";
}
.socicon-zomato:before {
  content: "\e0a8";
}
.socicon-zynga:before {
  content: "\e0a9";
}

/* End */
/* /local/templates/.default/components/bitrix/system.pagenavigation/round/style.css?15473601742917 */
/* /local/templates/sravnitarif/assets/pages/css/blog.css?177713854413269 */
/* /local/templates/sravnitarif/assets/global/plugins/socicon/socicon.css?177713856713290 */
