@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap);
@charset "UTF-8";
button.active,
a.active {
  display: block;
  background: #323232;
  border-radius: 12px;
  padding: 16px;
  border: none;
  max-width: 343px;
  width: 100%;
  font-size: 17px;
  line-height: 22px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  letter-spacing: 0.2px;
  cursor: pointer;
  text-align: center;
}

button.underline,
a.underline {
  display: block;
  text-decoration: underline;
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #323232;
  letter-spacing: 0.2px;
  padding: 10px;
  border: none;
  background: none;
  cursor: pointer;
}

button.not_active,
a.not_active {
  display: block;
  background: #B1B0B6;
  border-radius: 12px;
  padding: 16px;
  border: none;
  max-width: 343px;
  width: 100%;
  font-size: 17px;
  line-height: 22px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  letter-spacing: 0.2px;
  cursor: not-allowed;
  text-align: center;
}

.d-flex {
  display: flex;
}

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

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: self-end;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-wrap {
  flex-wrap: wrap;
}

.text-center {
  text-align: center;
}

.text-start {
  text-align: left;
}

.fixed {
  position: fixed;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.h100 {
  height: 100%;
}

.w100 {
  width: 100%;
}

.border {
  border: 1px solid #000;
}

.no_shadow {
  box-shadow: none;
}

.no_pading {
  padding: 0 !important;
}

.background_white {
  background: #ffffff;
}

.body_no_padding {
  padding: 0;
}

.background_white {
  background: #ffffff;
}

button.active:active,
a.active:active {
  background-color: #010101;
}

button.underline:active,
a.underline:active {
  color: #000000;
}

button.underline[disabled],
a.underline[disabled] {
  color: #B1B0B6;
  cursor: not-allowed;
}

.rotate_arrow180start {
  transform: rotate(180deg);
}

.red_text {
  color: #EB5757;
}

.critical_update {
  color: #402DEF;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

header {
  width: 100%;
  background: #ffffff;
  position: fixed;
  top: 0;
  z-index: 1500;
}
header .wrapper {
  max-width: 1579px;
  margin: 0 auto;
  height: 87px;
  padding: 0 32px;
}

.nav-toggle {
  display: none;
}

.mob_menu {
  display: none;
}

.logo img {
  display: block;
  height: 46.64px;
  margin-right: 8px;
}
.logo p {
  font-size: 20px;
  line-height: 110%;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #323232;
  letter-spacing: -0.562px;
  white-space: nowrap;
}

.header_nav_menu {
  max-width: 326px;
  margin: 0 25px;
  width: 100%;
}
.header_nav_menu a {
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #B1B0B6;
  letter-spacing: 0.15px;
}
.header_nav_menu a:hover {
  color: #000000;
}
.header_nav_menu a.header_nav_active {
  color: #323232;
}

.header_mail p {
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #323232;
  letter-spacing: 0.2px;
  margin-bottom: 3px;
}
.header_mail a {
  font-size: 21px;
  line-height: 28px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #a0248e;
  letter-spacing: 0;
}
.header_mail div:nth-child(2) {
  margin-left: 32px;
}

.header_right .header_user_data {
  margin-right: 24px;
}
.header_right .header_user_data span {
  padding-right: 32px;
}
.header_right .header_user_data span a {
  margin-left: 8px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #a0248e;
  letter-spacing: 0.15px;
  white-space: nowrap;
}
.header_right .header_user_data .header_user_photo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.header_right .header_user_data .user_avatar_pic {
  width: 40px;
  height: 40px;
}
.header_right a {
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #a0248e;
  letter-spacing: 0.15px;
}

.lang_switcher_desktop {
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
}
.lang_switcher_desktop .lang_now {
  padding: 5px 8px 5px 0;
  cursor: pointer;
}
.lang_switcher_desktop .lang_now img:nth-child(1) {
  width: 22px;
  height: 22px;
}
.lang_switcher_desktop .lang_now img:nth-child(3) {
  transition: 0.3s;
}
.lang_switcher_desktop p, .lang_switcher_desktop a {
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #323232;
  letter-spacing: 0.15px;
  text-transform: uppercase;
  padding: 0;
}
.lang_switcher_desktop p {
  margin-left: 8px;
}
.lang_switcher_desktop ul {
  position: absolute;
  padding: 5px 8px;
  top: 45px;
  left: -8px;
  border-radius: 9px;
  background: #FFF;
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.09);
  width: 93px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 999;
}
.lang_switcher_desktop ul.hide {
  display: none;
}
.lang_switcher_desktop ul.show_block img {
  width: 22px;
  height: 22px;
}
.lang_switcher_desktop ul li a {
  display: flex;
  align-items: center;
}
.lang_switcher_desktop ul li a img {
  margin-right: 8px;
}
.lang_switcher_desktop ul li:has(> .current) {
  display: none;
}

.lang_switcher_mobile {
  box-sizing: border-box;
  margin-top: 16px;
}
.lang_switcher_mobile .lang_now {
  padding: 5px 8px 5px 0;
  cursor: pointer;
}
.lang_switcher_mobile .lang_now img:nth-child(3) {
  transition: 0.5s;
}
.lang_switcher_mobile p, .lang_switcher_mobile a {
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #323232;
  letter-spacing: 0.15px;
  text-transform: uppercase;
  padding: 0;
}
.lang_switcher_mobile p {
  padding-left: 8px;
}
.lang_switcher_mobile ul {
  padding: 5px 8px;
  margin-left: -8px;
  margin-top: 4px;
  border-radius: 9px;
  background: #FFF;
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.09);
  width: 93px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.lang_switcher_mobile ul.hide {
  display: none;
}
.lang_switcher_mobile ul li a {
  display: flex;
  align-items: center;
}
.lang_switcher_mobile ul li a img {
  margin-right: 8px;
}
.lang_switcher_mobile ul li:has(> .current) {
  display: none;
}

@keyframes showBlock {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.show_block {
  display: block;
  animation: showBlock 0.3s linear forwards;
}

@media screen and (max-width: 1005px) {
  body.lock {
    overflow: hidden;
  }
  header .wrapper {
    position: relative;
    height: 45px;
    padding: 0 16px;
  }
  .mob_menu {
    display: block;
    position: fixed;
    border-top: 1px solid #DADADA;
    top: 45px;
    left: -150%;
    transition: left 0.5s;
    padding: 24px 24px 18px;
    background-color: #ffffff;
    overflow: auto;
    width: 100%;
    max-height: calc(100vh - 45px);
    height: 100%;
    z-index: 1500;
  }
  .mob_menu.active {
    left: 0;
  }
  .mob_menu .mob_menu_page {
    color: #B1B0B6;
    margin-bottom: 24px;
  }
  .mob_menu .mob_menu_page.active {
    color: #323232;
  }
  .mob_menu .mob_menu_page ul {
    margin-top: 24px;
  }
  .mob_menu .mob_menu_page .mob_menu_title a {
    font-size: 23px;
    line-height: 32px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: inherit;
    letter-spacing: 0;
    width: 90%;
  }
  .mob_menu .mob_menu_page .mob_menu_title .arrow_mob_menu {
    width: 24px;
    height: 24px;
    transition: 0.5s;
    background: url("../images/ico/arrow_mob_menu.svg") no-repeat center;
  }
  .mob_menu .mob_menu_page .mob_menu_title .arrow_mob_menu.active {
    transform: rotate(180deg);
  }
  .mob_menu .mob_menu_page ul li {
    margin-bottom: 12px;
  }
  .mob_menu .mob_menu_page ul li a {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: inherit;
    letter-spacing: 0.2px;
  }
  .mob_menu .user_in_mob_menu {
    padding-top: 8px;
  }
  .mob_menu .user_in_mob_menu span {
    padding-left: 16px;
    max-width: 274px;
    white-space: nowrap;
    overflow: hidden;
    /* background: #fc0; */
    text-overflow: ellipsis;
  }
  .mob_menu .user_in_mob_menu span a {
    font-size: 16px;
    line-height: 24px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #a0248e;
    letter-spacing: 0.15px;
  }
  .mob_menu .user_in_mob_menu img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
  }
  .logo img {
    padding: 0;
    width: auto;
    height: 24px;
    margin-right: 5px;
  }
  .logo p {
    font-size: 14px;
    line-height: 24px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #323232;
    letter-spacing: -0.315px;
  }
  .header_mail p {
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 0;
  }
  .header_mail a {
    font-size: 11px;
    line-height: 16px;
  }
  .header_mail .lang_switcher_desktop p, .header_mail .lang_switcher_desktop a {
    font-size: 16px;
    line-height: 24px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #323232;
    letter-spacing: 0.15px;
    text-transform: uppercase;
    padding: 0;
  }
  .nav-toggle {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    margin-right: 16px;
  }
  .nav-toggle::before, .nav-toggle::after {
    display: block;
    content: "";
    position: absolute;
    left: 3px;
    height: 2px;
    background-color: #000;
    transition: all 0.5s;
    width: 18px;
    margin: 0 auto;
    border-radius: 10px;
  }
  .nav-toggle::after {
    bottom: 5px;
  }
  .nav-toggle::before {
    top: 5px;
  }
  .nav-toggle span {
    position: absolute;
    display: block;
    left: 3px;
    width: 18px;
    height: 2px;
    background-color: #000;
    top: 11px;
    transition: all 0.5s;
    border-radius: 10px;
  }
  .nav-toggle.active::before {
    transform: rotate(45deg);
    top: 11px;
    height: 2px;
  }
  .nav-toggle.active::after {
    transform: rotate(-45deg);
    bottom: 11px;
    height: 2px;
  }
  .nav-toggle.active span {
    transform: rotate(45deg);
    opacity: 0;
    transition: all 0.3s;
  }
  .menu {
    position: absolute;
    top: 45px;
    left: -500px;
    padding: 20px;
    background-color: rgb(229, 255, 253);
    max-width: 200px;
    width: 100%;
    border: 1px solid #000;
    transition: all 0.5s;
  }
  .header_nav_menu, .header_user_data {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .header_mail div:last-child {
    text-align: end;
    display: none;
  }
}
footer {
  background-color: #ffffff;
  width: 100%;
  position: absolute;
  bottom: 0;
}
footer .wrapper {
  max-width: 1579px;
  margin: 0 auto;
  padding: 50px 120px;
}

.footer_links > div {
  gap: 16px;
  align-items: flex-start;
}
.footer_links > div a, .footer_links > div p, .footer_links > div span {
  font-size: 13px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #323232;
  letter-spacing: 0;
  opacity: 0.7;
  cursor: pointer;
}
.footer_links > div a:hover, .footer_links > div p:hover, .footer_links > div span:hover {
  opacity: 1;
}
.footer_links > div:last-child > p, .footer_links p > span {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 1100px) {
  footer .wrapper {
    padding: 50px 16px;
  }
}
@media screen and (max-width: 800px) {
  .footer_links {
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 32px;
  }
  .footer_links > div {
    align-items: center;
  }
  .footer_links > div a, .footer_links > div p, .footer_links > div span {
    opacity: 1;
  }
  .footer_links .logo {
    margin-bottom: 25px;
  }
  .footer_links .logo img {
    height: 46.64px;
  }
  .footer_links .logo p {
    font-size: 20px;
    line-height: 110%;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #323232;
    letter-spacing: -0.562px;
    white-space: nowrap;
  }
}
html {
  height: 100%;
}

body {
  min-width: 375px;
  min-height: 100%;
  background-color: #F6F6F6;
  padding-bottom: 240px;
  position: relative;
}
body .main_container {
  width: 100%;
  padding-top: 147px;
}

.wrapper_container {
  padding: 0 16px;
}

.container {
  max-width: 1579px;
  width: 100%;
  margin: 0 auto;
}
.container .container_content {
  padding: 0 32px 50px;
}

.container_no_sidebar {
  max-width: 1173px;
  width: 100%;
  margin: 0 auto;
  background-color: #FDFDFD;
}
.container_no_sidebar .container_no_sidebar_content {
  padding: 0 32px 50px;
}
.container_no_sidebar h2 {
  font-size: 27px;
  line-height: 36px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #323232;
  letter-spacing: 0;
  text-align: center;
}
.container_no_sidebar h3 {
  font-size: 27px;
  line-height: 36px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #323232;
  letter-spacing: 0;
}
.container_no_sidebar p {
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #323232;
  letter-spacing: 0.2px;
}

.white_container {
  width: 100%;
  background-color: #ffffff;
}

.container_no_padding {
  max-width: 1173px;
  margin: 0 auto;
  width: 100%;
  background-color: #FDFDFD;
  padding-bottom: 54px;
}
.container_no_padding h3 {
  font-size: 27px;
  line-height: 32px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #323232;
  letter-spacing: 0;
}

.left_sidebar {
  position: fixed;
  padding: 32px;
  background: #ffffff;
  margin-right: 32px;
  width: 310px;
  height: -moz-min-content;
  height: min-content;
  flex-shrink: 0;
  border-radius: 18px;
}
.left_sidebar li {
  display: flex;
  align-items: center;
  transition: transform 0.25s;
  cursor: pointer;
}
.left_sidebar li a {
  position: relative;
  width: 100%;
  padding: 12px 0 12px 26px;
  border-radius: 8px;
}
.left_sidebar li a:hover {
  background: #FAFAFA;
}
.left_sidebar li a svg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(16px, -50%);
  display: block;
}
.left_sidebar li p {
  margin-left: 25px;
  text-wrap: wrap;
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #323232;
  letter-spacing: 0.2px;
}
.left_sidebar li path, .left_sidebar li.active path {
  color: #323232;
  fill: #323232;
}

.content {
  width: 100%;
  max-width: 1173px;
  margin-left: 342px;
}

.block {
  background-color: #ffffff;
  margin-bottom: 60px;
  border-radius: 16px;
}
.block h2 {
  padding: 12px 24px;
  background: #323232;
  border-radius: 16px 16px 0 0;
  font-size: 23px;
  line-height: 32px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  letter-spacing: 0;
}
.block .container_block {
  padding: 0 32px 32px;
}

.arrow_back {
  margin-bottom: 44px;
  padding-top: 32px;
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
}
.arrow_back img {
  margin-right: 10px;
}
.arrow_back p {
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #333333;
  letter-spacing: 0.2px;
}

.textquote {
  margin-top: 32px;
}
.textquote img {
  margin-right: 20px;
}
.textquote p {
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #B1B0B6;
  letter-spacing: -0.2px;
}

.or {
  width: 100%;
  gap: 17px;
}
.or div {
  border-top: 1px solid #B1B0B6;
  max-width: 120px;
  width: 100%;
}
.or p {
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #B1B0B6;
  letter-spacing: 0.2px;
}

.defis {
  width: 20px;
  border-top: 3px solid #323232;
}

.market_button {
  gap: 16px;
}
.market_button a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.market_button img {
  border-radius: 4px;
}

.paginator_key {
  margin: 50px auto;
}
.paginator_key a {
  display: block;
  padding: 12px 19px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #323232;
  letter-spacing: 0.2px;
  border: 1px solid rgba(0, 0, 0, 0);
  width: auto;
  border-radius: 0;
}
.paginator_key a:hover {
  border: 1px solid #323232;
  box-sizing: border-box;
}
.paginator_key a:first-child:hover, .paginator_key a:last-child:hover {
  border: none;
}
.paginator_key a.active {
  background-color: #323232;
  color: #ffffff;
}
.paginator_key a.pag_prev {
  background: url("../images/ico/paginator_prev.svg");
  margin-right: 16px;
}
.paginator_key a.pag_prev[disabled] {
  background: url("../images/ico/paginator_prev_not_active.svg");
}
.paginator_key a.pag_next {
  background: url("../images/ico/paginator_next.svg");
  margin-left: 16px;
}
.paginator_key a.pag_next[disabled] {
  background: url("../images/ico/paginator_next_not_active.svg");
}
.paginator_key a.pag_arrow {
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  padding: 0;
}
.paginator_key a:first-child, .paginator_key a:last-child {
  border: none;
}
.paginator_key p {
  font-size: 26px;
  line-height: 26px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #323232;
  letter-spacing: 0.2px;
  padding: 10px;
}

.blocker {
  background-color: rgba(217, 217, 217, 0.65);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  padding: 16px;
  z-index: 1500;
}

.modal {
  border: none;
  border-radius: 8px;
  box-shadow: 0px 4px 4px 0px rgba(16, 24, 64, 0.08);
  box-shadow: none;
  padding: 48px 142.5px 38px;
  max-width: 900px;
  width: 100%;
  background-color: #ffffff;
}
.modal a.close-modal {
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  background-image: url(../images/ico/close_popup.svg);
  background-size: 18px;
  background-position: center;
}
.modal h2 {
  font-size: 24px;
  line-height: 120%;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #323232;
  letter-spacing: 0;
  margin-bottom: 32px;
}
.modal p {
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #323232;
  letter-spacing: 0.2px;
}
.modal ul li, .modal ol li {
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #323232;
  letter-spacing: 0.2px;
  list-style-position: inside;
  opacity: 0.8;
}
.modal ul li:not(:last-child), .modal ol li:not(:last-child) {
  margin-bottom: 12px;
}
.modal .modal_key {
  margin-top: 32px;
}
.modal .market_button {
  margin-top: 32px;
  margin-bottom: 10px;
}

.tooltip {
  font-size: 14px;
  line-height: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #4D4D4D;
  letter-spacing: -0.2px;
}

.info_status, .info_status_geo {
  padding: 24px 16px;
  border: 1px solid #DADADA;
  background: #FFF;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.07);
  border-left: 4px solid #323232;
}
.info_status img, .info_status_geo img {
  margin-right: 12px;
}
.info_status p, .info_status_geo p {
  font-size: 14px;
  line-height: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #323232;
  letter-spacing: -0.2px;
  opacity: 0.8;
}

.button_with_tooltip {
  position: relative;
  width: 100%;
  max-width: 343px;
}
.button_with_tooltip .tooltip {
  display: none;
  position: absolute;
  bottom: 64px;
  font-size: 12px;
  line-height: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #B1B0B6;
  letter-spacing: 0.1px;
  padding: 8px 16px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.12);
  text-align: left;
}
.button_with_tooltip:hover .tooltip {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.button_with_tooltip:hover .tooltip img {
  margin-right: 8px;
}

@media screen and (max-width: 1004px) {
  body .main_container {
    padding-top: 77px;
  }
  .container_no_sidebar h3 {
    font-size: 23px;
    line-height: 32px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #323232;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1005px) {
  .container .container_content {
    padding: 0 16px 50px;
  }
  .container .container_content .content {
    margin-left: 0;
  }
  .arrow_back {
    margin-bottom: 24px;
    padding-top: 24px;
  }
  .textquote {
    align-items: flex-start;
  }
  .left_sidebar {
    display: none;
  }
  .block .container_block .control_key.device_history {
    margin: 0 auto;
  }
  .history form {
    flex-direction: column;
  }
  .history form div {
    margin: 15px auto;
  }
  .history form input {
    max-width: 300px;
    width: 100%;
  }
  .history form button {
    margin-top: 30px;
  }
  .modal {
    padding: 32px 24px 22px;
  }
  .modal h2 {
    max-width: 78.5%;
    margin: 0 auto;
    margin-bottom: 24px;
  }
  .modal img {
    max-width: 100%;
    min-width: 80px;
  }
}
@media screen and (max-width: 800px) {
  body {
    padding-bottom: 540px;
  }
}
@media screen and (max-width: 650px) {
  .container .block_all_photo .list_photo .block_button {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }
  .container .block_all_photo .list_photo .block_button button[type=submit] {
    margin: 0 0 22px;
  }
  .container .block_all_photo .list_photo .block_button .button_underline {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 700px) {
  .market_button {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
}
.login_wrapper {
  max-width: 1173px;
  background: #ffffff;
}
.login_wrapper h2 {
  font-size: 27px;
  line-height: 36px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #323232;
  letter-spacing: 0;
  padding: 100px 0 32px;
}
.login_wrapper form {
  max-width: 343px;
  width: 100%;
  margin: 0 auto;
}
.login_wrapper form .login_key {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  background: #ffffff;
  border: 1px solid #DADADA;
  border-radius: 12px;
  margin-bottom: 16px;
}
.login_wrapper form .login_key:active {
  background-color: #F5F8FF;
}
.login_wrapper form .login_key img {
  margin: 0 8px 0 0;
}
.login_wrapper form .login_key p {
  font-size: 17px;
  line-height: 22px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #323232;
  letter-spacing: -0.3px;
}
.login_wrapper form .or {
  margin: 16px 0 32px;
}
.login_wrapper form .form__group {
  margin-top: 0;
}
.login_wrapper form button {
  margin: 24px 0 14px;
}
.login_wrapper input[name=login] {
  margin-bottom: 16px;
}
.login_wrapper ::-moz-placeholder {
  font-size: 17px;
  line-height: 22px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: rgba(60, 60, 67, 0.6);
  letter-spacing: -0.408;
}
.login_wrapper ::placeholder {
  font-size: 17px;
  line-height: 22px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: rgba(60, 60, 67, 0.6);
  letter-spacing: -0.408;
}
.login_wrapper .container_content > p {
  max-width: 355px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #323232;
  letter-spacing: -0.2px;
  margin: 40px 0 24px;
}
.login_wrapper .market_button {
  margin-bottom: 50px;
}

@media screen and (max-width: 900px) {
  .login_wrapper h2 {
    font-size: 23px;
    line-height: 32px;
    padding: 40px 0 24px;
  }
  .login_wrapper form .login_key {
    margin: 0 0 16px;
  }
  .login_wrapper form .or {
    margin: 8px 0 23px;
  }
  .login_wrapper .container_content > p {
    margin: 4px 0 24px;
  }
}
.page_device .container_block {
  padding-top: 32px;
}

.device_photo_demo {
  margin-right: 16px;
}

.device_details p {
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #B1B0B6;
  letter-spacing: 0.2px;
  margin-bottom: 2px;
  display: flex;
  flex-wrap: wrap;
}
.device_details p.red_text {
  color: #EB5757;
}
.device_details p span {
  margin-right: 15px;
}
.device_details p a {
  text-decoration: underline;
  color: #323232;
}

.install_app {
  background: url(../images/devices/install_ico.svg);
}
.install_app.disabled {
  background: url(../images/devices/install_ico_disable.svg);
}
.install_app:active {
  background: #323232 url(../images/devices/install_ico_active.svg) no-repeat;
}
.install_app:active p {
  color: #ffffff !important;
}

.device_lock {
  background: url(../images/devices/lock_ico.svg);
}
.device_lock.disabled {
  background: url(../images/devices/lock_ico_disable.svg);
}
.device_lock:active {
  background: #323232 url(../images/devices/lock_ico_active.svg) no-repeat;
}
.device_lock:active p {
  color: #ffffff !important;
}

.device_geo {
  background: url(../images/devices/geo_ico.svg);
}
.device_geo.disabled {
  background: url(../images/devices/geo_ico_disable.svg);
}
.device_geo:active {
  background: #323232 url(../images/devices/geo_ico_active.svg) no-repeat;
}
.device_geo:active p {
  color: #ffffff !important;
}

.device_siren {
  background: url(../images/devices/siren_ico.svg);
}
.device_siren.disabled {
  background: url(../images/devices/siren_ico_disable.svg);
}
.device_siren:active, .device_siren.on {
  background: #323232 url(../images/devices/siren_ico_active.svg) no-repeat;
}
.device_siren:active p, .device_siren.on p {
  color: #ffffff !important;
}

.device_wipe {
  background: url(../images/devices/wipe_ico.svg);
}
.device_wipe.disabled {
  background: url(../images/devices/wipe_ico_disable.svg);
}
.device_wipe:active {
  background: #323232 url(../images/devices/wipe_ico_active.svg) no-repeat;
}
.device_wipe:active p {
  color: #ffffff !important;
}

.device_photo {
  background: url(../images/devices/photo_ico.svg);
}
.device_photo.disabled {
  background: url(../images/devices/photo_ico_disable.svg);
}
.device_photo:active {
  background: #323232 url(../images/devices/photo_ico_active.svg) no-repeat;
}
.device_photo:active p {
  color: #ffffff !important;
}

.device_history {
  background: url(../images/devices/history.svg);
}

.block .control_device {
  gap: 24px 24px;
}
.block .control_key {
  max-width: 353px;
  min-width: 200px;
  width: 100%;
  height: 200px;
  border: 1px solid #DADADA;
  border-radius: 17px;
  padding: 46px 20px 24px;
  background-repeat: no-repeat;
  background-position: center 46px;
  transition: all 0.3s;
  position: relative;
}
.block .control_key:hover {
  transition: all 0.3s;
  border: 1px solid #323232;
}
.block .control_key span {
  display: none;
  position: absolute;
  top: 16px;
  right: 16px;
  left: 16px;
  background: #F6F6F6;
  border-radius: 8px;
  padding: 8px;
  transition: all 0.3s;
}
.block .control_key span.show {
  display: block;
}
.block .control_key.disabled:hover {
  border: 1px solid #DADADA;
  box-shadow: none;
  cursor: not-allowed;
}
.block .control_key.disabled:hover .tooltip {
  display: block;
}
.block .control_key.disabled p {
  color: #b1b0b6;
}
.block .control_key.on {
  background-color: #EB5757;
}
.block .control_key.on p {
  color: #FFFFFF;
}
.block .control_key p {
  text-align: center;
  margin-top: 82px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #323232;
  letter-spacing: 0.2px;
}

.wrapper_slider {
  position: relative;
  box-sizing: border-box;
  width: 1109px;
  margin: 0 auto;
}

.my-slider {
  /* border: 1px solid #c2c2c2; */
  display: flex !important;
  justify-content: center;
  padding-bottom: 50px;
  overflow: hidden;
}
.my-slider > div.fixed_slide_width {
  flex-basis: 353px;
  margin: 0 12px;
}

.card_package {
  padding: 50px 10px;
  max-width: 353px;
  min-width: 268px;
  width: 100%;
  border: 1px solid #c9c9c9;
  border-radius: 30px;
  background-color: #ffffff;
  margin: 0 auto;
}
.card_package .card_package_name {
  text-align: center;
}
.card_package .card_package_name h3 {
  font-size: 21px;
  line-height: 28px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #323232;
  letter-spacing: 0;
}
.card_package .card_package_name p {
  font-size: 14px;
  line-height: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #B1B0B6;
  letter-spacing: 0.1px;
  margin: 4px 0 24px;
}
.card_package .card_package_price {
  text-align: center;
}
.card_package .card_package_price h2 {
  font-size: 90px;
  line-height: 100%;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #323232;
  letter-spacing: -0.9px;
  background: none;
  margin-bottom: 16px;
  padding: 0;
}
.card_package .card_package_price h3 {
  font-size: 16px;
  line-height: 130%;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #323232;
  letter-spacing: 0.16px;
}
.card_package .service_package {
  text-align: center;
}
.card_package .service_package h6 {
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #323232;
  letter-spacing: 0.15px;
  margin: 40px 0 24px;
}
.card_package .service_package p {
  font-size: 14px;
  line-height: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #323232;
  letter-spacing: -0.2px;
  margin-top: 10px;
}
.card_package .service_package p.light_text {
  color: #B1B0B6;
}

.prev, .next {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 330px;
  font-size: 30px;
}

.prev {
  left: -35px;
}

.next {
  right: -35px;
}

.tns-nav {
  display: flex;
  justify-content: center;
}
.tns-nav button {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #e9e9e9;
  border: none;
  padding: 0;
  margin: 0 4px;
}
.tns-nav button.tns-nav-active {
  background: #323232;
}

.change_package {
  font-size: 14px;
  line-height: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #B1B0B6;
  letter-spacing: -0.2px;
  margin-top: 24px;
}

.control_key.device_history {
  margin-bottom: 0;
}

.modal img[alt=qr] {
  margin-bottom: 24px;
}
.modal ol, .modal ul {
  text-align: left;
}
.modal ol {
  max-width: 440px;
  margin: 0 auto;
}
.modal img[alt=wipe] {
  margin-bottom: 32px;
}
.modal #wipe_data_icloud img {
  margin-bottom: 32px;
}
.modal .modal_key form {
  width: 100%;
}
.modal .modal_key a:first-child {
  margin-bottom: 10px;
}
.modal .modal_key button {
  margin: 0 auto;
}

/* Modal Rating #1 */
.popup_rating h1 {
  font-size: 27px;
  line-height: 36px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #323232;
  letter-spacing: 0;
  text-align: center;
}

.pr_1 h1 {
  margin-bottom: 50px;
}

.rating_button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  max-width: 600px;
  margin: 0 auto;
  gap: 12px;
}
.rating_button a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  width: 100%;
}
.rating_button a img {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 4px 8px 0px #E9EAEC;
  padding: 8px;
}
.rating_button a p {
  font-size: 13px;
  line-height: 130%;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #B1B0B6;
  letter-spacing: -0.2px;
  text-align: center;
  margin-bottom: 10px;
}

/* Modal Rating #2 */
.pr_2 h1 {
  margin-bottom: 12px;
}
.pr_2 h3 {
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #323232;
  letter-spacing: 0.2px;
  text-align: center;
  margin-bottom: 50px;
}
.pr_2 .answer_rating {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.pr_2 .answer_rating button {
  width: auto;
  max-width: none;
  border: none;
  cursor: pointer;
  padding: 8px 20px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 4px 8px 0px #E9EAEC;
  font-size: 13px;
  line-height: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #323232;
  letter-spacing: 0;
}
.pr_2 .answer_rating button.active {
  background: #323232;
  color: #ffffff;
}

.modal.pr_2 .modal_key {
  margin-top: 60px;
}

#popup_rating_3 a.active {
  margin: 50px auto 0;
}

@media screen and (max-width: 1578px) {
  .wrapper_slider {
    width: 58vw;
  }
}
@media screen and (max-width: 1280px) {
  .wrapper_slider {
    width: 45vw;
  }
}
@media screen and (max-width: 1005px) {
  .wrapper_slider {
    width: 100%;
  }
  .rating_button a img {
    min-width: auto;
  }
  .modal img[alt=wipe] {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 900px) {
  .pr_1 h1 {
    margin-bottom: 16px;
  }
  .rating_button {
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px 30px;
  }
  .rating_button a {
    max-width: 130px;
  }
  .rating_button a p {
    margin-bottom: 0;
  }
  .rating_button a p {
    word-wrap: break-word;
  }
  .pr_2 h3 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 400px) {
  .rating_button {
    justify-content: space-between;
  }
  .rating_button a {
    max-width: 109px;
  }
  .rating_button a:last-child {
    max-width: none;
  }
}
.select_camera_block .button_active {
  margin: 0 auto;
}

.select_camera_key {
  max-width: 512px;
  width: 100%;
  margin: 42px auto 32px;
  border: 1px solid #B1B0B6;
  border-radius: 5px;
  overflow: hidden;
  padding: 0;
}
.select_camera_key input {
  -webkit-appearance: none;
  width: 100%;
  padding: 12px;
  display: block;
  text-align: center;
  font-size: 21px;
  line-height: 28px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #B1B0B6;
  letter-spacing: 0;
  background: none;
  overflow: hidden;
  text-overflow: ellipsis;
  border: none;
  transform: translateZ(0);
  outline: none;
  border-radius: 0;
  margin: 0;
  cursor: pointer;
}
.select_camera_key input[checked] {
  background-color: #323232;
  color: #FFFFFF;
}

.page_screenshot .block_no_padding {
  max-width: 1173px;
  margin: 0 auto;
  background: #FDFDFD;
}

.block_all_photo .all_photo_checked {
  width: 100%;
}
.block_all_photo .all_photo_checked p {
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #323232;
  letter-spacing: 0.2px;
}
.block_all_photo .all_photo_checked .input_checked {
  margin: 0 75px 0 16px;
}

.list_photo {
  margin-top: 30px;
  padding: 0 16px;
}
.list_photo .block_one_photo {
  width: 100%;
  padding: 24px;
}
.list_photo .block_one_photo:nth-child(odd) {
  background-color: #F6F6F6;
}
.list_photo .block_one_photo .data_photo {
  width: 80%;
}
.list_photo .block_one_photo .data_photo a {
  width: 160px;
  height: 160px;
}
.list_photo .block_one_photo .data_photo p {
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #323232;
  letter-spacing: 0.2px;
  width: 25%;
}
.list_photo .block_one_photo .data_photo img {
  width: 160px;
}
.list_photo .block_one_photo .input_checkbox {
  margin: 0 60px;
}
.list_photo .block_button {
  padding: 60px 0 36px;
}
.list_photo .block_button a {
  margin-right: 80px;
}
.list_photo .paginator_key {
  width: 100%;
}

/*Popap full photo*/
.modal#show_full_photo a.active {
  margin: 50px auto 0;
  display: flex;
}
.modal#show_full_photo a.active p {
  font-size: 17px;
  line-height: 22px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.3px;
  margin: 0;
}
.modal#show_full_photo a.active img {
  margin-right: 8px;
  min-width: 24px;
}

.tns-ovh {
  border-radius: 16px;
  overflow: hidden;
}

.full_photo img {
  display: block;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.control_full_photo button {
  padding: 19px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 9999;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
}

#prev_full_photo {
  left: -38px;
  background: #fff url("../images/ico/slider_arrow_prev_active.svg") no-repeat center;
}

#next_full_photo {
  background: #fff url("../images/ico/slider_arrow_next_active.svg") no-repeat center;
  right: -38px;
}

#prev_full_photo[disabled] {
  background: #fff url("../images/ico/slider_arrow_prev_not_active.svg") no-repeat center;
  left: -38px;
}

#next_full_photo[disabled] {
  right: -38px;
  background: #fff url("../images/ico/slider_arrow_next_not_active.svg") no-repeat center;
}

#show_full_photo button {
  margin: 0 auto;
}

#show_full_photo > div {
  position: relative;
}

@media screen and (max-width: 750px) {
  .page_screenshot .container_no_sidebar_content {
    padding: 0 24px 50px;
  }
  .block_all_photo .list_photo .block_one_photo {
    padding: 16px;
  }
  .block_all_photo .list_photo .block_one_photo .data_photo {
    flex-direction: column;
    width: auto;
    align-items: flex-start;
  }
  .block_all_photo .list_photo .block_one_photo .data_photo p {
    width: auto;
  }
  .block_all_photo .list_photo .block_one_photo .data_photo img {
    margin-bottom: 6px;
  }
  .block_all_photo .list_photo .block_one_photo .data_photo p {
    margin-top: 10px;
    margin-bottom: 4px;
  }
  .block_all_photo .list_photo .block_one_photo .data_photo p:last-child {
    margin: 0;
  }
  .block_all_photo .list_photo .block_one_photo .input_checkbox {
    margin: 0 8px 0 auto;
  }
  .block_all_photo .all_photo_checked .input_checked {
    margin-right: 24px;
  }
  .block_all_photo .block_button {
    flex-direction: column;
    align-items: center;
  }
  .block_all_photo .block_button a {
    margin: 0;
  }
  .block_all_photo .block_button a:first-child {
    margin-bottom: 4px;
  }
  .all_photo_checked input {
    margin-right: 24px;
  }
  .full_photo #prev_full_photo {
    left: -18px;
  }
  .full_photo #next_full_photo {
    right: -18px;
  }
  .modal#show_full_photo {
    padding-left: 29px;
    padding-right: 29px;
  }
  .control_full_photo button {
    padding: 20px 12px;
  }
  .modal#show_full_photo {
    width: 100%;
  }
  #prev_full_photo {
    left: -27px;
  }
  #prev_full_photo[disabled] {
    left: -27px;
  }
  #next_full_photo {
    right: -27px;
  }
  #next_full_photo[disabled] {
    right: -27px;
  }
}
.page_history .textquote {
  padding-bottom: 50px;
}
.page_history input {
  background: url("../images/ico/calendar.svg") no-repeat 190px 50%;
}

.block_history {
  min-width: 650px;
  padding: 0 32px 32px;
}

.one_block_history_title div {
  padding-right: 10px;
  font-size: 21px;
  line-height: 28px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #323232;
  letter-spacing: 0;
  width: 26%;
}
.one_block_history_title div:first-child {
  width: 22%;
}

.one_block_history:nth-child(even) {
  background-color: #F6F6F6;
}
.one_block_history div {
  padding-right: 10px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #323232;
  letter-spacing: 0;
  width: 26%;
}
.one_block_history div:first-child {
  width: 22%;
}
.one_block_history div:nth-child(4) {
  word-break: break-word;
}

.one_block_history {
  padding: 33px 32px 26px;
}

.one_block_history_title {
  padding: 18px 30px;
}
.one_block_history_title div {
  width: 26%;
}
.one_block_history_title div:first-child {
  width: 22%;
}

.history form {
  margin: 50px 0 21px;
}

@media screen and (max-width: 700px) {
  .block_history {
    padding: 0 16px 32px;
  }
  .for_scroll {
    overflow-x: scroll;
  }
}
.croppie-container {
  width: 100%;
  height: 100%;
}

.croppie-container .cr-image {
  z-index: -1;
  /*position: absolute;*/
  top: 0;
  left: 0;
  transform-origin: 0 0;
  max-height: none;
  max-width: none;
}

.croppie-container .cr-boundary {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  z-index: 1;
  width: 100%;
  height: 300px;
}

.croppie-container .cr-viewport,
.croppie-container .cr-resizer {
  position: absolute;
  border: 2px solid #fff;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.croppie-container .cr-resizer {
  z-index: 2;
  box-shadow: none;
  pointer-events: none;
}

.croppie-container .cr-resizer-vertical,
.croppie-container .cr-resizer-horisontal {
  position: absolute;
  pointer-events: all;
}

.croppie-container .cr-resizer-vertical::after,
.croppie-container .cr-resizer-horisontal::after {
  display: block;
  position: absolute;
  box-sizing: border-box;
  border: 1px solid black;
  background: #fff;
  width: 10px;
  height: 10px;
  content: "";
}

.croppie-container .cr-resizer-vertical {
  bottom: -5px;
  cursor: row-resize;
  width: 100%;
  height: 10px;
}

.croppie-container .cr-resizer-vertical::after {
  left: 50%;
  margin-left: -5px;
}

.croppie-container .cr-resizer-horisontal {
  right: -5px;
  cursor: col-resize;
  width: 10px;
  height: 100%;
}

.croppie-container .cr-resizer-horisontal::after {
  top: 50%;
  margin-top: -5px;
}

.croppie-container .cr-original-image {
  display: none;
}

.croppie-container .cr-vp-circle {
  border-radius: 50%;
}

.croppie-container .cr-overlay {
  z-index: 1;
  position: absolute;
  cursor: move;
  touch-action: none;
}

.croppie-container .cr-slider-wrap {
  width: 75%;
  margin: 15px auto;
  text-align: center;
}

.croppie-result {
  position: relative;
  overflow: hidden;
}

.croppie-result img {
  position: absolute;
}

.croppie-container .cr-image,
.croppie-container .cr-overlay,
.croppie-container .cr-viewport {
  transform: translateZ(0);
}

.croppie-container .cr-image {
  position: absolute;
}

/*************************************/
/***** STYLING RANGE INPUT ***********/
/*************************************/
/*http://brennaobrien.com/blog/2014/05/style-input-type-range-in-every-browser.html */
/*************************************/
/*******************************************/
/***********************************/
/* Rotation Tools */
/***********************************/
.cr-rotate-controls {
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 1;
}

.cr-rotate-controls button {
  border: 0;
  background: none;
}

.cr-rotate-controls i:before {
  display: inline-block;
  font-style: normal;
  font-weight: 900;
  font-size: 22px;
}

.cr-rotate-l i:before {
  content: "↺";
}

.cr-rotate-r i:before {
  content: "↻";
}

.profile_user_photo a, .panel-body label {
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #323232;
  letter-spacing: 0.2px;
  text-decoration-line: underline;
}
.profile_user_photo a[href="#popup_del_user_photo"], .panel-body label[href="#popup_del_user_photo"] {
  color: #EB5757;
}

.profile_user_photo {
  margin-top: 32px;
  margin-bottom: 8px;
  gap: 24px;
}
.profile_user_photo .user_avatar {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}
.profile_user_photo .user_avatar img {
  height: 100%;
  width: auto;
}
.profile_user_photo .user_avatar div {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-position: center;
  background-size: contain;
}
.profile_user_photo .avatar_change_photo_key {
  gap: 24px;
}

div#upload-input {
  width: 100%;
  height: 300px;
}

.avatar_img_default {
  background: #d9d9d9;
  height: 300px;
  border-radius: 16px;
  position: relative;
}
.avatar_img_default p {
  font-size: 17px;
  line-height: 22px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.3px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  color: #ffffff;
  padding: 16px;
  border-radius: 0 0 16px 16px;
}
.avatar_img_default .avatar200_grey {
  background: rgba(92, 92, 92, 0.44);
}

.user_photo_present {
  width: 100%;
  height: 300px;
  border-radius: 16px;
  overflow: hidden;
}
.user_photo_present img {
  height: 300px;
}

.panel-default {
  margin: 0;
}

.panel-body {
  max-width: 526px;
  margin: 0 auto;
}
.panel-body #upload-input {
  width: 100%;
  height: 300px;
}
.panel-body label {
  display: block;
  margin: 24px 10px;
  cursor: pointer;
}
.panel-body input[type=file] {
  display: none;
}
.panel-body button {
  margin: 82px auto 22px;
}
.panel-body button[disabled] {
  margin: 26px 0 22px;
}

.cr-boundary {
  border-radius: 16px;
}

.croppie-container .cr-slider-wrap {
  margin-top: 72px;
  margin-bottom: 50px;
}

.cr-slider {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  max-width: 343px;
  width: 100%;
  width: 100%;
  cursor: pointer;
  outline: none;
  border-radius: 15px;
  height: 4px;
  background: #B1B0B6;
}

.cr-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 28px;
  width: 28px;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  border: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  filter: drop-shadow(0px 0.55px 4px rgba(0, 0, 0, 0.12)) drop-shadow(0px 6px 13px rgba(0, 0, 0, 0.12));
}

.cr-slider::-moz-range-thumb {
  height: 28px;
  width: 28px;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  border: none;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  filter: drop-shadow(0px 0.55px 4px rgba(0, 0, 0, 0.12)) drop-shadow(0px 6px 13px rgba(0, 0, 0, 0.12));
}

.container_block .block_button {
  max-width: 526px;
  width: 100%;
  margin-top: 32px;
}

.block .container_block .block_button .color_red {
  color: #EB5757;
}

form .user_data {
  width: 100%;
}
form .user_data .form__group {
  margin-right: 32px;
}
form input[disabled] {
  color: #B1B0B6;
}

.container_block .text_required {
  margin: 40px 0 0;
}

@media screen and (max-width: 877px) {
  .profile_user_photo {
    margin: 24px 0 0;
  }
  .header_user_photo {
    width: 24px;
    height: 24px;
    border-radius: 50%;
  }
  form {
    display: flex;
    flex-direction: column;
  }
  form .user_data {
    flex-direction: column;
    align-items: center;
  }
  form .user_data .form__group {
    margin: 16px 0 0;
    max-width: 343px;
    width: 100%;
  }
  form .user_data .form__group .form__control {
    margin-right: 0;
  }
  form .defis {
    border: none;
  }
  .block .container_block {
    padding-right: 24px;
    padding-left: 24px;
  }
  .block .container_block .text_required {
    margin-top: 32px;
  }
  .block .container_block .block_button {
    margin-top: 24px;
  }
  .container_block #form_password div.user_data:nth-child(3) {
    margin-top: 8px;
  }
  .container_block #form_password .block_button {
    max-width: 100%;
    flex-direction: column;
    align-items: center;
  }
  #popup_del_user_photo.modal p {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .container_block .block_button {
    flex-direction: column;
    margin: 32px auto 0;
  }
  .container_block .block_button .underline {
    margin-top: 22px;
  }
}
@media screen and (max-width: 460px) {
  .user_photo_present img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.location .container_no_sidebar_content {
  padding-bottom: 32px;
}
.location .container_no_padding {
  height: 638px;
  padding-bottom: 0;
  justify-content: space-between;
}

.geo_title {
  justify-content: space-between;
  align-items: flex-start;
}
.geo_title > div:nth-child(2) {
  margin-right: 20px;
}
.geo_title h3, .geo_title p {
  margin-bottom: 8px;
}
.geo_title p:last-child {
  margin: 0;
}

.map_geo {
  padding: 0 0 32px 32px;
  width: 100%;
}

.geo_coordinate {
  padding: 0 32px;
}
.geo_coordinate h3 {
  margin: 0 0 32px 0;
}
.geo_coordinate:has(div.paginator_key) .list_coordinate tbody {
  height: 300px;
}

.select_data_geo {
  margin-bottom: 17px;
}
.select_data_geo form .datepicker {
  width: 200px;
  background-position: 160px 50%;
}

.list_geo {
  width: 100%;
}
.list_geo tr {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 15px 32px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #323232;
  letter-spacing: 0.2px;
}
.list_geo tr:nth-child(even) {
  background-color: #F6F6F6;
}
.list_geo tr th {
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #323232;
  letter-spacing: 0;
}
.list_geo tr td {
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #323232;
  letter-spacing: 0.2px;
}
.list_geo tr th, .list_geo tr td {
  width: 100%;
  text-align: left;
  padding: 0 5px 0 0;
}
.list_geo tr th:last-child, .list_geo tr td:last-child {
  width: 65%;
  text-align: center;
}
.list_geo tr.table_no_data {
  background: #F6F6F6;
  width: auto;
  padding: 30px 0;
}
.list_geo tr.table_no_data td {
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #323232;
  letter-spacing: 0.2px;
  width: 100%;
}
.list_geo .input_checked {
  margin: 0 auto;
}

.list_coordinate tbody {
  max-height: 416px;
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.list_coordinate tr {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  .location .container_no_padding {
    flex-direction: column;
    height: auto;
  }
  .location .map_geo {
    height: 400px;
    padding: 0 32px;
  }
  .location .map_geo h3 {
    margin-left: 16px;
  }
  .geo_coordinate {
    padding: 32px;
    min-width: auto;
  }
  .geo_coordinate h3 {
    margin: 0 0 32px 0;
  }
  .geo_coordinate .list_coordinate tbody {
    height: 100% !important;
    max-height: none;
  }
  .select_data_geo form {
    flex-direction: row;
  }
  .select_data_geo form .datepicker {
    max-width: 295px;
    width: 100%;
    background-position: 95% 50%;
  }
  .list_geo tr {
    padding: 15px 16px;
  }
  .list_geo tr th {
    font-size: 21px;
    line-height: 28px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #323232;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 877px) {
  .select_data_geo form {
    flex-direction: column;
  }
  .location .map_geo {
    padding: 0 16px;
  }
  .location .container_no_sidebar_content {
    padding: 0 16px 32px;
  }
  .list_geo tr th, .list_geo tr td {
    font-size: 16px;
    line-height: 20px;
  }
  .list_geo tr.table_no_data {
    margin: 0 16px;
  }
  .geo_coordinate {
    padding: 16px 16px 0;
  }
  .geo_coordinate h3 {
    margin-left: 16px;
  }
  .geo_title {
    align-items: flex-start;
  }
  .geo_title > div:nth-child(2) {
    margin-bottom: 24px;
  }
}
.restore_password {
  max-width: 1173px;
  margin: 0 auto;
}
.restore_password .restore_password_content {
  padding: 32px;
  background: #FFF;
  min-height: 569px;
}
.restore_password .restore_password_content > p {
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #323232;
  letter-spacing: 0.2px;
  margin: 8px auto 0;
  max-width: 661px;
}
.restore_password .restore_password_content #pass_lenght {
  margin-top: 6px;
}
.restore_password h2 {
  font-size: 27px;
  line-height: 36px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #323232;
  letter-spacing: 0;
  text-align: center;
}
.restore_password form {
  margin: 0 auto;
  max-width: 343px;
  width: 100%;
}
.restore_password form .form__group {
  position: relative;
  margin-top: 24px;
}
.restore_password form .form__group input[name=email] {
  color: #323232;
  padding-right: 50px;
}
.restore_password form .form__group a {
  display: none;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 100;
}
.restore_password form .form__label {
  width: auto;
}
.restore_password form button {
  margin: 18px 0;
}
.restore_password form button[disabled] {
  cursor: not-allowed;
  background: #B1B0B6;
}
.restore_password form:has(.select_user_number) .form__group a {
  display: block;
}
.restore_password form .select_user_number {
  max-width: 343px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 12px;
}
.restore_password form .select_user_number input[type=checkbox], .restore_password form .select_user_number label, .restore_password form .select_user_number p {
  margin: 0;
  display: block;
}
.restore_password form .select_user_number label {
  font-size: 17px;
  line-height: 22px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #323232;
  letter-spacing: -0.408px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 12px;
  border: 1px solid #DADADA;
  padding: 0 16px;
  height: 56px;
  display: flex;
  align-items: center;
  outline: none;
  margin-bottom: 12px;
}
.restore_password form .select_user_number label:nth-child(1) {
  margin-bottom: 24px;
}
.restore_password form .select_user_number label input {
  display: none;
}
.restore_password form .select_user_number label input:checked + p:after {
  display: block;
}
.restore_password form .select_user_number label input:checked + p {
  color: #323232;
}
.restore_password form .select_user_number label p {
  position: relative;
  width: 100%;
  font-size: 17px;
  line-height: 22px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #B1B0B6;
  letter-spacing: -0.408px;
}
.restore_password form .select_user_number label p:before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border: 2px solid #323232;
  border-radius: 14px;
  box-sizing: border-box;
}
.restore_password form .select_user_number label p:after {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  content: "";
  width: 28px;
  height: 28px;
  border: 8px solid #323232;
  border-radius: 14px;
  box-sizing: border-box;
}
.restore_password form.user_numbers {
  max-width: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.restore_password form.user_numbers:has(p) .form__group {
  margin-bottom: 25px;
}
.restore_password form.user_numbers:has(p) .select_user_number {
  padding-top: 24px;
}
.restore_password form.user_numbers > p {
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #323232;
  letter-spacing: 0.2px;
}

.email_sended {
  max-width: 631px;
  margin: 0 auto;
  text-align: center;
}
.email_sended p {
  margin: 8px 0 24px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #323232;
  letter-spacing: 0.2px;
}
.email_sended a {
  display: inline-block;
  margin: 0 auto 24px;
}

.qr > p {
  margin: 8px 0 40px;
}
.qr > img {
  margin-bottom: 40px;
}

.px_16px {
  padding: 0 16px;
}

.faq_list {
  max-width: 1173px;
  margin: 0 auto 50px;
}
.faq_list .faq_block {
  margin: 0 0 15px;
  border-radius: 16px;
  background-color: #ffffff;
}
.faq_list .faq_block a {
  display: inline-block;
  text-decoration: underline;
  color: #323232;
  cursor: pointer;
}
.faq_list > p {
  max-width: 1002px;
  margin: 0 auto;
  padding: 0 16px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #B1B0B6;
  letter-spacing: 0.2px;
}

.input_find {
  position: relative;
  margin-bottom: 32px;
  border-radius: 10px;
  border: 1px solid #DADADA;
  background-color: #ffffff;
  box-sizing: border-box;
}
.input_find input {
  background: #fff;
  padding: 23px 100px 7px 16px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #323232;
  letter-spacing: 0.2px;
  border: 1px solid #DADADA;
  border-radius: 10px;
  z-index: 10;
  width: 100%;
  outline: none;
  border: none;
}
.input_find input:focus ~ label {
  top: 8px;
  font-size: 12px;
  line-height: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #B1B0B6;
  letter-spacing: -0.408px;
  font-size: 12px;
  font-style: normal;
  line-height: 16px; /* 133.333% */
  letter-spacing: 0.1px;
  transition: all 0.3s;
}
.input_find label {
  z-index: 100;
  position: absolute;
  top: 8px;
  width: 100%;
  padding-left: 16px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #B1B0B6;
  letter-spacing: 0.1px;
  transition: all 1s;
}
.input_find label.empty {
  top: 16px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #B1B0B6;
  letter-spacing: 0.1px;
  transition: all 0.3s;
}
.input_find button {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background: url("../images/ico/search-icon.svg") no-repeat center center;
  border: none;
  padding: 0;
  z-index: 100;
  cursor: pointer;
}
.input_find button.active {
  background: url("../images/ico/search-icon_active.svg") no-repeat center center;
}
.input_find button.clear_find {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 48px;
  background: url("../images/ico/clear_find_faq.svg") no-repeat center center;
}

.accordion {
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  padding: 24px 32px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.accordion h4 {
  font-size: 21px;
  line-height: 28px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #323232;
  letter-spacing: 0;
}
.accordion img {
  transition: transform 0.3s ease-out;
}

.panel {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.panel p {
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #323232;
  letter-spacing: 0.2px;
  padding: 0 32px 24px;
}

.faq_plus_rotate {
  transform: rotate(45deg);
}

@media screen and (max-width: 650px) {
  .accordion {
    padding: 18px 16px;
  }
}
.invite h3 {
  font-size: 27px;
  line-height: 36px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #323232;
  letter-spacing: 0;
  margin-bottom: 50px;
  max-width: 400px;
  text-align: center;
}
.invite > img {
  margin-right: 160px;
}
.invite .or {
  margin-top: 40px;
}
.invite .or p {
  margin: 0 22px;
}
.invite .market_button {
  margin-top: 50px;
}

@media screen and (max-width: 1050px) {
  .invite {
    top: 50px;
    justify-content: space-around;
  }
  .invite > img {
    margin: 0;
  }
}
@media screen and (max-width: 750px) {
  .invite {
    flex-direction: column;
    justify-content: flex-start;
  }
  .invite > img {
    margin: 16px 0;
    width: 50%;
  }
  .invite h3 {
    margin-bottom: 32px;
  }
  .invite .or {
    margin: 32px 0 0;
  }
  .invite .invite .market_button {
    margin-top: 32px;
  }
}
.lock_device form > p {
  margin: 4px 0 48px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #323232;
  letter-spacing: -0.2;
}
.lock_device .block_button {
  margin-top: 34px;
}
.lock_device .block_button button[disabled] {
  background: #B1B0B6;
}

.lock_device_info {
  margin: 40px 0 50px;
}

@media screen and (max-width: 877px) {
  .lock_device .pass_info {
    margin-bottom: 16px;
  }
  .lock_device .block_button {
    justify-content: center;
  }
}
.body_geo_page {
  height: 100vh;
  min-height: 500px;
  padding: 0;
}
.body_geo_page .main_container {
  padding-top: 87px;
  height: 100%;
}
.body_geo_page .wrapper {
  max-width: none;
}
.body_geo_page input:focus-visible, .body_geo_page input:focus {
  border: 1px solid #323232;
  outline: none;
}

.none {
  display: none;
}

.location {
  background-color: #ffffff;
  height: 100%;
  position: relative;
}

.geo_sidebar_head {
  position: absolute;
  top: 0;
  left: 0;
  width: 375px;
  z-index: 1200;
  padding: 0 16px 0 16px;
}
.geo_sidebar_head .geo_arrow_back {
  gap: 8px;
  cursor: pointer;
}
.geo_sidebar_head .geo_arrow_back p {
  font-size: 15px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #323232;
  letter-spacing: 0.2px;
}
.geo_sidebar_head button {
  padding: 0 10px;
  height: 56px;
  margin: 16px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 15px;
  background-color: #B1B0B6;
  max-width: 245px;
  font-size: 17px;
  line-height: 22px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  letter-spacing: -0.3px;
  width: auto;
}
.geo_sidebar_head button.active {
  border: 2px solid #323232;
  background-color: #ffffff;
  color: #323232;
}
.geo_sidebar_head button.not_active {
  display: flex;
}
.geo_sidebar_head .button_geo_with_tooltip {
  position: relative;
}
.geo_sidebar_head .button_geo_with_tooltip .tooltip {
  display: none;
  position: absolute;
  z-index: 1000;
  top: 64px;
  left: 0;
  width: 343px;
  padding: 8px 16px;
  background-color: #ffffff;
  font-size: 12px;
  line-height: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #323232;
  letter-spacing: 0.1px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12);
}
.geo_sidebar_head .button_geo_with_tooltip:hover .tooltip {
  display: flex;
  gap: 8px;
}
.geo_sidebar_head .button_geo_with_tooltip button[type=submit] {
  background-color: #B1B0B6;
  color: #ffffff;
  border: none;
  display: flex;
  align-items: center;
}
.geo_sidebar_head .geo_select_data {
  width: 100%;
  background-position: 310px;
  height: 50px;
  border: 1px solid #B1B0B6;
  border-radius: 12px;
  padding-left: 16px;
  font-size: 18px;
  line-height: 21px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #323232;
  letter-spacing: 0;
  background: url(../images/ico/calendar.svg) no-repeat 96% 50%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.geo_sidebar_head .geo_select_data:focus-visible {
  background: url(../images/ico/calendar_active.svg) no-repeat 96% 50%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.geo_tab_content {
  width: 100%;
}

.container_time {
  max-width: 375px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 0;
}

.defis_time {
  width: 22px;
  height: 3px;
  background-color: #000000;
  border-radius: 10px;
}

.my_select {
  position: relative;
}
.my_select input {
  width: 146px;
  height: 50px;
  border: 1px solid #B1B0B6;
  border-radius: 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding-left: 16px;
  font-size: 18px;
  line-height: 21px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #323232;
  letter-spacing: 0;
  background: url(../images/ico/sos_time.svg) no-repeat 90% 50%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.time_list {
  max-height: 0;
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  width: 146px;
  border-radius: 10px;
  overflow-y: auto;
  box-sizing: border-box;
  transition: all 0.5s;
  border: 0px solid #E5E5E5;
  background-color: #fff;
  z-index: 1100;
}
.time_list.active {
  max-height: 176px;
  border: 1px solid #E5E5E5;
}
.time_list li {
  cursor: pointer;
  padding: 10px 16px;
  color: #323232;
  font-size: 18px;
  line-height: 21px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #323232;
  letter-spacing: 0;
}
.time_list li:first-child {
  padding-top: 16px;
}
.time_list li:last-child {
  padding-bottom: 16px;
}
.time_list li.selected, .time_list li:hover {
  color: #fff;
  background-color: #323232;
}
.time_list::-webkit-scrollbar {
  /* 1 - скроллбар */
  width: 4px;
  height: 4px;
}
.time_list::-webkit-scrollbar-button {
  /* 2 - кнопка */
  width: 0;
}
.time_list::-webkit-scrollbar-thumb {
  /* 5 - ползунок */
  border-radius: 2px;
  background-color: #B1B0B6;
}

.coordinate_block:first-child .right_border:first-child {
  border: none;
}

.coordinate_block:last-child .right_border:last-child {
  border: none;
}

.coordinate_block {
  width: 100%;
  height: 82px;
  cursor: pointer;
}
.coordinate_block:hover, .coordinate_block.selected {
  background-color: #323232;
}
.coordinate_block:hover p, .coordinate_block.selected p {
  color: #ffffff;
}
.coordinate_block:hover .coordinate_info, .coordinate_block.selected .coordinate_info {
  border-bottom: none;
}
.coordinate_block .right_border {
  width: 35px;
  height: 41px;
  border-right: 1px dashed #B1B0B6;
}
.coordinate_block .coordinate_ico_valun {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url(../images/ico/geo_valun.svg);
  margin-left: -20px;
  margin-right: 12px;
  flex-shrink: 0;
}
.coordinate_block .coordinate_info {
  border-bottom: 1px solid #f6f6f6;
  height: 100%;
  width: 100%;
}
.coordinate_block .coordinate_title {
  font-size: 17px;
  line-height: 22px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #323232;
  letter-spacing: -0.408px;
  margin-bottom: 4px;
}
.coordinate_block .coordinate_date {
  font-size: 15px;
  line-height: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #B1B0B6;
  letter-spacing: -0.24px;
}

.geo_tabs {
  display: none;
  width: 100%;
}
.geo_tabs > div {
  width: 100%;
}
.geo_tabs > div.active p {
  color: #323232;
}
.geo_tabs > div.active .line_bottom {
  border: 2px solid #323232;
  background-color: #323232;
}
.geo_tabs p {
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #B1B0B6;
  letter-spacing: 0.2px;
  text-align: center;
  padding: 16px 0 9px;
}
.geo_tabs .line_bottom {
  height: 4px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #F6F6F6;
}

.geo_sidebar_list_coordinate {
  max-width: 375px;
  margin-top: 220px;
  width: 100%;
  overflow-y: auto;
  scrollbar-width: thin;
}

.all_coordinate {
  width: 100%;
}
.all_coordinate .coordinate_block:first-child .coordinate_ico_valun {
  width: 40px;
  height: 40px;
  background: url(../images/ico/geo__first_valun.svg) no-repeat center;
  background-size: contain;
}
.all_coordinate .error-block {
  margin-top: 16px;
  font-size: 17px;
  line-height: 22px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #323232;
  letter-spacing: -0.408px;
}

.geo_underline {
  margin: 16px auto 16px;
  text-underline-offset: 3px;
  align-self: flex-end;
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #323232;
  letter-spacing: 0.2px;
  text-decoration: underline;
  border: none;
  background: none;
  cursor: pointer;
}

.preloader_geo {
  margin: auto auto 16px;
  padding-top: 16px;
}

.location .info_status_geo {
  position: absolute;
  z-index: 2000;
  left: 375px;
  width: calc(100% - 375px);
}
.location .info_status_geo .close_info_status {
  margin: 0 0 0 auto;
  padding-left: 24px;
}

@media screen and (max-width: 1005px) {
  .body_geo_page .main_container {
    padding-top: 45px;
  }
}
@media screen and (max-width: 877px) {
  .geo_sidebar_head {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .geo_sidebar_head .button_geo_with_tooltip {
    position: static;
  }
  .geo_sidebar_head .button_geo_with_tooltip .tooltip {
    width: 344px;
    top: 80px;
    left: 50%;
    transform: translate(-50%, 0);
    border-left: 4px solid #323232;
    border-radius: 0px 8px 8px 0px;
    border-radius: 0px 8px 8px 0px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12);
  }
  .select_data_geo form {
    flex-direction: column;
  }
  .location {
    overflow: hidden;
  }
  .location .geo_tabs {
    display: flex;
  }
  .location .geo_tabs > div {
    cursor: pointer;
  }
  .location .geo_tab_content {
    position: absolute;
    width: 100%;
    bottom: 0;
    margin-top: 0;
    top: 277px;
    bottom: 0;
    height: auto;
    transition: all 0.5s;
  }
  .location .geo_sidebar_list_coordinate {
    left: -100vw;
  }
  .location .container_only_map {
    right: -100vw;
  }
  .location .geo_sidebar_list_coordinate.active {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .location .container_only_map.active {
    right: 0;
  }
  .location .info_status_geo {
    left: 50%;
    top: 80px;
    width: 92%;
    transform: translate(-50%, 0);
  }
  .location .info_status_geo p {
    padding-right: 24px;
  }
  .location .info_status_geo .close_info_status {
    position: absolute;
    top: 8px;
    right: 8px;
    margin: 0;
  }
  .location .geo_tab_content {
    position: absolute;
    width: 100%;
    top: 277px;
    bottom: 0;
    margin-top: 0;
    height: auto;
    transition: all 0.5s;
  }
  .location .geo_sidebar_list_coordinate {
    left: -100vw;
  }
  .location .container_only_map {
    right: -100vw;
  }
  .location .geo_sidebar_list_coordinate.active {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .location .container_only_map.active {
    right: 0;
  }
}
.main_sos {
  position: absolute;
  top: 87px;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #ffffff;
}

.sos_page_tabs {
  display: none;
}

.sos_page_preloader {
  width: 100%;
  margin: 0;
  padding: 16px 0;
}

.sos_page_tab_underline {
  width: 100%;
  height: 4px;
  border-radius: 6px;
}
.sos_page_tab_underline.active {
  background-color: #323232;
}

.sos_page_sidebar {
  overflow: auto;
  height: 100%;
  width: 375px;
}
.sos_page_sidebar .sos_coordinate {
  position: relative;
  min-height: 82px;
  max-width: 375px;
  cursor: pointer;
  width: 100%;
  flex-shrink: 0;
}
.sos_page_sidebar .sos_coordinate.active, .sos_page_sidebar .sos_coordinate:hover {
  background-color: #323232;
}
.sos_page_sidebar .sos_coordinate.active .sos_address, .sos_page_sidebar .sos_coordinate:hover .sos_address {
  border-bottom: 1px solid #323232;
}
.sos_page_sidebar .sos_coordinate.active .sos_address address, .sos_page_sidebar .sos_coordinate.active .sos_address time, .sos_page_sidebar .sos_coordinate.active .sos_address span, .sos_page_sidebar .sos_coordinate:hover .sos_address address, .sos_page_sidebar .sos_coordinate:hover .sos_address time, .sos_page_sidebar .sos_coordinate:hover .sos_address span {
  color: #ffffff;
  text-align: left;
}
.sos_page_sidebar .sos_coordinate.sos_point .sos_user_img {
  background: #F6F6F6 url("../images/ico/sos_red_ico.svg") center;
}
.sos_page_sidebar .sos_coordinate.last_point .sos_user_img {
  background: #F6F6F6 url("../images/ico/last_ico_sos_list.svg") center;
}
.sos_page_sidebar .sos_coordinate .sos_ico_show_more {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translate(0, -50%);
  overflow: hidden;
  background: #F6F6F6 url("../images/ico/sos_ico_show_more.svg") center;
}
.sos_page_sidebar .sos_coordinate .sos_user_img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translate(0, -50%);
  overflow: hidden;
  background: #F6F6F6 url("../images/ico/sos_point.svg") center;
}
.sos_page_sidebar .sos_coordinate .sos_user_img img {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  overflow: hidden;
}
.sos_page_sidebar .sos_coordinate .ico_show_more {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translate(0, -50%);
  overflow: hidden;
  background: #F6F6F6 url("../images/ico/sos_ico_show_more.svg") center;
}
.sos_page_sidebar .sos_coordinate .right_border_sos {
  width: 36px;
  flex-shrink: 0;
}
.sos_page_sidebar .sos_coordinate .right_border_sos > div {
  border-right: 1px dashed #B1B0B6;
  width: 100%;
  height: 50%;
}
.sos_page_sidebar .sos_coordinate .sos_address {
  margin-left: 32.5px;
  border-bottom: 1px solid #F6F6F6;
  padding: 18px 35px 17px 0;
  width: 100%;
}
.sos_page_sidebar .sos_coordinate .sos_address address {
  font-size: 17px;
  line-height: 22px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #323232;
  letter-spacing: -0.408px;
  margin-bottom: 4px;
}
.sos_page_sidebar .sos_coordinate .sos_address time, .sos_page_sidebar .sos_coordinate .sos_address span {
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #B1B0B6;
  letter-spacing: -0.24px;
}
.sos_page_sidebar .sos_coordinate.sos_point .right_border_sos > div:last-child {
  border-right: none;
}
.sos_page_sidebar > div:nth-last-child(2) .right_border_sos div:nth-child(2) {
  border: none;
}
.sos_page_sidebar > div:first-child .right_border_sos div:nth-child(1) {
  border: none;
}
.sos_page_sidebar .sos_coord_and_show_more {
  width: 100%;
  max-width: 375px;
}
.sos_page_sidebar .sos_coord_and_show_more .sos_coordinate:hover,
.sos_page_sidebar .sos_coord_and_show_more .sos_coordinate.active {
  background: none;
}
.sos_page_sidebar .sos_page_show_more {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #323232;
  letter-spacing: 0.2px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.sos_page_sidebar .sos_page_preloader, .sos_page_sidebar .sos_page_show_more {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.sos_page_sidebar .sos_page_botoom_24hours {
  font-size: 12px;
  line-height: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #B1B0B6;
  letter-spacing: 0;
  padding: 21px 5px 24px;
  text-align: center;
}

.sos_page_map {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1005px) {
  .main_sos {
    top: 45px;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .sos_page_tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    box-shadow: 0px 0.914px 5.943px 0px #E5E5E5;
  }
  .sos_page_tabs p {
    font-size: 16px;
    line-height: 24px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #323232;
    letter-spacing: 0.2px;
    padding: 12px 0;
    text-align: center;
    width: 100%;
    cursor: pointer;
  }
  .sos_page_container {
    /*overflow: hidden;*/
    width: 200%;
    transition: all 1s;
    height: calc(100% - 52px);
  }
  .sos_page_container .sos_page_list_coordinate,
  .sos_page_container .sos_page_sidebar {
    width: 100%;
  }
  .sos_page_container .sos_page_list_coordinate .sos_page_sidebar,
  .sos_page_container .sos_page_sidebar .sos_page_sidebar {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sos_page_container.show_map {
    margin-left: -100%;
  }
}
.absolut {
  position: absolute;
  top: -10000px;
}

label.input_checked {
  display: block;
  background: url("../images/ico/input_check.png");
  width: 24px;
  height: 24px;
  position: relative;
  margin: 0;
}
label.input_checked span {
  display: none;
  width: 24px;
  height: 24px;
  background: url("../images/ico/input_checked.png");
  position: absolute;
  top: 0;
  left: 0;
}
label.input_checked input:checked + span {
  display: block;
}

input[type=checkbox] {
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #323232;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.defis {
  width: 20px;
  border-top: 3px solid #000000;
  margin: 8px;
}

form .datepicker {
  cursor: pointer;
  padding: 14px 40px 14px 16px;
  height: 50px;
  width: 295px;
  border-radius: 10px;
  font-size: 18px;
  line-height: 21px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #323232;
  letter-spacing: 0;
  background: url("../images/ico/calendar.svg") no-repeat 255px 50%;
  border: 1px solid #B1B0B6;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
form .datepicker:focus, form .datepicker:focus-visible {
  border: 1px solid #323232;
  outline: none;
}

.form__group {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 32px;
  max-width: 343px;
  width: 100%;
}
.form__group:has(.validate_error) > input {
  border-color: #EB5757;
}
.form__group:has(.validate_error.hide) > input {
  border: 1px solid #b1b0b6;
}
.form__group .form__label {
  position: absolute;
  top: 16px;
  width: 100%;
  padding-left: 16px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #B1B0B6;
  letter-spacing: 0.1px;
  transition: all 0.3s;
}
.form__group .form__control {
  padding: 23px 16px 7px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #323232;
  letter-spacing: 0.2px;
  border: 1px solid #DADADA;
  border-radius: 9px;
  margin-bottom: 6px;
  z-index: 10;
  background: none;
}
.form__group .form__control[readonly] {
  color: #B1B0B6;
}
.form__group .form__control[type=password] {
  padding-right: 50px;
}
.form__group .form__control:not(:-moz-placeholder-shown) ~ .form__label {
  /* в input есть значение */
  top: 8px;
  font-size: 12px;
  line-height: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #B1B0B6;
  letter-spacing: -0.408px;
  font-size: 12px;
  font-style: normal;
  line-height: 16px; /* 133.333% */
  letter-spacing: 0.1px;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.form__group .form__control:not(:placeholder-shown) ~ .form__label {
  /* в input есть значение */
  top: 8px;
  font-size: 12px;
  line-height: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #B1B0B6;
  letter-spacing: -0.408px;
  font-size: 12px;
  font-style: normal;
  line-height: 16px; /* 133.333% */
  letter-spacing: 0.1px;
  transition: all 0.3s;
}
.form__group p {
  margin-bottom: 2px;
  font-size: 12px;
  line-height: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #B1B0B6;
  letter-spacing: 0;
}
.form__group p.validate_error {
  color: #eb5757;
}
.form__group p.pass_info {
  background: url(../images/ico/check_def.svg) no-repeat;
  padding-left: 28px;
}
.form__group p.pass_info.validate_ok {
  color: #323232;
  background: url(../images/ico/check_ok.svg) no-repeat;
}
.form__group p.pass_info.validate_error {
  color: #eb5757;
  background: url(../images/ico/check_err.svg) no-repeat;
}
.form__group p.pass_info.validate_text_no_check {
  background: none;
  padding-left: 0;
}

.form__group.form__group--active > .eye {
  background: url("../images/ico/hide_pass_active.svg");
}

.form__group.form__group--active > .eye:active {
  background: url("../images/ico/show_pass_active.svg");
}

.form__control:focus {
  outline: none;
}

.form__control:-webkit-autofill + label.form__label {
  top: 8px;
  font-size: 12px;
  font-style: normal;
  line-height: 16px; /* 133.333% */
  letter-spacing: 0.1px;
  transform: translateX(0) translateY(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.form__control:focus + label.form__label,
.form__control:-webkit-autofill + label.form__label,
.form__control:autofill + label.form__label {
  top: 8px;
  font-size: 12px;
  font-style: normal;
  line-height: 16px; /* 133.333% */
  letter-spacing: 0.1px;
  transform: translateX(0) translateY(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.eye {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 14px;
  left: 90%;
  transform: translate(-50%, 0);
  padding: 12px;
  background: url("../images/ico/hide_pass.svg") no-repeat center;
  z-index: 100;
  cursor: pointer;
}
.eye:active {
  background: url("../images/ico/show_pass.svg") no-repeat center;
}

.text_required {
  font-size: 14px;
  line-height: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #323232;
  letter-spacing: -0.2px;
}

.sos_container {
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 87px;
  min-height: 285px;
}

.sos_mobmenu_coordinate {
  background-color: #ffffff;
  width: 375px;
}

.geo_sos_sidebar {
  overflow: auto;
  height: calc(100% - 60px);
}
.geo_sos_sidebar .sos_coordinate {
  position: relative;
  cursor: pointer;
}
.geo_sos_sidebar .sos_coordinate.active {
  background-color: #323232;
}
.geo_sos_sidebar .sos_coordinate.active .sos_address {
  border-bottom: none;
}
.geo_sos_sidebar .sos_coordinate.active .sos_address address,
.geo_sos_sidebar .sos_coordinate.active .sos_address time {
  color: #ffffff;
  text-align: left;
}
.geo_sos_sidebar .sos_coordinate.active .right_border_sos > div {
  border: none;
}
.geo_sos_sidebar .sos_coordinate.sos_point .sos_user_img {
  background: #F6F6F6 url("../images/ico/sos_red_ico.svg") center;
}
.geo_sos_sidebar .sos_coordinate.last_point .sos_user_img {
  background: #F6F6F6 url("../images/ico/last_ico.svg") center;
}
.geo_sos_sidebar .sos_coordinate .sos_user_img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translate(0, -50%);
  overflow: hidden;
  background: #F6F6F6 url("../images/ico/sos_point.svg") center;
}
.geo_sos_sidebar .sos_coordinate .sos_user_img img {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  overflow: hidden;
}
.geo_sos_sidebar .sos_coordinate .right_border_sos {
  width: 36px;
  flex-shrink: 0;
}
.geo_sos_sidebar .sos_coordinate .right_border_sos > div {
  border-right: 1px dashed #B1B0B6;
  width: 100%;
  height: 50%;
}
.geo_sos_sidebar .sos_coordinate .sos_address {
  margin-left: 32.5px;
  border-bottom: 1px solid #F6F6F6;
  padding: 18px 35px 18px 0;
  width: 100%;
}
.geo_sos_sidebar .sos_coordinate .sos_address address {
  font-size: 17px;
  line-height: 22px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #323232;
  letter-spacing: -0.408px;
  margin-bottom: 4px;
}
.geo_sos_sidebar .sos_coordinate .sos_address time {
  font-size: 15px;
  line-height: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #B1B0B6;
  letter-spacing: -0.24px;
}
.geo_sos_sidebar > div:last-child .right_border_sos div:nth-child(2) {
  border: none;
}
.geo_sos_sidebar > div:first-child .right_border_sos div:nth-child(1) {
  border: none;
}

.sos_mobmenu_coordinate .sos_mobmenu_botoom_coordinate {
  padding: 24px 0 16px;
  margin: 0;
  width: 375px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffffff;
}
.sos_mobmenu_coordinate .sos_mobmenu_botoom_coordinate .paginator_key {
  margin: 0 0 24px 0;
}
.sos_mobmenu_coordinate p {
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #B1B0B6;
  letter-spacing: 0;
}
.sos_mobmenu_coordinate .sos_address p {
  text-align: left;
  font-size: 15px;
  line-height: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #B1B0B6;
  letter-spacing: -0.24px;
}

.sos_point.active p {
  color: #ffffff;
}

.geo_sos_map {
  position: absolute;
  left: 375px;
  top: 0;
  bottom: 0;
  right: 0;
}

.header_sos {
  position: static;
  box-shadow: none;
}
.header_sos .wrapper {
  width: 100%;
}

.ups_sos {
  padding: 0 16px;
  min-height: calc(100vh - 87px);
  background-color: #ffffff;
}
.ups_sos img {
  margin-bottom: 32px;
}
.ups_sos h3 {
  font-size: 27px;
  line-height: 36px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #323232;
  letter-spacing: 0;
  margin-bottom: 12px;
  text-align: center;
}
.ups_sos p {
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #B1B0B6;
  letter-spacing: 0.2px;
  text-align: center;
}

.page404 {
  padding: 187px 0 100px;
  text-align: center;
}
.page404 img {
  width: 100%;
  max-width: 388px;
}
.page404 h1 {
  font-size: 27px;
  line-height: 36px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #323232;
  letter-spacing: 0;
  margin: 32px auto 16px;
}
.page404 p {
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #B1B0B6;
  letter-spacing: 0.2px;
  max-width: 832px;
  margin: 0 auto 24px;
}

@media screen and (max-width: 1004px) {
  .sos_container {
    top: 45px;
  }
  .ups_sos {
    min-height: calc(100vh - 45px);
  }
  .ups_sos img {
    margin-top: 32px;
  }
  .ups_sos p {
    margin-bottom: 32px;
  }
  .sos_mobmenu_coordinate {
    display: none;
  }
  .sos_mobmenu_coordinate.show {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: block;
    z-index: 2000;
    padding-bottom: 16px;
  }
  .geo_sos_sidebar {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
  }
  .geo_sos_map {
    left: 0;
  }
}
@media screen and (max-width: 877px) {
  form .defis {
    display: none;
  }
  form #from_date {
    margin-bottom: 8px;
  }
  .page404 {
    padding: 95px 0 20px;
  }
}
.fade-in {
  animation: fadeIn ease 0.5s;
  -webkit-animation: fadeIn ease 0.5s;
  -moz-animation: fadeIn ease 0.5s;
  -o-animation: fadeIn ease 0.5s;
  -ms-animation: fadeIn ease 0.5s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-out {
  animation: fadeOut ease 0.5s;
  -webkit-animation: fadeOut ease 0.5s;
  -moz-animation: fadeOut ease 0.5s;
  -o-animation: fadeOut ease 0.5s;
  -ms-animation: fadeOut ease 0.5s;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.over_lay {
  display: none;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.over_lay.active {
  display: block;
  z-index: 500;
}

.loader {
  --size: 24px;
  height: var(--size);
  width: var(--size);
  position: relative;
  animation: spin 1s infinite steps(var(--count));
}

.loader span {
  border: none;
  position: absolute;
  height: 8px;
  border-radius: 12px;
  width: 2px;
  background: grey;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(calc(360 / var(--count) * var(--index) * 1deg)) translate(0, -125%);
  opacity: calc(var(--index) / var(--count));
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.card_package .card_package_price h2 {
  font-size: 70px;
}

#popup_del_user_photo p {
  display: none;
}

/*label[for="additional_phone"]::after{
    content: '*';
}*/
.logo_kcell span {
  flex-grow: 0;
}
.logo_kcell h5 {
  font-size: 12.856px;
  line-height: 110%;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #323232;
  letter-spacing: -0.174px;
  width: -moz-min-content;
  width: min-content;
  margin-right: 9px;
  text-align: left;
}
.logo_kcell img {
  margin-right: 9px;
}

.lang_switcher_desktop .lang_now img:nth-child(3) {
  transition: 0.3s;
  margin-left: 8px;
}

@media screen and (max-width: 1005px) {
  body .main_container {
    padding-top: 142px;
  }
  header .wrapper {
    height: 92px;
    padding-top: 16px;
    align-items: self-start;
  }
  .logo_kcell {
    flex-direction: column;
    gap: 9.38px;
    margin-bottom: 18px;
  }
  .logo_kcell span:last-child img:nth-child(2) {
    height: 8, 4px;
  }
  .logo_kcell span:last-child img:nth-child(4) {
    height: 8, 4px;
  }
  .logo_kcell span:last-child img:first-child {
    display: none;
  }
  .logo_kcell span:first-child img:first-child {
    width: 36px;
    height: 36, 7px;
  }
  .logo_kcell h5 {
    font-size: 12.07px;
    line-height: 110%;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #323232;
    letter-spacing: -0.163px;
  }
  .nav-toggle {
    margin-left: auto;
    margin-top: 3px;
  }
  .mob_menu {
    top: 92px;
  }
  .body_geo_page .main_container {
    padding-top: 92px;
  }
  .sos_container {
    top: 92px;
  }
  .ups_sos {
    min-height: calc(100vh - 92px);
  }
  .main_sos {
    top: 92px;
  }
}
.header_sos .nav-toggle {
  margin-left: 0;
}

@media screen and (max-width: 800px) {
  body {
    padding-bottom: 558px;
  }
}
