@font-face {
  font-family: "DaysOne";
  font-display: swap;
  src: url("../fonts/DaysOne-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/static/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/static/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/static/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

input,
button,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity .3s;
  transition: opacity .3s;
}

:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity .3s;
  transition: opacity .3s;
}

:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity .3s;
  transition: opacity .3s;
}

:focus::-webkit-input-placeholder {
  opacity: 0;
}

:focus::-moz-placeholder {
  opacity: 0;
}

:focus:-moz-placeholder {
  opacity: 0;
}

:focus:-ms-input-placeholder {
  opacity: 0;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  height: 100%;
  min-width: 320px;
  font-family: 'DaysOne', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  word-wrap: break-word;
  /*background-color: #fff;*/
}

.wrapper {
  overflow: hidden;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /*background-color: #fff;*/
}

.page-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 25px;
  /*background-color: #fff;*/
}

.profile-page .navbar,
.profile-page .footer,
.profile-page .page-content {
  width: calc(100% - 280px);
  padding-right: 100px;
  padding-left: 100px;
  margin-left: 280px;
}

.profile-page .page-content {
  padding-top: 30px;
  padding-bottom: 30px;
}

.burger-btn {
  display: none;
  width: 25px;
  height: 18px;
  position: relative;
  z-index: 9;
  cursor: pointer;
  margin-left: 30px;
}

.burger-btn__line,
.burger-btn__line::before,
.burger-btn__line::after {
  width: 25px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.burger-btn__line {
  top: 8px;
}

.burger-btn__line::before {
  content: '';
  -webkit-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  transform: translateY(-7px);
}

.burger-btn__line::after {
  content: '';
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  transform: translateY(7px);
}

.burger-btn.active .burger-btn__line {
  height: 0;
}

.burger-btn.active .burger-btn__line::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.burger-btn.active .burger-btn__line::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn {
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  outline: none;
  border: none;
  border-radius: 150px;
  -webkit-box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.16);
  background-image: -o-linear-gradient(346deg, #f846b1 7%, #c6348d 93%);
  background-image: linear-gradient(104deg, #f846b1 7%, #c6348d 93%);
  padding: 15px 56px 15px 28px;
  letter-spacing: 0.7px;
  color: #fff;
  -webkit-transition: -webkit-box-shadow .3s ease 0s;
  transition: -webkit-box-shadow .3s ease 0s;
  -o-transition: box-shadow .3s ease 0s;
  transition: box-shadow .3s ease 0s;
  transition: box-shadow .3s ease 0s, -webkit-box-shadow .3s ease 0s;
}

.btn:hover {
  -webkit-box-shadow: 0 3px 16px 0 #f841b0;
  box-shadow: 0 3px 16px 0 #f841b0;
}

.btn_blue {
  -webkit-box-shadow: 0 3px 16px 0 rgba(43, 196, 200, 0.24);
  box-shadow: 0 3px 16px 0 rgba(43, 196, 200, 0.24);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#43e1e5), to(#2bc4c8));
  background-image: -o-linear-gradient(top, #43e1e5, #2bc4c8);
  background-image: linear-gradient(to bottom, #43e1e5, #2bc4c8);
}

.btn_blue:hover {
  -webkit-box-shadow: 0 3px 16px 0 #2bc4c8;
  box-shadow: 0 3px 16px 0 #2bc4c8;
}

.btn_dark {
  -webkit-box-shadow: 0 3px 16px 0 rgba(69, 72, 99, 0.24);
  box-shadow: 0 3px 16px 0 rgba(69, 72, 99, 0.24);
  background-image: -o-linear-gradient(349deg, #5d6181 6%, #454863 94%);
  background-image: linear-gradient(101deg, #5d6181 6%, #454863 94%);
}

.btn_dark:hover {
  -webkit-box-shadow: 0 3px 16px 0 #454863;
  box-shadow: 0 3px 16px 0 #454863;
}

.btn:active {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.custom-button {
  background-color: #0040bb;
  color: #fff;
  border: solid 1px #ff6ec7;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 20px;
}

.custom-button:hover {
  background-color: #008000;
}

.field {
  max-width: 570px;
  width: 570px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding: 12px 24px;
  border-radius: 8px;
  border: solid 1px #666e7b;
  background-color: #fff;
  font-size: 15px;
  letter-spacing: 0.8px;
  color: #666e7b;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.input-group {
  display: flex;
  gap: 10px;
  align-items: center;
}

.field.offer__input {
  flex: 1;
  min-width: 0;
}

select.field.offer__input {
  flex: 0 0 120px;
}

.section-header {
  text-align: center;
  margin-bottom: 30px;
}

.section-header__title {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.33;
  color: #f841b0;
}

.section-header__title_black {
  color: #000;
}

.section-header__text {
  font-size: 16px;
  letter-spacing: 0.8px;
  margin-top: 20px;
}

.section-header__text_blue {
  color: #43e1e5;
}

.section-header__text_white {
  color: #fff;
}

.page-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.33;
  color: #454863;
  margin-bottom: 30px;
}

.header {
  background: #43e1e5;
  position: relative;
  padding-top: 80px;
}

.header_home {
  min-height: 100vh;
  background: #43e1e5 url(../images/header-bg.jpg) center bottom/cover no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header_home .navbar {
  background-color: transparent;
  /*background-color: #fff;*/
}

.navbar {
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  -webkit-transition: background-color .3s ease 0s, height .3s ease 0s, -webkit-box-shadow .3s ease 0s;
  transition: background-color .3s ease 0s, height .3s ease 0s, -webkit-box-shadow .3s ease 0s;
  -o-transition: background-color .3s ease 0s, box-shadow .3s ease 0s, height .3s ease 0s;
  transition: background-color .3s ease 0s, box-shadow .3s ease 0s, height .3s ease 0s;
  transition: background-color .3s ease 0s, box-shadow .3s ease 0s, height .3s ease 0s, -webkit-box-shadow .3s ease 0s;
  background-color: #43e1e5;
}

.navbar .container {
  height: 100%;
}

.navbar__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  z-index: 10;
}

.logo__img {
  height: 50px;
}

.logo__img img {
  display: block;
  max-height: 100%;
}

.logo__name {
  font-family: 'DaysOne', sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  color: #f841b0;
  margin-left: 10px;
  white-space: nowrap;
}

.logo__name {
  font-size: 18px;
  margin-left: 3px;
}

.nav-menu {
  margin-left: auto;
}

.nav-menu_profile {
  margin-left: 0;
  margin-right: auto;
}

.nav-menu__list {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-menu__list li {
  list-style: none;
  margin-right: 30px;
}

.nav-menu__list li:last-child {
  margin-right: 0;
}

.nav-menu__list li a {
  display: block;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.6px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 5px;
  position: relative;
  -webkit-transition: color .3s ease 0s;
  -o-transition: color .3s ease 0s;
  transition: color .3s ease 0s;
}

.nav-menu__list li a:hover {
  color: #f841b0;
}

.nav-menu__list li a:hover::after {
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.nav-menu__list li a::after {
  content: '';
  width: 46%;
  height: 2px;
  border-radius: 30px;
  background-color: #f841b0;
  position: absolute;
  bottom: 0;
  right: 10px;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform .3s ease 0s;
  transition: -webkit-transform .3s ease 0s;
  -o-transition: transform .3s ease 0s;
  transition: transform .3s ease 0s;
  transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
}

.lang {
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 10;
  position: relative;
  margin-left: 40px;
}

.lang__dropbtn {
  max-width: 130px;
  height: 28px;
  border-radius: 5px;
  border: solid 1px #ffffff;
  background-color: #f841b0;
  padding: 0 25px 0 12px;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.6px;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.lang__droplist {
  background-color: #fa72c4;
  border-radius: 5px;
  border: solid 1px #ffffff;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  padding: 10px 0 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: opacity .3s ease 0s, -webkit-transform .3s ease 0s;
  transition: opacity .3s ease 0s, -webkit-transform .3s ease 0s;
  -o-transition: opacity .3s ease 0s, transform .3s ease 0s;
  transition: opacity .3s ease 0s, transform .3s ease 0s;
  transition: opacity .3s ease 0s, transform .3s ease 0s, -webkit-transform .3s ease 0s;
}

.lang__droplist a {
  text-decoration: none;
  display: block;
  color: #fff;
  padding: 5px;
  -webkit-transition: background-color .3s ease 0s;
  -o-transition: background-color .3s ease 0s;
  transition: background-color .3s ease 0s;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.lang__droplist a:last-child {
  border-radius: 0 0 5px 5px;
}

.lang__droplist a:hover {
  background-color: #f841b0;
}

.lang:hover .lang__droplist {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.time {
  padding: 40px 0 30px;
}

.time__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.time__col {
  font-size: 14px;
  line-height: 1.36;
  letter-spacing: 1.4px;
  color: #ffffff;
  margin-right: 50px;
}

.time__col:last-child {
  margin-right: 0;
}

.offer {
  padding: 50px 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.offer .container {
  width: 100%;
}

.offer__inner {
  width: 60%;
  position: relative;
}

.offer__inner::before {
  content: '';
  width: 315px;
  height: 348px;
  background: url(../images/header-img.png) center/contain no-repeat;
  position: absolute;
  left: -335px;
  bottom: -100px;
  pointer-events: none;
}

.offer__title {
  font-size: 38px;
  font-weight: normal;
  line-height: 1.34;
  letter-spacing: 1.9px;
  color: #f841b0;
  margin-bottom: 60px;
}

.offer__subtitle {
  font-size: 22px;
  line-height: 1.82;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.offer__subtitle_sm {
  text-transform: none;
}

.offer__input {
  display: block;
  width: 520px;
  border: 1px solid #fb6d3a;
  border-radius: 150px;
  text-align: left;
  margin-bottom: 30px;
  letter-spacing: normal;
}

.offer__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.offer__btns .offer__btn {
  margin: 0 15px 10px;
}

.offer__btn {
  padding: 15px 51px 15px 40px;
}

.auth {
  position: relative;
  z-index: 2;
  margin-left: 40px;
  border-radius: 5px;
  border: solid 1px #ffffff;
  background-color: #454863;
  height: 28px;
  padding: 0 25px 0 12px;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.6px;
  color: #ffffff;
  text-transform: uppercase;
}

.offer-form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.offer-form__select {
  width: 84px;
  height: 48px;
  margin-right: 10px;
}

.offer-form__select .select2-container--crypto.select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 0;
  padding-left: 17px;
}

.offer-form__select .select2-container--crypto .select2-selection--single .select2-selection__arrow b {
  right: 17px;
}

.offer-form__select .select2-container--crypto .selected-img {
  margin-bottom: 0 !important;
}

.select2-container--crypto .select2-selection--single {
  outline: none;
}

.select2-container--crypto.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--crypto.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--crypto.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--crypto.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--crypto.select2-container .select2-selection--single {
  height: 48px;
}

.select2-container--crypto.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 42px;
  padding-left: 25px;
  letter-spacing: 0.8px;
  color: #228B22;
}

.select2-container--crypto .select2-selection--single {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #fb6d3a;
  border-radius: 30px;
}

.select2-container--crypto .select2-selection--single .select2-selection__rendered {
  line-height: 48px;
}

.select2-container--crypto .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 48px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--crypto .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--crypto .select2-selection--single .select2-selection__arrow {
  height: 48px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 42px;
}

.select2-container--crypto .select2-selection--single .select2-selection__arrow b {
  border-right: 1px solid #fb6d3a;
  border-bottom: 1px solid #fb6d3a;
  height: 10px;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -7px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.select2-container--crypto[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--crypto[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--crypto.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--crypto.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--crypto.select2-container--open .select2-selection--single .select2-selection__arrow b {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.select2-container--crypto .selected-img {
  margin: 0 10px 3px 0 !important;
  display: inherit !important;
  height: 24px;
  width: 24px;
  vertical-align: middle;
}

.select2-container--crypto .option-img {
  margin: 0 10px 3px 0 !important;
  display: inherit !important;
  height: 24px;
  width: 24px;
  vertical-align: middle;
}

.select2-container--crypto .select2-selection--multiple {
  background-color: white;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--crypto .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  padding: 1px;
}

.select2-container--crypto .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--crypto .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--crypto .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  /*background-color: #fff;*/
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--crypto .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--crypto .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--crypto[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--crypto[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--crypto[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--crypto[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--crypto.select2-container--focus .select2-selection--multiple {
  border: solid #9a33ff 1px;
  outline: 0;
}

.select2-container--crypto.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--crypto.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--crypto.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--crypto.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--crypto.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--crypto.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--crypto .select2-dropdown {
  border: solid 1px #fb6d3a;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  min-width: 310px;
}

.select2-container--crypto .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--crypto .select2-search--dropdown .select2-search__field:focus {
  outline: none;
  border-color: #9a33ff;
}

.select2-container--crypto .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--crypto .select2-results>.select2-results__options {
  max-height: 320px;
  overflow-y: auto;
}

.select2-container--crypto .select2-results__option {
  padding-left: 1em;
}

.select2-container--crypto .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--crypto .select2-results__option--group {
  padding: 0;
}

.select2-container--crypto .select2-results__option--disabled {
  color: #999;
}

.select2-container--crypto .select2-results__option--selected {
  background-color: rgba(255, 255, 255, 0.05);
}

.select2-container--crypto .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: rgba(255, 255, 255, 0.1);
  color: #228B22;
}

.select2-container--crypto .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.stats {
  padding: 95px 0 80px;
  background: url(../images/main-bg-1.png) repeat;
}

.stats__section-header {
  margin-bottom: 110px;
}

.stats__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}

.stats__col {
  max-width: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  padding: 0 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 50px;
}

.stats__item {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.16);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f846b1), to(#c6348d));
  background-image: -o-linear-gradient(top, #f846b1, #c6348d);
  background-image: linear-gradient(to bottom, #f846b1, #c6348d);
  padding: 72px 25px 25px;
  text-align: center;
  position: relative;
}

.stats__img {
  height: 112px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.stats__img img {
  max-height: 100%;
}

.stats__count {
  display: block;
  font-size: 22px;
  line-height: 1.36;
  letter-spacing: 1.1px;
  color: #43e1e5;
  margin-bottom: 15px;
}

.stats__title {
  line-height: 1.36;
  letter-spacing: 0.7px;
  color: #ffffff;
}

.affiliate {
  padding: 100px 0 10px;
  background: #333860 url(../images/affiliate-bg.png) center/auto 545px no-repeat;
}

.affiliate__section-header {
  margin-bottom: 77px;
}

.affiliate__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -45px;
  position: relative;
}

.affiliate__col {
  margin: 0 45px 90px;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 370px;
  min-height: 250px;
}

.affiliate__item {
  height: 100%;
  border-radius: 20px;
  -webkit-box-shadow: 0 6px 12px 0 rgba(248, 65, 176, 0.24);
  box-shadow: 0 6px 12px 0 rgba(248, 65, 176, 0.24);
  background-color: #ffffff;
  padding: 38px 20px 60px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.affiliate__num {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #43e1e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  letter-spacing: 1.2px;
  color: #333860;
  position: absolute;
  top: -30px;
  left: -30px;
}

.affiliate__title {
  width: 85%;
  font-size: 22px;
  line-height: 1.36;
  letter-spacing: 1.1px;
  color: #f841b0;
  margin: 0 auto 18px;
}

.affiliate__text {
  font-size: 14px;
  line-height: 1.36;
  letter-spacing: 0.7px;
}

.affiliate__text span {
  color: #43e1e5;
}

.operations {
  padding: 100px 0;
  background: url(../images/main-bg-1.png) repeat;
}

.operations__nav {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -20px 40px;
}

.operations__btn {
  list-style: none;
  padding: 14px 56px 14px 28px;
  background: #fff;
  border: 1px solid #f841b0;
  border-radius: 24px;
  -webkit-box-shadow: 0 3px 16px 0 rgba(248, 65, 176, 0.24);
  box-shadow: 0 3px 16px 0 rgba(248, 65, 176, 0.24);
  letter-spacing: 0.7px;
  color: #f841b0;
  margin: 0 20px;
  -webkit-transition: -webkit-box-shadow .3s ease 0s;
  transition: -webkit-box-shadow .3s ease 0s;
  -o-transition: box-shadow .3s ease 0s;
  transition: box-shadow .3s ease 0s;
  transition: box-shadow .3s ease 0s, -webkit-box-shadow .3s ease 0s;
  cursor: pointer;
}

.operations__btn:hover:not(.active) {
  -webkit-box-shadow: 0 3px 16px 0 #f841b0;
  box-shadow: 0 3px 16px 0 #f841b0;
}

.operations__btn.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#f846b1), to(#c6348d));
  background: -o-linear-gradient(top, #f846b1, #c6348d);
  background: linear-gradient(to bottom, #f846b1, #c6348d);
  color: #fff;
}

.operations__pane {
  overflow-x: auto;
  border-radius: 15px;
  -webkit-box-shadow: 0 6px 16px 0 rgba(67, 225, 229, 0.24);
  box-shadow: 0 6px 16px 0 rgba(67, 225, 229, 0.24);
  background-color: #ffffff;
  padding: 22px 20px 28px;
}

.operations-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  white-space: nowrap;
}

.operations-table thead {
  border-bottom: 2px solid #f841b0;
}

.operations-table tbody tr:nth-child(even) {
  background-color: rgba(69, 72, 99, 0.07);
}

.operations-table th {
  padding: 0 25px 12px;
  font-weight: normal;
  line-height: 1.71;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.operations-table td {
  padding: 24px 25px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  letter-spacing: 0.8px;
}

.operations-table td:first-child {
  border-radius: 4px 0 0 4px;
}

.operations-table td:last-child {
  border-radius: 0 4px 4px 0;
}

.operations-table__date {
  font-weight: 600;
  color: #FA8072;
}

.operations-table__wallet {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #43e1e5;
}

.operations-table__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  height: 22px;
  margin-right: 14px;
}

.operations-table__img img {
  width: auto;
  max-height: 100%;
}

.operations-table__amount {
  font-size: 16px;
  font-weight: bold;
  color: #49dc64;
}

.operations-table__status {
  display: inline-block;
  background-color: rgba(0, 49, 144, 0.44);
  padding: 3px 17px;
  border-radius: 150px;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.faq {
  padding: 100px 0 120px;
  background: #eb389a url(../images/main-bg-2.png) repeat;
}

.faq__section-header {
  margin-bottom: 40px;
}

.faq-item {
  border-radius: 150px;
  -webkit-box-shadow: 0px 4px 8px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 8px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  -webkit-transition: border-radius .2s ease 0s;
  -o-transition: border-radius .2s ease 0s;
  transition: border-radius .2s ease 0s;
  margin-bottom: 10px;
}

.faq-item.active {
  border-radius: 15px;
}

.faq-item:last-child {
  margin-bottom: 0;
}

.faq-item__question {
  padding: 22px 83px;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: 0.9px;
  cursor: pointer;
  position: relative;
}

.faq-item__question.active::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.faq-item__question::before {
  content: '';
  width: 17px;
  height: 30px;
  background: url(../images/question.svg) center/contain no-repeat;
  position: absolute;
  top: calc(50% - 15px);
  left: 30px;
}

.faq-item__question::after {
  content: '';
  width: 24px;
  height: 14px;
  background: url(../images/arrow-down.svg) center/contain no-repeat;
  position: absolute;
  top: calc(50% - 7px);
  right: 30px;
  -webkit-transition: -webkit-transform .3s ease 0s;
  transition: -webkit-transform .3s ease 0s;
  -o-transition: transform .3s ease 0s;
  transition: transform .3s ease 0s;
  transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
}

.faq-item__answer {
  padding: 15px 0 30px;
  border-top: 1px solid #f841b0;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.7px;
  margin: 0 83px;
}

.partners {
  padding: 100px 0 100px;
  background: url(../images/main-bg-1.png) repeat;
}

.partners__section-header {
  margin-bottom: 60px;
}

.partners__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -5px;
}

.partners__img-box {
  width: 120px;
  height: 40px;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 15px 30px;
}

.partners__img {
  width: 90px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.partners__img img {
  max-width: 100%;
  max-height: 100%;
}

.footer {
  height: 660px;
  padding: 48px 0 20px;
  background: #454863 url(../images/footer-bg.png) center bottom 65px/auto 64% no-repeat;
}

.footer .container {
  height: 100%;
}

.footer__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -30px;
}

.contacts__item {
  margin: 0 30px;
}

.contacts__title {
  font-size: 30px;
  line-height: 1.33;
  color: #f841b0;
}

.contacts__link {
  text-decoration: none;
  font-size: 24px;
  line-height: 1.67;
  color: #43e1e5;
}

.contacts__link:hover {
  text-decoration: underline;
}

.contacts__text {
  font-size: 20px;
  color: #ffffff;
}

.copyright {
  font-family: 'Roboto', sans-serif;
  line-height: 1.71;
  letter-spacing: 0.7px;
  color: #ffffff;
  text-align: center;
}

.profile-page .footer {
  height: auto;
  background: none;
}

.profile-page .footer .copyright {
  color: #000;
}

.rules {
  padding: 60px 0 120px;
}

.rules__subtitle {
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: 0.9px;
  margin-bottom: 30px;
}

.rules-block {
  line-height: 1.36;
  letter-spacing: 0.7px;
  color: #454863;
  margin-bottom: 30px;
}

.rules-block__title {
  color: #f841b0;
  margin-bottom: 25px;
}

.rules-block__list {
  padding: 0;
}

.rules-block__list li {
  list-style: none;
  margin-bottom: 25px;
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
  height: 100vh;
  overflow-y: auto;
  background-color: #454863;
}

.sidebar__inner {
  padding: 50px 0;
  position: relative;
}

.sidebar__inner::before {
  content: '';
  width: 240px;
  height: 266px;
  background: url(../images/sidebar-img.png) center/contain no-repeat;
  position: absolute;
  bottom: -226px;
  left: calc(50% - 120px);
}

.sidebar__logo {
  width: 99px;
  height: 98px;
  display: block;
  margin: 0 auto 48px;
}

.sidebar__logo img {
  max-width: 100%;
  max-height: 100%;
}

.side-info {
  padding: 30px 20px;
  border-top: 1px solid #f841b0;
  border-bottom: 1px solid #f841b0;
  margin: 0 20px 40px;
}

.side-info__item {
  line-height: 1.7;
  letter-spacing: 1.4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.side-info__item:last-child {
  margin: 0;
}

.side-info__title {
  display: block;
  color: #43e1e5;
  margin-right: 5px;
}

.side-info__body {
  display: block;
  color: #fff;
}

.profile-nav {
  padding: 0 40px;
}

.profile-nav li {
  list-style: none;
}

.profile-nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 30px;
  -webkit-transition: color .3s ease 0s;
  -o-transition: color .3s ease 0s;
  transition: color .3s ease 0s;
}

.profile-nav li a.active {
  color: #f841b0;
}

.profile-nav li a.active svg {
  fill: #f841b0;
}

.profile-nav li a:hover {
  color: #f841b0;
}

.profile-nav li a:hover svg {
  fill: #f841b0;
}

.profile-nav li a svg {
  width: 22px;
  height: 22px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  fill: #fff;
  margin-right: 15px;
  -webkit-transition: fill .3s ease 0s;
  -o-transition: fill .3s ease 0s;
  transition: fill .3s ease 0s;
}

.user-info {
  margin-bottom: 30px;
}

.user-info_referral {
  padding-top: 30px;
  border-top: 1px solid #f841b0;
}

.user-info__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.user-info__title {
  display: block;
  font-size: 21px;
  line-height: 1.33;
  letter-spacing: 1.05px;
  color: #43e1e5;
  max-width: 330px;
  -ms-flex-preferred-size: 330px;
  flex-basis: 330px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 30px;
}

.user-info__deposit-btn {
  margin-left: 360px;
  margin: 15px 0 30px 360px;
}

.user-info__ref-btn {
  margin-left: 30px;
}

.deposit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.deposit__qr-code {
  -ms-flex-preferred-size: 244px;
  flex-basis: 244px;
  width: 244px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 244px;
  margin-right: 30px;
}

.deposit__qr-code img {
  max-width: 100%;
  max-height: 100%;
}

.deposit__subtitle {
  font-size: 16px;
  line-height: 1.31;
  letter-spacing: 0.8px;
  color: #454863;
  margin-bottom: 25px;
}

.deposit__subtitle span {
  color: #f841b0;
}

.deposit-block__title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #454863;
  margin-bottom: 30px;
}

.deposit__addr {
  margin-bottom: 15px;
}

.deposit__addr-title {
  display: block;
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.deposit__field {
  text-align: center;
  max-width: 100%;
}

.deposit__message {
  border-radius: 4px;
  border: solid 1px #e4e4e5;
  background-color: #43e1e5;
  padding: 15px 25px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.63;
  letter-spacing: 0.8px;
  color: #454863;
  margin-top: 40px;
}

.deposit__message span {
  font-weight: bold;
}

.user-stats {
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  padding: 20px 0;
}

.user-stats__table {
  overflow-x: auto;
}

.user-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Roboto', sans-serif;
  text-align: left;
  white-space: nowrap;
}

.user-table thead {
  border-bottom: 2px solid #43e1e5;
}

.user-table th {
  padding: 0 25px 24px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: 0.6px;
  color: #f841b0;
  text-transform: uppercase;
}

.user-table td {
  padding: 15px 25px;
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: 0.6px;
  color: #454863;
}

.user-table td.cell-up {
  text-transform: uppercase;
}

.user-table td.cell-green {
  font-weight: 700;
  color: #49dc64;
}

.user-table td .cell-rect {
  border-radius: 4px;
  background-color: #49dc64;
  padding: 4px 10px;
  color: #fff;
  text-transform: uppercase;
}

.user-table tbody tr:nth-child(even) {
  background-color: #f3f9fe;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 20px 20px;
}

.pagination__arrow,
.pagination__num {
  text-decoration: none;
  -ms-flex-preferred-size: 30px;
  flex-basis: 30px;
  height: 30px;
  border: solid 1px #dedede;
  background-color: #ffffff;
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.6px;
  color: #454863;
  -webkit-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
}

.pagination__arrow:hover,
.pagination__num:hover {
  background-color: #dedede;
  color: #fff;
}

.pagination__arrow.active,
.pagination__num.active {
  background-color: #f841b0;
  border-color: #f841b0;
  color: #fff;
}

.pagination__arrow {
  color: #dedede;
}

.referral-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px 0 10px;
}

.referral-info__item {
  max-width: 570px;
  -ms-flex-preferred-size: 570px;
  flex-basis: 570px;
  border-radius: 8px;
  border: solid 1px #e4e4e5;
  padding: 15px 20px 15px 90px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 75px 30px 0;
}

.referral-info__item:last-child {
  margin-right: 0;
}

.referral-info__item::before {
  content: '';
  width: 70px;
  height: 100%;
  border-radius: 8px 0 0 8px;
  position: absolute;
  top: 0;
  left: 0;
}

.referral-info__item_team::before {
  background: #43e1e5 url(../images/team.svg) center/40px 35px no-repeat;
}

.referral-info__item_wallet::before {
  background: #f841b0 url(../images/wallet.svg) center/40px 40px no-repeat;
}

.referral-info__amount {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: block;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: 0.9px;
  margin-bottom: 5px;
}

.referral-info__amount_blue {
  color: #43e1e5;
}

.referral-info__amount_pink {
  color: #f841b0;
}

.referral-info__title {
  line-height: 1.71;
  letter-spacing: 0.7px;
  color: #454863;
}

.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 40px;
}

.share__title {
  display: block;
  font-size: 21px;
  line-height: 1.33;
  letter-spacing: 1.05px;
  color: #43e1e5;
  margin-right: 90px;
}

@media screen and (min-width: 992px) {
  .navbar.sticky {
    background-color: #43e1e5;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
}

@media screen and (min-width: 1921px) {
  .header_home {
    min-height: 975px;
  }
}

@media screen and (max-width: 1700px) {

  .profile-page .navbar,
  .profile-page .footer,
  .profile-page .page-content {
    padding-right: 25px;
    padding-left: 25px;
  }

  .referral-info__item {
    max-width: calc(50% - 25px);
    -ms-flex-preferred-size: calc(50% - 25px);
    flex-basis: calc(50% - 25px);
    margin-right: 50px;
  }
}

@media screen and (max-width: 1500px) {
  .affiliate {
    background-size: 100% auto;
  }

  .user-info__field {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media screen and (max-width: 1440px) {
  .nav-menu__list li {
    margin-right: 20px;
  }

  .lang {
    margin-left: 25px;
  }

  .auth {
    margin-left: 25px;
  }
}

@media screen and (max-width: 1250px) {
  .field {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}

@media screen and (max-width: 1199px) {

  .profile-page .navbar,
  .profile-page .footer,
  .profile-page .page-content {
    width: 100%;
    margin-left: 0;
  }

  .header {
    padding-top: 70px;
  }

  .navbar {
    height: 70px;
  }

  .logo {
    height: 50px;
    position: relative;
    z-index: 9;
  }

  .logo_profile {
    display: block;
  }

  .nav-menu_profile {
    margin-right: 0;
    margin-left: auto;
  }

  .time {
    padding: 15px 0;
  }

  .offer__inner::before {
    display: none;
  }

  .stats__count {
    font-size: 20px;
  }

  .footer {
    height: 400px;
    padding-top: 30px;
  }

  .contacts__title {
    font-size: 22px;
  }

  .contacts__link {
    font-size: 18px;
  }

  .contacts__text {
    font-size: 16px;
  }

  .sidebar {
    position: static;
    width: auto;
    height: auto;
    background: none;
  }

  .sidebar__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }

  .sidebar__inner::before {
    display: none;
  }

  .sidebar__logo {
    display: none;
  }

  .side-info {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    padding: 50px 25px 10px;
    margin: 0;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .side-info__item {
    margin: 0 20px 0 0;
  }

  .side-info__body {
    color: #000;
  }

  .profile-nav {
    width: 100%;
    height: 40px;
    padding: 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: fixed;
    top: 70px;
    left: 0;
    background-color: #454863;
  }

  .profile-nav li a {
    font-size: 14px;
    margin-bottom: 0;
  }

  .referral-info {
    margin: 30px 0;
  }

  .referral-info__item {
    max-width: calc(50% - 15px);
    -ms-flex-preferred-size: calc(50% - 15px);
    flex-basis: calc(50% - 15px);
    margin-right: 30px;
  }
}

@media screen and (max-width: 991px) {
  .burger-btn {
    display: block;
  }

  .section-header__title {
    font-size: 26px;
  }

  .navbar {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }

  .navbar::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #43e1e5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }

  .nav-menu {
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 1;
    width: 100%;
    max-height: 100vh;
    overflow-y: auto;
    background-color: #4b4f6c;
    padding: 70px 0 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: top .5s ease 0s, opacity .5s ease 0s;
    -o-transition: top .5s ease 0s, opacity .5s ease 0s;
    transition: top .5s ease 0s, opacity .5s ease 0s;
  }

  .nav-menu.active {
    top: 0;
    opacity: 1;
  }

  .nav-menu__list {
    display: block;
  }

  .nav-menu__list li {
    margin: 0;
  }

  .nav-menu__list li a {
    display: block;
    font-size: 16px;
    padding: 15px 25px;
  }

  .nav-menu__list li a::after {
    display: none;
  }

  .lang {
    margin-left: auto;
  }

  .offer__title {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .offer__subtitle {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .offer__subtitle br {
    display: none;
  }

  .offer-form__group {
    margin-bottom: 20px auto;
  }

  .select2-container--crypto .select2-results__option span {
    font-size: 14px;
  }

  .stats {
    padding: 20px 0 45px;
  }

  .stats__section-header {
    margin-bottom: 80px;
  }

  .stats__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .stats__col {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .affiliate {
    background: #333860;
    padding: 70px 0 40px;
  }

  .affiliate__section-header {
    margin-bottom: 60px;
  }

  .affiliate__inner {
    margin: 0 -15px;
  }

  .affiliate__col {
    max-width: 50%;
    padding: 0 15px;
    margin: 0 0 30px;
  }

  .affiliate__num {
    width: 40px;
    height: 40px;
    top: -20px;
    left: -20px;
  }

  .operations {
    padding: 70px 0;
  }

  .operations__pane {
    padding: 22px 0 22px;
  }

  .faq {
    padding: 70px 0 80px;
  }

  .faq-item__question {
    font-size: 16px;
    padding: 20px 60px;
  }

  .faq-item__question::before {
    left: 20px;
  }

  .faq-item__question::after {
    right: 20px;
  }

  .faq-item__answer {
    margin: 0 60px;
  }

  .partners {
    padding: 70px 0 80px;
  }

  .contacts__title {
    font-size: 18px;
  }

  .contacts__link {
    font-size: 16px;
  }

  .rules {
    padding: 60px 0;
  }

  .rules__subtitle {
    font-size: 16px;
  }

  .side-info {
    padding-top: 10px;
  }

  .profile-nav {
    position: static;
    display: block;
    height: auto;
    padding: 0;
  }

  .profile-nav li a {
    padding: 15px 25px;
    font-size: 16px;
    text-transform: uppercase;
  }

  .profile-nav li a svg {
    display: none;
  }

  .user-info__group {
    display: block;
    margin-bottom: 30px;
  }

  .user-info__title {
    max-width: none;
    margin: 0 0 15px;
  }

  .user-info__deposit-btn {
    margin: 0 0 30px;
  }

  .user-info__ref-btn {
    display: block;
    margin: 15px 0 0;
  }

  .share__title {
    margin-right: 30px;
  }
}

@media screen and (max-width: 920px) {
  .deposit {
    display: block;
    text-align: center;
  }

  .deposit__qr-code {
    margin: 0 auto 30px;
  }

  .deposit__field {
    margin: 0 auto;
  }

  .deposit__message {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .page-title {
    font-size: 26px;
  }

  .offer__inner {
    width: 100%;
    text-align: center;
  }

  .offer__title {
    padding: 5px 10px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 8px;
    border: 3px solid #fff;
  }

  .offer__subtitle {
    padding: 5px 10px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 8px;
    border: 3px solid #fff;
  }

  .offer__input {
    margin: 0 auto 30px;
  }

  .offer__btns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer {
    height: 350px;
    background-position: center top 20px;
  }

  .footer__inner {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .contacts {
    margin-bottom: 20px;
  }

  .user-info__title {
    font-size: 18px;
  }

  .referral-info {
    display: block;
  }

  .referral-info__item {
    max-width: 570px;
    margin-right: 0;
  }
}

@media screen and (max-width: 700px) {
  .affiliate__col {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-height: auto;
  }

  .affiliate__title br {
    display: none;
  }

  .footer {
    background: #454863;
    height: auto;
  }

  .contacts {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 575px) {
  .container {
    padding: 0 10px;
  }

  .profile-page .navbar,
  .profile-page .footer,
  .profile-page .page-content {
    padding-right: 10px;
    padding-left: 10px;
  }

  .nav-menu__list li a {
    padding: 15px 10px;
  }

  .time__inner {
    display: block;
    text-align: center;
  }

  .time__col {
    margin: 0;
  }

  .offer__input {
    width: 100%;
  }

  .offer-form__group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .offer-form__select {
    width: 100%;
    max-width: 370px;
    margin: 0 0 10px;
  }

  .offer-form__select .select2-container--crypto.select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 15px;
    text-align: left;
  }

  .auth {
    height: 32px;
    font-size: 16px;
    line-height: 32px;
    margin: 15px 10px;
  }

  .stats__col {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .affiliate__section-header {
    margin-bottom: 30px;
  }

  .affiliate__num {
    font-size: 18px;
    top: 10px;
    left: 10px;
  }

  .operations__nav {
    display: block;
  }

  .operations__btn {
    margin-bottom: 10px;
  }

  .faq-item__question {
    padding-left: 25px;
  }

  .faq-item__question::before {
    display: none;
  }

  .faq-item__answer {
    margin: 0 20px;
  }

  .side-info {
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .profile-nav li a {
    padding: 15px 10px;
  }

  .pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .share {
    display: block;
  }

  .share__title {
    margin: 0 0 20px;
  }
}