h1,
h2,
h3,
h5,
h6,
p {
    margin-top: 0;
    margin-bottom: 0;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}




ul {
    list-style: none;
}

a:not(.privacy-policy) {
    text-decoration: none;
}




.img {
    display: block;
}
body {
    font-family: 'Manrope', sans-serif;
    color: #FCF9F9;
    ;
    background-color: #1C2225;
    margin: 0 auto;

}

.accent-color {
    color: #ECD979;
}

/* 250ms linear */

.container {
    min-width: 320px;
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (min-width: 375px) {
    .container {
        margin: 0 auto;
        width: 375px;
    }
}

@media screen and (min-width: 768px) {
    .container {
        width: 768px;
        padding-left: 32px;
        padding-right: 32px;
    }
}

@media screen and (min-width: 1280px) {
    .container {
        width: 1112px;
        padding-left: 16px;
        padding-right: 16px;
    }
}

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

.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;
}


/* ---------- heder ---------- */
.header-page {
    padding-top: 20px;
    padding-bottom: 24px;
}

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

.navigation-menu {
    display: none;
}

.address-info {
    display: none;
}

.header-right-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}



.navigation-link {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.29;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    transition: color 250ms linear;
}

.navigation-link:hover,
.navigation-link:focus {
    color: #ECD979;
}


.contact-information {
    display: block;
    padding: 14px 28px;
    border-radius: 15px;
    border: 1px solid rgba(252, 249, 249, 0.10);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.43;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    transition: border 250ms linear;
}

.contact-information:hover,
.contact-information:focus {
    border-color: #ECD979;
}


.social-link-list {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
}

.header-link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    border-radius: 15px;
    border: 1px solid rgba(252, 249, 249, 0.10);
    background: rgba(252, 249, 249, 0.10);
    transition: border 250ms linear;
}

.header-link:focus,
.header-link:hover {
    border-color: #ECD979;
}

.header-icons {
    fill: #FCF9F9;
    opacity: 0.8;
}

.mobile-open-btn-icon {
    stroke: #ECD979;
}

.mobile-open-btn {
    background-color: transparent;
    border: none;
    line-height: 0;
    letter-spacing: 0;
    padding: 0;
}

@media screen and (min-width: 768px) {

    .header-page {
        padding-bottom: 44px;
    }

    .header-right-part {
        gap: 20px;
    }

    .mobile-open-btn-icon {
        width: 54px;
        height: 40px;
    }
}

@media screen and (min-width: 1280px) {

    .header-page {
        padding-bottom: 4px;
    }

    .mobile-open-btn {
        display: none;
    }

    .address-info {
        display: block;
    }

    .navigation-menu {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 25px;
    }

    .navigation {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 60px;
    }
}


/* ---------- Hero ---------- */
.hero-section {
    display: flex;
    flex-direction: row;
    padding: 100px 0 75px 0;
    background-repeat: no-repeat;
    background-position: right bottom;

    @media screen and (min-width: 768px) and (max-width: 1279px) {
        padding-bottom: 50px;
        padding-top: 40px;
    }

    @media screen and (max-width: 767px) {
        padding-bottom: 50px;
        padding-top: 40px;
    }

}

.hero-container {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.hero-main {
    display: flex;
    flex-direction: row;

    @media screen and (min-width: 1280px) {
        display: flex;
        flex-direction: row;
    }



    @media screen and (min-width: 768px) and (max-width: 1279px) {
        flex-direction: column-reverse;
        max-width: 550px;
    }

    @media screen and (max-width: 767px) {
        flex-direction: column-reverse;
        max-width: 335px;
    }
}

@media screen and (min-width: 1280px) {
    .hero-photo {
        margin-right: 40px;
    }
}



.hero-img {
    @media screen and (min-width: 768px) and (max-width: 1279px) {
        width: 415px;

    }

    @media screen and (max-width: 767px) {
        width: 335px;

    }
}

.hero-goal {
    width: 518px;
    padding-top: 95px;
    padding-bottom: 104px;

    @media screen and (min-width: 768px) and (max-width: 1279px) {
        padding-top: 26px;
        padding-bottom: 40px;
        width: 550px;
    }

    @media screen and (max-width: 767px) {
        width: 335px;
        padding-bottom: 0;
        padding-top: 0;

    }
}

.hero-title {
    font-style: normal;
    font-weight: 400;
    font-size: 54px;
    line-height: 64px;
    letter-spacing: -0.03em;
    color: #fcf9f9;

    @media screen and (max-width: 767px) {
        font-style: normal;
        font-weight: 400;
        font-size: 44px;
        line-height: 54px;
        letter-spacing: -0.03em;
        color: #fcf9f9;
    }
}

.hero-btn {
    padding: 14px 40px;
    background-color: transparent;
    margin-top: 40px;
    display: flex;
    align-items: center;
    margin-left: 140px;
    margin-right: 210px;
    padding: 14px 36px;
    color: var(--white, #fcf9f9);
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    background-color: #1c2225;
    border-radius: 15px;
    border: 1px solid rgba(252, 249, 249, 0.1);
    transition: border 250ms linear;



    @media screen and (min-width: 768px) and (max-width: 1279px) {
        margin-left: 140px;
        margin-right: 240px;
    }

    @media screen and (max-width: 767px) {
        margin-top: 20px;
        margin-bottom: 40px;
        margin-left: 70px;
        margin-right: 110px;
    }
}

.hero-btn:hover,
.hero-btn:focus {
    border: 1px solid #ecd979;
}

.btn-text {
    width: 51px;
    height: 22px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #fcf9f9;
}



.hero-handmade {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

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

.hero-hand-cont {
    width: 115px;
    align-self: flex-end;
}

.hero-sun {
    margin-left: auto;
    margin-right: auto;
}

.hero-text {
    font-size: 16px;
    line-height: 22px;
    text-align: start;
    letter-spacing: -0.04em;
    color: rgba(252, 249, 249, 0.4);
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.hero-elipse {
    margin-bottom: -100px;

    @media screen and (min-width: 1280px) {
        margin-bottom: -92px;
    }
}


/*section-about-us*/
.about-us {
    display: flex;
    flex-direction: column;
    gap: 50px;
    justify-content: center;
    align-items: center;

}

.about-us-bg-image {
    padding-top: 40px;
    padding-bottom: 60px;
}

.title-about-us {

    color: #FCF9F9;
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.37;
    letter-spacing: -0.03em;
}

.text-about-us {
    color: rgba(252, 249, 249, 0.352);
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.04em;

}

.text-about-us-two {
    margin-bottom: 0px;
}

.wrapper-text {
    display: block;
    max-width: 335px;
}

@media screen and (min-width:768px) {
    .about-us-bg-image {
        padding-top: 50px;
    }

    .about-us {
        gap: 40px;
        margin-bottom: 0px;

    }

    .wrapper-text {
        min-width: 704px;
    }

    .title-about-us {
        font-size: 44px;
        line-height: 1.45;
        letter-spacing: -0.03em;
    }

    .text-about-us {
        font-size: 16px;
    }
}

@media screen and (min-width:1280px) {
    .about-us-bg-image {
        padding-top: 75px;
    }

    .about-us {
        flex-direction: row;
        gap: 50px;
    }

    .wrapper-text {
        min-width: 436px;
    }

}

@media screen and (min-width:1440px) {
    .about-us-bg-image {
        padding-top: 75px;
    }

    .wrapper-text {
        min-width: 481px;
    }
}


.about-us-bg-image {
    background-image: url('../images/mobile/mobile-aboutus-background.png');
    background-repeat: no-repeat;
    background-size: 225px 408px;
    background-position: 100% 100%;

}

@media screen and (min-resolution: 192dpi) and (max-width: 767px),
screen and (min-resolution: 2dppx) and (min-width: 768px),
screen and (min-device-pixel-ratio: 2) and (min-width: 768px) {
    .about-us-bg-image {
        background-image: url('../images/mobile/mobile-aboutus-background@2x.png');
    }
}

@media screen and (min-width: 768px) {
    .about-us-bg-image {
        background-image: url('../images/tablet/tablet-aboutus-background.png');
        background-size: 369px 484px;

    }

    @media screen and (min-resolution: 192dpi) and (min-width: 768px),
    screen and (min-resolution: 2dppx) and (min-width: 768px),
    screen and (min-device-pixel-ratio: 2) and (min-width: 768px) {
        .about-us-bg-image {
            background-image: url('../images/tablet/tablet-aboutus-background@2x.png');
        }
    }
}

@media screen and (min-width: 1280px) {
    .about-us-bg-image {
        background-image: url('../images/desktop-1280/desktop-aboutus-background.png');
        background-size: 385px 502px;
    }

    @media screen and (min-resolution: 192dpi) and (min-width: 1280px),
    screen and (min-resolution: 2dppx) and (min-width: 1280px),
    screen and (min-device-pixel-ratio: 2) and (min-width: 1280px) {
        .about-us-bg-image {
            background-image: url('../images/desktop-1280/desktop-aboutus-background@2x.png');
        }
    }

}

@media screen and (min-width: 1440px) {
    .about-us-bg-image {
        background-image: url('../images/desktop-1440/desktop1440-aboutus-background.png');
        background-size: 545px 483px;
    }

    @media screen and (min-resolution: 192dpi) and (min-width: 1440px),
    screen and (min-resolution: 2dppx) and (min-width: 1440px),
    screen and (min-device-pixel-ratio: 2) and (min-width: 1440px) {
        .about-us-bg-image {
            background-image: url('../images/desktop-1440/desktop1440-aboutus-background@2x.png');
        }
    }

}

/*section-about-us*/

/* section your orders */

.order-section {
  background-image: url(../images/mobile/mobile-background-foto.jpg);
  background-size: 375px 550px;
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 630px;
  padding-bottom: 40px;
}

@media screen and (min-resolution: 192dpi) and (min-width: 375px),
  screen and (min-resolution: 2dppx) and (min-width: 375px),
  screen and (min-device-pixel-retio: 2) and (min-width: 375px) {
  .order-section {
    background-image: url(../images/mobile/mobile-background-foto@2x.jpg);
  }
}
.order-form-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.order-title {
  color: var(--white, #fcf9f9);
  font-size: 32px;
  font-weight: 500;
  line-height: 1.375;
  letter-spacing: -0.03em;
  width: 335px;
}

.order-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.order-form-field {
  padding: 14px 16px;
  width: 335px;
  color: rgba(252, 249, 249, 0.5);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.02em;
  border-radius: 15px;
  border: 1px solid rgba(252, 249, 249, 0.1);
  background-color: #1c2225;
  margin-bottom: 20px;
  transition: border 250ms linear, color 250ms linear;
}

.order-form-comments {
  width: 335px;
  height: 196px;
  padding: 14px 16px;
  color: rgba(252, 249, 249, 0.5);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.02em;
  border-radius: 8px;
  border: 1px solid rgba(252, 249, 249, 0.1);
  background-color: #1c2225;
  resize: none;
  margin-bottom: 40px;
}

.order-form-btn {
  display: flex;
  gap: 10px;
  width: 145px;
  height: 49px;
  padding: 14px 36px;
  color: var(--white, #fcf9f9);
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  background-color: #1c2225;
  border-radius: 15px;
  border: 1px solid rgba(252, 249, 249, 0.1);
  transition: border 250ms linear;
}

.order-form-field:hover,
.order-form-field:focus {
  color: #fcf9f9;
}

.order-form-field:hover,
.order-form-field:focus {
  border: 1px solid #fcf9f9;
}

.order-form-field:hover,
.order-form-field:focus {
  background-color: #1c2225;
}

.order-form-btn:hover,
.order-form-btn:focus {
  border: 1px solid #ecd979;
}

.order-form-btn-icon {
  fill: #ecd979;
  transform: rotate(-30deg);
  margin-top: 5px;
}

/* SECTION YOUR ORDERS MOBILE STYLES */

/* SECTION YOUR ORDERS TABLET STYLES */

@media screen and (max-width: 767px) {
  .order-form-image-wrapper {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .order-section {
    padding-top: 0px;
    padding-bottom: 80px;
  }

  .order-background-girl {
    background-image: url(../images/tablet/tablet-background-girl.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    max-width: 768px;
  }

  @media screen and (min-resolution: 192dpi) and (min-width: 768px),
    screen and (min-resolution: 2dppx) and (min-width: 768px),
    screen and (min-device-pixel-retio: 2) and (min-width: 768px) {
    .order-background-girl {
      background-image: url(../images/tablet/tablet-background-girl@2x.jpg);
    }
  }

  .padding-background-girl {
    padding: 388px 0px;
  }

  .order-form-box {
    align-items: flex-start;
  }

  .order-form {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .order-title {
    font-size: 44px;
    line-height: 1.318;
    letter-spacing: -0.03em;
    width: 542px;
    margin-top: 100px;
  }

  .order-form-field {
    padding: 14px 16px;
    width: 508px;
    font-size: 16px;
  }

  .order-form-comments {
    width: 508px;
    font-size: 16px;
  }

  .order-form-btn {
    width: 168px;
    height: 50px;
    padding: 14px 39px;
    color: var(--white, #fcf9f9);
    font-size: 16px;
    margin-bottom: 100px;
  }

  .order-form-image-wrapper {
    margin-left: 70px;
  }

  .section-background {
    background-image: url(../images/tablet/tablet-yourorder-background.png);
    background-size: 323px 484px;
    background-position: left bottom;
  }

  @media screen and (min-resolution: 192dpi) and (min-width: 768px),
    screen and (min-resolution: 2dppx) and (min-width: 768px),
    screen and (min-device-pixel-retio: 2) and (min-width: 768px) {
    .section-background {
      background-image: url(../images/tablet/tablet-yourorder-background@2x.png);
    }
  }
}

/* SECTION YOUR ORDERS TABLET STYLES */

/* SECTION YOUR ORDERS DESKTOP-1280 STYLES */

@media screen and (min-width: 1280px) {
  .order-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .order-background-girl {
    background-image: url(../images/desktop-1280/desktop-background-girl.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    max-width: 1282px;
  }

  @media screen and (min-resolution: 192dpi) and (min-width: 1280px),
    screen and (min-resolution: 2dppx) and (min-width: 1280px),
    screen and (min-device-pixel-retio: 2) and (min-width: 1280px) {
    .order-background-girl {
      background-image: url(../images/desktop-1280/desktop-background-girl@2x.jpg);
    }
  }

  .order-section-wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 50px;
  }

  .order-title {
    margin-top: 150px;
    width: 662px;
  }

  .order-form-box {
    width: 542px;
  }

  .order-form-image-wrapper {
    width: 524px;
  }

  .order-form-image-wrapper {
    margin-left: 0;
    margin-top: 150px;
  }

  .order-form-btn {
    margin-bottom: 0px;
  }

  .section-background {
    background-image: url(../images/desktop-1280/desktop-yourorder-background.png);
    background-size: 289px 484px;
    background-position: left bottom;
  }

  @media screen and (min-resolution: 192dpi) and (min-width: 1280px),
    screen and (min-resolution: 2dppx) and (min-width: 1280px),
    screen and (min-device-pixel-retio: 2) and (min-width: 1280px) {
    .section-background {
      background-image: url(../images/desktop-1280/desktop-yourorder-background@2x.png);
    }
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .order-form-image-wrapper {
    position: relative;
    left: -34px;
  }

  .order-section-wrapper {
    gap: 16px;
  }
}
/* SECTION YOUR ORDERS DESKTOP-1280 STYLES */

/* SECTION YOUR ORDERS DESKTOP-1440 STYLES */

@media screen and (min-width: 1440px) {
  .order-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .order-section-wrapper {
    justify-content: flex-end;
  }

  .order-title {
    width: 666px;
  }

  .order-background-girl {
    background-image: url(../images/desktop-1440/desktop1440-background-girl.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    max-width: 1440px;
  }

  @media screen and (min-resolution: 192dpi) and (min-width: 1440px),
    screen and (min-resolution: 2dppx) and (min-width: 1440px),
    screen and (min-device-pixel-retio: 2) and (min-width: 1440px) {
    .order-background-girl {
      background-image: url(../images/desktop-1440/desktop1440-background-girl@2x.jpg);
    }
  }

  .section-background {
    background-image: url(../images/desktop-1440/desktop1440-yourorder-background.png);
    background-size: 325px 484px;
    background-position: left bottom;
  }

  @media screen and (min-resolution: 192dpi) and (min-width: 1440px),
    screen and (min-resolution: 2dppx) and (min-width: 1440px),
    screen and (min-device-pixel-retio: 2) and (min-width: 1440px) {
    .section-background {
      background-image: url(../images/desktop-1440/desktop1440-yourorder-background@2x.png);
    }
  }
}
/* section your orders */

/* section testimonials */
.testimonials {
    padding-top: 40px;
    padding-bottom: 80px;
}

.testimonials-title {
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.38;
    letter-spacing: -0.03em;
}

.testimonials-item:not(:first-child) {
    display: none;
}

.testimonials-item {
    position: relative;
    max-width: 335px;
    padding-top: 24px;
    margin: 0 auto;
}

.testimonials-img {
    position: absolute;
    top: 0;
    right: 50%;
    transform: translate(50%) scale(1);
    border-radius: 50%;
    box-shadow: 0px 1px 4px 0px rgba(16, 24, 40, 0.06);
}

.testimonials-name {
    margin-bottom: 8px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
}

.testimonials-text {
    max-width: 291px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: rgba(252, 249, 249, 0.4);
    line-height: normal;
}

.testimonials-box {
    padding-top: 54px;
    padding-right: 18px;
    padding-bottom: 18px;
    padding-left: 18px;
    border-radius: 4px;
    border: 1px solid rgba(252, 249, 249, 0.1);
}

@media screen and (min-width: 768px) {
    .testimonials {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .testimonials-title {
        font-size: 44px;
        line-height: 1.45;
    }

    .testimonials-item:not(:first-child) {
        display: block;
    }

    .testimonials-item:last-child {
        display: none;
    }

    .testimonials-item {
        margin: 0;
        max-width: 336px;
    }

    .testimonials-list {
        display: flex;
        gap: 32px;
        justify-content: center;
        align-items: center;
    }

    .testimonials-text {
        max-width: 300px;
        height: 176px;
        font-size: 16px;
    }
}

@media screen and (min-width: 1280px) {
    .testimonials {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .testimonials-item:last-child {
        display: block;
    }

    .testimonials-item {
        max-width: 343px;
    }

    .testimonials-list {
        gap: 26px;
    }

    .testimonials-text {
        max-width: 307px;
        height: 175px;
    }
}

@media screen and (min-width: 1440px) {
    .testimonials-item {
        max-width: 396px;
    }

    .testimonials-text {
        max-width: 360px;
        height: 154px;
    }
}
/* section testimonials */
/* --- footer  ---*/
.footer-page {
    padding-top: 40px;
    padding-bottom: 292px;
    border-top: 1px solid rgba(252, 249, 249, 0.1);
}

.footer-photo {
    background-image: url('../images/mobile/mobile-footer-background.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 452px;
    margin: 0 auto;
}

@media screen and (min-resolution: 192dpi) and (max-width: 767px),
screen and (min-resolution: 2dppx) and (max-width: 767px),
screen and (min-device-pixel-ratio: 2) and (max-width: 767px) {
    .footer-photo {
        background-image: url('../images/mobile/mobile-footer-background@2x.png');
    }
}

.footer-list {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 25px;
}

.footer-item-first {
    order: 1;
}

.footer-item-second {
    order: 3;
}

.footer-item-third {
    order: 2;
}

.footer-item-fourth {
    order: 4;
}

.footer-item:first-child {
    width: 116px;
}

.footer-item {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.29;
    text-transform: uppercase;
    transition: color 250ms linear;
}

.footer-item:hover,
.footer-item:focus {
    color: #ecd979;
}

.footer-p {
    font-size: 44px;
    font-weight: 400;
    line-height: 1.23;
    letter-spacing: -0.03em;
}

@media screen and (min-width: 768px) {
    .footer-page {
        padding-bottom: 40px;
    }

    .footer-photo {
        background-image: url('../images/tablet/tablet-footer-background.png');
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: contain;
        max-width: none;
    }

    @media screen and (min-resolution: 192dpi) and (min-width: 768px),
    screen and (min-resolution: 2dppx) and (min-width: 768px),
    screen and (min-device-pixel-ratio: 2) and (min-width: 768px) {
        .footer-photo {
            background-image: url('../images/tablet/tablet-footer-background@2x.png');
        }
    }

    .footer-list {
        margin-bottom: 80px;
        flex-wrap: nowrap;
        flex-direction: row;
        column-gap: 25px;
        row-gap: 0;
    }

    .footer-item-second {
        order: 2;
    }

    .footer-item-third {
        order: 3;
    }

    .footer-item:first-child {
        width: auto;
    }

    .footer-p {
        width: 521px;
        font-size: 54px;
        line-height: 1.19;
    }
}

@media screen and (min-width: 1280px) {
    .footer-photo {
        background-image: url('../images/desktop-1280/desktop-footer-background.png');
        background-repeat: no-repeat;
        background-position: right;
        background-size: contain;
        padding-bottom: 40px;
    }

    @media screen and (min-resolution: 192dpi) and (min-width: 1280px),
    screen and (min-resolution: 2dppx) and (min-width: 1280px),
    screen and (min-device-pixel-ratio: 2) and (min-width: 1280px) {
        .footer-photo {
            background-image: url('../images/desktop-1280/desktop-footer-background@2x.png');
        }
    }

    .footer-list {
        margin-bottom: 117px;
    }

    .footer-p {
        width: 754px;
        font-size: 64px;
        line-height: 1.16;
    }
}

@media screen and (min-width: 1440px) {
    .footer-photo {
        background-image: url('../images/desktop-1440/desktop1440-footer.png');
        background-repeat: no-repeat;
        background-position: right;
        background-size: contain;
    }

    @media screen and (min-resolution: 192dpi) and (min-width: 1440px),
    screen and (min-resolution: 2dppx) and (min-width: 1440px),
    screen and (min-device-pixel-ratio: 2) and (min-width: 1440px) {
        .footer-photo {
            background-image: url('../images/desktop-1440/desktop1440-footer@2x.png');
        }
    }
}
/* --- footer  ---*/

/* section our-collection */
.our-collection {
    padding-top: 18px;
    padding-bottom: 80px;
    background-image: url(../images/mobile/mobile-ourcollection-background.png);
    background-repeat: no-repeat;
    background-position: 0 11%;
    background-size: 72px 177px;
}

@media screen and (min-resolution: 192dpi) and (max-width: 768px),
screen and (min-resolution: 2dppx) and (max-width: 768px),
screen and (min-device-pixel-ratio: 2) and (max-width: 768px) {
    .our-collection {
        background-image: url('../images/mobile/mobile-ourcollection-background@2x.png');
    }
}

.section-title {
    margin-bottom: 40px;
    text-align: center;
    font-family: Manrope;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.03em;
    color: var(--white, #FCF9F9);

}

.our-collection-list {
    display: flex;
    width: 335px;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}

.our-collection-card-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}

.our-collection-card-img {
    border-radius: 4px;
    height: auto;

}

.our-collection-information {
    display: flex;
    width: 335px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.our-collection-clothes-name {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-width: 335px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--white, #FCF9F9);
}

.our-collection-price {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    color: rgba(252, 249, 249, 0.40);
}

@media screen and (min-width: 768px) {

    .our-collection {
        padding-top: 50px;
        padding-bottom: 100px;
        background-image: url(../images/tablet/tablet-ourcollection-background.png);
        background-repeat: no-repeat;
        background-position: 0 17%;
        background-size: 116px 300px;
    }

    @media screen and (min-resolution: 192dpi) and (min-width: 768px),
    screen and (min-resolution: 2dppx) and (min-width: 768px),
    screen and (min-device-pixel-ratio: 2) and (min-width: 768px) {
        .our-collection {
            background-image: url('../images/tablet/tablet-ourcollection-background@2x.png');
        }
    }

    .section-title {
        font-size: 44px;
        line-height: 1.45;
    }

    .our-collection-list {
        width: 704px;
        flex-direction: row;
        flex-wrap: wrap;
        column-gap: 20px;
        row-gap: 20px;
        justify-content: center;
        margin: auto;
    }

    .our-collection-card-item {
        width: calc((100% - 20px) / 2);
    }

    .our-collection-clothes-name {

        font-size: 18px;
    }

    .our-collection-price {
        font-size: 18px;
    }
}

@media screen and (min-width: 1280px) {

    .our-collection {
        padding-top: 70px;
        padding-bottom: 150px;
        background-position: 0 25%;
        background-size: 169px 300px;
        background-image: url('../images/desktop-1280/desktop-ourcollection-background.png');
    }

    @media screen and (min-resolution: 192dpi) and (min-width: 1280px),
    screen and (min-resolution: 2dppx) and (min-width: 1280px),
    screen and (min-device-pixel-ratio: 2) and (min-width: 1280px) {
        .our-collection {
            background-image: url('../images/desktop-1280/desktop-ourcollection-background@2x.png');
        }
    }

    .section-title {
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

    .our-collection-list {
        width: 1082px;
        row-gap: 40px;
    }

    .our-collection-card-item {
        width: calc((100% - 40px) / 3);
    }
}

@media screen and (min-width: 1440px) {

    .our-collection-list {
        width: 1240px;
    }

    .our-collection {
        background-position: 0 28%;
    }

}

/* section our-collection */

/* section mobile-menu */
.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 274px;
    height: 100%;
    background-color: #ecd979;
    background-image: url('../images/mobile/mobile-menu-background.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    z-index: 9999999;
    transform: translateX(100%);
    transition: transform 250ms linear;
}

.mobile-menu.is-open {
    transform: translateX(0%);
}

@media screen and (min-resolution: 192dpi),
screen and (min-resolution: 2dppx),
screen and (min-device-pixel-ratio: 2) {
    .mobile-menu {
        background-image: url('../images/mobile/mobile-menu-background@2x.png');
    }
}

.button-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    line-height: 0;
}

.close-img {
    width: 18px;
    height: 18px;
    stroke: #1c2225;
}

.tell-box {
    margin-bottom: auto;
    padding: 12px 20px;
    border-radius: 15px;
    border: 1px solid rgba(28, 34, 37, 0.1);
}

.menu-tel {
    margin: 0;
    padding: 0;
    color: #1c2225;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.17;
    text-transform: uppercase;
}

.main-nav-box {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}

.main-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.main-nav-link {
    color: #1c2225;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
}

.button-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: transparent;
    border: none;
}

@media screen and (min-width: 768px) {
    .mobile-menu {
        width: 380px;
        padding: 20px 32px 364px;
        background-image: url('../images/tablet/tablet-menu-background.png');
    }

    @media screen and (min-resolution: 192dpi),
    screen and (min-resolution: 2dppx),
    screen and (min-device-pixel-ratio: 2) {
        .mobile-menu {
            background-image: url('../images/tablet/tablet-menu-background@2x.png');
        }
    }

    .button-close {
        right: 32px;
    }

    .close-img {
        width: 24px;
        height: 24px;
    }

    .menu-tel {
        font-size: 14px;
        line-height: 1.4;
    }
}

@media screen and (min-width: 1280px) {
    .mobile-menu {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
}
/* section mobile-menu*/ 