

/* Start:/local/templates/blog/styles.css?166455979013382*/
.blog-wrp{margin:.5rem auto 3rem;display:grid;grid-template-columns:300px 1fr;min-width:0;grid-gap:1.5rem}@media(max-width: 992px){.blog-wrp{grid-template-columns:1fr}.sidebar{display:none}}.sidebar-item{box-shadow:var(--shadow);border-radius:1rem;padding:.75rem}.sidebar-item__title{font-weight:500;font-size:1.125rem;margin-bottom:.75rem}.sidebar-item__body{display:flex;flex-direction:column}.sidebar-item:not(:last-child){margin-bottom:1rem}.category-link{display:flex;justify-content:space-between;align-items:baseline;cursor:auto;cursor:pointer;color:var(--black-text);position:relative;padding-bottom:.275rem;line-height:1.5rem}.category-link>*{cursor:pointer}.category-link:not(:last-child){margin-bottom:.425rem}.category-link .badge{background-color:var(--yellow);padding:.25rem .5rem;line-height:1;min-width:50px;text-align:center;border-radius:1rem;font-size:14px;font-weight:500}.category-link:before,.category-link:after{content:"";position:absolute;bottom:0;height:1px}.category-link:before{left:0;right:0;background-color:#ebebeb}.category-link:after{left:50%;right:50%;background-color:var(--red);transition:left .25s ease-in-out,right .25s ease-in-out}.category-link:hover{color:var(--black-text)}.category-link:hover:after{left:0;right:0}.sidebar-item.social .sidebar-item__title{text-align:center}.sidebar-item.social .sidebar-item__body{justify-content:space-around;flex-direction:row}.sidebar-item.social .sidebar-item__body .social-link{display:inline-block;line-height:0}.sidebar-item.social .sidebar-item__body .social-link img{width:36px;height:36px;object-fit:cover}.sidebar-item.cloud-tags .sidebar-item__body{flex-direction:row;flex-wrap:wrap;text-align:justify;align-items:baseline}.sidebar-item.cloud-tags .sidebar-item__body .tag-link{display:inline;line-height:1.3rem;color:var(--red);transition:color .25s ease-in-out}.sidebar-item.cloud-tags .sidebar-item__body .tag-link:hover{color:var(--red-hover);text-decoration:underline}.sidebar-item.cloud-tags .sidebar-item__body .tag-link:not(:last-child){margin-right:.325rem}.sidebar-item.cloud-tags .sidebar-item__body .tag-link:nth-child(-n+1000){font-size:12px}.sidebar-item.cloud-tags .sidebar-item__body .tag-link:nth-child(-n+30){font-size:13px}.sidebar-item.cloud-tags .sidebar-item__body .tag-link:nth-child(-n+25){font-size:14px}.sidebar-item.cloud-tags .sidebar-item__body .tag-link:nth-child(-n+20){font-size:15px}.sidebar-item.cloud-tags .sidebar-item__body .tag-link:nth-child(-n+15){font-size:16px}.sidebar-item.cloud-tags .sidebar-item__body .tag-link:nth-child(-n+10){font-size:17px}.sidebar-item.cloud-tags .sidebar-item__body .tag-link:nth-child(-n+4){font-size:18px}.sidebar-item.cloud-tags .sidebar-item__body .tag-link:nth-child(-n+3){font-size:19px}.sidebar-item.cloud-tags .sidebar-item__body .tag-link:nth-child(-n+2){font-size:20px}.sidebar-item.cloud-tags .sidebar-item__body .tag-link:nth-child(-n+1){font-size:23px}.blog-title{box-shadow:var(--shadow);border-top-right-radius:1rem;border-top-left-radius:1rem;padding:.75rem .75rem 0;z-index:1}.blog-title .strong{font-weight:500;font-size:1.5rem;margin-bottom:.25rem}.blog-title .strong .site{color:var(--red)}.search-wrp{box-shadow:0 8px 8px 0 rgba(26,26,26,.16);position:-webkit-sticky;position:sticky;top:0;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;margin-bottom:1.5rem}.search-wrp #search .search-form{border-radius:0;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.popular-news-wrp{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;margin-bottom:2rem}.popular-news-wrp__col>.title{font-size:1.25rem;font-weight:500;margin-bottom:.75rem}.popular-news-wrp__col .content{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:.5rem}.popular-news-wrp__theme>.title,.popular-news-wrp__category>.title{position:relative}.popular-news-wrp__theme>.title:after,.popular-news-wrp__category>.title:after{position:absolute;bottom:-0.25rem;left:0;right:0;content:"";height:2px;background-color:var(--red)}.popular-news-wrp__theme>.title:after{right:-0.75rem}.popular-news-wrp__category>.title{text-align:right}.popular-news-wrp__category>.title:after{left:-0.75rem}@media(max-width: 992px){.popular-news-wrp{grid-template-columns:1fr}.popular-news-wrp__theme>.title:after{right:0}.popular-news-wrp__category>.title{text-align:left}.popular-news-wrp__category>.title:after{left:0}}.popular-news{display:flex;border-radius:1rem;overflow:hidden;box-shadow:var(--shadow);height:240px;position:relative}.popular-news .media{width:100%;line-height:0}.popular-news .media img{object-fit:cover;width:100%;height:100%;max-height:240px}.popular-news .overlay,.popular-news .overlay-full{position:absolute;background-color:rgba(26,26,26,.87);width:100%;left:0;color:#fff;padding:.5rem .75rem;transition:bottom .35s ease-in-out}.popular-news .overlay{bottom:0;font-size:14px;font-weight:500}.popular-news .overlay-full{height:100%;bottom:-100%;font-size:14px;display:flex;flex-direction:column}.popular-news .overlay-full .header{font-weight:500}.popular-news .overlay-full .header .title{padding-right:65px;display:inline-block;margin-bottom:.5rem;color:#fff}.popular-news .overlay-full .header .title:hover{text-decoration:underline}.popular-news .overlay-full .header .stat{position:absolute;top:.5rem;right:.75rem}.popular-news .overlay-full .body{margin-bottom:.5rem}.popular-news .overlay-full .body .text{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:.5rem}.popular-news .overlay-full .body .action{display:flex;justify-content:flex-end}.popular-news .overlay-full .body .action .btn{color:#fff;border-radius:.5rem;border:2px solid #fff;transition:opacity .25s ease-in-out}.popular-news .overlay-full .body .action .btn:hover{opacity:.8}.popular-news .overlay-full .footer{margin-top:auto;display:flex;flex-wrap:wrap;grid-gap:.25rem}.popular-news .overlay-full .footer .tag{display:inline-block;background-color:#fff;border-radius:1rem;color:var(--black-text);padding:.25rem .5rem;transition:background-color .25s ease-in-out}.popular-news .overlay-full .footer .tag:hover{background-color:#cdcdcd;text-decoration:underline}.popular-news:hover .overlay{bottom:-100%}.popular-news:hover .overlay-full{bottom:0}.popular-news-wrp__theme .popular-news:nth-child(3n){grid-column:1/3}.popular-news-wrp__category .popular-news{grid-column:1/3}.news-table{display:grid;grid-template-columns:repeat(4, 1fr);grid-gap:1rem;margin-bottom:1.5rem}.news-table__item{border-radius:1rem;box-shadow:var(--shadow);overflow:hidden;display:flex;flex-direction:column}.news-table__item .media{position:relative;width:100%;line-height:0}.news-table__item .media img{width:100%;object-fit:cover;line-height:0}.news-table__item .media .overlay{position:absolute;left:0;bottom:0;line-height:1;padding:.5rem .75rem;width:100%;font-size:13px;display:flex;justify-content:space-between;color:#fff;background-color:rgba(26,26,26,.87);opacity:0;transition:opacity .3s ease-in-out}.news-table__item .media:hover .overlay{opacity:1}.news-table__item .body{padding:.75rem}.news-table__item .body .title{font-size:1.125rem;font-weight:500;padding-bottom:.5rem;color:var(--black-text);display:block;transition:opacity .25s ease-in-out}.news-table__item .body .title:hover{opacity:.8}.news-table__item .body .text{font-size:.9rem}.news-table__item .footer{padding:.75rem;display:flex;flex-wrap:wrap;grid-gap:.375rem;margin-top:auto}.news-table__item .footer .tag{font-size:.9rem;white-space:nowrap}.news-table__item .footer .tag:hover{text-decoration:underline}@media(max-width: 1200px){.news-table{grid-template-columns:repeat(3, 1fr)}}@media(max-width: 992px){.news-table{grid-template-columns:repeat(2, 1fr)}}.pagination-nav{display:inline-flex;flex-wrap:nowrap;align-items:center}.pagination-nav__item{color:var(--black-text);border-radius:50%;line-height:0;width:35px;height:35px;display:inline-flex;flex:1 0 auto;justify-content:center;align-items:center;transition:background-color .25s ease-in-out}.pagination-nav__item.text{line-height:1;width:auto;height:auto;border-radius:1rem;height:35px;padding:.25rem .75rem}.pagination-nav__item:hover{color:var(--black-text);background-color:#ebebeb}.news-addition__header{font-size:1.25rem;font-weight:500;position:relative;padding-bottom:.25rem;margin-bottom:.5rem;color:var(--black-text)}.news-addition__header:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background-color:var(--red)}.news{margin-bottom:2rem}.news__header{display:flex;flex-direction:column;margin-bottom:.5rem}.news__header-info{display:flex;justify-content:space-between;flex-wrap:wrap;margin-bottom:.75rem}.news__header-info .back-link{margin-bottom:.25rem;color:var(--black-text);font-size:1.25rem;font-weight:500;transition:color .25s ease-in-out}.news__header-info .back-link:hover{color:var(--black-text-hover)}.news__header-title{margin-bottom:.5rem;display:flex;justify-content:space-between;align-items:center}.news__header-title .title{font-size:1.5rem;font-weight:500}.news__body p{margin-bottom:.75rem}.news__footer{display:flex;flex-direction:column;align-items:flex-end}.author{margin-bottom:.25rem}.author .link{color:var(--black-text);font-weight:500;transition:color .25s ease-in-out}.author .link:hover{color:var(--black-text-hover)}.share{flex:0 0 auto}.share .title{font-weight:500;font-size:1rem;text-align:center}.share .share-icon{height:24px;width:24px;background-size:24px 24px;display:inline-block;vertical-align:middle;border-radius:.25rem;text-align:center;overflow:hidden;cursor:pointer}.share .vk-icon{background-color:#4680c2;background-image:url("data:image/svg+xml,%3Csvg viewBox= %270 0 24 24%27 xmlns= %27http://www.w3.org/2000/svg%27 %3E%3Cpath d= %27M19.623 7.66c.12-.372 0-.643-.525-.643h-1.745c-.44 0-.644.237-.763.491 0 0-.898 2.17-2.152 3.576-.406.406-.593.542-.813.542-.119 0-.271-.136-.271-.508V7.644c0-.44-.136-.644-.509-.644H10.1c-.27 0-.44.203-.44.407 0 .423.627.525.694 1.711v2.576c0 .559-.101.66-.322.66-.593 0-2.033-2.185-2.897-4.676-.17-.492-.339-.678-.78-.678H4.593C4.085 7 4 7.237 4 7.491c0 .458.593 2.762 2.762 5.813 1.44 2.084 3.49 3.202 5.338 3.202 1.118 0 1.254-.254 1.254-.678v-1.575c0-.509.101-.594.457-.594.254 0 .712.136 1.746 1.136 1.186 1.186 1.39 1.728 2.05 1.728h1.745c.509 0 .746-.254.61-.745-.152-.492-.728-1.203-1.474-2.05-.407-.475-1.017-1-1.203-1.255-.254-.339-.186-.474 0-.78-.017 0 2.118-3.015 2.338-4.032%27 fill= %27%23FFF%27 fill-rule= %27evenodd%27 /%3E%3C/svg%3E")}.share .fb-icon{background-color:#3b5998;background-image:url("data:image/svg+xml,%3Csvg viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M13.423 20v-7.298h2.464l.369-2.845h-2.832V8.042c0-.824.23-1.385 1.417-1.385h1.515V4.111A20.255 20.255 0 0014.148 4c-2.183 0-3.678 1.326-3.678 3.76v2.097H8v2.845h2.47V20h2.953z%27 fill=%27%23FFF%27 fill-rule=%27evenodd%27/%3E%3C/svg%3E")}.share .twitter-icon{background-color:#00aced;background-image:url("data:image/svg+xml,%3Csvg viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M20 7.539a6.56 6.56 0 01-1.885.517 3.294 3.294 0 001.443-1.816 6.575 6.575 0 01-2.085.796 3.283 3.283 0 00-5.593 2.994A9.32 9.32 0 015.114 6.6a3.28 3.28 0 001.016 4.382 3.274 3.274 0 01-1.487-.41v.041a3.285 3.285 0 002.633 3.218 3.305 3.305 0 01-1.482.056 3.286 3.286 0 003.066 2.28A6.585 6.585 0 014 17.524 9.291 9.291 0 009.032 19c6.038 0 9.34-5 9.34-9.337 0-.143-.004-.285-.01-.425A6.672 6.672 0 0020 7.538z%27 fill=%27%23FFF%27 fill-rule=%27evenodd%27/%3E%3C/svg%3E")}.share .wa-icon{background-color:#65bc54;background-image:url("data:image/svg+xml,%3Csvg viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M20 11.794c0 4.304-3.517 7.794-7.855 7.794a7.87 7.87 0 01-3.796-.97L4 20l1.418-4.182a7.714 7.714 0 01-1.127-4.024C4.29 7.489 7.807 4 12.145 4S20 7.49 20 11.794zm-7.855-6.553c-3.641 0-6.603 2.94-6.603 6.553A6.48 6.48 0 006.8 15.636l-.825 2.433 2.537-.806a6.6 6.6 0 003.633 1.084c3.642 0 6.604-2.94 6.604-6.553s-2.962-6.553-6.604-6.553zm3.967 8.348c-.049-.08-.177-.128-.37-.223-.192-.095-1.139-.558-1.315-.621-.177-.064-.305-.096-.434.095a10.92 10.92 0 01-.61.749c-.112.128-.224.143-.416.048-.193-.096-.813-.297-1.549-.948a5.76 5.76 0 01-1.07-1.323c-.113-.191-.013-.295.084-.39.086-.086.192-.223.289-.334.096-.112.128-.191.192-.319s.032-.239-.016-.335c-.048-.095-.433-1.035-.594-1.418-.16-.382-.32-.318-.433-.318-.112 0-.24-.016-.369-.016a.71.71 0 00-.513.239c-.177.19-.674.653-.674 1.593s.69 1.848.786 1.976c.096.127 1.332 2.119 3.289 2.884 1.958.764 1.958.51 2.31.477.353-.031 1.14-.461 1.3-.908.16-.446.16-.829.113-.908z%27 fill=%27%23FFF%27 fill-rule=%27evenodd%27/%3E%3C/svg%3E")}.share .tg-icon{background-color:#64a9dc;background-image:url("data:image/svg+xml,%3Csvg viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M18.92 6.089L4.747 11.555c-.967.388-.962.928-.176 1.168l3.534 1.104 1.353 4.146c.164.454.083.634.56.634.368 0 .53-.168.736-.368.13-.127.903-.88 1.767-1.719l3.677 2.717c.676.373 1.165.18 1.333-.628l2.414-11.374c.247-.99-.378-1.44-1.025-1.146zM8.66 13.573l7.967-5.026c.398-.242.763-.112.463.154l-6.822 6.155-.265 2.833-1.343-4.116z%27 fill=%27%23FFF%27 fill-rule=%27evenodd%27/%3E%3C/svg%3E")}
.pagination-nav__item.disabled:not(.text) {
    display: none;
}
.pagination-nav__item.active {
    font-weight: bold;
}
/* End */


/* Start:/local/templates/blog/template_styles.css?16508725932932*/
body {
    background-color: white;
}

.thumbnail {
    margin-bottom: 1px;
}

main {
    background: transparent none repeat scroll 0 0;

}

.filtr {
    background-color: transparent;
    border-color: #a8a8a8;
    border-radius: 0;
    color: #6e6e6e;
}

.seredina {
    background-color: #fff;

    margin-bottom: 2px;
    padding-bottom: 15px;
    padding-top: 15px;
    color: #343c47;
}

.filt {
    margin-bottom: 20px;
}

.ramka {
    height: 130px !important;
    width: auto;
}

.ramka-container {
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    .col-md-1.ramka-container {
        width: 225px !important;
    }

    .gerb-title {
        font-size: 13px !important;
    }
}

.paddtop {
    margin-top: 10px;
}

.bx_sitemap_ul li {
    list-style-type: none;
    color: #898989;
}

.lione1 a {
    color: #003580;
    font-size: 90%;
    font-weight: bold;
}

.lione2 a {
    color: #003580;
    font-weight: normal;
}

.lione1 span.unlinked-section {
    color: #003580;
    font-size: 90%;
    font-weight: bold;
}

.ull2 {
    padding-left: 15px;
    padding-bottom: 10px;
}

.ull2 ul {
    padding-left: 15px;
}

.ull2 ul li {
}

.bx_sitemap_ul li {
    margin-bottom: 5px;
    margin-top: 5px;

}

.paddtop {
    padding-bottom: 10px;
}

.thumbnail {
    background-color: transparent !important;
}

.subtitlerightspec {
    color: #f48643;
    font-size: 130%;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
}

.toplinkhome {
    height: 120px;
    width: 100%;
}

.pogoda_side_title {
    font-size: 130%;
    font-weight: bold;
}

.pogoda_content {
}

.map-in-el {
    margin-top: 10px;
}

.red-bold {
    color: red;
    font-weight: bold;
}

div#right_two {
    text-align: center
}

.pogoda_block {
    padding-top: 25px;
}

.pogoda_block iframe{
    width: 100%;
    height: 100%;
}

div.reklama_right {
    padding-top: 25px;
}

.stars {
    color: #febb01;
}

.phone-link {
    color: red;
    text-decoration: none;
}

.no-show {
    display: none !important;
}

.video_block {
    padding-top: 25px;
    display: none;
}

.video_block .card-item {
    position: relative;
    width: 100%;
    /*height: 100%;*/
    margin: 1rem 0 1rem;
}

.video_block .card-item .play-button {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    display: block;
    width: 6rem;
    height: 4rem;
    left: calc(50% - 3rem);
    top: calc(50% - 2rem);
    padding: 1rem;
    border-radius: 1rem;
}

.video_block .card-item:hover .play-button {
    background: rgba(255, 0, 0, 1);
}

.video_block .card-item .play-button i {
    color: #FFFFFF;
    text-align: center;
    font-size: 1.7rem;
}

.video_block .video-caption {
    color: #000000;
    padding-bottom: 1rem;
}
/* End */
/* /local/templates/blog/styles.css?166455979013382 */
/* /local/templates/blog/template_styles.css?16508725932932 */
