@import url(./reset.css);
@import url(../fonts/stylesheet.css);

* {
    /* font-family: 'Montserrat', sans-serif; */
    /* font-family: 'Roboto', sans-serif; */
}

body {
    font-family: 'Montserrat', sans-serif;
}

.container {
    max-width: 1400px;
    padding: 0 15px;
    margin: 0 auto;
}

.container-footer {
    max-width: 1000px;
    padding: 0 15px;
    margin: 0 auto;
}

header {
    background-image: url(../img/1затем.jpg);
    /* background-position: center center; */
    /* background-attachment: fixed; */
    background-size: cover;
    background-color: #000;
    /* pointer-events: none; */
}

.header {
    /* padding-top: 20px; */
    /* display: flex; */
}
/* =========================================================================== */

.header-nav {
    padding-top: 20px;
    display: flex;
    position: fixed;
}

.logo {
    margin-right: 100px;
    margin-top: -30px;
}

.logo_mobile {
    display: none;
}

.nav-list {
    display: flex;
    -moz-column-gap: 22px;
         column-gap: 22px;
}

.nav-item {
    color: #fff;
    height: 62px;
    width: 180px;
    background-color: #000;
    text-align: center;
    line-height: 62px;
    transition: transform .2s ease-in;
    cursor: pointer;
}

.nav-item:hover {
    transform: translateY(-3px);
    background-color: rgb(180, 0, 0);
    color: rgb(255, 255, 255);
}

.logo {
    width: 174px;
}

.nav-button {
    display: none;
}

/* =========================================================================== */

.dividing_block {
    display: flex;
}

.logo-photo {
    background-image: url(../img/отредактирован2.png);
    height: 610px;
    width: 610px;
    background-size: 500px;
    background-repeat: no-repeat;
    margin-top: 200px;
    margin-left: 50px;
}

.header-text {
    font-weight: 900;
    font-size: 100px;
    padding-top: 120px;
    padding-left: 113px;
    color: rgb(255, 0, 0);
}

.city {
    max-width: 800px;
    font-weight: 900;
    font-size: 30px;
    padding-top: 50px;
    padding-left: 167px;
    color: #fff;
}

.i {
    max-width: 700px;
    font-weight: 900;
    font-size: 23px;
    padding-top: 50px;
    padding-left: 70px;
    color: #fff;
}

.staff {
    max-width:700px;
    font-weight: 900;
    font-size: 20px;
    padding-top: 50px;
    padding-left: 125px;
    color: #fff;
    padding-bottom: 20px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++ */

main {
    /* background-image: url(../img/2.jpg); */
    /* background-position: center center; */
    /* background-attachment: fixed; */
    /* background-size: cover; */
    /* background-color: #000; */
}

.header_contacts {
    font-size: 90px;
    color: #fff;
}

.services {
    padding-bottom: 100px;
}

.services p {
    color: #000;
    font-weight: 900;
    font-size: 80px;
    padding-top: 50px;
    text-align: center;
    line-height: 1.6;
    padding-bottom: 100px;
}

.services-icon {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px 30px;
}

.img-icon {
    max-width: 270px;
}
/* ===================================================================================== */

.information {
    background-color: rgb(243, 233, 233);
}

.text-info {
    color: #000;
    font-weight: 900;
    font-size: 80px;
    padding-top: 50px;
    text-align: center;
    line-height: 1.6;
    padding-bottom: 100px;
}

.objects {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 70px 30px;
    padding-bottom: 130px;
}

.object {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    max-width: 356px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.object img {
    padding-bottom: 20px;
    width: 65px;
}

/* ===================================================================================== */

footer {
    background-color: #192033;
    padding-top: 50px;
    padding-bottom: 50px;
}

/* .contacts {
    padding-bottom: 10px;
    /* background-color: #000; 
    line-height: 3;
    color: #fff;
    font-size: 30px;
}

.contacts p {
    text-align: center;
}

.header_contacts {
    color: #fff;
    font-weight: 900;
    font-size: 60px;
    padding-top: 50px;
    text-align: center;
    line-height: 1.6;
    padding-bottom: 10px;
} */

/* =======================================customer======================= */

.customer {
    margin-bottom: 100px;
}

.customers_titile {
    color: #000;
    font-weight: 900;
    font-size: 80px;
    padding-top: 50px;
    text-align: center;
    line-height: 1.6;
    padding-bottom: 58px;
}


.customer_images {
    display: flex;
    justify-content: center;
    -moz-column-gap: 170px;
         column-gap: 170px;
}

.customer_images {
    align-items: center;
}

.customer_images img:nth-child(1) {
    width: 500px;
}

.customer_images img:nth-child(2) {
    width: 500px;
}

/* =======================================customer======================= */

.footer-title {
    color: #fff;
    font-weight: 900;
    font-size: 60px;
    text-align: center;
    line-height: 1.6;
    padding-bottom: 50px;
}

.footer-contacts {
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.img {
    width: 40px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.email {
    display: flex;
}

.email p {
    line-height: 40px;
}

.email-text {
    margin-left: 50px;
    color: rgba(255, 255, 255, 0.7);
}

.emails a {
    color: inherit;
}

.adress {
    display: flex;
}

.adress p {
    line-height: 40px;
}

.adress-text {
    margin-left: 50px;
    color: rgba(255, 255, 255, 0.7);
}

.adress-text a {
    color: inherit;
}

.phone {
    display: flex;
}

.phone p {
    line-height: 40px;
}

.phone-text {
    margin-left: 50px;
    color: rgba(255, 255, 255, 0.7);
}

.phone-text a {
    color: inherit;}

.footer-docs {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 8px;
}

.footer-docs a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: underline;
}

.footer-docs a:hover {
    color: #fff;
}
