@font-face {
    font-family: 'Stolzl';
    src: url('/templates/main/assets/fonts/Stolzl-Bold.eot');
    src: url('/templates/main/assets/fonts/Stolzl-Bold.eot?#iefix') format('embedded-opentype'),
    url('/templates/main/assets/fonts/Stolzl-Bold.woff2') format('woff2'),
    url('/templates/main/assets/fonts/Stolzl-Bold.woff') format('woff'),
    url('/templates/main/assets/fonts/Stolzl-Bold.ttf') format('truetype'),
    url('/templates/main/assets/fonts/Stolzl-Bold.svg#Stolzl-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'Stolzl Regular';
    src: url('/templates/main/assets/fonts/Stolzl-Regular.eot');
    src: url('/templates/main/assets/fonts/Stolzl-Regular.eot?#iefix') format('embedded-opentype'),
    url('/templates/main/assets/fonts/Stolzl-Regular.woff2') format('woff2'),
    url('/templates/main/assets/fonts/Stolzl-Regular.woff') format('woff'),
    url('/templates/main/assets/fonts/Stolzl-Regular.ttf') format('truetype'),
    url('/templates/main/assets/fonts/Stolzl-Regular.svg#Stolzl-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}

:root {
    --red-color: #fe2c55;
    --blue-color: rgb(37, 244, 238);
    --blue-alternative-color: rgb(8 171 166);
    --blue-alternative-hover-color: rgb(8 144 140);

}

p{
    text-indent: 0 !important;
}

.dropdown-toggle {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

body {
    font-family: 'Stolzl Regular';
}

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

.donate_btn{
    bottom: 20px;
    left: 20px;
    position: fixed;
    z-index: 50;
    color: #000;
    width: 250px;
    text-align: center;
    padding-top: 5px;
}

.lk-refresh:hover {
    color: #bd0a2d;
}

.text-gray {
    color: #c8c8c8;
}

.text-medium-gray {
    color: #8b8a8a;
}

.block_bio_img{
    height: 250px;
    object-fit: cover;
}

.dropdown-toggle-my{
    color: var(--blue-alternative-color);
}

.dropdown-toggle-my:hover{
    text-decoration: none;
    color: var(--blue-alternative-hover-color);
}

.paciu-color{
    -webkit-text-fill-color: transparent;
    background: linear-gradient(135deg,#eea849,#df5531 80%);
    -webkit-background-clip: text;
    border: none;
    line-height: 1;
    font-weight: 800;
    display: flex;
    flex-direction: column;

}

.paciu-a{
    text-decoration: none !important;
}

.paciu-a:hover > .paciu-text{
    text-decoration: underline;
}

.paciu-text{
    font-size: 10px;
    color: #ddd !important;
}

.paciu-x{
    width: 20px;
    height: 20px;
    position: relative;
    margin-right: 20px;
}

.paciu-x div{
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #fff;
    transform: rotate(45deg) translate(0, -50%);
}

.paciu-x div:last-child{
    transform: rotate(-45deg) translate(0,-50%);
}

.bio_img{
    width: 250px;
    height: 250px;
    object-fit: cover;
}

.bio_img_icon{
    width: 35px;
    height: 35px;
    object-fit: cover;
}

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

.img-with-effect{
    cursor: pointer;
}

.img-with-effect .img-with-effect-overlay{
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    color: var(--red-color);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: calc(100% - 30px);
    margin-left: 15px;
    background: rgba(0,0,0,0.3);
}

.img-with-effect:hover .img-with-effect-overlay{
    display: flex;
}

.text-size-small {
    font-size: 60%;
    vertical-align: middle;
}

.text-tt-blue {
    color: var(--blue-alternative-color);
}

.text-tt-blue:hover, .text-tt-red:hover {
    text-decoration: none;
}

.text-tt-blue:hover, .text-tt-red:hover {
    cursor: pointer;
}

.text-register-link {
    font-size: 12px;
}

.empty_td_block {
    min-width: 260px;
}

.my-nav-logo {
    width: 50px;
}

.navbar-dark .navbar-nav .nav-link {
    margin-right: 25px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Stolzl';
    color: #000;
}

.test-result-img{
    border-radius: 100%;
    height: 200px;
    width: 200px;
}

.my_link {
    border-bottom: 3px solid #fe2c55;
}

.breadcrumb-item a {
    color: #000;
}

.btn-black {
    background: #000;
    color: #fff;
}

.btn-black:hover, a .btn-black:hover {
    color: #25e5df;
}

.h-100px {
    height: 100px;
}

.h-60px {
    height: 60px;
}

.account_list_img {
    border-radius: 100%;
    width: 80px;
    height: 80px;
}

.account_list_nickname {
    font-size: 15px;
}

.bg-tiktok {
    background: rgb(254, 44, 85);
    color: #fff;
    cursor: pointer;
}

.bg-tiktok-blue {
    background: rgb(37, 244, 238);
    color: #444;
    cursor: pointer;
}

.bg-black {
    background: #000;
    color: var(--red-color);
}

.cursor-pointer {
    cursor: pointer;
}

.clear-filter {
    font-size: 11px;
    margin-left: 10px;
    color: rgb(254, 44, 85);
}

.clear-filter:hover {
    cursor: pointer;
    color: rgb(0, 0, 0);
}

.back-btn {
    color: #000;
}

.back-btn:hover {
    text-decoration: none;
    cursor: pointer;
    color: var(--red-color);
}

.i-block {
    cursor: pointer;
}

.no-decoration {
    text-decoration: none;
    color: inherit;
}

.no-decoration:hover {
    text-decoration: none;
    color: inherit;
}

.link-no-decoration {
    color: inherit;
    text-decoration: inherit;
}

.link-no-decoration:hover {
    color: inherit;
    text-decoration: inherit;
}

.white-space-normal {
    white-space: normal;
}

.word-break {
    word-break: break-word;
}

.account_lk_img {
    width: 150px;
    height: 150px;
    border-radius: 100%;
}

.articles-card {
    height: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}

.article-text p {
    text-indent: 25px;
    text-align: justify;
}

.articles-card-h5 {
    display: block;
    font-size: 25px;
    font-weight: bold;
}

.my_link {
    color: #4D4D4D;
}

.my_link:hover {
    text-decoration: none;
    font-weight: bold;
}

.announce_text {
    color: #aeaeae;
}

.article-head-block {
    width: 100%;
    border-radius: 10px;
    min-height: 200px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    text-align: center;
    word-break: break-word;
    margin-bottom: 10px;
}

.article-head-block span {
    margin: 5px;
    display: block;
}

.article-head-block img {
    max-width: 100%;
}


.mini-games-card {
    padding: 10px 20px;
    background: #000;
    color: #fff;
    -webkit-box-shadow: 6px 11px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 6px 11px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 6px 11px 8px 0px rgba(34, 60, 80, 0.2);
}

.mini-games-card:hover {
    cursor: pointer;
    color: #fff;
    background: #2a2a2a;
}

.mini-games-card-title {
    font-weight: bold;
    font-size: 25px;
    margin-left: 20px;
}

.mini-games-card img {
    width: 50px;
    height: 50px;
}

.result-block{
    background: #eee;
    padding: 15px;
}


.mini-games-top img {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    object-fit: cover;
    transition-duration: 0.2s;
}

.mini-games-top img:hover {
    transform: rotate(10deg);
    transition-duration: 0.2s;
}

.tests-card img{
    width: 100%;
}

.services-card{
    padding: 10px;
}


.services-card-content{
    padding: 10px;
    border-left: 3px solid #efefef;
    border-right: 3px solid #efefef;
    border-bottom: 3px solid #efefef;
    min-height: 175px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.services-card img {
    max-width: 100%;
}

@media (max-width: 576px) {
    .article-head-block {
        font-size: 20px;
        /*height: 100px;*/
    }

    .article-head-block h1 {
        font-size: 25px;
    }
}

@media (max-width: 768px) {
    .articles-card-h5 {
        display: block;
        text-align: justify;
        font-size: 15px;
        font-weight: bold;
    }
    .navbar-dark .navbar-nav .nav-link {
        margin-right: 0;
    }

    .donate_btn{
        bottom: 0;
        left: 0;
        text-align: center;
        width: 100%;
        color: #ddd;
        background: #000;
    }

    .donate_btn iframe{
        left: calc(50% - 125px);
        position: relative;
    }
}

@media (max-width: 992px) {

}

@media (max-width: 1200px) {

}

@media (min-width: 1200px) {

}
