

#User{padding: 0px 0px;}
#Users{
    /* margin-right: 0; */
}
#Users .you-are{
    font-size: 18px;
}
#Users .you-are a:not(.but){
    background:#ececec;
    display: inline-block;
    padding: 2px 8px;
    font-weight:500;
    border-radius:5px;
}
#Users .user-box .name{
    font-size: 18px;
    font-weight: 500;
    color: #333;
}
#Users .user-box .age{
    font-size: 18px;
    font-weight: 400;
}
#Users .user-box .city{
    font-size: 14px;
    color: #777;
    font-weight: 300;
    padding-left: 0px;
}
#Users .user-box .last-visit{
    font-size: 14px;
    color: #0056b3;
}
#User a.addphotos {
    display: block;
    padding: 30px;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
    background: #fafafa;
    border: 1px solid #ededed;
}
#Users #p_users_my .item_block .section_item{
    /* border: 2px solid #dadada; */
    margin: 10px 0px 10px -15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#Users #p_users_top .item_block:first-child{
    filter: blur(2px);
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
}
#Users #p_users_top .item_block:nth-child(2), #Users #p_users_bottom .item_block:nth-last-child(2){
    filter: blur(1px);
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);  
}
#Users #p_users_bottom .item_block:last-child{
    filter: blur(3px);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
}
#Users img.image-min {
    width: 100px;
}
.image-invisible{
    filter: grayscale(0.5) blur(10px);
    -webkit-filter: grayscale(0.5) blur(10px);
    background-blend-mode: luminosity;
}
.ov-hidden{
position: relative;
overflow: hidden;
}
#Users img.image-med {
    width: 57px;
}
#Users .text, #Users .text span{
    color: #333;
}
#User .imagewrap {
    position: relative;
}
#User .over {
    position: absolute;
    visibility: visible;
    opacity: 1;
    top: 10px;
    right: 10px;
    height: 50px;
    width: auto;
    transition: all 0.3s;
}

@media (min-width: 700px) {
    #User .imagewrap:hover .over{
        visibility: visible;
        opacity: 1;
    }
    #User .over {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        top: 10px;
        right: 10px;
        height: 50px;
        width: auto;
        transition: all 0.3s;
    }
}
#User a.delimage, #User a.primaryimage, #User a.delimage.min, #User a.primaryimage.min{color: #333;display: inline-block;transition: all 0.2s;padding: 10px;text-align: center;margin: 0;width: 43px;height: 43px;line-height: 30px;/* border-radius: 50%; */margin: 0px 0 0 10px;border: none;background: #e9e9e9;text-shadow: none;box-shadow: rgba(0, 0, 0, 0.16) 0px 8px 20px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;}
#User a.delimage.min, #User a.primaryimage.min{width: 43px;height: 43px;line-height: 23px;}

#User .name, #User .name span {
    font-size: 28px;
}
#User a.delimage:hover, #User a.primaryimage:hover, #User a.delimage.min:hover, #User a.primaryimage.min:hover{
    /* vertical-align: top; */
    background: #fff;
}
#User a.infochange, #User a.btn.big, #User input.btn.big{
    padding: 10px 40px;
}

#User div:not(.name, .lastdate), #User .text span {
    font-size: 17px;
    font-weight: 400;
    color: #333;
}
#User  span.age{
    font-size: 21px;
    color: #666!important;
}
#User .text .col-12 span, #User .text .col-12  .p-1 svg{

    color: #809aca;
}
#User .text .col-12  .p-1 svg{
    font-size: 16px;
    width: 20px;
    text-align: left;
}
#User .text .address{
    color: #777!important;
    font-size: 14px !important;
    font-weight: 400 !important;
    padding-left: 6px !important;
}
#User .online, #User .offline, #Users-top .online, #Users-top  .offline, #Users .online, #Users  .offline, #Messages-left .online, #Messages-left  .offline, #Chat .online, #Chat  .offline, #Carousel .online, #Carousel  .offline{
    display: inline-block;
    position: relative;
    top: -3px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #69e569;
    content: '';
}
#User .offline, #Users-top .offline, #Users  .offline, #Messages-left .offline, #Chat .offline, #Carousel .offline {
    background: #c2c2c2;
}
#User a.user-photo-page img{
    border-radius: 10px;
    margin-bottom: 20px;
}
#User a.user-photos-page img{
    border-radius: 10px;
    margin-bottom: 20px;
}
#User .lastdate{
    font-size: 13px;
    color: #999;
    font-weight: 300;
    margin-top: -8px;
    padding-left: 6px !important;
}
#User .user-message-wrap{padding: 5px 0px;}
#User .like-user-wrap{

    margin-top: 10px;
}
#User .like-user-profile svg{
    font-size: 20px;
}
#User .write span{
    color: #fff;
    margin-right: 10px;
}
#User .write{
    font-size: 17px;
    padding: 3px 20px;
}
#User .carousel-cell-profile{
    width: 30.2%;
    margin-right: 10px;
}
#first-addblock{
    float: left;
    margin-right: 10px;
}
#Items{
    flex-direction: column;
    position: relative;
    /* height: 210px; */
    width: 100%;
    white-space: nowrap;
    overflow: visible;
    padding: 30px 0px;
}
#addblocks {
    display: flex;
    flex-direction: row;
    /* position: relative; */
}
#addblocks .item{
    flex-direction: column;
    display: flex;
    margin-left: 0px;
    margin-right: 5px;
    transition: all 0.5s;
    opacity:1;
}

#Users-top .first-addblock{
    position: relative;
    z-index: 200;
}
#Users-top .first{
    width: 120px;
    height: 120px;
    margin-left: 0px;
    margin-left: -125px;
    opacity:0;
}
#Users-top{
    background: #fafafa;
    position: relative;
    z-index: 1;
    padding: 0px 0 0px 0;
    margin: 0px 0px 20px 0px;
}
#Users-top a.user-photo{
    border-radius: 10px;
    margin-bottom: 20px;
}
#Users-top .cards {
    background-repeat: no-repeat;
    background-position: right bottom;
    border: none;
    transition: all 0.3s;
    border-radius: 50%;
    height: 120px;
    width: 115px;
    background-size: cover;
    background-position: center 20%;
    box-shadow: none;
    background-size: 100%;
    transition: box-shadow 0.3s ease, background-size 0.2s ease;
}
#Users-top .cards:hover {
    background-size: 105%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

#Users-top .plus{
    position: absolute;
    z-index: 100;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: rgb(98 143 229 / 21%);
    display: flex !important;
}
#Users-top .plus span{
    color:#fff;
    font-size: 50px;
}
#Users-top .wrapbg .info{font-size: 14px;color: #333;}
#Users-top .wrapbg .sity{font-size: 12px; color: #999;}
#Users-top .wrapbg{
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    opacity: 0;
    visibility: hidden;
    display: block;
    position: absolute;
    z-index: 1000;
    width: 160px;
    top: 91%;
    left: -10px;
    background: #fff;
    padding: 1px 7px;
    transition: all 0.3s;
    border-radius: 5px;
    padding: 6px 10px;
    color: #333;
    white-space: normal;
} 
#Users-top #addblocks.right{

}
#Users-top #addblocks{
} 
#Users-top .wrapbg .online, #Users-top .wrapbg .offline{
    top: -3px;
    width: 8px;
    height: 8px;
}
#Users-top .cards:hover .wrapbg{
    opacity: 1;
    visibility: visible;

}
#Users-top a{
    display: block;
}    

#Users-top a.addblock{
    display: block;
    position: relative;
    min-height: 120px;
    max-width: 120px;
}  

#Users-top a.addblock .cards {
    /* Webkit браузеры */
    /* для IE6-9 */
    filter: grayscale(1) blur(0.3vh); /* W3C */
    -webkit-filter: grayscale(1) blur(0.3vh);
    background-blend-mode: luminosity;
}    
#addtape .name{
    margin-bottom: 30px;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}
#addtape #charNum{

    text-align: right;
}
img.rounded{

}
.users-box{
    position: relative;
    left: 0px;
}
.owl-item{
    /* transition: all 1.5s; */
}

#Messages-left .card {
    background-repeat: no-repeat;
    background-position: right bottom;
    border: none;
    transition: all 0.3s;
    border-radius: 50%;
    height: 65px;
    width: 70px;
    background-size: cover;
    background-position: center 20%;
    box-shadow: none;
    background-size: 100%;
    transition: box-shadow 0.3s ease, background-size 0.2s ease;
}
#Messages-left .card:hover {
    background-size: 105%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

#Messages-left .name, #Chat .name{
    font-size: 15px;
    color: #333;
    font-weight: 500;
}
#Messages-left .name:hover,#Chat .name:hover{
    color: var(--hover-color-text);
}
#Messages-left .age, #Chat .age{
    font-size: 15px;
    font-weight: 400;

}
#Messages-left .last-message{
	padding: 0px 20px 0px 0px;
    font-size: 13px;
    color: #999;
     overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
#Messages-left .last-message img{
    width: 40px;
}
#Messages-left .online, #Messages-left  .offline, #Chat.online, #Chat  .offline{
    width: 7px;
    height: 7px;
}

#MessagesScroll{
    height: calc( 100vh - 205px );
    overflow: hidden;
}
#Messages-left{
    /* border: 1px solid #e8e8e8; */
    /* height: calc( 1vh * 100 - 230px ); */
    /* border-radius: 5px; */
    
}
#Messages-left .msg-notreed{
	display: inline-block;
	/* vertical-align: bottom; */
	width: 20px;
	padding: 0;
	margin: 0;
	height: 20px;
	background-size: 19px;
	color:#fff;
	background: url(send.svg) no-repeat center center;
}
#Messages-left .msg-reed{
	display: inline-block;
	/* vertical-align: bottom; */
	width: 20px;
	padding: 0;
	margin: 0;
	height: 20px;
	background-size: 19px;
	color:#fff;
	background: url(read.svg) no-repeat center center;
}
#Chat .city{
    color: #999;
    font-size: 14px;
    font-weight: 400;
}
#Chat .lastdate{
    font-size: 13px;
    color: #999;
    font-weight: 400;
}
#Chat .card {
    background-repeat: no-repeat;
    background-position: right bottom;
    border: none;
    transition: all 0.3s;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    background-size: cover;
    background-position: center 20%;
    box-shadow: none;
    background-size: 100%;
    transition: box-shadow 0.3s ease, background-size 0.2s ease;
}
#Chat .message-area{
    position: relative;
    height: 100%;
}
#Chat .textarea{

    position: relative;
}
#Chat .textbox{
    box-sizing: border-box;
    resize: none;
    outline: none;
    border: 1px solid #ccc;
    padding: 4px 40px 2px 5px;
    background-color: transparent;
    font-size: 15px;
    line-height: 20px;
    min-height: 30px;
    height: auto;
}

#Chat .send-button{

    position: absolute;

    bottom: 1px;

    color: #00c1ff;

    right: 6px;

    /* width: 30px; */

    /* height: 30px; */
}

#Carousel, #Carousel a{
    color: #333;
}
#Carousel .points {
    position: absolute;
    bottom: 40px;
    margin: 0 auto;
    width: 80%;
    left: 0;
    right: 0;
    z-index: 50;
}

#Carousel a.button svg, #Carousel a.button i {
    font-size: 24px;
    color: #fff;
    transition: all 0.2s;
}
#Carousel a.button {
    transition: all 0.2s;
    padding: 14px;
    text-align: center;
    margin: 0;
    width: 60px;
    height: 60px;
    line-height: 0px;
    border-radius: 50%;
    border: 2px solid #fff!important;
    background: rgb(0 0 0 / 26%);
    color: #fff !important;
    text-shadow:  10px 36px 0px rgba(0, 0, 0, 0.16);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
#Carousel a.button:hover{
    color: #007bff !important;
    border: 2px solid #007bff !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    background: rgb(255 255 255 / 47%);
}
#Carousel a.button:hover svg{

    color: #007bff !important;
}

#Carousel a.zoom {

}
#Carousel .item {
    overflow: hidden;
    box-sizing: border-box;
    /* width: 100%; */
    margin: 0 60px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 7px 16px 0px;
    border-radius: 15px;
    border: 1px solid #dee2e6!important;
}
#Carousel .cards {
    position: relative;
    background-repeat: no-repeat;
    background-position: right bottom;
    border: none;
    transition: all 0.3s;
    /* border-radius: 10px; */
    height: 460px;
    width: 100%;
    background-size: cover;
    background-position: center 20%;
    box-shadow: none;
    /* background-size: 100%; */
    /* transition: box-shadow 0.3s ease, background-size 0.2s ease; */
}
#Carousel .row{
}

#Carousel .col{
    padding:0;
    margin:0;
}

#Carousel .name{
    font-size: 18px;
    color: #333;
    font-weight: 500;
}
#Carousel .age{
    font-size: 18px;
    color: #333;
    font-weight: 500;
}
#Carousel .city{
    color: #999;
    font-size: 14px;
    font-weight: 400;
}
#Carousel .infobox{
    padding: 40px 0px ;
}
.carousel-cell{
    width: 100%;
}
.carousel-wrap {
    margin: auto;
    position: relative;
}

.input-file-row {
    display: inline-block;
}
.input-file {
    position: relative;
    display: inline-block;
}
.input-file span {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    font-size: 14px;
    vertical-align: middle;
    color: rgb(255 255 255);
    text-align: center;
    border-radius: 4px;
    background-color: #419152;
    line-height: 22px;
    height: 40px;
    padding: 10px 20px;
    box-sizing: border-box;
    border: none;
    margin: 0;
    transition: background-color 0.2s;
}
.input-file input[type=file] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}

/* Focus */
.input-file input[type=file]:focus + span {
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

/* Hover/active */
.input-file:hover span {
    background-color: #59be6e;
}
.input-file:active span {
    background-color: #2E703A;
}

/* Disabled */
.input-file input[type=file]:disabled + span {
    background-color: #eee;
}

/* Список c превью */
.input-file-list {
    padding: 20px 0 0 0;
}
.input-file-list-item {
    display: inline-block;
    margin: 0 15px 15px;
    width: 150px;
    vertical-align: top;
    position: relative;
}
.input-file-list-item img {
    width: 150px;
}
.input-file-list-name {
    text-align: center;
    display: block;
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.input-file-list-remove {
    color: #333;
    border: 1px solid #ccc;
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    position: absolute;
    padding: 0;
    margin: 0;
    top: -10px;
    right: -10px;
    background: #ffffff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 27px;
    border-radius: 50%;
}
#Change_form .row:hover{

    background: #fcfcfc;
}
#Change_form *{
    font-size: 16px;
    font-weight: 400;
}
#Change_form .my-2 span{
    padding-left: 10px;
}
#Change_form i{
    color: red;
    font-style: normal;
}
#SearchParams{
    
}
#SearchParams .block{
   /* position: relative; */
   /* width: auto; */
   /* width: max-content; */
   /* display: inline-block; */
   padding: 10px;
   margin: 10px 0px;
   /* max-height: 60px; */
   border-radius: 10px;
   /* border: 1px solid #fcfcfc; */
   box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 12px -5px;
}

#SearchParams .block > div{
    /* display: flex; */
    /* flex-direction: column; */
    /* width: 100%; */
}
#SearchParams input[type="number"]{
    max-width: 70px;
}
:root {
    --primary: #66000e;
    --greyLight: #66000e;
    --greyLight-2: #cbe0dd;
    --greyDark: #2d4848;
}
.page {display: flex;justify-content: center;padding: 0;align-items: center;height: 5rem;margin: 3rem auto;border-radius: 0.6rem;background: #ffffff;box-shadow: 0 0.8rem 2rem rgba(90, 97, 129, 0.05);}
.page__btn {
    color: var(--greyLight);
}
.page__numbers, .page__btn, .page__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.8rem;
    font-size: 1.2rem;
    cursor: pointer !important;
}
.page__numbers {
    width: 2.1rem;
    height: 2.5rem;
    border-radius: 0.4rem;
}
.page__numbers a{
    color: #333;
}
.page__numbers a:hover{
    
    color: var(--greyLight);
}
.page__numbers.active {
    color: #ffffff;
    background: var(--primary);
    font-weight: 500;
    border: 1px solid var(--primary);
}
.page__numbers.active:hover {
    color: #ffffff;
    background: var(--primary);
    font-weight: 500;
    border: 1px solid var(--primary);
}
.page__numbers:hover {
    color: var(--primary);
}
.page__dots {
    width: 2.6rem;
    height: 2.6rem;
    color: var(--greyLight);
    cursor: initial;
}
.material-icons a svg{
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    /* line-height: 1; */
    /* letter-spacing: normal; */
    /* text-transform: none; */
    /* display: inline-block; */
    /* white-space: nowrap; */
    /* word-wrap: normal; */
    /* direction: ltr; */
    /* z-index: 100; */
    /* -webkit-font-feature-settings: 'liga'; */
    /* -webkit-font-smoothing: antialiased; */
}
a.color{color: #66000e!important;text-decoration: underline !important;cursor: pointer;border-bottom: 1px solid transparent;transition: all 0.3s;}
a.color:hover{color: #333 !important;cursor: pointer; border-bottom: 1px solid #333;}
#custom-handle{
  background: #628fe5;
  color: #fff;
  border: 1px solid #628fe5;
}
#custom-handle1{
  background: #6294e5;
  color: #fff;
  border: 1px solid #628fe5;
}
  #s_gender, #s_gender1,  #s_height, #s_height1 {
    width: 3em;
    height: 1.8em;
    top: 50%;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
    transition: all 0.09s;
  }
  
   #s_gender:active, 
   #s_gender1:active, 
   #s_height:active, 
   #s_height1:active
 {
 
margin-top: -1.4em;
 }
 
 .inline{
      width:auto;
      display:inline-block;
      min-width: 50px;
 }