.auth-card h5{
    color: #094090;
}
.index-head{
    color:#094090;
    text-transform: uppercase;
    font-weight: bold;
}
.index-head i{
    font-size: 2rem;
    vertical-align: 10%;
}

.index-subhead{
    font-weight: bold;
    color: #094090;
}

.container{
    font-size:16px;
    width: 70%;
}

ul{
    padding-left: 1.5rem;
}
ul li{
    line-height: 175%;
}

p, li{
    color: #616161;
}

.card{
    border: none;
}

.rotated-background {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200vw;
  height: 200vh;
  background-image: url('./../img/index_bg.png');
  background-repeat: repeat;
  background-size: auto;
  opacity: 0.2;
  transform: translate(-50%, -50%) rotate(-15deg);
  z-index: -1;
  pointer-events: none;
}
.page-content {
  position: relative;
  z-index: 0;
}

.card-link{
    text-decoration: none;
    font-weight: 500;
    color: inherit;
    transition: 0.1s ease-in-out;
}

.card-link.disabled{
    pointer-events: none !important;
    cursor: default;
    color:Gray;
}
/* АДАПТИВ */
@media screen and (max-width: 1536px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {
    .index-card{
        padding: 0 !important;
    }
}

@media screen and (max-width: 834px) {}

@media screen and (max-width: 768px) {
    html{
        font-size: 14px;
    }
    .container{
        width: auto;
        max-width: 90%;
    }
    .card-container{
        flex-direction: column !important;
    }
    .card-container .index-card{
        width: 100% !important;
    }
}

@media screen and (max-width: 414px) {
    .index-head{
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .index-subhead{
        text-align: center;
    }
}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}