<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.img-big{
    clear: both;
}

.img-big img {
    max-width: 1100px;
    width: 100%;
    height: 100%;
   object-fit: cover;
}
.logo_link img {
   height:100%;
}

.img-micro {
    width: 200px !important;
    height: 200px;
    float: left;
    margin: 0 25px 25px 0 !important;
 }

.img-micro img {
    width: 100%;
    height: 100%;
    border-radius: 25px;
}

.table {
    overflow: auto;
}
.img-big-vertical img {
    max-width: 500px;
    width: 100%;
}
.header__navigation li[data-active] a {
    color: #fff;
    font-weight: 700;
}
.header__navigation li[data-active]:before {
    background: #24ba9d;
    border-radius: 100%;
    content: "";
    display: inline-block;
    height: 10px;
    width: 12px;
}
.header__navigation ul {
    justify-content: space-around;
}

@media (max-width: 1025px) {
    .header__navigation ul[data-active] {
        justify-content: start;
    }
}
@media (max-width: 1025px) {
    .footer_nav {
        display: flex;

    }
}
.table thead th {
    border: 1px solid #818181;
    padding: 6px 10px;
    text-align: left;
}
.img-big {
    display: flex;
}

 iframe {
    margin-bottom: 20px;
 }
 @media screen and (max-width:600px) {
    .img-micro {
        float:none !important;
        margin:20px auto !important;
    }
 }
 .img-big-vertical {
    float:left;
    margin-right:20px !important;
 }
 @media screen and (max-width:768px) {
    .img-big-vertical {
        float:none;
     }
     .footer_app  {
        margin-bottom: 30px;
     }
 }
 @media (max-width: 1025px) {
    .header__navigation ul {
        max-width: 100%;
    }
}
.play-button-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .play-button {
    background-color:#dc1f00;
    color: #FFFFFF;
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
  }

  .thumb_block:hover .scale_box img {
    transform: scale(1.1);
  }

  .thumb_block:hover .play-button-container {
    opacity: 1;
  }
  .categories ul li:nth-child(3) .category {
    border-radius: 0 0 6px 6px;
}

  .promo-button {
    margin-top:10px;
  }

  .categories {
    position: relative;
  }
  .aside__nav-link-animated {
    border-radius: 6px !important;
  }
  .promo-button .aside__nav-link-animated:before {
    position: absolute;
    content: '';
    background-image: url(../images/glow-lights.gif);
    width: calc(100% + 26px);
    height: 65px;
    top: 88%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -13px;
    background-size: 100% 100%, 0, 0;
    mix-blend-mode: screen;
    z-index: 1;
}
@media (max-width: 1025px) {
    .header__navigation ul li[data-active] {
        display: block;
    }
    .header__navigation li[data-active]:before {
         content: none;
    }
}

.footer_nav__col li {
    margin-bottom:10px;
}
.btn_green {
    background: #0F6152;
}
.footer_desc {
     color: #B5B5B5;
}
.footer_icons .licenze {
    width:100%;
}
.header__navigation li a {
 color:#DBDBDB;
}

.banner_lg img {
    width:100%;
    height:95%;
}

@media (max-width: 900px) {
    .footer_icons .astropay {
        width: 65px;
    }
}
.select_lang .select_lang__title img {
     height: 24px;
}
.table-payment table {
    width:100%;
}
.table-payment td {
    width:50%;
}
.author_section {
    margin: 20px auto;
}

.author-profile-card {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
    background: #1b1b26;
    border-radius: 14px;
    padding: 20px 30px;
    gap: 15px;
}

.author__info-desktop h2 {
    margin-top: 0 !important;
}


.author-photo img {
    max-width: 188px;
    width: 100%;
    border-radius: 50%;
    height: auto;
}

.author__info {
    width: 78%;
}

.author__info-mobile {
    display: none;
}

@media screen and (max-width:1000px) {
    .author__info-desktop {
        display: none;
    }

    .author-profile-card {
        flex-direction: column;
        margin-top: 35px;
    }

    .author__info-mobile {
        display: block;
        width: 70%;
    }

    .author-photo {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .author-photo img {
        max-width: 75px;
        height: fit-content;
    }

    .author__info {
        width: 100%;
    }

}
.img-cov {
 max-width: 200px;
width: 100%;
max-height: 200px;
height: 100%;
float: left;
margin: 0 20px 0 0;
}
@media screen and (max-width: 1000px) {
    .img-cov {
        max-width: 110px;
    }
}

.author-profile-card {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 60px;
}

.author__info-desktop h2 {
    margin-top: 0 !important;
}

.author-photo {}

.author-photo img {
    max-width: 188px;
    width: 100%;
    border-radius: 50%;
}

.author__info {
    width: 83%;
}

.author__info-mobile {
    display: none;
}

.info .img-text {
    float: right;
    margin-left: 20px;
}

@media screen and (max-width:1000px) {
    .author__info-desktop {
        display: none;
    }

    .author-profile-card {
        flex-direction: column;
        margin-top: 35px;
    }

    .author__info-mobile {
        display: block;
        width: 70%;
    }

    .author-photo {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .author-photo img {
        max-width: 75px;
        height: fit-content;
    }

    .author__info {
        width: 100%;
    }

}

.info ul,
.faq__block{
    clear: both;
}

.info table{
    margin-bottom: 20px;
}</pre></body></html>