* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

body {
    font-family: 'Lato', sans-serif;
}

.wrapper {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

nav .navi {
    z-index: 100;
    background: #fff;
    height: 100px;
    width: 100%;
    position: fixed;
    box-shadow: 0px 0px 10px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: center;
}

nav .navi .logo img {
    height: 100px;
}

nav .navi .logo img:hover {
    opacity: 0.5;
    transition: 0.5s;
}

nav .navi ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    padding-top: 16px;
}

nav ul li {
    display: inline-block;
    margin: 0 5px;
}

nav ul li a {
    color: black;
    font-size: 17px;
    font-weight: 600;
    border-radius: 3px;
    text-transform: uppercase;
}

nav ul li a:hover {
    color: gray;
    transition: 0.4s;
    text-decoration: underline;
}

body nav .navi .tele a {
    color: black;
    font-weight: 700;
    font-size: 30px;
}

body nav .navi .tele i {
    color: red;
}

body nav .navi .tele a:hover {
    transition: .4s;
    color: red;
    text-decoration: none;
}

.heder {
    padding-top: 60px;
    width: 100%;
}

.box1 {
    width: 33%;
    font-size: 13px;
    padding: 20px;
    margin-left: 20px;
    margin-right: 20px;
    border: 1px solid #C8C5C5;
}

.description {
    padding: 60px;
    padding-top: 40px;
    padding-bottom: 10px;
    font-size: 16px;
}

.text {
    padding: 30px;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
}

.text1 {
    font-size: 16px;
    float: left
}

.text2 {
    font-size: 16px;
    margin-left: 40px;
    float: left
}

.fb {
    margin-top: 20px;
    text-align: center;
}

.tel a {
    text-decoration: none;
    color: black;
}

.tel a:hover {
    text-decoration: none;
    color: red;
    transition: .4s;
}

.hours1 {
    margin-left: 10px;
}

.hours2 {
    float: left;
    margin-right: 10px;
}

.map {
    margin-bottom: 60px;
}

.content0 {
    display: flex;
    flex-direction: row;
}

.content0 img {
    width: 540px;
}

.content1 {
    display: flex;
    flex-direction: row;
    background-image: url("../img/foto03.jpg");
    background-attachment: fixed;
    background-size: cover;
    color: white;
    padding: 40px;
}

.content2 {
    display: flex;
    flex-direction: row;
    background-image: url("../img/foto05.jpg");
    background-attachment: fixed;
    background-size: cover;
    color: white;
    padding: 40px;
}

.conteiner2 {
    margin-bottom: 50px;
    padding-bottom: 20px;
}

.conteiner3 {
    margin-bottom: 50px;
    padding-bottom: 20px;
}


.servicestext1 {
    padding-bottom: 26px;
}

.servicestext2 {
    text-align: left;
    padding-bottom: 26px;
}


.motto div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.motto div img {
    width: 100%;
    margin-top: 100px;
}

.motto div h1 {
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 58px;
    position: absolute;
    padding-top: 30px;
    letter-spacing: 2px;
    text-shadow: 0 0 8px black;
    font-family: 'Farro', sans-serif;
}

h2 {
    text-align: center;
    padding: 30px;
    margin-top: 50px;
    font-size: 44px;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: underline;
}

.foot {
    text-align: center;
    font-size: 60px;
    margin-top: 20px;
}

.font1 {
    text-align: center;
    font-size: 60px;
}

footer div a {
    color: #444444;
    text-decoration: underline;
}

footer div a:hover {
    color: white;
    transition: .5s;
}

.footconteiner {
    width: 100%;
    height: 120px;
    font-size: 10px;
    background-color: gray;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #444444;
}

@media (max-width: 888px) {

    nav .navi {
        background: #fff;
        height: 110px;
        width: 100%;
        position: fixed;
        box-shadow: 0px 0px 10px;
    }

    nav .navi .logo img {
        height: 54px;
        margin: 0px;
    }

    body nav .navi .tele a {
        color: black;
        font-weight: 700;
        margin-left: 14px;
        font-size: 26px;
    }

    .motto div img {
        margin-top: 110px;
    }

    .motto div h1 {
        padding-top: 90px;
        font-size: 22px;
    }

    .box1 {
        font-size: 16px;
        width: 100%;
        padding: 20px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 20px;
        border: 1px solid #C8C5C5;

    }

    .content0 {
        padding: 20px;
        display: block;
    }

    .content0 div {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .content0 div img {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .content1 {
        display: flex;
        flex-direction: column;
        background-image: url("../img/foto03.jpg");
        background-attachment: fixed;
        background-size: cover;
        color: white;
        padding-top: 0px;

        padding: 20px;
    }

    .content2 {
        display: flex;
        flex-direction: column;
        background-image: url("../img/foto05.jpg");
        background-attachment: fixed;
        background-size: cover;
        color: white;
        padding-top: 0px;

        padding: 20px;
    }

    .conteiner3 {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .description {
        order: 1;
        display: flex;
        flex-direction: column;
        font-size: 16px;
        padding: 10px;
        padding-top: 40px;
        padding-bottom: 10px;
    }

    img1 {
        order: 2;
    }

    .text {
        display: flex;
        flex-direction: column;
    }

    .hours {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .hours {
        text-align: justify;
    }

    .fuck1 {
        display: flex;
        flex-direction: row;
    }

    .text1 {
        display: flex;
        flex-direction: column;
        font-size: 16px;
    }

    .text2 {
        font-size: 16px;
        margin-left: 0px;
        margin-top: 26px;
    }

    h2 {
        font-size: 32px;
    }


    nav .navi .menulist {
        line-height: 80px;
        float: right;
    }

}

@media (max-width: 726px) {
    nav .navi ul {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-around;
        padding-top: 0px;
    }
}
