/*Подключение шрифтов*/

@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;
}

@media screen and (max-width: 480px) {
    .site {
        padding: 0 10px;
    }
}

.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/burger-new.svg), none;
    background-repeat: no-repeat;
    background-position: 20px 50%;
    background-size: 24px;
}

.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;
}

.title-line.title-line--new span {
    background: transparent;
}

@media screen and (max-width: 480px) {
    .title-line.title-line--new span {
        display: none;
    }
}

.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;
}

@media screen and (max-width: 768px) {
    .footer .inside .search {
        max-width: 100%;
    } 
}

.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: 780px) {
    .row.m768>div {
        float: none;
        width: auto;
        margin-bottom: 20px;
        padding-left: 0;
    }
    .footer .inside .search {
        max-width: 100%;
    }
}
@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: 20px;
        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;
    }
    .footer .inside {
        padding-left: 20px;
        padding-right: 20px;
    }
/*    .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: 10px;
        padding-right: 10px;
    }

    .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: 14;
    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;
}

/* Новый дизайн задача 85220 */
@media screen and (max-width: 586px) {
    #banner-head {
        margin-bottom: 30px;
    }
}

body {
    background-color: #f1f2f3;
}

.header.header--new {
    padding-left: 20px;
    padding-right: 20px;
}

.header.header--new .wrapper-inside {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}
@media screen and (max-width: 400px) {
    .header.header--new .wrapper-inside {
        align-items: flex-end;
    }
}

.header.header--new+.nav.mobile {
    box-shadow: 0px 8px 24px -8px #8999A040;
}

.header.header--new+.nav ul.menu>li.mob>a {
    background-position: left center;
}

.header.header--new .logo {
    position: relative;
    left: unset;
    top: unset;
}

.header.header--new .info {
    width: 178px;
    position: relative;
    left: -6px;
    top: unset;
}

.header.header--new .search {
    position: relative;
    left: unset;
    top: unset;
    right: unset;
}

.search-wrapper.search-wrapper--new {
    flex: 1 0 auto;
    padding: 0 60px 0 60px;
}

.search-wrapper.search-wrapper--new .search-wrapper__text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.search-wrapper.search-wrapper--new .search-wrapper__text p,
.search-wrapper.search-wrapper--new .search-wrapper__text a {
    color: #8E989D;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
}

.search-wrapper.search-wrapper--new .search-wrapper__text-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("../img/newspaper.svg");
    background-size: 24px 24px;
    background-repeat: no-repeat;
}

.search-wrapper--new .search input[type="text"]::placeholder {
    color: #687379;
    opacity: 1;
    font-weight: 400;
    font-size: 16px;
}

.search-wrapper--new .search input,
.search-wrapper--new .search input::placeholder {
    transition: 0.3s;
}

.search-wrapper--new .search input[type="text"]:hover {
    border-color: #3EC1FF;
    transition: 0.3s;
    cursor: pointer;

}

.search-wrapper--new .search input[type="text"]:hover::placeholder {
    color: #3EC1FF;
}

.search-wrapper--new .search input[type="button"],
.search-wrapper--new .search input[type="submit"] {
    width: 50px;
    height: 40px;
    right: 0px;
    background-image: url(../img/search.svg);
    background-color: #0190D4;
    border-color: #0190D4;

}

.search-wrapper--new .search .input-container:hover:hover {
    cursor: pointer;
}

.search-wrapper--new .search .input-container:hover input[type="submit"] {
    background-color: #3EC1FF;
    border-color: #3EC1FF;

}

.search-wrapper--new .search .input-container:active input[type="submit"] {
    background-color: #0F3D5E;
    border-color: #0F3D5E;

}

.search-wrapper--new .search input[type="submit"]:hover::after {
    background-color: #3EC1FF;
}

.search-wrapper--new input[type="text"],
.search-wrapper--new input[type="email"],
.search-wrapper--new input[type="tel"],
.search-wrapper--new input[type="password"],
.search-wrapper--new textarea,
.search-wrapper--new select {
    border: 1px solid #c2c2c2;
    background-color: #fff;
    height: 40px;
    padding: 10px 15px;
}

.search-wrapper--new .search input[type="button"]::before,
.search-wrapper--new .search input[type="submit"]::before {
    content: '';
    border-left: 16px solid #238fcc;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    right: -16px;
}

@media screen and (max-width: 876px) {
    .search-wrapper.search-wrapper--new {
        padding: 0 0 0 60px;
        flex: unset;
    }
}

@media screen and (max-width: 390px) {
    .search-wrapper.search-wrapper--new {
        flex: unset;
        padding: 0 0px 0 20px;
    }

    .search-wrapper.search-wrapper--new .search-wrapper__text {
        display: none;
    }
}

@media screen and (max-width: 320px) {
	.header-banner {display: none;}	
}

.nav ul.menu.new-design {
    background: transparent;
}

.menu--new {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    box-shadow: 0px 8px 24px -8px #8999A040;
    padding: 10px;
}

@media screen and (max-width: 1040px) {
    .menu--new {
        margin-left: 8px;
        margin-right: 8px;
    }
}

.menu--new .item_1,
.menu--new .rp-100-let {
    display: flex;
    align-items: center;

}

.menu--new .item_1::before,
.menu--new .rp-100-let::before {
    content: "";
    display: inline-block;
    padding: 0 0;
    background-image: url("../img/menu.svg");
    background-size: 8px 11px;
    background-repeat: no-repeat;
    width: 10px;
    height: 11px;
    margin-left: 15px;
    transform: translate(0);
}

.nav ul.menu>li:hover>a {
    background-color: transparent !important;
}

.menu--new .item_1:hover {
    background: #EBEFF1;
}

.menu--new .item_1:hover::before {
    background-image: url("../img/menu-active.svg");
    transform: translate(5px, 0);
    transition: 0.3s;
}

.menu--new .item_1:active {
    background: #3EC1FF;
}

.menu--new .item_1:active span {
    color: #ffffff;
}

.menu--new .item_1:active::before {
    background-image: url("../img/menu-active-white.svg");
}

.menu--new .rp-100-let:hover {
    background: #F4E8DA;
}

.menu--new .rp-100-let:hover::before {
    background-image: url("../img/menu-active-red.svg");
    transform: translate(5px, 0);
    transition: 0.3s;
}

.menu--new .rp-100-let:active {
    background: #FF783E;
}

.menu--new .rp-100-let:active span {
    color: #ffffff;
}

.menu--new .rp-100-let:active::before {
    background-image: url("../img/menu-active-white.svg");
}


.social.social--new {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

@media screen and (max-width: 480px) {
    .social.social--new {
        justify-content: flex-start;
    }
}

.social.social--new .item {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background-color: #F9FDFF;
    float: left;
    margin-left: 3px;
    border-radius: 4px;
    cursor: default;
}

.social.social--new .item.vk:hover {
    background-color: #0077FF;
    cursor: pointer;
}

.social.social--new .item.vk:hover svg path {
    fill: #ffffff;
}

.social.social--new .item.facebook:hover {
    background-color: #3A5795;
    cursor: pointer;
}

.social.social--new .item.twitter:hover {
    background-color: #1DA1F2;
    cursor: pointer;
}

.social.social--new .item.ok:hover {
    background-color: #E67E17;
    cursor: pointer;
}

.social.social--new .item.ok:hover svg path {
    fill: #ffffff;
}

.social.social--new .item.tg:hover {
    background-color: #24A1DD;
    cursor: pointer;
}

.social.social--new .item.tg:hover svg path {
    fill: #ffffff;
}

.wrapper-inside-main--new.wrapper-inside {
    padding: 20px;
    background: #ffffff;
    padding-bottom: 0;
}

.news-main.news-main--new {
    padding: 10px;
}

.news-main.news-main--new .main-title {
    padding: 5px 0px;
}

.news-main .main .description {
    padding: 10px 10px 20px 0px;
}

.main-news__banner--new {
    width: 100%;
    height: 90px;
}

.main-news__banner--new img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.title-line--new.title-line {
    text-transform: initial;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 25px;
}

.title-line--new.title-line::after {
    display: none;
}

.news-list.news-list--new {
    display: flex;
    flex-wrap: wrap;
}

.news-list.news-list--new .block .info span.icon {
    width: 10px;
    height: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("../img/news-icon.svg");
}

.news-list.news-list--new .block .info {
    color: #6795AC;
}

.news-list.news-list--new .all-button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-list.news-list--new .all-button,
.all-button {
    padding: 6px 12px;
    margin: 0 auto;
    border-radius: 5px;
    background: #0190D4;
    display: inline-flex;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}

.footer.footer--new .inside {
    background: #E7EDF1;
    border-top: 20px solid #ffffff;
    border-right: 20px solid #ffffff;
    border-left: 20px solid #ffffff;
}

.footer.footer--new a {
    color: #05131D;
}

.footer.footer--new .mb15,
.footer.footer--new .foz13 {
    color: #05131D;
}

.news-short .tabs li.active span:before {
    display: none;
}

.news-short .tabs li.active span:after {
    display: none;
}

.news-short .tabs li:after {
    display: none;
}

.news-short .tabs li.active span {
    background: transparent;
    line-height: normal;
    height: auto;
}

.news-short .tabs li.active {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 30px;
    background: #0190D4;
    text-align: left;
}

.news-short .tabs li.active a {
    text-decoration: none;
    text-align: left;
}

.news-short .tabs li.active span {
    color: #ffffff !important;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
}

.news-short .list.active {
    background: #F1F6F8;
    border: 1px solid transparent;
}

@media screen and (max-width: 520px) {
    .menu.new-design {
        width: 40px;
        height: 40px;
    }
}

.header.header--new .logo {
    flex-shrink: 0;
}

.form-search {
    position: relative;
}

.form-search::after {
    /* content: "";
    display: block;
    position: absolute;
    top: 0; right: -40px;
    width: 40px;
    height: 40px;
    background-image: url("../img/search-angle.svg"); 
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    transform: translate(-1px, 0); */
}

.search-wrapper.search-wrapper--new .search-wrapper__text a.search-wrapper__subscribe--new:hover {
    color: #0190D4;
    transition: 0.5s;
}

.search-wrapper.search-wrapper--new .search-wrapper__text a.search-wrapper__subscribe--new:hover .search-wrapper__text-icon {
    background-image: url("../img/newspaper-active.svg");
}

.news-main__description--new {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.3em;
    height: 3.9em;
}

.more-news.all-button {
    border-radius: 0;
}

.news-list .block:hover {
    background: #F1F6F8;
}

.news-list .block a.image img {
    transition: 0.3s;
}

.news-list .block:hover .title a {
    color: #0190D4;
    transition: 0.3s;
}

.news-list .block:hover a.image img {
    transition: 0.3s;
    scale: 1.2;
}

.news-list.news-list--new .all-button:hover,
.all-button:hover {
    background: #3EC1FF;
    transition: 0.3s;
}

.news-list--new .all-button-wrapper {
    margin-bottom: 50px;
}

.social.social--new a:last-child {
    background: transparent;
}

.all-button.more-news.load-more-items {
    border-radius: 5px;
}

.wrapper-inside-main--new {
    position: relative;
}

.wrapper-inside-main__right-button {
    /* opacity: 0; */
    transition: 0.3s;
    cursor: pointer;
}

.wrapper-inside-main__right-button img {
    transition: src 0.3s;
}

.wrapper-inside-main__right-button-1 {
    display: block;
    position: absolute;
    /* top: 896px; */
    right: -20px;
    z-index: 1000;

    position: fixed;
    /* top: 50%; */
    bottom: 40px;
    transform: translateY(-50%);
    right: calc((100% - 1100px) / 2 - 20px);
    z-index: 1000;
}

.wrapper-inside-main__right-button-2 {
    display: block;
    position: absolute;
    top: 1100px;
    right: -20px;
    z-index: 1000;

    position: fixed;
    top: calc(100% + 100px);
    transform: translateY(-50%);
    right: calc((100% - 1100px) / 2 - 20px);
    z-index: 1000;
}

.banner-side-left,
.banner-side-right {
    display: none;
}

.search-wrapper--new .search .input-container {
    display: block;
}

.search-wrapper--new .search .input-container::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -40px;
    width: 40px;
    height: 40px;
    background-image: url("../img/search-angle.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    transition: 0.3s;

    transform: translate(-1px, 0);
}

.search-wrapper--new .search .input-container:hover:after {
    background-image: url("../img/search-angle-active.svg");
    transition: 0.3s;
}

.search-wrapper--new .search .input-container:active:after {
    background-image: url("../img/search-angle-darkblue.svg");
    transition: 0.3s;
}

.search-wrapper--new .search input[type="submit"] {
    transition: 0.3s;
}

.news-list.news-list--new .all-button:active,
.all-button:active {
    color: #3EC1FF;
    background: #0F3D5E;
}

.footer--new .search-wrapper--new input[type="text"] {
    border: 1px solid #DCF0FA;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: 0.3s;
}

.footer--new .search-wrapper--new input[type="text"]::placeholder {
    color: #6795AC !important;
    font-size: 16px;
    font-weight: 400;
}

.footer--new .search-wrapper--new .form-search .search input[type="text"]:hover {
    border: 1ox solid #3EC1FF;
}

.footer--new .search-wrapper--new .form-search .search input[type="text"]:hover::placeholder {
    color: #3EC1FF;
}

@media screen and (max-width: 1095px) {

    .nav ul.menu>li>a,
    .nav ul.menu>li>span {
        font-size: 13px;
    }
}

.nav.mobile.selected .social.social--new {
    position: absolute;
    right: 10px;
    top: 10px;
}

.nav.mobile.selected ul.menu>li.mob>a {
    background-image: url(../img/burger-close.svg), none;
}

@media screen and (max-width: 1080px) {
    .nav.mobile.selected ul.menu {
        width: 100%;
    }
}

body {
    background-image: url("../img/pattern.png");
    background-repeat: repeat;
}

@media (max-width: 1100px) {
    .wrapper-sinside-main--new {
        width: 100%;
        margin: 0 10px;
    }

    .wrapper-inside-main__right-button {
        right: -10px;
        height: 70px;
    }

    .wrapper-inside-main__right-button img {
        height: 100%;
        object-fit: contain;
    }
}

.mm-body__inner>div {
    display: flex;
}

#banner-head .banner-wrap {
    width: 1060px;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%);
}

@media screen and (max-width: 1020px) {
    #banner-head .banner-wrap {
        width: 100%;
    }
}

/* //Новый дизайн задача 85220 */
/* Внесение правок после тестирования задача 89010 */
@media screen and (max-width: 768px) {
    .search-wrapper.search-wrapper--new a.search-wrapper__subscribe--new {
        display: none;
    }
    .footer.footer--new .c4-5 {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 480px) {
    .header.header--new .wrapper-inside {
        align-items: center;
    }
    .header.header--new .wrapper-inside .logo {
        padding-bottom: 0px;
    }   
}

@media screen and (max-width: 480px) {
    a.arr-news {
        text-decoration: none;
        display: block;
    }
    .nav.mobile.selected .social.social--new {
        right: 18px;
    }
    .nav.mobile.selected .menu--new {
        padding: 0;
    }
    .nav.mobile.selected .menu--new ul.menu.new-design li.mob {
        padding: 10px;
        box-shadow: 0px 8px 24px -8px #8999A040;
        margin-bottom: 20px;
    }
    .nav.mobile.selected .menu--new ul.menu.new-design li.item_1 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .nav.mobile.selected .menu--new ul.menu.new-design li.item_1:first-child {
        padding-top: 30px;
    }
    .nav.mobile.selected .menu--new ul.menu.new-design li:last-child {
        padding-bottom: 10px;
    }
    .nav.mobile.selected .menu--new ul.menu.new-design li.item_1:first-of-type {
        padding-top: 30px;
    }
}
/* //Внесение правок после тестирования задача 89010 */
