

/* Start:/local/components/wf/pizza.section/templates/.default/style.css?177011589314453*/
/**/

.page-header_edited .page-header__desc {
    max-width: 780px;
}

.page-header_edited .page-header__title {
    max-width: 658px;
}

@font-face {
    font-family: 'rub';
    src: url('/local/templates/main/font/rouble.woff2') format('woff2'), url('/local/templates/main/font/rouble.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('/local/templates/main/font/Robotocondensedbold.woff2') format('woff2'), url('/local/templates/main/font/Robotocondensedbold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.title_condensed {
    font-family: 'Roboto Condensed';
}

.rub {
    font-family: 'rub';
}

.p-preims {
    padding-top: 90px;
    padding-bottom: 90px;
    display: flex;
    align-items: flex-start;
}

.p-preim__img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 110px;
    text-align: center;
    margin-bottom: 25px;
}

.p-preim__title {
    font-size: 14px;
    font-weight: bold;
    display: block;
    text-align: center;
    text-transform: uppercase;
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.p-preims {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    display: flex;
    align-items: flex-start;
}

.souce {
    display: block;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
}

.pizza__desc {
    text-align: center;
    font-size: 16px;
}

.pizza-detail {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pizza-detail__title_circle:before {
    content: '';
    width: 18px;
    height: 18px;
	margin-right: 7px;
    border-radius: 50%;
    background: #94c22b;
    /*position: absolute;
    left: 0;
    top: 50%;
	transform: translateY(-50%);*/
}

.pizza-detail__title:not(:first-child) {
    margin-left: 15px;
}

.pizza-detail__title_tile:before {
    content: '';
    width: 17px;
    height: 18px;
	margin-right: 7px;
    background: url('/local/components/wf/pizza.section/templates/.default/../images/pizza-tile.svg') no-repeat center;
    background-size: contain;
    /*position: absolute;
    left: 0;
    top: 50%;
	transform: translateY(-50%);*/
}

.p-tile {
    display: flex;
    align-items: center;
}

.p-tile__ico {
    margin-right: 10px;
}

.p-tile__title {
    font-size: 18px;
    display: inline-block;
}

.pizza__img {
    margin-bottom: 26px;
    display: block;
    text-align: center;
}

.pizza__title {
    min-height: 68px;
    font-size: 24px;
    display: block;
    text-align: center;
    font-weight: bold;
}

.m-notif__close:before {
    content: '';
    width: 14px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

.m-notif__title {
    display: block;
    width: 100%;
    margin-bottom: 14px;
}

.m-notif__close:after {
    content: '';
    width: 2px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

.m-notif__close {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    transform: rotate(45deg);
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 8px;
}

.m-notif__link {
    border-radius: 4px;
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
}

.pizza-detail__title {
    position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
    /*padding-left: 2.0rem;*/
    width: 48%;
	white-space: nowrap;
    font-size: 24px;
}

.pizza {
    display: block;
    border: 1px solid #eaeaea;
    padding: 40px 36px;
    margin-bottom: 20px;
}

.p-table .counter__control {
    width: 34px;
    height: 34px;
    border: 5px solid #94c22b;
}

.row.row_macro {
    margin-left: -32px;
    margin-right: -32px;
}

.p-summ__val {
    display: inline-block;
    margin-left: 10px;
    font-size: 24px;
    font-weight: 500;
}

.row.row_macro .col {
    padding-left: 32px;
    padding-right: 32px;
}

.pizza-nav__btn.active {
    background: #94c22b;
    border-color: #94c22b;
    color: #fff;
}

.p-section__title {
	position: relative;
    font-size: 36px;
    display: block;
	margin-bottom: 0;
}
.pizza-mobile__content {
	margin-top: 15px;
}

.pizza-nav__btn:hover {
    background: #94c22b;
    border-color: #94c22b;
    color: #fff;
}

.pizza-nav {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.pizza-nav__btn {
    transition: all .3s ease;
    width: calc(50% - 7px);
    font-size: 20px;
    display: inline-block;
    padding: 8px 15px;
    text-align: center;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #666666;
}

.p-order {
    border-top: 2px solid #e5e5e5;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 24px 0;
    z-index: 99;
    border-bottom: 2px solid #e5e5e5;
}

.p-table__title {
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    max-width: 230px;
}

.pizza__info {
    margin-bottom: 25px;
}

.p-order__wrapp {
	position: relative;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
    max-width: 1590px;
}
.p-section__title.active:before,
.p-section__title.active:after {
	display: none;
}
.p-section__title:before, .p-section__title:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 12px;
	width: 2px;
	height: 25px;
	background-color: #333;
}
.p-section__title:before {
	transform: translateY(-50%) rotate(-45deg);
}
.p-section__title:after {
	transform: translateY(-50%) rotate(45deg);
}

.p-price {
    display: inline-block;
    font-size: 28px;
}

.p-summ__tiles .p-title-circle {
    margin-right: 35px;
}

.p-summ-nav {
    align-items: center;
}

.p-summ__price {
    margin-right: 20px;
}

.p-title-circle:before {
    content: '';
	display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #94c22b;
	margin-right: 10px;
    /*position: absolute;
    left: 0;
    top: 0;*/
}

.p-title-circle {
    position: relative;
    display: inline-flex;
	align-items: center;
    /*padding-left: 38px;*/
    font-size: 18px;
	
}

.p-table {
    display: table;
    width: 100%;
}

.p-table__remove:before {
    content: '';
    width: 20px;
    height: 2px;
    background: #333;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.p-table__remove:after {
    content: '';
    width: 2px;
    height: 20px;
    background: #333;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.p-table__remove {
    transform: rotate(45deg);
    background: none;
    border: none;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    top: -10px;
}
.p-table__remove:hover {
	cursor: pointer;
}

.p-table__row {
    display: table-row;
}

.p-table__td {
    padding: 10px 15px;
    vertical-align: middle;
    display: table-cell;
}

.p-table__td:first-child {
    padding-left: 0;
}

.p-summ__title {
    font-size: 2.4rem;
    font-weight: bold;
    display: inline-block;
}

.p-summ__btn {
    display: inline-block;
    width: 260px;
    padding: 9px 15px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #696969;
    color: #000;
    font-size: 20px;
}

.p-summ__price {
    font-size: 28px;
    font-weight: 500;
    display: inline-block;
}

.p-summ__tiles {
    display: inline-flex;
    align-items: center;
}

.p-summ {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 50px 20px 50px 70px;
}

.p-order.active {
    position: relative;
}

.p-preims {
    padding-left: 15px;
    padding-right: 15px;
}

.pizza-popup {
    width: 96%;
    padding: 14px 110px;
    background: #fff;
    border-radius: 4px;
    max-width: 1531px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.cake-order-nav .cake-order-nav {
    margin-right: 15px;
}

.m-notif.active {
    opacity: 1;
    transform: translateY(0);
}

.m-notif {
    background: #7bc300;
    color: #fff;
    width: 100%;
    padding: 20px 15px;
    border-radius: 4px 4px 0 0;
    text-align: center;
    font-size: 16px;
    position: fixed;
    left: 0;
    bottom: 0;
    opacity: 0;
    transform: translateY(100%);
    transition: all .3s ease;
}

.p-preim__item {
    padding-left: 15px;
    padding-right: 15px;
}

.pizza-steps {
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 22px;
}
.pizza-steps li:not(:last-child) {
	margin-bottom: 5px;
}

@media(max-width:1550px) {
    .pizza {
        padding-left: 20px;
        padding-right: 20px;
    }
    .pizza-detail__title {
        font-size: 20px;
    }
    .mfp-content .price {
        width: 100%;
        margin-right: 15px;
    }
    .pizza-detail__title_circle:before,
	.p-title-circle:before {
        width: 15px;
        height: 15px;
    }
}

@media(max-width:1300px) {
    .p-table__title {
        font-size: 15px;
    }
    .p-table__remove {
        top: 0;
    }
    .p-title-circle {
        font-size: 15px;
    }
    .p-price {
        display: inline-block;
        font-size: 19px;
    }
    .p-summ__val {
        font-size: 18px;
    }
    .p-summ__btn {
        display: inline-block;
        width: 200px;
        padding: 9px 15px;
        border-radius: 4px;
        text-align: center;
        border: 1px solid #696969;
        color: #000;
        font-size: 16px;
    }
    .p-tile__title {
        font-size: 15px;
    }
    .p-table__td {
        padding: 10px 10px;
    }
    .p-summ {
        padding: 27px 20px 23px 18px;
    }
    .p-order {
        position: relative;
    }
    .p-summ__price {
        font-size: 20px;
    }
    .p-section__title {
        font-size: 26px;
    }
}

@media(max-width:1280px) {
    .pizza-nav__btn {
        font-size: 18px;
    }
    .row.row_macro {
        margin-left: -15px;
        margin-right: -15px;
    }
    .row.row_macro .col {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media(max-width:1200px) {
    .pizza-popup {
        padding: 14px 40px;
    }
    .p-table__title {
        max-width: 200px;
    }
    .pizza-detail__title {
        font-size: 16px;
    }
}

@media(max-width:990px) {
    .p-summ__title {
        margin-bottom: 15px;
    }
    .p-summ__price {
        width: 100%;
        margin-bottom: 15px;
    }
    .p-summ__tiles {
        width: 100%;
        margin-bottom: 15px;
    }
    .p-table {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .p-table__title {
        max-width: 100%;
    }
    .p-summ {
        flex-wrap: wrap;
    }
    .p-table__row {
        border: 1px solid #f3eeee;
        width: calc(33.3% - 10px);
        margin-right: 10px;
        display: block;
    }
    .p-table__td {
        border: none!important;
        display: block;
        width: 100%;
    }
    .p-table__title {
        max-width: 130px;
    }
	.pizza-steps {
		margin-bottom: 3rem;
	}
}

@media(max-width:760px) {
    .p-preims {
        padding-top: 40px;
        padding-bottom: 40px;
        flex-wrap: wrap;
    }
    .p-preim__item {
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }
    .p-preim__img {
        margin-bottom: 10px;
    }
    .pizza-detail__title {
        /*padding-left: 2rem;*/
    }
    .p-summ__tiles {
        flex-wrap: wrap;
    }
    .p-title-circle {
        display: inline-flex;
    }
    .p-summ__tiles .p-title-circle {
        margin-right: 10px;
    }
    .p-table {
        justify-content: space-between;
    }
    .p-table__row {
        width: calc(100% - 10px);
    }
    .p-table__title {
        max-width: inherit;
    }
	.pizza-mobile__content {
		margin-top: 0;
	}
	.pizza-steps {
		font-size: 18px;
	}
}

@media(max-width:560px) {
    .p-table__title {
		max-width: calc(100% - 30px);
        font-size: 18px;
    }
    .p-table__row {
        margin-right: 0;
        width: 100%;
        margin-bottom: 15px;
    }
}

.p-table__row__clear {
    display: none;
}

.pizza_small_notify {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    color: #c7c7c7;
}

.pizza-time {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 17px 27px;
    border: 2px dashed #C9CEAF;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 50px;
    margin-left: 15px;
}
.pizza-time__icon {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='31' viewBox='0 0 32 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.855 16.305L21.855 20.805C22.297 21.1365 22.9235 21.047 23.255 20.605C23.5865 20.163 23.497 19.5365 23.055 19.205L17.5 15V6.5C17.5 5.9475 17.0525 5.5 16.5 5.5C15.9475 5.5 15.5 5.9475 15.5 6.5V15.5C15.5 15.832 15.639 16.131 15.855 16.305Z' fill='%2385AE2A'/%3E%3Cpath d='M17 0C9.68052 0 3.43001 5.283 2.21001 12.5L1.83001 11.935C1.52051 11.4765 0.898511 11.3555 0.44001 11.665C-0.0184901 11.9745 -0.13949 12.5965 0.17001 13.055L2.17001 16.055C2.33451 16.305 2.60251 16.4685 2.90001 16.5H3.00001C3.26501 16.499 3.51851 16.393 3.70501 16.205L6.20501 13.705C6.59551 13.3145 6.59551 12.6805 6.20501 12.29C5.81451 11.8995 5.18051 11.8995 4.79001 12.29L4.17001 12.915C5.32151 5.828 12 1.017 19.0865 2.1685C26.173 3.32 30.985 9.998 29.8335 17.085C28.811 23.378 23.3755 28.001 17 28C12.979 28.073 9.17602 26.176 6.81501 22.92C6.49451 22.47 5.87001 22.3645 5.42001 22.685C4.97001 23.0055 4.86451 23.63 5.18501 24.08C7.91902 27.866 12.331 30.0765 17 30C25.2845 30 32 23.2845 32 15C32 6.7155 25.2845 0 17 0Z' fill='%2385AE2A'/%3E%3C/svg%3E%0A");
    width: 32px;
    height: 31px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.pizza-time__text {
    font-size: 16px;
    line-height: 26px;
    /* or 162% */


    color: #787B6A;
    padding-left: 18px;

}
#pizza-popup-show {
    cursor:pointer
}
@media (max-width: 359px) {
    .pizza-time {
        margin-left: 0;
        padding: 10px 18px;
    }
}

/* End */
/* /local/components/wf/pizza.section/templates/.default/style.css?177011589314453 */
