@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    color: black;
    font-family: 'Poppins', sans-serif;
}
.container {
    max-width: 1230px;
    padding: 0 30px;
    margin: 0 auto;
}
.header {
    background-color: #F1F1F1;
    padding-top: 45px;
    max-height: 770px;
}
.hed-nav {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.nav-list {
    display: flex;
    gap: 50px;
    font-weight: 500;
    font-size: 14px;
}
.naw-btn {
    display: none;
}
.list a {
    color: black;
}
.list .list-nav {
    color:#606060;
}
.content-row {
    display: flex;
    justify-content: space-between;
    padding-top: 76px;
}
.hea-cont {
    max-width: 500px;
}
h1 {
    font-size: 44px;
    font-weight: 600;
    line-height: 66px;
    padding-bottom: 20px;
}
.p-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}
.content-row .hea-cont {
    padding-top: 124px;
}
/*Сервис*/
.servis {
    padding: 90px 0;
}
.ser-row {
    display: flex;
    justify-content: space-between;
    row-gap: 30px;
}
.ser-card {
    max-width: 370px;
    max-height: 228px;
}
.card-img {
    margin-bottom: 30px;
}
.tit-card { 
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase; /* Весь текст заглавными */
}
.ser-card p {
    font-size: 14px;
    line-height: 2;
}
/* примеры */ 
.port {
    padding: 90px;
    background-color: #F1F1F1;
}
.port-tit {
    text-align: center;
    padding-top:90px;
    padding-bottom: 70px;
    font-size: 34px;
    font-weight: 600;
}
.proj {
    text-align: center;
}
.proj + .proj {
    margin-top: 90px;
}
.proj h3 {
    font-size: 18px;
}
.proj img {
    margin-bottom: 40px;
}
.proj a {
    color: black;
    text-decoration: underline;
}
/*Контакты*/
.contacts {
    padding: 90px 0;
    text-align: center;
}
.fot-tit {
    margin-bottom: 40px;
}
.title {
    font-size: 34px;
    font-weight: 600;
    line-height: 51px;
}
.contacts-cont{
    margin: 0 auto 40px;
    font-size: 18px;
}
.cont-btn {
    margin-bottom: 80px;
}
.btn {
    display: inline-block;
    padding: 7px 22px;
    background-color: black;
    border-radius: 22px;
    font-size: 18px;
    color: white;
    transition: background-color 0,2s ease-in, top 0.2s ease-in;
}
.btn:hover {
    background-color: rgb(108, 108, 108);
}
.btn:active {
    position: relative;
    top: 1px;
    background-color: black;
}
.cont-soc {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 60px;
    margin-bottom: 40px;
}
.fot-fot {
    color: #828282;

}
@media (max-width:420px){
   .cont-soc {
      column-gap: 20px;
   }
}
@media (min-width:1200px) {
    .nav-btn {
        display: none;
    }
}
@media (max-width:1200px) {
    .nav-list {
        display: none;
    }
    .nav-btn {
        display: block;
    }
}
@media (max-width:1110px){
  .nav.open .nav-list {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 46px 30px;
    font-size: 34px;
    font-weight: 600;
  }
  .nav-btn {
    position: fixed;
    z-index: 9;
    top: 46px;
    right: 30px;
  }
  .content-row {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
  .content-row .hea-cont{
    padding: 10px 0;
   }
} 
@media (max-width:440px){
    .ser-row {
       flex-direction: column;
    }
    .hea-img {
        width: 296px;
        height: 367px;
        text-align: center;
    }
    .port{
        padding: 30px;
    }
    .contacts {
        padding: 60px 30px;
    }
}