body {
   font-family: "Roboto", sans-serif; 
   color: #434455;
   background-color: #fff;
}

ul, 
ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6,p {
    margin: 0;
}

a {
    text-decoration: none;
    
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
button {
  cursor: pointer;
}
.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  margin: -1px;
}
.container {
    width: 100%;
    max-width: 320px;
    padding: 0 16px;
    margin: 0 auto;
}

.page-header {
    border-bottom: 1px solid #e7e9fc;
    box-shadow: 0 1px 6px 0 rgba(46, 47, 66, 0.08),
     0 1px 1px 0 rgba(46, 47, 66, 0.16),
     0 2px 1px 0 rgba(46, 47, 66, 0.08);
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-list,
.contacts {
    display: none;  
}

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

.header-logo {
    padding: 16px 0;
    display: block;  
}

.header-logo .logo-part {
    color: #2e2f42;
}

.menu-button {
    padding: 0;
    background-color: transparent;
    border: none;
}
.burger-icon {
  display: block;
  fill: #2f2f37;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  z-index: 100;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1),
    visibility 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mobile-menu-container {
  position: relative;
    
  padding-top: 72px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.mobile-menu-close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-color: #e7e9fc;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    cursor: pointer;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1),
    border 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu-nav {
    margin-bottom: auto;
}
.mobile-nav-item {
    margin-bottom: 40px;
}

.mobile-nav-link.current {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.11;
    letter-spacing: 0.02em;
    color: #404bbf;
}

.mobile-nav-link {
    font-weight: 700;
    gap: 40px;
    font-size: 36px;
    line-height: 1.11;
    letter-spacing: 0.02em;
    color: #2e2f42;
}
.mobile-menu-contacts {
    margin-top: auto;
}

.mobile-contacts-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 24px;
    font-style: normal;
    width: 193px;
    height: auto;
}

.mobile-contacts-link {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #434455;
}

.mobile-contacts-link.custom {
    color: #4d5ae5;
}

.mobile-social-links {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    gap: 40px;
    margin-top: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

.mob-menu-link {
    width: 40px;
    height: 40px;
    background-color: #4d5ae5;
    border-radius: 50%;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.mob-menu-icon {
    fill: #f4f4fd;
}

.main-solutions { 
    padding: 72px 0;
    background-color: #2e2f42;
    background-image: 
      linear-gradient(rgba(46, 47, 66, 0.7), rgba(46, 47, 66, 0.7)),
      url("../images/bgi/people-office-mob-1x.jpg");
    max-width: 320px;
    margin: 0 auto;
    padding: 72px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    }

    @media screen and (min-resolution: 192dpi) {
        .main-solutions {
        background-image:
            linear-gradient(rgba(46, 47, 66, 0.7), rgba(46, 47, 66, 0.7)),
            url("../images/bgi/people-office-mob-2x.jpg");
    }
    }

.main-heading {
    font-size: 36px;
    line-height: 1.11;
    letter-spacing: 0.02em;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 72px;
    max-width: 216px;
    color: #fff;
}

.order-button {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #fff;
    border-radius: 4px;
    padding: 16px 32px;
    min-width: 169px;
    height: 56px;
    cursor: pointer;
    border: none;
    background-color: #4d5ae5;
    margin: 0 auto;
    display: block;
     transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
}

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

.main-features {
    padding: 96px 0;
 }
  

.features-list {
    display: flex;
    flex-wrap: wrap;
    gap: 72px;
    
}

.features-item {
    width: 100%;
}

.feature-icon {
    display: none;
}

.features-heading {
   margin-bottom: 8px;
   font-weight: 700;
   font-size: 36px;
   line-height: 1.11;
   letter-spacing: 0.02em;
   text-align: center;
   color: #2e2f42;
}

.features-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #434455;
}

.main-team {
    padding: 96px 0;
    background-color: #f4f4fd;
}

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

.team-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 72px; 
}

.team-item-container {
    display: flex;
    flex-direction: column;
    padding: 32px 16px;
    gap: 8px;
    justify-content: center;
}

.team-item {
    width: 100%;
    max-width: 264px;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 1px 0 rgba(46, 47, 66, 0.08),
     0 1px 1px 0 rgba(46, 47, 66, 0.16),
      0 1px 6px 0 rgba(46, 47, 66, 0.08);
    background-color: #fff;
}

.team-member {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-align: center;
    color: #2e2f42;
}

.team-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: center;
    margin-bottom: 8px;
    color: #434455;
}
.team-item-container .team-member,
.team-item-container .team-text {
    text-align: center;
}

.main-team-list {
    display: flex;  
    gap: 24px;
}
.main-team-icon {
    fill: #f4f4fd 
}

.main-team-item .link{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #4d5ae5;
    border-radius: 100%;
    text-decoration: none;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1); 
    color: #fff;
}

.main-team-item .link:hover,
.main-team-item .link:focus {
    background-color: #404bbf;
}

.main-portfolio {
    padding: 96px 0;
}

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

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

.portfolio-item {
    width: 100%;
    transition: box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
    background-color: #fff; 
    box-shadow: 0 2px 1px 0 rgba(46, 47, 66, 0.08), 
    0 1px 1px 0 rgba(46, 47, 66, 0.16),
    0 1px 6px 0 rgba(46, 47, 66, 0.08);
}

.portfolio-item-container {
    padding: 32px 16px;
    border-top: none;
    border-bottom: 1px solid #e7e9fc;
    border-left: 1px solid #e7e9fc;
    border-right: 1px solid #e7e9fc;
}
.product-name {
    text-align: left;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #2e2f42;
}

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

 .overlay-text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px 32px;
    color: #f4f4fd;
    background-color: #4d5ae5;
    line-height: 1.5;
    letter-spacing: 0.02em;
    transform: translateY(100%);
    transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.portfolio-item-text {
    position: relative;
    overflow: hidden;
   
}

.portfolio-item-text img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.portfolio-item:hover .overlay-text,
.portfolio-item-text:hover {
    transform: translateY(0%);
}

.page-footer {
    padding: 96px 0;
    background-color: #2e2f42;
}

.footer-container  {
    gap: 72px;
    display: flex;
    flex-direction: column;
    align-items: center; 
}

.footer-logo {
    margin-bottom: 16px;
}
.logo.footer-logo {
    text-align: center;
}

.footer-text {
    text-align: left;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #f4f4fd;
    max-width: 264px;
    padding-top: 16px;
}

.footer-logo .logo-part {
    color: #f4f4fd;
}

.footer-icons-heading {
   font-weight: 500;
   line-height: 1.5;
   letter-spacing: 0.02em;
   color: #fff;
   margin-bottom: 16px;
   text-align: center;
}

.footer-list {
     display: flex;
    justify-content: center;
   gap: 16px;
}

.footer-link {

   width: 40px;
   height: 40px;
   border-radius: 100%; 
   display: flex;
   align-items: center;
   justify-content: center;
   background-color: #4d5ae5;
   transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-link:hover, 
.footer-link:focus {
    background-color: #31d0aa;
}

.footer-icon {
    fill: #f4f4fd;
}
.footer-info {
    gap: 72px;
    width: 288px;
    text-align: center;
}
.footer-subscribe {
     margin: 0;
    align-items: center;
   
}

.footer-input {
    border-radius: 4px;
    width: 288px;
    height: 40px;
    font-weight: 400;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.04em;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
    padding:8px 16px;
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    transition: border-color 250ms cubic-bezier(0.4, 0, 0.2, 1),
     box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-input:hover,
.footer-input:focus {
    border: 1px solid #31d0aa;
    outline: none;
}

.footer-input::placeholder {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.04em;
    color: #fff;
}

.footer-subscribe-heading {
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin-bottom: 16px;
    color: #ffffff;
    text-align: center;
    
}

.footer-form {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    gap: 16px;
}

.footer-button {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    border-radius: 4px;
    padding: 8px 24px;
    gap: 16px;
    background-color: #4d5ae5;
    cursor: pointer;
    border: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-align: center;
    fill: #fff;
    margin: 0 auto;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-button:hover,
.footer-button:focus{
    background-color: #31d0aa;
}

.backdrop { 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:  rgba(46, 47, 66, 0.4);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1), 
    visibility 250ms cubic-bezier(0.4, 0, 0.2, 1);

}

.backdrop.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.modal {
    position: absolute;
    flex-shrink: 0;
    top: 50%;
    left: 50%;
    width: 288px;
    min-height: 584px;
    border-radius: 4px;
    padding: 72px 16px 24px;
    transform: translate(-50%,-50%);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14),
     0 1px 3px 0 rgba(0, 0, 0, 0.12),
      0 2px 1px 0 rgba(0, 0, 0, 0.2);
    background-color: #fcfcfc;
    transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.close-button {
    display: flex;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    cursor: pointer;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    position: absolute;
    outline: none;
    top: 24px;
    right: 24px;
    background-color: #e7e9fc;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1),
    border 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

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

.close-button:hover svg,
.close-button:focus svg {
    fill: #ffffff;
}

.close-icon{
    fill: #2e2f42;
    transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.field {
    margin-bottom: 8px;
}

.modal-text {
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #2e2f42;
    margin-bottom: 16px;
}

.modal-input {
    display: block;
    border: 1px solid #8e8f99;
    border-radius: 4px;
    width: 100%;
    height: 40px;
    background-color: transparent;
    padding-left: 38px;
    outline: transparent;
    transition: border-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-input:focus {
    border-color: #4d5ae5;
}

.modal-input:focus + .form-icon {
    fill: #4d5ae5;
}

.text-modal {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.17;
    letter-spacing: 0.04em;
    color: #8e8f99;
    margin-bottom: 4px;
}

.form-icon {
    fill: #2e2f42;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 19px;
}

.input-name {
    position: relative;
}

.modal-textarea {
    border: 1px solid #8e8f99;
    border-radius: 4px;
    width: 100%;
    height: 120px;
    resize: none;
    padding: 8px 16px;
    background-color: transparent;
    outline: transparent;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.17;
    letter-spacing: 0.04em;
    color: rgba(46, 47, 66, 0.4);
}

.modal-textarea:focus {
    border-color: #4d5ae5;
}

.send-button {
    display: block;
    color: #fff;
    border-radius: 4px;
    padding: 16px 32px;
    width: 169px;
    height: 56px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
    background: #4d5ae5;
    border: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 24px;
    transition: background 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

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

.check-modal {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: 0.04em;
    color: #8e8f99;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.privacy-policy {
    line-height: 1.3;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #4d5ae5;
}

.span-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 1px solid #2e2f42;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    fill: transparent;
    transition: background-color 250ms, border 250ms, fill 250ms, cubic-bezier(0.4, 0, 0.2, 1);
}

.input-checkbox:checked +.check-modal .span-checkbox {
    background-color: #404bbf;
    border: none;
    fill: #f4f4fd;
}

@media screen and (min-width: 768px) {
  .container {
    max-width: 768px;
    }
  .header-nav {
    gap: 120px;
  }
  .menu-button {
    display: none;
  }

  .header-nav {
    display: flex;
    align-items: center;
  }

  .nav-list {
    display: flex;
    align-items: center;
    gap: 40px;
  }

  .header-logo {
    padding: 24px 0;
    
  }

  .nav-link {
    display: block;
    padding: 24px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #2e2f42;

    transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  }

  .nav-link.current {
    position: relative;
  }

  .nav-link.current::after {
    content: '';

    position: absolute;
    left: 0;
    bottom: -1px;

    width: 100%;
    height: 4px;
    border-radius: 2px;

    background-color: #404bbf;
  }

  .contacts {
    font-style: normal;
    display: block;
  }

  .contacts-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .contacts-link {
    display: block;
    font-size: 12px;
    line-height: 1.17;
    letter-spacing: 0.04em;
    color: #434455;

    transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  }

  .nav-link:hover,
  .nav-link:focus,
  .contacts-link:hover,
  .contacts-link:focus,
  .nav-link.current {
    color: #404bbf;
  }
    .mobile-menu {
     display: none;
    }
    
    .main-solutions { 
        padding: 112px 0;
        background-color: #2e2f42;
        background-image: 
        linear-gradient(rgba(46, 47, 66, 0.7), rgba(46, 47, 66, 0.7)), 
        url("../images/bgi/people-office-tab-1x.jpg");
        max-width: 768px;
    }
         @media screen and (min-resolution: 192dpi) {
            .main-solutions {
            background-image: 
            linear-gradient(rgba(46, 47, 66, 0.7), rgba(46, 47, 66, 0.7)), 
            url("../images/bgi/people-office-tab-2x.jpg");
      }
    }
    .main-heading {
        font-size: 56px;
        line-height: 1.07;
        max-width: 496px;
        margin-bottom: 36px;
    }
    .features-list {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 72px 24px; 
    }
    .features-item {
        width: calc((100% - 24px) / 2);
        
    }
    .features-heading {
        text-align: left;
    }
    .team-container {
        padding: 0 108px;
    }
     .team-list {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 64px 24px;
    }
    .team-item {
        width: calc((100% - 24px) / 2);
        max-width: 264px;
    }
    .portfolio-list {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 72px 24px;
    }
    .portfolio-item {
        width: calc((100% - 24px) / 2);
    }
    .portfolio-item-text {
        height: 300px;
    }
    .footer-container {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: baseline;
        gap: 72px 24px;
        text-align: left;
        padding-left: 108px;
        padding-right: 108px;
    }
    .footer-logo {
        width: auto;
        margin: 0;
    }
    .footer-info,
    .footer-icons-heading,
    .footer-subscribe-heading {
        text-align: left;
    }
     .footer-form-label {
        margin-right: 24px;
     } 
    .footer-icons {
        align-items: flex-start;
    }

    .footer-subscribe {
        width: auto;
        align-items: flex-start;
    }

    .footer-form {
        display: flex;
        flex-direction: row;
        gap: 24px;
        flex-wrap: nowrap;
    }

    .footer-form-label {
        width: 264px;
    }

    .footer-button {
        white-space: nowrap;
    }
    .modal{
        width: 408px;
        max-height: 584px;
        padding: 72px 24px 24px;
    }

    .modal-text{
        max-width: 360px;
    }

}
    
 
        
 
    
@media screen and (min-width: 1158px) {
    .container {
        max-width: 1158px;
        padding: 0 15px;
        margin: 0 auto;
    }
    .header-logo {
    margin-right: 76px;
  }

  .contacts-list {
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }

  .contacts-link {
    padding: 24px 0;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  .main-solutions { 
    padding: 188px 0;
    background-color: #2e2f42;
    background-image: 
    linear-gradient(rgba(46, 47, 66, 0.7), rgba(46, 47, 66, 0.7)), 
    url("../images/bgi/people-office-1x.jpg");
    max-width: 1440px;
    }
       @media screen and (min-resolution: 192dpi) {
        .main-solutions {
         background-image:
         linear-gradient(rgba(46, 47, 66, 0.7), rgba(46, 47, 66, 0.7)),
         url("../images/bgi/people-office-2x.jpg");
        }
       }
    
    .main-heading {
        margin-bottom: 48px;
    }
    .main-features {
        padding: 120px 0;
    }

    .features-list {
        gap: 24px;
    }
    .features-item {
        width: calc((100% - 72px) / 4);
    }

    .features-heading {
        font-weight: 500;
        font-size: 20px;
        line-height: 1.2;
    }

    .features-text {
        font-weight: 400;
    }

    .feature-icon {
        display: flex;
        width: auto;
        margin-bottom: 8px;
        height: 112px;
        background-color: #f4f4fd;
        border-radius: 4px;
        align-items: center;
        justify-content: center;
        border: 1px solid #8e8f99;
    }
    .main-team-list {
        gap: 24px;
    }
     .team-item {
    width: calc((100% - 72px) / 4);
    }

    .main-portfolio {
        padding: 120px 0;
    }
    .portfolio-list {
        gap: 48px 24px;
        align-items: center;
        font-weight: 500;
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0.02em;
        background-color: #fff;
    }
    .portfolio-item {
        box-shadow: none;
        width: calc((100% - 48px) / 3);
    }
    .portfolio-item:hover {
    box-shadow: 0px 1px 6px rgba(46, 47, 66, 0.08),
     0px 1px 1px rgba(46, 47, 66, 0.16),
      0px 2px 1px rgba(46, 47, 66, 0.08);
    }
    .footer-container {
        display: flex;
        flex-wrap: nowrap;
        gap: 0;
        align-items: baseline;
        max-width: 1158px;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-footer {
        padding: 100px 0; 
    }
    .footer-info {
        text-align: left;
        margin-right: 120px;
    }
    .footer-icons {
        margin-right: 80px;
    }
    .footer-subscribe{
        margin-left: auto;
        width: auto;
    }
}