:root {
  --direction: "row";
}

body {
  font-family: Montserrat, sans-serif;
}

.spoiler-trigger {
  text-decoration: underline;
  cursor: pointer;
  color: blue;
}
.label {
  font-size: 85%;
}

nav {
  position: fixed;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: white;
  width: 100%;
  z-index: 99;
}

.pointer {
  position: fixed;
  z-index: 3;
  color: #777777;
  top: 80px;
  display: none;
  transition: top 1s;
}

.shift {
  top: 75px;
}

.main-for-phone {
  margin-top: 85px;
}

.pc {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pc img {
  max-width: 110px;
}

.pc div:nth-child(2) {
  text-align: right;
}

.pc .company-number {
  font-size: 25px;
  color: #d20e0e;
  font-weight: bold;
}

.pc .ph {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}

.ph span {
  font-size: 1.1rem;
  font-weight: 700;
}

nav img {
  max-width: 60px;
}

nav .ph {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: fit-content;
  margin-top: 5px;
}

nav .ph i {
  font-size: 2.5em;
}

a p {
  font-weight: normal;
  display: inline;
  color: black;
  margin: 0;
}

nav .header-buttons {
  margin-left: 12px;
}

nav .header-buttons a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

nav .btn-phone a {
  color: #28a745;
}

.btn-viber a,
.docs-viber {
  color: #7360f2;
}

.btn-whatsapp a,
.docs-whatsapp {
  color: #00bfa5;
}

.btn-telegram a,
.docs-telegram {
  color: #2ea3e6;
}

.messangers {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: flex-end;
  padding-top: 5px;
}

.btn-chat a {
  color: #1972f5;
}

nav .phone-list {
  border: none;
  padding: 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.phone-list > span {
  color: #28a745;
}

nav .dropdown-menu {
  min-width: 165px;
}

nav .dropdown-menu li {
  margin: 5px 0px 5px 0px;
}

nav .dropdown-menu .divider {
  margin: 9px 0px 9px 0px;
}

nav .dropdown-menu li a {
  display: inline-block;
  padding: 3px 10px;
}

nav .dropdown-menu img {
  max-width: 30px;
  margin-left: 15px;
}

nav .phone-list i {
  color: #28a745;
}

body {
  background-image: url(../img/phybg.png);
}

.not-verify-data {
  display: none;
}

.n-v-greeting {
  text-align: center;
}

.n-v-contacts {
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
}

.n-v-contacts span {
  align-self: center;
}

.n-v-contacts a,
button {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
  border-radius: 1rem;
}

.n-v-phone {
  background-color: rgba(40, 167, 69, 0.2);
}

.n-v-phone * {
  color: #28a745;
}

.n-v-viber {
  background-color: rgba(115, 96, 242, 0.2);
}

.n-v-viber * {
  color: #7360f2;
}

.n-v-whatsapp {
  background-color: rgba(0, 191, 165, 0.2);
}

.n-v-whatsapp * {
  color: #00bfa5;
}

.n-v-telegram {
  background-color: rgba(46, 163, 230, 0.2);
}

.n-v-telegram * {
  color: #2ea3e6;
}

.n-v-lk {
  border: none;
  background-color: rgb(52, 122, 183, 0.2);
}

.n-v-lk {
  color: #337ab7;
}

.panel-heading-sm {
  min-height: 25px;
  padding: 4px 10px;
}

.panel-body-sm {
  padding: 5px 10px 0px;
}

.rc {
  padding: 0px;
}

.lc {
  padding: 0px;
}

.c {
  padding: 0px;
}

h3 {
  font-weight: bold;
  margin-bottom: 15px !important;
}

h3::after {
  content: "";
  display: block;
  position: relative;
  top: 7px;
  width: 88px;
  height: 5px;
  background-color: #64c8ff;
  background-image: linear-gradient(90deg, #4b0096 0, #64c8ff);
}

.customcolapse {
  margin-bottom: 0px;
}

.colapsingpanel .panel-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.colapsingpanel:hover {
  cursor: pointer;
}

.colapsingpanel .panel-body {
  display: none;
}

.colapsingpanel .panel-heading p {
  margin: 0px;
}

.progress {
  margin-top: 25px;
  margin-bottom: 0px;
  height: 34px;
}

.end-quiz-btn {
  margin-top: 25px;
}

.stocks {
  width: 300px;
  margin: 5px 0px 0px 0px;
}

#amount {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.input-group-addon {
  border-bottom-left-radius: 0px;
}

#contracts {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.input-group-addon-phone {
  padding-right: 9px;
  padding-left: 9px;
  border-top-left-radius: 0px;
}

#contact {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

#contracts > p {
  display: inline-block;
  margin: 0px 4px 0px -4px;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

#pay {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.payment,
.recipt {
  margin-left: 0px;
  margin-right: 0px;
}

.paybutton {
  margin-left: 0px;
  margin-right: 0px;
}

li > a:hover {
  cursor: pointer;
}

.buttonline {
  margin-top: 5px;
}

.addinfo {
  display: none;
  margin-top: 5px;
}

.addinfo .ctr {
  text-align: center;
}

.addinfo .ctr {
  text-align: center;
}

.addinfo .capital {
  text-transform: uppercase;
}

.addinfo span {
  color: red;
  font-weight: 700;
}

.addinfo .label {
  color: white;
}

sub {
  font-style: italic;
}

.modal-body > p {
  margin: 0px;
}

.letterrow {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 4px;
  font-size: 12px;
}

.agreement {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.media {
  margin-bottom: 20px;
}

.media .vyberikredit {
  height: 100%;
}

.viber-number {
  font-weight: bold;
  font-size: 25px;
  color: black;
}

.media-object {
  width: 150px;
}

@media (max-width: 767px) {
  .media-object {
    width: 95px;
  }
}

.success-checkmark {
  width: 90px;
  height: 90px;
}

.less-noticable {
  font-size: 9px;
  color: rgb(165, 165, 165);
}

.section-result {
  display: flex;
  height: 110px;
  align-items: center;
  position: relative;
}

.svg-box {
  position: absolute;
  left: calc(50% - 65px);
  animation-name: svgAnimation;
  animation-delay: 1s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes svgAnimation {
  to {
    left: 0px;
  }
}

.svg-box + p {
  margin-left: 130px;
  position: relative;
}

.svg-box + p:after {
  content: "";
  display: block;
  background-color: white;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  animation-name: pAnimation;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes pAnimation {
  to {
    left: 100%;
  }
}

.quiz .viber {
  color: #7360f2;
}

.quiz .whatsapp {
  color: #00bfa5;
}

.quiz a {
  text-decoration: underline;
}

.quiz input:read-only {
  background-color: white;
}

.quiz .fa-exclamation {
  color: red;
  margin-right: 5px;
  transition: opacity 1s;
}

.quiz .flash {
  opacity: 0;
}

.quiz .feedback-alternative-content {
  display: flex;
}

.quiz .loans {
  display: flex;
  justify-content: space-around;
}

.quiz .loans .zaym24 {
  background: linear-gradient(to right, #ffb82d, #ff6341);
  border: none;
}

.quiz .loans .vyberikredit {
  background: linear-gradient(to right, #060d1c, #06536c, #00a5ad);
  border: none;
}

.schedules .schedule-descriptions p {
  font-size: 3rem;
  font-weight: 700;
}

.schedules .svg-box {
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.schedules.error {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.schedules.error .svg-box {
  left: 0;
  transform: translateX(0%);
}

.schedules .btn-group {
  display: block;
}

.schedules .btn-group label {
  width: 25%;
  margin-bottom: 15px;
}

.schedules .day-dates {
  display: flex;
  flex-direction: row;
}

.schedules .has-error input {
  background-color: #f2dede;
}

.schedules .schedule-buttons {
  text-align: center;
}

.schedules .schedule-buttons .btn {
  margin-left: 10px;
  margin-top: 10px;
}

.schedules :not(.create) .schedule-holder {
  display: block;
}

.schedules :not(.create) .schedule-creator-holder {
  display: none;
}

.schedules .create .schedule-holder {
  display: none;
}

.schedules .create .schedule-creator-holder {
  display: block;
}

.bottom-banner {
  position: fixed;
  width: 100%;
  bottom: 0;
  background-image: linear-gradient(to right, #060d1c, #06536c, #00a5ad);
  color: white;
  padding: 10px 15px;
  z-index: 100;
  transform: translateY(100%);
  transition: transform 0.2s ease-out;
}

.bottom-banner.visible {
  transform: translateY(0%);
}

.bottom-banner .banner-header {
  display: flex;
  margin-bottom: 5px;
}

.bottom-banner .banner-header i {
  margin-left: auto;
  cursor: pointer;
}

.bottom-banner .banner-body {
  display: flex;
  flex-direction: var(--direction);
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.bottom-banner .banner-body .zaym24 {
  border-radius: 5px;
  padding-bottom: 1ch 2ch;
  background-color: #ff6341;
  border: none;
  box-shadow: #06536c 5px 5px 0px 0px;
  font-size: 1.8rem;
}

.bottom-banner .banner-body .vyberikredit {
  border-radius: 5px;
  padding-bottom: 1ch 2ch;
  background-color: #00c6bd;
  border: none;
  box-shadow: #06536c 5px 5px 0px 0px;
  font-size: 1.8rem;
}

.bottom-banner .banner-body .loans {
  display: flex;
  gap: 10px;
}

.solve-container .solve-body {
  display: flex;
  flex-direction: var(--direction);
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.poletfinance * {
  font-weight: 900;
  text-transform: uppercase;
}

.poletfinance span:first-child {
  color: #ff8c00;
}

.poletfinance span:last-child {
  color: black;
}