body {
    font-family: "Roboto", sans-serif;
    color: #434455;
    background-color: #FFFFFF ;
}
h1,h2,h3,h4,h5,h6,p,ul {
    margin: 0;
}
ul {
    padding-left: 0;
}
li,
a {
    list-style-type: none;
    text-decoration: none;
    margin: 0;
}
img {
    display: block;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
  }

.container { 
    max-width:1158px;
    padding:0 15px;
    margin: 0 auto;  
}

.section {
    padding: 120px 0;
}

.header {
    border-bottom: 1px solid #e7e9fc;
}

.header-item {
    /* padding: 24px 0; */
}
.header .container {
    display: flex;
}

.wrap-logo {
    text-align: center;
}

.nav-header {
    display: flex;
    margin-right: 332px;
    align-items: center;
}

.header-list {
    display: flex;
    gap: 40px;
}

.header-logo-left {
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.17;
    letter-spacing: 0.03em;
    color: #4d5ae5;
    margin-right: 76px;
    padding: 24px 0;   
}
.header-logo-right {
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.17;
    letter-spacing: 0.03em;
    color: #2e2f42;
}
.nav-link {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #2e2f42;
    padding: 24px 0;
}
.nav-link:hover,
.nav-link:focus {
    color: #404bbf;
}
.nav-link-studio:active {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #404bbf;
    text-decoration: underline;
}

.email-tel {
    font-style: normal;
    /* margin-right: auto; */

}

.address-list {
    display: flex;
    gap: 40px;
    padding: 24px 0;
}

.address-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #434455;
}

.address-link:hover,
.address-link:focus {
    color: #404bbf;
}

.wrap-main-part {
    max-width: 100%;
}

.main-part {
    padding: 188px 0;
    background-color: #2e2f42;;
}
.main-title {
    font-weight: 700;
    font-size: 56px;
    line-height: 1.07;
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff;
    /* margin-top: calc(188px - 120px); */
    /* padding-right: 316px; */
    /* padding-left: 316px; */
    padding-bottom: 24px;
    max-width: 496px;
    margin: 0 auto;
    
}

.button {
    font-family: 'Roboto', sans-serif;
    background-color: #4d5ae5;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #fff;
    border: none;
    cursor: pointer;
    display: block;
    padding: 16px 32px;
    margin: 0   auto;
    border-radius: 4px;
    min-width: 169px;
}

.button:hover,
.button:focus
 {
    background-color: #404bbf;
}

.feature {
}

.feature-list {
    display: flex;
    gap: 24px;
}

.feauter-item {
    width: calc((100% - 24px * 3) / 4);
}


.feature-item-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #2e2f42;
    margin-bottom: 8px;
}

.feature-description {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
}

.team {
    background-color: #f4f4fd;

}
.team-list {
    background-color: #f4f4fd;
    display: flex;
    justify-content: space-between;
    gap:24px;

}

.team-list-item {
    background-color: #fff;
    border-radius: 0px 0px 4px 4px;

}

.name-wrap {
    padding: 32px 0;
}

.team-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.11;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    text-align: center;
    color: #2e2f42;
    margin-bottom: 72px;
}
.team-list-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-align: center;
    color: #2e2f42;
    margin-bottom: 8px;
}
.team-list-description {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: center;
}

.portfolio-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 48px;
    column-gap: 24px;
}

.main-portfolio-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.11;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    text-align: center;
    color: #2e2f42;
    margin-bottom: 72px;
}

.portfolio-item-wrap {
    border: 1px  solid #e7e9fc;
    border-top: none;
    /* padding-top: 24px; */
    padding: 32px 16px;

}

.portfolio-img {
}
.portfolio-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #2e2f42;
    margin-bottom: 8px;
}

.portfolio-description {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
}

.bottom-part {
    background-color: #2e2f42;
    padding: 100px 0;
}
.bottom-part .container {
}

.footer-logo-left {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.17;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #4d5ae5;
    display: inline-block;
    margin-bottom: 16px;
}


.footer-logo-right {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.17;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #f4f4fd;
    
}
.footer-description {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #f4f4fd;
    max-width: 264px;
}