/* #region global styles */
body {
    font-family: "Roboto",sans-serif;
    color: #434455;
    background-color: #ffffff;
}
.container {
    max-width:  1158px;
        padding-left: 15px;
        padding-right: 15px;
        margin: 0 auto;
}
ul,
ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}
/* #endregion global styles */
/* #region header */
.webstudio-logo-header {
font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 18px;

    /* line-height: 21px; */
    line-height: 117%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #4d5ae5;
    text-decoration: none;
    margin-right: 76px;
}
.studio-text-header {
    font-family: "Raleway", sans-serif;
        font-weight: 700;
        font-size: 18px;
    
        /* line-height: 21px; */
        line-height: 117%;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        color: #2e2f42;
        text-decoration: none;
}
.webstudio-logo:hover {   
        cursor: pointer;
}
.header-nav {
    font-family: "Roboto", sans-serif;
        font-weight: 500;
        font-size: 16px;
    
        /* line-height: 24px; */
        line-height: 150%;
        letter-spacing: 0.02em;
        color: #2e2f42;
        text-decoration: none;
        display: block;
}
.address {
    font-style: normal;
}
.header-nav:hover,
.header-nav:focus {
    font-family: "Roboto", sans-serif;
        font-weight: 500;
        font-size: 16px;
    
        /* line-height: 24px; */
        line-height: 150%;
        letter-spacing: 0.02em;
        color: #404bbf;
    text-decoration: none;

}
.mail-and-tel {
    font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-size: 16px;
    
        /* line-height: 24px; */
        line-height: 150%;
        letter-spacing: 0.02em;
        color: #434455;
        text-decoration: none;
}
.mail-and-tel:hover,
.mail-and-tel:focus {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;

    /* line-height: 24px; */
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #404bbf;
    text-decoration: none;
}
.header-nav:active {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;

    /* line-height: 24px; */
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #404bbf;
    text-decoration: underline;
}
.header {
    border-bottom: 1px solid #e7e9fc;    
}
.header .container {
    display: flex;
    width: 1158px;
    margin: 0 auto;
    padding: 0 15px 0 15px;
    align-items: center;
}
.nav {
    display: flex;
    align-items: center;
    margin-right: auto;
}
.navigation {
    display: flex;
    gap: 40px;
}
.header-nav {
    padding: 24px 0 24px;
}
.mail-and-tel-list {
    display: flex;
    gap: 40px;
}
/* #endregion header */
/* #region main-page */
.main-page {    
    background-color: #2e2f42;    
    padding: 188px 0 188px;
}
.main-title {
    font-family: "Roboto", sans-serif;
        font-weight: 700;
        font-size: 56px;
    
        /* line-height: 60px; */
        line-height: 107%;
        letter-spacing: 0.02em;
        text-align: center;
        color: #fff;
        max-width: 496px;
        height: 120px;
        margin-right: auto;
            margin-left: auto;
            margin-bottom: 48px;            
}
.order-button {    
            background: #4d5ae5;    
                   
            font-family: "Roboto", sans-serif;
                font-weight: 500;
                font-size: 16px;            
                /* line-height: 24px; */
                line-height: 150%;
                letter-spacing: 0.04em;
                color: #fff;             
                cursor: pointer;
                display: block;   
                min-width: 169px;
                height: 56px;
                border: none;
                border-radius: 4px;
                margin-right: auto;
                    margin-left: auto;
}
.order-button:hover,
.order-button:focus {    
        background: #404bbf;
         font-family: "Roboto", sans-serif;
        font-weight: 500;
        font-size: 16px;    
        /* line-height: 24px; */
        line-height: 150%;
        letter-spacing: 0.04em;
        color: #fff;       
        
}
/* #endregion main-page */
/* #region features */
.features {
    padding: 120px 0 120px;
}
.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;
}
.features-header {
    font-family: "Roboto", sans-serif;
        font-weight: 500;
        font-size: 20px;
    
        /* line-height: 24px; */
        line-height: 120%;
        letter-spacing: 0.02em;
        color: #2e2f42;
        margin-bottom: 8px;
}
.features-text {
    font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-size: 16px;
    
        /* line-height: 24px; */
        line-height: 150%;
        letter-spacing: 0.02em;
        color: #434455;
}
.features .container {
    display: flex;               
    flex-direction: row;    
    
}
.features-list {
    display: flex;
    flex-wrap: wrap;    
    justify-content: space-between;
    margin:  0;
    gap: 24px;
}
.features-list .features-box {    
    flex-basis: calc((100% - 72px) / 4);
}
/* #endregion features */
/* #region our-team */
.our-team {    
        background-color: #f4f4fd;
        padding: 120px 0 120px;
}
.our-team-htwo {
font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 36px;
    text-transform: capitalize;

    /* line-height: 40px; */
    line-height: 111%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #2e2f42;   
    margin-bottom: 72px;
}
.our-team-hthree {
    font-family: "Roboto", sans-serif;
        font-weight: 500;
        font-size: 20px;
        text-transform: capitalize;
    
        /* line-height: 24px; */
        line-height: 120%;
        letter-spacing: 0.02em;
        text-align: center;
        color: #2e2f42;
        margin-bottom: 8px;
}
.our-team-p {
    font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-size: 16px;
        text-transform: capitalize;
    
        /* line-height: 24px; */
        line-height: 150%;
        letter-spacing: 0.02em;
        text-align: center;
        color: #434455;
}
.our-team-box {    
            background: #fff;       
            justify-content: space-between;
            flex-basis: calc((100% - 72px) / 4);
            border-radius: 0 0 4px 4px;                
}
.our-team-text-box {
    padding: 32px 0px 32px;
}
.our-team-list {
    display: flex;
    flex-wrap: wrap;  
    margin: 0; 
    justify-content: space-between;    
    gap: 24px;
}   
/* #endregion our-team */
/* #region portfolio */
.our-portfolio {
    background-color: #ffffff;
    padding: 120px 0 120px;
}
.our-portfolio-htwo {
    font-family: "Roboto", sans-serif;
        font-weight: 700;
        font-size: 36px;
        text-transform: capitalize;
    
        /* line-height: 40px; */
        line-height: 111%;
        letter-spacing: 0.02em;
        text-align: center;
        color: #2e2f42;
        margin-bottom: 72px;        
}
.our-portfolio-hthree {
    font-family: "Roboto", sans-serif;
        font-weight: 500;
        font-size: 20px;
        text-transform: capitalize;
    
        /* line-height: 24px; */
        line-height: 120%;
        letter-spacing: 0.02em;
        color: #2e2f42;
        margin-bottom: 8px;
}
.our-portfolio-p {
    font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-size: 16px;
        text-transform: capitalize;
    
        /* line-height: 24px; */
        line-height: 150%;
        letter-spacing: 0.02em;
        color: #434455;
}
.our-portfolio-text-box {
    border-bottom: 1px solid #e7e9fc;
        border-left: 1px solid #e7e9fc;
        border-right: 1px solid #e7e9fc;
        padding: 32px 16px;        
}
.our-portfolio-list {
    display: flex;
    flex-wrap: wrap;    
    justify-content: space-between;
    column-gap: 24px;
    row-gap: 48px;
}
.our-portfolio-box {    
    width: calc((100% - 48px) / 3);
}
/* #endregion portfolio */
/* #region footer */
.footer {
    background-color: #2e2f42;
    padding: 100px 0 100px;
}
.studio-text-footer {
    font-family: "Raleway", sans-serif;
        font-weight: 700;
        font-size: 18px;
    
        /* line-height: 21px; */
        line-height: 117%;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        color: #f4f4fd;
        text-decoration: none;
}
.footer-p {
    font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-size: 16px;
    
        /* line-height: 24px; */
        line-height: 150%;
        letter-spacing: 0.02em;
        color: #f4f4fd;
        max-width: 264px;
}
.webstudio-logo-footer {
display: inline-block;
font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 18px;

    /* line-height: 21px; */
    line-height: 117%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #4d5ae5;
    text-decoration: none;
margin-bottom: 16px;
}
    /* #endregion footer */