.middle,
html {
    position: relative
}

#pull>div,
#pull>div:after,
#pull>div:before,
.header_dollar span:after,
.header_euro span:after,
.middle:after,
nav>ul:after {
    content: ''
}

#logo,
.ac_results li a,
.h2,
.logo_footer,
.news_block,
a:hover,
nav .column li *,
nav>ul>li>a {
    text-decoration: none
}

abbr,
acronym,
address,
applet,
article,
aside,
audio,
big,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
iframe,
input,
ins,
kbd,
label,
legend,
mark,
menu,
nav,
object,
output,
ruby,
s,
samp,
section,
small,
strike,
sub,
summary,
sup,
tbody,
tfoot,
thead,
time,
tt,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1;
    min-height: 100%
}

@font-face {
    font-display: swap;
    font-family: PT_Sans;
    src: url(../fonts/PT_Sans-Web-Regular.ttf)
}

@font-face {
    font-display: swap;
    font-family: PT_Sans;
    src: url(../fonts/PT_Sans-Web-Bold.ttf);
    font-weight: 900
}

body {
    min-width: 100%;
    margin: 0 0 244px;
    padding-bottom: 64px;
    background: #f5f7f9;
    font-family: PT_Sans
}

a {
    color: #1b41f2
}

#search_results_block,
.breadcrumbs,
.docs_list,
.docs_menu,
.experts ul,
.gallery_list,
.news_main_list,
.pagination ul,
.paper_archive,
.popular ul,
.project_list,
.side_menu ul,
footer ul,
nav ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.delay {display: none;}

#wrapper {
    min-width: 1260px;
    margin: auto;
    overflow: hidden
}

.middle {
    width: 1260px;
    margin: auto
}

.middle:after {
    display: table;
    clear: both;
    width: 100%
}

.latest_newspaper {min-height: 383px}
.poster_slider {min-height: 240px;}

.sidebar1,
.sidebar2 {
    will-change: min-height;
}

.sidebar__inner{
    transform: translate(0, 0); /* For browsers don't support translate3d. */
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}

.partner_block img {
    position: absolute;
    margin: auto;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    max-width: 100%!important;
    max-height: 100%
}

.banner_space>img {
    display: block;
    margin: auto;
    max-width: 100%!important
}

.side_menu {
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 200;
    width: 320px;
    background: #323956;
    box-sizing: border-box;
    padding: 87px 10px 20px 20px;
    overflow-y: auto;
    color: #fff;
    left: -321px;
    -webkit-transition: left .3s;
    transition: left .3s
}

.side_menu .header_date,
.side_menu .header_time {
    line-height: 24px;
    margin-bottom: 20px;
    width: 96px;
    vertical-align: top
}

.side_menu.active {
    left: 0
}

.side_menu .header_date,
.side_menu .header_dollar,
.side_menu .header_euro,
.side_menu .header_time,
.side_menu .header_weather {
    position: static;
    letter-spacing: 1.8px;
    font-size: 18px;
    display: none
}

.side_menu .header_date {
    padding-left: 42px;
    background: url(../images/calendar.svg) 0 50% no-repeat;
    background-size: 22px auto
}

.side_menu .header_weather {
    background: url(../images/cloud.svg) 0 50% no-repeat;
    background-size: 24px auto;
    padding-left: 42px;
    margin-bottom: 26px;
    line-height: 20px
}

.side_menu .header_dollar,
.side_menu .header_euro {
    vertical-align: top
}

.side_menu .header_dollar {
    margin-right: 33px
}

.side_menu .header_dollar span,
.side_menu .header_euro span {
    padding-right: 20px
}

.side_menu .header_dollar span:after,
.side_menu .header_euro span:after {
    right: 3px
}

.side_menu h4 {
    padding: 0 0 27px;
    color: #fff;
    font-size: 24px;
    letter-spacing: 1.2px
}

.side_menu .mobile_menu li {
    margin-bottom: 15px
}

.side_menu .mobile_menu li a,
.side_menu .mobile_menu li span {
    color: #fff;
    font-size: 18px;
    letter-spacing: .9px;
    text-decoration: none
}

.side_menu .close {
    display: block;
    width: 26px;
    height: 26px;
    background: url(../images/close.png) 50% no-repeat;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer
}

header {
    position: relative;
    height: 70px;
    width: 100%;
    display: block;
    background: #323956
}

#logo,
.logo_footer {
    position: absolute;
    top: 13px;
    left: 0;
    display: block;
    background: url(../images/logo.png) 0 50% no-repeat;
    width: 320px;
    height: 43px;
    padding: 2px 0 0 55px;
    white-space: nowrap;
    color: #f5f7f9;
    font: 32px BA;
    font-weight: 900;
    letter-spacing: .8px
}

#pull {
    width: 23px;
    height: 17px;
    position: absolute;
    top: 28px;
    left: 421px;
    cursor: pointer
}

#pull>div,
#pull>div:after,
#pull>div:before {
    display: block;
    width: 23px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    border-radius: 1px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

#pull.active>div,
#pull.active>div:after,
#pull.active>div:before {
    background: #9ea4bf
}

nav,
nav>ul>li>a,
nav>ul>li>span {
    position: relative;
    background: #fff
}

#pull>div {
    margin: auto;
    bottom: 0;
    top: 0
}

#pull>div:before {
    top: -7px
}

#pull>div:after {
    bottom: -7px
}

nav {
    width: 100%;
    z-index: 5
}

nav ul {
    width: 1260px;
    margin: auto;
    text-align: justify;
    font-size: 0;
    height: 48px
}

nav>ul:after {
    width: 100%;
    display: inline-block
}

nav>ul>li {
    display: inline-block;
    vertical-align: top;
    position: relative
}

nav>ul>li:first-child {
    margin-left: -25px
}

nav>ul>li:last-child {
    margin-right: -25px
}

nav>ul>li>a,
nav>ul>li>span {
    display: block;
    padding: 0 7px;
    line-height: 48px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.2px;
    text-transform: uppercase
}

nav>ul>li>a {
    color: #000;
    -webkit-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s
}

nav>ul>li:hover>a,
nav>ul>li>span {
    color: #fff;
    background: #1b41f2
}

nav>ul>li:first-child>a:after,
nav>ul>li:first-child>span:after,
nav>ul>li:last-child>a:after,
nav>ul>li:last-child>span:after {
    content: '';
    display: block;
    height: 100%;
    width: 0;
    position: absolute;
    top: 0;
    background: #fff;
    -webkit-transition: width .7s, background .3s;
    transition: width .7s, background .3s
}

nav>ul>li:last-child>a:after,
nav>ul>li:last-child>span:after {
    left: 100%
}

nav>ul>li:first-child>a:after,
nav>ul>li:first-child>span:after {
    right: 100%
}

nav>ul>li:first-child:hover>a:after,
nav>ul>li:first-child>span:after,
nav>ul>li:last-child:hover>a:after,
nav>ul>li:last-child>span:after {
    width: 1000px;
    background: #1b41f2
}

nav ul ul {
    width: 687px;
    top: 48px;
    right: 0;
    padding: 24px 0 0 33px;
    visibility: hidden;
    opacity: 0;
    height: auto;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transition: .3s linear;
    transition: .3s linear
}

nav ul li:hover>ul {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    visibility: visible;
    opacity: 1
}



.rating {
    position: absolute;
    top: 13px;
    right: 110px;
    display: block;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 41px;
    border-radius: 50px;
    opacity: 1;
    transition: opacity .3s;
    -webkit-transition: opacity .3s
}

.searchbar.active~.rating {
    opacity: 0
}

.header_date,
.header_dollar,
.header_euro,
.header_time,
.header_weather {
    position: absolute;
    top: 29px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1.4px
}

.header_dollar,
.header_euro,
.header_weather {
    opacity: 1;
    transition: opacity .3s;
    -webkit-transition: opacity .3s
}

.searchbar.active~.header_dollar,
.searchbar.active~.header_euro,
.searchbar.active~.header_weather {
    opacity: 0
}

.header_date {
    left: 476px
}

.header_time {
    left: 553px
}

.header_weather {
    left: 636px
}

.header_dollar {
    left: 844px
}

.header_euro {
    left: 982px
}

header .header_weather {
    line-height: 40px;
    height: 40px;
    max-width: 185px;
    top: 14px
}

header .header_weather span {
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle
}

.header_dollar span,
.header_euro span {
    position: relative;
    padding-right: 27px
}

.header_dollar span:after,
.header_euro span:after {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: 10px;
    margin: auto;
    bottom: 0;
    top: 1px
}

.header_dollar.asc span:after,
.header_euro.asc span:after {
    border: 4px solid transparent;
    border-bottom: 7px solid #d24a43;
    border-top: none
}

.header_dollar.desc span:after,
.header_euro.desc span:after {
    border: 4px solid transparent;
    border-top: 7px solid #77b97e;
    border-bottom: none
}

nav ul ul[data-columns]::before {
    content: '2 .column.size-1of2'
}

.column {
    float: left
}

.size-1of4 {
    width: 25%
}

.size-1of3 {
    width: 33.3333%
}

.size-1of2 {
    width: 50%
}

.size-1of1 {
    width: 100%
}

nav ul ul {
    font-size: 0;
    box-sizing: border-box;
    padding-right: 60px;
    position: absolute
}

nav .column {
    display: inline-block;
    vertical-align: top;
    float: none;
    font-size: 14px;
    padding-bottom: 18px
}

nav .column li {
    margin-bottom: 10px;
    text-align: left;
    padding-right: 25px
}

nav .column li * {
    color: #000;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .7px;
    line-height: 21px
}

nav ul ul:after {
    content: '';
    display: block;
    height: 100%;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/documents.png) 630px 25px no-repeat #fff;
    z-index: -1;
    -webkit-transition: width .7s;
    transition: width .7s
}

nav ul>li:hover ul:after {
    width: 1687px
}

.searchbar {
    height: 28px;
    width: 23px;
    position: absolute;
    right: 0;
    top: 24px;
    z-index: 52;
    box-sizing: border-box
}

.searchbar input[type=submit] {
    display: block;
    height: 28px;
    width: 23px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/search.png) 50% 0 no-repeat;
    outline: 0;
    cursor: pointer;
    z-index: 50;
    -webkit-transition: background .3s;
    transition: background .3s
}

.ac_results,
.scroll-element {
    display: none
}

.searchbar.active input[type=submit] {
    background-image: url(../images/search_h.png)
}

.searchbar input[type=text] {
    height: 28px;
    box-sizing: border-box;
    width: 23px;
    color: transparent;
    font-size: 14px;
    letter-spacing: .35px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 51;
    outline: 0;
    background: 0 0;
    cursor: pointer;
    padding: 0 0 5px;
    border-bottom: 1px solid transparent;
    -webkit-transition: width .3s, border-color .3s, background-color .3s, padding .3s, color .3s;
    transition: width .3s, border-color .3s, background-color .3s, padding .3s, color .3s
}

.ac_results,
.scrollbar>.scroll-element .scroll-element_track {
    background: #fff
}

.searchbar input[type=text]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0)
}

.searchbar.active input[type=text] {
    width: 446px;
    border-bottom: 1px solid #505878;
    cursor: auto;
    padding-right: 25px;
    color: #fff;
    z-index: 49
}

.searchbar.active input[type=text]::-webkit-input-placeholder {
    color: #fff
}

.ac_results {
    position: absolute;
    width: 446px;
    box-sizing: border-box;
    z-index: 51;
    right: 0;
    top: 46px;
    box-shadow: 0 0 49px rgba(0, 0, 0, .11)
}

.ac_results li {
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .35px;
    padding: 13px 0;
    margin: 0 20px;
    border-bottom: 1px solid #dcdee4
}

.ac_results li:last-child {
    border-bottom: none
}

.ac_results li a {
    color: #000;
    -webkit-transition: color .3s;
    transition: color .3s
}

.ac_results li a:hover {
    color: #1b41f2
}

.scrollbar {
    height: 162px;
    overflow: auto;
    width: 100%;
    margin-bottom: 10px
}

.scroll-wrapper {
    overflow: hidden!important;
    padding: 0!important;
    position: relative
}

.scroll-wrapper>.scroll-content {
    border: none!important;
    box-sizing: content-box!important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none!important;
    max-width: none!important;
    overflow: scroll!important;
    padding: 0;
    position: relative!important;
    top: 0;
    width: auto!important
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block
}

.scroll-element .scroll-arrow,
.scroll-element .scroll-bar {
    cursor: default
}

.scrollbar>.scroll-element,
.scrollbar>.scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar>.scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%
}

.scrollbar>.scroll-element.scroll-y {
    height: 100%;
    right: 0;
    top: 0;
    width: 15px
}

.scrollbar>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size,
.scrollbar>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -12px
}

.scrollbar>.scroll-element .scroll-element_outer {
    overflow: hidden;
    box-sizing: border-box
}

.scrollbar>.scroll-element .scroll-bar,
.scrollbar>.scroll-element .scroll-element_track {
    border-radius: 0
}

.scrollbar>.scroll-element .scroll-bar {
    background-color: #1b41f2;
    cursor: pointer;
    width: 5px;
    left: 5px
}

.scrollbar>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size,
.scrollbar>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -12px
}

.scrollbar>.scroll-element:hover .scroll-bar {
    background-color: #fff
}

.scrollbar>.scroll-element.scroll-draggable .scroll-bar {
    background-color: #ddd
}

.ac_results .all_results {
    width: 194px;
    height: 48px;
    line-height: 49px;
    margin: 0 0 25px 20px
}

.middle_columns {
    width: 1260px;
    margin: 0 auto;
    display: table
}

.middle_columns .column_left,
.middle_columns .column_right {
    display: table-cell;
    vertical-align: top;
    width: 240px;
	position: relative;
}

.middle_columns .column_main {
    display: table-cell;
    vertical-align: top;
    padding: 0 60px
}

.h2,
h2 {
    display: block;
    color: #000;
    font-size: 30px;
    font-weight: 900;
    padding: 42px 0 19px
}

.news_block_min {
    display: block;
    margin-bottom: 1px;
    width: 240px;
    height: 240px;
    z-index: 1;
    overflow: hidden;
    position: relative;
    -webkit-transition: box-shadow .3s, z-index .3s;
    transition: box-shadow .3s, z-index .3s
}

.news_block_min:hover {
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .5);
    z-index: 2
}

.news_block_min .news_image {
    display: block;
    width: 240px;
    height: 240px;
    position: relative
}

.news_block_min .news_image img {
    display: block;
    height: 100%!important;
    width: auto;
    position: absolute;
    margin: auto;
    top: 0;
    left: -999px;
    right: -999px
}

.news_block_min .news_image:after,
.news_block_min .news_image:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.news_block_min .news_image:after {
    z-index: 2;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(1, rgba(0, 0, 0, .7)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
    opacity: 1
}

.news_block_min:hover .news_image:after {
    opacity: 0
}

.news_block_min .news_image:before {
    z-index: 3;
    background: #1b41f2;
    opacity: 0
}

.news_block_min:hover .news_image:before {
    opacity: .8
}

.news_block_min .news_name {
    display: block;
    padding: 19px 23px 53px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 4;
    color: #fff;
    font-size: 14px;
    letter-spacing: .7px;
    -webkit-transition: margin .3s;
    transition: margin .3s
}

.news_block_min .news_date,
.news_block_min .news_views {
    height: 15px;
    position: absolute;
    bottom: 24px;
    line-height: 16px;
    color: #fff;
    font-size: 12px;
    letter-spacing: .6px;
    z-index: 4
}

.news_block_min .news_date {
    background: url(../images/calendar.svg) 0 50% no-repeat;
    background-size: auto 15px;
    padding-left: 26px;
    left: 23px
}

.news_block_min .news_views {
    background: url(../images/eye.svg) 0 50% no-repeat;
    background-size: auto 17px;
    padding-left: 31px;
    left: 117px
}

.news_main_list li {
    margin-bottom: 30px;
    position: relative
}

.news_block {
    display: block;
    position: relative;
    background: #fff;
	overflow: hidden;
}

.news_block img {
    width: 100%
}

.news_block .news_image:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0 43px rgba(0, 0, 0, .19);
	display: none;
}

.news_block.with_image .news_image {
    display: block;
    float: right;
    max-width: 275px;
	margin-left: 10px;
}

.news_block .news_name {
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 900;
    line-height: 18px;
    letter-spacing: .8px;
    padding: 28px 30px 63px;
    position: relative;
    z-index: 2;
    -webkit-transition: color .3s;
    transition: color .3s
}

.breadcrumbs {
    width: 1260px;
    margin: auto;
    padding-top: 34px;
    font-size: 0
}

.breadcrumbs li {
    display: inline;
    margin: 0 17px 0 0;
    padding-right: 29px;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: .4px;
    background: url(../images/arrow_right.png) 100% 50% no-repeat;
    background-size: 13px auto;
    line-height: 1.5
}

.breadcrumbs li:nth-last-child(2) {
    background-image: url(../images/arrow_right_h.png)
}

.breadcrumbs li a {
    color: #323956;
    text-decoration: none;
    -webkit-transition: color .3s;
    transition: color .3s
}

.breadcrumbs li a:hover,
.breadcrumbs li span {
    color: #1b41f2
}

.breadcrumbs li:last-child {
    padding-right: 0;
    background: 0 0;
    margin-right: 0
}

h1 {
    width: 1260px;
    margin: auto;
    font-size: 36px;
    font-weight: 900;
    letter-spacing: .9px;
    padding: 25px 0;
    line-height: 1.3
}

.middle_columns .left_side,
.middle_with_sidebar .right_side {
    display: table-cell;
    vertical-align: top
}

.middle_with_sidebar .right_side {
    width: 300px;
    padding-left: 20px
}

.more_news {padding-top: 20px;}

.more_news ul {
	margin: 0;
	padding: 35px 0 0;
	list-style: none;
	font-size: 0;
	text-align: justify;
}

.more_news ul:after {
	content:'';
	width: 100%;
	display: inline-block;
}

.more_news li {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 24px;
	text-align: left;
}

.more_news_block {
	display: block;
	width: 550px;
	width: 260px;
	text-decoration: none;
	height: 200px;
	height: auto;
    overflow: hidden;
	margin-bottom: 30px;
}

.more_news_block .news_image {
	float: left;
	width: 261px;
	display: none;
}

.more_news_block .news_image img {width: 100%;}

.more_news_block .news_text {
	display: block;
	width: 260px;
}

.more_news_block .news_image + .news_text {
	margin-left: 290px;
	margin-left: 0;
}

.more_news_block .news_text .news_title {
	display: block;
	font-size: 18px;
	line-height: 21px;
	color: #1B41F2;
	padding-bottom: 5px;
	font-weight: 900
}

.more_news_block .news_text .news_content {
	display: block;
	padding-top: 14px;
	font-size: 18px;
	line-height: 21px;
	color: #000;
}

.more_news_block .news_date {
	width: auto;
    padding-left: 0;
    background: none;
	font-size: 14px;
	color: #ABABAB;
	padding-top: 19px;
    font-weight: normal;
    height: auto;
    line-height: 1;
}

.archive_years {
	margin: 0;
	padding: 0;
	list-style: none;
}

.archive_years li {
	display: inline-block;
	vertical-align: top;
}

.archive_years li a {
	height: 38px;
	line-height: 38px;
	text-decoration: none;
    display: block;
    border: 1px solid #1b41f2;
	font-size: 14px;
    font-weight: 900;
	padding: 0 15px;
	color: #1b41f2;
	background: #fff;
	transition: background .3s, color .3s;
	-webkit-transition: background .3s, color .3s;
}

.archive_years li a:hover {
	color: #fff;
	background: #1b41f2;
}

.video_image {
	display: block;
    width: 480px;
    height: 0;
    padding-bottom: 41.8%;
	position: relative;
	overflow: hidden;
}

.video_image img {
	position: absolute;
	margin: auto;
	bottom: -200px;
	top: -200px;
	width: 100%;
	cursor: pointer;
}

.video_image iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
}

.video_image:before {
	content: '';
	display: block;
	width: 68px;
	height: 48px;
	position: absolute;
	margin: auto;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	z-index: 2;
	background: url('../images/play.png') no-repeat 50%;
	opacity: .8;
	cursor: pointer;
	transition: opacity .3s;
	-webkit-transition: opacity .3s;
}

.video_image:hover:before {opacity: 1}

.video_image.vid_start:before {display: none}

.order {
    max-width: 700px;
    padding-top: 25px;
    float: left;
}

.sber {
    float: right;
    width: 375px;
}

.sber img {
    display: block;
    width: 100%;
}

.order form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.order input[type="text"] {
    width: 100%;
    margin-bottom: 23px;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    padding-left: 20px;
    height: 60px;
    font-size: 18px;
    color: #000;
    outline: none;
}

.order input[type="text"]:disabled {
    background: rgba(0,0,0,0);
} 


.order input[type="text"]::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
}

.order input[type="text"].half,
.order .half {
    width: 48.3%;
}

.order div input[type="text"].half {
    width: 47%;
}

.order div input[type="text"].half + .half {float: right;}

.order input[type="text"].short,
.order .short {
    width: 26.6%
}

.order input[type="text"].long,
.order .long {
    width: 70%;
}

.order__desc {
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    margin-bottom: 16px;
}

.order .checkboxset input[type="radio"] {display: none;}

.order .checkboxset input[type="radio"] + label {
    padding-left: 52px;
    padding-top: 4px;
    position: relative;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 23px;
} 

.order .checkboxset input[type="radio"] + label:hover {color: #000;}

.order .checkboxset input[type="radio"] + label:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 20px;
}

.order .checkboxset input[type="radio"]:checked + label:before {
    background: #054A81;
    box-shadow: inset 0 0 0 5px #fff;
}

.order .checkboxset input[type=radio]+label:after {display: none;}

.order .checkboxset input[type="radio"] + label span {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.6);
}

.order .checkboxset input[type=radio]:checked+label, 
.order .checkboxset input[type=radio]:hover+label {
    color: #000;
}

.order .order__check .order__desc {
    text-align: left;
    margin-bottom: 19px;
}

.order .checkboxset input[type="text"] {
    margin: 13px 0 12px;
}

.order .checkboxset {
    margin-bottom: 14px;
}
.order .order__price {
    display: inline-block;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    padding-top: 8px;
    padding-bottom: 20px;
}

.order .order__price span {
    color: #504a81;
    font-weight: 700;
    font-size: 24px;
    padding-top: 8px;
}

.order .order__submit {
    display: block;
    width: 337px;
    text-align: right;
}

.order .order__submit input[type="submit"] {
    display: block;
    width: 100%;
    height: 60px;
    background: #323954;
    margin-bottom: 16px;
    cursor: pointer;
    outline: none;
    font-size: 18px;
    color: #FFFFFF;
    transition: background .3s;
}

.order .order__submit input[type="submit"]:hover {background-color: #1b41f2;}

.order .order__submit span {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    text-align: right;
    color: rgba(0, 0, 0, 0.6);
    max-width: 230px;
}


.select2-container {
    display: block;
    margin: 0;
    position: relative;
    margin-bottom: 25px;
}

.select2.select2-container {
    width: 100%;        
}


.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    overflow: hidden;
    font-size: 18px;
}

.select2-dropdown {
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 51;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}
.select2-results__option {
    user-select: none;
    -webkit-user-select: none;
}
.select2-results__option--selectable {
    cursor: pointer;
}
.select2-container--open .select2-dropdown {
    left: 0;
}
.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search__field,
.select2-close-mask,
.select2-container--default.select2-container--disabled .select2-selection__choice__remove,
.select2-container--default .select2-results__option--disabled  {
    display: none
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container .select2-selection--single {
    height: 60px;
    padding-left: 25px;
    padding-right: 71px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: rgba(0, 0, 0, 0.6);;
    line-height: 60px;
}

.select2-container--default.select2-container--below .select2-selection--single .select2-selection__rendered,
.select2-container--default.select2-container--above .select2-selection--single .select2-selection__rendered {
    color: #000;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #C4C4C4;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 58px;
    position: absolute;
    top: 1px;
    right: 39px;
    width: 32px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    position: absolute;
    width: 32px;
    height: 32px;
    right: 0;
    margin: auto;
    bottom: 0;
    top: 0;
    background: url('../images/sel.svg') no-repeat 50%;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #C4C4C4;;
    overflow: hidden;
    font-size: 18px; 
    font-family: PT_Sans;
}

.select2-results__option {
    padding: 12px 10px 11px 25px;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option--selected {
    background-color: #f5f7f9;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #f5f7f9;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none
}



@media (max-width:1300px) {
    #wrapper {
        min-width: 0
    }
    .breadcrumbs,
    .middle,
    .middle_columns,
    .middle_with_sidebar,
    h1 {
        width: auto;
        margin: 0 20px
    }
    nav ul {
        width: 100%
    }
    nav>ul>li:first-child {
        margin-left: 0
    }
    nav>ul>li:last-child {
        margin-right: 0
    }
	
	.rating,
    .searchbar.active~.rating {
        opacity: 1
    }
	
	 .rating {
        position: absolute;
        top: 17px;
        right: auto;
        left: 371px;
        font-size: 14px;
        border: none;
        width: auto;
        transition: opacity .3s;
        -webkit-transition: opacity .3s
    }
	
	 .breadcrumbs,
	 h1 {
        width: auto;
        margin: 0 20px
    }
}

@media (max-width:1240px) {
    .middle_columns .column_main {
        padding: 0 30px
    }

    .sber {
        display: none;
    }
    .order {
        float: none;
    }
}

@media (max-width:1180px) {
    .ac_results,
    .searchbar {
        position: absolute;
        right: 0
    }
    .header_date,
    .header_dollar,
    .header_euro,
    .header_time,
    .header_weather {
        display: none
    }
    .searchbar {
        width: auto;
        left: 470px;
        top: 24px
    }
    .searchbar input[type=submit],
    .searchbar.active input[type=submit] {
        background-image: url(../images/search.png)
    }
    .searchbar input[type=text],
    .searchbar.active input[type=text] {
        width: 100%;
        border-bottom: 1px solid #fff;
        padding-right: 25px;
        color: #fff;
        z-index: 49;
        -webkit-transition: none;
        transition: none
    }
    .searchbar input[type=text]::-webkit-input-placeholder,
    .searchbar.active input[type=text]::-webkit-input-placeholder {
        color: #fff
    }
	
	.more_news li {
		display: block;
		width: 100%;
		clear: both;
		overflow: hidden;
	}
	
	.more_news_block,
	.more_news_block .news_text {
		width: auto;
	}
}

@media (max-width:1050px) {
    nav {
        display: none
    }
}

@media (max-width:980px) {
    .middle_columns,
    .middle_columns .column_left,
    .middle_columns .column_main,
    .middle_columns .column_right {
        display: block;
        padding-left: 0;
        padding-right: 0
    }
    .middle_columns .column_left {
        width: 280px;
        margin: auto
    }
    .middle_columns .column_right {
        max-width: 400px;
        margin: auto;
        width: auto
    }
}

@media (max-width:920px) {
    .middle_with_sidebar .left_side {
        margin-bottom: 40px
    }
    .middle_with_sidebar,
    .middle_with_sidebar .left_side {
        display: block
    }
    .middle_with_sidebar .right_side {
        display: block;
        margin: auto;
        padding-left: 0
    }
}

@media (max-width:750px) {  
    .order input[type="text"].half,
    .order .half {
        width: 100%;
    }

    .order input[type="text"].short,
    .order .short {
        width: 100%
    }

    .order input[type="text"].long,
    .order .long {
        width: 100%;
    }

}

@media (max-width:700px) {
    header {
        height: 117px
    }
    #pull {
        left: auto;
        right: 0
    }
    .searchbar {
        left: 0;
        top: 69px
    }
	
	.news_block.with_image .news_image {display: none;}
}

@media (max-width:600px) {
    h1 {
        font-size: 24px
    }
	.partners_slider_outer.main_page {display: block}
	.partners_slider_outer {display: none}	
}

@media (max-width:550px) {
	.more_news_block .news_image {
		float: none;
		width: 100%;
		margin-bottom: 14px;
	}
	
	.more_news_block .news_image + .news_text {margin-left: 0;}
}

@media (max-width:480px) {
    header {
        height: 107px
    }
    #logo {
        position: absolute;
        top: 18px;
        background-size: 22px auto;
        width: 200px;
        height: 28px;
        padding: 2px 0 0 34px;
        font: 20px BA
    }
    #pull {
        top: 23px
    }
    .searchbar {
        top: 59px
    }
	
	.rating {
        top: 11px;
        left: auto;
        right: 31px
    }
}

@media (max-width:340px) {
    .middle_with_sidebar .right_side {
        width: 100%
    }
}

.column_main h1 {width:auto}
.publisher, .article_author {
    display:none;
}

time {
    display: none;
}

.pag_next, .pag_prev {
    font-size: 0;
}

 #js-show-iframe-wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:100%;min-width:293px;max-width:100%;background:linear-gradient(138.4deg,#38bafe 26.49%,#2d73bc 79.45%);color:#fff;cursor:pointer}#js-show-iframe-wrapper .pos-banner-fluid *{box-sizing:border-box}#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2{display:block;width:240px;min-height:56px;font-size:18px;line-height:24px;cursor:pointer;background:#0d4cd3;color:#fff;border:none;border-radius:8px;outline:0}#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:hover{background:#1d5deb}#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:focus{background:#2a63ad}#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:active{background:#2a63ad}@-webkit-keyframes fadeInFromNone{0%{display:none;opacity:0}1%{display:block;opacity:0}100%{display:block;opacity:1}}@keyframes fadeInFromNone{0%{display:none;opacity:0}1%{display:block;opacity:0}100%{display:block;opacity:1}}@font-face{font-family:LatoWebLight;src:url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Light.woff2) format("woff2"),url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Light.woff) format("woff"),url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Light.ttf) format("truetype");font-style:normal;font-weight:400}@font-face{font-family:LatoWeb;font-display:swap;src:url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Regular.woff2) format("woff2"),url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Regular.woff) format("woff"),url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Regular.ttf) format("truetype");font-style:normal;font-weight:400}@font-face{font-family:LatoWebBold;font-display:swap;src:url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Bold.woff2) format("woff2"),url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Bold.woff) format("woff"),url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Bold.ttf) format("truetype");font-style:normal;font-weight:400}
     #js-show-iframe-wrapper .bf-2{position:relative;display:grid;grid-template-columns:var(--pos-banner-fluid-2__grid-template-columns);grid-template-rows:var(--pos-banner-fluid-2__grid-template-rows);width:100%;max-width:1060px;font-family:LatoWeb,sans-serif;box-sizing:border-box}#js-show-iframe-wrapper .bf-2__decor{grid-column:var(--pos-banner-fluid-2__decor-grid-column);grid-row:var(--pos-banner-fluid-2__decor-grid-row);padding:var(--pos-banner-fluid-2__decor-padding);background:var(--pos-banner-fluid-2__bg-url) var(--pos-banner-fluid-2__bg-position) no-repeat;background-size:var(--pos-banner-fluid-2__bg-size)}#js-show-iframe-wrapper .bf-2__logo-wrap{position:absolute;top:var(--pos-banner-fluid-2__logo-wrap-top);bottom:var(--pos-banner-fluid-2__logo-wrap-bottom);right:0;display:flex;flex-direction:column;align-items:flex-end;padding:var(--pos-banner-fluid-2__logo-wrap-padding);background:#2d73bc;border-radius:var(--pos-banner-fluid-2__logo-wrap-border-radius)}#js-show-iframe-wrapper .bf-2__logo{width:128px}#js-show-iframe-wrapper .bf-2__slogan{font-family:LatoWebBold,sans-serif;font-size:var(--pos-banner-fluid-2__slogan-font-size);line-height:var(--pos-banner-fluid-2__slogan-line-height);color:#fff}#js-show-iframe-wrapper .bf-2__content{padding:var(--pos-banner-fluid-2__content-padding)}#js-show-iframe-wrapper .bf-2__description{display:flex;flex-direction:column;margin-bottom:24px}#js-show-iframe-wrapper .bf-2__text{margin-bottom:12px;font-size:24px;line-height:32px;font-family:LatoWebBold,sans-serif;color:#fff}#js-show-iframe-wrapper .bf-2__text_small{margin-bottom:0;font-size:16px;line-height:24px;font-family:LatoWeb,sans-serif}#js-show-iframe-wrapper .bf-2__btn-wrap{display:flex;align-items:center;justify-content:center}



.notice-wrap{
	position:fixed;
	top:20px;
	right:20px;
	width:397px;
	z-index:9999;
}
* html .notice-wrap{
	position:absolute;
}
.notice-item{
	background:#323956;
	padding:25px;
	display:block !important;
	position:relative;
	margin:0 0 5px;
	color:#FFF;
	font-size:20px;
	overflow: hidden;
	min-height: 100px;
}
.notice-item-close{
	position:absolute;
	font-family:Arial;
	font-size:14px;
	font-weight:700;
	right:6px;
	top:6px;
	cursor:pointer;
	color:#FFF
}