@import "../fonts/glcg/stylesheet.css";
@import "../fonts/feather/stylesheet.css";

* {
  padding: 0;
  margin: 0;
  --text-main: #f1f1f1;
  --text-regular: #eacdcd;
  --text-placeholder: #75717b;
  --danger: #DC7474;
  --brand: #DC7474;
  --brand-a: #DC747433;
  --brand-ah: #DC747449;
  --success: #3cc199;
  --bg-color-a: #11111100;
  --bg-color: #111111bb;
  --bg-second: #171717bb;
  --bg-trade: #222222bb;
  --bg-body: #111111;
  --brand-border: #444444;
  font-family: "Graphik LCG";
}

@keyframes ani1 {
  0% {transform: translateX(3%);}
  25% {transform: translateX(-3%);}
  50% {transform: translateX(1%);}
  75% {transform: translateX(-1%);}
  100% {transform: translateX(0);}
}

.version-content.active {
  animation: ani1 0.5s forwards;
}

.shop p.subtext:nth-child(1) { animation-delay: 0.1s; }
.shop p.subtext:nth-child(2) { animation-delay: 0.2s; }
.shop p.subtext:nth-child(3) { animation-delay: 0.3s; }
.shop p.subtext:nth-child(4) { animation-delay: 0.4s; }
.version-content.active { animation-delay: 0.5s; }

.version-content {
  display: none;
  transition: opacity 0.3s ease;
}

.version-content.active {
  display: block;
  opacity: 1;
}

.server-tabs {
  display: flex;
  margin: 15px 0;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 5px;
}

.server-tab {
  flex: 1;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.3s ease;
  font-weight: 500;
}

.server-tab.active {
  background: rgba(255, 77, 77, 0.2);
  color: #ff4d4d;
  box-shadow: 0 2px 8px rgba(255, 77, 77, 0.2);
}

.video-container {
  position: relative;
  width: 100%;
  height: 480px;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 20px;
}

@media (max-width: 768px) {
  .video-container {
    height: 480px;
  }
}

@media (max-width: 480px) {
  .video-container {
      height: 250px;
  }
}

*:focus {
  outline: none;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--bg-body);
  font-family: "Graphik LCG";
  color: var(--text-regular);
  font-size: 16px;
}

a,
a:visited {
  color: var(--brand);
  text-decoration: none;
}

.bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  z-index: -1;
  background-position: top;
  opacity: 0;
  animation: anibg 1s forwards;
}
.bg-gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  background: transparent;
  background: linear-gradient(var(--bg-color-a), var(--bg-body));
}
.container {
  max-width: 1200px !important;
  padding: 0 !important;
}

header {
  display: flex;
  top: 30px;
  position: relative;
}

.btn {
  padding: 18px 30px;
  border-radius: 15px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.btn-brand {
  background: var(--brand-a);
  color: var(--brand);
}

.btn-brand span {
  font-size: 24px;
}

.btn-brand:hover {
  background: var(--brand-ah);
}

.links {
  display: flex;
  list-style-type: none;
  justify-content: center;
}

.link a {
  color: var(--text-regular);
  text-decoration: none;
  margin-right: 30px;
}

.link:hover a {
  color: var(--text-main);
}

.link.active a {
  color: var(--text-main);
  font-weight: 500;
}

.logo {
  display: flex;
  align-items: center;
}
.logo img {
  max-width: 100%;
  height: auto;
  display: block;
}

.content {
  margin-top: 60px;
}

.content-news {
  margin-top: 90px;
}

.title {
  font-weight: bold;
  font-size: 36px;
  color: var(--text-main);
}

.subtitle {
  font-weight: 500;
  font-size: 18px;
  margin-top: 25px;
}

.tabs {
  margin-top: 37px;
  display: flex;
  height: 38px;
  border-bottom: 2px solid var(--brand-border);
  width: fit-content;
  width: 100%;
}

.tab {
  font-weight: 500;
  font-size: 18px;
  color: var(--text-placeholder);
  width: 100%;
  height: 38px;
  margin-right: 35px;
  cursor: pointer;
  text-align: center;
}

.tab:hover {
  color: var(--text-main);
}

.tab.active {
  color: var(--text-main);
  border-bottom: 2px solid var(--brand);
}

.tab:nth-last-child(1) {
  margin-right: 0;
}

.card {
  background: var(--bg-second);
  border-radius: 15px;
  transform: translateX(-150%);
  animation: ani 1s forwards;
}

.sell {
  padding: 10px 10px;
  align-items: center;
  margin-bottom: 25px;
}

  .sell .mainpromo {
    color: var(--brand);
    font-size: 18px;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 10px;
  }

.sell-title {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-main);
}

.sell-subtitle {
  font-size: 16px;
  line-height: 27px;
  color: var(--text-regular);
  margin-top: 8px;
}

.sale {
  background: var(--brand-a);
  color: var(--brand);
  font-weight: 500;
  font-size: 18px;
  border-radius: 10px;
  padding: 10px 10px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-bottom: 7px;
  justify-content: space-around;
}

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

.timer {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.timer b {
  font-size: 16px;
  color: var(--brand);
  position: relative;
  margin: 0px 3px;
  top: -12px;
}

.number {
  background: rgba(255, 190, 134, 0.2);
  border-radius: 7px;
  height: 46px;
  width: 65px;
  color: var(--brand);
  text-shadow: 0px 0px 10px #ffbe86;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.time p {
  color: #75717b;
  font-size: 14px;
  margin-top: 5px;
}

.good-card {
  background: var(--bg-second);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 20px 20px 20px;
  margin-bottom: 20px;
  height: 170px;
  justify-content: flex-end;
  transition: 0.3s;
  transform: translateX(-150%);
  animation: ani 1s forwards;
}

.good-card:hover {
  transform: scale(1.1);
  box-shadow: 0px 0px 8px 0px var(--brand-ah);
}

.good-name {
  font-size: 14px;
  margin-top: 10px;
}

.good-image {
  width: 50px;
  object-fit: cover;
  margin-bottom: 10px;
}

.good-price {
  color: var(--brand);
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  margin-top: 3px;
}
.monitoring {
  padding: 40px 30px;
}

.buyers {
  padding: 40px 30px 10px 30px;
  position: relative;
}

.monitoring h2 {
  font-weight: bold;
  font-size: 22px;
  line-height: 35px;
  color: var(--text-main);
}

.monitoring h3 {
  font-weight: bold;
  font-size: 22px;
  line-height: 35px;
  color: var(--brand);
  display: inline;
}

.monitoring h4 {
  font-weight: bold;
  font-size: 22px;
  line-height: 35px;
  color: var(--text-main);
  display: inline;
}

.card-title {
  font-weight: 500;
  font-size: 18px;
  color: var(--text-main);
}

.card-title span {
  color: var(--brand);
  font-size: 18px;
  margin-right: 15px;
  position: relative;
  top: 1px;
}

.image {
  width: 50px;
  margin-right: 25px;
}

.online {
  background: var(--brand-a);
  box-shadow: 0px 0px 10px var(--brand-ah);
  border-radius: 50px;
  height: 20px;
  width: 100%;
  animation: sha 0.6s infinite linear;
}

@keyframes sha{
    0%{
        box-shadow: 0px 0px 10px var(--brand-ah);
    }
    70%{
        box-shadow: 0px 0px 10px var(--brand);
    }
    100%{
        box-shadow: 0px 0px 10px var(--brand-ah);
    }
}

.online-path {
  background: var(--brand);
  border-radius: 50px;
  height: 20px;
  animation: progres 4s infinite linear;
}

.shop {
  padding-right: 60px !important;
}

.add-server {
  padding-top: 20px;
}

.add-server .placeholder {
  font-weight: 500;
  font-size: 14px;
  color: var(--text-placeholder);
}

.sell .placeholder {
  font-weight: 500;
  font-size: 14px;
  color: var(--text-placeholder);
}

.sell p {
  font-size: 14px;
  line-height: 25px;
  color: var(--text-regular);
}

.sell .titles {
  font-size: 24px;
  color: var(--text-main);
  padding-bottom: 20px;
  border-bottom: 2px solid var(--brand-border);
}

#vote {
  position: relative;
  overflow: hidden;
  text-shadow: 0px 0px 12px var(--bg-body);
}

#vote::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, var(--brand-ah), transparent);
  animation: auto-shine 3s ease-in-out infinite;
}

@keyframes auto-shine {
  0%, 100% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
}

#vote:hover {
  transform: translateY(-2px);
}

#vote:hover::after {
  animation: none;
}

#vote:hover::after {
  left: -100%;
  transition: left 0.5s ease;
}

#vote:hover::after {
  left: 100%;
}

#votes.highlight-animation {
  animation: brand-highlight 2s ease-in-out;
  position: relative;
}

@keyframes brand-highlight {
  0% {
      box-shadow: 0 0 0 0 var(--brand-a);
      border-color: transparent;
      transform: scale(1);
  }
  15% {
      box-shadow: 0 0 0 8px var(--brand-a), 
                 0 0 0 16px var(--brand-ah);
      border-color: var(--brand);
      transform: scale(1.01);
  }
  30% {
      box-shadow: 0 0 0 12px var(--brand-a), 
                 0 0 0 24px var(--brand-ah);
      border-color: var(--brand);
      transform: scale(1.02);
  }
  50% {
      box-shadow: 0 0 0 8px var(--brand-a), 
                 0 0 0 16px var(--brand-ah);
      border-color: var(--brand);
      transform: scale(1.01);
  }
  80% {
      box-shadow: 0 0 0 4px var(--brand-a);
      border-color: rgba(220, 116, 116, 0.5);
      transform: scale(1);
  }
  100% {
      box-shadow: 0 0 0 0 var(--brand-a);
      border-color: transparent;
      transform: scale(1);
  }
}

#votes {
  border: 1px solid transparent;
  transition: all 0.3s ease;
  position: relative;
}

#votes.highlight-animation .text-brand {
  animation: text-pulse 2s ease-in-out;
}

@keyframes text-pulse {
  0%, 100% {
      color: var(--brand);
  }
  50% {
      color: #ff8a8a;
      text-shadow: 0 0 10px var(--brand-a);
  }
}

.sell img {
  font-size: 24px;
  scale: 0.9;
  color: var(--text-main);
  margin-top: 8px;
  margin-bottom: 8px;
  width: 80%;
}

.marg{
  height: 25px;
  width: 100%;
}

.btn-copy {
  background: var(--bg-trade);
  border-radius: 15px;
  width: 61px;
  height: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  flex: none;
}

.buyer {
  padding-bottom: 25px;
  border-bottom: 2px solid var(--brand-border);
  margin-bottom: 25px;
  box-shadow: 0px 0px 10px var(--bg-body);
}

.buyer img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  border-radius: 7px;
}

.buyer h4 {
  font-weight: 600;
  font-size: 16px;
  color: var(--text-main);
  margin-bottom: 10px;
}

.badge-success {
  background: rgba(60, 193, 153, 0.2);
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  color: var(--success);
  padding: 7px 10px;
}

.scroll-mask {
  border-radius: 0px 0px 15px 15px;
  width: 100%;
  height: 135px;
  position: absolute;
  top: -1px;
  left: 0px;
  bottom: 0;
  z-index: 100;
}

.review {
  padding: 40px 25px 50px 25px;
}

.review img {
  filter: drop-shadow(0px 0px 20px rgba(255, 190, 134, 0.15));
  border-radius: 50%;
  width: 40px;
  margin-right: 20px;
}

.review h4 {
  font-size: 16px;
  color: var(--text-main);
  line-height: 27px;
  margin-bottom: 0px;
  font-weight: 500;
}

.review span {
  font-size: 14px;
}

.review p {
  font-size: 16px;
  line-height: 27px;
}

footer {
  background: var(--bg-second);
  margin-top: 10px;
  padding: 46px 0;
  line-height: 25px;
}

::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  background: #272838, 0%;
}

::-webkit-scrollbar-thumb {
  background: #35374a, 0%;
  border-radius: 7px;
}

.modal-backdrop {
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.modal-container {
  min-width: 1000px;
  padding: 30px 25px;
  transform: translateX(-150%);
  animation: ani 1s forwards;
}

.modal {
  width: 100%;
  z-index: 11000;
  max-width: 1000px;
  background: var(--bg-second);
  border-radius: 15px;
  padding: 50px 25px 20px 25px;
  box-shadow: 0px 0px 8px 0px var(--brand-ah);
  transform: translateX(-150%);
  animation: ani 1s forwards;
}

.modal .card-header {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.modal .card-header img {
  width: 50px;
  margin-right: 25px;
}

#title {
  font-weight: 600;
  font-size: 18px;
  color: var(--text-main);
  margin-bottom: 8px;
}

#price {
  font-weight: 500;
  font-size: 16px;
  color: var(--brand);
}

.input-group label {
  font-size: 14px;
  color: var(--text-placeholder);
  margin-bottom: 5px;
  display: inline-block;
}

.input {
  background: #332e3c;
  border-radius: 7px;
  width: 100%;
  border: none;
  color: var(--text-main);
}

.input::placeholder {
  color: var(--text-placeholder);
}

.input {
  height: 50px;
  padding: 11px 10px;
  font-size: 16px;
}

.input-prepend {
  display: flex;
}

.input-prepend .input {
  border-radius: 0 7px 7px 0;
}

.input-prepend span {
  background: #332e3c;
  height: 50px;
  width: 60px;
  font-size: 20px;
  border-radius: 7px 0 0 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-regular);
}

.border-right {
  border-right: 1px solid var(--brand-border);
}

.lgpr-20px {
  padding-right: 20px !important;
}

.lgpl-20px {
  padding-left: 20px !important;
}

.modal .subtitle {
  margin-top: 0;
  display: flex;
  align-items: center;
  color: var(--text-main);
}

.modal-scroll-mask {
  background: linear-gradient(180deg, rgba(46, 41, 54, 0) 0%, #2e2936 100%);
  width: 100%;
  height: 76px;
  position: absolute;
  left: 0px;
  bottom: 0;
  z-index: 10000;
}

.mobile-burger {
  background: var(--bg-second);
  height: 60px;
  width: 60px;
  border-radius: 10px;
  border: none;
  margin-right: 15px;
  cursor: pointer;
  display: none;
}

/* ===== Мобильное меню — выезжает справа ===== */
#mobile-menu {
  background: var(--bg-second);
  padding: 20px;
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  z-index: 1100;
  width: 320px;
  max-width: 85vw;
  height: 100vh;
  transform: translateX(105%);
  transition: transform 0.3s ease, visibility 0.3s;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  box-shadow: -4px 0 24px rgba(0, 0, 0, 0.55);
  margin-left: 0;
}

#mobile-menu.active {
  transform: translateX(0);
  visibility: visible;
}

.mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--brand-border);
}

.mobile-menu-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-main);
}

#close-mobile {
  position: static;
  background: transparent;
  border: 0;
  padding: 6px;
  cursor: pointer;
  border-radius: 6px;
  transition: background 0.2s;
  color: var(--text-regular);
  display: flex;
  align-items: center;
  justify-content: center;
}

#close-mobile:hover {
  background: rgba(255, 255, 255, 0.08);
}

.mobile-links {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mobile-links li {
  text-align: left;
}

.mobile-links li:not(:nth-last-child(1)) {
  margin-bottom: 0;
}

.mobile-links li a {
  display: block;
  padding: 14px 12px;
  color: var(--text-regular);
  font-size: 16px;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.2s, color 0.2s;
}

.mobile-links li a:hover {
  color: var(--text-main);
  background: rgba(255, 255, 255, 0.08);
}

.mobile-links a.active {
  color: var(--text-main);
}

.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1090;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* ===== Контакты ===== */
.contacts-icons {
  display: flex;
  align-items: stretch;
  gap: 10px;
  width: 100%;
}

.contact-link {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
  padding: 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  transition: background 0.2s, transform 0.15s, border-color 0.2s, box-shadow 0.2s;
  -webkit-tap-highlight-color: transparent;
}

.contact-link:hover,
.contact-link:focus-visible {
  background: rgba(220, 116, 116, 0.12);
  border-color: var(--brand);
  box-shadow: 0 0 12px var(--brand-a);
  outline: none;
}

.contact-link:active {
  transform: scale(0.96);
}

.contact-link img {
  display: block;
  width: auto;
  height: auto;
  max-width: 60px;
  max-height: 60px;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

@media (max-width: 480px) {
  .contacts-icons { gap: 6px; }
  .contact-link {
    min-height: 80px;
    padding: 8px;
    border-radius: 10px;
  }
  .contact-link img { max-width: 54px; max-height: 54px; }
}

.btn-block {
  width: 100%;
  justify-content: center;
}

.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
	z-index: 99999;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	display: none;
	pointer-events: none;
}

.modalDialog.active {
	display: flex;
	pointer-events: auto;
}

.modalDialog > div {
	width: 50%;  
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
  background: var(--bg-second);
  box-shadow: 0px 0px 8px 0px var(--brand-ah);
  animation: ani 1s forwards;
}

.modalDialog .text {
  overflow-y: scroll;
  overflow: auto;
  max-height: 90vh;
  width: 100%;
}

@media (max-width: 990px) {
  .modalDialog > div {
    width: 90%;
    max-height: 90vh;
  }
}

.modalDialog p {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 25px;
  color: var(--text-regular);
}

.modalDialog .titles {
  margin-top: 15px;
  font-size: 24px;
  color: var(--text-main);
  padding-bottom: 20px;
  border-bottom: 2px solid var(--brand-border);
}

.modalDialog .titles-game {
  margin-top: 15px;
  font-size: 24px;
  color: var(--text-main);
  padding-bottom: 10px; 
}

.modalDialog .text-brand-step {
  color: var(--brand);
  border-top: 2px solid var(--brand-border);
  padding-top: 5px;
  font-size: 18px;
}

.modalDialog a {
  padding: 4px 4px;
  border-radius: 15px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  align-items: center;
  background: var(--brand-a);
  color: var(--brand);
  border-radius: 3px;
  border: 0;
}

.close {
	background: #383838;
	color: #FFFFFF;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.timer__items {
  display: flex;
  font-size: 18px;
}
.timer__item {
  position: relative;
  min-width: 30px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 15px;
  text-align: center;
}
.timer__item::before {
  content: attr(data-title);
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  font-size: 10px;
}
.timer__item:not(:last-child)::after {
  content: ':';
  position: absolute;
  right: -15px;
}

.close:hover { background: #4b4b4b; }

.online-progressbar-line{
    background: var(--brand);
    border-radius: 50px;
    height: 15px;
}

.online-progressbar{
    background: var(--brand-a);
    box-shadow: 0px 0px 10px var(--brand-ah);
    border-radius: 50px;
    height: 15px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.online-description{
    font-weight: bold;
    font-size: 22px;
    line-height: 35px;
    color: var(--text-main);
    display: inline;
}

input.trademc-buyform-input{
  background: var(--bg-trade);
  border-radius: 7px;
  width: 100%;
  border: none;
  color: var(--text-main);
  height: 50px;
  padding: 11px 10px;
  font-size: 16px;
  border-radius: 7px 7px 7px 7px;
  margin-bottom: 10px;
}

button.trademc-buyform-button {
    padding: 18px 30px;
    border-radius: 15px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    background: var(--brand-a);
    color: var(--brand);
    border: 0;
    width: 100%;
    justify-content: center;
}

button.trademc-buyform-button:hover{
  background: var(--brand-ah);
}

select{
  background: var(--bg-trade);
  border-radius: 7px;
  width: 100%;
  border: none;
  color: var(--text-main);
  height: 50px;
  padding: 11px 10px;
  font-size: 16px;
  border-radius: 7px 7px 7px 7px;
  margin-bottom: 10px;
}

select::after {
    transform: translateY(50%) rotate(180deg);
}

div.trademc-buyform-error{
  color: #dc758f;
  font-size: 16px;
  width: 100%;
}

form.trademc-buyform-form{
  width: 100%;
}

input.trademc-buyform-input[name="coupon"] {
  display: none;
}

.fog {
  position: relative;
  height: 100vh;
  width: 100%;
}
.fog__container {
    position: absolute;
    top:0;
    height: 100%;
    width: 100%;

    overflow: hidden;
}
.fog__img {
    position: absolute;
 
    height: 100%;
    width: 300vw;
}
.fog__img--first {
      background: url('../img/fog.webp') repeat-x;
      background-size: contain;
      background-position: center;
      animation: marquee 30s linear infinite;
}

.fog__img--second {
      background: url('../img/fog.webp') repeat-x;
      background-size: contain;
      background-position: center;
      transform: scale(-1, -1);
      animation: marquee 35s linear infinite;
}
@keyframes marquee {
  0% { transform: translate3d(-200vw, -2vw, 0); opacity:.0;
   animation-timing-function: ease-in;}
  2% { opacity:.2}
  38%{opacity:.7;
    animation-timing-function: ease-out;}
  50% { transform: translate3d(-80vw, 0, 0); opacity:.6}
  66%{opacity:.8;
   animation-timing-function: ease-in;}
  99%{opacity:.1 ;
    animation-timing-function: ease-out;}
  100% { transform: translate3d(0, -2vw, 0); opacity:.0}
}

.findex {
    position: absolute;
    width: 100%;
}

@keyframes ani {
  0% {transform: translateX(-150%);}
  15% {transform: translateX(5%);}
  30% {transform: translateX(-5%);}
  45% {transform: translateX(3%);}
  60% {transform: translateX(-3%);}
  75% {transform: translateX(1%);}
  85% {transform: translateX(-1%);}
  100% {transform: translateX(0);}
}

@keyframes anibg {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.text-main {
  color: var(--text-main) !important;
}

.text-second {
  color: var(--text-second) !important;
}

.text-danger {
  color: var(--danger) !important;
}

.text-success {
  color: var(--success) !important;
}

.text-warning {
  color: var(--warning) !important;
}

.text-white {
  color: #fff !important;
}

.text-regular {
  color: var(--text-regular) !important;
}

.text-brand {
  color: var(--brand) !important;
}

.text-medium {
  font-weight: 600 !important;
}

.text-500 {
  font-weight: 500 !important;
}

.row {
  margin-right: -10px;
  margin-left: -10px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  padding-right: 10px;
  padding-left: 10px;
}

.cursor-pointer {
  cursor: pointer;
}

.mr-0 {
  margin-right: 0;
}

.mr-15px {
  margin-right: 15px;
}

.mr-20px {
  margin-right: 20px;
}

.mr-30px {
  margin-right: 30px;
}

.mr-35px {
  margin-right: 35px;
}

.mr-10px {
  margin-right: 10px;
}

.mr-5px {
  margin-right: 5px;
}

.ml-5px {
  margin-left: 5px;
}

.mt-5px {
  margin-top: 5px;
}

.mt-15px {
  margin-top: 15px;
}

.mt-20px {
  margin-top: 20px;
}

.mt-25px {
  margin-top: 20px;
}

.mt-30px {
  margin-top: 29px;
}

.mt-35px {
  margin-top: 35px;
}

.mt-60px {
  margin-top: 60px;
}

.mt-40px {
  margin-top: 40px;
}

.mt-50px {
  margin-top: 50px;
}

.mt-10px {
  margin-top: 10px;
}

.mt-14px {
  margin-top: 14px;
}

.mb-20px {
  margin-bottom: 20px;
}

.mb-15px {
  margin-bottom: 15px;
}

.mb-25px {
  margin-bottom: 25px;
}

.mb-30px {
  margin-bottom: 30px;
}

.mb-40px {
  margin-bottom: 40px;
}

.mb-10px {
  margin-bottom: 10px;
}

.mb-6px {
  margin-bottom: 6px;
}

.bottom-30px {
  bottom: 30px;
  position: absolute;
}

.fs-18 {
  font-size: 18px !important;
  position: relative;
  top: -1.51px;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-36 {
  font-size: 36px !important;
  position: relative;
  top: -1.51px;
}

.fs-14 {
  font-size: 14px !important;
}

.pr-5px {
  padding-right: 5px !important;
}

.pr-20px {
  padding-right: 20px !important;
}

.pl-5px {
  padding-left: 5px !important;
}

.pl-10px {
  padding-left: 10px !important;
}

.pl-20px {
  padding-left: 20px !important;
}

.r-10px {
  position: relative;
  right: -10px;
}

.sb {
  font-weight: 600 !important;
}

.pt-20px {
  padding-top: 20px;
}

.top {
  top: 155px;
  position: relative;
}

.b-none {
  border: none;
}

.p-0 {
  padding: 0;
}

.p-15px {
  padding: 15px !important;
}

.m-0 {
  margin: 0;
}

.t--15 {
  position: relative;
  top: -1.55px;
}

.overflow-y-h {
  overflow-y: hidden;
}

.width-fit {
  width: fit-content !important;
}

.flat {
  background: transparent;
  border: none;
}

.w-100 {
  width: 100%;
}

.tip {
  font-size: 16px;
  line-height: 25px;
}

.width-fit {
  width: fit-content !important;
}

@media (max-width: 1325px) {
  .container {
    padding: 0 25px !important;
  }
}

@media (min-height: 1100px) {
  .findex {
    bottom: 0;
  }
}

@media (max-width: 990px) {
  #mobile-menu {
    width: 320px;
    max-width: 85vw;
  }

  .links {
    display: none;
  }

  .shop {
    padding-right: 10px !important;
  }

  .mobile-btn {
    display: block;
    margin-right: 30px;
  }

  .bg-row .col-lg-6:nth-child(1) {
    height: 930px;
  }

  .bg-row .col-lg-6:nth-child(2) {
    height: 750px;
  }

  .col-lg-6.pl-20px {
    padding-left: 10px !important;
    padding-right: 10px;
  }

  .row.mt-60px .col-lg-6:nth-child(1) {
    margin-bottom: 80px;
    height: 733px;
  }

  .transition {
    display: none;
  }

  .monitoring-card {
    margin-bottom: 20px;
  }

  .footer .col-lg-3 {
    margin-bottom: 30px;
  }

  .mobile-burger {
    display: block;
  }

  .modal-backdrop {
    align-items: flex-start;
    overflow-y: auto;
  }

  .border-right {
    border-right: none;
    padding-bottom: 35px;
    border-bottom: 1px solid var(--brand-border);
  }
  .lgpr-20px {
    padding-right: 10px;
  }

  .lgpl-20px {
    padding-left: 10px;
    padding-bottom: 35px;
  }

  .lgpl-20px .row {
    max-height: fit-content !important;
  }

  .modal-container {
    min-width: 0;
    padding: 30px 15px;
  }

  .m-reverse {
    flex-direction: column-reverse;
  }

}

@media (min-width: 990px) {
  .k-reverse{
    flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  .sell {
    flex-direction: column;
    align-items: center;
  }

  .sell .timer {
    margin-left: 0 !important;
  }

  .sell .sell-subtitle {
    text-align: center;
    margin-bottom: 37px;
  }
}

@media (max-width: 576px) {
  .bg-row .col-lg-6:nth-child(1) {
    height: 1405px;
  }

  .page-title {
    font-size: 32px;
  }

  .title .water-mark {
    font-size: 64px;
  }

  .container {
    padding: 0 15px;
  }

  .row.mt-40px.mr-0 {
    margin-right: -10px !important;
  }

  .card.card-lg {
    padding: 20px 17px;
  }

  .monitoring-card .card-body {
    padding: 44px 17px;
    overflow: hidden;
  }

  .pie {
    top: -80px;
    right: -40px;
    position: relative;
    opacity: 0.2;
  }

  .monitoring-title {
    white-space: nowrap;
  }

  .monitoring-card .card-footer {
    margin: 0 17px;
  }

  .btn.btn-primary.btn-block.text-500.fs-18 {
    font-size: 16px !important;
  }

  .btn.btn-primary.btn-block.text-500.fs-18 i {
    font-size: 18px !important;
    margin-right: 10px;
  }

  .monitoring-title .card-title {
    font-size: 18px !important;
  }

  .monitoring-title .water-mark {
    font-size: 36px;
    top: -40px;
  }

  .text-second.text-medium.mt-10px.fs-18 {
    font-size: 14px !important;
  }

  .monitoring-card .mt-30px.fs-18 {
    font-size: 14px !important;
  }

  .btn {
    padding: 15px 20px;
  }

  .row.mt-60px .col-lg-6:nth-child(1) {
    height: 1186px;
  }

  .pie {
    display: none;
  }

  .mobile-graph {
    display: block;
    top: 0;
    position: absolute;
    right: 10px;
  }

  #download-button {
    display: none;
  }

  .mobile-burger {
    margin-right: 0;
  }
}

@media (max-width: 441px) {
  .page-title {
    font-size: 24px;
  }

  .title .water-mark {
    font-size: 48px;
    top: -50px;
  }

  .sell-title {
    font-size: 18px;
  }

  #logo {
    display: none;
  }

  header .col-6:nth-child(1) {
    flex: 0 0 20%;
    max-width: 20%;
  }

  header .col-6:nth-child(2) {
    flex: 0 0 80%;
    max-width: 80%;
  }

  .container {
    padding: 0 7px;
  }

  .title {
    white-space: nowrap;
    font-size: 20px;
    margin-bottom: 18px;
  }

  .subtext {
    font-size: 16px;
    line-height: 20px;
    margin-top: 0;
  }
  .promo {
    color: var(--text-main);
    font-size: 18px;
    line-height: 20px;
    margin-top: 0;
  }

  .subtitle {
    font-size: 18px;
    line-height: 25px;
    margin-top: 0;
  }

  .btn {
    padding: 15px 10px;
  }

  .tab {
    margin-right: 12px;
  }

  body {
    overflow-x: hidden;
  }

  .mt-60px {
    margin-top: 30px !important;
  }
}

/*! Bootstrap Grid v4.5.3 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.rows {
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  border-bottom: 2px solid var(--brand-border);
  padding-bottom: 20px;
}

.dots::after {
    content: '';
    display: inline-block;
    width: 1em;
    text-align: left;
    animation: dots 1.5s steps(4, end) infinite;
}

.dots1::after {
    content: '';
    display: inline-block;
    width: 1.6em;
    text-align: left;
    animation: dots1 1.5s steps(4, end) infinite;
}

@keyframes dots {
    0%, 20% { content: ''; }
    40% { content: '.'; }
    60% { content: '..'; }
    80%, 100% { content: '...'; }
}

@keyframes dots1 {
    0%, 20% { content: ''; }
    40% { content: '>'; }
    60% { content: '>>'; }
    80%, 100% { content: '>>>'; }
}

@keyframes progres{
    0%{ width: 0%; }
    10%{ width: 8%; }
    20%{ width: 16%; }
    30%{ width: 24%; }
    40%{ width: 32%; }
    50%{ width: 40%; }
    60%{ width: 48%; }
    70%{ width: 56%; }
    80%{ width: 64%; }
    90%{ width: 72%; }
    100%{ width: 80%; }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
.row-cols-2 > * { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
.row-cols-3 > * { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
.row-cols-4 > * { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
.row-cols-5 > * { -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; }
.row-cols-6 > * { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }

.col-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100%; }
.col-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }
.col-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
.col-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
.col-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
.col-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }
.col-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
.col-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; }
.col-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
.col-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
.col-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; }
.col-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }
.col-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }

.order-first { -ms-flex-order: -1; order: -1; }
.order-last { -ms-flex-order: 13; order: 13; }
.order-0 { -ms-flex-order: 0; order: 0; }
.order-1 { -ms-flex-order: 1; order: 1; }
.order-2 { -ms-flex-order: 2; order: 2; }
.order-3 { -ms-flex-order: 3; order: 3; }
.order-4 { -ms-flex-order: 4; order: 4; }
.order-5 { -ms-flex-order: 5; order: 5; }
.order-6 { -ms-flex-order: 6; order: 6; }
.order-7 { -ms-flex-order: 7; order: 7; }
.order-8 { -ms-flex-order: 8; order: 8; }
.order-9 { -ms-flex-order: 9; order: 9; }
.order-10 { -ms-flex-order: 10; order: 10; }
.order-11 { -ms-flex-order: 11; order: 11; }
.order-12 { -ms-flex-order: 12; order: 12; }

.offset-1 { margin-left: 8.333333%; }
.offset-2 { margin-left: 16.666667%; }
.offset-3 { margin-left: 25%; }
.offset-4 { margin-left: 33.333333%; }
.offset-5 { margin-left: 41.666667%; }
.offset-6 { margin-left: 50%; }
.offset-7 { margin-left: 58.333333%; }
.offset-8 { margin-left: 66.666667%; }
.offset-9 { margin-left: 75%; }
.offset-10 { margin-left: 83.333333%; }
.offset-11 { margin-left: 91.666667%; }

@media (min-width: 576px) {
  .col-sm { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
  .row-cols-sm-1 > * { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .row-cols-sm-2 > * { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .row-cols-sm-3 > * { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
  .row-cols-sm-4 > * { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .row-cols-sm-5 > * { -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; }
  .row-cols-sm-6 > * { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-sm-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100%; }
  .col-sm-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }
  .col-sm-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-sm-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .col-sm-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-sm-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-sm-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .col-sm-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-sm-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-sm-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .col-sm-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-sm-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-sm-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .order-sm-first { -ms-flex-order: -1; order: -1; }
  .order-sm-last { -ms-flex-order: 13; order: 13; }
  .order-sm-0 { -ms-flex-order: 0; order: 0; }
  .order-sm-1 { -ms-flex-order: 1; order: 1; }
  .order-sm-2 { -ms-flex-order: 2; order: 2; }
  .order-sm-3 { -ms-flex-order: 3; order: 3; }
  .order-sm-4 { -ms-flex-order: 4; order: 4; }
  .order-sm-5 { -ms-flex-order: 5; order: 5; }
  .order-sm-6 { -ms-flex-order: 6; order: 6; }
  .order-sm-7 { -ms-flex-order: 7; order: 7; }
  .order-sm-8 { -ms-flex-order: 8; order: 8; }
  .order-sm-9 { -ms-flex-order: 9; order: 9; }
  .order-sm-10 { -ms-flex-order: 10; order: 10; }
  .order-sm-11 { -ms-flex-order: 11; order: 11; }
  .order-sm-12 { -ms-flex-order: 12; order: 12; }
  .offset-sm-0 { margin-left: 0; }
  .offset-sm-1 { margin-left: 8.333333%; }
  .offset-sm-2 { margin-left: 16.666667%; }
  .offset-sm-3 { margin-left: 25%; }
  .offset-sm-4 { margin-left: 33.333333%; }
  .offset-sm-5 { margin-left: 41.666667%; }
  .offset-sm-6 { margin-left: 50%; }
  .offset-sm-7 { margin-left: 58.333333%; }
  .offset-sm-8 { margin-left: 66.666667%; }
  .offset-sm-9 { margin-left: 75%; }
  .offset-sm-10 { margin-left: 83.333333%; }
  .offset-sm-11 { margin-left: 91.666667%; }
}

@media (min-width: 768px) {
  .col-md { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
  .row-cols-md-1 > * { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .row-cols-md-2 > * { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .row-cols-md-3 > * { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
  .row-cols-md-4 > * { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .row-cols-md-5 > * { -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; }
  .row-cols-md-6 > * { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-md-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100%; }
  .col-md-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }
  .col-md-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-md-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .col-md-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-md-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-md-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .col-md-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-md-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-md-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .col-md-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-md-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-md-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .order-md-first { -ms-flex-order: -1; order: -1; }
  .order-md-last { -ms-flex-order: 13; order: 13; }
  .order-md-0 { -ms-flex-order: 0; order: 0; }
  .order-md-1 { -ms-flex-order: 1; order: 1; }
  .order-md-2 { -ms-flex-order: 2; order: 2; }
  .order-md-3 { -ms-flex-order: 3; order: 3; }
  .order-md-4 { -ms-flex-order: 4; order: 4; }
  .order-md-5 { -ms-flex-order: 5; order: 5; }
  .order-md-6 { -ms-flex-order: 6; order: 6; }
  .order-md-7 { -ms-flex-order: 7; order: 7; }
  .order-md-8 { -ms-flex-order: 8; order: 8; }
  .order-md-9 { -ms-flex-order: 9; order: 9; }
  .order-md-10 { -ms-flex-order: 10; order: 10; }
  .order-md-11 { -ms-flex-order: 11; order: 11; }
  .order-md-12 { -ms-flex-order: 12; order: 12; }
  .offset-md-0 { margin-left: 0; }
  .offset-md-1 { margin-left: 8.333333%; }
  .offset-md-2 { margin-left: 16.666667%; }
  .offset-md-3 { margin-left: 25%; }
  .offset-md-4 { margin-left: 33.333333%; }
  .offset-md-5 { margin-left: 41.666667%; }
  .offset-md-6 { margin-left: 50%; }
  .offset-md-7 { margin-left: 58.333333%; }
  .offset-md-8 { margin-left: 66.666667%; }
  .offset-md-9 { margin-left: 75%; }
  .offset-md-10 { margin-left: 83.333333%; }
  .offset-md-11 { margin-left: 91.666667%; }
}

@media (min-width: 992px) {
  .col-lg { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
  .row-cols-lg-1 > * { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .row-cols-lg-2 > * { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .row-cols-lg-3 > * { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
  .row-cols-lg-4 > * { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .row-cols-lg-5 > * { -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; }
  .row-cols-lg-6 > * { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-lg-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100%; }
  .col-lg-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }
  .col-lg-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-lg-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .col-lg-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-lg-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-lg-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .col-lg-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-lg-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-lg-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .col-lg-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-lg-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-lg-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .order-lg-first { -ms-flex-order: -1; order: -1; }
  .order-lg-last { -ms-flex-order: 13; order: 13; }
  .order-lg-0 { -ms-flex-order: 0; order: 0; }
  .order-lg-1 { -ms-flex-order: 1; order: 1; }
  .order-lg-2 { -ms-flex-order: 2; order: 2; }
  .order-lg-3 { -ms-flex-order: 3; order: 3; }
  .order-lg-4 { -ms-flex-order: 4; order: 4; }
  .order-lg-5 { -ms-flex-order: 5; order: 5; }
  .order-lg-6 { -ms-flex-order: 6; order: 6; }
  .order-lg-7 { -ms-flex-order: 7; order: 7; }
  .order-lg-8 { -ms-flex-order: 8; order: 8; }
  .order-lg-9 { -ms-flex-order: 9; order: 9; }
  .order-lg-10 { -ms-flex-order: 10; order: 10; }
  .order-lg-11 { -ms-flex-order: 11; order: 11; }
  .order-lg-12 { -ms-flex-order: 12; order: 12; }
  .offset-lg-0 { margin-left: 0; }
  .offset-lg-1 { margin-left: 8.333333%; }
  .offset-lg-2 { margin-left: 16.666667%; }
  .offset-lg-3 { margin-left: 25%; }
  .offset-lg-4 { margin-left: 33.333333%; }
  .offset-lg-5 { margin-left: 41.666667%; }
  .offset-lg-6 { margin-left: 50%; }
  .offset-lg-7 { margin-left: 58.333333%; }
  .offset-lg-8 { margin-left: 66.666667%; }
  .offset-lg-9 { margin-left: 75%; }
  .offset-lg-10 { margin-left: 83.333333%; }
  .offset-lg-11 { margin-left: 91.666667%; }
}

@media (min-width: 1200px) {
  .col-xl { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
  .row-cols-xl-1 > * { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .row-cols-xl-2 > * { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .row-cols-xl-3 > * { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
  .row-cols-xl-4 > * { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .row-cols-xl-5 > * { -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; }
  .row-cols-xl-6 > * { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-xl-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100%; }
  .col-xl-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }
  .col-xl-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-xl-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .col-xl-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-xl-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-xl-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .col-xl-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-xl-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-xl-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .col-xl-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-xl-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-xl-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .order-xl-first { -ms-flex-order: -1; order: -1; }
  .order-xl-last { -ms-flex-order: 13; order: 13; }
  .order-xl-0 { -ms-flex-order: 0; order: 0; }
  .order-xl-1 { -ms-flex-order: 1; order: 1; }
  .order-xl-2 { -ms-flex-order: 2; order: 2; }
  .order-xl-3 { -ms-flex-order: 3; order: 3; }
  .order-xl-4 { -ms-flex-order: 4; order: 4; }
  .order-xl-5 { -ms-flex-order: 5; order: 5; }
  .order-xl-6 { -ms-flex-order: 6; order: 6; }
  .order-xl-7 { -ms-flex-order: 7; order: 7; }
  .order-xl-8 { -ms-flex-order: 8; order: 8; }
  .order-xl-9 { -ms-flex-order: 9; order: 9; }
  .order-xl-10 { -ms-flex-order: 10; order: 10; }
  .order-xl-11 { -ms-flex-order: 11; order: 11; }
  .order-xl-12 { -ms-flex-order: 12; order: 12; }
  .offset-xl-0 { margin-left: 0; }
  .offset-xl-1 { margin-left: 8.333333%; }
  .offset-xl-2 { margin-left: 16.666667%; }
  .offset-xl-3 { margin-left: 25%; }
  .offset-xl-4 { margin-left: 33.333333%; }
  .offset-xl-5 { margin-left: 41.666667%; }
  .offset-xl-6 { margin-left: 50%; }
  .offset-xl-7 { margin-left: 58.333333%; }
  .offset-xl-8 { margin-left: 66.666667%; }
  .offset-xl-9 { margin-left: 75%; }
  .offset-xl-10 { margin-left: 83.333333%; }
  .offset-xl-11 { margin-left: 91.666667%; }
}

.d-none { display: none !important; }
.d-inline { display: inline !important; }
.d-inline-block { display: inline-block !important; }
.d-block { display: block !important; }
.d-table { display: table !important; }
.d-table-row { display: table-row !important; }
.d-table-cell { display: table-cell !important; }
.d-flex { display: -ms-flexbox !important; display: flex !important; }
.d-inline-flex { display: -ms-inline-flexbox !important; display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none { display: none !important; }
  .d-sm-inline { display: inline !important; }
  .d-sm-inline-block { display: inline-block !important; }
  .d-sm-block { display: block !important; }
  .d-sm-table { display: table !important; }
  .d-sm-table-row { display: table-row !important; }
  .d-sm-table-cell { display: table-cell !important; }
  .d-sm-flex { display: -ms-flexbox !important; display: flex !important; }
  .d-sm-inline-flex { display: -ms-inline-flexbox !important; display: inline-flex !important; }
}

@media (min-width: 768px) {
  .d-md-none { display: none !important; }
  .d-md-inline { display: inline !important; }
  .d-md-inline-block { display: inline-block !important; }
  .d-md-block { display: block !important; }
  .d-md-table { display: table !important; }
  .d-md-table-row { display: table-row !important; }
  .d-md-table-cell { display: table-cell !important; }
  .d-md-flex { display: -ms-flexbox !important; display: flex !important; }
  .d-md-inline-flex { display: -ms-inline-flexbox !important; display: inline-flex !important; }
}

@media (min-width: 992px) {
  .d-lg-none { display: none !important; }
  .d-lg-inline { display: inline !important; }
  .d-lg-inline-block { display: inline-block !important; }
  .d-lg-block { display: block !important; }
  .d-lg-table { display: table !important; }
  .d-lg-table-row { display: table-row !important; }
  .d-lg-table-cell { display: table-cell !important; }
  .d-lg-flex { display: -ms-flexbox !important; display: flex !important; }
  .d-lg-inline-flex { display: -ms-inline-flexbox !important; display: inline-flex !important; }
}

@media (min-width: 1200px) {
  .d-xl-none { display: none !important; }
  .d-xl-inline { display: inline !important; }
  .d-xl-inline-block { display: inline-block !important; }
  .d-xl-block { display: block !important; }
  .d-xl-table { display: table !important; }
  .d-xl-table-row { display: table-row !important; }
  .d-xl-table-cell { display: table-cell !important; }
  .d-xl-flex { display: -ms-flexbox !important; display: flex !important; }
  .d-xl-inline-flex { display: -ms-inline-flexbox !important; display: inline-flex !important; }
}

.flex-row { -ms-flex-direction: row !important; flex-direction: row !important; }
.flex-column { -ms-flex-direction: column !important; flex-direction: column !important; }
.flex-row-reverse { -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }
.flex-column-reverse { -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; }
.flex-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }
.flex-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }
.flex-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }
.flex-fill { -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; }
.flex-grow-0 { -ms-flex-positive: 0 !important; flex-grow: 0 !important; }
.flex-grow-1 { -ms-flex-positive: 1 !important; flex-grow: 1 !important; }
.flex-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; }
.flex-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; }

.justify-content-start { -ms-flex-pack: start !important; justify-content: flex-start !important; }
.justify-content-end { -ms-flex-pack: end !important; justify-content: flex-end !important; }
.justify-content-center { -ms-flex-pack: center !important; justify-content: center !important; }
.justify-content-between { -ms-flex-pack: justify !important; justify-content: space-between !important; }
.justify-content-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; }

.align-items-start { -ms-flex-align: start !important; align-items: flex-start !important; }
.align-items-end { -ms-flex-align: end !important; align-items: flex-end !important; }
.align-items-center { -ms-flex-align: center !important; align-items: center !important; }
.align-items-baseline { -ms-flex-align: baseline !important; align-items: baseline !important; }
.align-items-stretch { -ms-flex-align: stretch !important; align-items: stretch !important; }

.m-0 { margin: 0 !important; }
.mt-0, .my-0 { margin-top: 0 !important; }
.mr-0, .mx-0 { margin-right: 0 !important; }
.mb-0, .my-0 { margin-bottom: 0 !important; }
.ml-0, .mx-0 { margin-left: 0 !important; }
.m-1 { margin: 0.25rem !important; }
.mt-1, .my-1 { margin-top: 0.25rem !important; }
.mr-1, .mx-1 { margin-right: 0.25rem !important; }
.mb-1, .my-1 { margin-bottom: 0.25rem !important; }
.ml-1, .mx-1 { margin-left: 0.25rem !important; }
.m-2 { margin: 0.5rem !important; }
.mt-2, .my-2 { margin-top: 0.5rem !important; }
.mr-2, .mx-2 { margin-right: 0.5rem !important; }
.mb-2, .my-2 { margin-bottom: 0.5rem !important; }
.ml-2, .mx-2 { margin-left: 0.5rem !important; }
.m-3 { margin: 1rem !important; }
.mt-3, .my-3 { margin-top: 1rem !important; }
.mr-3, .mx-3 { margin-right: 1rem !important; }
.mb-3, .my-3 { margin-bottom: 1rem !important; }
.ml-3, .mx-3 { margin-left: 1rem !important; }
.m-4 { margin: 1.5rem !important; }
.mt-4, .my-4 { margin-top: 1.5rem !important; }
.mr-4, .mx-4 { margin-right: 1.5rem !important; }
.mb-4, .my-4 { margin-bottom: 1.5rem !important; }
.ml-4, .mx-4 { margin-left: 1.5rem !important; }
.m-5 { margin: 3rem !important; }
.mt-5, .my-5 { margin-top: 3rem !important; }
.mr-5, .mx-5 { margin-right: 3rem !important; }
.mb-5, .my-5 { margin-bottom: 3rem !important; }
.ml-5, .mx-5 { margin-left: 3rem !important; }

.p-0 { padding: 0 !important; }
.pt-0, .py-0 { padding-top: 0 !important; }
.pr-0, .px-0 { padding-right: 0 !important; }
.pb-0, .py-0 { padding-bottom: 0 !important; }
.pl-0, .px-0 { padding-left: 0 !important; }
.p-1 { padding: 0.25rem !important; }
.pt-1, .py-1 { padding-top: 0.25rem !important; }
.pr-1, .px-1 { padding-right: 0.25rem !important; }
.pb-1, .py-1 { padding-bottom: 0.25rem !important; }
.pl-1, .px-1 { padding-left: 0.25rem !important; }
.p-2 { padding: 0.5rem !important; }
.pt-2, .py-2 { padding-top: 0.5rem !important; }
.pr-2, .px-2 { padding-right: 0.5rem !important; }
.pb-2, .py-2 { padding-bottom: 0.5rem !important; }
.pl-2, .px-2 { padding-left: 0.5rem !important; }
.p-3 { padding: 1rem !important; }
.pt-3, .py-3 { padding-top: 1rem !important; }
.pr-3, .px-3 { padding-right: 1rem !important; }
.pb-3, .py-3 { padding-bottom: 1rem !important; }
.pl-3, .px-3 { padding-left: 1rem !important; }
.p-4 { padding: 1.5rem !important; }
.pt-4, .py-4 { padding-top: 1.5rem !important; }
.pr-4, .px-4 { padding-right: 1.5rem !important; }
.pb-4, .py-4 { padding-bottom: 1.5rem !important; }
.pl-4, .px-4 { padding-left: 1.5rem !important; }
.p-5 { padding: 3rem !important; }
.pt-5, .py-5 { padding-top: 3rem !important; }
.pr-5, .px-5 { padding-right: 3rem !important; }
.pb-5, .py-5 { padding-bottom: 3rem !important; }
.pl-5, .px-5 { padding-left: 3rem !important; }

.m-auto { margin: auto !important; }
.mt-auto, .my-auto { margin-top: auto !important; }
.mr-auto, .mx-auto { margin-right: auto !important; }
.mb-auto, .my-auto { margin-bottom: auto !important; }
.ml-auto, .mx-auto { margin-left: auto !important; }