:root {
  --main-bg-color: #070b28;
  --menu-color: #252f5a;
  --content-color: #1c244b;
  --content-border-color: #5564c9;
  --btn-color: #f8324a;
}

body {
  background-color: #e3e6f3;
  overflow: hidden auto;
}

.navigation-header {
  background: var(--menu-color);
  position: relative;
  width: 60px;
  height: 100%;
}

.nav-wrapper {
  position: sticky;
  top: 0;
}

.navigation-header .menu {
  display: block;
}

.navigation-header .menu-img {
  margin: 22px;
}

.btn {
  background-color: transparent;
  box-shadow: none;
  color: #000;
}

#nav-mobile li:hover {
  background-color: #59216e !important;
  color: #fff;
}

#nav-mobile li:hover .material-icons {
  color: #fff;
}

.btn-large {
  text-transform: capitalize;
}

nav ul a {
  color: #0e3f7d;
  height: 100%;
  display: flex;
  align-items: center;
}

nav .menu i.material-icons {
  font-size: 33px;
}

nav .brand-logo {
  position: absolute;
  color: #2f4494;
  height: 100%;
  padding: 10px 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

nav .brand-logo img {
  height: 100%;
}

nav .nav-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

nav ul.left {
  float: none !important;
}

.btn:active,
.btn:focus,
.btn:hover {
  background-color: transparent;
}

.sidenav_custom {
  top: 0;
  background: grey;
}

.sidenav__links {
  min-height: 400px;
  padding-top: 50px;
  text-transform: uppercase;
}

.sidenav__links li > a,
.sidenav__links li > a > i.material-icons {
  line-height: 60px;
  height: 60px;
  color: #fff;
}

.sidenav__links li > a:hover {
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.sidenav__links li > a:hover > i.material-icons {
  color: #fff;
}

.sidenav li > a {
  color: #fff;
  font-size: 18px;
  padding: 0 30px;
}

.sidenav__links li > a {
  font-weight: 100;
}

.sidenav li > a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.person_icon {
  font-size: 150px;
  width: 100px;
  color: #e3e6f3;
  text-align: center;
}

.button_icon,
.sidenav li > a > i.button_icon {
  color: #fff;
  margin: 0 0 0 14px;
  font-size: 24px;
  text-align: center;
  height: 55px;
  line-height: 55px;
}

.modal-btn-warp .button_icon {
  margin: 0;
}

.name {
  margin: 0;
}

.sidenav .user-view .email,
.sidenav .user-view .name {
  text-align: center;
  font-size: 18px;
}

.button__deposit,
.sidenav li > a.button__deposit {
  display: block;
  border-radius: 24px;
  width: 100%;
  height: 44px;
  font-size: 18px;
  background: var(--btn-color);
  text-transform: uppercase;
  margin: 0 auto;
  line-height: 44px;
  font-family: Ubuntu, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  color: #fff;
}

.button__deposit.btn-l {
  max-width: 186px;
}

.button__deposit.btn-r {
  max-width: 254px;
  margin: 25px auto 0;
}

.button__deposit_profile {
  margin: 0;
  min-width: 240px;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
}

.sidenav li > a.btn,
.sidenav li > a.btn-flat,
.sidenav li > a.btn-floating,
.sidenav li > a.btn-large,
.sidenav li > a.btn-small {
  margin: 0 auto;
}

.content {
  padding: 60px 165px 50px 160px;
  display: flex;
  width: 100%;
  flex-flow: column nowrap;
  min-height: calc(100vh);
  justify-content: space-between;
  background: var(--main-bg-color);
}

.trade__content {
  padding: 60px;
}

.content__box {
  display: flex;
  align-items: center;
  background: var(--content-color);
  border-radius: 5px;
  border: 1px solid var(--content-border-color);
  width: 100%;
  min-height: 60px;
  padding: 18px 30px;
  color: #fff;
  font-size: 22px;
}

.content__box-info {
  border: 1px solid #273b71;
  position: relative;
  height: 80px;
  padding: 10px 0;
}

.content__box-info:after,
.content__box-info:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.content__box-info:before {
  background: url(../img/Vector1.svg) left no-repeat;
  left: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.content__box-info:after {
  background: url(../img/Vector2.svg) right no-repeat;
  right: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.info__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 100%;
  max-width: 440px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Ubuntu, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}

.info__content img {
  width: 100%;
  max-width: 90px;
}

.content__left,
.content__right {
  width: 100%;
}

.content__box_profile {
  padding: 30px 30px 25px 50px;
  min-height: 253px;
}

.content__box_profile.profile-r {
  padding: 25px 15px 25px 30px;
}

.info-preson {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  text-align: left;
  margin: 0 auto 25px;
}

.logo-block {
  height: 70px;
  margin: 0 40px 0 0;
}

.logo-block img {
  width: 70px;
}

.info__subtitle {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
  margin: 0 auto 25px;
  color: #fff;
}

.info__subtitle.sub-l {
  font-size: 14px;
  line-height: 16px;
}

.info__subtitle.sub-r {
  font-size: 12px;
  line-height: 14px;
  margin: 0 auto 10px;
}

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

.content__box-custom {
  min-height: 40px;
  padding: 12px 10px 12px 20px;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
}

.content__box-custom a {
  color: var(--btn-color);
}

.error__img {
  margin: 0 25px 0 0;
}

.content-table__img {
  max-height: 180px;
}

.content__box-header {
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
}

.warning__img {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translate(-50%, -50%);
}

.warning__title {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
}

.content__right {
  flex-flow: column nowrap;
  border: none;
}

.user-info-item {
  display: flex;
}

.switch {
  padding: 0 0 0 10px;
  cursor: pointer;
}

.person_field {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.55px;
}

.full-name {
  font-weight: 700;
}

.switch label input[type="checkbox"][disabled] + .lever:after,
.switch label input[type="checkbox"][disabled]:checked + .lever:after {
  background-color: #8b0000;
}

.switch input[type="checkbox"][disabled] + .lever {
  background: #959595;
}

.content__box-item {
  position: relative;
}

.content__box-item {
  cursor: not-allowed;
}

.content-table__wrap {
  padding: 0;
}

.content__box_card {
  flex-flow: column nowrap;
}

.table__column {
  text-align: center;
  border: 1px solid #11246d;
  padding: 5px;
}

.table-container {
  border-radius: 5px;
  margin: 20px 0;
  filter: blur(4px);
}

.user-info-item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 2px 0;
  font-size: 16px;
}

.user-info__title {
  color: #fff;
  font-weight: 500;
}

.user-info__descr {
  width: 60%;
}

.collapsible {
  -webkit-box-shadow: none;
  border: none;
}

.adm__collapsible {
  width: 100%;
}

.adm__collapsible .collapsible-header {
  height: 100px;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s ease;
  border-right: none;
}

.adm__collapsible .collapsible-header:hover {
  background-color: rgba(116, 116, 116, 0.1);
}

.collapsible-header {
  font-family: Ubuntu, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  border-bottom: 1px solid #070b28;
}

.collapsible-header .collapsible__icon {
  font-size: 30px;
  color: #2f4494ad;
}

.active .collapsible-header {
  border-bottom: none;
  color: #7380cd;
}

.faq__title {
  text-transform: uppercase;
  text-align: center;
}

.faq__title h2 {
  font-family: Ubuntu, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  margin: 0 auto;
  text-align: center;
}

.collapsible-header li:hover {
  background: rgba(0, 0, 0, 0.3);
}

.material-tooltip {
  text-align: center;
  width: 300px;
  background: rgba(38, 52, 105, 0.9);
}

.tooltip-content {
  font-size: 16px;
  margin: 0 auto;
}

.btn.tooltipped {
  box-shadow: none;
  padding: 0;
  color: #2b3e85;
}

.adm-policy {
  padding: 50px 0 0;
  color: #fff;
}

.adm-policy__title {
  font-size: 12px;
}

.adm-policy__descr {
  font-size: 11px;
}

.button__manual_profile {
  margin: 20px 0;
}

.manual__descr {
  text-align: center;
}

.content-left_broker {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  max-width: 400px;
  margin: 0 auto;
}

.content-left_broker .logo-block {
  padding: 20px 0;
  margin: 0;
}

.info-broker {
  display: flex;
  flex-flow: column nowrap;
}

.info-broker .left {
  margin-left: 0;
}

.dropdawn-t__flag-wrap {
  display: flex;
  align-items: center;
  height: 65px;
  padding: 0 20px;
}

.dropdown-content li > a {
  display: flex;
}

.dropdown-content {
  min-width: 130px;
}

.dropdawn__link_countries {
  padding: 0 0 0 10px;
  color: #000;
}

.modal {
  max-width: 560px;
  border-radius: 10px;
}

nav .sidenav__exit {
  position: absolute;
  top: 0;
  right: 20px;
  margin: 0;
}

.modal-content {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal-btn-warp {
  display: flex;
  justify-content: space-between;
}

.modal-btn-warp a {
  width: 50%;
}

.modal-content .button__deposit_profile {
  margin: 0 10px;
}

.dropdown-trigger.dropdawn-t__flag-wrap img {
  width: 40px;
}

.modal-img {
  width: 100%;
  max-width: 400px;
}

.modal-title {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  margin: 0 0 20px;
  text-align: center;
}

nav ul a:hover {
  background: #0e3f7d;
}

.full-name {
  display: flex;
  width: 100%;
  flex-flow: row column;
  text-align: center;
  justify-content: start;
}

.full-name__custom {
  justify-content: center;
}

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

#nav-mobile .sidenav-trigger {
  height: 100%;
  margin: 0 0;
  padding: 0 20px;
}

#nav-mobile {
  height: 100%;
}

#nav-mobile li {
  height: 100%;
}

.login-wrap {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login__container {
  max-width: 600px;
  width: 100%;
  background-color: #fff;
}

.container-preloader {
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

@media screen and (max-width: 1650px) {
  .content_deposit {
    padding: 0;
  }

  .user-info__descr {
    width: 50%;
  }

  .person_field {
    word-wrap: break-word;
    font-size: 16px;
  }

  .button__deposit_profile {
    min-width: 225px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1650px) {
  .row .col.content__left-wrap {
    width: 70%;
  }

  .button__deposit_profile {
    min-width: 200px;
  }
}

@media screen and (max-width: 1200px) {
  .full-name {
    width: inherit;
  }

  .row__profile {
    display: block;
  }

  .content__left {
    border: none;
  }

  .content__right {
    max-width: 460px;
    margin: 0 auto;
  }

  .content__left,
  .content__right {
    justify-content: center;
  }

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

  .user-info-item {
    justify-content: center;
  }

  .user-info__title {
    width: 50%;
  }

  .user-info__descr {
    width: 50%;
    text-align: right;
  }

  .warning__img {
    margin: 0 30px 0 0;
  }

  .content__left {
    flex-direction: column;
    align-items: center;
  }

  .info-preson {
    text-align: center;
    align-items: center;
  }

  .logo-block,
  .person_icon.left {
    margin: 0 15px 0 0;
  }

  .button__deposit_profile {
    margin: 0 auto;
  }

  .content__box_profile {
    padding: 20px;
  }

  .info-broker {
    align-items: center;
  }
}

@media screen and (max-width: 992px) {
  .content {
    margin: 0;
    padding: 60px 40px 40px;
  }

  .user-view img {
    width: 75px;
  }

  .sidenav__links {
    padding-top: 30px;
  }

  .sidenav__links li > a,
  .sidenav__links li > a > i.material-icons {
    line-height: 40px;
    height: 50px;
  }

  .collapsible-body span {
    font-size: 16px;
    line-height: 1.2;
  }

  .adm__collapsible .collapsible-header {
    height: 70px;
  }
}

@media screen and (max-width: 650px) {
  .modal-btn-warp {
    display: flex;
    flex-flow: column nowrap;
  }

  .modal-content .button__deposit_profile {
    margin: 10px 0;
  }

  .modal {
    top: 15% !important;
    max-height: 90% !important;
  }

  .person_field,
  .user-info-item,
  .user-info__descr {
    font-size: 16px;
  }

  .user-info__title {
    flex-grow: 1;
    flex-shrink: 1;
    width: 50%;
    word-wrap: break-word;
  }

  .collapsible-body {
    padding: 2rem 5px;
  }

  .table-container {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .button__manual_profile {
    font-size: 14px;
  }

  .content {
    margin: 0;
    padding: 40px 10px 40px;
  }

  .content__left {
    padding: 20px 0;
  }

  .info-preson {
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .full-name {
    justify-content: center;
  }

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

  .user-info-item {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
  }

  .user-info__title {
    width: 100%;
  }

  .user-info__descr {
    width: 100%;
  }

  .collapsible-header {
    font-size: 19px;
    padding: 1rem 5px;
  }

  .adm-policy {
    padding: 30px 0 0;
  }

  .table-container {
    font-size: 13px;
  }
}

.collapsible-body:hover {
  background-color: rgba(116, 116, 116, 0.1);
  cursor: pointer;
}

.collapsible-body span {
  cursor: pointer;
}

.study__block {
  padding: 10px 20px;
  position: relative;
}

.study__menu {
  max-width: calc(100% / 3 - 10px);
  width: 100%;
  border-radius: 6px 6px 0 0;
}

.study_central_block {
  width: 100%;
  max-width: calc(100% - (100% / 3) - 5px);
  padding: 0 0 0 30px;
}

.study__item {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s all ease;
  display: none;
}

.show {
  visibility: visible;
  opacity: 1;
  display: block;
}

.item {
  display: flex;
  flex-direction: column;
  width: 100%;
  cursor: pointer;
  height: auto;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 30px;
}

.item.item__active .item__video {
  visibility: visible;
  opacity: 1;
}

.item__content {
  width: 85%;
}

.item__text {
  color: #000;
  font-size: 14px;
}

.item__text:first-child {
  color: #2b3e85;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #000;
}

.play {
  background: #000;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 92px;
  right: 1px;
  top: 1px;
  transition: 0.5s all ease;
}

.play:hover {
  background: #2d2d2d;
}

.overflow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.item__video {
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s all ease;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.item__video .close-video {
  position: absolute;
  top: 20px;
  right: 20px;
  font-weight: 700;
  color: #fff;
}

.item__video video {
  width: 100%;
  max-width: 500px;
}

@media screen and (max-width: 1200px) {
  .user-info__custom {
    text-align: center;
  }

  .user-dep {
    margin: 0 0 10px;
  }

  .study__menu {
    max-width: 100%;
  }

  .study_central_block {
    max-width: 100%;
    padding: 0;
  }
}

.main {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.tg-class {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.aside {
  width: 300px;
  height: 100%;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  background: #e0e0e0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.aside.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.content-d {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.content-d.active {
  padding-left: 300px;
}

.sidenav.sidenav-fixed {
  -webkit-transform: translateX(0);
  transform: translateX(0) !important;
  overflow: hidden;
}

.sidenav .user-view {
  padding: 0;
  margin: 0;
}

.sidenav__links {
  padding: 0;
}

.sidenav__exit {
  height: 60px;
  background: #252f5a;
  margin: 0;
  padding: 0 22px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.sidenav__exit .menu-img {
  transform: rotate(180deg);
  cursor: pointer;
  width: 100%;
  max-width: 16px;
}

.user__data {
  display: flex;
  padding: 22px 22px 40px;
  background: #1e2853;
}

.user__data img {
  max-width: 68px;
  margin: 0 15px 0 0;
}

.user__data-r {
  width: 100%;
}

.user__data-link {
  color: #f8324a;
  line-height: 54px;
}

.sidenav .user-view .name {
  margin: 0;
}

.full-name__custom {
  justify-content: flex-start;
}

.sidenav .user-view .email,
.sidenav .user-view .name {
  text-align: left;
  line-height: 28px;
}

.sidenav .user-view .email {
  padding-bottom: 0;
}

.sidenav__links li > a {
  background: #252f5a;
  border-bottom: 1px solid #1e2853;
  font-family: Ubuntu, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  transition: all 0.3s linear;
}

.sidenav__links li > a:hover {
  background: #1e2853;
}

.sidenav_custom {
  background: #252f5a;
}

.exit {
  position: absolute;
  top: 10px;
  right: 15px;
  margin: 0;
  color: #fff;
  cursor: pointer;
}

nav .brand-logo.left {
  left: 0 !important;
}

.custom-icon {
  margin: 0 25px 0 0;
  width: 20px;
}

.mob-icon {
  display: none;
}

.sidenav__links li > a {
  display: flex;
  align-items: center;
}

.modal {
  background-image: radial-gradient(
    circle,
    #fdfdfd,
    #f8f8f8,
    #f3f3f3,
    #efefef,
    #eaeaea,
    #eaeaea,
    #eaeaea,
    #eaeaea,
    #efefef,
    #f3f3f3,
    #f8f8f8,
    #fdfdfd
  );
  max-width: 700px;
}

.modal-title {
  font-size: 20px;
}

.modal .modal-content p {
  color: #fff;
  text-align: center;
  margin: 20px 0;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

.modal-img {
  max-width: 300px;
  margin: 10px 0;
}

.button__next {
  background: #dc7e01;
}

.button__next:hover {
  background-color: #f7a529;
}

.button__invest {
  text-transform: uppercase;
}

.button__invest:hover {
  background: #3eb95f;
}

.adm__collapsible .collapsible-header {
  background-color: inherit;
  font-weight: 500;
}

.collapsible-header:last-child {
  border-bottom: none;
}

.collapsible-body {
  padding: 20px 15px;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  color: #fff;
  border-bottom: 1px solid #070b28;
}

.content-table__wrap {
  margin: 15px 0 !important;
}

.content-table__blur {
  filter: blur(5px);
}

.iframe {
  position: relative;
  top: -90px;
}

.iframe-trade {
  position: relative;
  top: -70px;
}

@media screen and (min-width: 481px) {
  .iframe {
    top: -120px;
  }

  .iframe-trade {
    top: -90px;
  }
}

@media screen and (min-width: 993px) {
  .iframe {
    top: -60px;
  }

  .iframe-trade {
    top: -30px;
  }
}

@media screen and (min-width: 1902px) {
  .iframe {
    top: -60px;
  }

  .iframe-trade {
    top: -40px;
  }
}

.content-table__img {
  width: 100%;
}

.user-info__custom {
  text-align: center;
}

.user-dep {
  width: inherit;
  margin: 0 0 10px;
}

.switch label .lever:after {
  background: #8b0000;
}

.switch label input[type="checkbox"]:checked + .lever:after {
  background: green;
}

.switch label input[type="checkbox"]:checked + .lever {
  background: rgba(0, 0, 0, 0.38);
}

@media screen and (max-width: 1101px) {
  .content-d.active {
    padding-left: 0;
  }

  .navigation-header {
    position: fixed;
  }

  .nav-wrapper {
    position: inherit;
  }

  .content {
    padding: 60px;
  }

  .trade__content {
    padding: 60px;
  }
}

@media screen and (max-width: 992px) {
  .content-d.active {
    padding-left: 0;
  }

  .content__box-item {
    margin: 0 auto;
  }

  .content__box-item_count {
    margin: 0 auto 40px;
  }
}

@media screen and (max-width: 930px) {
  .content__left,
  .content__right {
    max-width: 450px;
    margin: 0 auto;
  }

  .content__box_profile.profile-r {
    padding: 20px;
  }

  .profile-l {
    margin: 0 auto 40px;
  }

  .content {
    padding: 60px;
  }
}

.auto__trade-info {
  max-width: 540px;
  font-size: 18px;
  text-align: center;
}

@media screen and (max-width: 732px) {
  .row .col.sd12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .content__box-info:before {
    background: url(../img/Vector1m.svg) left no-repeat;
  }

  .content__box-info:after {
    background: url(../img/Vector2m.svg) right no-repeat;
  }

  .auto__trade-info {
    max-width: 450px;
    font-size: 16px;
  }
}

.sidenav {
  width: 100%;
}

@media screen and (max-width: 600px) {
  .info__content {
    max-width: 300px;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
  }

  .info__content img {
    max-width: 70px;
  }

  .content-d {
    flex-direction: column;
  }

  .navigation-header {
    width: 100%;
    height: 60px;
    z-index: 999;
  }

  .content {
    padding: 40px;
  }
}

@media screen and (max-width: 500px) {
  .right-box {
    display: none;
  }

  nav .brand-logo {
    padding: 10px 15px !important;
  }
}

@media screen and (max-width: 480px) {
  .aside {
    width: 100%;
  }

  .content {
    padding: 20px;
  }

  .content__box_profile {
    padding: 10px 20px;
  }

  .user-info-item {
    font-size: 14px;
  }

  .user-info__title {
    display: flex;
    align-items: center;
  }

  .user-info__descr {
    text-align: end;
  }

  .mob-icon {
    display: block;
  }

  .custom-icon {
    margin: 0 10px 0 0;
  }

  .collapsible-body {
    padding: 20px 5px;
  }

  .modal .modal-content {
    padding: 20px;
  }

  .modal-title {
    margin: 0 0 20px;
  }

  .modal .modal-content p {
    margin: 10px 0 20px;
  }

  .user-info__custom {
    text-align: center;
    display: block;
  }

  .user-dep {
    margin: 0 0 10px;
  }
}

.col .row {
  margin-left: 0;
  margin-right: 0;
}

.content__info .lamp {
  width: 100%;
  max-width: 30px;
  margin: 0 30px 0 0;
}

.trade__box {
  min-height: 250px;
  flex-direction: column;
  justify-content: space-around;
  padding: 20px 30px;
}

.auto-trade {
  line-height: 55px;
  color: #fff;
  font-size: 16px;
  animation: ease trade 2s infinite;
}

@keyframes trade {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.trade__box-counter {
  font-family: Ubuntu, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 48px;
  color: #fff;
  display: flex;
}

.trade__img {
  width: 100%;
}

.trades__box {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.open__trades {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-radius: 5px;
  min-height: 40px;
  padding: 10px 25px;
  color: #fff;
  font-size: 18px;
  margin: 0 auto 20px;
  background: #252f5a;
  font-weight: 700;
}

.open__trades p {
  margin: 0;
  font-family: Ubuntu, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
}

.open__trades input[type="checkbox"] {
  position: static;
  opacity: 1;
  pointer-events: visible;
}

.history__result,
.trade__result {
  flex-direction: column;
  min-height: 140px;
  max-height: 200px;
  overflow: auto;
  width: 100%;
  padding: 5px 15px 15px;
}

.history__row,
.trade__row {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 7px;
  margin: 0 auto 5px;
}

.history__row:after,
.trade__row:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  background: #070b28;
  border-radius: 10px;
}

.history__result .section-item,
.trade__result .section-item {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}

.trades__content {
  padding: 0;
  display: flex;
  flex-direction: column;
}

.sections {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px;
  justify-content: space-between;
  border-radius: 5px 5px 0 0;
  background: #32395e;
  backdrop-filter: blur(30px);
}

.content__box.trades__content {
  border-radius: 5px;
}

.section-item {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #93a6bb;
}

.section-item img {
  margin: 0 5px 0 0;
}

.history__result::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 1px;
  background-color: #f5f5f5;
}

.history__result::-webkit-scrollbar {
  width: 0;
  height: 0;
  background-color: #f5f5f5;
}

.history__result::-webkit-scrollbar-thumb {
  border-radius: 1px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

.hidden {
  display: none;
}

.tumbler {
  border-radius: 50px;
  height: 24px;
  background: #9e9e9e;
}

label input[type="checkbox"] {
  outline: 0;
  -webkit-appearance: none;
  appearance: none;
  height: 24px;
  width: 56px;
  border-radius: 32px;
  border: 2px solid #e5e5e5;
  transition: all 0.4s ease;
}

label input[type="checkbox"]::before {
  cursor: pointer;
  content: "";
  width: 28px;
  height: 20px;
  background: #fff;
  display: block;
  border-radius: 100px;
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
}

label input[type="checkbox"]:active {
  box-shadow: 0 0 0 13px rgba(0, 0, 0, 0.1) inset;
  transition: box-shadow 0.2s ease-out, border-color 0.2s ease-out 20ms;
}

label input[type="checkbox"]:active::before {
  width: 38px;
}

label input[type="checkbox"]:checked {
  box-shadow: inset 0 0 0 15px rgba(0, 0, 0, 0.1);
  background: #3663fd;
  border-color: #3663fd;
}

label input[type="checkbox"]:checked::before {
  transform: translateX(24px);
}

label input[type="checkbox"]:checked:active::before {
  width: 38px;
  transform: translateX(16px);
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}

.info {
  z-index: 999;
  position: relative;
}

.next__btn {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 999;
  transform: translateX(-50%);
  border: 2px solid #dc143c;
  padding: 10px 30px;
  border-radius: 30px;
  background: #dc143c;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.next__btn:focus {
  outline: 0;
  background: #dc143c;
}

.info__text {
  padding: 15px;
  margin: 30px 10px;
  text-align: center;
  background: #252f5a;
  border: 1px solid #5564c9;
  box-sizing: border-box;
  border-radius: 10px;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  color: #fff;
}

.info__arrow {
  transform: rotateZ(276deg) rotateX(-180deg) translateY(-50%);
  width: 100%;
  max-width: 60px;
  position: absolute;
  top: 100px;
  left: 110px;
  display: none;
}

.glow {
  animation: glow 2s both;
}

@keyframes glow {
  from {
    box-shadow: 0 0 10px 3px rgba(0, 250, 250, 0);
  }

  to {
    box-shadow: 0 0 10px 3px #00fafa;
  }
}

.btn__box {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-acc {
  border-radius: 40px;
  margin: 0 auto 20px;
  text-align: center;
  line-height: 60px;
  width: 100%;
  max-width: 400px;
  height: 60px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 18px;
  background: linear-gradient(
    to bottom,
    #15e11e,
    #21c215,
    #24a40d,
    #238707,
    #1f6b04
  );
  cursor: pointer;
  transition: background 0.5s ease-in-out;
}

.modal {
  background: #1c244b;
  border: 1px solid #5564c9;
  border-radius: 10px;
}

.modal .modal-content {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-align: center;
}

.modal-content a {
  color: #fff;
}

.modal-btn-warp {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
}

.modal-btn-warp .exit {
  position: static;
  margin: auto;
}

.modal3 {
  justify-content: space-around;
}

.modal-btn-warp .btn-modal {
  text-align: center;
  line-height: 30px;
  height: 50px;
  width: 100%;
  max-width: 190px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  font-size: 16px;
  background: #3663fe;
  border-radius: 24px;
  cursor: pointer;
  transition: background 0.5s ease-in-out;
  margin: 0 auto;
}

.modal-btn-warp .btn-modal3 {
  max-width: 220px;
}

.btn-modal3.exit {
  position: relative;
  top: 0;
  right: 0;
  background: linear-gradient(
    to bottom,
    #a4a4a4,
    #8f8f8f,
    #797a7a,
    #656566,
    #515253
  );
}

.btn-modal3.exit:hover {
  background: linear-gradient(
    to bottom,
    #898989,
    #7b7b7b,
    #6d6d6d,
    #5f5f60,
    #515253
  );
}

.btn-acc:hover,
.btn-modal:hover {
  background: #1441db;
}

@media screen and (max-width: 1210px) {
  .section-item {
    font-size: 14px !important;
    margin: 0 5px;
  }
}

@media screen and (max-width: 1092px) {
  .trade__box-body {
    font-size: 20px;
  }
}

@media screen and (max-width: 992px) {
  .trade__box {
    margin: 0 auto 40px;
  }

  .trade-b {
    margin: 0 auto;
  }

  .sections .section-item {
    min-height: 40px;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media screen and (max-width: 882px) {
  .section-item {
    font-size: 13px !important;
  }
}

@media screen and (max-width: 768px) {
  .sections .section-item {
    min-height: inherit;
    flex-direction: row;
    justify-content: flex-start;
  }

  .trades__content {
    flex-direction: row;
  }

  .sections {
    flex-direction: column;
    width: 100%;
    max-width: 150px;
    justify-content: space-between;
  }

  .section-item {
    padding: 5px 0;
    flex-direction: row;
    margin: 0;
    justify-content: flex-start;
    width: 100%;
  }

  .history__result,
  .trade__result {
    flex-direction: row;
    display: flex;
    height: 100%;
    max-height: 100%;
    padding: 0;
  }

  .history__row,
  .trade__row {
    flex-direction: column;
    height: 100%;
    max-width: 100px;
    min-width: 100px;
    margin: 0;
    padding: 0 10px 0;
  }

  .history__row:after,
  .trade__row:after {
    display: none;
  }
}

@media screen and (max-width: 650px) {
  .modal-btn-warp .btn-modal3 {
    max-width: 300px;
    margin: 0 auto 15px;
  }
}

@media screen and (max-width: 600px) {
  .trade__box-body {
    margin: 0 auto 40px;
  }
}

.sidenav li > a > i.material-icons {
  margin: 0 20px 0 0;
}

@media screen and (max-width: 480px) {
  .sidenav__links li > a > i.material-icons {
    margin: 0 10px 0 0;
  }
}

.statistic {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 64px;
}

.trade__box-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #1c2340;
  border-radius: 5px;
  padding: 0 10px;
  min-height: 140px;
}

.trade__box-body .trade__box-title {
  font-family: Ubuntu, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #a0b4ca;
}

.d-none {
  display: none;
}

#modal3.modal .modal-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  text-align: center;
}

#modal3.modal .modal-content .change__title {
  font-size: 18px;
  font-weight: 700;
}

#modal3.modal .modal-content .change__text {
  font-style: italic;
  letter-spacing: 1.5px;
}

.change {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.change__balance {
  position: relative;
  padding: 20px 10px;
  background: #2c3871;
  border: 1px solid #5564c9;
  border-radius: 10px;
  font-family: Ubuntu, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  line-height: 40px;
  color: #fff;
  width: 100%;
  max-width: 32.33%;
  display: flex;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s linear;
}

.change__balance:hover {
  background: #3b4a90;
}

.change__balance-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.change__balance-bg.active {
  background: initial;
  border: 1px solid #04aa10;
  border-radius: 10px;
}

#modal2 .title {
  font-size: 28px;
  font-weight: 700;
}

#modal2 .title #sum {
  color: #04aa10;
}

#modal2 .deposit__sum {
  line-height: 2;
}

#modal2 .deposit__active {
  font-size: 18px;
  font-style: italic;
  margin: 20px auto 30px;
}

@media (max-width: 700px) {
  .trade__box-counter {
    font-size: 30px;
  }

  #modal2 .title {
    font-size: 24px;
  }

  #modal2 .deposit__active {
    font-size: 16px;
  }

  .change {
    flex-direction: column;
  }

  .change__balance {
    max-width: 50%;
    margin: 0 auto 20px;
  }
}

@media (max-width: 480px) {
  .trade__box-counter {
    font-size: 36px;
  }

  #modal2 .deposit__sum {
    text-align: justify;
  }

  .change__balance {
    max-width: 100%;
  }
}

.reg-modal .modal-btn-warp {
  display: flex;
  flex-direction: column;
  padding: 0 100px;
}

.reg-modal input[type="password"] {
  color: #fff;
  font-size: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.reg-modal .btn {
  text-decoration: none;
  color: #fff;
  background-color: #26a69a;
  text-align: center;
  letter-spacing: 0.5px;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  cursor: pointer;
}

.input-field .helper-text {
  color: #9e9e9e;
}

.dropdown-content li > a,
.dropdown-content li > span {
  padding: 14px 35px;
}

a.dropdown-trigger {
  border: 1px solid var(--content-border-color);
  border-radius: 5px;
  position: absolute;
  top: 20px;
  right: 5%;
  color: #93a6bb;
}

.dropdown-trigger::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.flag-bg {
  margin-right: 5px;
}

.flag-bg.ru {
  width: 28px;
  height: 20px;
  background-image: url("../img/ru.svg");
}

.flag-bg.en {
  width: 28px;
  height: 20px;
  background-image: url("../img/gb.svg");
}

@media (max-width: 576px) {
  a.dropdown-trigger {
    top: 3px;
    right: 8%;
  }

  .reg-modal .modal-btn-warp {
    padding: 0;
  }

  .trade__box-body {
    min-height: 80px;
    margin: 0 auto 20px;
  }

  .trade__box-counter {
    font-size: 25px;
  }

  .trade__box-body .trade__box-title {
    font-size: 18px;
  }

  .info__text {
    margin: 10px;
    padding: 8px;
    font-size: 14px;
  }

  .next__btn {
    font-size: 18px;
    padding: 6px 50px;
    bottom: 10px;
  }

  .modal-btn-warp .btn-modal {
    font-size: 12px;
  }

  #modal2 .title {
    font-size: 18px;
  }

  .modal .modal-content p {
    font-size: 14px;
  }
}

.profit-percentage {
  margin-left: 10px;
  display: inline-block;
  color: #04aa10;
}
