/* IMPORT RESET */
@import url("reset.css");

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,900&subset=cyrillic');
@import url('roboto-light.css');
@import url('notoserif/notoserif.css');
@import url('font-awesome/font-awesome.min.css');

/* IMPORT 12 COLUMN RESPONSIVE GS */
@import url("responsive.gs.12col.css");
html {
    font-size: 100.01%;
}
body {
	font-family: 'Roboto', sans-serif;
	color: white;
    background-color: #f4f4f4;
    min-width: 1200px;
}
a {
    cursor: pointer;
}

.rgt {
    text-align: right;
}
.gt {
    display: inline-block;
    width: 10px;
    height: 16px;
    background-image: url('../img/sprite.png?6');
    background-position: -167px -101px;
    margin-bottom: -3px;
    margin-right: 10px;
    margin-left: 10px;
}
header {
	line-height: 90px;
	text-align: center;
	background: #fff;
    color: #000;
    border-bottom: 1px solid #dee2e7;
    /*margin-bottom: 1.4em;*/
    -webkit-transition: height 1s;
    -moz-transition: height 1s;
    -o-transition: height 1s;
    transition: height 1s;
}
header .container {
    position: relative;
}
header.open {
    background: rgba(0,0,0,0.95);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1999;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.8);
}
header.float.open {
    line-height: 60px;
}
header .phones {
    display: none;
}
header.open .phones {
    display: block;
    width: 262px;
    height: 192px;
    background-image: url('../img/phones.png');
    position: absolute;
    bottom: 0;
    right: 0;
}
header .footer {
    display: none;
}
header.open .footer {
    display: block;
}
header.open .footer .social h2 {
    color: #fff;
    font-weight: 500;
    font-size: 1.1em;
    line-height: 1;
    margin-top: 45px;
}
header.open .footer .mobile {
    line-height: 1;
    margin-top: 108px;
}
header.open .footer .mobile a {
    width: 148px;
    height: 52px;
    display: inline-block;
    margin-left: 10px;
    background-image: url('../img/sprite.png?6');
    background-position: -1px -80px;
}
header.open .footer .mobile a:first-child {
    margin: 0;
}
header.open .footer .mobile .google {
    background-position: 0px -132px;
}
header.open .footer .mobile .text {
    color: #3f9ad0;
    font-size: 0.8em;
    display: inline-block;
    width: 240px;
    margin-left: 10px;
    line-height: 1.6;
}
header.open .footer .social .links {
    line-height: 1;
    margin: 22px 0;
}
header.open .footer .social a {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-left: 10px;
    background-image: url('../img/sprite.png?6');
    background-position: 0px -183px;
}
header.open .footer .social a:first-child {
    margin-left: 0;
}
header.open .footer .social .vk {
    background-position: -132px -183px;
}
header.open .footer .social .inst {
    background-position: -33px -183px;
}
header.open .footer .social .tw {
    background-position: -99px -183px;
}
header.open .footer .social .ok {
    background-position: -66px -183px;
}
header.open .footer .social .viber {
    background-position: -70px -216px;
}
header.open .footer .social .tg {
    background-position: -103px -217px;
}
header .nav {
    display: none;
    border-top: 1px solid #3d3d3d;
    line-height: 1em;
}
header .nav h2 {
    font-size: 1.2em;
    color: #358ed7;
    font-weight: 500;
    line-height: 60px;
}
header .nav ul {
    
}
header .nav ul li {
    margin-bottom: 14px;
}
header .nav ul li a {
    color: #d7d7d7;
    font-size: 1em;
}
header.open > div {
    border-bottom: 1px solid #3d3d3d;
}
header.open .nav {
    display: block;
    border: none;
}
#header_main.float {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1999;
    width: 100%;   
}
header.float:not(.open){
    line-height: 60px;
}
header .logo img {
    display: inline;
    vertical-align: middle;
    margin-right: 14px;
}
header .logo a {
    text-decoration: none;
    font-size: 1em;
    color: #5e6977;
    text-transform: uppercase;
    font-weight: 500;
}
header.open .logo a {
    color: #fff;
}
header .main_menu_wrap ul {
    text-align: center;
}
header.open .main_menu {
    display: none;
}
header .main_menu li {
    display: inline-block;
    margin-right: 2em;
}
header .main_menu li:last-child {
    margin-right: 0px;
}
header .main_menu li.active a {
    border-bottom: 4px solid #f2f2f2;
    padding-bottom: 10px;
}
header.float .main_menu li.active a {
    padding-bottom: 6px;
}
header .main_menu li a {
    color: #5e6977;
    text-decoration: none;
    font-size: 1.125em;
    font-weight: 500;
}
header .main_menu li a:hover {
    color: #3f9ad0;
    border-bottom: 4px solid #3f9ad0;
    padding-bottom: 10px;
}
header.float .main_menu li a:hover {
    padding-bottom: 6px;
}
header.open .row {
    position: relative;
}
header.open #header_right {
    width: 30%;
    position: absolute;
    right: 0;
}
header #search_btn {
    font-weight: 500;
    color: #3f9ad0;
    text-decoration: none;
    font-size: 1em;
}
header .search {
    display: inline-block;
}
header.open .search {
    display: none;
}
header .auth {
    display: none;
}
header.open .auth {
    display: inline-block;
}
header #auth_btn {
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    font-size: 1em;
}
header .menu {
    background-color: #3f9ad0;
    color: #fff;
    padding: 13px 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-left: 1em;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    width: 120px;
    line-height: 30px;
}
header.open .menu {
    background: none;
    border: 1px solid #fff;
    line-height: 30px;
}
header.float:not(.open) .menu {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    line-height: 35px;
}
header #menu_btn {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}
#menu-icon {
  width: 20px;
  height: 10px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: inline-block;
  margin-left: 10px;
}
#menu-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#menu-icon span:nth-child(1) {
  top: 0px;
}

#menu-icon span:nth-child(2),#menu-icon span:nth-child(3) {
  top: 4px;
}

#menu-icon span:nth-child(4) {
  top: 8px;
}

#menu-icon.open span:nth-child(1) {
  top: 4px;
  width: 0%;
  left: 50%;
}

#menu-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#menu-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#menu-icon.open span:nth-child(4) {
  top: 4px;
  width: 0%;
  left: 50%;
}
.slider_main_wrap {
    overflow: hidden;
    /*max-height: 615px;*/
    max-height: 450px;
    position: relative;
    margin-bottom: 1.4em;
    margin-top: 1.4em;
}
.slider_main_wrap .slide {
    position: relative;
    width: 100%;
    height: auto;
    /*max-height: 615px;*/
    max-height: 450px;
    overflow: hidden;
    cursor: pointer;
}
.slider_main_wrap .slide .link, .lenta_full .link, .lenta4 .link, .lenta8 .link, .lenta_half .link, aside .actual .item .link, .lenta_full_mini .link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    display:block;
}
.slider_main_wrap .slide .gt {
    margin-bottom: -2px;
}
.slider_main_wrap .slide img {
    
}
.slider_main_wrap .slide > div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    /*background-color: rgba(97, 97, 97, 0.2);
    display: none;*/
    background: rgba(62,155,208,0.2);
    background: -moz-linear-gradient(left, rgba(62,155,208,0.2) 0%, rgba(0,0,0,0.2) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(62,155,208,0.2)), color-stop(100%, rgba(0,0,0,0.2)));
    background: -webkit-linear-gradient(left, rgba(62,155,208,0.2) 0%, rgba(0,0,0,0.2) 100%);
    background: -o-linear-gradient(left, rgba(62,155,208,0.2) 0%, rgba(0,0,0,0.2) 100%);
    background: -ms-linear-gradient(left, rgba(62,155,208,0.2) 0%, rgba(0,0,0,0.2) 100%);
    background: linear-gradient(to right, rgba(62,155,208,0.2) 0%, rgba(0,0,0,0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e9bd0', endColorstr='#000000', GradientType=1 );
}
.slider_main_wrap .slide:hover > div {
    display: inline-block;
}
.slider_main_wrap .slide > div > div {
    text-align: center;
    position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 70%;
	margin: auto;
}
.slider_main_wrap .slide .category {
    text-align: center;
    font-weight: 500;
    font-size: 1.125em;
    margin-bottom: 1.22em;
}
.slider_main_wrap .slide .title {
    text-align: center;
    font-weight: 700;
    font-size: 2.2em;
    width: 44%;
    margin: 0 auto 0.62em;
    line-height: 1.3;
    font-family: 'Noto Serif', serif;
    font-weight: 700;
    text-shadow: 
		-0   -1px 0   #000,
		 0   -1px 0   #000,
		-0    1px 0   #000,
		 0    1px 0   #000,
		-1px -0   0   #000,
		 1px -0   0   #000,
		-1px  0   0   #000,
		 1px  0   0   #000,
		-1px -1px 0   #000,
		 1px -1px 0   #000,
		-1px  1px 0   #000,
		 1px  1px 0   #000,
		-1px -1px 0   #000,
		 1px -1px 0   #000,
		-1px  1px 0   #000,
		 1px  1px 0   #000;
}
.slider_main_wrap .slide .atitle {
    color: #fff;
    text-decoration: none;
}
.slider_main_wrap .slide .info {
    text-align: center;
    font-size: 0.875em;
}
.slider_main_wrap .slide .date {
    margin-right: 1.57em;
    padding-left: 1.57em;
}
.slider_main_wrap .slide .like {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../img/sprite.png?6');
    background-position: -159px -53px;
    margin-bottom: -1px;
    margin-right: 5px;
}
.slider_main_wrap .slide .views {
    display: inline-block;
    width: 22px;
    height: 19px;
    background-image: url('../img/sprite.png?6');
    background-position: -155px -216px;
    margin-bottom: -3px;
    margin-right: 5px;
}
.slider_main_wrap .slide .comments {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../img/sprite.png?6');
    background-position: -159px -69px;
    margin-bottom: -1px;
    margin-left: 1.57em;
    margin-right: 5px;
}
.slider_main_wrap .slide .gt {
    
}
.slider_main_wrap .buttons {
    position: absolute;
    z-index: 999;
    right: 34px;
    top: 50%;
    margin-top: -30px;
    height: 60px;
    width: 20px;
}
.slider_main_wrap .buttons .button {
    display: block;
    text-indent: -9999px;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: rgba(134, 147, 158, 0.4);
    margin-bottom: 12px;
}
.slider_main_wrap .buttons .button.active {
    background-color: rgba(53, 142, 215, 1.0);
}
.slider_main_wrap .buttons .button:not(.active):hover {
    background-color: rgba(134, 147, 158, 1.0);
}
aside {
	width: 367px!important;
}
aside .actual {
    background-color: #b11b2c;
    min-height: 599px;
    max-height: 1020px;
}
aside .actual > div, aside .weather > div, aside .actual2 > div {
    padding: 2em 2.5em 1em;
}
aside .actual .header, aside .actual2 .header {
    font-size: 1.125em;
    font-weight: 500;
    border-bottom: 1px solid #b83949;
    padding-bottom: 1.5em; 
}
aside .actual2 {
    overflow: auto;
    position: relative;
}


aside .actual2 .header {
    border-bottom: none;
}
aside .actual2 .item {
    position: relative;
    border-top: 1px solid #57a5d4;
    border-bottom: 1px solid #57a5d4;
    padding: 14px 0px;
}
aside .actual2 .item:last-child {
    border-bottom: none;
}
aside .actual .item {
    cursor: pointer;
    position: relative;
}
aside .actual .category {
    font-size: .75em;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 4.3em;
}
aside .actual .title {
    font-size: 1.6em;
    font-weight: 300;
    padding-bottom: 1em;
}
aside .actual2 .atitle {
    color: #fff;
    text-decoration: none;
    font-size: 0.9em;
    margin-top: 10px;
    display: inline;
}
aside .actual2 .link {
    display: inline-block;
    width: 20px;
    height: 10px;
    background-image: url('../img/sprite.png?6');
    background-position: -50px -217px;
}
aside .actual2 .title_block {
    margin-top: 10px;
}
aside .actual2 .atitle:hover {
    text-decoration: underline;
}
aside .actual2 .date {
    padding: 4px;
    border: 1px solid #fff;
    font-weight: 500;
    font-size: 0.7em;
}
aside .actual2 .category {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.7em;
    padding: 5px 4px;
}
aside .actual .atitle {
    color: #fff;
    text-decoration: none;
}
aside .actual .atitle:hover, aside .actual .item:hover .atitle {
    text-decoration: underline;
}
aside .actual .anons {
    font-size: .9em;
    padding-bottom: 1.7em;
    border-bottom: 1px solid #b83949;
}
aside .actual .item:last-child .anons {
    border: none;
}
aside .weather {
    background-color: #1c2a43;
}
aside .weather .header {
    font-size: .75em;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 1.2em;
}
aside .weather .temp_row {
    padding-bottom: 0.3em;
    position: relative;
}
aside .weather .temp {
    font-size: 5.4em;
}
aside .weather .icon {
    display: block;
    position: absolute;
    right: 0;
    bottom: 1.5em;
    width: 65px;
    height: 65px;
    background-image: url('../img/sprite.png?6');
    background-position: -53px -12px;
}
aside .weather .prec {
    font-size: 0.9em;
    color: rgba(255,255,255,0.5);
}
aside .social {
    margin-top: 22px;
    background-color: #ffffff;
}
.lenta_full {
    width: 758px;
    height: 400px;
    margin-bottom: 22px;
    position: relative;
}
.lenta8 {
    background-color: #fff;
}
.lenta4, .lenta8 {
    height: 400px;
    margin-bottom: 22px;
}
.lenta_full > div, .lenta8 > div {

background: rgba(255,255,255,0);
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(241,111,92,0) 0%, rgba(255,255,255,0.19) 45%, rgba(0,0,0,0.29) 69%, rgba(0,0,0,0.34) 80%, rgba(0,0,0,0.7) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(0%, rgba(241,111,92,0)), color-stop(45%, rgba(255,255,255,0.19)), color-stop(69%, rgba(0,0,0,0.29)), color-stop(80%, rgba(0,0,0,0.34)), color-stop(100%, rgba(0,0,0,0.7)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(241,111,92,0) 0%, rgba(255,255,255,0.19) 45%, rgba(0,0,0,0.29) 69%, rgba(0,0,0,0.34) 80%, rgba(0,0,0,0.7) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(241,111,92,0) 0%, rgba(255,255,255,0.19) 45%, rgba(0,0,0,0.29) 69%, rgba(0,0,0,0.34) 80%, rgba(0,0,0,0.7) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(241,111,92,0) 0%, rgba(255,255,255,0.19) 45%, rgba(0,0,0,0.29) 69%, rgba(0,0,0,0.34) 80%, rgba(0,0,0,0.7) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(241,111,92,0) 0%, rgba(255,255,255,0.19) 45%, rgba(0,0,0,0.29) 69%, rgba(0,0,0,0.34) 80%, rgba(0,0,0,0.7) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );

    width: 100%;
    height: 100%;
    position: relative;
    padding: 1.5em 2em;
    cursor: pointer;
}
.lenta_full > div:hover, .lenta8 > div:hover {
    background: transparent;
}
.lenta_full .category, .lenta8 .category {
    position: absolute;
    top: 210px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.75em;
}
.lenta_full .title, .lenta8 .title {
    position: absolute;
    top: 230px;
    font-weight: 300;
    font-size: 1.7em;
    padding: 0 1.1em 0 0;
}
.lenta_full .atitle, .lenta8 .atitle {
    color: #fff;
    font-family: 'Noto Serif'; font-weight: 700;
}
.lenta_full .info, .lenta8 .info {
    width: calc(100% - 4em);
    height: 60px;
    line-height: 60px;
    border-top: 1px solid #fff;
    position: absolute;
    bottom:0;
}
.lenta_full_mini .info {
    width: calc(48.6% - 4em);
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #fff;
    position: absolute;
    bottom:0;
    left: 2em;
}
.lenta_full .date, .lenta8 .date {
    font-size: .9em;
}
.lenta_full .icons, .lenta8 .icons {
    float: right;
}
.lenta_full .like, .lenta8 .like {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../img/sprite.png?6');
    background-position: -159px -53px;
    margin-bottom: -1px;
}
.lenta_full .views, .lenta8 .views {
    display: inline-block;
    width: 22px;
    height: 19px;
    background-image: url('../img/sprite.png?6');
    background-position: -155px -216px;
    margin-bottom: -3px;
    margin-right: 5px;
}
.lenta_full .comments, .lenta8 .comments, .lenta_full_mini .comments {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../img/sprite.png?6');
    background-position: -159px -69px;
    margin-bottom: -1px;
    margin-left: 20px;
}
.lenta_full .author, .lenta8 .author {
    height: 45px;
    line-height: 45px;
    position: absolute;
    top: 28px;
    left: 28px;
}
.lenta_full .author img, .lenta8 .author img {
    vertical-align: middle;
    margin-right: 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.lenta_half {
    width: 48.6%;
    height: 400px;
    background-color: #fff;
    margin-bottom: 22px;
    float: left;
}
.lenta_full_mini {
    margin-bottom: 22px;
    height: 185px;
    position: relative;
}
.lenta4, .lenta_full_mini {
    background-color: #fff;
}

.lenta_half .image, .lenta4 .image {
    width: 100%;
    height: auto;
    max-height: 185px;
    position: relative;
}
.lenta_full_mini .image {
    width: 48.6%;
    max-height: 185px;
    position: relative;
    float: left;
    height: 185px;
}
.lenta_half .image img, .lenta4 .image img {
    width: 100%;
}
.lenta_half .image > div, .lenta4 .image > div, .lenta_full_mini .image > div {
    background-color: rgba(97, 97, 97, 0.1);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
.lenta_half .image > div:hover, .lenta4 .image > div:hover, .lenta_full_mini .image > div:hover {
    background: transparent;
}
.lenta_half .gallery_icon, .lenta_full .gallery_icon, .lenta4 .gallery_icon, .lenta8 .gallery_icon {
    display: block;
    width: 22px;
    height: 20px;
    background-image: url('../img/sprite.png?6');
    background-position: -153px 0px;
    position: absolute;
    top: 28px;
    left: 28px;
    cursor: pointer;
    
}
.lenta_half .video_icon, .lenta_full .video_icon, .lenta4 .video_icon, .lenta8 .video_icon {
    display: block;
    width: 52px;
    height: 80px;
    background-image: url('../img/sprite.png?6');
    background-position: 0px 0px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -26px;
    margin-top: -40px;
    cursor: pointer;
}
.lenta_full_mini .text {
    height: 185px;
    margin-left: 2.8%;
    float: left;
    padding-top: 20px;
    width: calc(100% - 48.6% - 2.8% - 20px);
}
.lenta_half .text, .lenta4 .text {
    position: relative;
    padding: 1.1em 2em;
    height: 214px;
}
.lenta4 .text {
    height: 214px;
}
.lenta_half .category, .lenta4 .category, .lenta_full_mini .category {
    font-size: .75em;
    color: #358ed7;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}
.lenta_half .atitle, .lenta4 .atitle, .lenta_full_mini .atitle {
    color: #43474d;
    text-decoration: none;
    font-family: 'Noto Serif';
}
.lenta_half .title, .lenta4 .title, .lenta_full_mini .title {
    font-weight: 300;
    font-size: 1.4em;
}
.lenta_half .atitle:hover, .lenta4 .atitle:hover, .lenta_full_mini .atitle:hover {
    color: #358ed7;
}
.lenta_half .info, .lenta4 .info {
    width: calc(100% - 4em);
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #e1e8ee;
    position: absolute;
    bottom:0;
}
.lenta_half .date, .lenta4 .date {
    font-size: .9em;
    color: #86939e;
}
.lenta_full_mini .date {
    font-size: .9em;
    color: #fff;
}
.lenta_half .icons, .lenta4 .icons {
    float: right;
    color: #86939e;
}
.lenta_full_mini .icons {
    float: right;
    color: #fff;
}
.lenta_half .like, .lenta4 .like, .lenta_full_mini .like {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../img/sprite.png?6');
    background-position: -159px -37px;
    margin-bottom: -2px;
}
.lenta_half .views, .lenta4 .views  {
    display: inline-block;
    width: 22px;
    height: 16px;
    background-image: url('../img/sprite.png?6');
    background-position: -155px -167px;
    vertical-align: middle;
    margin-right: 4px;
}
.lenta_full_mini .views {
    display: inline-block;
    width: 22px;
    height: 19px;
    background-image: url('../img/sprite.png?6');
    background-position: -155px -216px;
    margin-bottom: -3px;
    margin-right: 5px;
}
.lenta_half .comments, .lenta4 .comments {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../img/sprite.png?6');
    background-position: -159px -85px;
    margin-bottom: -2px;
    margin-left: 20px;
}
#win_search, #win_auth, #win_reg {
    position: fixed;
    z-index: 2999;
    background-color: rgba(4,4,4,0.95);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: none;
}
#win_search > div {
    position: absolute;
    top: 250px;
    width: 480px;
    left: 50%;
    margin-left: -240px;
}
#win_search h2 {
    text-align: center;
    font-weight: 300;
    font-size: 2em;
}
#win_search .text {
    text-align: center;
    font-size: 0.9em;
    margin-top: 30px;
    line-height: 1.5;
}
#win_search .form {
    margin-top: 30px;
    text-align: center;
}
#win_search .form input[type=text] {
    width: 312px;
    height: 42px;
    padding: 10px 20px;
    border-top: 2px solid #e1e8ee;
    border-bottom: 2px solid #e1e8ee;
    border-left: 2px solid #e1e8ee;
    border-right: none;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background: none;
    color: #fff;
    font-size: 0.9em;
    font-family: 'Roboto', sans-serif;
}
#win_search .form input[type=text]:focus {
    border-top: 2px solid #e1e8ee;
    border-bottom: 2px solid #e1e8ee;
    border-left: 2px solid #e1e8ee;
    border-right: none;
}
#win_search .form input[type=submit] {
    width: 160px;
    height: 42px;
    background-color: #3f9ad0;
    border: 1px solid #3f9ad0;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    font-weight: 500;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
#win_auth > div, #win_reg > div {
    width: 360px;
    height: 470px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -235px;
    margin-left: -180px;
    background-color: #fff;
    border: 1px solid #e1e8ee;
}
#win_auth_page > div, #win_reg_page > div {
    width: 360px;
    height: 480px;
    margin: 22px auto 22px;
    border: 1px solid #e1e8ee;
}
#win_auth_page .form, #win_reg_page .form {
    padding: 0 30px;
}
#win_auth > div > div:not(.clr), #win_reg > div > div:not(.clr) {
    padding: 0 30px;
    width: 100%;
}
#win_auth .head, #win_reg .head, #win_auth_page .head, #win_reg_page .head {
    line-height: 60px;
    position: relative;
    border-bottom: 1px solid #e1e8ee;
}
#win_auth h2, #win_reg h2, #win_auth_page h2, #win_reg_page h2 {
    font-size: 1.1em;
    color: #616976;
    font-weight: 500;
}
#win_auth_page h2, #win_reg_page h2 {text-align: center;}
#win_auth_page p, #win_reg_page p {text-align: center;font-size:0.9em;color:#86939e;padding:0 11px}
#win_auth .close, #win_reg .close, #win_subscribe .close, #win_ads .close, #win_ads_payment .close, #win_ads_payment2 .close, #win_ads_delete .close, #win_ads_crop .close {
    width: 16px;
    height: 16px;
    background-image: url('../img/sprite.png?6');
    background-position: -160px -117px;
    position: absolute;
    display: block;
    right: 30px;
    top: 22px;
}
#win_auth .foot, #win_reg .foot, #win_auth_page .foot, #win_reg_page .foot {
    line-height: 60px;
    border-top: 1px solid #e1e8ee;
    font-size: 0.9em;
    color: #86939e;
}
#win_auth_page .foot, #win_reg_page .foot {
    text-align: center;
}
#win_auth .foot a, #win_reg .foot a, #win_auth_page .foot a, #win_reg_page .foot a {
    color: #41a1df;
    text-decoration: none;
}
#win_auth .form, #win_reg .form, #win_auth_page .form, #win_reg_page .form {
    height: 350px;
    color: #86939e;
    font-size: 0.9em;
    line-height: 60px;
}
#win_auth_page .form, #win_reg_page .form {
    height: auto;
}
#win_auth .form input[type=text], #win_auth .form input[type=password], #win_reg .form input[type=text], #win_reg .form input[type=password], #win_auth_page .form input[type=text], #win_auth_page .form input[type=password], #win_reg_page .form input[type=text], #win_reg_page .form input[type=password] {
    width: 100%;
    border: 2px solid #e1e8ee;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 10px 20px;
    background: none;
    font-family: 'Roboto', sans-serif;
}
#win_auth .form input[type=text]:focus, #win_auth .form input[type=password]:focus, #win_auth_page .form input[type=text]:focus, #win_auth_page .form input[type=password]:focus, #win_reg_page .form input[type=text]:focus, #win_reg_page .form input[type=password]:focus  {
    border: 2px solid #e1e8ee;
}
#win_auth .form input[type=submit], #win_reg .form input[type=submit], #win_auth_page .form input[type=submit], #win_reg_page .form input[type=submit] {
    width: 100%;
    border: 2px solid #3f9ad0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 10px 20px;
    background-color: #3f9ad0;
    color: #fff;
    font-size: 1em;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

#win_subscribe {
    position: fixed;
    z-index: 3000;
    background-color: rgba(4,4,4,0.95);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: none;
}
#win_subscribe > div {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -574px;
    margin-top: -202px;
    background-color: #3f9ad0;
    height: 404px;
    width: 1148px;
    background-image: url('../img/email.png');
    background-repeat: no-repeat; 
    background-position: left center;
}
#win_subscribe h2 {
    text-align: center;
    font-size: 2em;
    font-weight: 300;
    margin-top: 70px;
}
#win_subscribe p {
    text-align: center;
    font-size: 0.9em;
    margin-top: 20px;
}
#win_subscribe .form, #win_subscribe .socials {
    text-align: center;
    margin-top: 20px;
}
#win_subscribe input[type='text']::-webkit-input-placeholder {
   color: #fff;
   font-size: 0.9em;
   font-weight: 500;
}

#win_subscribe input[type='text']:-moz-placeholder { /* Firefox 18- */
   color: #fff;
   font-size: 0.9em;
   font-weight: 500;
}

#win_subscribe input[type='text']::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;
   font-size: 0.9em;
   font-weight: 500;
}

#win_subscribe input[type='text']:-ms-input-placeholder {  
   color: #fff;
   font-size: 0.9em;
   font-weight: 500;
}
#win_subscribe input[type='text'] {
    padding: 12px 22px;
    background-color: #3f9ad0;
    border-top: 1px solid #5faad6;
    border-bottom: 1px solid #5faad6;
    border-left: 1px solid #5faad6;
    border-right: none;
    color: #fff;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}
#win_subscribe input[type='button'] {
    padding: 12px 30px;
    color: #fff;
    font-weight: 600;
    background-color: #7dc855;
    border: none;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}
#win_subscribe .socials a {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-left: 10px;
    background-image: url('../img/sprite.png?6');
    background-position: 0px -183px;
}
#win_subscribe .socials a:first-child {
    margin-left: 0;
}
#win_subscribe .socials .vk {
    background-position: -132px -183px;
}
#win_subscribe .socials .insta {
    background-position: -33px -183px;
}
#win_subscribe .socials .tw {
    background-position: -99px -183px;
}
#win_subscribe .socials .ok {
    background-position: -66px -183px;
}
#win_subscribe .socials .viber {
    background-position: -70px -216px;
}
#win_subscribe .socials .tg {
    background-position: -103px -217px;
}
#auth_remember {
    vertical-align: middle;
    margin: 0 3px 0 0;
    width: 24px;
    height: 24px;
}
#auth_remember + label {
    cursor: pointer;
    color: #5e6977;
}
#auth_remember:not(checked) {
    position: absolute;
    opacity: 0;   
}
#auth_remember:not(checked) + label {
    position: relative;
    padding: 0 0 0 60px;
}

#auth_remember:not(checked) + label:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  width: 50px;
  height: 26px;
  border-radius: 13px;
  background: #CDD1DA;
  box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
}

#auth_remember:not(checked) + label:after {
  content: '';
  position: absolute;
  top: -2px;
  left: 2px;
  width: 22px;
  height: 22px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 2px 5px rgba(0,0,0,.3);
  transition: all .2s; 
}

#auth_remember:checked + label:before {
  background: #9FD468;
}

#auth_remember:checked + label:after {
  left: 26px;
}

#auth_remember:focus + label:before {

}
.auth-error {
    text-align: center;
    color: #3f9ad0;
    font-weight: 500;
    margin-top: 12px;
}
#btn_restore {
    color: #41a1df;
    font-size: 0.9em;
    text-decoration: none;
}
#uLogin {
    padding-left: 6px;
}
#win_reg > div {
    height: 488px;
    margin-top: -244px;
}
#win_reg .form {
    height: 368px;
}
header > .submenu_wrap {
    background-color: #46494e;
}
header.open > .submenu_wrap {
    display: none;
}
header .submenu li {
    display: inline-block;
    margin-right: 0.5em;
}
header .submenu li:last-child {
    margin-right: 0px;
}
header .submenu li.active a {
    border-bottom: 4px solid #f2f2f2;
    padding-bottom: 10px;
}
header .submenu li a {
    color: #fff;
    text-decoration: none;
    font-size: 1em;
    font-weight: 500;
}
header .submenu li a:hover {
    color: #3f9ad0;
    border-bottom: 4px solid #3f9ad0;
    padding-bottom: 10px;
}
header.float .submenu li a:hover {
    padding-bottom: 6px;
}
.category_title {
    width: 100%;
    background: rgba(62,155,208,1);
    background: -moz-linear-gradient(left, rgba(62,155,208,1) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(62,155,208,1)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(left, rgba(62,155,208,1) 0%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(left, rgba(62,155,208,1) 0%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(left, rgba(62,155,208,1) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to right, rgba(62,155,208,1) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e9bd0', endColorstr='#000000', GradientType=1 );
    line-height: 100px;
    text-align: center;
}
.category_title h1 {
    text-align: center;
    font-size: 3em;
    font-weight: 300;
    text-transform: uppercase;
}
.rss_icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url('../img/sprite.png?6');
    background-position: -162px -135px;
    margin-right: 15px;
    margin-bottom: -2px;
}
.rss_icon + a {
    color: #fff;
    text-decoration: none;
}
.rss_icon + a:hover {
    color: #3f9ad0;
}
.calendar a {
    color: #fff;
    font-size: 1em;
    text-decoration: none;
}
.calendar a:hover {
    color: #3f9ad0;
}
.calendar .ui-datepicker-trigger {
    margin-right: 15px;
    margin-bottom: -2px;
}
.post_category .social {
    margin-top: 0;
}
.post_category .lenta_full {
    float: left;
}
header.glass:not(.open) {
    background: none;
    border: none;
    /*padding-top: 20px;*/
    position: absolute;
    /*top: 0;*/
    width: 100%;
    left: 0;
    box-shadow:0 0 0 128px rgba(0, 0, 0, 0.33) inset;
}
header.glass.float {
    padding-top:0;
}
header.glass .logo a {
    color: #fff;
}
header.glass .search a {
    color: #fff!important;
}
header.glass .main_menu_wrap ul {
    /*text-align: right;*/
}
header.glass .main_menu li a, header.glass .main_menu li a:hover {
    color: #fff;
    border: none;
}
#special_bg {
    width: 100%;
    height: 760px;
    background-color: #001145;
    background-image: url('../img/special_bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#special_bg + div {
    margin-top: -250px;
}
.special_text {
    background-color: #fff;
    min-height: 270px;
    padding-left: 256px;
    padding-right: 256px;
    padding-top: 40px;
    padding-bottom: 10px;
}
.special_text.auth {
    padding-left: 0px;
    padding-right: 0px;
}
.special_text h1 {
    color: #5e6977;
    font-weight: 400;
    font-size: 1.6em;
    margin-bottom: 20px;
}
.special_text p, .special_text ul li, .special_text ol li {
    color: #43484d;
    padding-left: 35px;
    margin-top: 35px;
    font-size: 1.1em;
    line-height: 1.5em;
}
.special_text a {
    color: #3f9ad0;
    text-decoration: none;
}
.special_text .post_image {
    max-width: 1148px;
    margin-left: -256px;
    margin-top: 12px;
    margin-bottom: 12px;
}
.special_text .anons .post_image {
    margin-left: -256px;
}
.special_text .postimage_old .post_image {
    margin: 0px;
}
.footer_gray {
    width: 100%;
    background-color: #43484d;
    padding-top: 60px;
    padding-bottom: 0px;
    margin-top: 60px;
}
.footer_gray .age {
    color: #fff;
    font-size: 5em;
    font-weight: 500;
    text-align: right;
    line-height: 1em;
    margin:0;
    padding:0;
}
.footer_gray h2 {
    color: #fff;
    font-weight: 500;
    font-size: 1.1em;
    margin-bottom: 2em;
}
.footer_gray a {
    color: rgba(134,147,158,0.9);
}
.footer_gray p {
    color: rgba(134,147,158,0.7);
    font-size: 1em;
    line-height: 1.5;
}
#vk_contact_us {
    margin-top: 20px;
}
.footer_gray .logo {
    margin-bottom: 1em;
}
.footer_gray .logo img {
    display: inline;
    vertical-align: middle;
    margin-right: 20px;
    margin-top: -8px;
}
.footer_gray .logo a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 500;
}
.footer_gray .copyrightblock {
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 36px;
    padding-bottom: 36px;
    padding-top: 24px;
}
.footer_gray .copyrightblock > div {
    line-height: 42px;
    
}
.footer_gray .copyright {
    color: rgba(189,198,207,0.5);
    font-size: 0.75em;
}
.footer_gray .up {
    color: rgba(255,255,255,0.5);
    font-size: 1em;
    text-align: right;
    line-height: 60px;
}
#toTop {
    display: inline-block;
    background-image: url('../img/sprite.png?6');
    background-position: -115px -34px;
    width: 44px;
    height: 44px;
    vertical-align: middle;
    margin-left: 20px;
    margin-top: 0px;
}

.social_block {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #fff;
}
aside .social_block {
    height: 400px;
    width: 100%;
    margin-top: 1.4em;
    display: none;
}
.social_block .wrap {
    width: 10000px;
    height: 400px;
    position: relative;
    overflow: hidden;
}
.social_block .slide {
    width: 367px;
    height: 400px;
    display: block;
    float: left;
}
.social_block .buttons {
    bottom: 8px;
    position: absolute;
    text-align: center;
    left: 50%;
    margin-left: -50px;
}
.social_block .slide .img {
    text-align: center;
    width: 100%;
}
.social_block .slide .img img {
    width: 128px;
    height: 128px;
    margin: 45px auto 24px;
}
.social_block .slide .title {
    text-align: center;
    font-size: 1.5em;
    font-weight: 300;
    color: #43474d;
}
.social_block .slide .desc {
    color: #358ed7;
    font-size: 0.9em;
    padding: 0 50px;
    text-align: center;
    margin-top: 24px;
}
.social_block .slide .button {
    text-align: center;
    margin-top: 34px;
} 
.social_block .slide .button a {
    font-size: 1em;
    color: #358ed7;
    text-decoration: none;
    border: 1px solid #d7e8f7;
    padding: 10px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.social_block .buttons .button {
    display: inline-block;
    text-indent: -9999px;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: rgba(134, 147, 158, 0.4);
    margin-left: 8px;
}
.social_block .buttons .active {
    background-color: rgba(53, 142, 215, 1.0);
}
.social_block .buttons .button:not(.active):hover {
    background-color: rgba(134, 147, 158, 1.0);
}
#loadmore, #loadmore_search {
    color: #358ed7;
    text-decoration: none;
    font-size: 1em;
    font-weight: 500;
    border: 1px solid #358ed7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 20px;
}
footer {
    margin-top: 24px;
    text-align: center;
    margin-bottom: 24px;
}
footer .loading {
    text-align: center;
    height: 80px;
    display: none;
}
#news_bg_small {
    height: 246px;
    width: 100%;
    display: block;
    background-color: #1F345F;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#news_bg_small + .container .special_text {
    margin-top: -50px;
    padding-top: 30px;
}
#news_bg_big + .container .special_text {
    padding-top: 0;
}
#news_bg_big {
    width: 100%;
    height: 960px;
    background-color: #001145;
    background-image: url('../img/special_bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
    border-bottom: 1px solid #dddddd;
}
#news_bg_big > div {
    width: 100%;
    height: 100%;
    height: calc(100% - 232px);
    position: relative;
    top: 122px;
    left: 0;
    display: inline-block;
    z-index: 2;
}
#news_bg_big > div > div {
    text-align: center;
    position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 45%;
	margin: auto;
    padding-top: 30px;
    z-index: 3;
}
#news_bg_big .category {
    text-align: center;
    font-weight: 500;
    font-size: 1.125em;
    margin-bottom: 1.22em;
}
#news_bg_big .title {
    text-align: center;
    font-weight: 700;
    font-size: 2.2em;
    width: 44%;
    margin: 0 auto 0.62em;
    line-height: 1.3;
    font-family: 'Noto Serif';
    font-weight: 700;
    text-shadow: -0 -1px 0 #000, 0 -1px 0 #000, -0 1px 0 #000, 0 1px 0 #000, -1px -0 0 #000, 1px -0 0 #000, -1px 0 0 #000, 1px 0 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
#news_bg_big .atitle {
    color: #fff;
    text-decoration: none;
}
#news_bg_big .info {
    text-align: center;
    font-size: 0.875em;
}
#news_bg_big .date {
    margin-right: 1.57em;
    padding-left: 1.57em;
}
#news_bg_big .like {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../img/sprite.png?6');
    background-position: -159px -53px;
    margin-bottom: -1px;
    margin-right: 5px;
}
#news_bg_big .comments {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../img/sprite.png?6');
    background-position: -159px -69px;
    margin-bottom: -1px;
    margin-left: 1.57em;
    margin-right: 5px;
}
#news_bg_big + div {
    margin-top: -110px;
    z-index: 4;
}
.special_text {
    position: relative;
}
.special_text .anons {
    color: #5e6977;
    font-weight: 300;
    font-size: 1.6em;
    line-height: 1.4;
}
.special_text .anons strong {
    font-weight: 300;
}
.special_text .anons p {
    color: inherit;
    margin-left: -35px;
    margin-top: 35px;
    font-size: inherit;
    line-height: inherit;
}
.special_text .content, .special_text .content p {
    color: #43484d;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.5;
}
.special_text .content {margin-top:35px;}
.special_text .content p:first-child {margin-top: 0;}
.special_text .content p {
    margin-top: 15px;
}
.special_text .adminlink {
    display: block;
    width: 135px;
    position: absolute;
    left: 30px;
    top: 30px;
    text-align: center;
}
.special_text .author {
    display: block;
    width: 135px;
    position: absolute;
    left: 30px;
    top: 30px;
    text-align: center;
}
.special_text .author + .adminlink {
    top: 80px;
}
.special_text .author .t, .n {
    font-weight: 500;
    color: #5e6977;
}
.special_text .author .t {
    font-weight: 400;
}
.special_text .draft {
    background-color: #3f9ad0;
    padding: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: 35px;
    text-align: center;
    margin-top: 35px;
}
.subtitle {
    text-align: center;
    padding-bottom: 22px;
    padding-top: 22px;
}
.subtitle h2 {
    color: #5e6977;
    text-align: center;
    font-size: 1.8em;
    font-weight: 300;
}
.container.withb, .container.withb .row, .container.withb .col {
    height: 172px;
}
.container.withb {
    margin-top: 22px;
}
/*.citygid_banner {
    width: 100%;
    height: 600px;
    background-image: url('../img/citygid.jpg');
    background-position: center center;
    background-size: cover;
    position: relative;
}
.citygid_banner > div {
    text-align: center;
    position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 30%;
	margin: auto;
}
.citygid_banner img {

}
.citygid_banner h1 {
    font-size: 3em;
    text-align: center;
    margin-top: 28px;
    font-weight: 300;
}
.citygid_banner p {
    font-size: 1em;
    text-align: center;
    margin-top: 30px;
}*/
.post_video {
    position: relative;
    left: -256px;
    margin-top: 22px;
}
.post_footer {
    background-color: #f0f3f6;
}
.post_footer .row:first-child, .post_footer .row:first-child + .row .tags {
    border-bottom: 1px solid #e8edf2;   
    padding-bottom: 40px;
    padding-top: 15px;
}
.post_footer .author {
    padding-left: 20px;
    color: #5e6977;
    font-size: 0.9em;
    padding-top: 15px;
}
.post_footer .author:first-child {
    padding-left: 40px;
}
.post_footer .author a {
    font-weight: 500;
    color: #5e6977;
    font-size: 0.9em;
}
.post_footer .tags {
    text-align: right;
    vertical-align: middle;
    line-height: 60px;
}
.post_footer .tags.span_12 {
    text-align: center;
    line-height: 60px;
    font-size: 1.2em;
}
.post_footer .tags span {vertical-align: middle;line-height:17px;}
.post_footer .tags a {
    color: #3f9ad0;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.8em;
}
.post_footer .span_2.date  {
    height: 100%;
    color: #86939e;
    font-size: 0.9em;
    line-height: 60px;
}
.post_footer .date .icon {
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url('../img/sprite.png?6');
    background-position: -160px -150px;
    vertical-align: middle;
    margin-right: 8px;
}
.post_footer .views  {
    height: 100%;
    color: #86939e;
    font-size: 0.9em;
    line-height: 17px;
    text-align: center;
    line-height: 60px;
}
.post_footer .views .icon {
    display: inline-block;
    width: 22px;
    height: 16px;
    background-image: url('../img/sprite.png?6');
    background-position: -155px -167px;
    vertical-align: middle;
    margin-right: 8px;
}
.post_footer .likes {
    color: #43484d;
    font-size: 3em;
    font-weight: 300;
    line-height: 100%;
    text-align: center;
    line-height: 60px;
}
.post_footer .likes .icon {
    display: inline-block;
    width: 30px;
    height: 28px;
    background-image: url('../img/sprite.png?6');
    background-position: -123px 0px;
    vertical-align: middle;
    margin-right: 8px;
    cursor: pointer;
}
.post_footer .likes .icon.active {
    background-position: -19px -217px;
}
.post_footer .comments_count {
    padding-left: 240px;
    padding-top: 24px;
    padding-bottom: 24px;
    color: #86939e;
    font-size: 1em;
    font-weight: 500;
}
.post_footer .comments_count .icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../img/sprite.png?6');
    background-position: -159px -85px;
    margin-bottom: -2px;
    margin-right: 8px;
}
.post_footer .comments_form {
    padding-left: 240px;
    padding-bottom: 24px;
    padding-right: 240px;
    font-size: 1em;
    color: #86939e;
}
.post_footer .auth_link {
    color: #3f9ad0;
}
.post_footer .comments_list {
    padding: 24px 240px;
}
.post_footer .comment .avatar {
    display: none;
}
.post_footer .comment .name {
    color: #5e6977;
    font-weight: 500;
}
.post_footer .comment .name span {
    color: #86939e;
    font-weight: normal;
}
.post_footer .comment .text {
    color: #86939e;
    border-bottom: 1px solid #e1e8ee;
    padding-bottom: 15px;
}
.post_footer .comment .buttons {
    margin-top: 5px;
    text-align: right;
}
.post_footer .comment .buttons a {
    color: #3f9ad0;
    font-weight: 500;
    font-size: 0.75em;
}
#comment_text {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #e1e8ee;
    padding: 12px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: height 0.2s;
	-moz-transition: height 0.2s;
    transition: height 0.2s;
    height: 48px;
}
#gallery_slider2 {
    width: 1148px;
    margin: 0px auto;
}
#gallery_slider2 .slide {
    width: 1148px;
    height: 685px;
    position: relative;
    background-color: #f8f8f8;
}
#gallery_slider2 .slide > div {
    text-align: center;
    position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: auto;
}
#gallery_slider2 .slide img {
    vertical-align: middle;
    text-align: center;
    max-width: 1148px;
    margin: 0px auto;
}
#gallery_slider2_pages {
    color: #3f9ad0;
    text-align: center;
    font-size: 1.1em;
    margin-top: 8px;
}
#gallery_slider {
    position: relative;
    display: none;
    overflow: hidden;
    width: 100%;
}
#gallery_slider .pages {
    position: absolute;
    bottom: 8px;
    left: 50%;
    width: 150px;
    margin-left: -75px;
    color: #fff;
    background-color: rgba(63,154,208, 0.7);
    text-align: center;
    padding: 5px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
#gallery_slider .wrap {
    height: 685px;
    overflow: hidden;
    width: 99999px;
    position: relative;
}
#gallery_slider .slide {
    width: 1148px;
    height: 685px;
    float: left;
    position: relative;
    background-color: #f8f8f8;
    margin-right: 28px;
}
#gallery_slider .slide > div {
    text-align: center;
    position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: auto;
}
#gallery_slider .slide img {
    vertical-align: middle;
    text-align: center;
    max-width: 1148px;
    max-height: 685px;
}
#gallery_slider .prev, #gallery_slider .next {
    width: 19px;
    height: 34px;
    background-image: url('../img/sprite.png?6');
    background-position: 0px -216px;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    bottom: 60px;
}
#gallery_slider .left {
    left: 0;
}
#gallery_slider .next {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    right: 0;
}
.postimage_old img {
    max-width: 850px;
}
.navse100_header {
    text-align: center;
}
.navse100_header h2 {
    text-align: center;
    color: #5e6977;
    font-weight: 400;
    font-size: 1.6em;
}
.navse100_prev, .navse100_next {
    color: #3f9ad0;
    text-decoration: none;
    vertical-align: middle;
}
.navse100_next {
    display: none;
}
.navse100_prev:hover, .navse100_next:hover {
    text-decoration:  underline;
}
.navse100_title {
    color: #3f9ad0;
    text-align: center;
    margin-bottom: 24px;
}
.auth {
    color: #fff;
}
#logout_btn {
    color: #fff;
}
.error_title {
    font-size: 3em;
    color: #5e6977;
    font-weight: 300;
    padding-left: 24px;
}
.error_desc {
    color: #5e6977;
    font-size: 1.1em;
    font-weight: 500;
    padding-left: 24px;
    margin-top: 12px;
}
.error_link {
    font-size: 1.1em;
    padding-left: 24px;
    margin-top: 24px;
}
.error_link a {
    color: #3f9ad0;
    font-weight: normal;
    text-decoration: none;
    border: 1px solid #3f9ad0;
    padding: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.post_poll {
    width: 100%;
    background-color: #fff;
    border: 1px solid #cacaca;
    margin-top: 24px;
    padding: 24px 48px;
    font-weight: 300;
}
.post_poll .poll_head {
    position: relative;
    color: #242424;
    font-size: 1.5em;
}
.post_poll .poll_head .icon {
    
}
.post_poll .poll_head .poll_end {
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 16px;
    color: #cacaca;
}
.poll_title {
    color: #3f9ad0;
    font-weight: 300;
    font-size: 2em;
    margin-top: 24px;
    margin-bottom: 24px;
}

.poll_answer_radio {
  vertical-align: top;
  width: 17px;
  height: 17px;
  margin: 0 3px 0 0;
}
.poll_answer_radio + label {
  cursor: pointer;
  color: #43484d;
  font-size: 1.1em;
}
.poll_answer_radio:not(checked) {
  position: absolute;
  opacity: 0;
}
.poll_answer_radio:not(checked) + label {
  position: relative;
  padding: 0 0 0 35px;
}
.poll_answer_radio:not(checked) + label:before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #CDD1DA;
  border-radius: 50%;
  background: #FFF;
}
.poll_answer_radio:not(checked) + label:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #3f9ad0;
  
  opacity: 0;
  transition: all .2s;
}
.poll_answer_radio:checked + label:after {
  opacity: 1;
}
.poll_answer_radio:focus + label:before {
  
}
.post_poll .poll_answer {
    
    padding: 8px;
}
.poll_answer.result .title {
    color: #43484d;
    font-size: 1.1em;
    display: inline-block;
    width: 300px;
    margin-right: 12px;
}
.poll_answer.result .line {
    display: inline-block;
    background-color: #7dc855;
    margin-right: 12px;
}
.poll_answer.result .result {
    color: #43484d;
    font-size: 1.1em;
    display: inline-block;
}
.post_photo_sm {
    margin-top: 12px;
    margin-left: -255px;
    width: 1148px;
    text-align: center;
}
.post_photo_sm img {
    margin: 0px auto;
}
.postimage_old {
    display: none;
}
strong {
    font-weight: 500;
}
em {
    font-style: italic;
}
.actual2 {
    height: 813px;
    background-color: #3f9ad0;
}
#yandex_rtb_R-A-132487-1, #yandex_rtb_R-A-132487-3 {
    margin-bottom: 22px;
}
#yandex_rtb_R-A-132487-2 {
    margin-bottom: 22px;
    padding: 15px 32px 10px;
    background-color: #fff;
    height: 200px;
    max-height: 200px;
    overflow: hidden;
}
#yandex_rtb_R-A-132487-4, #yandex_rtb_R-A-132487-5 {
    height: 400px;
    max-height: 400px;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 22px;
}
#yandex_rtb_R-A-132487-4 iframe, #yandex_rtb_R-A-132487-5, #yandex_rtb_R-A-132487-1 iframe, #yandex_rtb_R-A-132487-2 iframe {
    margin: 0px auto;
}
#yandex_rtb_R-A-132487-4 .yap-rtb__wrapper, #yandex_rtb_R-A-132487-5 .yap-rtb__wrapper, #yandex_rtb_R-A-132487-1 .yap-rtb__wrapper, #yandex_rtb_R-A-132487-2 .yap-rtb__wrapper, #yandex_rtb_R-A-132487-3 .yap-rtb__wrapper {
    margin: 0px auto!important;
}
.span_8.b {
    margin-bottom: 22px;
}
.auth_header {text-align:center;font-size:2.8em!important;font-weight:300!important}
.auth_desc {color:#86939e;text-align:center}

.school_winter_wrap {
    background-color: #358ed7;
    height: 60px;
    line-height: 60px;
}
.school_winter_head {
    padding-left: 60px;
    background-image: url('../img/school_q_icon.png');
    background-position: left center;
    background-repeat: no-repeat;
    font-weight: 500;
    font-size: 1.1em;
}
.school_winter_text {
    background-color: #276eae;
    padding-left: 15px;
    font-weight: 500;
    font-size: 1.1em;
}
#contacts_address {
    font-size: 1.5em;
    font-weight: 300;
    color: #5e6977;
    text-align: center;
}
#contacts_2gis {
    width: 100%;
    height: 425px;
    margin: 24px 0;
}
#contacts_phones {
    color: #3f9ad0;
    text-align: center;
    font-size: 1.1em;
}
@media ( max-width : 1147px ) {
    .container { 
	   max-width: 1024px;
	   margin: 0 auto; 
       min-width: 1024px;
    }
    header .menu { 
        padding: 13px 10px;
        width: 100px;
    }
    .span_12.b img {
        max-width: 1024px;
        height: auto;
    }
    .lenta_full {
        width: 100%;
    }
    .lenta_half {
        width: 48.6%;
        height: 357px;
    }
    .lenta4 .b_content img, .lenta_half .b_content img {
        max-width: 100%;
        height: auto;
    }
    .lenta_half .b_content {
        max-height: 357px;
    }
    .lenta_half .image, .lenta4 .image {
        max-height: 165px;
    }
    .lenta_half .text, .lenta4 .text {
        padding: 1em 1.5em;
        height: 190px;
    }
    .lenta_half .atitle, .lenta4 .atitle {
        font-size: 0.8em!important;
    }
    aside {
        width: 32%!important;
    }
    .lenta4, .lenta8 {
        height: 357px;
    }
    .lenta_full .title, .lenta8 .title {
        top: 205px;
    }
    .lenta_full .category, .lenta8 .category {
        top: 185px;
    }
    .lenta_full .info, .lenta8 .info {
        height: 40px;
        line-height: 40px;
    }
    .social_block .slide {
        height: 357px;
        width: 327.667px;
    }
    .social_block .wrap {
        height: 357px;
    }
    .social_block .slide .img img {
        width: 100px;
        height: 100px;
        margin: 15px auto 24px;
    }
    aside .actual2 {
        height: 730px;
    }
    #news_bg_big {
        background-size: contain;
    }
    div.lenta_full_mini img {
        width: 100%;
        height: auto;
    }
    div.lenta_full_mini, .lenta_full_mini .image {
        height: 165px;
    }
}
.mobile .ya {display: none;}
blockquote, .blockquote, .blockquote2{
  display:block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 20px 0 20px;
  position: relative;
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  
  /*Borders - (Optional)*/
  border-left: 15px solid #358ed7;
  border-right: 2px solid #358ed7;
  
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.blockquote {
    padding-left: 20px;
}

blockquote::before, .blockquote2::before {
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}

blockquote::after, .blockquote::after, .blockquote2::after {
  /*Reset to make sure*/
  content: "";
}

blockquote a, .blockquote a, .blockquote2 a {
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}

blockquote a:hover, .blockquote a:hover, .blockquote2 a:hover {
 color: #666;
}

blockquote em, .blockquote em, .blockquote2 em {
  font-style: italic;
}

header .main_menu li.new_year {
    position: relative;
}
header .main_menu li.new_year a:before {
  content: '';
  width: 58px;
  height: 63px;
  background-image: url('../img/ded.png');
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
header .main_menu li.new_year a {
    color: #ff0000;
}
header .main_menu li.new_year a:hover {
    color: #3f9ad0;
    border: none;
    padding-bottom: 10px;
}
header.float .main_menu li.new_year a:hover {
    padding-bottom: 6px;
}
header.float .main_menu li.new_year a:before {
    height: 40px;
    background-size: cover;
}
#showMobileOrpho {
    color: #3f9ad0;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.1em;
}
.showDesktopOrpho {
    font-size: 1em; 
    color: #757575;
}
.desktop .showMobileOrpho {
    display: none;
}
.mobile .showDesktopOrpho {
    display: none;
}
#mobileOrpho {
    display: none;
}

@-webkit-keyframes ink-visual-show {
  from {
    opacity: 1;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  15% {
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes ink-visual-show {
  from {
    opacity: 1;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  15% {
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes ink-visual-hide {
  to {
    opacity: 0;
  }
}
@keyframes ink-visual-hide {
  to {
    opacity: 0;
  }
}
button {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.5, 0.5, 1);
          transition-timing-function: cubic-bezier(0.25, 0.5, 0.5, 1);
  position: relative;
  padding: 0;
  height: auto;
  border: none;
  border-radius: 2px;
  outline: none;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Roboto';
  line-height: 1em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.73);
}
button:active {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
button .btn {
  position: relative;
  padding: 8px 16px;
  z-index: 2;
}
button .ink-visual-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 2px;
  z-index: 1;
}
button .ink-visual-container .ink-visual-static {
  position: static;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 2px;
}
button .ink-visual-container .ink-visual {
  -webkit-animation: ink-visual-show 0.45s cubic-bezier(0.25, 0.5, 0.5, 1);
          animation: ink-visual-show 0.45s cubic-bezier(0.25, 0.5, 0.5, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.5, 0.5, 1);
          transition-timing-function: cubic-bezier(0.25, 0.5, 0.5, 1);
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  opacity: 1;
  z-index: -1;
}
button .ink-visual-container .ink-visual.hide {
  opacity: 0;
}
button.raised, button.float {
  -webkit-transition-property: box-shadow, background;
  transition-property: box-shadow, background;
  background-color: #46a8e2;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25), 0px 0px 2px rgba(0, 0, 0, 0.125);
  color: white;
}
button.raised:hover, button.float:hover {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25), 0px 0px 4px rgba(0, 0, 0, 0.125);
  background-color: #3f9ad0;
}
button.raised:active, button.float:active {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25), 0px 0px 1px rgba(0, 0, 0, 0.125);
  background-color: #3f9ad0;
}
html.ink-btn button.raised:active, html.ink-btn button.float:active {
  background-color: #3f9ad0;
}
button.raised .ink-visual, button.float .ink-visual {
  background-color: #d7ecf9;
}
button.raised.edge .ink-visual-static, button.float.edge .ink-visual-static {
  box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.5) inset, 0 -1px 1px 0 rgba(0, 0, 0, 0.25) inset;
}
button.raised {
    position: fixed; right: 40px; bottom: 40px;
    z-index: 5;
}
.yamap {
    margin-left: -256px;
    margin-top: 22px;
}
.ads-list-item {
    margin-bottom: 22px;
    min-height: 185px; 
    background-color: #fff;
    position: relative;
}
.ads-list-image {
    float: left;
    max-height: 185px;
    width: 185px;
    text-align: center;
    vertical-align: middle;
}
.ads-list-image img {
    max-width: 185px;
    max-height: 185px;
    margin: 0px auto;
}
.ads-list-category {
    font-size: .75em;
    color: #358ed7;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}
.ads-list-content {
    float: left;
    padding: 20px;
    width: 100%;
    position: relative;
    height: 100%;
    min-height: 205px;
}
.ads-list-image + .ads-list-content {
    width: calc(100% - 205px);
    /*max-height: 185px;*/
}
.ads-list-title {
    font-weight: 300;
    font-size: 1.1em;
    color: #43474d;
    font-family: 'Noto Serif';
}
.ads-list-text {
    color: #43474d;
    margin-top: 5px;
    padding-bottom: 30px;
}
.ads-list-phone {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 100%;
    height: 25px;
    color: #358ed7;
}
.ads-list-phone a {
    color: #358ed7;
    text-decoration: none;
}
.ads-list-phone a:hover {
    text-decoration: underline;
}
.adsadd {
    text-align: right;
}
.adsadd a {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    font-size: 1.2em;
    background-color: #358ed7;
    color: #fff;
    padding: 15px;
}
#win_ads {
    position: fixed;
    z-index: 3000;
    background-color: rgba(4,4,4,0.95);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: none;
}
#win_ads > div {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -287px;
    margin-top: -363px;
    background-color: #fff;
    height: 726px;
    width: 574px;
    /*background-image: url('../img/email.png');*/
    background-repeat: no-repeat; 
    background-position: left center;
}
#win_ads > div.high {
    height: 786px;
}
#win_ads .head {
    line-height: 60px;
    position: relative;
    border-bottom: 1px solid #e1e8ee;
    padding-left: 25px;
}
#win_ads h2 {
    font-size: 1.1em;
    font-weight: 400;
    color: #5e6977;
}
#win_ads .form {
    padding: 10px 25px;
}
#win_ads .form span {
    color: #5e6977;
}
#win_ads .select_wrap {
    position: relative;
    width: 48%;
    overflow: hidden;
    border: 2px solid #e1e8ee;
    background-color: #f0f4f7;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-top: 16px;
}
#win_ads .select_wrap .icon {
    position: absolute;
    display: block;
    z-index: 1;
    width: 9px;
    height: 5px;
    background-image: url('../img/sprite.png?6');
    background-position: -51px -228px ;
    right: 25px;
    top: 50%;
    
}
#win_ads select {
    width: 280px; 
    background: transparent;
    z-index: 11;
    padding: 8px 20px;
    border: none;
    color: #5e6977;
    font-size: 0.9em;
    -webkit-appearance: none;
    line-height: 1;
}
#win_ads option {
    padding: 8px 20px;
    background-color: #f0f4f7;
    color: #5e6977;
    font-size: 0.9em;
}
#win_ads textarea {
    width: 100%; 
    height: 150px;
    border: 2px solid #e1e8ee;
    margin-top: 16px;
    padding: 20px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-size: 1em;
    resize: none;
}
#ads_form_text_counter, #ads_form_title_counter {
    padding-top: 4px;
    text-align: right;
    color: #5e6977;
}
#ads_form_text_counter em, #ads_form_title_counter em {
    margin-right: 20px;
    color: #ff0000;
}
#ads_form_title {
    margin-top: 16px;
    width: 100%;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: 2px solid #e1e8ee;
    padding: 8px 20px;
    font-size: 1em;
}
#ads_form_phone, #ads_form_phone_code {
    width: 260px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: 2px solid #e1e8ee;
    padding: 8px 20px;
    font-size: 1em;
    color: #5e6977;
}
#ads_form_phone_code_wrap {
    margin-top: 16px;
}
#win_ads #ads_recaptcha {
    margin-top: 16px;
}
.ads_form_rules, .ads_form_payment {
    margin-top: 16px;
}
.ads_form_payment {
    width: 100%;
    margin-bottom: 16px;
    display: none;
}
#ads_form_rules_check + label, #ads_form_payment_check + label {
    color: #5e6977;
    font-size: 0.8em;
    display: block;
    float: left;
}
#ads_form_rules_check + label a, #ads_form_payment_check + label a {
    color: #3f9ad0;
    text-decoration: none;
}
#ads_form_rules_check:not(:checked),
#ads_form_payment_check:not(:checked),
#ads_form_rules_check:checked,
#ads_form_payment_check:checked {
  position: absolute;
  left: -9999px;
}
#ads_form_rules_check:not(:checked) + label,
#ads_form_payment_check:not(:checked) + label,
#ads_form_rules_check:checked + label,
#ads_form_payment_check:checked + label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
}
/* checkbox aspect */
#ads_form_rules_check:not(:checked) + label:before,
#ads_form_rules_check:checked + label:before,
#ads_form_payment_check:not(:checked) + label:before,
#ads_form_payment_check:checked + label:before {
  content: '';
  position: absolute;
  left:0; top: 3px;
  width: 22px; height: 22px;
  border: 1px solid #bbb;
  background: #e1e8ee;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
#ads_form_rules_check:not(:checked) + label:after,
#ads_form_rules_check:checked + label:after,
#ads_form_payment_check:not(:checked) + label:after,
#ads_form_payment_check:checked + label:after {
  content: '✔';
  position: absolute;
  top: 7px; left: 4px;
  font-size: 22px;
  line-height: 0.8;
  color: #a1adb6;
  transition: all .2s;
}
/* checked mark aspect changes */
#ads_form_rules_check:not(:checked) + label:after,
#ads_form_payment_check:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
#ads_form_rules_check:checked + label:after,
#ads_form_payment_check:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
#ads_form_submit {
    float: right;
    display: block;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.1em;
    background-color: #358ed7;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
#ads_form_phone_code_wrap {
    display: none;
}
#adsResendCode {
    color: #3f9ad0;
    text-decoration: none;
    display: none;
}
.fileinput-button-wrap {
    width: 100%;
    margin-bottom: 16px;
    margin-top: -10px;
}
.fileinput-button a {
    color: #3f9ad0;
    text-decoration: none;
}
.ads_form_photo_limit {
    color: #5e6977;
    font-size: 0.8em;
    display: block;
}
.ads_form_err {
    border-color: #ff0000!important;
}
#win_ads_payment, #win_ads_payment2 {
    position: fixed;
    z-index: 3000;
    background-color: rgba(4,4,4,0.95);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: none;
}
#win_ads_payment > div, #win_ads_payment2 > div {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -287px;
    margin-top: -369px;
    background-color: #fff;
    height: 738px;
    width: 574px;
    background-repeat: no-repeat; 
    background-position: left center;
}
#win_ads_payment2 > div {
    height: 568px;
    margin-top: -284px;
}
#win_ads_payment .head, #win_ads_payment2 .head {
    line-height: 60px;
    position: relative;
    border-bottom: 1px solid #e1e8ee;
    padding-left: 25px;
}
#win_ads_payment h2, #win_ads_payment2 h2 {
    font-size: 1.1em;
    font-weight: 400;
    color: #5e6977;
}
#win_ads_payment .form, #win_ads_payment2 .form {
    padding: 10px 0px;
}
#ads_payment_result {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: green;
    height: 100px;
    display: table;
    z-index: 999999;
}
#ads_payment_result.fail {
    background-color: red;
}
#ads_payment_result p {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    font-size: 1.2em;
}
#ads_payment_result a {
    color: #fff;
}
.ads_payment_form {
    display: table;
    width: 100%;
    table-layout:fixed;
    border-top: 1px solid #e1e8ee;
}
.ads_payment_form:nth-of-type(2) {
    border-bottom: 1px solid #e1e8ee;
}
.ads_payment_form_a {
    display: table-row;
    border-top: 1px solid #e1e8ee;
    width: 100%;
    height: 148px;
    text-decoration: none;
}
.ads_payment_form_a:hover {
    background-color: #fefaca;
}
.ads_payment_form_img {
    display: table-cell;
    width: 114px;
    vertical-align: middle;
    text-align: left;
    padding-left: 20px;
}
.ads_payment_form_text {
    display: table-cell;
    width: 280px;
    vertical-align: middle;
    text-align: left;
}
.ads_payment_form_text_title {
    font-size: 1.5em;
    font-weight: 300;
    color: #46494e;
}
.ads_payment_form_text_desc {
    color: #89929c;
    font-size: 0.9em;
    margin-top: 10px;
}
.ads_payment_form_price {
    display: table-cell;
    width: 110px;
    vertical-align: middle;
    text-align: center;
    color: #3f9ad0;
    font-weight: 300;
    font-size: 1.5em;
}
#win_ads_payment h4 {
    text-align: center;
    color: #3f9ad0;
    font-size: 3em;
    font-weight: 500;
    margin-top: 25px;
}
#win_ads_payment .gray_text, #win_ads_payment2 .gray_text {
    color: #89929c;
    font-size: 0.9em;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}
.win_ads_payment_cancel {
    text-align: center;
    line-height: 80px;
}
.win_ads_payment_cancel a {
    color: #89929c;
    font-size: 1.1em;
}
.win_ads_payment_cancel a:hover {
    text-decoration: underline;
}
.win_ads_payment_rules {
    text-align: center;
    border-bottom: 1px solid #e1e8ee;
    line-height: 40px;
}
.win_ads_payment_rules a {
    text-decoration: none;
    color: #3f9ad0;
}
.win_ads_payment_rules a:hover {
    text-decoration: underline;
}
#win_ads_payment sup, #win_ads_payment2 sup {
    color: #3f9ad0;
}
#ads-list-menu-btn {
    color: #3f9ad0;
    font-size: 24px;
    display: block;
    position: absolute;
    top: 10px;
    right: 5px;
    cursor: pointer;
    z-index: 100;
}
.ads-list-menu {
    background-color: #fff;
    position: absolute;
    z-index: 101;
    padding: 10px 15px;
    right: 12px;
    top: 35px;
    -webkit-box-shadow: -1px 1px 7px 0px rgba(0,0,0,0.22);
    -moz-box-shadow: -1px 1px 7px 0px rgba(0,0,0,0.22);
    box-shadow: -1px 1px 7px 0px rgba(0,0,0,0.22);
    display: none;
}
.ads-list-menu li {
    text-align: right;
}
.ads-list-menu li a {
    color: #3f9ad0;
    font-weight: 500;
    text-decoration: none;
    font-size: 1em;
}
.ads-list-menu li i {
    font-size: 16px;
    margin-bottom: -2px;
}
.ads-list-menu li a:hover {
    color: #000;
}
#win_ads_delete {
    position: fixed;
    z-index: 3000;
    background-color: rgba(4,4,4,0.95);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: none;
}
#win_ads_delete > div {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -287px;
    margin-top: -329px;
    background-color: #fff;
    height: 300px;
    width: 574px;
    /*background-image: url('../img/email.png');*/
    background-repeat: no-repeat; 
    background-position: left center;
}
#win_ads_delete .head {
    line-height: 60px;
    position: relative;
    border-bottom: 1px solid #e1e8ee;
    padding-left: 25px;
}
#win_ads_delete h2 {
    font-size: 1.1em;
    font-weight: 400;
    color: #5e6977;
}
#win_ads_delete .form {
    padding: 10px 0px;
}
#win_ads_delete .gray_text {
    color: #89929c;
    font-size: 0.9em;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}
.win_ads_delete_cancel {
    border-top: 1px solid #e1e8ee;
}
.win_ads_delete_form {
    text-align: center;
    padding-bottom: 24px;
}
#ads_delete_code {
    width: 140px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: 2px solid #e1e8ee;
    padding: 8px 20px;
    font-size: 1em;
    color: #5e6977;
}
#ads_delete_button {
    width: 240px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #3f9ad0;
    padding: 8px 20px;
    font-size: 1em;
    color: #fff;
    background-color: #3f9ad0;
    font-weight: bold;
}
.win_ads_payment_info {
    color: #000;
    border-top: 1px solid #3f9ad0;
    padding: 10px 20px;
}

#win_ads_crop {
    position: fixed;
    z-index: 3000;
    background-color: rgba(4,4,4,0.95);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: none;
}
#win_ads_crop > div {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -287px;
    margin-top: -425px;
    background-color: #fff;
    height: 850px;
    width: 574px;
    /*background-image: url('../img/email.png');*/
    background-repeat: no-repeat; 
    background-position: left center;
}
#win_ads_crop .head {
    line-height: 60px;
    position: relative;
    border-bottom: 1px solid #e1e8ee;
    padding-left: 25px;
}
#win_ads_crop h2 {
    font-size: 1.1em;
    font-weight: 400;
    color: #5e6977;
}
#win_ads_crop .form {
    padding: 10px 0px;
}
#win_ads_crop .gray_text {
    color: #89929c;
    font-size: 0.9em;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.win_ads_crop_cancel {
    border-top: 1px solid #e1e8ee;
}
.win_ads_crop_form {
    text-align: center;
    padding-bottom: 24px;
    max-width: 574px;
}
#ads_crop_button {
    width: 240px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #3f9ad0;
    padding: 8px 20px;
    font-size: 1em;
    color: #fff;
    background-color: #3f9ad0;
    font-weight: bold;
    margin-top: 16px;
}
#win_ads_crop_image {
    max-width: 100%;
    max-height: 574px;
}
#fileinput-image {
    width: 60px;
    float: left;
    margin-right: 20px;
}
.social_block .slick-dots {
    bottom: 12px;
}
.slider_main_wrap .slick-dots {
    bottom: 12px;
}
.slider_main_wrap .slick-dots li {
    width: 30px;
    height: 30px;
}
.slider_main_wrap .slick-dots li button {
    width: 30px;
    height: 30px;
}
.slider_main_wrap .slick-dots li button::before {
    width: 30px;
    height: 30px;
    opacity: 1;
    font-size: 12px;
    color: #fff;
}
.slider_main_wrap .slick-dots li.slick-active button::before {
    opacity: 1;
    color: #3f9ad0;
}
.post_attachments {
    color: #000;
    margin-top: 20px;
    padding-left: 36px;
}
.content #gallery_slider2 {
    margin-left: -256px;
    margin-top: 24px;
    margin-bottom: 24px;
}
.share {
    padding-bottom: 20px;
}
.special_text2 {
    padding-left: 0;
    padding-right: 0;
}
.special_text2 h1 {
    font-family: 'Noto Serif', serif; 
    font-weight: 700;
    color: #212121;
    margin-top: 40px;
    font-size: 2em;
}
.special_text2 .info {
    color: #757575;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 0.8em;
}
.special_text2 .info .fa {
    color: #212121;
    margin-right: 10px;
    margin-left: 10px;
}
.special_text2 .info .fa:first-child {
    margin-left: 0;
}
.special_text2 .info span {
    
}
.special_text2 .anons p:first-child {
    margin-top: 0;
}
.special_text2 .anons {
    margin-top: 28px;
    font-size: 1.1em;
}
.special_text2 .anons p {
    color: #212121;
    font-family: 'Noto Serif', serif; 
    font-weight: 700;
    font-style: italic;
    line-height: 1.6;
}
.special_text2 .content {
    color: #212121;
    padding-bottom: 20px;
}
.special_text2 .content p {
    font-size: 1.063em;
    line-height: 1.6;
    color: #212121;
}
.special_text2 .read_more, .special_text2 .read_more_relap {
    background-color: #f7f7f7;
    margin-bottom: 36px;
}
.special_text2 .read_more_header, .special_text2 .relap-default__block-title {
    line-height: 48px;
    text-transform: uppercase;
    padding-left: 24px;
    color: #212121;
    font-weight: 500;
    border-bottom: 1px solid #dddddd;
    position: relative;
}
.read_more_header .fa {
    position: absolute;
    right: 16px;
    top: 18px;
}
.special_text2 .read_more_content {
    padding-left: 24px;
    padding-bottom: 24px;
    padding-right: 24px;
}
.special_text2 .read_more_item {
    margin-top: 24px;
}
.special_text2 .read_more_item a {
    color: #3f9ad0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.special_text2 .read_more_item p {
    padding-left: 0;
    margin-top: 10px;
    font-size: 0.75em;
    color: #9e9e9e;
}
.relap-default__top-container.relap-default__view-strings[data-relap-max-column-quantity="1"] {
    max-width: 574px!important;
}
.relap-default__top-container.relap-default__view-strings {
    padding-top: 0!important;
}
.relap-default__top-container {
    padding: 0!important;
    -moz-box-sizing: border-box!important;
    -webkit-box-sizing: border-box!important;
    box-sizing: border-box!important;
}
.relap-default__view-strings .relap-default__block-title {
    padding-top: 0!important;
}
.relap-default__with-under-header-line .relap-default__block-title {
    padding-bottom: 0!important
}
.relap-default__block-title {
    padding-top: 0!important;
    padding-bottom: 0!important;
    font-size: 16px!important;
}
.relap-default__with-under-header-line .relap-default__items-container {
    border-top: none!important;
    padding-top: 0!important;
}
.relap-default__logo {
    display: none!important;
}
.relap-default__items-container {
    margin-left: 0!important;
    margin-right: 0!important;
    -moz-box-sizing: border-box!important;
    -webkit-box-sizing: border-box!important;
    box-sizing: border-box!important;
    font-size: 1em!important;
}
.relap-default__view-strings .relap-default__item-inner {
    padding: 12px 24px!important;
    margin-top: 12px!important;
}
.relap-default__item-title {
    color: #3f9ad0!important;
}
.relap-default__item-description {
    color: #9e9e9e!important;
}
.relap-default__item-link:hover {
    background-color: transparent!important;
}
.special_text2 #gallery_slider2 {
    margin-left: 0;
    position: relative;
    left: -50%;
}
.b_content img {
    max-width: 100%;
}
.special_text2 .post_video {
    margin-left: 0;
    left: -50%;
}
.special_text2 .post_image {
    margin-left: 0;
    position: relative;
    left: -50%;
    display: block;
}
#content_container {
    background-color: #fff;
}
.special_text2 .post_tags {
    margin-top: 32px;
    margin-bottom: 32px;
    white-space: nowrap;
}
.special_text2 .post_tags a {
    display: inline-block;
    border: 1px solid #b1b1b1;
    padding: 10px 20px;
    color: #212121;
    font-weight: 500;
}
.special_text2 .post_tags a + a {
    margin-left: 10px;
}
.post_orpho {
    border-top: 1px solid #dddddd;
    padding-top: 20px;
    padding-bottom: 20px;
}
.post_authors {
    border-top: 1px solid #dddddd;
    padding-top: 20px;
}
.special_text2 .post_author {
    display: inline-block;
    width: 30%;
    margin-bottom: 20px;
    line-height: 1.5;
    color: #757575;
}
.special_text2 .post_author .title {
    color: #757575;
    text-transform: uppercase;
    font-size: 0.75em;
}
.special_text2 + div {
    margin-bottom: 24px;
}
.post_footer2 {
    /*padding-top: 24px;*/
    background: none;
}
.post_footer2 .row:first-child {
    border-bottom: none;
    padding-bottom: 0px;
    padding-top: 0px;
}
#content_container + .container, .content_container + .container, .content_container2 + .container {
    margin-top: 24px;
}
.post_comments {
    background-color: #fff;
    padding: 32px 25% 32px 25%;
}
.post_comments_head {
    color: #212121;
    font-size: 0.9em;
}
.post_comments_head .disclaimer {
    color: #3f9ad0;
    font-size: 0.8em;
    float: right;
    padding-top: 2px;
}
.post_comments .comment {
    margin-top: 32px;
    color: #212121;
    padding: 16px 0;
}
.post_comments .comment + .comment {
    border-top: 1px solid #dddddd;
    margin-top: 16px;
}
.post_comments .avatar {
    float: left;
    width: 55px;
    height: 55px;
    border-radius: 55px;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    line-height: 55px;
    text-align: center;
    margin-right: 16px;
    font-size: 1.5em;
}
.post_comments .comment_content {
    width: calc(100% - 95px);
    float: left;
    position: relative;
}
.post_comments .comment_content .name {
    font-size: 0.9em;
    color: #212121;
    font-weight: 500;
}
.post_comments .comment_content .date {
    color: #86939e;
    font-size: 0.75em;
}
.post_comments .comment_content .text {
    font-size: 0.9em;
    color: #212121;
    margin-top: 10px;
    line-height: 1.5;
}
.post_comments .comment_content .buttons {
    position: absolute;
    top: -2px;
    right: 0;
}
.post_comments .comment_content .buttons a {
    color: #bdc6cf;
    font-size: 0.75em;
    text-decoration: none;
}
.post_comments .comment_content .buttons a:hover {
    text-decoration: underline;
}
.post_comments .comments_form {
    position: relative;
    margin-top: 32px;
}
.post_comments #comment_send {
    position: absolute;
    top: 8px;
    right: 16px;
    color: #bdc6cf;
}
.post_comments #comment_text:focus + #comment_send {
    color: #3f9ad0;
}
.post_comments #comment_text {
    padding-right: 60px;
}
#news_bg_small + div {
    margin-top: -50px;
    z-index: 4;
}
#news_bg_small + .container .special_text {
    margin-top: 0;
}
.special_text.mailing p {
    padding-left: 0;
}
.span_4 .social_comments {
    padding: 35px 20px;
    background-image: url('../img/social_pages.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    height: 400px;
    background-color: #fff;
}
.span_4 .social_comments h2 {
    color: #b1b1b1;
    text-align: center;
    font-size: 2.3em;
    font-weight: 500;
    line-height: 1;
}
.span_4 .social_comments p {
    color: #3f9ad0;
    text-align: center;
    line-height: 1.2;
    font-size: 1.1em;
    margin-top: 50px;
}
.span_4 .social_comments .icons {
    text-align: center;
    float: none;
    margin-top: 16px;
}
.span_4 .social_comments .icons a {
    display: inline-block;
    height: 44px;
    width: 44px;
    margin-left: 7px;
    background-image: url('../img/sprite.png');
    background-repeat: no-repeat;
}
.span_4 .social_comments .icons a:first-child {
    margin-left: 0;
}
.span_4 .social_comments .vk {
    background-position: -0px -251px;
}
.span_4 .social_comments .ok {
    background-position: -88px -251px;
}
.span_4 .social_comments .fb {
    background-position: -44px -251px;
}
.span_8 .social_comments, .span_12 .social_comments {
    padding: 35px 35px;
    background-image: url('../img/social_pages_big.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    height: 400px;
    background-color: #fff;
}
.span_12 .social_comments {
    margin-bottom: 24px;
}
.span_8 .social_comments h2, .span_12 .social_comments h2 {
    color: #b1b1b1;
    text-align: left;
    font-size: 2.3em;
    font-weight: 500;
    line-height: 1;
}
.span_8 .social_comments p, .span_12 .social_comments p {
    color: #3f9ad0;
    text-align: left;
    line-height: 1.2;
    font-size: 1.1em;
    margin-top: 28px;
}
.span_8 .social_comments .icons, .span_12 .social_comments .icons {
    text-align: left;
    float: none;
    margin-top: 16px;
}
.span_8 .social_comments .icons a, .span_12 .social_comments .icons a {
    display: inline-block;
    height: 44px;
    width: 44px;
    margin-left: 7px;
    background-image: url('../img/sprite.png');
    background-repeat: no-repeat;
}
.span_8 .social_comments .icons a:first-child, .span_12 .social_comments .icons a:first-child {
    margin-left: 0;
}
.span_8 .social_comments .vk, .span_12 .social_comments .vk {
    background-position: -0px -251px;
}
.span_8 .social_comments .ok, .span_12 .social_comments .ok {
    background-position: -88px -251px;
}
.span_8 .social_comments .fb, .span_12 .social_comments .fb {
    background-position: -44px -251px;
}
#content_container .social_buttons ul {
    width: 60px;
    margin: 44px auto 0px;
	border: 1px solid;
	border-color: #e3e4e5;
}
#content_container .social_buttons li {
    width: 100%;
    height: 60px;
}
#content_container .social_buttons li:not(:first-child) {
	border-top: 1px solid #e3e4e5;
}
#content_container .social_buttons li a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
    text-decoration: none;
    outline: 0;
    background-color: transparent;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
svg:not(:root) {
    overflow: hidden;
}
#content_container .social_buttons li .icon {
    width: 100%;
    max-width: 24px;
    fill: #8b8c8c;
    -webkit-transition: fill .3s ease;
    -o-transition: fill .3s ease;
    -moz-transition: fill .3s ease;
    transition: fill .3s ease;
    will-change: fill;
    box-sizing: inherit;
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
}
#content_container .social_buttons li a:hover .Z13oE {
	fill: #3b5999;
}

#content_container .social_buttons li a:hover ._16FWF {
	fill: #45668e;
}

#content_container .social_buttons li a:hover ._1d8J6 {
	fill: #f6900b;
}

#content_container .social_buttons li a:hover ._1Nfir {
	fill: #55acee;
}

#content_container .social_buttons li a:hover ._1xiIG {
	fill: #dc4e41;
}
.content_container2 .b {
    margin-top: 40px;
    margin-left: 24px;
}
.special_text2 p .post_image {
    left: calc(-50% - 52px);
}
.colorblock {
    background-color: #e2e5eb;
    padding: 2%;
}
.colorblock p {
    font-size: 1em;
}
.post_audio {
    margin-left: -287px;
}
.special_text2 ol {
    counter-reset: myCounter;
}
.special_text2 ol li {
    list-style: none;
    margin-top:0;
}
.special_text2 ol li:before {
    counter-increment: myCounter;
    content:counter(myCounter);
    color: white;
    background: #2980B9;
    display: inline-block;
    text-align: center;
    margin: 5px 10px;
    line-height: 40px;
    width: 40px;
    height: 40px;
}
.special_text2 ul {
    list-style-type: disc;
    padding-left: 50px;
    margin-bottom: 10px;
}
.special_text2 ul li {
    line-height: 1.5;
    margin-top: 0;
    padding-left: 0px;
    color: #212121;
    /*color: #5e6977;*/
}
.school_winter_wrap + .container {
    margin-top: 24px;
}