

/* Start:/local/templates/kargo-new/components/bitrix/news.list/stocks/style.css?17526715503239*/
.container {
    max-width: 1180px;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
}

.stock-header__background {
    height: 300px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1000px){
    .stock-header__background {
        height: 220px;
    }
}

@media screen and (max-width: 560px){
    .stock-header__background {
        height: 113px;
    }
}

.stock-title {
    max-width: 786px;
    border-radius: 8px 8px 0 0;
    padding: 18px 24px 0;
    background-color: #fff;
    margin: 0 auto;
    transform: translateY(-60px);
}

@media screen and (max-width: 560px){
    .stock-title {
        background-color: transparent;
        transform: translateY(0px);
        text-align: center;
    }
}

.stock-title h1 {
    color: #3A5463;
    font-weight: 700;
    font-size: 48px;
    text-transform: uppercase;
    text-align: center;
}

@media screen and (max-width: 560px){
    .stock-title h1 {
        font-size: 24px;
    }
}

.stock-list {
    margin-top: 60px;
    margin-bottom: 70px;
}

.stock-list .container {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

@media screen and (max-width: 1000px){
    .stock-list .container {
        flex-direction: column;
        max-width: 808px;
    }
}

.stock-list .stock-item {
    border-radius: 15px;
    padding: 38px 27px 34px 27px;
    background-color: #EEF0F4;
    width: calc(100% / 3 - 20px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media screen and (max-width: 1000px){
    .stock-list .stock-item {
        width: 100%;
        flex-direction: row;
    }
}

@media screen and (max-width: 560px){
    .stock-list .stock-item {
        width: 100%;
        flex-direction: column;
    }
}

.stock-list .stock-item .stock-item__icon {
    margin-bottom: 37px;
    display: flex;
    width: 100%;
    justify-content: center;
}

@media screen and (max-width: 1000px){
    .stock-list .stock-item .stock-item__icon {
        width: 148px;
        height: 148px;
        min-width: 148px;
        margin-right: 80px;
    }
}

@media screen and (max-width: 560px){
    .stock-list .stock-item .stock-item__icon {
        margin-bottom: 37px;
        display: flex;
        width: 100%;
        height: auto;
        justify-content: center;
        margin-right: 0;
    }
}

.stock-list .stock-item .stock-item__title {
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 21px;
}

.stock-list .stock-item .stock-item__description {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 21px;
    text-align: center;
    padding: 0 16px;
}

.stock-list .stock-item .main-button {
    width: 228px;
    margin: 0 auto;
    background-color: #BE1D42;
    height: 49px;
    border-radius: 60px;
}

.stock-list .stock-item .main-button:hover {
    color: #be1d42;
    background-color: transparent;
}

.stocks-text {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
    color: #78787a;
    padding: 0 30px;
    margin-top: 40px;
}

.stocks-text-2 {
    font-size: 12px;
    line-height: 14px;
    color: #a0a0a2;
    padding: 0 50px;
}
/* End */
/* /local/templates/kargo-new/components/bitrix/news.list/stocks/style.css?17526715503239 */
