@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);
        }
    }
    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;
    }
    .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;
    }
    .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:22px;
        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;
    }
    .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;
        margin-bottom:20px;
        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{
        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;
    }
    .content>.right .right h2 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;
    }
    .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{
        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;
    }
    .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;
    }
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{
width:100%;
height:150px;
padding:10px;
background-color:#fff;
border-top:1px solid #deffe8;
border-radius:0 0 10px 10px;
position:relative;
}
#mess_form{
width:calc(100% - 80px);
}
#mess_form textarea{
margin:0 0 5px 0;
resize:none;
border:1px solid #ddd;
padding: 10px 40px 10px 10px;
}
#mess_form textarea:focus{
outline:none;
}
#send_mes_button{
position:absolute;
top:20px;
right:20px;
cursor:pointer;
width:50px;
}
#send_mes_button:active{
right:18px;
}
#smile_icon{
position:absolute;
top:20px;
right:101px;
cursor:pointer;
opacity:0.8;
}
#smile_icon:hover{
opacity:1;
}
#smiles_list{
position:absolute;
right:90px;
bottom:calc(100% - 5px);
width:300px;
padding:10px 10px 0 10px;
border:1px solid #e5e5e5;
background-color:#fff;
border-radius:10px;
display:none;
}
#smiles_list img{
display:inline-block;
margin:5px;
height:40px;
cursor:pointer;
}
#show_smiles{
height:30px;
max-width:100%;
overflow:hidden;
}
#show_smiles img{
display:inline-block;
margin-right:5px;
height:30px;
}
#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 .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{
margin-top:10px;
}
#messages .message .smiles img{
display:inline-block;
margin:0 7px 5px 0;
height:80px;
}
.name_sobesednik{
position:absolute;
top:10px;
left:0;
width:100%;
text-align:center;
z-index:10;
}
.name_sobesednik span{
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{
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;
}
.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;
}
.users_list .user:hover{
background-color:#ceecff;
}
.users_list .user .vozrast{
position:absolute;
top:5px;
right:10px;
color:#777;
font-size:13px;
}
.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;
}
.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:30px;
height:30px;
display:block;
position:absolute;
top:20px;
right:100px;
}
.podmig_icon img{
display:block;
width:30px;
height:30px;
opacity:0.7;
}
.podmig_icon img:hover{
opacity:1;
}
.podmig_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;
}