html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

.t-popup.t-popup_show {
    backdrop-filter: blur(5px);
}

.t-popup_show .t-popup__container {
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
}

li::marker {
    color: #f34b2d;
}

.uc-header.sticky {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000;
    background-color: transparent !important;
}

 .t-col_12 {
    margin-left: 0px !important;
    margin-right: 0px !important;
    max-width: 1200px !important; 
}


.t852__col {
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
}

.t852__col:hover {
    padding: 15px;
    box-sizing: border-box;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    transform: translateY(-10px);
    transition: all 0.2s ease-in-out;
}

@media (max-width: 480px) {
    .t852__container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
}

.t1108__container {
    justify-content: center;
}

.t1196__bgimg {
    background-position: top center !important;
}

.uc-faq {
    background-image: url('https://static.tildacdn.com/tild3031-3833-4232-b663-353463656534/questions.svg');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
}

.t668__wrapper {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}


.t594__container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}


.t594__item {
    display: flex !important;
    text-align: center;
    justify-content: center;
    width: 100% !important;
    box-sizing: border-box;
    height: 80px;
    background-color: #DDEDDD !important;
    box-shadow: none;
    transition: box-shadow 0.2s, transform 0.2s;
    padding: 15px;
    border-radius: 20px;
}


.t594__item:hover {
    box-shadow: 0 5px 10px 0 rgb(33 213 42 / 15%);
    transform: translateY(-5px);
}

.t594__img {
    max-height: 50px;
}


@media screen and (max-width: 1200px) {
    .t594__container {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media screen and (max-width: 960px) {
   .t594__container {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (max-width: 640px) {
    .t594__container {
        grid-template-columns: repeat(3, 1fr);
    }
    .t594__item:hover {
        transform: translateY(0);
    }
}

@media screen and (max-width: 480px) {
    .t594__container {
        grid-template-columns: repeat(2, 1fr);
    }
}

.uc-fix-etapy-page-pr {
    padding-top: 10px !important;
}