

/* Start:/local/templates/futbolki2020/components/bitrix/catalog.element/full_platki/style.css?16421705437930*/
.product-card__card-information-link {
    font-size: 16px;
    line-height: 18px;
    color: #2D71A2;
}

.card-information__price {
    flex-direction: column;
}

.card-information__price-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-information__price-item:first-child {
    margin-bottom: 7px;
}

.card-information__price-item .ruble {
    bottom: 0;
}

.card-information__price .card-information__price-item p {
    margin-top: 0;
    display: flex;
    align-items: flex-end;
}

.card-information__price .card-information__price-item .card-information__price_old {
    line-height: 17px;
}

.card-information__price .card-information__price-item .card-information__price_new {
    line-height: 22px;;
}

.card-information__price-item.pack .card-information__price_old {
    font-size: 13px;
    line-height: 13px;
}

.card-information__price-item.pack .card-information__price_new--pack {
    font-size: 16px;
    line-height: 14px;
}

.card-information__price .card-information__price-item.pack .card-information__price_old:after {
    height: 1px;
}

.card-information__price-item.pack .ruble {
    margin-right: 5px;
}

.card-information__price-item--prices {
    display: flex;
    align-items: baseline;
}

.card-information__price .card-information__price-item--prices .card-information__price_old {
    margin: 0 7px 0 0;
}

.card-information__price .card-information__price-item--prices .card-information__price_new {
    margin: 0;
}

.product-card .card-information__price {
    padding-bottom: 0;
    margin-bottom: 14px;
    border-bottom: none;
}

.product-card__cart {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 15px;
    border-bottom: 1px solid #F2F2F2;
}

.product-card__cart-item {
    width: 190px;
    background: transparent;
    border-radius: 3px;
    min-height: 36px;
}

.product-card__cart-item--btn {
    width: 45px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F6F6F7;
}

.product-card__cart-item .pRait {
    margin-left: 0;
}

.product-card__cart .card-information__sum-price-wrapper {
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
    border-bottom: none;
    background: transparent;
}

.product-card__cart-item .product--buy {
    align-self: flex-end;
    width: 100%;
}

.product-card__cart-item .product--buy a {
    padding: 4px 16px;
}

.product-card__cart-item .product--buy a {
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
}

.product-card__cart-item .product--buy a:hover {
    color: #2D71A2;
}

.product-card__cart-item .product--buy a svg {
    margin-right: 5px;
}

.product-card__cart-item .free-sizes-wrapper__sizes-quantity {
    height: 36px;
    background: #F6F6F7;
    border-radius: 3px;
}

.product-card__cart-item .free-sizes-wrapper__sizes-quantity.empty {
    height: 36px;
}

.product-card__cart-item .free-sizes-wrapper__sizes-quantity .sizes-quantity_number {
    flex-grow: 1;
}

.product-card__cart-item .free-sizes-wrapper__sizes-quantity .sizes-quantity_plus, .product-card__cart-item .free-sizes-wrapper__sizes-quantity .sizes-quantity_minus {
    line-height: normal;
}

.product-card__cart-item .free-sizes-wrapper__sizes-quantity .sizes-quantity_number {
    padding-top: 0;
}

.product-card__cart-item.card-information__sum-price-wrapper .sum-price-wrapper_sum {
    font-size: 14px;
    background: transparent;
    padding: 0;
    text-align: right;
}

.product-card__cart-item.card-information__sum-price-wrapper .sum-price-wrapper_sum .title {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.product-card__cart-item.card-information__sum-price-wrapper .sum-price-wrapper_sum .ruble {
    bottom: 2px;
}

.product-card__cart-item .sizes-list__free-sizes-wrapper {
    font-size: 14px;
    align-items: center;
}

.product-card__cart-item .free-sizes-wrapper_info-icon svg {
    height: 15px;
    width: 15px;
    vertical-align: baseline;
}

.product-card__cart-item .free-sizes-wrapper_info-icon {
    margin-left: 5px;
    margin-right: 5px;
    width: 19px;
    height: 19px;
}

.product-card__cart-item .free-sizes-wrapper_info-icon .svg-ico {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    border: 1px solid transparent;
    background: #fff;
}

.product-card__cart-item .free-sizes-wrapper_info-icon .svg-ico::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #42B51A;
}

.product-card__cart-item .free-sizes-wrapper_info-icon .svg-ico::after {
    content: 'i';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    z-index: 1;
}

.product-card__cart-item .free-sizes-wrapper_info-icon .svg-ico:hover {
    border: 1px solid #42B51A;
}

.product-card__cart-item .open .free-sizes-wrapper_info-icon .svg-ico:hover {
    border: 1px solid #2d71a2;
}

.product-card__cart-item .open .free-sizes-wrapper_info-icon .svg-ico::before {
    background: #2d71a2;
}

.product-card__cart-item .open .free-sizes-wrapper_info-icon .svg-ico::after {
    content: 'х';
    top: 8px;
    line-height: 15px;
}

.product-card__cart-item .free-sizes-wrapper_info-icon:hover {
    margin: 2px 5px 2px;
    width: 19px;
    height: 19px;
}

.product-card__cart-item .free-sizes-wrapper_info-icon:hover .size-icon-1 {
    display: block;
}
.product-card__cart-item .open .free-sizes-wrapper_info-icon:hover .size-icon-3 {
    display: block;
}

.product-card__cart-item .sizes-list__free-sizes-wrapper .free-sizes-wrapper_info {
    left: -5px;
    top: -5px;
    z-index: -1;
}

.product-card .card-sliders-wrapper {
    position: relative;
    top: 0;
}

.product-card .product-card__information-wrapper + .product-card__card-information2 {
    width: 100%;
}

.card-container + .product-card__card-information2 {
    width: calc(100% - 60px);
    margin: 0 auto;
}

@media (max-width: 576px) {
    .product-card__cart {
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
        padding-bottom: 5px;
    }

    .product-card__cart-item--count {
        width: 100%;
        display: flex;
        margin-bottom: 7px;
    }
    .product-card__cart-item--count .free-sizes-wrapper__sizes-quantity {
        width: 186px;
        min-width: 186px;
        margin-left: auto;
    }

    .product-card__cart-item--count .free-sizes-wrapper__sizes-quantity .sizes-quantity_plus, .product-card__cart-item--count .free-sizes-wrapper__sizes-quantity .sizes-quantity_minus {
        display: block;
    }

    .product-card__cart-item--btn {
        order: 2;
        margin-right: 7px;
    }

    .product-card__cart .card-information__sum-price-wrapper {
        order: 3;
    }

    .product-card__cart .card-information__sum-price-wrapper {
        margin: 0;
        width: 186px;
        margin-left: auto;
    }

    .product-card__cart-item.card-information__sum-price-wrapper .sum-price-wrapper_sum {
        order: 2;
        width: 100%;
        margin-top: 7px;
    }

    .product-card__cart-item .sizes-list__free-sizes-wrapper {
        margin: 0 auto 0 0;
        flex-wrap: wrap;
        justify-content: center;
        margin-right: 7px;
    }

    .product-card__cart-item .free-sizes-wrapper_info-icon .svg-ico::after {
        line-height: 15px;
    }

    .product-card__cart-item .sizes-list__free-sizes-wrapper .title {
        width: 100%;
        font-size: 10px;
        line-height: 11px;
        text-align: center;
    }

    .product-card .card-information__price {
        margin-bottom: 20px;
    }

    .product-card .card-container {
        margin: 0 auto;
    }
}
/* End */
/* /local/templates/futbolki2020/components/bitrix/catalog.element/full_platki/style.css?16421705437930 */
