body {
  color: #434455;
  background-color: #ffffff;
  font-family: "Roboto", sans-serif;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

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

a {
  text-decoration: none;
}
button {
  cursor: pointer;
}
img {
  display: block;
  max-width: 100%;
}

.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 -------------- */
.container {
  width: 320px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
}

/* ----------HEADER---------- */
.header {
  border-bottom: 1px solid #e7e9fc;
  box-shadow: 0px 2px 1px rgba(46, 47, 66, 0.08),
    0px 1px 1px rgba(46, 47, 66, 0.16), 0px 1px 6px rgba(46, 47, 66, 0.08);
}
.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-navigation {
  display: flex;
  align-items: center;
}
.burger-btn {
  padding: 0;
  border: none;
  background-color: transparent;
}
.burger-icon {
  display: block;
  fill: #2f2f37;;
}
.header-link {
  display: none;
  align-items: center;
  gap: 40px;
}
.header-contact {
  display: flex;
  align-items: center;
}
.header-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-studio {
 margin-right: 76px;
padding: 16px 0;
display: block;
}
.header-studio .spanstudio {
  color: #2e2f42;
}

/* .header-menu-link:hover {
  color: #404bbf;
}
.header-menu-link:focus {
  color: #404bbf;
} */
.header-address-contact {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
font-size: 20px;
line-height: 1.2;
letter-spacing: 0.02em;
color: #434455;
  font-style: normal;
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.address {
  margin-left: auto;
  font-style: normal;
  display: none;
}
.header-contact {
  display: flex;
  align-items: center;
  gap: 40px;
}
/* .header-address-contact:hover,
.header-address-contact:focus {
  color: #404bbf;
} */

/* -----------HERO----------- */
.hero {
    background: #2e2f42;
  background-image: linear-gradient(
      rgba(46, 47, 66, 0.7),
      rgba(46, 47, 66, 0.7)
    ),
    url("../images/Dark-tel.jpg");
  /* padding: 188px 0; */
  max-width: 1440px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  padding-top: 72px;
  padding-bottom: 72px;

  @media screen and (min-resolution: 2x) {
    background-image: linear-gradient(
      rgba(46, 47, 66, 0.7),
      rgba(46, 47, 66, 0.7)
    ),
    url("../images/Dark-tel-2x.jpg");
  }
}


.hero-title {
  font-weight: 700;
  /* font-size: 56px; */
  font-size: 36px;
  line-height: 1.07;
  letter-spacing: 0.02em;
  text-align: center;
  color: #ffffff;
  /* margin-bottom: 48px; */
  margin-bottom: 72px;
  /* max-width: 496px; */
  width: 210px;
  margin: 0 auto;
}
.hero-btn-blue {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #ffffff;
  background-color: #4d5ae5;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  border: none;
  min-width: 169px;
  height: 56px;
  border-radius: 4px;
  margin-top: 48px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

/* .hero-btn-blue:hover,
.hero-btn-blue:focus {
  background-color: #404bbf;
  color: #ffffff;
} */

/* --------FEATURE-------- */

.features-lists {
  display: flex;
  flex-wrap: wrap;
  gap: 73px;
}
.features-listt {
  /* width: calc((100% - 72px) / 4); */
  width: 100%;

}

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

.features-strategy {
  font-family: "Roboto", sans-serif;
  /* font-weight: 500; */
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #2e2f42;
  margin-bottom: 8px;
  text-align: center;
}
.features-list {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #434455;
}
.features-icon-div {
  /* display: flex; */
  display: none;
  align-items: center;
  justify-content: center;
  height: 112px;
  background-color: #f4f4fd;
  border-radius: 4px;
  border: 1px solid #8e8f99;
  margin-bottom: 8px;
}

/* ----------TEAM------------ */
.social-list {
  background-color: #4d5ae5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.team-icon {
  fill: #f4f4fd;
}
/* .social-list:focus {
  background-color: #404bbf;
}
.social-list:hover {
  background-color: #404bbf;
} */
.sectionthree {
  background-color: #f4f4fd;
  padding: 96px 0;
}
.icon-list {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 8px;
}
.icon-list-item {
  width: 40px;
  height: 40px;
}

.team-item {
  background-color: #ffffff;
  align-items: center;
  flex-direction: column;
  
  gap: 24px;
  /* width: calc((100% - 72px) / 4); */
  border-radius: 0px 0px 4px 4px;
  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);
}
.team-list {
  display: flex;
  flex-wrap: wrap;
  gap: 72px;
  justify-content: center;
}
.container-team {
  padding: 32px 0;
}
.team-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.11;
  letter-spacing: 0.02em;
  text-align: center;
  color: #2e2f42;
  text-transform: capitalize;
  padding-bottom: 72px;
}
.team-name {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: center;
  color: #2e2f42;
  margin-bottom: 8px;
}
.team-work {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
  color: #434455;
}

/* -----------SECTION 4 ------------- */

.portfolio-li {
  /* width: calc((100% - 48px) / 3); */
  transition: box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
 .portfolio-li img {
  height: 280px;
 } 

/* .portfolio-li:hover {
  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: #fff;
}
.portfolio-li:hover .taste-item-text {
  transform: translateY(0);
} */
.taste-item-text {
  position: absolute;
  top: 0;
  left: 0;
  color: #f4f4fd;
  background-color: #4d5ae5;
  padding: 32px;
  height: 100%;
  transform: translateY(100%);
  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
  line-height: 1.5;
  letter-spacing: 0.02em;
  padding: 40px 32px;
}
.taste-item-cover {
  position: relative;
  overflow: hidden;
}
 

.portfolio-lists {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  /* column-gap: 24px; */
  row-gap: 48px;
}

.portfolio {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.11;
  letter-spacing: 0.02em;
  text-align: center;
  color: #2e2f42;
  text-transform: capitalize;
  margin-bottom: 72px;
}
.portfolio-list {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #2e2f42;
  margin-bottom: 8px;
}
.portfolio-list-item {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #434455;
}
.container-portfolio {
  padding: 32px 16px;
  border: 1px solid #e7e9fc;
  border-top: none;
}
.sectionfour {
 padding: 96px 0;
}
/* --------Footer---------- */

.footer-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;
  display: block;
  /* display: inline-block; */
  margin-bottom: 16px;
  text-align: center;
  
}
.footer-container {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 156px;
}
.footerstudio {
  color: #f4f4fd;
}
.footer-para {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #f4f4fd;
  max-width: 264px;
}
.footercolor {
  background-color: #2e2f42;
  padding: 100px 0;
}
.footer-social {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #ffffff;
  /* margin-bottom: 16px; */

  display: flex;
  flex-direction: column;
  align-items: center;
 margin: 0 auto;
 margin-top: 72px;
}

.container-footer {
  display: flex;
 align-items: baseline; 
  flex-direction: column;
  /* width: 1158px; */
  /* padding-left: 15px; */
  /* padding-right: 15px; */
  margin: 0 auto;
  
}
.footer-div {
  margin-right: 120px;
  margin: auto;
}
.footer-item-list {
  width: 40px;
  height: 40px;
}
.footer-item {
  display: flex;
  gap: 16px;
}
.icon-button{
  margin-left: 16px;
}
.footer-icon-link {
  width: 100%;
  height: 100%;
  background-color: #4d5ae5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  
}
/* .footer-icon-link:hover {
  background-color: #31d0aa;
}
.footer-icon-link:focus {
  background-color: #31d0aa;
} */
.footer-social-p {
  margin-bottom: 16px;
}
.footer-label {
  display: flex;
  flex-direction: column;
}
.footer-button {
  background-color: #4d5ae5;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  color: #ffffff;
  display: inline-flex;
  border-radius: 4px;
  width: 165px;
  height: 40px;
  display: flex;
  border: none;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  /* gap: 16px; */
fill: #fff;
margin: auto;
}

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

/* .footer-button:hover {
  background-color: #31d0aa;
}

.footer-button:focus {
  background-color: #31d0aa;
} */
.footer-subs {
  margin-left: 80px;
  margin: auto;
  margin-top: 72px;
}
.footer-input {
  border: 1px solid #fff;
border-radius: 4px;
/* width: 264px; */
width: 288px;
height: 40px;
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
font-weight: 400;
font-size: 12px;
line-height: 2;
letter-spacing: 0.04em;
color: #fff;
padding-left: 16px;
background-color: transparent;
}
.footer-form {
  display: flex;
  gap: 24px;
  flex-direction: column;
}




/* _____________MODAL_____________ */
.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(46, 47, 66, 0.4);
  z-index: 999;
  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);
}
.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.modal {
  border-radius: 4px;
width: 288px;
min-height: 623px;
background: #fcfcfc;
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);
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding: 24px;
transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
padding: 72px 16px 24px 16px;
}

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

/* .modal-close:hover .modal-icon {
  fill: #ffffff;
}
.modal-close:focus .modal-icon {
  fill: #ffffff;
} */

.modal-title {
  text-align: left;
  font-weight: 500;
font-size: 16px;
line-height: 1.5;
letter-spacing: 0.02em;
text-align: center;
color: #2e2f42;
margin-bottom: 16px;
}
.modal-input {
  width: 100%;
  height: 40px;
  background-color: transparent;
 border: 1px solid rgba(46, 47, 66, 0.4);
border-radius: 4px;
padding-left: 38px;
padding-right: 16px;
outline: transparent;
transition: border-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
/* .modal-input:focus {
  border-color: #4d5ae5;
}
.modal-input:focus + .input-icon-modal {
  fill: #4d5ae5;
} */
.modal-label {
display:block;
font-size: 12px;
line-height: 1.16667;
letter-spacing: 0.04em;
color: #8e8f99;
margin-bottom: 8px;
line-height: 1.17;
margin-bottom: 4px;
}

.input-wrapper {
  position: relative;
  margin-bottom: 8px;
}
.input-icon-modal {
 position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  stroke: #2e2f42;
  transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1); 
  
}
 
.modal-textarea {
  width: 100%;
  height: 120px;
border-radius: 4px;
padding: 8px 16px;
font-size: 14px;
outline: transparent;
resize: none;
font-size: 12px;
line-height: 1.17;
letter-spacing: 0.04em;
color: rgba(46, 47, 66, 0.4);
border: 1px solid rgba(46, 47, 66, 0.4);
transition: border-color 250ms cubic-bezier(0.4, 0, 0.2, 1); 
background-color: transparent;

}
/* .modal-textarea:focus{
border-color: #4D5AE5;
} */
.modal-field {
  margin-bottom: 8px;
}
.modal-field-commet {
  margin-bottom: 16px;
}
.modal-field-check {
  margin-bottom: 24px;

}

.modal-check-label {
  font-weight: 400;
font-size: 12px;
line-height: 1.16;
letter-spacing: 0.04em;
color: #8e8f99;
align-items: center;
gap: 7.5px;
line-height: 1.17;

display: flex;
  align-items: flex-start; 
  gap: 8px; 
}
.modal-check-label a {
  line-height: 1.33;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #4d5ae5;
}
.modal-check:checked + .modal-check-label > .modal-check-box {
  background-color: #404bbf;
  fill: #f4f4fd;
  border: 1px solid #404bbf;
  border-radius: 2px;
  border: none;
  
}

.modal-check-box {
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 2px;
border: 1px solid rgba(46, 47, 66, 0.4);
fill: transparent;
transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), border 250ms cubic-bezier(0.4, 0, 0.2, 1), fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
display: inline-flex;
flex-shrink: 0;
/* margin: auto; */

}
 .button-send {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #ffffff;
  background-color: #4d5ae5;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  border: none;
  min-width: 169px;
  height: 56px;
  border-radius: 4px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
 }
 /* .button-send:hover {
background-color: #404bbf;
 }
 .button-send:focus {
  background-color: #404bbf;
 } */
@media screen and (min-width: 768px) {
.portfolio-li img {
  height: 300px;
 } 
 
  .modal {
    width: 408px;
min-height: 584px;
  }
   .burger-btn {
    display: none;
   }
  .header-link {
  display: flex;
  align-items: center;
  gap: 40px;
}
.address {
  display: block;
  font-style: normal;
}
.header-studio {
padding: 24px 0;
margin-right: 120px;
}
.header-contact {
   display: flex;
  flex-direction: column; 
  gap: 12px; 
  margin: 0;
  padding: 0;
  list-style: none
}
.header-menu-link {
  display: block;
  padding: 24px 0;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #2e2f42;
  position: relative;
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  
}
.header-menu-link.header-one {
color: #404bbf;
}
.header-one::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -1px;
  height: 4px;
  background-color: #404bbf;
  border-radius: 2px;
}

.header-address-contact:hover,
.header-address-contact:focus {
  color: #404bbf;
}
.header-address-contact {
font-weight: 400;
font-size: 12px;
line-height: 1.16667;
letter-spacing: 0.04em;
color: #434455;
}
.hero {
  background-image: linear-gradient(
      rgba(46, 47, 66, 0.7),
      rgba(46, 47, 66, 0.7)
    ),
    url("../images/Dark-pl.jpg");
    padding-top: 112px;
    padding-bottom: 112px;


    @media screen and (min-resolution: 2x) {
    background-image: linear-gradient(
      rgba(46, 47, 66, 0.7),
      rgba(46, 47, 66, 0.7)
    ),
    url("../images/Dark-pl-2x.jpg");
  }
}
.hero-title {
  font-size: 56px;
  width: 496px;
  margin-bottom: 36px;
}

  .container {
    width: 768px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
  }
  .features-lists {
    gap: 72px 24px;
  
  }
  .features-listt {
    width: calc((100% - 24px) / 2);

  }
 
  .section-features {
    padding: 96px 0;
  }
  .features-strategy {
    font-weight: 700;
    font-size: 36px;
    text-align: unset;
  }
  .features-list {
    font-weight: 500;
  
  }
  .team-item {
    width: calc((100% - 24px) / 2);
    max-width: 264px;
  }
  .team-list {
    gap: 64px 24px;
  justify-content: center;
  }
  .portfolio-li {
    width: calc((100% - 24px) / 2);
  }
  .portfolio-lists {
    column-gap: 24px;
    flex-direction: row;
    row-gap: 72px;
  }
  .footer-logo {
  display: inline-block;
  margin-top: auto;
  text-align: unset;
}

.footer-social {
margin: unset;
}
.footer-div {
margin: unset;
}
.container-footer {
  flex-wrap: wrap;
   flex-direction: row;
    gap: 72px 24px;
     width: 584px;
      padding: 0 16px;
}

.footer-button {
  min-width: 165px;
}
.sub-par-sub {
margin: auto;
text-align: unset;
}
.footer-input {
width: 264px;
}
.footer-form {
  display: flex;
  gap: 24px;
  flex-direction: unset;
}
  .footer-subs {
    margin: unset
  }
  .mobile-menu {
    display: none;
  }
.sub-par-sub {
  margin-bottom: 16px;
}
.modal-check-box {

}
}
  
  

@media screen and (min-width: 1158px) {
  .modal {
    width: 408px;
min-height: 584px;
  }
   .sectionfour {
 padding: 120px 0;
}
.modal-close:hover {
  border: none;
  background-color: #404bbf;
  
}
.modal-close:focus {
  border: none;
  background-color: #404bbf;
  
}
.modal-close:hover .modal-icon {
  fill: #ffffff;
}
.modal-close:focus .modal-icon {
  fill: #ffffff;
}
.modal-close:hover .modal-icon {
  fill: #ffffff;
}
.modal-close:focus .modal-icon {
  fill: #ffffff;
}
.modal-textarea:focus{
border-color: #4D5AE5;
}
.button-send:hover {
background-color: #404bbf;
 }
 .button-send:focus {
  background-color: #404bbf;
 }

.header-studio {
margin-right: 76px;
}
.header-contact {
  align-items: center;
  flex-direction: row;
  gap: 40px;
}
.header-menu-link:hover {
  color: #404bbf;
}
.header-menu-link:focus {
  color: #404bbf;
}
.header-address-contact {
  padding: 24px 0;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #434455;
  font-weight: 400;
  font-style: normal;
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.header-address-contact:hover,
.header-address-contact:focus {
  color: #404bbf;
}
  .container {
    width: 1158px;
  padding-left: 15px;
  padding-right: 15px;
  } 

  .hero {
    background-image: linear-gradient(
      rgba(46, 47, 66, 0.7),
      rgba(46, 47, 66, 0.7)
    ),
    url("../images/people-office.jpg");
    padding: 188px 0;

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

  .hero-title {
    font-size: 56px;
    margin-bottom: 58px;
    min-width: 496px;
  }
  .hero-btn-blue:hover,
.hero-btn-blue:focus {
  background-color: #404bbf;
  color: #ffffff;
}
  .features-lists {
    gap: 24px;
  }
  .features-listt {
  width: calc((100% - 72px) / 4);
  padding-right: unset;
  }
  .features-icon-div {
    display: flex;
  }
   .features-strategy {
    font-weight: 500;
    font-size: 20px;
    text-align: unset;
  }
  .features-list {
    font-weight: 400;
  }
  .team-item {
    width: calc((100% - 72px) / 4);

  }
  .social-list:focus {
  background-color: #404bbf;
}
.social-list:hover {
  background-color: #404bbf;
}
  .portfolio-li {
    width: calc((100% - 48px) / 3);
  }
  .portfolio-li:hover {
  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: #fff;
}
.portfolio-li:hover .taste-item-text {
  transform: translateY(0);
}
  .portfolio-lists {
    column-gap: 24px;
  }
  .footer-logo {
  display: inline-block;
  margin-top: auto;
  text-align: unset;
}

.footer-social {
margin-top: unset;
  align-items: flex-start;
}

.container-footer {
justify-content: space-between;
  flex-wrap: nowrap;
   gap: unset;
    width: 1158px;
     paddin: 0 15px;
}

.footer-button {
  min-width: 165px;
}
.footer-button:hover {
  background-color: #31d0aa;
}

.footer-button:focus {
  background-color: #31d0aa;
}
.sub-par-sub {
margin: auto;
text-align: unset;
margin-bottom: 16px;
}
.footer-input {
width: 264px;
}
.footer-form {
  display: flex;
  gap: 24px;
  flex-direction: unset;
}
.footer-icon-link:hover {
  background-color: #31d0aa;
}
.footer-icon-link:focus {
  background-color: #31d0aa;
}

}

/* Mobile Menu */

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1),
  visibility 250ms (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%;
}
.header-address-contact.number {
  color: #4d5ae5;
}
.mobile-menu-close {
  position: absolute;
  top: 24px;
  right: 24px;
}
.mobile-nav {
  margin-bottom: auto;
}
.mobile-link {
}
.mobile-list {
  font-weight: 700;
font-size: 36px;
line-height: 1.11111;
letter-spacing: 0.02em;
color: #2e2f42;
padding-bottom: 40px;
}
.mobile-list.studio{
  color: #404bbf;
}
.adress-social{
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.mobile-add-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mobile-social {
   font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
 margin: 0 auto;
}
.mobile-social-p {
  margin-bottom: 16px;
}
.mobile-item {
  display: flex;
  gap: 40px;

}
.mobile-item-list {
  width: 40px;
  height: 40px;
}
.mobile-icon-link {
  width: 100%;
  height: 100%;
  background-color: #4d5ae5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-icon-link:hover {
  background-color: #31d0aa;
}
.mobile-icon-link:focus {
  background-color: #31d0aa;
}
