* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
}
a,
button:active,
button:focus,
input:active,
input:focus {
  outline: 0 !important;
}
a:hover {
  text-decoration: none;
}
body {
  background: #f4f4f4;
}

/* container */
.container {
  max-width: 1170px;
  margin: 0 auto;
}

/* header */
.header {
  border-top: 1px solid #a0a0a0;
  background: #f3decb;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  padding-top: 16px;
  padding-bottom: 13px;
}
.redDivider {
  background: #990f3d;
  width: 60px;
  height: 4px;
}
.headerTitle {
  color: #33302e;
  font-family: Nunito;
  font-size: 25.6px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 7px;
}
.headerImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 11px;
  margin-top: 5px;
}
.headerImg img {
  display: block;
}
.headerImgSub {
  color: #33302e;
  font-family: Nunito;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.headerSub {
  color: #33302e;
  font-family: Nunito;
  font-size: 12.8px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 7px;
}

/* content */
.content {
  margin-top: 28px;
}
.contentInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.contentLeft {
  width: 74%;
}
.intro {
  background: #fff;
  -webkit-box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 15px;
}
.introTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.introTopLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.procent {
  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;
  width: 150px;
  height: 150px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  background: #eee;
  border-radius: 50%;
  margin: 10px 25px;
}
.procentCircle {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.procentValue {
  color: #666;
  text-align: center;
  font-family: Inter;
  font-size: 33.333px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
}
.deposits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  padding: 10px 20px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.depositBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
}
.depositBlockSub {
  color: #33302e;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.withdrawals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px;
}
.withdrawalBlock {
  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;
  padding: 6px 10px;
  border-top: 1px solid #990f3d;
}
.withdrawalBlock:last-child {
  border-bottom: 1px solid #990f3d;
}
.withdrawalBlockSub {
  color: #33302e;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.withdrawalBlockRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.withdrawalBlockSub1 {
  color: #33302e;
  font-family: Nunito;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.introBottom {
  padding: 10px;
  border-top: 1px solid #a0a0a0;
  margin-top: 20px;
}
.introBottomTitle {
  color: #33302e;
  font-family: Nunito;
  font-size: 16.8px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.introBottomSub {
  color: #33302e;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.bitsoft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #f5f5f5;
  background: #fff;
  -webkit-box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 16px;
  margin-top: 16px;
}
.bitsoftImg img {
  display: block;
  max-width: 100%;
}
.bitsoftText {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.bitsoftSub {
  color: #2e364e;
  text-align: center;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.bitsoftTitle {
  color: #2e364e;
  text-align: center;
  font-family: Nunito;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
}
.bitsoftProcent img {
  display: block;
  width: 40px;
  height: 23.89px;
  max-width: 40px;
  max-height: 55px;
  margin: 0 auto;
}
.bitsoftProcentSub {
  color: #3182ce;
  text-align: center;
  font-family: Nunito;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  margin-top: 10px;
}
.bitsoftBtn {
  display: inline-block;
  color: #33302e;
  text-align: center;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 5px;
  background: #fed831;
  padding: 10px 39.5px;
}
.contentLeftBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  margin-top: 32px;
}
.contentLeftBlockTitle {
  color: #33302e;
  font-family: Nunito;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-top: 7px;
}
.contentLeftBlockSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin-top: 15.5px;
}
.contentLeftBlockSub {
  color: #33302e;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.8px;
}
.contentLeftBlockSub a {
  color: #33302e;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20.8px;
  text-decoration: underline;
}
.types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 16px;
  -webkit-box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
}
.typesRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 25px;
  border-bottom: 1px solid #a0a0a0;
}
.typesRowSub {
  width: 50%;
  color: #33302e;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.typesRowSub1 {
  width: 50%;
  color: #33302e;
  text-align: center;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contentLeftBlockTextBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}
.contentLeftBlockTextBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
.contentLeftBlockTextBlockTitle {
  color: #33302e;
  font-family: Nunito;
  font-size: 18.72px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.contentLeftBlockTextBlockSub {
  color: #33302e;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.8px;
}
.prosConsTable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 16px;
}
.pros {
  width: 50%;
}
.prosTitle {
  color: #fff;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: 1px solid #a0a0a0;
  background: #008000;
  padding: 13px 26px;
}
.prosBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.prosBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #a0a0a0;
  padding: 16px 26px;
  background: #fff;
  min-height: 56px;
  max-height: 56px;
}
.prosBlockSub {
  color: #33302e;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cons {
  width: 50%;
}
.consTitle {
  color: #fff;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: 1px solid #a0a0a0;
  background: #f00;
  padding: 13px 26px;
}
.consBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.consBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #a0a0a0;
  padding: 16px 26px;
  background: #fff;
  min-height: 56px;
  max-height: 56px;
}
.consBlockSub {
  color: #33302e;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}
.featureBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
.featureBlockTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
}
.featureBlockTop img {
  display: block;
}
.featureBlockTitle {
  color: #33302e;
  font-family: Nunito;
  font-size: 18.72px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.featureBlockSub {
  color: #33302e;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.8px;
}
.contentLeftBlockTextBlock .bitsoft {
  margin: 0;
}
.versions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}
.version {
  width: 15%;
}
.versionTitle {
  color: #fff;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 15px 0px 0px 0px;
  background: #6b0d2d;
  padding: 12px 25px;
}
.versionBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.versionBlockSub {
  color: #33302e;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 12px 25px;
  border-bottom: 1px solid #a0a0a0;
  background: #fff;
}
.versionBlockSub:last-child {
  border: 0;
}
.releaseDate {
  width: 21%;
}
.releaseDateTitle {
  color: #fff;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  background: #6b0d2d;
  padding: 12px 0;
}
.releaseDateBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.releaseDateBlockSub {
  color: #33302e;
  text-align: center;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 12px 0;
  border-bottom: 1px solid #a0a0a0;
  background: #fff;
}
.releaseDateBlockSub:last-child {
  border: 0;
}
.notes {
  width: 64%;
}
.notesTitle {
  color: #fff;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  border-radius: 0px 15px 0px 0px;
  background: #6b0d2d;
  padding: 12px 0;
}
.notesBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.notesBlockSub {
  color: #33302e;
  text-align: center;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 12px 0;
  border-bottom: 1px solid #a0a0a0;
  background: #fff;
}
.notesBlockSub:last-child {
  border: 0;
}
.contentRight {
  position: absolute;
  top: 0;
  right: 0;
  width: 23%;
  height: 100%;
}
.contentRightInner {
  position: sticky;
  top: 30px;
  width: 100%;
  padding: 17px 35px 27px 35px;
  border-radius: 6px;
  border: 1px solid #f5f5f5;
  background: #fff;
  -webkit-box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.2);
}
.contentRightLogo img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.contentRightSub {
  color: #33302e;
  text-align: center;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 8px;
}
.contentRightImg {
  display: block;
  margin: 18px auto;
}
.contentRightSub1 {
  color: #3182ce;
  text-align: center;
  font-family: Nunito;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.contentRightSub2 {
  color: #33302e;
  text-align: center;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.contentRightSub3 {
  color: #000;
  text-align: center;
  font-family: Nunito;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.contentRightSub4 {
  color: #33302e;
  text-align: center;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 16px;
}
.contentRightBtn {
  display: block;
  color: #33302e;
  text-align: center;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 5px;
  background: #fed831;
  padding: 10px 0;
  margin-top: 4px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contentRightBtn:hover {
  background: #fbcd01;
}

/* footer */
.footer {
  padding-top: 25px;
  padding-bottom: 5px;
  background: #2f333e;
  margin-top: 37px;
}
.footerTopLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footerTopLinkBox {
  width: 25%;
}
.footerTopLinkBoxTitle {
  color: #fff;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.footerTopLinkBoxLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6.4px;
  margin-top: 10px;
}
.footerTopLink {
  color: #fff;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footerLink {
  display: block;
  color: #fff;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 6px 0;
  border-top: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
  margin-top: 26px;
}
.footerSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
  margin-top: 34px;
}
.footerSub {
  color: #fff;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footerBottomLinks {
  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;
  gap: 14px;
  margin-top: 14px;
}
.footerBottomLink {
  color: #fff;
  text-align: center;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.copyright {
  color: #fff;
  text-align: center;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
}
