:root {
  --bg-color: #F6F6F7;
  --text-color: #1F1F1F;
  --primary-color: #8C0014;
  --icon-path-color: #1F1F1F;
  --menu-bg-color: #FFF;
  --input-border-color:#1F1F1F;
  --shadow-color: #000;
}

[data-theme=dark] {
  --bg-color: #1F1F1F;
  --text-color: #F6F6F7;
  --primary-color: #700010;
  --icon-path-color: #F6F6F7;
  --menu-bg-color: #181818;
  --input-border-color: #F6F6F7;
  --shadow-color: #fff;
}

@media (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none !important;
  box-shadow: none !important;
  height: 40px;
}

.p-absolute {
  position: absolute;
}

@media (min-width: 576px) {
  .p-sm-static {
    position: static;
  }
}

@media (min-width: 992px) {
  .p-lg-absolute {
    position: absolute;
  }
}

@media (min-width: 992px) {
  .p-lg-static {
    position: static;
  }
}

body, html {
  font-family: "Montserrat", sans-serif;
  background-color: var(--bg-color);
  color: var(--text-color);
}

.header__container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.header__menu-trigger svg path {
  fill: var(--icon-path-color);
  stroke: var(--icon-path-color);
}
.header__phone a {
  color: var(--text-color, #1F1F1F);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 120% */
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (min-width: 992px) {
  .header__phone a {
    font-size: 20px;
    line-height: 24px;
  }
}
.header__phone a svg path {
  stroke: var(--icon-path-color);
}
.header__soc {
  display: flex;
  gap: 8px;
}
.header__menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 16px;
  align-items: center;
}
.header__menu ul li a {
  color: var(--text-color, #1F1F1F);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 114.286% */
}
.header__theme-switch .custom-switch {
  min-height: 32px;
  width: 64px;
  padding: 0;
}
.header__theme-switch .custom-switch .custom-control-label::before {
  width: 64px;
  height: 32px;
  pointer-events: all;
  border-radius: 32px;
  border: none;
  background: rgba(98, 98, 98, 0.2);
  top: 0;
  left: 0;
  outline: none !important;
  box-shadow: none !important;
}
.header__theme-switch .custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  background: rgba(98, 98, 98, 0.2);
}
.header__theme-switch .custom-switch .custom-control-label::after {
  top: 2px;
  left: 2px;
  width: 28px;
  height: 28px;
  background: var(--PM-Light-Athens-Gray, #F6F6F7);
  border-radius: 14px;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='5' stroke='%231F1F1F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 3V5' stroke='%231F1F1F' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M12 19V21' stroke='%231F1F1F' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M21 12L19 12' stroke='%231F1F1F' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M5 12L3 12' stroke='%231F1F1F' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M18.3638 18.3643L16.9496 16.95' stroke='%231F1F1F' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M7.05029 7.05078L5.63608 5.63657' stroke='%231F1F1F' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M5.63623 18.3633L7.05044 16.9491' stroke='%231F1F1F' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M16.9497 7.05078L18.3639 5.63657' stroke='%231F1F1F' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}
.header__theme-switch .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background: var(--PM-Dark-Mine-Shaft, #1F1F1F);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.8314 19C15.7905 19 19 15.7905 19 11.8314C19 8.63208 16.9042 5.92228 14.0106 5C15.1267 6.14772 15.8139 7.71451 15.8139 9.44183C15.8139 12.9611 12.9611 15.8139 9.44183 15.8139C7.71451 15.8139 6.14772 15.1267 5 14.0106C5.92228 16.9042 8.63208 19 11.8314 19Z' stroke='%23F6F6F7' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  -webkit-transform: translateX(32px);
  transform: translateX(32px);
}
.header__service-menu-trigger .btn {
  background: var(--primary-color);
  color: #F6F6F7;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  /* 114.286% */
  text-transform: uppercase;
}
.header__search .btn {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0;
  width: 40px;
}
@media (min-width: 768px) {
  .header__search .btn {
    padding: 8px 12px;
    width: auto;
  }
}
.header__search .btn span {
  color: var(--text-color, #1F1F1F);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  /* 114.286% */
  text-transform: uppercase;
}
.header__search .btn svg path {
  fill: var(--icon-path-color);
}
.header__search .btn.active {
  background: var(--primary-color);
}
.header__search .btn.active span {
  color: #F6F6F7;
}
.header__search .btn.active svg path {
  fill: #F6F6F7;
}
.header__cart svg path {
  fill: var(--icon-path-color);
}
.header__cart-count {
  position: absolute;
  right: 8px;
  top: -2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #AE4C5A;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--PM-Light-Athens-Gray, #F6F6F7);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
  letter-spacing: 0.4px;
}
@media (max-width: 991px) {
  .header__service-menu {
    top: 100%;
    left: -12px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header__service-menu {
    position: relative;
  }
}

.service-menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .service-menu {
    background: var(--menu-bg-color);
    box-shadow: 0 8px 12px 6px rgba(0, 0, 0, 0.15), 0 4px 4px 0 rgba(0, 0, 0, 0.3);
    padding: 24px 20px;
  }
}
@media (max-width: 575px) {
  .service-menu {
    padding: 0 16px;
  }
}
@media (min-width: 992px) {
  .service-menu {
    flex-direction: row;
    align-items: center;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .service-menu {
    margin-top: 0px;
  }
}
@media (max-width: 991px) {
  .is-service-menu-opened-full .service-menu {
    position: absolute;
    z-index: 1;
    display: flex !important;
    top: 16px;
  }
}
@media (max-width: 575px) {
  .is-service-menu-opened-full .service-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: auto;
    justify-content: start;
  }
}
.service-menu li.is-parent > a.menu-item {
  padding-right: 44px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.16797 6L15.168 12L9.16797 18' stroke='%231F1F1F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: right 12px center;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .service-menu li.is-parent > a.menu-item {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.27246 9L12.2725 15L18.2725 9' stroke='%231F1F1F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
}
.service-menu li a.menu-item {
  color: var(--text-color, #1F1F1F);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  /* 114.286% */
  padding: 12px;
  min-height: 40px;
  display: flex;
  align-items: center;
}
.service-menu li a.menu-item:hover {
  background-color: var(--PM-Primary-Light, #AE4C5A);
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
}
.service-menu li ul {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}
.service-menu li.active > a {
  background-color: var(--primary-color);
  border-radius: 4px;
  color: #F6F6F7;
}
@media (min-width: 992px) {
  .service-menu li.is-parent.active ul.l2 {
    position: absolute;
    z-index: 2;
    display: block;
    padding: 0 16px;
    margin: 0;
    background: var(--menu-bg-color);
    box-shadow: 0 8px 12px 6px rgba(0, 0, 0, 0.15), 0 4px 4px 0 rgba(0, 0, 0, 0.3);
    width: 100%;
    left: 0;
    top: 56px;
    columns: 2;
    column-gap: 24px;
    padding: 28px;
  }
}
@media (max-width: 991px) {
  .service-menu li.is-parent.active ul.l2 {
    display: flex;
    flex-direction: column;
    padding: 0 16px;
    margin: 0;
  }
}
@media (max-width: 575px) {
  .service-menu li.is-parent.active ul.l2 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--menu-bg-color);
    box-shadow: 0 8px 12px 6px rgba(0, 0, 0, 0.15), 0 4px 4px 0 rgba(0, 0, 0, 0.3);
  }
}
.service-menu li.is-parent.active ul.l2 > li {
  break-inside: avoid;
}
.service-menu li.is-parent.active ul.l2 > li > a.menu-item {
  color: var(--text-color);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 120% */
  letter-spacing: -0.4px;
  background-image: none;
}
.service-menu li.is-parent.active ul.l2 ul.l3 {
  display: flex;
  flex-direction: column;
  margin-left: 12px;
}
.service-menu li.is-parent.active ul.l2 ul.l3 > li > a.menu-item {
  color: var(--text-color);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  /* 114.286% */
  text-transform: uppercase;
}
.service-menu li.is-parent.active > a.menu-item, body[data-theme=dark] .service-menu li.is-parent > a.menu-item {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.16797 6L15.168 12L9.16797 18' stroke='%23F6F6F7' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
@media (min-width: 992px) {
  .service-menu li.is-parent.active > a.menu-item, body[data-theme=dark] .service-menu li.is-parent > a.menu-item {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.27246 9L12.2725 15L18.2725 9' stroke='%23F6F6F7' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
}
.service-menu ul.l1 > li > a {
  text-transform: uppercase;
}
.service-menu > li > a {
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .service-menu > li > a {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.mobile-dialog-header {
  display: flex;
  justify-content: space-between;
  position: sticky;
  top: 0;
  padding: 24px 0;
}
.mobile-dialog-header span {
  color: var(--text-color);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 116.667% */
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.mobile-dialog-header .mobile-dialog-close svg path {
  fill: var(--icon-path-color);
}
.mobile-dialog-header .mobile-dialog-back svg path {
  stroke: var(--icon-path-color);
}

.telegram {
  display: block;
  width: 32px;
  height: 32px;
  background: url("/img/v2/telegram.svg") no-repeat center;
}

.vk {
  display: block;
  width: 32px;
  height: 32px;
  background: url("/img/v2/vk.svg") no-repeat center;
}

.whatsapp {
  display: block;
  width: 32px;
  height: 32px;
  background: url("/img/v2/whatsapp.svg") no-repeat center;
}

.search {
  display: none;
  /*&__header{
    display:flex;
    justify-content: space-between;
    position: sticky;
    top: 0;
    padding: 24px 0;
    span {
      color: var(--text-color);
      font-feature-settings: 'liga' off, 'clig' off;
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: 28px;
      letter-spacing: 0.4px;
      text-transform: uppercase;
    }
    .mobile-dialog-close{
      svg path{
        fill: var(--icon-path-color)
      }
    }
  }*/
}
.is-search-opened .search {
  display: block;
  z-index: 2;
}
@media (max-width: 575px) {
  .is-search-opened .search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 16px;
    background: var(--menu-bg-color, #F6F6F7);
  }
}
@media (min-width: 576px) {
  .is-search-opened .search {
    position: absolute;
    top: 56px;
    width: 100%;
    height: auto;
    padding: 16px;
    background: var(--menu-bg-color, #FFF);
    box-shadow: 0 8px 12px 6px rgba(0, 0, 0, 0.15), 0 4px 4px 0 rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 768px) {
  .is-search-opened .search {
    padding: 24px;
  }
}
@media (min-width: 992px) {
  .is-search-opened .search {
    padding: 40px;
  }
}
.is-search-opened .search input {
  width: 100%;
  outline: none !important;
  box-shadow: none !important;
  padding: 12px 32px 12px 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.1084 5.06934C12.9486 5.06934 15.2509 7.37173 15.251 10.2119C15.251 13.0522 12.9487 15.3545 10.1084 15.3545C7.26821 15.3544 4.96582 13.0521 4.96582 10.2119C4.96592 7.37179 7.26827 5.06943 10.1084 5.06934ZM15.3059 14.3488C16.2104 13.2139 16.751 11.7761 16.751 10.2119C16.7509 6.5433 13.777 3.56934 10.1084 3.56934C6.43985 3.56943 3.46592 6.54336 3.46582 10.2119C3.46582 13.8805 6.43979 16.8544 10.1084 16.8545C11.6725 16.8545 13.1104 16.3139 14.2453 15.4094L18.8382 20.0023L18.8948 20.054C19.1894 20.2945 19.6241 20.2769 19.8987 20.0023C20.1734 19.7276 20.1909 19.2929 19.9505 18.9983L19.8987 18.9417L15.3059 14.3488Z' fill='%23121212'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-color: var(--menu-bg-color);
  height: 48px;
  border-radius: 4px;
  border: 1px solid var(--input-border-color, #1F1F1F);
  color: var(--text-color);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
}
.search__results {
  display: flex;
  margin-top: 8px;
  flex-direction: column;
}
.search__results .autocomplete-suggestions {
  position: static !important;
  max-width: 100%;
}
.search__results .autocomplete-suggestions div {
  padding: 8px 8px;
  overflow: hidden;
  color: var(--text-color);
  font-feature-settings: "liga" off, "clig" off;
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 114.286% */
  white-space: nowrap;
  cursor: pointer;
}
.search__results .autocomplete-suggestions div:hover {
  border-radius: 4px;
  background: rgba(98, 98, 98, 0.1);
}

@media (min-width: 576px) {
  .container--custom {
    padding-left: 24px;
    padding-right: 24px;
    max-width: 556px;
  }
}
@media (min-width: 768px) {
  .container--custom {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 764px;
  }
}
@media (min-width: 992px) {
  .container--custom {
    padding-left: calc((100% - 960px) / 2 + 16px);
    padding-right: calc((100% - 960px) / 2 + 16px);
    max-width: 100%;
  }
}
@media (min-width: 1088px) {
  .container--custom {
    padding-left: 80px;
    padding-right: 80px;
    max-width: 1088px;
  }
}
@media (min-width: 1200px) {
  .container--custom {
    padding-left: calc((100% - 1140px) / 2 + 16px);
    padding-right: calc((100% - 1140px) / 2 + 16px);
    max-width: 100%;
  }
}
@media (min-width: 1268px) {
  .container--custom {
    padding-left: 80px;
    padding-right: 80px;
    max-width: 1268px;
  }
}
@media (min-width: 1600px) {
  .container--custom {
    padding-left: calc((100% - 1400px) / 2 + 16px);
    padding-right: calc((100% - 1400px) / 2 + 16px);
    max-width: 100%;
  }
}
@media (min-width: 1600px) {
  .container--custom {
    padding-left: 80px;
    padding-right: 80px;
    max-width: 1528px;
  }
}

.ebnrs {
  position: relative;
}
.ebnrs .ebnr a {
  overflow: hidden;
  display: flex;
  justify-content: center;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: end;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-width: 175px;
  width: 100%;
  height: 288px;
  padding: 60px 16px;
}
@media (min-width: 576px) {
  .ebnrs .ebnr a {
    gap: 16px;
    height: 288px;
  }
}
@media (min-width: 768px) {
  .ebnrs .ebnr a {
    gap: 24px;
    padding: 60px 16px 196px 16px;
    height: 640px;
  }
}
.ebnrs .ebnr a:hover {
  text-decoration: none;
}
.ebnrs .ebnr a img {
  max-width: 100%;
}
@media (min-width: 992px) {
  .ebnrs .ebnr a img {
    max-width: unset;
    min-height: 480px;
  }
}
.ebnrs .ebnr a .ebnr__title {
  color: var(--PM-Light-Athens-Gray, #F6F6F7);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 120% */
}
@media (min-width: 768px) {
  .ebnrs .ebnr a .ebnr__title {
    font-size: 28px;
    line-height: 36px;
  }
}
.ebnrs .ebnr a .ebnr__text {
  display: none;
}
@media (min-width: 992px) {
  .ebnrs .ebnr a .ebnr__text {
    display: block;
    color: var(--PM-Light-Athens-Gray, #F6F6F7);
    font-feature-settings: "liga" off, "clig" off;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 125% */
  }
}
.ebnrs__wrp {
  /*background-color: #8C0014;*/
  min-height: 528px;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (min-width: 576px) {
  .ebnrs__wrp {
    min-height: 504px;
  }
}
@media (min-width: 768px) {
  .ebnrs__wrp {
    padding-top: 40px;
    padding-bottom: 40px;
    /*background: url('/img/v2/ebnr-bg.jpg') no-repeat right bottom;*/
    background-size: cover;
    min-height: 704px;
  }
}
@media (min-width: 992px) {
  .ebnrs__wrp {
    padding-top: 88px;
    padding-bottom: 88px;
    min-height: 656px;
  }
}
@media (min-width: 1200px) {
  .ebnrs__wrp {
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: 640px;
  }
}
.ebnrs__title {
  font-family: "Bebas Neue";
  color: var(--PM-Light-Athens-Gray, #F6F6F7);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 125% */
  letter-spacing: 0.4px;
}
@media (min-width: 786px) {
  .ebnrs__title {
    text-align: left;
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 992px) {
  .ebnrs__title {
    font-size: 48px;
    line-height: 56px;
  }
}
.ebnrs__text {
  color: var(--PM-Light-Athens-Gray, #F6F6F7);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 114.286% */
}
@media (min-width: 786px) {
  .ebnrs__text {
    text-align: left;
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .ebnrs__text {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .ebnrs__buttons {
    position: absolute;
    bottom: 92px;
    width: 100%;
  }
}
.ebnrs__buttons button {
  width: 100%;
  min-width: 190px;
  height: 40px;
}
@media (min-width: 768px) {
  .ebnrs__buttons button {
    height: 64px;
    min-width: 280px;
    width: unset;
  }
}
.ebnrs__buttons .btn--callback {
  border-radius: 4px;
  background: var(--PM-Accent-California, #F59B01);
  color: var(--PM-Primary-Red-Devil, #8C0014);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  /* 114.286% */
  text-transform: uppercase;
}
.ebnrs__buttons .btn--feedback {
  border-radius: 4px;
  border: 1px solid var(--PM-Accent-California, #F59B01);
  color: var(--PM-Accent-California, #F59B01);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  /* 114.286% */
  text-transform: uppercase;
}
.ebnrs .slick-dots {
  bottom: 24px;
  margin: 0;
  padding: 0;
}

.block {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .block {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .block {
    margin-top: 80px;
  }
}
.block__title {
  color: var(--text-color);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Bebas Neue";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 125% */
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .block__title {
    text-align: left;
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 992px) {
  .block__title {
    font-size: 32px;
    line-height: 40px;
  }
}
.block__text {
  margin-top: 8px;
  text-align: center;
}
@media (min-width: 768px) {
  .block__text {
    margin-top: 20px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .block__text {
    margin-top: 40px;
  }
}

.intros {
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
}
@media (max-width: 575px) {
  .intros {
    overflow: auto;
  }
}
@media (min-width: 576px) {
  .intros {
    gap: 16px;
  }
}
@media (min-width: 768px) {
  .intros {
    gap: 24px;
  }
}
.intros .intro {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: end;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 16px;
  min-width: 175px;
  height: 250px;
}
@media (min-width: 576px) {
  .intros .intro {
    gap: 16px;
    width: 33.3%;
    height: 201px;
  }
}
@media (min-width: 768px) {
  .intros .intro {
    gap: 24px;
    padding: 20px;
    height: 270px;
  }
}
@media (min-width: 992px) {
  .intros .intro {
    padding: 40px;
    height: 370px;
  }
}
@media (min-width: 1200px) {
  .intros .intro {
    height: 445px;
  }
}
@media (min-width: 1600px) {
  .intros .intro {
    height: 520px;
  }
}
.intros .intro:hover {
  text-decoration: none;
}
.intros .intro__title {
  color: var(--PM-Light-Athens-Gray, #700010);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Bebas Neue";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 116.667% */
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .intros .intro__title {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .intros .intro__title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .intros .intro__title {
    font-size: 28px;
    line-height: 32px;
  }
}
.intros .intro__text {
  display: none;
}
@media (min-width: 992px) {
  .intros .intro__text {
    display: block;
    color: var(--PM-Light-Athens-Gray, #F6F6F7);
    font-feature-settings: "liga" off, "clig" off;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 125% */
  }
}

.text {
  color: var(--text-color);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 114.286% */
}
@media (min-width: 992px) {
  .text {
    font-size: 16px;
    line-height: 20px;
  }
}

.certs {
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
}
@media (max-width: 575px) {
  .certs {
    overflow: auto;
  }
}
@media (min-width: 576px) {
  .certs {
    gap: 16px;
  }
}
@media (min-width: 768px) {
  .certs {
    gap: 24px;
  }
}
.certs .cert {
  min-width: 140px;
  height: 208px;
}
@media (min-width: 576px) {
  .certs .cert {
    gap: 16px;
    height: 240px;
  }
}
@media (min-width: 768px) {
  .certs .cert {
    gap: 24px;
    height: 202px;
  }
}
@media (min-width: 992px) {
  .certs .cert {
    height: 281px;
  }
}
@media (min-width: 1200px) {
  .certs .cert {
    height: 236px;
  }
}
@media (min-width: 1600px) {
  .certs .cert {
    height: 281px;
  }
}
.certs .cert img {
  max-width: 100%;
  height: 100%;
}

.works__items {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr 1fr 1fr auto;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-areas: "area1 area2" "area3 area4" "area5 area6" "area7 area7";
}
@media (min-width: 576px) {
  .works__items {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr 1fr auto;
    grid-template-areas: "area1 area2 area3" "area4 area5 area6" "area7 area7 area7";
  }
}
@media (min-width: 768px) {
  .works__items {
    margin-top: 32px;
    display: block;
    columns: 3;
    column-gap: 24px;
  }
}
@media (min-width: 992px) {
  .works__items {
    margin-top: 40px;
  }
}
.works__items .area7 {
  grid-area: 4/1/5/3;
}
@media (min-width: 576px) {
  .works__items .area7 {
    grid-area: 3/1/4/4;
  }
}
.works__items .work-item {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 228px;
  position: relative;
  break-inside: avoid;
  overflow: hidden;
}
@media (min-width: 576px) {
  .works__items .work-item {
    gap: 16px;
  }
}
@media (min-width: 768px) {
  .works__items .work-item {
    gap: 24px;
    margin-bottom: 24px;
    height: unset;
    max-height: unset;
    min-height: unset;
  }
}
.works__items .work-item:nth-child(n+8) {
  display: none;
}
.works__items .work-item:nth-child(7) {
  height: 249px;
}
@media (min-width: 576px) {
  .works__items .work-item:nth-child(7) {
    height: 392px;
  }
}
@media (min-width: 768px) {
  .works__items .work-item:nth-child(7) {
    height: unset;
  }
}
.works__items .work-item:hover {
  text-decoration: none;
}
.works__items .work-item img {
  display: none;
}
@media (min-width: 768px) {
  .works__items .work-item img {
    display: block;
    width: 100%;
  }
}
.works__items .work-item__content {
  padding: 16px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: end;
}
@media (min-width: 768px) {
  .works__items .work-item__content {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .works__items .work-item__content {
    padding: 40px;
  }
}
.works__items .work-item__date {
  color: var(--PM-Light-Athens-Gray, #F6F6F7);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
  letter-spacing: 0.4px;
  display: none;
}
@media (min-width: 992px) {
  .works__items .work-item__date {
    display: block;
  }
}
.works__items .work-item__title {
  color: var(--PM-Light-Athens-Gray, #F6F6F7);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Bebas Neue";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 116.667% */
  letter-spacing: 0.4px;
}
@media (min-width: 768px) {
  .works__items .work-item__title {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .works__items .work-item__title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .works__items .work-item__title {
    font-size: 28px;
    line-height: 32px;
  }
}
.works__items .work-item__text {
  display: none;
}
@media (min-width: 992px) {
  .works__items .work-item__text {
    display: block;
    margin-top: 8px;
    color: var(--PM-Light-Athens-Gray, #F6F6F7);
    font-feature-settings: "liga" off, "clig" off;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 125% */
  }
}
.works__items--all .work-item:nth-child(n+8) {
  display: flex;
}

footer {
  margin-top: 24px;
}
@media (min-width: 768px) {
  footer {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  footer {
    margin-top: 80px;
  }
}
footer .container {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #1F1F1F;
  color: #F6F6F7;
}
@media (min-width: 768px) {
  footer .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.footer__phone, .footer__email {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media (min-width: 768px) {
  .footer__phone, .footer__email {
    justify-content: unset;
  }
}
.footer__phone a, .footer__email a {
  color: #F6F6F7;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 120% */
}
.footer__phone svg path, .footer__email svg path {
  stroke: #F6F6F7;
}
.footer__phone-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 768px) {
  .footer__phone-content {
    flex-direction: row;
  }
}
.footer__menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
@media (min-width: 768px) {
  .footer__menu ul {
    align-items: unset;
  }
}
.footer__menu ul li a {
  color: #F6F6F7;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 114.286% */
}
.footer__soc {
  display: flex;
  gap: 8px;
}
.footer__footer {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #626262;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__footer {
    text-align: left;
  }
}
.footer__copyright {
  color: var(--PM-Light-Dark, #C4C4C5);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 114.286% */
}
.footer__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media (min-width: 768px) {
  .footer__links {
    flex-direction: row;
    gap: 24px;
    align-items: unset;
  }
}
.footer__link {
  color: var(--PM-Light-Athens-Gray, #F6F6F7);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 114.286% */
}

.breadcrumbs {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .breadcrumbs {
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .breadcrumbs {
    margin-bottom: 32px;
  }
}
.breadcrumbs span, .breadcrumbs a {
  color: var(--text-color);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 114.286% */
}
.breadcrumbs__delimiter svg path {
  fill: var(--icon-path-color);
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (min-width: 576px) {
  .tags {
    gap: 16px;
  }
}
@media (min-width: 768px) {
  .tags {
    gap: 24px;
  }
}
.tags .tag {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  background-color: var(--primary-color);
  color: var(--text-color);
  width: 100%;
}
.tags .tag:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .tags .tag {
    padding: 24px;
    width: calc(50% - 12px);
  }
}
@media (min-width: 1200px) {
  .tags .tag {
    width: calc((100% - 48px) / 3);
  }
}
.tags .tag__title {
  color: var(--PM-Light-Athens-Gray, #F6F6F7);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Bebas Neue";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 116.667% */
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .tags .tag__title {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .tags .tag__title {
    font-size: 32px;
    line-height: 40px;
  }
}
.tags .tag__text {
  color: var(--PM-Light-Athens-Gray, #F6F6F7);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 114.286% */
}
@media (min-width: 768px) {
  .tags .tag__text {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .tags .tag__text {
    font-size: 20px;
    line-height: 24px;
  }
}

.goods__items {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (min-width: 768px) {
  .goods__items {
    gap: 24px;
  }
}
.good-preview {
  width: calc((100% - 16px) / 2);
}
@media (min-width: 576px) {
  .good-preview {
    width: calc((100% - 32px) / 3);
  }
}
@media (min-width: 768px) {
  .good-preview {
    width: calc((100% - 48px) / 3);
  }
}
@media (min-width: 992px) {
  .good-preview {
    width: calc((100% - 72px) / 4);
  }
}
@media (min-width: 1200px) {
  .good-preview {
    width: calc((100% - 96px) / 5);
  }
}

.good-item__inner {
  text-decoration: none;
}
.good-item__inner:hover {
  text-decoration: none;
}
.good-item__img {
  display: flex;
  justify-content: center;
  background-color: white;
  border-radius: 4px;
  padding: 16px;
}
@media (min-width: 768px) {
  .good-item__img {
    padding: 24px;
  }
}
.good-item__img img {
  max-width: 100%;
}
.good-item__title {
  margin-top: 16px;
  overflow: hidden;
  color: var(--text-color);
  font-feature-settings: "liga" off, "clig" off;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 125% */
  letter-spacing: -0.4px;
}
.good-item__params {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 8px;
  color: var(--text-color);
}
.good-item__param {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  color: var(--text-color);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 14px;
  font-style: normal;
  line-height: 16px;
  /* 114.286% */
}
.good-item__param span:nth-child(0) {
  font-weight: 400;
}
.good-item__param span:nth-child(1) {
  align-self: end;
  font-weight: 500;
}
.good-item__price {
  color: var(--PM-Primary-Red-Devil, #8C0014);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 120% */
  letter-spacing: -0.4px;
}
.good-item__buy {
  padding: 0;
  background-color: var(--primary-color);
  width: 64px;
  height: 64px;
}

.btn--filter {
  min-width: 184px;
  border-radius: 4px;
  background: var(--PM-Accent-California, #F59B01);
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  color: var(--PM-Primary-Red-Devil, #8C0014);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 120% */
  text-transform: uppercase;
  height: 40px;
}
@media (max-width: 575px) {
  .btn--filter {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .btn--filter {
    font-size: 20px;
    line-height: 24px;
    /* 120% */
  }
}
@media (min-width: 992px) {
  .btn--filter {
    height: 64px;
  }
}

.selections {
  display: flex;
  gap: 16px;
}
.selections .selection {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  color: var(--text-color);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 114.286% */
  border-radius: 4px;
  background: rgba(196, 196, 197, 0.2);
}
.selections .selection--clear {
  background-color: transparent;
}
.selections .selection--clear a {
  color: var(--text-color);
}

.sort.dropdown {
  /*display: flex;
  align-items: center;
  gap: 8px;
  color:var(--text-color);
  svg path{
    stroke: var(--icon-path-color)
  }
  &:hover{
    color:var(--text-color);
    text-decoration: none;
  }*/
}
.sort.dropdown .dropdown-menu {
  padding: 12px;
  border: none;
  background-color: #fff;
  box-shadow: var(--sds-size-depth-0) var(--sds-size-depth-400) var(--sds-size-depth-800) var(--sds-size-depth-negative-100) var(--sds-color-black-200), var(--sds-size-depth-0) var(--sds-size-depth-100) var(--sds-size-depth-100) var(--sds-size-depth-negative-100) var(--sds-color-black-100);
}
body[data-theme=dark] .sort.dropdown .dropdown-menu {
  background: var(--PM-Dark-Dark, #181818);
  box-shadow: var(--sds-size-depth-0) var(--sds-size-depth-400) var(--sds-size-depth-800) var(--sds-size-depth-negative-100) var(--sds-color-black-200), var(--sds-size-depth-0) var(--sds-size-depth-100) var(--sds-size-depth-100) var(--sds-size-depth-negative-100) var(--sds-color-black-100);
}
.sort.dropdown .dropdown-menu .dropdown-item {
  padding: 4px 8px;
  overflow: hidden;
  color: var(--text-color);
  font-feature-settings: "liga" off, "clig" off;
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 114.286% */
}
.sort.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
}
.sort.dropdown .dropdown-menu .dropdown-item.active {
  border-radius: 4px;
  background-color: rgba(98, 98, 98, 0.1);
  padding-right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.94824 12L9.94824 17L19.9482 7' stroke='%231F1F1F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 8px center;
}
body[data-theme=dark] .sort.dropdown .dropdown-menu .dropdown-item.active {
  background-color: rgba(98, 98, 98, 0.1);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.94824 12L9.94824 17L19.9482 7' stroke='%23F6F6F7' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.sort.dropdown .dropdown-toggle {
  padding: 8px 12px;
  color: var(--text-color);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  border-radius: 4px;
  background: rgba(196, 196, 197, 0.2);
  border: none;
}
.sort.dropdown .dropdown-toggle::after {
  margin-left: 8px;
  border: none;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.27246 9L12.2725 15L18.2725 9' stroke='%231F1F1F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
body[data-theme=dark] .sort.dropdown .dropdown-toggle {
  background-color: rgba(98, 98, 98, 0.1);
}
body[data-theme=dark] .sort.dropdown .dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.27344 9L12.2734 15L18.2734 9' stroke='%23F6F6F7' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.sort.dropdown.show .dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.1167 15L12.1167 9L18.1167 15' stroke='%231F1F1F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
body[data-theme=dark] .sort.dropdown.show .dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.11621 15L12.1162 9L18.1162 15' stroke='%23F6F6F7' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.btn--more {
  border-radius: 4px;
  border: 1px solid var(--PM-Dark-Mine-Shaft, #1F1F1F);
  min-width: 184px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-color);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  /* 120% */
  text-transform: uppercase;
  height: 40px;
}
.btn--more:hover {
  color: var(--text-color);
}
@media (min-width: 992px) {
  .btn--more {
    font-size: 20px;
    line-height: 24px;
    /* 120% */
  }
}
@media (min-width: 992px) {
  .btn--more {
    height: 64px;
  }
}

.shadow {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--shadow-color);
  opacity: 0.2;
}
.is-filter-opened .shadow {
  display: block;
}

.filter-form {
  display: none;
}
.is-filter-opened .filter-form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--bg-color);
  box-shadow: var(--sds-size-depth-0) var(--sds-size-depth-400) var(--sds-size-depth-800) var(--sds-size-depth-negative-200) var(--sds-color-black-400);
  padding: 0 16px;
}
@media (min-width: 576px) {
  .is-filter-opened .filter-form {
    width: 360px;
    padding: 0 24px;
  }
}
@media (min-width: 768px) {
  .is-filter-opened .filter-form {
    width: 420px;
    padding: 0 32px;
  }
}
@media (min-width: 1200px) {
  .is-filter-opened .filter-form {
    width: 480px;
    padding: 0 40px;
  }
}
.filter-form__header {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--text-color);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Bebas Neue";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 114.286% */
  letter-spacing: 0.4px;
  text-transform: uppercase;
  padding: 24px 0;
}
@media (min-width: 768px) {
  .filter-form__header {
    padding: 32px 0;
  }
}
@media (min-width: 1200px) {
  .filter-form__header {
    padding: 40px 0;
  }
}
.filter-form__header svg path {
  fill: var(--icon-path-color);
}
.filter-form__footer {
  position: sticky;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}
.filter-form__footer a {
  color: var(--text-color);
}
@media (max-width: 575px) {
  .filter-form__footer .btn--filter {
    width: unset;
  }
}
.filter-form__body {
  overflow: auto;
}

.filter {
  color: var(--text-color);
}
.filter-head {
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.1167 15L12.1167 9L18.1167 15' stroke='%231F1F1F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right center;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 120% */
  letter-spacing: -0.4px;
  padding: 20px 32px 20px 0;
  color: var(--text-color);
  border-top: var(--Stroke-Divider-Width, 1px) solid var(--PM-Light-Dark, #C4C4C5);
}
.filter-head.collapsed {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.27246 9L12.2725 15L18.2725 9' stroke='%231F1F1F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.filter-head:hover {
  text-decoration: none;
  color: var(--text-color);
}
.filter-body label {
  color: var(--text-color);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 114.286% */
  margin-left: 8px;
}
.filter .custom-control-input {
  width: 24px;
  box-shadow: none !important;
  outline: none !important;
}
.filter .custom-control-label::before, .filter .custom-control-label::after {
  top: 0;
  left: -32px;
  width: 24px;
  height: 24px;
  content: "";
  background: no-repeat center;
}
.filter .custom-checkbox .custom-control-input ~ .custom-control-label::before {
  border: none !important;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='3' width='18' height='18' rx='2' stroke='%23626262' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}
.filter .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='3' width='18' height='18' rx='2' fill='%238C0014' stroke='%238C0014' stroke-width='1.5'/%3E%3Cpath d='M8 12L11 15L18 8' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.filter .clear-filter {
  color: var(--text-color);
}

.good {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
  gap: 24px 24px;
  grid-template-areas: "good__head" "good__images" "good__buy";
}
@media (min-width: 992px) {
  .good {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 40px 64px;
    grid-template-areas: "good__head good__images" "good__buy good__images";
  }
}
.good__head {
  grid-area: good__head;
  min-width: 0;
}
.good__images {
  grid-area: good__images;
  min-width: 0;
}
.good__buy {
  grid-area: good__buy;
  min-width: 0;
}
.good__buy label {
  margin-left: 12px;
  margin-bottom: 4px;
  color: var(--text-color);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
  letter-spacing: 0.4px;
}
.good__buy input, .good__buy .input-group .btn {
  height: 48px;
  border: 1px solid var(--PM-Light-Dark, #C4C4C5);
  background-color: var(--PM-Light-Athens-Gray, #F6F6F7);
  color: var(--text-color);
}
body[data-theme=dark] .good__buy input, body[data-theme=dark] .good__buy .input-group .btn {
  border: 1px solid var(--PM-Dark-LIght, #626262);
  background-color: var(--PM-Light-Athens-Gray, #1F1F1F);
}
.good__buy .input-group .btn {
  width: 48px;
}
.good__buy .input-group input {
  width: 64px;
  text-align: center;
  -moz-appearance: textfield;
}
.good__buy .input-group input::-webkit-outer-spin-button, .good__buy .input-group input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
.good__buy select {
  margin-bottom: 24px;
  height: 48px;
  border-radius: 4px;
  border: 1px solid var(--PM-Light-Dark, #C4C4C5);
  background-color: var(--PM-Light-Athens-Gray, #F6F6F7);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.27246 9.14258L12.2725 15.1426L18.2725 9.14258' stroke='%231F1F1F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 24px;
  color: var(--text-color);
}
body[data-theme=dark] .good__buy select {
  border: 1px solid var(--PM-Dark-LIght, #626262);
  background-color: var(--PM-Light-Athens-Gray, #1F1F1F);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.27344 9L12.2734 15L18.2734 9' stroke='%23F6F6F7' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.good__buy .btn--cart {
  height: 40px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: var(--primary-color);
  text-transform: uppercase;
  color: #F6F6F7;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .good__buy .btn--cart {
    height: 64px;
  }
}
.good__buy .btn--1click {
  height: 40px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: transparent;
  border-color: #8C0014;
  color: #8C0014;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .good__buy .btn--1click {
    height: 64px;
  }
}
.good__price {
  padding: 12px 0;
  color: var(--PM-Primary-Red-Devil, #8C0014);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 120% */
  letter-spacing: -0.4px;
}
@media (max-width: 575px) {
  .good nav {
    overflow: auto;
  }
}
.good .nav-tabs .nav-link {
  color: var(--text-color);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 125% */
  text-transform: uppercase;
  border: none;
}
.good .nav-tabs .nav-link.active {
  background-color: transparent;
  border-bottom: 1px solid var(--PM-Primary-Red-Devil, #8C0014);
  color: #8C0014;
}
.good .tab-content {
  padding-top: 24px;
}
@media (max-width: 575px) {
  .good-images {
    display: flex;
    justify-content: center;
    border-radius: 4px;
    background: #FFF;
    padding: 40px;
  }
}
@media (min-width: 576px) {
  .good-images {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 16px 16px;
    grid-template-areas: "good1 good2 good3" "good1 good4 good5";
  }
  .good-images .good1 {
    grid-area: good1;
    padding: 40px;
  }
  .good-images .good2 {
    grid-area: good2;
  }
  .good-images .good3 {
    grid-area: good3;
  }
  .good-images .good4 {
    grid-area: good4;
  }
  .good-images .good5 {
    grid-area: good5;
  }
}
@media (min-width: 992px) {
  .good-images {
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 2fr auto auto;
    gap: 24px 24px;
    grid-template-areas: "good1 good1" "good2 good3" "good4 good5";
  }
}
.good-images .good-image {
  display: inline-flex !important;
  justify-content: center;
  border-radius: 4px;
  background: #FFF;
  padding: 16px;
}
.good-images img {
  max-width: 100%;
}

/*slider*/
.slick-next, .slick-prev {
  display: none !important;
}

.slick-dots {
  bottom: -32px;
  left: 0;
  position: absolute;
  list-style-type: none;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0;
}
.slick-dots li {
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
}
.slick-dots button {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  font-size: 0;
  color: transparent;
  background: #F6F6F7;
  border: none;
  margin: 0 8px;
  padding: 0;
}
.slick-dots button:focus, .slick-dots .slick-dots button:active {
  outline: none !important;
  box-shadow: none !important;
}
.slick-dots .slick-active button {
  background-color: #F59B01;
}

/*slider END*/
.services {
  flex-wrap: wrap;
}
.services .intro {
  width: calc(50% - 4px);
  min-width: unset;
}
@media (min-width: 576px) {
  .services .intro {
    width: calc(33.3% - 10.6666666667px);
    min-width: unset;
  }
}
@media (min-width: 768px) {
  .services .intro {
    width: calc(50% - 12px);
  }
}
@media (min-width: 992px) {
  .services .intro {
    width: calc(33.3% - 16px);
  }
}
@media (min-width: 1600px) {
  .services .intro {
    width: calc(25% - 18px);
  }
}

.service__request-btn {
  background: var(--primary-color);
  color: #F6F6F7;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .service__request-btn {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .service__request-btn {
    height: 64px;
    width: 100%;
  }
}
.service__img {
  max-width: 100%;
}

.modal-header, .modal-footer {
  border: none;
}

.modal-header button.close {
  margin: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.4698 5.46984C17.7627 5.17695 18.2375 5.17695 18.5304 5.46984C18.8233 5.76274 18.8233 6.2375 18.5304 6.53039L13.0607 12.0001L18.5304 17.4698L18.5821 17.5265C18.8225 17.8211 18.805 18.2558 18.5304 18.5304C18.2558 18.805 17.8211 18.8225 17.5265 18.5821L17.4698 18.5304L12.0001 13.0607L6.53039 18.5304C6.2375 18.8233 5.76274 18.8233 5.46984 18.5304C5.17695 18.2375 5.17695 17.7627 5.46984 17.4698L10.9396 12.0001L5.46984 6.53039L5.41809 6.47375C5.17778 6.17917 5.19524 5.74445 5.46984 5.46984C5.74445 5.19524 6.17917 5.17778 6.47375 5.41809L6.53039 5.46984L12.0001 10.9396L17.4698 5.46984Z' fill='%231F1F1F'/%3E%3C/svg%3E%0A");
}
body[data-theme=dark] .modal-header button.close {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.4698 5.63781C17.7627 5.34492 18.2375 5.34492 18.5304 5.63781C18.8233 5.93071 18.8233 6.40547 18.5304 6.69836L13.0607 12.1681L18.5304 17.6378L18.5821 17.6945C18.8225 17.989 18.805 18.4238 18.5304 18.6984C18.2558 18.973 17.8211 18.9904 17.5265 18.7501L17.4698 18.6984L12.0001 13.2286L6.53039 18.6984C6.2375 18.9913 5.76274 18.9913 5.46984 18.6984C5.17695 18.4055 5.17695 17.9307 5.46984 17.6378L10.9396 12.1681L5.46984 6.69836L5.41809 6.64172C5.17778 6.34714 5.19524 5.91242 5.46984 5.63781C5.74445 5.36321 6.17917 5.34575 6.47375 5.58605L6.53039 5.63781L12.0001 11.1075L17.4698 5.63781Z' fill='%23F6F6F7'/%3E%3C/svg%3E%0A");
}
.modal-header button.close span {
  display: none;
}

.modal-title {
  color: var(--text-color);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Bebas Neue";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 125% */
  letter-spacing: 0.4px;
}

.modal-body .form-group label {
  padding-left: 12px;
  color: var(--text-color);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
  letter-spacing: 0.4px;
  margin-bottom: 4px;
}

.modal-content {
  background-color: #F6F6F7;
  color: var(--text-color);
}
body[data-theme=dark] .modal-content {
  background-color: #1F1F1F;
}

.modal.fade {
  background: rgba(0, 0, 0, 0.25);
}
body[data-theme=dark] .modal.fade {
  background: rgba(255, 255, 255, 0.15);
}

.btn--primary {
  height: 40px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: var(--primary-color);
  text-transform: uppercase;
  color: #F6F6F7;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .btn--primary {
    height: 64px;
    font-size: 20px;
    line-height: 24px;
  }
}

.btn--secondary {
  height: 40px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: transparent;
  border-color: #8C0014;
  color: #8C0014;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .btn--secondary {
    height: 64px;
    font-size: 20px;
    line-height: 24px;
  }
}

.cart-block__title {
  color: var(--text-color);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 120% */
  letter-spacing: -0.4px;
  margin-bottom: 16px;
}
@media (min-width: 576px) {
  .cart-block__title {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cart-block__title {
    font-size: 24px;
    line-height: 28px;
    /* 120% */
    margin-bottom: 24px;
  }
}
.cart-block label {
  color: var(--text-color);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
  letter-spacing: 0.4px;
  margin-bottom: 8px;
}
.cart-block .form-group .form-control {
  border-radius: 4px;
  border: 1px solid var(--PM-Light-Dark, #C4C4C5);
  background: transparent;
  height: 48px;
  color: var(--text-color);
}
.cart-block .form-group textarea.form-control {
  height: unset;
}
.cart-block .form-group label {
  color: var(--text-color);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
  letter-spacing: 0.4px;
  margin-left: 12px;
}

.cart__sum {
  color: var(--PM-Primary-Red-Devil, #8C0014);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 120% */
  letter-spacing: -0.4px;
}
@media (min-width: 992px) {
  .cart__sum {
    font-size: 32px;
    line-height: 40px;
    /* 120% */
  }
}
@media (min-width: 992px) {
  .cart__col2 {
    width: 328px;
  }
}
@media (min-width: 1200px) {
  .cart__col2 {
    width: 388px;
  }
}
@media (min-width: 1600px) {
  .cart__col2 {
    width: 448px;
  }
}

.cart-good {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .cart-good {
    margin-bottom: 24px;
  }
}
.cart-good__img {
  border-radius: 4px;
  background: var(--PM-Light-Light, #FFF);
  padding: 8px;
  width: 80px;
}
@media (min-width: 768px) {
  .cart-good__img {
    width: 150px;
  }
}
@media (min-width: 992px) {
  .cart-good__img {
    width: 210px;
  }
}
.cart-good__img img {
  max-width: 100%;
}
.cart-good__title a {
  color: var(--text-color);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 125% */
  letter-spacing: -0.4px;
}
.cart-good__params {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 8px;
}
.cart-good__param {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  color: var(--text-color);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 14px;
  font-style: normal;
  line-height: 16px;
  /* 114.286% */
}
.cart-good__param span:nth-child(0) {
  font-weight: 400;
}
.cart-good__param span:nth-child(1) {
  align-self: end;
  font-weight: 500;
}
.cart-good label {
  color: var(--text-color);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
  letter-spacing: 0.4px;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .cart-good label {
    display: none;
  }
}
.cart-good input, .cart-good .input-group .btn {
  height: 48px;
  border: 1px solid var(--PM-Light-Dark, #C4C4C5);
  background-color: var(--PM-Light-Athens-Gray, #F6F6F7);
  color: var(--text-color);
}
body[data-theme=dark] .cart-good input, body[data-theme=dark] .cart-good .input-group .btn {
  border: 1px solid var(--PM-Dark-LIght, #626262);
  background-color: var(--PM-Light-Athens-Gray, #1F1F1F);
}
.cart-good .input-group {
  flex-wrap: nowrap;
}
.cart-good .input-group .btn {
  width: 48px;
}
.cart-good .input-group input {
  width: 64px;
  max-width: 64px;
  text-align: center;
  -moz-appearance: textfield;
}
.cart-good .input-group input::-webkit-outer-spin-button, .cart-good .input-group input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
.cart-good__price {
  color: var(--PM-Primary-Red-Devil, #8C0014);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 120% */
  letter-spacing: -0.4px;
}

.alert-container {
  position: fixed;
  top: 32px;
  width: 100%;
  z-index: 99999;
}

.cart-item {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .cart-item {
    margin-bottom: 24px;
  }
}
.cart-item__name {
  color: var(--text-color);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 125% */
  letter-spacing: -0.4px;
  margin-bottom: 8px;
}
.cart-item__price {
  color: var(--PM-Primary-Red-Devil, #8C0014);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  /* 133.333% */
  letter-spacing: -0.4px;
}
.cart-item__count {
  color: var(--text-color);
  text-align: right;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 125% */
}

.bg-black {
  background-color: black;
}

.works__gallery .slick-prev {
  left: 32px;
}

.works__gallery .slick-arrow {
  position: absolute;
  z-index: 10;
  display: block !important;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  opacity: 0.8;
  background: #EEF0F3;
  font-size: 0;
  top: 50%;
  transform: translateY(-50%);
  outline: none !important;
}

.works__item-image img {
  max-width: 100%;
}

.works__gallery .slick-dots {
  bottom: -2rem;
}

.works__gallery .slick-arrow {
  position: absolute;
  z-index: 10;
  display: block !important;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  opacity: 0.8;
  background: #EEF0F3;
  font-size: 0;
  top: 50%;
  transform: translateY(-50%);
  outline: none !important;
}

.works__gallery .slick-prev {
  left: 32px;
}

.works__gallery .slick-next {
  right: 32px;
}

.works__gallery .slick-arrow::before {
  position: relative;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-right: 3px solid black;
  border-top: 3px solid black;
  transform: rotate(45deg);
  margin-left: 9px;
}

.works__gallery .slick-prev::before {
  transform: rotate(-135deg);
  margin-left: 13px;
}

.menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  color: var(--text-color, #1F1F1F);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Bebas Neue";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 116.667% */
  letter-spacing: 0.4px;
}
@media (min-width: 576px) {
  .menu__header {
    display: none;
  }
}
.menu__header svg path {
  fill: var(--icon-path-color);
}

@media (max-width: 991px) {
  .is-menu-opened .header__menu {
    display: block !important;
    position: absolute;
    top: 48px;
    z-index: 11;
    width: auto;
    background: #fff;
    background: var(--bg-color, #FFF);
    box-shadow: 0 8px 12px 6px rgba(0, 0, 0, 0.15), 0 4px 4px 0 rgba(0, 0, 0, 0.3);
    padding: 24px 20px;
  }
  .is-menu-opened .menu {
    display: flex;
    gap: 0;
    flex-direction: column;
    align-items: start;
  }
  .is-menu-opened .menu li {
    width: 100%;
  }
  .is-menu-opened .menu li a {
    display: block;
    width: 100%;
    padding: 8px;
    color: var(--text-color, #1F1F1F);
    font-feature-settings: "liga" off, "clig" off;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 114.286% */
  }
  .is-menu-opened .menu li a:hover {
    border-radius: 4px;
    background: rgba(98, 98, 98, 0.1);
    text-decoration: none;
  }
}
@media (max-width: 575px) {
  .is-menu-opened .header__menu {
    padding: 0px 16px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--bg-color, #F6F6F7);
  }
}

/*# sourceMappingURL=styles.css.map */
