@charset "UTF-8";header{display:block;position:relative;z-index:11;background-color:#fff}header.hide{z-index:-1}header .container{position:relative;z-index:11}header a{text-decoration:none}header .top{display:flex;align-items:center;padding-top:16px;padding-bottom:16px}header .top a{font-size:12px;line-height:18px;font-weight:300;font-family:"Light",sans-serif}header .top .links{display:flex;gap:20px}header .top .links a:hover{text-decoration:underline;color:var(--green-bg)}header .top .links a:active{text-decoration:underline;color:var(--text)}header .top .city{margin-right:10%;border:none;background-color:transparent;cursor:pointer;display:flex;align-items:flex-start;font-size:12px;line-height:18px;font-weight:300;font-family:"Light",sans-serif}header .top .city::before{content:"";display:inline-block;background-image:url(../icons/location.svg);background-repeat:no-repeat;background-size:contain;background-position:center;width:16px;height:16px;margin-right:8px}header .top .city:hover{text-decoration:underline;color:var(--green-bg)}header .top .city:active{text-decoration:underline;color:var(--text)}header .top .guard{font-size:12px;line-height:18px;font-weight:500;font-family:"Medium",sans-serif;color:var(--pink);display:flex;align-items:center;margin-left:20px}header .top .guard::before{content:"";display:inline-block;background-image:url(../icons/18+.svg);background-repeat:no-repeat;background-size:contain;background-position:center;width:16px;height:16px;margin-right:8px}header .bottom{display:flex;align-items:center;justify-content:space-between;background-color:var(--light-pink);border-radius:20px;gap:20px;padding-left:1%;padding-right:2%;height:64px}header .bottom .logo{width:174px;display:flex;align-items:center;justify-content:center;flex-direction:column}header .bottom .logo span{position:absolute;top:0;font-size:10px;color:var(--pink)}header .bottom .logo img{-o-object-fit:contain;object-fit:contain}header .inbox{display:flex;align-items:center;gap:4px}header .inbox a{color:var(--pink);font-size:12px;line-height:18px;font-weight:300;font-family:"Light",sans-serif}header .inbox a:hover{color:var(--green-bg)}header .inbox a:first-child::before{content:"";display:inline-block;background-image:url(../icons/user_avatar.svg);background-repeat:no-repeat;background-size:contain;background-position:center;width:24px;height:24px;margin-right:8px}header .inbox a:first-child::after{content:"/";margin-left:4px}header .inbox a:first-child{display:flex;align-items:center}header .bottom form{display:flex;position:relative;flex-grow:1}header .bottom form::after{content:"";display:inline-block;background-image:url(../icons/search.svg);background-repeat:no-repeat;background-size:contain;background-position:center;width:16px;height:16px;position:absolute;top:50%;left:8px;transform:translateY(-50%)}header .bottom form input{border:none;background-color:#fff;border-radius:20px;flex-grow:1;outline:none;padding:8px;height:100%;text-indent:25px}header .bottom form input::-moz-placeholder{font-size:12px;line-height:18px;font-weight:300;font-family:"Light",sans-serif;color:#ccc}header .bottom form input::placeholder{font-size:12px;line-height:18px;font-weight:300;font-family:"Light",sans-serif;color:#ccc}header .btn{font-size:12px;line-height:18px;font-weight:700;font-family:"Light",sans-serif;padding:5px 25px;gap:8px}header .burgerBtn::before{content:"";display:inline-block;background-image:url(../icons/burger-menu.svg);background-repeat:no-repeat;background-size:contain;background-position:center;width:15px;height:15px}header .addPost::before{content:"";display:inline-block;background-image:url(../icons/plus-round.svg);background-repeat:no-repeat;background-size:contain;background-position:center;width:15px;height:15px}header .menus{position:absolute;top:100%;left:0;background-color:#fff;border-radius:0 0 20px 20px;height:60vh;width:100%;padding:20px 10px 20px 0;display:none;grid-template-columns:20% 80%;gap:20px;z-index:11;width:100%}header .menus.active{display:grid}header .menus .categories{display:flex;flex-direction:column}header .menus .categories a{color:#ff94b8;font-size:16px;font-weight:500;font-family:"Medium",sans-serif;text-align:center;padding-top:8px;padding-bottom:8px}header .menus .categories a:hover{background-color:#ffeef4}header .menus .cats{display:grid;gap:20px;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(auto-fit,1fr);height:-moz-max-content;height:max-content}header .menus .right{padding-top:8px;display:none;width:95%}header .menus .right a{height:110px;border-radius:20px;position:relative}header .menus .right span{position:absolute;top:3%;right:3%;padding:4px 12px}header .menus .right.active{display:grid}header .sresult{position:absolute;top:100%;left:0;background-color:#fff;border-radius:0 0 20px 20px;height:70vh;width:100%;padding:20px 0 20px 0;display:none;z-index:11}header .sresult.active{display:block}header .sresult .fly{position:absolute;top:2%;right:2%;font-weight:500;font-family:"Medium"}header .sresult .wrapper{display:grid;grid-template-columns:repeat(2,1fr);height:100%}header .sresult .half{overflow-y:scroll;padding:20px}header .sresult .half .h2{margin-bottom:20px}header .sresult .grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}header .sresult .grid .block{position:relative;height:250px;border-radius:15px;border:1px solid #fff;overflow:hidden}header .sresult .grid .block img{border-radius:15px}header .sresult .grid .block:hover{border:1px solid var(--pink)}header .sresult .grid .block:hover .name{text-decoration:underline}header .sresult .grid .block.vip::before{content:"";background-image:url(../icons/vip2.svg);background-repeat:no-repeat;background-size:contain;background-position:center;width:30px;height:30px;display:inline-block;position:absolute;top:10px;right:10px}header .sresult .grid .over{position:absolute;bottom:0;left:0;display:flex;flex-direction:column;gap:4px;background-color:rgba(51,51,51,.7);border-radius:4px;width:100%;padding:10px}header .sresult .grid .name,header .sresult .grid .sex,header .sresult .grid .small-icon{color:#fff;line-height:110%;font-size:12px}header .sresult .grid .name{font-size:14px;font-weight:500;font-family:"Bold",sans-serif}header .sresult .grid .year::before{background-image:url(../icons/year-white.svg)}header .sresult .grid .location::before{background-image:url(../icons/location-white.svg)}header .sresult .grid .icons{display:flex;gap:10px}header .openSearch{background-image:url(../icons/search-pink.svg);background-repeat:no-repeat;background-size:contain;background-position:center;width:24px;height:24px;border:none;display:none;flex-shrink:0}header .burgerBtnMobile{display:none;background-image:url(../icons/burger-menu-pink.svg);background-repeat:no-repeat;background-size:contain;background-position:center;width:24px;height:24px;border:none;flex-shrink:0}.mobileMenu{position:fixed;top:0;right:-100%;width:0;height:100vh;overflow-y:scroll;background-color:#fff;z-index:12;padding:20px;transition:var(--transition);visibility:hidden;opacity:0}.mobileMenu.active{width:100%;right:0;visibility:visible;opacity:1}.mobileMenu .top{margin-top:80px;display:flex;flex-direction:column;gap:20px;margin-bottom:20px}.mobileMenu .logo{height:150px}.mobileMenu .logo img{-o-object-fit:contain;object-fit:contain}.mobileMenu .btn{text-align:center;justify-content:center}.mobileMenu .buttons{display:flex;flex-direction:column;gap:10px}.mobileMenu .city{border:none;background-color:transparent;font-family:"Medium";font-weight:500;font-size:20px;margin-bottom:40px;text-decoration:underline}.mobileMenu .city::before{content:"";display:inline-block;background-image:url(../icons/location.svg);background-repeat:no-repeat;background-size:contain;background-position:center;width:16px;height:16px;margin-right:8px}.mobileMenu .links{display:flex;flex-direction:column;gap:14px}.mobileMenu .links a{font-size:20px;font-family:"Medium";font-weight:500}.mobileMenu .links .open{display:flex;justify-content:space-between}.mobileMenu .links .open::after{content:"";background-image:url(../icons/chevron-black.svg);background-repeat:no-repeat;background-size:contain;background-position:center;width:16px;height:16px}.mobileMenu .categories{margin-left:10%;flex-direction:column;gap:12px;display:flex}.mobileMenu .close{position:absolute;top:20px;right:20px;cursor:pointer;background-image:url(../icons/close-black.svg);background-repeat:no-repeat;background-size:contain;background-position:center;width:30px;height:30px;border:none;background-color:transparent}.mobileMenu .close:hover{opacity:.7;transform:scale(1.1)}header .addingPost{z-index:-1;position:absolute;top:95px;padding:40px 20px 20px 20px;background-color:var(--green-bg);border-radius:0 0 20px 20px;display:flex;flex-direction:column;margin:0;gap:0;display:none}header .addingPost::after{content:"";height:100%;width:1px;background-color:#fff;position:absolute;top:0;left:50%;transform:translateX(-50%)}header .addingPost .close-form{position:absolute;top:40px;right:20px;color:var(--pink);border:1px solid var(--pink);background-color:#fff;border-radius:10px;padding:5px 10px;cursor:pointer}header .addingPost .close-form:hover{opacity:.7}header .addingPost .h2,header .addingPost .h3{color:#fff;margin-bottom:20px}header .addingPost .address{grid-column:span 2}header .addingPost .form{display:grid;grid-template-columns:repeat(2,1fr)}header .addingPost .create{padding-right:30px}header .addingPost .zagl{color:#fff;font-size:16px}header .addingPost .searchCity{display:block}header .addingPost label{margin-bottom:0}header .addingPost .update{padding-left:30px}header .addingPost .inner{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}header .addingPost .radio_box .right:hover span{color:#fff;text-decoration:underline}header .addingPost .radio_box .left:hover span{color:#fff;text-decoration:underline}header .addingPost .light{color:#fff}header .addingPost .radio_box input:not(:checked) + .changer {background-color:rgba(51,51,51,.5)}header .addingPost .radio_box input:not(:checked) + .changer::before {background-color:#333}header .addingPost .changer{background-color:rgba(51,51,51,.5)}header .addingPost .changer::before{background-color:#333}header .addingPost input,header .addingPost textarea{width:100%;line-height:100%}header .files{position:relative;height:78px;cursor:pointer}header .over_text{position:absolute;top:0;left:0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:100%;height:100%;padding:10px}header .over_text span{color:var(--text);text-align:center}header .over_text .grey{color:var(--grey-text);font-size:10px;line-height:14px;text-wrap:pretty}header input[type="file"]{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}header .file{background-color:#fff;border-radius:10px;grid-column:span 2;padding:10px;border:1px solid var(--green-bg)}header .file:hover{border:1px solid var(--pink)}header .personal{grid-column:span 2;display:flex;flex-direction:column;gap:20px;margin-top:20px}header .upload_imgs{text-align:center}header .upload_imgs .grid{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:10px}header .mess{grid-column:span 2}header .mess .mess-wrap{display:flex;flex-wrap:wrap;gap:20px}header .mess input{display:none;position:absolute!important;top: calc(100% + 10px);width:300px}header .mess input.active{display:block}header .mess .small-icon{width:30px}header .mess .small-icon::before{width:30px;height:30px}header .mess label{position:relative;width:30px;cursor:pointer}header .mess .click-to-edit-mess{cursor:pointer;border:none;background-color:transparent}header .mess .mess-block.active input{display:block}header .personal .custom_checkbox{width:30px;height:30px}header .personal span{color:#fff}header .personal span a{color:#fff;text-decoration:underline}header .btn[type="submit"]{margin-top:30px;color:#fff;background-color:var(--pink);width:250px;text-align:center;font-size:16px;font-family:"Medium";font-weight:500;justify-content:center}header .block.title{grid-column:span 2}header .block.textarea{grid-column:span 3}header .catss{grid-column:span 3}header .cats-wrap{display:flex;flex-wrap:wrap;gap:10px;width:100%}header .cats-wrap button{background-color:#fff;border:1px solid var(--pink);color:var(--pink);font-weight:500;font-family:"Medium"}header .cats-wrap button.active{background-color:var(--pink);color:#fff}header label.error{color:#fff;font-size:12px}header .filter input.error,header .filter textarea.error{color:var(--pink);border-color:var(--pink)}header .upload_imgs .grid{display:grid;gap:10px;grid-template-columns:repeat(3,1fr)}header .upload_imgs .grid .img{position:relative;border-radius:5px}header .upload_imgs .grid img{height:100px;border-radius:5px;aspect-ratio:1}header .upload_imgs .grid img:hover{cursor:pointer;transform:scale(1.05)}header .upload_imgs .grid .img::after{content:"Удалить";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;font-size:12px;line-height:18px;font-weight:300;font-family:"Light",sans-serif;color:#fff;opacity:0;visibility:hidden}header .upload_imgs .grid .img:hover::after{opacity:1;visibility:visible}header .personal{flex-wrap:wrap}header .personal .in{display:flex;gap:10px}header .personal input{display:block!important;position:absolute;top:-999999px;visibility:hidden;opacity:0}header .on_map{position:absolute;top:0;right:0;height:100%;width:40%;background-color:var(--pink);border:none;border-radius:20px;color:#fff;cursor:pointer}header .form_map{position:absolute;width:100%;height:100%;background-color:#fff;z-index:100;top:0;left:0;display:none}header .form_map.active{display:block}header .form_map .pop_map{position:relative;width:100%;height:100%;padding:20px;overflow-y:auto}header .form_map .help{background-color:#fff;padding:20px;border-radius:10px;position:absolute;bottom:60px;left:40px}header .form_map .result{background-color:#fff;padding:20px;border-radius:10px;position:absolute;bottom:150px;right:40px;max-width:50%}header .close-map{position:absolute;top:80px;right:40px;background-color:var(--pink);border-radius:10px;display:flex;justify-content:center;align-items:center;cursor:pointer;color:#fff;border:none;padding:8px 15px}header .personal input[type="checkbox"]:checked+.in .custom_checkbox,header .personal input[type="checkbox"]:checked+label.error+.in .custom_checkbox{background-image:url(../icons/check.svg);background-repeat:no-repeat;background-size:contain;background-position:center;width:30px;height:30px;background-color:var(--pink);border:1px solid var(--pink)}header #agree-error{order:2}@media (max-width:1200px){header .sresult .grid{grid-template-columns:repeat(2,1fr)}header .sresult{padding-top:70px}header .bottom{position:relative}header .searchWrapper{display:none!important}header .searchWrapper.active{display:block!important;position:absolute;top:100%;width:75%;z-index:12;transform:translate(0,50%)}header .searchWrapper input{width:80%;border:1px solid var(--pink)!important}header .openSearch{display:block;cursor:pointer;margin-left:auto}header .bottom{justify-content:flex-start}}@media (max-width:900px){header .burgerBtn{display:none}header .burgerBtnMobile{display:block}header .top .city{margin-right:3%}header .top .links{display:none}}@media (max-width:768px){header .addPost{display:none}header .sresult .wrapper{grid-template-columns:repeat(1,1fr);gap:20px}header .sresult .half{margin-bottom:20px;height:300px}header .sresult{height:auto}}@media (max-width:640px){header .inbox{display:none}header .sresult{height:auto}header .openSearch{margin-left:0}header .burgerBtnMobile{margin-left:auto}header .bottom .logo{width:200px}header .bottom{height:64px;gap:25px}header .top .city{display:none}header .top .guard{margin-left:auto;margin-right:auto}}