@font-face {
  font-family: "OpenSans";
  font-display: swap;
  src: url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.html") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans";
  font-display: swap;
  src: url("../fonts/OpenSans-SemiBold.woff") format("woff"), url("../fonts/OpenSans-SemiBold.html") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans";
  font-display: swap;
  src: url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.html") format("woff2");
  font-weight: 700;
  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;
  background-color: #f2f8ff;
  font-family: 'OpenSans', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #666e7b;
  word-wrap: break-word;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

.container {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}

.page-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 125px;
}

.page-content_home {
  padding-top: 0;
}

.page-content_profile {
  padding: 215px 0 60px;
  background: url(../images/profile-bg.svg) center top 200px/1802px auto no-repeat;
}

.burger-btn {
  display: none;
  width: 25px;
  height: 18px;
  position: relative;
  z-index: 5;
  cursor: pointer;
  margin-left: 25px;
}

.burger-btn__line,
.burger-btn__line::before,
.burger-btn__line::after {
  width: 25px;
  height: 2px;
  background-color: #a6acb8;
  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;
  border: none;
  border-radius: 150px;
  text-decoration: none;
  background-color: #5ed9fa;
  -webkit-box-shadow: 0 3px 16px 0 rgba(67, 225, 229, 0.5);
          box-shadow: 0 3px 16px 0 rgba(67, 225, 229, 0.5);
  -webkit-transition: background-color .2s ease 0s;
  -o-transition: background-color .2s ease 0s;
  transition: background-color .2s ease 0s;
  padding: 15px 30px;
  font-weight: 600;
  letter-spacing: 0.28px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.btn:hover {
  background-color: #14c7f8;
}

.btn:focus {
  outline: none;
}

.btn:active {
  -webkit-transform: scale(0.98);
      -ms-transform: scale(0.98);
          transform: scale(0.98);
}

.btn_pink {
  background-color: #e24984;
  -webkit-box-shadow: 0 3px 16px 0 rgba(226, 73, 132, 0.5);
          box-shadow: 0 3px 16px 0 rgba(226, 73, 132, 0.5);
}

.btn_pink:hover {
  background-color: #c01f5d;
}

.btn_green {
  -webkit-box-shadow: 0 3px 16px 0 rgba(73, 220, 100, 0.24);
          box-shadow: 0 3px 16px 0 rgba(73, 220, 100, 0.24);
  background-color: #49dc64;
}

.btn_green:hover {
  background-color: #23b63e;
}

.section-head {
  text-align: center;
  margin-bottom: 60px;
}

.section-head__title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.34;
  letter-spacing: 0.64px;
  color: #161616;
  text-transform: uppercase;
}

.section-head__text {
  font-size: 16px;
  font-weight: 600;
  color: #76818c;
  margin-top: 20px;
}

.user-block {
  padding: 35px 15px;
  border-radius: 8px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(179, 200, 231, 0.5);
          box-shadow: 0 10px 30px 0 rgba(179, 200, 231, 0.5);
  background: #fff url(../images/wavy-bg.png) center/cover no-repeat;
  position: relative;
  margin-bottom: 30px;
}

.user-block_cloud {
  position: relative;
}

.user-block_cloud::before {
  content: '';
  width: 132px;
  height: 123px;
  background: url(../images/cloud.svg) center/contain no-repeat;
  position: absolute;
  right: 30px;
  bottom: 50px;
  pointer-events: none;
}

.user-block_btc::before {
  content: '';
  width: 93px;
  height: 76px;
  background: url(../images/coin.png) center/contain no-repeat;
  position: absolute;
  right: 30px;
  bottom: -10px;
  pointer-events: none;
}

.user-block_b {
  padding-bottom: 180px;
}

.user-block_b::before {
  content: '';
  width: 180px;
  height: 233px;
  background: url(../images/bitok.svg) center/contain no-repeat;
  position: absolute;
  right: 60px;
  bottom: 15px;
}

.user-block_coin::before {
  content: '';
  width: 93px;
  height: 76px;
  background: url(../images/coin.png) center/contain no-repeat;
  position: absolute;
  bottom: -10px;
  right: 160px;
  pointer-events: none;
}

.user-block__title {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #454863;
  margin-bottom: 30px;
}

.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;
}

.header {
  background: #fff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(179, 200, 231, 0.5);
          box-shadow: 0 10px 20px 0 rgba(179, 200, 231, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  -webkit-transition: background-color .5s ease 0s, -webkit-box-shadow .5s ease 0s;
  transition: background-color .5s ease 0s, -webkit-box-shadow .5s ease 0s;
  -o-transition: background-color .5s ease 0s, box-shadow .5s ease 0s;
  transition: background-color .5s ease 0s, box-shadow .5s ease 0s;
  transition: background-color .5s ease 0s, box-shadow .5s ease 0s, -webkit-box-shadow .5s ease 0s;
}

.header.sticky .header__top {
  height: 65px;
}

.header.sticky .header__bottom {
  height: 35px;
}

.header_home {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header_home.sticky {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(179, 200, 231, 0.5);
          box-shadow: 0 10px 20px 0 rgba(179, 200, 231, 0.5);
}

.header_home.sticky .header__top {
  -webkit-box-shadow: 0 10px 20px 0 rgba(179, 200, 231, 0.5);
          box-shadow: 0 10px 20px 0 rgba(179, 200, 231, 0.5);
}

.header_home .header__top {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header__top {
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 10px 20px 0 rgba(179, 200, 231, 0.5);
          box-shadow: 0 10px 20px 0 rgba(179, 200, 231, 0.5);
  -webkit-transition: height .5s ease 0s, -webkit-box-shadow .5s ease 0s;
  transition: height .5s ease 0s, -webkit-box-shadow .5s ease 0s;
  -o-transition: height .5s ease 0s, box-shadow .5s ease 0s;
  transition: height .5s ease 0s, box-shadow .5s ease 0s;
  transition: height .5s ease 0s, box-shadow .5s ease 0s, -webkit-box-shadow .5s ease 0s;
}

.header__bottom {
  height: 35px;
  -webkit-transition: height .5s ease 0s;
  -o-transition: height .5s ease 0s;
  transition: height .5s ease 0s;
}

.header__bottom_profile {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar {
  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;
}

.logo {
  height: 50px;
}

.logo img {
  max-height: 100%;
}

.nav-menu {
  margin-left: auto;
}

.nav-menu__list {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-menu__list li {
  list-style: none;
  margin-left: 30px;
}

.nav-menu__list a {
  display: block;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.7px;
  color: #a6acb8;
  -webkit-transition: color .2s ease 0s;
  -o-transition: color .2s ease 0s;
  transition: color .2s ease 0s;
}

.nav-menu__list a:hover {
  color: #4254a8;
}

.lang {
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin-left: 30px;
}

.lang__dropbtn {
  max-width: 80px;
  height: 28px;
  border-radius: 25px;
  background-color: #43e1e5;
  padding: 0 11px;
  font-size: 10px;
  line-height: 28px;
  letter-spacing: 0.55px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.lang__droplist {
  background-color: #86ecee;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #fff;
  position: absolute;
  top: 14px;
  right: 0;
  width: 100%;
  padding: 20px 0 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  -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;
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  padding: 5px;
  -webkit-transition: background-color .3s ease 0s;
  -o-transition: background-color .3s ease 0s;
  transition: background-color .3s ease 0s;
}

.lang__droplist a:last-child {
  border-radius: 0 0 5px 5px;
}

.lang__droplist a:hover {
  background-color: #43e1e5;
}

.lang:hover .lang__droplist {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.auth {
  margin-left: 30px;
}

.auth_mob {
  display: none;
}

.auth__btn {
  height: 38px;
  background-color: transparent;
  border-radius: 29px;
  border: solid 1px #000000;
  padding: 0 30px;
  font-size: 13px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.28px;
  color: #000000;
  text-transform: uppercase;
  -webkit-transition: color .2s ease 0s, border .2s ease 0s;
  -o-transition: color .2s ease 0s, border .2s ease 0s;
  transition: color .2s ease 0s, border .2s ease 0s;
}

.auth__btn:hover {
  color: #43e1e5;
  border-color: #43e1e5;
}

.auth__btn:focus {
  outline: none;
}

.auth__btn:active {
  -webkit-transform: scale(0.98);
      -ms-transform: scale(0.98);
          transform: scale(0.98);
}

.time {
  height: 100%;
  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;
}

.time_mob {
  display: none;
}

.time_profile {
  height: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.time__col {
  margin-right: 50px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.3px;
  color: #000000;
}

.time__col:last-child {
  margin-right: 0;
}

.time__col span {
  color: #49dc64;
}

.profile-nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.profile-nav_mob {
  display: none;
}

.profile-nav_mob .profile-nav__list {
  display: block;
  width: 100%;
  background-color: #fafcff;
}

.profile-nav_mob .profile-nav__list li {
  width: 100%;
  border-top: 1px solid #eee;
  margin: 0;
}

.profile-nav_mob .profile-nav__list a {
  width: 100%;
  padding: 15px 25px;
  font-size: 16px;
  color: #0c0c0c;
}

.profile-nav_mob .profile-nav__list a svg {
  fill: #0c0c0c;
}

.profile-nav__list {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.profile-nav__list li {
  list-style: none;
  margin-right: 30px;
}

.profile-nav__list 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: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #000;
  -webkit-transition: color .2s ease 0s;
  -o-transition: color .2s ease 0s;
  transition: color .2s ease 0s;
  white-space: nowrap;
}

.profile-nav__list a.active {
  color: #43e1e5;
}

.profile-nav__list a.active svg {
  fill: #43e1e5;
}

.profile-nav__list a:hover {
  color: #43e1e5;
}

.profile-nav__list a:hover svg {
  fill: #43e1e5;
}

.profile-nav__list a svg {
  width: 22px;
  height: 22px;
  margin-right: 15px;
  -webkit-transition: fill .2s ease 0s;
  -o-transition: fill .2s ease 0s;
  transition: fill .2s ease 0s;
}

.offer {
  min-height: 100vh;
  background: url(../images/offer-bg.png) center bottom/cover no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 150px 0;
  position: relative;
}

.offer__inner {
  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;
}

.offer__inner::before {
  content: '';
  width: 293px;
  height: 293px;
  -webkit-box-shadow: 10px 31px 41px 0 rgba(253, 176, 5, 0.39);
          box-shadow: 10px 31px 41px 0 rgba(253, 176, 5, 0.39);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffebcc), to(#ffca30));
  background-image: -o-linear-gradient(top, #ffebcc, #ffca30);
  background-image: linear-gradient(to bottom, #ffebcc, #ffca30);
  border-radius: 50%;
  position: absolute;
  top: -160px;
  left: -540px;
  z-index: 1;
}

.offer__inner::after {
  content: '';
  width: 394px;
  height: 394px;
  -webkit-box-shadow: 10px 31px 41px 0 rgba(77, 205, 166, 0.39);
          box-shadow: 10px 31px 41px 0 rgba(77, 205, 166, 0.39);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cbffef), to(#4dcda6));
  background-image: -o-linear-gradient(top, #cbffef, #4dcda6);
  background-image: linear-gradient(to bottom, #cbffef, #4dcda6);
  border-radius: 50%;
  position: absolute;
  bottom: 120px;
  right: -550px;
  z-index: 1;
}

.offer__body {
  width: 55%;
  padding-right: 60px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  z-index: 2;
}

.offer__title {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: 2px;
  color: #000000;
  margin-bottom: 30px;
}

.offer__subtitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.31;
  letter-spacing: 0.8px;
  color: #49dc64;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.offer__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.offer__btns .btn {
  margin-right: 30px;
}

.offer__btns .btn:last-child {
  margin: 0;
}

.offer__img {
  width: 45%;
  text-align: center;
  margin-right: -20px;
}

.offer__img img {
  max-width: 100%;
}

.offer__anchor {
  display: block;
  position: absolute;
  bottom: 95px;
  left: calc(50% - 17px);
}

.offer__anchor img {
  display: block;
  width: 34px;
  height: 18px;
  background: url(../images/down-arrow.svg) center/contain no-repeat;
  -webkit-animation: go-to 1.2s infinite;
          animation: go-to 1.2s infinite;
}

.offer__anchor::before,
.offer__anchor::after {
  content: '';
  width: 34px;
  height: 18px;
  background: url(../images/down-arrow.svg) center/contain no-repeat;
  position: absolute;
  left: 0;
  -webkit-animation: go-to 1.2s infinite;
          animation: go-to 1.2s infinite;
}

.offer__anchor::before {
  top: -10px;
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

.offer__anchor::after {
  top: -20px;
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

@-webkit-keyframes go-to {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.75;
  }

  100% {
    opacity: 0;
  }
}

@keyframes go-to {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.75;
  }

  100% {
    opacity: 0;
  }
}

.offer-form__input {
  display: block;
  width: 570px;
  height: 54px;
  border-radius: 150px;
  border: solid 1px #666e7b;
  padding: 0 30px;
  font-size: 14px;
  letter-spacing: 0.75px;
  color: #000;
  margin-bottom: 20px;
}

.offer-form__input:focus {
  outline: none;
}

.statistics {
  padding: 60px 0 75px;
}

.statistics .container {
  position: relative;
}

.statistics .container::before {
  content: '';
  width: 440px;
  height: 650px;
  background: url(../images/decor-1.svg) center/contain no-repeat;
  position: absolute;
  top: -140px;
  left: -530px;
}

.statistics .container::after {
  content: '';
  width: 490px;
  height: 615px;
  background: url(../images/decor-2.svg) center/contain no-repeat;
  position: absolute;
  top: -110px;
  right: -570px;
}

.statistics__inner {
  border-radius: 8px;
  -webkit-box-shadow: 0 0 60px 0 rgba(73, 220, 100, 0.15);
          box-shadow: 0 0 60px 0 rgba(73, 220, 100, 0.15);
  background: url(../images/statistics-bg.png) center/contain no-repeat, #fff url(../images/wavy-bg.png) center/cover no-repeat;
  padding: 70px 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.statistics__inner::before {
  content: '';
  width: 153px;
  height: 135px;
  background: url(../images/cloud.svg) center/contain no-repeat;
  position: absolute;
  left: -95px;
  top: -73px;
}

.statistics__inner::after {
  content: '';
  width: 198px;
  height: 226px;
  background: url(../images/bitok.svg) center/contain no-repeat;
  position: absolute;
  right: -110px;
  bottom: -155px;
}

.statistics__item {
  max-width: 25%;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  padding: 0 25px;
  text-align: center;
  margin-bottom: 30px;
}

.statistics__count {
  display: block;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.11;
  letter-spacing: 1.8px;
  color: #49dc64;
  margin-bottom: 12px;
}

.statistics__title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.8px;
  color: #000000;
}

.affiliate {
  padding: 75px 0 0;
}

.affiliate__block {
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 55, 172, 0.5);
          box-shadow: 0 10px 30px 0 rgba(0, 55, 172, 0.5);
  background: url(../images/affiliate-bg.png) center/auto 100% no-repeat, -o-linear-gradient(187deg, #00095e, #000000 54%, #00095e);
  background: url(../images/affiliate-bg.png) center/auto 100% no-repeat, linear-gradient(263deg, #00095e, #000000 54%, #00095e);
  padding: 110px 0 90px;
}

.affiliate__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.affiliate__item {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  margin-bottom: 50px;
}

.affiliate__item:nth-child(even) {
  margin-top: 70px;
}

.affiliate__item:nth-child(odd) {
  text-align: right;
}

.affiliate__title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.36;
  letter-spacing: 1.1px;
  color: #f5cf08;
  margin-bottom: 10px;
}

.affiliate__text {
  border-radius: 8px;
  background-color: #ffffff;
  padding: 20px 30px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.7px;
  color: #666e7b;
}

.affiliate__text_efir {
  padding-right: 52px;
  background: #fff url(../images/efir.svg) right 20px center/31px 56px no-repeat;
}

.affiliate__text_coins {
  padding-left: 75px;
  background: #fff url(../images/coins.png) left 15px center/52px 56px no-repeat;
}

.operations {
  padding: 100px 0 50px;
}

.operations__section-head {
  margin-bottom: 30px;
}

.operations__tabs {
  position: relative;
}

.operations__tabs::before {
  content: '';
  width: 643px;
  height: 466px;
  background: url(../images/decor-3.svg) center/contain no-repeat;
  position: absolute;
  top: -25px;
  left: -300px;
}

.operations__tabs::after {
  content: '';
  width: 561px;
  height: 672px;
  background: url(../images/decor-4.svg) center/contain no-repeat;
  position: absolute;
  top: -85px;
  right: -630px;
}

.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;
  position: relative;
  z-index: 2;
}

.operations__nav::before {
  content: '';
  width: 145px;
  height: 187px;
  background: url(../images/bitok.svg) center/contain no-repeat;
  position: absolute;
  top: -25px;
  right: 0;
  z-index: 2;
  pointer-events: none;
}

.operations__btn {
  display: inline-block;
  list-style: none;
  padding: 14px 30px;
  background-color: #fff;
  border: 1px solid #5ed9fa;
  border-radius: 150px;
  -webkit-box-shadow: 0 3px 16px 0 rgba(94, 217, 250, 0.24);
          box-shadow: 0 3px 16px 0 rgba(94, 217, 250, 0.24);
  font-weight: 600;
  letter-spacing: 0.28px;
  color: #5ed9fa;
  text-transform: uppercase;
  text-align: center;
  margin: 0 20px;
  -webkit-transition: color .3s ease 0s, border-color .3s ease 0s;
  -o-transition: color .3s ease 0s, border-color .3s ease 0s;
  transition: color .3s ease 0s, border-color .3s ease 0s;
  cursor: pointer;
}

.operations__btn:hover:not(.active) {
  color: #07bbeb;
  border-color: #07bbeb;
}

.operations__btn.active {
  background-color: #5ed9fa;
  color: #fff;
}

.operations__table-box {
  overflow-x: auto;
  border-radius: 8px;
  -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 35px 14px;
  background: #fff url(../images/wavy-bg.png) center/cover no-repeat;
  position: relative;
  z-index: 1;
}

.operations-table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}

.operations-table thead {
  border-bottom: 2px solid #43e1e5;
}

.operations-table tbody tr:nth-child(odd) {
  background-color: #fff;
}

.operations-table tbody tr:nth-child(even) {
  background-color: #f2f8ff;
}

.operations-table th {
  padding: 0 15px 12px;
  font-weight: bold;
  line-height: 1.71;
  letter-spacing: 0.7px;
  color: #454863;
  text-transform: uppercase;
  text-align: left;
}

.operations-table td {
  padding: 24px 15px;
  font-size: 16px;
  letter-spacing: 0.8px;
  text-align: left;
}

.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: #f5cf08;
}

.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;
}

.faq {
  padding: 50px 0 20px;
}

.faq .container {
  position: relative;
}

.faq .container::before {
  content: '';
  width: 102px;
  height: 90px;
  background: url(../images/cloud.svg) center/contain no-repeat;
  position: absolute;
  top: 75px;
  left: -236px;
  z-index: 2;
}

.faq .container::after {
  content: '';
  width: 95px;
  height: 102px;
  background: url(../images/coins.png) center/contain no-repeat;
  position: absolute;
  top: -30px;
  right: -188px;
  z-index: 2;
}

.faq__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 -15px;
}

.faq__inner::after {
  content: '';
  width: 154px;
  height: 154px;
  -webkit-box-shadow: 10px 31px 41px 0 rgba(253, 176, 5, 0.39);
          box-shadow: 10px 31px 41px 0 rgba(253, 176, 5, 0.39);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffebcc), to(#ffca30));
  background-image: -o-linear-gradient(top, #ffebcc, #ffca30);
  background-image: linear-gradient(to bottom, #ffebcc, #ffca30);
  border-radius: 50%;
  position: absolute;
  right: -188px;
  top: 142px;
}

.faq__col {
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 0 15px;
}

.faq-item {
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 10px 0 rgba(245, 207, 8, 0.24);
          box-shadow: 0 3px 10px 0 rgba(245, 207, 8, 0.24);
  background-color: #fff;
  padding: 15px 0;
  margin-bottom: 30px;
}

.faq-item__question {
  padding: 0 58px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.31;
  color: #000000;
  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;
  left: 20px;
  top: calc(50% - 15px);
}

.faq-item__question::after {
  content: '';
  width: 24px;
  height: 14px;
  background: url(../images/arrow-down.svg) center/contain no-repeat;
  position: absolute;
  right: 20px;
  top: calc(50% - 7px);
  -webkit-transition: -webkit-transform .2s ease 0s;
  transition: -webkit-transform .2s ease 0s;
  -o-transition: transform .2s ease 0s;
  transition: transform .2s ease 0s;
  transition: transform .2s ease 0s, -webkit-transform .2s ease 0s;
}

.faq-item__answer {
  padding-top: 14px;
  border-top: 1px solid #f5cf08;
  font-size: 13px;
  line-height: 1.31;
  letter-spacing: 0.65px;
  color: #666e7b;
  margin: 15px 58px 0;
}

.partners {
  padding: 50px 0 90px;
}

.partners__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;
  position: relative;
  margin: 0 -15px;
}

.partners__inner::before {
  content: '';
  width: 462px;
  height: 369px;
  background: url(../images/decor-5.svg) center/contain no-repeat;
  position: absolute;
  bottom: 0;
  left: -500px;
}

.partners__inner::after {
  content: '';
  width: 438px;
  height: 438px;
  opacity: 0.06;
  background-color: #4c68ef;
  border-radius: 50%;
  position: absolute;
  bottom: -135px;
  right: -626px;
}

.partners__img-box {
  width: 170px;
  height: 60px;
  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: 120px;
  height: 40px;
  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%;
}

.rules {
  padding: 70px 0 120px;
  background: url(../images/inner-bg.svg) center/2413px auto no-repeat;
}

.rules__section-head {
  margin-bottom: 30px;
}

.rules__inner {
  border-radius: 8px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(179, 200, 231, 0.5);
          box-shadow: 0 10px 30px 0 rgba(179, 200, 231, 0.5);
  background-color: #fff;
  padding: 30px 15px 10px;
}

.rules__subtitle {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: 0.9px;
  color: #000;
  margin-bottom: 20px;
}

.rules-block {
  line-height: 1.36;
  letter-spacing: 0.7px;
  color: #454863;
  margin-bottom: 25px;
}

.rules-block__title {
  color: #43e1e5;
  margin-bottom: 20px;
}

.rules-block__list {
  padding: 0;
}

.rules-block__list li {
  list-style: none;
  margin-bottom: 20px;
}

.footer {
  padding: 60px 0 20px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 55, 172, 0.16);
          box-shadow: 0 0 20px 0 rgba(0, 55, 172, 0.16);
  background-image: -o-linear-gradient(187deg, #00095e, #000000 54%, #00095e);
  background-image: linear-gradient(263deg, #00095e, #000000 54%, #00095e);
}

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -15px 90px;
}

.contacts__item {
  -ms-flex-preferred-size: 33.333%;
      flex-basis: 33.333%;
  text-align: center;
  padding: 0 15px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.contacts__item_green {
  color: #49dc64;
}

.contacts__item_yellow {
  color: #f5cf08;
}

.contacts__item:first-child {
  text-align: left;
}

.contacts__item:last-child {
  text-align: right;
}

.contacts a {
  text-decoration: none;
}

.contacts a:hover {
  text-decoration: underline;
}

.copyright {
  text-align: center;
  letter-spacing: 0.7px;
  color: #fff;
}

.user-info_referral {
  padding-top: 40px;
  border-top: 1px solid #c8d6ee;
  margin-top: 20px;
}

.user-info__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
}

.user-info__title {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 340px;
  -ms-flex-preferred-size: 340px;
      flex-basis: 340px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 1.05px;
  color: #49dc64;
  margin-right: 30px;
}

.user-info__title_blue {
  color: #43e1e5;
}

.user-info__btn {
  margin-left: 30px;
}

.deposit-btn {
  width: 951px;
  text-align: right;
  margin-bottom: 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;
  font-weight: 600;
  line-height: 1.31;
  letter-spacing: 0.8px;
  color: #454863;
  margin-bottom: 25px;
}

.deposit__subtitle span {
  color: #43e1e5;
}

.deposit__addr {
  margin-bottom: 15px;
}

.deposit__addr-title {
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.deposit__field {
  text-align: center;
  max-width: 100%;
}

.deposit__message {
  max-width: 570px;
  border-radius: 4px;
  border: solid 1px #e4e4e5;
  background-color: #49dc64;
  padding: 15px 25px;
  font-size: 15px;
  line-height: 1.63;
  letter-spacing: 0.8px;
  color: #fff;
  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: #fff;
  padding: 20px 0;
}

.user-stats__table {
  overflow-x: auto;
}

.user-table {
  width: 100%;
  border-collapse: collapse;
  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: #43e1e5;
  text-transform: uppercase;
  text-align: left;
}

.user-table td {
  padding: 15px 25px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 0.6px;
  color: #454863;
  text-align: left;
}

.user-table td.cell-up {
  text-transform: uppercase;
}

.user-table td.cell-green {
  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(odd) {
  background-color: #fffe;
}

.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: #43e1e5;
  border-color: #43e1e5;
  color: #fff;
}

.pagination__arrow {
  color: #dedede;
}

.referrals-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 60px 0 10px;
}

.referrals-info::before {
  content: '';
  width: 93px;
  height: 76px;
  background: url(../images/coin.png) center/contain no-repeat;
  position: absolute;
  top: -70px;
  left: 235px;
  z-index: 1;
  pointer-events: none;
}

.referrals-info__item {
  max-width: 570px;
  -ms-flex-preferred-size: 570px;
      flex-basis: 570px;
  background-color: #fff;
  border-radius: 8px;
  border: solid 1px #e4e4e5;
  padding: 14px 20px 14px 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 30px 30px 0;
}

.referrals-info__item:last-child {
  margin-right: 0;
}

.referrals-info__item::before {
  content: '';
  width: 70px;
  height: 100%;
  border-radius: 8px 0 0 8px;
  position: absolute;
  top: 0;
  left: 0;
}

.referrals-info__item_team::before {
  background: #49dc64 url(../images/team.svg) center/40px 35px no-repeat;
}

.referrals-info__item_wallet::before {
  background: #f5cf08 url(../images/wallet.svg) center/40px 40px no-repeat;
}

.referrals-info__amount {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: 0.9px;
  margin-bottom: 5px;
}

.referrals-info__amount_blue {
  color: #43e1e5;
}

.referrals-info__amount_green {
  color: #49dc64;
}

.referrals-info__title {
  font-weight: 600;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.share__title {
  display: block;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 1.05px;
  color: #43e1e5;
  margin-right: 30px;
}

@media screen and (min-width: 992px) {
  .time_profile .time__col {
    text-align: right;
    font-size: 11px;
    margin: 0 0 0 20px;
  }
}

@media screen and (min-width: 1921px) {
  .offer {
    min-height: 1010px;
  }
}

@media screen and (max-width: 1370px) {
  .statistics__inner::before {
    width: 80px;
    height: 71px;
    left: -25px;
    top: -35px;
  }

  .statistics__inner::after {
    width: 120px;
    height: 137px;
    right: -40px;
    bottom: -100px;
  }
}

@media screen and (max-width: 1250px) {
  .user-block_cloud::before {
    width: 90px;
    height: 84px;
    bottom: auto;
    top: -30px;
    right: -10px;
  }

  .user-block_btc::before {
    right: 60px;
    bottom: -20px;
  }

  .field {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .deposit-btn {
    width: 100%;
  }
}

@media screen and (max-width: 1199px) {
  .user-block_b::before {
    width: 150px;
    height: 194px;
    bottom: -15px;
  }

  .nav-menu__list li {
    margin-left: 25px;
  }

  .lang {
    margin-left: 25px;
  }

  .auth {
    margin-left: 25px;
  }

  .auth__btn {
    height: 28px;
    padding: 0 15px;
    line-height: 27px;
    font-size: 10px;
  }

  .profile-nav__list li {
    margin-right: 25px;
  }

  .profile-nav__list a svg {
    margin-right: 10px;
  }

  .offer__body {
    padding-right: 30px;
  }

  .offer__title {
    font-size: 38px;
  }

  .statistics .container::before {
    display: none;
  }

  .statistics .container::after {
    display: none;
  }

  .statistics__count {
    font-size: 26px;
  }

  .operations__tabs::before {
    display: none;
  }

  .operations__tabs::after {
    display: none;
  }

  .operations__nav {
    margin-bottom: 30px;
  }

  .operations__nav::before {
    width: 100px;
    height: 129px;
    top: -10px;
  }

  .faq .container::before {
    width: 80px;
    height: 71px;
    top: -70px;
    left: 5px;
  }

  .faq .container::after {
    width: 50px;
    height: 54px;
    top: auto;
    bottom: -20px;
    right: 5px;
    z-index: 2;
  }

  .faq__inner::after {
    display: none;
  }

  .rules {
    background: none;
  }

  .contacts__item {
    font-size: 18px;
  }

  .referrals-info {
    margin: 30px 0 0;
  }
}

@media screen and (max-width: 1199px) and (max-width: 700px) {
  .operations__nav::before {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .page-content {
    padding-top: 65px;
  }

  .page-content_home {
    padding-top: 0;
  }

  .page-content_profile {
    padding: 105px 0 50px;
  }

  .burger-btn {
    display: block;
  }

  .section-head {
    margin-bottom: 30px;
  }

  .section-head__title {
    font-size: 26px;
  }

  .user-block {
    padding: 20px 15px;
  }

  .user-block_b::before {
    width: 100px;
    height: 129px;
    right: -20px;
    bottom: -90px;
  }

  .user-block_coin::before {
    right: -30px;
    bottom: -40px;
  }

  .header.sticky .header__bottom {
    height: auto;
  }

  .header_home {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 20px 0 rgba(179, 200, 231, 0.5);
            box-shadow: 0 10px 20px 0 rgba(179, 200, 231, 0.5);
  }

  .header__top {
    height: 65px;
  }

  .header__bottom {
    display: none;
  }

  .nav-menu {
    position: fixed;
    top: 65px;
    right: -100%;
    width: 100%;
    max-height: calc(100% - 65px);
    overflow-y: auto;
    background-color: #f2f8ff;
    -webkit-box-shadow: 0 10px 20px 0 rgba(179, 200, 231, 0.5);
            box-shadow: 0 10px 20px 0 rgba(179, 200, 231, 0.5);
    -webkit-transition: right .2s ease 0s;
    -o-transition: right .2s ease 0s;
    transition: right .2s ease 0s;
  }

  .nav-menu.active {
    right: 0;
  }

  .nav-menu__list {
    display: block;
  }

  .nav-menu__list li {
    margin: 0;
    border-top: 1px solid #eeeeee;
  }

  .nav-menu__list a {
    padding: 15px 25px;
    font-size: 16px;
    color: #0c0c0c;
  }

  .lang {
    margin-left: auto;
  }

  .time_mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 15px 25px;
  }

  .time_profile {
    width: 100%;
  }

  .profile-nav_mob {
    display: block;
  }

  .offer {
    padding: 120px 0 150px;
  }

  .offer__title {
    font-size: 28px;
  }

  .offer__anchor {
    bottom: 70px;
  }

  .statistics {
    padding: 50px 0;
  }

  .statistics__inner {
    background: #fff url(../images/wavy-bg.png) center/cover no-repeat;
    padding: 30px 0 5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .statistics__item {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }

  .affiliate {
    padding: 50px 0 0;
  }

  .affiliate__block {
    padding: 50px 0 0;
  }

  .affiliate__item {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }

  .operations {
    padding: 75px 0px 50px;
  }

  .operations__table-box {
    padding: 20px 0 20px;
  }

  .operations-table th {
    padding: 0 25px 12px;
  }

  .operations-table td {
    padding: 24px 25px;
  }

  .faq__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
  }

  .faq__col {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0;
  }

  .faq-item {
    margin-bottom: 20px;
  }

  .partners {
    padding: 50px 0;
  }

  .rules {
    padding: 50px 0;
  }

  .rules__subtitle {
    font-size: 16px;
  }

  .footer {
    padding: 30px 0 20px;
  }

  .contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 30px;
  }

  .contacts__item {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    padding: 0;
  }

  .user-info__group {
    display: block;
    margin-bottom: 30px;
  }

  .user-info__title {
    margin-bottom: 10px;
  }

  .user-info__btn {
    margin: 15px 0 0;
  }

  .deposit-btn {
    text-align: left;
  }

  .referrals-info::before {
    display: none;
  }

  .share {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 920px) {
  .user-block_b {
    text-align: center;
	padding-bottom: 70px;
  }

  .deposit {
    display: block;
    text-align: center;
  }

  .deposit__qr-code {
    margin: 0 auto 30px;
  }

  .deposit__field {
    margin: 0 auto;
  }

  .deposit__message {
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .user-block__title {
    font-size: 26px;
  }

  .offer__inner {
    display: block;
    position: static;
  }

  .offer__inner::before {
    opacity: .4;
    top: 75px;
    left: -140px;
  }

  .offer__inner::after {
    opacity: .4;
    bottom: 130px;
    right: -300px;
  }

  .offer__body {
    width: auto;
    text-align: center;
    padding-right: 0;
  }

  .offer__btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .offer__img {
    display: none;
  }

  .offer-form__input {
    width: 100%;
    max-width: 570px;
    padding: 0 20px;
    margin: 0 auto 20px;
  }

  .affiliate__block {
    padding: 50px 0 20px;
  }

  .affiliate__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 30px;
  }

  .affiliate__item:nth-child(even) {
    margin-top: 0;
  }

  .affiliate__item:nth-child(odd) {
    text-align: left;
  }

  .user-stats {
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
    margin: 0 -15px;
  }

  .referrals-info {
    display: block;
  }

  .referrals-info__item {
    margin-right: 0;
  }
}

@media screen and (max-width: 700px) {
  .statistics__item {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media screen and (max-width: 575px) {
  .container {
    padding: 0 10px;
  }

  .nav-menu__list a {
    padding: 15px 10px;
  }

  .time_mob {
    padding: 15px 10px;
  }

  .profile-nav_mob .profile-nav__list a {
    padding: 15px 10px;
  }

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

  .offer__btns .btn {
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    margin: 0 0 20px;
  }

  .statistics__inner::before {
    left: -10px;
  }

  .statistics__inner::after {
    right: -23px;
  }

  .operations__nav {
    display: block;
    margin-bottom: 20px;
  }

  .operations__btn {
    display: block;
    margin-bottom: 10px;
  }

  .faq-item__question {
    padding: 0 40px;
  }

  .faq-item__question::before {
    left: 12px;
  }

  .faq-item__question::after {
    right: 10px;
  }

  .faq-item__answer {
    margin: 15px 15px 0;
  }

  .pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .share {
    display: block;
  }

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

@media screen and (max-width: 450px) {
  .auth {
    display: none;
  }

  .auth_mob {
    display: block;
    border-top: 1px solid #eeeeee;
    padding: 15px 10px;
    margin-left: 0;
  }

  .auth_mob .auth__btn {
    height: 38px;
    padding: 0 30px;
    font-size: 16px;
    line-height: 38px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .time_profile .time__col {
    width: 100%;
    margin: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1450px) {
  .offer__inner::before {
    display: none;
  }

  .offer__inner::after {
    display: none;
  }
}