@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

/* Обычный */
@font-face {
  font-family: "futura";
  src: url(../font/FuturaPT.ttf);
}

.header-logo a {
  color: #717171;
  text-decoration: none;
  font-family: "futura";
  display: flex;
  align-items: center;
  gap: 6px;
}
.hesvg {color:#f44f73 !important}
.hesvg  svg{
 height:22px; fill:#f44f73;
}
.header-logo a span {
  padding-top: 6px;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  background: #f3f3f3;
}

button {
  font-family: "Montserrat";
}

.btn {
  font-family: "Montserrat";
}

.container {
  width: 1335px;
  padding: 0 5px;
  margin: 0 auto;
}

.tosent {position: absolute;
  top: 40px;
  left: 40px;
  width: 20px;
  height: 20px;
  background: rgb(253, 76, 76);
  border-radius: 50px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  border: 5px solid rgba(255, 255, 255, 0.1);
  font-weight: 700;
} 

.toooly {
position: relative;
}

.tooltip {
  display: none; /* Изначально скрыта */
  position: absolute;
  background: #333; top:20px;
  color: white;
  padding: 10px;
  border-radius: 5px;
  max-width: 200px;
}
   /* Стили для pop-up */
        .popup-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            z-index: 1000;
            justify-content: center;
            align-items: center;
        }

        .dias { text-align: center;}
        .dias svg {height: 180px;}
        .dias div {font-size: 14px; margin-top: 10px;}
        .dias h3 {font-size: 18px; margin-top: 20px; font-weight: 700; color:#f26669;}
.contgif {background-color: #ffff; box-sizing: border-box; padding: 15px; position: relative; border-radius: 15px; overflow: hidden; width: 180px; margin: auto;
  border: 6px solid rgba(255, 157, 157, 0.3); margin-top: 15px;}
        .popup-content {
            background: url(/assets/img/pror.png) 10% 20% #fff;
            padding: 30px;
            border-radius: 10px;
            max-width: 600px;
            width: 90%;
            max-height: 80vh;
            overflow-y: auto;
            position: relative;
            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
        }
        .butosner {font-size: 13px;
  line-height: 77%;
  text-align: center;
  color: #000000;
background: #e9eff5;
background: linear-gradient(0deg, rgba(233, 239, 245, 1) 4%, rgba(232, 227, 227, 1) 100%); margin: 10px 0px;
  height: 40px;
  border: none;
  outline: none;
  border-radius: 50px;
  display: inline-flex;
  text-decoration: none;
  align-items: center;
  padding: 0 45px;
  cursor: pointer;
  transition: 0.5s;
  position: relative;}
        .butosn {font-size: 13px;
  line-height: 77%;
  text-align: center;
  color: #fff;
  background: #fd4c4c; margin: 10px 0px;
  height: 40px;
  border: none;
  outline: none;
  border-radius: 50px;
  display: inline-flex;
  text-decoration: none;
  align-items: center;
  padding: 0 45px;
  cursor: pointer;
  transition: 0.5s;
  position: relative;}
        .popup-close {
            position: absolute;
            top: 10px;
            right: 15px;
            font-size: 24px;
            cursor: pointer;
            background: none;
            border: none;
            font-weight: bold;
            color: #333;
        }

        .popup-loader {
            text-align: center;
            padding: 40px;
            color: #666;
        }

        .popup-error {
            color: #d32f2f;
            text-align: center;
            padding: 20px;
        }
.header-logo img {
  width: 115px;
}
.seeph {margin-top: 6px;}
.delfoto {margin-top: 6px; color: #fd4c4c; cursor: pointer;}
.liph {height: 150px;
  position: relative; border-radius: 8px;
  overflow: hidden;
  width: 150px; margin-bottom: 8px;}
  .lipha {height: 250px; color:#333;
  position: relative; border-radius: 8px;
  overflow: hidden;
  width: 150px;}
.liph img {width: 100%; height: 100%; object-fit: cover;}
.photolist {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-auto-rows: 1fr;
  gap: 20px;
}
 .mygifts {
    width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 1fr;
  gap: 20px;
 }
  .mygifts div {width: 100%; box-sizing: border-box; padding: 15px; border: 1px solid #e4e4e4; border-radius: 15px;}
  .mygifts div img {width: 100%;}

header {
  height: 85px;
  background: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}

.header-menu ul {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 62%;
  gap: 30px;
}

.header-menu ul a {
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: 0.5s;
  line-height: 100%;
}

.header-menu ul a:hover {
  transition: 0.5s;
  opacity: 0.66;
}

.header-menu ul .top a {
  color: #fb2d55;
}

.header-menu li img {
  width: 20px;
}

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.authorization {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 28px 17px;
  background: #fff;
}

.authorizationBtn {
  font-weight: 400;
  font-size: 17px;
  line-height: 59%;
  color: #8d8d8d;
  padding-bottom: 9px;
  cursor: pointer;
}

.authorizationTop {
  display: flex;
  font-family: "futura";
}
input:focus, button:focus, textarea:focus, select:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

/* Альтернативный вариант */
input:focus, button:focus, textarea:focus, select:focus {
    outline: none;
    box-shadow: 0 0 0 0px rgba(59, 130, 246, 0.5);
}
.authorizationTop .authorizationBtn:first-child {
  padding-right: 15px;
}

.sdd {
		
        -webkit-animation: animate-stripes 3s linear infinite;
        -moz-animation: animate-stripes 3s linear infinite;
}

@-webkit-keyframes animate-stripes {
        0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}

@-moz-keyframes animate-stripes {
        0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}
.mozg { animation: ane 6s ease-in-out infinite; }
  @keyframes ane{
    0% {
   transform: scale(1);
    }
    50% {
   transform: scale(1.2);
    }

    100% {
   transform: scale(1);
    } 
}


.linet {
    width: 100%;
    height: 15px;
    margin-bottom: 0px;
  }
  .linet {width: 100%; height:6px;   overflow:hidden; position: absolute; top:0; z-index: 6;}
  .linet .l {width: 100%; height:50px;    position:relative;  left:0px; background:#3b1eb7;      -webkit-background-size: 30px 30px;
    -moz-background-size: 30px 30px;
    background-size: 30px 30px;
    -webkit-animation: animate-stripes 1s linear infinite;
    -moz-animation: animate-stripes 1s linear infinite;
    background-image: -webkit-gradient(linear, left top, right bottom,
                                            color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent),
                                            color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)),
                                            color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent),
                                            to(transparent));
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                            transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                            transparent 75%, transparent);
    background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                            transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                            transparent 75%, transparent);
    background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                            transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                            transparent 75%, transparent);
    background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                            transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                            transparent 75%, transparent);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                            transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                            transparent 75%, transparent);  }
  .linet .r {width: 0%; height:50px;  background:#333; position:relative;}
  
.stripes span {
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  background-size: 30px 30px;
  background-image: -webkit-gradient(linear, left top, right bottom,
                                          color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent),
                                          color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)),
                                          color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent),
                                          to(transparent));
  background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                          transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                          transparent 75%, transparent);
  background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                          transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                          transparent 75%, transparent);
  background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                          transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                          transparent 75%, transparent);
  background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                          transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                          transparent 75%, transparent);
  background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                          transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                          transparent 75%, transparent);            

  -webkit-animation: animate-stripes 3s linear infinite;
  -moz-animation: animate-stripes 3s linear infinite;
}

@-webkit-keyframes animate-stripes {
  0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}

@-moz-keyframes animate-stripes {
  0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}

  #tr{ height: 50px; width: 0%; position:absolute; left:0px; background:#334450;      -webkit-background-size: 30px 30px;
    -moz-background-size: 30px 30px;
    background-size: 30px 30px;
    -webkit-animation: animate-stripes 3s linear infinite;
    -moz-animation: animate-stripes 3s linear infinite;
    background-image: -webkit-gradient(linear, left top, right bottom,
                                            color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent),
                                            color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)),
                                            color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent),
                                            to(transparent));
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                            transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                            transparent 75%, transparent);
    background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                            transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                            transparent 75%, transparent);
    background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                            transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                            transparent 75%, transparent);
    background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                            transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                            transparent 75%, transparent);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                            transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                            transparent 75%, transparent);   } 
#trr{ height: 50px; width: 0%; position:absolute; left:0px; background:#4d84ef;     -webkit-background-size: 30px 30px;
    -moz-background-size: 30px 30px;
    background-size: 30px 30px;
    -webkit-animation: animate-stripes 3s linear infinite;
    -moz-animation: animate-stripes 3s linear infinite;
    background-image: -webkit-gradient(linear, left top, right bottom,
                                            color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent),
                                            color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)),
                                            color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent),
                                            to(transparent));
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                            transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                            transparent 75%, transparent);
    background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                            transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                            transparent 75%, transparent);
    background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                            transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                            transparent 75%, transparent);
    background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                            transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                            transparent 75%, transparent);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                            transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                            transparent 75%, transparent);   } 
#tr2{ height: 50px; width: 0%; position:absolute; left:0px; background:#727171;     -webkit-background-size: 30px 30px;
    -moz-background-size: 30px 30px;
    background-size: 30px 30px;
    -webkit-animation: animate-stripes 3s linear infinite;
    -moz-animation: animate-stripes 3s linear infinite;
    background-image: -webkit-gradient(linear, left top, right bottom,
                                            color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent),
                                            color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)),
                                            color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent),
                                            to(transparent));
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                            transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                            transparent 75%, transparent);
    background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                            transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                            transparent 75%, transparent);
    background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                            transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                            transparent 75%, transparent);
    background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                            transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                            transparent 75%, transparent);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                            transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                            transparent 75%, transparent);   } 
#tr3{ height: 50px; width: 0%; position:absolute; left:0px; background:#8f8f8f;     -webkit-background-size: 30px 30px;
    -moz-background-size: 30px 30px;
    background-size: 30px 30px;
    background-image: -webkit-gradient(linear, left top, right bottom,
                                            color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent),
                                            color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)),
                                            color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent),
                                            to(transparent));
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                            transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                            transparent 75%, transparent);
    background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                            transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                            transparent 75%, transparent);
    background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                            transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                            transparent 75%, transparent);
    background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                            transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                            transparent 75%, transparent);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                            transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                            transparent 75%, transparent);   }
                                            .boldy {font-weight: 700 !important;}
                                            .coldy {opacity: 0.5  !important; }
.baseinfo {padding-left: 10px; padding-bottom: 6px;}
.regmes {margin-bottom: 10px;}
.authmes  {margin-bottom: 10px;}
.colored {color: #d3291d !important;}
.cologreen {color: #049002 !important;}
.authmes, .regmes {display: none;}
.informat {padding-left: 10px;
  border-left: 3px solid #c0c0c0; padding-bottom: 10px;
  line-height: 1.3;
  color: #333;}
  .informata input {padding: 0; margin: 0; height: 14px !important; margin-bottom: 0px !important;}
   .informata  a {color:#555555; text-decoration: underline;}
  .informata {padding-left: 10px;
  padding-top: 10px;
  line-height: 1.3;
  color: #555555;}
.authorizationTop .authorizationBtn:last-child {
  padding-left: 15px;
  padding-right: 15px;
}
.butoks  {
  display: block;
  width: 180px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #361fb2;
  border-radius: 5px;
  color: #fff !important;
  font-size: 15px;
  text-decoration:  none !important;
  font-weight: 500;
  margin: auto;
    margin-top: auto;
  margin-top: 15px;
}
.authorizationTop .authorizationBtn.active {
  border-bottom: 2px solid #fd4c4c;
  color: #000;
}

.authorizationBorder {
  background: #d9d9d9;
  height: 2px;
  width: 100%;
  margin-bottom: 17px;
  margin-top: -2px;
}

.authorizationForm input {
  font-weight: 400;
  font-family: "futura";
  font-size: 15px;
  color: #9e9e9e;
  border: 1px solid #d8d8d8;
  border-radius: 50px;
  height: 41px;
  padding-left: 15px; margin-bottom: 10px;
}

header .PcHeader {
  display: grid;
  grid-template-columns: 281px 1fr;
  gap: 16px;
}

.header-menu {
  display: flex;
  justify-content: center;
}

.authorizationForm form {
  display: grid;
  gap: 17px;
}

.authorizationForm button {
  font-weight: 600;
  font-size: 13px;
  line-height: 77%;
  text-align: center;
  color: #fff;
  background: #fd4c4c; margin-top: 15px;
  height: 40px;
  border: none;
  outline: none;
  border-radius: 50px;
  text-transform: uppercase;
  justify-content: center;
}

.main-container {
  display: grid;
  grid-template-columns: 281px 1fr;
  gap: 16px;
}

.resetPassword {
  font-weight: 400;
  font-size: 13px;
  line-height: 77%;
  text-align: center;
  color: #999;
  text-decoration: none;
}

.blockUserBg {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 25;
}

.blockUser {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blockUserPopup {
  border-radius: 20px;
  width: 636px;
  background: #fff;
  z-index: 26;
  position: absolute;
  padding: 25px;
  box-sizing: border-box;
}

.blockUserT {
  font-weight: 400;
  font-size: 20px;
  line-height: 50%;
  color: #000;
  display: flex;
  align-items: center;
  gap: 5px;
}

.blockUserT img {
  max-width: 23px;
}

.blockUserClose {
  position: absolute;
  right: 20px;
  top: 30px;
  cursor: pointer;
}

.blockUserClose img {
  max-width: 25px;
}

.blockUserFormTop {
  margin-top: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}

.blockUserFormTop input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: rgba(217, 217, 217, 0);
  height: 40px;
  padding-left: 15px;
}

.blockUserForm {
  display: grid;
}

.blockUserForm textarea {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: rgba(217, 217, 217, 0);
  height: 40px;
  padding-left: 15px;
  min-height: 174px;
  margin-top: 14px;
  margin-bottom: 11px;
  padding-top: 18px;
}

.blockUserForm button {
  background: #d73535;
  display: flex;
  justify-content: center;
  border-radius: 10px;
}

.popups {
  display: none;
}

.blockUser {
  display: none;
}

.OpenPopupBlock .popups {
  display: block;
}

.OpenPopupBlock .blockUser {
  display: flex;
}

.blockUserPopup p {
  font-weight: 400;
  font-size: 10px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.4);
  margin-top: 11px;
}

.authorization .resetPassword {
  margin-top: 16px;
}

.authorizationForm {
  display: flex;
  flex-direction: column;
}

.half-footer p {
  font-weight: 400;
  font-size: 13px;
  color: #868686;
  text-align: center;
}

.btn {
  font-weight: 600;
  font-size: 13px;
  line-height: 77%;
  text-align: center;
  color: #fff;
  background: #fd4c4c;
  height: 40px;
  border: none;
  outline: none;
  border-radius: 50px;
  display: inline-flex;
  text-decoration: none;
  align-items: center;
  padding: 0 45px;
  cursor: pointer;
  transition: 0.5s;
  position: relative;
}

.btn:hover {
  transition: 0.5s;
  opacity: 0.8;
}

.half-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 29px;
  gap: 16px;
  padding-bottom: 10px;
}

.socialAut img {
  width: 98px;
}

.authorizationFormBottom {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 17px;
}
.authorizationFormBottom span:hover {
  color:#fd4c4c;
}
.authorizationFormBottom span {
margin: 0px 5px; cursor: pointer;
}
.main-sidebarBottom .footerTop {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.main-sidebarBottom .footerText {
  line-height: 130%;
}

.main-sidebarBottom .footerMenu a {
  gap: 0;
  flex-direction: column;
  line-height: 130% !important;
}

.main-sidebarBottom .footerMenu {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-top: 5px;
}

.welcomePage .main-sidebar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.welcomePage .main-container {
  min-height: 100vh;
}

.main-sidebarBottom .footer {
  padding-bottom: 20px;
}

.welcomePage main {
  min-height: 100%;
}

.half-t img {
  width: 11px;
}

.half-t {
  font-weight: 600;
  font-size: 13px;
  color: #6d6d6d;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 18px;
}

.block-half {
  margin-top: 15px;
  padding-top: 29px;
  padding-left: 8px;
  padding-right: 8px;
}

.half-user-border {
  border-radius: 50%;
  height: 73px;
}

.half-user {
  position: relative;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}

.half-user:hover {
  transition: 0.5s;
  opacity: 0.7;
}

.user {
  background: #ef9503;
}

.user-star {
  width: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 14px;
  position: absolute;
  top: 5px;
  left: 5px;
}

.user-star img {
  width: 11px;
}

.half-users {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  gap: 10px;
  row-gap: 13px;
}

.half-user.online {
  border: 2px solid #6b4acc;
}

.half-user.online .half-user-border {
  border: 2px solid #ffffff;
}

/* .center {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */

/** Custom Select **/
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
}
.custom-select-wrapper select {
  display: none;
}
.custom-select {
  position: relative;
  display: inline-block;
}
.custom-select-trigger {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  height: 32px;
  padding: 0 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 83%;
  color: #949494;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 175px;
  box-sizing: border-box;
  cursor: pointer;
}

.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  margin: 15px 0;
  border: 1px solid #b5b5b5;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.07);
  background: #fff;
  transition: all 0.4s ease-in-out;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
}
.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
  z-index: 5;
}

.option-hover:before {
  background: #f9f9f9;
}
.custom-option {
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 83%;
  color: #949494;
  padding: 15px;
  border-bottom: 1px solid #b5b5b5;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.custom-option:first-of-type {
  border-radius: 4px 4px 0 0;
}
.custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
}
.custom-option:hover,
.custom-option.selection {
  background: #f9f9f9;
}

.selectArrow {
  width: 17px;
  position: absolute;
  right: 11px;
}

.iconSelect {
  width: 17px;
  position: absolute;
  left: 11px;
}

.usersDay_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.usersDayT {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #000;
  display: flex;
  align-items: center;
  gap: 7px;
}

.usersDayT img {
  width: 19px;
}

.usersDay_top_left {
  display: flex;
  align-items: center;
  gap: 15px;
}

.blockWhite {
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  padding: 25px;
  background: #fff;
}

.btnStyle2 {
  font-weight: 600;
  font-size: 14px;
  line-height: 71%;
  color: #ef5603;
  background: #faf3ec;
}

.btn img {
  width: 17px;
  margin-right: 9px;
}

.UserBg {
  height: 230px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.userMiniCardImg {
  position: relative;
}

.deferred {
  position: absolute;
  width: 27px;
  top: 9px;
  left: 9px;
  display: none;
}

.usersDayLists {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
  row-gap: 40px;
  margin-bottom: 20px;
}

.userMiniCard {
  color: #000;
  text-decoration: none;
}

.userMiniCardT {
  font-weight: 600;
  font-size: 15px;
  line-height: 67%;
  color: #000;
  margin-top: 20px;
  margin-bottom: 12px;
}

.userMiniCardInfo p {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  color: #000;
  margin-top: 8px;
}

.userMiniCardPhoto {
  display: flex;
  align-items: center;
  gap: 3px;
  font-weight: 400;
  font-size: 14px;
  line-height: 67%; opacity: 0.5;
  color: #000;
}

.userMiniCardCity {
  display: flex;
  align-items: center;
  gap: 3px;
  font-weight: 400;
  font-size: 14px;
  line-height: 67%;
  color: #000; opacity: 0.5;
}
    .PageLikes    .item img {
  height: 604px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
  object-fit: cover;
}
.userMiniCardPhoto img {
  width: 19px;
}

.userMiniCardCity img {
  width: 17px;
}

.ancetaItemInfo {width:90%}

.abouter {border: 1px solid #e9e9e9;
  border-radius: 10px;
  padding: 25px; font-size: 13px; line-height: 1.5;
  background: #fff;}
.userMiniCardFooter {
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
}

.userMiniCard.card-deferred .deferred {
  display: block;
}

.sliderLikesItem {
  display: block;
  width: 400px;
  height: 400px;
}

.main-content {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 18px;
  min-height: 85vh;
}

.ErrorInfoT {
  font-weight: 700;
  font-size: 250px;
  line-height: 90%;
  text-align: center;
  color: #d1ceda;
}
.pleaset {padding: 3px 0px 30px; font-size: 14px;}
.pleaset span {font-weight: 700; color:#fd4c4c;}
.ErrorInfoSubtitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 50%;
  color: #000;
}

.ErrorInfo p {
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  text-align: center;
  color: #000;
}

.btnStyle4 {
  background: rgba(209, 206, 218, 0);
  border: 1px solid #000;
  color: #000;
}

.ErrorInfo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.page404 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pageFullHeight {
  height: 100%;
}

html,
body {
  height: 100%;
}

.reclama {
  position: relative;
  display: flex;
  justify-content: end;
  min-height: 136px;
  border-radius: 10px;
  overflow: hidden;
}

.reclama img {
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: cover;
}

.reclama-info {
  z-index: 1;
  position: relative;
  margin-top: 7px;
  max-width: 560px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 55px;
  padding-right: 45px;
}

.reclamaT {
  font-weight: 800;
  font-size: 25px;
  line-height: 100%;
  color: #ff6682;
}

.reclamaT div {
  color: #000;
}

.reclamaT p {
  font-weight: 400;
  font-size: 13px;
  line-height: 231%;
  color: #000;
}

.absReclama {
  position: absolute;
  font-weight: 400;
  font-size: 10px;
  line-height: 300%;
  color: #b3b3b3;
  left: 10px;
  bottom: 0;
}

a.link {
  font-weight: 400;
  font-size: 13px;
  line-height: 77%;
  color: #000;
  text-decoration: none;
}

.usersDayTYellow {
  color: #d8903d;
}

.footerEndText {
  font-weight: 400;
  font-size: 13px;
  line-height: 231%;
  color: #a4a4a4;
}

.footerText {
  font-weight: 400;
  font-size: 13px;
  line-height: 231%;
  color: #a4a4a4;
}

.footerMenu a {
  font-weight: 400;
  font-size: 13px;
  line-height: 231%;
  color: #a4a4a4;
  text-decoration: none;
}

.footerTop {
  display: flex;
  gap: 30px;
  align-items: center;
}

.footerMenu {
  display: flex;
  gap: 15px;
}

.footer {
  padding: 10px 25px;
}

.custom-select .selectArrow {
  transform: rotateX(0deg);
  transition: 0.5s;
}
.filters {padding: 0px 0px 50px;}
.flex {  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  gap: 20px;}
.insech {margin-bottom: 8px; font-weight: 700; padding-left: 8px; font-size: 13px;}
.flexs {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  gap: 20px;
}
.custom-select.opened .selectArrow {
  transform: rotateX(180deg);
  transition: 0.5s;
}

header .mobileHeader {
  display: none;
}

.userMiniCardInfo {
  padding: 0 8px; height: 65px;
}

.userMiniCardFooter {
  padding: 0 8px;
}

.PcHeader .header-logo {
  padding-left: 9px;
}

.additionalBtn span {
  background: #ffacac;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  overflow: hidden;
  display: block;
  transition: 0.5s;
}
#customersLikes2 {position: relative;}
.additionalBtn {
  display: grid;
  gap: 1px;
  position: absolute;
  right: 14px;
  padding: 0 5px;
}

.additionalBtn:hover span {
  background: #fff;
  transition: 0.5s;
}

.noact {position: absolute; width: 250px; box-sizing: border-box; text-align: center; padding: 25px; background: url(/assets/img/pror.png) 10% 20% #fff;
  top:150px; border-radius: 20px; z-index: 50; left: calc(50% - 125px); }
.noact svg {height: 100px;}
.noact .nm {font-size: 18px; font-weight: 700; margin-bottom: 10px;}
.blur-block {
    filter: blur(5px);
    -webkit-filter: blur(5px);
    
    /* Оптимизация производительности */
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}
.blur-image {
    /* Стандартное свойство */
    filter: blur(10px);
    /* Префиксы для старых браузеров */
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    
    /* Оптимизация производительности */
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}
.reclama-info .btn {
  padding: 0 45px;
}
.block-guest {margin-bottom: 25px;}
.block-guest .half-t img {
  width: 16px;
}

.profileImg img {
  width: 248px;
  border-radius: 10px;
  overflow: hidden;
}

.profileImg {
  margin-bottom: 16px;
  position: relative;
}

.iconProfile {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  position: absolute;
  background: #ef9503;
  top: 11px;
  left: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-message {
  font-weight: 400;
}

.btnStyle3 {
  background: #fee5e5;
  color: #b55151;
}

.profileLeftBottom .btnStyle3 {
  font-size: 12px;
  width: 100%;
  justify-content: center;
}

.profileLeftBottom .btnStyle3 img {
  margin-right: 5px;
}

.likeCount {
  font-weight: 400;
  font-size: 7px;
  line-height: 143%;
  color: #000;
  border-radius: 10px;
  background: #fff;
  padding: 2px 4px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 5px;
  right: 32px;
}

.profileDopBtn button {
  border-radius: 50px;
  width: 37px;
  height: 36px;
  background: #fee5e5;
  border: 0;
  display: flex;
  gap: 2px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.profileDopBtn button span {
  width: 4px;
  height: 4px;
  display: block;
  background: #af4444;
  border-radius: 100%;
}

.profileLeftBottom {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 17px;
}

.profile {
  display: grid;
  grid-template-columns: 248px 1fr;
  gap: 30px;
}

.iconProfile img {
  width: 19px;
}

.profileT {
  font-weight: 600;
  font-size: 20px;
  line-height: 50%;
  color: #000;
  padding-top: 10px;
}

.profileSubtitle {
  font-weight: 400;
  font-size: 12px;
  line-height: 83%;
  color: #000;
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.profileclass div {
  padding: 10px 20px;
  font-weight: 400;
  font-size: 12px;
  line-height: 83%;
  color: #000;
  border: 1px solid #dfdfdf;
  border-radius: 25px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
}

.profileclass {
  margin-top: 20px;
  display: flex;
  gap: 9px;
  margin-top: 20px;
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  max-width: 650px;
}

.profileReitingBg {
  background: conic-gradient(
    from 90deg,
    rgba(106, 165, 255, 1) 0deg,
    rgba(248, 57, 57, 1) 105.577deg,
    rgba(177, 177, 177, 0.5) 344.423deg,
    rgba(106, 165, 255, 1) 360deg
  );
  height: 90px;
  width: 90px;
  border-radius: 100%;
  position: relative;
}

.profileReitingBg0{
  background: conic-gradient( from 90deg, rgb(255, 181, 181) 0deg, rgb(255, 194, 194) 105.577deg, rgba(177, 177, 177, 0.5) 344.423deg, rgb(255, 255, 255) 360deg );
  height: 90px;
  width: 90px;
  border-radius: 100%;
  position: relative;
}
.profileReitingBg div {
  position: absolute;
  width: 82px;
  height: 82px;
  left: 4px;
  top: 4px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 50%;
  color: #000;
}
.profileReitingBg0 div {
  position: absolute;
  width: 82px;
  height: 82px;
  left: 4px;
  top: 4px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 50%;
  color: #000;
}
.profileReiting {
  margin-top: 22px;
  display: flex;
  align-items: center;
  gap: 26px;
}

.profileReitingT {
  font-weight: 600;
  font-size: 15px;
  line-height: 67%;
  color: #000;
}

.profileReitingP {
  font-weight: 400;
  font-size: 12px;
  margin-top: 9px;
}

.profilePhotoT {
  font-weight: 600;
  font-size: 13px;
  line-height: 77%;
  color: #000;
  margin-bottom: 13px;
}

.profileclass div img {
  width: 17px;
}

.profilePhotoLists {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 14px;
}

.profilePhotoLists a {
position: relative;
  display: block;
  transition: 0.5s;
  height: 110px;
  overflow: hidden;
  border-radius: 6px;
}

.coloner {width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  gap: 20px;}

  .colo1 {width: 100%;}
  .colo2 {width: 100%;}
.profilePhotoLists a:hover {
  transition: 0.5s;
  filter: brightness(0.8);
}

.profilePriz .profilePhotoLists a:hover {
  filter: brightness(1);
}

.ancetaItem img {
  max-width: 437px;
}

.profile-anceta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 30px;
}

.profilePhotoPlus {
  background: rgba(31, 31, 31, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 62%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
  .profilePhotoLists img {
    width: 100%;
    object-fit: cover;
    height: 100%; 
  }

.main-profile {
  gap: 11px;
}

.profile-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px;
}

.profileCity {
  display: flex;
  align-items: center;
  gap: 1px;
}

.profileSubtitle .profileCity img {
  width: 16px;
}

main {
  min-height: 88%;
}

.main-container {
  min-height: 100%;
}

.infoPageP {
  font-weight: 400;
  font-size: 13px;
  line-height: 169%;
  color: #000;
  margin-top: 25px;
}

.infoPageP ol {
  list-style: auto;
  padding-left: 15px;
}

.infoPageP ol p {
  margin-top: 25px;
}

.infoPageT {
  font-weight: 600;
  font-size: 20px;
  line-height: 50%;
  color: #000;
}

.navigationPageTop {
  display: flex;
  flex-direction: row;
  gap: 7px;
  font-weight: 400;
  font-size: 14px;
  line-height: 71%;
  color: #404040;
  margin-bottom: 24px;
}

.navigationPageTop span {
  color: #adadad;
}

.welcomePage header {
  display: none;
}

.welcomePage main {
  background: #4019b5 url(../img/bgFonWelcome.png);
  background-repeat: repeat-x;
  background-size: contain;
  overflow-x: hidden;
}
.welcomePage .main-container {
  grid-template-columns: 360px 1fr;
  padding: 0;
  width: 100%;
}

.welcomePage .main-sidebarTop {
  overflow: hidden;
  height: auto;
}

.itemUserLikeInfo {
  padding-left: 20px;
}

.input-file-row {
  display: inline-block;
  width: 230px;
  height: 265px;
  background: #f5f9ff;
  border-radius: 15px;
  position: relative;
}
.input-file {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}
.input-file span {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  text-align: center;

  background: #fff;
  color: #cfd1d3;
  font-weight: 400;
  font-size: 15px;
  line-height: 67%;
  color: #a4a4a4;
  height: 33px;
  border-radius: 20px;
  box-sizing: border-box;
  border: none;
  margin: 0;
  transition: background-color 0.2s;
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 24px;
}
.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, 0.25);
}

.input-file img {
  padding-top: 50px;
  width: 90px;
}

.input-file-list-name {
  display: none !important;
}

/* Disabled */
.input-file input[type="file"]:disabled + span {
  background-color: #eee;
}

.input-file-list-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 230px !important;
  height: 265px;
  border-radius: 15px;
  object-fit: cover;
}

.RegisterFormAnceta {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 30px;
}
.settinpa {width: 270px;}
.RegisterFormFildT {
  font-weight: 600;
  font-size: 14px;
  line-height: 67%;
  color: #000;
  margin-top: 20px;
  margin-bottom: 12px;
  text-align: right;
  padding-right: 20px;
}

.processOut {
  background: #d9d9d9;
  height: 9px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.processProgress {
  background: linear-gradient(90deg, #ff7b7b 0%, #fd4c4c 100%);
  height: 9px;
  border-radius: 15px;
}

.processT {
  font-weight: 600;
  font-size: 13px;
  line-height: 77%;
  color: #000;
  margin-bottom: 8px;
}
.nower {color:#66a136; position: relative; padding-left: 11px;}
.nower:after {background-color:#66a136; width: 6px; height: 6px; border-radius: 10px; position: absolute; content: ""; left: 0; top: 5px;      animation: blinkOpacity 2s ease-in-out infinite;}
.toback {opacity: 0.6;}
@keyframes blinkOpacity {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(0.8);
    }
}
.RegisterFormFooter {
display: grid;
  grid-template-columns: 1fr 210px;
  gap: 35px;
  background: #f8f8f8;
  padding: 25px;
  border-radius: 15px;
  align-items: anchor-center;
  margin-bottom: 40px;
} .flex-center, .center, .click-zone {
  display: flex;
  justify-content: center;
  align-items: center;
}
.premium-access_male {
  background: url('../img/premium_access_male.jpg') no-repeat 50% / cover; margin-bottom: 25px; margin-top: 25px;
}.premium-access {
  height: 70px;
  color: #333333;
  -webkit-clip-path: inset(0 round 10px);
  clip-path: inset(0 round 10px);
} .ta_center {
  text-align: center !important; font-size: 16px; font-weight: 500;
}
.fbold { color:#fd4c4c !important; font-weight: 700;}
.RegisterFormFooter .btn {
  justify-content: center;
}

.RegisterFormFildT span {
  color: red;
}

.RegisterFormFildInput {
  display: grid;
  grid-template-columns: 159px 1fr;
  margin-bottom: 14px;
  align-items: center;
}

.RegisterFormFildInput .vozrast {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 10px;
  align-items: center;
}

.vozrastDo {
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 10px;
}

.RegisterFormFildInput .custom-select-wrapper {
  width: 100%;
}

.vozrastDo .RegisterFormFildT {
  min-width: 37px;
}

.birthselect {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
 .avatar-upload-btn {opacity: 0;}

.RegisterFormFildInput .custom-select {
  width: 100%;
}

.custom-select-trigger {
  height: 33px;
  border-radius: 30px;
  width: 100%;
  justify-content: flex-start;
  padding-left: 20px;
  color: #565656;
}

/* Список c превью */
.input-file-list {
  padding: 10px 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: #fff;
  text-decoration: none;
  display: inline-block;
  position: absolute;
  padding: 0;
  margin: 0;
  top: 5px;
  right: 5px;
  background: #ff0202;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  border-radius: 50%;
}



.setup {
    position: relative;
    transition: all 0.3s ease;
}

.setup.loading {
    opacity: 0.7;
    cursor: wait;
}

.setup.loading::after {
    content: '';
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    border-top: 2px solid #007bff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.setup.success {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

@keyframes spin {
    0% { transform: translateY(-50%) rotate(0deg); }
    100% { transform: translateY(-50%) rotate(360deg); }
}

/* Стили для уведомлений */
.notification {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 12px 20px;
    border-radius: 4px;
    color: white;
    font-weight: 500;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: none;
    min-width: 250px;
}

.stopp {cursor: no-drop;
  background: #c0c0c0 !important;}

.notification-success {
    background-color: #28a745;
    border-left: 4px solid #1e7e34;
}

.notification-error {
    background-color: #dc3545;
    border-left: 4px solid #c82333;
}

.notification-info {
    background-color: #17a2b8;
    border-left: 4px solid #138496;
}

.notification-warning {
    background-color: #ffc107;
    border-left: 4px solid #e0a800;
    color: #212529;
}
.welcomePage .main-sidebar {
  background: #fff;
  padding: 30px;
}

.half-user {
  width: 79px;
  height: 79px;
}

.welcomePage .main-sidebar {
  background: #fff;
  padding: 30px;
}

.welcomePage .authorization {
  padding: 0;
  border: 0;
}

.welcomePage .authorization .additionalBtn {
  display: none;
}

.logoSidebar {
  margin-bottom: 34px;
}

.welcomeContent {
  max-width: 533px;
  height: 100%;
  display: flex;
  align-items: baseline;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
  position: relative;
}

.profileSidebarSet a {
  font-weight: 400;
  font-size: 14px;
  line-height: 193%;
  color: #000;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.5s;
}

.profileSidebarSet a:hover {
  color: #000000a8;
  transition: 0.5s;
}

.elite_header { position: relative; padding-top: 17px; }
.you_liked {width:auto; height:45px; display:inline-block; font-size:15px; line-height:42px; color:#000; position:relative; margin:0 auto; padding:0 20px 0 53px; border:solid 1px #dadada; border-radius:23px; background:#fff; box-shadow:0 2px 6px 0 rgba(0, 0, 0, 0.04)}
.you_liked:before {width:23px; height:21px; display:block; content:''; position:absolute; left:17px; top:11px; background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='21' viewBox='0 0 23 21'%3E%3Cpath fill='%23FF564B' fill-rule='evenodd' d='M16.64 0C20.152 0 23 3.01 23 6.72 23 12.854 11.5 21 11.5 21S0 13.147 0 6.72C0 2.1 2.848 0 6.36 0c2.115 0 3.983 1.096 5.14 2.775C12.656 1.096 14.525 0 16.64 0z'/%3E%3C/svg%3E%0A")}

.thumbs_women, .thumbs_men {width:407px; height:100px; display:block; position:relative; margin: 15px auto 24px; background:url('/assets/img/girls.png') no-repeat}
.thumbs_men {background:url('/assets/img/men.png') no-repeat}
.wrap_elite {width:970px; color:#000; margin:0 auto; padding-top:69px}
	.wrap_elite h1 {font-weight:bold; font-size:28px; line-height:32px; text-align:center; margin-bottom:45px; background: unset !important; color:#333;}
		.wrap_elite h1 span {display: inline-block; color:#fc721b; position: relative; padding-left: 37px;}
		.wrap_elite h1 span:before {width: 33px; height: 33px; display: block; content: ''; position: absolute; left: 0; top: 2px; background: url('/assets/img/premium_icon.svg') no-repeat;}
.badge {width:42px; height:33px; display:block; position:absolute; right:-14px; top:3px; background:url('/assets/img/bubble.svg') no-repeat}
@-webkit-keyframes pulse {
  from { transform:scale3d(1, 1, 1)}
  50% { transform:scale3d(1.1, 1.1, 1.1)}
  to { transform:scale3d(1, 1, 1)}
}
@keyframes pulse {
  from { transform:scale3d(1, 1, 1)}
  50% { transform:scale3d(1.1, 1.1, 1.1)}
  to { transform:scale3d(1, 1, 1)}
}
.badge {-webkit-animation-duration:1s; animation-duration:1s; -webkit-animation-name:pulse; animation-name:pulse; -webkit-animation-iteration-count:infinite; animation-iteration-count:infinite}
.advantages_elite {display:-ms-grid; display:grid; grid-row-gap:36px; grid-column-gap:20px; -ms-grid-rows:86px 36px 86px; grid-template-rows:86px 86px; -ms-grid-columns:1fr 20px 1fr 20px 1fr; grid-template-columns:1fr 1fr 1fr; margin-bottom:25px}
	.advantages_elite .item7 {height:106px; grid-column-start:2}

	.advantages_elite > div { display:flex; flex-direction:column; justify-content:center; font-size:15px; color:#252038; text-align:center; position:relative; border-radius:15px; background:#fffbfb}
		.advantages_elite > div > div {font-weight: bold}
	.advantages_elite > div:before {width:40px; height:40px; display:block; content:''; position:absolute; left:50%; top:-20px; margin-left:-20px}
	.advantages_elite .item1:before {background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle cx='20' cy='20' r='20' fill='%238ADC33' fill-rule='nonzero'/%3E%3Cg fill='%23FFF'%3E%3Cpath d='M31.084 22.275c0-1.883-1.06-3.56-2.723-4.685a7.33 7.33 0 0 1 .185 1.61c0 4.254-3.648 7.801-8.453 8.563a9.063 9.063 0 0 0 3.368.644 9.097 9.097 0 0 0 3.196-.574c1.235.415 2.582.524 3.696.524a9.227 9.227 0 0 1-1.269-1.955c1.239-1.089 2-2.535 2-4.127z' opacity='.7'/%3E%3Cpath d='M26.549 19.2c0-3.724-3.753-6.744-8.386-6.744-4.631 0-8.385 3.02-8.385 6.743 0 1.943 1.026 3.689 2.662 4.918a10.288 10.288 0 0 1-1.711 2.863c1.675 0 3.832-.216 5.493-1.228.624.121 1.273.191 1.941.191 4.632 0 8.386-3.02 8.386-6.744z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}
	.advantages_elite .item2:before {background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle cx='20' cy='20' r='20' fill='%237050DE' fill-rule='nonzero'/%3E%3Cg fill='%23FFF'%3E%3Cpath d='M14.21 16.606h-2.835c-.39 0-.708.285-.708.636v11.455c0 .351.317.636.708.636h2.834c.391 0 .709-.285.709-.636V17.242c0-.35-.32-.636-.709-.636z' opacity='.7'/%3E%3Cpath d='M28.628 16.772c-.103-.018-4.92 0-4.92 0l.673-1.87c.464-1.292.164-3.264-1.124-3.965-.42-.228-1.006-.342-1.478-.221-.27.07-.509.252-.65.497-.164.281-.147.61-.205.922-.148.792-.515 1.545-1.084 2.11-.991.985-4.072 3.828-4.072 3.828v10.412h10.645c1.437 0 2.378-1.634 1.67-2.91.844-.551 1.133-1.712.638-2.603.845-.551 1.134-1.712.64-2.603 1.456-.95.97-3.304-.733-3.597z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}
	.advantages_elite .item3:before {background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle cx='20' cy='20' r='20' fill='%2333A7FF' fill-rule='nonzero'/%3E%3Cpath fill='%23FFF' d='M32.618 11.568L7.512 20.333a.577.577 0 0 0-.137 1.033l3.753 2.476 17.033-8.679-14.418 10.402v4.214c0 .287.333.46.582.302l3.176-2.035 3.128 2.06c.286.19.678.108.863-.178l11.354-18.09c.095-.148-.059-.332-.228-.27z'/%3E%3C/g%3E%3C/svg%3E")}
	.advantages_elite .item4:before {background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill='none' fill-rule='nonzero'%3E%3Ccircle cx='20' cy='20' r='20' fill='%23F8C332'/%3E%3Cpath fill='%23FFF' d='M19.887 26.725l-4.598 2.577a1.14 1.14 0 0 1-1.675-1.217l1.03-5.17a1.14 1.14 0 0 0-.345-1.06l-3.872-3.577a1.14 1.14 0 0 1 .64-1.97l5.235-.617a1.14 1.14 0 0 0 .902-.655l2.205-4.788a1.14 1.14 0 0 1 2.07 0l2.206 4.788c.166.36.508.609.902.655l5.235.618a1.14 1.14 0 0 1 .64 1.97l-3.872 3.576a1.14 1.14 0 0 0-.345 1.06l1.03 5.17a1.14 1.14 0 0 1-1.675 1.217l-4.598-2.577a1.14 1.14 0 0 0-1.115 0z'/%3E%3C/g%3E%3C/svg%3E")}
	.advantages_elite .item6:before {background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill='none' fill-rule='nonzero'%3E%3Ccircle cx='20' cy='20' r='20' fill='%23F8C332'/%3E%3Cpath fill='%23FFF' d='M19.887 26.725l-4.598 2.577a1.14 1.14 0 0 1-1.675-1.217l1.03-5.17a1.14 1.14 0 0 0-.345-1.06l-3.872-3.577a1.14 1.14 0 0 1 .64-1.97l5.235-.617a1.14 1.14 0 0 0 .902-.655l2.205-4.788a1.14 1.14 0 0 1 2.07 0l2.206 4.788c.166.36.508.609.902.655l5.235.618a1.14 1.14 0 0 1 .64 1.97l-3.872 3.576a1.14 1.14 0 0 0-.345 1.06l1.03 5.17a1.14 1.14 0 0 1-1.675 1.217l-4.598-2.577a1.14 1.14 0 0 0-1.115 0z'/%3E%3C/g%3E%3C/svg%3E")}
	.advantages_elite .item5:before {background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill='none' fill-rule='nonzero'%3E%3Ccircle cx='20' cy='20' r='20' fill='%235AD0FF'/%3E%3Cpath fill='%23FFF' d='M34.455 16.872c-2.076-1.053-4.257-1.79-6.665-1.714-1.38.044-2.715.355-4.05.652-.739.163-1.476.33-2.21.51a3.245 3.245 0 0 1-.662.087 3.216 3.216 0 0 1-.661-.087c-.734-.18-1.472-.347-2.21-.51-1.335-.297-2.67-.608-4.05-.652-2.409-.075-4.59.662-6.666 1.714-.945.479-1.191.904-.997 1.684.23.928.537 1.846.978 2.702.39.76.82 1.508 1.297 2.234.773 1.175 1.61 2.236 3.07 2.726.886.297 1.79.463 2.728.41.523-.03.996-.238 1.462-.454.464-.215.937-.413 1.354-.703.413-.288.853-.557 1.212-.898 0 0 1.486-1.35 2.483-1.558.998.208 2.483 1.558 2.483 1.558.36.341.8.61 1.213.898.417.29.89.488 1.353.703.467.216.94.425 1.463.454.938.053 1.842-.113 2.728-.41 1.46-.49 2.297-1.55 3.07-2.726.478-.726.906-1.474 1.297-2.234.44-.856.747-1.774.978-2.702.193-.78-.053-1.205-.998-1.684zm-20.886 5.25c-1.874-.595-2.847-2.58-2.847-2.58s2.067-1.02 3.942-.425c1.874.595 2.846 2.58 2.846 2.58s-2.067 1.021-3.94.426zm14.598 0c-1.874.596-3.941-.424-3.941-.424s.972-1.986 2.847-2.58c1.874-.596 3.94.424 3.94.424s-.971 1.985-2.846 2.58z'/%3E%3C/g%3E%3C/svg%3E")}
	.advantages_elite .item7:before {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill-rule='nonzero'%3E%3Cg transform='translate(-701 -462) translate(701 462)'%3E%3Ccircle cx='20' cy='20' r='20' fill='%23F96A5C'/%3E%3Cpath fill='%23FFF' d='M28.194 17.628c-.123.047-.24.11-.346.19-.546.415-1.564 1.549-1.564 1.549.032-.03-.733.733-1.433 1.439-.197.198-.527.056-.53-.228v-9.143c0-.896-.701-1.514-1.55-1.33-.678.147-1.04.798-1.04 1.577l.006 6.901-1.032.003v-9.34c0-.855-.665-1.417-1.466-1.199-.549.15-.806.683-.806 1.357v9.194l-1.03.003-.006-7.471c0-.747-.34-1.405-1.063-1.427-.75-.023-1.112.627-1.112 1.398l-.01 7.512-1.007.002v-4.924c0-.775-.35-1.361-1.105-1.361-.75 0-1.1.586-1.1 1.361v10.931c.377 5.62 3.453 6.378 6.668 6.378 2.664 0 4.795-1.365 5.975-3.547.152-.253.562-.92 1.05-1.71.691-1.122 1.32-2.127 1.76-2.84.582-.938 1.114-1.672 1.772-2.555.183-.246.335-.444.407-.525.198-.224.329-.502.368-.802v-.057c0-1.084-.82-1.708-1.806-1.336z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");}

.btn_elite_row {text-align:center; margin:52px 0px 48px 0px}
.btn_elite_on {width:280px; height:55px; display:block; font-weight:bold; font-size:15px; line-height:56px; color:#fff; text-align:center; margin:0 auto; border-radius:10px; background:#fb701b;
background:linear-gradient(to right, #fb701b 0%,#ffa70f 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb701b', endColorstr='#ffa70f',GradientType=1 )}
.elite_info {width: -webkit-max-content;width: -moz-max-content;width: max-content; height:45px; display:block; font-size:15px; line-height:42px; position:relative; margin:0 auto 14px; padding:0 10px 0 50px; border:solid 1px #dadada; border-radius:23px; box-shadow:0 2px 6px 0 rgba(0, 0, 0, 0.04)}
.elite_info:before {width:19px; height:19px; display:block; content:''; position:absolute; left:19px; top:12px; background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19'%3E%3Cpath fill='%236AC259' fill-rule='nonzero' d='M9.5 0a9.5 9.5 0 1 0 0 19 9.5 9.5 0 0 0 0-19zM7.757 14.38l-4.183-4.183 1.394-1.394 2.79 2.789 6.274-6.275 1.394 1.394-7.669 7.669z'/%3E%3C/svg%3E")}

.profileSidebarSet .messageCount {
  width: 20px;
  height: 20px;
  background: #44b462;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;font-size: 11px;
  color: #fff;  animation: blinkOpacity 2s ease-in-out infinite;
}

.viewsCount {
  width: 20px;
  height: 20px;
  background: #d7b05d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff; font-size: 11px; animation: blinkOpacity 2s ease-in-out infinite;
}

.profileSidebarSet {
  padding: 23px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.anonimRadio {
  background: #d9d9d9;
  width: 30px;
  height: 13px;
  border-radius: 30px;
  cursor: pointer;
  position: relative;
  border: 1px solid #d9d9d9;
}

.mobileProfileMenu {
  display: none;
}

.anonimRadioBtn {
  background: #848484;
  width: 15px;
  height: 13px;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.5s;
}

.profileSidebarSetItemAnonim:hover .anonimRadioBtn {
  transition: 0.5s;
  width: 30px;
  background: #44b462;
}

.userIconImg {
  width: 47px;
  border-radius: 50%;
}

.userIcon {
  position: relative;
}

.userDopIcon {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  background: #6b4acc;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.messagesChatBtn textarea {
  background: rgb(255, 255, 255);
  border: 0px;
  padding: 20px;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  height: 86px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
  padding-right: 130px;
}

.userHeaderAccaunt .userDopIcon {
  width: 14px;
  height: 14px;
  position: absolute;
  top: auto;
  background: #44b462;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #fff;
  font-weight: 400;
  font-size: 10px;
  line-height: 260%;
  color: #fff;
  bottom: -1px;
  right: -4px;
}

.userHeaderAccaunt .UserMessInfoT {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #000;
  margin-bottom: 0;
}

.userHeaderAccaunt .messagesUsersList {
  padding: 0;
}

.userHeaderAccaunt .messagesUsersList:hover {
  background: #fff;
}

.userHeaderAccaunt {
  display: flex;
  gap: 30px;
  align-items: center;
}

.AccExit {
  color: #999;
}

.profileOnfoMob {
  display: none;
}

.userHeaderAccaunt .userIconImg {
  width: 27px;
  height: 27px;
}

.messagesChatBtn {
  position: relative;
}

.btn-send {
  position: absolute;
  top: 14px;
  right: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 71%;
  color: #fff;
  background: #fb2d55;
  padding: 9px 18px;
}

.messagesChat {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
}

.btnBlock {
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  color: rgba(0, 0, 0, 0.4);
  background: none;
  padding: 5px;
  position: absolute;
  right: 22px;
  top: 57px;
  height: 22px;
}

.userDopIcon img {
  width: 11px;
}

.UserMessInfoT {
  font-weight: 400;
  font-size: 14px;
  line-height: 71%;
  color: #000;
  margin-bottom: 5px;
}

.profilePhotoPlus {
  display: none;
}

.profilePhotoLists a:last-child .profilePhotoPlus {
  display: flex;
}

.UserMessInfoSub {
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  color: rgba(0, 0, 0, 0.2);
}

.messagesUsersList {
  display: flex;
  align-items: center;
  gap: 11px;
  position: relative;
  padding-right: 50px;
  border-radius: 20px 0 0 20px;
  background: #fff;
  padding-left: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  transition: 0.5s;
}

.messagesUsersList.active {
  background: #f3f3f3;
}

.countMessInfo {
  font-weight: 400;
  font-size: 14px;
  line-height: 186%;
  color: #fff;
  position: absolute;
  right: 20px;
  top: 18px;
  background: #44b462;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.messagesUsersList:hover {
  transition: 0.5s;
  background: #f3f3f3;
  cursor: pointer;
}

.messagesChat .messagesUsersList {
  border-radius: 10px;
  background: #fff;
  padding-left: 7px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 7px;
  transition: 0.5s;
}

.messagesChat .messagesUsersList:hover {
  background-attachment: #fff;
}

.messagesChat .UserMessInfoT {
  font-weight: 600;
  font-size: 12px;
  line-height: 83%;
  color: #000;
  margin-bottom: 8px;
}

.dateMessenge {
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  color: #000;
  position: absolute;
  right: 10px;
  top: 13px;
}

.messagesChatOnline {
  display: grid;
  gap: 12px;
}

.messagesChat .UserMessInfoSub {
  font-weight: 400;
  font-size: 12px;
  line-height: 83%;
  color: #000;
}

.messagesPage {
  display: grid;
  grid-template-columns: 279px 1fr;
}

.messagesChat {
  width: auto;
  background: #f3f3f3;
  padding: 0 14px;
  padding-top: 18px;
  padding-bottom: 14px;
  border-radius: 15px;
}

.messagesT {
  font-weight: 600;
  font-size: 25px;
  line-height: 40%;
  color: #000;
  margin-bottom: 40px;
}

.welcomeContentT {
  font-weight: 600;
  font-size: 36px;
  color: #fff;
  margin-bottom: 8px;
}

.welcomeContentP {
font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
  margin-top: 15px;line-height: 1.5;
}

.welcomeContent .btn {
  font-weight: 400;
  font-size:18px;
  height: 51px;
  color: #fff;
  border-radius: 55px; position: relative; overflow: hidden;
}
.welcomeContent .btn:after {
  content: '';
  position: absolute;
  top: -70%;
  right: -200%;
  bottom: -50%;
  left: -180%;
  background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 158, 147, 0.5) 50%, rgba(229, 172, 142, 0));
  transform: rotateZ(60deg) translate(-6em, 9.5em);
} 
.welcomeContent .btn:after  { 
  animation: sheen 3s forwards;
  animation-iteration-count:infinite;
   animation-fill-mode: forwards; 
}
@keyframes sheen {
  100% {
    transform: rotateZ(60deg) translate(0em, -15em);
  }

}
.welcomeContentFooterLists .bestBlock {
  background: rgba(23, 23, 23, 0.2);
  border-radius: 15px;
  padding: 19px 15px;
  padding-right: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

.bestBlock img {
  width: 44px;
}

.bestT {
  font-weight: 700;
  font-size: 17px;
  color: #fff;
  margin-bottom: 5px;
}

.welcomePage .main-content {
  justify-content: space-between;
  position: relative;
}

.main-contentImg {
  position: absolute;
  width: auto;
  left: 400px;
  height: 100vh;
  width: 100vw;
}

.main-contentImg img {
  position: absolute;
  right: 100px;
  top: 25%;
  transform: translateY(-50%);
}

.welcomeContentFooterLists {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 13px;
  padding-bottom: 30px;
}

.welcomeContentFooter {
  position: relative;
}

.star-yellow {
  background: #ef9503;
}

.star-violet {
  background: #6b4acc;
}

.ListsBlogItem h2 {font-size: 18px; font-weight: 700; margin-bottom: 8px;}
.ListsBlogItem .messagesUsersList {
  padding: 0;
  margin-bottom: 15px;
}

.ListsBlogItem p {
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  color: #000;
}

.ListsBlogItem .messagesUsersList:hover {
  background: #fff;
}

.likePost {
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  color: #000;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.commentOpen {
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  color: #000;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.ListsBlogItemBtn {
  display: flex;
  gap: 30px;
  padding-top: 12px;
}

.ListsBlogItemBtn img {
  width: 16px;
}

.ListsBlogItemBtn .likePost img {
  filter: grayscale(1);
  transition: 0.2s;
}

.ListsBlogItemBtn a.likePost:hover img {
  filter: grayscale(0);
  transition: 0.2s;
}

.ListsBlogItem {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 17px;
}

.UserMessInfoT {
  font-weight: 600;
  font-size: 15px;
  line-height: 107%;
  color: #000;
  margin-bottom: 2px;
}

.UserMessInfoSub {
  font-weight: 400;
  font-size: 12px;
  color: #000;
}

.navigationPosts {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 30px;
}

.navigationPosts a {
  font-weight: 400;
  font-size: 15px;
  line-height: 200%;
  color: #000;
  background: #ffd9d9;
  text-decoration: none;
  border-radius: 10px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.PageLikes .main-content {
  width: 100%;
  overflow-x: hidden;
}

.navigationPosts a.actionPage {
  background: #fd4c4c;
  color: #fff;
}

.PageLikes .owl-item {
  min-width: 604px;
  /* height: 604px; */
  margin-right: 60px;
  filter: blur(4px);
  padding-bottom: 10px;
  transition: 0.5s;
  padding-top: 10px;
}

.itemUserLikeInfoT {
  font-weight: 600;
  font-size: 25px;
  line-height: 64%;
  text-align: center;
  color: #000;
}

.itemUserLikeInfoCity {
  font-weight: 400;
  font-size: 12px;
  line-height: 83%;
  color: #000;
  display: flex;
  align-items: center;
  gap: 2px;
}

.itemUserLikeInfoTop {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-top: 20px;
}

.itemUserLikeInfoBottom img {
  width: 16px !important;
  height: 16px !important;
  background: none !important;
}

.itemUserLikeInfoCity img {
  width: 16px !important;
  height: 16px !important;
  background: none !important;
}

.itemUserLikeInfo {
  min-height: 150px;
}

.PageLikes .pageFullHeight {
  padding-left: 0;
  padding-right: 0;
}

.PageLikes .owl-item img {
  height: 604px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
  object-fit: cover;
}

.PageLikes .owl-item.center {
  filter: blur(0px);
  transition: 0.5s;
}

#customersLikes2 .item {
  position: relative;
}

.itemLikesIcon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 18px;
  left: 18px;
}

.itemLikesIcon img {
  width: 26px !important;
  height: 26px !important;
  background: none !important;
}

.PageLikes .owl-stage {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.PageLikes .owl-stage-outer {
  display: flex;
}

.itemBtnLikes {
  opacity: 0;
  transition: 0.5s;
}

.owl-item.active .itemBtnLikes {
  opacity: 1;
  transition: 0.5s;
}

.itemBtnLikes .BtnHide:hover {
  width: 65px;
  transition: 0.3s;
}

.itemBtnLikes .BtnLike:hover {
  width: 65px;
  transition: 0.3s;
}

.itemBtnLikes .BtnHide {
  border-radius: 50px 0 0 50px;
  border: none;
  width: 53px;
  height: 53px;
  background: #fff;
  transform: rotate(-180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: -1px;
  transition: 0.3s;
}

.itemBtnLikes .BtnLike {
  transition: 0.3s;
  margin-right: -1px;
}

.itemBtnLikes .BtnHide img {
  width: 28px;
  height: 28px;
  background: none;
}

.itemBtnLikes .BtnLike img {
  width: 30px;
  height: 30px;
  background: none;
}

.BtnLike {
  cursor: pointer;
  border-radius: 50px 0 0 50px;
  border: none;
  width: 53px;
  height: 53px;
  background: #fff;
  transform: rotate(0deg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.itemBtnLikes {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(calc(-50% - 105px));
}

.welcomePage .main-container {
  overflow: hidden;
}

.messagesUsers .messagesUsersList {
  margin-left: -15px;
}

.PageLikes .usersDay_top_rigth {
  margin-right: 15px;
  position: relative;
  right: 15px;
}

.PageLikes .usersDay_top {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 175px;
}

.PageLikes .usersDay_top_left {
  justify-content: center;
  margin-right: -175px;
}

.btn-message {
  gap: 5px;
}

.mobileMenuPopup {
  position: fixed;
  top: 0;
  z-index: 25;
  background: #fff;
  /* overflow-y: scroll; */
}

.activeMobileMenu .popups {
  display: block;
}

.main-sidebarTop {
  overflow: scroll;
  height: 100vh;
}

.mobileMenu {
  display: none;
}

.activeMobileMenu .mobileMenu {
  display: block;
}

.mobileMenuClose {
  background: #f54d71;
  position: absolute;
  top: 0;
  right: -55px;
  z-index: 26;
  height: 55px;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobileMenuClose img {
  width: 33px;
}

.mobileMenuPopup .authorization {
  border: 0;
}

.mobileMenuPopup .authorization {
  padding-top: 18px;
}

.sidebarMobileMenu a {
  font-weight: 600;
  font-size: 16px;
  line-height: 250%;
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-right: 30px;
  margin-left: 15px;
  border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.sidebarMobileMenu li:last-child a {
  border: 0;
}

.sidebarMobileMenu a img {
  width: 23px;
  padding-right: 3px;
}

.mobileMenuPopup .logoSidebar {
  background: rgba(217, 217, 217, 0.3);
  padding: 20px 28px;
  margin-bottom: 0px;
}

.mobileMenuPopup::-webkit-scrollbar {
  display: none;
}

.ancetaItemT {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #000;
  margin-bottom: 20px;
}
.conos {display: flex;
    justify-content: center;
    align-items: center;
 
    text-align: center;}
.ancetaItem {
  display: flex;
  gap: 15px;
  padding-left: 25px;
}
.coloopo span {padding:5px 10px;
  background: #fef7f5;
  text-align: center; line-height: 1.2;
  border-radius: 15px;display: flex;
    justify-content: center;
    align-items: center;
 
    text-align: center;
  border: 1px solid #ffe9e9;}

  .coloopo .o {padding: 5px 10px;
  background: #fcfff2;
  text-align: center; line-height: 1.2;
  border-radius: 15px;display: flex;
    justify-content: center;
    align-items: center;
 
    text-align: center;
  border: 1px solid #e4f0db;}
.coloopo {width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 10px;}
.ancetaItemPunct {
  display: block;
  width: 100%;
  gap: 20px;
  justify-content: space-between;
 
  font-size: 13px;
  line-height: 67%;
  color: #000;
  margin-bottom: 18px;
}
.ancetaItemPunct  div {margin: 7px 0px;}
.cakeinfo {color: #c0c0c0; padding: 30px;}
.profile-grid .blockWhite {
  padding-bottom: 8px;
  padding-left: 14px;
  padding-right: 14px;
}

.ancetaItemPunct span {
  color: #898997; 
}

.ancetaItemImg img {
  width: 17px;
  opacity: 0.6;
}

.main-registration .RegisterPage {
  padding: 0;
}

.RegisterUsers {
  padding-top: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.RegisterUsers .messagesT {
  padding-left: 25px;
}

.RegisterUsers .RegisterFormBlock {
  padding: 25px;
  padding-top: 0;
}

.welcomeMobWersion {
  display: none;
}

.welcome18Placeholder {
  font-weight: 400;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.2);
  right: 10px;
  position: absolute;
  top: 10px;
}
.cookie_notice {
  display: none;
  position: fixed;
  z-index: 9999999;
  bottom: 5px;
  right: 0;
  text-align: center;
  font-size: 13px;
  color: #373737;
  background: #fff;
  padding: 10px 20px; box-sizing: border-box;
  width: 500px;
  border-radius: 15px;
  box-shadow: 1px 1px 15px #46435a;
}
/* Оформление кнопок */
.cookie_btn {
display: inline-block;
  margin: 10px 6px 4px 6px;
  text-decoration: none;
  position: relative;
  font-size: 13px;
  padding: 10px 12px;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  background: #fd4c4c; border-radius:20px;
}
.cookie_btn:hover { 
    opacity: 0.5;
}
.cookie_btn:after,
.cookie_btn:before {

}

.abser {width: 100% !important; box-sizing: border-box; height: 100px;}
.cookie_btn:before {
    top: -6px;
}
.cookie_btn:hover:after,
.cookie_btn:hover:before {
    width: 100%;
    left: 0;
}
.usersDay_top_rigth .custom-select-trigger {
  padding-left: 33px;
}
.bbgpro { background: url(/assets/img/pror.png) 0px 50% #fff !important;}
@media (max-width: 1480px) {
  .main-contentImg img {
    position: absolute;
    right: auto;
    top: 31%;
    transform: translateY(-50%);
    left: -12%;
  }
}

@media (max-width: 1335px) {
  .container {
    width: 1024px;
  }
  .usersDayLists {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .reclama-info {
    z-index: 1;
    position: relative;
    margin-top: 0px;
    max-width: 560px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 30px;
    padding-right: 15px;
  }

  .header-menu ul {
    margin-right: 0;
    font-size: 14px;
  }

  .messagesUsersList {
    padding-right: 25px;
  }

  .messagesUsersLists .UserMessInfo {
    display: none;
  }
  .messagesPage {
    display: grid;
    grid-template-columns: 80px 1fr;
  }
  .messagesT {
    margin-bottom: 20px;
  }
  .messagesChat {
    margin-top: 30px;
  }
  .countMessInfo {
    right: 21px;
    top: 36px;
  }
  .PageLikes .owl-item .cardUserImg {
    height: 404px;
  }
  .PageLikes .owl-item {
    min-width: auto;
  }
  .PageLikes .usersDay_top_rigth {
    display: flex;
  }
  .main-profile {
    overflow-x: hidden;
  }

  .profilePhotoLists {
    grid-template-columns: 1fr 1fr;
  }
  .profilePhotoLists a {
    display: flex;
    justify-content: center;
  }

  .profilePhotoLists img {
    width: 100%;
    object-fit: cover;
    height: auto;
  }
  .custom-select-trigger {
    min-width: 100px;
  }
  .RegisterFormFildT {
    padding-right: 10px;
  }
  .vozrastDo {
    padding-left: 0;
  }
}

@media (max-width: 1024px) {
  .container {
    width: 640px;
  }
  .RegisterFormAnceta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .RegisterFormFild {
    width: 100%;
  }

  .RegisterFormFildInput {
    grid-template-columns: 1fr;
  }

  .RegisterFormFildT {
    text-align: left;
    margin-top: 5px;
  }

  .messagesChat .UserMessInfoSub {
    line-height: 100%;
  }

  header .PcHeader {
    display: none;
  }

  header .mobileHeader {
    display: flex;
  }

  .main-sidebar {
    display: none;
  }

  .UserBg {
    height: 150px;
  }

  .userMiniCardInfo p {
    line-height: 100%;
  }

  .userMiniCardFooter .userMiniCardPhoto {
    display: none;
  }

  .usersDay_top_rigth {
    display: none;
  }

  .usersDay_top_left {
    justify-content: space-between;
    width: 100%;
  }

  .welcomePage .main-container {
    overflow: visible;
    grid-template-columns: 1fr;
  }

  .welcomePage .main-sidebar {
    display: none;
  }

  .welcomePage .main-content {
    display: none;
  }

  header {
    background: url(/assets/img/bgFonWelcome.png)  8% 10% #4019b4;
  }

  .mobileHeader .header-logo img {
    width: 120px;
  }

  .navigationBtn {
    display: grid;
    gap: 4px;
  }

  .main-container {
    grid-template-columns: 1fr;
  }

  .navigationBtn span {
    border-radius: 10px;
    width: 22px;
    height: 3px;
    background: #fff;
    display: block;
  }
  .usersDayLists {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 25px;
    margin-bottom: 25px;
  }
  .reclama img {
    opacity: 0.8;
  }
  .navigationPageTop div {
    white-space: nowrap;
  }
  .navigationPageTop {
    flex-wrap: wrap;
  }
  .infoPageT {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #000;
  }
  .PageBlog .usersDay_top_rigth {
    display: block;
  }
}

@media (max-width: 640px) {

  .header-logo a span {
  padding-top: 6px; color:#b2b2b2;
}

  .navigationPageTop {
    display: none;
  }
  .welcomeMobWersion {
    display: block;
  }
  .userMiniCardFooter {
    margin-top: 10px;
  }
  .userMiniCardCity {
    line-height: 100%;
  }
  .welcomeMobWersioniMG img {
    width: 800px;
    right: 36%;
    position: relative;
    margin-top: -100px;
    left: auto;
    margin-bottom: -230px;
  }

  header {
  height: 50px !important;
  }
  .welcomeMobWersion .header-logo a {
    font-weight: 400;
    font-size: 13px;
    line-height: 77%;
    color: #fff9f9;
  }
    header {
    background: url(/assets/img/bgFonWelcome.png) 400px 600px #4019b4;
  }
  .navigationBtn span:last-child {
width: 13px !important; opacity: 0.7;
  }
.header-logo {margin-top: -5px !important;}
  .mobileInfoT {
    font-weight: 300;
    font-size: 15px;
    color: #fff;
    line-height: 1.3;
  }
.wrap_elite {
  width: 100%;

}
.itemUserLikeInfoT {
  font-weight: 600;
  font-size: 16px;
  line-height: 64%;
  text-align: center;
  color: #000;
}

.PageLikes  .item img {
  height: 350px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
  object-fit: cover;
}
.PageLikes .usersDay_top {
  width: 100%;
  display: block;
  grid-template-columns: 1fr 175px;
}
.profile-card {
  width: 100% !important;
  margin: auto;
  position: relative;
}
.settinpa {width: 100%;}
.advantages_elite {
  display: unset;
  display: unset;
  grid-row-gap: unset;
  grid-column-gap: unset;
  -ms-grid-rows: unset;
  grid-template-rows: unset;
  -ms-grid-columns: unset;
  grid-template-columns: unset;
  margin-bottom: unset;
  row-gap: unset;
  grid-template-columns: unset;
}


.advantages_elite > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 15px;
  color: #252038;
  text-align: center;
  position: relative;
  border-radius: 15px;
  background: #ecf5fb;
  width: 100%;
  height: 100px;
  margin-bottom: 35px;
}
  .mobileInfo {
    display: grid;
    padding: 0 65px;
    gap: 20px;
    background: url(../img/Rectanglebg.png);
    padding-top: 100px;
    padding-bottom: 40px;
    background-size: contain;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    z-index: 10;
    position: relative;
  }
.coloner {width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: unset;
  gap: 20px;}
  .tips {
    width: 83px;
    position: absolute;
    top: 0;
    /* left: 0; */
    margin-left: -300px;
  }

  .welcomePage .footerEndText {
 
    line-height: 1;
    opacity: 0.3;
 
  }

  .mobileInfo .btn {
    justify-content: center;
    border-radius: 10px;
    font-weight: 400; height: 50px !important;
    font-size: 20px; position: relative; overflow: hidden;
  }


  .mobileInfo .btn:after {
  content: '';
  position: absolute;
  top: -70%;
  right: -200%;
  bottom: -50%;
  left: -180%;
  background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 158, 147, 0.5) 50%, rgba(229, 172, 142, 0));
  transform: rotateZ(60deg) translate(-6em, 9.5em);
} 
  .mobileInfo .btn:after  { 
  animation: sheen 3s forwards;
  animation-iteration-count:infinite;
   animation-fill-mode: forwards; 
}

  .mobileInfo .btnStyle2 {
    background: none !important;
    border: 1px solid #fff !important;
    color: #fff !important;
  }
    .mobileInfo .btnStyle2::after{content: unset !important;}
  .mobileInfo {
    display: grid;
    padding: 0 65px;
    gap: 20px;
    background: url(../img/Rectanglebg.png);
    padding-top: 80px;
    padding-bottom: 40px;
    background-size: contain;
    padding-bottom: 100px;
    background-repeat: no-repeat;
  }

  .welcomeMobWersion .logoSidebar {
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
    margin-top: 56px;
  }
  .welcomeMobWersion {
    overflow-x: hidden;
  }
  .welcomeMobWersiont {
    font-weight: 600;
    font-size: 25px;
    text-align: center;
    color: #fff;
    margin: 0 40px;
  }
  .welcomePage .container {
    max-width: 100%;
  }
  .profile-anceta {
    grid-template-columns: 1fr;
  }
  .ancetaItem {
    padding-left: 0;
  }
  .ancetaItemPunct {
    display: block;
    width: 100%;
  }
  .cakeinfo {
  color: #c0c0c0;
  padding: 0px;
  display: block;
}
  .ancetaItemInfo {
    width: 100%;
    padding-right: 10px;
  }
  .ancetaItem {
    padding-left: 5px;
  }
  .profile-anceta {
    row-gap: 20px;
  }
  .iconProfile img {
    width: 35px !important;
  }
  .btn {
    padding: 0 15px;
  }
  .iconProfile {
    width: 43px;
    height: 43px;
  }
  .profileLeftBtn .btn {
    padding: 0;
  }
  .main-profile .profile {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .profile-grid {
    display: grid;
    grid-template-columns: 1fr;
  }
 
  .flex {  width: 100%;
  display: block;
}
.insech {margin-bottom: 8px; font-weight: 700; padding-left: 8px; font-size: 13px;}
.flexs {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1,0.9fr);
grid-auto-rows: 0.6fr;
  gap: 0px;
}
.flex .jq-selectbox__select {margin-bottom: 10px;}
  .profileImg img {
    width: 100%;
  }
  .btn-message {
    text-transform: capitalize;
    display: flex;
    justify-content: center;
  }
  .profileLeftBtn {
    padding: 0 7px;
  }
  .ErrorInfoT {
    font-size: 100px;
  }
  .likeCount {
    position: relative;
    right: 11px;
    top: -7px;
    width: 0;
    background: none;
  }
  .main-profile .profile {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  .profileImg img {
    border-radius: 10px 10px 0 0;
  }
  .profilePhotoLists {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .container {
    width: auto;
    max-width: 500px;
  }

  .btn-message span {
    display: none;
  }

  .PageLikes .usersDay_top_left {
    justify-content: flex-start;
    margin-right: 0;
    padding-left: 15px;
  }
  .PageLikes .owl-item {
    margin-right: 0;
  }
  .PageLikes .usersDay_top {
    margin-bottom: 5px;
  }
  .itemUserLikeInfo {
    padding-left: 15px;
    padding-right: 15px;
  }

  .profilePhotoLists a:last-child {
    display: none;
  }
.informata {
  padding-left: 10px;
  padding-top: 10px;
  line-height: 1.3;
  color: #555555;
  width: 220px;
}
.informat {
  padding-left: 10px;
  border-left: 3px solid #c0c0c0;
  padding-bottom: 10px;
  line-height: 1.3;
  color: #333;
  width: 220px;
}
  .profileImg::after {content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 150px; background: #c2324a;
background: linear-gradient(0deg, rgb(87, 65, 156) 4%, rgba(232, 227, 227, 0) 100%);
    z-index: 2;}

  .usersDay .usersDay_top_left {
    padding-left: 10px;
  }

  .profileOnfoMob {
    display: block;
    position: absolute; z-index: 5;
    bottom: 0;
  }

  .profileOnfoMob .profileT {
    font-weight: 600;
    font-size: 20px;
    line-height: 50%;
    color: #fff;
    padding-left: 23px;
  }
  .ancetaItem {
  display: block; 
  padding-left: 25px;
}
.conos {
  display: block;
  justify-content: unset;
  align-items: center;
  text-align: unset; margin-bottom: 20px !important;
}
.coloopo {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  gap: 10px;
}
.ancetaItemImg {margin-bottom: 6px;}
.profile {
  display: block;
  grid-template-columns: 100% 1fr !important;
  gap: 30px;
}
  .profileOnfoMob .profileSubtitle {
    color: #fff;
    margin-top: 13px;
    padding-left: 23px;
    margin-bottom: 18px;
  }

  .profileRight .profileT {
    display: none;
  }

  .profileRight .profileSubtitle {
    display: none;
  }
.you_liked {
  width: auto;
  height: unset;
  display: inline-block;
  font-size: 14px;
  line-height: 42px;
  color: #000;
  position: relative;
  margin: 0 auto;
  padding: 0 20px 0 53px;
  border: solid 1px #dadada;
  border-radius: 23px;
  background: #fff;
  line-height: 0 2px 6px 0 rgba(0, 0, 0, 0.04);
  line-height: 1.4;
  text-decoration: none;
}
.cookie_btn {
display: inline-block;
  margin: 10px 6px 0px 6px;
  text-decoration: none;
  position: relative;
  font-size: 13px;
  padding: 10px 12px; width: 100%;
  color: #FFF;
  font-weight: bold; box-sizing: border-box;
  text-transform: uppercase;
  background: #fd4c4c; border-radius:20px;
}
.cookie_notice {
  display: none;
  position: fixed;
  z-index: 9999999;
  bottom: 5px;
  right: 5%;
left:5%;
  text-align: center;
  font-size: 13px;
  color: #373737;
  background: #fff;
  padding: 10px 20px;
  width: 90%; box-sizing: border-box;
  border-radius: 15px;
  box-shadow: 1px 1px 15px #46435a;
}
  .profileLeftBtn {
    display: grid;
    gap: 7px;
    align-items: center;
    grid-template-columns: 1fr 1fr;
  }
.badge {
  width: 42px;
  height: 33px;
  display: block;
  position: absolute;
  right: -5px;
  top: 3px;
  background: url('/assets/img/bubble.svg') no-repeat;
}
  .profileLeftBottom {
    margin-top: 0;
  }

  .profileOnfoMob .profileSubtitle img {
    display: none;
  }

  .profilePhotoLists a:nth-last-child(2) .profilePhotoPlus {
    display: flex;
  }

  #customersLikes2 .owl-item {
    opacity: 0;
  }

  #customersLikes2 .owl-item.active {
    opacity: 1;
  }
  .PageLikes .owl-item img {
    border-radius: 15px;
  }
  .messagesUsers .messagesUsersList {
    margin-left: 0;
  }
.RegisterFormFildInput .vozrast {
  display: block;
  grid-template-columns: 1fr;
  gap: 10px;
  align-items: center;
}
.birthselect {
  display: block;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
.ta_center {
  text-align: center !important;
  font-size: 14px;
  font-weight: 500;
}
.usersDay_top {
  display: block;
}
.mybutblog {display: block;}
.RegisterFormFooter {
  display: grid;
  grid-template-columns: 1fr;
  gap: 35px;
  background: #f8f8f8;
  padding: 25px;
  border-radius: 15px;
  align-items: anchor-center;
  margin-bottom: 40px;
}
.messagesT {
  font-weight: 600;
  font-size: 20px;
  line-height: 40%;
  color: #000;
  margin-bottom: 40px;
}
.usersDayT {
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  color: #000;
  display: flex;
  align-items: center;
  gap: 7px;
}
.wrap_elite {
  width: 100%;
  color: #000;
  margin: 0 auto;
  padding-top: 19px;
}
.RegisterUsers .RegisterFormBlock {
  padding: 5px;
    padding-top: 5px;
  padding-top: 0;
}

.thumbs_women, .thumbs_men {
  width: 100%;
  height: 100px;
  display: block;
  position: relative;
  margin: 15px auto 24px;
  background: url('/assets/img/girls.png') 50% no-repeat;
}

.birthselect .custom-select-wrapper { margin-bottom: 10px;}
  .vozrastDo {
  display: block;
  align-items: center;
  width: 100%; margin-top: 15px;
  padding-left: 0px;
}
  .countMessInfo {
    right: auto;
    top: 22px;
    left: 240px;
  }
  .footerMenu {
    flex-wrap: wrap;
    row-gap: 0px;
    text-align: center;
    justify-content: center;
  }
  .blockUserPopup {
    width: 95%;
  }
  .blockUserFormTop {
    margin-top: 25px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .messagesChat {
   
  }
.reclama {
  position: relative;
  display: flex;
  justify-content: end;
  min-height: 176px;
  border-radius: 10px;
  overflow: hidden;
}
.PageLikes .usersDayT {margin-bottom: 15px;}
  .reclama .btn {padding: 15px; width: 150px; line-height: 20px; height: 20px !important;
    text-align: center;
    display: unset;}
  .messagesUsersList.active {
    background: none;
  }
  .messagesUsersLists .UserMessInfo {
    display: block;
  }
  .messagesPage {
    grid-template-columns: 1fr;
  }
  header .mobileHeader {
    width: 100%;
  }

  .mobileProfileMenu {
    display: flex;
  }

  .mobileProfileMenu a {
    font-weight: 400;
    font-size: 12px;
    line-height: 83%;
    color: #fff;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    position: relative;
  }

  .countMessMenu {
    font-weight: 700;
    font-size: 12px;
    line-height: 83%;
    color: #000;
    background: #addb6d;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    right: 14px;
  }

  .mobileProfileMenu img {
    width: 32px;
  }

  .mobileProfileMenu {
    display: flex;
    position: fixed;
    background: linear-gradient(180deg, #4019b4 48.96%, #2d1083 100%);
    bottom: 0;
    width: 100%;
    padding: 10px;
    justify-content: space-around;
    z-index: 10;
    box-sizing: border-box;
  }
  .UserBg {
    height: auto;
  }
  .usersDayLists {
    grid-template-columns: 1fr 1fr;
    row-gap: 20px !important;
    gap: 10px;
    margin-bottom: 20px;
  }
  .userMiniCardT {
    margin-top: 13px;
  }
  .blockWhite {
    padding: 15px 10px;
  }
  .footerTop {
    flex-direction: column-reverse;
    gap: 0;
  }
  .footerEndText {
    font-size: 11px;
    text-align: center;
    line-height: 1.2;
  }
  .reclama-info {
    padding: 29px 0;
    flex-direction: column;
    align-items: baseline;
    gap: 0px;
    padding-right: 24px;
  }
  .absReclama {
    display: none;
  }
  .mobileHeader {
    margin: 0 20px;
  }
  .welcomeMobWersion .footerMenu a {
    line-height: 131%;
  }
}

@media (max-width: 450px) {
  .welcomeMobWersioniMG img {
    width: 650px;
    right: 33%;
    position: relative;
    margin-top: -100px;
    left: auto;
    margin-bottom: -218px;
  }
  .mobileInfo {
    background-size: 460px;
  }
}
@media (max-width: 405px) {
  .welcomeMobWersioniMG img {
    right: 41%;
    margin-bottom: -235px;
  }
}
