
.social-links {
    padding: 15px;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.social-links a img {
    width: 42px;
    height: 42px;
    transition: transform 0.2s ease;
}

.block_chanel{
    background: white;
    padding: 10px;
    color: black;
    margin-bottom: 1px;
    text-align: center;
    height: 135px;
}


.info_chanel{
   margin:10px 0 0 -150px;
   text-align: left;
}

.pol{
    border-radius:50px;
    width:86px;
    margin:10px 10px 26px 10px;
    float:left;
}

.pol img{
    width:86px;
    height: 86px;
    margin-top:-10px;
    border-radius:50px;
    border: 1px solid rgba(0, 128, 0, 1);
}

.nickname {
  display: inline-block;
  font-weight: bold;
  color: #4686a0;
  background-color: #f2f2f2;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 14px;
}
.social-links a:hover img {
    transform: scale(1.1);
}.pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
    padding: 10px 0;
    font-family: 'Segoe UI', sans-serif;
}
.pc_logo {
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
line-height: 27px;
    font-family: 'Lobster', cursive;

}
.page-btn,
.current,
.dots {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 16px;
    text-decoration: none;
    transition: background 0.3s, color 0.3s;
}

.page-btn {
    background: #f1f1f1;
    color: #333;
}

.page-btn:hover {
    background: #4686a0;
    color: #fff;
}

.current {
    background: #4686a0;
    color: white;
    font-weight: bold;
}

.dots {
    color: #999;
    pointer-events: none;
}





.head {
background: #4686a0;
    color: #ffffff;
    padding: 13px;
    height: 20px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 5px rgba(93,109,157,0.3);
    -moz-box-shadow: 0px 3px 5px rgba(93,109,157,0.3);
    box-shadow: 0px 1px 3px rgba(70, 70, 70, 0.3);
}
.head a{
color: #ffffff;
}
a.head_link{
        color: #ffffff;
display: inline-block;
    margin: -3px 20px 0 0;
}
.head_link{
        color: #ffffff;
display: inline-block;
    margin: -3px 20px 0 0;
}
a.head_link:hover{
    opacity: 0.8;
}
.head_ava img {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    margin: -8px 0 0px 0;
}
#left_menu { /*изначально невидимый для мобильных (в медиа запросе изначально видимый для пк)*/
    position: fixed;
    top: 0;
    bottom: 0;
    margin-left: -190px;
    z-index: 60;
    box-sizing: border-box;
    width: 190px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: margin-left 0.1s ease-in-out;
}
.content{
    margin: 6px 0 6px 0;
}
.pc{
display:none;
}
.mobile{
display:content;
}
#back-top {
    background: #e6ecef;
    width: 150px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    text-align: center;
    font: bold 12px Verdana, sans-serif;
    text-decoration: none;
    color: #4686a0;
    padding-top: 60px;
    }
#back-top:hover {
    background: #e2e9ec;
}

/* дальше правки если это пк*/
@media all and (min-width: 800px){ 
.content{
margin: 5px 10px 10px 190px;
}
#left_menu{
top:55px;
z-index:45;
margin-left:0;
}
textarea {
width: 95%;
max-width: 95%;
min-width: 95%;
}
input {
width: 95%;
}
select {
width: 98%;
}
.pc{
display: flex;
}
.mobile{
display:none;
}
}



















body{
background: #f5f5f5;
font-size: 15px;
font-family: sans-serif;
margin: auto;
max-width: 700px;
word-break: break-word;
}
::-webkit-scrollbar{
width:5px;
}
::-webkit-scrollbar-thumb{
background: #36677b;
}
::-webkit-scrollbar-thumb:hover{
background: #36677b;
}
::-webkit-scrollbar-track{
background: #f5f5f5;
}
::-webkit-scrollbar-track:hover{
background: #f5f5f5;
} 
a:link, a:visited { 
color : #0f677d; 
text-decoration : none; 
}
a:hover { 
color : #0f677d; 
text-decoration : none; 
}
img {
vertical-align: middle;
border: 0px;
margin: 1px;
padding: 1px;
}
.post, table {
width: 100%;
}
textarea {
background: #fff;
    padding: 10px;
    color: #444444;
    width: 92%;
    max-width: 92%;
    outline: none;
    border: 1px solid #ced4da;
    margin: 5px;
    resize: none;
}
.chat{
background: #fff;
    padding: 5px;
    color: #444444;
    width: 94%;
    max-width: 94%;
    outline: none;
    border: none;
    resize: none;
    margin: 0;
}
input, select{
background: #fff;
    padding: 10px;
    color: #444444;
    width: 92%;
    outline: none;
    border: 1px solid #ced4da;
    margin: 5px;
}
select{
width: 98%;
margin:auto;
}
input[type="submit"]{
background: #4686a0;
    padding: 8px;
    color: #fff;
    border: none;
    width: 98%;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 3px;
}
input[type="submit"]:hover{
    background: #427e96;
}
#go{
    background: none;
    background-image: url(/img/go.png);
    background-repeat: no-repeat;
    background-position: 4px;
    outline: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    box-shadow: none;
}
#search{
    background: none;
    background-image: url(/img/search.png);
    background-repeat: no-repeat;
    background-position: 4px;
    outline: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    box-shadow: none;
}
input[type="checkbox"], input[type="radio"] {
width: 20px;
}
.input_f {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    margin-bottom: 5px;
}
.input_b {
    display: flex;
    margin-right: -1px;
}
.input_l {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #ced4da;
}
.input_f>.input_t {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.input_t {
    margin: 0;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.input_s {
display: block;
    padding: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    word-wrap: normal;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.title{
background: #fbfbfb;
    color: #6b6b6b;
    padding: 12px;
    border-bottom: 1px solid #e6e6e6;
    -webkit-box-shadow: 0px 3px 5px rgba(93,109,157,0.3);
    -moz-box-shadow: 0px 3px 5px rgba(93,109,157,0.3);
    box-shadow: 0px 3px 5px rgba(232, 232, 232, 0.3);
}
.content{
padding: 47px 2px 10px 2px;
}
.str{
background: #f7f5f5;
    color: #5181b8;
    padding: 5px 10px;
    font-weight: bold;
    border: 1px solid #dddddd;
}
.page a {   
background: #ffffff;
    color: #5181b8;
    padding: 5px 10px;
    border: 1px solid #dddddd;
}
.msg {
background: #effaed;
    color: #000000;
    padding: 10px;
    border: 1px solid #afd4a9;
    margin: 5px 0 5px 0;
}
.err {
    background: #faeded;
    color: #000000;
    padding: 10px;
    border: 1px solid #d4a9a9;
    margin: 5px 0 5px 0;
}
.pages{


	border: 1px #238be4 solid;


	background-color: #FFF;


	padding-left: 5px;


	padding-right: 5px;


	padding-top: 1px;


	padding-bottom: 1px;


	margin-bottom: 1px;


	margin-top: 1px;


	border-radius: 1px 1 1 1px;


	font-size : small; 

}
.avatar{
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 20%;
}
.str_avatar img{
width: 120px;
  height: 120px;
  border-radius: 10%;
}
.main{
background: #fafbfc;
    color: #757575;
    padding: 10px;
    border-bottom: 1px solid #e6e6e6;
    -webkit-box-shadow: 0px 3px 5px rgba(93,109,157,0.3);
    -moz-box-shadow: 0px 3px 5px rgba(93,109,157,0.3);
    box-shadow: 0px 3px 5px rgba(210, 210, 210, 0.3);
}
.menu, .mess, .main_menu, .mess, .nav1, .block, .foot{
    background: white;
    color: #6b6b6b;
    padding: 10px;
    border-bottom: 1px solid #e6e6e6;
    -webkit-box-shadow: 0px 3px 5px rgba(93,109,157,0.3);
    -moz-box-shadow: 0px 3px 5px rgba(93,109,157,0.3);
    box-shadow: 0px 3px 5px rgba(232, 232, 232, 0.3);
}
a.wlink{
display: block;
    background: white;
    color: #6b6b6b;
    padding: 10px;
    border-bottom: 1px solid #e6e6e6;
    -webkit-box-shadow: 0px 3px 5px rgba(93,109,157,0.3);
    -moz-box-shadow: 0px 3px 5px rgba(93,109,157,0.3);
    box-shadow: 0px 3px 5px rgba(232, 232, 232, 0.3);
}
a.wlink:hover{
    background: #f7f7f7;
}
a.mlink{
display: block;
    padding: 10px;
    border-radius: 8px;
}
a.mlink:hover{
    background: #f7f7f7;
}
.icon{
    font-size: 17px;
    color: #9cbbc7;
    margin: 0 8px 0 0;
}
.micon{
    font-size: 18px;
    color: #9cbbc7;
    margin: 0 8px 0 0;
}
.icon2{
    background: #f1f1f1;
    padding: 8px 15px 8px 15px;
    color: #636363;
    margin: 0 8px 0 0;
    border-radius: 8px;
}
.c{
background: #f5f5f5;
    color: #7e8ea2;
    padding: 1px 7px;
    border-radius: 3px;
    float: right;
}
.nick{
color: #0f677d;
    font-weight: bold;
}
.msg_text{
padding-top: 5px;
}
.time{
color: #9e9e9e;
    font-size: 12px;
    margin-left: 5px;
}
.block_avatar{
vertical-align: top;
width: 53px;
}
.block_content{
    vertical-align: top;
    color: #828282;
    font-size: 14px;
    line-height: 1.4;
    padding-top: 5px;
}
.block_content_msg{
background: #ddebf7;
    vertical-align: top;
    color: #828282;
    font-size: 14px;
    line-height: 1.4;
    padding: 10px;
    border-radius: 4px;
}
.block_msg{
padding: 5px 0 0 0;
}









.button {
 
    background: #4686a0;
    padding: 8px;
    color: #fff;
    border: none;
    width: 50%;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 3px;}




.info_chanel{
   margin:10px 0 0 -150px;
   text-align: left;
}


.market_chanel{
    background: white;
    padding: 10px;
    color: black;
    margin-bottom: 1px;
    text-align: center;
    height: auto;
}
