body, html {
    overflow-x: hidden;
}

.basket__item__val {
    display: inline-block;
    width: 30px;
    text-align: center;
    margin-left: 6px;
    margin-right: 6px;
}

.basket__button-order {
    color: #FFF !important;
    padding: 14px 30px;
    cursor: pointer;
}

.take__institution__logo {
    width: 40px;
}

.take__institution__btn {
    padding: 10px 25px;
}

#countdown {
    display: inline-block;
    min-width: 40px;
    text-align: center
}

.take__institution__btn.green {
    background: #00A52B;
}

.take__institution__btn span {
    margin-right: 0 !important;
}

.promo {
    overflow: hidden;
}

.promo-temp {
    padding: 0 10px;
    margin-bottom: 24px;
    position: relative;
}

.promo-temp:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.12);
    right: 100%;
    margin-right: 20px;
    border-radius: 4px;
}

.promo-temp:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #EEE;
    left: 100%;
    margin-left: 20px;
    border-radius: 4px;
}

.promo-temp__img {
    width: 100%;
    border-radius: 4px;
}

.basket__remove {
    width: 25px;
    height: 25px;
    background: url(/include/icons/basket-remove.php) center center no-repeat;
    background-size: 100% !important;
}

.basket__remove:hover {
    fill: #000;
    background: url(/include/icons/basket-remove.php?opacity=0.5) center center no-repeat;
    background-size: 100%;
}

.news__block__title a{
    color: #000;
}

.pascucci-menu__button {
    padding: 12px 80px;
}

.overlay-menu {
    transform: translateY(-100%);
    transition: transform 0.3s ease, opacity 0.15s ease;
    -webkit-transition: transform 0.3s ease, opacity 0.15s ease;
    -moz-transition: transform 0.3s ease, opacity 0.15s ease;
    -o-transition: transform 0.3s ease, opacity 0.15s ease;
    -ms-transition: transform 0.3s ease, opacity 0.15s ease;
}

.overlay-menu.view {
    transform: translateY(0);
    opacity: 1;
}

.pascucci-menu {
    position: relative;
    z-index: 1;
    padding-bottom: 40px;
    padding-top: 40px;
}

.pascucci-menu-o {
    padding-top: 64px;
}

.order__pay__wrap__btns button {
    margin-right: 8px;
}

.order__pay__wrap__btns button.active {
    background: #000;
    color: #FFF;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.overlay-menu__logo img {
    width: 38px;
}

.pascucci-menu__institutions-block img {
    width: 32px;
}

.basket-overlay__wrap {
    max-width: 155px;
}

.header__wrapper {
    overflow: inherit;
}

.basket-overlay {
    display: block;
    right: 0;
    top: 101px;
    opacity: 0;
    visibility: hidden;
    cursor: default;
    transition: top 0.1s ease, opacity 0.1s ease;
}

.basket-overlay.opened {
    top: 61px;
    visibility: visible;
    opacity: 1;
}

.basket-overlay.opened-overlay {
    position: fixed;
    margin-left: -166px;
    left: 50%;
    right: auto;
    top: 81px;
    visibility: visible;
    opacity: 1;
    transform: translateX(116.8%);
}

.header__basket {
    transition: 0.1s ease;
}

.header__basket:hover {
    background-color: rgba(0, 165, 43, 0.9);
}

.header__basket:active {
    background-color: #00A52B;
}

.header__basket {
    padding: 0;
}

.header__basket__box {
    padding: 8px 12px 8px 8px;
}

.basket-overlay__block:first-child {
    margin-right: 0;
}

.basket__item__descr,
.basket-overlay__text,
.order__composition__descr {
    text-transform: lowercase;
}

.basket__item__descr:first-letter,
.basket-overlay__text:first-letter,
.order__composition__descr:first-letter {
    text-transform: uppercase;
}

.basket__item__descr span:after,
.basket-overlay__text span:after,
.order__composition__descr span:after {
    content: ", ";
}

.basket__item__descr span:last-child:after,
.basket-overlay__text span:last-child:after,
.order__composition__descr span:last-child:after {
    content: "";
}

.header__mobile-menu__list {
    position: absolute;
    height: auto;
    top: 0;
}

.header__mobile-menu__block.opened .header__mobile-menu__list {
    opacity: 1;
}

.header__mobile-menu__block__overlay {
    visibility: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
}

.header__mobile-menu__block.opened .header__mobile-menu__block__overlay {
    visibility: visible;
}

.header__mobile-menu__block {
    display: none;
    background: none;
    visibility: hidden;
    height: inherit;
}

.header__mobile-menu__block.opened {
    display: block;
    visibility: visible;
}

.opened .bar1 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 1px;
    width: 17px; }

.opened .bar3 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 1px;
    background-color: transparent;
    width: 15px; }

.opened .bar2 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 1px;
    background-color: transparent;
    width: 15px; }

.opened .bar4 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 1px;
    width: 17px; }

.order__pay__radio:first-child {
    margin-bottom: 24px;
}

.overlay-menu__search {
    display: inline-block;
}

.institution-info__item {
    padding-top: 24px;
    padding-bottom: 24px;
}

.header__basket__val {
    margin-left: 8px;
    margin-right: 3px;
    padding-left: 12px;
}

.header__basket__box {
    padding: 8px 10px 8px 10px;
}

.product-item-scu-item-list {
    overflow: hidden;
}

.pascucci-menu__item__price span,
.basket__item__price span {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 80%;
}

.basket-overlay__price span,
.basket__button-order span,
.order__pay__wrap__btns button span,
.order__button span,
.order__composition__just-v span,
.order__composition__price span,
.institution-info__value span {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 85%;
}

.rouble-symbol {
    font-family: "Helvetica Neue", sans-serif;
}

.order__item {
    margin-bottom: 24px;
}

.take > .container > .row {
    align-items: center;
}

.take__title {
    margin-top: 0;
}

.order__form input {
    padding-top: 10px;
}

.order__composition > div:last-child .order__composition__item {
    border-bottom: none;
}

.basket-items-list-item-container.loading,
.basket__item.loading {
    transition: opacity 0.3s ease;
    opacity: 0.5;
}

.pascucci-menu__search-result {
    display: none;
    min-height: 600px;
    height: auto;
    padding-bottom: 80px;
}

.products,
.pascucci-menu__search-result.loading {
    transition: 0.3s ease;
}

.products.loading,
.pascucci-menu__search-result.loading {
    opacity: 0.5;
}

.overlay-menu__wrapper {
    overflow: inherit;
}

.pascucci-menu__item__plus {
    font-size: 16px;
}

.pascucci-menu__item__btns {
    display: flex;
}

.pascucci-menu__item__val {
    margin: 0 3px;
    min-width: 35px;
    text-align: center;
}

.pascucci-menu__item__btns.loading {
    opacity: 0.5;
}

.basket__item__descr {
    min-height: 21px;
}

button,
input,
textarea {
    touch-action: manipulation;
}

.pascucci-menu__menu-wrap {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.pascucci-menu__menu-val,
.overlay-menu__val {
    border-bottom: none !important;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=date]
textarea {
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
}

input[type=text]:hover,
input[type=email]:hover,
input[type=tel]:hover,
input[type=number]:hover,
input[type=date]:hover,
textarea {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=date]:focus,
textarea {
    border-bottom: 1px solid rgb(0, 0, 0);
}

.basket__item__marks {
    position: absolute;
    left: 0;
    top: 0;
}

.pascucci-menu__item__stock {
    position: relative;
    margin-bottom: 5px;
    margin-left: 3px;
    display: inline-block;
}

.pascucci-menu__item__marks {
    position: absolute;
    right: 0;
    top: 0;
}

.pascucci-menu__menu-item.hide {
    display: none;
}

.pascucci-menu__menu-items {
    width: auto;
    overflow: hidden;
    height: 36px;
}

.pascucci-menu__menu-link.more,
.pascucci-menu__menu-link__link.more{
    color: rgba(0, 0, 0, 0.64);
    cursor: pointer;
}

.pascucci-menu__menu-dropdown,
.pascucci-menu__menu-dropdown-overlay {
    visibility: hidden;
    opacity: 0;
    display: flex;
    flex-direction: column;
    background: #FFF;
    border-radius: 4px;
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.16);
    top: 200%;
    margin-left: -15px;
    position: absolute;
    min-width: 160px;
    transition: 0.15s ease;
    z-index: 100;
}

.pascucci-menu__menu-dropdown.opened,
.pascucci-menu__menu-dropdown-overlay.opened {
    visibility: visible;
    opacity: 1;
    top: 105%;
}

.pascucci-menu__menu-dropdown li,
.pascucci-menu__menu-dropdown-overlay li{
    margin: 0;
}

.pascucci-menu__menu-dropdown li a,
.pascucci-menu__menu-dropdown-overlay li a{
    height: auto;
    line-height: 1;
    padding: 15px 20px 15px 15px;
    border-bottom: 1px solid #F3F3F3;
}

.pascucci-menu__menu-dropdown li:last-child a,
.pascucci-menu__menu-dropdown-overlay li:last-child a {
    border-bottom: none;
}

.empty_mini-basket {
    height: auto;
    padding: 62px 76px;
    text-align: center;
}

.empty__mini-cart__title {
    padding: 24px 0 12px 0;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
}

.empty__mini-cart__text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    color: rgba(0, 0, 0, 0.64);
}

.empty__mini-cart__img {
    width: 47px;
    height: 55px;
    background: url(/local/templates/peretz/assets/img/basket_empty_white.svg)no-repeat;
    background-size: 100%;
    display: inline-block;
}

.content li {
    display: block;
    list-style-type: decimal;
}

.content li:before {
    content: counters(item, ".") ". ";
    counter-increment: item;
    margin-right: 5px;
}

.content ol {
    counter-reset: item;
    padding-left: 20px;
}

.content > ol {
    padding-left: 0;
}

.content ol {
    margin-bottom: 32px;
}

.content h2 {
    display: inline-block;
    margin-bottom: 16px;
    font-weight: bold;
}

.content ol li {
    margin-bottom: 12px;
}

.content h3 {
    font-weight: bold;
    margin-bottom: 20px;
}

.header__block__5 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.header__phone {
    display: flex;
    flex-grow: 1;
    justify-content: center;
}

.header__phone__number {
    padding-left: 26px;
    background: url(/local/templates/peretz/assets/img/header/phone_black.svg) no-repeat;
    background-position: -4px -3px;
    background-size: 28px;
    font-size: 15px;
    position: relative;
    padding-bottom: 17px;
}

.header__phone a {
    color: #000;
}

.header__phone a:hover {
    text-decoration: none;
}

.header__phone__number:after {
    content: "Служба доставки";
    position: absolute;
    bottom: -1px;
    left: -5px;
    font-size: 12px;
    width: 100px;
}

@media (min-width: 1199.98px) {
    .pascucci-menu__item {
        display: flex;
        flex-direction: column;
    }
    .pascucci-menu__menu-limiter {
        display: flex;
    }
    .product-item {
        display: flex;
    }
    .pascucci-menu__item__block {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }
    .pascucci-menu__item__wrap {
        margin-top: auto;
    }
}

@media (max-width: 991.98px) {

    .header__basket {
        margin-left: 0;
    }
    .header__phone {
        justify-content: flex-end;
    }
    .header__phone__number {
        width: 24px;
        height: 24px;
        background-position: left center;
        padding: 0;
        background-size: 30px;
    }
    .header__phone__number:after {
        display: none;
    }
    .header__phone__number span {
        display: none;
    }

    .pascucci-menu__search-result {
        padding-top: 30px;
    }
    .pascucci-menu__menu-items {
        overflow-x: auto;
        white-space: nowrap;
    }
    .basket-overlay.opened-overlay {
        transform: translateX(89.8%);
    }
    .order__btns {
        display: flex;
        margin-top: 0px;
        flex-direction: column;
    }

    .order__btns button:first-child {
        order: 1;
    }

    .basket__item__stock {
        position: relative;
        margin-bottom: 5px;
    }
}

@media (max-width: 991.98px) {
    .order__btns.d-lg-block {
        display: flex !important;
    }
    .basket-items-list-table .basket__item {
        display: flex;
        padding-right: 30px;
    }
    .basket__item__remove {
        top: 22px;
        right: 15px;
    }
    .basket__promo {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .pascucci-menu__item {
        align-items: flex-start;
    }
    .pascucci-menu__menu-items {
        width: auto;
        display: flex;
    }
    .pascucci-menu__menu-search__mobile {
        display: flex;
        margin-left: auto;
        flex: 0 0 24px;
    }
    .pascucci-menu-o {
        padding-top: 24px;
    }
    .pascucci-menu {
        padding-top: 24px;
        padding-bottom: 32px;
    }

    .footer__contacts__link:first-child {
        margin-right: 18px;
        justify-content: flex-end;
    }

    .footer__contacts__link:last-child {
        justify-content: start;
    }

    .footer__contacts__link {
        display: flex;
        width: calc(50% - 9px);
    }

    .footer__mobile-menu__contacts {
        margin: 24px 0;
        display: flex !important;
    }

    .footer__contacts__link img {
        width: 100%;
        max-width: 159px;
    }

    .header__basket__box {
        display: none;
    }
    .basket__item__box {
        z-index: 10;
    }
    .pascucci-menu__item__img img,
    .institution-info__mobile__item img {
        height: auto;
    }

    .pascucci-menu__basket-mobile {
        transition: 0.3s ease;
    }
    .pascucci-menu__basket-mobile.none {
        bottom: -100px !important;
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .pascucci-address .container {
        padding: 0;
    }

    .pascucci-address__title {
        padding-left: 15px;
    }

    .pascucci-address .owl-carousel .owl-stage {
        margin-left: 13px;
    }
}

@media (max-width: 375px) {
    .order__pay__wrap__btns button {
        margin-right: 5px;
        padding: 8px 8px;
    }
}

@media (max-width: 340px) {
    .pascucci-menu__item__img {
        width: 130px;
        height: 130px;
    }
    .pascucci-menu__item__img img {
        width: 130px;
    }
    .pascucci-menu__item__btns {
        position: absolute;
        right: 0;
    }

    .order__pay {
        padding: 20px 10px 20px 15px;
    }
    .order__pay__wrap__btns button {
        padding: 8px 8px;
        margin-right: 3px;
    }
    .institution-info__mobile__item {
        padding: 13px 5px 13px 5px;
    }
    .institution-info__mobile__block {
        margin-left: 10px;
    }
    .institution-info__mobile__text {
        margin-right: 30px;
    }
    .pascucci-menu__button {
        padding: 12px 40px;
    }
}

.landing-header {
    padding: 50px 0;
    color: #FFF;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 500px;
}

.landing-header .container {
    z-index: 100;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.landing-header__title h1 {
    font-size: 3.2rem;
    font-weight: bold;
}

.landing-header__subtitle {
    font-size: 1.6rem;
}

.landing-header:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2));
}

.landing-header__logo {
    padding: 48px 0;
}

.landing-header__logo img {
    width: 250px;
}

.cooking-school__description {
    max-width: 900px;
    font-size: 1.25rem;
    padding: 32px;
    margin: 32px auto;
    border: 1px solid #EEE;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
    line-height: 1.3;
}

.cooking-school h2 {
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    padding-top: 20px;
    color: #676767;
}

.cooking-school__cards {
    display: flex;
    flex-wrap: wrap;
    padding: 32px 0 32px 0;
}

.cooking-school__card-wrapper {
    padding: 10px;
    width: 25%;
}

.cooking-school__card {
    padding: 15px;
    border: 1px solid #EEE;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
    height: 100%;
}

.cooking-school__card__title {
    font-size: 1.2rem;
    font-weight: 800;
}

.cooking-school__card__content {
    padding: 15px 0;
}

.cooking-school__card__button {
    margin-top: auto;
    padding-top: 10px;
}

.cooking-school__card__button .btn {
    background: #d00c17;
    color: #FFF;
    width: 100%;
}

.cooking-school__card__button .btn:hover {
    background: #e30713;
}

.cooking-school__card__button .btn:active {
    background: #b00e17;
}

.cooking-school__program {
    display: flex;
    flex-wrap: wrap;
    margin: 28px 0;
}

.cooking-school__program__item-wrapper {
    width: 25%;
    padding: 20px 10px
}

.cooking-school__program__item {
    border-radius: 5px;
}

.cooking-school__program__item-title {
    font-size: 1.2rem;
    font-weight: 800;
    padding-bottom: 5px;
}

.cooking-school__program__item-content {
    line-height: 1.1;
}

.cooking-school .contact__info {
    margin-bottom: 0;
}
.cooking-school .contact__compulsory {
    margin-top: 0;
}
.cooking-school .contact__btn {
    margin-top: 32px;
}

.contact.cooking-school {
    margin: 32px 0;
}

.cooking-school__faq {
    margin: 0 auto 40px auto;
}

@media screen and (max-width: 992px) {
    .landing-header__title h1 {
        font-size: 2.2rem;
    }
    .landing-header__subtitle {
        font-size: 1.4rem;
    }
    .landing-header__logo img {
        width: 200px;
    }
    .cooking-school__description {
        font-size: 1.125rem;
    }
    .cooking-school__card-wrapper {
        width: 50%;
    }
    .cooking-school__program__item-wrapper {
        width: 50%;
        padding: 20px 10px;
    }
}

@media (max-width: 768px) {
    .cooking-school h2 {
        font-size: 1.3rem;
    }
    .landing-header__title h1 {
        font-size: 1.8rem;
    }
    .landing-header__subtitle {
        font-size: 1.2rem;
    }
    .landing-header__logo img {
        width: 160px;
    }
    .landing-header {
        min-height: 380px;
    }
}

@media (max-width: 480px) {
    .cooking-school h2 {
        font-size: 1.2rem;
    }
    .cooking-school__description {
        padding: 18px;
        line-height: 1.2;
    }
    .landing-header__title h1 {
        font-size: 1.6rem;
    }
    .landing-header__subtitle {
        font-size: 1rem;
    }
    .landing-header__logo img {
        width: 130px;
    }
    .landing-header__logo {
        padding: 25px 0;
    }
    .landing-header {
        min-height: 290px;
    }
    .cooking-school__card {
        padding: 12px;
    }
    .cooking-school__card-wrapper {
        padding: 7px;
    }

    .cooking-school__cards,
    .cooking-school__program {
        flex-wrap: nowrap;
        overflow-x: auto;
        margin: 0 -15px;
    }
    .cooking-school__card-wrapper,
    .cooking-school__program__item-wrapper {
        width: 250px;
        flex: 0 0 250px;
    }
    .cooking-school__program__item-wrapper:first-child,
    .cooking-school__card-wrapper:first-child {
        margin-left: 10px;
    }
    .cooking-school__program__item-wrapper:last-child,
    .cooking-school__card-wrapper:last-child {
        margin-right: 10px;
    }
}

.job-list {
    display: flex;
}

.job-list__col {
    flex-grow: 1;
    margin-bottom: 32px;
}

.job-list h3 {
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 1.125rem;
}

@media (max-width: 575px) {
    .job-list {
        flex-direction: column;
    }
}

