body {
  font-family: "Roboto", sans-serif;
  color: #434455;
  background-color: #ffffff;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.card.no-gap {
  display: block;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

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

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

/** ==============common================ */
.container {
  max-width: 320px;
  padding: 0 16px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media screen and (min-width: 1158px) {
  .container {
    max-width: 1158px;
    padding: 0 15px;
  }
}
/** ==============HEADER================ */
.header {
  border-bottom: 1px solid #e7e9fc;
}
.header-container {
  display: flex;
  align-items: center;
}

.header-menu-list,
.header-address-list {
  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;
  display: block;
  padding: 16px 0;
}
.logo-color {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.17;
  letter-spacing: 0.02em;
  color: #2e2f42;
}

.header-navigation {
  margin-right: auto;
}
.button-menu-mobile {
  background-color: transparent;
  cursor: pointer;
  border: none;
  padding: 0;
  fill: #2f2f37;
  display: flex;
}
.header-address-link {
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 767px) {
  .header-address {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .button-menu-mobile {
    display: none;
  }

  .header-navigation {
    display: flex;
    align-items: center;
  }
  .logo {
    margin-right: 120px;
    padding: 24px 0;
  }

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

  .header-menu-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    padding: 24px 0;
    display: block;
    transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    color: #2e2f42;
  }

  .header-menu-link-now {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    padding: 24px 0;
    display: block;
    transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    color: #404bbf;
  }

  .header-address-list {
    display: flex;
    flex-direction: column;

    gap: 12px;
    font-style: normal;
    font-size: 12px;
    line-height: 1.17;
    letter-spacing: 0.04em;
    color: #434455;
  }
  .header-address-link {
    color: #434455;
    display: flex;
    flex-direction: row;
  }
  .header-menu-link-now::after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
    border-radius: 2px;
    height: 4px;
    background: #404bbf;
  }
  .header-menu-link:hover,
  .header-menu-link:focus {
    color: #404bbf;
  }

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

  .header-address-item {
    transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media screen and (min-width: 1158px) {
  .logo {
    margin-right: 76px;
  }
  .header-address-list {
    display: flex;
    flex-direction: row;
    gap: 40px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}
/** ==============hero================ */
.hero {
  box-sizing: content-box;
  background-repeat: no-repeat;
  background-image: linear-gradient(
      to bottom,
      rgba(46, 47, 66, 0.7),
      rgba(46, 47, 66, 0.7)
    ),
    url("../images/1mob/people-mob.jpg");
  background-size: cover;
  background-position: center;
  text-align: center;
  max-width: 320px;
  padding: 72px 0;
  margin: 0 auto;
}

.hero-tittle {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.11;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;

  display: block;
  max-width: 216px;

  margin: 0 auto 72px;
}

@media screen and (min-width: 320px) and (min-resolution: 192dpi) {
  .hero {
    background-image: linear-gradient(
        to bottom,
        rgba(46, 47, 66, 0.7),
        rgba(46, 47, 66, 0.7)
      ),
      url("../images/1mob/people-mob@2x.jpg");
    background-position: center;
  }
}
@media screen and (min-width: 768px) {
  .hero {
    max-width: 768px;

    background-image: linear-gradient(
        to bottom,
        rgba(46, 47, 66, 0.7),
        rgba(46, 47, 66, 0.7)
      ),
      url("../images/2tablet/people-tablet.jpg");
    padding: 112px 0;
  }

  .hero-tittle {
    max-width: 496px;
    font-size: 56px;
    margin: 0 120px 36px;
  }
}

@media screen and (min-width: 768px) and (min-resolution: 192dpi) {
  .hero {
    background-image: linear-gradient(
        to bottom,
        rgba(46, 47, 66, 0.7),
        rgba(46, 47, 66, 0.7)
      ),
      url("../images/2tablet/people-tablet@2x.jpg");
    background-position: center;

    padding: 112px 0;
  }
}

@media screen and (min-width: 1158px) {
  .hero {
    max-width: 1440px;

    background-image: linear-gradient(
        to bottom,
        rgba(46, 47, 66, 0.7),
        rgba(46, 47, 66, 0.7)
      ),
      url("../images/3desk/people-office-desc.jpg");
    padding-top: 188px;
    padding-bottom: 188px;
  }
}
@media screen and (min-width: 1158px) and (min-resolution: 192dpi) {
  .hero {
    background-image: linear-gradient(
        to bottom,
        rgba(46, 47, 66, 0.7),
        rgba(46, 47, 66, 0.7)
      ),
      url("../images/3desk/people-office-desc@2x.jpg");
    width: 1440px;
  }
}

.hero-button {
  font-weight: 500;
  background-color: #4d5ae5;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #fff;
  cursor: pointer;
  display: block;
  min-width: 169px;
  height: 56px;
  border: none;
  border-radius: 4px;
  padding: 16px 32px;
  margin: auto;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.hero-button:hover {
  background-color: #404bbf;
}

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

.hero-button {
  cursor: pointer;
}

@media screen and (min-width: 1158px) {
  .hero-tittle {
    font-weight: 700;
    font-size: 56px;
    line-height: 1.07;
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff;
    max-width: 496px;

    margin: 0 auto;
    margin-bottom: 48px;
  }

  .hero-button {
    font-weight: 500;
    background-color: #4d5ae5;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #fff;
    cursor: pointer;
    display: block;
    min-width: 169px;
    height: 56px;
    border: none;
    border-radius: 4px;
    margin: 0 auto;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  }
}
/** ==============features================ */
.features {
  padding-top: 96px;
  padding-bottom: 96px;
}

.features-list {
  display: flex;
  gap: 24px;
}
.features-icons {
  display: none;
}

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

@media screen and (min-width: 768px) {
  .features {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .features-subtitle {
    width: 356px;
    height: auto;
    text-align: left;
    gap: 24px;
  }
}

.visually-hidden {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #2e2f42;
}
.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-icon {
  height: 112px;
}
.features-item {
  width: 100%;
}

.features-list {
  flex-wrap: wrap;
  flex-direction: column;
  gap: 72px 24px;
}

@media screen and (min-width: 768px) {
  .features-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 72px 24px;
  }

  .features-icons {
    display: none;
  }
  .features-item {
    width: calc((100% - 24px) / 2);
  }
}

.features-item-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #434455;
}
@media screen and (min-width: 1158px) {
  .features {
    padding: 120px 0;
  }
  .features-icon {
    height: 112px;
  }
  .features-icons {
    width: 264px;
    height: 112px;
    border: 1px solid #8e8f99;
    border-radius: 4px;
    background-color: #f4f4fd;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
  }
  .features-list {
    display: flex;

    gap: 24px;
    width: 1128px;
  }
  .features-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc((100% - 72px) / 4);
  }

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

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

/** ================our team================ */
.work-team {
  background-color: #f4f4fd;
  margin: 0 auto;
  padding-top: 96px;
  padding-bottom: 96px;
}
.team {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.11;
  letter-spacing: 0.02em;
  text-align: center;
  color: #2e2f42;
  background-color: #f4f4fd;
  text-transform: capitalize;

  margin-bottom: 72px;
}
.team-item-list {
  max-width: 264px;
  margin: 0 auto;
}

.team-item {
  background-color: #ffffff;
  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);
  margin-bottom: 72px;
}

.team-item:last-child {
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .team-item {
    background-color: #ffffff;
    border-radius: 0px 0px 4px 4px;
    margin-bottom: 0;

    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-item-list {
    display: flex;
    flex-direction: row;
    gap: 64px 24px;
    flex-wrap: wrap;
    max-width: 552px;
  }
}

.team-subtitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: center;
  color: #2e2f42;
  margin-bottom: 8px;
}
@media screen and (min-width: 1158px) {
  .team-item {
    flex-basis: calc((100%-3 * 24px) / 4);
  }
  .work-team {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .team-item-list {
    max-width: 1128px;
  }
  .team-subtitle {
    text-align: center;
    margin-bottom: 8px;
  }
}
.team-image {
  padding-top: 32px;
  padding-bottom: 32px;
  border-radius: 0px 0px 4px 4px;
}

.team-item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #434455;
  text-align: center;

  margin-bottom: 8px;
}
.messenger-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 24px;
}

.messenger-icon {
  width: 40px;
  height: 40px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.social-icon {
  width: 100%;
  height: 100%;
  background-color: #4d5ae5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  fill: white;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.icon {
  fill: #f4f4fd;
}
.social-icon:hover {
  background-color: #404bbf;
}

.social-icon:focus {
  background-color: #404bbf;
}

/** ==============portfolio================ */
.portfolio-tittle {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.11;
  letter-spacing: 0.02em;
  color: #2e2f42;
  text-transform: capitalize;
  text-align: center;

  margin-bottom: 72px;
}
.portfolio {
  padding-bottom: 96px;
  padding-top: 96px;
}
.portfolio-item-list {
  display: flex;
  flex-wrap: wrap;

  box-shadow: 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.portfolio-item-list :last-child {
  margin-bottom: 0;
}
.portfolio-item:hover .overlay-cover-text {
  transform: translateY(0);
}
.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);
}

.portfolio-item {
  transition: box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 72px;
}

.portfolio-image {
  padding: 32px 16px;
  border: 1px solid #e7e9fc;
  border-top: none;
}

.portfolio-subtittle {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #2e2f42;
  margin-bottom: 8px;
}
.portfolio-shady-wrap {
  overflow: hidden;
  position: relative;
}
.overlay-cover-text {
  position: absolute;
  padding-top: 40px;
  padding-left: 32px;
  padding-right: 32px;
  top: 0px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #f4f4fd;
  width: 100%;
  height: 100%;
  transform: translateY(100%);

  background-color: #4d5ae5;
  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.portfolio-item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #434455;
}

@media screen and (min-width: 768px) {
  .portfolio-item-list {
    column-gap: 24px;
  }
  .portfolio-item :last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1158px) {
  .portfolio {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .portfolio-tittle {
    margin-bottom: 72px;
  }
  .portfolio-item {
    width: calc((100% - 48px) / 3);
    margin-bottom: 0;
  }

  .portfolio-item-list {
    column-gap: 24px;
    row-gap: 40px;
  }
  .overlay-cover-text {
    margin-top: 0;
  }
}
/** ==============footer================ */
.footer {
  background-color: #2e2f42;
  line-height: 1.17;
  padding: 96px 0;
}
.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: inline-block;
  margin: 0 auto 16px;
}

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

.promo {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.footer-container {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  flex-direction: row;
  gap: 72px;
}

.footer-logo-text {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #f4f4fd;
  width: 264px;

  text-align: left;
}
.footer-icon-list {
  margin: auto;
}
.footer-icon-text {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #fff;
  margin-bottom: 16px;
  text-align: center;
}
.social-message-link {
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.subscribe:hover {
  background-color: #404bbf;
}

.subscribe :focus {
  background-color: #404bbf;
}

@media screen and (min-width: 768px) {
  .promo {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
  .footer-container {
    flex-wrap: wrap;
  }
  .footer-icon-list {
    margin: 0;
  }

  .footer-logo {
    margin-left: 0px;
  }
  .footer-logo-text {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #f4f4fd;
    max-width: 264px;

    text-align: left;
  }
  .footer-icon-text {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #fff;

    text-align: justify;
  }
}
.social-message-icon {
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #4d5ae5;
  border-radius: 50%;

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

.footer-social-message-link {
  gap: 16px;
  display: flex;
  flex-direction: row;
}
@media screen and (min-width: 768px) {
  .footer-social-message-link {
    gap: 16px;
    display: flex;
    flex-direction: row;
  }
  .footer-label {
    margin-left: 108px;
  }
  .footer-subs-text {
    margin-left: 108px;
  }
}
.social-icon-hover {
  width: 100%;
  height: 100%;
  background-color: #4d5ae5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  fill: white;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.social-icon-hover:hover {
  background-color: #31d0aa;
}

.social-icon-hover:focus {
  background-color: #31d0aa;
}
.footer-subs-link {
  flex-wrap: wrap;
}
.footer-subs-text {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  line-height: 1.5;
  margin-bottom: 16px;
}
.footer-label {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.footer-input {
  border: 1px solid #fff;
  border-radius: 4px;
  width: 288px;
  height: 40px;
  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;
  background: #2e2f42;
  background-color: transparent;
}
::placeholder {
  background: #2e2f42;
}
.subscribe {
  border: 1px solid #fff;
  border-radius: 4px;

  height: 40px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #fff;
  background: #2e2f42;
  background-color: transparent;
  padding-left: 16px;
  display: flex;
  justify-content: center;
  background: #4d5ae5;
  text-align: left;
  min-width: 165px;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
  border: none;
  margin: 0 auto;
  margin-top: 16px;
}

.icon-footer {
  margin-left: 16px;
  fill: #fff;
  transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (min-width: 768px) {
  .subscribe {
    border: 1px solid #fff;
    border-radius: 4px;

    height: 40px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #fff;
    background: #2e2f42;
    background-color: transparent;
    padding-left: 16px;
    display: flex;
    justify-content: center;
    background: #4d5ae5;
    text-align: left;
    min-width: 165px;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    border: none;
    margin: 0 auto;
    margin-top: 16px;
  }
}
@media screen and (min-width: 1158px) {
  .footer {
    padding: 100px 0;
  }

  .footer-logo {
    text-transform: uppercase;
    color: #4d5ae5;
    display: inline-block;
    margin-bottom: 16px;
  }

  .footer-logo-color {
    font-size: 18px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #f4f4fd;
    display: inline-block;
  }

  .footer-logo-text {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #f4f4fd;
    line-height: 1.5;
    max-width: 264px;
  }

  .footer-social-message-link {
    gap: 16px;
    display: flex;
  }
  .footer-icon-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #fff;
    margin-bottom: 16px;
  }
  .social-message-link {
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .link-message {
    background-color: #4d5ae5;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .social-message-icon {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #4d5ae5;
    border-radius: 50%;

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

  .container.footer-container {
    max-width: 1158px;
  }

  .footer-subs-text {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #ffffff;
    margin-bottom: 16px;

    line-height: 1.5;

    text-align: left;
  }

  .footer-subs-link {
    width: 453px;
    height: 80px;
  }
  .email {
    display: flex;
    align-items: center;
  }
  .footer-label {
    display: flex;

    margin-left: 0;
  }
  .footer-input {
    border: 1px solid #fff;
    border-radius: 4px;
    width: 264px;
    height: 40px;
    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;
    background: #2e2f42;
    background-color: transparent;
    padding-left: 16px;
  }
  ::placeholder {
    color: #ffffff;
  }

  .subscribe {
    border: 1px solid #fff;
    border-radius: 4px;

    height: 40px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #fff;
    background: #2e2f42;
    background-color: transparent;
    padding-left: 16px;
    display: flex;
    justify-content: center;
    background: #4d5ae5;
    text-align: left;
    min-width: 165px;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    border: none;
  }

  .icon-footer {
    margin-left: 16px;
    fill: #fff;
    transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
  }
}

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

.modal-window {
  width: 288px;
  min-height: 623px;
  background: #fcfcfc;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);

  padding: 72px 24px 24px 24px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 1px 3px rgba(0, 0, 0, 0.12),
    0px 2px 1px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.modal-close-icon {
  transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.modal-close-btn {
  position: absolute;
  top: 24px;
  right: 24px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  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: #e7e9fc;
  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);
  align-items: center;

  border: 1px solid rgba(0, 0, 0, 0.1);
}
.modal-close-btn:hover,
.modal-close-btn:focus {
  background-color: #404bbf;
  border: none;
}
.modal-close-btn:hover > .modal-close-icon,
.modal-close-btn:focus > .modal-close-icon {
  fill: #ffffff;
}

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

.data-client {
  margin-bottom: 8px;
}
.name-forma {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.17;
  letter-spacing: 0.04em;
  color: #8e8f99;
  margin-bottom: 4px;
  align-items: center;
  display: block;
}
.icon-input {
  position: relative;
}
.input-forma {
  width: 100%;
  height: 40px;
  border: 1px solid rgba(46, 47, 66, 0.4);
  border-radius: 4px;
  background-color: transparent;
  padding-left: 38px;
  outline: transparent;
  transition: border-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.input-forma:focus {
  border: 1px solid #4d5ae5;
}
.icon-forma {
  fill: #2e2f42;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.input-forma:focus + .icon-forma {
  fill: #4d5ae5;
}
.client-coment {
  margin-bottom: 16px;
}
.coments {
  width: 100%;
  height: 120px;
  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);
  border-radius: 4px;
  background-color: transparent;
  padding: 8px 16px;
  outline: transparent;
  resize: none;
  transition: border-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.coments::placeholder {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.16667;
  letter-spacing: 0.04em;
  color: rgba(241, 242, 248, 0.4);
}
.coments:focus {
  border-color: #4d5ae5;
}
.user-privacy {
  margin-bottom: 24px;
}

.privaci-accept {
  font-size: 12px;
  line-height: 1.17;
  letter-spacing: 0.04em;
  color: #8e8f99;
}
.privacy-policy {
  height: 16px;
  width: 16px;
  border: 1px solid rgba(46, 47, 66, 0.4);
  border-radius: 2px;
  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;
  justify-content: center;
  fill: transparent;
  align-items: center;
  margin-right: 8px;
}
.link-privacy-policy {
  color: #4d5ae5;
}

.checkbox:checked + .privaci-accept span {
  color: #4d5ae5;
  border: none;
  background-color: #404bbf;
  fill: #f4f4fd;
}

.botton-modal-forma {
  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;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  cursor: pointer;
  border: none;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
  margin: 0 auto;
}

.botton-modal-forma:hover {
  background-color: #404bbf;
}

.botton-modal-forma:focus {
  background-color: #404bbf;
}
@media screen and (min-width: 768px) {
  .modal-window {
    width: 408px;
    min-height: 584px;
  }
}
/*======================mobile-menu======================**/
.mobile-menu {
  position: fixed;
  background-color: #fcfcfc;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;

  visibility: hidden;
  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-messenger-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 40px;
}
.container-menu-container {
  width: 100%;
  height: 100%;
  background: #fcfcfc;
  border-radius: 4px;
  position: relative;
  top: 0;
  left: 0;

  display: flex;
  flex-direction: column;
  padding: 72px 24px 24px 24px;

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

.mobile-close-btn {
  position: absolute;
  top: 24px;
  right: 24px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  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: transparent;
  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);
  align-items: center;

  border: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-close-btn:hover,
.mobile-close-btn:focus {
  background-color: #404bbf;
  border: none;
}
.mobile-close-btn:hover > .modal-close-icon,
.mobile-close-btn:focus > .modal-close-icon {
  fill: #ffffff;
}
.nav-menu-mobile {
  display: flex;
  align-items: center;
  margin-bottom: auto;
}

.mobb-nav-item-blue {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.11;
  letter-spacing: 0.02em;
  color: #404bbf;
  padding-top: 24px;
  padding-bottom: 24px;
  display: block;
  position: relative;
}
.mobb-nav-item {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.11;
  letter-spacing: 0.02em;
  color: #2e2f42;
  padding-top: 24px;
  padding-bottom: 24px;
  display: block;
  position: relative;
}
.mobile-address-item {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #434455;
  margin-top: 24px;
}
/* .header-address-list {
  display: flex;
  flex-direction: column;
} */
.sociale-masager-mobile {
  margin: 0 auto;
  margin-top: 48px;
  text-align: center;
}

.mobile-address-link {
  color: #434455;
  display: block;
  margin-left: 5px;
}
.mobile-address-link-now {
  color: #404bbf;
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .mobile-menu-is-open {
    display: none;
  }
}
