/*Подключение шрифтов*/

@font-face {
    font-family: 'Droid Sans';
    src: local('Droid Sans'), local('DroidSans'), url('fonts/droidsans.woff2') format('woff2'), url('fonts/droidsans.woff') format('woff'), url('fonts/droidsans.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Droid Sans';
    src: local('Droid Sans Bold'), local('DroidSans-Bold'), url('fonts/droidsansbold.woff2') format('woff2'), url('fonts/droidsansbold.woff') format('woff'), url('fonts/droidsansbold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans';
    src: local('PT Sans'), local('PTSans-Regular'), url('fonts/ptsans.woff2') format('woff2'), url('fonts/ptsans.woff') format('woff'), url('fonts/ptsans.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'PT Sans';
    src: local('PT Sans Italic'), local('PTSans-Italic'), url('fonts/ptsansitalic.woff2') format('woff2'), url('fonts/ptsansitalic.woff') format('woff'), url('fonts/ptsansitalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'PT Sans';
    src: local('PT Sans Bold'), local('PTSans-Bold'), url('fonts/ptsansbold.woff2') format('woff2'), url('fonts/ptsansbold.woff') format('woff'), url('fonts/ptsansbold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'PT Sans';
    src: local('PT Sans Bold Italic'), local('PTSans-BoldItalic'), url('fonts/ptsansbolditalic.woff2') format('woff2'), url('fonts/ptsansbolditalic.woff') format('woff'), url('fonts/ptsansbolditalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

/*Шапка стилей*/

body, h1, h2, h3, h4, h5, h6, a, ol, ul, li, p {margin: 0px;padding: 0px;font-weight: normal;}

html, body {width: 100%;}

body {color: #010101;background-color: #ffffff; font: 14px/20px 'PT Sans', arial, sans-serif;}

/*Фиксы элементов*/

img, a:focus, select, textarea {border: 0px;outline: 0px;}

button, input[type="button"], select:hover {cursor: pointer;}

input:focus {outline: none;}

.site img {max-width: 100%}

/*Типографика*/

h1, h2, h3, h4, h5, h6 {color: #000000; margin-bottom: 1em; font-size: 25px; font-weight: bold;}
h2 {font-size: 22px;}
h3 {font-size: 20px;}

a {color: #2393cf;}
a:hover {}
a:visited {}
a:visited:hover {}
a.dashed {}

.text-block {font-size: 15px; line-height: 22px;}
.text-block p, .text-block div {margin-bottom: 20px;}

sup {vertical-align: initial; position: relative; font-size: 0.7em; top: -0.3em;}

hr {border: 0; background-color: #dad9d9; height: 1px; display: block; position: relative; overflow: hidden; margin: 30px 0;}

/*Элементы ввода*/

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea, select {box-sizing: border-box; font-family: arial; border: 1px solid #c2c2c2; background-color: #fff; height: 30px; padding: 0 15px;}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {}
textarea {height: 6em; padding-top: 5px !important;}

input[type="text"].warning, input[type="password"].warning, textarea.warning, select.warning {}
input[type="text"].success, input[type="password"].success, textarea.success, select.success {}
input[type="text"][disabled], input[type="password"][disabled], textarea[disabled], select[disabled] {}

input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {}
input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder {}
input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder {}
input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder {}

input[type="text"]:focus::-webkit-input-placeholder, input[type="password"]:focus::-webkit-input-placeholder, textarea.focus::-webkit-input-placeholder {}
input[type="text"]:focus:-moz-placeholder, input[type="password"]:focus:-moz-placeholder, textarea.focus:-moz-placeholder {}
input[type="text"]:focus::-moz-placeholder, input[type="password"]:focus::-moz-placeholder, textarea.focus::-moz-placeholder {}
input[type="text"]:focus:-ms-input-placeholder, input[type="password"]:focus:-ms-input-placeholder, textarea.focus:-ms-input-placeholder {}

.btn, button, input[type="button"], input[type="submit"] {display: inline-block; box-sizing: border-box; cursor: pointer; font-family: 'PT Sans', arial, sans-serif; height: 40px; padding: 0 30px; font-size: 14px; color: #4ca7d8; font-weight: bold; text-decoration: none; text-align: center; border: 1px solid #dad9d9; line-height: 38px;}
.btn:hover, button:hover, input[type="button"]:hover, input[type="submit"]:hover {}
.btn[disabled], button[disabled], input[type="button"][disabled], input[type="submit"][disabled] {}

/*Универсальные классы*/

.site {overflow: hidden; position: relative; min-height: 100%; padding: 0 20px; min-width: 320px; box-sizing: border-box; z-index:15;
    max-width: 1140px;
    margin: 0 auto;
}

.wrapper-inside {margin: 0 auto; position: relative; max-width: 1100px;}

.clear {position: relative;width: 100%;height: 1px;clear: both; margin-bottom: -1px;}
.clearfix:after {content: '.'; visibility: hidden; height: 0; clear: both; display: block;}

.table {display: table; width: 100%; height: 100%;}
.table > .cell {display: table-cell; vertical-align: middle;}

.hidden {display: none; visibility: hidden;}

.mt-10 {margin-top: -10px !important;}
.mt-15 {margin-top: -15px !important;}
.mt-20 {margin-top: -20px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px !important;}
.mr5 {margin-right: 5px !important;}
.mr10 {margin-right: 10px !important;}
.mr20 {margin-right: 20px !important;}
.mr30 {margin-right: 30px !important;}
.mr40 {margin-right: 40px !important;}
.mr50 {margin-right: 50px !important;}
.ml20 {margin-left: 20px !important;}

.tac {text-align: center !important; 

}
.tar {text-align: right !important;}

.foz13 {font-size: 13px !important;}

.flr {float: right !important;}

.cg {color: #999c9e !important;}

/*Сетка*/

.row {margin-left: -20px;}
.row:after {content: '.'; display: block; clear: both; height: 0; visibility: hidden;}
.row > [class^=c] {
	width: 100%;
	float: left;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.row > .c1 {width: 100%;}
.row > .c1-2 {width: 50%;}
.row > .c1-3 {width: 33.33%;}
.row > .c1-4 {width: 25%;}
.row > .c1-5 {width: 20%;}
.row > .c3-4 {width: 75%;}
.row > .c2-3 {width: 66.66%;}
.row > .c4-5 {width: 80%;}
.row > .c1-5 {width: 20%;}

/*Прочие элементы вёрстки*/

.header .wrapper-inside {height: 106px;}
.header .logo {position: absolute; left: 0; top: 24px;}
.header .info {position: absolute; left: 91px; top: 12px; font-family: 'Droid Sans', arial, sans-serif; font-size: 13px; color: #8f8f8f; line-height: 24px;}
.header .info img {vertical-align: top;}
.header .search {position: absolute; left: 420px; top: 28px; right: 280px;}
.header .links {position: absolute; right: 0; top: 26px;}
.header .links a {color: #919598; display: inline-block; margin-left: 5px; text-decoration: none;}
.header .links a img {vertical-align: text-bottom; margin-right: 5px; float: left; display: block; margin-top: -4px; width: 24px;}
.header .social {position: absolute; right: 0; top: 65px;}

.search {position: relative;}
.search input[type="text"] {width: 100%; vertical-align: top;}
.search input[type="button"],.search input[type="submit"] {padding: 0; height: 30px; border: 1px solid #c2c2c2; width: 40px; background-image: url(../img/header-search.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: #fff; position: absolute; right: -39px; top: 0;}

.social .item {display: inline-block; vertical-align: top; width: 22px; height: 22px; background-color: #d8d9d8; float: left; margin-left: 3px; cursor: default;}
.social .item img {display: block;}
.social .item.vk:hover {background-color: #5A7CA0; cursor: pointer;}
.social .item.facebook:hover {background-color: #3A5795; cursor: pointer;}
.social .item.twitter:hover {background-color: #1DA1F2; cursor: pointer;}
.social .item.ok:hover {background-color: #E67E17; cursor: pointer;}

.nav {position: relative; z-index: 10; margin-bottom: 25px;}
.nav.mobile {overflow: hidden;}
.nav ul.menu {background-color: #e5e8ea; height: 40px;}
.nav.mobile.selected ul.menu {height: auto;}
.nav ul.menu li {list-style: none;}
.nav ul.menu > li {float: left; position: relative;}
.nav.mobile ul.menu > li {float: none;}
.nav.mobile ul.menu > li > a {padding-left: 20px;}
.nav ul.menu > li > a, .nav ul.menu > li > span {font-weight: bold; color: #000000; text-decoration: none; text-transform: uppercase; padding: 0 12px; line-height: 40px; display: block;}
.nav ul.menu > li > span {background-color: #F1F1F1;}
.nav ul.menu > li:hover > a {background-color: rgba(0,0,0,0.1);}
.nav ul.menu > li.l2 > a {padding-right: 20px; position: relative;}
.nav ul.menu > li.l2 > a:after {background-image: url(../img/nav-arrow.png); background-repeat: no-repeat; background-position: 100% 0; position: absolute; content: ''; right: 7px; top: 0; height: 40px; width: 7px;}
.nav ul.menu > li.special > a {text-decoration: underline; color: #fff; background-color: #238fcc; padding-left: 40px; padding-right: 20px; margin-right: 26px; position: relative;}
.nav ul.menu > li.special > a:after {content: ''; border-left: 16px solid #238fcc; border-top: 20px solid transparent; border-bottom: 20px solid transparent; position: absolute; right: -16px; top: 0;}
.nav.mobile ul.menu > li.special > a {margin-right: 0; padding-left: 20px;}
.nav.mobile ul.menu > li.special > a:after {display: none;}
.nav ul.menu > li > ul {position: absolute; left: 0; top: 40px; display: none; background-color: #fff; box-shadow: 0 1px 3px rgba(0,0,0,0.1); min-width: 160px;}
.nav ul.menu > li:hover > ul {display: block;}
.nav.mobile ul.menu > li > ul {display: none !important;}
.nav ul.menu > li > ul > li {border-top: 1px solid #e5e8ea;}
.nav ul.menu > li > ul > li:first-child {border-top: 0;}
.nav ul.menu > li > ul > li > a {display: block; padding: 7px 12px; text-decoration: none;}
.nav ul.menu > li > ul > li > a:hover {background-color: rgba(0,0,0,0.05);}
.nav.mobile ul.menu > li.l2 > a:after {display: none;}

.nav ul.menu > li.mob {display: none;}
.nav.mobile ul.menu > li.mob {display: block;}
.nav ul.menu > li.mob > a {height: 40px; background-image: url(../img/nav-mob.png); background-image: url(../img/nav-mob.svg), none; background-repeat: no-repeat; background-position: 20px 50%;}

.column-main {padding-right: 320px;}
.column-main .inside {width: 100%; float: left;}
.column-second {width: 300px; float: right;}
.column-second .title {font-size: 14px; margin-bottom: 30px; color: #010101; text-transform: uppercase; font-weight: bold;}

a.rss {background-image: url(../img/rss.png); line-height: 16px; display: inline-block; padding-left: 24px; font-size: 13px; color: #000000; text-decoration: none; text-transform: uppercase; background-repeat: no-repeat; font-family: Arial, sans-serif;}
a.more-news {font-size: 13px; text-transform: uppercase;}

.news-main {background-color: #eaeef0; margin-bottom: 10px;}
.news-main .clearfix {margin-left: -20px;}
.news-main .main-title {padding: 5px 10px; font-size: 14px; color: #000000; text-transform: uppercase; font-weight: bold;}
.news-main .main {width: 50%; float: left; padding-left: 20px; box-sizing: border-box;}
.news-main .main .image img {display: block; width: 100%; height: auto;}
.news-main .main .title {padding: 10px 10px 35px 10px; background-color: #2393cf; color: #ffffff; font-size: 13px; position: relative;}
.news-main .main .title a {text-decoration: none; font-size: 25px; line-height: 26px; color: #fff; font-weight: bold; text-decoration: none;}
.news-main .main .title .time {position: absolute; left: 10px; bottom: 10px;}
.news-main .main .title .views {position: absolute; right: 10px; bottom: 10px; padding-left: 22px; background-image: url(../img/news-main-views.png); background-repeat: no-repeat; background-position: 0 50%;}
.news-main .main .description {padding: 10px 10px 20px 10px; font-size: 15px;}
.news-main .main .description p {margin-bottom: 10px; line-height: 22px;}
.news-main .main .description p a {text-decoration: none;}
.news-main .list {width: 50%; float: left; box-sizing: border-box; padding-left: 20px;}
.news-main .list .block {margin-bottom: 25px; display: block; text-decoration: none; color: #010101; padding-left: 122px; min-height: 75px; position: relative; padding-right: 5px;}
.news-main .list .block .image {position: absolute; left: 0; top: 0; width: 112px; height: 88px; overflow: hidden; display: block;}
.news-main .list .block .description {display: block; font-size: 15px; line-height: 22px;}
.news-main .list .block .description .date {display: block; margin-bottom: 5px; font-size: 12px; color: #999c9e;}
.news-main .list .block .description span span {color: #2393cf;}

.news-short {margin-bottom: 50px;}
.news-short .tabs {margin-left: -1px; height: 30px;}
.news-short .tabs:after {content: '.'; visibility: hidden; display: block; clear: both;}
.news-short .tabs li {float: left; width: 33.33%; display: block; box-sizing: border-box; border-left: 1px solid #fff; font-size: 11px; text-decoration: none; text-transform: uppercase; background-color: #333; color: #fff; position: relative;}
 .news-short .tabs li a {
    color: #fff;
 }
.news-short .tabs li:after {content: ''; position: absolute; right: 0; top: 0; border-right: 13px solid #fff; border-bottom: 8px solid transparent;}
.news-short .tabs li span {display: block; height: 30px; line-height: 30px; padding-left: 10px;}
.news-short .tabs li.last-news span {line-height: 14px;}
.news-short .tabs li.green span {background-color: #22b68e;}
.news-short .tabs li.blue span {background-color: #2393cf;}
.news-short .tabs li.active {background-color: #d0d7dc;}
.news-short .tabs li.active span {background-color: #fff; margin: 1px 0 0 1px; margin-right: 14px; position: relative; color: #000000; z-index: 1;}
.news-short .tabs li.active span:after {content: ''; position: absolute; top: 8px; right: -13px; width: 13px; background-color: #fff; bottom: 0; z-index: -1;}
.news-short .tabs li.active span:before {content: ''; position: absolute; top: 0; right: -14px; border-left: 14px solid #fff; border-top: 8px solid transparent;}
.news-short .list {padding: 20px; border-left: 1px solid #d0d7dc; border-right: 1px solid #d0d7dc; border-bottom: 1px solid #d0d7dc; display: none;}
.news-short .list .block {font-size: 15px; line-height: 22px; margin-bottom: 20px;}
.news-short .list .block span {font-size: 12px; color: #999c9e;}
.news-short .list .block .commentary {font-size: 10px;}
.news-short .list.active {
 display: block;
}
[class^="icon-"] {background-image: url(../img/icons-sprite.png); width: 16px; height: 16px; display: inline-block; vertical-align: text-bottom;}
.icon-photo {background-position: 0 0;}
.icon-video {background-position: -20px 0;}
.icon-commentary {background-position: -40px 0;}
.icon-views {background-position: -60px 0;}
.icon-like {background-position: -80px 0;}

.title-line {font-size: 14px; color: #010101; text-transform: uppercase; font-weight: bold; margin-bottom: 10px; position: relative; margin-top: 45px;}
.title-line span {position: relative; z-index: 1; background-color: #fff; padding-right: 25px;}
.title-line:after {content: ''; height: 1px; background-color: #afb4b7; position: absolute; left: 0; right: 0; top: 50%; margin-top: -1px;}
.title-line span a {color:#010101; font-weight: bold;}
.news-list {margin: 0 0 20px -20px;}
.news-list:after {content: '.'; visibility: hidden; height: 0; display: block; clear: both;}
.news-list .block {box-sizing: border-box; width: 50%; float: left; padding-left: 20px; margin-bottom: 20px;}
.news-list .block .image {display: block; width: 100%; margin-bottom: 5px; position: relative;

display: block;
    width: 100%;
    margin-bottom: 5px;
    max-height: 242px;
    overflow: hidden;
}
.news-list .block .image img {width: 100%; display: block;}
.news-list .block.video .image:after {
    content: '';
    background-image: url(../img/video-play.png);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    transition: all 0.2s;
}
.news-list .block.photo .image:after {
    content: '';
    background-image: url(../img/icon-photo.png);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    transition: all 0.2s;
}
.news-list .block .info {font-size: 12px; color: #999c9e; margin-bottom: 5px;}
.news-list .block .title {margin-bottom: 5px;}
.news-list .block .title a {font-size: 18px; color: #010101; font-weight: bold; text-decoration: none;}
.news-list .block .title a:hover {color: #2393cf;}

.gallery-main {margin-bottom: 25px; position: relative; overflow: hidden;}
.gallery-main .background {width: 100%; display: block;}
.gallery-main .middle {position: absolute; width: 280px; height: 230px; position: absolute; left: 50%; margin-left: -150px; top: 50%; margin-top: -115px; transition: all 0.2s;}
.gallery-main .middle span {transform: scale(0.8);}
.gallery-main:hover .middle span {opacity: 0.6; transform: scale(0.9);}
.gallery-main .middle span {width: 120px; height: 105px; position: relative; overflow: hidden; float: left; margin: 0 0 20px 20px; transform: scale(1); opacity: 0.5; transition: all 200ms;}
.gallery-main a.more {position: absolute; left: 0; top: 50%; right: 0; font-size: 15px; color: #ffffff; text-align: center;transform: scale(1); transition: all 0.2s; line-height: 20px; top: -10px; text-align: center;}
.gallery-main .middle span:hover {transform: scale(1); opacity: 1;}

.video-main {margin: 0 0 25px -20px;}
.video-main:after {content: '.'; visibility: hidden; height: 0; clear: both; display: block;}
.video-main .block {box-sizing: border-box; width: 50%; float: left; padding-left: 20px; position: relative;}
.video-main .block a:after {content: ''; background-image: url(../img/video-play.png); position: absolute; left: 20px; top: 0; right: 0; bottom: 0; background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; transition: all 0.2s;}
.video-main .block a:hover:after {background-color: rgba(0,0,0,0.4);}
.video-main .block img {width: 100%; display: block;}

.breadcrumbs {font-size: 13px; color: #999c9e; margin-bottom: 20px;}
.breadcrumbs a {color: #999c9e;}

.main-image {
    display: block;
    margin-bottom: 20px;
    float: left;
    width: 400px;   
    margin-right: 15px;
}
.main-image img {display: block; width: 100%;}

.navigation {text-align: right;}
.navigation a {text-decoration: none;}

.commentaries {margin-bottom: 50px;}
.commentaries .title {font-size: 20px; color: #000000; font-weight: bold; margin-bottom: 35px;}
.commentaries .block {font-size: 15px; line-height: 22px; margin-bottom: 25px;}
.commentaries .block .name {font-size: 14px; color: #999999;}
.commentaries .block > * {margin-bottom: 5px;}

.seealso {margin-bottom: 50px;}
.seealso .title {font-size: 22px; color: #000000; margin-bottom: 25px; font-weight: bold;}
.seealso .list {margin: 0 0 0 -20px;}
.seealso .list:after {content: '.'; visibility: hidden; height: 0; clear: both; display: block;}
.seealso .list .block {float: left; width: 50%; box-sizing: border-box; padding-left: 105px; position: relative; margin-bottom: 20px; font-size: 15px; line-height: 22px;}
.seealso .list .block .date {font-size: 12px; color: #999c9e; margin-bottom: 5px;}
.seealso .list .block a {color: #010101; text-decoration: none;}
.seealso .list .block a:hover {color: #2393cf;}
.seealso .list .block .image {position: absolute; left: 20px; top: 0; width: 70px; height: 55px; overflow: hidden;}

.compitition {display: block; background-color: #45484a; color: #fff; margin-bottom: 20px; font-size: 15px; line-height: 22px;}
.compitition span {display: block; padding: 20px;}
.compitition img {display: block; width: 100%;}

.header-banner img {display: block; height: auto !important;}

.footer .inside {background-color: #000000; padding: 30px 40px; color: #fff;}
.footer a {color: #fff;}
.footer .inside .search {max-width: 470px;}
.footer ul.menu {margin: 0 0 50px -20px;}
.footer ul.menu:after {content: '.'; visibility: hidden; height: 0; clear: both; display: block;}
.footer ul.menu li {list-style: none;}
.footer ul.menu > li {width: 20%; float: left; padding-left: 20px; box-sizing: border-box;}
.footer ul.menu > li > span {margin-bottom: 10px; display: block;}
.footer ul.menu > li > span a {font-size: 14px; font-weight: bold; text-transform: uppercase;}
.footer ul.menu > li li {margin-bottom: 10px; line-height: 18px;}
.footer .social {padding-top: 5px;}

.show-tablet {display: none;}
.show-mobile {display: none;}

.pagination {margin-bottom: 20px;}
.pagination li {display: inline-block; vertical-align: top; list-style: none;}
.pagination a, .pagination span {display: inline-block; vertical-align: top; line-height: 30px; min-width: 30px; text-align: center; padding: 0 5px; box-sizing: border-box; text-decoration: none; border: 1px solid transparent; box-sizing: border-box;}
.pagination a:hover {border-color: rgba(35,147,207,0.3);}
.pagination .active span {background-color: #2393cf; color: #fff;}

.voting-form-box, .vote-question-item {padding: 20px !important; border: 1px solid #D0D7DC !important; margin-bottom: 20px !important;}
.voting-form-box ol, .vote-items-list {list-style: none !important;}
.voting-form-box li, .vote-items-list li {margin-bottom: 5px !important;}
.MsoNormal {font-size: 16px; margin-bottom: 10px;}
._upper {font-size: 18px; margin-bottom: 20px;}

.form-control {box-sizing: border-box;}

.list-item ._dash {cursor: pointer;}

.c_forms .controls label {
	right: 0 !important;
	width: auto !important;
	top: -26px !important;
}

.gallery_item {float: left; padding: 0 0 20px 20px;}
.gallery_item a img {display: block;}

@media screen and (max-width: 940px) {
    .header .links {display: none;}
    .header .social {display: none;}
    .header .info {display: none;}
    .header .search {left: 160px; top: 38px; right: 40px;}
    .news-main .clearfix {margin-left: 0;}
    .news-main .main {float: none; width: auto; padding-left: 0; padding-bottom: 20px;}
    .news-main .list {float: none; width: auto;}

    .show-desktop {display: none;}
}
@media screen and (max-width: 768px) {
    .column-main {padding-right: 0;}
    .column-second {float: none; width: auto; margin-bottom: 20px;}
    .column-main .inside {float: none;}
    .news-short .tabs a.last-news span {line-height: 28px;}

    .row.m768 {margin-left: 0;}
    .row.m768 > div {float: none; width: auto; margin-bottom: 20px; padding-left: 0;}

    .footer ul.menu > li {width: 50%; margin-bottom: 20px;}

    .footer .inside .search {padding-right: 40px; position: relative;}
    .inside .search input[type="text"] {}
    .inside .search input[type="submit"] {right: 1px;}

    .video-main {margin-left: 0;}
    .video-main .block {width: auto; float: none; padding-left: 0; margin-bottom: 20px;}

    .title-line {font-size: 24px; margin-bottom: 20px; margin-top: 40px;}

    // .header-banner {display: none;}

    .show-tablet {display: block;}

    .seealso .list {margin-left: 0;}
    .seealso .list .block {float: none; padding-left: 85px; width: auto; min-height: 55px;}
    .seealso .list .block .image {left: 0;}

    .news-main .main .description {padding-left: 20px; padding-right: 20px;}
    .news-main .main .title {padding-left: 20px; padding-right: 20px;}
    .news-main .main .title .time {left: 20px;}
    .news-main .main .title .views {right: 20px;}

    .inside img {height: auto;}
}

@media screen and (max-width: 480px) {
    .footer ul.menu {margin-left: 0;}
    .footer ul.menu > li {width: auto; float: none; padding-left: 0;}

    .news-list {margin-left: 0;}
    .news-list .block {float: none; padding-left: 0; width: auto; margin-bottom: 40px;}
    
    .header .logo {top: 30px;}
    .header .logo img {max-width: 100px;}
    .header .search {left: 125px;}

    .show-mobile {display: block;}

    .navigation a {display: block; margin: 0 20px 10px 0 !important; text-align: left; float: left;}
    .navigation:after {content: '.'; visibility: hidden; clear: both; display: block; height: 0;}

    .news-main .main-title {font-size: 24px; padding: 20px;}

    .footer .inside {padding-left: 20px; padding-right: 20px;}

    .news-short .tabs a.last-news span {line-height: 14px;}

    .bx-catalog-tab-section-container {display: block !important;}
}

@media screen and (max-width: 425px){
    .text-block .main-image{
        width: 100% !important;
    }
    .js-mediator-article iframe{
        width: 100% !important;
    }
}

.banner-wrap {
   margin-bottom: 15px;

}

#socnetauth strong{
    margin-right: 5px;
}
#socnetauth img,
#vksuccess img,
#fbsuccess img{
    vertical-align: text-bottom;
}


.middlebanner {
   width:180px;
float: left;
display: block;
}



.background-banner {
  position: fixed;
  left: 0; top: 0; right: 0; bottom: 0;
  background-color: #dadada;
  z-index: -1;
}

.background-banner a {
	position: absolute;

}

.banner-side-left {position: fixed; left: 0; margin-right: 500px; right: 50%; z-index: 10; top: 0; bottom: 0; overflow: hidden; }
.banner-side-left img {position: absolute; top: 0; right: -1390px; max-width: auto;margin-right: 5px;}
.banner-side-right {position: fixed; right: 0; margin-left: 500px; left: 50%; z-index: 10; top: 0; bottom: 0; overflow: hidden;  max-width: auto;}
.banner-side-right img {position: absolute; top: 0; left: -1385px;}

.footer {
 z-index: 20;
 position: relative;
  max-width: 1140px;
    margin: 0 auto;
 
}

/* рекламный баннер 10.05.2018 начало*/
.b_banner-commercial-fixed {
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    width: calc(100% - ((100% - 1100px)/2)*2);
    height: 9em;
    background-color: #eaeef0;
    margin: 0 auto;
    font-size: 10px;
    box-shadow: 0px -4px 10px 0px rgba(0,0,0,.2);
    overflow: hidden;
}
.b_banner-commercial-fixed ._close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 3em;
    height: 3em;
    background: #fff url('../img/main-banner-gixed/close.svg') no-repeat center;
    background-size: 1.5em;
    z-index: 100;
}
.b_banner-commercial-fixed ._img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 1100px) {
    .b_banner-commercial-fixed {
        width: 100%;
    }
}
.b_banner-commercial-fixed .banner-image img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
}
.ms-informer-link {
    color: #fff;
   box-shadow: 0px 3px 5px rgba(0,0,0,0.075);
   display: block;
   border-radius: 4px;
}
/* рекламный баннер 10.05.2018 конец*/

#banner-head .banner-wrap {
    position: fixed;
    z-index: 9999999;
}
#banner-head{
    margin-bottom: 90px;
}
