@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i&subset=cyrillic');
body {
  margin: 0;
  font-family: "PT Sans", Tahoma, Verdana;
  font-size: 14px;
  background: url("/usertpl/i/bg-spring.png") #fff;
}
input,
textarea {
  font-family: "PT Sans", Tahoma, Verdana;
  outline: none;
}
input[type="submit"] {
  background: #0094de;
  color: #fff;
  padding: 4px 5px;
  display: block;
  border: 0px solid #ccc;
  cursor: pointer;
}
input[type="submit"]:hover {
  opacity: 1;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}
input[type="submit"]:active {
  opacity: 1;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4) inset;
}
a.add {
  display: block;
  background: url(/usertpl/i/add2.png) no-repeat center center #0094de;
  height: 90px;
  margin-top: -15px;
  margin-bottom: 17px;
  transition: 0.5s;
}
a.mnen {
  display: block;
  background: url(/usertpl/i/mnen.png) center center;
  width: 250px;
  height: 114px;
  margin-top: -4px;
  margin-bottom: 17px;
  transition: 0.5s;
}
a.add:hover,
a.mnen:hover {
  opacity: 0.8;
  box-shadow: 0 2px 2px #000;
}
a.add:active,
a.mnen:active {
  opacity: 0.8;
  box-shadow: 0 2px 2px #000 inset, 0 2px 2px #000;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-self: flex-start;
}
@media (max-width: 1016px) {
  .flex {
    justify-content: space-around;
  }
}
.bg {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
}
.btn3 {
  padding: 15px 30px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  transition: 0.2s;
  border: 1px solid;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  display: block;
}
.btn3.blue {
  color: #0094de;
  border-color: #0094de;
}
.btn3.blue:hover {
  background: #0094de;
  color: #fff;
}
.btn3.blue.fill {
  background: #0094de;
  color: #fff;
}
.btn3.blue.fill:hover {
  background: #0072ab;
}
.push-subscribe-pop {
  display: none;
  position: fixed;
  top: 10px;
  left: calc((100% - 1170px) / 2);
  background: #fff;
  width: 300px;
  z-index: 10;
  padding: 24px;
}
@media (max-width: 1016px) {
  .push-subscribe-pop {
    left: 5px;
  }
}
@media (max-width: 460px) {
  .push-subscribe-pop {
    width: calc(100% - 10px - 50px);
  }
}
.push-subscribe-pop::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -16px;
  border: 8px solid;
  border-color: transparent transparent #fff;
  left: 65px;
}
.push-subscribe-pop .title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.push-subscribe-pop .descr {
  font-size: 14px;
  margin-bottom: 20px;
}
.push-subscribe-pop .btns {
  width: 100%;
}
.push-subscribe-pop .btns .btn3 {
  font-size: 12px;
  padding: 8px 15px 12px;
  width: 30%;
}
.form {
  box-shadow: 0 0 4px #000;
  font-size: 16px;
  background: #fff;
  padding: 40px;
  max-width: 400px;
  text-align: left;
  z-index: 2;
  position: fixed;
  top: 100px;
  left: calc(50% - 240px);
  display: none;
}
.form .close {
  position: absolute;
  top: -3px;
  right: 7px;
  font-weight: bold;
  cursor: pointer;
  font-size: 18px;
}
.form label {
  display: block;
  clear: both;
  margin: 10px 0;
}
.form input {
  font-size: inherit;
  float: right;
  width: 200px;
  display: block;
  border: 1px solid #ccc;
}
.form input.submit {
  background: #0094de;
  color: #fff;
  width: 204px;
  border: none;
}
.form input.file {
  font-size: 14px;
  border: none;
}
.form a.auth {
  border-bottom: 1px dashed #0094de;
  color: #0094de;
  text-decoration: none;
}
.form.reg {
  z-index: 3;
}
.form.addnews {
  top: 20px;
}
.form.addnews input {
  float: none;
  width: 100%;
}
.form.addnews textarea {
  float: none;
  width: 100%;
  max-width: 100%;
  height: 70px;
  font-size: 13px;
}
.form.addnews input.submit {
  width: 204px;
}
.kkbpaymentform {
  display: none;
}
.g-recaptcha {
  margin: 0 0 15px;
}
.invalid {
  border-color: red;
  box-shadow: 0 0 3px red;
}
label.invalid {
  color: red;
  margin: 0;
  text-align: right;
}
a.img {
  transition: 0.5s;
}
a.img:hover {
  opacity: 0.8;
}
img.main {
  transition: 0.5s;
}
img.main:hover {
  opacity: 0.8;
}
.other-main-news .item .title:hover {
  opacity: 0.8;
}
.news-main .title:hover {
  opacity: 0.8;
}
.afisha-main .item .title:hover {
  opacity: 0.8;
}
.column p {
  margin: 0;
}
.banner-main p {
  margin: 0;
}
.header .banner p {
  margin: 0;
}
.clear {
  clear: both;
}
.gwrap {
  margin: 0 auto;
  max-width: 1016px;
  transition: 0.2s;
}
.blur {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
.gtitle {
  color: #291770;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 10px;
  line-height: 22px;
}
.gtitle-last {
  margin: 8px 0 0;
  height: 26px;
  line-height: 26px;
}
.btitle {
  line-height: 25px;
  min-height: 25px;
  color: #bdbcbc;
  font-size: 13px;
  text-decoration: none;
  text-align: right;
  border-bottom: 2px solid #0094de;
}
.btitle .l {
  text-align: left;
  padding-left: 10px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  background: #0094de;
  min-width: 40%;
  float: left;
}
.btitle .l a {
  text-decoration: none;
}
.btitle .tr {
  float: left;
  height: 0;
  width: 0;
  border-width: 13px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #0094de #0094de;
  border-style: solid;
}
.btitle a {
  color: inherit;
  text-decoration: underline;
}
.bgtitle {
  position: relative;
  padding-left: 53%;
  line-height: 26px;
  background: #ccc;
  color: #2d2e2e;
  font-size: 16px;
  text-align: center;
  border-bottom: 2px solid #0094de;
  cursor: pointer;
}
.bgtitle .l {
  text-align: left;
  padding-left: 10px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  background: #0094de;
  width: 40%;
  position: absolute;
  left: 0;
}
.bgtitle .tr {
  height: 0;
  width: 0;
  border-width: 13px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #0094de #0094de;
  border-style: solid;
  position: absolute;
  left: 44%;
}
.reverse {
  background: #0094de;
  color: #fff;
}
.reverse .l {
  color: #2d2e2e;
  background: #ccc;
  width: 40%;
}
.reverse .tr {
  border-color: #cccccc rgba(204, 204, 204, 0) rgba(204, 204, 204, 0) #cccccc;
}
.column .bgtitle .l {
  text-transform: none;
  font-size: 16px;
}
.topline {
  background: #393a3c;
  min-height: 20px;
  padding: 7px 17px;
  align-items: center;
}
@media (max-width: 600px) {
  .topline {
    padding: 10px 0;
  }
}
@media (max-width: 600px) {
  .topline .nav {
    display: none;
  }
}
.topline .nav a {
  display: inline-block;
  height: 10px;
  width: 11px;
  margin-right: 17px;
}
.topline .nav .mail {
  background: url(/usertpl/i/mail.png) center center no-repeat;
}
.topline .nav .sitemap {
  background: url(/usertpl/i/sitemap.png) center center no-repeat;
}
.topline .search {
  width: 190px;
  position: relative;
}
.topline .search input {
  border: none;
  outline: none;
  font-style: italic;
  margin: 0;
  display: block;
}
.topline .search .string {
  padding: 1px 6px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset;
  width: 144px;
}
.topline .search .btn {
  background: url(/usertpl/i/search.png) no-repeat center center #666;
  width: 25px;
  height: 20px;
  cursor: pointer;
}
.topline .search .btn:hover {
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.8);
}
.topline .search .results {
  width: 100%;
  position: absolute;
  display: none;
  top: 100%;
  z-index: 2;
  padding: 5px 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  background: #fff;
}
.topline .search .results.vis {
  display: block;
}
.topline .search .results .item {
  display: block;
  padding: 3px 15px;
  text-decoration: none;
  margin: 0 0 3px;
}
.topline .search .results .item.more {
  margin: 0;
  color: #0094de;
  cursor: pointer;
}
.topline .search .results .item .date {
  font-size: 10px;
  color: #999;
}
.topline .calend {
  padding-right: 40px;
  background: url(/usertpl/i/calend.png) right center no-repeat;
  color: #fff;
  cursor: pointer;
  position: relative;
  z-index: 5;
}
@media (max-width: 600px) {
  .topline .calend {
    display: none;
  }
}
.topline .calend .calendar-top {
  display: none;
  position: absolute;
}
.topline .calend .calendar-top .close {
  z-index: 10;
  display: block;
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}
.topline .xbet {
  background: url("/usertpl/i/bg/xbet.svg") no-repeat left center / contain;
  display: block;
  height: 20px;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
  padding-left: 95px;
}
@media (max-width: 383px) {
  .topline .xbet {
    margin: 12px auto 0;
  }
}
.header {
  min-height: 86px;
  padding: 16px 0 0;
}
.header .logo {
  display: inline-block;
  height: 86px;
  width: 287px;
  background: url(/usertpl/i/logo.png) center center no-repeat;
  margin-bottom: 16px;
}
.header .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 245px;
  height: 86px;
  margin-bottom: 16px;
}
.header .info .radio {
  background: #0094de;
  color: #fff;
  height: 23px;
  padding: 0 6px;
  line-height: 23px;
  position: relative;
}
.header .info .radio .play {
  position: absolute;
  top: 3px;
  left: 135px;
  border-width: 8px 10px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #dcdcdc;
  cursor: pointer;
}
.header .info .radio .playing {
  border-color: #dcdcdc;
  border-width: 0px 4px;
  width: 4px;
  height: 16px;
}
.header .info .radio .stop {
  border-color: #dcdcdc;
  border-width: 0px 4px;
  width: 4px;
  height: 16px;
}
.header .info .radio .volume {
  position: absolute;
  width: 60px;
  top: 1px;
  left: 155px;
  margin: 0;
}
.header .info .radio .icon {
  position: absolute;
  right: 9px;
  top: 3px;
  width: 8px;
  height: 16px;
  background: url(/usertpl/i/volume.png);
}
.header .info .radio audio {
  display: none;
}
.header .info #radio {
  display: none;
}
.header .info #radio_vt {
  display: none;
}
.header .info .today {
  font-size: 13px;
  color: #020001;
  margin-top: 10px;
  position: relative;
}
.header .info .today span {
  color: #0094de;
}
.header .info .today .l {
  float: left;
}
.header .info .today .r {
  position: absolute;
  right: 0;
}
.header .info .cw {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
.header .info .cw > div {
  display: inline-block;
}
.header .info .cw .curr {
  width: 40px;
  color: #393a3c;
  font-size: 13px;
  position: relative;
}
.header .info .cw .curr img {
  display: none;
  height: 13px;
  opacity: 0.5;
  position: absolute;
  top: 3px;
  right: 0px;
}
.header .info .cw .curr span {
  color: #0094de;
}
.header .info .cw .weather {
  color: #0094de;
  font-size: 30px;
  display: none;
}
.header .info .cw .weather img {
  max-height: 30px;
  max-width: 39px;
  float: right;
  margin-left: 4px;
  margin-top: 4px;
  border: none;
  outline: none;
  border-image-width: 0;
  font-size: 0px;
}
.header .banner {
  width: 100%;
  height: 92px;
  overflow: hidden;
  display: inline-block;
  background: no-repeat center center / contain;
  margin-bottom: 16px;
}
.header .bnr {
  display: inline-block;
  max-width: 428px;
  width: 100%;
}
.header .menuicon {
  display: none;
  background: url("/usertpl/i/head-menu.png") no-repeat center center / contain;
  width: 40px;
  height: 30px;
}
.header .menuicon.opened {
  background-image: url("/usertpl/i/head-menu-close.png");
}
.top-menu {
  min-height: 40px;
  background: linear-gradient(to bottom, #0588d4, #26217d);
  margin-bottom: 6px;
  position: relative;
  z-index: 1;
  display: none;
}
.top-menu.opened {
  display: flex;
}
.top-menu .item {
  display: inline-block;
  flex-grow: 1;
  text-align: center;
  line-height: 40px;
  padding: 0 10px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 2px #000;
  text-decoration: none;
}
.top-menu .item:hover {
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 4px rgba(255, 255, 255, 0.3);
}
.top-menu .home {
  width: 16px;
  height: 40px;
  background: url(/usertpl/i/home2.png) center center no-repeat;
}
.top-menu .more {
  cursor: pointer;
  width: 60px;
}
.top-menu .separate {
  display: inline-block;
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0) 100%);
}
.second {
  margin-top: -5px;
  display: none;
}
.marque {
  background: #eceaea;
  color: #252424;
  padding: 3px 0px;
  overflow: hidden;
  height: 25px;
  line-height: 25px;
}
.marque .wrap {
  white-space: nowrap;
  height: 25px;
  line-height: 25px;
}
.marque .wrap .item {
  display: inline;
}
.marque .wrap p {
  display: inline;
}
.marque a {
  color: inherit;
}
.main {
  width: 480px;
  display: inline-block;
  vertical-align: top;
}
.main.notmain {
  max-width: 740px;
  width: 100%;
}
.columns {
  max-width: 517px;
  width: 517px;
}
.columns.notmain {
  width: 250px;
}
.column {
  width: 250px;
  display: inline-block;
  vertical-align: top;
}
.cwrap {
  margin: 16px 0;
}
.cwrap .last {
  height: 590px;
  padding: 0;
}
.cwrap .last .item {
  padding: 15px 15px;
  margin: 0;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #fff;
  transition: 0.7s;
}
.cwrap .last .item:hover {
  background: #ccc;
}
.cwrap .favoritenews {
  height: 497px;
  padding: 0;
}
@media (max-width: 517px) {
  .cwrap .favoritenews {
    height: auto;
  }
}
.cwrap .favoritenews .item {
  padding: 15px 15px;
  margin: 0;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #fff;
  transition: 0.7s;
}
.cwrap .favoritenews .item:hover {
  background: #ccc;
}
.scroll {
  overflow-y: scroll;
  position: relative;
}
.scroll .readall {
  display: none;
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 60px;
  line-height: 60px;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
}
.slider-main {
  position: relative;
  display: block;
  background: no-repeat center center / cover;
  height: 349px;
  border: 1px solid #0094de;
  margin-bottom: 19px;
  transition: 0.5s;
}
.slider-main:hover {
  opacity: 0.8;
}
.slider-main .bottom {
  position: absolute;
  bottom: 0;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.7);
  width: calc(100% - 20px);
}
.slider-main .bottom .title {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 15px;
}
.slider-main .bottom .fl {
  color: #9c9b9b;
  font-size: 11px;
}
.stitle {
  margin-top: 8px;
  position: relative;
  line-height: 26px;
  height: 26px;
  color: #fff;
  font-size: 13px;
  text-align: right;
}
.stitle .l {
  text-align: left;
  padding-left: 10px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 17px;
  font-weight: bold;
  background: #0094de;
  min-width: 20%;
  float: left;
}
.stitle .tr {
  float: left;
  height: 0;
  width: 0;
  border-width: 13px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #0094de #0094de;
  border-style: solid;
}
.stitle a {
  position: relative;
  top: -3px;
  display: inline-block;
  background: #9c9b9b;
  margin: 0 2px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  line-height: 15px;
  padding: 2px 3px;
}
.stitle a.active {
  background: #0094de;
}
.stitle a.active:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  left: 2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0px 5px;
  border-color: #0094de rgba(0, 148, 222, 0) rgba(0, 148, 222, 0) rgba(0, 148, 222, 0);
}
.banner-main {
  width: 100%;
  margin-bottom: 21px;
}
.bnr:last-child .banner-main {
  margin-bottom: 0;
}
.other-main-news {
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 14px;
}
.other-main-news .item {
  width: 147px;
  display: inline-block;
}
.other-main-news .item .img {
  height: 104px;
  border: 1px solid #fff;
  outline: 1px solid #ccc;
  background-size: cover;
  display: block;
}
.other-main-news .item .title {
  color: #102988;
  text-decoration: none;
  margin: 6px 0;
  display: block;
  min-height: 55px;
}
.other-main-news .item .date {
  font-size: 12px;
}
.gblock {
  background: #eceaea;
  border: 1px solid #d7d7d7;
  padding: 15px;
  margin-bottom: 17px;
}
.gblock .item {
  color: #252424;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 20px;
}
.gblock .item .viewcount {
  color: #fff;
  background: #ccc;
  padding: 0 3px;
  font-size: 12px;
}
.gblock .item a {
  color: inherit;
  text-decoration: none;
}
.gblock .time {
  margin: -10px 0 5px;
}
.gblock .time a {
  color: #0094de;
  margin-right: 16px;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px dashed #0094de;
}
.gblock .time a.active {
  border-color: transparent;
}
.markersq {
  padding-left: 25px;
}
.markersq .item a {
  position: relative;
}
.markersq .item a:before {
  content: '';
  height: 10px;
  width: 5px;
  background: #ccc;
  position: absolute;
  display: block;
  left: -13px;
  top: 5px;
}
.markerci {
  padding-left: 25px;
}
.markerci .item a {
  position: relative;
}
.markerci .item a:before {
  content: '';
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #ccc;
  position: absolute;
  display: block;
  left: -15px;
  top: 7px;
}
.blogs-main {
  padding: 14px;
  min-height: 313px;
}
.blogs-main .item {
  min-height: 62px;
}
.blogs-main .item:last-child {
  margin-bottom: 4px;
}
.blogs-main .item .img {
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: 3px;
  width: 48px;
  height: 56px;
  background-size: cover;
  border: 1px solid #fff;
  outline: 1px solid #ccc;
}
.blogs-main .item .title {
  color: #000;
  text-decoration: none;
  line-height: 16px;
}
.blogs-main .item .name {
  color: #000;
  text-decoration: none;
  line-height: 13px;
  font-size: 12px;
}
.blogs-main .item .date {
  line-height: 13px;
  font-size: 12px;
  margin: 0px 0;
}
.social-main {
  padding: 0;
}
.social-main .btns {
  font-size: 0;
  border-bottom: 2px solid #0094de;
  display: flex;
}
.social-main .btns .btn {
  width: 48px;
  height: 24px;
  display: inline-block;
  border-right: 1px solid #eceaea;
  cursor: pointer;
  flex-grow: 1;
}
.social-main .btns .btn:last-child {
  border: none;
}
.social-main .btns .vk {
  background: url(/usertpl/i/vk.png) no-repeat center center / contain #ccc;
}
.social-main .btns .tw {
  background: url(/usertpl/i/tw.png) no-repeat center center / contain #ccc;
}
.social-main .btns .yt {
  background: url(/usertpl/i/yt.png) no-repeat center center / contain #ccc;
}
.social-main .btns .fb {
  background: url(/usertpl/i/fb.png) no-repeat center center / contain #ccc;
}
.social-main .btns .gl {
  background: url(/usertpl/i/gl.png) no-repeat center center / contain #ccc;
}
.social-main .btns .active {
  background-color: #0094de;
}
.social-main .content {
  height: 346px;
  display: block;
}
.calendar-main {
  height: 245px;
}
.small-banner {
  height: 100px;
  width: 100%;
  background: no-repeat center center / cover;
  padding: 0;
  overflow: hidden;
  margin-bottom: 17px;
  position: relative;
}
.freetext {
  padding: 0;
  margin-top: -4px;
}
.main_under_latest_news {
  height: 110px;
  width: 517px;
  background: no-repeat center center / cover;
  padding: 0;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}
.main_under_latest_news.h200 {
  height: 245px;
}
.banner-under_popular {
  width: 250px;
  height: 180px;
  background: no-repeat center center / cover;
  padding: 0;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}
.grey {
  color: #9c9b9b;
  font-size: 13px;
}
.ads {
  background: #eceaea;
  padding: 10px 15px 0px 15px;
  margin-bottom: 30px;
  overflow-y: scroll;
  height: 140px;
  display: block;
  text-decoration: none;
  color: inherit;
}
.ads .line {
  border-bottom: 1px dashed #ccc;
  margin: 10px 0;
}
.ads span {
  font-weight: bold;
}
.ads .readall {
  position: relative;
  bottom: -10px;
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  width: 100%;
}
.ads-single {
  margin-bottom: 15px;
}
.ads-single .line {
  border-bottom: 1px dashed #ccc;
  margin: 10px 0;
}
.ads-single span {
  font-weight: bold;
}
.section a {
  display: inline-block;
  color: #fff;
  background: #0094de;
  text-align: center;
  width: 49%;
  text-decoration: none;
  line-height: 20px;
  padding: 10px;
  margin: 0 2% 10px 0;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 16px;
}
.section a:nth-child(2n) {
  margin: 0 0 10px;
}
.ads-type {
  margin-bottom: 15px;
}
.ads-type a {
  display: inline-block;
  padding: 2px 5px;
  margin-right: 5px;
  cursor: pointer;
}
.ads-type a.active {
  background: #ccc;
}
.bottom-menu {
  line-height: 30px;
  background: #393a3c;
  font-size: 13px;
  text-align: center;
  margin-bottom: 20px;
}
.bottom-menu a.item {
  margin: 0 8px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
}
.bottom-menu a.item:last-child {
  display: none;
}
.agelimit {
  line-height: 30px;
  background: #393a3c;
  font-size: 13px;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}
.footer {
  font-size: 12px;
  color: #393a3c;
  display: flex;
  justify-content: space-between;
  text-align: left;
  margin-bottom: 25px;
}
.footer > div {
  display: inline-block;
}
.footer a {
  color: #393a3c;
  text-decoration: none;
}
.footer .dev {
  text-align: right;
  width: 260px;
}
.footer .c {
  text-align: center;
  width: 490px;
}
.footer .l {
  text-align: left;
  padding-right: 20px;
}
.news-main {
  margin: 4px 0 20px;
  /*min-height:145px;*/
  overflow: auto;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
}
/*.news-main .date{margin-top:-4px;}*/
.news-main .img {
  margin-top: 5px;
  display: block;
  float: left;
  width: 148px;
  height: 139px;
  margin-right: 7px;
  background-size: cover;
  background-position: center;
  border: 1px solid #fff;
  outline: 1px solid #eaebed;
}
.news-main .title {
  margin: 0 0 10px;
  color: #102988;
  font-size: 16px;
  font-weight: 400;
}
.news-main .title a {
  text-decoration: none;
  color: inherit;
}
.news-main .descr {
  color: #000;
  font-size: 14px;
}
.clearline {
  clear: both;
  border-bottom: 1px solid #ccc;
  margin: 15px 0;
}
.projects {
  padding: 15px 10px;
  background: #eceaea;
  margin-bottom: 20px;
  border-left: 22px solid #eceaea;
  border-right: 22px solid #eceaea;
}
.projects .item {
  margin: 0 14px;
}
.projects .item a {
  display: block;
  width: 208px;
  height: 113px;
  border: 1px solid #b9b9b9;
  background-size: cover;
  position: relative;
  transition: 0.5s;
}
.projects .item a:hover {
  opacity: 0.8;
}
.projects .item a .title {
  color: #fff;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.7);
  width: 188px;
}
.projects .arrow {
  position: absolute;
  height: 145px;
  width: 32px;
  top: 0px;
  z-index: 2;
  cursor: pointer;
}
.projects .arrow:hover {
  opacity: 0.7;
}
.projects .prev {
  left: -8px;
  background: url(/usertpl/i/arrow-left.png) no-repeat center center #eceaea;
}
.projects .next {
  right: -8px;
  background: url(/usertpl/i/arrow-right.png) no-repeat center center #eceaea;
}
.gazeta-margin-top {
  margin-bottom: 60px;
}
.gazeta-other {
  overflow: hidden;
  position: relative;
  height: 2140px;
}
.gazeta-other .readall {
  width: 448px;
  color: #000;
  text-decoration: none;
  height: 20px;
  display: block;
  text-align: center;
  background: #eceaea;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  background: none repeat scroll 0 0 #eceaea;
  border: 1px solid #d7d7d7;
  padding: 15px;
}
.gazeta-other .grad {
  display: block;
  position: absolute;
  height: 50px;
  bottom: 52px;
  width: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.news-single {
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
}
.news-single > .title {
  margin: 0 0 10px;
  font-size: 25px;
  font-weight: 400;
  color: #291770;
}
.news-single img.main {
  max-width: 100%;
  margin-bottom: 5px;
  float: left;
}
.news-single .a-img {
  max-width: 200px;
  float: left;
  margin: 5px 10px 0 0;
  transition: 0.5s;
}
.news-single .a-img:hover {
  opacity: 0.8;
}
.news-single .over {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.news-single .under {
  display: flex;
  justify-content: space-between;
  padding: 9px 0;
  margin: 18px 0;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}
.news-single .content {
  font-size: 15px;
  margin-bottom: 15px;
}
.news-single .content img {
  max-width: 100% !important;
  height: auto !important;
}
.news-single .content > div {
  margin: 14px 0;
}
.news-single .content p {
  margin: 14px 0;
}
.news-single .openthis {
  display: block;
  margin: -19px auto 0;
  padding: 5px;
  width: 112px;
  text-align: center;
  cursor: pointer;
}
.news-single .openthis:hover {
  opacity: 0.8;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.news-single .images {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.news-single .images a {
  display: block;
  width: 156px;
  height: 104px;
  background-size: cover;
  margin-bottom: 10px;
  margin-right: 38px;
  transition: 0.5s;
}
.news-single .images a:nth-child(4n) {
  margin-right: 0;
}
.news-single .images a:hover {
  opacity: 0.8;
}
.news-single .counters {
  line-height: 24px;
}
.news-single .counters .viewcount {
  background: url(/usertpl/i/viewcount.png) left center no-repeat;
  padding-left: 15px;
  display: inline-block;
  margin-right: 10px;
}
.news-single .counters .comcount {
  background: url(/usertpl/i/comcount.png) left center no-repeat;
  padding-left: 15px;
  display: inline-block;
  margin-right: 10px;
}
.news-single .counters .likecount {
  background: url(/usertpl/i/likecount.png) left center no-repeat;
  padding-left: 15px;
  display: inline-block;
  cursor: pointer;
}
.news-single .counters .likecount:hover {
  text-shadow: 0 0 2px #0094de;
}
.news-single .blog-author {
  margin: 10px 0;
}
.news-single .blog-author img {
  max-height: 32px;
  max-width: 32px;
  float: left;
  border: 1px solid #fff;
  outline: 1px solid #ccc;
  margin-right: 10px;
}
.news-single .author {
  color: #666;
  display: inline-block;
  float: right;
  text-align: left;
}
.news-single .newyearlink-news {
  background: url("/usertpl/i/newyearlink-news.png") no-repeat center center / contain #f8f8f8;
  height: 70px;
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 700px) {
  .news-single .newyearlink-news {
    background: url("/usertpl/i/newyearlink-news-mobile.png?r=2021") no-repeat center center / contain #f8f8f8;
    height: 90px;
  }
}
.sitemap a {
  color: #102988;
  text-decoration: none;
}
.sitemap .sub {
  padding-left: 20px;
}
.latest {
  background: #eceaea;
  border: 1px solid #ccc;
  padding: 0;
  margin-bottom: 15px;
  height: 350px;
  position: relative;
}
.latest .item {
  display: block;
  min-height: 45px;
  padding: 15px;
  color: #252424;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #fff;
}
.latest .item .img {
  width: 60px;
  height: 45px;
  background: no-repeat center center / cover;
  margin-right: 8px;
  margin-top: 5px;
  float: left;
  border: 1px solid #fff;
  outline: 1px solid #eaebed;
}
.latest .readall {
  position: absolute;
  left: 0;
}
.way {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  color: #a7a6a6;
  margin: 0 0 15px;
  padding: 0;
}
.way li > a {
  color: #a7a6a6;
}
.way li > span {
  font-weight: 700;
  color: #a7a6a6;
}
.msg {
  box-shadow: 0 0 4px #000;
  position: fixed;
  top: 200px;
  left: calc(50% - 225px);
  width: 400px;
  padding: 25px;
  text-align: center;
  background: #fff;
  z-index: 2;
}
.msg .close {
  position: absolute;
  top: -3px;
  right: 7px;
  font-weight: bold;
  cursor: pointer;
  font-size: 18px;
}
.other-main-news.hide {
  display: none;
}
.bnr {
  position: relative;
  width: 100%;
}
.bnr_img {
  display: block;
  margin: 0 0 30px;
}
.bnr_img img {
  width: 100%;
  height: auto;
}
.bnr .over-link {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
}
.backtop {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 90px;
  background: url(/usertpl/i/arrow-top.png) no-repeat center center rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: 0.3s;
  cursor: pointer;
}
.backtop.l {
  left: 0;
}
.backtop.r {
  right: 0;
}
.backtop:hover {
  opacity: 1;
}
.video {
  margin: 15px 0;
}
img.have {
  margin: 0px 10px -3px 0;
}
.poll .title {
  color: #291770;
  font-size: 21px;
}
.poll .tbl {
  margin-bottom: 20px;
}
.poll input[type="submit"] {
  width: 100px;
}
.paging-container a {
  color: #102988;
  text-decoration: none;
}
.paging-container a:hover {
  opacity: 0.8;
}
a.anons {
  color: inherit;
  text-decoration: none;
}
.sdescr {
  width: 100%;
  margin: 0 0 15px 0;
}
.sdescr img {
  max-width: 100%;
}
.tc {
  text-align: center;
}
.font {
  font-size: inherit;
}
.inline {
  display: inline-block;
}
.get-auth {
  color: #0094de;
  display: inline-block;
  border-bottom: 1px dashed;
  cursor: pointer;
}
.get-auth:hover {
  opacity: 0.8;
}
.calendar-main {
  padding: 0;
  background: none;
  border: none;
}
.ui-datepicker {
  width: 240px !important;
  background: none;
  border: none !important;
  font-weight: normal !important;
}
.ui-datepicker th {
  font-weight: normal !important;
}
.ui-widget-header {
  font-weight: normal !important;
}
.ui-widget-header {
  background: none !important;
  border: none !important;
}
.ui-state-default {
  background: #d5d5d5 !important;
}
.ui-state-highlight {
  background: #0094de !important;
  border: 1px solid #0094de !important;
  color: #fff !important;
}
.ui-state-active {
  background: #0094de !important;
  border: 1px solid #0094de !important;
  color: #fff !important;
}
.ui-state-default:hover {
  border: 1px solid #0094de !important;
}
.ui-widget {
  font-family: inherit !important;
}
.ui-datepicker-next {
  right: 40px !important;
  background: none !important;
}
.ui-datepicker-prev {
  left: 52px !important;
}
.ui-datepicker-next-hover,
.ui-datepicker-prev-hover {
  top: 2px !important;
}
.ui-datepicker-next.ui-state-hover,
.ui-datepicker-prev.ui-state-hover {
  background: none !important;
  border: none !important;
}
.ui-icon {
  background: none !important;
  position: absolute;
  top: 2px;
}
.ui-datepicker-prev:after {
  content: "<<";
  position: absolute;
  top: 2px;
  cursor: pointer;
}
.ui-datepicker-next:after {
  content: ">>";
  position: absolute;
  top: 2px;
  cursor: pointer;
}
.calendar-top .ui-datepicker {
  background: #2E2E30;
  color: #fff;
}
.calendar-top .ui-datepicker th {
  color: #fff;
}
.calendar-top .ui-widget-header {
  color: #fff;
}
.calendar-top .ui-datepicker-prev:after {
  color: #fff;
}
.calendar-top .ui-datepicker-next:after {
  color: #fff;
}
.swflink {
  display: block;
  position: absolute;
  width: 250px;
  height: 100px;
  z-index: 100;
  top: 0;
}
.sticky {
  transition: 1s;
}
#ctrlcopy {
  opacity: 0;
  font-size: 0px;
}
#ya-site-results .b-head tr:nth-child(1) {
  font-size: 11px;
}
#ya-site-results .b-head tr img {
  width: 32px;
}
.worldkz {
  position: relative;
  padding-bottom: 20px;
}
.worldkz .countrymore {
  position: absolute;
  bottom: -15px;
  left: -25px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #000;
  width: calc(100% - -40px);
  border-top: 1px solid #D7D7D7;
  background: #ccc;
}
.msgcomment {
  display: none;
}
.adv-l {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  background: url("/usertpl/i/bg/bnr-2023-09-18-l.webp") no-repeat top right / contain;
  height: 100%;
  width: calc((100% - 1016px - 40px) / 2);
}
.adv-r {
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  background: url("/usertpl/i/bg/bnr-2023-09-18-r.webp") no-repeat top left / contain;
  height: 100%;
  width: calc((100% - 1016px - 40px) / 2);
}
.elka-l {
  background: url(/usertpl/i/elka-l.png);
  width: 267px;
  height: 258px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.elka-r {
  background: url(/usertpl/i/elka-r.png);
  width: 278px;
  height: 256px;
  position: absolute;
  top: 0;
  right: 0;
}
.autumn-l {
  background: url(/usertpl/i/autumn-l.png);
  width: 231px;
  height: 215px;
  position: absolute;
  top: 0;
  left: 0;
}
.autumn-r {
  background: url(/usertpl/i/autumn-r.png);
  width: 234px;
  height: 217px;
  position: absolute;
  top: 0;
  right: 0;
}
.spring-l {
  background: url(/usertpl/i/flowers-l.png);
  width: 167px;
  height: 215px;
  position: absolute;
  top: 0;
  left: 0;
}
.spring-r {
  background: url(/usertpl/i/flowers-r.png);
  width: 168px;
  height: 215px;
  position: absolute;
  top: 0;
  right: 0;
}
.summer-l {
  background: url(/usertpl/i/summer-l.png) no-repeat left top / contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 112px;
  height: 267px;
}
.summer-r {
  background: url(/usertpl/i/summer-r.png) no-repeat right top / contain;
  position: absolute;
  top: 0;
  right: 0;
  width: 112px;
  height: 267px;
}
.newyearlink {
  display: block;
  background: url(/usertpl/i/newyearlink2022.png);
  width: 82px;
  height: 444px;
  position: fixed;
  top: calc(50% - 150px);
  left: calc(((100% - 1016px) / 4) - 35px);
  transition: 0.3s;
}
.newyearlink2 {
  background: url(/usertpl/i/newyearlink-news-mobile.png?r=2022) no-repeat center center / contain;
  width: 100%;
  height: 82px;
  display: block;
  margin: 20px 0;
}
.denpobedytext {
  display: block;
  background: url(/usertpl/i/denpobedy-text.png);
  width: 73px;
  height: 281px;
  position: fixed;
  top: calc(50% - 100px);
  left: 25px;
  transition: 0.3s;
}
.newyearlink:hover {
  top: calc(50% - 160px);
}
.ya-share2__list_direction_horizontal > .ya-share2__item {
  margin: 0px 2px 5px !important;
}
.microdata {
  display: none;
}
.slider_item {
  display: block;
  position: relative;
  background: no-repeat center center / cover;
  height: 349px;
  border: 1px solid #0094de;
  margin-bottom: 19px;
}
.slider_dots {
  display: flex;
  justify-content: flex-end;
}
.slider_dots .owl-dot {
  min-width: 16px;
  text-align: center;
  -webkit-appearance: none;
  margin: 0 0 0 5px;
  padding: 2px 3px;
  font-size: 15px;
  line-height: 15px;
  background: #9c9b9b;
  border: none;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}
.slider_dots .owl-dot span {
  text-decoration: none;
}
.slider_dots .owl-dot.active {
  position: relative;
  background: #0094de;
}
.slider_dots .owl-dot.active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  left: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0px 5px;
  border-color: #0094de rgba(0, 148, 222, 0) rgba(0, 148, 222, 0) rgba(0, 148, 222, 0);
}
.a2hs {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("/usertpl/i/favicon.png") no-repeat 20px center / 30px #393a3c;
  color: #fff;
  padding: 7px 20px 7px 70px;
}
.covidline {
  text-decoration: none;
  padding: 10px 20px;
  text-align: center;
  background: #970e00;
  color: #fff;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}
blockquote {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0 0 10px;
  padding: 20px;
  position: relative;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  quotes: none;
  display: block;
}
@media (max-width: 1016px) {
  blockquote {
    font-size: 16px;
  }
}
blockquote:before,
blockquote:after {
  content: '';
  content: none;
}
blockquote.alert {
  background: #ffcea3 url("/usertpl/i/blockquote-alert.svg") no-repeat 6px center;
  background-size: 70px;
  padding-left: 85px;
}
blockquote.info {
  padding-left: 40px;
}
blockquote.info:before {
  content: '';
  display: block;
  width: 8px;
  background: #0094de;
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 10px;
}
blockquote.people {
  background: url("/usertpl/i/blockquote-people.svg") no-repeat 18px 22px;
  background-size: 40px;
  padding-left: 70px;
}
.banner-telegram {
  display: block;
  margin: 25px 0;
}
.banner-telegram img {
  max-width: 100%;
}
@media (max-width: 1200px) {
  .backtop {
    display: none !important;
  }
  .newyearlink {
    display: none;
  }
  .denpobedytext {
    display: none;
  }
}
@media (max-width: 1016px) {
  .social-main {
    display: none;
  }
  .slider-bottom ul {
    padding: 0;
    list-style: none;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .slider-bottom ul .item {
    margin: 0 0 20px;
  }
  .slider-bottom .arrow {
    display: none;
  }
  .footer {
    padding: 0 10px;
  }
  .bottom-menu .pip {
    display: none;
  }
  .newyearlink2 {
    display: block;
  }
  .sticky {
    opacity: 1 !important;
    position: static !important;
    height: auto !important;
  }
}
@media (max-width: 517px) {
  .main {
    width: 100%;
  }
  .bnr.onlydesktop {
    display: none !important;
  }
  .footer {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-around;
  }
  .nplink-nomera {
    display: none;
  }
  .form {
    left: 0;
    top: 0;
  }
  .top-menu .more {
    display: none;
  }
  .column {
    width: auto;
  }
  .columns.notmain {
    width: auto;
  }
  .bgtitle .tr {
    left: 42.5%;
  }
  a.add {
    margin: -5px auto 17px;
  }
  .freetext {
    text-align: center;
  }
  .ui-datepicker-inline {
    margin: 0 auto;
  }
  .news-single {
    padding: 0 10px;
  }
  .news-main {
    padding: 0 10px;
  }
  .section {
    padding: 0 10px;
  }
  .way {
    padding: 0 10px;
  }
  .gtitle {
    padding: 0 10px;
  }
  .marque {
    display: none;
  }
  .top-menu .item {
    width: 100%;
  }
  .top-menu.first {
    display: none;
  }
  .top-menu.first.opened {
    display: block;
  }
  .header .info .cw {
    display: none;
  }
  .header .info {
    height: auto;
    margin-bottom: 0;
  }
  .header .menuicon {
    display: block;
  }
  .top-menu .separate {
    display: none;
  }
  .freetext {
    display: none;
  }
  .columns {
    width: auto;
  }
  .scroll {
    overflow: visible;
    height: auto;
  }
  .cwrap .last {
    height: auto;
  }
  .cwrap .narod {
    height: auto;
  }
  .slider-bottom ul .item {
    width: 100%;
  }
  .slider-bottom ul .item a {
    width: 100%;
  }
  .slider-bottom .item a .title {
    width: calc(100% - 20px);
  }
  .elka-l {
    display: none;
  }
  .elka-r {
    display: none;
  }
  .autumn-l {
    display: none;
  }
  .autumn-r {
    display: none;
  }
  .summer-l {
    background: url(/usertpl/i/summer-l.png) no-repeat left top / contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 150px;
  }
  .summer-r {
    background: url(/usertpl/i/summer-r.png) no-repeat right top / contain;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 150px;
  }
}
.poll-col {
  display: none;
}
.poll-col.visible {
  display: block;
}
.poll-col .poll-title {
  font-weight: 600;
  margin: 0 0 10px;
}
.poll-col .poll-item {
  margin: 0 0 10px;
  background: #ddd;
  padding: 5px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
