

/* Start:/local/templates/square-blue/components/bitrix/news.list/flex-3-blocks/style.css?17611295053199*/
.rates.list-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 20px 0;
    flex-wrap: wrap;
}
.rates.list-wrapper .item-wrapper {
    flex: 1;
    transition: 0.3s;
    background: #fdfdfd;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.rates.list-wrapper .item-wrapper  .item-title {
    font-size: 24px;
    margin-bottom: 20px;
    color: var(--secondary-color);
    text-align: center;
}

.rates.list-wrapper .item-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.rates.list-wrapper .item-wrapper li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.rates.list-wrapper .item-wrapper li::before {
    background: url('/local/templates/square-blue/components/bitrix/news.list/flex-3-blocks/images/check.svg') center center no-repeat;
    content: '';
    width: 15px;
    height: 13px;
    display: block;
    position: relative;
    bottom: 1px;
    margin-right: 11px;
}

.rates.list-wrapper .item-feature {
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: 600;
    border: 1px solid var(--secondary-color);
    padding: 20px 15px;
    line-height: 1.3;
    margin-bottom: 20px;
    min-height: 83px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rates.list-wrapper .item-feature .item-feature-value {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.rates.list-wrapper .item-price-block {
    background: var(--secondary-color);
    color: #fff;
    margin: 0 -25px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.rates.list-wrapper .item-price-block .price-num {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
.item-btn-block {
    margin: 25px 0;
    text-align: center;
}
.rates .item-footer, .rates .quantity-info {
    display: flex;
    justify-content: space-between;
}
.rates .item-footer {
    gap: 30px;
    flex-direction: column;
}
.rates .quantity-info {
    gap: 20px;
}
.rates.list-wrapper .item-description {
    min-height: 100px;
}
.rates .quantity-info-title {
    text-align: center;
}

.rates .quantity-block {
    display: flex;
    justify-content: center;
}

.rates .quantity-input{
    display: inline-block;
    padding: 0;
    max-width: 50px;
    width: auto;
    height: 40px;
    border: 1px solid transparent;
    border-radius: 2px;
    background: transparent !important;
    color: #000;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    line-height: 22px;
    outline:none;
}

.quantity-button {
    position: relative;
    min-width: 22px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    width: 40px;
    height: 40px;
    font-size: 22px;
    border: none;
    background: var(--secondary-color);;
    color: #fff;
    border-radius: 5px;
    display: flex
;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: background 300ms ease, opacity 300ms ease;
}
.quantity-button[disabled] {
    opacity: 0.7;
}
/* End */
/* /local/templates/square-blue/components/bitrix/news.list/flex-3-blocks/style.css?17611295053199 */
