/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}

  
body {
line-height: 1;
background: #ffffff;
}


ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
display: block;
}
body {
font: 12px/18px Arial, sans-serif;
height: 100%;
}

a {
color: #fff;
text-decoration: none;
}

a:hover {
text-decoration: underline;
color: #818181;	
}

a.clear {
color: #fff;
text-decoration: none;
}

a.clear:hover {
color: #fff;
text-decoration: none;
}

a.clear_big {
color: #fff;
text-decoration: none;
padding: 20px 20px 22px 20px;
display: block;
}

a.clear_big:hover {
color: #fff;
text-decoration: none;
}


a.black {
color: #818181;
text-decoration: none;
}

a.black:hover {
text-decoration: underline;
color: #818181;	
}

a.dark {
color: #5b5b5b;
text-decoration: none;
}

a.dark:hover {
color: #5b5b5b;	
}

b {
font-weight: bold;
}

i {
font-style: italic;
}

p {
text-indent: 30px;
}

h3.top_title {
color: #4a4a4a;
border-bottom: 2px solid #fff;
padding-bottom: 5px;
font-weight: bold;
line-height: 1.3;
margin-top: 5px;	
}

h3.title {
font-size: 120%;
color: #4a4a4a;
border-bottom: 2px solid #fff;
padding-bottom: 5px;
font-weight: bold;
margin-top: 5px;
}

h3.clear {
}

h1.title {
font-size: 300%;
color: #4a4a4a;
border-bottom: 5px solid #4a4a4a;
padding-bottom: 20px;
line-height: 1.2;
font-family: math;
font-weight: bold;	
}

input {
padding: 10px;
border-radius: 4px;
background: #494949;
border: 1px solid #494949;
color: #fff;
outline:none;	
}

input:hover {
outline:none;	
}

select {
padding: 10px;
border-radius: 4px;
background: #494949;
border: 1px solid #494949;
color: #fff;
outline:none;	
}

.datepicker-toggle {
display: inline-block;
position: relative;
width: 25px;
height: 25px;
}

.datepicker-toggle-button {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-image: url('https://www.sutynews.ru/images/calendar.svg');
opacity: 0.6;
}

.datepicker-input {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0;
cursor: pointer;
box-sizing: border-box;
}

.datepicker-input::-webkit-calendar-picker-indicator {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
cursor: pointer;
}

.wrapper {
min-width: 300px;
max-width: 100%;
margin: 0 auto;
min-height: 100%;
height: auto !important;
height: 100%;
}

/*------ redesign--*/
.logo {
height:70px;
width: 191px;
float: left;
background: #1f4277 url(https://www.sutynews.ru/images/logo_corel_3.svg) no-repeat;
background-size: auto;
background-size: cover;
border: 1px solid #fff;
border-radius: 4px;
box-shadow: 0px 0px 16px 0px #000000;
margin-top: -3px;
margin-left: 15px;	
z-index: 999999;
position: relative;	
}

.menu {
width: 100%;
height: 60px;
background: #333;
margin-top: 2px;	
}

.menu {
width: 100%;
height: 60px;
background: #333;
color: #fff;	
}

.big_box_menu ul li {
float: left;	
}

.stickytop {
position: fixed;
top: 0;
}

.stickytopnone {
position: fixed;
top: 160px;
}

.img {
width: 100%;
max-width: 750px;
padding: 10px 0px 10px 0px;
border-radius: 6px;
margin:0 auto;
display: block;
}

.box {
border: 10px solid #fff;
border-radius: 8px;
float: left;
box-sizing: border-box;	
overflow: hidden;
box-shadow: 0 2px 9px rgba(0, 0, 0, .3);
margin: 10px;
position: relative;
}

.in_box {
height: 40%;
background: #fff;
bottom: 0;
position: absolute;
line-height: 1.3;
text-align: center;
width: 100%;
font-weight: bold;	
}

.in_box_data {
color: #a3a3a3;
padding: 10px 5px 10px 5px;
width: 100%;
float: left;
font-weight: normal;	
}

.in_box_time {
float: left;	
}

.in_box_view {
position: absolute;
right: 0px;
margin-top: -15px;	
}


.block {
background: #fff;
margin-top: 15px;
border: 15px solid #fff;
box-sizing: border-box;
box-shadow: 0px 0px 16px 0px #ddd;
border-radius: 6px;
margin: 10px;
width: calc(100% - 20px);
float: left;
}

.block_title {
font-size: 140%;
color: #4a4a4a;
border-bottom: 5px solid #4a4a4a;
padding-bottom: 10px;
width: 100%;
margin-bottom: 10px;	
text-transform: uppercase;
}


.box::before {
content: "";
padding-top: 100%;
float: left;
border-radius: 8px;
}


.box:hover {
-webkit-transition-duration: 0.3s; 
-o-transition-duration: 0.3s; 
-moz-transition-duration: 0.3s; 
transition-duration: 0.3s;
opacity: 0.7;
cursor: pointer;
}


.white_button {
padding: 10px;
background: #fff;
border-radius: 4px;
width: 100px;
text-align: center;
cursor: pointer;
}

.white_button:hover {
-webkit-transition-duration: 0.3s; 
-o-transition-duration: 0.3s; 
-moz-transition-duration: 0.3s; 
transition-duration: 0.3s;
opacity: 0.7;
cursor: pointer;
}

.blue_button {
padding: 10px;
background: #339adb;
border-radius: 4px;
width: 100px;
text-align: center;
cursor: pointer;
color: #fff;
}

.blue_button:hover {
-webkit-transition-duration: 0.3s; 
-o-transition-duration: 0.3s; 
-moz-transition-duration: 0.3s; 
transition-duration: 0.3s;
opacity: 0.7;
cursor: pointer;
}

.red_button {
padding: 10px;
background: #af0707;
border-radius: 4px;
width: 100px;
text-align: center;
cursor: pointer;
color: #fff;
}

.red_button:hover {
-webkit-transition-duration: 0.3s; 
-o-transition-duration: 0.3s; 
-moz-transition-duration: 0.3s; 
transition-duration: 0.3s;
opacity: 0.7;
cursor: pointer;
}

.grey_button {
padding: 10px;
background: #96a6a5;
border-radius: 4px;
width: 100px;
text-align: center;
cursor: pointer;
color: #000;
}

.grey_button:hover {
-webkit-transition-duration: 0.3s; 
-o-transition-duration: 0.3s; 
-moz-transition-duration: 0.3s; 
transition-duration: 0.3s;
opacity: 0.7;
cursor: pointer;
}


.box_list {
background: #fff;
width: calc(100% - 20px);
border-radius:6px;
padding: 10px;
box-shadow: 0px 0px 16px 0px #ddd;
margin-bottom: 10px; float: left;
}

.box_list:hover,
.box_list_fixed:hover,
.box_list_photo:hover,
.box_list_video:hover,
.box_list_hot:hover {
-webkit-transition-duration: 0.3s; 
-o-transition-duration: 0.3s; 
-moz-transition-duration: 0.3s; 
transition-duration: 0.3s;
opacity: 0.7;
cursor: pointer;
}

.box_list_top {
background: #fff;
border: 4px solid #fff;
margin-bottom: 10px;
float: left;
width: calc(100% - 10px);
}


.box_list_top:hover {
-webkit-transition-duration: 0.3s; 
-o-transition-duration: 0.3s; 
-moz-transition-duration: 0.3s; 
transition-duration: 0.3s;
opacity: 0.7;
cursor: pointer;
}

.small_box_menu_block {
float: left;
width: 100%;
background: #333333;
color: #4a4a4a;
height: 100vh;
position: absolute;
margin-top: 70px;
display: none;	
z-index: 999;
overflow-y:scroll;
border-top: 5px solid #aaaaaa;
}

.small_box_menu_block ul li {
padding: 10px;
}


ul.ul_first {
width: 100%;
padding: 25px 10px 0px 30px;
font-size: 140%;
list-style-type: circle;	
}

ul.ul_first li {
color: #fff;
}

ul.ul_second {
width: 100%;
padding: 0px 10px 0px 30px;
font-size: 140%;	
list-style-type: circle;
}

ul.ul_second li {
color: #fff;
}

ul.ul_third {
width: 100%;
padding: 10px 10px 150px 30px;
font-size: 140%;
margin-top: 10px;
border-top: 3px solid #4a4a4a;	
list-style-type: circle;
}


.search_menu_block {
float: left;
width: 100%;
display: none; position: absolute; background: #333333;
color: #4a4a4a;
height: 100vh;

margin-top: 70px;	
z-index: 999;
overflow-y:scroll;
border-top: 5px solid #aaaaaa;
}

.search_menu_block input {
width:44%;
float: left;	
}

.search_menu_block select {
width: 120px;
margin-left: 10px;	
}

#blue_button_search {
margin: 20px 0px 0px 0px;	
}

#white_button_another {
margin: 10px 0px 0px 0px;
float: left;	
}

.search_menu_block_first {
padding: 20px;	
}

.search_menu_block_second {
width: 100%;
float: left;
padding: 10px 0px 30px 0px;
font-size: 200%;
color: #fff;	
}

.content {
margin-top: 10px;	
}

.left_block {
float: left;
}

.hover{
 box-shadow: 0 2px 9px rgba(0, 0, 0, .3);
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border: 4px solid #fff;
display: block;
box-sizing: border-box;
}

.box_list_all {
background: #fff;
float: left;
border: 15px solid #fff;
box-sizing: border-box;	
}


.hot {
float: left;	
}

.picture_block {
 margin: 0;
 width: 50%;
 float: left;
 border: 5px solid #fff;
 box-sizing: border-box;
 cursor: pointer;
 overflow: hidden;	
 background:  url(https://www.sutynews.ru/images/linza.svg) no-repeat;
 background-position: center center;
}

.picture_block_img {
width: 100%;
height: 100%;
object-fit: cover;	
}

.picture_block_img:hover {
-webkit-transition-duration: 0.3s; 
-o-transition-duration: 0.3s; 
-moz-transition-duration: 0.3s; 
transition-duration: 0.3s;
opacity: 0.7;
cursor: pointer;
}

.title_block {
margin-top: 20px;
color: #616161;
}

.part_block {
background: #f0eef0;
float: left;
}

.valign_td {
vertical-align: top;
float: left;
}

.picture_list {
float: left;
}

.padding_div {
padding: 0px 10px 10px 10px;	
}

.box_list_fixed {
background: #fff;
width: calc(100% - 20px);
border-radius:6px;
padding: 10px;
box-shadow: 0px 0px 16px 0px #ddd;
margin-bottom: 10px;
float: left;
background: url(images/fixed2.svg) top right no-repeat;
background-size: 50px 120px; 	
}

.box_list_photo {
background: #fff;
width: calc(100% - 20px);
border-radius:6px;
padding: 10px;
box-shadow: 0px 0px 16px 0px #ddd;
margin-bottom: 10px; float: left;
background: url(images/photo.svg) top right no-repeat;
background-size: 50px 120px;  
}

.box_list_video {
background: #fff;
width: calc(100% - 20px);
border-radius:6px;
padding: 10px;
box-shadow: 0px 0px 16px 0px #ddd;
margin-bottom: 10px;
float: left;
background: url(images/video.svg) top right no-repeat;
background-size: 50px 120px; 
}

.box_list_hot {
background: #fff;
width: calc(100% - 20px);
border-radius:6px;
padding: 10px;
box-shadow: 0px 0px 16px 0px #ddd;
margin-bottom: 10px;
float: left;
background: url(images/hot2.svg) top right no-repeat;
background-size: 50px 120px; 
}


.padding_div_data {
color: #878787;
padding: 0px 5px 5px 5px;
border-bottom: 1px solid #e5e5e5;
}

.padding_div_first {
padding: 10px;
}

.padding_div_data_first {
color: #878787;
padding: 0px 5px 5px 5px;
border-bottom: 2px solid #e5e5e5;
}

.footer {
width: 100%;
background: #333333;
float: left;
color: #fff;
border-top: 10px solid #4b4b4b;	
}

.footer_in {
width: 100%;
margin:0px auto;
text-align: center;
color: #c1c1c1;
border: 25px solid #333333;
box-sizing: border-box;
line-height: 1.6	
}

.span_dash {
padding: 0px 10px 0px 10px;
color: #515151;	
}

.social_block {
width:320px;
margin:0px auto;
filter: gray;
-webkit-filter: grayscale(1);
filter: grayscale(1);	
}

.box_switch {
width: 50px;
background: #4b4b4b;
height: 20px;
border: 2px solid #6f6f6f;
margin: 0 auto;
border-radius: 12px;
box-shadow: -3px -1px 21px -10px #151515;
}

.switch {
width: 18px;
height: 18px;
border-radius: 50%;
background: #333333;
float: left;
background: rgb(100,100,100) radial-gradient(circle at 50% 0, rgba(255,255,255,.65), rgba(255,255,255,.35));
box-shadow: inset rgba(0,0,0,.6) 0 -3px 8px, inset rgba(252,255,255,.7) 0 3px 8px, rgba(0,0,0,.8) 0 3px 8px -3px;
margin-top: 1px;
margin-left: 2px;
cursor: pointer;	
}

.video_center {
position: relative;
height: 0;
overflow: hidden;
max-width: 800px; 
margin: 0 auto;
margin-top: 30px;
margin-bottom: 30px; 
}

.video_center iframe,
.video_center object,
.video_center embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%
}

iframe::-webkit-scrollbar {  
display: none;
}  

.read_box_info {
width: 100%;
color: #808080;
font-size: 130%;
padding-bottom: 15px;
text-transform: uppercase;
line-height: 1.5;
}

.read_box_info_data {
color: #878787;
padding: 10px 5px 10px 5px;
border-bottom: 2px solid #878787;	
}

.read_box_info_bold {
font-size: 18px;
line-height: 30px;
color: #666666;
padding: 15px 0 15px 0;
font-weight: 400;
text-shadow: 0 0; font-weight: bold;
}

.read_box_text {
font-size: 18px;
line-height: 30px;
color: #666666;
padding: 15px 0 15px 0;
text-align: justify;
}

.read_box_text a {
color: #2c7efe;
text-decoration: underline;
}

.read_box_text a:hover {
color: #305fa7;
text-decoration: none;
}

.timeline_box {
width: 100%;
margin: 30px 0px 30px 0px;	
}

.timeline_box_title {
padding: 20px;
margin-left: 20px;
font-size: 120%;
font-weight: bold;
color: #232323;
}

.timeline_box_time {
width: 35px; font-size: 80%;
}

.timeline_box_line {
width: 35px;
text-align: center;
background: url('https://www.sutynews.ru/images/time_line.png') repeat-y scroll 0% 0% / contain; 
}

.timeline_box_circle {
background: #08adda;
border-radius: 50%;
color: #fff;
font-size: 60%;
border: 4px solid #e8e8e8;
display: inline-block;
width: 20px;
height: 20px;
}

.timeline_box_num {
margin: -5px 0px 0px 0px;	
}

.timeline_box_text_block {
padding: 9px;	
}

.timeline_box_text_arrow {
position: absolute;
background: url('https://www.sutynews.ru/images/arrow.png') top left no-repeat;
width: 15px;
height: 31px;
margin: 14px 0px 0px -8px;	
}

.timeline_box_text {
border: 2px solid #08adda;
margin: 5px;
padding: 5px; 
background: #fff;
border-radius: 3px;
font-size:90%;
line-height: 1.4;
text-align: left;	
}

.quote_box {
width: 100%;
margin-top: 30px;	
}

.quote_box_title {
width: 35px;
font-size: 80%;
font-size: 150%;
font-weight: bold;
border: 20px solid #fff;
font-style: italic;	
}

.quote_box_text {
width: 35px;
font-size: 80%;
font-size: 90%;
font-style: italic;
}

.quote_box_text_block {
border: 1px dashed #424242;
padding: 10px;
background: #e8e8e8;
line-height: 1.4;
}

.news_lenta {
float: left;
background: #fff;
margin-top: 15px;
border: 15px solid #fff;
box-sizing: border-box;
box-shadow: 0px 0px 16px 0px #ddd;
border-radius: 6px;
margin: 10px;
}

.right_block {
float: left;	
}

.box_top {
border: 15px solid #fff;	
}

.handbook_box {
border-radius: 6px;
background: #fff;
color: #454545;
box-shadow: 0px 0px 16px 0px #ddd;
margin-top: 10px;
box-sizing: border-box;
cursor: pointer;
overflow: auto;
height: 100%;
}

.handbook_box:hover {
-webkit-transition-duration: 0.3s; 
-o-transition-duration: 0.3s; 
-moz-transition-duration: 0.3s; 
transition-duration: 0.3s;
background: #f6f4ef;	
}

.att {
background: #b20d12;
padding: 10px;
border-radius: 4px;
color: #fff;
text-align: center;
}

.header_banner {
width: 100%;
height: 160px;
overflow: hidden;
margin: 0;
padding: 0;
border: 0;
background: #fff;
}

/* @media
-----------------------------------------------------------------------------*/

@media only screen and (min-width: 180px) {
.right_block {
width: calc(100% - 10px); 
}
.left_block {
width: 100%; 
}
.box {
width: 100%;
margin-left: 0px;	
}
.small_box_menu {
display: block;		
}
.big_box_menu {
display: none;		
}
.box_list_all {
width: 100%;
}
.box_top {
width: calc(100% - 10px);
height: 270px;  
}
.top_title {
font-size: 100%;	
}
.hot {
display: none;	
}
.hot_small {
display: block;		
}
.popular_list_big {
display: none;	
}
.popular_list_small {
display: block;		
}
.picture_list {
display: none;	
}
.valign_td {
width: calc(100% - 25px);
}
.part_block_adaptive {
display: none;
}
.part_block_mobile {
display: block;
}
.picture_block {
height: 200px;
}
.title_block {
font-size: 110%;
}
.video_center {
padding-bottom: 290px;
}
#box_nv {
display: none;
}
}

@media only screen and (min-width: 320px) {
.right_block {
width: calc(100% - 10px); 
}
.left_block {
width: 100%; 
}
.box {
width: 100%;
margin-left: 0px;	
}
.small_box_menu {
display: block;		
}
.big_box_menu {
display: none;		
}
.box_list_all {
width: 100%;
}
.box_top {
width: calc(100% - 10px);
height: 280px;  
}
.top_title {
font-size: 100%;	
}
.hot {
display: none;	
}
.hot_small {
display: block;		
}
.popular_list_big {
display: none;	
}
.popular_list_small {
display: block;		
}
.picture_list {
display: none;	
}
.valign_td {
width: calc(100% - 25px);
}
.part_block {
width: 100%; 
}
.part_block_adaptive {
display: none;
}
.part_block_mobile {
display: block;
}
.picture_block {
height: 235px;
}
.title_block {
font-size: 110%;
}
.video_center {
padding-bottom: 290px;
}
#box_nv {
display: none;
}
}

@media only screen and (min-width: 560px) {
.right_block {
width: calc(100% - 10px); 
}
.left_block {
width: 100%; 
}
.box {
width: calc(100% - 20px);	
margin: 10px;	
}
.small_box_menu {
display: block;		
}
.big_box_menu {
display: none;		
}
.box_list_all {
width: 100%;
}
.box_top {
width: calc(100% - 10px);
height: 340px;  
}
.top_title {
font-size: 120%;	
}
.hot {
display: none;	
}
.hot_small {
display: block;		
}
.popular_list_big {
display: none;	
}
.popular_list_small {
display: block;		
}
.picture_list {
display: none;	
}
.valign_td {
width: calc(100% - 25px);
}
.part_block {
width: 100%; 
}
.part_block_adaptive {
display: none;
}
.part_block_mobile {
display: block;
}
.picture_block {
height: 275px;
}
.title_block {
font-size: 170%;
}
.video_center {
padding-bottom: 350px;
}
#box_nv {
display: none;
}
}

@media only screen and (min-width: 768px) {
.right_block {
width: calc(100% - 10px); 
}
.left_block {
width: 100%; 
}
.box {
width: calc(100% - 20px);	
margin: 10px;
}
.small_box_menu {
display: block;		
}
.big_box_menu {
display: none;		
}
.box_list_all {
width: 100%;
}
.box_top {
width: calc(100% - 10px);
height: 360px;  
}
.top_title {
font-size: 130%;	
}
.hot {
display: block;	
}
.hot_small {
display: none;		
}
.popular_list_big {
display: block;	
}
.popular_list_small {
display: none;		
}
.picture_list {
display: block;	
}
.valign_td {
width: calc(100% - 160px);
}
.part_block {
width: 100%; 
}
.part_block_adaptive {
display: none;
}
.part_block_mobile {
display: block;
}
.picture_block {
 height: 300px;
}
.title_block {
font-size: 170%;
}
.video_center {
padding-bottom: 450px;
}
#box_nv {
display: none;
}
}

@media only screen and (min-width: 910px) {
.part_block_adaptive {
display: none;
}
.part_block_mobile {
display: block;
}
.picture_block {
 height: 400px;
}
.title_block {
font-size: 190%;
}
.video_center {
padding-bottom: 450px;
}
#box_nv {
display: none;
}
}

@media only screen and (min-width: 992px) {
.right_block {
width: calc(100% - 10px); 
}
.left_block {
width: 100%; 
}
.box {
width: calc(33% - 20px);
margin: 10px;
}
.small_box_menu {
display: block;		
}
.big_box_menu {
display: none;		
}
.box_list_all {
width: 40%;
}
.box_top {
width: calc(60% - 10px);
height: 410px;  
}
.top_title {
font-size: 130%;	
}
.hot {
display: block;	
}
.hot_small {
display: none;		
}
.popular_list_big {
display: block;	
}
.popular_list_small {
display: none;		
}
.picture_list {
display: block;	
}
.valign_td {
width: calc(100% - 160px);
}
.part_block {
width: 100%; 
}
.part_block_adaptive {
display: block;
}
.part_block_mobile {
display: none;
}
.picture_block {
 height: 400px;
}
.title_block {
font-size: 110%;
}
.video_center {
padding-bottom: 450px;
}
#box_nv {
display: none;
}
}

@media only screen and (min-width: 1200px) {
.right_block {
width: calc(40% - 10px); 
}
.left_block {
width: 60%; 
}
.box {
width: calc(50% - 20px);
margin: 10px;
}
.small_box_menu {
display: none;		
}
.big_box_menu {
display: block;		
}
.box_list_all {
width: 40%;
}
.box_top {
width: calc(60% - 10px);
height: 390px;  
}
.top_title {
font-size: 110%;	
}
.hot {
display: block;	
}
.hot_small {
display: none;		
}
.popular_list_big {
display: block;	
}
.popular_list_small {
display: none;		
}
.picture_list {
display: block;	
}
.valign_td {
width: calc(100% - 160px);
}
.part_block {
width: 100%; 
}
.part_block_adaptive {
display: block;
}
.part_block_mobile {
display: none;
}
.picture_block {
 height: 400px;
}
.title_block {
font-size: 110%;
}
.video_center {
padding-bottom: 450px;
}
#box_nv {
display: block;
}
}

@media only screen and (min-width: 1600px) {
.right_block {
width: calc(40% - 10px); 
}
.left_block {
width: 60%; 
}
.box {
width: calc(33% - 20px);
margin: 10px;	
}
.small_box_menu {
display: none;		
}
.big_box_menu {
display: block;		
}
.box_list_all {
width: 40%;
}
.box_top {
width: calc(60% - 10px);
height: 370px;  
}
.top_title {
font-size: 120%;	
}
.hot {
display: block;	
}
.hot_small {
display: none;		
}
.popular_list_big {
display: block;	
}
.popular_list_small {
display: none;		
}
.picture_list {
display: block;	
}
.valign_td {
width: calc(100% - 160px);
}
.part_block {
width: 100%; 
}
.part_block_adaptive {
display: block;
}
.part_block_mobile {
display: none;
}
.picture_block {
 height: 400px;
}
.title_block {
font-size: 110%;
}
.video_center {
padding-bottom: 450px;
}
#box_nv {
display: none;
}
}

.vk_icons:hover,
.facebook_icons:hover,
.twitter_icons:hover,
.odn_icons:hover,
.youtube_icons:hover,
#wasp:hover,
#viber:hover,
{
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
transition-duration: 0.3s;
opacity: 0.8
}

.vk_icons {
background: url(images/vk.svg) top left no-repeat;
width: 35px;
height: 35px;
margin-left: 10px
}

.odn_icons {
background: url(images/odn.svg) top left no-repeat;
width: 35px;
height: 35px;
margin-left: 10px
}

.youtube_icons {
background: url(images/youtube.svg) top left no-repeat;
width: 35px;
height: 35px;
margin-left: 10px
}

.dzen_icons {
background: url(images/dzen.svg) top left no-repeat;
width: 35px;
height: 35px;
margin-left: 10px
}

#viber {
width: 35px;
height: 35px;
cursor: pointer;
float: left;
background: url(images/viber.svg) no-repeat top left;
margin-left: 10px
}

#wasp {
width: 35px;
height: 35px;
cursor: pointer;
float: left;
background: url(images/wasp.svg) no-repeat top left;
margin-left: 10px
}

.tele {
width: 35px;
height: 35px;
cursor: pointer;
float: left;
background: url(images/tele.svg) no-repeat top left;
margin-left: 10px
}

.rss {
width: 35px;
height: 35px;
cursor: pointer;
float: left;
background: url(images/rss.svg) no-repeat top left;
margin-left: 10px
}

.small_box_menu {
padding:17px;
float: right;
margin-right: 10px;
}


.big_box_menu ul li:hover {
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
transition-duration: 0.3s;
background: #4b4b4b;
cursor: pointer;
}

.small_menu {
background: url(images/icon-menu.svg) top left no-repeat;
padding:15px;
float: right;
cursor: pointer;
}

.search {
padding:17px;
float: right;
margin-right: 10px;
}

.search_icon {
background: url(images/search.svg) top left no-repeat;
padding:15px;
float: right;
cursor: pointer;
}

.popup_picture_slider {
width: 100%;
height: 100vh;
background: #000;
z-index: 99999999;
position: fixed;
display: none;
}

.popup_picture_slider_close {
padding:17px;
float: right;
margin-right: 10px;
position: absolute; 
right: 10px;
}

.popup_picture_slider_close_icon {
background: url(images/close_white.svg) top left no-repeat;
padding:15px;
float: right;
cursor: pointer;
}

.picture_img {
margin:0 auto;
height: 100vh;
}

.arrow_left {
border-radius: 50%;
opacity: 0.3;
padding: 10px;
border: 10px solid #fff;
position: absolute;
top: calc(50vh - 20px);
left: 20px;
cursor: pointer;
background: #fff url('https://www.sutynews.ru/images/arrow_left.svg')  no-repeat scroll 0% 0% / contain;	
}

.arrow_right {
border-radius: 50%;
opacity: 0.3;
padding: 10px;
border: 10px solid #fff;
position: absolute;
top: calc(50vh - 20px);
right: 20px;
cursor: pointer;
background: #fff url('https://www.sutynews.ru/images/arrow_right.svg')  no-repeat scroll 0% 0% / contain;	
}

.arrow_left_slider {
border-radius: 50%;
opacity: 0.7;
padding: 10px;
border: 10px solid #fff;
position: absolute;
top: 30px;
left: 5px;
cursor: pointer;
background: #fff url('https://www.sutynews.ru/images/arrow_left.svg')  no-repeat scroll 0% 0% / contain;	
}

.arrow_right_slider  {
border-radius: 50%;
opacity: 0.7;
padding: 10px;
border: 10px solid #fff;
position: absolute;
top: 30px;
right: 5px;
cursor: pointer;
background: #fff url('https://www.sutynews.ru/images/arrow_right.svg')  no-repeat scroll 0% 0% / contain;	
}

.picture_show {
margin:0 auto;
display: block;
width: 100vw;
height: 100vh;
object-fit: contain;
box-sizing: border-box;
border-top: 60px solid #000;
border-bottom: 30px solid #000;
border-right: 30px solid #000;
border-left: 30px solid #000;	
}

.partner {
width: 100%;
height: 153px;	
}

.header_block {
width: 100%;
height: 66px; 
float: left;
z-index: 999999;
}

.header {
width: 100%;
height: 64px;
background: #aaa;
float: left;
margin-top: 6px;	
}


.index_picture {
display: none;
color: #fff;	
}


.post_news {
padding:17px;
float: right;
margin-right: 10px;
}

.news_icon {
background: url(images/post_news.svg) top left no-repeat;
padding:15px;
float: right;
cursor: pointer;
}

.view_calc {
background: url(images/view_calc.svg) top left no-repeat;
padding:0px 5px 0px 22px;
text-align: right;
margin-left: 0px;
}

.view_like {
background: url(images/view_like.svg) top left no-repeat;
padding:0px 5px 0px 22px;
text-align: right;
margin-left: 2px;
}

.home_icon {
background: url(images/home_icon.svg) top left no-repeat;
padding-left: 40px;
text-align: right;
margin-left: 0px;
}

#toTop {
position: fixed;
bottom: 28px;
right: 28px;
z-index: 10;
display: inline-block;
text-align: center;
background: #4b4b4b;
width: 39px;
height: 39px;
display: none;
border-radius: 50%;
cursor: pointer;
background: url("images/arrow_up.svg") no-repeat;
}
