/*==================== COMMON ====================*/
body {
  font-family: 'Roboto', sans-serif;
  color: #434455;
  background-color: #ffffff;
}

input {
  font-family: inherit;
}

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

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

img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}

.container {
  max-width: 320px;
  min-width: 320px;
  padding: 0 16px;
  margin: 0 auto;
}

:root {
  --LIGHT-SLATE: #8e8f99;
  --NAVY-BLUE: #2e2f42;
  --NAVY-BLUE-modal: rgba(46, 47, 66, 0.4);
  --IRIS: #4d5ae5;
  --OCEAN: #404bbf;
  --CLOUD: #f4f4fd;
  --WHITE: #fff;
}
/*==================== HEADER ====================*/
.header-nav-list,
.header-address {
  display: none;
}

.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);
  position: sticky;
  top: -1px;
  z-index: 10;
  background-color: #ffffff;
}

.header-main-logo-link-web {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.17;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #4d5ae5;
  padding: 16px 0;
  display: inline-block;
}

.header-main-logo-link-studio {
  color: #2e2f42;
}

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

.phone-heder-nav-menu-btn {
  padding: 0;
  display: flex;
  border: none;
  background-color: #ffffff;
  cursor: pointer;
}

/*==================== HERO SECTION ====================*/
.hero-section .container {
  padding-top: 72px;
  padding-bottom: 72px;
  background-color: #2e2f42;
  background-image: linear-gradient(
      to bottom,
      rgba(46, 47, 66, 0.7),
      rgba(46, 47, 66, 0.7)
    ),
    url(../img/bg/background-section-phone.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (min-resolution: 192dpi) {
  .hero-section .container {
    background-image: linear-gradient(
        to bottom,
        rgba(46, 47, 66, 0.7),
        rgba(46, 47, 66, 0.7)
      ),
      url(../img/bg/background-section-phone@2x.jpg);
  }
}

.hero-title {
  max-width: 216px;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  margin: 0 auto 72px auto;
}

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

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

/*==================== BENEFITS SECTION ====================*/
.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;
}

.section {
  padding-top: 96px;
  padding-bottom: 96px;
}

.benefits-section-svg-icon-cont {
  display: none;
}

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

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

.benefits-section-list {
  display: flex;
  flex-direction: column;
  gap: 72px;
}

/*==================== OUR TEAM SECTION ====================*/
.our-team {
  background-color: #f4f4fd;
}

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

.our-team-sm-list {
  display: flex;
  gap: 24px;
}

.our-team-list {
  display: flex;
  flex-direction: column;
  gap: 72px;
  max-width: 264px;
  margin-left: auto;
  margin-right: auto;
}

.our-team-list-bottom-container {
  padding: 32px 16px;
  background-color: #ffffff;
  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);
}

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

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

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

.our-team-sm-list-link:hover,
.our-team-sm-list-link:focus {
  background-color: #404bbf;
}

/*==================== PORTFOLIO SECTION ====================*/
.portfolio-list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.portfolio-list-item-bottom-container {
  padding: 32px 16px;
  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);
  border: 1px solid #e7e9fc;
  border-top: none;
}

.portfolio-list-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #2e2f42;
  margin-bottom: 8px;
}

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

.portfolio-overlay-card {
  position: relative;
  overflow: hidden;
}

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

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

/*==================== FOOTER ====================*/
.footer {
  background-color: #2e2f42;
}

.footer .container {
  padding-top: 96px;
  padding-bottom: 96px;
}

.footer-main-logo-link-web {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.16667;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #4d5ae5;
  display: block;
  text-align: center;
  margin-bottom: 16px;
}

.footer-main-logo-link-studio {
  color: #f4f4fd;
}

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

.footer-logo-and-text-container {
  margin-bottom: 72px;
}

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

.footer-sl-container {
  max-width: 208px;
  margin: 0 auto 72px auto;
}

.footer-sl-list {
  display: flex;
  gap: 16px;
}

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

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

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

.footer-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-form-input {
  padding: 8px 16px;
  width: 288px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 4px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  opacity: 0.3;
  color: #ffffff;
}

.footer-form-input:focus {
  border-color: #31d0aa;
}

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

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

.footer-form-btn:hover,
.footer-form-btn:focus {
  background-color: #404bbf;
}

/*==================== PHONE MENU ====================*/
.phone-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 999;

  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1),
    visibility 250ms cubic-bezier(0.4, 0, 0.2, 1);

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

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

.phone-menu-container {
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 40px;
  margin: 0 auto;
  width: 320px;
}

.phone-menu-close-btn {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e7e9fc;
  fill: #2e2f42;
  cursor: pointer;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1),
    fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.phone-menu-close-btn:hover,
.phone-menu-close-btn:focus {
  background-color: #404bbf;
  border: none;
  fill: #fff;
}

.phone-menu-nav {
  padding-top: 72px;
}

.phone-menu-nav-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.phone-menu-nav-link {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: #2e2f42;
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

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

.current-page {
  color: #404bbf;
}

.phone-menu-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.phone-menu-address-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.phone-menu-address-link {
  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);
}

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

.active-phone {
  color: #4d5ae5;
}

.phone-menu-address {
  margin-bottom: 48px;
}

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

.address-sl-list-container {
  max-width: 280px;
}

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

.phone-menu-sl-list-link:hover,
.phone-menu-sl-list-link:focus {
  background-color: #31d0aa;
}

/*==================== MODAL FORM ====================*/
.modal-form-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(46, 47, 66, 0.4);
  z-index: 999;

  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1),
    visibility 250ms cubic-bezier(0.4, 0, 0.2, 1);

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

.modal-form-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.modal-form {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 288px;
  min-height: 623px;
  background-color: #fcfcfc;
  padding: 72px 16px 24px 16px;
  border-radius: 4px;
}

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

.modal-form-close-btn:hover,
.modal-form-close-btn:focus {
  background-color: var(--OCEAN);
  border: none;
  fill: #fff;
}

.modal-form-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
  color: var(--NAVY-BLUE);
  margin-bottom: 16px;
}

.modal-form-label {
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.48px;
  margin-bottom: 4px;
  color: var(--LIGHT-SLATE);
}

.modal-form-input {
  margin-bottom: 8px;
  width: 256px;
  height: 40px;
  border-radius: 4px;
  padding-left: 38px;
  border: 1px solid var(--NAVY-BLUE-modal);
}

.modal-form-input:focus {
  border-color: var(--IRIS);
}

.modal-form-textarea {
  width: 256px;
  height: 120px;
  border-radius: 4px;
  border: 1px solid var(--NAVY-BLUE-modal);
  resize: none;
  padding: 8px 16px;

  color: var(--LIGHT-SLATE);
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.48px;
  margin-bottom: 16px;
}

.modal-form-textarea::placeholder {
  color: var(--LIGHT-SLATE);
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.48px;
  opacity: 0.5;
}

input,
textarea {
  outline: none;
}

.modal-form-textarea:focus {
  border-color: var(--IRIS);
}

.modal-form-input-container {
  position: relative;
}

.modal-form-input-icons {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-65%);
}

.modal-form-input-container input:focus + .modal-form-input-icons {
  fill: var(--IRIS);
}

.checkbox-container {
  display: flex;
  position: relative;
  margin-bottom: 24px;
}

.new-checkbox {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-70%);
  left: 0px;
  width: 16px;
  height: 16px;
  border: 1px solid var(--NAVY-BLUE-modal);
  background-color: #fff;
  border-radius: 2px;
  cursor: pointer;
}

.new-checkbox-icon {
  fill: var(--CLOUD);
}

input[type='checkbox']:checked + label .new-checkbox {
  border: none;
  background-color: var(--IRIS);
}

.checkbox-label-text {
  display: flex;
  flex-direction: column;
  width: 256px;
  font-size: 12px;
  font-style: normal;
  line-height: 0.4;
  letter-spacing: 0.48px;
  color: var(--LIGHT-SLATE);
  padding-left: 24px;
}

.checkbox-label-link {
  display: block;
  color: var(--IRIS);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.48px;
  text-decoration-line: underline;
}

.modal-form-send-btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: none;
  border-radius: 4px;
  width: 169px;
  height: 56px;
  background-color: var(--IRIS);
  color: var(--WHITE);
  padding: 16px 32px;
  cursor: pointer;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);

  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.64px;

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

.modal-form-send-btn:hover,
.modal-form-send-btn:focus {
  background-color: var(--OCEAN);
}

/*==================== TABLET STYLES ====================*/
@media screen and (min-width: 768px) and (max-width: 1157px) {
  .container {
    max-width: 768px;
    min-width: 768px;
  }

  .phone-heder-nav-menu-btn {
    display: none;
  }

  .header-nav {
    display: flex;
  }

  .header-main-logo-link-web {
    display: flex;
    margin-right: 120px;
    padding: 0;
    align-items: center;
  }

  .header-nav-list {
    display: flex;
    gap: 40px;
    padding: 24px 0;
  }

  .header-nav-list-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #2e2f42;
  }

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

  .active-page {
    color: #404bbf;
  }

  .header-nav-list li {
    position: relative;
  }

  .active-page::after {
    display: block;
    position: absolute;
    border-radius: 2px;
    width: 100%;
    height: 4px;
    content: '';
    background: #404bbf;
    bottom: -25px;
    left: 0;
  }

  .header-address {
    display: flex;
  }

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

  .header-address-list-link {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.17;
    letter-spacing: 0.04em;
    color: #434455;
    font-style: normal;
  }

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

  .hero-section .container {
    padding-top: 112px;
    padding-bottom: 112px;
    background-image: linear-gradient(
        to bottom,
        rgba(46, 47, 66, 0.7),
        rgba(46, 47, 66, 0.7)
      ),
      url(../img/bg/background-section-tablet.jpg);
  }

  @media screen and (min-resolution: 192dpi) {
    .hero-section .container {
      background-image: linear-gradient(
          to bottom,
          rgba(46, 47, 66, 0.7),
          rgba(46, 47, 66, 0.7)
        ),
        url(../img/bg/background-section-tablet@2x.jpg);
    }
  }

  .hero-title {
    max-width: 496px;
    font-size: 56px;
    margin-bottom: 36px;
  }

  .benefits-section-list {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 24px;
    row-gap: 72px;
    max-width: 736px;
  }

  .benefits-section-list li {
    flex-basis: calc((100% - 24px) / 2);
  }

  .benefits-section-title {
    text-align: left;
  }

  .our-team-list {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 24px;
    row-gap: 64px;
    max-width: 552px;
  }

  .our-team-sm-list li {
    flex-basis: calc((100% - 24px) / 2);
  }

  .portfolio-list {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 24px;
    row-gap: 72px;
    max-width: 736px;
  }

  .portfolio-list-item {
    flex-basis: calc((100% - 24px) / 2);
  }

  .footer .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 496px;
  }

  .footer-logo-and-text-container {
    max-width: 264px;
    margin-right: 24px;
  }

  .footer-main-logo-link-web {
    text-align: left;
  }

  .footer-sl-container {
    max-width: 208px;
    margin: 0;
  }

  .footer-sl-title {
    text-align: left;
  }

  .footer-form-title {
    text-align: left;
  }

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

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

  .phone-menu {
    display: none;
  }

  /*==================== TABLET MODAL FORM ====================*/
  .modal-form {
    width: 408px;
    min-height: 584px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .modal-form-input,
  .modal-form-textarea {
    width: 360px;
  }

  .checkbox-label-text {
    width: 360px;
    flex-direction: row;
    align-items: center;
    padding-left: 0;
  }

  .new-checkbox {
    position: static;
    transform: translate(0);
    margin-right: 8px;
  }
}

/*==================== DESKTOP STYLES ====================*/
@media screen and (min-width: 1158px) {
  .container {
    max-width: 1158px;
    min-width: 1158px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .phone-heder-nav-menu-btn {
    display: none;
  }

  .header-nav {
    display: flex;
  }

  .header-main-logo-link-web {
    display: flex;
    margin-right: 120px;
    padding: 0;
    align-items: center;
  }

  .header-nav-list {
    display: flex;
    gap: 40px;
    padding: 24px 0;
  }

  .header-nav-list-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #2e2f42;
  }

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

  .active-page {
    color: #404bbf;
  }

  .header-nav-list li {
    position: relative;
  }

  .active-page::after {
    display: block;
    position: absolute;
    border-radius: 2px;
    width: 100%;
    height: 4px;
    content: '';
    background: #404bbf;
    bottom: -25px;
    left: 0;
  }

  .header-address {
    display: flex;
  }

  .header-address-list {
    display: flex;
    flex-direction: row;
    gap: 40px;
  }

  .header-address-list-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #434455;
    font-style: normal;
  }

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

  .hero-section .container {
    max-width: 1440px;
    padding-top: 188px;
    padding-bottom: 188px;
    background-image: linear-gradient(
        to bottom,
        rgba(46, 47, 66, 0.7),
        rgba(46, 47, 66, 0.7)
      ),
      url(../img/bg/background-section-desktop.jpg);
  }

  @media screen and (min-resolution: 192dpi) {
    .hero-section .container {
      background-image: linear-gradient(
          to bottom,
          rgba(46, 47, 66, 0.7),
          rgba(46, 47, 66, 0.7)
        ),
        url(../img/bg/background-section-desktop@2x.jpg);
    }
  }

  .hero-title {
    max-width: 496px;
    margin-bottom: 48px;
    font-size: 56px;
  }

  .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .benefits-section-list {
    flex-direction: row;
    gap: 24px;
    max-width: 1128px;
  }

  .benefits-section-list li {
    flex-basis: calc((100% - 72px) / 4);
  }

  .benefits-section-svg-icon-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #8e8f99;
    background-color: #f4f4fd;
    height: 112px;
    border-radius: 4px;
    margin-bottom: 8px;
  }

  .benefits-section-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    text-align: left;
  }

  .benefits-section-text {
    font-weight: 400;
  }

  .our-team-list {
    max-width: 1128px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
  }

  .our-team-list-item {
    flex-basis: calc((100% - 72px) / 4);
  }

  .portfolio-list {
    max-width: 1128px;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 24px;
    row-gap: 48px;
  }

  .portfolio-list-item {
    flex-basis: calc((100% - 48px) / 3);
    cursor: pointer;
  }

  .portfolio-list-item-bottom-container {
    box-shadow: none;
    transition: box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1),
      transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
  }

  .portfolio-list-item:hover .portfolio-list-item-bottom-container,
  .portfolio-list-item:focus .portfolio-list-item-bottom-container {
    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);
  }

  .footer .container {
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
  }

  .footer-logo-and-text-container {
    max-width: 264px;
    margin-bottom: 0;
    margin-right: 120px;
  }

  .footer-main-logo-link-web {
    text-align: left;
  }

  .footer-sl-container {
    margin: 0;
  }

  .footer-sl-title {
    text-align: left;
  }

  .footer-form-container {
    margin-left: auto;
  }

  .footer-form-title {
    text-align: left;
  }

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

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

  .phone-menu {
    display: none;
  }

  /*==================== DESKTOP MODAL FORM ====================*/
  .modal-form {
    width: 408px;
    min-height: 584px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .modal-form-input,
  .modal-form-textarea {
    width: 360px;
  }

  .checkbox-label-text {
    width: 360px;
    flex-direction: row;
    align-items: center;
    padding-left: 0;
  }

  .new-checkbox {
    position: static;
    transform: translate(0);
    margin-right: 8px;
  }
}
