/* базовое значение */
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    list-style: none;
}

.conteiner {
    max-width: 1140px;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

body {
    min-width: 320px;
}
/* шапка сайта header */

.header {
    padding: 50px 0 30px
}

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

.header__nav-logo {
    width: 120px;
    height: 151px;


}

.header__nav-logo-image {
    max-width: 120px;
    height: 151px;
}

.header__nav_list {

    display: flex;
    justify-content: center;
    gap: 30px;
    padding-top: 80px;
}

.header__nav-list-item-link {
    color: #aaaaaa;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    text-align: center;

}

/* div head*/

.div__head {
    display: flex;
    justify-content: center;
    gap: 30px;

}

.div__header_image-photo {
    max-width: 1110px;
    width: 100%;
    margin-bottom: 30px;
}

.div__header_text {
    max-width: 730px;
    width: 100%;
    background: #F0F0F0;
    padding: 50px 95px 50px 40px;
}

.div__header_text1 {
    max-width: 350px;
    width: 100%;
}

/* заголовки и тексты */

.title {
    color: #4581B7;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
}

.text {
    color: #aaaaaa;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
}

.text1 {
    margin: 25px 0px 35px 0px;
}

/* footer - конец*/

.footer {
    padding: 15px 0;
}

.footer__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: stretch;
}

.footer__nav-items {
    display: flex;
    justify-content: space-between;
    background: #F0F0F0;
    padding: 15px;
    max-width: 1110px;
    width: 100%;
    height: 100%;
    align-items: center;
}

.footer__nav-itemer-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

.footer__nav-item-link {
    color: #808080;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}

.footer__nav-item-linker {
    font-weight: 700;
    font-size: 25px;
    line-height: 100%;
    color: #808080;
}