/* Указываем box sizing */
*,
*::before,
*::after {
    box-sizing: border-box;
    font-family: 'Raleway';
}
html{
    margin: 0 !important;
}
/* Убираем внутренние отступы */
ul[class],
ol[class] {
    padding: 0;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

/* Выставляем основные настройки по-умолчанию для body */
body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class],
ol[class] {
    list-style: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
    text-decoration-skip-ink: auto;
}

/* Упрощаем работу с изображениями */
img {
    max-width: 100%;
    display: block;
}

/* Указываем понятную периодичность в потоке данных у article*/
article > * + * {
    margin-top: 1em;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
    font: inherit;
}
a{
    font-family: 'Raleway';
    text-decoration: none;
}
/* Удаляем все анимации и переходы для людей, которые предпочитай их не использовать */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
body.menu header{
    background: #000;
}
.home header{
    height: 100vh;
}
.home header h1{
    margin: 22vh auto 0;
}
header a{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    font-size: 25px;
    line-height: 29px;
    color: #FFFFFF;
}
header .btn{
    display: none;
}
.home header .btn{ 
   display: flex;
}
header{
    height: 50vh;
    background-color: #130e0e;
    padding-top: 20px;
    background-size: cover;
}
header .menu{
    display: flex;
    margin: 0 auto;
    max-width: 1200px;
    justify-content: space-between;
    align-items: center;
}

h1{
    font-family: 'Righteous';
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 62px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 22vh auto 0;
    margin: 12vh auto 0;

    max-width: 750px;
}
.btn{
    background: linear-gradient(180deg, #FFF384 0%, #E9AF19 100%);
    box-shadow: 0px 9px 26px rgba(255, 202, 16, 0.47);
    border-radius: 100px;
    max-width: 410px;
    height: 80px;
    display: flex;
    margin: 50px auto;
    font-size: 25px;
    justify-content: center;
    align-items: center;
    color: #000;
    font-weight: 500;
}
.btn img{
    width: 35px;
    object-fit: contain;
    width: 23px;
    object-fit: contain;
    margin-left: 20px;
}
.about_text{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 25px;
    text-align: center;
    color: #434343;
    max-width: 830px;
    margin: 100px auto;
}

.mySwiperHome .swiper {
    width: 100%;
    height: 100%;
}

.mySwiperHome .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 300px!important;
    background-size: cover;
    display: flex;
    justify-content: flex-end;
}

.item_text{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 60%;
}

.item_text .sale {
    width: 255px;
    height: 55px;
    background: linear-gradient(180deg, #FFF384 0%, #E9AF19 100%);
    box-shadow: 0px 9px 26px rgba(255, 202, 16, 0.47);
    border-radius: 50px 0px 0px 0px;
    font-weight: 600;
    font-size: 35px;
    text-align: left;
    padding-left: 55px;
    margin-top: 55px;
}
.item_text .text{
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-top: 30px;
    min-width: 300px;
}
.item_text .price{
    font-weight: 700;
    font-size: 55px;
    line-height: 64px;
    text-align: center;
    color: #E9AF19;
    font-family: 'Roboto';
    width: 100%;
}
.rewiew{
    margin-top: 50px;
}
.rewiew h2{
    font-family: 'Righteous';
    font-style: normal;
    font-weight: 400;
    font-size: 70px;
    text-align: center;
    text-transform: uppercase;
}
.footer_baner{
    height:632px;
    background: linear-gradient(176.18deg, #1C1616 19.27%, rgba(27, 26, 26, 0) 73.29%);
    position: relative;
    padding-top: 70px;

}
.footer_baner:before{
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    top: 0;
    background-image: url('/wp-content/themes/ohholding/img/footer_baner.png');
    z-index: -1;
}
.footer_baner h2{
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Righteous';
    color: #fff;
    padding: 15px;
}
.footer_baner h2 span{
    color: #FFC01F;
    font-family: 'Righteous';
}
footer{
    background-image: url("/wp-content/themes/ohholding/img/footer.png");
    padding: 20px 0;
}
footer .container{
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin:  0 auto;
    align-items: center;
}
footer .btn{
    width: 277px;
    height: 49px;
    filter: drop-shadow(0px 9px 26px rgba(255, 202, 16, 0.47));
    border-radius: 100px;
    color: #E9AF19;
    background: transparent;
    border: #E9AF19;
    border: solid 2px #E9AF19;
    box-shadow: none;
    font-size: 18px;
    margin: 0;
}
.menu_info a{
    color: #fff;
    font-family: 'Raleway';
    font-size: 20px;
}
.contact a{
    display: flex;
    font-family: 'Roboto';
}
.contact a img{
    width: 18px;
    object-fit: contain;
    margin-right: 10px;
}
footer .menu{
    display: flex;
    justify-content: space-around;
}
footer .contact{
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
    width: 670px;
}


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider_about {
    background: #000;
    color: #000;
    max-width: 800px;
    margin: 0 auto;
}

.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 80%;
    width: 100%;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.container{
    max-width: 1200px;
    margin: 0 auto;
}
.block_content{
    margin: 70px 0;
    display: flex;
    justify-content: space-between;
}
.block_content .img {
    width: 45%;
}
.block_content .text {
    width: 45%;
}
.block_content .title{
    font-family: 'Righteous';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.block_content .text{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
}
.block_icon{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 60px;
}
.block_icon .item{
    width: 25%;
}
.block_icon img{
    height: 100px;
    margin: 0 auto;
}
.block_icon .text{
    max-width: 170px;
    text-align: center;
    margin: 0 auto;
}
h4{
    font-family: 'Righteous';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    text-align: center;
    margin: 50px 0;
    text-transform: uppercase;
    padding: 20px;
}
.slider_about{
    margin-bottom: 50px;
}

.delivery .content_delivery{
    max-width: 970px;
    margin: 50px auto;
    border: solid 2px #FFF384;
    padding: 40px;
    font-family: 'Roboto';
    font-style: normal;
    font-size: 25px;
    text-align: center;
    color: #434343;
}
.delivery .content_delivery p{
    font-family: 'Roboto';
}
li{
    list-style-type: none;
    position: relative;
}
li:before{
    position: absolute;
    width: 14px;
    height: 14px;
    top: 8px;
    left: -38px;
    content: '';
    background: linear-gradient(180deg, #FFF384 0%, #E9AF19 100%);
    box-shadow: 0px 9px 26px rgba(255, 202, 16, 0.47);
    border-radius: 50%;
}
.block_sale{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px 0;
}
.block_sale .swiper-slide{
    width: 590px;
    height: 300px;
    margin-bottom: 20px;
    justify-content: flex-end;
}
.contacts .container{
    display: flex;
    justify-content: space-between;
}
.map iframe{
    width: 600px;
}

.contacts .info a, .work_time{
    display: flex;
    margin: 20px 0;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    color: #000;
}
.contacts .info a img , .work_time img {
    width: 18px;
    object-fit: contain;
    margin-right: 10px;
}
.work_time span{
    font-weight: 600;
}
.contacts h4{
    text-align: left;
    margin: 30px 0;
}
.contacts .container{
    margin: 50px auto;
}

.btn:hover{
    background: #ffc01f;
}
footer .btn:hover {
    background: transparent;
    box-shadow: 0px 9px 26px rgba(255, 202, 16, 0.47);
}
.ti-review-item,
.ti-widget.ti-goog .ti-widget-container .ti-controls .ti-prev,
.ti-widget.ti-goog .ti-widget-container .ti-controls-dots{
    display: none;
}
.ti-reviews-container-wrapper :nth-child(1).ti-review-item,
.ti-reviews-container-wrapper :nth-child(2).ti-review-item,
.ti-reviews-container-wrapper :nth-child(3).ti-review-item {
    display: block;
}



.container_burger {
    width: 65px;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    cursor: pointer;
}

.stick {
    width: 40px;
    height: 5px;
    border-radius: 4px;
    margin-bottom: 6px;
    background-color: #F0C552;
    display: inline-block;
}
.stick.open{
    margin-bottom: 17px;
}


.stick:last-child {
    margin-bottom: 0px;
}

.stick-1.open {
    -webkit-animation: stick-1-open .6s ease-out forwards;
    animation: stick-1-open .6s ease-out forwards;
}

.stick-2.open {
    -webkit-animation: stick-2-open .6s linear forwards;
    animation: stick-2-open .6s linear forwards;
}

.stick-3.open {
    -webkit-animation: stick-3-open .6s linear forwards;
    animation: stick-3-open .6s linear forwards;
}


@-webkit-keyframes stick-1-open {
    0%   {
        width: 40px;
    }
    40%  {
        background-color: #595959;
        width: 8px;
        -webkit-transform: translate(40px, 0px);
        transform: translate(40px, 0px);
    }
    75%, 80%  {
        width: 8px;
        -webkit-transform: translate(40px, -50px);
        transform: translate(40px, -50px);
        -webkit-animation-timing-function: cubic-bezier(0,1,1,1);
        animation-timing-function: cubic-bezier(0,1,1,1);
    }
    100% {
        background-color: #fff;
        width: 8px;
        -webkit-transform: translate(35px, 46px);
        transform: translate(35px, 46px);
    }
}

@keyframes stick-1-open {
    0%   {
        width: 40px;
    }
    40%  {
        background-color: #595959;
        width: 8px;
        -webkit-transform: translate(40px, 0px);
        transform: translate(40px, 0px);
    }
    75%, 80%  {
        width: 8px;
        -webkit-transform: translate(40px, -50px);
        transform: translate(40px, -50px);
        -webkit-animation-timing-function: cubic-bezier(0,1,1,1);
        animation-timing-function: cubic-bezier(0,1,1,1);
    }
    100% {
        background-color: #595959;
        width: 0px;
        -webkit-transform: translate(35px, 46px);
        transform: translate(35px, 46px);
    }
}

@-webkit-keyframes stick-2-open {
    80%  {
        background-color: #FFD804;
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    100% {
        background-color: #595959;
        -webkit-transform: translate(8px, 0px) rotate(40deg);
        transform: translate(8px, 0px) rotate(40deg);
    }
}

@keyframes stick-2-open {
    80%  {
        background-color: #D4CFC3;
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    100% {
        background-color: #fff;
        -webkit-transform: translate(8px, 0px) rotate(40deg);
        transform: translate(8px, 0px) rotate(40deg);
    }
}

@-webkit-keyframes stick-3-open {
    80%  {
        background-color: #D4CFC3;
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    100% {
        background-color: #fff;
        -webkit-transform: translate(8px, -23px) rotate(-40deg);
        transform: translate(8px, -23px) rotate(-40deg);
    }
}

@keyframes stick-3-open {
    80%  {
        background-color: #D4CFC3;
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    100% {
        background-color: #fff;
        -webkit-transform: translate(8px, -23px) rotate(-40deg);
        transform: translate(8px, -23px) rotate(-40deg);
    }
}

.stick-1.close {
    width: 8px;
    -webkit-transform: translate(27px, 26px);
    transform: translate(27px, 26px);
    -webkit-animation: stick-1-close .6s ease-out forwards;
    animation: stick-1-close .6s ease-out forwards;
}

.stick-2.close {
    -webkit-transform: translate(0px, 0px) rotate(40deg);
    transform: translate(0px, 0px) rotate(40deg);
    -webkit-animation: stick-2-close .6s ease-out forwards;
    animation: stick-2-close .6s ease-out forwards;
}

.stick-3.close {
    -webkit-transform: translate(0px, -23px) rotate(-40deg);
    transform: translate(0px, -23px) rotate(-40deg);
    -webkit-animation: stick-3-close .6s ease-out forwards;
    animation: stick-3-close .6s ease-out forwards;
}

@-webkit-keyframes stick-1-close {
    0%, 70% {
        width: 0px;
    }
    100%    {
        width: 40px;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes stick-1-close {
    0%, 70% {
        width: 0px;
    }
    100%    {
        width: 40px;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes stick-2-close {
    0%   {
        background-color: #595959;
        width: 40px;
    }
    20%  {
        background-color: #595959;
        width: 8px;
        -webkit-transform: translate(0, 0px) rotate(40deg);
        transform: translate(0, 0px) rotate(40deg);
    }
    40%  {
        background-color: #FFD804;
        width: 0px;
    }
    65%  {
        -webkit-transform: translate(0, -70px);
        transform: translate(0, -70px);
        -webkit-animation-timing-function: cubic-bezier(0,1,1,1);
        animation-timing-function: cubic-bezier(0,1,1,1);
    }
    80%  {
        width: 0px;
    }
    100% {
        width: 40px;
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
}

@keyframes stick-2-close {
    0%   {
        background-color: #595959;
        width: 80px;
    }
    20%  {
        background-color: #595959;
        width: 8px;
        -webkit-transform: translate(0, 0px) rotate(40deg);
        transform: translate(0, 0px) rotate(40deg);
    }
    40%  {
        background-color: #FFD804;
        width: 0px;
    }
    65%  {
        -webkit-transform: translate(0, -70px);
        transform: translate(0, -70px);
        -webkit-animation-timing-function: cubic-bezier(0,1,1,1);
        animation-timing-function: cubic-bezier(0,1,1,1);
    }
    80%  {
        width: 0px;
    }
    100% {
        width: 40px;
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
}

@-webkit-keyframes stick-3-close {
    0%   {
        background-color: #595959;
        width: 40px;
    }
    20%  {
        background-color: #595959;
        width: 8px;
        -webkit-transform: translate(0, -23px) rotate(-40deg);
        transform: translate(0, -23px) rotate(-40deg);
    }
    40%  {
        background-color: #FFD804;
    }
    65%  {
        -webkit-transform: translate(0, -93px);
        transform: translate(0, -93px);
        -webkit-animation-timing-function: cubic-bezier(0,1,1,1);
        animation-timing-function: cubic-bezier(0,1,1,1);
    }
    90%  {
        width: 8px;
    }
    100% {
        width: 40px;
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
}

@keyframes stick-3-close {
    0%   {
        background-color: #595959;
        width: 40px;
    }
    20%  {
        background-color: #595959;
        width: 8px;
        -webkit-transform: translate(0, -23px) rotate(-40deg);
        transform: translate(0, -23px) rotate(-40deg);
    }
    40%  {
        background-color: #FFD804;
    }
    65%  {
        -webkit-transform: translate(0, -93px);
        transform: translate(0, -93px);
        -webkit-animation-timing-function: cubic-bezier(0,1,1,1);
        animation-timing-function: cubic-bezier(0,1,1,1);
    }
    90%  {
        width: 8px;
    }
    100% {
        width: 40px;
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
}

.menu_mob{
    display: none;
}
   .btn:hover img{
        transform: rotate(360deg)!important;
        transition: all 800ms ease-out;
    }
@media (max-width: 960px) {
    h1{
        padding: 20px;
    }
    header .menu{
        background-color: #fff;
        flex-direction: column;
        overflow: hidden;
        height: 0;
    }
    .menu_mob.show{
        background: #222023;
    }
    header .menu.show {
        animation: show 2s;
        height: 350px;
        position: absolute;
        width: 100%;
        background: linear-gradient(180deg, #222023 0%, #36312d 100%);
    }
    @keyframes show {
        from {
            height: 0;
            box-shadow: none;

        }

        to {
            height: 350px;
            box-shadow: 0px 5px 5px #b5b1b1;
        }
    }
    .menu a {
        color: #fff;
        margin: 5px;
    }
    .menu .logo{
        display: none;
    }
    body.menu .menu_mob .logo{
        display: block;
    }

    header {
        padding-top: 0;
        height: 300px;
        z-index: 10;
        position: relative;
    }
    .menu_mob{
        display: flex;
        justify-content: space-between;
        align-items: center;

    }
    .menu_mob .contact a{
        font-family: 'Roboto';
        font-size: 15px;
        font-weight: 500;
    }
    .menu_mob .tel img{
        margin-right: 10px;
        object-fit: contain;
    }
    .menu_mob .logo img{
        margin: 10px;
        width: 90px;
    }
    header h1 {
        margin: 10px auto 0!important;
        font-size: 25px;
    }

    .home header {
        height: 450px;
    }
    .btn {
        max-width: 300px;
        height: 60px;
        margin: 25px auto;
        font-size: 25px;

    }
    .about_text {
        font-size: 14px;
        max-width: 100%;
        padding: 20px;
        margin: 50px auto;
    }
    .ti-widget.ti-goog .ti-reviews-container-wrapper{
        display: block!important;
        padding: 20px;
    }
    .ti-widget.ti-goog .ti-review-item{
        width: 100%!important;
        max-width: 100%!important;
        margin-bottom: 15px;
    }
    .ti-widget.ti-goog .ti-controls {
        display: block!important;
    }
    .ti-widget.ti-goog .ti-controls {
        display: block;
        margin-top: -12px;
        width: 100%;
        position: absolute;
        height: 0px;
        z-index: 1;
        top: auto!important;
        bottom: 0;
        left: 0;
    }
    .ti-widget.ti-goog .ti-reviews-container {
        margin-bottom: 40px;
    }
    .ti-widget.ti-goog .ti-controls .ti-next {
        right: 48%!important;
        transform: rotate(90deg);
    }
    .ti-widget.ti-goog .ti-controls .ti-next:hover, .ti-widget.ti-goog .ti-controls .ti-prev:hover {
        cursor: pointer;
        transform: rotate(450deg)!important;
    }
 
    footer .menu{
        display: none;
    }
    footer .container {
        flex-wrap: wrap;
        padding: 15px;
        align-items: flex-start;
    }
    footer .contact{
        display: block;
        width: auto;
        margin-top: 0;
    }
    footer .logo{
        width: 75px;
    }
    footer .btn{
        width: 200px;
        margin: 10px auto;
    }
    .menu_info a {
        margin-bottom: 20px;
        font-size: 16px;
    }
    .block_content{
        display: flex;
        margin-top: 15px;
        flex-direction: column-reverse;
    }
    .block_content .img, .block_content .text{
        width: 100%;
        margin: 0 auto;
    }
    .block_content .img img{
        margin: 0 auto;
    }
    .slider_about{
        margin-bottom: 0;
    }
    .block_content .text{
        padding: 15px;
    }
    .block_content .text .title{
        text-align: center;
    }
    .block_icon{
        flex-wrap: wrap;
    }
    .block_icon .item {
        width: 50%;
        min-width: 150px;
        margin: 0 auto;
    }
    .block_sale .swiper-slide{
        width: 100%;
    }
    .block_sale {
        margin: 0px 0;
    }
    .block_sale .swiper-slide{
        margin-bottom: 0;
    }

    .contacts .container{
        display: block;
        margin: 0;
    }
    .info{
        padding: 0 20px;
    }
    h4{
        font-size: 25px;
    }
    .map iframe{
    width: 600px;
}
}

body.menu {
    font-family: Roboto, Arial, sans-serif;
    background-image: url('http://alibi-pizza.pl/wp-content/themes/ohholding/img/menu-1.jpg');
    background-repeat: repeat;
}
body.menu h1 {
    color: #FAAD21;
    text-align: center;
    max-width: 1200px;
    font-size: 50px;
    margin:0 auto;
    padding: 24px 0;
    font-family: monospace;
}
main {
    max-width: 1200px;
    display: flex;
    margin: 0 auto
}
main > * {
    width: 100%;
}
amp-accordion {
    width: 100%;
}
amp-accordion section {
    max-width: 480px;
    margin: 0 auto 54px auto;
}

amp-accordion h2[role=button] {
    box-shadow: inset 0 0 0 1px white, 0 0 0 20px transparent;
    color: white;
    margin: 0 auto -28px auto;
    padding: 14px 0;
    text-align: center;
    z-index: 2;
    font-size: 18px;
    background-image: url(http://alibi-pizza.pl/wp-content/themes/ohholding/img/menu-1.jpg);
    background-repeat: repeat;
    width: 200px;
    position: relative;
    overflow: visible !important;
}
amp-accordion section > div {
    padding: 25px 0;
    box-shadow: inset 0 0 0 2px white;
}
amp-accordion section > div p {
    color: white;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    padding: 0 20px;
    position: relative;
    line-height: 28px;
}
amp-accordion section > div p > :last-child {
    font-weight: 600;
    font-size: 15px;
}
amp-accordion section > div p > :first-child {
    font-weight: 600;
}
section.dop > div p > :first-child  {
    color: #FAAD21;
}
section.dop > div p > :first-child small  {
    color: white;
    font-size: 13px;
}
section.pizza > div {
    padding-bottom: 24px;
}
section.pizza > div p {
    line-height: 40px;
    margin-bottom: 22px;
}
section.pizza > div p > :nth-child(1) {
    font-size: 17px;
    color: #FAAD21;
    font-weight: 600;
}
section.pizza > div p > :nth-child(2) {
    position: absolute;
    top: 29px;
    font-size: 12px;
    line-height: 14px;
    right: 70px;
    left: 21px;
    font-weight: 600;
}
section.pizza > div p > :nth-child(3) {
    position: absolute;
    top: 0px;
    right: 66px;
    font-weight: 600;
    font-size: 15px;
}
body.menu header {
    height: auto;
    background: none;
}

amp-accordion h2[role=button]::before,amp-accordion h2[role=button]::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
amp-accordion h2[role=button]::before,amp-accordion h2[role=button]::after {
    transform: rotate(135deg);
    position: absolute;
    bottom: -8px;
    margin: 0 auto;
    left: 47%;
}
amp-accordion h2[role=button]::after {
    transform: rotate(-45deg);
    bottom: -7px;
}
amp-accordion section[expanded] h2[role=button]::after,amp-accordion section h2[role=button]::before {
    display: block;
}
amp-accordion section[expanded] h2[role=button]::before,amp-accordion section h2[role=button]::after {
    display: none;
}
amp-accordion section[expanded] amp-accordion h2[role=button] {
    display: none;
}


amp-accordion h2[role=button] > div span {
    background-image: url(http://alibi-pizza.pl/wp-content/themes/ohholding/img/menu-1.jpg);
    background-repeat: repeat;
    padding: 0 8px;
}
amp-accordion section[expanded] h2[role=button]{
    overflow: hidden !important;
}
.dop {
    line-height: 18px;
    color: white;
    font-size: 13px;
    padding: 0 20px;
    font-weight: 600;

}
.dop div {
    display: flex;
    justify-content: space-between;
}
.new {
    background: red;
    margin-left: -18px;
    font-size: 12px;
    padding: 2px 6px;
    color: white;
    margin-right: 3px;
}
body.menu footer {
    background-image: none;
}
@media (max-width: 1200px) {
    main {
        display: flex;
        flex-wrap: wrap;
    }
    main > :nth-child(1) {
        order: 3;
    }
    main > :nth-child(2) {
        order: 2;
    }
}