.scrydy-container {
    color: #fff;
    text-align: center;
    padding: 20px;
    backdrop-filter: blur(1px);
}

.scrydy-head-system {
    padding: 20px;
}
.scrydy-head-system-title {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.2;
    color: var(--color-dark);
}

.scrydy-head-system-description {
    font-size: 16px;
    color: var(--color-dark);
    line-height: 1.4;
}
.scrydy-premium-container {
    border-radius: 10px;
    padding: 20px;
    margin: 20px;
    border: 1px solid #79c142;
}
.scrydy-premium-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
	    color: var(--color-dark);
}
.scrydy-premium-title {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.scrydy-info-container {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    padding: 20px;
    max-width: 1100px;
    margin: 0 auto;
}
.scrydy-info-card {
    background-color: #292b3100;
    border-radius: 10px;
    padding: 20px;
    backdrop-filter: blur(21px);
    border: 1px solid #79c142;
    text-align: center;
    width: 300px;
    margin: 10px;
    box-sizing: border-box;
    flex: 1 1 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.scrydy-info-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #42c230;
}
.scrydy-info-description {
    font-size: 14px;
    color: var(--color-dark);
    line-height: 1.4;
}

.scrydy-container:before {
    border-radius: 399px;
    content: "";
    filter: blur(100px);
    width: 60%;
    height: 50%;
    left: 50%;
    mix-blend-mode: overlay;
    position: absolute;
    top: 0px;
    z-index: -2;
    transform: translate(-50%);
}
.scrydy-assets-description {
    font-size: 14px;
    color: var(--color-dark);
    margin-bottom: 20px;
}

.scrydy-assets-icon img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    margin-bottom: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    border: solid 1px #79c142;
}

.scrydy-assets-icon img:hover {
    padding: 1px;
}

.scrydy-assets-icons {
    display: flex;
    overflow-x: auto;
    padding-bottom: 10px;
}

.scrydy-footer{
    text-align: center;
    margin-top: 60px;
	margin-bottom:60px;
}




@media (min-width: 768px) {
    .scrydy-assets-icons {
        overflow-x: hidden;
        justify-content: space-between;
    }
}


.scrydy-head-images-news{
    padding-top: 28px;
}

.scrydy-head-images-news img {
    border-radius: 16px;
    margin-bottom: 49px;
    border: solid 1px #29b6f6;
    padding: 5px;
}

.head-time-news{
   background: #29b6f626;
    text-align: center;
    border-radius: 11px;
    margin-top: 57px;
    color: var(--footer-text-color); 
}


