.hide {
  display: none;
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #434455;
  background-color: #ffffff;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
.subtext {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  font-weight: 400;
}
ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a {
  color: currentColor;
  text-decoration: none;
}
.section {
  padding: 96px 0;
}

@media only screen and (min-width: 1158px) {
  .section{
  padding: 120px 0;
  }
}
.container {
  max-width: 320px;
  margin: 0 auto;
  padding: 0 16px;
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media only screen and (min-width: 1158px) {
  .container {
    max-width: 1158px;
    padding: 0 15px;
  }
}
.ill {
  display: block;
  margin: bottom 0;
}
.subtitle {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #2e2f42;
}
main {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #2e2f42;
}
/* #region Хедер */
.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);
  background: #fff;
  /* position: sticky;
  z-index: 1; */
  top: 0px;
}
.logo {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 117%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #4d5ae5;
  align-items: center;
  display: block;
  padding: 16px 0;
}
@media only screen and (min-width: 768px) {
  .logo {
    margin-right: 120px;
    padding: 24px 0;
  }
}
   @media only screen and (min-width: 1158px) {
    .logo  {
      margin-right: 76px;
     }
   } 
.logo-part {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 117%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #2e2f42;
}
.header-navigation {
  display: flex;
  align-items: center;
}
.header-container {
  display: flex;
  align-items: center;
}
.navigation-list {
  display: none;
}
@media only screen and (min-width: 768px) {
  .navigation-list {
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;
    transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
  }
}
.navigation-link {
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  list-style: none;
  color: #2e2f42;
  padding: 24px 0;
  display: block;
  transition: absolute;
}
.current::after {
  content: "";
  display: block;
  background-color: #404bbf;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  position: absolute;
  bottom: -1px;
}
.current {
  color: #404bbf;
  position: relative;
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.navigation-link:hover,
.navigation-link:focus {
  color: #404bbf;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.header-navigation {
  margin-right: auto;
}
.contact {
  font-style: normal;
  display: flex;
}
.contact-list {
  display: none;
}
@media only screen and (min-width: 768px) {
  .contact-list {
    display: flex;
    gap: 12px;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1158px) {
  .contact-list {
    flex-direction: row;
    gap: 40px;
  }
}
.contact-link {
  font-size: 12px;
  line-height: 117%;
  letter-spacing: 0.04em;
  color: #434455;
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (min-width: 1158px) {
  .contact-link {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    padding: 24px 0;
  }
}
.contact-link:hover,
.contact-link:focus {
  color: #404bbf;
}
.burger-menu-button {
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .burger-menu-button {
    display: none;
  }
}
/* #endregion */
/* #region introduction */
.introduction {
  padding: 72px 0;
  background-image: linear-gradient(
      rgba(46, 47, 66, 0.7),
      rgba(46, 47, 66, 0.7)
    ),
    url(../images/people-office_s.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0 auto;
  max-width: 320px;
}
@media only screen and (max-width: 767px) and (min-resolution: 192dpi){
  .introduction {
    background-image: linear-gradient(rgba(46, 47, 66, 0.7),
        rgba(46, 47, 66, 0.7)),
      url(../images/people-office_s@2x.jpg);
  }
}
@media only screen and (min-width: 768px) {
  .introduction {
    max-width: 768px;
    padding: 112px 0;
    background-image: linear-gradient(
        rgba(46, 47, 66, 0.7),
        rgba(46, 47, 66, 0.7)
      ),
      url(../images/people-office_m.jpg);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1157px) and (min-resolution: 192dpi) {
  .introduction {
    background-image: linear-gradient(rgba(46, 47, 66, 0.7),
        rgba(46, 47, 66, 0.7)),
      url(../images/people-office_m@2x.jpg);
  }
}
@media only screen and (min-width: 1158px) {
  .introduction {
    padding: 188px;
    max-width: 1440px;
    background-image: linear-gradient(
        rgba(46, 47, 66, 0.7),
        rgba(46, 47, 66, 0.7)
      ),
      url(../images/people-office_l.jpg);
  }
}
@media only screen and (min-width: 1158px) and (min-resolution: 192dpi) {
  .introduction {
    background-image: linear-gradient(rgba(46, 47, 66, 0.7),
        rgba(46, 47, 66, 0.7)),
      url(../images/people-office_l@2x.jpg);
  }
}
.introduction-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 111%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  max-width: 216px;
  margin: 0 auto 72px;
}
@media only screen and (min-width: 768px) {
  .introduction-title {
    max-width: 496px;
    line-height: 107%;
    font-size: 56px;
    margin: 0 auto 36px;
  }
}
@media only screen and (min-width: 1158px) {
  .introduction-title {
    margin: 0 auto 48px;
  }
}
.introduction-button {
  cursor: pointer;
  font-size: 16px;
  background: #4d5ae5;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #fff;
  display: block;
  margin: 0 auto;
  padding: 16px 32px;
  border-radius: 4px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  min-width: 169px;
  height: 56px;
  border: none;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.introduction-button:hover,
.introduction-button:focus {
  background: #404bbf;
}
/* #endregion */
/* #region advantages */
.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;
}
.advantages-wrapper {
  display: none;
}
.advantages-list {
  display: flex;
  flex-direction: column;
  gap: 72px;
}
.advantages-item{
width: 100%;
}
@media only screen and (min-width: 768px) {
  .advantages-list {
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 72px;
    column-gap: 24px;
  }
  .advantages-item{
    flex-basis: calc((100% - 24px) / 2 );
  }
}
@media only screen and (min-width: 1158px) {
   .advantages-list{
    flex-wrap: nowrap;
    gap: 24px;
  }
  .advantages-item{
    flex-basis: calc((100% - 72px) / 4);
  }
}
.advantages-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #434455;

}
@media only screen and (min-width: 768px) {
 
}
@media only screen and (min-width: 1158px) {
  .advantages-text {
    font-weight: 400;
  }
}

.advantages-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 111%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #2e2f42;
  text-align: center;
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .advantages-title {
    text-align: left;
  }
}
@media only screen and (min-width: 1158px) {
  .advantages-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
  }
}

@media only screen and (min-width: 1158px) {
  .advantages-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #f4f4fd;
    border: 1px solid #8e8f99;
    border-radius: 4px;
    width: 264px;
    height: 112px;
    margin-bottom: 8px;
  }
}
/* #endregion */
/* #region team section */
.team {
  background-color: #f4f4fd;
  max-width: 100%;
}
.team {
  background-color: #f4f4fd;
  max-width: 100%;
  font-weight: 700;
  font-size: 36px;
  line-height: 111%;
  letter-spacing: 0.02em;
}
.team-main-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 111%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #2e2f42;
  text-transform: capitalize;
  margin-bottom: 72px;
}
.team-list {
  display: flex;
  flex-direction: column;
  gap: 72px;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .team-list {
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 24px;
    row-gap: 64px;
    padding: 0 92px;
  }
}

@media only screen and (min-width: 1158px) {
  .team-list {
    flex-wrap: nowrap;
    padding: 0;
    gap: 24px;
  }
}
.team-info {
  padding: 32px 0;
}
.team-title {
  text-align: center;
  margin-bottom: 8px;
}
.team-text {
  text-align: center;
  margin-bottom: 8px;
}
.team-item {
  border-radius: 0 0 4px 4px;
  background-color: #ffffff;
  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);
  transition: box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (min-width: 768px) {
.team-item{
    width: calc((100% - 24px) / 2);
  }
}
@media only screen and (min-width: 1158px) {
  .team-item{
    width: calc((100% - 72px) / 4);
  }
}

.team-social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.team-social-item {
  width: 40px;
  height: 40px;
}
.team-social-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4d5ae5;
  border-radius: 50%;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.team-social-link:hover,
.team-social-link:focus {
  background-color: #404bbf;
}
.team-social-icons {
  fill: #f4f4fd;
}
/* #endregion */
/* #region porfolio */
.portfolio-main-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 111%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #2e2f42;
  text-transform: capitalize;
  margin-bottom: 72px;
}
.portfolio-list {
  display: flex;
  flex-direction: column;
  row-gap: 48px;
  /* gap: 48px 24px;
  flex-wrap: wrap; */
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .portfolio-list {
    flex-direction: row;
    gap: 72px 24px;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1158px) {
  .portfolio-list {
    gap: 48px 24px;
    align-items: center;
  }
}
.portfolio-item {
  box-sizing: border-box;
  box-shadow: 0 1px 6px 0 rgba(46, 47, 66, 0.08);
  transition: box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
    .portfolio-item: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-item:hover .overlay {
      transform: translateY(0);
    }
@media only screen and (min-width: 768px) {
  .portfolio-item {
    flex-basis: calc((100% - 24px) / 2);
  }
}
@media only screen and (min-width: 1158px) {
  .portfolio-item {
    flex-basis: calc((100% - 48px) / 3);
    
  }

}
/* .portfolio-item: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-wrapper {
  position: relative;
  overflow: hidden;
}
.overlay {
  padding: 40px 32px;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  position: absolute;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #f4f4fd;
  top: 0;
  left: 0;
  background-color: #4d5ae5;
  margin: 0;
  transition: transform 250ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* .portfolio-item:hover .overlay {
  transform: translateY(0);
} */

.portfolio-title {
  margin-bottom: 8px;
}
.portfolio-text-container {
  padding: 32px 16px;
  border-bottom: 1px solid #e7e9fc;
  border-left: 1px solid #e7e9fc;
  border-right: 1px solid #e7e9fc;
}
.portfolio-text-container:hover {
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ill-portfolio {
  margin-bottom: 0;
  display: block;
}
/* #endregion */
/* #region footer */
footer {
  background: #2e2f42;
  padding: 96px 0;
}
@media only screen and (min-width: 1158px) {
   footer{
    padding: 100px 0;
  }
}
.footer-container {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  align-items: center;
  justify-content: center;
  gap: 72px;
}
.footer-logo {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 117%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #4d5ae5;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
}
.footer-logo-part {
  font-weight: 700;
  font-size: 18px;
  line-height: 117%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #f4f4fd;
}
.footer-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #f4f4fd;
}
.footer-socials {
  width: 208px;
}
.footer-list {
  display: flex;
  gap: 16px;
}
.footer-item {
  width: 40px;
  height: 40px;
  display: flex;
}
.footer-social-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4d5ae5;
  border-radius: 50%;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.footer-social-link:hover,
.footer-social-link:focus {
  background-color: #31d0aa;
}
.socials-text {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #fff;
  margin-bottom: 16px;
  margin-top: 0;
  text-align: center;
}
.footer-social-icons {
  fill: #f4f4fd;
}
.mail-text {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #fff;
  margin-bottom: 16px;
  margin-top: 0;
  text-align: center;
}
.subscribe-mail {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
.mail-input::placeholder{
  color:#fff;
}
.mail-input {
  height: 40px;
  width: 288px;
  display: block;
  border: 1px solid #fff;
  border-radius: 4px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  font-weight: 400;
  font-size: 12px;
  line-height: 200%;
  letter-spacing: 0.04em;
  color: #fff;
  padding-top: 8px;
  padding-left: 16px;
  padding-bottom: 8px;
  outline: none;
  background-color: transparent;
  opacity: 0.6;
}
.subscribe-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4d5ae5;
  border-radius: 4px;
  padding: 8px 24px;
  width: 165px;
  height: 40px;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  /* line-height: 24px; */
  line-height: 150%;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  border: none;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.subscribe-button:hover,
.subscribe-button:focus {
  background: #404bbf;
}
.subscribe-button-svg {
  margin-left: 16px;
}
@media only screen and (min-width: 768px) {
  .footer-container {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: start;
    padding-left: 108px;
    justify-content: start;
            row-gap: 72px;
              column-gap: 24px;
  }
  .footer-text {
    width: 264px;
  }
  .footer-logo {
    justify-content: flex-start;
  }
  .socials-text {
    text-align: start;
  }
  .mail-text {
    text-align: start;
  }
  .mail-input {
    width: 264px;
  }
  .subscribe-mail {
    flex-direction: row;
    gap: 24px;
  }
}
@media only screen and (min-width: 1158px) {
  .footer-container {
    flex-wrap: nowrap;
    padding: 0 15px;
    gap: 0;
  }
  .footer-socials{
    margin-right: 80px;
  }
  .logo-container {
    margin-bottom: 0;
    margin-right: 120px;
  }
  .footer-logo {
    display: inline-block;
  }
    .mail-input {
      opacity: 1;
    }
}
/* #endregion */
/* #region modal */
.backdrop {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  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;
  pointer-events: initial;
  visibility: visible;
}
.modal {
  width: 288px;
  min-height: 623px;
  border-radius: 4px;
  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: #fcfcfc;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 72px 16px 24px;
  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (min-width: 768px) {
.modal {
    width: 408px;
    min-height: 584px;
    padding: 72px 24px 24px;
  }
}
.modal-butn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  position: absolute;
  color: #31d0aa;
  top: 24px;
  right: 24px;
  border-radius: 50%;
  background-color: #e7e9fc;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1),
    border 250ms cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.modal-icon {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  fill: #2e2f42;
  transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.modal-butn:hover,
.modal-butn:focus {
  background-color: #404bbf;
  border: none;
}
.modal-butn:hover .modal-icon,
.modal-butn:focus .modal-icon {
  fill: #fff;
}
.modal-text {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;

  /* line-height: 24px; */
  line-height: 150%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #2e2f42;
  margin-bottom: 16px;
}
.form-input {
  display: block;
  border: 1px solid rgba(46, 47, 66, 0.4);
  border-radius: 4px;
  height: 40px;
  width: 100%;
  background-color: transparent;
  outline: transparent;
  padding: 11px 38px;
  transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: border-color;
}
.form-wrapper {
  margin-bottom: 8px;
}
.input-wrapper {
  width: 256px;
  height: 40px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.form-label {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 117%;
  letter-spacing: 0.04em;
  color: #8e8f99;
  margin-bottom: 4px;
}
.form-textarea-wrapper {
  margin-bottom: 16px;
}
.form-textarea {
  width: 256px;
  border: 1px solid rgba(46, 47, 66, 0.4);
  border-radius: 4px;
  min-height: 120px;
  outline: transparent;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 117%;
  letter-spacing: 0.04em;
  color: rgba(46, 47, 66, 0.4);
  padding: 8px 16px;
  background-color: transparent;
  resize: none;
  transition: border-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (min-width: 768px) {
.input-wrapper {
    width: 360px;
  }
    .form-textarea {
      width: 360px;
    }
}
@media only screen and (min-width: 1158px) {
  .form-textarea:focus {
    border-color: #4d5ae5;
  }
    .form-input:focus+.modal-svg {
      fill: #4d5ae5;
    }
        .form-input:focus {
          border-color: #4d5ae5;
        }
        .form-button:hover{
          background: #404bbf;
        }
}
.modal-svg {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  fill: #2e2f42;
  transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.form-button {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  line-height: 150%;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  padding: 16px 32px;
  min-width: 169px;
  height: 56px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  background: #4d5ae5;
  border: none;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
  margin: 0 auto;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

/* #endregion modal */
.form-agreement {
  margin-bottom: 24px;
}

.agreement-label {
  display: flex;
  gap: 8px;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.17;
  letter-spacing: 0.04em;
  color: #8e8f99;
}

.agreement-terms {
  flex-shrink: 0;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(46, 47, 66, 0.4);
  width: 16px;
  height: 16px;
  cursor: pointer;
  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);
}
.checkbox-input:checked + .agreement-label > .agreement-terms {
  background-color: #404bbf;
  fill: #f4f4fd;
  border: none;
}
.policy {
  line-height: 133%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #4d5ae5;
}
/* #region mobile menu*/

.mobile-menu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999;
 
  transform: translateX(100%);
  transition: transform 400ms ease-in-out;
}
.mobile-menu.is-open {
  opacity: 1;
  pointer-events: initial;
  visibility: visible;
  transform: translate(0);
}
.menu-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 72px 16px 40px;
}
.mobile-butn {
  border-radius: 50%;
  border: 1px solid #e7e9fc;
  background: transparent;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 24px;
  right: 24px;
}
.menu-list {
display: flex;
flex-direction: column;
gap:40px;
  margin-bottom: auto;
}
.menu-list-socials{
  gap: 40px;
}

.menu-link {
  font-weight: 700;
  font-size: 36px;
  line-height: 111%;
  letter-spacing: 0.02em;
  color: #2e2f42;
}
.menu-item:first-child .menu-link {
  color: #404bbf;
}
.menu-contact{
  margin-bottom: 48px;
}
.menu-contact-list{
  flex-direction: column;
    display: flex;
    gap: 24px;
}
.menu-address-item:first-child .menu-contact-link {
  color: #4d5ae5;
}
.menu-contact-link {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 20px;
  font-style: normal;
  /* line-height: 24px; */
  line-height: 120%;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 768px) {
  .mobile-menu {
    display: none;
  }
}
.menu-socials .team-social-list {
  justify-content: space-between;
}
/* #endregion */
