:root {
  --amount-button-size: 44px;
  --amount-buttons-width: 168px;
  --orange: #ff7834;
  --green: #43B02A;
  --darkGray: #383838;
  --red: #FF5252;
  --modal-max-width: 480px;
  --header-desktop-height: 100px;
  --header-info-desktop-height: 40px;
}

@font-face {
    font-family: dinpro;
    src: local('DINPro'),url("fonts/DINPro.woff2") format("woff2"),url(fonts/DINPro.ttf) format("truetype");
    font-display:swap;
}

@font-face {
    font-family: dinpro-black;
    src: local('DINPro-Black'),url("fonts/DINPro-Black.woff2") format("woff2"),url(fonts/DINPro-Black.ttf) format("truetype");
    font-display:swap;
}

@font-face {
    font-family: dinpro-bold;
    src: local('DINPro-Black'),url("fonts/DINPro-Bold.woff2") format("woff2"),url(fonts/DINPro-Bold.ttf) format("truetype");
    font-display:swap;
}

@font-face {
    font-family: dinpro-light;
    src: local('DINPro-Light'),url("fonts/DINPro-Light.woff2") format("woff2"),url(fonts/DINPro-Light.ttf) format("truetype");
    font-display:swap;
}

@font-face {
    font-family: dinpro-medium;
    src: local('DINPro-Medium'),url("fonts/DINPro-Medium.woff2") format("woff2"),url(fonts/DINPro-Medium.ttf) format("truetype");
    font-display:swap;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}


*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  user-select: none;
  /*-webkit-user-select: none;*/
  /*-webkit-touch-callout: none;*/
}


:focus,
:active {
  outline: none;
}
a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: 'DINPro', sans-serif;
  user-select: none;
  touch-action: pan-y;
}

img {
  -webkit-user-drag: none;
}


input,
button,
textarea {
  font-family: inherit;
}


input::-ms-clear {
  display: none;
}
button {
  cursor: pointer;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

[class*="copyrights-pane"] {
  display: none !important;
}

::-webkit-scrollbar-thumb {
  background-color: #909090;
  border-radius: 10px;
  width: 10px;
  border: 4px solid #fff;
}

::-webkit-scrollbar {
  width: 13px;
}

.img-svg path {
  fill: #fff;
}

.CircularProgressbar-path {
  stroke: #f98f54 !important;
}

.CircularProgressbar-trail {
  stroke: #BDBDBD !important;
}

.CircularProgressbar-text {
  fill: yellow;
}

.CircularProgressbar-background {
  fill: green;
}

.fake-shadow {
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
  width: 100%;
  height: 5px;
}
input:focus::placeholder {
  color: transparent !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

.ymaps-2-1-79-balloon-pane {
  display: none !important;
  z-index:-999999999999999999 !important;
  opacity: 0 !important;
  height: 0px !important;
  width: 0px !important;
}