

/* Start:/local/templates/fond2025/components/bitrix/news.list/symbol/style.css?17472934552159*/
.main span, .main p, .main ul li {
    font-size: 21px;
    color: #444444;
    line-height: 150%;
}

.mp-symbol-list {
    margin-bottom: 80px;
}

.mp-symbol-list--items {
    margin-bottom: 40px;
}

.main p {
    margin: 8px 0;
}

.symbol-item {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    border-radius: 25px;
    background-color: #ffffff;
}

.symbol-item--image {
    width: 400px;
    min-width: 400px;
    min-height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px 0 0 25px;
}

.symbol-item--text {
    padding: 50px;
}

.symbol-item--text h2{
    font-size: 30px;
    font-family: Gilroy;
    line-height: 120%;
    margin: 0 0 20px 0;
}

.symbol-item--text h3{
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: Gilroy;
    font-weight: 600;
    color: #000000;
}

.symbol-item--text span{
    font-size: 21px;
    line-height: 150%;
    color: #444444;
}

.symbol-item--text span ul {
    margin: 0;
    padding-left: 30px;
}

.symbol-item--image img {
    width: 200px;
    height: 200px;
}

.mp-symbol-list--items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.main > h1 {
    margin: 40px 0 20px 0!important;
}

.main h3 {
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: Gilroy;
    font-weight: 600;
    color: #000000;
}

@media (max-width: 1024px) {
    .symbol-item--image {
        min-width: 260px;
    }
}
@media (max-width: 768px) {

    .main span, .main p, .main ul li span, .main ul li  {
        font-size: 14px!important;
    }
    .main > h1 {
        font-size: 24px;
    }
    .main > h3 {
        font-size: 20px;
    }

    .symbol-item {
        flex-direction: column;
    }

    .symbol-item--image {
        width: 100%;
        min-width: unset;
        border-radius: 25px 25px 0 0;
    }
    .symbol-item--text {
        padding: 25px;
    }
    .symbol-item--text h2 {
        font-size: 20px;
    }
    .symbol-item--text h3 {
        font-size: 16px;
    }
    .main h3 {
        font-size: 16px;
    }
}
/* End */
/* /local/templates/fond2025/components/bitrix/news.list/symbol/style.css?17472934552159 */
