body {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    height: 100%;
    list-style: none;
}

header {
    width: 100%;
    background: url('./libs/img/header_bg.png') center center / cover;
}

header .logo {
    margin-top: 14px;
    text-align: center;
    margin-bottom: 195px;
    color: white;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
}

header a {
    font-weight: 400;
    color: white;
    transition: .3s;
}

header a:hover {
    font-size: 20px;
    color: #68bf3b;
}

header button {
    margin-left: 50px;
    font-weight: 400;
    font-size: 15px;
    width: 200px;
    padding: 18px 25px;
    color: white;
    background: #68bf3b;
    border-radius: 50px;
    text-align: center;
    border: none;
    transition: .5s;
}

header .head_text .but {
    font-weight: 400;
    font-size: 15px;
    width: 200px;
    padding: 18px 25px;
    color: white;
    background: #68bf3b;
    border-radius: 50px;
    text-align: center;
    border: none;
    margin: 0;
    transition: .5s;
    margin-bottom: 260px;
}

header button:hover,
header .head_text button:hover,
section .zakazat:hover,
footer button:hover {
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(87, 255, 0, 1) 50%, rgba(0, 0, 0, 1) 100%);
    border: none;
}


header .head_text {
    font-family: 'Montserrat', sans-serif;
    color: white;
}

header .head_text h1 {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
}

header .head_text h5 {
    font-weight: 900;
    font-size: 55px;
    text-transform: uppercase;
    margin-top: 35px;
}

header .head_text p {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 17px;
    margin-top: 40px;
    margin-bottom: 50px;
}

section {
    width: 100%;
    height: 100%;
    margin-bottom: 100px;
}

/* section start */

section {
    width: 100%;
    height: 100%;
    margin-top: 35px;
}

section h1 {
    color: #02aa10;
    font-weight: 700;
    font-size: 40px;
    padding-bottom: 60px;
}

section .uni {
    font-weight: 400;
    font-size: 20px;
    color: #bdbdbd;
}

section .txt {
    font-weight: 700;
    padding-top: 60px;
    font-size: 30px;
    color: #bdbdbd;
}

section .imzo {
    padding-left: 60px;
}

.row_ {
    padding-top: 50px;
}

.kombo {
    margin-top: 65px;
}

.kombo .me {
    font-weight: 700;
    font-size: 65px;
    color: #e1f5d0;
}


section .s_body {
    margin-top: 100px;
}

.kombo .row_ .cheg p{
    font-weight: 400;
    text-align: center;
    position: absolute;
    top: 17px;
    left: 30px;
    padding: 15px 8px;
    border-radius: 50px;
    color: white;
    background: #68bf3b;
    text-align: center
}

.kombo .row_ .pro .pni{
    padding-left: 50px;
}

section .pizza {
    margin-right: 30px;
    height: 100%;
    width: 100%;
}

section h3 {
    font-weight: 700;
    font-size: 30px;
    color: #a6a6a6;
}

section .row_ .pro p {
    color: #a6a6a6;
    font-weight: 100;
    font-size: 15px;
    display: block;
    line-height: 15px;
}

section h2 {
    font-weight: 700;
    font-size: 20px;
    color: #a6a6a6;
}

section h2 span {
    font-weight: 100;
    font-size: 15px;
}

section .zakazat {
    font-weight: 400;
    font-size: 15px;
    width: 200px;
    padding: 18px 25px;
    color: white;
    background: #68bf3b;
    border-radius: 50px;
    text-align: center;
    border: none;
    margin: 0;
    transition: .5s;
}

.s_body .qiz {
    width: 100%;
    height: 100%;
}

section .narx {
    text-align: center;
}

section .s_bottom {
    margin-top: 150px;
}

section .s_bottom .img img {
    width: 100%;
    height: 100%;
}

section .s_bottom .text {
    padding-top: 28px;
    padding-bottom: 20px;
    width: 300px;
    height: 95px;
    color: #a6a6a6;
}

section .s_bottom .text h5 {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}

section .s_bottom .text p {
    font-weight: 400;
    font-size: 15px;
    text-align: center;
}

/* footer start--------------- */

footer {
    width: 100%;
    height: 100%;
    background-color: black;
}

footer .logo {
    margin-top: 14px;
    text-align: center;
    color: white;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
}

footer a {
    font-weight: 400;
    color: white;
    transition: .3s;
}

footer a:hover {
    font-size: 20px;
    color: #68bf3b;
}

footer button {
    margin-left: 50px;
    font-weight: 400;
    font-size: 15px;
    width: 200px;
    padding: 18px 25px;
    color: white;
    background: #68bf3b;
    border-radius: 50px;
    text-align: center;
    border: none;
    transition: .5s;
}

footer .navb {
    padding-top: 45px;
}

footer .copyright {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

footer .copyright p {
    color: white;
    font-weight: 100;
    font-size: 15px;
}




/* media start */

@media (max-width: 991px) {
    header .logo {
        margin-bottom: 120px;
    }

    header .head_text p {
        font-size: 20px;
        margin-top: 35px;
        margin-bottom: 47px;
    }

    header .head_text {
        text-align: center;
    }

    header .head_text h5 {
        font-size: 65px;
    }

    section {
        margin-bottom: 35px;
    }

    section h1 {
        text-align: center;
        padding-bottom: 25px;
    }

    section .s_body .imz {
        text-align: center;
        justify-content: space-between;
    }

    .kombo .me {
        padding: 0;
    }

    section h3 {
        margin-top: 10px;
        text-align: center;
    }

    section .zak {
        padding-top: 0;
        text-align: center;
    }

    section .s_bottom {
        margin-top: 70px;
    }

    section .s_bottom .img {
        text-align: center;
    }

    section .s_bottom .img img {
        width: 60%;
    }

    section .s_bottom .text {
        padding-top: 10px;
        padding-bottom: 0px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    header .num {
        text-align: center;
        margin: auto;
    }

    header button {
        margin-left: 10px;
    }

    header .head_text .but {
        margin-bottom: 150px;
    }

    section .s_body {
        margin-top: 0;
    }

    header .head_text {
        margin-bottom: 60px;
    }

    section h1 {
        font-size: 39px;
        padding-bottom: 10px;
    }

    section .row_ .pro p {
        line-height: 10px;
    }

    footer button{
        margin-left: 10px;
    }
}

/* media screen <== 575 */

@media (max-width: 575px) {
    header{
        width: 100%;
    }

    header .right {
        text-align: center;
    }

    header .num:hover{
        font-size: 17px;
    }

    header button{
        width: 190px;
    }

    header .logo{
        margin-top: 0;
    }

    header a{
        font-size: 17px;
    }

    header .head_text h1{
        font-size: 15px;
    }

    header .head_text h5{
        font-size: 34px;
    }

    header .head_text p {
        font-size: 15px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    header .head_text .but {
        margin-bottom: 75px;
    }

    header .navb nav button{
        margin-left: 0;
        margin-top: 10px;
    }

    section .s_body .imz{
        display: block !important;
    }

    section .s_bottom .text{
        height: 115px;
    }

    section h1 {
        font-size: 22px;
        padding-bottom: 0px;
    }

    section .uni{
        font-size: 12px;
        text-align: center;
    }

    section .txt {
        padding-top: 5px;
        font-size: 25px;  
    }

    section .imzo{
        padding-left: 0;
    }

    .kombo .me {
        font-size: 40px;
    }

    .row_ {
        padding-top: 5px;
    }

    section .pizza{
        margin-top: 7px;
        margin-right: 0;
    }

    section h3{
        font-size: 25px;
    }

    section .row_ .pro p{
        font-size: 12px;
        line-height: 15px;
    }

    section .s_bottom {
        margin-top: 30px;
    }

    section .s_bottom .text h5 {
        font-size: 17px;
    }

    section .s_bottom .text p{
        font-size: 13px;
    }

    footer .navb nav button{
        margin-left: 0;
        margin-top: 10px;
    }

    footer .num{
        font-size: 17px;
    }

    footer .right {
        text-align: center;
    }

    footer .num:hover{
        font-size: 17px;
    }

    footer button{
        width: 190px;
    }

    footer .logo{
        font-size: 17px;
        margin-top: 25px;
    }

    footer .copyright p{
        font-size: 10px;
    }

    footer .copyright {
        padding-top: 24px;
        padding-bottom: 14px;
    }
}

@media (max-width: 471px) {
    footer .logo{
        margin-top: 0;
    }
}