@font-face {
  font-family: 'Intro Light Alt';
  src: url('../fonts/Intro-Light-Alt.woff');
}

@font-face {
  font-family: 'PlayfairDisplay Bold';
  src: url('../fonts/PlayfairDisplay-Bold.woff');
}
@font-face {
    font-family: 'Intro';
    src: local('Intro Black Alt'), local('Intro-Black-Alt'),
        url('../fonts/Intro-Black-Alt.woff2') format('woff2'),
        url('../fonts/Intro-Black-Alt.woff') format('woff'),
        url('../fonts/Intro-Black-Alt.ttf') format('truetype');
  }

:root {
  /* fonts */
  --main-font: 'Intro Light Alt', san-serif;
  --second-font: 'PlayfairDisplay Bold', san-serid;
}

.second-banner__texts, .second-banner__texts a {
    color: #000;
}

.section-title {
  position: relative;
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 1.25em;
  font-family: var(--second-font);
}

.section-title span {
  border: 2px solid rgba(0, 0, 0, .1);
  padding: 0.3em 0.8em;
  text-align: center;
  text-transform: uppercase;
}

.section-title b {
  display: block;
  -ms-flex: 1;
  flex: 1;
  height: 2px;
  opacity: .1;
  background-color: currentColor;
  font-weight: bold;
}


/* new-creams section styles */

.new-creams {
  padding: 0 3px;
}

.new-creams__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 3px;
  row-gap: 3px;
}

.new-creams__item {
  position: relative;
  display: grid;
  min-height: 270px;
}

.new-creams__item-link {
  display: grid;
  justify-content: center;
  align-items: center;
  align-content: end;
  width: 100%;
  height: 100%;
  padding: 140px 20px 40px;
  background-size: contain;
  background-position: 50% 50%;
  text-align: center;
  background-repeat: no-repeat;
}

.new-creams__item-logo {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.new-creams__item-pic {
  max-width: 160px;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.new-creams__item-descr {
  margin-bottom: 0;
  font-family: var(--second-font);
  color: #fff;
}

.new-creams__item-fabricator {
  font-size: 0.7em;
  line-height: 1.4;
  color: #f1f1f1;
}



/* new-banner section */
.new-banner {}

.new-banner__inner {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 30px;
  row-gap: 30px;
}

.new-banner__item {
  display: grid;
}

.new-banner__item img {
  height: 100%;
}

.new-banner-6 {
  grid-column: span 6;
}

.single_banner {}

.new-banner-3 {
  grid-column: span 3;
}

.new-banner-3-2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


/* second banner section */

.second-banner__bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.second-banner__inner {
  display: flex;
  min-height: 540px;
  max-height: 540px;
}

.second-banner__texts {
  max-width: 880px;
  margin: auto;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.second-banner__texts p {
  margin-top: 1em;
  margin-bottom: 1em;
}

.second-banner__texts h2 {
  font-family: var(--second-font);
}

.second-banner__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  padding: 0 1.2em;
  background-color: #000000;
  text-transform: uppercase;
  line-height: 2.4em;
  letter-spacing: .03em;
  font-size: 1.3em;
  color: #fff;
}

.second-banner__link:hover {
  color: #fff;
}

.title-block {
  padding: 30px 0;
  text-align: center;
  color: #000000;
}


.title__block-top {
  position: relative;
  max-width: 440px;
  margin: 16px auto;
}

.title__block-top::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 17%;
  background-color: #000000;
}

.title__block-top h2 {
  font-family: var(--second-font);
}

.title__block-bottom {
  max-width: 440px;
  margin: 16px auto;
}

.title__block-bottom p:not(:last-child) {
  margin-bottom: 10px;
}


.inner-content {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  text-align: center;
  z-index: 2;
}

.inner-content h3 {
  margin: 16px 0;
  font-family: var(--second-font);
  color: #fff;
}

.inner-content a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  padding: 2px 8px;
  width: fit-content;
  margin: 0 auto;
  text-transform: uppercase;
  color: #fff;

  transition: background-color 0.2s linear, color 0.2s linear;
}

.inner-content a:hover {
  background-color: #fff;
  color: #000000;
}

.header__top {
  padding: 0 15px;
  background-color: #73645c;
  color: #fff;
}

.header__bottom {
  /* padding: 0 15px; */
  /* background-color: #000; */
  color: #fff;
}

.header__bottom>.d-flex {
  padding: 0 15px;
}

.main_menu ul li ul.sub_menu {
  left: inherit;
  right: inherit;
}

.main_menu>ul>li>a {
  height: auto;
  min-height: 30px;
  line-height: 1.1;
}

.basket-wrapper {
  display: flex;
  align-items: center;
}

.header-search {
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 0 0.75em;
  height: 2.507em;
  font-size: .97em;
  border-radius: 0;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  background-color: #fff;
  color: #333;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  transition: color .3s, border .3s, background .3s, opacity .3s;
  border: none;
  border-bottom: 1px solid #fff;
  background: #000;
  outline: 0;
  color: #fff;
}

.header-search:focus {
  border: 0;
  border-bottom: 1px solid #fff;
}

.header-search-btn {
  background-color: transparent;
  border: 0;
  outline: 0;
}

.basket-price-wrapper {
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding: 10px;
  margin: 0 10px;
  border-right: 1px solid rgba(255, 255, 255, .1);
  border-left: 1px solid rgba(255, 255, 255, .1);
}

.basket-price {
  font-weight: 700;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
}

.basket-price span {
  font-size: 17px;
  margin-right: 3px;
}

.basket-price:hover {
  color: #73645c;
}

.basket-favorite {
  display: none;
}

.basket-icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  background-color: #000;
}

.basket-icon::before {
  content: '';
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  border-radius: 100%;
  background-color: transparent;
  z-index: 1;
  transition: top 0.2s linear;
}

.basket-count {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #000;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  z-index: 2;
  transition: background-color 0.2s linear;
}

.basket-icon:hover.basket-icon::before {
  top: -10px;
}

.basket-icon:hover .basket-count {
  background-color: #fff;
}

.header__top>ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 40px;
  row-gap: 20px;
}

.right__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.right__list a {
  text-transform: uppercase;
  color: #fff;
}

.right__list li {
  position: relative;
}

.right__list li:not(:last-child)::before {
  position: absolute;
  content: '';
  right: 0;
  top: 4px;
  width: 1px;
  height: 60%;
  background-color: #fff;
}

.right__list li:not(:last-child) {
  padding-right: 10px;
}

.right__list li:not(:first-child) {
  padding-left: 10px;
}

.left_info ul li a:hover {
  color: #000;
}

.header-search-btn--mobile {
  display: none;
}

.header-user a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-user a:hover {
  opacity: 0.7;
}

.menu {}

.menu__inner {}

.menu__top {
  display: none;
}

.menu__login {}





.main_menu {
  min-height: 40px;
}


.header_area .main_menu>ul>li>a {
  min-height: auto;
  font-size: 14px;
  font-weight: 700;
}

.main_menu ul li ul.sub_menu {
  border: 1px solid #000;
  top: 40px;
  transform: scale(1);
}

.main_menu ul li ul.sub_menu::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 10%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #000000 transparent;
}

.main_menu ul li ul.sub_menu::after {
  content: '';
  position: absolute;
  top: -8px;
  left: 25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
}

header {
  transition: height 0.2s linear;
}

@media (max-width: 991px) {

  .main_menu ul li ul.sub_menu {
    border: 0;
  }

  .main_menu ul li ul.sub_menu::before,
  .main_menu ul li ul.sub_menu::after {
    content: none;
  }

  .menu.active {
    position: fixed;
    top: 0;
    left: 0;
    display: flex !important;
    align-items: flex-start !important;
    height: 100%;
    width: 260px;
    padding: 50px 15px;
    background-color: #fff;
    overflow-y: auto;
    z-index: 100;

    scrollbar-color: 000 #f1f1f1;
    scrollbar-width: thin;

    animation: fade 0.5s ease;
  }

  .menu.active::-webkit-scrollbar {
    width: 10px;
  }

  .menu.active::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 20px;
  }

  .menu.active::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  .menu.active .main_menu {
    display: flex !important;
  }

  .menu.active .main_menu ul {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .main_menu>ul>li>a {
    padding: 0;
  }

  .menu__inner {
    width: 100%;
  }

  .menu.active .menu__top {
    display: flex;
    flex-direction: column;
  }

  .menu__top {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    padding: 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #ececec;
  }

  .menu__top .basket-price {
    display: flex;
    color: #000;
  }

  .menu__top .basket-price-wrapper {
    font-size: 17px;
    padding: 10px 0;
    border-bottom: 1px solid #ececec;
  }


  .menu__top .basket-wrapper {
    display: flex;
    height: 34px;
  }

  .menu__top .header-search {
    height: 30px;

  }

  .menu__top .header-search:focus {
    background-color: #000;
  }

  .menu__top .header-search-btn {
    background-color: #000;
    height: 34px;
  }

  .menu__top .basket-icon {
    background-color: #fff;
    border-color: #000;
  }

  .menu__top .basket-icon::before {
    border-color: #000;
  }

  .menu__top .basket-count {
    background-color: #fff;
    color: #000;
  }

  .menu__login {
    padding: 10px 0;
    font-weight: 700;
    font-size: 17px;
    border-bottom: 1px solid #ececec;
  }

  .menu__login a {
    width: 100%;
  }

  .main_menu ul li a i {
    position: absolute;
    right: 0;
    margin-left: auto;
    font-size: 30px;
  }

  .main_menu ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: calc(100% - 35px);
  }

  .main_menu ul li ul.mega_menu {
    position: static;
    height: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
  }

  .main_menu ul li ul.sub_menu {
    position: static;
    height: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
  }

  /* .main_menu>ul>li {
    height: 40px;
  } */

  .main_menu ul li:hover .sub_menu,
  .main_menu ul li:hover .mega_menu {
    height: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
  }

  .main_menu ul li.open .sub_menu,
  .main_menu ul li.open .mega_menu {
    height: 100%;
    padding: 15px 0;
    opacity: 1;
    visibility: visible;
    transform: scaley(1);
    box-shadow: none;
  }

  .main_menu>ul>li>ul.mega_menu {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
  }

  .main_menu>ul>li>ul.mega_menu>li {
    width: 100%;
  }

  .main_menu ul li.open .sub_menu,
  .main_menu ul li.open .mega_menu {
    min-width: auto;
  }

  .header_area.header_four .main_menu>ul>li>a {
    min-height: 36px;
  }











  body.locked {
    position: relative;
    overflow: hidden;
    /* height: 100vh; */
  }

  body.locked::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    z-index: 50;
  }

  body.locked .basket-price-wrapper {
    opacity: 0.2;
  }

  body.locked .menu.active .basket-price-wrapper {
    opacity: 1;
  }

  .burger {
    position: relative;
    width: 28px;
    height: 20px;
    margin-right: 10px;
    cursor: pointer;
  }

  .burger span {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all 0.2s linear;
    user-select: none;
    pointer-events: none;
  }

  .burger span:nth-child(1) {
    top: 0;
  }

  .burger span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }

  .burger span:nth-child(3) {
    bottom: 0;
  }

  .burger.active-burger span:nth-child(2) {
    opacity: 0;
  }

  .burger.active-burger span:nth-child(1) {
    transform: rotate(45deg);
    top: 9px;
  }

  .burger.active-burger span:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 9px;
  }

  .burger.active-burger {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 100;
  }

  .header_area.header_four .logo {
    padding: 0;
  }

  .basket-wrapper {
    display: none;
  }

  .header-search-btn--mobile {
    display: block;
  }

  .basket-price-wrapper {
    border: 0;
    margin: 0;
  }

  .basket-price {
    display: none;
  }

  .header-user {
    display: none;
  }

  .basket-favorite {
    display: block;
  }

  .new-creams__item-link {
    padding: 90px 20px 40px;
  }

  .new-creams__item-pic {
    max-width: 90px;
  }

  .right__list {
    display: none;
  }
}

@media (max-width:776px) {

  .sticky-header.sticky {
    position: fixed;
  }

  .new-creams {
    padding: 0 3px;
  }

  .new-creams__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 3px;
    row-gap: 3px;
  }

  .new-banner__inner {
    column-gap: 0;
  }

  .new-banner-6 {
    grid-column: span 12;
  }


  .new-banner-3 {
    grid-column: span 12;
  }

  .new-banner-3-2 {
    row-gap: 30px;
  }

  .new-banner__item img {
    height: auto;
  }

  .second-banner__texts h2 {
    font-size: 28px;
  }
  
  .new-creams__item {
	  min-height: 200px;
	}

}




@keyframes fade {
  0% {
    opacity: 0;
    width: 0;
  }

  100% {
    opacity: 1;
    width: 260px;
  }
}