.halfError {
        font-weight: 700;
        margin-bottom: 10px;
}
.halfError span.error-caption {
        font-size: 1.3rem;
        vertical-align: middle;
}
.halfError span {
        color: #db3624;
}
.pizza-constructor-btn {
    font-size: 1.2rem;
    padding: 10px 25px;
    text-decoration: none !important;
    margin-bottom: 10px;
}
.pizza-constructor-btn:hover {
    background: #000;
}

@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 300;
    font-display: block;
    src: url("../fonts/fontawesome/fa-light-300-custom.eot");
    src: url("../fonts/fontawesome/fa-light-300-custom.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-light-300-custom.woff2") format("woff2"), url("../fonts/fontawesome/fa-light-300-custom.woff") format("woff"), url("../fonts/fontawesome/fa-light-300-custom.ttf") format("truetype"), url("../fonts/fontawesome/fa-light-300-custom.svg#fontawesome") format("svg"); }
.fal {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
}
.fa-info:before {
    content: "\f129";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-info-square:before {
    content: "\f30f";
}
.fa-ban:before {
    content: "\f05e";
}

.sub_header {
    font-size: 1.6rem;
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

/* ---Конструктор--- */
.pzc {
    font-size: 0.9rem;
}
.pzc__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pzc__tip-info {
    font-size: 0.65rem;
    color: #fff;
    background: #da3134;
    padding: 0.4rem 0.5rem;
    margin-left: 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.pzc__tip-info:hover {
    background: #000;
}
/* ---- */
.pzc__cart {
    flex-grow: 1;
    /*flex: 0 0 38%;
    max-width: 38%*/
}
.pzc__cart-preview {
    position: relative;
    min-height: 423px;
    text-align: center;
    background: url(../img/pizza_constructor/testo.png) no-repeat 50% / contain, url(../img/pizza_constructor/base.png) no-repeat 50% / contain;
    margin-bottom: 2rem;
}
.pzc__cart-preview-img {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.5s ease;
}
.pzc__cart-preview-img--shown {
    opacity: 1;
}

.pzc__cart-title {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 700;
}
.pzc__cart-list {
    margin-bottom: 1.8rem;
    background: #fff;
    padding: 0 1rem;
}
.pzc__cart-item {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: default;
    border-bottom: 1px solid #e5e5e5;
}
.pzc__cart-item i.fa-times {
    color: #da3134;
    font-size: 1.2rem;
    margin-right: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.pzc__cart-item i.fa-times:hover {
    color: #000;
}

.pzc__cart-options {
    margin-bottom: 1rem;
}
.pzc__cart-option {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 6px;
    border-radius: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-bottom: 10px;
}
.pzc__cart-option:hover,
.pzc__cart-option--active {
    box-shadow: 0 0 0 1px #da3134;
}
.pzc__cart-size {
    background: #f2f2f2;
    padding: 10px 8px;
    border-radius: 5px;
    margin-right: 7px;
    position: relative;
}
.pzc__cart-size i {
    color: #da3134;
    vertical-align: middle;
    font-size: 1.4rem;
}
.pzc__cart-option-price span {
    color: #da3134;
    font-weight: 700;
}

.pzc__cart-buy {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 2rem;
}
.pzc__cart-buy .btn {
    background: #000;
    font-size: 1.1rem;
    padding: 10px 20px;
}
.pzc__cart-buy .btn:hover {
    background: #da3134;
}

.pzc__cart-rules {
    padding-bottom: 2rem;
}
.pzc__cart-rules .asterix {
    color: #da3134;
    font-weight: 700;
}

/* ---- */
.pzc__groups {
    flex-grow: 1;
    /*flex: 0 0 calc(62% - 18px);
    max-width: calc(62% - 18px);*/
}
.pzc__group-title {
    background: #fff;
    border: 1px solid #ededed;
    font-size: 1.2rem;
    padding: 1rem 1.5rem;
    border-radius: 5px;
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}
.pzc__group-title .fa-info {
    margin-top: -4px;
}
.pzc__group-toggler {
    color: #da3134;
    font-size: 1.3rem;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    margin-right: 18px;
    border: 1px solid #da3134;
    cursor: pointer;
}
.pzc__group-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.2% 10px;
}
.pzc__group-item {
    background: #fff;
    border-radius: 6px;
    flex: 0 0 47.6%;
    max-width: 47.6%;
    margin: 0 1.2% 30px;
    text-align: center;
    position: relative;
    padding-bottom: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.pzc__group-item:hover,
.pzc__group-item--active {
    box-shadow: 0 0 0 1px #da3134;
}

.pzc__group-item--active .pzc__group-item-btn,
.pzc__group-item:hover .pzc__group-item-btn {
    background: #da3134;
}
.pzc__group-item-icon {
    margin: 0.5rem;
}
.pzc__group-item-title {
    line-height: 1.4;
    margin: 0 0.5rem;
}
.pzc__group-item-btn {
    position: absolute;
    bottom: -21px;
    left: 50%;
    margin-left: -21px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    background: #d9d9d9;
    font-size: 1.5rem;
    border-radius: 100%;
    transition: all 0.3s ease;
}
.pzc__group-item-remove {
    transform: rotate(45deg);
}
.pzc__group-item .pzc__group-item-remove:hover {
    background: #000;
}

@media (max-width: 1024px) {
    /*unsticky*/
    .pzc__cart {
        height: auto !important;
    }
    .pzc__cart-inner {
        flex-grow: 1;
        width: 100% !important;
        position: static !important;
        height: auto !important;
    }
}
@media (min-width: 576px) {
    .pzc__group-item {
        flex: 0 0 30.6%;
        max-width: 30.6%;
    }
}
@media (min-width: 768px) {
    .pzc__group-item {
        flex: 0 0 22.6%;
        max-width: 22.6%;
    }
}@media (min-width: 768px) {
    .pzc__group-item {
        flex: 0 0 22.6%;
        max-width: 22.6%;
    }
}
@media (min-width: 992px) {
    .pzc__cart {
        flex: 0 0 38%;
        max-width: 38%
    }
    .pzc__groups {
        flex: 0 0 calc(62% - 18px);
        max-width: calc(62% - 18px);
    }
    .pzc__group-item {
        flex: 0 0 30.6%;
        max-width: 30.6%;
    }
}
@media (min-width: 1200px) {
    .pzc__cart {
        flex: 0 0 38%;
        max-width: 38%
    }
    .pzc__groups {
        flex: 0 0 calc(62% - 18px);
        max-width: calc(62% - 18px);
    }
    .pzc__group-item {
        flex: 0 0 17.6%;
        max-width: 17.6%;
    }
}