@media (max-width: 820px) {
  body {
    padding-top: 80px;
  }
  body.openedMenu {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .header {
    height: 80px;
    position: fixed;
    padding-top: 7px;
    padding-bottom: 10px;
  }
  .header .headerLogo {
    width: 120px;
  }
  .header .headerNavigation, .header .headerContacts {
    display: none;
  }
  .header .mobileControls {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
  .header .showMobileMenu {
    display: block;
  }
  .mobileMenu.active {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 1001;
    left: 0;
    top: 0;
    padding: 70px 30px;
    flex-direction: column;
  }
  .mobileMenu.active .closeMobileMenu {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 16px;
    height: 16px;
    display: block;
  }
  .mobileMenu.active .mobileMenuList {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
  }
  .mobileMenu.active .mobileMenuList li {
    padding: 20px 0;
    border-bottom: 1px solid #6464641A;
  }
  .mobileMenu.active .mobileMenuList li a {
    font-weight: 300;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
  }
  .mobileMenu.active .headerContactsSearch {
    width: 100%;
  }
  .mobileMenu.active .headerContactsTopSocials {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }
  .mobileMenu.active .headerContactsTopSocials img {
    width: 36px;
    height: 36px;
    object-fit: contain;
  }
  .footer .footerLogo {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .footer .footerNavigation {
    padding-left: 0;
    width: 50%;
  }
  .footer .footerNavigation .footerLinks {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    flex-direction: column;
  }
  .footer .footerContacts {
    display: flex;
    flex-direction: column;
    gap: 15px;
    color: #fff;
    padding-left: 0px;
    justify-content: flex-start;
    align-items: flex-end;
    width: 50%;
  }
  .footer .footerContacts .footerContactsLine {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .giftsPage .giftsPagePromo {
    height: 295px;
    padding-top: 230px;
    margin-bottom: 220px;
  }
  .giftsPage .giftsPagePromo .giftsPagePromoText .giftsPagePromoInfo {
    padding-top: 30px;
    padding-left: 200px;
    padding-right: 200px;
  }
  .giftsPage .giftsCatalog {
    position: relative;
  }
  .giftsPage .giftsCatalog .giftsCatalogWrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .giftsPage .giftsCatalog .giftsCatalogWrap .giftsCatalogSidebar {
    width: 100%;
    padding-right: 0px;
    position: relative;
  }
  .giftsPage .giftsCatalog .giftsCatalogWrap .giftsCatalogSidebar .giftsCatalogSidebarTitle {
    position: relative;
  }
  .giftsPage .giftsCatalog .giftsCatalogWrap .giftsCatalogSidebar .giftsCatalogSidebarTitle:before {
    width: 24px;
    height: 24px;
    display: block;
    content: "";
    position: absolute;
    left: 80px;
    top: 3px;
    background: url("../images/ico/dropdown.svg") center center no-repeat;
  }
  .giftsPage .giftsCatalog .giftsCatalogWrap .giftsCatalogSidebar .sidebarSectionsList {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 14px;
    position: absolute;
    left: 0;
    top: 10px;
    background: #fff;
    width: 100%;
    display: none;
  }
  .giftsPage .giftsCatalog .giftsCatalogWrap .giftsCatalogSidebar .sidebarSectionsList.active {
    display: block;
  }
  .giftsPage .giftsCatalog .giftsCatalogWrap .giftsCatalogProducts {
    width: 100%;
    padding-left: 0px;
    padding-top: 40px;
  }
}
@media (max-width: 480px) {
  .mobileMenu.active {
    padding: 30px 30px;
  }
  .giftsPage .giftsPagePromo .giftsPagePromoText .giftsPagePromoTitle {
    font-family: Cormorant;
    font-weight: 300;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
  }
  .giftsPage .giftsPagePromo .giftsPagePromoText .giftsPagePromoInfo {
    padding-top: 30px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .giftsPage .giftsPagePromo {
    height: 295px;
    padding-top: 230px;
    margin-bottom: 150px;
    background-size: cover;
  }
}