@charset UTF-8;

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}

body{margin:0}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary{display:block}

audio, canvas, progress, video{display:inline-block;vertical-align:baseline}

audio:not([controls]){display:none;height:0}

[hidden], template{display:none}

a{background-color:transparent}

a:active, a:hover{outline:0}

abbr[title]{border-bottom:1px dotted}

b, strong{font-weight:700}

dfn{font-style:italic}

h1{font-size:2em;margin:.67em 0}

mark{background:#ff0;color:#000}

small{font-size:80%}

sub, sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}

sup{top:-.5em}

sub{bottom:-.25em}

img{border:0}

svg:not(:root){overflow:hidden}

figure{margin:1em 40px}

hr{box-sizing:content-box;height:0}

pre{overflow:auto}

code, kbd, pre, samp{font-family:monospace,monospace;font-size:1em}

button, input, optgroup, select, textarea{color:inherit;font:inherit;margin:0}

button{overflow:visible}

button, select{text-transform:none}

button, html input[type=button], input[type=reset], input[type=submit]{-webkit-appearance:button;cursor:pointer}

button[disabled], html input[disabled]{cursor:default}

button::-moz-focus-inner, input::-moz-focus-inner{border:0;padding:0}

input{line-height:normal}

input[type=checkbox], input[type=radio]{box-sizing:border-box;padding:0}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button{height:auto}

input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration{-webkit-appearance:none}

fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}

legend{border:0;padding:0}

textarea{overflow:auto}

optgroup{font-weight:700}

table{border-collapse:collapse;border-spacing:0}

td, th{padding:0}

@font-face {
  font-family: 'GothaPro';
  src: url('../fonts/GothaProReg.eot');
  src: url('../fonts/GothaProReg.eot?#iefix') format('embedded-opentype'),
       url('../fonts/GothaProReg.woff') format('woff'),
       url('../fonts/GothaProReg.woff2') format('woff2'),
       url('../fonts/GothaProReg.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothaPro';
  src: url('../fonts/GothaProMed.eot');
  src: url('../fonts/GothaProMed.eot?#iefix') format('embedded-opentype'),
       url('../fonts/GothaProMed.woff') format('woff'),
       url('../fonts/GothaProMed.woff2') format('woff2'),
       url('../fonts/GothaProMed.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'GothaPro';
  src: url('../fonts/GothaProBol.eot');
  src: url('../fonts/GothaProBol.eot?#iefix') format('embedded-opentype'),
       url('../fonts/GothaProBol.woff') format('woff'),
       url('../fonts/GothaProBol.woff2') format('woff2'),
       url('../fonts/GothaProBol.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
    font-family: 'merriweather';
    src: url('../fonts/merriweather-regular-wf.eot');
    src: url('../fonts/merriweather-regular-wf.eot?#iefix') format('embedded-opentype'),
         url('../fonts/merriweather-regular-wf.woff2') format('woff2'),
         url('../fonts/merriweather-regular-wf.woff') format('woff'),
         url('../fonts/merriweather-regular-wf.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'merriweather';
    src: url('../fonts/merriweather-italic-wf.eot');
    src: url('../fonts/merriweather-italic-wf.eot?#iefix') format('embedded-opentype'),
         url('../fonts/merriweather-italic-wf.woff2') format('woff2'),
         url('../fonts/merriweather-italic-wf.woff') format('woff'),
         url('../fonts/merriweather-italic-wf.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'merriweather';
    src: url('../fonts/merriweather-bold-wf.eot');
    src: url('../fonts/merriweather-bold-wf.eot?#iefix') format('embedded-opentype'),
         url('../fonts/merriweather-bold-wf.woff2') format('woff2'),
         url('../fonts/merriweather-bold-wf.woff') format('woff'),
         url('../fonts/merriweather-bold-wf.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

html {
  position: relative;
  min-height: 100%;
  color: #000;
  font-size: 1em;
  line-height: 1.4;
}

body {
  width: 100%;
  height: 100%;
  font-family: Helvetica, 'Helvetica Neue', Arial sans-serif;
  font-size: 16px;
  line-height: 1.4;
  background-color: #ebebeb;
  -webkit-font-smoothing:antialiased;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

figure {
  margin: 0;
  padding: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

h2, h3, h4 {
  font-weight: 700;
  margin: 0.5em 0 0.45em;
}

h2 {
  font-size: 1.500em;
}

h3 {
  font-size: 1.188em;
}

h4 {
  font-size: 1.063em;
}

a {
  text-decoration: none;
  border-bottom: 1px solid;
  transition: border-color .2s, color .2s;
  color: #00399e;
  border-color: #b2c3e2;
}

a.no-bd {
  border: 0;
}

.h2-home {
  font-size: 1.875em;
}

.h-new {
  position: relative
}

.h-new:after{content:'';display:inline-block;vertical-align:middle;width:12px;height:12px;border-radius:50%;margin:0 10px;background-color:#39c25c}

.transparent {
  opacity: 0;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.page {
  position: relative;
  font-family: GothaPro, Verdana, Geneva, sans-serif;
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  background: #fff;
}

.page.narrow {
  width: 100%;
  min-width: 970px;
  max-width: 990px;
}

.clear:before, .clear:after {
  content: "";
  display: table;
}

.clear:after {
  clear: both;
  zoom: 1;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.col_3, .col_4, .col_5, .col_6, .col_7, .col_8 {
  float: left;
  box-sizing: border-box;
}

.col_3 {
  width: 25%;
}

.col_4 {
  width: 33.3333333333%;
}

.col_5 {
  width: 41.6666666667%;
}

.col_6 {
  width: 50%;
}

.col_7 {
  width: 58.3333333333%;
}

.col_8 {
  width: 66.6666666667%;
}

.fl-r {
  float: right;
}

.fl-l {
  float: left;
}

.tx-c {
  text-align: center;
}

.tx-r {
  text-align: right;
}

.tx-i {
  font-style: italic;
}

.tx-no_w {
  white-space: nowrap;
}

.tx-up {
  text-transform: uppercase;
  letter-spacing: 0.075em;
}

.header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  padding: 23px 0 12px;
  text-align: center;
  background-color: #41414A;
  background-image: url(../img/top_bg.jpg);
}

.toplogo {
  position: relative;
  z-index: 8;
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
}

.toplogo__svg {
  width: 337px;
  height: 25px;
  pointer-events: none;
}

.toplogo > a {
  border: 0;
  display: inline-block;
  width: 337px;
  height: 25px;
}

.topnav {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  font-family: GothaPro, Verdana, Geneva, sans-serif;
  font-weight: 500;
  transition: 0.15s;
}

.topnav__item {
  display: inline-block;
  padding: 0 10px;
  font-size: 18px;
  line-height: 1;
  white-space: nowrap;
}

.topnav__item .icon {margin-right: 0.5em;vertical-align: top;fill: #ffc016;transition: 0.15s;}

.topnav__item.active .topnav__link{border-color:#8B6F26}

.topnav__item.active .topnav__link:hover > span{border-color:transparent}

.topnav__item.is-hover .topsubnav{visibility:visible;max-height:700px;z-index:110}

.topnav__item.map{padding-left:0;margin-left:0;border-radius:0;line-height:20px}

.topnav__link {
  display: inline-block;
  padding: 0 8px;
  color: #ffc016;
  text-decoration: none;
  border: 0;
  transition: 0.15s;
  border: 1px solid transparent;
  border-radius: 4px;
}

.topnav__link > span {padding: 4px 0;display: inline-block;border-bottom: 1px solid transparent;}

.topnav__link:hover > span{border-bottom:1px solid #7e652d}

.subnav-active .topnav__link {color: #7b7b7b;}

.subnav-active .topnav__item.active .topnav__link {border-color: #7b7b7b;}

.subnav-active .topnav__item .icon {fill: #7b7b7b;}

.subnav-active .is-hover .topnav__link {color: #ffc016;}

.subnav-active .is-hover.active .topnav__link{border-color:#8b6f26}

.subnav-active .topsearch__icon {fill: #7b7b7b;}

.topsubnav {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  top: 102px;
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  transition: 0.15s;
  background-color: #29282E;
  background-image: url(../img/top_bg2.jpg);
  background-position: 0 -103px;
  background-repeat: no-repeat;
}

.topsubnav__wrap {
  max-width: 930px;
  width: 100%;
  margin: 0 auto;
}

.topsubnav__list {
  width: 100%;
  padding-top: 12px;
  margin-bottom: 10px;
  text-align: left;
}

.topsubnav__list.is-hover .topsubnav__link {color: #7B7B7B;}

.topsubnav__list.is-hover .is-active .topsubnav__link {color: #ffc016;}

.topsubnav__item {
  display: inline-block;
  vertical-align: top;
  float: left;
  width: 33.33%;
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
}

.topsubnav__item .count {margin-left: 5px;color: #7B7B7B;}

.topsubnav__link {
  color: #ffc016;
  text-decoration: none;
  border: 0;
}

.topsubarticles {
  position: relative;
  min-height: 0;
  padding-bottom: 10px;
  transition: min-height 0.15s;
}

.topsearch {
  position: absolute;
  z-index: 7;
  right: 14px;
  top: 65px;
  text-align: center;
}

.topsearch__form {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}

.topsearch__inp {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  width: 24px;
  height: 28px;
  padding: 0 5px 0 30px;
  background: transparent;
  border: 0;
  text-align: left;
  color: #fff;
  cursor: pointer;
  transition: none
}

.topsearch__inp:hover{
}

.topsearch__inp:hover + .topsearch__icon{fill:#fff}

.topsearch__inp:focus{outline:0;width:400px;cursor:text}

.topsearch__inp:focus + .topsearch__close{visibility:visible;width:20px}

.topsearch__icon {
  fill: #ffc016;
  position: absolute;
  left: 0;
  top: 3px;
  z-index: 1;
  transition: 0.15s;
}

.topsearch__close {
  display: inline-block;
  vertical-align: middle;
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 28px;
  color: #fff;
  font-family: serif;
  font-size: 30px;
  line-height: 28px;
  cursor: pointer;
  border: 0
}

.topsearch__close:hover, .topsearch__close:focus{transform:scale(1.1)}

.topsearch__cnt .search-results {overflow: hidden;max-height: 0;width: 0;margin: 0;transition: max-height 1.15s;text-align: left;color: #fff;}

.topsearch__cnt .search-results p {margin: 0.5em 0 1.5em;}

.topsearch__cnt .search-results.loading{opacity:1}

.topsearch__cnt .search-results:before{margin-top:0;background-color:#ffc016}

.topsearch__cnt .search-result {margin: 0 0 10px;text-align: left;color: #fff;}

.topsearch__cnt .search-result > a {color: #ffc016;border-color: rgba(255, 192, 22, .3);transition: border-color 0.15s}

.topsearch__cnt .search-result > a:hover{border-color:rgba(255, 192, 22, .9)}

.topsearch__cnt .search-result > p {display: none;}

.topsearch__cnt .search-result .article__category {display: block;color: #fff;}

.topsearch__cnt .search_stat {display: inline-block;position: relative;margin: 20px 0 0;border: 0;color: #A3A3A3;}

.topsearch__cnt .search_stat > span {border-bottom: 1px solid rgba(163, 163, 163, .3);transition: border-color 0.15s;}

.topsearch__cnt .search_stat:after{content:'';position:absolute;top:2px;margin-left:10px;opacity:0.7;width:1em;height:1em;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.7 37.6'%3E%3Cpath fill='%23ffffff'  d='M1.3 37.5c-0.3 0-0.6-0.1-0.9-0.4 -0.5-0.5-0.5-1.3 0-1.8L17 18.8 0.4 2.2c-0.5-0.5-0.5-1.3 0-1.8 0.5-0.5 1.3-0.5 1.8 0l18.4 18.4L2.1 37.2C1.9 37.4 1.6 37.5 1.3 37.5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}

.topsearch__cnt .search_stat:hover > span{border-color:#A3A3A3}

.active-search .topnav {opacity: 0;visibility: hidden;}

.active-search .topsearch {left: 30px;right: 30px;}

.active-search .topsearch__inp {width: 400px;cursor: text;transition: 0.15s;}

.active-search .topsearch__icon {fill: #fff;}

.active-search .topsearch__close {visibility: visible;width: 20px;}

.active-search .topsearch__cnt .search-results {width: auto;max-height: 9999px;right: 0;left: 0;padding: 20px 20%;position: absolute;background-color: #41414a;}

.b-subscribe {
  position: relative;
  width: 96%;
  margin-bottom: 40px;
  padding: 0.75em 2% 1.5em;
  border: 1px solid #B1B1B1;
  text-align: center;
}

.b-subscribe .subscribe-inp {width: 200px;text-align: left;}

.b-subscribe:before{content:'';position:absolute;display:block;width:2.125em;height:2em;top:-1.2em;left:50%;margin-left:-1.625em;padding:0 0.3em;background-color:#FFF;background-image:url(../img/svg/readerman.svg);background-repeat:no-repeat;background-position:center top;background-size:contain}

.b-subscribe__descr {
  margin: 0.7em 0 0.9em;
  padding: 0 1em;
  font-family: "merriweather", "Roboto Slab", "Droid Serif", Cambria, Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}

.b-subscribe__heading {
  line-height: 1.3;
}

.post-subscribe {
  margin-bottom: 40px;
  padding-left: 10px;
}

.post-subscribe .subscribe-inp {
  margin-left: -5px;
}

.post-subscribe__heading {
  position: relative;
  height: 1.737em;
  margin-bottom: 12px;
}

.post-subscribe__heading:before {
  content: '';
  width: 2em;
  height: 100%;
  margin-right: 0.421em;
  display: inline-block;
  vertical-align: bottom;
  background-image: url(../img/svg/readerman.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}

.subscribe-inp {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: 290px;
  height: 30px;
  margin-right: 4px;
  padding: 0 15px;
  line-height: normal;
  border: 1px solid #DFE2E3;
  background: #DFE2E3;
  border-radius: 15px 0 0 15px;
  color: #333;
  font-size: 0.875em
}

.subscribe-inp.error{background-color:rgba(185, 40, 1, .3)}

.subscribe-inp:focus {
  outline: none;
  border-color: #A5C7FE;
  box-shadow: 0 0 1px #A5C7FE;
}

.subscribe-btn {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  height: 30px;
  padding: 0 12px 0 8px;
  line-height: normal;
  border: 1px solid #303038;
  background: #303038;
  border-radius: 0 15px 15px 0;
  text-transform: uppercase;
  color: #FFF;
  font-size: 0.875em;
  transition: .2s;
}

.subscribe-btn:hover {
  background-color: #D15400;
  border-color: #D15400;
}

body.compensate-for-scrollbar{overflow:hidden}

.fancybox-active{height:auto}

.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}

.fancybox-container{-webkit-backface-visibility:hidden;backface-visibility:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;height:100%;left:0;position:fixed;-webkit-tap-highlight-color:transparent;top:0;transform:translateZ(0);width:100%;z-index:99992}

.fancybox-container *{box-sizing:border-box}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}

.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}

.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}

.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s,visibility 0s linear .25s;visibility:hidden;z-index:99997}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s,visibility 0s;visibility:visible}

.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;text-align:center;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}

.fancybox-toolbar{right:0;top:0}

.fancybox-stage{direction:ltr;overflow:visible;-webkit-transform:translateZ(0);z-index:99994}

.fancybox-is-open .fancybox-stage{overflow:hidden}

.fancybox-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}

.fancybox-slide:before{content:"";display:inline-block;height:100%;margin-right:-.25em;vertical-align:middle;width:0}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous{display:block}

.fancybox-slide--next{z-index:99995}

.fancybox-slide--image{overflow:visible;padding:44px 0}

.fancybox-slide--image:before{display:none}

.fancybox-slide--html{padding:6px 6px 0}

.fancybox-slide--iframe{padding:44px 44px 0}

.fancybox-content{background:#fff;display:inline-block;margin:0 0 6px;max-width:100%;overflow:auto;padding:0;padding:24px;position:relative;text-align:left;vertical-align:middle}

.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;margin:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}

.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}

.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}

.fancybox-can-drag .fancybox-content{cursor:-webkit-grab;cursor:grab}

.fancybox-is-dragging .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}

.fancybox-container [data-selectable=true]{cursor:text}

.fancybox-image, .fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}

.fancybox-spaceball{z-index:1}

.fancybox-slide--html .fancybox-content{margin-bottom:6px}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content{height:100%;margin:0;overflow:visible;padding:0;width:100%}

.fancybox-slide--video .fancybox-content{background:#000}

.fancybox-slide--map .fancybox-content{background:#e5e3df}

.fancybox-slide--iframe .fancybox-content{background:#fff;height:calc(100% - 44px);margin-bottom:44px}

.fancybox-iframe, .fancybox-video{background:transparent;border:0;height:100%;margin:0;overflow:hidden;padding:0;width:100%}

.fancybox-iframe{vertical-align:top}

.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}

.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}

.fancybox-button{background:rgba(30, 30, 30, .6);border:0;border-radius:0;cursor:pointer;display:inline-block;height:44px;margin:0;outline:none;padding:10px;transition:color .2s;vertical-align:top;width:44px}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited{color:#ccc}

.fancybox-button:focus, .fancybox-button:hover{color:#fff}

.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover{color:#888;cursor:default}

.fancybox-button svg{display:block;overflow:visible;position:relative;shape-rendering:geometricPrecision}

.fancybox-button svg path{fill:transparent;stroke:currentColor;stroke-linejoin:round;stroke-width:3}

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2){display:none}

.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path{fill:currentColor}

.fancybox-button--share svg path{stroke-width:1}

.fancybox-navigation .fancybox-button{height:38px;opacity:0;padding:6px;position:absolute;top:50%;width:38px}

.fancybox-show-nav .fancybox-navigation .fancybox-button{transition:opacity .25s,visibility 0s,color .25s}

.fancybox-navigation .fancybox-button:after{content:"";left:-25px;padding:50px;position:absolute;top:-25px}

.fancybox-navigation .fancybox-button--arrow_left{left:6px}

.fancybox-navigation .fancybox-button--arrow_right{right:6px}

.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#555;cursor:pointer;height:44px;margin:0;padding:6px;position:absolute;right:0;top:0;width:44px;z-index:10}

.fancybox-close-small svg{fill:transparent;opacity:.8;stroke:currentColor;stroke-width:1.5;transition:stroke .1s}

.fancybox-close-small:focus{outline:none}

.fancybox-close-small:hover svg{opacity:1}

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small{color:#ccc;padding:5px;right:-12px;top:-44px}

.fancybox-slide--iframe .fancybox-close-small:hover svg, .fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg{background:transparent;color:#fff}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}

.fancybox-caption{bottom:0;color:#fff;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:25px 44px;right:0}

.fancybox-caption:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);background-repeat:repeat-x;background-size:contain;bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:-25px;z-index:-1}

.fancybox-caption:after{border-bottom:1px solid hsla(0, 0%, 100%, .3);content:"";display:block;left:44px;position:absolute;right:44px;top:0}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited{color:#ccc;text-decoration:none}

.fancybox-caption a:hover{color:#fff;text-decoration:underline}

.fancybox-loading{animation:a .8s infinite linear;background:transparent;border:6px solid hsla(0, 0%, 39%, .5);border-radius:100%;border-top-color:#fff;height:60px;left:50%;margin:-30px 0 0 -30px;opacity:.6;padding:0;position:absolute;top:50%;width:60px;z-index:99999}

@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}

.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}

.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}

.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}

.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}

.fancybox-fx-fade.fancybox-slide--current{opacity:1}

.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}

.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}

.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}

.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}

.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}

.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}

.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}

.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}

.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}

.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}

.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}

.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}

.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}

.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}

.fancybox-share p{margin:0;padding:0}

.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}

.fancybox-share__button:link, .fancybox-share__button:visited{color:#fff}

.fancybox-share__button:hover{text-decoration:none}

.fancybox-share__button--fb{background:#3b5998}

.fancybox-share__button--fb:hover{background:#344e86}

.fancybox-share__button--pt{background:#bd081d}

.fancybox-share__button--pt:hover{background:#aa0719}

.fancybox-share__button--tw{background:#1da1f2}

.fancybox-share__button--tw:hover{background:#0d95e8}

.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}

.fancybox-share__button svg path{fill:#fff}

.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}

.fancybox-thumbs{background:#fff;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:transparent;top:0;width:212px;z-index:99995}

.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}

.fancybox-show-thumbs .fancybox-thumbs{display:block}

.fancybox-show-thumbs .fancybox-inner{right:212px}

.fancybox-thumbs>ul{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}

.fancybox-thumbs-x>ul{overflow:hidden}

.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0, 0, 0, .3)}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}

.fancybox-thumbs>ul>li{-webkit-backface-visibility:hidden;backface-visibility:hidden;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}

.fancybox-thumbs-loading{background:rgba(0, 0, 0, .1)}

.fancybox-thumbs>ul>li{background-position:50%;background-repeat:no-repeat;background-size:cover}

.fancybox-thumbs>ul>li:before{border:4px solid #4ea7f9;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}

.fancybox-thumbs .fancybox-thumbs-active:before{opacity:1}

.footer {
  padding: 30px;
  background-color: #41414A;
  background-image: url(../img/footer_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.footer-nav {
  float: left;
  width: 200px;
}

.footer-nav__list {
  margin-bottom: 10px;
}

.footer-nav__a {
  display: inline-block;
  color: #ECB306;
  border-color: transparent;
  font-family: GothaPro, Verdana, Arial, sans-serif;
  font-size: 17px;
  line-height: 29px;
  font-weight: 500;
}

.footer-nav__a > .icon-sp {
  margin-right: 5px;
  vertical-align: baseline;
}

.footer-nav__a:hover {
  border-color: #ECB306;
}

.footer-text {
  overflow: hidden;
  font-size: 15px;
  line-height: 22px;
  color: #A3A3A3;
}

.footer-text a {
  color: #A3A3A3;
  border-color: #616165;
}

.footer-text a:hover {
  color: #FFF;
  border-color: #DDD;
}

.thin-p {
  margin: 0.6em 0;
}

.footer-right {
  float: right;
  width: 180px;
  padding-left: 50px;
}

.footer-social__heading {
  margin-bottom: 7px;
  font-family: GothaPro, Verdana, Arial, sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  color: #B5B5B5;
}

.footer-social__a {
  border: 0;
}

.footer-social__a {
  margin-right: 7px;
  transition: .2s;
}

.footer-social__a:hover {opacity: .75;}

.footer-social__a .icon {width: 26px;height: 26px;}

.icon {
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-sp {
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
}

.icon-views {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.2 9.3' fill='%234c4c56'%3E%0A  %3Cpath d='M17.3 4.2C17.2 4 14.4.9 9.5.9 4.5.9 1.7 4 1.6 4.2l-.3.4.3.4c.1.1 2.4 3.3 7.8 3.3s7.8-3.2 7.9-3.3l.3-.4-.3-.4zm-5.7-.9c0 .6-.9 1.3-2.1 1.3s-2.2-.7-2.2-1.3c0-.4.4-.8.9-1 .4 0 .8-.1 1.2-.1.4 0 .8 0 1.2.1.6.2 1 .6 1 1zM9.4 7C5.8 7 3.8 5.4 3 4.6c.5-.5 1.6-1.3 3.1-1.8 0 .2-.1.3-.1.5 0 1.4 1.5 2.6 3.4 2.6s3.4-1.1 3.4-2.6c0-.2 0-.3-.1-.5 1.5.6 2.5 1.4 3.1 1.8-.7.8-2.7 2.4-6.4 2.4z'/%3E%0A%3C/svg%3E%0A");
  width: 1.17em;
  height: 0.625em;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.icon-views.white{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.2 9.3' fill='%23ffffff'%3E%0A  %3Cpath d='M17.3 4.2C17.2 4 14.4.9 9.5.9 4.5.9 1.7 4 1.6 4.2l-.3.4.3.4c.1.1 2.4 3.3 7.8 3.3s7.8-3.2 7.9-3.3l.3-.4-.3-.4zm-5.7-.9c0 .6-.9 1.3-2.1 1.3s-2.2-.7-2.2-1.3c0-.4.4-.8.9-1 .4 0 .8-.1 1.2-.1.4 0 .8 0 1.2.1.6.2 1 .6 1 1zM9.4 7C5.8 7 3.8 5.4 3 4.6c.5-.5 1.6-1.3 3.1-1.8 0 .2-.1.3-.1.5 0 1.4 1.5 2.6 3.4 2.6s3.4-1.1 3.4-2.6c0-.2 0-.3-.1-.5 1.5.6 2.5 1.4 3.1 1.8-.7.8-2.7 2.4-6.4 2.4z'/%3E%0A%3C/svg%3E%0A");
}

.fb-square {
  background-image: url(../img/svg/fb.svg);
}

.vk-square {
  background-image: url(../img/svg/vk.svg);
}

.ok-square {
  background-image: url(../img/svg/ok.svg);
}

.in-square {
  background-image: url(../img/svg/in.svg);
}

.icon-fb-square {
  background-image: url(../img/sprite.png);
  background-position: 0px -28px;
  width: 26px;
  height: 26px;
}

.icon-ok-square {
  background-image: url(../img/sprite.png);
  background-position: 0px 0px;
  width: 27px;
  height: 26px;
}

.icon-sitemap-orange {
  background-image: url(../img/sprite.png);
  background-position: -28px -28px;
  width: 15px;
  height: 12px;
}

.icon-vk-square {
  background-image: url(../img/sprite.png);
  background-position: -29px 0px;
  width: 27px;
  height: 26px;
}

.likely, .likely__widget{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;margin:0;padding:0;text-indent:0!important;list-style:none!important;font-weight:400;font-family:"Helvetica Neue",Arial,sans-serif;font-size:inherit}

.likely{opacity:0;font-size:0!important}

.likely_visible{opacity:1;transition:opacity .1s ease-in}

.likely>*{display:inline-block;visibility:hidden}

.likely_visible>*{visibility:inherit}

.likely__widget{display:inline-block;position:relative;white-space:nowrap}

.likely__button, .likely__counter{text-decoration:none;text-rendering:optimizeLegibility;display:inline-block;margin:0;outline:0}

.likely__button{position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}

.likely__counter{display:none;position:relative;font-weight:400}

.likely_ready .likely__counter{display:inline-block}

.likely_ready .likely__counter_empty{display:none}

.likely__widget, .likely__icon, .likely__button, .likely__counter{vertical-align:top}

.likely__widget{transition:background .33s ease-out,color .33s ease-out,fill .33s ease-out;line-height:inherit}

.likely__widget:hover, .likely__widget:active, .likely__widget:focus{transition:none;cursor:pointer}

.likely__icon{position:relative;text-align:left;display:inline-block}

.likely svg{position:absolute}

.likely__button, .likely__counter{line-height:inherit;cursor:inherit}

.likely__button:empty{display:none}

.likely__counter{text-align:center}

.likely .likely__widget{color:#000;background:#ececec;background:rgba(231, 231, 231, .8)}

.likely .likely__counter{background-size:1px 1px;background-repeat:repeat-y;background-image:linear-gradient(to right,rgba(0, 0, 0, .2)0,rgba(0, 0, 0, 0).5px,rgba(0, 0, 0, 0)100%)}

.likely-light .likely__widget{color:#fff;fill:#fff;background:rgba(236, 236, 236, .16);text-shadow:rgba(0, 0, 0, .2)0 0 .33em}

.likely-light .likely__counter{background-image:linear-gradient(to right,rgba(255, 255, 255, .4)0,rgba(255, 255, 255, 0).5px,rgba(255, 255, 255, 0)100%)}

.likely__widget_facebook{fill:#425497}

.likely__widget_facebook:hover, .likely__widget_facebook:active, .likely__widget_facebook:focus{background:rgba(207, 212, 229, .8)}

.likely-light .likely__widget_facebook:hover, .likely-light .likely__widget_facebook:active, .likely-light .likely__widget_facebook:focus{text-shadow:#425497 0 0 .25em;background:rgba(66, 84, 151, .7)}

.likely__widget_twitter{fill:#00b7ec}

.likely__widget_twitter:hover, .likely__widget_twitter:active, .likely__widget_twitter:focus{background:rgba(191, 237, 250, .8)}

.likely-light .likely__widget_twitter:hover, .likely-light .likely__widget_twitter:active, .likely-light .likely__widget_twitter:focus{text-shadow:#00b7ec 0 0 .25em;background:rgba(0, 183, 236, .7)}

.likely__widget_gplus{fill:#dd4241}

.likely__widget_gplus:hover, .likely__widget_gplus:active, .likely__widget_gplus:focus{background:rgba(246, 207, 207, .8)}

.likely-light .likely__widget_gplus:hover, .likely-light .likely__widget_gplus:active, .likely-light .likely__widget_gplus:focus{text-shadow:#dd4241 0 0 .25em;background:rgba(221, 66, 65, .7)}

.likely__widget_vkontakte{fill:#526e8f}

.likely__widget_vkontakte:hover, .likely__widget_vkontakte:active, .likely__widget_vkontakte:focus{background:rgba(211, 218, 227, .8)}

.likely-light .likely__widget_vkontakte:hover, .likely-light .likely__widget_vkontakte:active, .likely-light .likely__widget_vkontakte:focus{text-shadow:#526e8f 0 0 .25em;background:rgba(82, 110, 143, .7)}

.likely__widget_pinterest{fill:#cc002b}

.likely__widget_pinterest:hover, .likely__widget_pinterest:active, .likely__widget_pinterest:focus{background:rgba(242, 191, 202, .8)}

.likely-light .likely__widget_pinterest:hover, .likely-light .likely__widget_pinterest:active, .likely-light .likely__widget_pinterest:focus{text-shadow:#cc002b 0 0 .25em;background:rgba(204, 0, 43, .7)}

.likely__widget_odnoklassniki{fill:#f6903b}

.likely__widget_odnoklassniki:hover, .likely__widget_odnoklassniki:active, .likely__widget_odnoklassniki:focus{background:rgba(252, 227, 206, .8)}

.likely-light .likely__widget_odnoklassniki:hover, .likely-light .likely__widget_odnoklassniki:active, .likely-light .likely__widget_odnoklassniki:focus{text-shadow:#f6903b 0 0 .25em;background:rgba(246, 144, 59, .7)}

.likely{line-height:20px;margin:0 -5px -10px}

.likely .likely__widget{font-size:14px;border-radius:3px;height:22px;margin:0 5px 10px}

.likely .likely__icon{width:22px;height:22px}

.likely .likely__button{padding:1px 4px 1px 0}

.likely .likely__counter{padding:1px 4px}

.likely svg{left:3px;top:3px;width:16px;height:16px}

.likely-big{line-height:28px;margin:0 -6px -12px}

.likely-big .likely__widget{font-size:18px;border-radius:4px;height:32px;margin:0 6px 12px}

.likely-big .likely__icon{width:32px;height:32px}

.likely-big .likely__button{padding:2px 6px 2px 0}

.likely-big .likely__counter{padding:2px 6px}

.likely-big svg{left:4px;top:4px;width:24px;height:24px}

.likely-small{line-height:14px;margin:0 -4px -8px}

.likely-small .likely__widget{font-size:12px;border-radius:2px;height:18px;margin:0 4px 8px}

.likely-small .likely__icon{width:18px;height:18px}

.likely-small .likely__button{padding:2px 3px 2px 0}

.likely-small .likely__counter{padding:2px 3px}

.likely-small svg{left:3px;top:3px;width:12px;height:12px}

.article {
  position: relative;
  display: inline-block;
  width: 290px;
  vertical-align: top;
  text-align: left;
}

.article__a {
  border: 0;
}

.article__a .article__preview {background-size: 100%;transition: all .3s;}

.article__a:hover > .article__preview > .article__img, .article-centred:hover .article__img {
  transform: scale(1.03);
}

.article__meta {
  color: #FFF;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 7px;
  z-index: 15;
}

.article__meta .icon {
  margin-right: 0.250em;
}

.article__preview {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  width: 100%;
  background-color: #C0C3CC;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all .3s ease-out;
  background-image: url('../img/articles/a00.jpg');
}

.article__preview:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 50%;
  width: 100%;
  z-index: 10;
  box-shadow: inset 0px -60px 60px -40px rgba(0, 0, 0, .65);
}

.article__preview-label {
  position: absolute;
  z-index: 10;
  top: 5px;
  left: 5px;
  height: 21px;
  padding: 0 5px;
  text-transform: uppercase;
  font-family: GothaPro, Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #FFF;
  background-color: #B92801;
}

.article__img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  z-index: 5;
  transition: all 0.3s ease-out;
  will-change: transform;
}

.article__title {
  margin-bottom: 4px;
  font-family: GothaPro, Verdana, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #000;
}

.article__title .at__a {color: #000;border: 0;}

.article__title > span {
  border-bottom: 1px solid transparent;
  transition: border-color .2s;
}

.article__title-sub {
  bottom: .15em;
  margin-left: 7px;
  text-transform: uppercase;
  font-family: GothaPro, Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 21px;
  letter-spacing: 1px;
  font-weight: 500;
}

.article__title-sub.new {
  color: #277500;
}

.article_intro {
  margin-bottom: 4px;
  color: #000;
}

.article__date {
  display: block;
  font-size: 14px;
  color: #767676;
  margin: 2px 0;
}

.article__category {
  color: #B92801;
  font-size: 15px;
}

.article__category > a {
  color: #B92801;
  border-color: transparent;
}

.article__category > a:hover {
  border-color: #BF6E5B;
}

.articles {
}

.articles-section .articles {
  padding-top: 34px;
}

.articles-base {
  margin-left: -2.38%;
}

.articles-base .article {width: 22.675%;height: 19.306%;margin-bottom: 45px;margin-left: 2.325%;}

.articles-base .article__preview.no-shdw:after {display: none;}

.articles-topsubnav {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  margin-left: -2.325%;
  margin-bottom: 10px;
  transition: 0.2s;
}

.articles-topsubnav .article {float: left;width: 22.675%;margin-bottom: 0;margin-left: 2.325%;}

.articles-topsubnav .article__title {color: #A6A6A6;font-size: 15px;font-weight: normal;white-space: normal;}

.articles-topsubnav .article__preview {margin-bottom: 8px;width: 208px;height: 104px;}

.articles-topsubnav:after{content:"";display:table;clear:both}

.articles-leading {
  margin-bottom: 31px;
  margin-left: -2.38%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
}

.articles-leading .article {width: 17.675%;margin-left: 2.325%;}

.articles-leading .article__category {display: none;}

.articles-leading .article__preview {margin-bottom: 6px;}

.articles-leading .article__title {font-size: 18px;}

.articles-armpit {
  overflow: hidden;
}

.articles-armpit .article {width: 45.45%;margin-left: 4.54%;}

.articles-armpit .article__title {font-size: 22.5px;line-height: 1.3;margin-bottom: 8px;}

.articles-armpit .article_intro {margin-bottom: 8px;}

.articles-trio {
  margin-top: 40px;
  margin-bottom: 30px;
  margin-left: -2.38%;
}

.articles-trio .article {position: relative;width: 31%;margin-left: 2.325%;overflow: hidden;}

.articles-trio .post-meta__item {color: #FFF;}

.articles-trio .article__title {margin-bottom: 0.3em;padding: 0 1.6em;color: #FFF;font-size: 24px;}

.article-centred {
  position: relative;
}

.article-centred .article__descr {position: absolute;top: 0;bottom: 0;left: 0;right: 0;display: -ms-flexbox;display: flex;-ms-flex-direction: column;flex-direction: column;-ms-flex-pack: center;justify-content: center;text-align: center;z-index: 10;padding-top: 10px;}

.article-centred .article__category {color: #FFC016;margin-bottom: 1em;}

.article-centred .article__category > a {color: #FFC016}

.article-centred .article__category > a:hover{border-color:#8B6F26}

.article-centred .post-meta__item {color: #FFF;}

.article-centred:after{content:'';position:absolute;bottom:0;height:90%;width:100%;z-index:6;background-image:linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0) )}

.article-bomb {
  float: left;
  position: relative;
  width: 47.62%;
  overflow: hidden;
}

.article-bomb .article__title {
  margin-bottom: 0.3em;
  padding: 0 1.5em;
  color: #FFF;
  font-size: 34px;
}

.article-bomb .article__category {
  margin-bottom: 1.8em;
}

.article-bomb .article__category, .article-bomb .article__category a {
  color: #FFC016;
  font-size: 1.063em;
}

.articles-new .article {width: 49.4%;margin: 0 0 30px;}

.articles-new .article__preview {float: left;width: 180px;margin-right: 18px}

.articles-new .article__preview:after{content:none}

.articles-new .article__descr {overflow: hidden;padding-right: 30px;}

.articles-noimg {
  margin-left: -2.38%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
}

.articles-noimg .article {width: 17.675%;min-height: 100px;margin-left: 2.325%;padding-top: 19px;padding-bottom: 19px;background: #ECECEC;text-align: center;}

.articles-noimg .article__a {display: inline-block;padding: 0 20px;}

.articles-noimg .article__title {font-size: 17px;}

.articles-section.first .articles-heading::before {display: none;}

.articles-heading {
  position: relative;
  z-index: 30;
  margin: 0 -30px;
  font-size: 26px;
  line-height: 1.654em;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  background: #FFF;
  background: rgba(255, 255, 255, 1);
  transform: translateZ(0)
}

.articles-heading::before{position:absolute;content:'';display:block;width:100%;left:0;height:1px;top:0.8em;background:#A3A3A3;z-index:1}

.articles-heading > span{position:relative;z-index:5;background:#FFF;padding:0 0.5em;transition:background-color .2s}

.articles-heading.is_stuck{z-index:20;}

.articles-heading.is_stuck > span{background-color:transparent}

.articles-heading.is_stuck::before{display:none}

.articles-heading.fixed{position:fixed;top:0;width:100%;z-index:20}

.articles-heading.fixed.absolute{position:absolute}

.first .articles-heading::before {
  display: none;
}

.articles-more {
  margin: 0px 0 25px;
  text-align: center;
}

.articles-more__link:link, .articles-more__link:visited {
  box-sizing: border-box;
  display: inline-block;
  width: 290px;
  height: 40px;
  padding: 7px 25px;
  font-family: GothaPro, Verdana, Arial, sans-serif;
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
  color: #000;
  border: 0;
  background: #DEDEE0;
  border-radius: 20px;
  transition: background-color .2s;
}

.articles-more__link:hover {
  background-color: #CCCCD4;
}

.aside-nav {
  position: absolute;
  z-index: 40;
  top: 0;
  left: -90%;
  max-width: 90%;
  bottom: 0;
  background: #3E3D42;
  overflow-x: hidden;
  overflow-y: auto;
  transition:  0.2s ease-out
}

.aside-nav.active{left:0;transition:0.2s}

.aside-nav__in {
  position: relative;
  height: 100%;
}

.aside-nav__list {
  top: 0;
  padding: 36px 0;
}

.aside-nav__list .close {text-align: center;position: absolute;right: 10px;top: 10px;display: inline-block;vertical-align: middle;font-size: 30px;line-height: 1;color: #FFF;font-weight: 400;cursor: pointer;}

.aside-nav__link {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  padding: 2px 30px 3px 19px;
  color: #FEFDFB;
  line-height: 1.5;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  white-space: nowrap
}

.aside-nav__link:hover{background:#565662}

.aside-hamb {
  position: absolute;
  z-index: 35;
  top: 41px;
  left: 30px;
  display: block;
  width: 24px;
  height: 15px;
  cursor: pointer;
  transform: translateZ(0);
}

.aside-hamb >span {position: relative;width: 16px;height: 100%;display: inline-block;border: 3px solid #000;border-width: 3px 0}

.aside-hamb >span:before{content:'';position:absolute;top:3px;left:0;width:24px;height:3px;background:#000}

.aside-hamb >span:after{content:'';position:absolute;left:0;top:9px;height:3px;width:20px;background:#000}

.aside-hamb.is_stuck{padding-top:10px;left:auto}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky:before, .sticky:after {
  content: '';
  display: table;
}

.pagecontent {
  position: relative;
  z-index: 2;
  padding: 30px;
  overflow: hidden
}

.pagecontent:before{content:'';opacity:0;transition:0.15s}

/* .header.active-search + .pagecontent:before,
.header.subnav-active + .pagecontent:before {
  position: absolute;
  opacity: 1;
  z-index: 12;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255,255,255,0.85);
} */

.pagecontent-row {
  display: -ms-flexbox;
  display: flex;
}

.col-post {
  float: left;
  width: 69%;
}

.col-aside {
  float: right;
  min-width: 260px;
  width: 27.9%;
  margin-left: 3%;
}

.author-header {
  margin-bottom: 8px;
}

.post-header {
  margin-bottom: 30px;
}

.post-category {
  margin-bottom: 11px;
  padding-left: 10px;
  line-height: normal;
}

.post-category a {
  color: #b92801;
  border-bottom: 1px solid #E2BBB0;
}

.post-category a:hover {
  color: #000;
  border-color: #393939;
}

.post-title {
  margin: 0 0 10px 0;
  padding: 0 0 0 10px;
  font-size: 35px;
  line-height: 1.229em;
  font-weight: 700;
}

.post-meta {
  padding-left: 10px;
  color: #4c4c56;
}

.post-meta .icon {
  margin-right: 0.250em;
}

.post-meta__item {
  margin-right: 0.825em;
}

.post-author {
  display: table;
  width: 100%;
  clear: both;
  width: 100%;
  margin: 0 0 6px;
  padding: 0;
}

a .tx {
  border-bottom: 1px solid #CCC;
  transition: .2s;
  color: #000;
}

a:hover .tx {
  color: #b92801;
  border-color: #E2BBB0;
}

.post-author__image {
  width: 30px;
  padding-right: 8px;
  display: table-cell;
  text-align: center;
}

.post-author__img {
  width: 100%;
  vertical-align: bottom;
  margin: 0 0 3px 0;
  display: block;
}

.post-author__name {
  display: table-cell;
  vertical-align: bottom;
}

.author__intro {
  margin-bottom: 35px;
  padding-left: 11px;
}

.author__image {
  float: left;
  margin-right: 22px;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
}

.author__image > img {width: 100%;}

.author__posts {
  overflow: hidden;
  line-height: 104px;
  vertical-align: middle;
}

.author__posts .author__posts_a {padding: 6px 25px 6px;border-radius: 7px;transition: 0.25s;color: #000;border: 1px solid #BBBBC0;}

.author__posts .author__posts_a > span {transition: 0.25s;color: #848484;}

.author__posts .author__posts_a:visited{color:#000;border:1px solid #BBBBC0}

.author__posts .author__posts_a:hover{border-color:#333;}

.author__posts .author__posts_a:hover > span{color:#333}

.post {
  font-family: "merriweather", "Roboto Slab", "Droid Serif", Cambria, Georgia, "Times New Roman", Times, serif;
  font-size: 15px;
  line-height: 1.75;
}

.post > p, .post > ul, .post > h2, .post > h3 {
  padding-left: 10px;
}

.post > table {
  margin-bottom: 2.2em;
}

.post > table tr:hover {
  background: #E9ECEC;
}

.post > table td {
  vertical-align: top;
  padding: 5px 15px 5px 10px;
  line-height: 1.5;
}

.post h2, .post h3 {
  margin: 0 0 0.526em 0;
  font-family: GothaPro, Verdana, Arial, sans-serif;
  font-size: 1.25em;
  line-height: 1.45em;
  font-weight: 700;
}

.post p {
  margin: 0 0 2.2em 0;
}

.post p + ul {
  margin-top: -1.528em;
}

.post ul {
  margin-bottom: 2.2em;
}

.post hr {
  display: block;
  border: 0;
  height: 1px;
  margin-bottom: 2.2em;
  background: #727272;
}

.post a:visited {
  color: #8b0093;
  border-color: #dcb2de;
}

.post a:hover {
  color: #B92801;
  border-color: #E2BBB0;
}

.post b, .post strong {
  font-weight: 700;
}

.post .slim {
  margin-bottom: 0.8em;
}

.post .grayed {
  margin-top: 2.6em;
  margin-bottom: 2.4em;
  padding: 22px 30px 10px;
  background: #e9ecec;
}

.post .grayed p {
  font-size: 0.944em;
  line-height: 1.8;
  margin-bottom: 15px;
}

.post .lined {
  padding: 1em 0 1em 10px;
  font-family: GothaPro, Verdana, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.6;
  border-color: #727272;
  border-style: solid;
  border-width: 1px 0;
}

.post .aksent {
  font-weight: 500;
}

.post .quote {
  position: relative;
  display: block;
  quotes: "\00ab" "\00bb";
  margin: 0 0 2.2em 30px;
  padding: 0;
  font-size: 1em;
  line-height: 1.6;
  font-family: GothaPro, Verdana, Arial, sans-serif;
}

.post .quote:before, .post .quote:after {
  position: absolute;
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
}

.post .quote:before {
  content: open-quote;
  top: -9px;
  left: -30px;
}

.post .quote:after {
  content: close-quote;
  margin-left: 7px;
  bottom: -7px;
}

.post .bolder {
  position: relative;
  padding: 1em 10px;
  text-align: center;
  font-size: 19px;
  line-height: 30px;
  font-family: GothaPro, Verdana, Arial, sans-serif;
  font-weight: 700;
  border-color: #727272;
  border-style: solid;
  border-width: 1px 0;
}

.post p + .post-image, .post p + figure.image, .post-image + .post-image, figure.image + figure.image {
  margin-top: 2.5em;
}

.post-image, figure.image {
  margin-bottom: 2.2em;
}

.post-img, figure.image img {
  margin-bottom: 10px;
}

.post img {
  max-width: 100%;
}

.post-image__caption, figure.image figcaption {
  padding-left: 10px;
  font-size: 14.4px;
  line-height: 1.6;
  font-style: italic;
}

.post-image__caption > sub, figure.image figcaption > sub {
  bottom: 0;
  font-size: 0.8em;
  line-height: 1.6;
  color: #a5a5a9;
}

.post-image__caption > sub a, figure.image figcaption > sub a {
  color: #a5a5a9;
  border-color: #e1e1e1;
}

.ul-dash li {
  position: relative;
  margin: 0 0 0.25em 1.33em;
}

.ul-dash li:before {
  position: absolute;
  content: '\2014';
  left: -1.467em;
  color: #9696a4;
}

.hr-circle {
  overflow: visible;
  position: relative;
  text-align: center;
}

.hr-circle:after {
  content: '';
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAARVBMVEUAAAA/P0Y/P0Y/P0Y/P0Y/P0Y/P0Y/P0Y/P0Y/P0Y/P0Y/P0Y/P0Y/P0Y/P0Y/P0Y/P0Y/P0Y/P0Y/P0Y/P0Y/P0Y/P0by94ImAAAAFnRSTlMA8tt6RSgOBsea660sP+q/rKIvri4MZYi0GAAAAHxJREFUGNNt0EkOwyAQBdHPYAMe4wx1/6NGIJwQ4rdEBaJbhU8WbPI6DTvVPqhYDZNbQljchFlLY5hHFeMNk7vIQx8zUfJMpandhlfCqeFIstzVWLCCoEYAmd+jF/QXn1gd/fOHPFv/CUXm7qt/A12OnbtIFXPzXaE5V/gG9hEHUarC+gcAAAAASUVORK5CYII=');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 6px;
  height: 6px;
  display: inline-block;
  position: relative;
  top: -3px;
  padding: 0 8px;
  background-color: #fff;
  color: #8c8b8b;
  vertical-align: top;}

.post-footer {
  margin-bottom: 45px;
  padding-left: 10px;
}

.post-footer .post-source {
  padding-left: 0;
}

.post-source {
  font-family: GothaPro, Verdana, Geneva, sans-serif;
  margin-bottom: 30px;
  font-size: 13px;
  line-height: 19px;
  color: #88888c;
  padding-left: 10px;
}

.post-source a {
  color: #88888c;
  border-color: #D6D6D6;
}

.post-source a:hover {
  color: #3C3C44;
  border-color: #3C3C44;
}

.post-map-link {
  display: none;
}

.post-social {
  position: relative;
  margin-bottom: 40px;
}

.post-share {
  margin-left: -10px;
  padding: 15px 20px 20px;
  background: #E9ECEC;
}

.post-share__heading {
  margin: 0 0 5px;
}

.post-gallery__a {
  position: relative;
  display: inline-block;
  border: 0
}

.post-gallery__a:before{content:'';position:absolute;width:40px;height:40px;right:16px;top:16px;border-radius:50%;background:rgba(75, 66, 52, .5);background-image:url("data:image/svg+xml,%3Csvg width='40' height='40' opacity='0.8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M20 8v24M8 20h24'/%3E%3C/svg%3E");opacity:0;transition:opacity 0.15s}

.post-gallery__a:hover{
}

.post-gallery__a:hover:before{opacity:1}

.post-map-pop {
  display: none;
  width: 100%;
}

#post-map {
  width: 100%;
  min-height: 300px;
  height: 80vh;
}

.likely {
  margin-left: 0;
}

.likely .likely__widget {
  margin-right: 25px;
}

.likely .likely__widget_facebook {
  background: #4267b2;
  color: #fff;
  fill: #FFF;
}

.likely .likely__widget_twitter {
  background: #31b7ea;
  fill: #FFF;
  color: #fff;
}

.likely .likely__widget_odnoklassniki {
  background: #f18d41;
  fill: #FFF;
  color: #fff;
}

.likely .likely__widget_facebook .likely__icon {
  height: 20px;
  width: 20px;
  margin-right: 3px;
}

.post-comm-link {
  font-size: 1.063em;
  font-weight: 700;
  border-bottom: 1px dashed #90908F;
  cursor: pointer;
}

.post-comm-count {
  margin-left: 2px;
  color: #797B7B;
  font-weight: 700;
}

.post-related {
  padding-left: 10px;
}

.related-list__item {
  margin-bottom: 7px;
}

.related-list__item a:visited {
  color: #8b0093;
  border-color: #dcb2de;
}

.related-list__item a:hover {
  color: #B92801;
  border-color: #E2BBB0;
}

.block-heading {
  margin-bottom: 15px;
  padding-left: 20px;
}

#place-map {
  width: 100%;
  height: 460px;
  margin-bottom: 50px;
}

.side-map {
  position: relative;
  background: #EAE6DD;
}

.side-map__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #9B9488;
  background: rgba(76, 66, 52, .5);
  color: #FFF;
  padding: 0.5em 1em;
  box-sizing: border-box;
}

/*
* Временные
*/

.post-comments {
  margin: 10px 0 40px;
}

.comment__item {
  color: #ccc;
  font-size: 0.85em;
  margin: 0 0 10px;
}

/* /
*/

.specline {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  height: 80px;
  overflow: hidden;
}

.specline__a {
  position: absolute;
  height: 100%;
  left: -100%;
  right: -100%;
  margin: auto;
  text-align: center;
}

.specline__img {
  max-width: 100%;
}

.home-adv-side {
  max-width: 290px;
  width: 22.675%;
  float: right;
  background-color: #DFE2E3;
  text-align: center;
}

.home-adv-side img {display: block;max-width: 100%;margin: 0 auto;}

.home-adv-side a {border: 0;}

.home-new__side {
  width: 290px;
  float: right;
  margin-left: 30px;
}

.home-new {
  margin-bottom: 40px;
}

.home-new .articles-new {padding-right: 320px;}

.b-social__heading {
  text-align: center;
}

.b-social__tabs {
  text-align: center;
}

.b-social__tab {
  display: inline-block;
  padding: 4px 6px;
  background-color: #DCDCDC;
  overflow: hidden;
  cursor: pointer;
}

.b-social__tab .icon {width: 26px;height: 26px;background-color: #000;}

.b-social__tab + .b-social__tab{margin-left:2px}

.b-social__tab:first-child{border-radius:10px 0 0 0}

.b-social__tab:last-child{border-radius:0 10px 0 0}

.b-social__tab.active .icon{background-color:#FFF}

.b-social__tab_content {
  display: none;
  width: 290px
}

.b-social__tab_content.active{display:block}

.side-menu {
  margin-bottom: 50px;
}

.side-menu >li {margin-bottom: 7px;}

.side-menu >li > a:hover {color: #B92801;border-color: #E2BBB0;}

.side-menu >li > a:visited {color: #8b0093;border-color: #dcb2de;}

.side-menu >li.active{font-weight:bold}

.side-menu__title {
  font-weight: 500;
  margin-bottom: 7px;
}

.contact-menu li > a {border: 0;background-repeat: no-repeat;background-size: auto 100%;}

.contact-menu li > a > span {border-bottom: 1px solid;transition: border-color .2s, color .2s;color: #00399e;border-color: #b2c3e2;}

.contact-menu li > a[href*="facebook"]{padding-left:1.5em;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 75 75' fill='%23000000'%3E%3Cpath id='facebook-square-icon' d='M0 0v75h75V0H0zm49.8 20.1H44c-2.1 0-2.5.8-2.5 3v5.1h8.3l-.8 9h-7.5v26.9H30.8V37.4h-5.6v-9.1h5.6v-7.2c0-6.8 3.6-10.3 11.6-10.3h7.5v9.3z'/%3E%3C/svg%3E")}

.contact-menu li > a[href^="https://vk"]{padding-left:1.5em;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 75 75' fill='%23000000'%3E%3Cg%3E%3Cpath d='M37.8 33.2c.7 0 1.4-.2 2.2-.6.8-.4 1.4-.9 1.7-1.6.3-.7.5-1.5.5-2.3 0-.7-.2-1.3-.5-2s-.9-1.2-1.6-1.5c-.7-.3-1.5-.5-2.4-.5h-4.8v8.6h1.3c1.7-.1 2.9-.1 3.6-.1z'/%3E%3Cpath d='M41.6 40.6c-.6-.2-1.5-.4-2.5-.4H32.9v10.2h.5c2.7 0 4.5 0 5.5-.1 1 0 2.1-.3 3.1-.7.9-.4 1.6-1 2-1.8.4-.8.6-1.6.6-2.6 0-1.3-.2-2.2-.8-2.9-.4-.8-1.2-1.3-2.2-1.7z'/%3E%3Cpath d='M0 0v75h75V0H0zm54 50.7c-.8 1.5-1.8 2.8-3.1 3.8-1.5 1.2-3.2 2-5 2.6-1.8.5-4.1.8-7 .8H22.7V17.2H37c3 0 5.2.1 6.8.3 1.5.2 3 .7 4.3 1.4 1.5.8 2.5 1.8 3.3 3.1.7 1.3 1.1 2.8 1.1 4.5 0 2-.5 3.7-1.5 5.3-1 1.5-2.4 2.7-4.1 3.4v.2c2.5.5 4.5 1.6 6 3.2s2.3 3.8 2.3 6.6c0 2.2-.4 4-1.2 5.5z'/%3E%3C/g%3E%3C/svg%3E")}

.contact-menu li > a[href^="mailto:"]{padding-left:1.5em;background-size:1.18em auto;background-position:0 0.24em;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 82.44 61.19'%3E%3Ctitle%3Email%3C/title%3E%3Cpath d='M0 0v61.19h82.44V0zm72.68 8L41.14 34.09 9.68 8zm1.73 45.15H8V17.58L41.13 45l33.29-27.5z' /%3E%3C/svg%3E")}

.contact-menu li > a:hover > span{color:#B92801;border-color:#E2BBB0}

.side-ad {
  text-align: center;
  margin-bottom: 50px;
}

.side-ad img {max-width: 100%;}

.side-ad__link {
  display: inline-block;
  margin-bottom: 5px;
  border: 0;
}

.side-ad__sub {
  display: block;
  text-align: center;
}

.side-ad__sublink {
  font-size: 14px;
  color: #5A5A5A;
  border-color: #CECECE;
  transition: 0.25s
}

.side-ad__sublink:hover{border-color:#5A5A5A}

.disable-hover {
  pointer-events: none;
}

.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .4);
  z-index: 35;
}

.uptotop {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 60;
  background-color: rgba(255, 255, 255, .7);
  width: 52px;
  height: 52px;
  right: 40px;
  bottom: 60px;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(146, 146, 146, 64);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 21'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23575757' stroke-width='2' stroke-linecap='square'%3E%3Cpath d='M2.056948 8.663898l7.011449-7.1679547M16.079968 8.6325967L9.09982 1.4959432M9.0996987 19.0558674V2.3097724'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  transition: 0.25s;
  cursor: pointer
}

.uptotop:hover{background-color:rgba(255, 255, 255, .9)}

.uptotop.active{visibility:visible;opacity:1}

.sitemap-list ul {padding-left: 25px;margin-bottom: 10px;}

.sitemap-list li {line-height: 1.6;margin-bottom: 4px;}

.notfound {
  background-color: #29282E;
  background-image: url(../img/top_bg2.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.notfound .header, .notfound .footer {background: none;text-align: center;}

.notfound .header {padding-top: 45px;}

.notfound .search-cnt {margin: 68px 0 0;}

.notfound__content {
  padding: 42px 30px 50px;
  text-align: center;
  color: #FFF;
}

.b-plate__box {
  width: 232px;
  height: 132px;
  margin: 0 auto 24px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.06em;
  background-image: url(../img/plateframe.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.b-plate__h {
  padding: 17px 0 4px;
  font-size: 75px;
  line-height: 1;
  font-family: GothaPro, Verdana, Geneva, sans-serif;
  font-weight: 700;
}

.search-cnt__inp {
  width: 35%;
  height: 35px;
  padding: 0 45px;
  line-height: 35px;
  border-radius: 18px;
  border: none;
  background-color: rgba(222, 227, 228, .2);
  background-image: url(../img/ic-lupa@2x.png);
  background-repeat: no-repeat;
  background-size: 18px 17px;
  background-position: 17px 9px;
  text-align: left;
  transition: 0.15s
}

.search-cnt__inp:focus{outline:0;box-shadow:0 0 2px #fff}

.notfound__tx {
  font-size: 20px;
}

.notfound__search .search-results {max-height: 0;padding: 0 15%;text-align: left;opacity: 0;transition: height 0.15s, opacity 0.15s;}

.notfound__search .search-results a {color: #ffc016;border-color: rgba(255, 192, 22, .3);}

.notfound__search .search-results p {margin: 0.5em 0 1.5em;}

.notfound__search .search-results:before{background-color:#ffc016}

.notfound__search .search-result .article__category {color: #A3A3A3;display: block;}

.notfound__search .search_stat {border: 0;position: relative;display: inline-block;margin: ;}

.notfound__search .search_stat > span{color: #fff;border-bottom: 1px solid rgba(255, 255, 255, .3);}

.notfound__search .search_stat:after{content:'';position:absolute;top:2px;margin-left:10px;opacity:0.7;width:1em;height:1em;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.7 37.6'%3E%3Cpath fill='%23ffffff'  d='M1.3 37.5c-0.3 0-0.6-0.1-0.9-0.4 -0.5-0.5-0.5-1.3 0-1.8L17 18.8 0.4 2.2c-0.5-0.5-0.5-1.3 0-1.8 0.5-0.5 1.3-0.5 1.8 0l18.4 18.4L2.1 37.2C1.9 37.4 1.6 37.5 1.3 37.5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}

.notfound__search.searched .search-results{display:block;margin:65px 0;opacity:1;max-height:99999px}

.notfound__search.searched .search-results.loading{opacity:0.5}

.notfound__sitemap {
  margin: 65px 0;
}

.notfound__sitemap .sitemap-list > li {float: left;width: 47%}

.notfound__sitemap .sitemap-list > li:first-child{width:100%}

.search-results {
  position: relative;
  margin-bottom: 50px
}

.search-results:before{content:'';position:absolute;display:none;top:0;left:50%;width:80px;height:80px;margin:60px auto 100px -40px;background-color:#111;border-radius:100%;animation:sk-scaleout 1.0s infinite ease-in-out}

.search-results.loading{opacity:0.5}

.search-results.loading:before{display:block}

.search-result .article__category {color: rgba(185, 40, 1, .7);}

.sitemap-list {
  margin: 0;
  padding: 0 15%;
  text-align: left;
}

.sitemap-list > .sitemap-list__item {margin-bottom: 30px;}

.sitemap-list > .sitemap-list__item > a {font-weight: 700;}

.sitemap-list ul {margin-top: 6px;}

.sitemap-list ul .sitemap-list__item {margin-bottom: 8px;line-height: 1.3;}

.sitemap-list.yellow a{color:#ffc016;border-color:rgba(255, 192, 22, .3)}

.page-search .search-cnt__form {margin-bottom: 30px;}

.page-search .search-cnt__inp {box-sizing: border-box;width: 100%}

.page-search .search-cnt__inp:focus{box-shadow:0 0 2px rgba(51, 51, 51, .5)}

.search_highlight, .evoSearch_highlight {
  font-weight: bold;
}

.places-map {
  width: 100%;
  min-height: 300px;
  height: 100%;
}

.places-map .gm-style h4 {max-width: 220px;margin: 0 0 10px;font-size: 15px;}

.places-map .gm-style h4 > a {color: #00399e;border-bottom: 1px solid #b2c3e2;}

.places-map .gm-style p {margin: 0;}

.search-results .show-more {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 12px 50px;
  font-size: 14px;
  font-weight: 700;
  font-family: GothaPro, Verdana, Geneva, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: normal;
  border: 2px solid  #dee1e2;
  background: #fff;
  border-radius: 25px;
  color: #000;
  transition: .2s
}

.search-results .show-more:visited{color:#000;border-color:#dee1e2}

.search-results .show-more:hover{color:#000;background-color:#dee1e2;border-color:#dee1e2}

.bsys_item, .bsys_place {
  height: inherit;
}

.topad {
  position: relative;
  z-index: 5;
  width: 100%;
}

.topad .bsys_item {height: 90px;}

.topad-b {
  height: 100%;
  background-size: auto 100%;
  background-position: 50%;
}

@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  } 100% {
    transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

body {
  animation: fade-in 0.6s linear;
}

@media (max-width: 990px){

.page.narrow{min-width:0;max-width:none}

.page{

/*padding-top: 83px;*/}

.page{

/*padding-top: 46px;*/}

.article-bomb{width:64.52%}

.articles-armpit .article{width:91%;margin-left:9%}

.articles-armpit .article:last-child{display:none}

.articles-trio .article{width:47.675%}

.articles-trio .article:last-child{display:none}

.articles-base .article{width:31%}

.articles-base .article:last-child{display:none}

.articles-noimg .article__a{padding:0 10px}

.pagecontent-row{display:block}

.col-post{float:none;width:100%}

.col-aside{float:none;width:100%;margin-left:0;padding-left:20px;padding-right:20px}

.post-header{text-align:center}

.post-category{padding-left:0;text-align:center}

.post-title{padding-right:20px;padding-left:20px;font-size:26px}

.post-meta{margin-bottom:15px;padding-left:0}

.post-authors{display:inline-block;padding-left:20px;padding-right:20px;text-align:left}

.post-author__name{vertical-align:middle}

.post > p, .post > ul, .post > h2, .post > h3{padding:0 20px}

.post p{margin:0 0 1.8em 0}

.post hr{background:#999}

.post > table{max-width:90%;max-width:calc(100% - 20px);margin-left:10px;margin-right:10px}

.post > table tr{border-bottom:1px dotted #C5C5C8}

.post > table td{padding:5px 15px 5px 10px}

.post .grayed{padding-left:20px;padding-right:20px}

.post .lined{margin-left:10px;margin-right:10px;padding-right:10px;border-color:#999}

.post .bolder{margin-left:10px;margin-right:10px;border-color:#999}

.post .quote{margin-top:1.5em;margin-left:10px;margin-right:10px;padding:1em 10px;border:1px solid #999;border-width:1px 0}

.post .quote:before, .post .quote:after{left:50%;height:0.8em;margin-left:-0.375em;padding:0 4px;font-size:2.667em;line-height:0.8em;background-color:#FFF}

.post .quote:before{content:open-quote;top:-0.425em}

.post .quote:after{content:close-quote;bottom:-0.425em}

.post-image__caption{padding:0 20px}

.hr-circle{margin-right:10px;margin-left:10px}

.post-map-link{text-align:center;display:block;margin:-0.8em 0 1.5em;padding:0 20px 0 38px;font-family:GothaPro, Verdana, Geneva, sans-serif}

.post-map-link > .tx{position:relative;font-size:16px;color:#00399e;border-bottom:1px dotted}

.post-map-link > .tx:before{content:'';position:absolute;top:-1px;left:-18px;display:inline-block;width:0.84em;height:1.1em;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 16.2'%3E%3Cpath fill='%2300399e' d='M10.9 5.4c0-3-2.4-5.4-5.4-5.4S.1 2.5.1 5.4c0 1 .3 1.9.8 2.7.1.3.4.9.8 1.5.5.9 3.3 5.6 3.3 5.6l.5.9.5-.9s2.8-4.7 3.3-5.6c.6-1.1.9-1.7.9-1.7.4-.8.7-1.6.7-2.5zm-5.4 8.3c-.8-1.4-2.4-4-2.7-4.6-.6-1.1-.9-1.7-.9-1.7-.4-.6-.5-1.3-.5-2 0-2.3 1.9-4.1 4.1-4.1s4.1 1.9 4.1 4.1c0 .8-.2 1.6-.6 2.2-.2.3-.4.8-.8 1.4-.3.7-1.9 3.3-2.7 4.7z'/%3E%3Ccircle fill='%2300399e' cx='5.5' cy='5.2' r='1.4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain}

.post-footer{padding-left:20px;padding-right:20px}

.post-source{padding:0 20px}

.post-source a{word-break:break-all}

.post-share{margin-left:-20px;margin-right:-20px}

.post-related{padding-left:0}

/*
  .post-social {
    padding-top: 120px;
  }
 .post-comm-control {
    position: absolute;
    top: 48px;
    right: -12px;
    z-index: 3;
  }
  .post-share {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  } */

.side-map{display:none}

figure.image{text-align:center}

.home-adv-side{width:31%}}

@media (max-width: 960px){

.col_3, .col_4, .col_5, .col_6, .col_7, .col_8{float:none;width:100%}

.header{padding:26px 0 10px;background-image:none}

.toplogo{display:inline-block}

.toplogo__image, .toplogo__svg, .toplogo > a{width:516px;height:39px}

.topnav{position:absolute;z-index:3;left:0;right:0;top:100%;background:#41414a;visibility:hidden;background-position:0 -91px;transform:translateY(-100%);transition:visibility 0.15s ease-in-out, transform 0.25s cubic-bezier(0.4, 0, 0.2, 1)}

.topnav.expand{visibility:visible;transform:translateY(0);transition:transform 0.25s cubic-bezier(0.4, 0, 0.2, 1)}

.topnav__item{position:relative;display:block;padding:0;text-align:left;border:0;border-radius:0;margin-left:0}

.topnav__item + .topnav__item{margin-left:0}

.topnav__item.has-sub{
}

.topnav__item.has-sub:before{content:'';position:absolute;top:13px;right:30px;height:10px;width:18px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.73 10.03'%3E%3Cpath fill='%237a7a87' d='M8.87 10.03L0 1.21 1.2 0l7.67 7.63L16.53 0l1.2 1.21-8.86 8.82z' /%3E%3C/svg%3E");background-repeat:no-repeat;transition:transform 0.15s}

.topnav__item.is-hover{
}

.topnav__item.is-hover:before{transform:rotate(180deg)}

.topnav__link{border:0;border-radius:0;display:inline-block;padding:10px 0 10px 30px}

.topsubnav{top:100%;padding-top:0;background-image:none}

.topsubnav__wrap{max-width:100%;padding:0 30px;box-sizing:border-box}

.hamb-wrap{position:absolute;z-index:4;left:0;right:0;top:0;bottom:0;background-color:#41414A}

.hamb{position:absolute;top:26px;display:block;width:30px;height:30px;padding-left:30px;cursor:pointer;z-index:20;text-align:left}

.hamb.close .hamb_in{background:none}

.hamb.close .hamb_in:before{top:0px;transform:rotate(135deg)}

.hamb.close .hamb_in:after{top:0;transform:rotate(45deg)}

.hamb_in{position:relative;display:inline-block;width:25px;height:2px;background:#FFC016}

.hamb_in:before, .hamb_in:after{content:'';position:absolute;width:100%;height:2px;left:0;background:#FFC016;transition:0.15s linear}

.hamb_in:before{top:-8px}

.hamb_in:after{top:8px}

.topsearch{top:30px;right:30px;height:24px}

.active-search .topsearch__cnt{position:absolute;top:58px;left:-30px;right:-30px;padding:10px 0;background:#41414a}

.post-subscribe{padding-left:0}

.footer{background-image:none}

.footer-right{float:none;width:100%;text-align:center;margin-bottom:10px;padding:0}

.footer-nav{float:none;width:100%;-ms-flex-order:3;order:3;margin-top:10px;text-align:center}

.footer-nav__list{display:inline-block;margin-right:20px;margin-bottom:5px}

.footer-nav__item{display:inline-block}

.footer-nav__item + .footer-nav__item{margin-left:20px}

.footer-text{-ms-flex-order:2;order:2;margin-top:10px;text-align:center}

.footer-cont{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}

.aside-hamb{display:none}}

@media (min-width: 961px){

.topnav__item.map{position:absolute;left:30px;bottom:9px;font-size:13px;text-transform:uppercase;letter-spacing:0.03em}

.topnav__item.map.active{border:0}

.topnav__item.map:hover .topnav__link{color:#fff;border-color:transparent}

.topnav__item.map:hover .icon{fill:#fff}

.active-search .topsearch__cnt .search-results{right:-30px;left:-30px;top:27px;padding:20px 30%;background-color:#29282E;background-image:url(../img/top_bg2.jpg);background-position:0 -93px;background-repeat:no-repeat}}

@media (max-width: 900px){

.topsubnav{position:relative}

.topsubnav__item{display:block;width:100%;overflow:hidden;text-overflow:ellipsis;color:#ffc016}

.articles-noimg{-ms-flex-wrap:wrap;flex-wrap:wrap}

.articles-noimg .article{width:47.675%;margin-bottom:30px;min-height:0}

.notfound__sitemap{margin:65px 0}

.notfound__sitemap .sitemap-list > li{float:none;width:100%}}

@media (min-width: 641px) and (max-width: 750px){

.toplogo__image, .toplogo__svg, .toplogo > a{width:440px;height:33px}

.topnav{top:83px}

.active-search .topsearch__cnt{top:52px}

.topsearch__icon{top:0}}

@media (max-width: 640px){

.header{padding:9px 0 10px}

.toplogo{margin-bottom:0;top:3px}

.topnav{top:45px}

.topnav__item.has-sub:before{right:13px}

.topnav__link{padding-left:15px}

.hamb{top:6px;width:30px;height:26px;padding-left:15px}

.hamb_in{width:22px}

.hamb_in:before{top:-6px}

.hamb_in:after{top:6px}

.topsearch{top:7px;right:0;background-size:auto 18px}

.topsearch__icon{top:5px;width:19px;height:19px}

.active-search .topsearch{right:15px;left:15px}

.active-search .topsearch__cnt{top:32px;right:-15px;left:-15px;padding:5px 0}

.active-search .topsearch__cnt .search-results{left:-15px}

.active-search .topsearch__inp{width:80%}

.article__title{font-size:14px}

.article__category{font-size:12px}

.article__meta{font-size:14px}

.article__preview-label, .article__title-sub{font-size:9px}

.articles-heading{margin:0 -15px;font-size:20px;letter-spacing:0.04em}

.pagecontent{padding:20px 15px}

.topad .bsys_item{height:50px}}

@media (min-width: 461px) and (max-width: 640px){

.toplogo__image, .toplogo__svg, .toplogo > a{width:auto;height:24px}}

@media (min-width: 371px) and (max-width: 460px){

.toplogo{top:2px}

.toplogo__image, .toplogo__svg, .toplogo > a{width:auto;height:19px}}

@media (max-width: 370px){

.toplogo{top:0}

.toplogo__image, .toplogo__svg, .toplogo > a{width:auto;height:16px}}

@media (max-width: 768px){

.b-subscribe{border-width:1px 0 0 0}

.articles-leading{display:block;margin-bottom:0px}

.articles-leading .article:nth-child(4){display:none}

.articles-leading .article{width:100%;margin-bottom:15px}

.articles-leading .article__category{display:block}

.articles-leading .article__preview{float:left;width:180px;margin-right:18px;margin-bottom:0}

.articles-leading .article__descr{overflow:hidden;padding-right:30px}

.article-bomb{width:100%;float:none;margin-bottom:40px}

.articles-armpit{margin-bottom:0}

.articles-armpit .article{width:100%;margin-left:0;margin-bottom:30px}

.articles-armpit .article:last-child{display:block}

.articles-armpit .article__preview{width:74%}

.articles-trio{margin-top:10px;margin-left:0}

.articles-trio .article{width:100%;margin-left:0;margin-bottom:30px}

.articles-base{margin-left:-4.138%}

.articles-base .article{width:45.862%;margin-left:4.138%}

.articles-base .article:last-child{display:inline-block}

.post-gallery__a{
}

.post-gallery__a:before{opacity:1}

.home-adv-side{float:none;width:50%;margin:0 auto 30px}

.home-new{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}

.home-new .articles-new{padding-right:0}

.home-new__side{float:none;width:100%;margin-left:0}

.map-header{display:none}

.search-results .show-more{width:100%;text-align:center}}

@media (max-width: 750px){

.post-subscribe__heading{margin-left:-10px;margin-right:-10px;padding-top:24px;text-align:center;border-top:1px solid #B6B6B6}

.post-subscribe__heading:before{box-sizing:border-box;position:absolute;top:-1.2em;left:50%;width:2.8em;height:2.3em;margin-right:0;margin-left:-1.4em;background-color:#FFF;background-size:75%;background-position:center 0}

.post-subscribe .subscribe-inp{margin-left:0}

.subscribe-form{text-align:center}}

@media (max-width: 480px){

.subscribe-inp{width:80%}

.subscribe-btn{min-width:44px;width:13.75%}

.articles-heading{padding-top:5px;font-size:16px;line-height:20px}

.articles-trio .article__title{font-size:18px}

.article-bomb .article__title{font-size:18px}}

@media (max-height:576px){

.fancybox-slide--image{padding:0}}

@media (max-width:768px){

.fancybox-thumbs{width:110px}

.fancybox-show-thumbs .fancybox-inner{right:110px}

.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}

@media (max-width: 600px){

.articles{padding-bottom:17px}

.block-heading{font-size:24px}

.post > p, .post > ul, .post > h2, .post > h3, .post-source{padding:0 5px}

.post .quote, .post .bolder, .post .lined, .hr-circle{margin-left:-5px;margin-right:-5px}

.post .grayed{margin-left:-15px;margin-right:-15px}

.post-footer, .col-aside{padding-left:5px;padding-right:5px}

.block-heading{padding-left:5px}}

@media (min-width: 960px){

.articles-topsubnav.active{opacity:1;visibility:visible;z-index:50}}

@media (max-width: 1200px){

.articles-leading .article{
}

.articles-leading .article:nth-child(5){display:none}

.articles-new .article{width:100%}

.articles-new .article:last-child{display:none}

.articles-noimg .article{width:22.675%}

.articles-noimg .article:last-child{display:none}}

@media (min-width: 901px) and (max-width: 1200px){

.articles-leading .article{width:22.675%}}

@media (min-width: 768px) and (max-width: 900px){

.articles-leading .article{width:31%}}

@media (max-width: 425px){

.articles-leading .article__preview, .articles-new .article__preview{width:40%;margin-right:15px}

.articles-noimg .article{width:97.675%}

.post-image, figure.image{margin-left:-15px;margin-right:-15px}

.post-img, figure.image > img{width:100%}

.sitemap-list{padding:0}}

@media (min-width: 641px){

.search-result .article__category{display:inline-block}

.search-result .title{margin-right:10px}}

@media (max-width: 400px){

.topad .bsys_item--xs{height:auto}

.topad .bsys_item--xs img{max-width:100%}}
