:root {
  --snow: #faf6f5;
  --black-2: black;
  --crimson: #d83f35;
  --misty-rose: #edd8d6;
  --white: white;
  --black-25: #00000040;
  --red-2: #e63821;
  --purple: #892b6f;
  --redgradiant: #e63821;
  --brown: #c62449;
  --black-8: #00000014;
  --deep-pink-gradsiant: #ed2e78;
  --goldenrod: #fdc51a;
  --crimson-2: #e62563;
  --red: #ee4234;
  --light-grey: #c5cad4;
  --purple-middle: #c32549;
  --white-35: #ffffff59;
  --dim-grey-65: #4a5568a6;
  --dim-grey: #4a5568;
  --dark-slate-blue: #303848;
  --black-50: #00000080;
  --medium-violet-red: #9a1d62;
  --black: #333;
  --dim-grey-20: #4a556833;
  --dim-grey-50: #4a556880;
  --dim-grey-70: #4a5568b3;
  --seashell: #f6e7e1;
  --663399: #69218d;
  --color: white;
  --white-smoke: whitesmoke;
  --clear: #0000;
  --ghost-white: #f5f4f9;
  --misty-rose-20: #edd8d63b;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://web-archive.nli.org.il/National_Library/oe_/https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  background-color: var(--snow);
  direction: rtl;
  color: var(--black-2);
  text-align: right;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 800;
  line-height: 44px;
}

h2 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 800;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 800;
  line-height: 26px;
}

p {
  margin-top: 10px;
  margin-bottom: 20px;
}

a {
  color: var(--crimson);
  text-decoration: none;
  transition: all .15s ease-in-out;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

img {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: inline-block;
}

label {
  color: #00000059;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 600;
  display: block;
}

.splash_sec {
  background-color: var(--misty-rose);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.splash_logo {
  width: 24%;
}

.nav_sec {
  background-color: var(--white);
  justify-content: center;
  align-items: flex-start;
  padding-top: 14px;
  padding-bottom: 12px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.nav_sec.desk {
  border-left: 1px none var(--black-25);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 14%;
  padding: 108px .8em 20px;
  font-size: 16px;
  display: flex;
  inset: 0% 0% 0% auto;
  overflow: auto;
}

.nav_sec.full {
  box-shadow: 0 0 1vw 0 var(--black-25);
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.nav_line {
  border-right: 1px solid var(--black-25);
  border-bottom: 1px solid var(--black-25);
  min-width: 90%;
  height: 1px;
  margin: 16px 0;
}

.nav_link {
  color: var(--red-2);
  text-align: center;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
}

.nav_link:hover {
  opacity: 1;
}

.nav_link.grey {
  filter: saturate(16%) hue-rotate(204deg);
  color: var(--purple);
  white-space: nowrap;
  flex-direction: row;
  font-size: 16px;
  line-height: 16px;
}

.nav_link.grey:hover {
  filter: none;
}

.nav_icon {
  justify-content: center;
  align-items: center;
  width: 38px;
  min-width: 38px;
  margin-left: .5vw;
  display: flex;
}

.nav_icon.profile {
  padding-left: 5px;
  padding-right: 5px;
}

.top_sec {
  z-index: 100;
  background-color: var(--white);
  box-shadow: 0 0 1vw 0 var(--black-25);
  min-height: 74px;
  padding: 12px 2%;
  position: sticky;
  top: 0;
}

.top_sec.full {
  background-color: var(--white);
  box-shadow: 0 0 1vw 0 var(--black-25);
}

.top_sec.chat {
  background-color: var(--white);
}

.top_sec.desk {
  padding-right: 16.5%;
}

.content_sec {
  padding-bottom: 6%;
  padding-left: 2%;
  padding-right: 2%;
}

.content_sec.full {
  padding-bottom: 0%;
  padding-left: 0%;
  padding-right: 0%;
}

.content_sec.white {
  width: 100%;
  min-height: 100vh;
  padding-bottom: 50px;
  position: relative;
}

.content_sec.red {
  z-index: 200;
  background-color: var(--redgradiant);
  color: var(--white);
  min-height: 100vh;
  padding-bottom: 50px;
  position: relative;
}

.content_sec.desk {
  padding-right: 16%;
}

.content_sec.prem_options {
  padding-bottom: 2%;
}

.gallery_list {
  flex-wrap: wrap;
  align-content: flex-start;
  width: 100%;
  max-width: 982px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.gallery_list_item {
  background-color: var(--white);
  border-radius: 16px;
  width: 31.3%;
  height: 38vw;
  max-height: 400px;
  margin-bottom: 2%;
  margin-left: .8%;
  margin-right: 1.2%;
  position: relative;
  overflow: hidden;
}

.gallery_list_item.prof {
  border-radius: 20px;
  width: 48%;
  height: 58vw;
  max-height: 700px;
  margin-left: 1%;
  margin-right: 1%;
}

.gallery_link {
  color: var(--white);
  background-image: linear-gradient(#0000 44%, #0003);
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 3% 4%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gallery_link:hover {
  background-image: linear-gradient(#0000 44%, #0000004d);
}

.gallery_link.prof {
  background-image: linear-gradient(#0000004d 1%, #0000 49%, #0006);
  justify-content: space-between;
  padding: 3% 5% 4%;
}

.item_pict_block {
  background-color: #0000001f;
  background-image: url('/National_Library/oe_/https://shoshke.motke.co.il/assets/images/user_bgr.svg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: 90%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.item_pict {
  object-fit: cover;
  height: 101%;
}

.item_pict.no_upload {
  opacity: 1;
  display: none;
}

.item_title {
  letter-spacing: .2px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 800;
  line-height: 28px;
}

.status_icon {
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 40px;
  margin-bottom: 5px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 5px 1px #fff9;
}

.status_icon.prof {
  width: 44px;
  margin-top: 8px;
  margin-bottom: 0;
  margin-left: 4px;
  box-shadow: 0 0 8px 1px #fff9;
}

.status_icon.gift_prof {
  box-shadow: 0 0 8px 1px var(--black-25);
  width: 44px;
  margin-top: 8px;
  margin-bottom: 0;
  margin-left: 4px;
}

.status_icon.gift {
  box-shadow: 0 0 5px 1px var(--black-25);
}

.item_status_group {
  padding-top: 10px;
  padding-left: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.top_content {
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.top_content.profile {
  justify-content: space-between;
  align-items: center;
  max-width: 600px;
  display: flex;
}

.top_content.messages {
  max-width: 600px;
}

.top_title_nav {
  border: 2px none var(--crimson);
  background-color: var(--white);
  border-radius: 6vw;
  justify-content: flex-end;
  align-items: center;
  padding: 3px .5%;
}

.top_title_nav.profile {
  float: right;
  border-style: none;
  width: 80%;
  padding: 0;
  position: relative;
}

.top_title {
  float: right;
  max-width: 85%;
  margin-top: 4px;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 30px;
  line-height: 36px;
}

.top_title.messages {
  margin-bottom: 4px;
  margin-right: 0;
}

.top_title.edit {
  margin-top: 0;
  margin-right: 0;
}

.top_menu {
  float: left;
}

.top_menu_button {
  float: left;
  background-image: url('/National_Library/oe_/https://shoshke.motke.co.il/assets/images/ic_filter.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 36px;
  height: 46px;
  padding: 7px 0 0 40px;
  font-size: 18px;
  font-weight: 600;
  transition: all .15s ease-in-out;
  display: block;
  overflow: hidden;
}

.top_menu_button:hover {
  filter: brightness(110%);
  color: var(--brown);
}

.top_menu_button.w--open {
  background-image: url('/National_Library/oe_/https://shoshke.motke.co.il/assets/images/ic_close.svg');
  background-position: 5px;
  background-repeat: no-repeat;
  background-size: 28px;
}

.top_menu_button.arrow {
  background-image: url('/National_Library/oe_/https://shoshke.motke.co.il/assets/images/ar_bot_red.svg');
  background-size: 30px;
}

.top_menu_button.arrow.w--open {
  background-image: url('/National_Library/oe_/https://shoshke.motke.co.il/assets/images/ic_close.svg');
  background-position: 2px;
  background-size: 26px;
}

.top_menu_list.w--open {
  background-color: var(--white);
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  width: 81vw;
  max-width: 980px;
  margin-top: 54px;
  padding: 10px 60px 20px;
  inset: 0% auto auto 0%;
}

.tag_list {
  flex-wrap: wrap;
  align-content: flex-start;
  width: 102%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.tag_list.menu {
  margin-top: 40px;
  margin-bottom: 20px;
}

.top_menu_link {
  border-bottom: 1px solid var(--black-25);
  text-align: right;
  padding: 12px 0 14px;
  font-size: 22px;
  font-weight: 800;
  line-height: 28px;
}

.top_menu_link:hover {
  color: var(--crimson);
}

.top_menu_link.premium {
  background-image: url('/National_Library/oe_/https://shoshke.motke.co.il/assets/images/ic_premium_menu.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1.8em;
  padding-left: 8%;
}

.tag_item {
  margin-bottom: 16px;
  margin-left: 18px;
}

.tag_link {
  background-color: var(--black-8);
  color: var(--black-2);
  border-radius: 20px;
  padding: 8px 18px;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
}

.button {
  background-color: #0000;
  background-image: linear-gradient(to right, var(--redgradiant), var(--deep-pink-gradsiant));
  color: var(--white);
  text-align: center;
  border-radius: 16px;
  min-width: 50%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 16px 40px 18px;
}

.button:hover {
  filter: brightness(110%);
}

.button.profile {
  background-image: linear-gradient(to right, var(--redgradiant), var(--deep-pink-gradsiant));
  width: 100%;
  margin-top: 20px;
}

.button.filtering {
  background-image: linear-gradient(to right, var(--redgradiant), var(--deep-pink-gradsiant));
  min-width: 50%;
  font-size: 20px;
  font-weight: 600;
}

.gallery_prof_info {
  flex-direction: column;
  margin-left: 6%;
  font-weight: 600;
  display: flex;
}

.gallery_prof_info.status {
  align-items: flex-start;
  margin-left: 0%;
}

.gallery_prof_info.full {
  background-image: linear-gradient(#0000 21%, #00000080);
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: 0%;
  padding-bottom: 90px;
  padding-left: 50px;
  padding-right: 50px;
  position: absolute;
  inset: 0%;
}

.user_basic_info {
  float: right;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

.user_basic_info.my_prof {
  justify-content: center;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 20px;
  display: flex;
}

.user_name {
  letter-spacing: .2px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  font-size: 34px;
  font-weight: 800;
  line-height: 38px;
  display: inline;
}

.user_name.my_prof {
  letter-spacing: 0;
  font-weight: 700;
}

.user_name.info {
  font-size: 24px;
  line-height: 30px;
}

.ic_vi {
  background-image: url('/National_Library/oe_/https://shoshke.motke.co.il/assets/images/ic_vi.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  display: inline-block;
}

.ic_vi.verified {
  width: 28px;
  height: 28px;
  margin-right: 0;
  position: absolute;
  inset: auto auto 0% -6px;
}

.ic_vi.prof_big {
  width: 6%;
  height: 6%;
  margin-right: 0;
  position: absolute;
  inset: 3% 3% auto auto;
}

.flah {
  background-color: var(--goldenrod);
  color: var(--black-2);
  border-radius: 24px;
  margin-bottom: 10px;
  padding: 4px 24px 5px;
  font-size: 18px;
  line-height: 24px;
}

.content_block {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content_block.footer {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.content_block.chat {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.content_block.premium_opt {
  max-width: 660px;
  padding-top: 30px;
}

.profile_pict_group {
  color: var(--white);
  flex-direction: column;
  justify-content: flex-end;
  min-height: 800px;
  position: relative;
}

.profile_info_group {
  clear: both;
  background-color: var(--white);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  margin-top: -60px;
  padding: 30px 50px 20%;
  position: relative;
}

.my_menu {
  margin-left: 0;
  margin-right: auto;
}

.my_menu_button {
  float: left;
  background-image: url('/National_Library/oe_/https://shoshke.motke.co.il/assets/images/ic_menu.svg');
  background-position: -8px;
  background-repeat: no-repeat;
  background-size: auto 80%;
  width: 46px;
  height: 46px;
  padding: 0;
  transition: none;
  display: block;
}

.my_menu_button.w--open {
  background-image: url('/National_Library/oe_/https://shoshke.motke.co.il/assets/images/ic_top_close.svg');
  background-position: 0;
  background-size: 70%;
}

.top_back {
  background-color: var(--red-2);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  margin-left: 3%;
  padding-left: 11px;
  padding-right: 11px;
  display: flex;
  overflow: hidden;
}

.top_back.search {
  background-color: var(--red-2);
  position: absolute;
  inset: auto 2% auto auto;
}

.top_back.signup {
  background-color: var(--red-2);
  color: var(--red-2);
  margin-left: 0%;
  position: absolute;
  inset: auto 0% auto auto;
}

.top_back.signup:hover {
  filter: none;
}

.top_back.close {
  filter: grayscale();
  background-color: #0000;
  border-radius: 0%;
  margin-left: 0%;
  padding-left: 0;
  padding-right: 20px;
  position: absolute;
  inset: auto auto auto 0;
}

.top_back.close:hover {
  filter: none;
}

.top_back.white {
  background-color: var(--white);
  margin-top: 20px;
  position: absolute;
  inset: auto 0% auto auto;
}

.top_back.white:hover {
  filter: none;
}

.top_back.card {
  z-index: 100;
  background-color: var(--red-2);
  position: absolute;
  inset: 2% 2% auto auto;
}

.top_back.login {
  margin-left: 0%;
  position: absolute;
  inset: 4% 0% auto auto;
}

.top_back.search_res {
  float: right;
  background-color: var(--red-2);
  margin-left: 2%;
  display: flex;
  position: relative;
}

.full_prof_info {
  flex-flow: wrap;
  align-content: center;
  align-items: center;
  width: 81%;
  font-weight: 600;
  display: flex;
}

.my_menu_list.w--open {
  background-color: var(--red-2);
  color: var(--white);
  border-bottom-right-radius: 2vw;
  border-bottom-left-radius: 2vw;
  width: 61vw;
  max-width: 600px;
  margin-top: 68px;
  margin-right: 4px;
  padding: 10px 50px 50px;
  inset: 0% auto auto 0%;
}

.user_add_info {
  float: right;
  clear: right;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
  width: 100%;
  font-weight: 400;
  display: flex;
}

.button_full {
  background-color: #0000;
  background-image: linear-gradient(to right, var(--redgradiant), var(--deep-pink-gradsiant));
  color: var(--white);
  text-align: center;
  letter-spacing: .2px;
  border-radius: 16px;
  min-width: 65%;
  margin: 10px auto;
  padding: 16px 40px 18px;
  font-weight: 600;
  transition: all .2s;
}

.button_full:hover {
  filter: brightness(110%);
}

.button_full.send {
  background-color: var(--purple);
  color: var(--white);
  background-image: none;
  min-width: 65%;
}

.button_full.welcome {
  margin-top: 40px;
  margin-bottom: 20px;
}

.button_full.meet {
  border-radius: 1vw;
  min-width: 46%;
  max-width: 80%;
  margin-top: 1%;
  margin-bottom: 1%;
  padding: 1vw 2vw;
  font-size: 1.6vw;
  line-height: 2vw;
}

.button_full.mood {
  background-image: linear-gradient(to right, var(--redgradiant), var(--deep-pink-gradsiant));
  min-width: 86%;
}

.button_full.camera {
  background-image: url('/National_Library/oe_/https://shoshke.motke.co.il/assets/images/ic_camera.svg'), linear-gradient(to right, var(--redgradiant), var(--deep-pink-gradsiant));
  background-position: 70% 44%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 6.4%, auto;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-right: 80px;
}

.button_full.prem {
  border-radius: .8vw;
  min-width: 75%;
  margin-top: 1.4vw;
  margin-bottom: 1vw;
  padding: 1vw 2vw;
  font-size: 1.6vw;
  line-height: 2vw;
}

.button_full.lock {
  background-image: url('/National_Library/oe_/https://shoshke.motke.co.il/assets/images/ic_locker_w.svg'), linear-gradient(to right, var(--redgradiant), var(--deep-pink-gradsiant));
  background-position: 70% 44%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 6.4%, auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 80px;
  font-size: 22px;
}

.button_full.pict_edit {
  min-width: 25%;
  margin-top: 30px;
  padding-left: 50px;
  padding-right: 50px;
}

.button_full.inactive {
  background-image: linear-gradient(to bottom, #d4dae4, var(--light-grey));
  color: var(--white);
  min-width: 65%;
}

.button_full.inactive:hover {
  filter: brightness(103%);
}

.button_full.premium_opt {
  border-radius: 14px;
  min-width: 60%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 14px;
  padding-bottom: 16px;
  font-size: 22px;
  line-height: 28px;
}

.button_full.meet-_send {
  background-image: url('/National_Library/oe_/https://shoshke.motke.co.il/assets/images/ic_send.svg'), linear-gradient(to right, var(--redgradiant), var(--deep-pink-gradsiant));
  background-position: 94%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 2vw, auto;
  border-radius: 1vw;
  min-width: 46%;
  max-width: 80%;
  margin-top: 1%;
  margin-bottom: 1%;
  padding: 1vw 4.8vw 1vw 2vw;
  font-size: 1.6vw;
  line-height: 2vw;
}

.button_full.premium_options {
  background-color: #a10a66;
  background-image: linear-gradient(90deg, var(--purple-middle), var(--purple-middle));
  border-radius: 14px;
  min-width: 60%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 14px;
  padding-bottom: 16px;
  font-size: 22px;
  line-height: 28px;
}

.button_full.prem_order {
  background-image: linear-gradient(39deg, var(--redgradiant), var(--purple-middle));
  min-width: 100%;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 400;
}

.user_place_txt {
  margin-left: 10px;
  font-weight: 700;
}

.age_txt {
  display: inline;
}

.age_txt.my_prof {
  font-size: 32px;
  line-height: 38px;
}

.info_group_list {
  border-bottom: 1px solid var(--black-25);
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
}

.info_group_item {
  margin-bottom: 15px;
}

.property_txt {
  display: inline;
}

.property_txt.title {
  margin-left: 10px;
  font-weight: 700;
}

.cat_tag_list {
  margin-top: 30px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.cat_tag_item {
  border-bottom: 1px solid var(--black-25);
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.cat_tag_title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.verified_prof_group {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.verified_pict_block {
  width: 74px;
  height: 74px;
  margin-left: 22px;
  position: relative;
}

.verified_info_group {
  flex-direction: column;
  display: flex;
}

.verified_pict {
  background-color: #0000001f;
  background-image: url('/National_Library/oe_/https://shoshke.motke.co.il/assets/images/user_bgr.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 106%;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.verified_info_title {
  margin-top: 5px;
  font-size: 24px;
  line-height: 28px;
}

.my_menu_link {
  border-bottom: 1px solid var(--white-35);
  color: var(--white);
  text-align: right;
  padding: 12px 0 14px;
  font-size: 22px;
  font-weight: 800;
  line-height: 28px;
}

.my_menu_link:hover {
  opacity: .9;
}

.search_sec {
  background-color: #fff;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 150px;
}

.form_field_content {
  border-bottom: 1px solid var(--black-25);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.form_field_content.login {
  border-bottom-style: none;
}

.form_field_content.duo {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-top: 15px;
  display: flex;
}

.form_field_content.prior {
  padding-top: 20px;
  padding-bottom: 0;
}

.form_field_content.meet {
  border-bottom-style: none;
  max-width: none;
}

.form_field_content.edit {
  border-bottom-style: none;
  padding-top: 20px;
  padding-bottom: 0;
}

.form_field_content.prior_edit {
  border-bottom-style: none;
  padding-bottom: 0;
}

.form_field_content.edit_check, .form_field_content.picts_edit {
  border-bottom-style: none;
}

.form_field_content.setting {
  border-bottom-style: none;
  padding-bottom: 0;
}

.form_field_content.interest {
  border-bottom-style: none;
  padding-bottom: 60px;
  display: flex;
}

.form_field_content.important {
  text-align: center;
  margin-bottom: 10px;
  padding-top: 12px;
  padding-bottom: 14px;
}

.form_field_content.people_search {
  text-align: center;
  border-bottom-style: none;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 14px;
}

.field_block {
  text-align: right;
  flex-flow: column wrap;
  place-content: flex-start center;
  align-items: stretch;
  font-size: 22px;
}

.field_block.trio {
  width: 31%;
}

.field_block.sex {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.field_block.quatro {
  width: 23%;
}

.field_block.duo {
  width: 48%;
}

.field_block.meet {
  text-align: center;
  margin-bottom: 1%;
  padding-left: 18%;
  padding-right: 18%;
  font-size: 1.2vw;
  line-height: 1.6vw;
  position: relative;
}

.txt_field {
  border: 3px solid var(--dim-grey-65);
  background-color: var(--white);
  color: var(--black-2);
  text-align: center;
  border-radius: 14px;
  width: 100%;
  height: 60px;
  margin-bottom: 0;
  padding: 4px 2%;
  font-size: 22px;
  font-weight: 700;
}

.txt_field:hover {
  border-color: #4a5568;
}

.txt_field:active, .txt_field:focus {
  border-color: var(--crimson);
}

.txt_field.mail {
  direction: ltr;
  background-image: url('/National_Library/oe_/https://shoshke.motke.co.il/assets/images/ic_mail.svg');
  background-position: 3%;
  background-repeat: no-repeat;
  background-size: auto 60%;
}

.txt_field.mail:active, .txt_field.mail:focus {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.txt_field.password {
  background-image: url('/National_Library/oe_/https://shoshke.motke.co.il/assets/images/ic_locker.svg');
  background-position: 3%;
  background-repeat: no-repeat;
  background-size: auto 60%;
}

.txt_field.password:active {
  color: var(--black-2);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.txt_field.password:focus {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.txt_field.name {
  border-color: var(--dim-grey-65);
  background-image: url('/National_Library/oe_/https://shoshke.motke.co.il/assets/images/ic_name.svg');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: auto 56%;
}

.txt_field.name:active, .txt_field.name:focus {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.txt_field.place {
  background-image: url('/National_Library/oe_/https://shoshke.motke.co.il/assets/images/ic_place.svg');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: auto 60%;
}

.txt_field.place:active, .txt_field.place:focus {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.txt_field.tel {
  direction: ltr;
  background-image: url('/National_Library/oe_/https://shoshke.motke.co.il/assets/images/ic_mob.svg');
  background-position: 3%;
  background-repeat: no-repeat;
  background-size: auto 60%;
}

.txt_field.tel:active, .txt_field.tel:focus {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.txt_field.area {
  text-align: right;
  height: 24vw;
  max-height: 280px;
  font-weight: 400;
}

.txt_field.age {
  padding-right: 5%;
}

.txt_field.mood_area {
  text-align: center;
  border-color: #0000;
  height: 18vw;
  max-height: 200px;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
}

.txt_field.mood_area:hover {
  border-color: var(--red);
}

.txt_field.grow {
  border-color: var(--dim-grey-65);
  background-image: url('/National_Library/oe_/https://shoshke.motke.co.il/assets/images/ic_name.svg');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: auto 56%;
  padding-right: 5%;
}

.txt_field.grow:active, .txt_field.grow:focus {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.form_allert {
  clear: both;
  opacity: 0;
  color: var(--crimson-2);
  text-align: center;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 16px;
  display: block;
}

.search_top {
  z-index: 500;
  background-color: var(--white);
  box-shadow: 0 0 1vw 0 var(--black-25);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 90px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0%;
  display: flex;
  position: sticky;
  top: 0;
}

.field_title {
  color: var(--black-2);
  text-align: right;
  margin-bottom: 6px;
  font-size: 24px;
  font-weight: 800;
  line-height: 34px;
}

.field_title.verify {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 34px;
}

.field_title.setting {
  width: 84%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

.field_title.important {
  color: var(--red-2);
  text-align: center;
  margin-top: 2px;
  font-size: 30px;
  line-height: 36px;
}

.form_links_group {
  flex-wrap: wrap;
  place-content: flex-start space-between;
  margin-bottom: 10px;
  padding-top: 15px;
  display: flex;
}

.form_links_group.signup {
  margin-top: 20px;
  margin-bottom: 0;
}

.check_link {
  border: 3px solid var(--dim-grey-65);
  background-color: var(--white);
  color: var(--black-2);
  text-align: center;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 48%;
  height: 60px;
  margin-bottom: 22px;
  padding: 4px 2%;
  display: flex;
}

.check_link.check {
  background-color: #0000;
  background-image: linear-gradient(to right, var(--redgradiant), var(--deep-pink-gradsiant));
  color: var(--white);
  border-color: #0000;
}

.check_link.signup {
  border-color: var(--dim-grey-65);
}

.check_link.signup_check {
  border-width: 3px;
  border-color: var(--red-2);
  font-weight: 800;
}

.check_link.trio {
  width: 31%;
}

.check_link.edit {
  border-width: 2px;
  border-color: var(--red-2);
  color: var(--red-2);
  width: auto;
  max-width: 56%;
  height: 56px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 6%;
  padding-right: 6%;
  font-weight: 600;
}

.check_link.edit:hover {
  border-color: var(--black-2);
}

.check_link.vi {
  border-width: 2px;
  border-color: var(--red-2);
  color: var(--red-2);
  background-image: url('/National_Library/oe_/https://shoshke.motke.co.il/assets/images/ic_vi.svg');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: 8%;
  width: auto;
  max-width: 56%;
  height: 56px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 6%;
  padding-right: 6%;
  font-weight: 600;
}

.check_link.vi:hover {
  border-color: var(--black-2);
}

.form_send_group {
  background-color: var(--white);
  box-shadow: 0 -1px 1vw 0 var(--black-25);
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.form_buttons_group {
  text-align: center;
  flex-flow: wrap;
  place-content: center space-between;
  align-items: center;
  width: 100%;
  max-width: 680px;
  margin: 20px auto;
  display: flex;
}

.form_buttons_group.check {
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
}

.form_buttons_group.skip {
  flex-direction: column;
  place-content: center flex-start;
  align-items: center;
  padding-bottom: 70px;
}

.form_buttons_group.filtering {
  color: var(--dark-slate-blue);
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 6px;
  margin-bottom: 6px;
}

.form_buttons_group.meet {
  flex-direction: column;
  place-content: center flex-start;
  align-items: center;
  max-width: none;
  margin-top: 0;
  margin-bottom: 1%;
  position: relative;
}

.form_buttons_group.signup {
  flex-direction: column;
  place-content: center flex-start;
  align-items: center;
}

.login_top {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 680px;
  min-height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 1% 60px .5%;
  display: flex;
  position: relative;
}

.login_sec {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.login_sec.setting {
  padding-top: 20px;
}

.login_logo {
  width: 160px;
  margin-bottom: 10px;
}

.forgot_link {
  color: var(--dark-slate-blue);
  text-decoration: underline;
}

.forgot_link:hover {
  color: var(--crimson);
}

.checkbox_field {
  color: var(--dark-slate-blue);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.checkbox_label {
  margin-top: 0;
  margin-bottom: 0;
}

.checkbox {
  float: right;
  border: 3px solid var(--dim-grey-65);
  background-color: var(--white);
  cursor: pointer;
  border-radius: 6px;
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-left: 15px;
}

.checkbox.w--redirected-checked {
  border-color: var(--crimson);
  background-color: var(--crimson);
}

.login_social {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.login_terms_use {
  width: 100%;
  margin-bottom: 0;
}

.terms_txt {
  display: inline;
}

.terms_txt.link {
  color: var(--black-2);
  text-decoration: underline;
}

.terms_txt.link:hover {
  color: var(--crimson);
}

.terms_txt.title {
  margin-left: 0;
  margin-right: 0;
  font-weight: 800;
}

.social_button {
  background-color: var(--white);
  box-shadow: 0 0 14px 0 var(--black-25);
  color: var(--black-2);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  min-width: 45%;
  padding: 10px 4%;
  display: flex;
}

.social_button:hover {
  box-shadow: 0 0 16px #00000059;
}

.social_but_icon {
  width: 38px;
  margin-right: 18%;
}

.progress_bar {
  height: 10px;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.signup_status_group {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.status_num {
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
  margin-left: .5vw;
  font-size: 22px;
  display: flex;
}

.status_num.pict {
  border-radius: 1vh;
  margin-top: 1.5vh;
  margin-right: 1vh;
  padding-left: .5vw;
  padding-right: .5vw;
  font-size: 18px;
  line-height: 28px;
  position: absolute;
}

.progress_line {
  background-color: var(--red-2);
  width: 10%;
  height: 10px;
}

.signup_top_info {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1%;
  padding-bottom: 1.5%;
  display: flex;
  position: relative;
}

.field_block_comment {
  text-align: center;
  margin-bottom: 20px;
}

.field_trio_group {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.sex_button {
  background-color: var(--black-8);
  color: var(--black-2);
  text-align: center;
  border-radius: 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 47%;
  margin-bottom: 30px;
  padding: 4% 20px;
  font-size: 28px;
  line-height: 36px;
  display: flex;
}

.sex_button.men {
  background-color: var(--black-2);
  color: var(--white);
  letter-spacing: 1px;
}

.sex_icon {
  width: 30%;
  min-width: auto;
  max-width: none;
  margin-bottom: 3%;
}

.skip_link {
  color: var(--dim-grey);
  letter-spacing: 2px;
  margin-top: 10px;
  padding: 5px 10px;
  font-weight: 600;
  text-decoration: underline;
}

.skip_link:hover {
  color: var(--red-2);
}

.skip_link.block {
  clear: both;
  color: var(--redgradiant);
  text-align: center;
  letter-spacing: 0;
  margin-top: 1em;
  margin-bottom: 2.5em;
  padding: .5vw 0;
  font-weight: 700;
  display: block;
}

.skip_link.card {
  letter-spacing: 1px;
  font-weight: 700;
}

.skip_link.meet {
  letter-spacing: 1px;
  letter-spacing: .5px;
  margin-top: 0;
  padding: .5vw 1vw;
  font-size: 1.5vw;
  font-weight: 700;
  display: none;
}

.skip_link.meet_exit {
  color: var(--black-50);
  letter-spacing: 1px;
  margin-top: 1vw;
  padding: .5vw 1vw;
  font-size: 1.4vw;
  font-weight: 700;
  display: inline-block;
}

.skip_link.meet_exit:hover {
  color: var(--redgradiant);
}

.skip_link.premium {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.skip_link.options {
  clear: both;
  color: var(--redgradiant);
  text-align: center;
  letter-spacing: 0;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
  display: block;
}

.signup_pict_list {
  flex-wrap: wrap;
  place-content: flex-start center;
  width: 100%;
  margin-top: 2%;
  margin-bottom: 2%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.signup_pict_item {
  background-color: var(--black-8);
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 48%;
  max-width: 48%;
  height: 43vw;
  max-height: 450px;
  margin-bottom: 26px;
  margin-left: 1%;
  margin-right: 1%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.signup_pict_link {
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  background-image: url('/National_Library/oe_/https://shoshke.motke.co.il/assets/images/ic_pict_plus.svg');
  background-position: 94% 96%;
  background-repeat: no-repeat;
  background-size: 16%;
  border: 1px solid #0000;
  height: 100%;
  margin-bottom: 0;
  position: absolute;
  inset: 0%;
}

.signup_pict_link:hover {
  background-color: #0000000a;
}

.signup_pict_link:active, .signup_pict_link:focus {
  border-color: #0000;
}

.signup_pict_link.delete {
  background-image: url('/National_Library/oe_/https://shoshke.motke.co.il/assets/images/ic_pict_close.svg'), linear-gradient(#0000, #0000001f);
  background-position: 94% 96%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 16%, auto;
}

.signup_pict_link.delete:hover {
  background-color: var(--black-8);
}

.icon_info {
  width: 60px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.send_again {
  color: var(--black-2);
  margin: 30px auto 20px;
  font-size: 22px;
  text-decoration: underline;
}

.field_quatro_group {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 30px;
  display: flex;
}

.signup_title {
  letter-spacing: .2px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0;
  font-size: 34px;
  font-weight: 800;
  line-height: 38px;
  display: block;
}

.signup_title.welcome {
  margin-top: 20px;
  font-size: 46px;
  font-weight: 700;
  line-height: 58px;
}

.signup_title.mood {
  margin-top: 6px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
}

.signup_title.card {
  font-size: 26px;
  line-height: 34px;
}

.signup_pict {
  width: 50%;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.search_field_txt {
  text-align: right;
  margin-bottom: 6px;
}

.prior_links_list {
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.prior_links_list.my_prof {
  width: 100%;
  margin-top: 30px;
}

.prem_info_item {
  text-align: right;
  border-top-width: 1px;
  border-top-color: #0000001f;
}

.prior_link {
  color: var(--dark-slate-blue);
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.prior_icon_block {
  opacity: .8;
  justify-content: center;
  align-items: flex-start;
  width: 6.5%;
  min-width: 6.5%;
  margin-top: 3px;
  margin-left: 3.5%;
  display: block;
}

.prior_link_info {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  padding-left: 20%;
  display: flex;
  position: relative;
}

.prior_link_title {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.prior_link_title.prem {
  margin-top: 0;
  margin-bottom: .2vw;
  font-size: 1.7vw;
  font-weight: 700;
  line-height: 2vw;
}

.prior_item_line {
  border-top: 1px solid #00000040;
  height: 1px;
}

.prior_status_block {
  float: left;
  opacity: .75;
  color: #4a5568b3;
  text-align: left;
  justify-content: flex-end;
  align-items: flex-start;
  width: 20%;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  display: flex;
  position: absolute;
  inset: auto auto auto 0%;
}

.prior_status_block.black {
  opacity: 1;
  filter: brightness(0%);
  color: var(--black-2);
  line-height: 28px;
}

.prior_stat_icon {
  float: left;
  width: 10px;
  min-width: auto;
  max-width: none;
  margin-top: 6px;
  margin-right: 8px;
}

.search_verify_group {
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 20px;
  display: flex;
}

.search_premium_ic {
  width: 9%;
  min-width: auto;
  max-width: none;
}

.search_verify_check {
  width: 14%;
}

.clear_link {
  color: var(--dim-grey);
  max-width: 49%;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: underline;
}

.clear_link:hover {
  color: var(--crimson);
}

.clear_link.mood {
  color: var(--white);
  font-size: 28px;
}

.clear_link.edit {
  color: var(--red-2);
  margin-top: 4px;
  font-size: 20px;
  line-height: 24px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.search_top_title {
  text-align: center;
  letter-spacing: .2px;
  max-width: 80%;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 34px;
  font-weight: 800;
  line-height: 38px;
  display: block;
}

.meet_form_block {
  width: 50%;
  max-width: 60vw;
  height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
  bottom: 0;
}

.meet_title {
  margin-top: 0;
  margin-bottom: 1%;
  font-size: 2.2vw;
  font-weight: 700;
  line-height: 2.6vw;
  position: relative;
}

.meet_field {
  border: .25vw solid var(--red-2);
  background-color: var(--white);
  text-align: right;
  border-radius: 1.4vw 1.4vw 0;
  min-height: 8vw;
  max-height: 10vw;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: .7vw 1.1vw;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.6vw;
}

.meet_field:hover {
  border-color: var(--medium-violet-red);
}

.meet_field:active, .meet_field:focus {
  border-color: var(--crimson);
  background-color: var(--white);
}

.meet_picts_group {
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  margin-top: 1%;
  margin-bottom: 1.8%;
  display: flex;
  position: relative;
}

.meet_pict {
  background-color: #d1d1d1;
  background-image: url('/National_Library/oe_/https://shoshke.motke.co.il/assets/images/user_bgr.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 11vw;
  height: 11vw;
  margin-left: -1vw;
  margin-right: -1vw;
  display: flex;
  overflow: hidden;
}

.meet_label {
  color: var(--black-2);
  margin-top: 0;
  margin-bottom: 1.5%;
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 2vw;
}

.popup_content {
  background-color: var(--white);
  text-align: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup_close {
  z-index: 900;
  filter: grayscale();
  background-image: url('/National_Library/oe_/https://shoshke.motke.co.il/assets/images/ic_close.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 1vw;
  margin-top: .6%;
  margin-right: 3%;
  padding-right: 1.6vw;
  font-size: 1.2vw;
  font-weight: 700;
  line-height: 1.6vw;
  position: absolute;
  inset: 0% 0% auto auto;
}

.popup_close:hover {
  filter: none;
}

.meet_sec {
  background-color: var(--white);
  text-align: center;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  padding: 2%;
  font-size: 1.2vw;
  line-height: 1.6vw;
  display: flex;
  overflow: auto;
}

.meet_report {
  text-align: right;
  background-color: #e8e8e8;
  border: .25vw solid #0000;
  border-radius: 1.4vw 1.4vw 0;
  padding: .6vw 1.1vw;
}

.mood_content {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 680px;
  min-height: 40vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 64px;
  padding-bottom: 1.5%;
  font-size: 28px;
  line-height: 32px;
  display: flex;
  position: relative;
}

.mood_close {
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  margin-top: 15px;
  padding-left: 11px;
  padding-right: 11px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.mood_list {
  background-color: var(--white);
  color: var(--black-2);
  border-radius: 40px;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 50px;
  padding: 25px 0 50px;
  display: flex;
  box-shadow: 0 0 40px #00000080;
}

.mood_item {
  width: 24.5%;
  margin: 20px 6% 10px 1%;
}

.mood_link {
  color: var(--black);
  flex-direction: column;
  display: flex;
}

.mood_link.check {
  color: var(--crimson);
  font-weight: 700;
}

.mood_pict_block {
  box-shadow: 0 0 12px 0 var(--black-25);
  border: 9px solid #0000;
  border-radius: 26px;
  justify-content: center;
  align-items: center;
  height: 15vw;
  max-height: 160px;
  margin-bottom: 10px;
  padding: 16px 14px;
  display: flex;
}

.mood_pict_block.check {
  box-shadow: inset 0 0 0 5px var(--brown), 0 0 12px 0 var(--black-25);
}

.mood_pict {
  object-fit: contain;
  border-radius: 8px;
  height: 100%;
  position: relative;
  box-shadow: 0 0 0 7px #0000;
}

.mood_info_txt {
  font-size: 26px;
  font-weight: 700;
}

.mood_info_txt.red {
  margin-top: .2vw;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.mood_info_pict {
  background-image: radial-gradient(circle, #fff 28%, #0000 69%);
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 260px;
  margin-bottom: -3%;
  padding: 42px 40px;
  display: flex;
  position: relative;
}

.mood_info_content {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 680px;
  min-height: 40vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 1.5%;
  font-size: 28px;
  line-height: 32px;
  display: flex;
  position: relative;
}

.mood_form_block {
  background-color: var(--white);
  color: var(--black-2);
  border-radius: 40px;
  flex-wrap: wrap;
  place-content: flex-start center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 50px;
  padding: 25px 40px 50px;
  box-shadow: 0 0 40px #00000080;
}

.no_messages {
  color: #979797;
  text-align: center;
  font-size: 2.6vw;
  line-height: 2.6vw;
  display: none;
  position: absolute;
  inset: 45% 0% auto;
}

.talk_group {
  margin-bottom: 2%;
  padding-right: 11%;
}

.talk_group.flip {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 13%;
  padding-right: 0%;
  display: flex;
}

.talk_info {
  clear: both;
  color: var(--black-50);
  justify-content: flex-end;
  align-items: center;
  padding-top: 6px;
  font-size: 15px;
  line-height: 20px;
  display: flex;
}

.chat_menu_button {
  background-color: var(--crimson);
  opacity: .85;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  min-width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding: 4px 6% 6px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .15s ease-in-out;
}

.chat_menu_button:hover {
  opacity: 1;
}

.chat_pict_block {
  width: 100%;
  height: 45px;
  position: relative;
  overflow: hidden;
}

.chat_pict_list {
  direction: ltr;
  flex-wrap: wrap;
  place-content: flex-start center;
  width: 102%;
  margin-bottom: 10px;
  margin-right: -1%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.buble {
  float: left;
  background-color: var(--dim-grey-20);
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 14px 20px 16px;
  line-height: 26px;
  display: flex;
  position: relative;
}

.buble.flip {
  float: right;
  color: var(--white);
  text-align: left;
  background-color: #4a5568a3;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 22px;
  flex-flow: column wrap;
  justify-content: flex-start;
}

.chat_talk_group {
  padding-bottom: 100px;
}

.chat_menu_pict {
  object-fit: cover;
  height: 100%;
}

.buble_video {
  justify-content: center;
  align-items: center;
  width: 160px;
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
  overflow: hidden;
}

.chat_pict_lock {
  justify-content: center;
  align-items: center;
  width: 14px;
  margin-bottom: 5px;
  display: flex;
}

.talk_day {
  border-top: 1px solid var(--light-grey);
  color: var(--red-2);
  text-align: center;
  margin-top: 3%;
  margin-bottom: 2%;
  padding-top: 15px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.chat_menu_group {
  text-align: center;
  background-color: #fff;
  border-radius: 1.8vw;
  margin-bottom: 1vw;
  padding: 6px 20px .1vw;
}

.chat_insert_group {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
}

.chat_insert_menu {
  float: right;
  color: #000;
  width: 10%;
  position: relative;
  inset: 0 0% 0% auto;
}

.buble_pict {
  justify-content: center;
  align-items: center;
  width: 160px;
  max-height: 160px;
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
  overflow: hidden;
}

.chat_menu_line {
  border-top: .1vw solid var(--light-grey);
  height: 1px;
  margin-bottom: .3vw;
}

.chat_menu_link {
  color: var(--dim-grey);
  text-align: center;
  margin-bottom: .5vw;
  padding: 6px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.chat_insert {
  float: left;
  background-color: #0000;
  width: 89%;
  margin-bottom: 0;
}

.chat_menu_but {
  background-color: #0000;
  background-image: url('/National_Library/oe_/https://shoshke.motke.co.il/assets/images/ic_plus.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
  width: 100%;
  height: 68px;
  padding: 0;
  overflow: hidden;
}

.chat_menu_but:hover {
  opacity: 1;
}

.chat_menu_but.w--open {
  z-index: 30;
  background-image: url('/National_Library/oe_/https://shoshke.motke.co.il/assets/images/ar_bot_chat.svg');
  background-position: 50%;
  background-size: 52%;
}

.chat_menu_list {
  inset: 0% 0% auto;
}

.chat_menu_list.w--open {
  background-color: var(--white);
  box-shadow: 0 0 16px 0 var(--black-25);
  text-align: center;
  border-radius: 20px;
  width: 400px;
  padding: 15px 15px 40px;
  inset: auto 0% 0%;
}

.chatpict_blocking {
  border: .3vw solid #0000;
  border-radius: .3vw;
  position: absolute;
  inset: 0%;
}

.chatpict_blocking.in {
  border-width: 3px;
  border-color: var(--crimson);
}

.chat_pict_item {
  flex-direction: column;
  align-items: center;
  width: 13%;
  margin-bottom: 8px;
  margin-left: .6%;
  margin-right: .6%;
  display: flex;
}

.chat_arch_button {
  background-color: var(--dim-grey-50);
  color: var(--white);
  text-align: center;
  border-radius: 20px;
  max-width: 50%;
  margin: 20px auto 10px;
  padding: 12px 2%;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: all .15s ease-in-out;
  display: block;
}

.chat_arch_button:hover {
  filter: brightness(96%);
}

.chat_arch_button.red {
  background-color: var(--red-2);
}

.chat_txt_insert {
  border: 2px solid var(--black-25);
  border-radius: 25px;
  width: 87%;
  min-height: 48px;
  margin-bottom: 0;
  padding: 10px 20px 10px 10px;
  font-size: 20px;
  line-height: 24px;
  position: relative;
  overflow: visible;
}

.chat_txt_insert:active, .chat_txt_insert:focus {
  border-color: #f47373;
}

.sm_picts_content {
  flex-wrap: wrap;
  align-content: flex-start;
  margin-top: 10px;
  display: flex;
}

.chat_insert_but {
  background-color: var(--red-2);
  opacity: .9;
  transform-style: preserve-3d;
  background-image: url('/National_Library/oe_/https://shoshke.motke.co.il/assets/images/ic_send_w.svg');
  background-position: 42% 56%;
  background-repeat: no-repeat;
  background-size: 66%;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  margin-left: 0;
  padding: 0;
  transition: opacity .15s ease-in-out;
  overflow: hidden;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.chat_insert_but:hover {
  opacity: 1;
}

.talk_parthner_gr {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.buble_sm_pict {
  background-color: #00000014;
  background-image: url('/National_Library/oe_/https://shoshke.motke.co.il/assets/images/user_bgr.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin-bottom: 4px;
  margin-left: 4px;
  display: flex;
  overflow: hidden;
}

.chat_insert_content {
  background-color: var(--white);
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-end;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.talk_info_line {
  border-right: 1px solid var(--black-50);
  width: 1px;
  height: 18px;
  margin-left: 8px;
  margin-right: 8px;
}

.chat_insert_sec {
  background-color: var(--white);
  box-shadow: 0 0 1vw 0 var(--black-25);
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.messages_list {
  margin-bottom: 0;
  padding-bottom: 90px;
  padding-left: 0;
  padding-right: 0;
}

.messages_item {
  margin-bottom: 5px;
  position: relative;
}

.messages_link {
  background-color: var(--white);
  color: var(--black-2);
  border-radius: 14px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 18px 10px 15%;
  display: flex;
  position: relative;
}

.messages_link:hover {
  color: var(--red-2);
}

.messages_pict {
  background-color: #0000002e;
  background-image: url('/National_Library/oe_/https://shoshke.motke.co.il/assets/images/user_bgr.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 106%;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
  overflow: hidden;
}

.messages_infogroup {
  flex-direction: column;
  display: block;
}

.messages_info_title {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 28px;
}

.messages_pict_block {
  border: 4px solid var(--red-2);
  border-radius: 50%;
  margin-left: 20px;
  padding: 5px;
  position: relative;
}

.edit_pict_list {
  text-align: right;
  flex-wrap: wrap;
  place-content: flex-start space-between;
  width: 104%;
  margin-top: 2.4%;
  margin-bottom: 2%;
  padding-left: 0;
  padding-right: 0;
}

.edit_pict_item {
  background-color: var(--black-8);
  background-image: url('/National_Library/oe_/https://shoshke.motke.co.il/assets/images/up_pict_icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 64%;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 29vw;
  max-height: 290px;
  margin-bottom: 1.5%;
  margin-left: 2.8%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.edit_pict_item.big {
  float: left;
  width: 63%;
  height: 60vw;
  max-height: 600px;
  margin-left: 4%;
  right: 0;
}

.edit_pict_link {
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border: 1px solid #0000;
  height: 100%;
  margin-bottom: 0;
  position: absolute;
  inset: 0%;
}

.edit_pict_link:hover {
  background-color: #0000000a;
}

.edit_pict_link:active, .edit_pict_link:focus {
  border-color: #0000;
}

.edit_pict_link.big {
  background-image: linear-gradient(#0000, #0000001f);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.edit_pict_link.big:hover {
  background-color: var(--black-8);
}

.edit_info_list {
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}

.edit_info_list.setting {
  margin-bottom: 0;
}

.edit_info_list.card {
  border-top: 1px solid var(--dim-grey-20);
  margin-top: 20px;
}

.edit_info_list.links {
  width: 46%;
  max-width: 640px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.edit_info_item {
  text-align: right;
  border-bottom: 1px solid #0003;
  margin-bottom: 6px;
  padding-bottom: 12px;
}

.edit_info_item.setting {
  padding-top: 4px;
}

.edit_info_item.card {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.edit_info_item.links {
  margin-bottom: 2.5%;
  padding-bottom: 2.5%;
  font-size: 24px;
  line-height: 28px;
}

.edit_info_link {
  color: var(--dark-slate-blue);
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 24px;
  display: flex;
}

.edit_info_link.red {
  color: var(--red-2);
}

.edit_info_link.card {
  padding-right: 100px;
  position: relative;
}

.edit_link_info {
  color: var(--red-2);
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding-left: 6%;
  display: flex;
  position: relative;
}

.edit_ar_block {
  float: left;
  opacity: .75;
  color: #4a5568b3;
  text-align: left;
  justify-content: flex-end;
  align-items: flex-start;
  width: 5%;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  display: flex;
  position: absolute;
  inset: auto auto auto 0%;
}

.edit_arrow {
  float: left;
  filter: brightness(0%);
  width: 18px;
  min-width: auto;
  max-width: none;
  margin-top: 0;
  margin-right: 8px;
}

.edit_link_title {
  color: var(--dim-grey);
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
}

.edit_link_title.setting {
  margin-bottom: 8px;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

.edit_link_title.card {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 34px;
}

.edit_check_list {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}

.edit_check_item {
  border-bottom: 1px solid var(--black-25);
  margin-bottom: 15px;
  padding-bottom: 25px;
}

.my_prof_sec {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 2% 40px;
  display: flex;
  overflow: hidden;
}

.prof_pict_group {
  background-color: var(--white);
  box-shadow: 0 0 0 4px var(--red-2);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 168px;
  min-width: 168px;
  height: 168px;
  min-height: 168px;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.my_prof_pict {
  background-color: #0000002e;
  background-image: url('/National_Library/oe_/https://shoshke.motke.co.il/assets/images/user_bgr.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 106%;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 156px;
  height: 156px;
  display: flex;
  overflow: hidden;
}

.prof_eye {
  background-color: var(--snow);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
  position: absolute;
  inset: auto -20px auto auto;
  overflow: hidden;
}

.prof_premium {
  width: 40px;
  min-width: auto;
  max-width: none;
  position: absolute;
  inset: auto auto -20px;
}

.prof_title_group {
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: center;
  width: 70%;
  font-weight: 600;
  display: flex;
  position: relative;
}

.my_prof_flah {
  background-color: var(--crimson);
  color: var(--white);
  border-radius: 2vw;
  flex-wrap: nowrap;
  place-content: flex-start center;
  align-items: center;
  margin: .1vw .5vw;
  padding: .1vw 1vw .15vw;
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.3vw;
  display: none;
}

.prof_mood_group {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  max-width: 680px;
  display: flex;
}

.prof_mood_info {
  color: var(--dim-grey-70);
  text-align: center;
  flex-flow: column wrap;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.prof_mood_title {
  color: var(--black-2);
  margin-top: 0;
  margin-bottom: .2vw;
  font-weight: 700;
  position: relative;
}

.prof_status_txt {
  font-size: 1.1vw;
  line-height: 1.4vw;
  position: relative;
}

.prof_status_txt.prem {
  margin-top: 1%;
  font-size: 1.6vw;
  line-height: 2vw;
}

.setting_check_group {
  border-bottom: 1px solid var(--black-25);
  text-align: right;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 12px;
  padding-bottom: 18px;
  display: flex;
}

.setting_check {
  width: 14%;
}

.setting_check_block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.settink_link_title {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

.prem_top {
  color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  margin-top: 0%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.6%;
  padding-left: 10%;
  padding-right: 10%;
  position: relative;
}

.prem_red {
  background-color: var(--redgradiant);
  border-radius: 50%;
  width: 120%;
  min-height: 60vw;
  margin-top: -68%;
  margin-right: -10%;
  position: absolute;
  inset: 0% 0% auto;
}

.prem_sec {
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 2%;
  padding-right: 2%;
  font-size: 1.2vw;
  line-height: 1.6vw;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: auto;
}

.prem_title {
  margin-top: 1.5%;
  margin-bottom: 1.5%;
  font-size: 3.6vw;
  line-height: 3.8vw;
  position: relative;
}

.prem_list_logo {
  width: 3.2vw;
  min-width: auto;
  max-width: none;
  margin-top: .4vw;
  margin-left: 3%;
  margin-right: 3%;
  position: relative;
}

.prem_sub_title {
  margin-top: 1%;
  margin-bottom: 1%;
  font-size: 1.9vw;
  line-height: 2.2vw;
  display: none;
  position: relative;
}

.prem_info_group {
  width: 34%;
  margin-top: 4%;
  font-size: 1.3vw;
}

.prem_info_list {
  margin-top: 2%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.prem_info_list.option {
  width: 84%;
  margin: 28px auto 160px;
}

.prem_info_block {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1vw;
  font-size: 1.1vw;
  line-height: 1.5vw;
  display: flex;
}

.prem_info_block.option {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
}

.prem_icon_block {
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.9vw;
  height: 2.9vw;
  display: flex;
}

.prem_icon_block.option {
  width: 38px;
  height: 38px;
  margin-bottom: 2px;
}

.prem_txt_block {
  flex-direction: column;
  justify-content: center;
  width: 87%;
  font-size: 1.3vw;
  line-height: 1.6vw;
  display: flex;
  position: relative;
}

.prem_txt_block.option {
  width: 88%;
  margin-right: 3.5%;
  font-size: 20px;
  line-height: 30px;
}

.prem_close {
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.6vw;
  height: 2.6vw;
  margin-top: 1vw;
  padding-left: .6vw;
  padding-right: .6vw;
  display: flex;
  position: absolute;
  inset: 0% 4vw auto auto;
}

.info_sec {
  width: 100%;
  max-width: 680px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.info_title {
  font-weight: 700;
}

.card_info_group {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.card_icon {
  float: left;
  opacity: .75;
  color: #4a5568b3;
  text-align: left;
  justify-content: flex-end;
  align-items: center;
  width: 34px;
  margin-right: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.card_link_info {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
}

.card_num_txt {
  font-size: 30px;
  line-height: 30px;
}

.card_pict {
  float: left;
  opacity: .75;
  color: #4a5568b3;
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 74px;
  min-width: auto;
  max-width: none;
  margin-left: 30px;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
}

.card_info_block {
  align-items: center;
  display: flex;
}

.card_operate {
  align-items: center;
  padding-left: 15px;
  display: flex;
}

.card_dots {
  width: 70px;
  min-width: auto;
  max-width: none;
  margin-right: 15px;
}

.card_operate_link {
  width: 44px;
}

.card_operate_line {
  border-right: 1px solid var(--dim-grey-20);
  width: 1px;
  height: 56px;
  margin-left: 20px;
  margin-right: 25px;
}

.card_operate_vi {
  width: 40px;
}

.interests_info_block {
  padding-left: 18%;
  padding-right: 18%;
}

.interest_list {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.interest_list.people_search {
  margin-top: 5px;
  margin-bottom: 20px;
}

.interest_item {
  margin: 10px;
}

.interest_item.people_search {
  margin: 8px 6px 6px;
}

.interest_link {
  border: 2px solid var(--black-50);
  color: var(--black);
  background-color: #0000;
  border-radius: 30px;
  align-items: center;
  padding: 8px 8px 8px 24px;
  font-size: 22px;
  display: flex;
}

.interest_link.in {
  border-color: var(--red);
  background-color: var(--redgradiant);
  color: var(--white);
}

.interest_link.search {
  background-color: #fff;
  padding: 5px 5px 5px 20px;
  font-size: 20px;
  line-height: 28px;
}

.interest_link.search.in {
  background-color: var(--red);
}

.interest_icon {
  border-radius: 50%;
  width: 40px;
  min-width: auto;
  max-width: none;
  margin-left: 8px;
  overflow: hidden;
}

.interest_icon.search {
  width: 34px;
  margin-left: 6px;
}

.interest_txt {
  margin-bottom: 1px;
}

.card_title_pict {
  width: 36%;
  margin-bottom: 10px;
}

.card_top_title {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 680px;
  min-height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1%;
  padding-bottom: 2%;
  font-size: 24px;
  display: flex;
  position: relative;
}

.card_txt_field {
  background-color: var(--white);
  border: 3px solid #4a556857;
  border-radius: 14px;
  width: 100%;
  height: 70px;
  margin-bottom: 0;
  padding: 0 24px 3px;
  font-size: 28px;
  line-height: 32px;
}

.card_txt_field:hover {
  border-color: #4a5568;
}

.card_txt_field:active, .card_txt_field:focus {
  border-color: var(--dim-grey);
  box-shadow: 0 0 14px 0 var(--black-25);
}

.card_txt_field.cvc {
  background-image: url('/National_Library/oe_/https://shoshke.motke.co.il/assets/images/ic_card_field.svg');
  background-position: 6% 40%;
  background-repeat: no-repeat;
  background-size: auto 60%;
  padding-left: 25%;
}

.message_num {
  border: 2px solid var(--white);
  background-color: var(--red-2);
  direction: ltr;
  color: var(--white);
  text-align: center;
  letter-spacing: .2px;
  border-radius: 22px;
  justify-content: center;
  align-items: center;
  min-width: 22px;
  min-height: 22px;
  padding: 2px 3px;
  font-size: 10px;
  line-height: 12px;
  display: flex;
  position: absolute;
  inset: -12px -8px auto auto;
}

.message_num.list {
  background-color: var(--red-2);
  border-radius: 30px;
  min-width: 30px;
  min-height: 30px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 14px;
  line-height: 15px;
  inset: 12px auto auto 12px;
}

.nav_block {
  position: relative;
}

.pict_plus, .pict_minus {
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.responce_block {
  background-color: var(--red-2);
  color: var(--black-2);
  border-radius: 28px;
  padding: 2% 2% 1%;
}

.responce_add_block {
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 20px;
}

.responce_add_icon {
  width: 40px;
  min-width: 40px;
  max-width: none;
  margin-left: 10px;
}

.response_addlink {
  color: var(--black-2);
  justify-content: center;
  align-items: center;
  display: flex;
}

.chat_question_group.info {
  color: var(--white);
  text-align: center;
  margin-top: 1%;
  margin-bottom: 4%;
}

.chat_question {
  margin-top: 1%;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
}

.buble_quest {
  background-color: #fffc;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 90%;
  padding: 14px 20px 16px;
  line-height: 26px;
  display: block;
  position: relative;
}

.buble_quest.flip {
  text-align: left;
  background-color: #fffc;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 22px;
  flex-flow: column wrap;
  justify-content: flex-start;
}

.quest_talk_group {
  justify-content: flex-end;
  align-items: center;
  margin-top: 3%;
  margin-bottom: 3%;
  padding-left: 60px;
  display: flex;
  position: relative;
}

.quest_talk_group.flip {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 60px;
}

.quest_talk_pict {
  object-fit: cover;
  background-color: #0000001f;
  border-radius: 50%;
  width: 50px;
  min-width: 50px;
  max-width: none;
  height: 50px;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.quest_talk_pict.flip {
  inset: auto 0% 0% auto;
}

.lock_talk {
  width: 26px;
  min-width: 26px;
  max-width: none;
  margin-left: 10px;
}

.lock_talk.flip {
  margin-left: 0;
  margin-right: 10px;
}

.tutorial_sec {
  background-color: var(--seashell);
  direction: ltr;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  font-size: 1.2vw;
  line-height: 1.6vw;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.tutorial_but_group {
  z-index: 20;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 15px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.tutorial_but {
  border: 2px solid var(--white);
  background-color: var(--redgradiant);
  color: var(--white);
  text-align: center;
  letter-spacing: .2px;
  border-radius: 12px;
  min-width: 300px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.tutorial_but:hover {
  filter: brightness(110%);
}

.tutorial_but.grey {
  border-color: var(--white);
  background-color: var(--medium-violet-red);
}

.tutorial_but.grey:hover {
  filter: brightness(110%);
}

.tutorial_pict_block {
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.tutorial_pict {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.message_txt {
  float: right;
  display: inline;
}

.message_icon {
  opacity: .5;
  width: auto;
  min-width: auto;
  max-width: 38px;
  height: 28px;
  margin-left: 8px;
  position: relative;
  top: -2px;
}

.meet_top_red {
  background-color: var(--crimson);
  border-radius: 50%;
  width: 96%;
  height: 130vh;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: -92% 0% auto;
}

.meet_close {
  z-index: 20;
  background-color: var(--red-2);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-top: 15px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  position: fixed;
  inset: 0% 18% auto auto;
}

.meet_close.links {
  background-color: var(--red-2);
  border-radius: 50%;
  right: 2%;
  overflow: hidden;
}

.meet_close.gifts {
  background-color: var(--red-2);
  border-radius: 50%;
  position: absolute;
  right: 0%;
  overflow: hidden;
}

.meet_close.prem, .meet_close.prem_options {
  z-index: 40;
  background-color: var(--red-2);
  border-radius: 50%;
  right: 2%;
  overflow: hidden;
}

.links_list_sec {
  background-color: var(--snow);
  text-align: center;
  background-image: url('/National_Library/oe_/https://shoshke.motke.co.il/assets/images/bg_red_left.svg');
  background-repeat: no-repeat;
  background-size: auto 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 2%;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: auto;
}

.motke_link {
  color: var(--black-2);
  text-transform: uppercase;
  display: block;
}

.motke_link:hover {
  color: var(--crimson);
}

.links_list_title {
  color: var(--red-2);
  text-align: right;
  width: 46%;
  max-width: 640px;
  margin-top: 0;
  margin-bottom: 2.4%;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.prof_mood_link {
  background-image: linear-gradient(to right, var(--redgradiant), var(--deep-pink-gradsiant));
  color: var(--white);
  text-align: center;
  letter-spacing: .2px;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 8px 50px;
  display: flex;
}

.prof_mood_link:hover {
  filter: brightness(110%);
}

.new_status {
  background-color: var(--crimson);
  text-align: center;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 3px 10px 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
  position: absolute;
  inset: 14px 10px auto auto;
}

.menu_list {
  width: 100%;
  max-width: 976px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
}

.menu_item {
  text-align: right;
  border-top-width: 1px;
  border-top-color: #0000001f;
}

.menu_icon_block {
  background-color: var(--crimson);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  margin-bottom: 8px;
  padding-left: 23px;
  padding-right: 21px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu_icon_block.violet {
  background-color: var(--purple);
  padding-left: 18px;
  padding-right: 23px;
}

.menu_icon_block.purple {
  background-color: var(--663399);
  padding-left: 18px;
  padding-right: 18px;
}

.menu_icon_block.bordo {
  background-color: var(--brown);
  padding-left: 18px;
  padding-right: 23px;
}

.menu_icon_block.emty {
  background-color: var(--dim-grey-50);
}

.menu_link {
  color: var(--dark-slate-blue);
  justify-content: space-between;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 18px;
  line-height: 22px;
  display: flex;
}

.menu_link_info {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 85%;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  position: relative;
}

.menu_info_block {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 28px;
}

.menu_link_title {
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  display: inline;
}

.menu_link_num {
  background-color: var(--crimson);
  color: var(--white);
  letter-spacing: 1px;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 2px;
  margin-left: 14px;
  padding-left: 14px;
  padding-right: 14px;
  font-weight: 600;
  display: inline;
}

.menu_link_num.violet {
  background-color: var(--medium-violet-red);
}

.menu_link_num.purple {
  background-color: var(--663399);
}

.menu_item_line {
  border-top: 1px solid #0000001f;
  height: 1px;
  margin-right: 15%;
}

.chat_top_pict {
  float: right;
  border: 3px solid var(--white);
  box-shadow: 0 0 0 3px var(--red-2);
  background-color: #0000002e;
  background-image: url('/National_Library/oe_/https://shoshke.motke.co.il/assets/images/user_bgr.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 110%;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  min-width: 56px;
  height: 56px;
  margin-left: 12px;
  display: flex;
  overflow: hidden;
}

.message_new {
  border: 2px solid var(--white);
  background-color: var(--red-2);
  direction: ltr;
  color: var(--white);
  text-align: center;
  letter-spacing: .2px;
  border-radius: 22px;
  justify-content: center;
  align-items: center;
  min-width: 20px;
  min-height: 19px;
  padding: 2px 4px;
  font-size: 9px;
  font-weight: 600;
  line-height: 10px;
  display: flex;
  position: absolute;
  top: -11px;
  bottom: auto;
  right: -6px;
}

.messages_search {
  margin-top: 20px;
  margin-bottom: 20px;
}

.messages_field {
  border: 3px solid #0000;
  border-radius: 40px;
  height: 54px;
  margin-bottom: 0;
  padding: 6px 22px 6px 50px;
  font-size: 20px;
  position: relative;
}

.messages_field:hover {
  box-shadow: 0 0 10px 0 var(--black-8);
}

.messages_field:active, .messages_field:focus {
  border-width: 3px;
  border-color: var(--dim-grey-50);
}

.massage_field_ic {
  opacity: .5;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 54px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.motke_nav_link {
  width: 100%;
  margin-bottom: 4px;
  padding-left: .2em;
  padding-right: .3em;
}

.nav_sub_list {
  border-bottom: 1px solid var(--black-25);
  color: var(--black-50);
  margin-bottom: 0;
  padding-bottom: 14px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  line-height: 18px;
}

.nuv_sub_link {
  color: var(--dark-slate-blue);
  background-image: url('/National_Library/oe_/https://shoshke.motke.co.il/assets/images/ic_sublink.svg');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: 10px;
  margin-right: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  display: block;
}

.nuv_sub_link:hover {
  color: var(--red-2);
  background-image: url('/National_Library/oe_/https://shoshke.motke.co.il/assets/images/ic_sublink_hoov.svg');
}

.top_logo_bounakir {
  color: var(--dim-grey);
  align-items: center;
  width: 12%;
  max-width: 146px;
  margin-top: 8px;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  position: absolute;
  inset: 0% 1% auto auto;
}

.top_logo_pict {
  width: 46px;
  min-width: auto;
  max-width: none;
  margin-left: 10px;
}

.top_logo_info {
  flex-direction: column;
  margin-bottom: 2px;
  font-size: 12px;
  line-height: 14px;
  display: flex;
}

.top_logo_txt {
  margin-bottom: 4px;
  font-size: 27px;
  font-weight: 700;
  line-height: 18px;
}

.pict_edit_sec {
  z-index: 200;
  color: var(--white);
  background-color: #000c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.pict_edit_sec.none {
  display: none;
}

.close_button {
  background-color: var(--white);
  box-shadow: 0 0 6px 0 var(--black-50);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
}

.tutorial_slider {
  background-color: var(--seashell);
  width: 50vh;
  height: 100vh;
  overflow: hidden;
}

.tutorial_sl_ar {
  border: .3vh solid var(--white);
  background-color: var(--red-2);
  border-radius: 50%;
  width: 5.4vh;
  height: 5.4vh;
  margin: auto 1vh;
  font-size: 2.2vh;
  line-height: 3vh;
}

.tutorial_sl_nav {
  height: 28px;
  padding-top: 6px;
  font-size: 10px;
  line-height: 12px;
  bottom: 130px;
}

.menu_button_txt {
  display: none;
}

.prof_pict_arrow {
  background-color: var(--black-50);
  color: var(--white);
  border: .3vh solid #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 5.4vh;
  height: 5.4vh;
  margin-left: 1.5vh;
  margin-right: 1.5vh;
  font-size: 2.2vh;
  line-height: 3vh;
  display: flex;
  position: absolute;
  top: 38%;
  right: 0;
}

.prof_pict_arrow:hover {
  background-color: var(--crimson);
}

.prof_pict_arrow.left {
  left: 0;
  right: auto;
}

.status_num_shadow {
  filter: blur(10px);
  background-color: #0000004d;
  border-radius: 1.5vh;
  width: 110%;
  height: 110%;
  position: absolute;
  inset: 0% -5% 0% 0%;
}

.status_num_txt {
  z-index: 10;
  position: relative;
}

.button_icon {
  background-color: #0000;
  background-image: linear-gradient(to right, var(--redgradiant), var(--deep-pink-gradsiant));
  color: var(--white);
  text-align: center;
  letter-spacing: .2px;
  border-radius: 16px;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  min-width: 65%;
  max-width: 65%;
  margin: 10px auto;
  padding: 16px 19% 18px 40px;
  font-weight: 600;
  display: inline-block;
  position: relative;
}

.button_icon:hover {
  filter: brightness(110%);
}

.ic_button {
  width: 30px;
  min-width: auto;
  max-width: none;
  position: absolute;
  inset: 18px 18% 0% auto;
}

.emty {
  opacity: .6;
}

.to_main {
  background-color: var(--white);
  color: var(--redgradiant);
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding-top: 4px;
  padding-left: 10px;
  padding-right: 13px;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  position: absolute;
  inset: auto auto 4% 0%;
}

.gifts_list {
  background-color: var(--white);
  color: var(--black-2);
  border-radius: 40px;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 100%;
  margin-top: 35px;
  margin-bottom: 50px;
  padding: 25px 0 50px;
  display: flex;
  box-shadow: 0 0 30px #0003;
}

.gift_item {
  width: 24.5%;
  margin: 20px 6% 10px 1%;
}

.gift_link {
  color: var(--black);
  border-radius: 14px;
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.gift_link:hover {
  box-shadow: 0 0 10px #0003;
}

.gift_pict {
  object-fit: contain;
  width: 101%;
  min-width: 101%;
  max-width: 101%;
  height: 101%;
}

.gift_pict_block {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 16vw;
  max-height: 160px;
  display: flex;
}

.gifts_status_block {
  border-top: 1px solid var(--black-25);
  border-bottom: 1px solid var(--black-25);
  color: var(--redgradiant);
  width: 100%;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 12px;
  font-size: 24px;
  line-height: 26px;
}

.gifts_status_txt {
  margin-left: 4px;
  margin-right: 4px;
  display: inline;
}

.gifts_status_txt.num {
  font-weight: 700;
}

.gifts_info_txt {
  font-size: 24px;
}

.meet_form {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.gift_button {
  grid-column-gap: 2vw;
  border-top: 1px solid var(--dim-grey-20);
  border-bottom: 1px solid var(--dim-grey-20);
  color: var(--black-2);
  justify-content: center;
  align-items: center;
  min-width: 38%;
  margin-top: 2%;
  margin-bottom: 1.5%;
  padding-top: .2vw;
  padding-bottom: .2vw;
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 2vw;
  display: flex;
}

.gift_button:hover {
  border-top-color: var(--deep-pink-gradsiant);
  border-bottom-color: var(--deep-pink-gradsiant);
  color: var(--redgradiant);
}

.gift_button_pict {
  object-fit: contain;
  width: 4.4vw;
  min-width: auto;
  max-width: none;
  height: 4.4vw;
  position: relative;
  top: -.2vw;
}

.gift_button_pict.sending {
  width: 15vw;
  height: 14vw;
}

.prem_title_block {
  justify-content: center;
  margin-top: 4%;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  position: relative;
}

.button_info_txt {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 20px;
}

.prem_options_group {
  clear: both;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  padding-bottom: 60px;
  position: relative;
}

.center_title {
  color: var(--redgradiant);
  text-align: center;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 40px;
  line-height: 46px;
}

.prem_opt_title {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
}

.prem_opt_list {
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.prem_opt_link {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--redgradiant), var(--purple-middle));
  color: var(--white);
  cursor: pointer;
  border: 5px solid #0000;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: stretch;
  padding: 7px 18px;
  line-height: 24px;
  display: flex;
  position: relative;
}

.prem_opt_link.act {
  border-color: var(--goldenrod);
}

.prem_opt_info {
  text-align: right;
  flex-direction: column;
  justify-content: center;
  width: 74%;
  min-height: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 30px;
  display: flex;
}

.prem_title_gr {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: var(--redgradiant);
  text-align: center;
  background-color: #fff;
  border-radius: 0 16px 16px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 26%;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.premium_title_num {
  font-size: 46px;
  font-weight: 700;
  line-height: 44px;
}

.prem_opt_line {
  background-color: var(--color);
  width: 2px;
}

.prem_opt_txt {
  margin-bottom: 6px;
  font-size: 29px;
  font-weight: 700;
  line-height: 28px;
}

.prem_opt_item {
  border-radius: 20px;
  margin-bottom: 16px;
  overflow: hidden;
}

.prem_opt_flah {
  background-color: var(--goldenrod);
  box-shadow: none;
  color: var(--redgradiant);
  padding: 4px 54px 4px 34px;
  font-weight: 700;
  position: absolute;
  inset: 6px auto auto -36px;
  transform: rotate(-32deg);
}

.prem_opt_flah.close {
  display: none;
}

.prem_order_details {
  clear: both;
  background-color: var(--white);
  border-radius: 30px;
  margin-top: 25px;
  padding: 22px 55px;
  position: relative;
  box-shadow: 0 0 16px #0003;
}

.prem_detais_title {
  margin-top: 4px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}

.prem_detais_title.option {
  margin-bottom: 4px;
  font-size: 28px;
}

.prem_details_txt {
  margin-left: .5em;
  display: inline;
}

.prem_details_txt.var {
  display: inline-block;
}

.prem_details_txt.psik {
  margin-right: -.3em;
}

.prem_details_gr {
  margin-bottom: 8px;
}

.prem_banner_block {
  color: var(--redgradiant);
  text-align: center;
  margin-top: -8px;
  padding-top: 20px;
  padding-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
  position: relative;
}

.prem_banner_pict {
  width: 98px;
  min-width: auto;
  max-width: none;
  position: absolute;
  inset: -19px -30px auto auto;
}

.prem_banner_pict.mirror {
  transform-style: preserve-3d;
  left: -30px;
  right: auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.prem_icon_txt {
  width: 28px;
  min-width: auto;
  max-width: none;
  margin-left: 6px;
  display: inline;
  position: relative;
  bottom: 1px;
}

.prem_icon_txt.set_list {
  bottom: 0;
}

.icon_red_txt {
  color: var(--crimson);
  display: inline;
}

.subscribe_group {
  margin-top: 6px;
  display: flex;
}

.prof_tag_list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.prof_tag {
  background-color: var(--white-smoke);
  color: var(--black-2);
  border-radius: 24px;
  margin-bottom: 0;
  padding: 4px 24px 5px;
  font-size: 17px;
  line-height: 22px;
}

.tag_num_group {
  grid-column-gap: 4px;
  align-items: center;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 26px;
  display: flex;
}

.tag_num {
  border: 2px solid var(--white);
  background-color: var(--red);
  direction: ltr;
  color: var(--white);
  text-align: center;
  border-radius: 22px;
  justify-content: center;
  align-items: center;
  min-width: 36px;
  min-height: 36px;
  padding: 3px 1px 2px;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  position: static;
  inset: -12px -8px auto auto;
}

.tag_num._2 {
  background-color: var(--purple-middle);
  color: var(--white);
}

.tag_num._3 {
  background-color: var(--purple);
  color: var(--white);
}

.center_txt {
  text-align: center;
  font-size: 22px;
}

.prem_option_group {
  clear: both;
  background-color: var(--white);
  border-radius: 30px;
  margin-top: 25px;
  padding: 22px 54px 24px;
  position: relative;
  box-shadow: 0 0 16px #0003;
}

.prem_option_group.premium {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.prem_option_list {
  margin-top: 18px;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 4px;
}

.prem_option_list.option {
  width: 84%;
  margin: 28px auto 160px;
}

.prem_option_item {
  text-align: right;
}

.prem_option_block {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 14px;
  font-size: 1.1vw;
  line-height: 1.5vw;
  display: flex;
}

.prem_option_block.option {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
}

.prem_option_block.motke {
  justify-content: space-between;
  align-items: center;
}

.option_txt_block {
  flex-direction: column;
  justify-content: center;
  width: 89%;
  font-size: 1.3vw;
  line-height: 1.6vw;
  display: flex;
  position: relative;
}

.option_txt_block.option {
  width: 88%;
  margin-right: 3.5%;
  font-size: 20px;
  line-height: 30px;
}

.prem_logo_block {
  width: 82%;
  margin-bottom: 2px;
  margin-right: -4px;
}

.prem_logo_block.light {
  width: 67%;
  margin-top: 20px;
  margin-bottom: 10px;
}

.premium_opt_list {
  width: 88%;
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.premium_opt_item {
  box-shadow: 0 0 18px 1px var(--black-8);
  border-radius: 20px;
  margin-bottom: 16px;
  overflow: hidden;
}

.premium_opt_item:hover {
  box-shadow: 0 0 18px 1px #00000029;
}

.premium_opt_link {
  background-color: var(--white);
  color: var(--black-2);
  cursor: pointer;
  border: 4px solid #0000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 8px 16px;
  line-height: 26px;
  display: flex;
  position: relative;
}

.premium_opt_link.act {
  border-color: var(--redgradiant);
}

.premium_title_gr {
  color: var(--white);
  text-align: center;
  border-radius: 0 16px 16px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 72%;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 6px;
}

.premium_title_gr.light {
  width: 56%;
  margin-top: 6px;
  margin-bottom: 6px;
  padding-bottom: 8px;
}

.premium_opt_line {
  background-image: linear-gradient(51deg, var(--redgradiant), var(--purple));
  width: 100%;
  height: 2px;
  display: none;
}

.premium_opt_info {
  background-image: linear-gradient(217deg, var(--purple), var(--redgradiant) 75%);
  color: var(--white);
  text-align: center;
  border-radius: 18px;
  flex-direction: column;
  justify-content: center;
  width: 92%;
  margin: 0 4% 10px;
  padding: 10px 30px;
  display: flex;
}

.premium_opt_info.light {
  background-image: linear-gradient(210deg, var(--medium-violet-red), #ffc800);
}

.premium_opt_txt {
  margin-bottom: 6px;
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
}

.premium_opt_flah {
  background-color: var(--goldenrod);
  box-shadow: none;
  color: var(--white);
  padding: 4px 54px 4px 34px;
  font-weight: 700;
  position: absolute;
  inset: 6px auto auto -36px;
  transform: rotate(-32deg);
}

.premium_opt_flah.close {
  display: none;
}

.prem_price_gr {
  padding-top: 4px;
  padding-bottom: 0;
  padding-right: 7px;
  font-size: 25px;
  line-height: 34px;
}

.prem_price_txt {
  margin-left: 8px;
  display: inline;
}

.prem_price_txt.num {
  border-radius: 56px;
  font-size: 30px;
  font-weight: 700;
}

.prem_button_txt {
  margin-top: 2px;
  margin-bottom: 5px;
  font-size: 32px;
  font-weight: 700;
}

.message_gift {
  object-fit: contain;
  width: 16%;
  min-width: 16%;
  max-width: 16%;
  height: 62%;
  max-height: 90px;
  position: absolute;
  inset: auto auto 2% 1%;
}

.prem_toptitle_block {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  text-align: center;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.prem_toptitle_pict {
  width: 78px;
  min-width: auto;
  max-width: none;
}

.prem_toptitle_pict.mirror {
  transform-style: preserve-3d;
  left: -30px;
  right: auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.search_label {
  color: #000;
}

.search_label.interests {
  margin-top: 12px;
  margin-bottom: 0;
}

.top_search_gr {
  float: left;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
}

.top_search_link {
  width: 38px;
  margin-top: 4px;
  margin-left: 22px;
}

.top_search_link:hover {
  filter: brightness(110%);
}

.search_form_plate {
  background-color: #4a55681a;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 8px 20px 5px;
}

.massages_info_flah {
  float: right;
  clear: both;
  background-color: var(--goldenrod);
  color: var(--black-2);
  text-align: center;
  border-radius: 20px;
  margin-top: 3px;
  padding: 2px 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
}

@media screen and (min-width: 1920px) {
  .nav_sec.desk {
    padding-top: 116px;
  }

  .nav_sec.full {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav_line {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .nav_link {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 20px;
    line-height: 24px;
  }

  .nav_link.grey {
    font-size: 20px;
    line-height: 24px;
  }

  .nav_icon {
    width: 46px;
    min-width: 46px;
  }

  .content_sec {
    padding-bottom: 4%;
  }

  .content_sec.red {
    min-height: 100vh;
  }

  .content_sec.prem_options {
    padding-bottom: 10%;
  }

  .item_pict_block {
    background-size: 80%;
  }

  .top_title_nav {
    padding-right: 1.2%;
  }

  .top_menu_button {
    font-size: 20px;
  }

  .user_name.info {
    font-size: 28px;
    line-height: 34px;
  }

  .content_block.footer {
    max-width: 680px;
  }

  .content_block.premium_opt {
    max-width: 680px;
    padding-top: 2%;
  }

  .top_back.card {
    width: 50px;
    height: 50px;
  }

  .top_back.login {
    top: 5%;
  }

  .button_full.prem {
    min-width: 72%;
    margin-top: 1vw;
  }

  .button_full.lock {
    background-size: 5%, auto;
    font-size: 24px;
  }

  .button_full.premium_opt, .button_full.premium_options {
    min-width: 68%;
    margin-top: 12px;
    margin-bottom: 12px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .button_full.prem_order {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 34px;
  }

  .form_field_content.people_search {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .check_link.vi {
    background-position: 97% 47%;
  }

  .status_num.pict {
    margin-right: .8vh;
    font-size: 20px;
  }

  .skip_link.options {
    margin-top: 26px;
    font-size: 22px;
  }

  .signup_title.mood, .prior_link_title {
    margin-bottom: 5px;
  }

  .prior_link_title.prem {
    margin-bottom: 0;
    font-size: 1.5vw;
  }

  .mood_close {
    width: 50px;
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mood_info_pict {
    padding-left: 44px;
    padding-right: 44px;
  }

  .chat_menu_button, .chat_arch_button {
    transition: opacity .15s ease-in-out;
  }

  .edit_pict_item {
    background-size: 66%;
  }

  .edit_info_item.links {
    margin-bottom: 2.6%;
    padding-bottom: 2.6%;
  }

  .prof_pict_group {
    margin-bottom: 1%;
  }

  .my_prof_flah {
    padding-bottom: .15vw;
  }

  .prof_mood_group {
    flex-direction: column;
    align-items: center;
  }

  .prof_mood_info {
    justify-content: center;
    margin-bottom: .8vw;
  }

  .prof_mood_title {
    margin-bottom: .1vw;
  }

  .prem_red {
    width: 122%;
    margin-top: -69%;
    margin-right: -11%;
  }

  .prem_list_logo {
    width: 3.8vw;
  }

  .prem_info_group, .prem_info_list {
    margin-top: 3%;
  }

  .prem_info_list.option {
    width: 83%;
    margin-top: 40px;
    font-size: 22px;
  }

  .prem_info_block.option {
    margin-bottom: 16px;
    font-size: 22px;
  }

  .prem_icon_block {
    width: 2.8vw;
    height: 2.8vw;
  }

  .prem_icon_block.option {
    width: 45px;
    height: 45px;
    margin-bottom: 4px;
  }

  .prem_txt_block {
    width: 86%;
    font-size: 1.1vw;
    line-height: 1.5vw;
  }

  .prem_txt_block.option {
    margin-right: 4%;
    font-size: 24px;
  }

  .interest_item.people_search {
    margin: 5px;
  }

  .message_num {
    border-radius: 28px;
    padding: 3px 4px;
    font-size: 13px;
    line-height: 15px;
  }

  .tutorial_but_group {
    padding-bottom: 25px;
  }

  .tutorial_but {
    min-width: 400px;
    margin-bottom: 16px;
    padding: 16px 40px;
    font-size: 24px;
    line-height: 26px;
  }

  .meet_close, .meet_close.links, .meet_close.gifts, .meet_close.prem, .meet_close.prem_options {
    width: 50px;
    height: 50px;
  }

  .motke_link {
    font-size: 28px;
    line-height: 34px;
  }

  .links_list_title {
    margin-bottom: 2%;
    font-size: 36px;
    line-height: 38px;
  }

  .menu_list {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .menu_icon_block {
    width: 120px;
    height: 120px;
    margin-bottom: 6px;
    padding-left: 26px;
    padding-right: 25px;
  }

  .menu_icon_block.purple {
    padding-left: 21px;
    padding-right: 21px;
  }

  .menu_link_info {
    width: 83%;
    font-size: 22px;
    line-height: 28px;
  }

  .menu_info_block {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .menu_link_title {
    font-size: 26px;
    line-height: 30px;
  }

  .chat_top_pict {
    width: 66px;
    min-width: 66px;
    height: 66px;
  }

  .message_new {
    border-radius: 28px;
    min-height: 20px;
    padding: 3px 5px;
    font-size: 11px;
    line-height: 14px;
    top: -9px;
  }

  .motke_nav_link {
    padding-left: 2em;
    padding-right: .4em;
  }

  .nav_sub_list {
    margin-top: 4px;
    padding-bottom: 20px;
  }

  .nuv_sub_link {
    background-size: 12px;
    margin-right: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 22px;
    font-size: 20px;
    line-height: 22px;
  }

  .top_logo_bounakir {
    width: 13%;
    max-width: 162px;
    margin-top: 4px;
    right: 1.4em;
  }

  .top_logo_pict {
    width: 46px;
    margin-left: 12px;
  }

  .top_logo_info {
    margin-top: 2px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 18px;
  }

  .top_logo_txt {
    margin-bottom: 6px;
    font-size: 30px;
    line-height: 20px;
  }

  .close_button {
    width: 50px;
    height: 50px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .tutorial_sl_ar {
    margin-left: 0;
    margin-right: 0;
  }

  .tutorial_sl_nav {
    height: 32px;
    font-size: 12px;
    line-height: 16px;
    bottom: 190px;
  }

  .prof_pict_arrow {
    width: 4.6vh;
    height: 4.6vh;
    margin-left: 1.2vh;
    margin-right: 1.2vh;
    font-size: 2vh;
    line-height: 2vh;
  }

  .to_main {
    padding-top: 5px;
  }

  .button_info_txt {
    font-size: 18px;
    line-height: 26px;
  }

  .center_title {
    font-size: 44px;
    line-height: 52px;
  }

  .prem_opt_title {
    font-size: 26px;
  }

  .prem_opt_list {
    margin-top: 12px;
  }

  .prem_opt_link {
    border-width: 6px;
    border-radius: 24px;
    padding: 8px 20px;
    font-size: 22px;
  }

  .prem_opt_info {
    min-height: 105px;
    padding-left: 20px;
    padding-right: 25px;
  }

  .prem_title_gr {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
  }

  .premium_title_num {
    margin-bottom: 4px;
    font-size: 50px;
  }

  .prem_opt_txt {
    margin-bottom: 8px;
    font-size: 32px;
    line-height: 32px;
  }

  .prem_opt_item {
    margin-bottom: 22px;
    box-shadow: 0 0 18px #0000001a;
  }

  .prem_opt_flah {
    padding: 6px 60px 6px 38px;
    top: 10px;
  }

  .prem_order_details {
    margin-top: 30px;
    padding: 28px 60px;
    font-size: 22px;
    box-shadow: 0 0 18px #0003;
  }

  .prem_detais_title {
    font-size: 28px;
    line-height: 34px;
  }

  .prem_detais_title.option {
    font-size: 34px;
  }

  .prem_details_gr {
    margin-bottom: 10px;
  }

  .prem_banner_block {
    padding-top: 22px;
    padding-bottom: 16px;
    font-size: 23px;
  }

  .prem_banner_pict {
    width: 104px;
    top: -20px;
    right: -34px;
  }

  .prem_banner_pict.mirror {
    left: -34px;
  }

  .prem_icon_txt {
    width: 30px;
    bottom: 0;
  }

  .prof_tag_list {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .prof_tag {
    font-size: 18px;
  }

  .tag_num_group {
    grid-column-gap: 6px;
  }

  .tag_num {
    border-radius: 30px;
  }

  .center_txt {
    font-size: 24px;
  }

  .prem_option_group {
    margin-top: 30px;
    font-size: 22px;
    box-shadow: 0 0 18px #0003;
  }

  .prem_option_group.premium {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .prem_option_list.option {
    width: 83%;
    margin-top: 40px;
    font-size: 22px;
  }

  .prem_option_block.option {
    margin-bottom: 16px;
    font-size: 22px;
  }

  .option_txt_block {
    width: 89%;
    font-size: 1.1vw;
    line-height: 1.5vw;
  }

  .option_txt_block.option {
    margin-right: 4%;
    font-size: 24px;
  }

  .premium_opt_list {
    width: 94%;
    margin-top: 22px;
  }

  .premium_opt_item {
    margin-bottom: 26px;
    box-shadow: 0 0 18px #0000001a;
  }

  .premium_opt_link {
    border-width: 5px;
    border-radius: 24px;
    font-size: 22px;
  }

  .premium_title_gr {
    width: 72%;
    margin-bottom: 10px;
  }

  .premium_title_gr.light {
    width: 57%;
    margin-top: 12px;
    margin-bottom: 14px;
  }

  .premium_opt_info {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 24px;
  }

  .premium_opt_txt {
    margin-bottom: 8px;
    font-size: 30px;
    line-height: 34px;
  }

  .premium_opt_flah {
    padding: 6px 60px 6px 38px;
    top: 10px;
  }

  .prem_price_gr {
    padding-top: 4px;
    padding-bottom: 0;
    padding-right: 8px;
  }

  .prem_price_txt.num {
    font-size: 31px;
  }

  .prem_button_txt {
    font-size: 34px;
    line-height: 36px;
  }

  .prem_toptitle_pict {
    top: -20px;
    right: -34px;
  }

  .prem_toptitle_pict.mirror {
    left: -34px;
  }

  .search_form_plate {
    padding-left: 24px;
    padding-right: 24px;
  }

  .massages_info_flah {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 2vw;
    line-height: 3vw;
  }

  h1 {
    margin-top: 2vw;
    margin-bottom: 1vw;
    font-size: 4vw;
    line-height: 4.6vw;
  }

  h2 {
    margin-top: 2vw;
    margin-bottom: 1vw;
    font-size: 3.4vw;
    line-height: 4vw;
  }

  h3 {
    margin-top: 1vw;
    margin-bottom: 1vw;
    font-size: 2.8vw;
    line-height: 3.4vw;
  }

  h4 {
    margin-top: 1vw;
    margin-bottom: 1vw;
    font-size: 2.4vw;
    line-height: 3vw;
  }

  p {
    margin-top: 1vw;
    margin-bottom: 2vw;
  }

  ul, ol {
    margin-top: 1vw;
    margin-bottom: 3vw;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  label {
    margin-top: 1vw;
    margin-bottom: 1vw;
    font-size: 2.4vw;
    line-height: 3vw;
  }

  .splash_logo {
    width: 30%;
  }

  .nav_sec {
    box-shadow: 0 0 1vw 0 var(--black-25);
    align-items: center;
    padding: 1.5vw 3% 1.2vw;
    display: flex;
  }

  .nav_sec.desk {
    display: none;
  }

  .nav_sec.full {
    padding-top: .8vw;
    padding-bottom: .8vw;
  }

  .nav_line {
    min-width: auto;
    height: 5vw;
    margin: 0 3.2vw;
  }

  .nav_link {
    flex-direction: column;
    min-width: 5vw;
    font-size: 1.5vw;
    line-height: 1.8vw;
  }

  .nav_link.grey {
    flex-direction: column;
    font-size: 1.5vw;
    line-height: 1.8vw;
  }

  .nav_icon {
    width: 4.6vw;
    min-width: auto;
    margin-bottom: .3vw;
    margin-left: 0;
  }

  .nav_icon.motke {
    width: 5.4vw;
    min-width: auto;
    margin-left: 0;
  }

  .nav_icon.profile {
    width: 4vw;
    padding-left: .4vw;
    padding-right: .4vw;
  }

  .top_sec {
    min-height: auto;
    padding: 1.5vw 3%;
  }

  .top_sec.desk {
    padding-right: 3%;
  }

  .content_sec {
    padding-bottom: 8vw;
    padding-left: 3%;
    padding-right: 3%;
  }

  .content_sec.white {
    min-height: 100%;
    padding-bottom: 6vw;
  }

  .content_sec.red {
    padding-bottom: 6vw;
  }

  .content_sec.desk {
    padding-right: 3%;
  }

  .gallery_list {
    justify-content: flex-start;
    width: 99%;
    max-width: none;
    margin-top: 2vw;
    margin-bottom: 4vw;
  }

  .gallery_list.prof {
    margin-top: 3vw;
  }

  .gallery_list_item {
    border-radius: 2vw;
    height: 40vw;
    max-height: none;
    margin-left: 1%;
    margin-right: 1%;
  }

  .gallery_list_item.prof {
    border-radius: 2vw;
    height: 68vw;
    max-height: none;
  }

  .gallery_link {
    padding: 4% 5%;
  }

  .gallery_link.prof {
    padding-top: 2.5%;
  }

  .item_title {
    margin-top: 1vw;
    font-size: 2.6vw;
    line-height: 3vw;
  }

  .status_icon {
    border-radius: 3vw;
    width: 4.2vw;
    margin-bottom: .5vw;
    box-shadow: 0 0 1vw 1px #fff9;
  }

  .status_icon.prof, .status_icon.gift_prof {
    width: 4vw;
    margin-top: .4vw;
    margin-left: .4vw;
  }

  .item_status_group {
    padding-top: 1.5vw;
    padding-left: 1.2vw;
  }

  .top_content {
    width: 98%;
    max-width: none;
  }

  .top_content.profile, .top_content.messages {
    max-width: none;
  }

  .top_title_nav {
    border-width: .3vw;
    padding: .3vw .3vw .3vw 0%;
  }

  .top_title {
    max-width: 85%;
    margin-top: .4vw;
    margin-right: 0;
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .top_title.messages {
    margin-top: 1.4vw;
    margin-bottom: 1.4vw;
    margin-right: 1vw;
    font-size: 4vw;
  }

  .top_menu {
    z-index: 190;
    max-height: 190px;
  }

  .top_menu_button {
    background-size: 4.2vw;
    height: 5vw;
    padding-top: 0;
    padding-left: 4.4vw;
    font-size: 2vw;
  }

  .top_menu_button.w--open {
    background-size: 3vw;
  }

  .top_menu_button.arrow {
    background-image: url('/National_Library/oe_/https://shoshke.motke.co.il/assets/images/ar_bot_red.svg');
    background-size: 3.4vw;
  }

  .top_menu_button.arrow.w--open {
    background-image: url('/National_Library/oe_/https://shoshke.motke.co.il/assets/images/ic_close.svg');
    background-position: 3px;
    background-size: 3vw;
  }

  .top_menu_list.w--open {
    border-bottom-right-radius: 6vw;
    border-bottom-left-radius: 6vw;
    width: 92.2vw;
    max-width: none;
    margin-top: 6vw;
    margin-right: 0;
    padding: 1vw 6.5vw 2vw;
  }

  .tag_list {
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .tag_list.menu {
    margin-top: 3vw;
    margin-bottom: 1vw;
  }

  .top_menu_link {
    letter-spacing: .2px;
    border-bottom-width: .2vw;
    border-bottom-color: #0003;
    padding-top: 1.5vw;
    padding-bottom: 2vw;
    font-size: 2.6vw;
    line-height: 3vw;
  }

  .tag_item {
    margin-bottom: 2vw;
    margin-left: 2vw;
  }

  .tag_link {
    border-radius: 3vw;
    padding: 1vw 2vw;
    font-size: 2vw;
    line-height: 2.4vw;
  }

  .button {
    border-radius: 1.6vw;
    margin-top: 1vw;
    margin-bottom: 1vw;
    padding: 1.5vw 4vw;
    font-size: 2.2vw;
  }

  .button.profile {
    margin-top: 2vw;
  }

  .button.filtering {
    padding-top: 1.6vw;
    padding-bottom: 1.6vw;
    font-size: 2.4vw;
    line-height: 4vw;
  }

  .gallery_prof_info.full {
    padding-bottom: 11vw;
    padding-left: 7vw;
    padding-right: 7vw;
    font-size: 2.4vw;
  }

  .user_basic_info {
    font-size: 3.4vw;
    line-height: 4vw;
  }

  .user_basic_info.my_prof {
    margin-top: 1.5vw;
    margin-bottom: .5vw;
  }

  .user_name {
    margin-top: .5vw;
    margin-bottom: .5vw;
    margin-left: .8vw;
    font-size: 3.4vw;
    line-height: 4vw;
  }

  .user_name.full {
    margin-top: 1vw;
    margin-bottom: 1vw;
    margin-left: 0;
    font-size: 4.6vw;
    line-height: 5.6vw;
    display: block;
  }

  .user_name.my_prof {
    font-size: 3vw;
    line-height: 3vw;
  }

  .user_name.info {
    font-size: 2.6vw;
    line-height: 3.2vw;
  }

  .ic_vi {
    width: 3vw;
    height: 3vw;
    margin-right: .8vw;
  }

  .ic_vi.verified {
    width: 3vw;
    height: 3vw;
    left: -.5vw;
  }

  .ic_vi.prof_big {
    width: 4vw;
    height: 4vw;
    left: -.5vw;
  }

  .ic_vi.my_prof {
    width: 2.5vw;
    height: 2.5vw;
  }

  .flah {
    border-radius: 3vw;
    margin-bottom: 1vw;
    padding: .4vw 2.8vw;
    font-size: 1.8vw;
    line-height: 2.4vw;
  }

  .flah.full {
    border-radius: 4vw;
    padding: .6vw 3vw;
  }

  .content_block {
    max-width: none;
  }

  .content_block.footer {
    width: 80%;
  }

  .content_block.premium_opt {
    padding-top: 2vw;
  }

  .profile_pict_group {
    min-height: 130vw;
  }

  .profile_info_group {
    border-top-left-radius: 6vw;
    border-top-right-radius: 6vw;
    margin-top: -6vw;
    padding: 4vw 7vw 16vw;
  }

  .my_menu {
    margin-left: -.9vw;
  }

  .my_menu_button {
    background-position: 50%;
    background-size: auto 90%;
    width: 5vw;
    height: 5vw;
  }

  .my_menu_button.w--open {
    background-position: 50%;
    background-size: 84%;
  }

  .top_back {
    width: 5vw;
    height: 5vw;
    padding-left: 1.2vw;
    padding-right: 1.2vw;
  }

  .top_back.search {
    margin-right: 3vw;
  }

  .top_back.close {
    padding-right: 2vw;
  }

  .top_back.white {
    margin-top: 2vw;
    margin-left: 0%;
  }

  .top_back.card {
    right: 3%;
  }

  .top_back.login {
    margin-right: 0;
    top: 5%;
  }

  .my_menu_list.w--open {
    border-bottom-right-radius: 6vw;
    border-bottom-left-radius: 6vw;
    width: 100vw;
    max-width: none;
    margin-top: 7vw;
    margin-left: -3vw;
    margin-right: 0;
    padding: 2vw 11vw 6vw;
  }

  .user_add_info {
    font-size: 2.6vw;
    line-height: 3.8vw;
  }

  .button_full {
    border-radius: 1.8vw;
    margin-top: 1vw;
    margin-bottom: 1vw;
    padding: 2vw 4vw;
    font-size: 2.4vw;
  }

  .button_full.send {
    min-width: 65%;
    margin-top: 1vw;
    margin-bottom: 1vw;
  }

  .button_full.welcome {
    margin-top: 4vw;
    margin-bottom: 3vw;
  }

  .button_full.meet {
    border-radius: 1.2vw;
    min-width: 48%;
    padding-top: 1.6vw;
    padding-bottom: 1.6vw;
    font-size: 2.2vw;
    line-height: 3vw;
  }

  .button_full.mood {
    min-width: 92%;
    font-size: 2.8vw;
    line-height: 4vw;
  }

  .button_full.camera {
    margin-top: 1.6vw;
    margin-bottom: 2.4vw;
    padding-top: 2.4vw;
    padding-bottom: 2.4vw;
    padding-right: 9vw;
    font-size: 2.8vw;
    line-height: 3.4vw;
  }

  .button_full.prem {
    border-radius: 1.2vw;
    min-width: 76%;
    margin-top: 2vw;
    padding-top: 1.4vw;
    padding-bottom: 1.4vw;
    font-size: 2.6vw;
    line-height: 3.2vw;
  }

  .button_full.lock {
    margin-top: 1.6vw;
    margin-bottom: 2.4vw;
    padding-top: 2.4vw;
    padding-bottom: 2.4vw;
    padding-right: 9vw;
    font-size: 2.8vw;
    line-height: 3.4vw;
  }

  .button_full.pict_edit {
    min-width: 40%;
    margin-top: 3vw;
    margin-bottom: 3vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .button_full.inactive {
    min-width: 65%;
    margin-top: 1vw;
    margin-bottom: 1vw;
  }

  .button_full.premium_opt {
    border-radius: 1vw;
    margin-top: 1vw;
    margin-bottom: 1vw;
    padding-top: 1.4vw;
    padding-bottom: 1.5vw;
    font-size: 2.6vw;
    line-height: 3vw;
  }

  .button_full.meet-_send {
    background-position: 91%, 0 0;
    background-size: 3vw, auto;
    border-radius: 1.2vw;
    min-width: 48%;
    padding-top: 1.6vw;
    padding-bottom: 1.6vw;
    font-size: 2.2vw;
    line-height: 3vw;
  }

  .button_full.premium_options {
    border-radius: 1vw;
    margin-top: 1vw;
    margin-bottom: 1vw;
    padding-top: 1.4vw;
    padding-bottom: 1.5vw;
    font-size: 2.6vw;
    line-height: 3vw;
  }

  .button_full.prem_order {
    margin-top: 2vw;
    margin-bottom: 2vw;
    font-size: 3vw;
    line-height: 3.6vw;
  }

  .age_txt.my_prof {
    font-size: 3vw;
    line-height: 3vw;
  }

  .info_group_list {
    padding-bottom: 2vw;
  }

  .info_group_item {
    margin-bottom: 1.5vw;
    font-size: 2.4vw;
    line-height: 3.2vw;
  }

  .property_txt.title {
    margin-left: 1vw;
  }

  .cat_tag_list {
    margin-top: 3vw;
    margin-bottom: 3vw;
  }

  .cat_tag_item {
    margin-bottom: 3vw;
    padding-bottom: 1vw;
  }

  .verified_prof_group {
    margin-bottom: 4vw;
  }

  .verified_pict_block {
    width: 9vw;
    height: 9vw;
    margin-left: 2.4vw;
  }

  .verified_info_title {
    margin-top: .8vw;
    margin-bottom: .6vw;
    font-size: 2.8vw;
    line-height: 3.6vw;
  }

  .my_menu_link {
    letter-spacing: .2px;
    border-bottom-width: .2vw;
    padding-top: 1.5vw;
    padding-bottom: 2vw;
    font-size: 2.6vw;
    line-height: 3vw;
  }

  .search_sec {
    max-width: none;
    padding-bottom: 15vw;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .form_field_content {
    width: 100%;
    max-width: none;
    margin-bottom: 1.4vw;
    padding-bottom: 1.4vw;
  }

  .form_field_content.login {
    max-width: none;
    margin-bottom: 1vw;
    padding-bottom: 0;
  }

  .form_field_content.duo {
    margin-bottom: 1vw;
    padding-top: 0;
    padding-bottom: .5vw;
  }

  .form_field_content.prior {
    padding-top: 1vw;
  }

  .form_field_content.meet {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .form_field_content.edit, .form_field_content.prior_edit {
    padding-top: 1vw;
  }

  .form_field_content.edit_check {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .form_field_content.picts_edit {
    max-width: none;
    margin-bottom: 1vw;
    padding-bottom: 0;
  }

  .form_field_content.setting {
    padding-top: 1vw;
  }

  .form_field_content.interest {
    max-width: none;
    padding-bottom: 6vw;
  }

  .form_field_content.important {
    margin-bottom: 1.4vw;
    padding-top: 1.2vw;
    padding-bottom: 1.4vw;
  }

  .form_field_content.people_search {
    margin-bottom: 1.4vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .field_block {
    align-items: center;
    font-size: 15px;
    line-height: 18px;
  }

  .field_block.trio {
    width: 30%;
  }

  .field_block.sex {
    margin-top: 2vw;
  }

  .field_block.quatro {
    width: 22%;
  }

  .field_block.meet {
    padding-left: 14%;
    padding-right: 14%;
  }

  .txt_field {
    border-width: .4vw;
    border-radius: 1.8vw;
    height: 8vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    font-size: 2.8vw;
    line-height: 3vw;
  }

  .txt_field.mail, .txt_field.password {
    background-position: 2%;
  }

  .txt_field.name {
    background-position: 98%;
  }

  .txt_field.name:active, .txt_field.name:focus {
    border-color: var(--crimson);
  }

  .txt_field.place {
    background-position: 98%;
  }

  .txt_field.tel {
    background-position: 2%;
  }

  .txt_field.area {
    height: 30vw;
    max-height: none;
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
  }

  .txt_field.age {
    border-width: .5vw;
    border-color: var(--dim-grey);
  }

  .txt_field.mood_area {
    height: 30vw;
    max-height: none;
    margin-bottom: 2vw;
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
    font-size: 3.4vw;
    line-height: 4vw;
  }

  .txt_field.grow {
    border-width: .5vw;
    border-color: var(--dim-grey);
    background-position: 98%;
  }

  .txt_field.grow:active, .txt_field.grow:focus {
    border-color: var(--crimson);
  }

  .form_allert {
    margin-top: .5vw;
    font-size: 1.6vw;
    line-height: 1.6vw;
  }

  .search_top {
    max-width: none;
    min-height: 9vw;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .field_title {
    margin-bottom: .5vw;
    font-size: 3vw;
    line-height: 3.6vw;
  }

  .field_title.verify, .field_title.setting {
    font-size: 3.6vw;
    line-height: 4.6vw;
  }

  .field_title.important {
    margin-top: 0;
    margin-bottom: 1vw;
    font-size: 3.6vw;
    line-height: 4vw;
  }

  .form_links_group {
    margin-bottom: 0;
    padding-top: 2vw;
  }

  .form_links_group.signup {
    margin-top: 3vw;
  }

  .check_link {
    border-width: .5vw;
    border-radius: 1.8vw;
    height: 8vw;
    margin-bottom: 2vw;
    padding-top: .5vw;
    padding-bottom: .5vw;
    font-size: 2.2vw;
    line-height: 3vw;
  }

  .check_link.signup, .check_link.signup_check {
    border-width: .5vw;
    border-radius: 1.8vw;
    height: auto;
    min-height: 8vw;
    margin-bottom: 3vw;
    padding-top: .5vw;
    padding-bottom: .5vw;
    font-size: 2.2vw;
  }

  .check_link.edit {
    border-width: .4vw;
    border-radius: 1.8vw;
    max-width: 60%;
    height: auto;
    min-height: 8vw;
    margin-top: 2vw;
    padding-top: .5vw;
    padding-bottom: .5vw;
    font-size: 2.8vw;
    line-height: 3.4vw;
  }

  .check_link.vi {
    background-position: 97% 46%;
    border-width: .4vw;
    border-radius: 1.8vw;
    max-width: 60%;
    height: auto;
    min-height: 8vw;
    margin-top: 2vw;
    padding-top: .5vw;
    padding-bottom: .5vw;
    font-size: 2.8vw;
    line-height: 3.4vw;
  }

  .form_send_group {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .form_buttons_group {
    width: 100%;
    max-width: none;
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .form_buttons_group.check {
    max-width: none;
    margin-bottom: 1vw;
    font-size: 2.2vw;
  }

  .form_buttons_group.skip {
    margin-top: 3vw;
    margin-bottom: 3vw;
  }

  .form_buttons_group.filtering {
    margin-top: .6vw;
    margin-bottom: .6vw;
  }

  .form_buttons_group.signup {
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .login_top {
    max-width: none;
    min-height: auto;
    padding: 2% 8% 1%;
  }

  .login_sec {
    max-width: none;
  }

  .login_logo {
    width: 16vw;
    margin-bottom: 1vw;
  }

  .checkbox {
    border-width: .4vw;
    border-radius: 1vw;
    width: 4vw;
    height: 4vw;
    margin-left: 1.5vw;
  }

  .checkbox.w--redirected-checked {
    border-width: .4vw;
  }

  .login_social {
    max-width: none;
    font-size: 2.2vw;
  }

  .login_terms_use {
    margin-top: .6vw;
  }

  .social_button {
    box-shadow: 0 0 2vw 0 var(--black-25);
    border-radius: 1.8vw;
    min-width: 48%;
    margin-bottom: 1vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    font-size: 2.4vw;
  }

  .social_but_icon {
    width: 4.4vw;
  }

  .progress_bar {
    height: 1vw;
  }

  .signup_status_group {
    max-width: none;
    min-height: 7vw;
  }

  .status_num {
    font-size: 3vw;
  }

  .status_num.pict {
    margin-top: 2vh;
    margin-right: 2vh;
    padding-left: 1vw;
    padding-right: 1vw;
    font-size: 2.4vh;
    line-height: 3vh;
  }

  .progress_line {
    height: 1vw;
  }

  .signup_top_info {
    max-width: none;
    min-height: auto;
    padding: 2% 3%;
    font-size: 2.2vw;
  }

  .field_block_comment {
    margin-bottom: 2vw;
    font-size: 2.2vw;
    line-height: 3vw;
  }

  .sex_button {
    border-radius: 3vw;
    width: 48%;
    margin-bottom: 3vw;
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 3.6vw;
    line-height: 4vw;
  }

  .sex_icon {
    width: 28%;
    margin-bottom: 3.4%;
  }

  .skip_link {
    margin-top: 1vw;
    padding: .5vw 1vw;
    font-size: 2.4vw;
  }

  .skip_link.block {
    margin-top: 2vw;
    margin-bottom: 4vw;
  }

  .skip_link.card {
    letter-spacing: .5px;
  }

  .skip_link.meet {
    letter-spacing: .5px;
    letter-spacing: .5px;
    font-size: 2.2vw;
    line-height: 2.4vw;
  }

  .skip_link.meet_exit {
    letter-spacing: .5px;
    font-size: 2.2vw;
    line-height: 2.4vw;
  }

  .skip_link.premium {
    letter-spacing: .5px;
    margin-bottom: 1vw;
    padding-top: .4vw;
    padding-bottom: .4vw;
    font-size: 2vw;
    line-height: 2.6vw;
  }

  .skip_link.options {
    margin-top: 3vw;
    margin-bottom: 4vw;
    font-size: 2.6vw;
    line-height: 3.4vw;
  }

  .signup_pict_list {
    margin-top: 3%;
  }

  .signup_pict_item {
    background-size: 50%;
    border-radius: 1.8vw;
    height: 62vw;
    max-height: none;
    margin-bottom: 3vw;
  }

  .signup_pict_link {
    background-size: 14%;
  }

  .signup_pict_link.delete {
    background-size: 14%, auto;
  }

  .icon_info {
    width: 6vw;
    margin-top: 1vw;
    margin-bottom: 1vw;
  }

  .send_again {
    margin-top: 3vw;
    margin-bottom: 2vw;
    font-size: 2.2vw;
  }

  .field_quatro_group {
    padding-top: 4vw;
  }

  .signup_title {
    margin-top: .5vw;
    margin-bottom: .5vw;
    font-size: 3.6vw;
    line-height: 4.4vw;
  }

  .signup_title.welcome {
    margin-top: 3vw;
    margin-bottom: 2vw;
    font-size: 4.8vw;
    line-height: 6vw;
  }

  .signup_title.mood {
    margin-top: 1vw;
    margin-bottom: 1vw;
    font-size: 4vw;
    line-height: 5vw;
  }

  .signup_title.card {
    font-size: 2.6vw;
    line-height: 3vw;
  }

  .signup_pict {
    width: 60%;
    margin-bottom: 1vw;
  }

  .search_field_txt {
    margin-bottom: 0;
  }

  .search_field_txt.edit {
    font-size: 2.2vw;
  }

  .prior_links_list {
    padding-bottom: 3vw;
  }

  .prior_links_list.my_prof {
    margin-top: 3vw;
  }

  .prior_link {
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
  }

  .prior_icon_block {
    margin-top: .3vw;
    margin-left: 2.5%;
  }

  .prior_link_info {
    padding-left: 15%;
    font-size: 2vw;
    line-height: 3vw;
  }

  .prior_link_title {
    margin-bottom: .2vw;
    font-size: 2.6vw;
  }

  .prior_link_title.prem {
    font-size: 2.6vw;
    line-height: 3vw;
  }

  .prior_status_block {
    width: 15%;
    font-size: 2.6vw;
    line-height: 3vw;
  }

  .prior_status_block.black {
    align-items: center;
    line-height: 2.8vw;
  }

  .prior_stat_icon {
    width: 1.2vw;
    margin-top: .2vw;
    margin-right: .8vw;
  }

  .search_verify_group {
    padding-top: 2vw;
    padding-bottom: 2.4vw;
  }

  .search_premium_ic {
    width: 8%;
  }

  .search_verify_check {
    width: 13%;
  }

  .clear_link {
    font-size: 2.4vw;
    line-height: 3vw;
  }

  .clear_link.mood {
    font-size: 3.4vw;
  }

  .clear_link.edit {
    margin-top: 1vw;
    font-size: 2.6vw;
    line-height: 3vw;
  }

  .search_top_title {
    margin-top: .5vw;
    margin-bottom: .5vw;
    font-size: 3.6vw;
    line-height: 4.4vw;
  }

  .meet_form_block {
    width: 88%;
    max-width: none;
  }

  .meet_title {
    margin-top: 2%;
    margin-bottom: 2%;
    font-size: 3.4vw;
    line-height: 4.4vw;
  }

  .meet_field {
    border-width: .4vw;
    border-top-left-radius: 2vw;
    border-top-right-radius: 2vw;
    border-bottom-left-radius: 2vw;
    min-height: 14vw;
    max-height: 18vw;
    padding: 1vw 1.6vw;
    font-size: 2.2vw;
    line-height: 3vw;
  }

  .meet_field:active, .meet_field:focus {
    border-width: .5vw;
  }

  .meet_picts_group {
    margin-bottom: 2.5%;
  }

  .meet_pict {
    width: 15vw;
    height: 15vw;
  }

  .meet_label {
    margin-bottom: 2%;
    font-size: 2.6vw;
    line-height: 3vw;
  }

  .meet_sec {
    background-size: auto 80%, auto 80%;
    justify-content: flex-start;
  }

  .meet_report {
    border-width: .4vw;
    border-top-left-radius: 2vw;
    border-top-right-radius: 2vw;
    border-bottom-left-radius: 2vw;
    padding: 1vw 1.6vw;
    font-size: 2.2vw;
    line-height: 3vw;
  }

  .mood_content {
    max-width: none;
    padding: 5vw 3% 4vw;
    font-size: 2.8vw;
    line-height: 3.4vw;
  }

  .mood_close {
    justify-content: center;
    align-items: center;
    width: 5vw;
    height: 5vw;
    margin-top: 1.5vw;
    padding-left: 1.2vw;
    padding-right: 1.2vw;
    display: flex;
  }

  .mood_list {
    border-radius: 5vw;
    margin-top: 3vw;
    margin-bottom: 6vw;
    padding-top: 2.5vw;
    padding-bottom: 5vw;
    box-shadow: 0 0 5vw #00000080;
  }

  .mood_item {
    width: 25.8%;
    margin-top: 3vw;
    margin-bottom: 1vw;
    margin-right: 5%;
  }

  .mood_pict_block {
    box-shadow: 0 0 2vw 0 var(--black-25);
    border-width: 1.4vw;
    border-radius: 3.4vw;
    height: 23vw;
    max-height: none;
    margin-bottom: 2vw;
    padding: 2.5vw;
  }

  .mood_pict_block.check {
    box-shadow: inset 0 0 0 .8vw var(--crimson), 0 0 12px 0 var(--black-25);
  }

  .mood_info_txt {
    font-size: 2.2vw;
    line-height: 3vw;
  }

  .mood_info_txt.red {
    font-size: 2vw;
    line-height: 2.4vw;
  }

  .mood_info_pict {
    width: 28vw;
    height: 25vw;
    padding: 5vw;
  }

  .mood_info_content {
    max-width: none;
    padding-bottom: 4vw;
    padding-left: 3%;
    padding-right: 3%;
    font-size: 2.8vw;
    line-height: 3.4vw;
  }

  .mood_form_block {
    border-radius: 5vw;
    margin-top: 2vw;
    margin-bottom: 7vw;
    padding: 2.5vw 4vw 5vw;
    box-shadow: 0 0 5vw #00000080;
  }

  .no_messages {
    font-size: 3vw;
    line-height: 3vw;
  }

  .talk_group.flip {
    padding-left: 10%;
  }

  .talk_info {
    padding-top: 1vw;
    font-size: 1.8vw;
    line-height: 2vw;
  }

  .chat_menu_button {
    border-radius: 3vw;
    padding-top: .8vw;
    padding-bottom: .8vw;
    font-size: 2vw;
    line-height: 2.6vw;
  }

  .buble {
    border-top-left-radius: 3vw;
    border-top-right-radius: 3vw;
    border-bottom-right-radius: 3vw;
    padding: 1.8vw 2.6vw;
    font-size: 2.2vw;
    line-height: 2.8vw;
  }

  .buble.flip {
    border-bottom-left-radius: 3vw;
  }

  .chat_talk_group {
    padding-bottom: 15vw;
    padding-left: 3%;
    padding-right: 3%;
  }

  .buble_video {
    width: 18vw;
    max-height: 18vw;
  }

  .talk_day {
    padding-top: 1.5vw;
    font-size: 2vw;
    line-height: 2.4vw;
  }

  .chat_menu_group {
    padding-top: .5vw;
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .chat_insert_group {
    margin-top: .8vw;
    margin-bottom: .8vw;
  }

  .buble_pict {
    width: 18vw;
    max-height: 18vw;
  }

  .chat_menu_line {
    border-top-width: .2vw;
  }

  .chat_menu_link {
    padding-top: 1vw;
    padding-bottom: 1vw;
    font-size: 2vw;
    line-height: 2.6vw;
  }

  .chat_menu_but {
    height: 8vw;
  }

  .chat_menu_list.w--open {
    box-shadow: 0 0 2vw 0 var(--black-25);
    border-radius: 3vw;
    width: 50vw;
    padding: 1.5vw 1.5vw 4vw;
  }

  .chat_arch_button {
    border-radius: 1vw;
    max-width: 60%;
    margin-top: 2.5vw;
    margin-bottom: 0;
    padding-top: 1.4vw;
    padding-bottom: 1.4vw;
    font-size: 2.4vw;
    line-height: 3vw;
  }

  .chat_txt_insert {
    border-width: .4vw;
    border-radius: 4vw;
    min-height: 7vw;
    padding: 1vw 3vw 1vw 2vw;
    font-size: 2.6vw;
    line-height: 3vw;
  }

  .sm_picts_content {
    margin-top: 1vw;
  }

  .chat_insert_but {
    width: 7vw;
    height: 7vw;
  }

  .buble_sm_pict {
    width: 5vw;
    min-width: 5vw;
    height: 5vw;
    margin-bottom: .6vw;
    margin-left: .6vw;
  }

  .chat_insert_content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .talk_info_line {
    height: 2vw;
    margin-left: 1vw;
    margin-right: 1vw;
  }

  .chat_insert_sec {
    padding: 1.4vw 3%;
  }

  .messages_list {
    margin-top: 2vw;
    padding-bottom: 12vw;
  }

  .messages_item {
    margin-bottom: .5vw;
  }

  .messages_link {
    border-radius: 0;
    padding: 1.5vw 3vw 1.5vw 13%;
    font-size: 2.6vw;
  }

  .messages_pict {
    width: 11vw;
    height: 11vw;
  }

  .messages_infogroup {
    line-height: 3.4vw;
    display: block;
  }

  .messages_info_title {
    margin-bottom: .5vw;
    font-size: 3.4vw;
    line-height: 4vw;
  }

  .messages_pict_block {
    border-width: .5vw;
    margin-left: 3vw;
    padding: .5vw;
  }

  .edit_pict_list {
    margin-top: 3%;
  }

  .edit_pict_item {
    background-size: 55%;
    border-radius: 1.8vw;
    height: 36.8vw;
    max-height: none;
  }

  .edit_pict_item.big {
    height: 76vw;
    max-height: none;
  }

  .edit_pict_link {
    background-size: 14%;
  }

  .edit_info_list {
    margin-bottom: 3vw;
    padding-bottom: 3vw;
  }

  .edit_info_list.card {
    margin-top: 2vw;
  }

  .edit_info_list.links {
    width: 60%;
    max-width: none;
    padding-bottom: 0;
    font-size: 3vw;
    line-height: 3.6vw;
  }

  .edit_info_item {
    margin-bottom: .6vw;
    padding-bottom: .6vw;
  }

  .edit_info_item.card {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .edit_info_item.links {
    margin-bottom: 1.8vw;
    padding-bottom: 1.8vw;
    font-size: 3vw;
    line-height: 3.6vw;
  }

  .edit_info_link {
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
  }

  .edit_info_link.card {
    padding-right: 13vw;
  }

  .edit_link_info {
    font-size: 2.2vw;
    line-height: 3vw;
  }

  .edit_ar_block {
    font-size: 2.6vw;
    line-height: 3vw;
  }

  .edit_arrow {
    width: 2vw;
    margin-top: .6vw;
    margin-right: .8vw;
  }

  .edit_link_title {
    margin-bottom: .2vw;
    font-size: 3vw;
    line-height: 3.4vw;
  }

  .edit_link_title.setting {
    margin-bottom: .8vw;
    font-size: 3.6vw;
    line-height: 4.6vw;
  }

  .edit_link_title.card {
    font-size: 3.6vw;
    line-height: 4vw;
  }

  .edit_check_list {
    margin-top: 1vw;
    margin-bottom: 2vw;
  }

  .edit_check_item {
    margin-bottom: 2vw;
    padding-bottom: 3vw;
    font-size: 2.2vw;
  }

  .my_prof_sec {
    background-image: none;
    justify-content: space-between;
    min-height: 100%;
    padding: 2vw 0% 3vw;
    overflow: hidden;
  }

  .prof_pict_group {
    box-shadow: 0 0 0 .4vw var(--red-2);
    width: 16.6vw;
    min-width: 16.6vw;
    height: 16.6vw;
    min-height: 16.6vw;
    margin-bottom: .8%;
  }

  .my_prof_pict {
    width: 15.4vw;
    height: 15.4vw;
  }

  .prof_eye {
    width: 4.4vw;
    height: 4.4vw;
    padding-left: .7vw;
    padding-right: .7vw;
    right: -2vw;
  }

  .prof_premium {
    width: 4.6vw;
    bottom: -2.2vw;
  }

  .prof_title_group {
    width: 100%;
    margin-bottom: 2%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .my_prof_flah {
    border-radius: 3vw;
    margin-top: .3%;
    margin-bottom: 0;
    padding-left: 1.6vw;
    padding-right: 1.6vw;
    font-size: 1.7vw;
    line-height: 2.2vw;
  }

  .prof_mood_group {
    width: 100%;
    padding-bottom: 6vw;
    padding-left: 3%;
    padding-right: 3%;
  }

  .prof_mood_info, .prof_mood_title {
    font-size: 2.4vw;
    line-height: 2.8vw;
  }

  .prof_status_txt {
    font-size: 1.8vw;
    line-height: 2vw;
  }

  .prof_status_txt.prem {
    font-size: 2vw;
    line-height: 2.2vw;
  }

  .setting_check_group {
    padding-top: 2vw;
    padding-bottom: 2.4vw;
  }

  .setting_check {
    width: 13%;
  }

  .settink_link_title {
    margin-bottom: .2vw;
    font-size: 3vw;
    line-height: 3.4vw;
  }

  .prem_top {
    background-image: url('/National_Library/oe_/https://shoshke.motke.co.il/assets/images/prem_bgr.svg');
    background-position: 50% 101%;
    background-repeat: no-repeat;
    background-size: 102%;
    width: 100%;
    padding: 2vw 8%;
  }

  .prem_red {
    margin-top: -41%;
    display: none;
  }

  .prem_sec {
    background-image: none;
    min-height: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .prem_title {
    font-size: 4.8vw;
    line-height: 5vw;
  }

  .prem_list_logo {
    width: 6vw;
    margin-left: 5%;
    margin-right: 5%;
  }

  .prem_sub_title {
    font-size: 2.6vw;
    line-height: 3vw;
  }

  .prem_info_group {
    width: 50%;
    margin-top: 1%;
  }

  .prem_info_list.option {
    width: 87%;
    margin-top: 2.6vw;
    margin-bottom: 16vw;
  }

  .prem_info_block.option {
    margin-bottom: 1.4vw;
    font-size: 2vw;
    line-height: 2.4vw;
  }

  .prem_icon_block {
    width: 4.2vw;
    height: 4.2vw;
  }

  .prem_icon_block.option {
    width: 4.4vw;
    height: 4.4vw;
    margin-bottom: .2vw;
  }

  .prem_txt_block {
    width: 88%;
    font-size: 1.8vw;
    line-height: 2.6vw;
  }

  .prem_txt_block.option {
    font-size: 2.2vw;
    line-height: 2.8vw;
  }

  .prem_close {
    justify-content: center;
    align-items: center;
    width: 4.5vw;
    height: 4.5vw;
    margin-top: 1.5vw;
    margin-right: 1vw;
    padding-left: 1vw;
    padding-right: 1vw;
    display: flex;
  }

  .info_sec {
    max-width: none;
  }

  .card_info_group {
    padding-top: .4vw;
    padding-bottom: .4vw;
    font-size: 2.2vw;
    line-height: 3vw;
  }

  .card_icon {
    width: 4vw;
    margin-right: 2.6vw;
    font-size: 2.6vw;
    line-height: 3vw;
  }

  .card_link_info {
    font-size: 2.2vw;
    line-height: 3vw;
  }

  .card_num_txt {
    font-size: 3.6vw;
    line-height: 4vw;
  }

  .card_pict {
    width: 10vw;
    margin-left: 3vw;
  }

  .card_operate {
    padding-left: 1vw;
  }

  .card_dots {
    width: 7vw;
    margin-right: 2vw;
  }

  .card_operate_link {
    width: 5.2vw;
  }

  .card_operate_line {
    height: 6.4vw;
    margin-left: 3vw;
    margin-right: 3.6vw;
  }

  .card_operate_vi {
    width: 4.8vw;
  }

  .interest_list {
    margin-top: 3vw;
    margin-bottom: 3vw;
  }

  .interest_list.people_search {
    width: 102%;
    margin-top: 1vw;
    margin-bottom: 2vw;
    margin-right: -1%;
  }

  .interest_item {
    margin: 1vw;
  }

  .interest_item.people_search {
    margin: .7vw;
  }

  .interest_link {
    border-radius: 4vw;
    padding: .7vw .8vw .7vw 3vw;
    font-size: 2.4vw;
  }

  .interest_link.search {
    padding: .6vw .6vw .6vw 2.4vw;
    font-size: 2.4vw;
    line-height: 3vw;
  }

  .interest_icon {
    width: 4.4vw;
    margin-left: .8vw;
  }

  .interest_icon.search {
    width: 4vw;
    margin-left: .8vw;
  }

  .interest_txt {
    margin-bottom: .2vw;
  }

  .card_title_pict {
    width: 24vw;
    margin-bottom: .5vw;
  }

  .card_top_title {
    max-width: none;
    min-height: auto;
    padding-top: 1vw;
    padding-bottom: 3vw;
    font-size: 2.6vw;
  }

  .card_txt_field {
    border-radius: 1.8vw;
    height: 8vw;
    padding: .5vw 3vw;
    font-size: 3vw;
    line-height: 3vw;
  }

  .card_txt_field:active, .card_txt_field:focus {
    box-shadow: 0 0 2vw 0 var(--black-25);
  }

  .card_txt_field.cvc {
    background-position: 5% 40%;
    padding-left: 22%;
  }

  .message_num {
    border-width: .2vw;
    border-radius: 2vw;
    min-width: 2.4vw;
    min-height: 2.4vw;
    padding: .2vw .4vw;
    font-size: 1.3vw;
    line-height: 1.3vw;
    top: -1.2vw;
    left: auto;
    right: -1.2vw;
  }

  .message_num.list {
    background-color: var(--red-2);
    border-radius: 4vw;
    min-width: 3.4vw;
    min-height: 3.4vw;
    padding-top: .3vw;
    padding-left: .8vw;
    padding-right: .8vw;
    font-size: 1.6vw;
    line-height: 1.6vw;
    top: 1.4vw;
    left: 1.6vw;
  }

  .pict_plus, .pict_minus {
    width: 7vw;
    height: 7vw;
    padding-left: 1.5vw;
    padding-right: 1.5vw;
  }

  .responce_block {
    border-radius: 3vw;
  }

  .responce_add_block {
    margin-top: 1vw;
    margin-bottom: 1vw;
  }

  .responce_add_icon {
    width: 4vw;
    min-width: 4vw;
    margin-left: 1vw;
  }

  .response_addlink {
    margin-bottom: .5vw;
  }

  .chat_question_group.info {
    margin-bottom: 3%;
  }

  .chat_question {
    font-size: 4vw;
    line-height: 4vw;
  }

  .buble_quest {
    border-top-left-radius: 3vw;
    border-top-right-radius: 3vw;
    border-bottom-right-radius: 3vw;
    padding: 1.8vw 2.6vw;
    font-size: 2.2vw;
    line-height: 2.8vw;
  }

  .buble_quest.flip {
    border-bottom-left-radius: 3vw;
  }

  .quest_talk_group {
    margin-top: 2%;
    margin-bottom: 2%;
    padding-left: 6vw;
  }

  .quest_talk_group.flip {
    padding-right: 6vw;
  }

  .quest_talk_pict {
    width: 5vw;
    min-width: 5vw;
    height: 5vw;
  }

  .lock_talk {
    width: 2.6vw;
    min-width: 2.6vw;
    margin-left: 1vw;
  }

  .lock_talk.flip {
    margin-right: 1vw;
  }

  .tutorial_sec {
    background-image: none;
    min-height: 100%;
    padding-left: 0%;
    padding-right: 0%;
    overflow: hidden;
  }

  .tutorial_but_group {
    padding-bottom: 1.5vw;
  }

  .tutorial_but {
    border-radius: 1.4vw;
    min-width: 40vw;
    margin-bottom: 1.6vw;
    padding: 1vw 3vw;
    font-size: 2vw;
    line-height: 2.4vw;
  }

  .tutorial_pict_block {
    width: 100%;
  }

  .message_icon {
    max-width: 4.8vw;
    height: 3.6vw;
    margin-left: 1vw;
    top: -.4vw;
  }

  .meet_top_red {
    width: 120%;
    height: 110vh;
    margin-top: -145vh;
    top: auto;
    right: -10%;
  }

  .meet_close {
    justify-content: center;
    align-items: center;
    width: 6vw;
    height: 6vw;
    margin-top: 1.5vw;
    padding-left: 1.5vw;
    padding-right: 1.5vw;
    display: flex;
    right: 3%;
  }

  .meet_close.links {
    justify-content: flex-start;
    margin-top: 1vw;
    right: 4%;
  }

  .meet_close.gifts {
    justify-content: flex-start;
    margin-top: 1vw;
  }

  .meet_close.prem, .meet_close.prem_options {
    justify-content: flex-start;
    width: 5vw;
    height: 5vw;
    margin-top: 2vw;
    padding-left: 1vw;
    padding-right: 1vw;
    right: 4%;
  }

  .links_list_sec {
    background-position: 0 0;
    background-size: auto 86%;
    justify-content: flex-start;
    padding-top: 8%;
  }

  .motke_link {
    font-size: 3vw;
    line-height: 3.6vw;
  }

  .links_list_title {
    width: 60%;
    max-width: none;
    margin-bottom: 2vw;
    font-size: 3.4vw;
    line-height: 3.6vw;
  }

  .prof_mood_link {
    background-image: linear-gradient(to right, var(--deep-pink-gradsiant), var(--redgradiant));
    border-radius: 5vw;
    min-width: 22vw;
    min-height: 4vw;
    margin-top: 2vw;
    padding: .6vw 2.6vw;
    font-size: 2vw;
    line-height: 2.6vw;
  }

  .new_status {
    border-radius: 2vw;
    min-height: 3vw;
    padding: .3vw 1vw;
    font-size: 1.6vw;
    line-height: 2vw;
    top: 1.5vw;
    right: 1.5vw;
  }

  .menu_list {
    width: 98%;
    max-width: none;
    margin-top: 2vw;
    padding-top: 0;
    padding-bottom: 3vw;
  }

  .menu_icon_block {
    width: 12vw;
    height: 12vw;
    margin-bottom: 0;
    padding-left: 2.4vw;
    padding-right: 2.22vw;
    bottom: .5vw;
  }

  .menu_icon_block.violet {
    padding-left: 2vw;
    padding-right: 2.5vw;
  }

  .menu_icon_block.purple {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .menu_icon_block.bordo {
    padding-left: 2vw;
    padding-right: 2.5vw;
  }

  .menu_link {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .menu_link_info {
    width: 82%;
    font-size: 2vw;
    line-height: 3vw;
  }

  .menu_info_block {
    margin-bottom: .6vw;
    font-size: 2.6vw;
    line-height: 3vw;
  }

  .menu_link_title {
    margin-bottom: .2vw;
    font-size: 2.6vw;
    line-height: 3vw;
  }

  .menu_link_num {
    border-radius: 2vw;
    margin-bottom: .2vw;
    margin-left: 1.4vw;
    padding-left: 1.8vw;
    padding-right: 1.8vw;
    font-size: 2.6vw;
  }

  .menu_item_line {
    margin-right: 18%;
  }

  .chat_top_pict {
    box-shadow: 0 0 0 .3vw var(--crimson);
    border-width: .3vw;
    width: 6vw;
    min-width: 6vw;
    height: 6vw;
    margin-left: 1.5vw;
  }

  .message_new {
    border-width: .2vw;
    border-radius: 2vw;
    min-width: 2.4vw;
    min-height: 2.2vw;
    padding: .2vw .5vw;
    font-size: 1.1vw;
    line-height: 1.3vw;
    top: -1.2vw;
    left: auto;
    right: -.4vw;
  }

  .messages_search {
    margin-top: 3vw;
    margin-bottom: 3vw;
  }

  .messages_field {
    border-width: .4vw;
    border-radius: 5vw;
    width: 94%;
    height: 7vw;
    margin-left: auto;
    margin-right: auto;
    padding: .6vw 3vw .6vw 7vw;
    font-size: 2.6vw;
  }

  .messages_field:hover {
    box-shadow: 0 0 2vw 0 var(--black-8);
  }

  .messages_field:active, .messages_field:focus {
    border-width: .4vw;
  }

  .massage_field_ic {
    width: 8vw;
    height: 7vw;
    padding-left: 2vw;
    padding-right: 2vw;
    left: 3%;
  }

  .top_logo_bounakir {
    display: none;
  }

  .close_button {
    width: 4.4vw;
    height: 4.4vw;
    padding-left: .5vw;
    padding-right: .5vw;
  }

  .tutorial_slider {
    width: 51vh;
  }

  .tutorial_sl_ar {
    font-size: 2.4vh;
  }

  .tutorial_sl_nav {
    height: 3vw;
    padding-top: .6vw;
    font-size: 1.1vw;
    line-height: 1.2vw;
    bottom: 15vw;
  }

  .prof_pict_arrow {
    width: 7vh;
    height: 7vh;
    font-size: 3vh;
    top: 28%;
  }

  .button_icon {
    border-radius: 1.8vw;
    margin-top: 1vw;
    margin-bottom: 1vw;
    padding: 2vw 17% 2vw 4vw;
    font-size: 2.4vw;
  }

  .ic_button {
    width: 4vw;
    top: 1.7vw;
    right: 17%;
  }

  .to_main {
    border-top-right-radius: 2vw;
    border-bottom-right-radius: 2vw;
    height: 3.8vw;
    padding-top: .6vw;
    padding-left: 1.5vw;
    padding-right: 2vw;
    font-size: 2vw;
    line-height: 2.2vw;
  }

  .gifts_list {
    border-radius: 4vw;
    margin-top: 3vw;
    margin-bottom: 6vw;
    padding-top: 2.5vw;
    padding-bottom: 5vw;
    box-shadow: 0 0 3vw #0003;
  }

  .gift_item {
    width: 25.8%;
    margin-top: 3vw;
    margin-bottom: 1vw;
    margin-right: 5%;
  }

  .gift_pict_block {
    height: 20vw;
    max-height: none;
  }

  .gifts_status_block {
    margin-top: 2vw;
    padding-top: 1vw;
    padding-bottom: 1.2vw;
    font-size: 2.8vw;
    line-height: 3vw;
  }

  .gifts_status_txt {
    margin-left: .3vw;
    margin-right: .3vw;
  }

  .gifts_info_txt {
    font-size: 2.4vw;
    line-height: 3vw;
  }

  .meet_form {
    justify-content: flex-start;
    min-height: auto;
  }

  .gift_button {
    grid-column-gap: 3vw;
    justify-content: center;
    min-width: 36%;
    padding-top: .5vw;
    padding-bottom: .5vw;
    font-size: 2.4vw;
  }

  .gift_button_pict {
    width: 6vw;
    height: 6vw;
  }

  .gift_button_pict.sending {
    width: 20vw;
    height: 19vw;
  }

  .prem_title_block {
    margin-top: 2%;
  }

  .button_info_txt {
    margin-bottom: 1vw;
    font-size: 1.8vw;
    line-height: 2.4vw;
  }

  .prem_options_group {
    border-top-left-radius: 6vw;
    border-top-right-radius: 6vw;
    padding: 2vw 8vw 12vw;
  }

  .center_title {
    margin-bottom: 1vw;
    font-size: 4vw;
    line-height: 4.8vw;
  }

  .center_title.options {
    font-size: 4.6vw;
    line-height: 5.4vw;
  }

  .prem_opt_title {
    margin-top: 1vw;
    margin-bottom: 1vw;
    font-size: 2.6vw;
    line-height: 3.2vw;
  }

  .prem_opt_list {
    margin-top: 2.5vw;
    font-size: 2.2vw;
  }

  .prem_opt_link {
    border-width: .6vw;
    border-radius: 2vw;
    padding: .8vw 1.6vw .8vw 2vw;
    line-height: 2.6vw;
  }

  .prem_opt_info {
    width: 70%;
    min-height: 12vw;
    margin-top: 1vw;
    margin-bottom: 1vw;
    padding: 1vw 2.5vw 1vw 2vw;
  }

  .prem_title_gr {
    border-top-right-radius: 1.6vw;
    border-bottom-right-radius: 1.6vw;
    margin-top: 1vw;
    margin-bottom: 1vw;
    padding: 1vw;
    font-size: 2.4vw;
  }

  .premium_title_num {
    font-size: 5vw;
    line-height: 5vw;
  }

  .prem_opt_txt {
    margin-bottom: .6vw;
    font-size: 3.6vw;
    line-height: 4vw;
  }

  .prem_opt_item {
    box-shadow: 0 0 1.6vw 0 var(--black-8);
    border-radius: 2vw;
    margin-bottom: 2.5vw;
  }

  .prem_opt_flah {
    padding: .4vw 7vw .4vw 4vw;
    top: .6vw;
    left: -4vw;
  }

  .prem_order_details {
    border-radius: 2.8vw;
    margin-top: 2vw;
    padding: 1.8vw 4.6vw 2vw;
    box-shadow: 0 0 2vw #0003;
  }

  .prem_detais_title {
    margin-top: 1vw;
    margin-bottom: 1vw;
    font-size: 2.6vw;
    line-height: 3.2vw;
  }

  .prem_detais_title.option {
    margin-bottom: .6vw;
    font-size: 3.1vw;
  }

  .prem_details_gr {
    margin-bottom: 1vw;
  }

  .prem_banner_block {
    padding-top: 1vw;
    padding-bottom: 2vw;
    font-size: 2.4vw;
  }

  .prem_banner_pict {
    width: 11vw;
    top: -3vw;
    right: -4vw;
  }

  .prem_banner_pict.mirror {
    left: -4vw;
  }

  .prem_icon_txt {
    width: 3vw;
    margin-left: .6vw;
  }

  .icon_red_txt {
    margin-left: .4vw;
    margin-right: .4vw;
  }

  .subscribe_group {
    margin-top: 0;
  }

  .prof_tag_list {
    grid-column-gap: .6vw;
    grid-row-gap: .6vw;
  }

  .prof_tag {
    border-radius: 3vw;
    padding: .4vw 2vw;
    font-size: 1.8vw;
    line-height: 2.2vw;
  }

  .tag_num_group {
    grid-column-gap: .6vw;
    margin-bottom: .2vw;
    font-size: 2vw;
    line-height: 2.4vw;
  }

  .tag_num {
    letter-spacing: -.5px;
    border-width: .3vw;
    border-radius: 2vw;
    min-width: 4vw;
    min-height: 4vw;
    padding: .2vw;
    font-size: 2vw;
    line-height: 2.4vw;
    top: -1.2vw;
    left: auto;
    right: -1.2vw;
  }

  .center_txt {
    font-size: 2.4vw;
  }

  .prem_option_group {
    border-radius: 2.8vw;
    margin-top: 2vw;
    padding: 1.8vw 4vw;
    box-shadow: 0 0 2vw #0003;
  }

  .prem_option_group.premium {
    background-position: 3% 4%;
    background-size: 19%;
  }

  .prem_option_list {
    margin-top: 1.2vw;
    margin-bottom: 1vw;
  }

  .prem_option_list.option {
    width: 87%;
    margin-top: 2.6vw;
    margin-bottom: 16vw;
  }

  .prem_option_block {
    margin-bottom: .8vw;
  }

  .prem_option_block.option {
    margin-bottom: 1.4vw;
    font-size: 2vw;
    line-height: 2.4vw;
  }

  .option_txt_block {
    width: 89%;
    font-size: 1.8vw;
    line-height: 2.6vw;
  }

  .option_txt_block.option {
    font-size: 2.2vw;
    line-height: 2.8vw;
  }

  .prem_logo_block {
    width: 78%;
    margin-bottom: .2vw;
  }

  .prem_logo_block.light {
    width: 64%;
    margin-top: 2vw;
    margin-bottom: 1vw;
  }

  .premium_opt_list {
    margin-top: 1vw;
  }

  .premium_opt_item {
    box-shadow: 0 0 1.6vw 0 var(--black-8);
    border-radius: 2vw;
    margin-bottom: 2.5vw;
  }

  .premium_opt_link {
    border-width: .5vw;
    border-radius: 2vw;
    padding: .5vw 1vw 1vw;
    line-height: 2.6vw;
  }

  .premium_title_gr {
    border-top-right-radius: 1.6vw;
    border-bottom-right-radius: 1.6vw;
    margin-top: 1vw;
    margin-bottom: 1vw;
    padding-bottom: 0;
  }

  .premium_title_gr.light {
    margin-top: 1.3vw;
    margin-bottom: 1vw;
    padding-bottom: 0;
  }

  .premium_opt_info {
    border-radius: 1.5vw;
    margin-top: 1vw;
    margin-bottom: 1vw;
    padding: 1vw 2vw;
  }

  .premium_opt_txt {
    margin-bottom: .6vw;
    font-size: 2.8vw;
    line-height: 3vw;
  }

  .premium_opt_flah {
    padding: .4vw 7vw .4vw 4vw;
    top: .6vw;
    left: -4vw;
  }

  .prem_price_gr {
    padding-top: .6vw;
    padding-bottom: .6vw;
    padding-right: .5vw;
    font-size: 2.6vw;
    line-height: 3.4vw;
  }

  .prem_price_txt {
    margin-left: .8vw;
  }

  .prem_price_txt.num {
    font-size: 3.6vw;
  }

  .prem_button_txt {
    margin-top: 0;
    margin-bottom: 1vw;
    font-size: 4vw;
    line-height: 4.6vw;
  }

  .message_gift {
    width: 13%;
    min-width: 13%;
    max-width: 13%;
    height: 10vw;
    max-height: none;
  }

  .prem_toptitle_pict {
    width: 8vw;
    top: -3vw;
    right: -4vw;
  }

  .prem_toptitle_pict.mirror {
    left: -4vw;
  }

  .search_label.interests {
    margin-top: 2vw;
  }

  .top_search_link {
    width: 4.3vw;
    height: 4.6vw;
    margin-top: .2vw;
    margin-left: 2vw;
  }

  .search_form_plate {
    border-radius: 2vw;
    margin-bottom: 2vw;
    padding: .6vw 3vw;
  }

  .massages_info_flah {
    border-radius: 2vw;
    margin-top: .6vw;
    padding: .4vw 1.6vw;
    font-size: 1.8vw;
    line-height: 2vw;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 2.4vw;
    line-height: 3.6vw;
  }

  h1 {
    margin-top: 3vw;
    margin-bottom: 2vw;
    font-size: 4.8vw;
    line-height: 5.6vw;
  }

  h2 {
    font-size: 4vw;
    line-height: 4.6vw;
  }

  h3 {
    margin-top: 2vw;
    font-size: 3.2vw;
    line-height: 3.8vw;
  }

  h4 {
    margin-top: 2vw;
    font-size: 2.8vw;
    line-height: 3.4vw;
  }

  ul, ol {
    margin-top: 2vw;
    margin-bottom: 4vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  label {
    color: #0009;
    font-size: 2.8vw;
    line-height: 3.4vw;
  }

  .splash_logo {
    width: 36%;
  }

  .nav_sec {
    box-shadow: 0 0 2vw 0 var(--black-25);
    padding-top: 2.2vw;
    padding-bottom: 1.4vw;
  }

  .nav_sec.full {
    box-shadow: 0 0 2vw 0 var(--black-25);
    padding: 1vw 4%;
  }

  .nav_line {
    margin-left: 3.5vw;
    margin-right: 3.5vw;
  }

  .nav_link {
    min-width: 6vw;
    font-size: 1.8vw;
    line-height: 2.2vw;
  }

  .nav_link.grey {
    font-size: 1.8vw;
    line-height: 2.2vw;
  }

  .nav_icon {
    width: 5.4vw;
    margin-bottom: .4vw;
  }

  .nav_icon.motke {
    width: 6vw;
  }

  .nav_icon.profile {
    padding-left: .3vw;
    padding-right: .3vw;
  }

  .top_sec {
    box-shadow: 0 0 2vw 0 var(--black-25);
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .top_sec.full {
    box-shadow: 0 0 2vw 0 var(--black-25);
  }

  .top_sec.signup {
    padding-bottom: 2.5vw;
  }

  .content_sec.white, .content_sec.red {
    padding-bottom: 8vw;
  }

  .gallery_list {
    width: 100%;
    margin-top: 3vw;
  }

  .gallery_list_item {
    border-radius: 2.4vw;
    height: 41vw;
  }

  .gallery_link {
    padding: 5% 6%;
  }

  .gallery_link.prof {
    padding-bottom: 4.5%;
  }

  .item_pict_block {
    background-position: 50% 40%;
    background-size: 88%;
  }

  .item_title {
    font-size: 2.8vw;
    line-height: 3.2vw;
  }

  .status_icon {
    width: 4.6vw;
  }

  .status_icon.prof, .status_icon.gift_prof {
    width: 5vw;
    margin-top: .5vw;
    margin-left: .5vw;
  }

  .item_status_group {
    padding-top: 1vw;
  }

  .top_content {
    width: 100%;
  }

  .top_title_nav {
    padding-top: .5vw;
    padding-bottom: .5vw;
    padding-right: 0;
  }

  .top_title {
    font-size: 4vw;
    line-height: 5vw;
  }

  .top_menu {
    max-height: none;
  }

  .top_menu_button {
    height: 5vw;
    padding-top: .2vw;
  }

  .top_menu_button.w--open {
    background-position: 0;
    background-size: 3.6vw;
  }

  .top_menu_list.w--open {
    width: 100vw;
    margin-top: 7vw;
    margin-left: -4vw;
    padding-bottom: 3vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .tag_list.menu {
    margin-top: 4vw;
  }

  .top_menu_link {
    padding-top: 1.8vw;
    padding-bottom: 2.2vw;
    font-size: 2.8vw;
    line-height: 3.4vw;
  }

  .top_menu_link.premium {
    background-size: 2em;
  }

  .tag_link {
    border-radius: 4vw;
    padding: 1.2vw 2.8vw;
    font-size: 2.3vw;
    line-height: 2.6vw;
  }

  .button {
    border-radius: 2vw;
    min-width: 100%;
    padding: 2.2vw 6vw;
    font-size: 3vw;
  }

  .button.profile {
    min-height: auto;
    margin-top: 2vw;
    padding-top: 1.4vw;
    padding-bottom: 2vw;
    font-size: 2.6vw;
    line-height: 3.2vw;
  }

  .button.filtering {
    border-radius: 2.5vw;
    min-height: 9vw;
    font-size: 3vw;
  }

  .gallery_prof_info {
    margin-left: 9%;
  }

  .gallery_prof_info.full {
    padding-bottom: 12vw;
    font-size: 2.8vw;
  }

  .user_basic_info {
    font-size: 3.6vw;
  }

  .user_basic_info.my_prof {
    margin-top: 3vw;
  }

  .user_name {
    margin-left: 1vw;
    font-size: 3.6vw;
  }

  .user_name.full {
    margin-top: 1.4vw;
    margin-bottom: 1.4vw;
    font-size: 5.2vw;
    line-height: 6vw;
  }

  .user_name.my_prof {
    font-size: 4vw;
    line-height: 4vw;
  }

  .ic_vi {
    width: 3.4vw;
    height: 3.4vw;
    margin-right: 1vw;
  }

  .ic_vi.verified, .ic_vi.prof_big {
    width: 4vw;
    height: 4vw;
    left: -.8vw;
  }

  .ic_vi.my_prof {
    width: 3vw;
    height: 3vw;
    margin-right: 1vw;
  }

  .flah {
    border-radius: 4vw;
    margin-bottom: 1.5vw;
    padding: .6vw 3vw .7vw;
    font-size: 2vw;
  }

  .flah.full {
    border-radius: 5vw;
    padding: 1vw 4vw;
    font-size: 2.2vw;
    line-height: 3vw;
  }

  .content_block.footer {
    width: 94%;
  }

  .content_block.premium_opt {
    padding-top: 3vw;
  }

  .profile_info_group {
    padding-bottom: 20vw;
  }

  .my_menu {
    margin-left: 0;
  }

  .my_menu_button, .top_back {
    width: 6vw;
    height: 6vw;
  }

  .top_back.search {
    margin-right: 2vw;
  }

  .top_back.search_res {
    width: 5vw;
    height: 5vw;
  }

  .my_menu_list.w--open {
    margin-top: 8vw;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .user_add_info {
    font-size: 2.8vw;
  }

  .button_full {
    border-radius: 2.5vw;
    min-width: 100%;
    margin-top: 2vw;
    margin-bottom: 2vw;
    padding: 3vw 6vw;
    font-size: 3vw;
  }

  .button_full.send {
    min-width: 100%;
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

  .button_full.welcome {
    margin-top: 6vw;
    margin-bottom: 4vw;
  }

  .button_full.meet {
    border-radius: 1.6vw;
    width: 54%;
    min-width: auto;
    max-width: none;
    padding-top: 2.4vw;
    padding-bottom: 2.4vw;
    font-size: 2.8vw;
    line-height: 3.4vw;
  }

  .button_full.mood {
    min-width: 98%;
    margin-bottom: 1vw;
    font-size: 3.4vw;
  }

  .button_full.camera {
    background-position: 68% 44%, 0 0;
    background-size: 5.6%, auto;
    margin-top: 2vw;
    margin-bottom: 3vw;
    padding-top: 3vw;
    padding-bottom: 3vw;
    padding-right: 12vw;
    font-size: 3.4vw;
    line-height: 4vw;
  }

  .button_full.prem {
    margin-bottom: 2vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .button_full.lock {
    background-size: 4.6%, auto;
    margin-top: 2vw;
    margin-bottom: 3vw;
    padding-top: 3vw;
    padding-bottom: 3vw;
    padding-right: 12vw;
    font-size: 4vw;
    line-height: 4vw;
  }

  .button_full.pict_edit {
    min-width: 60%;
  }

  .button_full.inactive {
    min-width: 100%;
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

  .button_full.premium_opt {
    border-radius: 1.5vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .button_full.meet-_send {
    background-position: 94%, 0 0;
    background-size: 3.6vw, auto;
    border-radius: 1.6vw;
    width: 54%;
    min-width: auto;
    max-width: none;
    padding-top: 2.4vw;
    padding-bottom: 2.4vw;
    font-size: 2.8vw;
    line-height: 3.4vw;
  }

  .button_full.premium_options {
    border-radius: 1.5vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .button_full.prem_order {
    padding-top: 2vw;
    padding-bottom: 2.4vw;
    font-size: 3.4vw;
  }

  .age_txt.my_prof {
    font-size: 4vw;
    line-height: 4vw;
  }

  .info_group_list {
    margin-bottom: 3vw;
  }

  .cat_tag_list {
    margin-bottom: 4vw;
  }

  .verified_prof_group {
    margin-bottom: 6vw;
    font-size: 2.6vw;
  }

  .verified_pict_block {
    width: 11vw;
    height: 11vw;
    margin-left: 3vw;
  }

  .verified_info_title {
    font-size: 3.4vw;
    line-height: 4vw;
  }

  .my_menu_link {
    padding-top: 1.8vw;
    padding-bottom: 2.2vw;
    font-size: 2.8vw;
    line-height: 3.4vw;
  }

  .search_sec {
    padding: 1vw 4vw 16vw;
  }

  .form_field_content {
    padding-left: 0%;
    padding-right: 0%;
  }

  .form_field_content.login {
    padding-left: 2%;
    padding-right: 2%;
  }

  .form_field_content.prior {
    font-size: 2.8vw;
  }

  .form_field_content.picts_edit {
    padding-left: 0%;
    padding-right: 0%;
  }

  .form_field_content.interest {
    padding-bottom: 8vw;
    padding-left: 0%;
    padding-right: 0%;
  }

  .field_block.trio {
    width: 31%;
  }

  .field_block.sex {
    margin-top: 4vw;
    margin-bottom: 2vw;
  }

  .field_block.meet {
    padding-left: 14%;
    padding-right: 14%;
  }

  .txt_field {
    border-width: .6vw;
    border-radius: 2.5vw;
    height: 10vw;
    font-size: 3.2vw;
    line-height: 3.4vw;
  }

  .txt_field.mail, .txt_field.password {
    background-size: auto 56%;
  }

  .txt_field.name {
    background-size: auto 52%;
  }

  .txt_field.place, .txt_field.tel {
    background-size: auto 56%;
  }

  .txt_field.age {
    border-width: .6vw;
  }

  .txt_field.mood_area {
    height: 24vw;
    font-size: 4vw;
    line-height: 4.6vw;
  }

  .txt_field.grow {
    background-size: auto 52%;
    border-width: .6vw;
  }

  .form_allert {
    font-size: 2vw;
    line-height: 2vw;
  }

  .search_top {
    box-shadow: 0 0 2vw 0 var(--black-25);
    min-height: 11vw;
  }

  .field_title {
    font-size: 3.4vw;
    line-height: 4.6vw;
  }

  .field_title.verify, .field_title.setting {
    font-size: 4vw;
  }

  .field_title.important {
    font-size: 4vw;
    line-height: 4.4vw;
  }

  .check_link {
    border-width: .6vw;
    border-radius: 2.5vw;
    height: 10vw;
    margin-top: .5vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .check_link.signup, .check_link.signup_check {
    border-width: .6vw;
    border-radius: 2.5vw;
    min-height: 10vw;
    font-size: 2.8vw;
  }

  .check_link.edit {
    border-width: .5vw;
    border-radius: 2.5vw;
    max-width: 100%;
    min-height: 10vw;
    margin-top: 3vw;
    font-size: 3.4vw;
    line-height: 3.6vw;
  }

  .check_link.vi {
    background-position: 98% 46%;
    background-size: 6%;
    border-width: .5vw;
    border-radius: 2.5vw;
    max-width: 100%;
    min-height: 10vw;
    margin-top: 3vw;
    font-size: 3.4vw;
    line-height: 3.6vw;
  }

  .form_send_group {
    box-shadow: 0 -1px 2vw 0 var(--black-25);
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .form_buttons_group {
    margin-bottom: 3vw;
    padding-left: 2%;
    padding-right: 2%;
  }

  .form_buttons_group.check {
    margin-bottom: 2vw;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 2.8vw;
  }

  .form_buttons_group.filtering {
    padding-left: 0%;
    padding-right: 0%;
  }

  .login_top {
    padding-bottom: 2%;
    padding-left: 8%;
    padding-right: 8%;
    font-size: 2.8vw;
    line-height: 3.8vw;
  }

  .login_logo {
    width: 18vw;
    margin-bottom: 1.5vw;
  }

  .checkbox {
    border-width: .5vw;
    border-radius: 1.8vw;
    width: 5.6vw;
    height: 5.6vw;
  }

  .checkbox.w--redirected-checked {
    border-width: .5vw;
  }

  .login_social {
    font-size: 3vw;
    line-height: 4vw;
  }

  .social_button {
    box-shadow: 0 0 3vw 0 var(--black-25);
    border-radius: 2.5vw;
    margin-top: 1vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    font-size: 3.4vw;
  }

  .social_but_icon {
    width: 5.6vw;
  }

  .progress_bar {
    height: 1.4vw;
  }

  .signup_status_group {
    min-height: 8vw;
  }

  .status_num {
    margin-left: 1vw;
    font-size: 3.4vw;
    line-height: 4vw;
  }

  .progress_line {
    height: 1.4vw;
  }

  .signup_top_info {
    padding-bottom: 2%;
    padding-left: 8%;
    padding-right: 8%;
    font-size: 2.8vw;
    line-height: 3.8vw;
  }

  .field_block_comment {
    font-size: 2.8vw;
  }

  .sex_button {
    font-size: 4vw;
    line-height: 5vw;
  }

  .skip_link {
    font-size: 3vw;
    line-height: 4vw;
  }

  .skip_link.meet, .skip_link.meet_exit {
    font-size: 2.8vw;
  }

  .skip_link.options {
    margin-top: 4vw;
    font-size: 3vw;
  }

  .signup_pict_item {
    border-radius: 3vw;
  }

  .icon_info {
    width: 7vw;
    margin-top: 2vw;
  }

  .send_again {
    margin-top: 2vw;
    font-size: 3vw;
  }

  .signup_title {
    margin-top: 1vw;
    margin-bottom: 1vw;
    font-size: 4.6vw;
    line-height: 5.4vw;
  }

  .signup_title.welcome {
    font-size: 7vw;
    line-height: 8vw;
  }

  .signup_title.mood {
    margin-bottom: 1.5vw;
    font-size: 4.8vw;
    line-height: 6vw;
  }

  .signup_title.card {
    font-size: 3.4vw;
    line-height: 4vw;
  }

  .signup_pict {
    width: 80%;
  }

  .search_field_txt, .search_field_txt.edit {
    font-size: 2.8vw;
  }

  .prior_links_list {
    padding-bottom: 2vw;
  }

  .prem_info_item {
    margin-bottom: 2vw;
  }

  .prior_link {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .prior_link_info {
    font-size: 2.4vw;
  }

  .prior_link_title {
    font-size: 3.2vw;
    line-height: 4vw;
  }

  .prior_link_title.prem {
    font-size: 3.2vw;
    line-height: 3.6vw;
  }

  .prior_item_line {
    margin-right: 0%;
  }

  .prior_status_block {
    font-size: 3.2vw;
    line-height: 4vw;
  }

  .prior_stat_icon {
    width: 1.3vw;
    margin-top: .4vw;
    margin-right: 1vw;
  }

  .clear_link {
    font-size: 3vw;
    line-height: 3.4vw;
  }

  .clear_link.edit {
    margin-top: 2vw;
    font-size: 2.8vw;
  }

  .search_top_title {
    margin-top: 1vw;
    margin-bottom: 1vw;
    font-size: 4.4vw;
    line-height: 5vw;
  }

  .meet_title {
    margin-top: 2vw;
    margin-bottom: 2vw;
    font-size: 4.2vw;
    line-height: 5vw;
  }

  .meet_field {
    border-width: .5vw;
    border-top-left-radius: 2.5vw;
    border-top-right-radius: 2.5vw;
    border-bottom-left-radius: 2.5vw;
    min-height: 16vw;
    max-height: 20vw;
    padding: 1.5vw 2vw;
    font-size: 2.8vw;
    line-height: 3.6vw;
  }

  .meet_picts_group {
    margin-bottom: 3%;
  }

  .meet_pict {
    width: 18vw;
    height: 18vw;
  }

  .meet_label {
    font-size: 3vw;
    line-height: 3.6vw;
  }

  .meet_sec {
    background-position: 100% 10vw, 0 10vw;
    background-size: auto 80vw, auto 80vw;
    justify-content: flex-start;
    padding-top: 2%;
    padding-bottom: 2%;
    overflow: auto;
  }

  .meet_report {
    border-width: .5vw;
    padding: 1.6vw 2vw;
    font-size: 2.8vw;
    line-height: 3.6vw;
  }

  .mood_content {
    min-height: 120vw;
    padding: 6vw 8% 2%;
    font-size: 3.4vw;
    line-height: 4vw;
  }

  .mood_close {
    width: 6vw;
    height: 6vw;
  }

  .mood_list {
    box-shadow: 0 0 6vw #00000080;
  }

  .mood_item {
    width: 25.5%;
    margin-left: .5%;
    margin-right: 5.5%;
  }

  .mood_pict_block {
    box-shadow: 0 0 2.5vw 0 var(--black-25);
    border-radius: 3vw;
    height: 21vw;
    margin-bottom: 1.6vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .mood_info_txt {
    font-size: 2.8vw;
    line-height: 3.4vw;
  }

  .mood_info_txt.red {
    font-size: 2.2vw;
    line-height: 2.4vw;
  }

  .mood_info_pict {
    width: 30vw;
    height: 26vw;
    margin-bottom: -3%;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .mood_info_content {
    padding: 0% 8% 2%;
    font-size: 3.4vw;
    line-height: 4vw;
  }

  .mood_form_block {
    margin-top: 3vw;
    box-shadow: 0 0 6vw #00000080;
  }

  .no_messages {
    font-size: 6vw;
    line-height: 6vw;
  }

  .talk_group {
    margin-bottom: 3vw;
    padding-right: 14%;
  }

  .talk_group.flip {
    padding-left: 11%;
  }

  .talk_info {
    padding-top: 1vw;
    font-size: 2.2vw;
    line-height: 2.8vw;
  }

  .chat_menu_button {
    border-radius: 4vw;
    margin-bottom: 1vw;
    padding: 1.6vw 10%;
    font-size: 2.8vw;
    line-height: 4vw;
  }

  .chat_pict_block {
    height: 8vw;
  }

  .buble {
    border-top-left-radius: 4vw;
    border-top-right-radius: 4vw;
    border-bottom-right-radius: 4vw;
    padding: 2.5vw 3.5vw;
    font-size: 2.8vw;
    line-height: 3.4vw;
  }

  .buble.flip {
    border-bottom-left-radius: 4vw;
  }

  .chat_talk_group {
    padding-bottom: 18vw;
    padding-left: 4%;
    padding-right: 4%;
  }

  .buble_video {
    width: 46vw;
    max-height: 46vw;
    margin-top: 1.5vw;
    margin-bottom: 1.5vw;
  }

  .chat_pict_lock {
    width: 2vw;
    margin-bottom: .8vw;
  }

  .talk_day {
    font-size: 2.6vw;
    line-height: 3vw;
  }

  .chat_menu_group {
    border-radius: 2vw;
    margin-bottom: 1.4vw;
    padding: 1.4vw 2vw .8vw;
  }

  .chat_insert_group {
    margin-right: 1vw;
  }

  .chat_insert_menu {
    margin-left: 0;
    margin-right: 0;
  }

  .buble_pict {
    width: 46vw;
    max-height: 46vw;
    margin-top: 1.5vw;
    margin-bottom: 1.5vw;
  }

  .chat_menu_line {
    margin-bottom: .8vw;
  }

  .chat_menu_link {
    margin-bottom: 1vw;
    padding-top: 1.4vw;
    padding-bottom: 1.2vw;
    font-size: 2.8vw;
    line-height: 3.2vw;
  }

  .chat_insert {
    width: 88%;
  }

  .chat_menu_but {
    background-size: 58%;
    width: 9vw;
    height: 9vw;
  }

  .chat_menu_list.w--open {
    box-shadow: 0 0 3vw 0 var(--black-25);
    width: 85vw;
    max-height: 80vw;
    padding-top: 2vw;
    padding-bottom: 4.6vw;
    padding-right: 2vw;
    overflow: auto;
  }

  .chatpict_blocking {
    border-width: .6vw;
    border-radius: .8vw;
  }

  .chat_pict_item {
    width: 12%;
    margin-bottom: 1.4vw;
  }

  .chat_arch_button {
    border-radius: 1.6vw;
    margin-top: 3vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    font-size: 2.8vw;
    line-height: 3.6vw;
  }

  .chat_txt_insert {
    border-width: .4vw;
    border-radius: 4vw;
    width: 88%;
    min-height: 7.6vw;
    padding-left: 2vw;
    padding-right: 3vw;
    font-size: 3vw;
    line-height: 3.6vw;
  }

  .sm_picts_content {
    margin-top: 1.5vw;
    margin-right: -.5vw;
  }

  .chat_insert_but {
    width: 7.6vw;
    height: 7.6vw;
    margin-right: 1vw;
  }

  .talk_parthner_gr {
    overflow: hidden;
  }

  .buble_sm_pict {
    width: 8.1vw;
    min-width: 8.1vw;
    height: 8.1vw;
    margin-bottom: .5vw;
    margin-right: .5vw;
  }

  .talk_info_line {
    height: 3vw;
    margin-left: 1.5vw;
    margin-right: 1.5vw;
  }

  .chat_insert_sec {
    box-shadow: 0 0 2vw 0 var(--black-25);
    padding-left: 4%;
    padding-right: 4%;
  }

  .messages_item {
    margin-bottom: .8vw;
  }

  .messages_link {
    padding-top: 2vw;
    padding-bottom: 2vw;
    font-size: 3vw;
  }

  .messages_pict {
    width: 13vw;
    height: 13vw;
  }

  .messages_info_title {
    margin-bottom: .8vw;
    font-size: 3.8vw;
    line-height: 4.4vw;
  }

  .messages_pict_block {
    border-width: .6vw;
    margin-left: 3vw;
    padding: .6vw;
  }

  .edit_pict_item {
    background-size: 60%;
    border-radius: 3vw;
    height: 38.6vw;
    margin-bottom: 1.6%;
  }

  .edit_pict_item.big {
    height: 80vw;
    margin-bottom: 1.6%;
  }

  .edit_pict_link {
    background-size: 16%;
  }

  .edit_info_list {
    margin-top: 0;
    font-size: 2.8vw;
  }

  .edit_info_list.card {
    margin-top: 3vw;
  }

  .edit_info_list.links {
    width: 66%;
  }

  .edit_info_item.links {
    border-bottom-color: #00000026;
    margin-bottom: 2vw;
    padding-bottom: 2vw;
  }

  .edit_info_link {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .edit_link_info {
    font-size: 2.8vw;
  }

  .edit_ar_block {
    font-size: 3.2vw;
    line-height: 4vw;
  }

  .edit_arrow {
    width: 1.3vw;
    margin-top: 1vw;
    margin-right: 1vw;
  }

  .edit_link_title {
    font-size: 3.4vw;
    line-height: 4.6vw;
  }

  .edit_link_title.setting {
    margin-bottom: 1vw;
    font-size: 4vw;
  }

  .edit_link_title.card {
    font-size: 4.4vw;
    line-height: 5vw;
  }

  .edit_check_item {
    margin-bottom: 2.5vw;
    padding-bottom: 4vw;
  }

  .my_prof_sec {
    padding-top: 3vw;
    padding-bottom: 4vw;
    overflow: auto;
  }

  .prof_pict_group {
    box-shadow: 0 0 0 .6vw var(--crimson);
    width: 21.6vw;
    min-width: 21.6vw;
    height: 21.6vw;
    min-height: 21.6vw;
    margin-bottom: 0%;
  }

  .my_prof_pict {
    width: 20vw;
    height: 20vw;
  }

  .prof_eye {
    width: 5.4vw;
    height: 5.4vw;
    padding-left: 1vw;
    padding-right: 1vw;
    right: -2.8vw;
  }

  .prof_premium {
    width: 6vw;
    bottom: -2.8vw;
  }

  .prof_title_group {
    margin-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .my_prof_flah {
    border-radius: 4vw;
    margin-top: 1%;
    margin-left: 1vw;
    margin-right: 1vw;
    padding: .3vw 2vw .5vw;
    font-size: 2.2vw;
    line-height: 2.6vw;
  }

  .prof_mood_group {
    padding-bottom: 7vw;
    padding-left: 4%;
    padding-right: 4%;
  }

  .prof_mood_info {
    width: 100%;
    font-size: 2.8vw;
    line-height: 3.2vw;
  }

  .prof_mood_title {
    margin-bottom: .4vw;
    font-size: 3vw;
    line-height: 3.2vw;
  }

  .prof_status_txt {
    font-size: 2.2vw;
    line-height: 2.4vw;
  }

  .prof_status_txt.prem {
    margin-top: .5%;
    font-size: 2.2vw;
    line-height: 2.6vw;
  }

  .settink_link_title {
    font-size: 3.4vw;
    line-height: 4.6vw;
  }

  .prem_top {
    padding-top: 3vw;
    font-size: 2.8vw;
    line-height: 3.2vw;
  }

  .prem_title {
    font-size: 5vw;
    line-height: 6vw;
  }

  .prem_list_logo {
    width: 6.6vw;
    margin-left: 6%;
    margin-right: 6%;
  }

  .prem_sub_title {
    font-size: 3vw;
    line-height: 3.6vw;
  }

  .prem_info_group {
    width: 54%;
  }

  .prem_info_list.option {
    width: 88%;
    margin-top: 3vw;
  }

  .prem_info_block.option {
    margin-bottom: 1.2vw;
  }

  .prem_icon_block {
    width: 4.4vw;
    height: 4.4vw;
  }

  .prem_icon_block.option {
    width: 5vw;
    height: 5vw;
  }

  .prem_txt_block {
    width: 88%;
    font-size: 2.2vw;
    line-height: 2.8vw;
  }

  .prem_txt_block.option {
    font-size: 2.6vw;
    line-height: 3.2vw;
  }

  .prem_close {
    width: 6vw;
    height: 6vw;
    margin-top: 2vw;
    margin-right: 2vw;
    padding-left: 1.2vw;
    padding-right: 1.2vw;
  }

  .card_info_group {
    padding-top: .8vw;
    padding-bottom: .8vw;
    font-size: 2.8vw;
  }

  .card_icon {
    width: 4.6vw;
    font-size: 3.2vw;
    line-height: 4vw;
  }

  .card_link_info {
    font-size: 2.8vw;
  }

  .card_num_txt {
    font-size: 4.4vw;
    line-height: 5vw;
  }

  .card_pict {
    font-size: 3.2vw;
    line-height: 4vw;
  }

  .card_dots {
    width: 8vw;
  }

  .interests_info_block {
    padding-left: 22%;
    padding-right: 22%;
  }

  .interest_list.people_search {
    width: 103%;
    margin-right: -1.5%;
  }

  .interest_item.people_search {
    margin: .6vw;
  }

  .interest_link {
    padding-top: .6vw;
  }

  .interest_link.search {
    padding: .7vw .7vw .7vw 2.8vw;
    font-size: 2.8vw;
    line-height: 3.4vw;
  }

  .interest_icon.search {
    width: 4.6vw;
    margin-left: 1vw;
  }

  .interest_txt {
    margin-bottom: 0;
  }

  .card_title_pict {
    width: 30vw;
  }

  .card_top_title {
    font-size: 3vw;
    line-height: 3.8vw;
  }

  .card_txt_field {
    border-radius: 2.5vw;
    height: 10vw;
    padding-top: .2vw;
    font-size: 3.6vw;
    line-height: 3.4vw;
  }

  .card_txt_field.cvc {
    background-position: 5% 46%;
    padding-left: 25%;
  }

  .message_num {
    border-width: .3vw;
    border-radius: 3vw;
    min-width: 3.2vw;
    min-height: 3.2vw;
    padding: .3vw .6vw .4vw;
    font-size: 1.7vw;
    line-height: 1.8vw;
    top: -1.6vw;
    right: -1.4vw;
  }

  .message_num.list {
    border-radius: 5vw;
    min-width: 4vw;
    min-height: 4vw;
    padding-bottom: .2vw;
    font-size: 2vw;
    line-height: 2vw;
    top: 2vw;
    left: 2vw;
  }

  .pict_plus {
    width: 8.4vw;
    height: 8.4vw;
    padding-left: 1.6vw;
    padding-right: 1.6vw;
  }

  .pict_minus {
    width: 8vw;
    height: 8vw;
  }

  .buble_quest {
    border-top-left-radius: 4vw;
    border-top-right-radius: 4vw;
    border-bottom-right-radius: 4vw;
    padding: 2.5vw 3.5vw;
    font-size: 2.8vw;
    line-height: 3.4vw;
  }

  .buble_quest.flip {
    border-bottom-left-radius: 4vw;
  }

  .quest_talk_group {
    padding-left: 7.6vw;
  }

  .quest_talk_group.flip {
    padding-right: 7.6vw;
  }

  .quest_talk_pict {
    width: 6vw;
    min-width: 6vw;
    height: 6vw;
  }

  .lock_talk {
    width: 3vw;
    min-width: 3vw;
  }

  .tutorial_sec {
    overflow: auto;
  }

  .tutorial_but_group {
    padding-bottom: 2vw;
  }

  .tutorial_but {
    border-radius: 1.6vw;
    min-width: 52vw;
    margin-bottom: 2.2vw;
    padding: 1.6vw 4vw;
    font-size: 2.6vw;
    line-height: 3vw;
  }

  .message_icon {
    max-width: 5.6vw;
    height: 4vw;
  }

  .meet_top_red {
    width: 130%;
    height: 115vw;
    margin-top: -92vw;
    right: -15%;
  }

  .meet_close {
    width: 7vw;
    height: 7vw;
    margin-top: 1vw;
    right: 2%;
  }

  .meet_close.prem {
    margin-top: 3vw;
    right: 6%;
  }

  .meet_close.prem_options {
    margin-top: 3vw;
    position: absolute;
    right: 3%;
  }

  .links_list_sec {
    background-size: auto 80%;
    justify-content: flex-start;
  }

  .motke_link {
    font-size: 3.4vw;
    line-height: 4.6vw;
  }

  .links_list_title {
    width: 67%;
    margin-bottom: 3vw;
    font-size: 4vw;
    line-height: 5vw;
  }

  .prof_mood_link {
    border-radius: 6vw;
    min-width: 24vw;
    min-height: 5vw;
    margin-top: 1vw;
    margin-bottom: 1vw;
    padding: 1vw 3vw;
    font-size: 2.4vw;
    line-height: 2.5vw;
  }

  .new_status {
    border-radius: 3vw;
    min-height: 3.4vw;
    padding-left: 1.2vw;
    padding-right: 1.2vw;
    font-size: 1.8vw;
    line-height: 2.2vw;
    top: 1vw;
    right: 1vw;
  }

  .menu_list {
    margin-top: 3vw;
    padding-bottom: 4vw;
  }

  .menu_icon_block {
    width: 14vw;
    height: 14vw;
    padding-left: 2.8vw;
    padding-right: 2.6vw;
  }

  .menu_icon_block.violet {
    padding-left: 2.5vw;
    padding-right: 2.8vw;
  }

  .menu_icon_block.purple {
    padding-left: 2.2vw;
    padding-right: 2.2vw;
  }

  .menu_icon_block.bordo {
    padding-left: 2.5vw;
    padding-right: 2.8vw;
  }

  .menu_link {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .menu_link_info {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 80%;
    font-size: 2.7vw;
  }

  .menu_info_block {
    margin-bottom: 1vw;
    font-size: 3.2vw;
    line-height: 4vw;
  }

  .menu_link_title {
    font-size: 3.2vw;
    line-height: 4vw;
  }

  .menu_link_num {
    margin-left: 1.8vw;
    padding-left: 2vw;
    padding-right: 2vw;
    font-size: 3.2vw;
    line-height: 4vw;
  }

  .menu_item_line {
    margin-right: 18%;
  }

  .chat_top_pict {
    box-shadow: 0 0 0 .4vw var(--crimson);
    border-width: .4vw;
    width: 8vw;
    min-width: 8vw;
    height: 8vw;
    margin-left: 2vw;
  }

  .message_new {
    border-width: .3vw;
    border-radius: 3vw;
    min-width: 3.2vw;
    min-height: 3.2vw;
    padding: .3vw .6vw .4vw;
    font-size: 1.6vw;
    line-height: 1.8vw;
    top: -1.6vw;
    right: -1vw;
  }

  .messages_search {
    margin-top: 3vw;
    margin-bottom: 3vw;
  }

  .messages_field {
    border-width: .5vw;
    border-radius: 6vw;
    width: 92%;
    height: 8vw;
    font-size: 3vw;
  }

  .messages_field:active, .messages_field:focus {
    border-width: .5vw;
  }

  .massage_field_ic {
    width: 9vw;
    height: 8vw;
    padding-left: 2.4vw;
    padding-right: 2.4vw;
    left: 4%;
  }

  .pict_edit_sec {
    padding: 3%;
  }

  .close_button {
    width: 5.4vw;
    height: 5.4vw;
    padding-left: .8vw;
    padding-right: .8vw;
  }

  .tutorial_sl_nav {
    height: 4vw;
    font-size: 1.4vw;
    line-height: 1.6vw;
    bottom: 20.5vw;
  }

  .prof_pict_arrow {
    width: 6.6vh;
    height: 6.6vh;
  }

  .button_icon {
    border-radius: 2.5vw;
    min-width: 100%;
    max-width: none;
    margin-top: 2vw;
    margin-bottom: 2vw;
    padding: 3vw 18% 3vw 6vw;
    font-size: 3vw;
  }

  .ic_button {
    width: 5vw;
    top: 2.4vw;
    right: 12%;
  }

  .to_main {
    border-top-right-radius: 3vw;
    border-bottom-right-radius: 3vw;
    height: 4.4vw;
    padding-top: .6vw;
    padding-right: 2.4vw;
    font-size: 2.5vw;
    line-height: 3vw;
    bottom: 4.8%;
  }

  .gifts_list {
    margin-top: 4vw;
    box-shadow: 0 0 4vw #0003;
  }

  .gift_item {
    width: 25.5%;
    margin-left: .5%;
    margin-right: 5.5%;
  }

  .gifts_status_txt {
    margin-left: .4vw;
    margin-right: .4vw;
  }

  .gifts_info_txt {
    font-size: 2.6vw;
    line-height: 3.4vw;
  }

  .gift_button {
    min-width: 40%;
    margin-top: 1%;
    margin-bottom: 1%;
    padding-top: .5vw;
    padding-bottom: .4vw;
    font-size: 3vw;
    line-height: 3.4vw;
  }

  .gift_button_pict {
    width: 8vw;
    height: 8vw;
    top: -.5vw;
  }

  .gift_button_pict.sending {
    width: 24vw;
    height: 23vw;
  }

  .prem_title_block {
    margin-top: 1%;
  }

  .button_info_txt {
    font-size: 2vw;
    line-height: 2.6vw;
  }

  .prem_options_group {
    padding-bottom: 8vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .center_title {
    margin-bottom: 1.5vw;
    font-size: 4.6vw;
    line-height: 5vw;
  }

  .center_title.options {
    margin-bottom: 1vw;
    font-size: 5.8vw;
    line-height: 5.6vw;
  }

  .prem_opt_title {
    font-size: 3vw;
    line-height: 3.4vw;
  }

  .prem_opt_list {
    padding-bottom: .5vw;
  }

  .prem_opt_link {
    border-radius: 3vw;
  }

  .prem_opt_info {
    min-height: 13.5vw;
    font-size: 2.4vw;
    line-height: 3vw;
  }

  .prem_title_gr {
    grid-row-gap: .5vw;
    border-top-right-radius: 2vw;
    border-bottom-right-radius: 2vw;
    margin-top: 1.4vw;
    margin-bottom: 1.4vw;
    padding: 1.6vw 2vw;
    font-size: 2.6vw;
  }

  .premium_title_num {
    font-size: 5.6vw;
    line-height: 5.6vw;
  }

  .prem_opt_txt {
    margin-bottom: 1vw;
    font-size: 4vw;
    line-height: 4.2vw;
  }

  .prem_opt_item {
    margin-bottom: 3vw;
  }

  .prem_opt_flah {
    padding: .6vw 8vw .6vw 5vw;
    font-size: 2.6vw;
    line-height: 3vw;
    top: 1vw;
    left: -5vw;
  }

  .prem_order_details {
    margin-top: 3vw;
    padding-top: 2.4vw;
    padding-bottom: 2.6vw;
    padding-right: 5vw;
  }

  .prem_detais_title {
    font-size: 3vw;
    line-height: 3.4vw;
  }

  .prem_detais_title.option {
    margin-bottom: 1vw;
    font-size: 4vw;
  }

  .prem_banner_block {
    font-size: 2.8vw;
  }

  .prem_banner_pict {
    width: 13vw;
    top: -4vw;
    right: -3vw;
  }

  .prem_banner_pict.mirror {
    left: -3vw;
  }

  .prem_icon_txt {
    width: 3.8vw;
  }

  .icon_red_txt {
    margin-left: .6vw;
    margin-right: .6vw;
  }

  .subscribe_group, .prof_tag_list {
    margin-top: 1vw;
  }

  .prof_tag {
    border-radius: 4vw;
    font-size: 2vw;
    line-height: 2.4vw;
  }

  .tag_num_group {
    font-size: 2.4vw;
    line-height: 2.8vw;
  }

  .tag_num {
    border-radius: 3vw;
    min-width: 4.4vw;
    min-height: 4.4vw;
    font-size: 2.2vw;
    line-height: 2.6vw;
    top: -1.6vw;
    right: -1.4vw;
  }

  .center_txt {
    font-size: 2.8vw;
  }

  .prem_option_group {
    margin-top: 3vw;
    margin-bottom: 4vw;
    padding: 2.4vw 5vw 2.6vw;
  }

  .prem_option_list {
    margin-top: 2vw;
    padding-right: 0;
  }

  .prem_option_list.option {
    width: 88%;
    margin-top: 3vw;
  }

  .prem_option_item {
    margin-bottom: 2vw;
  }

  .prem_option_block.option {
    margin-bottom: 1.2vw;
  }

  .option_txt_block {
    width: 90%;
    font-size: 2.2vw;
    line-height: 2.8vw;
  }

  .option_txt_block.option {
    font-size: 2.6vw;
    line-height: 3.2vw;
  }

  .prem_logo_block {
    margin-right: 0;
  }

  .premium_opt_list {
    width: 90%;
    margin-top: 2vw;
  }

  .premium_opt_item {
    margin-bottom: 3vw;
  }

  .premium_opt_link {
    padding: 1vw 2vw 2vw;
  }

  .premium_title_gr {
    grid-row-gap: .5vw;
    width: 76%;
    margin-top: .5vw;
    margin-bottom: 1vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .premium_title_gr.light {
    width: 60%;
    margin-top: 2vw;
    margin-bottom: 1.5vw;
  }

  .premium_opt_info {
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
  }

  .premium_opt_txt {
    margin-bottom: 1vw;
    font-size: 3.8vw;
    line-height: 4vw;
  }

  .premium_opt_flah {
    padding: .6vw 8vw .6vw 5vw;
    font-size: 2.6vw;
    line-height: 3vw;
    top: 1vw;
    left: -5vw;
  }

  .prem_price_gr {
    padding-right: .4vw;
    font-size: 3vw;
  }

  .prem_price_txt.num {
    font-size: 4.2vw;
  }

  .prem_button_txt {
    font-size: 4.4vw;
    line-height: 5vw;
  }

  .message_gift {
    height: 12vw;
  }

  .prem_toptitle_pict {
    width: 10vw;
    top: -4vw;
    right: -3vw;
  }

  .prem_toptitle_pict.mirror {
    left: -3vw;
  }

  .top_search_link {
    margin-left: 2vw;
  }

  .search_form_plate {
    border-radius: 3vw;
  }

  .massages_info_flah {
    border-radius: 3vw;
    padding: .5vw 2vw;
    font-size: 2.2vw;
    line-height: 2.4vw;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 4.2vw;
    line-height: 6.4vw;
  }

  h1 {
    margin-top: 4vw;
    margin-bottom: 3vw;
    font-size: 7.4vw;
    line-height: 8.6vw;
  }

  h2 {
    margin-top: 3vw;
    margin-bottom: 2vw;
    font-size: 6.8vw;
    line-height: 7.6vw;
  }

  h3 {
    margin-top: 3vw;
    margin-bottom: 2vw;
    font-size: 5.8vw;
    line-height: 6.6vw;
  }

  h4 {
    margin-top: 2.5vw;
    margin-bottom: 1.5vw;
    font-size: 5vw;
    line-height: 5.8vw;
  }

  ul, ol {
    margin-top: 3vw;
    margin-bottom: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  label {
    font-size: 4.2vw;
    line-height: 5vw;
  }

  .splash_logo {
    width: 56%;
  }

  .nav_sec {
    box-shadow: 0 0 3vw 0 var(--black-25);
    padding: 3.2vw 2% 2vw;
  }

  .nav_sec.full {
    box-shadow: 0 0 3vw 0 var(--black-25);
    padding: 1.5vw 5%;
  }

  .nav_line {
    height: 9vw;
    margin-left: 3.4vw;
    margin-right: 3.4vw;
  }

  .nav_link {
    width: 13vw;
    min-width: auto;
    max-width: none;
    font-size: 2.5vw;
    line-height: 2.6vw;
  }

  .nav_link.grey {
    font-size: 2.5vw;
    line-height: 2.6vw;
  }

  .nav_icon {
    width: 8.3vw;
    margin-bottom: 1vw;
  }

  .nav_icon.motke {
    width: 9.4vw;
    margin-bottom: .8vw;
  }

  .nav_icon.profile {
    width: 7vw;
    padding-left: .8vw;
    padding-right: .8vw;
  }

  .top_sec {
    box-shadow: 0 0 3vw 0 var(--black-25);
    padding: 3vw 4%;
  }

  .top_sec.full {
    box-shadow: 0 0 3vw 0 var(--black-25);
    padding-right: 3%;
  }

  .top_sec.signup {
    padding-top: 2vw;
  }

  .top_sec.chat {
    padding-top: 2.6vw;
    padding-bottom: 2.6vw;
    padding-right: 3%;
  }

  .top_sec.desk {
    padding-right: 5%;
  }

  .content_sec {
    padding-bottom: 10vw;
    padding-left: 5%;
    padding-right: 5%;
  }

  .content_sec.white {
    padding-bottom: 10vw;
  }

  .content_sec.red {
    padding-bottom: 16vw;
    position: absolute;
    inset: 0%;
  }

  .content_sec.desk {
    padding-right: 5%;
  }

  .gallery_list {
    width: 102%;
    margin: 5vw -1% 10vw 0;
  }

  .gallery_list.prof {
    justify-content: center;
    width: 100%;
    margin-top: 4vw;
    margin-right: 0%;
  }

  .gallery_list_item {
    border-radius: 3vw;
    width: 47%;
    height: 60vw;
    margin-bottom: 3%;
    margin-left: 1.5%;
    margin-right: 1.5%;
  }

  .gallery_list_item.prof {
    border-radius: 3.6vw;
    width: 100%;
    height: 136vw;
    margin-bottom: 5%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .gallery_link {
    background-image: linear-gradient(to bottom, transparent 44%, var(--black-25));
    padding: 5% 8%;
  }

  .gallery_link.prof {
    padding-top: 3%;
    padding-bottom: 5%;
    font-size: 4vw;
    line-height: 5vw;
  }

  .item_pict_block {
    background-position: 50% 35%;
    background-size: 98%;
  }

  .item_title {
    font-size: 4.2vw;
    line-height: 5vw;
  }

  .status_icon {
    border-radius: 4vw;
    width: 7.2vw;
    margin-bottom: 1vw;
    box-shadow: 0 0 1vw 1px #fff9;
  }

  .status_icon.prof, .status_icon.gift_prof {
    width: 9vw;
    margin-top: 1.2vw;
    margin-left: .6vw;
  }

  .item_status_group {
    padding-top: 2vw;
    padding-left: 2vw;
  }

  .top_content {
    width: 100%;
  }

  .top_title_nav {
    border-width: .4vw;
    margin-right: -.4vw;
    padding-top: .8vw;
    padding-bottom: .8vw;
  }

  .top_title_nav.profile {
    width: 72%;
    margin-right: 0;
  }

  .top_title {
    max-width: 75vw;
    margin-top: 1vw;
    font-size: 5.6vw;
    line-height: 6vw;
  }

  .top_title.messages {
    margin-right: 2vw;
    font-size: 6.6vw;
    line-height: 7vw;
  }

  .top_menu_button {
    background-size: 5.8vw;
    width: 6vw;
    height: 6.6vw;
    padding-top: 0;
    padding-left: 0;
    font-size: 3.4vw;
  }

  .top_menu_button.w--open {
    background-position: 0%;
    background-size: 6vw;
  }

  .top_menu_button.arrow {
    background-size: 5.2vw;
  }

  .top_menu_button.arrow.w--open {
    background-position: 5%;
    background-size: 4.6vw;
  }

  .top_menu_list.w--open {
    border-bottom-right-radius: 10vw;
    border-bottom-left-radius: 10vw;
    margin-top: 10vw;
    padding: 1vw 5vw 2vw;
  }

  .tag_list {
    width: 100%;
    margin-top: 4vw;
    margin-bottom: 4vw;
  }

  .tag_list.menu {
    margin-top: 6vw;
    margin-bottom: 4vw;
  }

  .top_menu_link {
    padding-top: 3vw;
    padding-bottom: 3.4vw;
    font-size: 5vw;
    line-height: 6vw;
  }

  .top_menu_link.premium {
    background-size: 1.8em;
    padding-left: 12%;
  }

  .tag_item {
    margin-bottom: 3vw;
    margin-left: 3vw;
  }

  .tag_link {
    padding: 2vw 5vw;
    font-size: 3.8vw;
    line-height: 4.4vw;
  }

  .button {
    border-radius: 3vw;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3.6vw;
    padding-bottom: 3.8vw;
    font-size: 4.8vw;
  }

  .button.profile {
    margin-top: 4vw;
    padding-top: 2vw;
    padding-bottom: 2.4vw;
    font-size: 4.6vw;
    line-height: 6vw;
  }

  .button.filtering {
    border-radius: 3vw;
    width: auto;
    min-width: 50%;
    min-height: 14vw;
    margin-right: 0;
    font-size: 4.8vw;
    line-height: 6.4vw;
  }

  .gallery_prof_info {
    margin-left: 8%;
    font-size: 3.8vw;
    line-height: 4.6vw;
  }

  .gallery_prof_info.full {
    padding-bottom: 16vw;
    padding-left: 8vw;
    padding-right: 8vw;
    font-size: 4.2vw;
  }

  .user_basic_info {
    font-size: 6.4vw;
    line-height: 7vw;
  }

  .user_basic_info.my_prof {
    margin-top: 2vw;
  }

  .user_name {
    margin-top: 1.2vw;
    margin-bottom: 1.2vw;
    margin-left: 1vw;
    font-size: 6.2vw;
    line-height: 7vw;
  }

  .user_name.full {
    margin-top: 2vw;
    margin-bottom: 3vw;
    font-size: 6.8vw;
    line-height: 7.4vw;
  }

  .user_name.my_prof {
    font-size: 6.2vw;
    line-height: 6.6vw;
  }

  .user_name.info {
    font-size: 5.2vw;
    line-height: 6vw;
  }

  .ic_vi {
    width: 5.4vw;
    height: 5.4vw;
  }

  .ic_vi.verified {
    width: 6vw;
    height: 6vw;
    left: -1.5vw;
  }

  .ic_vi.prof_big {
    width: 5vw;
    height: 5vw;
    top: 4%;
    left: -1.5vw;
    right: 4%;
  }

  .ic_vi.my_prof {
    width: 5vw;
    height: 5vw;
  }

  .flah {
    border-radius: 5vw;
    margin-bottom: 1vw;
    padding: 1vw 5vw;
    font-size: 3.4vw;
    line-height: 4.5vw;
  }

  .flah.full {
    font-size: 3.4vw;
    line-height: 4.4vw;
  }

  .content_block.footer {
    width: 97%;
  }

  .content_block.premium_opt {
    padding-top: 5vw;
  }

  .profile_pict_group {
    min-height: 140vw;
  }

  .profile_info_group {
    border-top-left-radius: 10vw;
    border-top-right-radius: 10vw;
    margin-top: -10vw;
    padding: 3vw 8vw 30vw;
  }

  .my_menu_button {
    background-size: auto 84%;
    width: 9vw;
    height: 9vw;
    margin-left: -2vw;
  }

  .top_back {
    width: 9vw;
    height: 9vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .top_back.close {
    padding-right: 3vw;
  }

  .top_back.white {
    margin-top: 0;
  }

  .top_back.login {
    top: 6%;
    right: -2vw;
  }

  .top_back.search_res {
    width: 8vw;
    height: 8vw;
  }

  .full_prof_info {
    font-size: 3.8vw;
    line-height: 4.6vw;
  }

  .my_menu_list.w--open {
    border-bottom-right-radius: 10vw;
    border-bottom-left-radius: 10vw;
    width: 99.8vw;
    margin-top: 13vw;
    margin-left: -3.9vw;
    padding: 1vw 8vw 10vw;
  }

  .user_add_info {
    font-size: 4vw;
    line-height: 5vw;
  }

  .button_full {
    border-radius: 3vw;
    width: 100%;
    min-width: auto;
    margin-bottom: 3vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3.6vw;
    padding-bottom: 3.8vw;
    font-size: 4.8vw;
  }

  .button_full.send {
    width: 100%;
    min-width: auto;
    margin-bottom: 2vw;
    padding-top: 3.6vw;
    padding-bottom: 3.8vw;
  }

  .button_full.welcome {
    margin-top: 8vw;
    margin-bottom: 6vw;
  }

  .button_full.meet {
    border-radius: 2.6vw;
    width: 100%;
    padding-top: 4vw;
    padding-bottom: 4vw;
    font-size: 4.4vw;
    line-height: 5.6vw;
  }

  .button_full.mood {
    padding-top: 4.2vw;
    padding-bottom: 4.5vw;
    font-size: 4.8vw;
    line-height: 5.6vw;
  }

  .button_full.camera {
    background-position: 74% 45%, 0 0;
    background-size: 6.6%, auto;
    margin-bottom: 4vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
    font-size: 5vw;
    line-height: 6vw;
  }

  .button_full.prem {
    border-radius: 2vw;
    width: auto;
    min-width: 72%;
    padding-top: 3vw;
    padding-bottom: 3.2vw;
    font-size: 5.6vw;
    line-height: 6vw;
  }

  .button_full.lock {
    background-position: 74% 45%, 0 0;
    background-size: 6%, auto;
    margin-top: 4vw;
    margin-bottom: 3vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
    font-size: 5.4vw;
    line-height: 6vw;
  }

  .button_full.pict_edit {
    width: auto;
    min-width: 86%;
    margin-top: 5vw;
    margin-bottom: 5vw;
  }

  .button_full.inactive {
    width: 100%;
    min-width: auto;
    margin-bottom: 2vw;
    padding-top: 3.6vw;
    padding-bottom: 3.8vw;
  }

  .button_full.premium_opt {
    margin-top: 2vw;
    margin-bottom: 2vw;
    padding-top: 3vw;
    padding-bottom: 3vw;
    font-size: 5vw;
    line-height: 5.6vw;
  }

  .button_full.meet-_send {
    background-position: 92%, 0 0;
    background-size: 6vw, auto;
    border-radius: 2.6vw;
    width: 100%;
    padding-top: 4vw;
    padding-bottom: 4vw;
    font-size: 4.4vw;
    line-height: 5.6vw;
  }

  .button_full.premium_options {
    margin-top: 2vw;
    margin-bottom: 2vw;
    padding-top: 3vw;
    padding-bottom: 3vw;
    font-size: 5vw;
    line-height: 5.6vw;
  }

  .button_full.prem_order {
    margin-top: 0;
    margin-bottom: 3vw;
    padding-top: 3.4vw;
    padding-bottom: 3.4vw;
    font-size: 5.2vw;
    line-height: 6vw;
  }

  .age_txt {
    font-size: 6.2vw;
  }

  .age_txt.my_prof {
    font-size: 6.2vw;
    line-height: 6.6vw;
  }

  .info_group_list {
    margin-bottom: 4vw;
  }

  .info_group_item {
    margin-bottom: 3vw;
    font-size: 4.2vw;
    line-height: 5vw;
  }

  .property_txt.title {
    margin-left: 2vw;
  }

  .cat_tag_list {
    margin-top: 4vw;
    margin-bottom: 5vw;
  }

  .cat_tag_item {
    margin-bottom: 4vw;
    padding-bottom: 0;
  }

  .verified_prof_group {
    font-size: 4.2vw;
  }

  .verified_pict_block {
    width: 15vw;
    height: 15vw;
    margin-left: 5vw;
  }

  .verified_info_title {
    margin-top: 1.2vw;
    font-size: 5vw;
    line-height: 6vw;
  }

  .my_menu_link {
    padding-top: 3vw;
    padding-bottom: 3.4vw;
    font-size: 5vw;
    line-height: 6vw;
  }

  .search_sec {
    padding-bottom: 26vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .form_field_content {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 4vw;
    padding-bottom: 2vw;
    padding-left: 0%;
  }

  .form_field_content.prior {
    font-size: 4vw;
  }

  .form_field_content.interest {
    align-items: center;
    padding-bottom: 16vw;
  }

  .form_field_content.important {
    margin-bottom: 3vw;
    padding-top: 2vw;
    padding-bottom: 3vw;
  }

  .form_field_content.people_search {
    margin-bottom: 3vw;
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

  .field_block {
    width: 100%;
    padding-right: 0;
  }

  .field_block.meet {
    padding-left: 0%;
    padding-right: 0%;
  }

  .txt_field {
    border-width: .8vw;
    border-radius: 3vw;
    height: 14vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    font-size: 4.8vw;
    line-height: 5vw;
  }

  .txt_field.mail, .txt_field.password {
    background-position: 3%;
    background-size: auto 54%;
  }

  .txt_field.name {
    background-position: 97%;
    background-size: auto 48%;
  }

  .txt_field.place {
    background-position: 97%;
    background-size: auto 52%;
  }

  .txt_field.tel {
    background-position: 3%;
    background-size: auto 54%;
  }

  .txt_field.area {
    height: 50vw;
    padding: 2vw 3%;
  }

  .txt_field.age {
    border-width: .8vw;
  }

  .txt_field.mood_area {
    height: 38vw;
    padding: 2vw 3%;
    font-size: 6vw;
    line-height: 7vw;
  }

  .txt_field.grow {
    background-position: 97%;
    background-size: auto 48%;
    border-width: .8vw;
  }

  .form_allert {
    padding-right: 4vw;
    font-size: 3.6vw;
    line-height: 4vw;
  }

  .search_top {
    box-shadow: 0 0 3vw 0 var(--black-25);
    min-height: 16vw;
  }

  .field_title {
    margin-top: 3vw;
    margin-bottom: 1vw;
    font-size: 5vw;
    line-height: 6vw;
  }

  .field_title.verify, .field_title.setting {
    font-size: 5vw;
    line-height: 5.4vw;
  }

  .field_title.important {
    margin-bottom: 2vw;
    font-size: 6.4vw;
    line-height: 7.4vw;
  }

  .form_links_group {
    padding-top: 3vw;
  }

  .check_link {
    border-width: .8vw;
    border-radius: 3vw;
    height: auto;
    min-height: 14vw;
    margin-bottom: 3vw;
    font-size: 4.2vw;
    line-height: 4.8vw;
  }

  .check_link.signup {
    border-width: .8vw;
    border-radius: 3vw;
    width: 100%;
    min-height: 14vw;
    margin-bottom: 3vw;
    font-size: 4.8vw;
    line-height: 5.6vw;
  }

  .check_link.signup_check {
    border-width: .8vw;
    border-radius: 3vw;
    width: 100%;
    min-height: 14vw;
    font-size: 4.8vw;
    line-height: 5.6vw;
  }

  .check_link.trio {
    margin-top: 1.5vw;
  }

  .check_link.edit {
    border-width: .6vw;
    border-radius: 3vw;
    width: 100%;
    min-height: 14vw;
    margin-top: 3vw;
    margin-bottom: 3vw;
    font-size: 5vw;
    line-height: 5.6vw;
  }

  .check_link.vi {
    background-position: 97% 47%;
    background-size: 8%;
    border-width: .6vw;
    border-radius: 3vw;
    width: 100%;
    min-height: 14vw;
    margin-top: 4vw;
    margin-bottom: 4vw;
    font-size: 5vw;
    line-height: 5.6vw;
  }

  .form_send_group {
    box-shadow: 0 -1px 3vw 0 var(--black-25);
    padding: 2vw 6% 1.5vw;
  }

  .form_buttons_group {
    margin-bottom: 4vw;
    padding-bottom: 0;
    padding-left: 0%;
  }

  .form_buttons_group.check {
    margin-bottom: 5vw;
    font-size: 4.2vw;
    line-height: 5.8vw;
  }

  .form_buttons_group.filtering {
    padding-bottom: 1vw;
  }

  .login_top {
    padding: 3% 4% 4%;
    font-size: 4.2vw;
    line-height: 5.8vw;
  }

  .login_logo {
    width: 28vw;
  }

  .forgot_link {
    font-size: 4.8vw;
  }

  .checkbox_field {
    margin-top: 1vw;
  }

  .checkbox_label {
    line-height: 5.4vw;
  }

  .checkbox {
    border-width: .8vw;
    border-color: var(--dim-grey-65);
    border-radius: 2.6vw;
    width: 9vw;
    height: 9vw;
    margin-left: 2.5vw;
  }

  .checkbox.w--redirected-checked {
    border-width: .8vw;
  }

  .login_social {
    font-size: 4.2vw;
    line-height: 5.8vw;
  }

  .social_button {
    box-shadow: 0 0 5vw 0 var(--black-25);
    border-radius: 3vw;
    min-width: 47%;
    min-height: 14vw;
    margin-top: 3vw;
    font-size: 4.8vw;
  }

  .social_but_icon {
    width: 8vw;
    margin-right: 16%;
  }

  .signup_status_group {
    min-height: 10vw;
  }

  .status_num {
    font-size: 4vw;
  }

  .status_num.pict {
    margin-top: 1vh;
    margin-right: 1vh;
    font-size: 1.8vh;
  }

  .signup_top_info {
    padding: 3% 2% 4%;
    font-size: 4.2vw;
    line-height: 5.8vw;
  }

  .field_block_comment {
    margin-bottom: 4vw;
    font-size: 4.8vw;
    line-height: 5.6vw;
  }

  .sex_button {
    width: 47%;
    margin-bottom: 4vw;
    padding-top: 5%;
    padding-bottom: 5%;
    font-size: 4.8vw;
    line-height: 6vw;
  }

  .sex_icon {
    margin-bottom: 4%;
  }

  .skip_link {
    margin-top: 2vw;
    font-size: 4.8vw;
    line-height: 5.6vw;
  }

  .skip_link.block {
    margin-top: 5vw;
    margin-bottom: 6vw;
  }

  .skip_link.card {
    margin-top: 3vw;
  }

  .skip_link.meet {
    font-size: 4.4vw;
    line-height: 4vw;
  }

  .skip_link.meet_exit {
    margin-top: 2vw;
    margin-bottom: 5vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    font-size: 4.4vw;
    line-height: 4vw;
  }

  .skip_link.premium {
    margin-top: 1vw;
    margin-bottom: 2vw;
    font-size: 4vw;
    line-height: 5vw;
  }

  .skip_link.options {
    letter-spacing: -.4px;
    margin-top: 6vw;
    margin-bottom: 6vw;
    font-size: 4.8vw;
    line-height: 6vw;
  }

  .signup_pict_item {
    background-size: 60%;
    width: 100%;
    max-width: none;
    height: 120vw;
    margin-left: 0%;
    margin-right: 0%;
  }

  .signup_pict_link {
    background-size: 17%;
  }

  .signup_pict_link.delete {
    background-size: 17%, auto;
  }

  .icon_info {
    width: 10vw;
    margin-top: 3vw;
    margin-bottom: 1.5vw;
  }

  .field_quatro_group {
    padding-top: 6vw;
  }

  .signup_title {
    margin-top: 1.2vw;
    margin-bottom: 1.2vw;
    margin-left: 1.5vw;
    font-size: 6.8vw;
    line-height: 7.4vw;
  }

  .signup_title.welcome {
    margin-top: 4vw;
    margin-bottom: 3vw;
    font-size: 10vw;
    line-height: 11vw;
  }

  .signup_title.mood {
    margin: 2vw 2vw 1vw;
    font-size: 6.8vw;
    line-height: 8.8vw;
  }

  .signup_title.card {
    letter-spacing: .3px;
    margin-bottom: 1.6vw;
    margin-left: 0;
    font-size: 5vw;
    line-height: 5.8vw;
  }

  .signup_pict {
    width: 100%;
    margin-top: 3vw;
    margin-bottom: 1.5vw;
  }

  .search_field_txt {
    font-size: 4vw;
    line-height: 5.2vw;
  }

  .search_field_txt.edit {
    font-size: 4.2vw;
  }

  .prior_links_list {
    margin-top: 1vw;
    padding-bottom: 3vw;
  }

  .prem_info_item {
    margin-bottom: 2.4vw;
  }

  .prior_link {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .prior_icon_block {
    width: 9%;
    min-width: 9%;
    margin-left: 4%;
    display: flex;
  }

  .prior_link_info {
    padding-left: 16%;
    font-size: 3.6vw;
    line-height: 4.4vw;
  }

  .prior_link_title {
    margin-bottom: 1vw;
    font-size: 4.6vw;
    line-height: 5vw;
  }

  .prior_link_title.prem {
    margin-bottom: .2vw;
    font-size: 4.8vw;
    line-height: 5vw;
  }

  .prior_status_block {
    width: 16%;
    font-size: 4.4vw;
    line-height: 5vw;
  }

  .prior_status_block.black {
    margin-top: .2vw;
  }

  .prior_stat_icon {
    width: 2vw;
    margin-right: 1.4vw;
  }

  .search_verify_group {
    padding-bottom: 4vw;
  }

  .search_verify_check {
    width: 15%;
  }

  .clear_link {
    font-size: 4.8vw;
    line-height: 5.6vw;
  }

  .clear_link.mood {
    font-size: 5.4vw;
    line-height: 6vw;
  }

  .clear_link.edit {
    margin-top: 3vw;
    font-size: 4.4vw;
    line-height: 5vw;
  }

  .search_top_title {
    margin-top: 1.2vw;
    margin-bottom: 1.2vw;
    font-size: 6.6vw;
    line-height: 7.4vw;
  }

  .meet_form_block {
    width: 92%;
  }

  .meet_title {
    margin-bottom: 3vw;
    font-size: 7vw;
    line-height: 7.6vw;
  }

  .meet_field {
    border-width: .8vw;
    border-top-left-radius: 3.6vw;
    border-top-right-radius: 3.6vw;
    border-bottom-left-radius: 3.6vw;
    min-height: 30vw;
    max-height: none;
    padding: 2vw 3vw;
    font-size: 4.4vw;
    line-height: 5.6vw;
  }

  .meet_field:active, .meet_field:focus {
    border-width: .8vw;
  }

  .meet_pict {
    width: 30vw;
    height: 30vw;
    margin-left: -2vw;
    margin-right: -2vw;
  }

  .meet_label {
    margin-left: auto;
    margin-right: auto;
    font-size: 5vw;
    line-height: 6vw;
  }

  .meet_sec {
    background-size: auto 88vw, auto 88vw;
    justify-content: flex-start;
    padding-top: 10%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .meet_report {
    padding: 2vw 3vw;
    font-size: 4.4vw;
    line-height: 5.6vw;
  }

  .mood_content {
    min-height: auto;
    padding: 10vw 2% 3vw;
    font-size: 5vw;
    line-height: 5.8vw;
  }

  .mood_close {
    width: 9vw;
    height: 9vw;
    margin-top: 3vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .mood_list {
    border-radius: 6vw;
    margin-top: 4vw;
    margin-bottom: 8vw;
    padding-top: 2vw;
  }

  .mood_item {
    margin-top: 4vw;
  }

  .mood_link {
    font-size: 4.6vw;
    line-height: 5.4vw;
  }

  .mood_pict_block {
    box-shadow: 0 0 2.8vw 0 var(--black-25);
    border-width: 1.6vw;
    border-radius: 3.6vw;
    height: 22vw;
    margin-bottom: 2vw;
    padding: 2.5vw;
  }

  .mood_pict_block.check {
    box-shadow: inset 0 0 0 .8vw var(--crimson), 0 0 12px 0 var(--black-25);
  }

  .mood_info_txt {
    font-size: 4vw;
    line-height: 4vw;
  }

  .mood_info_txt.red {
    font-size: 4vw;
    line-height: 4.4vw;
  }

  .mood_info_pict {
    background-image: radial-gradient(circle, #fff 30%, #0000 66%);
    width: 50vw;
    height: 46vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .mood_info_content {
    justify-content: flex-start;
    min-height: auto;
    padding: 3vw 2%;
    font-size: 5.4vw;
    line-height: 5.8vw;
  }

  .mood_form_block {
    border-radius: 6vw;
    margin-top: 4vw;
    margin-bottom: 11vw;
    padding: 5.6vw;
  }

  .no_messages {
    justify-content: center;
    align-items: center;
    font-size: 9vw;
    line-height: 9vw;
  }

  .talk_group {
    margin-bottom: 4vw;
  }

  .talk_group.flip {
    padding-left: 13%;
  }

  .talk_info {
    padding-top: 1.5vw;
    font-size: 3.8vw;
    line-height: 4vw;
  }

  .chat_menu_button {
    border-radius: 8vw;
    margin-top: .5vw;
    padding-top: 1.8vw;
    padding-bottom: 2vw;
    font-size: 4.2vw;
    line-height: 5vw;
  }

  .chat_pict_block {
    border-radius: 1.4vw;
    height: 11vw;
  }

  .chat_pict_list {
    margin-top: 1vw;
  }

  .talk_day_group {
    margin-bottom: 4vw;
  }

  .buble {
    border-top-left-radius: 6vw;
    border-top-right-radius: 6vw;
    border-bottom-right-radius: 6vw;
    padding: 4vw 4.5vw;
    font-size: 4.4vw;
    line-height: 5.4vw;
  }

  .buble.flip {
    border-bottom-left-radius: 6vw;
  }

  .chat_talk_group {
    padding: 2vw 5% 24vw;
  }

  .buble_video {
    width: 56vw;
    max-height: 56vw;
    margin-top: 1vw;
    margin-bottom: 1vw;
  }

  .chat_pict_lock {
    width: 3.2vw;
    margin-bottom: 1.4vw;
  }

  .talk_day {
    margin-top: 3vw;
    margin-bottom: 3.6vw;
    padding-top: 3.6vw;
    font-size: 4.4vw;
    line-height: 5vw;
  }

  .chat_menu_group {
    border-radius: 3vw;
    margin-bottom: 2vw;
    padding: 2vw 3vw;
  }

  .chat_insert_group {
    margin-top: 3vw;
    margin-bottom: 3vw;
  }

  .chat_insert_menu {
    width: 11%;
  }

  .buble_pict {
    width: 54vw;
    max-width: 54vw;
    max-height: 54vw;
    margin-top: 2vw;
    margin-bottom: 1vw;
  }

  .chat_menu_line {
    margin-bottom: 1.6vw;
  }

  .chat_menu_link {
    margin-bottom: 1.4vw;
    padding-top: .8vw;
    padding-bottom: .8vw;
    font-size: 4.2vw;
    line-height: 5vw;
  }

  .chat_menu_but {
    background-size: 70%;
    width: 11vw;
    height: 17vw;
  }

  .chat_menu_but.w--open {
    width: 10vw;
  }

  .chat_menu_list.w--open {
    border-radius: 5vw;
    width: 92vw;
    max-height: 140vw;
    padding: 2vw 4vw 3vw;
  }

  .chatpict_blocking {
    border-width: 1vw;
    border-radius: 1.4vw;
  }

  .chat_pict_item {
    width: 13%;
    margin-bottom: 2vw;
  }

  .chat_arch_button {
    border-radius: 2.4vw;
    max-width: 100%;
    margin-top: 2vw;
    margin-bottom: 4vw;
    padding-top: 3vw;
    padding-bottom: 3vw;
    font-size: 4.2vw;
    line-height: 5vw;
  }

  .chat_txt_insert {
    border-width: .5vw;
    border-radius: 6vw;
    width: 83%;
    min-height: 10vw;
    padding: 2vw 5vw 2vw 3vw;
    font-size: 4.6vw;
    line-height: 5.4vw;
  }

  .sm_picts_content {
    margin-top: 2vw;
    margin-right: 0;
  }

  .chat_insert_but {
    width: 11vw;
    min-width: 11vw;
    height: 11vw;
    min-height: 11vw;
    margin-right: 0;
    position: relative;
  }

  .buble_sm_pict {
    width: 10vw;
    min-width: 10vw;
    height: 10vw;
    margin-bottom: 1.6vw;
    margin-left: 1vw;
  }

  .chat_insert_sec {
    box-shadow: 0 0 3vw 0 var(--black-25);
    padding-left: 4%;
    padding-right: 2%;
  }

  .messages_list {
    padding-bottom: 20vw;
  }

  .messages_item {
    margin-bottom: 1vw;
  }

  .messages_link {
    padding: 2.5vw 4vw 2.5vw 14%;
    font-size: 4vw;
  }

  .messages_pict {
    width: 16vw;
    height: 16vw;
  }

  .messages_infogroup {
    line-height: 4.8vw;
  }

  .messages_info_title {
    margin-bottom: 1.2vw;
    font-size: 5vw;
    line-height: 6vw;
  }

  .messages_pict_block {
    border-width: .7vw;
    margin-left: 4vw;
  }

  .edit_pict_list {
    position: relative;
  }

  .edit_pict_item {
    background-size: 78%;
    height: 39.3vw;
    margin-bottom: 1.6%;
    margin-left: 3%;
  }

  .edit_pict_item.big {
    width: 62.8%;
    height: 82vw;
    margin-bottom: 1.6%;
  }

  .edit_pict_link {
    background-position: 92% 93%;
    background-size: 20%;
  }

  .edit_pict_link.big {
    background-image: linear-gradient(#0000, #0000001f);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .edit_info_list {
    margin-top: 1vw;
    margin-bottom: 0;
  }

  .edit_info_list.card {
    margin-top: 4vw;
  }

  .edit_info_list.links {
    width: 90%;
  }

  .edit_info_item.links {
    margin-bottom: 3.2vw;
    padding-bottom: 3.2vw;
    padding-left: 20%;
  }

  .edit_info_link {
    align-items: center;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .edit_info_link.card {
    padding-top: 3vw;
    padding-bottom: 3vw;
    padding-right: 17vw;
  }

  .edit_link_info {
    padding-left: 16%;
    font-size: 4.2vw;
    line-height: 5vw;
  }

  .edit_ar_block {
    font-size: 4.4vw;
    line-height: 5vw;
  }

  .edit_arrow {
    width: 3vw;
    margin-right: 1.4vw;
  }

  .edit_link_title {
    margin-bottom: 1vw;
    font-size: 5vw;
    line-height: 6vw;
  }

  .edit_link_title.setting {
    font-size: 5vw;
    line-height: 5.4vw;
  }

  .edit_link_title.card {
    font-size: 5.6vw;
    line-height: 6vw;
  }

  .edit_check_list {
    margin-top: 2vw;
  }

  .edit_check_item {
    margin-bottom: 5vw;
    padding-bottom: 3vw;
  }

  .my_prof_sec {
    background-image: none;
    overflow: visible;
  }

  .prof_pict_group {
    box-shadow: 0 0 0 1vw var(--crimson);
    width: 38vw;
    min-width: 38vw;
    height: 38vw;
    min-height: 38vw;
    margin-top: 3vw;
    margin-bottom: 3vw;
  }

  .my_prof_pict {
    width: 35.5vw;
    height: 35.5vw;
  }

  .prof_eye {
    width: 9vw;
    height: 9vw;
    padding-left: 1.4vw;
    padding-right: 1.4vw;
    right: -5vw;
  }

  .prof_premium {
    width: 10vw;
    bottom: -5vw;
  }

  .prof_title_group {
    margin-bottom: 4%;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 3.8vw;
    line-height: 4.6vw;
  }

  .my_prof_flah {
    border-radius: 5vw;
    margin-top: .5%;
    padding: .6vw 3vw .8vw;
    font-size: 3.2vw;
    line-height: 3.8vw;
  }

  .prof_mood_group {
    padding-left: 4%;
    padding-right: 4%;
  }

  .prof_mood_info {
    width: 100%;
    margin-top: 1vw;
    margin-bottom: 1vw;
    font-size: 4vw;
    line-height: 4.6vw;
  }

  .prof_mood_title {
    margin-bottom: 1.5vw;
    font-size: 5vw;
    line-height: 5.4vw;
  }

  .prof_status_txt {
    font-size: 3.8vw;
    line-height: 4.2vw;
  }

  .prof_status_txt.prem {
    font-size: 4.4vw;
    line-height: 5vw;
  }

  .setting_check_group {
    padding-top: 3vw;
    padding-bottom: 4vw;
  }

  .setting_check {
    width: 15%;
  }

  .settink_link_title {
    margin-bottom: 1vw;
    font-size: 5vw;
    line-height: 6vw;
  }

  .prem_top {
    padding: 10vw 0% 9vw;
  }

  .prem_sec {
    background-image: none;
    justify-content: flex-start;
    overflow: visible;
  }

  .prem_title {
    margin-top: 1.5vw;
    margin-bottom: 1vw;
    font-size: 9vw;
    line-height: 11vw;
  }

  .prem_list_logo {
    width: 9.4vw;
    margin-top: 1.4vw;
    margin-left: 4.4%;
    margin-right: 4.4%;
    display: none;
  }

  .prem_list_logo.center {
    width: 10vw;
    margin-top: 0;
    display: block;
    position: absolute;
    top: -8vw;
  }

  .prem_sub_title {
    margin-top: 1vw;
    margin-bottom: 2.2vw;
    font-size: 5.4vw;
    line-height: 6.6vw;
  }

  .prem_info_group {
    width: 88.4%;
    margin-top: 3vw;
  }

  .prem_info_list {
    margin-top: 1vw;
    padding-bottom: 1.4vw;
  }

  .prem_info_list.option {
    margin-top: 5vw;
    margin-bottom: 26vw;
  }

  .prem_info_block, .prem_info_block.option {
    margin-bottom: 2.8vw;
  }

  .prem_icon_block {
    width: 8.6vw;
    height: 8.6vw;
    margin-top: -.2vw;
  }

  .prem_icon_block.option {
    width: 7.8vw;
    height: 7.8vw;
    margin-top: -.4vw;
  }

  .prem_txt_block {
    width: 86%;
    font-size: 4.1vw;
    line-height: 5vw;
  }

  .prem_txt_block.option {
    font-size: 4.2vw;
    line-height: 5vw;
  }

  .prem_close {
    width: 8vw;
    height: 8vw;
    margin-top: 4vw;
    margin-right: 1.5vw;
    padding-left: 1.6vw;
    padding-right: 1.6vw;
  }

  .card_info_group {
    padding-top: 1.6vw;
    padding-bottom: 1.6vw;
    font-size: 4.2vw;
    line-height: 5vw;
  }

  .card_icon {
    width: 6vw;
    margin-right: 3.6vw;
    font-size: 4.4vw;
    line-height: 5vw;
  }

  .card_link_info {
    font-size: 4.2vw;
    line-height: 5vw;
  }

  .card_num_txt {
    font-size: 5.6vw;
    line-height: 6vw;
  }

  .card_pict {
    width: 13vw;
    margin-left: 4vw;
    font-size: 4.4vw;
    line-height: 5vw;
  }

  .card_dots {
    width: 12vw;
    margin-right: 3vw;
  }

  .card_operate_link {
    width: 7vw;
  }

  .card_operate_line {
    height: 8vw;
    margin-left: 4vw;
    margin-right: 4.6vw;
  }

  .card_operate_vi {
    width: 6.6vw;
  }

  .interests_info_block {
    padding-left: 10%;
    padding-right: 10%;
    font-size: 4.8vw;
  }

  .interest_list {
    width: 104%;
    margin-top: 4vw;
    margin-bottom: 4vw;
  }

  .interest_list.people_search {
    margin-bottom: 4vw;
  }

  .interest_item {
    margin: 2vw 1.5vw;
  }

  .interest_item.people_search {
    margin: 1vw;
  }

  .interest_link {
    border-radius: 8vw;
    padding: 1.2vw 1.2vw 1.2vw 4vw;
    font-size: 4.2vw;
    line-height: 5vw;
  }

  .interest_link.search {
    border-radius: 9vw;
    padding: 1.2vw 1.2vw 1.2vw 4.2vw;
    font-size: 4.2vw;
    line-height: 4.8vw;
  }

  .interest_icon {
    width: 7.2vw;
    margin-left: 2vw;
  }

  .interest_icon.search {
    width: 6.6vw;
    margin-left: 1.2vw;
  }

  .card_title_pict {
    width: 48vw;
    margin-bottom: 1.5vw;
  }

  .card_top_title {
    padding-top: 3vw;
    padding-bottom: 5vw;
    font-size: 5vw;
    line-height: 5.8vw;
  }

  .card_txt_field {
    border-width: 2px;
    border-radius: 3vw;
    height: 14vw;
    padding-left: 4vw;
    padding-right: 4vw;
    font-size: 5.4vw;
    line-height: 6vw;
  }

  .card_txt_field.cvc {
    background-position: 8% 46%;
    background-size: auto 46%;
    padding-left: 33%;
  }

  .message_num {
    border-width: .5vw;
    border-radius: 5vw;
    min-width: 5vw;
    min-height: 5vw;
    padding: 0 .6vw .1vw;
    font-size: 2.4vw;
    font-weight: 600;
    line-height: 2vw;
    top: -2.6vw;
    right: -.2vw;
  }

  .message_num.list {
    min-width: 6.5vw;
    min-height: 6.5vw;
    padding: .2vw 1.4vw 0;
    font-size: 3vw;
    line-height: 3vw;
    top: 2.6vw;
    left: 2.2vw;
  }

  .pict_plus {
    width: 10vw;
    height: 10vw;
    padding-left: 2.2vw;
    padding-right: 2.2vw;
  }

  .pict_minus {
    width: 10vw;
    height: 10vw;
    padding-left: 2.2vw;
    padding-right: 2.2vw;
    right: .2vw;
  }

  .responce_group {
    margin-bottom: 4vw;
  }

  .responce_block {
    border-radius: 6vw;
    padding-left: 3%;
    padding-right: 3%;
  }

  .responce_add_block {
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .responce_add_icon {
    width: 7vw;
    min-width: 7vw;
    margin-left: 2vw;
  }

  .chat_question_group.info {
    margin-bottom: 5%;
  }

  .chat_question {
    margin-top: 2%;
    font-size: 6.8vw;
    line-height: 7.2vw;
  }

  .buble_quest {
    border-top-left-radius: 6vw;
    border-top-right-radius: 6vw;
    border-bottom-right-radius: 6vw;
    padding: 4vw 4.5vw;
    font-size: 4.4vw;
    line-height: 5.4vw;
  }

  .buble_quest.flip {
    border-bottom-left-radius: 6vw;
  }

  .quest_talk_group {
    margin-bottom: 4vw;
    padding-left: 12vw;
  }

  .quest_talk_group.flip {
    padding-right: 12vw;
  }

  .quest_talk_pict {
    width: 10vw;
    min-width: 10vw;
    height: 10vw;
  }

  .lock_talk {
    width: 4.4vw;
    min-width: 4.4vw;
    margin-left: 2vw;
  }

  .lock_talk.flip {
    margin-right: 2vw;
  }

  .tutorial_sec {
    background-color: var(--seashell);
    background-image: none;
    align-items: flex-start;
    overflow: visible;
  }

  .tutorial_but_group {
    padding-bottom: 2vw;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .tutorial_but {
    background-color: var(--redgradiant);
    border-radius: 3vw;
    width: 100%;
    min-width: auto;
    margin-bottom: 3vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4vw;
    padding-bottom: 4vw;
    font-size: 4.4vw;
  }

  .tutorial_but.grey {
    background-color: var(--medium-violet-red);
    width: 100%;
    min-width: auto;
  }

  .message_icon {
    max-width: 7.6vw;
    height: 6.2vw;
    margin-left: 2vw;
    top: -.8vw;
  }

  .meet_top_red {
    width: 140%;
    height: 120vw;
    margin-top: -190vw;
    right: -20%;
  }

  .meet_close {
    width: 9vw;
    height: 9vw;
    margin-top: 2vw;
    padding-left: 1.8vw;
    padding-right: 1.8vw;
    right: 3%;
  }

  .meet_close.links {
    margin-top: 3vw;
    right: 8%;
  }

  .meet_close.gifts {
    margin-top: 3vw;
  }

  .meet_close.prem {
    width: 7.4vw;
    height: 7.4vw;
    margin-top: 5vw;
    padding-left: 1.7vw;
    padding-right: 1.7vw;
    right: 4%;
  }

  .meet_close.prem_options {
    width: 7.4vw;
    height: 7.4vw;
    margin-top: 3.6vw;
    padding-left: 1.7vw;
    padding-right: 1.7vw;
    right: 4%;
  }

  .links_list_sec {
    background-position: 0 10%;
    background-size: 26%;
    padding: 16vw 5% 0%;
  }

  .motke_link {
    font-size: 5vw;
    line-height: 6vw;
  }

  .links_list_title {
    width: 91%;
    margin-bottom: 4vw;
    font-size: 6vw;
    line-height: 7vw;
  }

  .prof_mood_link {
    border-radius: 7vw;
    min-width: 46%;
    min-height: 7vw;
    margin-top: 3vw;
    margin-bottom: 2vw;
    padding: 1.7vw 5vw 2vw;
    font-size: 4.4vw;
    line-height: 5.6vw;
  }

  .new_status {
    border-radius: 4vw;
    min-height: 4.8vw;
    padding-bottom: .4vw;
    padding-left: 2vw;
    padding-right: 2vw;
    font-size: 2.6vw;
    line-height: 3vw;
    top: 2.2vw;
    right: 1.6vw;
  }

  .menu_list {
    width: 100%;
    margin-top: 4vw;
    padding-bottom: 6vw;
  }

  .menu_item {
    margin-bottom: 0;
  }

  .menu_icon_block {
    width: 19vw;
    height: 19vw;
    padding-left: 3.6vw;
    padding-right: 3.3vw;
  }

  .menu_icon_block.violet {
    padding-left: 3vw;
    padding-right: 3.6vw;
  }

  .menu_icon_block.purple {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .menu_icon_block.bordo {
    padding-left: 3vw;
    padding-right: 3.6vw;
  }

  .menu_link {
    padding-top: 4.4vw;
    padding-bottom: 4.2vw;
  }

  .menu_link_info {
    grid-column-gap: 0px;
    width: 75%;
    font-size: 3.8vw;
    line-height: 4vw;
  }

  .menu_info_block {
    margin-bottom: 1.6vw;
    font-size: 4.4vw;
    line-height: 5vw;
  }

  .menu_link_title {
    margin-bottom: 1vw;
    font-size: 4.4vw;
    line-height: 5vw;
  }

  .menu_link_num {
    border-radius: 3vw;
    margin-bottom: 1vw;
    margin-left: 2vw;
    padding-left: 2.6vw;
    padding-right: 2.6vw;
    font-size: 4.4vw;
    line-height: 5vw;
  }

  .menu_item_line {
    margin-right: 0%;
  }

  .chat_top_pict {
    box-shadow: 0 0 0 .6vw var(--crimson);
    border-width: .6vw;
    width: 12vw;
    min-width: 12vw;
    height: 12vw;
  }

  .message_new {
    border-width: .5vw;
    border-radius: 5vw;
    min-width: 5vw;
    min-height: 5vw;
    padding: 0 1.3vw .1vw;
    font-size: 2.4vw;
    line-height: 2vw;
    top: -2.6vw;
    right: -1vw;
  }

  .messages_search {
    margin-top: 4vw;
    margin-bottom: 4vw;
  }

  .messages_field {
    border-width: .8vw;
    height: 12vw;
    padding-left: 10vw;
    padding-right: 4vw;
    font-size: 5vw;
  }

  .messages_field:active {
    border-width: .8vw;
  }

  .messages_field:focus {
    border-width: .6vw;
  }

  .massage_field_ic {
    width: 12vw;
    height: 12vw;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .pict_edit_sec {
    padding: 4%;
  }

  .close_button {
    width: 9vw;
    height: 9vw;
    padding-left: 1.4vw;
    padding-right: 1.4vw;
  }

  .tutorial_slider {
    width: 100%;
  }

  .tutorial_sl_ar {
    font-size: 2.6vh;
    top: 40vw;
  }

  .tutorial_sl_nav {
    height: 6vw;
    padding-top: 1.5vw;
    font-size: 2.4vw;
    line-height: 2.6vw;
    bottom: 40vw;
  }

  .prof_pict_arrow {
    width: 4.6vh;
    height: 4.6vh;
    margin-bottom: 70%;
    margin-left: 1vh;
    margin-right: 1vh;
    font-size: 2vh;
    top: 34%;
  }

  .button_icon {
    border-radius: 3vw;
    width: 100%;
    min-width: auto;
    margin-bottom: 3vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3.6vw;
    padding-bottom: 3.8vw;
    font-size: 4.8vw;
  }

  .ic_button {
    width: 8vw;
    top: 3vw;
    right: 7%;
  }

  .to_main {
    text-align: center;
    height: 5vw;
    padding: 1vw 1.8vw 1vw 1vw;
    font-size: 2.8vw;
    line-height: 3.2vw;
    bottom: 5.8%;
  }

  .gifts_list {
    border-radius: 5vw;
    margin-top: 6vw;
    margin-bottom: 8vw;
    padding-top: 2vw;
    box-shadow: 0 0 5vw #0003;
  }

  .gift_item {
    width: 41%;
    margin-top: 3vw;
  }

  .gift_link {
    font-size: 4.6vw;
    line-height: 5.4vw;
  }

  .gift_pict_block {
    height: 36vw;
  }

  .gifts_status_block {
    margin-top: 4vw;
    padding-top: 2vw;
    padding-bottom: 2.5vw;
    font-size: 5.2vw;
    line-height: 5.8vw;
  }

  .gifts_status_txt {
    margin-left: .5vw;
    margin-right: .5vw;
  }

  .gifts_info_txt {
    font-size: 4.6vw;
    line-height: 5.4vw;
  }

  .meet_form {
    justify-content: flex-start;
    position: relative;
  }

  .gift_button {
    grid-column-gap: 5vw;
    border-top-color: var(--black-25);
    border-bottom-color: var(--black-25);
    justify-content: center;
    min-width: 75%;
    margin-top: 4%;
    margin-bottom: 2%;
    padding-top: 1vw;
    padding-bottom: 1vw;
    padding-left: 2vw;
    font-size: 5.6vw;
    line-height: 6vw;
  }

  .gift_button_pict {
    width: 18vw;
    height: 18vw;
    margin-left: 3vw;
  }

  .gift_button_pict.sending {
    width: 56vw;
    height: 52vw;
    margin-left: 0;
  }

  .prem_title_block {
    justify-content: center;
    padding-left: 1%;
    padding-right: 1%;
  }

  .button_info_txt {
    font-size: 3.4vw;
    line-height: 4.4vw;
  }

  .prem_options_group {
    border-top-left-radius: 10vw;
    border-top-right-radius: 10vw;
    padding: 3vw 0 12vw;
  }

  .center_title {
    margin-bottom: 2vw;
    font-size: 6.8vw;
    line-height: 7vw;
  }

  .center_title.options {
    margin-top: 1vw;
    margin-bottom: 2vw;
    font-size: 7.8vw;
    line-height: 8vw;
  }

  .prem_opt_title {
    font-size: 4.6vw;
    line-height: 5vw;
  }

  .prem_opt_list {
    margin-top: 1vw;
  }

  .prem_opt_link {
    border-width: .8vw;
    border-radius: 3.4vw;
    padding-top: 1.2vw;
    padding-bottom: 1.2vw;
    padding-right: 2.6vw;
  }

  .prem_opt_info {
    width: 68%;
    min-height: 16.8vw;
    padding-left: 0;
    padding-right: 3.2vw;
    font-size: 3.6vw;
    line-height: 4.4vw;
  }

  .prem_title_gr {
    width: 23%;
    margin-top: 1.7vw;
    margin-bottom: 1.7vw;
    font-size: 3vw;
    line-height: 3.6vw;
  }

  .premium_title_num {
    font-size: 7.6vw;
    line-height: 7.6vw;
  }

  .prem_opt_line {
    width: .2vw;
  }

  .prem_opt_txt {
    font-size: 4.8vw;
    line-height: 4.8vw;
  }

  .prem_opt_item {
    border-radius: 3vw;
    margin-bottom: 3vw;
    box-shadow: 0 0 3vw #00000024;
  }

  .prem_opt_flah {
    padding: 1vw 7vw 1vw 4vw;
    font-size: 3.8vw;
    line-height: 4vw;
    top: 1.5vw;
  }

  .prem_order_details {
    border-radius: 5vw;
    margin-top: 5vw;
    padding: 4vw 6vw;
  }

  .prem_detais_title {
    margin-bottom: 1.4vw;
    font-size: 5vw;
    line-height: 6vw;
  }

  .prem_detais_title.option {
    margin-bottom: 1vw;
    font-size: 6vw;
    line-height: 7vw;
  }

  .prem_details_gr {
    margin-bottom: 1.4vw;
  }

  .prem_banner_block {
    margin-top: 2vw;
    padding: 3vw 12% 0;
    font-size: 4.8vw;
    line-height: 6.8vw;
  }

  .prem_banner_pict {
    width: 18vw;
    top: -3vw;
    right: -3vw;
  }

  .prem_banner_pict.mirror {
    left: -3vw;
  }

  .prem_icon_txt {
    width: 5vw;
    margin-left: 1vw;
    bottom: 0;
  }

  .prem_icon_txt.set_list {
    width: 6vw;
  }

  .icon_red_txt {
    margin-left: 1vw;
    margin-right: 1vw;
  }

  .subscribe_group {
    margin-top: 1vw;
  }

  .prof_tag_list {
    grid-column-gap: 1.2vw;
    grid-row-gap: 1.2vw;
    margin-top: 1.8vw;
  }

  .prof_tag {
    border-radius: 5vw;
    padding: .6vw 3vw 1vw;
    font-size: 3.4vw;
    line-height: 4.5vw;
  }

  .prof_tag.add {
    background-color: var(--clear);
    color: var(--color);
    padding-left: 0;
    padding-right: 1vw;
    font-weight: 800;
  }

  .tag_num_group {
    grid-column-gap: 1.4vw;
    grid-row-gap: 1.4vw;
    font-size: 3.8vw;
    line-height: 4vw;
  }

  .tag_num {
    border-width: .5vw;
    border-radius: 5vw;
    min-width: 7.4vw;
    min-height: 7.4vw;
    padding-top: 0;
    padding-right: .3vw;
    font-size: 3.6vw;
    font-weight: 600;
    line-height: 3.4vw;
    top: -2.6vw;
    right: -.2vw;
  }

  .center_txt {
    font-size: 4.4vw;
    line-height: 5.6vw;
  }

  .prem_option_group {
    border-radius: 5vw;
    margin-top: 5vw;
    margin-bottom: 5vw;
    padding-top: 3vw;
    padding-left: 5.5vw;
    padding-right: 5.5vw;
    line-height: 5.4vw;
  }

  .prem_option_group.premium {
    background-position: 56% 96%;
    background-size: 26%;
    padding-top: 4vw;
  }

  .prem_option_list {
    margin-top: 3vw;
    padding-bottom: 1.4vw;
  }

  .prem_option_list.option {
    margin-top: 5vw;
    margin-bottom: 26vw;
  }

  .prem_option_item {
    margin-bottom: 2.4vw;
  }

  .prem_option_block {
    margin-bottom: 3vw;
  }

  .prem_option_block.option {
    margin-bottom: 2.8vw;
  }

  .prem_option_block.motke {
    justify-content: space-between;
    align-items: flex-start;
  }

  .option_txt_block {
    width: 86%;
    font-size: 3.9vw;
    line-height: 5.2vw;
  }

  .option_txt_block.option {
    font-size: 4.2vw;
    line-height: 5vw;
  }

  .text-block {
    line-height: 5.6vw;
  }

  .prem_logo_block {
    width: 98%;
    margin-bottom: 1vw;
  }

  .prem_logo_block.light {
    width: 76%;
    margin-top: 2.4vw;
    margin-bottom: 1.6vw;
  }

  .premium_opt_list {
    margin-top: 4vw;
  }

  .premium_opt_item {
    border-radius: 4vw;
    margin-bottom: 4vw;
    box-shadow: 0 0 3vw #00000024;
  }

  .premium_opt_link {
    text-align: center;
    border-width: .8vw;
    border-radius: 4vw;
    padding-top: 2vw;
    font-size: 3.6vw;
    line-height: 4.6vw;
  }

  .premium_opt_link.act {
    padding: 2vw 4vw;
  }

  .premium_title_gr {
    border-top-right-radius: 2.6vw;
    border-bottom-right-radius: 2.6vw;
    width: 94%;
  }

  .premium_title_gr.light {
    width: 76%;
    margin-top: 3vw;
    margin-bottom: 2vw;
  }

  .premium_opt_info {
    border-radius: 3vw;
    min-height: 20vw;
    margin-top: 2vw;
    margin-bottom: 2vw;
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
    font-size: 4.4vw;
    line-height: 5.6vw;
  }

  .premium_opt_txt {
    font-size: 5.8vw;
    line-height: 6.4vw;
  }

  .premium_opt_flah {
    padding: 1vw 7vw 1vw 4vw;
    font-size: 3.8vw;
    line-height: 4vw;
    top: 1.5vw;
  }

  .prem_price_gr {
    padding-top: 1vw;
    padding-bottom: 1vw;
    font-size: 5vw;
    line-height: 5.6vw;
  }

  .prem_price_txt {
    margin-left: 1.6vw;
  }

  .prem_price_txt.num {
    font-size: 6.4vw;
    position: relative;
    top: .15vw;
  }

  .prem_button_txt {
    margin-bottom: 1vw;
    font-size: 6vw;
    line-height: 6vw;
  }

  .message_gift {
    width: 14%;
    min-width: 14%;
    max-width: 14%;
    height: 13vw;
    bottom: 5%;
    left: 2%;
  }

  .prem_toptitle_pict {
    width: 12vw;
    top: -3vw;
    right: -3vw;
  }

  .prem_toptitle_pict.mirror {
    left: -3vw;
  }

  .search_label.interests {
    margin-top: 3vw;
    margin-bottom: 1vw;
  }

  .top_search_link {
    width: 6vw;
    height: 6.6vw;
    margin-top: 0;
    position: relative;
    top: -.5vw;
  }

  .search_form_plate {
    margin-bottom: 3vw;
    padding-top: 2vw;
  }

  .massages_info_flah {
    margin-top: 1vw;
    padding: .6vw 2.4vw;
    font-size: 3.2vw;
    line-height: 3.8vw;
  }
}


