@font-face{
    font-family:inter;
    src:url(/fonts/Inter-Regular.woff2) format('woff2'),url(/fonts/Inter-Regular.woff) format('woff');
    font-weight:400;
    font-style:normal;
    }
    @font-face{
    font-family:inter;
    src:url(/fonts/Inter-Medium.woff2) format('woff2'),url(/fonts/Inter-Medium.woff) format('woff');
    font-weight:500;
    font-style:normal;
    }
    @font-face{
    font-family:inter;
    src:url(/fonts/Inter-Bold.woff2) format('woff2'),url(/fonts/Inter-Bold.woff) format('woff');
    font-weight:700;
    font-style:normal;
    }
    @keyframes big_logo{
        0%{
            transform:scale(1);
        }
        50%{
            transform:scale(1.1);
        }
        100%{
            transform:scale(1);
        }
    }
@keyframes vrashenie{
        0%{
            transform:rotate(360deg);
        }
        100%{
            transform:rotate(0deg);
        }
    }
    html, body{
    padding:0;
    margin:0;
    font-family:inter;
    font-style:normal;
    font-weight:400;
    font-size:17px;
    line-height: 1.8em;
    color:#333;
    background-color:#eeedf1;
    }
    html{
    scroll-behavior: smooth;
    }
    h1,h2{
        font-weight:700;
    }
    h1{
    margin-bottom:35px;
    }
    h2{
    margin-bottom:30px;
    }
    .clear{
    clear:both;
    }
    *{
        box-sizing: border-box;
    }
    a{
        text-decoration:none;
    color:#009fff;
    }
    .main{
        display:flex;
        justify-content: center;
        align-items: center;
        min-height:100vh;
        background-color:#fff;
    }
    .main .description{
        width:600px;
        max-width:100%;
    padding:0 5px;
    }
    .main .main_logo{
        width:400px;
        max-width:40%;
        display:block;
        margin:30px auto;
        animation: big_logo 3s linear infinite;
    }
    .main .description .title{
        font-size:40px;
        text-transform:uppercase;
        color:#75bf8c;
        margin-bottom:60px;
	font-weight:500;
    }
    .main .description .text{
        font-size:19px;
        margin-bottom:35px;
    }
    .button{
        padding:10px 35px;
        border-radius:10px;
        background-color:#fff;
        border:1px solid #75bf8c !important;
        color:#75bf8c !important;
        display:inline-block;
        text-transform:uppercase;
        text-decoration:none;
        cursor:pointer;
    }
    .button_m{
        padding:3px 15px;
        font-size:14px;
        line-height:1.5em;
        border-radius:7px;
    }
    .button:hover{
        background-color:#75bf8c !important;
        border:1px solid #fff !important;
        color:#fff !important;
    }
    .center{
        text-align:center;
    }
    .header{
        height:75px;
        background-color:#fff;
        border-bottom: 1px solid #e5e5e5;
        margin-bottom:20px;
    }
    .header_content{
        width:1200px;
        max-width:100%;
        position:relative;
        margin:0 auto;
	height:100%;
    }
    .header .logo{
        height:65px;
        position:absolute;
        left:10px;
        top:5px;
    }
    .header .exit{
        height:30px;
        position:absolute;
        right:20px;
        top:25px;
        opacity:0.35;
    }
    .header .exit:hover{
        cursor:pointer;
        opacity:0.6;
    }
    .content{
        width:1200px;
        max-width:100%;
        display:flex;
        justify-content: center;
        flex-wrap: nowrap;
        margin:0 auto;
        gap:20px;
    min-height:calc(100vh - 256px);
    }
    .content>.left{
        width:200px;
    }
    .content>.left .menu{
        background-color:#fff;
        border: 1px solid #e5e5e5;
        border-radius:10px;
        padding:20px 20px 5px 20px;
    }
    .content>.left a{
        display:block;
        color:#444;
        margin-bottom:15px;
    }
    .content>.left a span{
        display:inline-block;
        width:12px;
        height:12px;
        position:relative;
        top: 0px;
        left:3px;
        background-color:#0ec707;
        border-radius:50%;
        animation: big_logo 1s steps(1) infinite;
    }
    .content>.left .banners{
        margin:30px 0;
    }
    .content>.left .banners a{
        display:block;
        margin-bottom:20px;
        font-size:13px;
        line-height:18px;
    }
    .content>.left .banners img{
        display:block;
        border-radius:10px;
        opacity:0.7;
        margin-bottom:3px;
        width:100%;
    }
    .content>.left .banners img:hover{
        opacity:1;
    }
    .content>.right{
        background-color:#fff;
        border: 1px solid #e5e5e5;
        border-radius:10px;
        padding:20px;
        width:calc(100% - 222px);
        display:flex;
        justify-content: left;
        flex-wrap: nowrap;
        gap:20px;
    }
    .content>.right .left{
        width:250px;
    }
    .content>.right .left .button_m{
        display:block;
        margin-bottom:20px;
    }
    .content>.right .left .avatar{
        width:100%;
        display:block;
        border: 1px solid #e5e5e5;
        border-radius:10px;
    }
    .content>.right .right{
        width:calc(100% - 272px);
        border: 1px solid #e5e5e5;
        padding:20px;
        border-radius:10px;
	position:relative;
    }
    .content>.right .right h2{
        margin-top:0;
        color:#222;
	padding-right:90px;
    }
    .content>.right .right h2 a, .obsujdeniya .new_obsujdenie a, #add_photos .add{
        display:inline-block;
        padding:3px 6px;
        background-color:#eee;
        border-radius:5px;
        font-size:13px;
        color:#777;
        font-weight:400;
        line-height:15px;
        position:relative;
        left:10px;
        top:-3px;
        cursor:pointer;
    }
    .content>.right .right h2 a:hover, .obsujdeniya .new_obsujdenie a:hover, .content .right .right .title a:hover{
        color:#444;
    }
    .content .right .right .l_info{
        padding-left:20px;
        font-size:14px;
        color:#555;
        margin-bottom:20px;
    }
    .content .right .right .title{
        color:#000;
    }
    .content .right .right .text{
        font-size:14px;
        padding-left:20px;
        color:#555;
    margin-bottom:20px;
    }
    .sovmestimost{
        font-size:15px;
        font-weight:500;
    }
    .info{
        padding:7px;
        font-size:14px;
        line-height:1.6em;
        margin:10px 0;
        border-radius:7px;
    }
	.right_list .info{
	margin:0 0 10px 0;
	}
    .info1{
        border:1px solid #99ff9b;
        background-color:#e1ffe2;
    }
    .info2{
	border: 1px solid #e5e5e5;
    }
    .info3{
        border:1px solid #ff5555;
        background-color:#ffe5e5;
    }
    .color1{
        color:rgb(0, 141, 24);
    }
    .color3{
        color:rgb(190, 46, 46);
    }
    .footer{
        border-top:1px solid #e5e5e5;
        background-color:#fff;
        margin-top:20px;
    }
    .footer_cont{
        margin:0 auto;
        padding:20px;
        width:1200px;
        max-width:100%;
        display:flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap:nowrap;
    }
    .footer_cont .logo{
        height:100px;
    }
    .footer_cont .menu{
        width:calc(100% - 220px);
        display:flex;
        justify-content: space-between;
    }
    .footer_cont .menu .block{
        width:29%;
    }
    .footer_cont .menu a{
        display:block;
        color:#777;
        font-size:14px;
    }
    .dopinfo{
        padding:15px 0;
        margin:10px 0;
        border-top:1px solid  #e5e5e5;
    }
    .dopinfo>div{
        margin:15px auto;
        padding-left:40px;
        font-size:18px;
    }
    .dopinfo .deti{
        background:url(/img/rebenok_icon.png) 0 0 no-repeat;
    }
    .dopinfo .vbrake{
        background:url(/img/brak_icon.png) 0 0 no-repeat;
    }
    .registration, .avatar_edit{
        background-color:#fff;
        max-width:100%;
        width:600px;
        padding:20px;
        border: 1px solid #e5e5e5;
    border-radius:10px;
margin:0 auto;
    }
    .registration h2{
        text-align:center;
    }
.voprosy #form_voprosy{
width:90%;
} 
    .form_mes{
        padding:5px 5px 5px 20px;
        font-size:15px;
        line-height:1.5em;
        border-left:3px solid #75bf8c;
        margin:40px 0;
    background-color:#f1fff5;
    }
    .form_mes_error{
        border-left:3px solid #ff5555;
    background-color:#fff5f5;
    }
    .registration form{
        width:70%;
        margin:20px auto;
    }
    form input{
        padding: 12.5px 27.5px 12.5px 12.5px;
        width: 100%;
        border-radius: 5px;
        border: 1px solid #bbb;
        display:block;
        margin-top:20px;
        position:relative;
    }
    form label{
        display:block;
        margin-top:10px;
	cursor:pointer;
    }
    form input[type=radio], form input[type=checkbox]{
        padding:0;
        display:inline-block;
        margin:0 10px 0 0;
        width:auto;
    }
    form input[type=date]:before{
        content: attr(placeholder);
        text-align: left;
        position:absolute;
        top:0;
        left:14px;
        width:50%;
        background-color:#fff;
        height:20px;
        padding-top:11px;
        font-size:15px;
        color:#777;
    }
    form input.full[type=date]:before, form input[type=date]:focus:before{
        content:none;
    }
    form select{
        width:100%;
        border-radius: 5px;
        border: 1px solid #bbb;
        display:block;
        margin-top:20px;
        height:40px;
        padding-left:10px;
        color:#777;
	background-color:#fff;
    }
form textarea{
    width:100%;
        border-radius: 5px;
        border: 1px solid #bbb;
        display:block;
        margin-top:20px;
    padding:10px;
    resize: vertical;
    min-height:100px;
}
    form select.full, form select:focus{
        color:#000;
    }
.voprosy .vopros{
padding:20px;
margin-bottom:20px;
}
.voprosy .vopros:first-child{

}
.voprosy .vopros .varianty label{
display:block;
margin-bottom:10px;
padding:7px 7px 7px 35px;
border-radius:5px;
background-color:#f6f6f6;
position:relative;
}
.voprosy .vopros .varianty label input{
position:absolute;
left:7px;
top:calc(50% - 7px);
}
.voprosy .vopros .varianty label:hover, .voprosy .vopros .varianty label:has(input:checked ){
background-color:#f1fff5;
cursor:pointer;
}
.voprosy .vopros .title{
font-size:19px;
margin-bottom:20px;
font-weight: 500;
}
.content .cont{
width:100%;
padding:20px;
}
.dialog_cover{
width: calc(100% - 222px);
height:100%;
min-height: calc(100vh - 99px);
border: 1px solid #e5e5e5;
background-color: #fff;
border-radius:10px;
position:relative;
}
.dialog_cover #messages{
height:calc(100vh - 256px);
padding:20px;
background:url(/img/fon_mes2.png) center center repeat, linear-gradient(to top left, #edf7fd, #f5fff8);
border-radius:10px 10px 0 0 ;
overflow-y: scroll;
overflow-x: hidden;
scroll-behavior:smooth;
position:relative;
}
.dialog_cover #messages::-webkit-scrollbar{
width:10px;
}
.dialog_cover #messages::-webkit-scrollbar-track{
width:10px;
}
.dialog_cover #messages::-webkit-scrollbar-thumb{
width:10px;
background-color:#75bf8c;
border-radius:5px;
cursor:pointer;
}
.dialog_cover .mess_form_cover, .komm_form_cover{
width:100%;
height:150px;
padding:10px;
background-color:#fff;
border-top:1px solid #deffe8;
border-radius:0 0 10px 10px;
position:relative;
}
#mess_form, #komment_form{
width:calc(100% - 80px);
}
#mess_form textarea, #komment_form textarea{
margin:0 0 5px 0;
resize:none;
border:1px solid #ddd;
padding: 10px 80px 10px 10px;
}
textarea:focus{
outline:none;
}
#send_mes_button, #send_mes_button2{
position:absolute;
top:20px;
right:20px;
cursor:pointer;
width:50px;
}
#send_mes_button2{
width:40px;
}
#send_mes_button:active, #send_mes_button2:active{
right:18px;
}
#smile_icon{
position:absolute;
top:20px;
right:101px;
cursor:pointer;
opacity:0.8;
}
#smile_icon:hover{
opacity:1;
}
#photo_icon{
position:absolute;
top:22px;
right:137px;
cursor:pointer;
opacity:0.8;
height:22px;
}
#photo_icon:hover{
opacity:1;
}
#smiles_list_cover{
position:absolute;
right:90px;
bottom:calc(100% - 5px);
max-width:500px;
padding:10px 10px 0 10px;
border:1px solid #e5e5e5;
background-color:#fff;
border-radius:10px;
display:none;
z-index:20;
}
#smiles_list_cover .buttons{
margin-bottom:15px;
}
#smiles_list_cover .buttons span{
display:inline-block;
padding:0 7px;
border-radius:3px;
color:#999;
font-size:14px;
cursor:pointer;
}
#smiles_list_cover .buttons span.active{
color:#55b171;
background-color:#edf7fd;
}
#smiles_list{

}
#stickers_list{
display:none;
}
#smiles_list img{
display:inline-block;
margin:5px;
height:40px;
cursor:pointer;
}
#stickers_list img{
display:inline-block;
margin:5px;
height:90px;
cursor:pointer;
}
#show_smiles{
height:35px;
max-width:100%;
overflow:hidden;
}
#show_smiles img{
display:inline-block;
margin-right:5px;
height:35px;
}
#messages .message{
font-size:16px;
max-width:45%;
padding:25px 10px 5px 10px;
border-radius:10px;
float:left;
margin-bottom:20px;
position:relative;
background-color:#fff;
box-shadow:1px 1px 3px rgba(120,120,120,0.5);
min-width: 95px;
}
#messages .message .photos{
height:150px;
display:block;
}
#messages .message .photos img{
height:150px;
}
#messages .message .datames{
position:absolute;
right:10px;
top:10px;
font-size:13px;
color:#777;
height:13px;
line-height:13px;
}
#messages  .my_message{
background-color:#ceecff;
text-align:right;
float:right;
}
#messages  .my_message .datames{
right:auto;
left:10px;
}
#messages .message .smiles, #messages .message .stickers{
margin-top:10px;
}
#messages .message .smiles img, #messages .message .stickers img{
display:inline-block;
margin:0 7px 5px 0;
height:80px;
}
#messages .message .stickers img{
height:auto;
width:200px;
}
.name_sobesednik{
position:absolute;
top:10px;
left:0;
width:100%;
text-align:center;
z-index:10;
}
.name_sobesednik a{
display:inline-block;
padding:1px 9px;
background-color:#fff;
box-shadow: 1px 1px 3px rgba(120, 120, 120, 0.5);
font-size:15px;
border-radius:5px;
color:#555;
}
.dialogi, .users, .podmigivaniya, .main_content{
width: calc(100% - 222px);
min-height: calc(100vh - 99px);
border: 1px solid #e5e5e5;
background-color: #fff;
border-radius: 10px;
padding:20px;
display:flex;
justify-content:space-between;
}
.dialogi .list, .users .list{
width:calc(100% - 280px);
}
.dialogi .right_list, .users .right_list{
width:200px;
}
.dialogi .list .dialog{
color:#555;
font-size:16px;
padding:5px 10px;
margin-bottom:10px;
border-radius:5px;
background-color:#f5f5f5;
display:block;
position:relative;
}
.dialogi .list .active{
background-color:#f1fff5;
}
.dialogi .list .dialog:hover{
background-color:#ceecff;
}
.dialogi .list .dialog .fio{
font-weight:bold;
color:#222;
}
.dialogi .list .dialog .data{
font-size:13px;
color:#777;
position:absolute;
top:5px;
right:10px;
}
.dialogi .list .dialog .message img{
height:20px;
display:inline-block;
margin-right:3px;
}
.search_users{
margin-bottom:40px;
}
.search_users input{
display:inline-block;
width:auto;
margin-top:0;
}
.search_users input[type=number]{
display:inline-block;
width:120px;
margin: 0 10px 0 0;
padding: 7.5px 5px 7.5px 10px;
}
.search_users select{
display:inline-block;
width:auto;
height:30px;
margin:0 20px 0 0;
}
.users_list .user{
color:#333;
font-size:16px;
padding:5px 60px 5px 10px;
margin-bottom:10px;
border-radius:5px;
background-color:#f5f5f5;
display:block;
position:relative;
cursor:pointer;
}
.users_list .user:hover{
background-color:#ceecff;
}
.users_list .user .vozrast{
position:absolute;
top:5px;
right:10px;
color:#777;
font-size:13px;
}
.users_list .deistviya{
padding:0 10px 10px 10px;
margin-bottom: 10px;
display:none;
}
.users_list .deistviya a{
display:inline-block;
line-height:15px;
margin:10px 10px 0 0;
padding:3px 10px;
border:1px solid #999;
font-size:14px;
color:#999;
border-radius:3px;
}
.users_list .deistviya a:hover{
color:#333;
border:1px solid #333;
}
.interesy_form label{
display:block;
margin-bottom:10px;
cursor:pointer;
padding:0 5px;
}
.interesy_form label:hover{
background-color:#ceecff;
}
.interesy .interes{

}
.interesy .interes::before{
content:'\2022 \2002';
color:#0ec707;
width:5px;
}
.news_cont{
background-color:#fff;
border: 1px solid #e5e5e5;
border-radius:10px;
padding:20px;
width:100%;
}
.news_cont .news{
display:flex;
justify-content:space-between;
flex-wrap:wrap;
}
.news_cont .news .novost{
width:31%;
margin-bottom:50px;
}
.news_cont .news .novost .img{
height:300px;
margin-bottom:10px;
}
.news_cont .news .novost .img img{
width:100%;
height:100%;
object-fit:cover;
}
.news_cont .news .novost .info{
display:flex;
justify-content:space-between;
flex-wrap:wrap;
color:#999;
font-size:13px;
font-weight:500;
margin:0 0 10px 0;
padding:0 10px;
}
.news_cont .news .novost .title{
font-weight:bold;
margin-bottom:15px;
}
.news_cont .news .novost .title a{
color:#333;
}
.news_cont .news .novost .anons{
font-size:15px;
line-height:1.45em;
}
.postr{
margin:20px 0;
text-align:center;
}
.postr a{
display:inline-block;
padding:5px 12px;
border:1px solid #009fff;
margin: 0 5px;
border-radius:5px;
}
.postr a:hover{
color:#fff;
background-color:#009fff;
}
.postr a.active{
color:#75bf8c;
border:2px solid #75bf8c;
font-weight:500;
padding:4px 12px;
}
.postr a.active:hover{
color:#fff;
background-color:#75bf8c;
}
.news_cont .full .img{

}
.news_cont .full .img img{
width:100%;
display:block;
}
.news_cont .full .info{
display:flex;
justify-content:space-between;
flex-wrap:wrap;
color:#999;
font-size:15px;
font-weight:500;
}
.news_cont .full .text{
margin-bottom:30px;
}
.content>.right .left .rating{
padding:3px;
text-align:center;
margin-bottom:20px;
background-color:#f5f5f5;
color:#333;
display:block;
}
.content>.right .left .rating:hover{
color:#fff;
background-color:#75bf8c;
}
.main_content{
        background-color:#fff;
        border: 1px solid #e5e5e5;
        border-radius:10px;
        padding:20px 20px 40px 20px;
	display:block;
position:relative;
}
.main_content .vopros{
margin-bottom:25px;
}
.main_content .vopros .title{
font-weight:500;
padding: 5px 5px 5px 20px;
border-left: 3px solid #75bf8c;
background-color: #f1fff5;
margin-bottom:5px;
}
.main_content .vopros .text{
padding: 5px 5px 5px 20px;
}
.main_content .vopros .text .punkt{
font-size:15px;
}
.punkt::before{
content:'\2022 \2002';
color:#0ec707;
width:5px;
}
.oportale{
font-size:15px;
color:#999;
display:inline-block;
margin-top:20px;
}
.oportale:hover{
color:#555;
}
.content>.right .right .podmig{
position:absolute;
right:12px;
top:25px;
padding:3px 6px;
background-color:#eee;
border-radius:5px;
font-size:13px;
color:#777;
font-weight:400;
line-height:15px;
cursor:pointer;
}
.content>.right .right .podmig:hover{
color:#333;
}
.podmig_icon{
width:25px;
height:25px;
display:block;
position:absolute;
top:27px;
right:100px;
}
.otvety_icon{
height:24px;
display:block;
position:absolute;
top:30px;
right:160px;
}
.podmig_icon img{
display:block;
width:25px;
height:25px;
opacity:0.45;
}
.otvety_icon img{
display:block;
height:24px;
opacity:0.45;
}
.podmig_icon img:hover, .otvety_icon img:hover{
opacity:1;
}
.podmig_icon span, .otvety_icon span{
        display:inline-block;
        width:12px;
        height:12px;
        position:absolute;
        top: -6px;
        right:-6px;
        background-color:#0ec707;
        border-radius:50%;
        animation: big_logo 1s steps(1) infinite;
}
.podmigivaniya{
display:block;
}
.podmigivaniya .podmigivanie{
color:#555;
font-size:16px;
padding:5px 10px;
margin-bottom:10px;
border-radius:5px;
background-color:#f5f5f5;
display:block;
position:relative;
width:480px;
max-width:100%;
}
.podmigivaniya .podmigivanie .data{
position:absolute;
top:5px;
right:10px;
font-size:12px;
}
.podmigivaniya .active{
background-color:#f1fff5;
}
.podmigivaniya .podmigivanie a{
font-weight: bold;
color: #222;
}
.avatar_cover{
position:relative;
margin-bottom: 20px;
}
#avatar_demo{
display:block;
max-width:80%;
margin:30px auto;
}
.change_avatar{
text-align:center;
}
#avatar_file{
display:none;
}
#avatar_demo_cover{
position:relative;
cursor:pointer;
}
#avatar_demo_cover span{
position:absolute;
bottom:10%;
color:#fff;
font-size:18px;
left:0;
width:100%;
text-align:center;
text-shadow:1px 1px 2px #000;
text-transform:uppercase;
background:radial-gradient(ellipse closest-side at center center, rgba(50,50,50,0.5), rgba(50,50,50,0));
}
.avatar_cover .change_avatar_link{
position:absolute;
left:0;
bottom:0;
display:none;
padding:3px 0;
text-align:center;
color:#fff;
background-color:rgba(50,50,50,0.5);
width:100%;
border-radius:0 0 10px 10px;
font-size:14px;
text-transform:uppercase;
}
.avatar_cover:hover .change_avatar_link{
display:block;
}
.content .right .right .title a{
        display:inline-block;
        padding:3px 6px;
        background-color:#eee;
        border-radius:5px;
        font-size:13px;
        color:#777;
        font-weight:400;
        line-height:15px;
        position:relative;
        left:10px;
        top:0px;
}
.obsujdeniya{
position:relative;
}
.obsujdeniya .new_obsujdenie{
text-align:right;
margin-bottom:10px;
}
.obsujdeniya .new_obsujdenie a{
left:0;
}
.obsujdeniya .obsujdenie, .obsujdenie_full, .jaloby .jaloba{
margin:20px 0;
padding:10px 15px;
border-radius:5px;
background-color: #f5f5f5;
font-size:16px;
position:relative;
}
.obsujdeniya .obsujdenie{
position:relative;
}
.obsujdeniya .obsujdenie:hover{
background-color: #ceecff;
}
.obsujdeniya .obsujdenie .autor, .obsujdenie_full .autor{
font-size:14px;
font-weight: bold;
}
.obsujdeniya .obsujdenie .autor a, .obsujdenie_full .autor a{
color:#999;
}
.obsujdeniya .obsujdenie .autor a:hover{
color:#555;
}
.obsujdeniya .obsujdenie .title, .obsujdenie_full .title{
color:#333;
font-weight: 500;
}
.obsujdenie_full .title{
font-weight:700;
margin-bottom:5px;
}
.obsujdeniya .obsujdenie .title a{
color:#333;
}
.obsujdeniya .obsujdenie .kolkom{
font-size:14px;
position:absolute;
bottom:5px;
right:15px;
}
.obsujdeniya .obsujdenie .kolkom a{
color:#555;
}
.obsujdenie_full .text{

}
#kommentarii{
height:calc(100vh - 256px);
padding:20px;
border-radius:10px 10px 0 0 ;
overflow-y: scroll;
overflow-x: hidden;
scroll-behavior:smooth;
position:relative;
}
#kommentarii::-webkit-scrollbar{
width:7px;
}
#kommentarii::-webkit-scrollbar-track{
width:7px;
}
#kommentarii::-webkit-scrollbar-thumb{
width:7px;
background-color:#ddd;
border-radius:5px;
cursor:pointer;
}
#kommentarii .komment{
background-color: #f1fff5;
font-size:15px;
margin: 10px 0;
padding: 5px 10px 25px 10px;
border-radius: 5px;
position:relative;
}
#kommentarii .active{
background-color: #ceecff;
}
#kommentarii .komment .data{
color:#999;
font-size:13px;
position:absolute;
top:5px;
right:40px;
}
#kommentarii .komment .jaloba{
position:absolute;
top:5px;
right:10px;
display:none;
width:10px;
height:10px;
background:url(/img/jaloba.png) 0 0 no-repeat;
cursor:pointer;
}
#kommentarii .komment:hover .jaloba{
display:block;
}
#kommentarii .komment .delete, .obsujdenie_full .delete{
position:absolute;
top:10px;
right:10px;
display:none;
width:10px;
height:10px;
background:url(/img/red_krestik.png) 0 0 no-repeat;
cursor:pointer;
opacity:0.5;
}
#kommentarii .komment:hover .delete, .obsujdenie_full:hover .delete{
display:block;
}
#kommentarii .komment:hover .delete:hover, .obsujdenie_full:hover .delete:hover{
opacity:1;
}
#kommentarii .komment .autor{
font-weight:700;
}
#kommentarii .komment .autor a{
color:#555;
}
#kommentarii .komment .iam a{
color: #65b8cf;
}
#kommentarii .komment .autor span{
font-weight:500;
cursor:pointer;
display:inline-block;
padding-right:15px;
background:url(/img/otvet_icon.png) right 4px no-repeat;
background-size:10px;
color:#888;
}
#kommentarii .komment .text{
line-height:1.5em;
}
#kommentarii .komment .otvetit{
position:absolute;
right:10px;
bottom:5px;
color:#999;
font-size:14px;
cursor:pointer;
display:none;
}
#kommentarii .komment:hover .otvetit{
display:block;
}
#kommentarii .komment .otvetit:hover{
color:#555;
}
#otvetdlya{
font-size:14px;
color:#999;
display:none;
}
#otvetdlya .otmena{
color:#ff7c7c;
cursor:pointer;
display:inline-block;
padding:0 3px;
}
.otvety .otvet{
background-color: #f1fff5;
font-size:15px;
margin: 10px 0;
padding: 5px 25px 10px 10px;
border-radius: 5px;
position:relative;
font-size:15px;
}
.otvety .otvet .data{
position:absolute;
top:0px;
right:10px;
color:#999;
font-size:14px;
}
.otvety .otvet .name{
color:#888;
font-weight:500;
}
.otvety .otvet a{
color:#333;
display:inline-block;
padding:0 5px;
}
.otvety .otvet a:hover{
background-color: #ceecff;
}
.otvety .otvet .text{
font-style:italic;
padding-left:5px;
}
#ab, #am{
width:20px;
height:22px;
line-height:22px;
position:absolute;
cursor:pointer;
color:#999;
font-weight:500;
}
#ab:hover, #am:hover{
color:#333;
}
#ab{
top:57px;
right:102px;
}
#am{
top:81px;
right:102px;
}
.edit_rating{
width:200px;
max-width:100%;
margin:0 auto;
}
.edit_rating input[type=number]{
padding-right:10px;
}
.content>.right .left .log{
display:block;
text-align:center;
font-size:14px;
color:#999;
margin-bottom: 20px;
}
.content>.right .left .log:hover{
color:#555;
}
.hidden{
display:none;
}
.system_message{
position:fixed;
top:0;
left:0;
width:100vw;
height:100vh;
z-index:1000;
background-color:rgba(15,15,15,0.5);
display:none;
justify-content:center;
align-items:center;
}
#text_message{
padding:25px;
position:relative;
background-color:#fff;
border-radius:5px;
}
#text_message .zakryt{
width:20px;
height:20px;
background:url(/img/zakryt.png) 0 0 no-repeat;
position:absolute;
top:10px;
right:10px;
opacity:0.4;
cursor:pointer;
}
#text_message .zakryt:hover{
opacity:0.8;
}
#text_message .ok{
display:inline-block;
padding:5px 10px;
border:1px solid #555;
color#555;
border-radius:3px;
line-height:15px;
font-size:15px;
cursor:pointer;
}
.jaloby .jaloba .type{
font-size:13px;
line-height:16px;
font-weight:700;
color:#999;
margin-bottom:10px;
}
.jaloby .jaloba .text{
margin-left:20px;
padding:5px 10px;
border-radius:3px;
border:1px solid #ccc;
font-style:italic;
cursor:pointer;
}
.jaloby .jaloba .knopki{
padding:10px 0 0 0;
position:relative;
display:none;
}
.jaloby .jaloba .knopki span{
display:inline-block;
font-size:13px;
line-height:14px;
text-transform:uppercase;
padding:3px 5px;
border-radius:3px;
color:#777;
cursor:pointer;
}
.jaloby .jaloba .knopki span:hover{
color:#333;
}
.jaloby .jaloba .knopki .udalit{
background-color: #fff5f5;
border:1px solid #ff5555;
}
.jaloby .jaloba .knopki .otklonit{
border:1px solid #777;
position:absolute;
top:12px;
right:0;
}
#add_photos{
text-align:right;
padding:10px;
position:absolute;
top:33px;
right:20px;
}
#add_photos input[type=file]{
display:none;
}
#zagruzka{
width:100vw;
height:100vh;
position:fixed;
left:0;
top:0;
background-color:rgba(15,15,15,0.5);
display:none;
justify-content:center;
align-items:center;
text-align:center;
z-index:1000;
}
#zagruzka p{
line-height:50px;
padding-left:60px;
position:relative;
color:#a7ce3d;
font-size: 20px;
}
#zagruzka_icon{
animation: vrashenie 5s linear infinite;
position:absolute;
top:0;
left:0;
}
.photos{
display:flex;
justify-content:left;
gap:4%;
flex-wrap: wrap;
margin:15px auto;
}
.photos .photo{
width:22%;
height:210px;
margin-bottom:30px;
}
.right .photos .photo{
height:140px;
}
.photos .photo img{
display:block;
width:100%;
height:100%;
object-fit:cover;
border-radius:7px;
cursor:pointer;
}
.big_photos{
display:none;
}
.big_photo .img_cover{
//width:1200px;
max-width:calc(100vw - 100px);
height:800px;
max-height:calc(100vh - 100px);
display:flex;
flex-direction: column;
position:relative;
}
.big_photo .img{
height:100%;
width:100%;
padding-bottom:15px;
position:relative;
}
.big_photo img{
display:block;
width:100%;
height:100%;
object-fit:contain;
}
.big_photo .img .delete{
width:22px;
height:25px;
background:url(/img/delete_icon.png) 0 0 no-repeat;
cursor:pointer;
position:absolute;
top:10px;
left:calc(50% - 11px);
opacity:0.5;
}
.big_photo .img .delete:hover{
opacity:1;
}
.big_photo .img_cover .fio, .big_photo .img_cover .data{
position:absolute;
display:inline-block;
padding:2px 7px;
background-color:rgba(250,250,250,0.5);
color:#333;
font-size:15px;
}
.big_photo .img_cover .fio:hover, .big_photo .img_cover .data:hover{
color:#000;
}
.big_photo .img_cover .fio{
left:0px;
bottom:15px;
font-weight:700;
}
.big_photo .img_cover .data{
right:0px;
bottom:15px;
}
.big_photo .img_cover .opisanie{
font-style:italic;
cursor:auto;
}
.big_photo .img_cover .opisanie .dobavit{
cursor:pointer;
}
.big_photo .img_cover .opisanie .text{
position:relative;
height:24px;
display:none;
}
.big_photo .img_cover .opisanie .text textarea{
width:calc(100% - 40px);
height:22px;
resize:none;
border:1px solid #ddd;
}
.big_photo .img_cover .opisanie .text img{
position:absolute;
top:0;
right:0;
height:21px;
width:23px;
cursor:pointer;
}
#menu_icon{
display:none;
}
.photos_mes{
position: absolute;
right: 20px;
bottom: calc(100% - 5px);
width: calc(100% - 25px);
padding: 10px 10px 0 10px;
border: 1px solid #e5e5e5;
background-color: #fff;
border-radius: 10px;
display:none;
justify-content:left;
flex-wrap:wrap;
gap:2%;
max-height:300px;
overflow-y:scroll;
z-index:11;
}
.photos_mes .photo{
width:15%;
height:120px;
border: 1px solid #e5e5e5;
margin-bottom:15px;
}
.photos_mes .photo:hover{
border:1px solid #75bf8c;
}
.photos_mes .photo img{
width:100%;
height:100%;
object-fit:cover;
cursor:pointer;
}
.photos_mes::-webkit-scrollbar{
width:10px;
}
.photos_mes::-webkit-scrollbar-track{
width:10px;
}
.photos_mes::-webkit-scrollbar-thumb{
width:10px;
background-color:#bbb;
border-radius:5px;
cursor:pointer;
}
#vosstanovlenie img{
display:block;
margin-top:20px;
border:1px solid #bbb;
border-radius:5px;
}
.put{
margin-bottom:20px;
color:#777;
font-size:15px;
}
.put a{
color:#555;
}
.golosovanie{
padding:0 0 20px 20px;
}
.golosovanie label{
display:block;
margin-bottom:15px;
cursor:pointer;
padding:6px 10px;
width:350px;
max-width:90%;
background-color:#eee;
border-radius:5px;
font-size:18px;
}
.golosovanie label:hover, .golosovanie label.active{
background-color:#ff8a12;
color:#fff;
}
.golosovanie label input{
display:none;
}
.rez_oprosa{
padding:20px;
width:500px;
max-width:90%;
}
.rez_oprosa .variant{
color:#fff;
position:relative;
border-radius:5px;
background-color:#c7cacd;
height:30px;
line-height:30px;
margin-bottom:10px;
font-size:17px;
overflow:hidden;
}
.rez_oprosa .variant .polosa{
background-color:#75bf8c;
height:30px;
}
.rez_oprosa .variant .name{
position:absolute;
top:0;
left:10px;
}
.rez_oprosa .variant span{
position:absolute;
top:0;
right:10px;
font-weight:bold;
}
.tests {
                display: flex;
                justify-content: space-around;
                flex-wrap: wrap;
            }

            .tests .test {
                width: 31%;
                color: #333;
                text-decoration: none;
                background-color: white;
                margin-bottom: 50px;
            }

            .tests .test .image {
                height: 300px;
            }

            .tests .test .image img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

            .tests .test .title {
                padding: 8px 0;
                font-size: 17px;
                font-weight: bold;
                text-transform: uppercase;
            }
.testy .vopros, .testy .otvet{
padding: 30px;
background-color: white;
width: 600px;
margin: 50px auto;
max-width:95%;
}
.testy .vopros{
margin:50px 0;
}
.testy .otvet{
padding: 0px !important;
}
.testy .otvet img{
display:block;
width:70%;
margin:0 auto 20px auto;
}
.testy .otvet .rez{
text-align:center;
font-size:28px;
font-weight:bold;
margin-bottom:20px;
}
.testy .otvet .title{
text-align:center;
font-size:38px;
font-weight:bold;
margin-bottom:20px;
}
.testy .otvet .otvet2{
text-align:center;
font-size:18px;
margin-bottom:20px;
}
.testy .otvet .link{
text-align:center;
font-size:18px;
font-weight:bold;
color:green;
text-transform:uppercase;
display:block;
}
.testy .vopros input[type=radio]{
display:inline-block;
margin-right:5px;
}
.testy .vopros .text{
font-size: 25px;
margin-bottom: 20px;
padding:0;
}
.testy .vopros label{
display: block;
padding: 3px;
margin-bottom: 5px;
cursor:pointer;
background-color: #eee;
border-radius:5px;
}
.testy .vopros label:hover{
background-color: #ff8a12;
color: #fff;
}
.testy .vopros label.active{
background-color: #75bf8c;
color:#fff;
}
.testy .button{
text-align: center;
}
.testy .button span{

}
#testmes{
margin-bottom:20px;
}
#pechat{
color:#999;
margin-top:20px;
text-align:center;
cursor:pointer;
}
#pechat:hover{
color:#333;
}
#otvet{
padding:20px;
}








@media screen and (max-width:820px){

.footer_cont, .footer_cont .menu, .content, .content>.right, .photos{
display:block;
}
.footer_cont .logo{
display:none;
}
.footer_cont .menu .block, .footer_cont .menu, .content>.right, .content>.right .left, .content>.right .right{
width:98%;
margin:0 auto;
}
.footer_cont .menu{
text-align:center;
}
.registration form{
width:75%;
}
.content>.left{
width:100%;
position:absolute;
display:none;
background-color:#fff;
z-index:100;
box-shadow:0px 2px 4px #e5e5e5;
}
.content>.left .menu{
text-align:center;
}
.content>.left a{
font-size:20px;
margin-bottom:18px;
}
.avatar_cover{
max-width:250px;
margin:0 auto 20px;
}
.right .photos .photo, .dialogi, .users, .podmigivaniya, .main_content{
width:96%;
height:auto;
margin: 0 auto 30px;
display:block;
}
.main_content{
padding:15px;
min-height:auto;
}
.photos .photo img{
width:100%;
height:auto;
}
#menu_icon{
display:block;
position:absolute;
top:25px;
left:100px;
cursor:pointer;
height:28px;
}
.podmig_icon{
right:90px;
}
.otvety_icon{
right:140px;
}
.content>.left .banners a{
width:70%;
margin:0 auto 20px;
text-align:center;
}
.content>.left .banners a img{
width:200px;
margin:0 auto 3px;
opacity:1;
}
.search_users input[type=number]{
margin:0 10px 10px 0;
}
.dialogi .list, .users .list, .dialog_cover #messages, .dialog_cover{
width:100%;
}
#send_mes_button, #send_mes_button2{
width:45px;
right:15px;
}
#smiles_list_cover{
max-width:96%;
right:2%;
}
#mess_form, #komment_form{
width:calc(100% - 65px);
}
#smile_icon {
right:86px;
}
#photo_icon{
right:125px;
}
#ab, #am{
right:87px;
}
.header{
margin-bottom:15px;
}
.content>.right .right .podmig{
top:7px;
}
.content>.right .right h2{
padding:10px 0 0 0;
}
.content>.right, .content>.right .right{
padding:15px;
}
.search_users select{
margin-bottom:10px;
}
.photos .photo{
display:block;
width:96%;
margin:0 auto 20px;
height:auto;
}
.big_photo .img_cover{
display:block;
height:auto;
max-height:auto;
}
.big_photo .img{
height:auto;
}
.obsujdenie_full .text, .obsujdenie_full .title{
line-height:1.5em;
margin-bottom:10px;
}
#kommentarii{
height:auto;
}
.komm_form_cover{
padding:10px 0;
}
#send_mes_button2{
right:0px;
}
#komment_form{
width: calc(100% - 60px);
}
#komment_form textarea{
padding:10px;
}
h1{
font-size:27px;
}
.news_cont .news{
display:block;
}
.news_cont .news .novost{
width:96%;
margin:0 auto 30px;
}
#messages .message{
max-width:70%;
}
.dialogi .right_list, .users .right_list{
width:auto;
padding-top:30px;
}
.tests .test{
width:90%;
}
.testy .vopros, .testy .otvet{
padding:10px;
}
#stickers_list img{
height:60px;
}




}