@charset "UTF-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0 auto;
  padding: 0px;
  -webkit-outline: none;
  outline: none;
  position: relative;
  min-width: 320px;
  max-height: 1000000px;
  min-height: 100vh;
  text-decoration-skip: objects;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

:focus,
:active,
:hover,
:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  -webkit-focus-ring-color: rgba(0, 0, 0, 0) !important;
  -webkit-outline: none;
  outline: none;
}

ul,
ol {
  list-style-position: inside;
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

li {
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

iframe {
  display: block;
  border: none;
}

img {
  display: block;
  border: none;
  max-width: 100%;
}

textarea {
  white-space: pre-wrap;
  resize: none;
}

button,
select {
  display: block;
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-family: inherit;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-transform: none;
}

button {
  width: auto;
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border: none;
  padding: 0;
}

[type=search],
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  -webkit-outline: none;
  outline: none;
}

[type=search]::-webkit-search-decoration,
::-webkit-file-upload-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[hidden],
::-ms-clear,
area {
  display: none;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

legend {
  display: block;
  padding: 0;
}

menu,
dir {
  list-style: none;
  margin: 0;
  padding: 0;
}

::-webkit-input-placeholder {
  color: inherit;
}

:-ms-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-moz-placeholder {
  color: inherit;
}

:-moz-placeholder {
  color: inherit;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  -webkit-outline: none;
  outline: none;
}

[type=date]::-webkit-inner-spin-button {
  display: none;
}

[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

body {
  width: 100%;
  max-width: 1920px;
  font-family: "Outfit";
  background-color: #000000;
  color: white;
  background-image: url("../img/bg_bg.jpg");
  background-position: center 0;
  overflow: hidden;
}
body.load {
  overflow-x: hidden;
  overflow-y: auto;
}

.container {
  padding: 0 5px;
  margin: 0 auto;
  width: 1400px;
}

.pageWrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  min-height: 100vh;
}

.cabWrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  min-height: 100vh;
}
.cabWrapper main {
  margin-top: -21px;
  padding-bottom: 90px;
}
.cabWrapper .pagination ul li {
  margin: 0 10px;
}
.cabWrapper .pagination ul li .link {
  font-size: 16px;
  width: 35px;
  height: 35px;
  line-height: 35px;
}

a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

b,
strong {
  color: inherit;
  font-weight: 600;
}

::selection {
  color: white;
  background-color: #000000;
  -webkit-text-fill-color: white;
}

.ui-widget,
input,
textarea,
button {
  font-family: "Outfit";
}

::selection {
  background: #DC052D;
  color: white;
}

.tabs {
  padding: 0;
  margin: 0;
  border: 0 !important;
  background: transparent;
}
.tabs .listLinks {
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
}
.tabs .listLinks li {
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  position: relative;
}
.tabs .listLinks li.ui-tabs-active {
  padding: 0;
  margin: 0;
}
.tabs .listLinks::before, .tabs .listLinks::after {
  display: none;
}
.tabs .tabsBody {
  width: 100%;
  padding: 0;
  margin: 0;
}

.logo {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.logo > a,
.logo .invisBtn {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  cursor: pointer;
}
.logo img {
  width: 100%;
}
.logo:hover {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  -o-filter: blur(2px);
  filter: blur(2px);
}

.invisLink {
  position: relative;
  z-index: 1;
}
.invisLink > a,
.invisLink .invisBtn {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  cursor: pointer;
}

.selectric {
  background: transparent;
  border: solid 2px #DC052D;
  height: 40px;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.selectric .label {
  font-size: 14px;
  font-weight: 300;
  color: white;
}
.selectric .button {
  background: transparent;
  background-image: url("../img/arrow_selectric.png");
  background-position: center;
  background-repeat: no-repeat;
}
.selectric .button:after {
  display: none;
}

.selectric-items {
  background-color: #101638;
  border: solid 2px #DC052D;
  border: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.selectric-items ul li {
  font-size: 13px;
  color: white;
  padding: 10px 20px;
}
.selectric-items ul li.selected {
  background-color: #e81010;
  color: white;
}
.selectric-items ul li:hover {
  background-color: #DC052D;
  color: white;
}

.copyMessage {
  display: none;
  position: absolute;
  left: 50%;
  text-align: center;
  color: white;
  background-color: #DC052D;
  padding: 5px 10px;
  font-size: 14px;
  z-index: 5;
  white-space: nowrap;
  min-width: 140px;
  margin-left: -70px;
  top: auto;
}

.icViewPass {
  cursor: pointer;
  position: absolute;
  right: 20px;
  bottom: 9px;
  font-size: 20px;
}
.icViewPass.click {
  filter: grayscale(90%);
}

.menuBurger {
  display: none;
  position: absolute;
  right: 10px;
  top: 71px;
  width: 49px;
  z-index: 9;
}
.menuBurger.open span:nth-child(1) {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 15px;
}
.menuBurger.open span:nth-child(2) {
  opacity: 0;
}
.menuBurger.open span:nth-child(3) {
  opacity: 0;
}
.menuBurger.open span:nth-child(4) {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -15px;
}
.menuBurger span {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  background-color: white;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.menuBurger span + span {
  margin-top: 8px;
}

.modalsScroll {
  overflow: auto;
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: none;
}
.modalsScroll .modals {
  height: 100vh;
  width: 100%;
  border: 0;
}
.modalsScroll .modals.table {
  display: table;
}
.modalsScroll .modals .tCell {
  padding: 100px 15px 80px;
  overflow: auto;
  display: table-cell;
  vertical-align: middle;
}
.modalsScroll.open {
  z-index: 99;
  display: block;
}
.modalsScroll .closeModal {
  outline: none;
  cursor: pointer;
  z-index: 30;
  position: absolute;
  right: 6px;
  top: 12px;
  text-decoration: none;
  font-size: 35px;
  width: 25px;
  height: 25px;
  padding: 0;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.modalsScroll .closeModal span {
  position: relative;
  height: 2px;
  display: block;
  width: 100%;
  top: 8px;
  background-color: #DC052D;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
.modalsScroll .closeModal span + span {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 6px;
}
.modalsScroll .closeModal:hover span {
  background-color: #e81010;
}
.modalsScroll .overlayModal {
  z-index: 4;
  position: fixed;
  background-color: #0f1433;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
  opacity: 0.87;
}
.modalsScroll .blockMod {
  position: relative;
  z-index: 5;
  display: none;
  margin: 0 auto;
  border: solid 2px #DC052D;
  border-top: 0;
  max-width: 677px;
}
.modalsScroll .modalsContent {
  /*background-image: url("../img/bgmodals.jpg");*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 88px 82px;
  -webkit-box-shadow: 0px 10px 55px 0px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 10px 55px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 10px 55px 0px rgba(0, 0, 0, 0.55);
}
.modalsScroll .modalsContent:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-image: url("../img/back-modal.png");
  background-position: center;
  background-repeat: no-repeat;
  top: -78px;
  left: 50%;
  width: 682px;
  height: 81px;
  margin-left: -337px;
  pointer-events: none;
}
.modalsScroll .modalsContent .iconBl {
  position: absolute;
  left: 50%;
  top: -45px;
  background-color: #323f68;
  width: 90px;
  height: 87px;
  font-size: 50px;
  margin-left: -45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modalsScroll .modalsContent .capModal {
  font-size: 20px;
  letter-spacing: 0.2em;
  color: #DC052D;
  font-weight: 600;
  display: block;
  text-align: center;
  text-transform: uppercase;
}
.modalsScroll .modalsContent .titleBlock {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  min-height: 260px;
  text-align: center;
  position: relative;
  top: 9px;
}
.modalsScroll .modalsContent .titleBlock .desc {
  width: 100%;
}
.modalsScroll .modalsContent .titleBlock .cap {
  width: 100%;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 0.2em;
  line-height: 44px;
}

.payIcon {
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 15px;
  display: block;
}

.selectric-selectricPic .selectric-items ul li {
  padding: 6px 4px;
}

.ui-datepicker {
  background-color: #DC052D;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  border-top: solid 3px #323f68;
  width: 320px;
}
.ui-datepicker .ui-datepicker-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  background: transparent;
  border: 0;
}
.ui-datepicker .ui-datepicker-prev {
  cursor: pointer;
  width: 31px;
  overflow: hidden;
  color: transparent;
  order: 2;
  background: transparent;
  border: 0;
  background-image: url("../img/arrow_left.png");
  background-position: left center;
  background-repeat: no-repeat;
  top: 9px;
  left: 15px;
}
.ui-datepicker .ui-datepicker-next {
  cursor: pointer;
  width: 31px;
  overflow: hidden;
  color: transparent;
  order: 0;
  background: transparent;
  border: 0;
  background-image: url("../img/arrow_right.png");
  background-position: right center;
  background-repeat: no-repeat;
  top: 9px;
  right: 15px;
}
.ui-datepicker .ui-datepicker-title {
  order: 1;
  color: black;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
  color: white;
  background-color: black;
  font-weight: bold;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  padding: 15px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
  display: block;
  font-size: 16px;
  margin: 0 3px;
}

.ui-datepicker-calendar thead tr th {
  color: black;
}
.ui-datepicker-calendar tbody tr td {
  background: transparent;
  padding: 5px;
}
.ui-datepicker-calendar tbody tr td .ui-state-default {
  color: black;
  border: 0 !important;
  background: transparent !important;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  padding: 5px;
}
.ui-datepicker-calendar tbody tr td .ui-state-default:hover {
  background-color: white !important;
  color: white;
}
.ui-datepicker-calendar tbody tr td.ui-state-disabled {
  opacity: 0.33;
}
.ui-datepicker-calendar tbody tr td.ui-datepicker-today a {
  color: white;
}

.ui-datepicker select.ui-datepicker-month {
  padding: 6px !important;
  font-size: 13px;
}

.rulesList .rulesItem .numberInvis, .textTokenInvis {
  pointer-events: none;
  position: absolute;
  color: #DC052D;
  opacity: 0.09;
  width: 100%;
  white-space: nowrap;
  font-weight: 600;
  letter-spacing: 0;
  z-index: -1;
  font-size: 18.8em;
}

.picBorderIn, .picBorderOut {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
}
.picBorderIn:before, .picBorderOut:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.picBorderIn:before, .picBorderOut:before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: solid 2px #DC052D;
}

.cabHeader .balance {
  position: relative;
}
.cabHeader .balance:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-image: url("../img/back-radius.png");
  background-repeat: no-repeat;
  width: 45px;
  height: 74px;
  right: -45px;
  top: 0;
  opacity: 0.33;
}

.cabStateBlock .cabStateList .line.invis {
  position: relative;
}
.cabStateBlock .cabStateList .line.invis:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-image: url("../img/back-radius.png");
  background-repeat: no-repeat;
  width: 45px;
  height: 74px;
  left: -45px;
  top: 0;
  opacity: 0.33;
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.picBorderOut:before {
  left: -10px;
  width: calc(100% + 20px);
  top: -10px;
  height: calc(100% + 20px);
}

.picBorderIn:before {
  left: 10px;
  width: calc(100% - 20px);
  top: 10px;
  height: calc(100% - 20px);
}

.titleBlock {
  color: white;
}
.titleBlock .desc {
  color: #DC052D;
  font-size: 20px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 600;
}
.titleBlock .cap {
  font-size: 50px;
  line-height: 70px;
  letter-spacing: 0;
  display: block;
  margin-top: 11px;
  font-weight: 600;
}
.titleBlock + .textSimple {
  margin-top: 59px;
}

.textSimple {
  font-size: 18px;
  color: white;
}
.textSimple h3 {
  font-size: 24px;
  line-height: 38px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.textSimple h3 + p {
  margin-top: 44px;
}
.textSimple p {
  letter-spacing: 0.026em;
  line-height: 33px;
}

.grafic .tooltop {
  font-size: 18px;
  font-family: "Outfit";
}
.grafic .tooltop b {
  font-size: 24px;
  color: #DC052D;
}

.highcharts-background {
  fill: transparent;
}

.highcharts-no-tooltip,
.highcharts-credits {
  display: none !important;
}

.highcharts-label .name {
  fill: white !important;
  font-size: 18px !important;
  font-weight: 300 !important;
  font-family: "Outfit" !important;
}
.highcharts-label .pr {
  fill: #DC052D !important;
  font-size: 24px !important;
  font-weight: bold;
  font-family: "Outfit" !important;
}
.highcharts-label br {
  display: none !important;
}
.highcharts-label text tspan.highcharts-text-outline {
  display: none !important;
}

.highcharts-figure #container {
  width: 850px;
  height: 550px;
}

.highcharts-figure table,
.highcharts-data-table table {
  min-width: 320px;
  max-width: 800px;
  margin: 1em auto;
}

.highcharts-data-table table {
  border-collapse: collapse;
  border: 1px solid #bd1717;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}
.highcharts-data-table thead tr:hover {
  background: #bd1717;
}
.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
  padding: 0.5em;
}
.highcharts-data-table tr:nth-child(even) {
  background: #dc0d0d;
}
.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
  padding: 0.5em;
}
.highcharts-data-table td {
  padding: 0.5em;
}
.highcharts-data-table input[type=number] {
  min-width: 50px;
}

.slick-arrow {
  background-position: center;
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  color: transparent;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.slick-arrow.slick-disabled {
  opacity: 0.33;
}

.slick-prev {
  background-image: url("../img/arrow_left.png");
}

.slick-next {
  background-image: url("../img/arrow_right.png");
}

.inputLine label {
  width: 100%;
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}
.inputLine label .imp {
  color: #e81010;
}
.inputLine input {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  background: transparent;
  border: solid 2px #ffffff;
  font-family: "Outfit";
  font-size: 16px;
  letter-spacing: 0.025em;
  color: #a1b1d3;
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}
.inputLine input:focus {
  border-color: white;
}
.inputLine textarea {
  width: 100%;
  height: 131px;
  padding: 10px 15px;
  resize: none;
  background: transparent;
  border: solid 2px #DC052D;
  font-family: "Outfit";
  font-size: 16px;
  letter-spacing: 0.025em;
  color: #a1b1d3;
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}
.inputLine textarea:focus {
  border-color: white;
}
.inputLine.inputCaptcha {
  display: flex;
  flex-wrap: wrap;
}
.inputLine.inputCaptcha input {
  flex: 1;
}
.inputLine.inputCaptcha .captchaBl {
  width: calc(30% - 18px);
  border: solid 2px #ffffff;
  border-left: 0;
  background-color: #070b22;
  background-position: center;
  background-repeat: no-repeat;
}

.inputLine.inputCaptcha .captchaBl img {
  height: 46px;
}

.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination ul li {
  margin: 0 12.5px;
}
.pagination ul li.next .link, .pagination ul li.prev .link {
  background-color: transparent;
  width: 37px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.pagination ul li.next .link:hover, .pagination ul li.prev .link:hover {
  background-color: transparent;
  opacity: 0.33;
}
.pagination ul li.prev {
  margin: 0;
  margin-right: auto;
}
.pagination ul li.prev .link {
  background-image: url("../img/arrow_left_blue.png");
}
.pagination ul li.next {
  margin: 0;
  margin-left: auto;
}
.pagination ul li.next .link {
  background-image: url("../img/arrow_right_blue.png");
}
.pagination ul li .link {
  text-align: center;
  display: block;
  width: 45px;
  height: 45px;
  font-size: 20px;
  line-height: 45px;
  background-color: #1f2b53;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.pagination ul li .link:hover, .pagination ul li .link.active {
  background-color: #0033fc;
}

.checkLine input {
  display: none;
}
.checkLine input:checked + label::after {
  opacity: 1;
}
.checkLine label {
  cursor: pointer;
  position: relative;
  font-size: 18px;
  letter-spacing: 0.025em;
  padding-left: 45px;
}
.checkLine label:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.checkLine label:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.checkLine label::after {
  left: 0;
  top: -6px;
  background-image: url("../img/ic-check.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  opacity: 0;
}
.checkLine label::before {
  left: 0;
  top: -6px;
  border: solid 2px #DC052D;
  width: 30px;
  height: 30px;
}
.checkLine label a {
  text-decoration: underline;
  color: #e81010;
}
.checkLine label a:hover {
  text-decoration-color: transparent;
}

.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  min-height: 850px;
  background-image: url("../img/bgstart.png");
  background-size: 100% auto;
  text-align: center;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  align-content: flex-end;
  justify-content: center;
  padding-bottom: 175px;
  z-index: 15;
}
.loader:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.loader:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.loader::before {
  bottom: 50%;
  left: 50%;
  background-image: url("../img/back_start_top.png");
  background-repeat: no-repeat;
  width: 751px;
  height: 1335px;
  margin-left: -375.5px;
  margin-bottom: -433px;
}
.loader::after {
  bottom: 0;
  left: 50%;
  background-image: url("../img/back_start_bot.png");
  background-repeat: no-repeat;
  width: 118px;
  height: 117px;
  margin-left: -57px;
}
.loader .percent {
  font-size: 155px;
  color: #DC052D;
  font-weight: 600;
  display: block;
  text-align: center;
  width: 100%;
  position: relative;
  left: 3px;
  line-height: 181px;
}
.loader .text {
  font-size: 55px;
  display: block;
  text-align: center;
  width: 100%;
  position: relative;
  font-weight: 600;
  left: 19px;
}

.cabTitlePage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cabTitlePage:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #DC052D;
  flex: 1;
}
.cabTitlePage .cap {
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0 12px;
  text-align: center;
}
.cabTitlePage:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #DC052D;
  flex: 1;
}

.cabTitle {
  font-size: 20px;
  letter-spacing: 0.2em;
  display: block;
  text-align: center;
  width: 100%;
  color: #DC052D;
  text-transform: uppercase;
}

.titleMobile {
  display: none;
}

.btn {
  cursor: pointer;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 14px 0;
  text-align: center;
  letter-spacing: 0.04em;
}
.btn.btnBlue {
  min-width: 190px;
  background-color: #0066B2;
  border-radius: 30px;
}
.btn.btnBlue:hover {
  background: white;
  color: #0066B2;
}
.btn.btnRed {
  min-width: 190px;
  color: white;
  border-radius: 30px;
  background: #DC052D;
}
.btn.btnRed:hover {
  background: white;
  color: #e81010;
}

.header .headerWrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header .logo {
  width: 126px;
  left: 0;
  top: 6px;
}
.header .menu {
  position: relative;
  right: -4px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .menu .link {
  position: relative;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  padding: 3px 0;
  font-weight: 600;
  letter-spacing: 0.025em;
}
.header .menu .link:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header .menu .link.active {
  color: #e81010;
}
.header .menu .link.active::before {
  width: 100%;
}
.header .menu .link::before {
  width: 100%;
  height: 2px;
  background-color: #e81010;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.header .menu .link.linkLogin {
  width: 130px;
  text-align: center;
  padding: 13px 0;
  font-size: 18px;
  color: white;
  border-radius: 30px;
}
.header .menu .link.linkLogin + .linkLogin {
  margin-left: 10px;
  background: #0066B2;
}
.header .menu .link.linkLogin:hover {
  background: white;
  color: #0066B2;
}
.header .menu .link + .link {
  margin-left: 53px;
}
.header .menu .link + .signIn {
  margin-left: 47px;
  background: #DC052D;
}
.header .menu .link + .signIn:hover {
  color: #DC052D;
}
.header .menu .link:hover {
  color: #e81010;
}

.main {
  width: 100%;
}

.footer {
  margin-top: auto;
  position: relative;
  z-index: 3;
  text-align: center;
  min-height: 440px;
}
.footer .footerWrap {
  /*border-top: solid 2px #000f8f;*/
}
.footer .logo {
  display: inline-block;
  margin: 0 auto;
  margin-top: -95px;
}
.footer .footerMenu {
  margin-top: 47px;
}
.footer .footerMenu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer .footerMenu ul li .link {
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin: 0 26px;
}
.footer .footerMenu ul li .link:hover {
  color: #e81010;
}
.footer .footerSocial {
  margin-top: 47px;
}
.footer .footerSocial ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer .footerSocial ul li {
  margin: 0 10px;
}
.footer .footerSocial ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  font-size: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #1f2b53;
  color: white;
}
.footer .footerSocial ul li a:hover {
  background-color: #e81010;
}
.footer .copyRight {
  margin-top: 60px;
  color: #b1b9cb;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.025em;
}
.footer .textTokenInvis {
  left: -21px;
  bottom: -74px;
}

.backImageMain {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 1375px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  background-image: url("../img/back-greetings-main.png");
}

.greetingsMain {
  position: relative;
  width: 100%;
}
.greetingsMain .greetingText {
  max-width: 50%;
}
.greetingsMain .greetingButtons {
  position: absolute;
  bottom: 112px;
  left: 50%;
  margin-left: -693px;
}
.greetingsMain .cap {
  font-size: 100px;
  line-height: 100px;
}
.greetingsMain .text {
  display: block;
  font-size: 30px;
  font-weight: 600;
  margin-top: 53px;
  line-height: 39px;
}
.greetingsMain .btn {
  min-width: 180px;
}
.greetingsMain .btn + .btn {
  margin-left: 27px;
}
.greetingsMain .textTokenInvis {
  left: -72px;
  bottom: -110px;
  color: rgba(28, 74, 255, 0.11);
  line-height: 252px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.11);
  opacity: 1;
}

.greetingsPage {
  position: relative;
  width: 100%;
  padding: 109px 0 77px;
}
.greetingsPage:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.greetingsPage::before {
  left: 50%;
  top: -114px;
  background-image: url("../images/bgpage.png");
  background-position: center;
  background-repeat: no-repeat;
  margin-left: -960px;
  width: 1920px;
  height: 1200px;
  z-index: 0;
  pointer-events: none;
}

.greetingsPage .greetingsBack {
  position: absolute;
  top: -166px;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 1000px;
  z-index: -1;
  pointer-events: none;
}
.greetingsPage .cap {
  position: relative;
  font-size: 120px;
  line-height: 120px;
  letter-spacing: -0.01em;
}
.greetingsPage .textTokenInvis {
  left: -32px;
  bottom: -19px;
  color: transparent;
  line-height: 252px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.75);
}

.sliderGreetings {
  padding-bottom: 127px;
}
.sliderGreetings .item {
  padding: 112px 0;
}
.sliderGreetings .slick-arrow {
  position: absolute;
  bottom: -7px;
  z-index: 5;
}
.sliderGreetings .slick-prev {
  left: calc(50% - 696px);
}
.sliderGreetings .slick-next {
  left: calc(50% - 623px);
}

.mainBanner {
  @media (min-width: 768px) {
    width: 700px;
  }
}

.socialInvis {
  position: absolute;
  right: 44px;
  top: 1%;
}

.socialInvis ul li .link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: solid 2px #DC052D;
}
.socialInvis ul li .link:hover {
  border-color: white;
  background-color: white;
  color: #e81010;
}
.socialInvis ul li + li {
  margin-top: 15px;
}

.aboutMainWrapper {
  padding-top: 240px;
}
.aboutMainWrapper .aboutMain {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.aboutMainWrapper .aboutMain .picOne {
  width: 551px;
  height: 678px;
  left: 9px;
  top: 14px;
}
.aboutMainWrapper .aboutMain .picTwo {
  width: 516px;
  height: 404px;
  left: 168px;
  top: 386px;
}
.aboutMainWrapper .aboutMain .picture {
  position: absolute;
}
.aboutMainWrapper .aboutMain .textBlock {
  width: 50%;
  font-size: 24px;
  color: white;
}
.aboutMainWrapper .aboutMain .textBlock .textBlockInner {
  padding-left: 81px;
  padding-top: 79px;
}
.aboutMainWrapper .aboutMain .textBlock .textBlockInner .text {
  font-size: 19px;
  margin-top: 0;
  letter-spacing: 0.009em;
  line-height: 33px;
}
.aboutMainWrapper .aboutMain .textBlock .text {
  margin-top: 44px;
  line-height: 40px;
}
.aboutMainWrapper .aboutMain .textBlock .btn {
  margin-top: 62px;
  padding-left: 40px;
  padding-right: 40px;
}

.economicsWrapper {
  padding-top: 233px;
}
.economicsWrapper .economics {
  position: relative;
}
.economicsWrapper .economics:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.economicsWrapper .economics .textTokenInvis {
  left: 110px;
  top: -190px;
  opacity: 0.11;
}
.economicsWrapper .economics .titleBlock {
  width: calc(50% - 120px);
}
.economicsWrapper .economics .textSimple {
  width: calc(50% - 120px);
  margin-top: 57px;
}
.economicsWrapper .economics .grafic {
  position: absolute;
  right: -169px;
  top: -32px;
  width: 930px;
}
.economicsWrapper .economics .grafic .grafiTotal {
  text-align: right;
  padding-right: 168px;
  margin-top: -83px;
}
.economicsWrapper .economics .grafic .grafiTotal .title {
  position: relative;
  display: block;
  color: white;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 0.2em;
  z-index: 2;
}
.economicsWrapper .economics .grafic .grafiTotal .value {
  position: relative;
  display: block;
  color: #DC052D;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 2;
  letter-spacing: 0.03em;
}

.tokenWrapper {
  padding: 154px 0 25px;
}
.tokenWrapper .token {
  position: relative;
  border-bottom: solid 2px #000f8f;
}
.tokenWrapper .token .titleBlock {
  text-align: center;
}
.tokenWrapper .token input {
  margin-top: 51px;
  width: 100%;
  height: 52px;
  background-color: #0f123c;
  border: solid 2px #DC052D;
  font-size: 20px;
  color: white;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 15px;
  text-overflow: ellipsis;
}
.tokenWrapper .token .btn {
  top: 26px;
  display: table;
  margin: 32px auto 0;
  padding-left: 50px;
  padding-right: 50px;
}

.roadMapWrapper {
  position: relative;
  padding: 141px 0 159px;
}
.roadMapWrapper:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.roadMapWrapper::after {
  background-image: url("../img/back-roadmap.png");
  background-position: center 0;
  background-repeat: no-repeat;
  width: 2379px;
  height: 1470px;
  margin-left: -960px;
  left: 50%;
  top: 16px;
  z-index: -1;
  pointer-events: none;
}
.roadMapWrapper .roadMapInner {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.roadMapWrapper .shadow {
  position: absolute;
  width: 1px;
  height: 1px;
  -webkit-box-shadow: 0px 0px 120px 250px #0e1435;
  -moz-box-shadow: 0px 0px 120px 250px #0e1435;
  box-shadow: 0px 0px 120px 250px #0e1435;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
  z-index: 2;
}
.roadMapWrapper .shadow.TopLeft {
  left: 0;
  bottom: 65%;
}
.roadMapWrapper .shadow.TopRight {
  right: 0;
  bottom: 65%;
}
.roadMapWrapper .shadow.BottomLeft {
  left: 0;
  bottom: 95%;
  top: 84%;
}
.roadMapWrapper .shadow.BottomRight {
  right: 0;
  top: 84%;
}
.roadMapWrapper .roadMap {
  position: relative;
  width: 100%;
  max-width: calc(90% + 37px);
  margin: 0 auto;
  overflow: hidden;
}
.roadMapWrapper .roadMap:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.roadMapWrapper .roadMap::after {
  width: 100%;
  height: 2px;
  top: 50%;
  background-color: #7885ac;
  margin-top: 92px;
  left: 0;
  z-index: -1;
}
.roadMapWrapper .slickArrow {
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  color: transparent;
  z-index: 5;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.roadMapWrapper .slickArrow.slick-disabled {
  opacity: 0.33;
}
.roadMapWrapper .slickArrowPrev {
  position: absolute;
  left: 27px;
  bottom: auto;
  top: 50%;
  margin-top: 75px;
  background-image: url("../img/arrow_left.png");
}
.roadMapWrapper .slickArrowNext {
  position: absolute;
  right: 27px;
  bottom: auto;
  top: 50%;
  margin-top: 75px;
  background-image: url("../img/arrow_right.png");
}
.roadMapWrapper .textTokenInvis {
  bottom: -112px;
  left: -24px;
  z-index: 5;
}

.sliderRoadMap {
  max-width: 1868px;
  margin: 0 auto;
  margin-top: 86px;
}
.sliderRoadMap .slick-list {
  overflow: visible;
}
.sliderRoadMap .item {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  height: 500px;
  justify-content: flex-end;
  z-index: 5;
}
.sliderRoadMap .item.passed .in::before {
  opacity: 1;
}
.sliderRoadMap .item.passed .info li {
  color: white;
}
.sliderRoadMap .item.passed .info li::before {
  background-color: #DC052D;
}
.sliderRoadMap .item.passed .name {
  color: #DC052D;
}
.sliderRoadMap .item.passed .name::before {
  background-color: #DC052D;
}
.sliderRoadMap .item.passed .name::after {
  border-left-color: #DC052D;
}
.sliderRoadMap .item:nth-child(2n) {
  justify-content: flex-start;
  align-content: flex-end;
}
.sliderRoadMap .item:nth-child(2n) .in {
  flex-direction: column;
}
.sliderRoadMap .item:nth-child(2n) .in::before {
  top: -4px;
  bottom: auto;
}
.sliderRoadMap .item:nth-child(2n) .name {
  top: -50px;
}
.sliderRoadMap .item:nth-child(2n) .name::before {
  top: 36px;
}
.sliderRoadMap .item:nth-child(2n) .name:after {
  bottom: auto;
  top: calc(100% + 45px);
}
.sliderRoadMap .item .in {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  height: 50%;
  justify-content: space-between;
}
.sliderRoadMap .item .in:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sliderRoadMap .item .in::before {
  right: calc(100% - 30px);
  background-color: #DC052D;
  width: 100%;
  height: 2px;
  top: auto;
  bottom: 2px;
  opacity: 0;
}
.sliderRoadMap .item .name {
  position: relative;
  color: #7885ac;
  font-size: 16px;
  font-weight: bold;
  top: 40px;
}
.sliderRoadMap .item .name:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sliderRoadMap .item .name:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sliderRoadMap .item .name::before {
  width: 22px;
  height: 22px;
  background-color: #e81010;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: -34px;
  left: 19px;
}
.sliderRoadMap .item .name::after {
  left: 30px;
  bottom: calc(100% + 36px);
  width: 1px;
  height: 111px;
  border-left: dashed 1px #8395bb;
}
.sliderRoadMap .item .info {
  position: relative;
}
.sliderRoadMap .item .info:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sliderRoadMap .item .info li {
  position: relative;
  color: #8395bb;
  font-size: 16px;
  letter-spacing: 0.025em;
  padding-left: 15px;
  white-space: nowrap;
}
.sliderRoadMap .item .info li:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sliderRoadMap .item .info li::before {
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #8395bb;
  margin-top: -3.5px;
}
.sliderRoadMap .item .info li + li {
  margin-top: 20px;
}

.newsWrapper {
  position: relative;
  z-index: 2;
}
.newsWrapper .titleBlock {
  text-align: center;
}
.newsWrapper .wrapIn {
  border-bottom: solid 3px #DC052D;
}
.newsWrapper .newsBlock {
  margin-top: 69px;
  margin-left: -25px;
  margin-right: -25px;
  padding-bottom: 93px;
}
.newsWrapper .btn {
  display: table;
  top: 27px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}

.newsBlock {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.newsBlock .item {
  position: relative;
  border: solid 2px #DC052D;
  padding: 8px 10px;
  width: calc(33.3333333333% - 47px);
  margin: 0 23px;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.newsBlock .item .picture {
  position: relative;
  width: 100%;
  height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.newsBlock .item .info {
  padding: 33px 20px 21px;
}
.newsBlock .item .date {
  font-size: 12px;
  background-color: #DC052D;
  padding: 3px 9px;
  position: absolute;
  top: 17px;
  left: 21px;
  z-index: 2;
}
.newsBlock .item .link {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 6;
}
.newsBlock .item .link:hover {
  text-decoration-color: transparent;
}
.newsBlock .item .linkMore {
  position: relative;
  display: inline-block;
  background-image: url("../img/arrow_right.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 36px;
  height: 14px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-top: 31px;
}
.newsBlock .item .linkMore:hover {
  opacity: 0.33;
}
.newsBlock .item .text {
  display: block;
  font-size: 16px;
  letter-spacing: 0.025em;
  margin-top: 16px;
  height: 70px;
  line-height: 24px;
  width: 80%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.newsBlock .item:hover {
  border-color: rgba(255, 255, 255, 0.77);
}

.partnersWrapper {
  position: relative;
  padding: 185px 0 152px;
}
.partnersWrapper:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.partnersWrapper .partners {
  position: relative;
}
.partnersWrapper .partners .titleBlock {
  text-align: center;
}
.partnersWrapper .partners .list {
  margin-top: 52px;
  margin-left: -5px;
  margin-right: -5px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0px;
  min-height: 400px;
}
.partnersWrapper .partners .list .item {
  border: 1px solid #18203b;
  text-align: center;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partnersWrapper .partners .list .item:nth-child(-n+4) {
  border-top: 0;
}
.partnersWrapper .partners .list .item:nth-last-child(-n+4) {
  border-bottom: 0;
}
.partnersWrapper .partners .list .item:nth-child(2n-1) {
  border-left: 0;
}
.partnersWrapper .partners .list .item:nth-child(4n) {
  border-right: 0;
}
.contactsWrapper {
  position: relative;
  z-index: 2;
  padding: 133px 0;
}
.contactsWrapper .contacts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contactsWrapper .contactsForm,
.contactsWrapper .contactsInfo {
  position: relative;
  width: calc(50% - 23px);
}
.contactsWrapper .contactsInfo .info {
  margin-top: 63px;
}
.contactsWrapper .contactsInfo .info li {
  position: relative;
  padding-left: 110px;
}
.contactsWrapper .contactsInfo .info li .iconBl {
  position: absolute;
  left: 0;
  top: -3px;
  font-size: 75px;
  color: #DC052D;
}
.contactsWrapper .contactsInfo .info li .tit {
  font-size: 20px;
  display: block;
}
.contactsWrapper .contactsInfo .info li .link {
  color: #e81010;
  font-size: 20px;
  display: table;
  margin-top: 16px;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.contactsWrapper .contactsInfo .info li .link:hover {
  color: white;
  text-decoration-color: white;
}
.contactsWrapper .contactsInfo .info li + li {
  margin-top: 95px;
}
.contactsWrapper .contactsForm .form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 63px;
}
.contactsWrapper .contactsForm .inputLine {
  width: 100%;
}
.contactsWrapper .contactsForm .inputLine + .inputLine {
  margin-top: 15px;
}
.contactsWrapper .contactsForm .inputLine:nth-child(1), .contactsWrapper .contactsForm .inputLine:nth-child(2) {
  width: calc(50% - 26px);
  margin-top: 0;
}
.contactsWrapper .contactsForm .btn {
  display: table;
  margin: 70px auto 0;
  padding-left: 50px;
  padding-right: 50px;
}

.faqWrapper {
  position: relative;
  z-index: 2;
  padding: 118px 0;
}
.faqWrapper .faqTabs .faqTabsHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 2px #ffffff;
  padding-bottom: 38px;
  margin-bottom: 80px;
}
.faqWrapper .faqTabs .faqTabsHead li {
  width: 20%;
}
.faqWrapper .faqTabs .faqTabsHead li.active .faqTab {
  color: #e81010;
}
.faqWrapper .faqTabs .faqTabsHead li.active .faqTab:after {
  width: 100%;
}
.faqWrapper .faqTabs .faqTabsHead li .faqTab {
  position: relative;
  color: white;
  font-size: 24px;
  padding-left: 95px;
  display: block;
  line-height: 34px;
}
.faqWrapper .faqTabs .faqTabsHead li .faqTab:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.faqWrapper .faqTabs .faqTabsHead li .faqTab::after {
  width: 0%;
  background-color: #e81010;
  height: 2px;
  bottom: -40px;
  left: 0;
}
.faqWrapper .faqTabs .faqTabsHead li .faqTab .iconBl {
  position: absolute;
  left: -5px;
  top: -3px;
  font-size: 75px;
}
.faqWrapper .faqTabs .faqTabsHead li .faqTab .txt {
  display: block;
}
.faqWrapper .faqTabs .faqTabsHead li .faqTab:hover {
  color: #e81010;
}
.faqWrapper .faqList {
  margin-top: 66px;
}

.faqList .faqItem {
  border: solid 2px #DC052D;
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}
.faqList .faqItem.active {
  border-color: #DC052D;
}
.faqList .faqItem.active .faqQuest {
  color: #e81010;
}
.faqList .faqItem.active .faqQuest::before {
  content: "-";
  color: #DC052D;
  font-size: 70px;
  line-height: 30px;
}
.faqList .faqItem + .faqItem {
  margin-top: 29px;
}
.faqList .faqItem .faqQuest {
  cursor: pointer;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  display: block;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  padding: 11px 68px;
  letter-spacing: 0.025em;
  overflow: hidden;
}
.faqList .faqItem .faqQuest::before {
  content: "+";
  color: white;
  font-size: 61px;
  font-weight: 100;
  height: 48px;
  display: block;
  position: absolute;
  left: 14px;
  top: 0;
  line-height: 40px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.faqList .faqItem .faqQuest:hover {
  color: #e81010;
}
.faqList .faqItem .faqAnswer {
  display: none;
  font-size: 18px;
  line-height: 33px;
  letter-spacing: 0.023em;
}
.faqList .faqItem .faqAnswer .text {
  padding: 25px 45px 47px 69px;
}

.notAnswerBlock {
  position: relative;
  text-align: center;
  padding: 130px 0 94px;
}
.notAnswerBlock:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.notAnswerBlock .text {
  font-size: 24px;
  margin-top: 29px;
  display: block;
  letter-spacing: 0.01em;
}
.notAnswerBlock .btn {
  margin: 56px auto 0;
  display: table;
  padding-left: 50px;
  padding-right: 50px;
}

.news {
  padding: 70px 0 199px;
}
.news .newsBlock {
  margin-top: 0;
  padding: 0;
}
.news .newsBlock .item {
  margin-bottom: 48px;
}
.news .pagination {
  margin-top: 36px;
}

.rulesWrapper .rulesTop .titleBlock + .textSimple {
  margin-top: 61px;
}
.rulesWrapper .rulesTop .textSimple {
  font-size: 24px;
}
.rulesWrapper .rulesTop .textSimple p {
  line-height: 40px;
  letter-spacing: 0;
}
.rulesWrapper .rulesList {
  margin-top: 121px;
}

.rulesList {
  position: relative;
  padding-top: 77px;
  border-top: solid 2px #323f68;
}
.rulesList .rulesItem {
  position: relative;
  border-bottom: solid 2px #DC052D;
  padding-bottom: 61px;
}
.rulesList .rulesItem .numberInvis {
  left: 34px;
  top: -80px;
}
.rulesList .rulesItem .number {
  color: #e81010;
  font-size: 20px;
  letter-spacing: 0.2em;
}
.rulesList .rulesItem .cap {
  font-size: 50px;
  font-weight: 600;
  display: block;
  margin-top: 15px;
  line-height: 120%;
}
.rulesList .rulesItem .text {
  margin-top: 36px;
}
.rulesList .rulesItem .text ul li {
  font-size: 18px;
  line-height: 33px;
  letter-spacing: 0.025em;
}
.rulesList .rulesItem .text ul li .num {
  font-weight: 600;
}
.rulesList .rulesItem + .rulesItem {
  margin-top: 60px;
}
.rulesList .rulesItem:last-child {
  border-bottom: 0;
}

.loginWrapper {
  width: 100%;
  min-height: 100vh;
  background-image: url("../images/login_block.png");
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
.loginWrapper h2 {
  display: block;
  width: 100%;
}
.loginWrapper .titleBlock {
  text-align: center;
  margin-bottom: 63px;
}
.loginWrapper .linkHome {
  position: absolute;
  left: 42px;
  top: 33px;
  color: white;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 600;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  text-transform: uppercase;
  padding-left: 50px;
  background-image: url("../img/arrow_left.png");
  background-position: left center;
  background-repeat: no-repeat;
  z-index: 5;
}
.loginWrapper .linkHome:hover {
  color: #e81010;
}
.loginWrapper .linkPassword {
  color: #e81010;
  font-size: 18px;
  text-decoration: underline;
  letter-spacing: 0.025em;
  font-weight: 300;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  margin: 43px auto 0;
  display: table;
}
.loginWrapper .linkPassword:hover {
  color: white;
}
.loginWrapper .btn {
  padding-left: 50px;
  padding-right: 50px;
  display: table;
  margin: 53px auto 0;
}
.loginWrapper .login {
  width: 100%;
  max-width: 575px;
  position: relative;
  top: -37px;
  margin: 0 auto;
}
.loginWrapper .login .inputLine + .inputLine {
  margin-top: 15px;
}
.loginWrapper .signUp {
  position: relative;
  top: -37px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
.loginWrapper .signUp .titleBlock {
  width: 100%;
}
.loginWrapper .signUp .inputLine {
  /*width: calc(50% - 24px);*/
  margin-bottom: 15px;
}
.loginWrapper .signUp .inputLine.inputCaptcha .captchaBl {
  width: calc(30% + 31px);
}
.loginWrapper .signUp .checkLine {
  margin-top: 32px;
  width: 100%;
}

.modalList {
  position: relative;
  width: 100%;
  margin-top: 70px;
  border: solid 2px #DC052D;
}
.modalList li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px 0 18px;
  height: 40px;
}
.modalList li + li {
  border-top: solid 2px #323f68;
}
.modalList .tit {
  font-weight: 300;
  letter-spacing: 0.025em;
}
.modalList .pl,
.modalList .value,
.modalList .num,
.modalList .data {
  width: 50%;
  text-align: right;
  font-weight: 600;
}
.modalList .data {
  font-size: 16px;
}
.modalList .num {
  color: #DC052D;
  font-size: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 62%;
}
.modalList .value {
  color: #e81010;
  font-size: 20px;
}
.modalList .pl {
  font-size: 20px;
}

.aboutWrapper {
  position: relative;
  padding: 116px 0;
}

.about .titleBlock {
  margin-bottom: 40px;
}
.about .picture {
  position: relative;
  width: calc(50% - 25px);
  height: 476px;
  padding: 10px;
  top: 6px;
  margin-bottom: 75px;
}
.about .picture:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: solid 2px #DC052D;
}
.about .picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .aboutText {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.025em;
}
.about .aboutText.aboutTextLeft .picture {
  float: left;
  margin-right: 59px;
}
.about .aboutText.aboutTextRight .picture {
  float: right;
  margin-left: 59px;
}
.about .aboutText .titleBlock {
  margin-bottom: 48px;
}
.about .aboutText * + h3 {
  margin-top: 20px;
}
.about .aboutText h3 {
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 40px;
  display: block;
  margin-bottom: 16px;
}
.about .aboutText p {
  line-height: 33px;
}
.about .aboutText .text {
  width: 100%;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 70px;
  -moz-column-gap: 70px;
  column-gap: 70px;
}

.chooseBlock {
  position: relative;
  padding: 118px 0 69px;
}

.chooseBlock .titleBlock {
  text-align: center;
}
.chooseBlock .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 49px;
  margin-top: 89px;
  border-bottom: solid 2px #DC052D;
  padding-bottom: 123px;
}
.chooseBlock .list .item {
  border: solid 2px #DC052D;
  font-size: 16px;
  letter-spacing: 0.025em;
  line-height: 27px;
  padding: 46px 35px 36px;
}
.chooseBlock .list .item .iconBl {
  font-size: 80px;
  color: #DC052D;
}
.chooseBlock .list .item .name {
  display: block;
  font-size: 24px;
  margin-top: 35px;
  letter-spacing: 0;
  margin-bottom: 9px;
}
.chooseBlock .btn {
  margin: 0 auto;
  display: table;
  padding-left: 55px;
  padding-right: 55px;
  top: -25px;
}

.sliderAboutWrapper {
  position: relative;
  z-index: 2;
  padding: 116px 0 65px;
  border-bottom: solid 2px #DC052D;
}
.sliderAboutWrapper .sliderAbout .item {
  border: solid 2px #DC052D;
  padding: 5px;
}
.sliderAboutWrapper .sliderAbout .item .picture {
  width: 100%;
  height: 253px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  top: auto;
  padding: 0;
}
.sliderAboutWrapper .sliderAbout .item .picture::before {
  display: none;
}
.sliderAboutWrapper .sliderAbout .slick-list {
  margin: 0 -25px;
}
.sliderAboutWrapper .sliderAbout .slick-slide {
  margin-right: 25px;
  margin-left: 25px;
}
.sliderAboutWrapper .sliderAbout .slick-next, .sliderAboutWrapper .sliderAbout .slick-prev {
  position: absolute;
  top: 50%;
  margin-top: -18px;
}
.sliderAboutWrapper .sliderAbout .slick-prev {
  left: -86px;
}
.sliderAboutWrapper .sliderAbout .slick-next {
  right: -86px;
}
.sliderAboutWrapper .btn {
  display: table;
  margin: 0 auto;
  padding-left: 45px;
  padding-right: 45px;
  top: 94px;
}

.moreTextBlock {
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  padding: 205px 0 82px;
  position: relative;
}
.moreTextBlock .text {
  max-width: 50%;
  margin: 0 auto;
}

.cabHeader {
  position: relative;
}
.cabHeader .cabHeadWrap {
  position: relative;
  padding: 54px 0 0px;
  display: flex;
  flex-wrap: wrap;
}
.cabHeader .cabHeadWrap .clock {
  width: 200px;
  position: absolute;
  left: 50%;
  bottom: 59px;
  text-align: center;
  margin-left: -100px;
}
.cabHeader .cabHeadWrap .clock .num {
  width: 40px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.cabHeader .cabHeadWrap .clock .dot {
  width: 10px;
  margin: 0 7px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.cabHeader .cabHeadWrap .clock #time {
  color: #DC052D;
  font-size: 33px;
  font-weight: 600;
}
.cabHeader .cabHeadWrap .clock #date {
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0.15em;
}
.cabHeader .logo {
  position: absolute;
  left: 50%;
  top: 27px;
  width: 125px;
  margin-left: -63px;
}
.cabHeader .cabHeadButton {
  width: 213px;
}
.cabHeader .cabHeadButton .btn {
  font-size: 13px;
  display: block;
  padding: 6px 0;
  width: 100%;
}
.cabHeader .cabHeadButton .btn + .btn {
  margin-top: 10px;
}
.cabHeader .balance {
  position: relative;
  background-color: rgba(5, 12, 43, 0.33);
  margin-left: 35px;
  padding: 9px 0 9px 91px;
  height: 74px;
  width: 336px;
}
.cabHeader .balance .iconBl {
  position: absolute;
  left: 21px;
  top: 50%;
  font-size: 50px;
  margin-top: -27px;
}
.cabHeader .balance .tit {
  font-size: 20px;
  display: block;
}
.cabHeader .balance .val {
  font-size: 25px;
  color: #e81010;
  font-weight: 600;
}

.cabMenuWrapper {
  position: relative;
  width: 100%;
  margin-top: 50px;
}
.cabMenuWrapper .cabMenu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cabMenuWrapper .cabMenu .cabMenuLink {
  position: relative;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  font-weight: 600;
}
.cabMenuWrapper .cabMenu .cabMenuLink:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  top: calc(100% + 2px);
  left: 0;
  height: 2px;
  background-color: #e81010;
  width: 0;
}
.cabMenuWrapper .cabMenu .cabMenuLink.active {
  color: #e81010;
}
.cabMenuWrapper .cabMenu .cabMenuLink.active::before {
  width: 100%;
}
.cabMenuWrapper .cabMenu .cabMenuLink:hover {
  color: #e81010;
}

.cabStateBlock {
  padding: 55px 0;
  width: 100%;
}
.cabStateBlock .cabStateList {
  width: 100%;
}
.cabStateBlock .cabStateList .line {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cabStateBlock .cabStateList .line.invis {
  position: absolute;
  right: 0;
  top: 55px;
  background-color: rgba(5, 12, 43, 0.33);
  width: calc(50% - 109px);
  height: 74px;
  padding: 10px 38px 10px 59px;
}
.cabStateBlock .cabStateList .line:first-child .item:last-child {
  text-align: right;
  padding-left: 0;
  padding-right: 66px;
}
.cabStateBlock .cabStateList .line:first-child .item:last-child .icon {
  right: 0;
  left: auto;
}
.cabStateBlock .cabStateList .item {
  position: relative;
  padding-left: 67px;
}
.cabStateBlock .cabStateList .item .icon {
  font-size: 50px;
  position: absolute;
  left: 1px;
  top: 2px;
  top: 50%;
  margin-top: -25px;
}
.cabStateBlock .cabStateList .item .tit {
  color: #a1b1d3;
  font-size: 16px;
  display: block;
  width: 100%;
}
.cabStateBlock .cabStateList .item .data {
  font-size: 16px;
  line-height: 25px;
}
.cabStateBlock .cabStateList .item .val {
  font-size: 20px;
  letter-spacing: 0.025em;
  font-weight: 600;
  margin-top: 6px;
  display: block;
}
.cabStateBlock .cabStateList .item .userName {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
}
.cabStateBlock .cabStateList .item .link {
  font-size: 12px;
  color: #e81010;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  text-decoration: underline;
  background-image: url("../img/back-settings.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 17px;
  letter-spacing: 0.025em;
}
.cabStateBlock .cabStateList .item .link:hover {
  color: white;
  text-decoration-color: transparent;
}
.cabStateBlock .cabStateList .item .link:hover .iconBl {
  font-size: 12px;
}

.cabFooter {
  margin-top: auto;
  padding-bottom: 35px;
}
.cabFooter .footerWrap {
  border-top: solid 2px #DC052D;
}
.cabFooter .logo {
  width: 90px;
  top: -46px;
  margin: 0 auto;
}
.cabFooter .footerSocial {
  margin-top: -23px;
}
.cabFooter .footerSocial ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cabFooter .footerSocial ul li {
  margin: 0px 8px;
}
.cabFooter .footerSocial ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #DC052D;
  color: white;
}
.cabFooter .footerSocial ul li a:hover {
  background-color: white;
  color: white;
}
.cabFooter .copyRight {
  margin-top: 17px;
  font-size: 14px;
  text-align: center;
  color: #636f88;
  font-size: 14px;
  letter-spacing: 0.025em;
}

.transaction {
  margin-top: 46px;
}
.transaction .tableTransaction {
  margin-top: 43px;
}
.transaction .pagination {
  margin-top: 39px;
}

.filterBl {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 51px;
}
.filterBl .col {
  display: flex;
  justify-content: space-between;
}
.filterBl .col.filterDate {
  width: 23%;
}
.filterBl .col.filterDate .inputLine {
  /* width: calc(33.3333333333% - 10px); */
  width: 100%;
}
.filterBl .col.filterStatus, .filterBl .col.filterType {
  width: 20%;
}
.filterBl .col.filterStatus .inputLine, .filterBl .col.filterType .inputLine {
  width: 100%;
}
.filterBl .inputLine label {
  color: #a1b1d3;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.025em;
  display: block;
  width: 100%;
  margin-bottom: 5px;
  white-space: nowrap;
}
.filterBl .btn {
  color: #DC052D;
  border: solid 2px #DC052D;
  padding: 0 10px;
  height: 40px;
  width: 129px;
  font-size: 14px;
}
.filterBl .btn:hover {
  background-color: #DC052D;
  color: white;
}

.table {
  width: 100%;
  display: table;
  border-bottom: solid 2px #DC052D;
}
.table .thead {
  display: table-row-group;
  background-color: #DC052D;
}
.table .thead .tr {
  display: table-row;
}
.table .thead .tr .td {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  padding: 10px 5px;
  letter-spacing: 0.025em;
}
.table .thead .tr .td:first-child {
  width: 7%;
  text-align: center;
}
.table .thead .tr .td:nth-child(2) {
  width: 17%;
}
.table .thead .tr .td:last-child {
  width: 17%;
}
.table .tbody {
  display: table-row-group;
}
.table .tbody .tr {
  display: table-row;
}
.table .tbody .tr + .tr .td {
  border-top: solid 2px #323f68;
}
.table .tbody .tr .td {
  display: table-cell;
  vertical-align: middle;
  padding: 1px 5px;
  font-size: 14px;
  letter-spacing: 0.025em;
  color: #a1b1d2;
  font-weight: 300;
}
.table .tbody .tr .td:first-child {
  text-align: center;
  border-left: solid 2px #323f68;
}
.table .tbody .tr .td:last-child {
  border-right: solid 2px #323f68;
}
.table .type {
  color: white;
  text-transform: uppercase;
}
.table .val {
  text-transform: uppercase;
  font-weight: bold;
}
.table .val.amount {
  color: #e81010;
}
.table .val.commission {
  color: #DC052D;
}
.table .status {
  text-transform: uppercase;
}
.table .status.completed {
  color: #4dbb38;
}
.table .status.rejected {
  color: #e81010;
}
.table .status.expected {
  color: #93a2c2;
}
.table .pm {
  padding-left: 50px;
  background-position: left center;
  background-repeat: no-repeat;
  min-height: 36px;
  display: flex;
  align-items: center;
}
.table .text {
  color: #6f7a93;
  font-size: 12px;
  max-height: 36px;
  overflow: hidden;
  display: flex;
  line-height: 18px;
  align-items: flex-start;
}

.purchasedСontracts {
  overflow: hidden;
  padding: 47px 0;
}
.purchasedСontracts .sliderContracts {
  margin-top: 83px;
}

.sliderContracts {
  border: solid 2px #DC052D;
}
.sliderContracts:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  top: 0;
  opacity: 0.33;
  width: 100%;
  height: 100%;
  background-image: url("../img/back-slider-contracts.png");
  background-position: center;
  background-repeat: no-repeat;
}
.sliderContracts .item {
  position: relative;
  padding: 25px 137px 20px;
}
.sliderContracts .item .iconBl {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 50px;
  color: white;
  margin-top: -25px;
  width: 51px;
  height: 51px;
}
.sliderContracts .item .tit {
  color: #a1b1d3;
  font-size: 16px;
  letter-spacing: 0.025em;
  display: block;
}
.sliderContracts .item .date {
  font-size: 16px;
  display: block;
  margin-top: 10px;
  letter-spacing: 0.025em;
}
.sliderContracts .item .val {
  color: #DC052D;
  font-size: 20px;
  letter-spacing: 0.025em;
  font-weight: 600;
  display: block;
  margin-top: 5px;
}
.sliderContracts .item .val.price {
  color: #e81010;
}
.sliderContracts .item .pm {
  font-size: 16px;
  display: block;
  margin-top: 10px;
}
.sliderContracts .item .timer {
  font-size: 27px;
  color: #DC052D;
  font-weight: 600;
}
.sliderContracts .item .info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sliderContracts .item .info li {
  position: relative;
  width: 50%;
  padding: 0 78px 0;
  margin-bottom: 25px;
}
.sliderContracts .item .info li:nth-child(1) {
  order: 1;
}
.sliderContracts .item .info li:nth-child(2) {
  order: 3;
}
.sliderContracts .item .info li:nth-child(3) {
  order: 5;
  margin-bottom: 0;
}
.sliderContracts .item .info li:nth-child(4) {
  order: 2;
}
.sliderContracts .item .info li:nth-child(5) {
  order: 4;
}
.sliderContracts .item .info li:nth-child(6) {
  order: 6;
  margin-bottom: 0;
}
.sliderContracts .item .info li:nth-child(4), .sliderContracts .item .info li:nth-child(5), .sliderContracts .item .info li:nth-child(6) {
  text-align: right;
}
.sliderContracts .item .info li:nth-child(4) .iconBl, .sliderContracts .item .info li:nth-child(5) .iconBl, .sliderContracts .item .info li:nth-child(6) .iconBl {
  left: auto;
  right: 5px;
}
.sliderContracts .slick-list {
  overflow: visible;
}
.sliderContracts .slick-arrow {
  position: absolute;
  z-index: 5;
}
.sliderContracts .slick-prev {
  top: 50%;
  left: 40px;
  margin-top: -17px;
}
.sliderContracts .slick-next {
  top: 50%;
  right: 40px;
  margin-top: -17px;
}
.sliderContracts .circleBlock {
  position: absolute;
  width: 340px;
  height: 340px;
  left: 50%;
  top: -44px;
  margin-left: -170px;
  text-align: center;
  border: solid 2px #DC052D;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  padding: 76px 0;
}
.sliderContracts .circleBlock:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-image: url(../img/back-circle.png);
  background-repeat: no-repeat;
  left: 9px;
  top: 5px;
  width: 320px;
  height: 321px;
  z-index: 5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.sliderContracts .circleBlock:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #101638;
  width: 282px;
  height: 282px;
  z-index: 5;
  left: 28px;
  top: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.sliderContracts .circleBlock .iconBl {
  position: relative;
  top: auto;
  left: auto;
  display: table;
  margin: 0 auto;
  font-size: 50px;
  color: white;
  position: relative;
  z-index: 6;
}
.sliderContracts .circleBlock .title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 19px;
  display: block;
  letter-spacing: 0.025em;
  position: relative;
  z-index: 6;
}
.sliderContracts .circleBlock .val {
  font-size: 25px;
  color: #e81010;
  font-weight: 600;
  display: block;
  letter-spacing: 0.025em;
  margin-top: 11px;
  text-transform: uppercase;
  position: relative;
  z-index: 6;
}
.sliderContracts .circleBlock canvas {
  position: absolute;
  top: 6px;
  left: 9px;
  width: 320px !important;
  height: 320px !important;
}
.sliderContracts .circleBlock .dial {
  bottom: 56px;
  left: 50%;
  right: auto;
  margin: 0 0 0 -76px !important;
  display: block;
  font-size: 55px !important;
  width: 150px !important;
  font-family: "Outfit" !important;
  position: relative;
  z-index: 6;
}

.buyContract {
  padding: 59px 0;
}
.buyContract .row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 180px);
  gap: 40px 45px;
}
.buyContract .row .line {
  background-color: rgba(16, 22, 56, 0.33);
  border: solid 2px #DC052D;
  padding: 32px 0;
}
.buyContract .row .line:first-child {
  grid-row: 1/3;
}
.buyContract .title {
  display: block;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 600;
  color: #DC052D;
}
.buyContract .title .num {
  color: white;
}
.buyContract .inputLine {
  max-width: 280px;
  margin: 36px auto 0;
}
.buyContract .inputLine input {
  text-align: center;
  height: 40px;
  font-size: 16px;
  padding-bottom: 3px;
  letter-spacing: 0.025em;
}
.buyContract .inputLine .selectric .label {
  padding: 0 6px;
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
}
.buyContract .buyData {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 67px 0 54px;
  border-bottom: solid 2px #DC052D;
}
.buyContract .buyData .col {
  text-align: center;
  width: 50%;
}
.buyContract .buyData .col .tit {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.2em;
  display: block;
  text-transform: uppercase;
}
.buyContract .buyData .col .value {
  color: #e81010;
  font-size: 30px;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  margin-top: 15px;
}
.buyContract .btn {
  display: table;
  padding-left: 45px;
  padding-right: 45px;
  margin: -27px auto 0;
}

.sliderSelectContracts {
  max-width: 450px;
  margin: 0 auto;
}
.sliderSelectContracts .item {
  position: relative;
  padding: 85px 0;
}
.sliderSelectContracts .item .text .tit {
  font-size: 16px;
  line-height: 35px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  letter-spacing: 0.05em;
}
.sliderSelectContracts .item .text .name {
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  letter-spacing: 0.05em;
}
.sliderSelectContracts .item .text .tokeAdress {
  margin-top: 35px;
  display: block;
  text-align: center;
  font-size: 16px;
  background-color: #1a296c;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 5px;
  letter-spacing: 0;
  text-transform: uppercase;
}
.sliderSelectContracts input[type*=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.sliderSelectContracts .slick-arrow {
  position: absolute;
  z-index: 5;
}
.sliderSelectContracts .slick-prev {
  top: 50%;
  left: -66px;
  margin-top: -43px;
}
.sliderSelectContracts .slick-next {
  top: 50%;
  right: -74px;
  margin-top: -43px;
}

.contractsTabs {
  padding: 41px 0 0;
  margin-bottom: -28px;
}
.contractsTabs .listLinks {
  display: flex;
  justify-content: center;
}
.contractsTabs .listLinks li {
  margin: 0 20px;
}
.contractsTabs .listLinks li.active .linkTab {
  color: #DC052D;
}
.contractsTabs .listLinks li.active .linkTab::after {
  width: calc(100% - 5px);
}
.contractsTabs .listLinks li .linkTab {
  position: relative;
  color: #455e9c;
  font-size: 20px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 600;
}
.contractsTabs .listLinks li .linkTab:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 2px;
  background-color: #DC052D;
}
.contractsTabs .tabsBody {
  overflow: hidden;
  width: 100%;
  padding: 83px 0;
}

.details {
  position: relative;
  padding: 47px 0 53px;
}
.details .datailsForm {
  border: solid 2px #DC052D;
  background-color: rgba(16, 22, 56, 0.33);
  padding: 94px 83px 65px;
  margin-top: 59px;
}
.details .inputList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px 39px;
}
.details .inputList .inputLine {
  position: relative;
}
.details .inputList .inputLine label {
  letter-spacing: 0.025em;
  margin-bottom: 13px;
}
.details .inputList .inputLine input {
  height: 40px;
  padding-right: 45px;
  z-index: 2;
  position: relative;
}
.details .btn {
  padding-left: 70px;
  padding-right: 70px;
  margin: 0 auto;
  display: table;
  top: 92px;
}
.details .iconPl {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #323f68;
}

.settings {
  padding: 46px 0 39px;
}
.settings .setLine .title {
  color: #DC052D;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.025em;
  display: block;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.settings .setLine .formSettings {
  border: solid 2px #DC052D;
  background-color: rgba(16, 22, 56, 0.33);
  margin-top: 59px;
  padding: 94px 83px 48px;
}
.settings .setLine .formSettings .btn {
  padding-left: 70px;
  padding-right: 70px;
  margin: 0 auto;
  display: table;
  top: 73px;
}
.settings .setLine .googleBlock .title {
  margin-bottom: 45px;
}
.settings .setLine + .setLine {
  margin-top: 84px;
}
.settings .setLine.setSecurity .formSettings {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 56px 83px 48px;
}
.settings .setLine.setSecurity .inputList {
  display: block;
  width: 100%;
}
.settings .setLine.setSecurity .inputList .inputLine + .inputLine {
  margin-top: 48px;
}
.settings .setLeft .inputList .inputLine:last-child {
  margin-top: 28px !important;
}
.settings .setLeft,
.settings .setRight {
  width: calc(50% - 54px);
}
.settings .inputList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px 39px;
}
.settings .inputList .inputLine {
  position: relative;
}
.settings .inputList .inputLine label {
  letter-spacing: 0.025em;
  margin-bottom: 13px;
}
.settings .inputList .inputLine input {
  height: 40px;
  padding-right: 45px;
  z-index: 2;
  position: relative;
}
.settings .checkLine {
  margin-top: 33px;
}
.settings .checkLine label {
  font-size: 16px;
  padding-left: 42px;
}
.settings .checkLine + .checkLine {
  margin-top: 31px;
}

.googleBlock .title {
  margin-bottom: 45px;
}
.googleBlock .text {
  color: #a1b1d3;
  font-size: 16px;
  display: block;
  letter-spacing: 0.025em;
  font-weight: 300;
}
.googleBlock .number {
  font-size: 20px;
  display: block;
  letter-spacing: 0.025em;
  margin-top: 7px;
}
.googleBlock .picture {
  width: 207px;
  height: 207px;
  background-color: white;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 50px;
}
.googleBlock + .inputList {
  margin-top: 50px;
}

.formBalance {
  padding: 47px 0 23px;
}
.formBalance .list {
  margin-top: 59px;
}
.formBalance .list .item {
  display: flex;
  align-items: center;
  min-height: 82px;
  border: solid 2px #DC052D;
  background-color: rgba(16, 22, 56, 0.33);
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}
.formBalance .list .item:focus, .formBalance .list .item:hover {
  border-color: #DC052D;
}
.formBalance .list .item:focus .exchange, .formBalance .list .item:hover .exchange {
  border-color: #DC052D;
}
.formBalance .list .item:focus .btn, .formBalance .list .item:hover .btn {
  opacity: 1;
}
.formBalance .list .item + .item {
  margin-top: 28px;
}
.formBalance .tokenBalance {
  position: relative;
  width: 25%;
  padding-left: 84px;
}
.formBalance .tokenBalance .pic {
  position: absolute;
  left: 26px;
  top: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #323f68;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border-radius: 50%;
  margin-top: -17px;
}
.formBalance .tokenBalance .pic:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-image: url("../img/back_balance.png");
  background-repeat: no-repeat;
  width: 49px;
  height: 49px;
  left: -10px;
  top: -9px;
}
.formBalance .tokenBalance .name {
  font-size: 16px;
  letter-spacing: 0.025em;
  display: block;
  font-weight: bold;
}
.formBalance .tokenBalance .val {
  font-size: 20px;
  color: #e81010;
  font-weight: 600;
  display: block;
  margin-top: 5px;
  letter-spacing: 0.025em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.formBalance .exchange {
  position: relative;
  width: calc(20% - 18px);
  min-height: 77px;
  height: 100%;
  background-color: rgba(26, 41, 108, 0.33);
  border-left: solid 2px #323f68;
  border-right: solid 2px #323f68;
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
}
.formBalance .exchange .txt {
  font-size: 16px;
  letter-spacing: 0.025em;
  font-weight: bold;
  text-align: center;
  display: block;
}
.formBalance .amount {
  display: flex;
  align-items: center;
  width: calc(40% - 5px);
}
.formBalance .amount .inputLine {
  display: flex;
  align-items: center;
}
.formBalance .amount .inputLine label {
  color: #a1b1d3;
  font-size: 16px;
  margin: 0;
  width: 170px;
  text-align: right;
  padding-right: 11px;
  letter-spacing: 0.025em;
}
.formBalance .amount .inputLine input {
  width: 180px;
  height: 40px;
  color: white;
  padding-bottom: 2px;
}
.formBalance .amount .value {
  margin-left: 16px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.025em;
}
.formBalance .amount .value span {
  margin-left: 7px;
  word-break: break-all;
}
.formBalance .btn {
  padding: 9px 0;
  font-size: 13px;
  width: calc(20% - 65px);
  opacity: 0.33;
}

@media (max-width: 1899px) {
  .roadMapWrapper .shadow.TopLeft, .roadMapWrapper .shadow.BottomLeft {
    left: -150px;
  }
  .roadMapWrapper .shadow.TopRight, .roadMapWrapper .shadow.BottomRight {
    right: -50px;
  }
}
@media (max-width: 1599px) {
  .container {
    width: 1300px;
  }

  .cabWrapper .container {
    width: 1339px;
  }

  .greetingsMain .greetingText {
    max-width: 55%;
  }
  .greetingsMain .greetingButtons {
    margin-left: -646px;
  }
  .greetingsMain .textTokenInvis {
    left: -334px;
  }

  .sliderGreetings .slick-prev {
    left: calc(50% - 647px);
  }
  .sliderGreetings .slick-next {
    left: calc(50% - 575px);
  }

  .aboutMainWrapper .aboutMain .textBlock .btn {
    margin-top: 28px;
  }

  .economicsWrapper .economics .grafic {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    right: 70px;
    top: -32px;
    width: 729px;
  }
  .economicsWrapper .economics .grafic .grafiTotal {
    padding-right: 0;
  }
  .economicsWrapper .economics .textTokenInvis {
    left: 60px;
  }

  .tokenWrapper {
    padding: 122px 0 25px;
  }

  .roadMapWrapper .roadMap:after {
    width: calc(100% - 80px);
    left: 45px;
  }
  .roadMapWrapper .slickArrowNext {
    right: 10px;
  }
  .roadMapWrapper .textTokenInvis {
    left: -280px;
  }

  .sliderRoadMap .item.passed .in::before {
    opacity: 0;
  }
  .sliderRoadMap .item.passed + .passed .in::before {
    opacity: 1;
  }

  .newsWrapper .newsBlock {
    margin-left: -18px;
    margin-right: -19px;
  }

  .newsBlock .item {
    width: calc(33.3333333333% - 31px);
    margin: 0 15px;
  }

  .partnersWrapper .partners .list {
    margin-left: -65px;
    margin-right: -65px;
  }

  .footer .textTokenInvis {
    left: -280px;
  }

  .about .aboutText .picture {
    margin-bottom: 135px;
  }

  .sliderAboutWrapper {
    padding: 116px 100px 65px;
  }
  .sliderAboutWrapper .sliderAbout .item .picture {
    height: 150px;
  }

  .faqWrapper .faqTabs .faqTabsHead li .faqTab {
    font-size: 20px;
    padding-left: 90px;
    line-height: 34px;
  }

  .loginWrapper {
    background-position: 80% 0;
  }

  .cabHeader .balance {
    width: 304px;
  }

  .sliderContracts .item {
    padding: 25px 108px 20px;
  }

  .filterBl .col.filterDate {
    width: 24%;
  }
  .filterBl .col.filterType {
    width: 19%;
  }
  .filterBl .btn {
    width: 109px;
  }
}
@media (max-width: 1399px) {
  .container {
    width: 1170px;
  }

  .cabWrapper .container {
    width: 1160px;
  }

  .header .menu {
    width: calc(100% - 202px);
    right: 0;
  }
  .header .menu .link + .link {
    margin-left: 30px;
  }
  .header .menu .link + .signIn {
    margin-left: 89px;
  }

  .sliderGreetings .item {
    padding: 112px 69px;
  }
  .sliderGreetings .slick-prev {
    left: calc(50% - 527px);
  }
  .sliderGreetings .slick-next {
    left: calc(50% - 455px);
  }

  .greetingsMain .greetingButtons {
    margin-left: -526px;
  }
  .greetingsMain .textTokenInvis {
    left: -433px;
  }

  .aboutMainWrapper .aboutMain .picOne {
    width: 479px;
    height: 678px;
    left: 14px;
    top: 14px;
  }
  .aboutMainWrapper .aboutMain .picTwo {
    width: 447px;
    height: 404px;
    left: 172px;
    top: 475px;
  }
  .aboutMainWrapper .aboutMain .textBlock {
    padding-right: 5px;
  }
  .aboutMainWrapper .aboutMain .textBlock .textBlockInner {
    padding-top: 39px;
  }
  .aboutMainWrapper .aboutMain .textBlock .text {
    margin-top: 13px;
    line-height: 40px;
  }
  .aboutMainWrapper .aboutMain .textBlock .btn {
    margin-top: 46px;
  }

  .economicsWrapper {
    padding-top: 144px;
  }
  .economicsWrapper .economics .grafic {
    right: 100px;
    bottom: 30px;
    top: auto;
  }
  .economicsWrapper .economics .textSimple {
    width: calc(50% - 190px);
  }
  .economicsWrapper .economics .textTokenInvis {
    left: 0px;
  }

  .highcharts-label .name {
    font-size: 15px !important;
  }

  .tokenWrapper {
    padding: 35px 0 25px;
  }

  .roadMapWrapper {
    position: relative;
    padding: 91px 0 159px;
  }
  .roadMapWrapper .slickArrowPrev {
    left: 15px;
  }
  .roadMapWrapper .slickArrowNext {
    right: 15px;
  }
  .roadMapWrapper .shadow {
    display: none;
  }
  .roadMapWrapper .roadMap {
    max-width: 100%;
  }

  .sliderRoadMap .slick-list {
    overflow: hidden;
  }

  .newsWrapper .newsBlock {
    margin-left: -5px;
    margin-right: -5px;
  }

  .newsBlock .item {
    width: calc(33.3333333333% - 20px);
    margin: 0 10px;
  }

  .partnersWrapper .partners .list {
    margin-top: 72px;
    margin-left: 0;
    margin-right: 0;
    min-height: 340px;
  }

  .partnersWrapper {
    padding: 185px 0 190px;
  }

  .greetingsPage {
    padding: 109px 0 77px;
  }

  .cabStateBlock .cabStateList .line.invis {
    padding: 10px 10px 10px 0px;
  }

  .cabHeader .balance {
    width: 244px;
    margin-left: 7px;
    padding: 9px 0 9px 71px;
  }
  .cabHeader .balance .iconBl {
    left: 11px;
  }
  .cabHeader .balance .val {
    white-space: nowrap;
    width: 105%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    z-index: 5;
    position: relative;
  }

  .cabMenuWrapper .cabMenu .cabMenuLink {
    font-size: 17px;
  }

  .cabStateBlock {
    padding: 59px 0 54px;
    width: 100%;
  }

  .filterBl .col.filterDate {
    width: 28%;
  }
  .filterBl .col.filterStatus, .filterBl .col.filterType {
    width: 14%;
  }
  .filterBl .btn {
    width: 118px;
  }

  .details .datailsForm {
    padding: 60px 30px 30px;
  }
  .details .btn {
    top: 57px;
  }

  .formBalance .exchange {
    width: calc(15% - 18px);
  }
  .formBalance .list .item {
    justify-content: space-between;
    padding-right: 25px;
  }
  .formBalance .amount {
    width: calc(50% - 5px);
  }

  .loader {
    background-size: cover;
  }

  .sliderSelectContracts .slick-prev {
    left: 0;
  }
  .sliderSelectContracts .slick-next {
    right: 0;
  }
}
@media (max-width: 1199px) {
  .newsBlock .item .link {
    min-height: 90px;
    display: block;
    overflow: hidden;
  }

  .container {
    width: 1000px;
  }

  .header .menu {
    width: calc(100% - 312px);
    flex-wrap: wrap;
    padding-top: 55px;
    justify-content: space-between;
  }
  .header .menu .link + .link {
    margin-left: 0;
  }
  .header .menu .link.linkLogin {
    position: absolute;
    right: 0;
    top: -12px;
  }
  .header .menu .link.linkLogin + .linkLogin {
    margin-left: 0;
  }
  .header .menu .link.linkLogin.signIn {
    right: 140px;
  }

  .greetingsMain .greetingText {
    max-width: 70%;
  }

  .sliderGreetings .item {
    padding: 112px 81px;
  }

  .greetingsMain .greetingButtons {
    margin-left: -426px;
  }
  .greetingsMain .textTokenInvis {
    left: -33px;
  }

  .sliderGreetings .slick-next {
    left: calc(50% - 355px);
  }
  .sliderGreetings .slick-prev {
    left: calc(50% - 427px);
  }

  .aboutMainWrapper .aboutMain .picOne {
    width: 447px;
    height: 678px;
  }
  .aboutMainWrapper .aboutMain .picTwo {
    width: 446px;
    left: 88px;
  }
  .aboutMainWrapper .aboutMain .textBlock .btn {
    margin-top: 26px;
  }

  .economicsWrapper {
    padding-top: 65px;
  }
  .economicsWrapper .economics .grafic {
    right: -117px;
    bottom: -41px;
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }
  .economicsWrapper .economics .textTokenInvis {
    left: -90px;
  }
  .economicsWrapper .economics .textSimple {
    width: calc(50% - 30px);
    margin-top: 41px;
  }

  .textSimple h3 {
    line-height: 42px;
  }
  .textSimple h3 + p {
    margin-top: 50px;
  }

  .tokenWrapper {
    padding: 98px 0 25px;
  }

  .newsWrapper .newsBlock {
    margin-left: -12px;
    margin-right: -12px;
    padding-bottom: 71px;
  }

  .newsBlock .item {
    width: calc(33.3333333333% - 26px);
    margin: 0 13px;
  }
  .newsBlock .item .info {
    padding: 33px 8px 21px;
  }

  .partnersWrapper .partners .list .item {
    padding: 0 45px;
  }

  .footer .textTokenInvis {
    left: -473px;
  }

  .about .aboutText {
    position: relative;
  }
  .about .aboutText.aboutTextLeft .picture {
    margin-left: 30px;
  }
  .about .aboutText.aboutTextRight .picture {
    margin-right: 30px;
  }
  .about .aboutText .titleBlock {
    margin-bottom: 30px;
  }
  .about .aboutText .text {
    margin-top: 50px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }

  .chooseBlock .list {
    gap: 20px;
  }
  .chooseBlock .list .item {
    padding: 25px;
  }

  .moreTextBlock .text {
    max-width: 70%;
  }

  .contactsWrapper .contactsForm .inputLine:nth-child(1), .contactsWrapper .contactsForm .inputLine:nth-child(2) {
    width: calc(50% - 5px);
  }
  .contactsWrapper .contactsForm .btn {
    margin-top: 50px;
  }

  .faqWrapper .faqTabs .faqTabsHead li {
    width: 25%;
  }

  .news .pagination {
    margin-top: 0;
  }

  .loader {
    background-size: cover;
  }

  .cabWrapper .container {
    width: 1020px;
  }

  .cabHeader .cabHeadButton {
    width: 193px;
  }
  .cabHeader .balance {
    width: 194px;
    margin-left: 7px;
    padding: 9px 0 9px 19px;
  }
  .cabHeader .balance .iconBl {
    display: none;
  }

  .cabStateBlock .cabStateList .line {
    padding: 0 10px;
  }
  .cabStateBlock .cabStateList .line.invis {
    padding: 10px 17px 10px 7px;
  }
  .cabStateBlock .cabStateList .line.invis .item {
    padding-left: 0;
  }
  .cabStateBlock .cabStateList .line.invis .icon {
    display: none;
  }

  .cabMenuWrapper .cabMenu .cabMenuLink {
    font-size: 15px;
  }
  .cabMenuWrapper .cabMenu .cabMenuLink::before {
    top: calc(100% + 8px);
  }

  .filterBl .col.filterDate {
    width: 28%;
  }
  .filterBl .col.filterStatus, .filterBl .col.filterType {
    width: 12%;
  }
  .filterBl .btn {
    width: 109px;
  }

  .sliderSelectContracts .slick-prev {
    left: 0;
  }
  .sliderSelectContracts .slick-next {
    right: 0;
  }

  .details .datailsForm {
    padding: 15px;
    margin-top: 30px;
  }
  .details .inputList {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .details .btn {
    top: 42px;
  }

  .settings .setLine .formSettings {
    padding: 60px 30px 30px;
  }
  .settings .setLine .formSettings .btn {
    top: 57px;
  }
  .settings .setLine.setSecurity .formSettings {
    padding: 60px 30px 30px;
  }

  .formBalance .exchange {
    width: calc(20% - 18px);
  }
  .formBalance .amount {
    width: calc(40% - 5px);
    padding: 0 15px;
  }
  .formBalance .amount .value {
    position: relative;
    top: 10px;
  }
  .formBalance .amount .inputLine {
    display: block;
    text-align: left;
  }
  .formBalance .amount .inputLine label {
    text-align: left;
  }

  .roadMapWrapper .roadMap {
    max-width: calc(90% + 37px);
  }
}
@media (max-width: 1023px) {
  .container {
    width: 768px;
    padding: 0 10px;
  }

  .header .menu {
    width: calc(100% - 175px);
    padding-top: 35px;
  }
  .header .menu .link {
    font-size: 16px;
  }

  .backImageMain {
    width: 100%;
    min-height: 1000px;
    background-position: center 0;
    background-size: 120% auto;
  }

  .greetingsMain .cap {
    font-size: 70px;
    line-height: 70px;
  }
  .greetingsMain .text {
    font-size: 18px;
    margin-top: 20px;
    line-height: 33px;
  }
  .greetingsMain .greetingButtons {
    margin-left: -327px;
    bottom: 155px;
  }

  .sliderGreetings {
    max-width: 658px;
    margin: 0 auto;
  }
  .sliderGreetings .item {
    padding: 112px 0;
  }
  .sliderGreetings .slick-arrow {
    bottom: 80px;
  }
  .sliderGreetings .slick-prev {
    left: calc(50% - 328px);
  }
  .sliderGreetings .slick-next {
    left: calc(50% - 265px);
  }

  .textTokenInvis {
    display: none;
  }

  .aboutMainWrapper {
    padding-top: 50px;
  }
  .aboutMainWrapper .aboutMain .picOne {
    width: 327px;
    height: 455px;
  }
  .aboutMainWrapper .aboutMain .picTwo {
    width: 350px;
    left: 0;
    top: 508px;
  }
  .aboutMainWrapper .aboutMain .textBlock {
    font-size: 20px;
  }
  .aboutMainWrapper .aboutMain .textBlock .textBlockInner {
    padding: 15px 0 0;
  }

  .titleBlock .cap {
    font-size: 30px;
    line-height: 50px;
  }

  .economicsWrapper {
    padding-top: 150px;
  }
  .economicsWrapper .economics .textSimple {
    width: 100%;
    margin-top: 41px;
  }
  .economicsWrapper .economics .textSimple h3 + p {
    margin-top: 450px;
  }
  .economicsWrapper .economics .grafic {
    right: auto;
    bottom: auto;
    top: 50%;
    margin-top: -300px;
    margin-left: -410px;
    margin-right: 0;
    left: 50%;
  }

  .roadMapWrapper .roadMap {
    max-width: 650px;
  }
  .roadMapWrapper .roadMap::after {
    width: 100%;
    left: 0;
    margin-top: 82px;
  }
  .roadMapWrapper .shadow.TopLeft, .roadMapWrapper .shadow.BottomLeft {
    display: none;
  }
  .roadMapWrapper .shadow.TopRight, .roadMapWrapper .shadow.BottomRight {
    right: -140px;
  }
  .roadMapWrapper .slickArrowPrev,
.roadMapWrapper .slickArrowNext {
    margin-top: 65px;
  }

  .newsBlock .item {
    width: calc(50% - 33px);
    margin: 0 13px 26px;
  }

  .partnersWrapper .partners .list {
    grid-template-columns: repeat(2, 1fr);
  }
  .partnersWrapper .partners .list .item {
    padding: 40px 45px;
    border: 0 !important;
    border-bottom: solid 1px #18203b !important;
  }
  .partnersWrapper .partners .list .item:nth-child(2n) {
    border-left: solid 1px #18203b !important;
  }
  .partnersWrapper .partners .list .item:nth-last-child(-n+2) {
    border-bottom: 0 !important;
  }

  .footer {
    min-height: 410px;
  }

  .greetingsPage {
    padding: 111px 50px 40px;
  }
  .greetingsPage .cap {
    font-size: 70px;
    line-height: 70px;
  }

  .aboutWrapper {
    padding: 135px 0;
  }

  .about .aboutText .titleBlock {
    height: 100px;
    overflow: hidden;
    margin-bottom: 500px;
  }
  .about .aboutText .picture {
    position: absolute;
    top: 120px;
    left: 0;
    float: none !important;
    margin: 0 !important;
    width: 100%;
    height: 450px;
  }

  .chooseBlock {
    padding: 70px 0;
  }
  .chooseBlock .list {
    margin-top: 40px;
    grid-template-columns: repeat(2, 1fr);
  }

  .moreTextBlock {
    padding: 205px 0 0;
  }
  .moreTextBlock .text {
    max-width: 90%;
  }

  .sliderAboutWrapper {
    padding: 55px 100px 55px;
  }

  .contactsWrapper {
    padding: 140px 0 100px;
  }
  .contactsWrapper .contactsInfo,
.contactsWrapper .contactsForm {
    width: 100%;
  }
  .contactsWrapper .contactsInfo .info {
    margin-top: 30px;
  }
  .contactsWrapper .contactsInfo .info li + li {
    margin-top: 35px;
  }
  .contactsWrapper .contactsForm {
    margin-top: 50px;
  }

  .news {
    padding: 140px 0 199px;
  }

  .faqWrapper .faqTabs .faqTabsHead {
    flex-wrap: wrap;
    padding-bottom: 0;
    margin-bottom: 45px;
  }
  .faqWrapper .faqTabs .faqTabsHead li {
    width: 50%;
    margin-bottom: 25px;
  }
  .faqWrapper .faqTabs .faqTabsHead li .faqTab::after {
    display: none;
  }
  .faqWrapper .faqList {
    margin-top: 30px;
  }
  .faqWrapper .faqList .faqItem .faqAnswer .text {
    padding: 15px;
    font-size: 18px;
    line-height: 24px;
  }

  .rulesWrapper .rulesList {
    margin-top: 50px;
  }
  .rulesWrapper .rulesTop .titleBlock + .textSimple {
    margin-top: 30px;
  }
  .rulesWrapper .rulesTop .textSimple {
    font-size: 18px;
  }
  .rulesWrapper .rulesTop .textSimple p {
    line-height: 33px;
  }

  .rulesList {
    padding-top: 50px;
  }
  .rulesList .rulesItem + .rulesItem {
    margin-top: 50px;
  }

  .loginWrapper {
    background-position: 80% 0;
  }
  .loginWrapper .login {
    max-width: 465px;
    margin: 0 auto;
    padding: 130px 10px 20px;
  }

  .cabWrapper .container {
    width: 768px;
  }
  .cabWrapper .menuBurger {
    top: 168px;
    display: block;
    z-index: 11;
  }

  .cabMenuWrapper {
    display: none;
    position: absolute;
    left: -10px;
    top: 98px;
    background-color: #180606;
    z-index: 10;
    width: calc(100% + 20px);
    padding: 85px 0 15px;
  }
  .cabMenuWrapper .cabMenu .cabMenuLink {
    width: 100%;
    display: block;
    padding: 15px 16px;
    font-size: 18px;
    font-weight: 600;
    border-top: solid 2px #353f65;
  }
  .cabMenuWrapper .cabMenu .cabMenuLink::before {
    display: none;
  }

  .cabHeader .cabHeadWrap {
    padding: 15px 0;
    justify-content: space-between;
  }
  .cabHeader .cabHeadWrap .clock {
    display: none;
  }
  .cabHeader .logo {
    top: 103px;
    width: 105px;
    margin-left: -52.5px;
    z-index: 11;
  }
  .cabHeader .cabHeadButton {
    width: 45%;
  }
  .cabHeader .balance {
    background: transparent;
    width: 45%;
    margin: 0;
    padding: 9px 0 9px 80px;
  }
  .cabHeader .balance .iconBl {
    display: block;
  }
  .cabHeader .balance::before {
    display: none;
  }

  .cabStateBlock .cabStateList {
    position: relative;
    padding: 86px 0;
    display: flex;
    justify-content: space-between;
  }
  .cabStateBlock .cabStateList:before {
    content: "";
    display: block;
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-image: url("../img/back-mobile-state.png");
    width: 1162px;
    height: 264px;
    background-position: center 0;
    left: 50%;
    margin-left: -590px;
    top: 0;
  }
  .cabStateBlock .cabStateList .line {
    width: 50%;
    padding: 0 !important;
  }
  .cabStateBlock .cabStateList .line.invis {
    background: transparent;
    position: relative;
    right: auto;
    top: auto;
    padding: 10px 17px 10px 7px;
  }
  .cabStateBlock .cabStateList .line.invis .icon {
    display: block;
  }
  .cabStateBlock .cabStateList .line.invis::before {
    display: none;
  }
  .cabStateBlock .cabStateList .item {
    padding: 0 0 0 66px !important;
    text-align: left !important;
    min-height: 51px;
    margin-bottom: 19px;
  }
  .cabStateBlock .cabStateList .item .icon {
    right: auto !important;
    left: 1px !important;
  }

  .cabStateBlock {
    padding: 59px 0 0;
  }

  .sliderContracts::before {
    display: none;
  }
  .sliderContracts .item {
    padding: 215px 28px 20px;
  }
  .sliderContracts .circleBlock {
    top: -154px;
  }
  .sliderContracts .slick-prev,
.sliderContracts .slick-next {
    margin-top: -76px;
  }

  .purchasedСontracts .sliderContracts {
    margin-top: 200px;
  }

  .filterBl {
    flex-wrap: wrap;
  }
  .filterBl .col:nth-child(1) {
    order: 1;
  }
  .filterBl .col:nth-child(2) {
    order: 3;
  }
  .filterBl .col:nth-child(3) {
    order: 2;
  }
  .filterBl .col:nth-child(4) {
    order: 4;
  }
  .filterBl .col.filterDate {
    width: 48%;
  }
  .filterBl .col.filterStatus, .filterBl .col.filterType {
    width: 48%;
  }
  .filterBl .btn {
    order: 5;
    width: 100%;
    margin-top: 15px;
  }

  .table {
    border: 0;
  }
  .table .thead {
    display: none;
  }
  .table .tbody {
    display: block;
    border: 0;
  }
  .table .tbody .tr {
    display: block;
    border: 0;
  }
  .table .tbody .tr .td {
    display: flex;
    align-items: center;
    width: 100%;
    border: 0 !important;
    border-top: solid 2px #353f65 !important;
    text-align: left !important;
    min-height: 40px;
  }
  .table .tbody .tr .td .titleMobile {
    display: block;
    text-align: left;
  }
  .table .tbody .tr .td > * {
    width: 50%;
  }
  .table .tbody .tr .td:last-child {
    border-bottom: solid 2px #353f65 !important;
  }
  .table .tbody .tr + .tr {
    margin-top: 30px;
  }

  .buyContract .row .line:first-child {
    grid-row: 1/3;
    grid-column: 1/3;
  }

  .contractsTabs .tabsBody {
    padding: 183px 0 80px;
  }

  .settings .setLeft,
.settings .setRight {
    width: calc(50% - 15px);
  }

  .googleBlock + .inputList {
    margin-top: 55px;
  }

  .formBalance .list .item {
    padding: 0;
    padding-top: 20px;
    flex-wrap: wrap;
  }
  .formBalance .list .item .tokenBalance {
    width: 50%;
  }
  .formBalance .list .item .exchange {
    width: 100%;
    border: 0;
    order: 5;
    margin-top: 20px;
  }
  .formBalance .list .item .amount {
    width: 50%;
  }
  .formBalance .list .item .btn {
    order: 6;
    width: 100%;
    padding: 15px 0;
  }

  .roadMapWrapper:after {
    margin-left: -1130px;
  }

  .newsBlock .item .link {
    min-height: 60px;
  }
}
@media (min-width: 768px) {
  .header .menu {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 12px;
  }

  .cabMenuWrapper {
    background-size: cover;
  }

  .header .headerWrap {
    /*padding: 31px 0;*/
  }
  .header .logo {
    width: 106px;
    left: 0;
    top: 1px;
    display: block;
    z-index: 11;
  }
  .header .menu {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #180606;
    z-index: 10;
    width: 100%;
    padding: 161px 0;
  }
  .header .menu .link {
    display: block;
    padding: 15px 16px;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    border-top: solid 2px #353f65;
  }
  .header .menu .link::before {
    display: none;
  }
  .header .menu .link.linkLogin {
    position: relative;
    width: 100%;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    border: 0;
    padding: 17px 16px;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    border-top: solid 2px #353f65;
  }

  .menuBurger {
    display: block;
    z-index: 11;
  }

  .socialInvis {
    left: auto;
    top: -178px;
    right: 10px;
    z-index: 11;
  }
  .socialInvis ul {
    display: flex;
  }
  .socialInvis ul li + li {
    margin-top: 0;
    margin-left: 15px;
  }

  .greetingsMain .greetingsText {
    max-width: 64%;
  }
  .greetingsMain .greetingButtons {
    margin-left: 0;
    bottom: 69px;
    left: 9px;
  }
  .greetingsMain .cap {
    line-height: 77px;
  }
  .greetingsMain .text {
    margin-top: 37px;
    max-width: 90%;
  }
  .greetingsMain .btn + .btn {
    margin-left: 18px;
  }

  .sliderGreetings {
    max-width: 100%;
  }
  .sliderGreetings .item {
    padding: 27px 0;
  }

  .aboutMainWrapper {
    padding-top: 31px;
  }
  .aboutMainWrapper .aboutMain {
    min-height: 935px;
  }
  .aboutMainWrapper .aboutMain .textBlock {
    width: 100%;
    padding-right: 0;
  }
  .aboutMainWrapper .aboutMain .textBlock .text {
    margin-top: 12px;
    line-height: 31px;
  }
  .aboutMainWrapper .aboutMain .textBlock .textBlockInner {
    padding: 110px 5px 15px 55%;
  }
  .aboutMainWrapper .aboutMain .textBlock .textBlockInner .text {
    font-size: 16px;
    line-height: 25px;
  }
  .aboutMainWrapper .aboutMain .textBlock .btn {
    margin-top: 64px;
  }
  .aboutMainWrapper .aboutMain .picOne {
    width: 281px;
    height: 395px;
    left: 7px;
    top: 260px;
    background-size: cover;
  }
  .aboutMainWrapper .aboutMain .picTwo {
    width: 298px;
    left: 0;
    top: 685px;
    height: 245px;
    background-size: cover;
  }

  .titleBlock .desc {
    font-size: 18px;
  }
  .titleBlock .cap {
    font-size: 30px;
    line-height: 41px;
    margin-top: 3px;
  }

  .economicsWrapper {
    padding-top: 117px;
  }
  .economicsWrapper .economics .grafic {
    margin-top: -311px;
    margin-left: -401px;
  }
  .economicsWrapper .economics .titleBlock {
    width: 100%;
  }
  .economicsWrapper .economics .textSimple {
    margin-top: 16px;
  }
  .economicsWrapper .economics .textSimple h3 {
    line-height: 30px;
    font-size: 20px;
  }
  .economicsWrapper .economics .textSimple h3 + p {
    margin-top: 503px;
  }
  .economicsWrapper .economics .textSimple p {
    font-size: 16px;
    line-height: 25px;
  }

  .tokenWrapper .token input {
    margin-top: 40px;
  }

  .roadMapWrapper {
    padding: 119px 0 71px;
  }
  .roadMapWrapper .roadMap {
    max-width: 100%;
  }
  .roadMapWrapper .roadMap::after {
    width: 475px;
    left: 50%;
    margin-top: 49px;
    margin-left: -240px;
  }
  .roadMapWrapper .slickArrowPrev,
.roadMapWrapper .slickArrowNext {
    margin-top: 32px;
  }

  .sliderRoadMap {
    overflow: hidden;
    max-width: 525px;
    margin-top: 40px;
  }
  .sliderRoadMap .item.passed .info:after {
    border-color: #DC052D;
  }
  .sliderRoadMap .item.passed .in::before {
    opacity: 0 !important;
  }
  .sliderRoadMap .item:nth-child(2n) .info:after {
    top: -125px;
    height: 111px;
  }
  .sliderRoadMap .item .info {
    position: relative;
  }
  .sliderRoadMap .item .info li {
    white-space: normal;
  }
  .sliderRoadMap .item .info li::before {
    top: 8px;
    margin-top: 0;
  }
  .sliderRoadMap .item .info:after {
    content: "";
    display: block;
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    left: 30px;
    top: calc(100% + 5px);
    width: 1px;
    height: 100px;
    border-left: dashed 1px #8395bb;
  }
  .sliderRoadMap .item .name:after {
    display: none;
  }

  .newsWrapper .newsBlock {
    margin-top: 51px;
    margin-left: -14px;
    margin-right: -14px;
    padding-bottom: 5px;
  }

  .newsBlock .item {
    width: calc(50% - 20px);
    margin: 0 8px 26px;
  }
  .newsBlock .item .info {
    padding: 33px 14px 20px 16px;
  }
  .newsBlock .item .picture {
    height: 210px;
  }
  .newsBlock .item .link {
    min-height: 85px;
    display: block;
  }
  .newsBlock .item .text {
    width: 100%;
    height: 90px;
  }
  .newsBlock .item .linkMore {
    margin-top: 41px;
  }

  .partnersWrapper {
    padding: 116px 0 111px;
  }
  .partnersWrapper .partners .list {
    margin-top: 35px;
  }
  .partnersWrapper .partners .list .item {
    padding: 66px 45px;
  }

  .footer {
    min-height: 320px;
  }
  .footer .logo {
    width: 120px;
    margin-top: -58px;
  }
  .footer .footerMenu {
    margin-top: 43px;
    padding: 0 52px;
  }
  .footer .footerMenu ul {
    justify-content: space-between;
  }
  .footer .footerMenu ul li .link {
    font-size: 16px;
    margin: 0;
  }
  .footer .footerSocial ul li a {
    width: 45px;
    height: 45px;
  }
  .footer .copyRight {
    margin-top: 34px;
  }

  .greetingsPage {
    padding: 20px 0 0;
    text-align: center;
  }

  .faqWrapper {
    padding: 30px 0;
  }

  .sliderAboutWrapper .sliderAbout .slick-slide {
    margin-right: 5px;
    margin-left: 5px;
  }

  .aboutWrapper {
    padding: 50px 0;
  }

  .faqWrapper .faqTabs .faqTabsHead li {
    width: 100%;
    margin-bottom: 35px;
  }
  .faqWrapper .faqTabs .faqTabsHead li .faqTab {
    line-height: 26px;
  }

  .faqList .faqItem .faqQuest {
    font-size: 18px;
  }

  .notAnswerBlock {
    padding: 124px 0 50px;
  }

  .news {
    padding: 70px 0 100px;
  }

  .rulesList .rulesItem .cap {
    font-size: 40px;
  }

  .rulesWrapper {
    padding: 50px 0;
  }

  .loader::before {
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1200px;
    margin-left: 0;
    margin-bottom: -500px;
    background-size: contain;
    top: 50%;
    margin-top: -760px;
  }

  .modalsScroll .modalsContent {
    padding: 44px 10px;
  }
  .modalsScroll .modalsContent::before {
    display: none;
  }
  .modalsScroll .blockMod {
    width: 100%;
    max-width: 100%;
    border-top: solid 2px #323f68;
  }

  .modalList li {
    flex-wrap: wrap;
    padding: 0 15px;
  }

  .cabWrapper main {
    width: 100%;
  }
  .cabWrapper .container {
    width: 100%;
  }
  .cabWrapper .menuBurger {
    top: 155px;
  }

  .cabHeader .cabHeadWrap {
    padding: 10px 0;
  }
  .cabHeader .cabHeadButton {
    width: 48%;
  }
  .cabHeader .logo {
    top: 100px;
    width: 105px;
    margin-left: -50px;
  }

  .cabStateBlock .cabStateList {
    padding: 80px 0 38px;
  }
  .cabStateBlock .cabStateList .line.invis {
    width: calc(50% - 80px);
  }
  .cabStateBlock .cabStateList::before {
    top: -6px;
  }

  .cabTitlePage {
    padding: 31px 0 0;
  }
  .cabTitlePage .cap {
    font-size: 30px;
    padding: 0;
  }
  .cabTitlePage::after, .cabTitlePage::before {
    display: none;
  }

  .purchasedСontracts {
    padding: 7px 0;
  }
  .purchasedСontracts .sliderContracts {
    margin-top: 213px;
  }

  .sliderContracts .item {
    padding: 201px 24px 20px;
  }
  .sliderContracts .item .info li {
    padding-right: 15px;
  }
  .sliderContracts .item .info li:nth-child(4), .sliderContracts .item .info li:nth-child(5), .sliderContracts .item .info li:nth-child(6) {
    padding-left: 15px;
    padding-right: 78px;
  }
  .sliderContracts .slick-prev {
    margin-top: -79px;
    left: 27px;
  }
  .sliderContracts .slick-next {
    margin-top: -79px;
    right: 30px;
  }
  .sliderContracts .circleBlock {
    top: -193px;
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    padding: 57px 0;
  }
  .sliderContracts .circleBlock .iconBl {
    font-size: 56px;
  }
  .sliderContracts .circleBlock .title {
    font-size: 18px;
  }
  .sliderContracts .circleBlock .val {
    font-size: 27px;
  }

  .cabTitle {
    font-size: 18px;
  }

  .filterBl {
    margin-top: 37px;
  }
  .filterBl .col {
    margin-bottom: 15px;
  }
  .filterBl .btn {
    margin-top: 17px;
  }

  .cabMenuWrapper {
    left: -15px;
    top: 87px;
    width: calc(100% + 30px);
  }

  .sliderSelectContracts .item {
    padding: 30px 0;
  }

  .buyContract {
    padding: 59px 0 30px;
  }
  .buyContract .row {
    display: block;
  }
  .buyContract .row .line + .line {
    margin-top: 20px;
  }
  .buyContract .buyData {
    padding: 50px 0;
  }

  .contractsTabs .tabsBody {
    padding: 215px 0 50px;
  }
  .contractsTabs .listLinks li .linkTab {
    font-size: 16px;
  }

  .settings .inputList {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .settings .setLine .formSettings {
    margin-top: 30px;
    padding: 30px 15px;
  }
  .settings .setLine .formSettings .btn {
    top: 55px;
  }
  .settings .setLine.setSecurity .formSettings {
    padding: 30px 15px;
  }

  .roadMapWrapper::after {
    margin-left: -510px;
    top: -771px;
  }

  .partnersWrapper:before {
    top: -1240px;
  }
}
@media (max-width: 639px) {
  .greetingsMain .greetingText {
    max-width: 100%;
  }
  .greetingsMain .cap {
    line-height: 57px;
    font-size: 50px;
  }

  .aboutMainWrapper .aboutMain .picture {
    top: auto;
    left: auto;
    position: relative;
    margin: 0 auto;
    margin-top: 30px;
  }
  .aboutMainWrapper .aboutMain .picture + .picture {
    margin-top: 30px;
  }
  .aboutMainWrapper .aboutMain .textBlock .textBlockInner {
    padding: 30px 0 0;
  }

  .sliderRoadMap {
    max-width: 380px;
  }

  .roadMapWrapper .roadMap:after {
    width: 335px;
    left: 50%;
    margin-top: 49px;
    margin-left: -170px;
  }

  .sliderRoadMap .item .info:after {
    display: none;
  }

  .newsWrapper .newsBlock {
    max-width: 380px;
    margin: 50px auto 0;
  }

  .newsBlock .item {
    width: 100%;
    margin: 0 0 26px;
  }

  .footer {
    min-height: auto;
    padding-bottom: 30px;
  }
  .footer .footerMenu {
    padding: 0 15px;
  }
  .footer .footerMenu ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer .footerMenu ul li .link {
    margin: 5px 20px;
    display: table;
  }

  .chooseBlock .list {
    grid-template-columns: repeat(1, 1fr);
  }

  .loginWrapper .linkHome {
    left: 10px;
  }
  .loginWrapper .signUp .inputLine {
    width: 100% !important;
  }
  .loginWrapper .signUp .titleBlock {
    margin-bottom: 30px;
  }

  .loader {
    min-height: auto;
    padding-bottom: 79px;
  }
  .loader:before {
    margin-top: -540px;
  }
  .loader:after {
    bottom: -70px;
  }
  .loader .percent {
    font-size: 95px;
    left: 0;
    line-height: 120px;
  }
  .loader .text {
    font-size: 30px;
    left: 0;
  }

  .cabStateBlock .cabStateList {
    width: calc(100% + 30px);
    left: -15px;
    flex-wrap: wrap;
    padding: 70px 7px 38px;
  }
  .cabStateBlock .cabStateList::before {
    background-image: url("../img/back-state-32.png");
    height: 459px;
  }
  .cabStateBlock .cabStateList .line {
    width: 100%;
  }
  .cabStateBlock .cabStateList .line.invis {
    width: 100%;
  }
  .cabStateBlock .cabStateList .line.invis:last-child {
    margin-top: 75px;
  }
  .cabStateBlock .cabStateList .item {
    width: 100%;
    margin-bottom: 3px;
    padding: 10px 0 10px 80px !important;
  }
  .cabStateBlock .cabStateList .item .icon {
    left: 4px !important;
  }

  .cabStateBlock {
    padding: 59px 0 39px;
  }

  .cabHeader .cabHeadButton {
    width: 100%;
  }
  .cabHeader .balance {
    position: absolute;
    top: 346px;
    left: -14px;
    width: 100%;
    z-index: 5;
    padding: 10px 0 10px 83px !important;
  }

  .sliderContracts .item .info li {
    width: 100%;
    padding: 0 15px 0 78px !important;
    text-align: left !important;
    order: inherit !important;
    margin-bottom: 25px !important;
  }
  .sliderContracts .item .info li:nth-child(4), .sliderContracts .item .info li:nth-child(5), .sliderContracts .item .info li:nth-child(6) {
    text-align: left;
  }
  .sliderContracts .item .info li:nth-child(4) .iconBl, .sliderContracts .item .info li:nth-child(5) .iconBl, .sliderContracts .item .info li:nth-child(6) .iconBl {
    left: 0;
    right: auto;
  }
  .sliderContracts .slick-prev {
    margin-top: 0;
    top: 136px;
    left: 9px;
  }
  .sliderContracts .slick-next {
    margin-top: 0;
    top: 136px;
    right: 9px;
  }

  .filterBl .col:nth-child(1) {
    order: 1;
  }
  .filterBl .col:nth-child(2) {
    order: 2;
  }
  .filterBl .col:nth-child(3) {
    order: 3;
  }
  .filterBl .col:nth-child(4) {
    order: 4;
  }
  .filterBl .col.filterDate {
    width: 100%;
  }
  .filterBl .col.filterStatus, .filterBl .col.filterType {
    width: 100%;
  }
  .sliderSelectContracts {
    max-width: 350px;
    margin: 0 auto;
  }
  .sliderSelectContracts .slick-prev {
    left: -30px;
  }
  .sliderSelectContracts .slick-next {
    right: -30px;
  }

  .buyContract .buyData {
    padding: 30px 0 50px;
    flex-wrap: wrap;
  }
  .buyContract .buyData .col {
    width: 100%;
  }
  .buyContract .buyData .col + .col {
    margin-top: 30px;
  }

  .contractsTabs .listLinks {
    flex-wrap: wrap;
  }
  .contractsTabs .listLinks li {
    width: 100%;
    text-align: center;
  }
  .contractsTabs .listLinks li + li {
    margin-top: 20px;
  }

  .settings .setLeft,
.settings .setRight {
    width: 100%;
  }
  .settings .setRight {
    margin-top: 30px;
  }

  .formBalance .list .item .tokenBalance {
    width: 100%;
  }
  .formBalance .list .item .amount {
    margin-top: 20px;
    width: 100%;
  }
}
@media (max-width: 479px) {
  .greetingsMain .greetingButtons {
    bottom: 7px;
  }
  .greetingsMain .text {
    max-width: 100%;
  }
  .greetingsMain .btn {
    min-width: 139px;
  }

  .sliderGreetings {
    padding-bottom: 72px;
  }

  .aboutMainWrapper .aboutMain .picture {
    margin-top: 34px;
  }
  .aboutMainWrapper .aboutMain .picture + .picture {
    margin-top: 28px;
  }
  .aboutMainWrapper .aboutMain .textBlock .text {
    margin-top: 20px;
  }
  .aboutMainWrapper .aboutMain .textBlock .btn {
    margin-top: 32px;
  }

  .economicsWrapper {
    padding-top: 45px;
  }
  .economicsWrapper .economics .grafic {
    margin-top: -325px;
    margin-left: -401px;
    height: 470px;
    transform: scale(0.5);
  }
  .economicsWrapper .economics .grafic .grafiTotal {
    text-align: center;
    margin-top: 25px;
    left: 55px;
    position: relative;
  }

  .tokenWrapper {
    padding: 73px 0 25px;
  }

  .roadMapWrapper {
    padding: 52px 0 71px;
  }
  .roadMapWrapper .roadMap:after {
    width: 200px;
    left: 50%;
    margin-top: 49px;
    margin-left: -100px;
  }
  .roadMapWrapper .shadow {
    display: none;
  }
  .roadMapWrapper .slickArrowPrev {
    left: 5px;
  }
  .roadMapWrapper .slickArrowNext {
    right: 5px;
  }

  .sliderRoadMap {
    max-width: 250px;
  }
  .sliderRoadMap .item {
    height: 300px;
  }

  .newsWrapper .newsBlock {
    margin: 50px auto -17px;
  }

  .partnersWrapper {
    padding: 121px 0 91px;
  }
  .partnersWrapper .partners .list .item {
    padding: 36px 25px;
  }

  .footer {
    padding-bottom: 50px;
  }
  .footer .footerSocial {
    margin-top: 54px;
  }
  .footer .footerMenu ul li .link {
    margin: 5px 10px;
  }
  .footer .copyRight {
    margin-top: 65px;
    padding: 0 14px;
  }

  .backImageMain {
    background-position: calc(50% - 106px) 0;
    background-size: 210% auto;
  }

  .about {
    width: 100%;
  }
  .about .aboutText p {
    line-height: 30px;
  }
  .about .aboutText .picture {
    top: 200px;
  }
  .about .aboutText .titleBlock {
    height: 180px;
  }

  .chooseBlock .list {
    padding-bottom: 60px;
  }
  .chooseBlock .list .item {
    padding: 15px;
  }

  .sliderAboutWrapper {
    padding: 55px 20px 38px;
    width: 100%;
  }
  .sliderAboutWrapper .sliderAbout {
    width: 100%;
  }
  .sliderAboutWrapper .sliderAbout .item {
    width: 100%;
  }
  .sliderAboutWrapper .btn {
    top: 64px;
  }

  .moreTextBlock {
    padding: 150px 0 50px;
  }
  .moreTextBlock .text {
    max-width: 100%;
    font-size: 20px;
    line-height: 28px;
  }

  .contactsWrapper .contactsForm .form {
    margin-top: 30px;
  }
  .contactsWrapper .contactsForm .inputLine:nth-child(1), .contactsWrapper .contactsForm .inputLine:nth-child(2) {
    width: 100%;
  }
  .contactsWrapper .contactsForm .inputLine.inputLine {
    margin-top: 15px;
  }
  .contactsWrapper .contactsForm .btn {
    margin-top: 50px;
  }
  .contactsWrapper .contactsInfo .info li {
    padding-left: 0;
  }
  .contactsWrapper .contactsInfo .info li .iconBl {
    color: white;
    position: relative;
    left: 0;
    top: auto;
    font-size: 50px;
    margin-bottom: 5px;
  }
  .contactsWrapper .contactsInfo .info li .link {
    margin-top: 5px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .inputLine.inputCaptcha .captchaBl {
    width: calc(50% - 20px);
  }

  .greetingsPage .cap {
    font-size: 50px;
    line-height: 60px;
  }

  .faqWrapper .faqList .faqItem .faqQuest {
    padding: 11px 10px 11px 68px;
  }
  .faqWrapper .faqList .faqItem .faqAnswer .text {
    padding: 0 15px 15px;
    font-size: 16px;
    line-height: 22px;
  }

  .faqList .faqItem + .faqItem {
    margin-top: 10px;
  }

  .pagination ul li {
    margin: 0 5px;
  }
  .pagination ul li .link {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
  }

  .rulesList {
    padding-top: 30px;
  }
  .rulesList .rulesItem .cap {
    font-size: 30px;
  }
  .rulesList .rulesItem .text {
    margin-top: 20px;
  }
  .rulesList .rulesItem + .rulesItem {
    margin-top: 30px;
  }
  .rulesList .rulesItem .rulesTop .titleBlock + .textSimple {
    margin-top: 20px;
  }
  .rulesList .rulesItem .rulesTop .textSimple {
    font-size: 16px;
    line-height: 30px;
  }
  .rulesList .rulesItem .rulesTop .textSimple p {
    font-size: 16px;
    line-height: 30px;
  }
  .rulesList .rulesItem .text ul li {
    font-size: 16px;
    line-height: 30px;
  }

  .loginWrapper .titleBlock {
    margin-bottom: 30px;
  }

  .modalsScroll .modalsContent {
    padding: 55px 15px 55px;
  }
  .modalsScroll .modalsContent .titleBlock .cap {
    width: 100%;
    font-size: 20px;
    letter-spacing: 0.2em;
  }

  .modalList {
    text-align: center;
    margin-top: 30px;
  }
  .modalList .num {
    width: 100%;
  }
  .modalList li {
    height: auto;
    padding: 15px 5px;
  }
  .modalList li .tit {
    margin-bottom: 10px;
  }
  .modalList li > * {
    width: 100% !important;
    text-align: center !important;
  }

  .modalsScroll .modals .tCell {
    padding: 100px 0 80px;
  }
  .modalsScroll .blockMod {
    width: 100%;
    max-width: 90%;
  }

  .modalList .num {
    font-size: 15px;
    max-width: 200px;
    margin: 0 auto;
  }

  .sliderContracts .circleBlock {
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -webkit-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
  }

  .table .tbody .tr .td .titleMobile {
    width: 44%;
  }
  .table .tbody .tr .td > * {
    width: 56%;
  }

  .cabWrapper main {
    padding-bottom: 113px;
  }
  .cabWrapper .menuBurger {
    right: 3px;
  }
  .cabWrapper .pagination ul li.prev, .cabWrapper .pagination ul li.next {
    display: none;
  }

  .cabStateBlock .cabStateList .item .userName {
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .buyContract .title {
    letter-spacing: 0.1em;
  }

  .sliderSelectContracts .item .text {
    padding: 0 15px;
  }
  .sliderSelectContracts .item .text .tokeAdress {
    margin-top: 15px;
  }
  .sliderSelectContracts .item .text .name {
    font-size: 20px;
    line-height: 30px;
  }
  .sliderSelectContracts .slick-prev {
    margin-top: -60px;
    left: 10px;
  }
  .sliderSelectContracts .slick-next {
    margin-top: -60px;
    right: 10px;
  }

  .details .inputList {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .details .btn {
    top: 42px;
    padding: 14px 0;
    width: 100%;
  }

  .settings .setLine .formSettings .btn {
    width: 100%;
    padding: 14px 0;
  }
  .settings .inputList {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  .formBalance .list .item .tokenBalance {
    width: 100%;
  }
  .formBalance .list .item .amount {
    margin-top: 20px;
    width: 100%;
    display: block;
  }
  .formBalance .list .item .amount .value {
    margin-left: 0;
  }

  .rulesList .rulesItem .numberInvis {
    left: 34px;
    top: -40px;
    font-size: 140px;
  }

  .footer .footerMenu {
    padding: 0;
  }
}

/*# sourceMappingURL=style.css.map */

span.err {
  background: rgba(255,0,0,0.4);
  color: white;
  display: block;
  padding: 10px 30px;
  border-radius: 10px;
  border: 1px solid red;
}

.modalsContent {
  text-align: center;
}

.modalsContent p.info {
  width: 100%;
  text-align: center;
}

.modalsContent table {
  position: relative;
  width: 100%;
  margin-top: 70px;
  border-collapse: collapse;
}

.modalsContent table tr td {
  padding: 0 25px 0 18px;
  height: 40px;
  border: solid 2px #DC052D;
  white-space: nowrap;
}

.modalsContent table tr td:first-child {
  text-align: left;
  font-weight: 300;
  letter-spacing: 0.025em;
  border-right: 0;
}

.modalsContent table tr td:last-child {
  text-align: right;
  font-weight: 600;
  border-left: 0;
}

.button-red, .button-gray, .button-green, .button-blue {
  cursor: pointer;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.04em;

  font-size: 13px;
  display: block;
  padding: 6px 0;
  width: 100%;
  background-color: #DC052D;
  border: solid 2px #DC052D;
}

.button-red:hover, .button-gray:hover, .button-green:hover, .button-blue:hover {
  background-color: #e81010;
  border-color: #e81010;
}

@font-face {
  font-family: 'Inter-Black';
  src:url('../fonts/Inter-Black.ttf?-kwf309');
  src:url('../fonts/Inter-Black.ttf?#iefix-kwf309') format('embedded-opentype'),
  url('../fonts/Inter-Black.ttf?-kwf309') format('woff'),
  url('../fonts/Inter-Black.ttf?-kwf309') format('truetype'),
  url('../fonts/Inter-Black.ttf?-kwf309#AA-Arial') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Inter-Bold';
  src:url('../fonts/Inter-Bold.ttf?-kwf309');
  src:url('../fonts/Inter-Bold.ttf?#iefix-kwf309') format('embedded-opentype'),
  url('../fonts/Inter-Bold.ttf?-kwf309') format('woff'),
  url('../fonts/Inter-Bold.ttf?-kwf309') format('truetype'),
  url('../fonts/Inter-Bold.ttf?-kwf309#AA-Arial') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Inter-ExtraBold';
  src:url('../fonts/Inter-ExtraBold.ttf?-kwf309');
  src:url('../fonts/Inter-ExtraBold.ttf?#iefix-kwf309') format('embedded-opentype'),
  url('../fonts/Inter-ExtraBold.ttf?-kwf309') format('woff'),
  url('../fonts/Inter-ExtraBold.ttf?-kwf309') format('truetype'),
  url('../fonts/Inter-ExtraBold.ttf?-kwf309#AA-Arial') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Inter-ExtraLight';
  src:url('../fonts/Inter-ExtraLight.ttf?-kwf309');
  src:url('../fonts/Inter-ExtraLight.ttf?#iefix-kwf309') format('embedded-opentype'),
  url('../fonts/Inter-ExtraLight.ttf?-kwf309') format('woff'),
  url('../fonts/Inter-ExtraLight.ttf?-kwf309') format('truetype'),
  url('../fonts/Inter-ExtraLight.ttf?-kwf309#AA-Arial') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Inter-Light';
  src:url('../fonts/Inter-Light.ttf?-kwf309');
  src:url('../fonts/Inter-Light.ttf?#iefix-kwf309') format('embedded-opentype'),
  url('../fonts/Inter-Light.ttf?-kwf309') format('woff'),
  url('../fonts/Inter-Light.ttf?-kwf309') format('truetype'),
  url('../fonts/Inter-Light.ttf?-kwf309#AA-Arial') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Inter-Medium';
  src:url('../fonts/Inter-Medium.ttf?-kwf309');
  src:url('../fonts/Inter-Medium.ttf?#iefix-kwf309') format('embedded-opentype'),
  url('../fonts/Inter-Medium.ttf?-kwf309') format('woff'),
  url('../fonts/Inter-Medium.ttf?-kwf309') format('truetype'),
  url('../fonts/Inter-Medium.ttf?-kwf309#AA-Arial') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Inter-Regular';
  src:url('../fonts/Inter-Regular.ttf?-kwf309');
  src:url('../fonts/Inter-Regular.ttf?#iefix-kwf309') format('embedded-opentype'),
  url('../fonts/Inter-Regular.ttf?-kwf309') format('woff'),
  url('../fonts/Inter-Regular.ttf?-kwf309') format('truetype'),
  url('../fonts/Inter-Regular.ttf?-kwf309#AA-Arial') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Inter-SemiBold';
  src:url('../fonts/Inter-SemiBold.ttf?-kwf309');
  src:url('../fonts/Inter-SemiBold.ttf?#iefix-kwf309') format('embedded-opentype'),
  url('../fonts/Inter-SemiBold.ttf?-kwf309') format('woff'),
  url('../fonts/Inter-SemiBold.ttf?-kwf309') format('truetype'),
  url('../fonts/Inter-SemiBold.ttf?-kwf309#AA-Arial') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Inter-Thin';
  src:url('../fonts/Inter-Thin.ttf?-kwf309');
  src:url('../fonts/Inter-Thin.ttf?#iefix-kwf309') format('embedded-opentype'),
  url('../fonts/Inter-Thin.ttf?-kwf309') format('woff'),
  url('../fonts/Inter-Thin.ttf?-kwf309') format('truetype'),
  url('../fonts/Inter-Thin.ttf?-kwf309#AA-Arial') format('svg');
  font-weight: normal;
  font-style: normal;
}


/*contacts*/

/*bg_contacts*/

.bg_contacts {
  background: url(../images/bg_contacts.png) center 0 no-repeat;
}

.contacts {
  padding: 185px 0 0 0;
}

.contacts_wrap {
  display: flex;
}

.contacts_block {
  width: 50%;
}

.contacts_block2 {
  width: 50%;
  padding: 0 0 0 15px;
}

.contacts_inner {
  display: flex;
  align-items: center;
  padding: 70px 0 0 0;
}

.contacts_text {
  padding: 0 0 0 20px;
  width: 80%;
}

.contacts_title {
  font-family: 'Inter-SemiBold';
  font-size: 20px;
  line-height: 30px;
}

.contacts_link {
  padding: 20px 0 0 0;
  display: flex;
  font-family: 'Inter-SemiBold';
  font-size: 20px;
  line-height: 30px;
  color: #DC052D;
  text-decoration-line: underline;
}

.contacts_link:hover {
  color: #0066B2;
  text-decoration-line: none;
}


.form {
  padding: 30px 0 0 0;
}

.form_wrap {
  display: flex;
}

.form_block {
  width: 50%;
  margin: 0 30px 0 0;
}

.form_block:last-child {
  margin: 0;
}

.form_stroke {
  position: relative;
  padding: 30px 0 0 0;
}

.form_title {
  font-family: 'Inter-SemiBold';
  font-size: 20px;
  line-height: 30px;
}

.form_title span {
  color: #DC052D;
}


.form_input {
  font-family: 'Inter-SemiBold';
  font-size: 20px;
  line-height: 30px;
  margin: 20px 0 0 0;
  width: 100%;
  color: #fff;
  padding: 0 17px 0 17px;
  height:60px;
  background: none;
  border: 1px solid #6B6B6B;
  box-sizing: border-box;
  border-radius: 30px;
}

.form_input:focus {
  border: 1px solid #FFFFFF;
}

.form_input::-webkit-input-placeholder {
  color:#6B6B6B;
}

.form_input::-moz-placeholder {
  color:#6B6B6B;
}

.form_input:-ms-input-placeholder {
  color:#6B6B6B;
}

.form_input::placeholder {
  color:#6B6B6B;
}


.form_textarea {
  background: none;
  border-radius: 30px;
  border: 1px solid #6B6B6B;
  font-size: 20px;
  line-height: 30px;
  padding: 15px 17px;
  height: 150px;
  margin: 20px 0 0 0;
  width: 100%;
  resize: none;
  color: #fff;
}

.form_textarea:focus {
  border: 1px solid #fff;
}

.form_textarea::-webkit-input-placeholder {
  color: #6B6B6B;
}

.form_textarea::-moz-placeholder {
  color: #6B6B6B;
}

.form_textarea:-ms-input-placeholder {
  color: #6B6B6B;
}

.form_textarea::placeholder {
  color: #6B6B6B;
}

.form_label {
  font-family: 'Inter-SemiBold';
  font-size: 20px;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 198px;
  height: 60px;
  border-radius: 0 30px 30px 0;
  border: 1px solid #6B6B6B;
  background: #3D0011;
  position: absolute;
  bottom: 0;
  right: 0;
}

.form_button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0 0 0;
}

.bg_bg_contacts {
  background-position: center 50%;
}


/*about the club*/

/*bg_about*/

.bg_about {
  position: relative;
  background: url(../images/bg_about.png) center 0 no-repeat;
}

/*about_w*/

.about_w {
  padding: 107px 0 256px 0;
}

.title4 {
  position: relative;
  z-index: 1;
  font-family: 'Inter-SemiBold';
  font-size: 120px;
  line-height: 110px;
}

/*bg_bg_about*/

.bg_bg_about {
  background-position: center 85%;
  margin: -90px 0 0 0;
}

/*about_t*/

.about_t {
  padding: 100px 0 0 0;
}

.about_t h2 {
  margin-bottom: 50px;
  font-family: 'Inter-SemiBold';
  font-size: 35px;
  line-height: 40px;
}

.about_t h3 {
  margin-bottom: 50px;
  font-family: 'Inter-SemiBold';
  font-size: 35px;
  line-height: 40px;
  text-align: center;
}

.about_t p {
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 35px;
}

.about_t_wrap {
  padding: 0 0 0 0;
  display: flex;
}

.about_t_block {
  width: 49%;
}

.about_t_block2 {
  width: 51%;
  padding: 0 0 0 85px;
}

.about_t_container {
  padding: 0;
}

.about_t_inner {
  display: flex;
  flex-wrap: wrap;
  margin: -10px 0 0 0;
}

.about_t_inner_block {
  width: 33.3333333333%;
  padding: 30px 15px 0 15px;
}

.about_t_inner_border {
  height: 569px;
  border: 2px solid #3D0011;
  padding: 50px 15px 30px 15px;
}

.about_t_inner_icon {
  text-align: center;
}

.about_t_inner_border h2 {
  margin: 0;
  padding: 20px 0 0 0;
  font-family: 'Inter-Bold';
  font-size: 24px;
  line-height: 27px;
  text-align: center;
}

.about_t_inner_border p {
  margin: 0 auto;
  padding: 15px 0 0 0;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.4000000059604645px;
  text-align: center;
  max-width: 385px;
}

.about_t_link {
  box-shadow: 0px 2px 5px 0px #00000040;
  background: #0066B2;
  width: 220px;
  height: 50px;
  font-family: 'Inter-SemiBold';
  font-size: 18px;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 30px;
}

.about_t_link:hover {
  background: #DC052D;
  webkit-filter: blur(0px) !important;
  -moz-filter: blur(0px) !important;
  -ms-filter: blur(0px) !important;
  -o-filter: blur(0px) !important;
  filter: blur(0px) !important;
}

.footer_logo_about {
  padding: 77px 135px;
  margin: 30px -135px;
}

.about_t_block_order {
  order: 2;
}

.about_t_block_order2 {
  order: 1;
  padding: 0 85px 0 0;
}

/*about_s*/

.about_s {
  padding: 10px 0 0 0;
}

.about_s_container {
  padding: 0;
}

.about_s_link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0 0 0;
}

.about_t_link_bg {
  background: #DC052D;
}

.about_t_link_bg:hover {
  background: #0066B2;
}

.about_s_title {
  font-size: 35px;
  line-height: 50px;
  text-align: center;
  max-width: 817px;
  margin: 60px auto 0 auto;
}

/*fag*/

/*bg_fag*/

.bg_fag {
  background: url(../images/bg_faq.png) center 0 no-repeat;
}

/*fag*/

.fag {
  padding: 185px 0 0 0;
}



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

.fag_tabs_title {
  padding: 0 0 0 30px;
  font-size: 35px;
  line-height: 40px;
}



/*Tabs*/

ul.tabs{
  margin: 0px;
  padding: 0px;
  list-style: none;


  transform: rotate(0.05deg);



  padding: 0 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  border-bottom: 1px solid #fff;
}
ul.tabs li{
  margin: 0;
  cursor: pointer;
  padding: 0px 0 30px 0;
  position: relative;


}

ul.tabs li.current:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -1px;
  border-bottom: 2px solid #DC052D;
}

ul.tabs li:last-child {
  margin: 0;
}

ul.tabs li:hover {
}

ul.tabs li.current{


}

ul.tabs li.current .fag_tabs_title {
  color: #DC052D;
}

ul.tabs li.current .fag_tabs_icon svg path {
  fill: #DC052D;
}


.tab-content{
  height: 0;
  display: block;
  padding: 0 0 0 0;
  opacity: 0;
}

.tab-content.current{
  padding: 60px 0 0 0;
  height: auto;
  opacity: 1;
}

.fag_accordion {
  padding: 60px 0 0 0;
}

.accordion {
  width: 100%;
  margin: 0 0 0 0;
}

.accordion .link {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Inter-SemiBold';
  font-size: 18px;
  line-height: 30px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion .link span {
  display: flex;
}

.accordion .link p {
  width: 93%;
  padding: 0 45px 0 0;
}

.accordion li {
  padding: 10px 20px;
  margin: 0 0 15px 0;
  box-shadow: 0px 2px 4px 0px #00000040;
  border: 1px solid #FFFFFF;
  cursor: pointer;
}

.accordion li:last-child {
  margin: 0;
}

.accordion li:hover {
  background: #3D001299;
}

.accordion li.open {
  background: #3D001299;
}



.accordion .link svg {
  transition: 0.3s;
  margin: 0 0 0 0;
}

.accordion li.open .link svg {
  transform: rotate(90deg);
  transition: 0.3s;
}

.accordion li:last-child .link {}

.accordion li.open .link {}

.fag_accordion_content {
  display: none;
  padding: 15px 0 5px 0;
}

.fag_accordion_content p {
  font-size: 18px;
  line-height: 30px;
}





.accordion2 {
  width: 100%;
  margin: 0 0 0 0;
}

.accordion2 .link {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Inter-SemiBold';
  font-size: 18px;
  line-height: 30px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion2 .link span {
  display: flex;
}

.accordion2 .link p {
  width: 93%;
  padding: 0 45px 0 0;
}

.accordion2 li {
  padding: 10px 20px;
  margin: 0 0 15px 0;
  box-shadow: 0px 2px 4px 0px #00000040;
  border: 1px solid #FFFFFF;
  cursor: pointer;
}

.accordion2 li:last-child {
  margin: 0;
}

.accordion2 li:hover {
  background: #3D001299;
}

.accordion2 li.open {
  background: #3D001299;
}



.accordion2 .link svg {
  transition: 0.3s;
  margin: 0 0 0 0;
}

.accordion2 li.open .link svg {
  transform: rotate(90deg);
  transition: 0.3s;
}

.accordion2 li:last-child .link {}

.accordion2 li.open .link {}












.accordion3 {
  width: 100%;
  margin: 0 0 0 0;
}

.accordion3 .link {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Inter-SemiBold';
  font-size: 18px;
  line-height: 30px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion3 .link span {
  display: flex;
}

.accordion3 .link p {
  width: 93%;
  padding: 0 45px 0 0;
}

.accordion3 li {
  padding: 10px 20px;
  margin: 0 0 15px 0;
  box-shadow: 0px 2px 4px 0px #00000040;
  border: 1px solid #FFFFFF;
  cursor: pointer;
}

.accordion3 li:last-child {
  margin: 0;
}

.accordion3 li:hover {
  background: #3D001299;
}

.accordion3 li.open {
  background: #3D001299;
}



.accordion3 .link svg {
  transition: 0.3s;
  margin: 0 0 0 0;
}

.accordion3 li.open .link svg {
  transform: rotate(90deg);
  transition: 0.3s;
}

.accordion3 li:last-child .link {}

.accordion3 li.open .link {}



.fag_block {
  max-width: 400px;
  margin: 60px auto 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.suptitle3 {
  font-family: 'Inter-SemiBold';
  font-size: 18px;
  line-height: 40px;
  margin: 15px 0 0 0;
}

.tabs_pd {
  padding: 0 150px 30px 0 !important;
}

.tabs_pd2 {
  padding: 0 150px 30px 150px !important;
}

.tabs_pd3 {
  padding: 0 0 30px 150px !important;
}

.fag_link {
  padding: 40px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}


.bg_bg_fag {
  background-position: center 0%;
  margin: -90px 0 0 0;
}

.fag_tabs_icon {
  display: flex;
}

/*news*/

/*bg_news*/

.bg_news {
  background: url(../images/bg_news.png) center 0 no-repeat;
}

/*news*/

.news {
  padding: 155px 0 0 0;
}

.news_container {
  padding: 0;
}

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

.news_block {
  width: 33.333333333%;
  padding: 30px 15px 0 15px;
}

/*article*/


.title5 {
  font-family: 'Inter-SemiBold';
  font-size: 60px;
  line-height: 110px;
}

.article_flex {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 100%;
}

.about_w_article {
  padding: 112px 0 0 0;
}

.bg_article {
  height: 642px;
}

/*rules*/

/*bg_rules*/

.bg_rules {
  background: url(../images/bg_rules.png) center 0 no-repeat;
}

.rules {
  padding: 135px 0 0 0;
}

.rules_block {
  position: relative;
  padding: 50px 0 0 0;
  border-bottom: 1px solid #DC052D;
}

.rules h2 {
  position: relative;
  z-index: 1;
  font-family: 'Inter-SemiBold';
  font-size: 35px;
  line-height: 30px;
  margin-bottom: 50px;
}

.rules p {
  position: relative;
  z-index: 1;
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 50px;
}

.rules ul {
  position: relative;
  z-index: 1;
  padding: 0 0 0 30px;
  list-style: decimal;
  color: #fff;
}

.rules ul li {
  font-size: 20px;
  line-height: 35px;
}

/*.rules span {*/
/*  font-family: 'Inter-SemiBold';*/
/*  font-size: 200px;*/
/*  line-height: 200px;*/
/*  color: #3D0011;*/
/*  position: absolute;*/
/*  top: 0;*/
/*  right: 0;*/
/*}*/



/*login*/

.login {
  padding: 50px 0 0 0;
}

.login_link {
  display: flex;
  align-items: center;
  font-family: 'Inter-SemiBold';
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}

.login_link svg {
  margin: 0 24px 0 0;
}

.login_link:hover {
  color: #DC052D;
}

.login_link:hover svg path {
  fill: #DC052D;
}

.bg_bg_login {
  margin: 0 !important;
}

.login_block {
  padding: 81px 0;
  max-width: 810px;
  margin: 30px auto 0 auto;
  background: url(../images/login_block.png) center center no-repeat;
  background-size: contain;
}

.title_center {
  text-align: center;
}

.login_form_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.login_form_link {
  font-family: 'Inter-SemiBold';
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  text-decoration-line: underline;
}

/*.login_form_link:hover {
  color: #DC052D;
  text-decoration-line: none;
}*/

.login_form {
  padding: 20px 0 0 0;
}

.login_form_stroke {
  position: relative;
  padding: 40px 0 0 0;
}

.login_form_button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 0 0 0;
}

.checkbox-main {
  display: flex;
  padding-left: 0;
  position: relative;
  cursor: pointer;
  align-items: center;


}


.checkbox-main .checkbox {
  display: flex;
  align-items: center;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-sizing: border-box;
  top: 0;
  left: 0;
  box-sizing: border-box;
  position: relative;
  margin: 0 13px 0 0;
}

.checkbox-main input[type="checkbox"] {
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
}

.checkbox-main .checkbox:before {
  position: absolute;
  content: '';
  border-radius: 50%;
  background: #150006;
  top: 4px;
  right: 4px;
  left: 4px;
  bottom: 4px;

}

.checkbox-main input[type="checkbox"]:checked ~ .checkbox {
  box-sizing: border-box;
  opacity: 1;
}

.checkbox-main input[type="checkbox"]:checked ~ .checkbox:before {
  background: #DC052D;
}

.login_form_button_sign {
  padding: 30px 0 0 0;
}

.login_form_stroke_sign {
  padding: 20px 0 0 0;
}

/*dasboard*/

/*header_new*/

.header_new {
  padding: 60px 0 0 0;
}

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

.header_new_button button {
  box-shadow: 0px 2px 5px 0px #00000040;
  background: #DC052D;
  width: 280px;
  height: 50px;
  font-family: 'Inter-SemiBold';
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  border-radius: 30px;
}

.header_new_button button:hover {
  background: #0066B2;
}

.header_new_balance {
  width: 332px;
  padding: 5px 5px;
  display: flex;
  align-items: center;
  background: #3D0011CC;
  border-radius: 50px;
}

.header_new_balance_icon {
  display: flex;
}

.header_new_balance_text {
  padding: 0 0 0 15px;
  width: 78%;
}

.header_new_balance_title {
  font-family: 'Inter-SemiBold';
  font-size: 20px;
  line-height: 30px;
}

.header_new_balance_suptitle {
  padding: 5px 0 0 0;
  font-family: 'Inter-SemiBold';
  font-size: 22px;
  line-height: 30px;
  color: #04B200;
}

.header_new_balance_suptitle_color {
  color: #fff;
}

.header_new_info_text {
  width: 80%;
  padding: 0 0 0 15px;
}

.header_new_info_border {
  width: 691px;
  display: flex;
  align-items: center;
  background: #3D0011CC;
  border-radius: 50px;
  padding: 7px 0 8px 30px;
}

.header_new_info_block {
  width: 50%;
  display: flex;
  align-items: center;
}

/*lk_nav*/

.lk_nav {
  padding: 60px 0 0 0;
}

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

.lk_nav_li a {
  position: relative;
  font-family: 'Inter-SemiBold';
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0em;
  color: #fff;
}

.lk_nav_li a:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #DC052D;
  opacity: 0;
  left: 0;
  bottom: 0;
}

.lk_nav_li a:hover {
  color: #DC052D;
}

.lk_nav_li a:hover:before {
  opacity: 1;
}

/*lk_info*/

.lk_info {
  padding: 60px 0 0 0;
}

.lk_info_top {
  justify-content: space-between;
  display: flex;
}

.lk_info_profile {
  width: 33.333333%;
  display: flex;
  align-items: center;
}

.lk_info_profile_text {
  padding: 0 0 0 15px;
}

.lk_info_profile_title {
  font-size: 16px;
  line-height: 20px;
}

.lk_info_profile_name {
  padding: 5px 0 0 0;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Inter-SemiBold';
}

.lk_info_profile_link {
  display: flex;
  align-items: center;
  padding: 5px 0 0 0;
  font-size: 10px;
  line-height: 16px;
  color: #DC052D;
  text-decoration-line: underline;
}

.lk_info_profile_link svg {
  margin: 0 5px 0 0;
}

.lk_info_profile_link:hover {
  color: #0066B2;
  text-decoration-line: none;
}

.lk_info_profile_link:hover svg path {
  fill: #0066B2;
}

.time {
  font-family: 'Inter-SemiBold';
  font-size: 35px;
  line-height: 30px;
  color: #DC052D;
}

.date {
  text-align: center;
  font-family: 'Inter-SemiBold';
  font-size: 12px;
  line-height: 18px;
  padding: 10px 0 0 0;
  text-transform: uppercase;
}

.lk_info_date svg {
  display: none;
}

.lk_info_date {
  width: 33.33333333%;
  text-align: center;
}

.lk_info_ip {
  width: 33.333333%;
  justify-content: flex-end;
  display: flex;
  align-items: center;
}

.lk_info_ip_text {
  padding: 0 15px 0 0;
}

.lk_info_ip_title {
  font-family: 'Inter-SemiBold';
  font-size: 18px;
  line-height: 30px;
}

.lk_info_ip_title_pd {
  padding: 5px 0 0 0;
}

.lk_info_wrap {
  padding: 70px 0 0 0;
}

.lk_info_li {
  padding: 0 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lk_info_li div:nth-child(1) {
  flex: 1 0;
  border-bottom: 1px solid #DC052D;
  height: 1px;
  margin: 0 40px 0 0;
  opacity: 1;
}

.lk_info_li div:nth-child(3) {
  flex: 1 0;
  border-bottom: 1px solid #DC052D;
  height: 1px;
  margin: 0 0 0 40px;
  opacity: 1;
}

/*dashboard*/

.dashboard {
  padding: 60px 0 0 0;
}

.title6 {
  font-family: 'Inter-SemiBold';
  font-size: 18px;
  line-height: 30px;
  color: #DC052D;
}

.dashboard_filter {
  padding: 60px 0 0 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.dashboard_filter_title {
  font-family: 'Inter-SemiBold';
  font-size: 18px;
  line-height: 30px;
}

.dashboard_filter_drop {
  position: relative;
  padding: 15px 0 0 0;
  width: 250px;
}

.dashboard_filter_input {
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 0 0;
  width: 100%;
  color: #fff;
  padding: 0 20px 0 20px;

  height:50px;
  background: none;
  border: 1px solid #6B6B6B;
  box-sizing: border-box;
  border-radius: 30px;
}

.dashboard_filter_input:focus {
  border: 1px solid #FFFFFF;
}

.dashboard_filter_input::-webkit-input-placeholder {
  color:#6B6B6B;
}

.dashboard_filter_input::-moz-placeholder {
  color:#6B6B6B;
}

.dashboard_filter_input:-ms-input-placeholder {
  color:#6B6B6B;
}

.dashboard_filter_input::placeholder {
  color:#6B6B6B;
}

.dashboard_filter_input::-webkit-calendar-picker-indicator {
  opacity: 0;
}

.dashboard_filter_input::-moz-calendar-picker-indicator {
  opacity: 0;
}

.dashboard_filter_input::-ms-calendar-picker-indicator {
  opacity: 0;
}

.dashboard_filter_input::calendar-picker-indicator {
  opacity: 0;
}





.select {
  position: relative;
  display: block;
  width: 100%;

}

.select__head {
  width: 100%;
  max-width: 100%;
  background: none;
  border-radius: 40px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  font-size: 18px;
  line-height: 30px;
  border: 1px solid #6B6B6B;
  height: 50px;
  cursor: pointer;
}

.select__head p {
  color: #6B6B6B;
}

.select__head::after {
  width: 20px;
  height: 20px;
  background: url(../images/dropdown-arrow.svg) 50% 50% no-repeat;
  position: absolute;
  right: 15px;
  bottom: 50%;
  transform: translateY(50%);
  content: '';
  display: block;
  transition: .2s ease-in;
}

.select__head.open::after {
  transform: translateY(50%) rotate(180deg);
}

.select__head.open {
  outline: 1px solid #fff;
}

.select__list {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  background: #33000F;
  border: 1px solid #fff;
  border-radius: 30px;
  margin-top: 5px;
  max-height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 100;
  margin: 0;
  padding: 0;
  scrollbar-color: dark;
  scrollbar-width: thin;
  overscroll-behavior: contain;
}



.select__list .select__item {
  position: relative;
  padding: 10px 20px;
  cursor: pointer;
  list-style-type: none;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}

.select__list .select__item:hover {
  color: #DC052D;
}

.dashboard_overflo {
  padding: 50px 0 0 0;
}

.dashboard_table_wrap {
  display: flex;
  padding: 10px 38px 10px 42px;
  background: #33000F;
}

.dashboard_table_title {
  font-family: 'Inter-SemiBold';
  font-size: 18px;
  line-height: 30px;
}

.dashboard_table_block {
  width: 7.8%;
}

.dashboard_table_block2 {
  width: 17%;
}

.dashboard_table_block3 {
  width: 12.8%;
}

.dashboard_table_block4 {
  width: 12.2%;
}

.dashboard_table_block5 {
  width: 10.6%;
}

.dashboard_table_block6 {
  width: 10.9%;
}

.dashboard_table_block7 {
  width: 14.2%;
}

.dashboard_table_block8 {
  width: 14.4%;
}

.dashboard_table_border {
  margin: 10px 0 0 0;
  border: 1px solid #fff;
}

.dashboard_table_inner {
  align-items: center;
  padding: 5px 38px 5px 42px;
  display: flex;
  border-bottom: 1px solid #fff;
}

.dashboard_table_inner:last-child {
  border-bottom: none;
}

.dashboard_table_suptitle {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 30px;
}

.dashboard_table_suptitle_red {
  color: #DC052D;
}

.dashboard_table_suptitle_blue {
  color: #0066B2;
}

.dashboard_table_suptitle_green {
  color: #04B200;
}

.dashboard_table_suptitle img {
  margin: 0 9px 0 0;
}

.dashboard_table_suptitle2 {
  font-size: 12px;
  line-height: 20px;
}

.dashboard_table_suptitle_expected {
  color: #9E9E9E;
}

.pagination {
  padding: 50px 0 0 0;
}

.pagination_ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination_li {
  padding: 0 5px;
}

.pagination_li_pd {
  padding: 0 17px 0 0;
}

.pagination_li_pd2 {
  padding: 0 0 0 17px;
}

.pagination_number {
  font-family: 'Inter-Medium';
  font-size: 18px;
  line-height: 21.78px;
  color: #fff;
}

.pagination_title {
  font-family: 'Inter-Medium';
  font-size: 18px;
  line-height: 21.78px;
  color: #fff;
}

.active {
  color: #DC052D;
}

.pagination_arrow {
  display: flex;
}

.pagination_arrow:hover svg path {
  fill: #0066B2;
}

.header_new_info_icon {
  display: flex;
}

.header_new_logo_mb {
  display: none;
}

.header_new_button_mb {
  display: none;
}

.lk_info_date_mb {
  display: none;
}

/*buy_a_token*/

/*buy*/

.buy {
  padding: 60px 0 0 0;
}

.buy_conatiner {
  padding: 0;
}

.buy_wrap {
  display: flex;
}

.buy_block {
  padding: 0 15px;
  width: 50%;
}

.buy_border {
  border: 1px solid #6B6B6B;
  background: #33000F4D;
  padding: 50px 60px 60px 60px;
  height: 100%;
}

.buy_border2 {
  border: 1px solid #6B6B6B;
  background: #33000F4D;
  padding: 50px 60px 60px 60px;
}

.buy_number {
  font-family: 'Inter-SemiBold';
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #DC052D;
}

.buy_pd {
  padding: 80px 0 0 0;
}

.buy_input {
  font-family: 'Inter-SemiBold';
  font-size: 20px;
  line-height: 24.2px;
  letter-spacing: 1px;
  margin: 58px 0 0 0;
  width: 100%;
  color: #fff;
  padding: 0 0 0 0;
  text-align: center;
  height:60px;
  background: #31000F;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 30px;
}

.buy_input::-webkit-input-placeholder {
  color:#fff;
}

.buy_input::-moz-placeholder {
  color:#fff;
}

.buy_input:-ms-input-placeholder {
  color:#fff;
}

.buy_input::placeholder {
  color:#fff;
}


.buy_input2 {
  font-size: 18px;
  line-height: 30px;
  margin: 30px auto 0 auto;
  width: 300px;
  color: #fff;
  padding: 0 0 0 0;
  text-align: center;
  height:50px;
  background: none;
  border: 1px solid #6B6B6B;
  box-sizing: border-box;
  border-radius: 30px;
}

.buy_input2:focus {
  border: 1px solid #fff;
}

.buy_input2::-webkit-input-placeholder {
  color:#6B6B6B;
}

.buy_input2::-moz-placeholder {
  color:#6B6B6B;
}

.buy_input2:-ms-input-placeholder {
  color:#6B6B6B;
}

.buy_input2::placeholder {
  color:#6B6B6B;
}

.buy_input_center {
  text-align: center;
}

.buy_title {
  padding: 33px 0 0 0;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.buy_border_mr {
  padding: 50px 60px 77px 60px;
  margin: 30px 0 0 0;
}

.buy_inner {
  display: flex;
  padding: 44px 0 0 0;
}

.buy_inner_block {
  width: 50%;
}

.buy_inner_title {
  font-family: 'Inter-SemiBold';
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.buy_inner_suptitle {
  font-family: 'Inter-SemiBold';
  font-size: 35px;
  line-height: 30px;
  text-align: center;
  color: #DC052D;
  padding: 30px 0 0 0;
}

.buy_button {
  text-align: center;
  padding: 60px 0 0 0;
}



.modal {
  position: fixed;
  top: 0px;
  z-index: 12;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.js-modal {

  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.js-modal .modal__inner {
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.5s ease-in-out 0.1s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}
.js-modal.is-open {
  visibility: visible;
  opacity: 1;
  overflow: auto;
}
.js-modal.is-open .modal__inner {
  opacity: 1;
  transform: translateY(0);
}

.js-modal.is-open:before {
  display: none;
}

.modal-nowrap {
  overflow: hidden !important;
}

.modal {
  background: rgba(0, 0, 0, 0.8);
}

.modal-close-button {
  z-index: 1;
  position: absolute;
  top: 40px;
  right: 40px;
}

.modal-border {
  position: relative;
  padding: 50px 40px 50px 40px;
  max-width: 760px;
  margin: 100px auto 0 auto;
  border-radius: 50px;
  background: #33000FE5;
}

.title7 {
  font-family: 'Inter-SemiBold';
  font-size: 35px;
  line-height: 60px;
}

.modal_ul {
  padding: 6px 0 0 0;
}

.modal_li {
  padding: 15px 20px;
  margin: 15px 0 0 0;
  border: 1px solid #6B6B6B;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

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

.modal_suptitle {
  font-family: 'Inter-SemiBold';
  font-size: 20px;
  line-height: 30px;
}

.modal_suptitle_token {
  color: #0066B2;
  margin: 0 144px 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 347px;
}

.modal_btn {
  font-family: 'Inter-SemiBold';
  font-size: 20px;
  line-height: 24.2px;
  letter-spacing: 1px;
  background: #DC052D;
  border-radius: 0 30px 30px 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 62px;
  width: 144px;
  color: #fff;
  margin: -15px -20px 0 0;
}

.modal_btn:hover {
  background: #0066B2;
}

.modal_suptitle_green {
  color: #04B200;
}

.modal_quar {
  padding: 15px 0 0 0;
  text-align: center;
}

.modal_quar_title {
  font-family: 'Inter-SemiBold';
  font-size: 20px;
  line-height: 24.2px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.modal_quar_img {
  padding: 20px 0 0 0;
}

/*withdrawal_of_funds*/

/*withdrawal*/

.withdrawal {
  padding: 100px 0 0 0;
}

.withdrawal_title {
  font-family: 'Inter-SemiBold';
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

/*SETTINGS*/

/*settings*/

.settings {
  padding: 0 0 0 0;
}

.settings_block {
  padding: 60px 0 0 0;
}

.title8 {
  font-family: 'Inter-SemiBold';
  font-size: 25px;
  line-height: 30px;
}

.settings_border {
  background: #33000F4D;
  border: 1px solid #6B6B6B;
  padding: 100px 50px 60px 50px;
  margin: 60px 0 0 0;
}

.settings_form_wrap {
  display: flex;
}

.settings_form_block {
  width: 33.333333%;
  margin: 0 65px 0 0;
}

.settings_form_block:last-child {
  margin: 0;
}

.settings_form_title {
  font-family: 'Inter-SemiBold';
  font-size: 20px;
  line-height: 30px;
}

.settings_form_button {
  text-align: center;
  padding: 60px 0 0 0;
}

.settings_border_pd {
  padding: 60px 50px;
}

.settings_form_block2 {
  width: 50%;
  margin: 0 160px 0 0;
}

.settings_form_block2:last-child {
  margin: 0;
}

.settings_form_titles {
  font-family: 'Inter-SemiBold';
  font-size: 18px;
  line-height: 30px;
  color: #DC052D;
}



.settings_form_pd {
  padding: 10px 0 0 0;
}

.settings_form_pd2 {
  padding: 30px 0 0 0;
}

.settings_form_cekbox {
  padding: 25px 0 0 0;
}

.settings_form_select {
  padding: 20px 0 0 0;
}

.select__head_settings {
  height: 60px;
}

.select__list_settings {
  top: 60px;
}

.settings_form_title_pd {
  padding: 63px 0 0 0;
  color: #6B6B6B;
}

.settings_form_pd3 {
  padding: 20px 0 0 0;
}

.settings_form_img {
  padding: 50px 0 0 0;
}

.settings_form_pd4 {
  padding: 55px 0 0 0;
}

/*payment_details*/

/*payment*/

.payment {
  padding: 60px 0 0 0;
}

.title_color {
  color: #DC052D;
}

.payment_border {
  padding: 0 25px 50px 25px;
  margin: 60px 0 0 0;
  background: #33000F4D;
  border: 1px solid #6B6B6B;
}

.payment_wrap {
  display: flex;
}

.payment_block {
  width: 33.333333%;
  padding: 0 25px;
}

.payment_pd {
  position: relative;
  padding: 50px 0 0 0;
}

.payment_label {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #33000F;
  width: 67px;
  height: 60px;
  border: 1px solid #FFFFFF;
  border-radius: 0 30px 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.payment_button {
  text-align: center;
  padding: 50px 0 0 0;
}

/*buy_a_token2*/

/*token*/

.token {
  padding: 60px 0 0 0;
}

.token_border {
  padding: 0 20px 0 0;
  margin: 60px 0 0 0;
  border: 1px solid #6B6B6B;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.token_trc {
  display: flex;
  align-items: center;
  padding: 5px 0 5px 5px;
}

.token_trc_icon {
  display: flex;
}

.token_trc_text {
  padding: 0 0 0 15px;
}

.token_trc_title {
  font-family: 'Inter-SemiBold';
  font-size: 18px;
  line-height: 22px;
}

.token_trc_suptitle {
  padding: 5px 0 0 0;
  font-family: 'Inter-SemiBold';
  font-size: 20px;
  line-height: 24px;
  color: #DC052D;
}

.token_price {
  border-right: 1px solid #6B6B6B;
  border-left: 1px solid #6B6B6B;
  height: 100%;
  background: #33000F;
  width: 280px;
  padding: 28px 0;
}

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

.token_price_title {
  font-family: 'Inter-SemiBold';
  font-size: 20px;
  line-height: 24.2px;
  text-align: center;
}

.token_amount {
  display: flex;
  align-items: center;
  padding: 0 0 0 60px;
}

.token_amount_title {
  font-family: 'Inter-SemiBold';
  font-size: 20px;
  line-height: 24.2px;
}

.token_amount_suptitle {
  font-family: 'Inter-SemiBold';
  font-size: 18px;
  line-height: 30px;
}

.token_amount_input {
  padding: 0 15px;
  width: 250px;
}

.copy-text {
  position: relative;
}

.copy-text input.text {
  border: none;
  background: none;
  font-family: 'Inter-SemiBold';
  font-size: 20px;
  line-height: 30px;
  color: #0066B2;
  margin: 0 144px 0 0;
  width: 347px;
  text-overflow: ellipsis;
}

/*seven*/

.seven {
  padding: 100px 0 0 0;
}

.seven_img {
  text-align: center;
  padding: 80px 0 0 0;
}



.one {
  padding: 190px 0 0 0;
}

.title2 {
  font-family: 'Inter-SemiBold';
  font-size: 150px;
  line-height: 110px;
  letter-spacing: 0em;
  color: #A000304D;
}

.one_img {
  padding: 80px 0 0 0;
}

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

.one_block {
  width: 40%;
}

.one_block2 {
  width: 60%;
}

.one_proc {
  position: relative;
}

.one_proc_restagle {
  border: 2px solid #FFFFFF;
  background: #31000F;
  height: 71px;
}

.one_proc_restagle2 {
  /*border-width: 2px, 0px, 2px, 2px;
  border-style: solid;
  border-color: #FFFFFF;*/
  background: #DC052D;
  height: 100%;
  /*width: 84%;*/
}

.one_proc_number {
  font-family: 'Inter-SemiBold';
  font-size: 35px;
  line-height: 30px;
  position: absolute;
  top: 21px;
  left: 35%;
}

.one_svg img {
  margin: -15px 0 0 -50px;
}

/*two*/

.two {
  padding: 100px 0 0 0;
}

.title_right {
  text-align: right;
}

.two_wrap {
  display: flex;
  padding: 84px 0 0 0;
  align-items: center;
}

.two_block {
  width: 52.2%;
}

.two_block2 {
  width: 47.8%;
  padding: 0 0 0 70px;
}

.title3 {
  font-family: 'Inter-SemiBold';
  font-size: 35px;
  line-height: 40px;
  color: #fff;
}

.two_pd {
  padding: 50px 0 0 0;
}

.suptitle2 {
  font-size: 20px;
  line-height: 35px;
  color: #fff;
}

.two_title {
  font-family: 'Inter-Bold';
  font-size: 20px;
  line-height: 24.2px;
  letter-spacing: 4px;
  color: #fff;
}

.two_suptitle {
  padding: 9px 0 0 0;
  font-family: 'Inter-Bold';
  font-size: 35px;
  line-height: 42.36px;
  letter-spacing: 4px;
  color: #DC052D;
}

.two_text {
  text-align: right;
  padding: 0 48px 0 0;
  margin: -75px 0 0 0;
}

/*three*/

.three {
  padding: 100px 0 0 0;
}

.three_wrap {
  padding: 80px 0 0 0;
  display: flex;
  align-items: center;
}


.three_block {
  width: 40.6%;
}

.three_pd {
  padding: 40px 0 0 0;
}

.three_button {
  padding: 40px 0 0 0;
}

.work_btn_hv:hover {
  background: #0066B2;
  color: #fff;
}

.three_block2 {
  width: 59.4%;
  padding: 0 0 0 70px;
}

.three_img {
  margin: 0 0 0 -116px;
}

/*four*/

.four {
  padding: 100px 0 0 0;
}


.four_input {
  font-family: 'Inter-SemiBold';
  font-size: 20px;
  line-height: 24.2px;
  letter-spacing: 1px;
  margin: 140px 0 0 0;
  width: 100%;
  color: #fff;
  padding: 0 0 0 0;
  text-align: center;
  height:71px;
  background: #31000F;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 0;
}

.four_input::-webkit-input-placeholder {
  color:#fff;
}

.four_input::-moz-placeholder {
  color:#fff;
}

.four_input:-ms-input-placeholder {
  color:#fff;
}

.four_input::placeholder {
  color:#fff;
}

.four_button {
  padding: 40px 0 0 0;
  text-align: center;
}

/*five*/

.five {
  padding: 100px 0 0 0;
}

.five_title {
  font-family: 'Inter-SemiBold';
  font-size: 35px;
  line-height: 30px;
  color: #fff;
  margin: 0 0 40px 0;
  text-align: right;
}

.five_relative {
  position: relative;
  margin: 0 -135px;
}

.five_restagle {
  position: absolute;
  top: 65.5%;
  left: 0;
  width: 100%;
  height: 2px;

  background: linear-gradient(90deg, #000000 0%, #DC052D 50.41%, #150007 100%);
}

.five_wrap {
  padding: 80px 235px 0 135px;
  height: 502px;
  display: flex;
  justify-content: space-between;
}

.five_height {
  position: relative;
  height: 70%;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
}

.five_height:before {
  border-radius: 50%;
  width: 22px;
  height: 22px;
  background: #DC052D;
  position: absolute;
  left: 29px;
  bottom: 34px;
  content: '';
}

.five_height:after {
  content: '';
  position: absolute;
  border-left: 1px dashed #DC052D;
  height: 111px;
  left: 40px;
  bottom: 56px;
}

.five_height_color:after  {
  border-left: 1px dashed #BB8383;
}

.five_height_end:before {
  bottom: auto;
  top: 34px;
}

.five_height_end:after {
  bottom: auto;
  top: 56px;
}

.five_height_end {
  margin: 0 0 -78px 0;
}

.five_block {
  width: 20%;
}

.five_number {
  width: 100%;
  font-family: 'Inter-Bold';
  font-size: 20px;
  line-height: 24.2px;
  color: #DC052D;
}

.five_ul {
  white-space: nowrap;
  padding: 0 0 0 30px;
  width: 100%;
  list-style: disc;
  color: #DC052D;
}

.five_li {
  padding: 0 0 16px 0;
  color: #DC052D;
}

.five_li:last-child {
  padding: 0;
}

.five_li_last {
  padding: 16px 0 0 ;
}

.five_li_last:first-child {
  padding: 0;
}

.five_li_last:last-child {
  padding: 16px 0 0 0;
}

.five_li p {
  font-size: 20px;
  line-height: 24.2px;
  letter-spacing: 0.4000000059604645px;
  color: #fff;
}

.five_li_color {
  color: #BB8383;
}

.five_li_color p {
  color: #BB8383;
}

.five_number_color {
  color: #BB8383;
}

.five_block_end {
  display: flex;
  align-items: flex-end;
}

/*six*/

.six {
  padding: 178px 0 0 0;
}

.six_container {
  padding: 0;
}

.six_wrap {
  display: flex;
  align-items: center;
  padding: 80px 0 0 0;
}

.six_block {
  width: 33.333333333%;
  padding: 0 15px;
}

.six_border {
  cursor: pointer;
  position: relative;
}

.six_border:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #34000FE5;
  z-index: 1;
  opacity: 0;
}

.six_border:hover:before {
  opacity: 1;
  transition: 0.3s;
}

.six_img img {
  margin: 0 0 0 0;
}

.six_img {
  overflow: hidden;
  position: relative;
  min-height: 300px;
  max-height: 300px;
}

/*.six_img:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #34000FE5;
}*/

.six_text {
  position: relative;
  z-index: 2;
  background: #31000F;
  padding: 20px 20px;
}

.six_text h3 {
  font-family: 'Inter-SemiBold';
  font-size: 30px;
  line-height: 30px;
  color: #fff;
}

.six_text p {
  margin: 20px 0 0 0;
  font-size: 20px;
  line-height: 35px;
}

.six_link {
  opacity: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  top: 124px;
  left: 0;
}

.six_border:hover .six_link {
  opacity: 1;
  transition: 0.3s;
}

.six_link_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.six_link2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0 0 0;
}






/*footer*/

.footer {
  padding: 100px 0 80px 0;
  background: url(../images/footer.svg) center 100% no-repeat;
}

.footer_logo a {
  position: relative;
  z-index: 1;
  display: flex;
}

.footer_logo a:hover {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  -o-filter: blur(2px);
  filter: blur(2px);
}

.footer_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 -135px;
  padding: 0 135px;
}

.footer_logo:before {
  content: '';
  position: absolute;
  background: url(../images/footer_logo_bf.svg) 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.footer_nav {
  padding: 94px 0 0 0;
}

.footer_ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_li {
  padding: 0 45px;
}

.footer_li a {
  position: relative;
  font-family: 'Inter-SemiBold';
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0em;
  color: #fff;
}

.footer_li a:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #DC052D;
  opacity: 0;
  left: 0;
  bottom: 0;
}

.footer_li a:hover {
  color: #DC052D;
}

.footer_li a:hover:before {
  opacity: 1;
}

.footer_social {
  padding: 75px 0 0 0;
}

.footer_social_ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_social_li {
  padding: 0 10px;
}

.footer_social_li a {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #DC052D;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_social_li a:hover {
  background: #fff;
}

.footer_social_li a:hover svg path {
  fill: #DC052D;
}

.footer_title {
  padding: 40px 0 0 0;
  text-align: center;
  font-family: 'Inter-SemiBold';
  font-size: 18px;
  line-height: 30px;
}



/*BURGER*/

.mt-munu-mb {
  padding: 80px 15px 20px 15px;
  background: #000;

}

.body-open {
  position: relative;
}

.body-open:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2;
}

.burger {
  position: absolute;
  top: 18px;
  right: 0px;
  display: none !important;
  color: #23f0ff;
  cursor: pointer;
  z-index: 12;
  display: flex;
}
.burger i:nth-of-type(1) {
  display: block;
}
.burger i:nth-of-type(2) {
  display: none;
}
.burger.burger-open {
  color: #2a3255;
}
.burger.burger-open i:nth-of-type(1) {
  display: none;
}
.burger.burger-open i:nth-of-type(2) {

  display: block;
}

.body-open  {
  overflow: auto;
}

.mt-mobile {
  position: absolute;
  top: 0;
  z-index: 11;

  height: auto;
  width: 100%;
  padding: 0 0 0 0;
  max-width: 360px;
  transition: 0.5s ease all;
  clip-path: circle(100%);
}


.mt-mobile.nav-open {
  clip-path: circle(0 at 100% 0);
}

.burger i svg {

}

/*work*/

.work {
  padding: 164px 0 246px 0;
}

.work_relative {

  position: relative;
}

.work_social {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}


.work_li {
  padding: 0 0 10px 0;
}

.work_li:last-child {
  padding: 0;
}

.work_li a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFFFFF;
}

.work_li a:hover {
  background: #fff;
}

.work_li a:hover svg path {
  fill: #DC052D;
}

.work_width {
  position: relative;
  z-index: 1;
  max-width: 670px;
}

.title {
  font-family: 'Inter-SemiBold';
  font-size: 100px;
  line-height: 110px;
  letter-spacing: 0em;
  color: #fff;
}

.work_pd {
  padding: 40px 0 0 0;
}

.suptitle {
  font-family: 'Inter-SemiBold';
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0em;
  color: #fff
}

.work_buttons {
  display: flex;
  align-items: center;
  padding: 69px 0 0 0;
}

.work_button {
  padding: 0 30px 0 0;
}

.work_button:last-child {
  padding: 0;
}

.work_btn {
  background: #DC052D;
  box-shadow: 0px 2px 5px 0px #00000040;
  width: 190px;
  height: 50px;
  font-family: 'Inter-SemiBold';
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0em;
  color: #fff;
  border-radius: 30px;
}

.work_btn:hover {
  background: #fff;
  color: #DC052D;
}

.work_btn_bg {
  background: #0066B2;
}

.work_btn_bg:hover {
  color: #0066B2;
}



@media screen and (max-width: 1800px) {
  .five_relative {
    position: relative;
    margin: 0 -15px;
  }

  .five_wrap {
    padding: 80px 90px 0 0px;
    height: 502px;
    display: flex;
    justify-content: space-between;
  }

  .footer_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 -60px;
    padding: 0 60px;
  }

  .footer_logo_about {
    padding: 77px 60px;
    margin: 30px -60px;
  }
}

@media screen and (max-width: 1600px) {
  .footer_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 -15px;
    padding: 0 15px;
  }

  .tabs_pd {
    padding: 0 100px 30px 0 !important;
  }

  .tabs_pd2 {
    padding: 0 100px 30px 100px !important;
  }

  .tabs_pd3 {
    padding: 0 0 30px 100px !important;
  }

  .five_wrap {
    padding: 80px 180px 0 15px;
    height: 502px;
    display: flex;
    justify-content: space-between;
  }

  .header_new_balance_title {
    font-family: 'Inter-SemiBold';
    font-size: 18px;
    line-height: 24px;
  }

  .header_new_balance_suptitle {
    padding: 5px 0 0 0;
    font-family: 'Inter-SemiBold';
    font-size: 18px;
    line-height: 24px;
  }

  .header_new_balance {
    width: 270px;
    padding: 5px 5px;
    display: flex;
    align-items: center;
    background: #3D0011CC;
    border-radius: 50px;
  }

  .header_new_balance_text {
    padding: 0 0 0 15px;
    width: 88%;
  }

  .header_new_info_border {
    width: 600px;
    display: flex;
    align-items: center;
    background: #3D0011CC;
    border-radius: 50px;
    padding: 5px 0 5px 15px;
  }

  .header_new_info_text {
    width: 86%;
    padding: 0 0 0 15px;
  }
}

@media screen and (max-width: 1470px) {


  .header {
    padding: 20px 0 0 0;
  }

  .header_logo a img {
    width: 100px;
  }

  .header_li a {
    position: relative;
    font-family: 'Inter-SemiBold';
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0em;
    color: #fff;
  }

  .header_li {
    padding: 0 35px 0 0;
  }

  .header_btn {
    font-family: 'Inter-SemiBold';
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0em;
    width: 110px;
    height: 40px;
  }

  .title {
    font-family: 'Inter-SemiBold';
    font-size: 80px;
    line-height: 90px;
    letter-spacing: 0em;
    color: #fff;
  }

  .suptitle {
    font-family: 'Inter-SemiBold';
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0em;
    color: #fff;
  }

  .work_pd {
    padding: 30px 0 0 0;
  }

  .work_buttons {
    display: flex;
    align-items: center;
    padding: 50px 0 0 0;
  }

  .bg {
    background-size: cover;
  }

  .work_width {
    position: relative;
    z-index: 1;
    max-width: 620px;
  }

  .work {
    padding: 100px 0 180px 0;
  }

  .title2 {
    font-family: 'Inter-SemiBold';
    font-size: 110px;
    line-height: 110px;
    letter-spacing: 0em;
    color: #A000304D;
  }

  .one {
    padding: 100px 0 0 0;
  }

  .two_img svg {
    height: 443px;
    width: 736px;
  }

  .two_wrap {
    display: flex;
    padding: 60px 0 0 0;
    align-items: center;
  }

  .two {
    padding: 80px 0 0 0;
  }

  .title3 {
    font-family: 'Inter-SemiBold';
    font-size: 30px;
    line-height: 35px;
    color: #fff;
  }

  .two_pd {
    padding: 30px 0 0 0;
  }

  .suptitle2 {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
  }

  .two_block2 {
    width: 45%;
    padding: 0px 0 0 40px;
  }

  .two_block {
    width: 55%;
  }

  .two_title {
    font-family: 'Inter-Bold';
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 4px;
    color: #fff;
  }

  .two_suptitle {
    padding: 9px 0 0 0;
    font-family: 'Inter-Bold';
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 4px;
    color: #DC052D;
  }

  .two_text {
    text-align: right;
    padding: 0px 35px 0 0;
    margin: -66px 0 0 0;
  }

  .three {
    padding: 80px 0 0 0;
  }

  .three_wrap {
    padding: 60px 0 0 0;
    display: flex;
    align-items: center;
  }

  .three_img {
    margin: 0 0 0 -98px;
  }

  .four {
    padding: 80px 0 0 0;
  }

  .four_input {
    font-family: 'Inter-SemiBold';
    font-size: 20px;
    line-height: 24.2px;
    letter-spacing: 1px;
    margin: 60px 0 0 0;
    width: 100%;
    color: #fff;
    padding: 0 0 0 0;
    text-align: center;
    height: 71px;
    background: #31000F;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 0;
  }

  .five_wrap {
    padding: 60px 90px 0 15px;
    height: 400px;
    display: flex;
    justify-content: space-between;
  }

  .five {
    padding: 80px 0 0 0;
  }

  .five_li p {
    font-size: 16px;
    line-height: 18.2px;
    letter-spacing: 0.4000000059604645px;
  }

  .five_li {
    padding: 0 0 10px 0;
  }

  .five_li_last {
    padding: 10px 0 0;
  }

  .five_li_last:last-child {
    padding: 10px 0 0 0;
  }

  .five_number {
    width: 100%;
    font-family: 'Inter-Bold';
    font-size: 16px;
    line-height: 18.2px;
  }

  .five_height {
    position: relative;
    height: 60%;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
  }

  .five_height:after {
    content: '';
    position: absolute;
    height: 60px;
    left: 23px;
    bottom: 48px;
  }

  .five_height:before {
    border-radius: 50%;
    width: 18px;
    height: 18px;
    background: #DC052D;
    position: absolute;
    left: 15px;
    bottom: 30px;
    content: '';
  }

  .five_ul {
    white-space: nowrap;
    padding: 0 0 0 25px;
    width: 100%;
    list-style: disc;
  }

  .five_height_end:before {
    bottom: auto;
    top: 30px;
  }

  .five_height_end:after {
    bottom: auto;
    top: 48px;
  }

  .five_restagle {
    position: absolute;
    top: 56.3%;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #000000 0%, #DC052D 50.41%, #150007 100%);
  }

  .five_height_end {
    margin: 0 0 10px 0;
  }

  .six_img {
    overflow: hidden;
    position: relative;
    min-height: auto;
    max-height: 100%;
  }

  .six_img img {
    margin: 0 0 -4px 0;
  }

  .six_text p {
    margin: 20px 0 0 0;
    font-size: 18px;
    line-height: 26px;
  }

  .six_text h3 {
    font-family: 'Inter-SemiBold';
    font-size: 24px;
    line-height: 27px;
    color: #fff;
  }

  .six {
    padding: 80px 0 0 0;
  }

  .six_wrap {
    display: flex;
    align-items: center;
    padding: 60px 0 0 0;
  }

  .seven {
    padding: 80px 0 0 0;
  }

  .seven_img {
    text-align: center;
    padding: 60px 0 0 0;
  }

  .footer_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 -15px;
    padding: 0 15px;
  }

  .footer {
    background-size: contain;
  }

  .bg_bg {
    margin: -80px 0 0 0;
    background: url(../images/bg_bg.png) center 0 no-repeat;
  }

  .about_t_block2 {
    width: 51%;
    padding: 0 0 0 40px;
  }

  .about_t_block_order2 {
    order: 1;
    padding: 0 40px 0 0;
  }

  .about_t p {
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 31px;
  }

  .about_t_inner_border {
    height: 660px;
    border: 2px solid #3D0011;
    padding: 50px 15px 30px 15px;
  }

  .about_t_inner_border p {
    margin: 0 auto;
    padding: 15px 0 0 0;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.4000000059604645px;
    text-align: center;
    max-width: 385px;
  }

  .footer_logo_about {
    padding: 70px 15px;
    margin: 30px -15px;
  }

  .about_s_container {
    padding: 0 15px;
  }

  .about_s_slayder {
    padding: 0 30px;
  }

  .bg_bg_about {
    background-position: center 85%;
    margin: -90px 0 0 0;
  }

  .title5 {
    font-family: 'Inter-SemiBold';
    font-size: 50px;
    line-height: 70px;
  }

  .rules {
    padding: 100px 0 0 0;
  }

  .contacts_block {
    width: 40%;
  }

  .contacts_block2 {
    width: 60%;
    padding: 0 0 0 15px;
  }

  .settings_form_block2 {
    width: 50%;
    margin: 0 30px 0 0;
  }

  .settings_form_block {
    width: 33.333333%;
    margin: 0 30px 0 0;
  }




}

@media screen and (max-width: 1366px) {
  .dashboard_overflo {
    padding: 50px 15px 0 15px;
    margin: 0 -15px;
    overflow: auto;
  }

  .dashboard_overflo::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }

  .dashboard_overflo::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  .dashboard_overflo::-webkit-scrollbar-thumb {
    background: #555;
  }

  .dashboard_overflo::-webkit-scrollbar-thumb:hover {
    background: #333;
  }

  .dashboard_table {
    width: 1500px;
  }
}


@media screen and (max-width: 1300px) {
  .five_wrap {
    padding: 60px 120px 0 15px;
    height: 399px;
    display: flex;
    justify-content: space-between;
  }

  .tabs_pd {
    padding: 0 50px 30px 0 !important;
  }

  .tabs_pd2 {
    padding: 0 50px 30px 50px !important;
  }

  .tabs_pd3 {
    padding: 0 0 30px 50px !important;
  }

  .header_new_balance_title {
    font-family: 'Inter-SemiBold';
    font-size: 16px;
    line-height: 20px;
  }

  .header_new_balance_suptitle {
    padding: 5px 0 0 0;
    font-family: 'Inter-SemiBold';
    font-size: 16px;
    line-height: 20px;
  }

  .header_new_balance {
    width: 215px;
    padding: 5px 5px;
    display: flex;
    align-items: center;
    background: #3D0011CC;
    border-radius: 50px;
  }

  .header_new_balance_icon img {
    width: 50px;
  }

  .header_new_balance_text {
    padding: 0 0 0 10px;
    width: 75%;
  }

  .header_new_info_icon img {
    width: 50px;
  }

  .header_new_info_text {
    width: 79%;
    padding: 0 0 0 10px;
  }

  .header_new_info_border {
    width: 500px;
    display: flex;
    align-items: center;
    background: #3D0011CC;
    border-radius: 50px;
    padding: 5px 0 5px 15px;
  }

  .token_price {
    border-right: 1px solid #6B6B6B;
    border-left: 1px solid #6B6B6B;
    height: 100%;
    background: #33000F;
    width: 200px;
    padding: 28px 0;
  }

  .token_amount_input {
    padding: 0 15px;
    width: 200px;
  }

  .token_amount {
    display: flex;
    align-items: center;
    padding: 0 0 0 30px;
  }
}

@media screen and (max-width: 1250px){
  .dashboard_filter_drop {
    position: relative;
    padding: 15px 0 0 0;
    width: 175px;
  }
}


/* стили для md-устройств */
@media screen and (max-width: 1200px) {
  .header_logo a img {
    width: 80px;
  }

  .header_li a {
    position: relative;
    font-family: 'Inter-SemiBold';
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0em;
    color: #fff;
  }

  .header_li {
    padding: 0 20px 0 0;
  }

  .header_btn {
    font-family: 'Inter-SemiBold';
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0em;
    width: 90px;
    height: 35px;
  }

  .header_buttons {
    padding: 0 0 0 15px;
  }

  .title {
    font-family: 'Inter-SemiBold';
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 0em;
    color: #fff;
  }

  .work_pd {
    padding: 20px 0 0 0;
  }

  .suptitle {
    font-family: 'Inter-SemiBold';
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0em;
    color: #fff;
  }

  .work_width {
    position: relative;
    z-index: 1;
    max-width: 500px;
  }

  .work_buttons {
    display: flex;
    align-items: center;
    padding: 30px 0 0 0;
  }

  .work_btn {
    width: 165px;
    height: 40px;
    font-family: 'Inter-SemiBold';
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0em;
  }

  .work {
    padding: 80px 0 151px 0;
  }

  .work_li a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFFFFF;
  }

  .work_li a svg {
    width: 20px;
    height: 20px;
  }

  .title2 {
    font-family: 'Inter-SemiBold';
    font-size: 90px;
    line-height: 90px;
    letter-spacing: 0em;
    color: #A000304D;
  }

  .two_wrap {
    flex-wrap: wrap;
  }

  .two_block {
    width: 100%;
    order: 2;
  }

  .two_block2 {
    width: 100%;
    order: 1;
    padding: 0 0 30px 0;
  }

  .two_img {
    text-align: center;
  }

  .two_img svg {
    width: 100%;
    height: auto;
  }

  .three_wrap {
    flex-wrap: wrap;
  }

  .three_block {
    width: 100%;
    order: 2;
  }

  .three_block2 {
    width: 100%;
    order: 1;
    padding: 0 0 0 0;
  }

  .five_wrap {
    padding: 60px 150px 0 15px;
    height: 399px;
    display: flex;
    justify-content: space-between;
  }

  .bg_bg {
    margin: -72px 0 0 0;
    background: url(../images/bg_bg.png) center 0 no-repeat;
  }

  .about_t {
    padding: 80px 0 0 0;
  }

  .about_t h2 {
    margin-bottom: 30px;
    font-family: 'Inter-SemiBold';
    font-size: 30px;
    line-height: 35px;
  }

  .about_t p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
  }

  .about_t h3 {
    margin-bottom: 30px;
    font-family: 'Inter-SemiBold';
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }

  .about_t_wrap {
    flex-wrap: wrap;
  }

  .about_t_block {
    width: 100%;
  }

  .about_t_block2 {
    width: 100%;
    padding: 0 0 30px 0;
    text-align: center;
  }

  .title4 {
    font-family: 'Inter-SemiBold';
    font-size: 90px;
    line-height: 80px;
  }

  .about_w {
    padding: 90px 0 135px 0;
  }

  .about_t_inner_block {
    width: 50%;
  }

  .about_t_inner_border {
    height: 100%;
    padding: 30px 20px;
  }

  .about_t_inner_border h2 {
    margin: 0;
    padding: 20px 0 0 0;
    font-family: 'Inter-Bold';
    font-size: 24px;
    line-height: 27px;
    text-align: center;
  }

  .about_t_inner_border p {
    margin: 0 auto;
    padding: 15px 0 0 0;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.4000000059604645px;
    text-align: center;
    max-width: 385px;
  }

  .footer_logo_about {
    padding: 54px 15px;
    margin: 30px -15px;
  }

  .fag_tabs_title {
    padding: 0 0 0 20px;
    font-size: 20px;
    line-height: 24px;
  }

  .fag_tabs_icon svg {
    width: 70px;
    height: 70px;
  }

  .tabs_pd {
    padding: 0 30px 20px 0 !important;
  }

  .tabs_pd2 {
    padding: 0 30px 20px 30px !important;
  }

  .tabs_pd3 {
    padding: 0 0 20px 30px !important;
  }

  .fag {
    padding: 100px 0 0 0;
  }

  .bg_bg_about {
    margin: -80px 0 0 0;
  }

  .tab-content.current {
    padding: 40px 0 0 0;
    height: auto;
    opacity: 1;
  }

  .fag_accordion {
    padding: 40px 0 0 0;
  }

  .accordion .link {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Inter-SemiBold';
    font-size: 16px;
    line-height: 26px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .fag_accordion_content p {
    font-size: 13px;
    line-height: 20px;
  }

  .bg_article {
    height: 440px;
  }

  .rules h2 {
    position: relative;
    z-index: 1;
    font-family: 'Inter-SemiBold';
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 30px;
  }

  .rules p {
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
  }

  .rules ul li {
    font-size: 16px;
    line-height: 28px;
  }

  .rules_block {
    position: relative;
    padding: 30px 0 0 0;
    border-bottom: 1px solid #DC052D;
  }

  .rules span {
    font-family: 'Inter-SemiBold';
    font-size: 120px;
    line-height: 120px;
    color: #3D0011;
    position: absolute;
    top: 0;
    right: 0;
  }

  .buy_border {
    border: 1px solid #6B6B6B;
    background: #33000F4D;
    padding: 30px 20px 30px 20px;
    height: 100%;
  }

  .buy_border2 {
    border: 1px solid #6B6B6B;
    background: #33000F4D;
    padding: 30px 20px 30px 20px;
  }

  .payment_block {
    width: 33.333333%;
    padding: 0 10px;
  }

  .payment_border {
    padding: 0px 10px 30px 10px;
    margin: 60px 0 0 0;
    background: #33000F4D;
    border: 1px solid #6B6B6B;
  }

  .payment_pd {
    position: relative;
    padding: 30px 0 0 0;
  }

  .token_trc_title {
    font-family: 'Inter-SemiBold';
    font-size: 14px;
    line-height: 17px;
  }

  .token_trc_suptitle {
    padding: 5px 0 0 0;
    font-family: 'Inter-SemiBold';
    font-size: 16px;
    line-height: 18px;
    color: #DC052D;
  }

  .token_trc_icon img {
    width: 50px;
  }

  .token_price_title {
    font-family: 'Inter-SemiBold';
    font-size: 16px;
    line-height: 18.2px;
    text-align: center;
  }

  .token_price {
    border-right: 1px solid #6B6B6B;
    border-left: 1px solid #6B6B6B;
    height: 100%;
    background: #33000F;
    width: 200px;
    padding: 20px 0;
  }

  .token_amount_title {
    font-family: 'Inter-SemiBold';
    font-size: 16px;
    line-height: 18.2px;
  }

  .token_amount_suptitle {
    font-family: 'Inter-SemiBold';
    font-size: 16px;
    line-height: 18px;
  }
}


@media screen and (max-width: 1050px) {



}


/* стили для sm-устройств */
@media screen and (max-width: 1024px) {
  .five_restagle {
    top: 0;
    left: 40px;
    width: 2px;
    height: 100%;
  }

  .five_wrap {
    padding: 0px 15px 0 15px;
    flex-wrap: wrap;
    height: auto;
  }

  .five_block {
    width: 100%;
  }

  .five_height {
    height: auto;
  }

  .five_ul {
    padding: 30px 0 0 25px;
    order: 2;
    white-space: normal;
  }

  .five_number {
    order: 1;
  }

  .five_height {
    padding: 50px 0 0 100px;
    height: auto;
  }

  .five_height:before {
    border-radius: 50%;
    width: 18px;
    height: 18px;
    background: #DC052D;
    position: absolute;
    left: 17px;
    bottom: auto;
    content: '';
    top: 53px;
  }

  .five_height:after {
    content: '';
    position: absolute;
    border-left: none;
    height: 111px;
    left: 40px;
    bottom: 56px;
    border-bottom: 1px dashed #DC052D;
  }

  .five_height:after {
    content: '';
    position: absolute;
    border-left: none;
    height: 1px;
    width: 50px;
    bottom: auto;
    bottom: auto;
    border-bottom: 1px dashed #DC052D;
    top: 61px;
    left: 37px;
  }

  .five_height_color:after {
    border-bottom: 1px dashed #BB8383;
  }

  .contacts_wrap {
    flex-wrap: wrap;
  }

  .contacts_block {
    width: 100%;
  }

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

  .contacts_inner {
    width: 33.3333333%;
    padding: 30px 0 0 0;
    margin: 0 20px 0 0;
  }

  .contacts_inner:last-child {
    margin: 0;
  }

  .contacts_block2 {
    width: 100%;
    padding: 40px 0 0 0;
  }

  .contacts_title {
    font-family: 'Inter-SemiBold';
    font-size: 16px;
    line-height: 22px;
  }

  .contacts_link {
    padding: 5px 0 0 0;
    display: flex;
    font-family: 'Inter-SemiBold';
    font-size: 16px;
    line-height: 22px;
    color: #DC052D;
    text-decoration-line: underline;
  }

  .contacts_icon img {
    width: 60px;
  }

  .contacts_text {
    padding: 0 0 0 10px;
    width: 81%;
  }

  .form {
    padding: 0px 0 0 0;
  }

  .header_new_logo_mb {
    display: block;
  }

  .header_new_logo_dk {
    display: none;
  }

  .header_new_wrap {
    flex-wrap: wrap;
  }

  .header_new_button_mb {
    display: block;
    width: 100%;
    padding: 20px 0 0 0;
    text-align: center;
  }

  .header_new_button_dk {
    display: none;
  }

  .header_new {
    padding: 20px 0 0 0;
  }

  .settings_block {
    padding: 30px 0 0 0;
  }

  .settings_border {
    background: #33000F4D;
    border: 1px solid #6B6B6B;
    padding: 30px 20px 30px 20px;
    margin: 30px 0 0 0;
  }

  .settings_form_wrap {
    flex-wrap: wrap;
  }

  .settings_form_block {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .settings_form_button {
    text-align: center;
    padding: 30px 0 0 0;
  }

  .settings_form_block2 {
    width: 100%;
    margin: 0 0 30px 0;
  }

  .token_border {
    border-radius: 30px;
    flex-wrap: wrap;
    padding: 0 20px 5px 20px;
  }

  .token_button {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 0 0;
  }

  .token_right {
    padding: 15px 0 0 0;
    width: 100%;
    justify-content: space-between;
  }

  .token_trc {
    width: 100%;
    justify-content: center;
    padding: 5px 0 0 0;
  }

  .token_price {
    margin: 0 0 0 -20px;
    border-left: none;
    border-top: 1px solid #6B6B6B;
    border-bottom: 1px solid #6B6B6B;
  }



}

/* стили для sm-устройств */
@media screen and (max-width: 992px) {
  .footer {
    padding: 60px 0 50px 0;
  }

  .footer_logo a img {
    width: 150px;
  }

  .footer_nav {
    padding: 40px 0 0 0;
  }

  .footer_li {
    padding: 0 20px;
  }

  .footer_li a {
    position: relative;
    font-family: 'Inter-SemiBold';
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0em;
    color: #fff;
  }

  .footer_social {
    padding: 40px 0 0 0;
  }

  .title5 {
    font-family: 'Inter-SemiBold';
    font-size: 32px;
    line-height: 40px;
  }

  .dashboard_filter {
    overflow: auto;
    margin: 0 -15px;
    padding: 30px 15px 0 15px;
  }

  .dashboard_filter::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }

  .dashboard_filter::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  .dashboard_filter::-webkit-scrollbar-thumb {
    background: #555;
  }

  .dashboard_filter::-webkit-scrollbar-thumb:hover {
    background: #333;
  }

  .dashboard_filter_block {
    padding: 0 15px 0 0;
  }

  .dashboard_filter_block:last-child {
    padding: 0;
  }
}


@media screen and (max-width: 900px) {

  .contacts_flex {
    display: block;
  }

  .contacts_inner {
    width: 100%;
    margin: 0;
    padding: 25px 0 0 0;
  }

  .form_title {
    font-family: 'Inter-SemiBold';
    font-size: 16px;
    line-height: 20px;
  }

  .form_input {
    font-family: 'Inter-SemiBold';
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0 0 0;
    width: 100%;
    color: #fff;
    padding: 0 17px 0 17px;
    text-align: center;
    height: 50px;
    background: none;
    border: 1px solid #6B6B6B;
    box-sizing: border-box;
    border-radius: 30px;
  }

  .form_stroke {
    position: relative;
    padding: 20px 0 0 0;
  }

  .form_textarea {
    background: none;
    border-radius: 30px;
    border: 1px solid #6B6B6B;
    font-size: 16px;
    line-height: 20px;
    padding: 15px 17px;
    height: 110px;
    margin: 10px 0 0 0;
    width: 100%;
    resize: none;
    color: #fff;
  }

  .form_label {
    font-family: 'Inter-SemiBold';
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 125px;
    height: 50px;
    border-radius: 0 30px 30px 0;
    border: 1px solid #6B6B6B;
    background: #3D0011;
    position: absolute;
    bottom: 0;
    right: 0;
  }

}


/* Ipad*/
@media screen and (max-width: 768px) {
  .header_nav {
    display: none;
  }

  /*Burger*/

  .burger {
    display: block !important;
  }

  .mt-munu-mb .header-navigation-wr {
    display: block !important;
  }

  .mt-mobile {
    right: 0;
  }

  .header_wrap {
    position: relative;
  }

  .header_right {
    padding: 0 40px 0 0;
    display: flex;
    align-items: center;
  }

  .header_ul {
    display: block;
    text-align: center;
  }

  .header_li {
    padding: 0 0 20px 0;
  }

  .header_li:last-child {
    padding: 0;
  }

  .header_buttons_burger {
    text-align: center;
    padding: 10px 0 0 0;
  }

  .work_social {
    display: none;
  }

  .work_ul {
    padding: 20px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .work_li {
    padding: 0 10px 0 0;
  }

  .work_li:last-child {
    padding: 0;
  }

  .title {
    font-family: 'Inter-SemiBold';
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0em;
    color: #fff;
  }

  .header_logo a img {
    width: 60px;
  }

  .work_width {
    position: relative;
    z-index: 1;
    max-width: 370px;
  }

  .work {
    padding: 40px 0 60px 0;
  }

  .title2 {
    font-family: 'Inter-SemiBold';
    font-size: 50px;
    line-height: 50px;
    letter-spacing: 0em;
    color: #A000304D;
  }

  .one {
    padding: 100px 0 0 0;
  }

  .one_img {
    padding: 40px 0 0 0;
  }

  .two {
    padding: 60px 0 0 0;
  }

  .two_wrap {
    padding: 30px 0 0 0;
  }

  .title3 {
    font-family: 'Inter-SemiBold';
    font-size: 20px;
    line-height: 26px;
    color: #fff;
  }

  .two_pd {
    padding: 20px 0 0 0;
  }

  .suptitle2 {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
  }

  .two_title {
    font-family: 'Inter-Bold';
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 4px;
    color: #fff;
  }

  .two_suptitle {
    padding: 9px 0 0 0;
    font-family: 'Inter-Bold';
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 4px;
    color: #DC052D;
  }

  .two_text {
    text-align: right;
    padding: 0px 20px 0 0;
    margin: -49px 0 0 0;
  }

  .three_img {
    margin: 0 0 0 -90px;
  }

  .three_wrap {
    padding: 30px 0 0 0;
  }

  .three_pd {
    padding: 20px 0 0 0;
  }

  .three {
    padding: 60px 0 0 0;
  }

  .four {
    padding: 60px 0 0 0;
  }

  .four_input {
    font-family: 'Inter-SemiBold';
    font-size: 16px;
    line-height: 18.2px;
    letter-spacing: 1px;
    margin: 40px 0 0 0;
    width: 100%;
    color: #fff;
    padding: 0 0 0 0;
    text-align: center;
    height: 51px;
    background: #31000F;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 0;
  }

  .five_title {
    font-family: 'Inter-SemiBold';
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    margin: 0 0 10px 0;
    text-align: right;
  }

  .six {
    padding: 60px 0 0 0;
  }

  .six_wrap {
    flex-wrap: wrap;
    padding: 20px 0 0 0;
  }

  .six_block {
    width: 100%;
    padding: 20px 15px 0 15px;
  }

  .six_img img {
    width: 100%;
  }

  .seven {
    padding: 60px 0 0 0;
  }

  .footer_logo a img {
    width: 100px;
  }

  .footer_li {
    padding: 0 10px;
  }

  .bg_bg {
    margin: -70px 0 0 0;
    background: url(../images/bg_bg.png) center 0 no-repeat;
  }

  .title4 {
    font-family: 'Inter-SemiBold';
    font-size: 60px;
    line-height: 50px;
  }

  .about_w {
    padding: 60px 0 100px 0;
  }

  .about_t_inner_block {
    width: 100%;
  }

  .about_t_inner_border p {
    max-width: 100%;
  }

  .about_t_inner {
    display: flex;
    flex-wrap: wrap;
    margin: -30px 0 0 0;
  }

  .footer_logo_about {
    padding: 25px 15px;
    margin: 30px -15px;
  }

  .about_s_link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0 0 0;
  }

  .about_s_title {
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    max-width: 817px;
    margin: 30px auto 0 auto;
  }

  .about_s_slayder {
    padding: 0 20px;
  }

  .about_s_sl .slick-slide {
    margin: 0 8px 0 8px !important;
  }

  .news_block {
    width: 50%;
  }

  .news {
    padding: 70px 0 0 0;
  }

  .bg_article {
    height: auto;
  }

  .one_proc_restagle {
    border: 2px solid #FFFFFF;
    background: #31000F;
    height: 40px;
  }

  .one_proc_number {
    font-family: 'Inter-SemiBold';
    font-size: 24px;
    line-height: 24px;
    position: absolute;
    top: 10px;
    left: 35%;
  }

  .one_svg img {
    margin: -4px 0 0 -15px;
  }

  .one_block2 {
    width: 50%;
  }

  .one_block {
    width: 50%;
  }

  .rules {
    padding: 70px 0 0 0;
  }

  .contacts {
    padding: 100px 0 0 0;
  }

  .login {
    padding: 30px 0 0 0;
  }

  .login_link {
    display: flex;
    align-items: center;
    font-family: 'Inter-SemiBold';
    font-size: 16px;
    line-height: 20px;
    color: #fff;
  }

  .login_form_stroke {
    position: relative;
    padding: 20px 0 0 0;
  }

  .login_form {
    padding: 10px 0 0 0;
  }

  .login_form_button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px 0 0 0;
  }

  .login_block {
    padding: 30px 0;
    max-width: 810px;
    margin: 30px auto 0 auto;
    background: url(../images/login_block.png) center center no-repeat;
    background-size: contain;
  }

  .header_new_info {
    padding: 20px 0 0 0;
    width: 100%;
  }

  .header_new_info_border {
    width: 100%;
  }

  .lk_nav {
    padding: 30px 0 0 0;
  }

  .lk_nav_container {
    padding: 0;
  }

  .lk_nav_ul {
    padding: 0 15px;
    overflow: auto;
    white-space: nowrap;
  }

  .lk_nav_ul::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }

  .lk_nav_ul::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  .lk_nav_ul::-webkit-scrollbar-thumb {
    background: #555;
  }

  .lk_nav_ul::-webkit-scrollbar-thumb:hover {
    background: #333;
  }

  .lk_nav_li {
    padding: 0 15px 0 0;
  }

  .lk_nav_li:last-child {
    padding: 0;
  }

  .lk_info {
    padding: 30px 0 0 0;
  }

  .lk_info_top {
    flex-wrap: wrap;
  }

  .lk_info_profile {
    width: 50%;
  }

  .lk_info_date_mb {
    display: block;
    width: 100%;
  }

  .lk_info_date_dk {
    display: none;
  }

  .lk_info_ip {
    width: 50%;
  }

  .lk_info_wrap {
    padding: 30px 0 0 0;
  }

  .lk_info_li div:nth-child(1) {
    flex: 1 0;
    border-bottom: 1px solid #DC052D;
    height: 1px;
    margin: 0 10px 0 0;
    opacity: 1;
  }

  .lk_info_li div:nth-child(3) {
    flex: 1 0;
    border-bottom: 1px solid #DC052D;
    height: 1px;
    margin: 0 0 0 10px;
    opacity: 1;
  }

  .dashboard {
    padding: 30px 0 0 0;
  }

  .dashboard_overflo {
    padding: 30px 15px 0 15px;
  }

  .buy {
    padding: 0;
  }

  .buy_wrap {
    flex-wrap: wrap;
  }

  .buy_block {
    width: 100%;
    padding: 30px 15px 0 15px;
  }

  .buy_number {
    font-family: 'Inter-SemiBold';
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #DC052D;
  }

  .buy_pd {
    padding: 20px 0 0 0;
  }

  .buy_input {
    font-family: 'Inter-SemiBold';
    font-size: 16px;
    line-height: 24.2px;
    letter-spacing: 1px;
    margin: 20px 0 0 0;
    width: 100%;
    color: #fff;
    padding: 0 0 0 0;
    text-align: center;
    height: 50px;
    background: #31000F;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 30px;
  }

  .buy_input2 {
    font-size: 18px;
    line-height: 30px;
    margin: 20px auto 0 auto;
    width: 100%;
    color: #fff;
    padding: 0 0 0 0;
    text-align: center;
    height: 50px;
    background: none;
    border: 1px solid #6B6B6B;
    box-sizing: border-box;
    border-radius: 30px;
  }

  .buy_title {
    padding: 20px 0 0 0;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  .buy_inner {
    display: flex;
    padding: 30px 0 0 0;
  }

  .buy_inner_title {
    font-family: 'Inter-SemiBold';
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }

  .buy_inner_suptitle {
    font-family: 'Inter-SemiBold';
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #DC052D;
    padding: 15px 0 0 0;
  }

  .buy_button {
    text-align: center;
    padding: 30px 0 0 0;
  }

  .modal-border {
    position: relative;
    padding: 30px 20px 30px 20px;
    max-width: 760px;
    margin: 30px auto 0 auto;
    border-radius: 50px;
    background: #33000FE5;
  }

  .modal-close-button {
    z-index: 1;
    position: absolute;
    top: 10px;
    right: 25px;
  }

  .title7 {
    font-family: 'Inter-SemiBold';
    font-size: 20px;
    line-height: 30px;
  }

  .modal_title {
    font-size: 16px;
    line-height: 18px;
  }

  .modal_suptitle {
    font-family: 'Inter-SemiBold';
    font-size: 16px;
    line-height: 18px;
  }

  .modal_btn {
    font-family: 'Inter-SemiBold';
    font-size: 16px;
    line-height: 24.2px;
    letter-spacing: 1px;
    background: #DC052D;
    border-radius: 0 30px 30px 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 100px;
    color: #fff;
    margin: -10px -15px 0 0;
  }

  .modal_suptitle_token {
    color: #0066B2;
    margin: 0 100px 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 252px;
  }

  .modal_li {
    padding: 10px 15px;
    margin: 10px 0 0 0;
    border: 1px solid #6B6B6B;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }

  .withdrawal {
    padding: 40px 0 0 0;
  }

  .payment_wrap {
    flex-wrap: wrap;
  }

  .payment_block {
    width: 100%;
  }

  .payment_label {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #33000F;
    width: 55px;
    height: 50px;
    border: 1px solid #FFFFFF;
    border-radius: 0 30px 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .copy-text input.text {
    border: none;
    background: none;
    font-family: 'Inter-SemiBold';
    font-size: 16px;
    line-height: 18px;
    color: #0066B2;
    margin: 0 100px 0 0;
    width: 275px;
    text-overflow: ellipsis;
  }




}

.seven_partner {
  @media screen and (min-width: 625px) {
    display: flex;
    justify-content: center;
  }
}

.seven_wrap {
  /*display: none;*/
  padding: 20px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}

/*.seven_img {*/
/*  @media screen and (max-width: 1025px) {*/
/*    display: none;*/
/*  }*/
/*}*/

.seven_container {
  padding: 0 0 50px;
}

.seven_block {
  text-align: center;
  width: 50%;
  padding: 20px 15px 0 15px;

  @media (min-width: 625px) {
    flex-basis: calc(50% - 10px);
    margin: 5px;
  }

  @media (min-width: 625px) {
    flex-basis: calc(24% - 10px);
    margin: 5px;
  }
}

/* Ipad mini*/
@media screen and (max-width: 640px) {
  .three_img {
    margin: 0 0 0 -70px;
  }

  .five {
    padding: 60px 0 0 0;
  }

  ul.tabs {
    flex-wrap: wrap;
    border-bottom: none;
  }

  ul.tabs li {
    width: 100%;
    padding: 0 !important;
    margin: 0 0 20px 0;
  }

  ul.tabs li.current:before {
    display: none;
  }

  .fag_tabs_title br {
    display: none;
  }

  .fag_tabs_icon svg {
    width: 50px;
    height: 50px;
  }

  .form_wrap {
    flex-wrap: wrap;
  }

  .form_block {
    width: 100%;
    margin: 0;
  }

  .token_right {
    flex-wrap: wrap;
  }

  .token_price {
    width: 100%;
    margin: 0;
    border-left: 1px solid #6B6B6B;
  }

  .token_amount {
    width: 100%;
    padding: 15px 0 0 0;
    justify-content: center;
  }
}

@media screen and (max-width: 575px) {

}

/* Galaxy S8+*/
@media screen and (max-width: 480px) {
  .work_btn {
    width: 150px;
    height: 35px;
    font-family: 'Inter-SemiBold';
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0em;
  }

  .work_buttons {
    flex-wrap: wrap;
  }

  .work_button {
    width: 100%;
    padding: 0 0 20px 0;
  }

  .work_button button {
    width: 100%;
  }

  .header_right {
    display: none;
  }

  .title2 {
    font-family: 'Inter-SemiBold';
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0em;
    color: #A000304D;
  }

  .two_title {
    font-family: 'Inter-Bold';
    font-size: 8px;
    line-height: 10px;
    letter-spacing: 4px;
    color: #fff;
  }

  .two_suptitle {
    padding: 5px 0 0 0;
    font-family: 'Inter-Bold';
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 4px;
    color: #DC052D;
  }

  .two_text {
    text-align: right;
    padding: 0px 0px 0 0;
    margin: -33px 0 0 0;
  }

  .three_img {
    margin: 0 0 0 0px;
  }

  .three_button {
    padding: 20px 0 0 0;
  }

  .three_button button {
    width: 100%;
  }

  .four_input {
    font-family: 'Inter-SemiBold';
    font-size: 10px;
    line-height: 10.2px;
    letter-spacing: 1px;
    margin: 40px 0 0 0;
    width: 100%;
    color: #fff;
    padding: 0 0 0 0;
    text-align: center;
    height: 40px;
    background: #31000F;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 0;
  }

  .four_button {
    padding: 20px 0 0 0;
    text-align: center;
  }

  .four_button button {
    width: 100%;
  }

  .six_text h3 {
    font-family: 'Inter-SemiBold';
    font-size: 20px;
    line-height: 22px;
    color: #fff;
  }

  .six_text p {
    margin: 20px 0 0 0;
    font-size: 16px;
    line-height: 22px;
  }

  .six_link {
    opacity: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    top: 80px;
    left: 0;
  }

  .footer_ul {
    display: block;
  }

  .footer_li {
    display: flex;
    justify-content: center;
    padding: 0 0 15px 0;
  }

  .footer_li:last-child {
    padding: 0;
  }

  .footer_social_li a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #DC052D;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer_title {
    padding: 25px 0 0 0;
    text-align: center;
    font-family: 'Inter-SemiBold';
    font-size: 16px;
    line-height: 22px;
  }

  .title4 {
    font-family: 'Inter-SemiBold';
    font-size: 40px;
    line-height: 30px;
  }

  .about_w {
    padding: 40px 0 70px 0;
  }

  .about_t h2 {
    margin-bottom: 30px;
    font-family: 'Inter-SemiBold';
    font-size: 22px;
    line-height: 27px;
  }

  .about_t h3 {
    margin-bottom: 30px;
    font-family: 'Inter-SemiBold';
    font-size: 22px;
    line-height: 27px;
    text-align: center;
  }

  .about_t_inner_border h2 {
    margin: 0;
    padding: 20px 0 0 0;
    font-family: 'Inter-Bold';
    font-size: 24px;
    line-height: 27px;
    text-align: center;
  }

  .about_t_inner {
    display: flex;
    flex-wrap: wrap;
    margin: -30px 0 0 0;
  }

  .news_block {
    width: 100%;
  }

  .one_block2 {
    width: 30%;
  }

  .one_block {
    width: 70%;
  }

  .lk_info_profile {
    width: 100%;
    padding: 15px 0 0 0;
  }

  .lk_info_ip {
    width: 100%;
    padding: 20px 0 0 0;
  }

  .pagination_li_pd {
    padding: 0 10px 0 0;
  }

  .pagination_li_pd2 {
    padding: 0 0 0 10px;
  }

  .buy_inner {
    flex-wrap: wrap;
    padding: 0;
  }

  .buy_inner_block {
    width: 100%;
    padding: 20px 0 0 0;
  }

  .modal_title {
    font-size: 13px;
    line-height: 15px;
  }

  .modal_suptitle {
    font-family: 'Inter-SemiBold';
    font-size: 13px;
    line-height: 15px;
  }

  .modal_button {
    font-family: 'Inter-SemiBold';
    font-size: 13px;
    line-height: 15.2px;
    letter-spacing: 1px;
    background: #DC052D;
    border-radius: 0 30px 30px 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 75px;
    color: #fff;
  }

  .modal_suptitle_token {
    color: #0066B2;
    margin: 0 75px 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 170px;
  }

  .login_form_link {
    font-family: 'Inter-SemiBold';
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #fff;
    text-decoration-line: underline;
  }

  .token_amount {
    flex-wrap: wrap;
  }

  .token_amount_input {
    width: 100%;
    padding: 15px 0;
  }

  .modal_btn {
    font-family: 'Inter-SemiBold';
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 1px;
    background: #DC052D;
    border-radius: 0 30px 30px 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 75px;
    color: #fff;
    margin: -10px -15px 0 0;
  }

  .copy-text input.text {
    border: none;
    background: none;
    font-family: 'Inter-SemiBold';
    font-size: 13px;
    line-height: 15px;
    color: #0066B2;
    margin: 0 75px 0 0;
    width: 200px;
    text-overflow: ellipsis;
  }
}

/* Galaxy*/
@media screen and (max-width: 415px) {
  .header_new_info_border {
    flex-wrap: wrap;
    border-radius: 30px;
  }

  .header_new_info_block {
    width: 100%;
    padding: 0 0 10px 0;
  }

  .header_new_info_block:last-child {
    padding: 0;
  }

  .login_form_link {
    width: 85%;
  }

  .copy-text input.text {
    border: none;
    background: none;
    font-family: 'Inter-SemiBold';
    font-size: 13px;
    line-height: 15px;
    color: #0066B2;
    margin: 0 75px 0 0;
    width: 150px;
    text-overflow: ellipsis;
  }
}


/* Iphone 6.7.8 */
@media screen and (max-width: 375px) {
  .copy-text input.text {
    border: none;
    background: none;
    font-family: 'Inter-SemiBold';
    font-size: 13px;
    line-height: 15px;
    color: #0066B2;
    margin: 0 75px 0 0;
    width: 120px;
    text-overflow: ellipsis;
  }
}

/* Iphone 5.5SE */
@media screen and (max-width: 320px) {

}


.mainGreetingsBack {
  position: absolute;
  top: -166px;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  z-index: -1;
  pointer-events: none;
  height: 630px;

  @media (min-width: 500px) {
    height: 560px;
  }
  @media (min-width: 610px) {
    height: 530px;
  }
  @media (min-width: 768px) {
    height: 667px;
  }
  @media (min-width: 1024px) {
    height: 797px;
  }
  @media (min-width: 1471px) {
    height: 963px;
    background-size: contain;
  }
  @media (min-width: 1800px) {
    top: -250px;
    height: 1082px;
    background-position: inherit;
  }
}

.rules-marker {
  @media (max-width: 1200px) {
    display: none;
  }
}
