body {
  font-family: ui-monospace, system-ui, fantasy;
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
  cursor: pointer;-webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  background-size: cover;
/*  height: calc(100% - 85px);*/
/*min-height: calc(100vh - 60px);*/
  margin: 0px;overscroll-behavior: none;
/*  background: #f4f4f4;*/
}

* {
  touch-action: manipulation; /* масштабирование при двойном тапе не происходит */
  margin: 0;
  padding: 0;
}


.button {
  user-select: none;
  -webkit-user-select: none;
}

.none_select {
  user-select: none;
  -webkit-user-select: none;
}

a {
  text-decoration: none;
/*  pointer-events: none*/
}

input {
  outline: none;
}

textarea {
  outline: none;resize: none;
}

.div_svg > svg {
  height: inherit !important;
  width: inherit !important;
}

.div_svg {
  display: flex;
  align-items: center;
}

.a_c {
  position: relative;
  overflow: hidden;
}

span.ripple {
  position: absolute; /* The absolute position we mentioned earlier */
  border-radius: 50%;
  transform: scale(0);
  animation: ripple 1000ms 1;
  background-color: #00000045;
}

@keyframes ripple {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

::-webkit-contacts-auto-fill-button {
    opacity: 0;
}



.content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
}

.content_section {
  height: 100%;padding-top: 1px;
  min-height: calc(100vh - 260px);
}

@media (min-width: 0px) {
  .content {
    margin-top: 130px;
    height: calc(100% - 130px);
  }
}
@media (min-width: 1000px) {
  .content {
    margin-top: 80px;
    height: calc(100% - 80px);
  }
}


.scroll {
  overflow: auto;-ms-overflow-style: none;scrollbar-width: none;
  overflow: auto;
  -ms-overflow-style: none;*/
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.scroll::-webkit-scrollbar {
  width: 0; height: 0;
}

.preloader {
  height: calc(100%);
  width: 100%;
  position: fixed;
  left: 0px;
  z-index: 100003;
  top: 0px;
}

.preloader > :nth-child(1 of div) {
  opacity: 0.1;
  background: #000;
  height: 100%;
}

.hide_preloader {
  display: none;
}


.loader {
/*  height: 34px;*/
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid #93db2a;
  animation:
    l20-1 0.8s infinite linear alternate,
    l20-2 1.6s infinite linear;
}
@keyframes l20-1{
   0%    {clip-path: polygon(50% 50%,0       0,  50%   0%,  50%    0%, 50%    0%, 50%    0%, 50%    0% )}
   12.5% {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100%   0%, 100%   0%, 100%   0% )}
   25%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 100% 100%, 100% 100% )}
   50%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
   62.5% {clip-path: polygon(50% 50%,100%    0, 100%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
   75%   {clip-path: polygon(50% 50%,100% 100%, 100% 100%,  100% 100%, 100% 100%, 50%  100%, 0%   100% )}
   100%  {clip-path: polygon(50% 50%,50%  100%,  50% 100%,   50% 100%,  50% 100%, 50%  100%, 0%   100% )}
}
@keyframes l20-2{ 
  0%    {transform:scaleY(1)  rotate(0deg)}
  49.99%{transform:scaleY(1)  rotate(135deg)}
  50%   {transform:scaleY(-1) rotate(0deg)}
  100%  {transform:scaleY(-1) rotate(-135deg)}
}

.mouse {
  transition: background 200ms, color 200ms, fill 200ms;
}



/*select*/
.wrapper_select {
  position: relative;
}

.wrapper_select_title {
  font-weight: 600;margin-bottom: 10px;font-size: 17px;
}

.wrapper_select_selected {
  align-items: center;gap: 5px;padding: 15px;border-width: 2px;border-style: solid;border-radius: 5px;border-color: #aeaeae;color: #555;display: flex; justify-content: space-between;
}

[for=select].active > .wrapper_select_selected {
  border-color: #7cc440;
}

.select_ico {
  width: 17px;height: 17px; transition: transform 100ms linear;
}

[for=select].active > .wrapper_select_selected > .select_ico {
  transform: rotate(180deg);
}

[for=select].active + .select_list {
  display: block;
}

.select_list {
  display: none;min-width: max-content;
  width: 100%; position: absolute;z-index: 1; overflow: hidden;box-shadow: 0 2px 16px rgba(0, 0, 0, 0.21);margin-top: 5px;border-radius: 5px;background: white;color: #646464;
}

.select_list > div {
  padding: 20px;border-bottom-width: 1px; border-bottom-style: solid; border-color: #b9b9b930;padding-bottom: 17px; padding-top: 17px;
}

.select_list > :last-child {
  border-bottom-width: 0px;
}

.checkbox {
  display: flex;
}
.checkbox_location {
  min-width: 16px;
  min-height: 16px;
  width: 16px;
  height: 16px;
  border-style: solid;
  border-radius: 5px;
  border-color: #a0a0a0;
  border-width: 3px;
}
.checkbox_mark {
  display: flex;padding: 3px;display: none;
}
.checkbox_mark > svg {
  width: 10px;height: 10px;
}
.checkbox_label {
  color: inherit !important;
  display: flex;
  align-items: center;font-size: 14px;margin-left: 10px;position: relative;-webkit-touch-callout: none;  -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
}

.checkbox.active > .checkbox_location {
  border-color: #7cc440;
  background: #7cc440;
}
.checkbox.active > .checkbox_location > .checkbox_mark {
  display: flex;fill: white;
}




.toggle {
  display: flex;justify-content: space-between;align-items: center;
  padding: 15px;padding-bottom: 10px;padding-top: 10px;background: white;padding-left: 25px;position: relative;
}

.toggle_wrapper {
  width: 40px;
  min-width: 40px;
background: #dbdbdb;
border-radius: 30px;
height: 15px;
position: relative;
display: flex;
align-items: center;
}

.toggle_btn {
  position: absolute;
z-index: 1;
transition: left 500ms ease 0s, right 500ms ease 0s, background 500ms ease 0s;
background: rgb(174, 174, 174);
border-radius: 50px;
padding: 2px;
height: 15px;
width: 15px;
right: calc(100% - 20px);
}

.toggle_btn_active {
  right: 0px;
background: #5152d5;
}











