:root {
  --color-black: #000;
  --color-white: #fff;
  --accent-color: #000;
  --accent-color-2: #485164;
  --accent-background-color: #F0F1F7;
  --accent-background-color-2: #b6cbed;
  --page-max-width: 1920px;
  --container-padding: 123px;
  --container-margin-bottom: 80px;
  --fancybox-bg: rgba(24, 24, 27, 0.5);
  --input-error-background-color: #fce7e7;
  --input-error-border-color: #faababbd;
  --tooltip-background-color: #fff;
  --hs-menu-line-color: #000;
  --font-family: "Lato", sans-serif;
  --font-family-accent: "Lato", sans-serif;
}

@media (max-width: 1600px) {
  :root {
    --container-padding: 5%;
  }
}
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: var(--font-family);
}

body {
  margin: 0;
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

main {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

p {
  font-family: var(--font-family-accent);
  line-height: 150%;
}

.site-container {
  min-height: 400px;
}

.is-hidden {
  display: none !important;
}

.btn-reset {
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

/* || HEADER start|| */
.hc-nav-trigger {
  position: relative;
  display: none;
  padding: 0;
  margin-left: auto;
  margin-right: 5%;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 11;
  transition: 0.3s ease;
  background-color: transparent;
  left: 50%;
  transform: translateX(-50%);
}
.header.header--scrolled .header__layout-top__inner {
  height: 60px;
}
.header__layout {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  height: 120px;
}
.header__layout-vtop {
  width: 100%;
  background-color: #f4f4f4;
}
.header__layout-vtop-inner {
  background-color: #f4f4f4;
  width: 100%;
  height: 40px;
  max-width: 1920px;
  padding: 0 var(--container-padding);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__layout-vtop-socials {
  height: 100%;
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media (max-width: 468px) {
  .header__layout-vtop-socials a {
    display: none;
  }
}
.header__layout-vtop-login {
  color: #696767;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.header__layout-vtop-login a {
  color: #696767;
}
.header__layout-vtop-login span {
  text-decoration: underline;
  color: #000;
}
@media (max-width: 800px) {
  .header__layout-vtop-login {
    /*display: none;*/
  }
}
.header__layout-vtop-actions {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.header__layout-vtop-actions a {
  color: #000;
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
  column-gap: 5px;
}
@media (max-width: 720px) {
  .header__layout-vtop-actions a span {
    display: none;
  }
}
.header__layout-top {
  position: relative;
  z-index: 5;
  width: 100%;
  background-color: #fff;
  margin-left: auto;
}
.header__layout-top__inner {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  color: #000;
  padding: 0 var(--container-padding) 0 var(--container-padding);
}
.header__layout-top__search {
  display: flex;
  align-items: center;
}
.header__layout-top__search-wp {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
}
.header__layout-top__search-wp input {
  width: 100%;
  height: 40px;
  padding: 0 40px 0 20px;
  border: 1px solid var(--Gray3, #979696);
  font-size: 16px;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  transition: 0.3s ease;
}
.header__layout-top__search-wp button {
  background-color: transparent;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  .header__layout-top__search {
    display: none;
  }
}
.header__layout-top__actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.header__layout-top__actions-login {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
  column-gap: 5px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
}
.header__layout-top__actions-login:hover {
  text-decoration: underline;
}
.header__layout-top__actions .cart-count {
  color: #000;
  font-weight: 700;
}
@media (max-width: 500px) {
  .header__layout-top__actions {
    -moz-column-gap: 5px;
    column-gap: 5px;
  }
}
.header__layout-bottom {
  height: 85px;
  display: flex;
  justify-content: stretch;
  align-items: flex-end;
  background-color: #fff;
}
.header__layout-bottom__inner {
  max-width: 1920px;
  margin: 0 auto;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 50px;
  column-gap: 50px;
  padding: 0px var(--container-padding);
}
.header__top-link {
  color: #000;
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
  column-gap: 5px;
}
.header__top-link:hover {
  text-decoration: underline;
}
.header-logo {
  padding-top: 5px;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  max-height: 120px;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 10;
}
.header-logo img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.header-menu, .header-menu-stock {
  list-style: none;
  display: flex;
  align-items: stretch;
  align-self: flex-end;
  justify-content: flex-end;
  position: relative;
  height: 50px;
}
.header-menu > li, .header-menu-stock > li {
  display: flex;
  align-items: stretch;
  height: auto;
  position: relative;
}
.header-menu > li:hover .header-submenu {
  pointer-events: all;
  transform: translateY(0);
  opacity: 1;
  -webkit-animation: fadeIn 0.3s ease;
  animation: fadeIn 0.3s ease;
}
.header-menu > li:hover > a, .header-menu-stock > li:hover > a {
  color: #000;
}
.header-menu > li .cart-count {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -5px;
  right: -10px;
  width: 15px;
  height: 15px;
  background-color: var(--accent-color);
  color: #fff;
  padding: 3px;
  border-radius: 50%;
  font-size: 10px;
}
.header-menu__link {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
  column-gap: 5px;
  height: auto;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  padding: 0 20px;
  white-space: nowrap;
  transition: 0.3s ease;
}
@media (max-width: 1700px) {
  .header-menu__link {
    font-size: 14px;
    padding: 0 15px;
  }
}
@media (max-width: 800px) {
  .header-menu {
    background-color: transparent;
    flex: none;
    margin-left: auto;
  }
  .header-menu > *:not(.header__menu-mobile) {
    display: none;
  }
}
.header-menu-partner {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 500px) {
  .header-menu {
    padding-left: 0;
  }
}
.header-submenu {
  list-style: none;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(50px);
  color: #fff;
  min-width: 200px;
  max-width: 820px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  z-index: 1;
  transition: 0.2s ease;
  height: auto;
}
.header-submenu::-webkit-scrollbar {
  width: 10px;
}
.header-submenu::-webkit-scrollbar-thumb {
  background-color: var(--accent-color);
}
.header-submenu::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.678);
}
.header-submenu > li {
  position: relative;
}
.header-submenu > li a {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 10px 20px 10px 20px;
  transition: 0.2s ease;
  position: relative;
  background-color: #000;
}
.header-submenu > li a:hover {
  background-color: #000000dc;
}
.header-submenu > li .header-sub-submenu {
  list-style: none;
  min-width: 200px;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 100%;
  transform: translateX(30px);
  color: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  z-index: 1;
  transition: 0.2s ease;
}
.header-submenu > li .header-sub-submenu > li a {
  padding: 10px 20px 10px 20px;
  background-color: #000;
  color: #fff;
  transition: 0.2s ease;
}
.header-submenu > li .header-sub-submenu > li a:hover {
  background-color: #000000dc;
}
.header-submenu > li:hover .header-sub-submenu {
  pointer-events: all;
  transform: translateX(0);
  opacity: 1;
  -webkit-animation: fadeIn 0.3s ease;
  animation: fadeIn 0.3s ease;
}
.header__partner {
  overflow: hidden;
}
.header__menu-mobile {
  display: flex;
  align-items: center;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* || HEADER end || */
/* [_paragraph start] */
.par {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  grid-template-areas: "par__img par__txt";
  grid-gap: 5%;
  padding-block: 20px;
  max-width: var(--page-max-width);
  margin: auto;
}
.par.par--bg-accent .par__txt {
  background-color: var(--accent-color);
  color: #fff;
}
.par.par--bg-accent .par__txt ul li {
  color: #fff;
}
.par.par--bg-accent .par__txt p {
  color: #fff;
}
.par.par--bg-accent .par__txt .par__txt-footer a {
  color: #fff;
}
.par.par--bg-accent .par__txt .par__text-link {
  color: #fff;
  border-color: #fff;
}
.par.par--bg-accent .par__txt .par__text-link:hover {
  background-color: #fff;
  color: var(--accent-color);
}
.par.par--bg-accent .par__txt .par__subttl {
  color: #fff;
}
.par.par--bg-accent .par__txt .par__subttl::after {
  background-color: var(--accent-color-2);
}
.par.par--bg-accent .par__txt ul li::after {
  background-color: #fff;
}
.par__txt {
  grid-area: par__txt;
  display: flex;
  flex-direction: column;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 150%;
}
.par__txt ul:not(.styled-list) {
  padding: 30px 0 30px 30px;
}
.par__txt-footer {
  border-top: 1px solid #bdbdbd;
  margin-bottom: 25px;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -moz-column-gap: 15px;
  column-gap: 15px;
  row-gap: 20px;
}
.par__txt-footer__item {
  text-transform: uppercase;
  font-size: clamp(12px, 1vw, 18px);
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
  column-gap: 5px;
}
.par__txt-footer__item a {
  color: #000;
}
.par__txt-footer__item svg {
  color: var(--accent-color-2);
}
.par__img {
  grid-area: par__img;
  position: relative;
  display: flex;
  align-items: flex-start;
}
.par__img img {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  position: -webkit-sticky;
  position: sticky;
  top: 230px;
}
.par__ttl {
  font-size: clamp(25px, 4vw, 40px);
  line-height: 110%;
  color: #000;
  margin-bottom: 10px;
  font-weight: 400;
}
.par__subttl {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
}
.par__subttl--center {
  text-align: center;
}
.par__subttl--center::after {
  left: 50%;
  transform: translateX(-50%);
}
.par__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
  margin-top: 40px;
  padding-bottom: 25px;
}
.par__text > img {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.par__text-link {
  margin-top: 35px;
  display: inline-block;
  border: 1px solid var(--accent-color);
  padding: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: var(--accent-color);
  transition: 0.3s ease-in-out;
}
.par__text-link:hover {
  background-color: var(--accent-color);
  color: var(--color-white);
}
@media (max-width: 768px) {
  .par__text {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .par {
    grid-template-columns: 100% !important;
    grid-template-areas: "par__img" "par__txt" !important;
    row-gap: unset;
  }
  .par .par__txt {
    padding-top: 5%;
  }
  .par .par__img {
    display: block;
    margin: 0 auto;
  }
  .par .par__img img {
    display: block;
    margin: 0 auto;
  }
}

.par.par--left {
  grid-template-columns: 1.2fr 1fr;
  grid-template-areas: "par__img par__txt";
}

.par.par--right {
  grid-template-columns: 1fr 1.2fr;
  grid-template-areas: "par__txt par__img";
}

.par.par--center {
  grid-template-columns: 100%;
  grid-template-areas: "par__img" "par__txt ";
}
.par.par--center .par__img {
  display: block;
  margin: 0 auto;
}
.par.par--center .par__img img {
  display: block;
  margin: 0 auto;
}

.par__txt.par__txt--center {
  justify-content: center;
}

/* [_paragraph end] */
.footer {
  background: #f4f4f4;
}
.footer__subscribe-form {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 20px;
}
.footer__subscribe-form input {
  height: 38px;
}
.footer__subscribe-form .footer__title {
  margin: 0;
}
.footer__subscribe-form button {
  background-color: transparent;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 20px;
  cursor: pointer;
  transition: 0.3s ease;
}
.footer__subscribe-form button:hover {
  background-color: transparent;
  color: #000;
}
@media (max-width: 768px) {
  .footer__subscribe-form {
    flex-direction: column;
    row-gap: 20px;
  }
  .footer__subscribe-form p {
    font-size: 18px;
  }
}
.footer__socials {
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-top: 30px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  align-items: center;
  padding-left: 30px;
}
.footer__middle {
  position: relative;
  padding: 50px 0 26px 0;
}
@media (max-width: 1350px) {
  .footer__middle {
    grid-template-columns: 1fr 1fr;
    row-gap: 35px;
  }
}
@media (max-width: 850px) {
  .footer__middle {
    grid-template-columns: 100%;
    row-gap: 35px;
  }
}
.footer__bottom {
  background-color: #333333;
}
.footer__bottom-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 50px;
  column-gap: 50px;
  row-gap: 20px;
  padding: 25px 0 25px 0;
  font-size: 14px;
  color: #fff;
}
.footer__bottom a {
  color: #fff;
  text-decoration: none;
}
.footer__logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 20px;
  padding: 20px;
  padding-top: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 360px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.footer__label {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 2px;
}
.footer__title {
  display: flex;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 30px;
  color: #000;
  letter-spacing: 0.9px;
  position: relative;
}
.footer__nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1.2fr;
  -moz-column-gap: 50px;
  column-gap: 50px;
  row-gap: 20px;
}
.footer__nav-wrapper ul {
  list-style: none;
}
.footer__nav-wrapper ul .footer__2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.footer__nav-wrapper ul li {
  margin-bottom: 3px;
}
.footer__nav-wrapper ul a {
  font-weight: 400;
  font-size: 16px;
  color: #000;
  transition: 0.3s ease;
}
.footer__nav-wrapper ul a:hover {
  color: var(--accent-color);
  text-decoration: underline;
}
@media (max-width: 1350px) {
  .footer__nav-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 35px;
  }
  .footer__nav-wrapper > :nth-child(1) {
    grid-column: 1/-1;
  }
}
@media (max-width: 1000px) {
  .footer__nav-wrapper {
    grid-template-columns: 1fr 1fr;
    row-gap: 35px;
  }
  .footer__nav-wrapper > :nth-child(1) {
    grid-column: 1/-1;
  }
}
@media (max-width: 725px) {
  .footer__nav-wrapper {
    grid-template-columns: 1fr;
    row-gap: 35px;
  }
  .footer__nav-wrapper > :nth-child(1) {
    grid-column: 1/-1;
  }
  .footer__nav-wrapper > :last-child {
    grid-column: 1/-1;
  }
}
.footer__contacts-layout {
  display: grid;
  -moz-column-gap: 50px;
  column-gap: 50px;
  row-gap: 20px;
}
@media (max-width: 1100px) {
  .footer__contacts-layout {
    grid-template-columns: 1fr;
  }
}
.footer__contacts-item {
  padding-left: 40px;
  min-height: 30px;
  color: #000;
}
.footer__contacts-item a {
  color: #000;
  text-decoration: none;
}
.footer__contacts-item.phone {
  background: url("/img/svg/edh_phone.svg") no-repeat 0 0;
}
.footer__contacts-item.phone a {
  white-space: nowrap;
}
.footer__contacts-item.pin {
  background: url("/img/svg/edh_pin.svg") no-repeat 0 0;
}

:root {
  --bg-table-stripe: var(--accent-color-3);
  --b-table: #e3e3e2;
  --caption: #242423;
}

table {
  background-color: transparent;
  border-collapse: collapse;
  font-family: Arial, Helvetica, sans-serif;
}

th {
  text-align: left;
}

.dcf-txt-center {
  text-align: center !important;
}

.dcf-txt-left {
  text-align: left !important;
}

.dcf-txt-right {
  text-align: right !important;
}

.dcf-table caption {
  color: var(--caption);
  font-size: 1.13em;
  font-weight: 700;
  padding-bottom: 0.56rem;
}

.dcf-table thead {
  font-size: 0.84em;
}

.dcf-table tbody {
  border-bottom: 1px solid var(--b-table);
  border-top: 1px solid var(--b-table);
  font-size: 0.84em;
}

.dcf-table tfoot {
  font-size: 0.84em;
}

.dcf-table td,
.dcf-table th {
  padding-right: 1.78em;
}

.dcf-table-bordered,
.dcf-table-bordered td,
.dcf-table-bordered th {
  border: 1px solid var(--b-table);
}

.dcf-table-bordered td,
.dcf-table-bordered th,
.dcf-table-striped td,
.dcf-table-striped th {
  padding-left: 1em;
  padding-right: 1em;
}

.dcf-table-bordered tr:not(:last-child),
.dcf-table-striped tr:not(:last-child) {
  border-bottom: 1px solid var(--b-table);
}

.dcf-table-striped tbody tr:nth-of-type(2n) {
  background-color: var(--bg-table-stripe);
}

.dcf-table thead td,
.dcf-table thead th {
  padding-top: 21px;
  padding-bottom: 11px;
  vertical-align: bottom;
  background-color: var(--accent-color-2);
  color: #fff;
  font-weight: 400;
  font-size: clamp(13px, 2vw, 16px);
  line-height: 120%;
  /* identical to box height, or 136% */
  text-transform: uppercase;
  /* White */
  color: #ffffff;
}

.dcf-table tbody td,
.dcf-table tbody th,
.dcf-table tfoot td,
.dcf-table tfoot th {
  padding-top: 0.75em;
  vertical-align: middle;
  background-color: var(--accent-color-3);
  border-color: #fff;
}

.dcf-table tbody td,
.dcf-table tbody th {
  padding-bottom: 0.75em;
}

.dcf-table-bordered thead th {
  padding-top: 1.33em;
}

.dcf-wrapper-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding-bottom: 1em;
  position: relative;
  right: 50%;
  width: 100vw;
}

@media only screen and (max-width: 800px) {
  .dcf-table-responsive thead {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    white-space: nowrap;
  }

  .dcf-table-responsive tr {
    display: block;
  }

  .dcf-table-responsive td {
    -moz-column-gap: 3.16vw;
    column-gap: 3.16vw;
    display: grid;
    grid-template-columns: 1fr 2fr;
    text-align: left !important;
  }

  .dcf-table-responsive.dcf-table-bordered,
.dcf-table-responsive.dcf-table-bordered thead th {
    border-width: 0;
  }

  .dcf-table-responsive.dcf-table-bordered tbody td {
    border-top-width: 0;
  }

  .dcf-table-responsive:not(.dcf-table-bordered) tbody tr {
    padding-bottom: 0.75em;
  }

  .dcf-table-responsive:not(.dcf-table-bordered) tbody td {
    padding-bottom: 0;
  }

  .dcf-table-responsive:not(.dcf-table-bordered):not(.dcf-table-striped) tbody td {
    padding-right: 0;
  }

  .dcf-table-responsive.dcf-table-bordered tbody tr:last-child td:last-child {
    border-bottom-width: 0;
  }

  .dcf-table-responsive tbody td:before {
    content: attr(data-label);
    float: left;
    font-weight: 700;
    padding-right: 1.78em;
  }
}
.dcf-overflow-x-auto {
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
}

.dcf-w-100\% {
  width: 100% !important;
}

.quote-popup {
  padding: 0;
  max-width: 1100px;
  width: 100%;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.283);
}
.quote-popup > form {
  width: 100%;
}
@media (max-width: 700px) {
  .quote-popup > form {
    grid-template-columns: 100%;
  }
}
.quote-popup__form-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
  justify-content: flex-start;
  grid-gap: 40px 35px;
  padding: 50px 50px 50px 50px;
  max-width: 1000px;
  margin: 0 auto;
}
.quote-popup__form-block * {
  font-family: var(--font-style-3);
}
.quote-popup__form-block__head {
  grid-column: 1/-1;
}
.quote-popup__form-block__title {
  font-family: var(--font-family-accent);
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  padding: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.quote-popup__form-block__subtitle {
  font-family: var(--font-family-accent);
  grid-column: 1/-1;
  font-weight: 400;
  font-size: clamp(28px, 4vw, 36px);
  line-height: 100%;
  margin-bottom: 30px;
  line-height: 100%;
  letter-spacing: -0.04em;
  position: relative;
  text-transform: uppercase;
  text-align: center;
}
.quote-popup__form-block__slogan {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
}
.quote-popup__form-block__slogan a {
  font-weight: 600;
  color: #333333;
}
.quote-popup__form-block > input, .quote-popup__form-block .jfilestyle input, .quote-popup__form-block > textarea {
  background-color: #eee;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 17px;
}
.quote-popup__form-block .btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.quote-popup__form-block__checkboxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 10px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
.quote-popup__form-block__checkboxes-wrapper {
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
@media (max-width: 1550px) {
  .quote-popup__form-block__checkboxes-wrapper {
    flex-direction: column;
    row-gap: 10px;
  }
}
@media (max-width: 1000px) {
  .quote-popup__form-block {
    padding: 45px;
  }
}
@media (max-width: 700px) {
  .quote-popup__form-block {
    grid-template-columns: 100%;
  }
}
@media (max-width: 550px) {
  .quote-popup__form-block {
    padding: 50px 5%;
  }
}
.quote-popup__image-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 700px) {
  .quote-popup__image-block {
    display: none;
  }
}
.quote-popup.fancybox__content {
  --carousel-button-svg-width: 14px;
  --carousel-button-svg-height: 14px;
}
.quote-popup.fancybox__content > .carousel__button.is-close {
  top: 10px;
  right: 10px;
  border: 3px solid #fff;
}

.home-hero {
  --hero-side-padding: var(--container-padding);
  --swiper-pagination-bullet-size: 15px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-color: var(--accent-color-2);
  --swiper-pagination-bullet-inactive-color: #122f60;
  --swiper-navigation-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 0.9;
  --swiper-navigation-color: #000;
}
.home-hero .swiper-pagination.swiper-pagination-bullets {
  position: absolute;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
}
.home-hero .swiper-pagination-clickable .swiper-pagination-bullet {
  background-color: #fff;
  left: 0 !important;
}
.home-hero .swiper-pagination-clickable .swiper-pagination-bullet-active {
  background-color: var(--accent-color-2);
}
.home-hero .swiper-slide {
  position: relative;
  height: 530px;
}
.home-hero .swiper-slide .btn {
  position: absolute;
  bottom: 78px;
  left: 50%;
  padding: 15px 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  transform: translateX(-50%);
}
.home-hero .swiper-slide .text-effect {
  font-weight: bold;
  text-transform: uppercase;
  color: transparent;
  display: inline-block;
  background: linear-gradient(to bottom, white 0%, white 50%, transparent 50%, transparent 53%, white 53%, white 58%, transparent 58%, transparent 61%, white 61%, white 66%, transparent 66%, transparent 69%, white 69%, white 74%, transparent 74%, transparent 77%, white 77%, white 100%);
  background-size: 100% 100%;
  background-position: 50% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  position: relative;
}
.home-hero .swiper-slide-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}
.home-hero .swiper-slide__shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.home-hero .swiper-slide.swiper-slide--with-image .swiper-slide__shadow {
  display: none;
}
.home-hero .swiper-slide:not(.swiper-slide--with-image) .swiper-slide__layout {
  padding: 40px var(--hero-side-padding);
}
.home-hero .swiper-slide:not(.swiper-slide--with-image) .swiper-slide__content {
  text-align: left;
}
.home-hero .swiper-slide:not(.swiper-slide--with-image) .swiper-slide__content .swiper-slide__content-subtitle {
  margin: 0;
}
.home-hero .swiper-slide:not(.swiper-slide--with-image) .swiper-slide__content .swiper-slide__content-link {
  margin-left: 0;
}
.home-hero .swiper-slide__layout {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 40px;
  column-gap: 40px;
  padding: 40px 0 40px var(--hero-side-padding);
  height: 100%;
}
.home-hero .swiper-slide__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #000;
  z-index: 1;
  text-align: right;
  padding-top: 130px;
}
.home-hero .swiper-slide__content-title {
  color: var(--accent-color);
  font-size: clamp(32px, 4vw, 50px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  font-family: var(--font-family-accent);
  text-transform: uppercase;
}
.home-hero .swiper-slide__content-subtitle {
  color: #000;
  font-size: clamp(22px, 2vw, 32px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 600px;
  margin-left: auto;
}
.home-hero .swiper-slide__content-link {
  display: flex;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -moz-column-gap: 10px;
  column-gap: 10px;
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 19.8px */
  letter-spacing: 1.26px;
  text-transform: uppercase;
  padding: 20px 20px;
  margin-top: 60px;
  margin-left: auto;
  transition: 0.2s ease;
}
.home-hero .swiper-slide__content-link:hover {
  background-color: var(--accent-color);
  color: var(--color-white, #fff);
  border-color: var(--accent-color);
}
@media (max-width: 500px) {
  .home-hero .swiper-slide__content-link {
    font-size: 14px;
    padding: 15px 15px;
  }
}
.home-hero .swiper-slide__media {
  flex: 1;
  display: flex;
  align-items: center;
}
@media (max-width: 430px) {
  .home-hero .swiper-slide__media {
    display: none;
  }
  .home-products__list-item-image {
     width: 162px !important;
     height: 216px !important;
  }
}
@media (max-width: 1100px) {
  .home-hero .swiper-slide {
    height: 480px;
  }
  .home-hero .swiper-slide__layout {
    padding: 40px 0 40px var(--hero-side-padding);
  }
}
@media (max-width: 768px) {
  .home-hero .swiper-slide {
    height: 400px;
  }
}
@media (max-width: 430px) {
  .home-hero .swiper-slide.swiper-slide--with-image .swiper-slide__layout {
    padding: 40px var(--hero-side-padding);
  }
}
@media (max-width: 1600px) {
  .home-hero {
    --hero-side-padding: 10%;
  }
}

.home-products__list {
  padding: 45px var(--container-padding) 45px var(--container-padding);
}
.home-products__list-title {
  position: relative;
  text-align: center;
}
.home-products__list-title.title.title--small {
  margin-bottom: 40px;
}
.home-products__list-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 40px;
}
.home-products__list-item {
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 15px;
  transition: box-shadow 0.3s ease-in-out;
}
.home-products__list-item-image {
  width: 100%;
  height: 0;
  padding-top: 120%;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}
.home-products__list-item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.home-products__list-item-descr {
  padding: 10px 20px 20px;
}
.home-products__list-item-title {
  font-size: clamp(16px, 1.5vw, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 5px;
}
.home-products__list-item-type {
  color: #696767;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.home-products__list-item-link {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  justify-self: center;
  background-color: var(--accent-color);
  color: #fff;
  padding: 10px 25px;
  margin-top: 15px;
  line-height: 1;
}
.home-products__list-item:hover {
  box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.1);
}
.home-products__list-item:hover .home-products__list-item-image img {
  transform: scale(1.1);
}
@media (max-width: 1500px) {
  .home-products__list {
    padding: 40px 30px 40px 5%;
  }
}
@media (max-width: 1200px) {
  .home-products__list-grid {
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
  }
}
@media (max-width: 1000px) {
  .home-products__list-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 850px) {
  .home-products__layout {
    grid-template-columns: 1fr;
  }
  .home-products__list {
    padding: 40px 30px 40px 5%;
  }
}

.home-why-us__layout {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  -moz-column-gap: 100px;
  column-gap: 100px;
  row-gap: 40px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 45px 0;
}
@media screen and (max-width: 1024px) {
  .home-why-us__layout {
    grid-template-columns: 1fr;
  }
}
.home-why-us__faq-head {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 20px;
  margin-bottom: 30px;
}
.home-why-us__faq-head > a {
  color: #000;
  text-decoration: underline;
}
.home-why-us__cta {
  background-image: url(/img/misc/ont_home-inventory.jpg);
  background-color: #0000009b;
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
  color: white;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.home-why-us__cta-text-1 {
  color: #fff;
  font-size: clamp(28px, 3vw, 42px);
  font-style: normal;
  font-weight: 750;
  line-height: normal;
}
.home-why-us__cta-text-2 {
  color: #fff;
  font-size: clamp(20px, 2.5vw, 26px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.home-why-us__cta-text-3 {
  color: #fff;
  font-size: clamp(14px, 1.5vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

.collections-slider {
  background-color: #f4f4f4;
}
.collections-slider.collections-slider--panels {
  background-color: transparent;
}
.collections-slider.collections-slider--panels .swiper-slide-image {
  width: 100%;
  height: 0;
  padding-top: 110%;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}
.collections-slider.collections-slider--panels .swiper-slide-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.collections-slider__wrapper {
  margin-top: 40px;
  padding: 0 var(--container-padding);
  position: relative;
  --swiper-navigation-size: 20px;
}
.collections-slider__wrapper .swiper-button-next, .collections-slider__wrapper .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.534);
  color: #000;
}
.collections-slider__wrapper .swiper-slide {
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 15px;
  transition: box-shadow 0.3s ease-in-out;
}
.collections-slider__wrapper .swiper-slide-image {
  width: 100%;
  height: 0;
  padding-top: 85%;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}
.collections-slider__wrapper .swiper-slide-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.collections-slider__wrapper .swiper-slide-descr {
  padding: 10px 20px 20px;
}
.collections-slider__wrapper .swiper-slide-title {
  font-size: clamp(16px, 1.5vw, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.collections-slider__wrapper .swiper-slide-type {
  color: var(--Gray2, #696767);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.collections-slider__wrapper .swiper-slide:hover {
  box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.1);
}
.collections-slider__wrapper .swiper-slide:hover .swiper-slide-image img {
  transform: scale(1.1);
}

.best-sellers-slider__wrapper {
  margin-top: 40px;
  padding-left: var(--container-padding);
  position: relative;
  --swiper-navigation-size: 20px;
}
.best-sellers-slider__wrapper .swiper-button-next, .best-sellers-slider__wrapper .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.534);
  color: #000;
}
.best-sellers-slider__wrapper .best-sellers-slider__slide {
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #edeef0;
  transition: box-shadow 0.3s ease-in-out;
}
.best-sellers-slider__wrapper .best-sellers-slider__slide-image {
  width: 100%;
  height: 0;
  padding-top: 120%;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}
.best-sellers-slider__wrapper .best-sellers-slider__slide-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.best-sellers-slider__wrapper .best-sellers-slider__slide-descr {
  padding: 10px 20px 20px;
}
.best-sellers-slider__wrapper .best-sellers-slider__slide-title {
  color: #696767;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}
.best-sellers-slider__wrapper .best-sellers-slider__slide-price {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.best-sellers-slider__wrapper .best-sellers-slider__slide-link {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  justify-self: center;
  background-color: var(--accent-color);
  color: #fff;
  padding: 5px 10px;
  line-height: 1;
  margin-top: 15px;
}
.best-sellers-slider__wrapper .best-sellers-slider__slide:hover {
  box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.1);
}
.best-sellers-slider__wrapper .best-sellers-slider__slide:hover .swiper-slide-image img {
  transform: scale(1.1);
}

.brands__grid {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 60px;
  column-gap: 60px;
  row-gap: 20px;
  justify-content: center;
  align-items: center;
}
.brands__grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  max-width: 200px;
}
.brands__grid-item:hover {
  transform: scale(1.1);
}

.page-head .container {
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.page-head.page-head--border .container {
  border-bottom: 1px solid #000;
}
.page-head__back-link {
  position: absolute;
  left: var(--container-padding);
  bottom: 10px;
  color: #979696;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.2s ease;
}
.page-head__back-link:hover {
  color: #000;
}
.page-head .title {
  margin-bottom: 30px;
}
.page-head__text {
  max-width: 1440px;
  margin: 0 auto;
}
.page-head__tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 30px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 10px;
}
.page-head__tabs-item {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #000;
  padding: 5px 10px;
  cursor: pointer;
  transition: color 0.3s;
}
.page-head__tabs-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  width: 2px;
  height: 16px;
  background-color: #000;
}
.page-head__tabs-item:hover {
  text-decoration: underline;
}
.page-head__tabs-item.active {
  color: #fff;
  background-color: var(--accent-color);
}
.page-head__filter {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 10px;
}
.page-head__filter-item {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #485164;
  cursor: pointer;
  transition: color 0.3s;
}
.page-head__filter-item:hover {
  text-decoration: underline;
}
.page-head__filter-item.active {
  font-weight: 700;
}
.page-head__filter-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  width: 2px;
  height: 16px;
  background-color: #485164;
}
.page-head__cart-links {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 15px;
  justify-content: center;
  align-items: center;
}
.page-head__cart-link {
  position: relative;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.page-head__cart-link.page-head__cart-link--active {
  font-weight: 800;
  text-decoration: underline;
}
.page-head__cart-link:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  width: 10px;
  height: 16px;
  background-image: url(/img/svg/edh_chevron.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 500px) {
  .page-head__cart-link {
    font-size: 12px;
  }
  .page-head__cart-link svg {
    width: 20px;
    height: 20px;
  }
}

.collections__layout {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 20px;
}
@media (max-width: 1200px) {
  .collections__layout {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 900px) {
  .collections__layout {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 450px) {
  .collections__layout {
    grid-template-columns: 1fr;
  }
}
.collections__item {
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 15px;
  transition: box-shadow 0.3s ease-in-out;
}
.collections__item-image {
  width: 100%;
  height: 0;
  padding-top: 120%;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}
.collections__item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.collections__item-descr {
  padding: 10px 20px 20px;
}
.collections__item-title {
  font-size: clamp(16px, 1.5vw, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.collections__item-type {
  color: var(--Gray2, #696767);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.collections__item:hover {
  box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.1);
}
.collections__item:hover .collections__item-image img {
  transform: scale(1.1);
}

.collection {
  position: relative;
}
.collection .pretty .state label:after, .collection .pretty .state label:before {
  border: 1px solid #ddd;
}
.collection__layout {
  display: flex;
  min-height: 100vh;
}
.collection__actions {
  /*flex: 1 0 100%;*/
  background-color: #f5f5f5;
  padding: 15px 20px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}
.collection__actions-block {
  /*display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 10px;
  row-gap: 5px;*/
  display: inline-flex;
  align-items: center;
  gap: 10px;
    width: 285px;
}
.collection__actions-block label {
  white-space: nowrap;
}
.collection__actions-block select {
  width: 200px;
  padding: 10px;
}
.collection__toggle {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  background-color: #000;
  color: white;
  border: none;
  border-radius: 30px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.3s;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.collection__toggle:hover {
  background-color: #333;
}
.collection__toggle:active {
  transform: scale(0.95);
}
.collection__toggle-text {
  display: inline-block;
  transition: opacity 0.3s;
}
.collection__toggle--active .collection__toggle-text {
  opacity: 0;
}
.collection__toggle--active .collection__toggle-text:last-child {
  opacity: 1;
}

.sidebar {
  width: 325px;
  background-color: #f5f5f5;
  padding: 40px 20px;
  border-right: 1px solid #e5e5e5;
}
.sidebar__title {
  font-size: 18px;
  margin-bottom: 30px;
}
.sidebar__section {
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.sidebar__section-title {
  color: #000;
  font-size: 14px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  font-weight: 400;
  cursor: pointer;
}
.sidebar__section-title--collapsible .sidebar__chevron {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}
.sidebar__section-title.sidebar__section-title--active {
  font-weight: 700;
}
.sidebar__section-title.sidebar__section-title--active .sidebar__chevron {
  transform: rotate(180deg);
}
.sidebar__content {
  display: none;
}
.sidebar__checkbox-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sidebar__checkbox-list .pretty {
  margin-bottom: 10px;
}
.sidebar__checkbox-list .pretty label {
  font-size: 14px;
}
.sidebar__actions {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.sidebar__button {
  padding: 8px 15px;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  cursor: pointer;
}
.sidebar__button--sort {
  background-color: #000;
  color: white;
  border: none;
}
.sidebar__button--clear {
  background-color: #e5e5e5;
  border: none;
}

.content {
  flex: 1;
  padding: 40px 20px 20px 20px;
}
.content .title {
  margin-bottom: 20px;
}
.content__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1200px) {
  .content__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .content {
    padding: 40px 0px 80px 0px;
  }
}

.pr {
  color: #000;
}
.pr__image {
  width: 100%;
  height: 0;
  padding-top: 110%;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}
.pr__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.pr__info {
  padding: 15px 0;
  text-align: center;
}
.pr__code {
  margin-bottom: 5px;
  color: #696767;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.pr__price {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
.pr__title {
  color: #000;
  text-align: center;
  font-size: clamp(18px, 1.5vw, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 5px;
}
.pr__type {
  color: #696767;
  text-align: center;
  font-size: clamp(14px, 1.5vw, 16px);
  font-style: normal;
  font-weight: 350;
  line-height: 24px;
  /* 150% */
  letter-spacing: 2px;
  text-transform: uppercase;
}
.pr__button {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
  column-gap: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background-color: transparent;
  color: #000;
  border: none;
  padding: 8px 15px;
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
}
.pr:hover .product__image img {
  transform: scale(1.1);
}

.pretty.p-svg .state .svg {
  width: 1em;
  height: 1em;
}

.pretty.p-svg .state .svg path {
  stroke: #5cb85c;
  fill: #5cb85c;
}

@media (max-width: 1100px) {
  .sidebar {
    width: 250px;
  }
}
@media (max-width: 768px) {
  .collection__toggle {
    display: block;
  }
  .collection__sidebar {
    position: fixed;
    left: -325px;
    top: 0;
    height: 100vh;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #000 #f5f5f5;
    transition: 0.3s;
    z-index: 999;
  }
  .collection__sidebar.sidebar--active {
    left: 0;
  }
  .collection__content {
    padding-bottom: 80px;
  }

  .content__grid {
    gap: 10px;
  }
}
.accordion {
  max-width: 1200px;
  margin: 0 auto;
}
.accordion__item {
  margin-bottom: 1px;
}
.accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  padding-left: 40px;
  position: relative;
  cursor: pointer;
}
.accordion__header::after {
  background-image: url(/img/icons/edh_arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
}
.accordion__header.active {
  background-color: #f5f5f5;
}
.accordion__title {
  flex: 1;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}
.accordion__toggle {
  width: 24px;
  height: 24px;
  border: none;
  background: #000;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordion__content {
  display: none;
  padding: 0 30px;
  margin: 30px 0;
  border-left: 5px solid var(--accent-color);
}
.accordion__content.active {
  display: block;
}
.accordion__text {
  margin-bottom: 30px;
  line-height: 1.6;
  text-align: left;
}
.accordion__sections {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  gap: 30px;
}
@media (max-width: 1400px) {
    .accordion__sections {
        width: 100%;
        grid-template-columns: 100%;
    }
}
.accordion__section {
  text-align: left;
}
.accordion__section-title {
  margin-bottom: 20px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.accordion__media {
    position: relative;
    max-width: 800px;
}
.accordion__media .swiper-slide {
    width: max-content;
}
.accordion__media .swiper-slide a {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 300px;
    max-width: 300px;
}
.accordion__media .swiper-slide a img{
   display: block;
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
.accordion__media .swiper-button-next,
.accordion__media .swiper-button-prev {
    --swiper-navigation-size: 20px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.534);
    color: #000;
}
.accordion__media img {
  width: 100%;
  max-width: 350px;
  height: auto;
}
.accordion__play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}
.accordion__downloads {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.accordion__download-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
}
.accordion__download-link:hover {
  text-decoration: underline;
}
.accordion__download-icon {
  margin-right: 10px;
}

.pr-block {
  border-top: 1px solid #000;
}

.product__notice {
  color: #979696;
  font-size: 16px;
  margin-bottom: 20px;
}
.product__layout {
  display: grid;
  grid-template-columns: calc(40% - 20px) calc(60% - 20px);
  gap: 40px;
}
@media (max-width: 768px) {
  .product__layout {
    grid-template-columns: 100%;
  }
}
.product__media {
  position: relative;
}
.product__media-image {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.product__media-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product__title {
  font-size: clamp(22px, 2vw, 26px);
  margin-bottom: 35px;
}
.product__subtitle {
  color: #000;
  font-size: clamp(18px, 1.5vw, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
.product__detail {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.product__detail.column {
  flex-direction: column;
  align-items: flex-start;
  row-gap: 5px;
}
.product__label {
  width: 150px;
  color: #979696;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  letter-spacing: 2px;
  text-transform: uppercase;
}
.product__value {
  font-size: 16px;
}
.product__table {
  width: 100%;
  max-width: 400px;
  margin-bottom: 35px;
}
.product__table td {
  padding: 5px 10px;
}
.product__table tr td:first-child {
  padding-left: 0;
}
.product__table tr td:last-child {
  text-align: right;
}
.product__list {
  list-style: none;
}
.product__list li {
  position: relative;
  padding-left: 25px;
  line-height: 1;
  margin-bottom: 5px;
  font-size: 16px;
}
.product__list li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 12px;
  height: 12px;
  background: #d9d9d9;
}

.product-information {
  display: flex;
    flex-direction: column;
  grid-template-columns: repeat(5, 1fr);
  -moz-column-gap: 15px;
  column-gap: 15px;
  row-gap: 40px;
  padding-top: 50px;
  border-top: 1px solid #000;
  margin-top: 30px;
}

.product__information {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 40px;
    padding-top: 50px;
    border-top: 1px solid #000;
    margin-top: 30px;
}
.product__information-item {
  background-color: #eee;
}
.product__information-item-gallery{
    display: none;
}
.product__information-item-image {
  width: 100%;
  padding-top: 108.7%;
  position: relative;
  overflow: hidden;
}
.product__information-item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product__information-item-image svg {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.product__information-item-title {
  padding: 10px;
  text-align: center;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 24px;
  /* 150% */
  letter-spacing: 2px;
  text-transform: uppercase;
}

.product__information-description {
    margin-bottom: 40px
}

.product__tabs {
    display: flex;
    -moz-column-gap: 10px;
    column-gap: 10px;

    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 12px;
}

.product__tab {
    position: relative;
    padding: 12px 24px;
    background: 0 0;
    border: 0;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    transition: .3s;
    flex: 0 0 auto;
}

.product__tab--active {
    background: var(--accent-color);
    color: #fff;
    position: relative;
    z-index: 1
}

.product__tab:not(:first-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -5px;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: #000
}

.product__tab-content {
    display: none;
    padding: 20px 0
}

.product__tab-content--active {
    display: block
}

.product__specs {
    width: 100%
}

.product__specs-row {
    border-bottom: 1px solid #c1c1c1
}

.cart-summary .pretty .state label:after, .product__calculator-input:focus {
    border-color: var(--accent-color)
}

.product__specs-label {
    padding: 12px;
    width: 30%;
    max-width: 370px;
    min-width: 200px;
    background: rgba(126, 143, 178, .1);
    font-weight: 500;
    font-size: 14px
}

.product__specs-value {
    padding: 12px;
    font-size: 14px
}

@media (max-width: 576px) {
    .product__specs, .product__specs tbody {
        display: block
    }

    .product__specs-row {
        display: flex;
        flex-direction: column;
        padding: 12px 0
    }

    .product__specs-label {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        padding: 8px 12px
    }

    .product__specs-value {
        padding: 8px 12px;
        background: #fff
    }
}

.product__calculator-field {
    margin-bottom: 20px
}

.product__calculator-label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #333
}

.product__calculator-input {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    font-size: 14px
}

.product__calculator-input::-moz-placeholder {
    color: #999
}

.product__calculator-input:-ms-input-placeholder {
    color: #999
}

.product__calculator-input::placeholder {
    color: #999
}

.product__calculator-input::-webkit-inner-spin-button, .product__calculator-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.product__calculator-input[type=number] {
    -moz-appearance: textfield
}

.product__calculator-button {
    background: #000;
    color: #fff;
    border: none;
    padding: 12px 24px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color .3s
}

.product__calculator-button:hover {
    background: #333
}

.product__calculator-result {
    margin-top: 20px;
    padding: 15px;
    background: #f5f5f5;
    border-radius: 4px;
    display: none
}

.product__calculator-result--visible {
    display: block
}

.product__calculator-result--error {
    background: #fff0f0;
    color: #d00
}

.product__related {
    margin-top: 30px
}

.product__related .best-sellers-slider__wrapper {
    padding: 0
}

.product__media-carousel {
    margin-bottom: 40px;
    position: -webkit-sticky;
    position: sticky;
    top: 150px
}

.product__media-carousel .f-carousel__slide {
    display: flex;
    position: relative;
    aspect-ratio: 1/1
}

.product__media-carousel #myCarousel {
    --f-carousel-slide-width: 100%;
    --f-carousel-spacing: 10px;
    margin-bottom: 1rem;
    position: relative
}

.product__media-carousel #myNavigation {
    --f-carousel-slide-width: 100px;
    --f-thumb-gap: 5px;
    --f-thumb-width: 96px;
    --f-thumb-height: 96px;
    --f-button-prev-pos: 0;
    --f-button-next-pos: 0;
    padding: 0 40px
}

.product__media-carousel #myNavigation .f-carousel__slide {
    border: 2px solid transparent;
    position: relative;
    flex: 0 0 auto;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    width: var(--f-thumb-width);
    height: var(--f-thumb-height);
    margin: 0 var(--f-thumb-gap) 0 0;
    overflow: visible;
    cursor: pointer
}

.product__media-carousel #myNavigation .f-carousel__slide.is-nav-selected {
    color: #fff;
    border: 2px solid var(--accent-color)
}

.product__media-carousel #myNavigation .f-carousel__slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.product__media-carousel #myNavigation .f-button.is-prev {
    left: 0
}

.product__media-carousel #myCarousel .product__media-carousel-zoom {
    position: absolute;
    bottom: 15px;
    right: 15px;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
@media (max-width: 1250px) {
  .product__information {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1024px) {
  .product__information {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .product__information {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 20px;
  }
}

.product-modal {
  width: 100%;
  height: auto;
  max-width: 1050px;
  background-color: #fff;
}
.product-modal__layout {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 80vh;
}
.product-modal__next {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  border: 0;
  width: 50px;
  height: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.product-modal__prev {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  border: 0;
  width: 50px;
  height: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.product-modal__media{
    max-height: 100%;
    overflow: hidden;
}
.product-modal__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  transition: 0.2s ease;
}
.product-modal__info {
  padding: 20px 0 0 0;
}
.product-modal__code {
  color: #333;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 24px;
  /* 150% */
  letter-spacing: 2px;
  text-transform: uppercase;
}
.product-modal__title {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 24px;
  /* 150% */
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .product-modal {
    padding: 15px;
  }
}

.pr-brand {
  color: #000;
  border: 1px solid #000;
}
.pr-brand__image {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}
.pr-brand__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.pr-brand__info {
  padding: 5px 0 10px 0;
  text-align: center;
}
.pr-brand__title {
  color: #000;
  text-align: center;
  font-size: clamp(14px, 1.5vw, 16px);
  font-style: normal;
  font-weight: 350;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.pr-brand:hover .pr-brand__image img {
  transform: scale(1.1);
}

.panel-collections-points__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 40px;
}
@media (max-width: 768px) {
  .panel-collections-points__layout {
    grid-template-columns: 1fr;
  }
}
.panel-collections-points__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 40px;
}
.panel-collections-points__item-media {
  position: relative;
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
}
.panel-collections-points__item-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.panel-collections-points__item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.panel-collections-points__item-title {
  color: #000;
  font-size: clamp(22px, 2.5vw, 26px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 25px;
}
.panel-collections-points__item-text {
  line-height: 150%;
}
@media (max-width: 1150px) {
  .panel-collections-points__item {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  .panel-collections-points__item-media {
    padding-top: 56.25%;
  }
}

.contact-section {
  background-image: url(/img/backgrounds/dia_contact-form-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
.contact-section-form {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 40px;
}
.contact-section-form input, .contact-section-form textarea {
  border-radius: 5px;
}
.contact-section-form__title {
  grid-column: 1/-1;
  font-size: clamp(24px, 3vw, 38px);
  font-style: normal;
  font-weight: 500;
  text-align: center;
}
.contact-section-form .span-full {
  grid-column: 1/-1;
}
.contact-section-form .btn {
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .contact-section-form {
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
  }
}
@media (max-width: 992px) {
  .contact-section-form {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .contact-section-form {
    grid-template-columns: 1fr;
  }
}

.contact-us {
  padding-top: 65px;
}
.contact-us__layout {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  -moz-column-gap: 100px;
  column-gap: 100px;
}
@media (max-width: 1400px) {
  .contact-us__layout {
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
}
@media (max-width: 768px) {
  .contact-us__layout {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
.contact-us__info-layout {
  display: flex;
  flex-direction: column;
  row-gap: 80px;
}
.contact-us__info-item {
  color: #000;
}
.contact-us__info-item-title {
  color: #333;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}
.contact-us__info-item-subtitle {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.contact-us__info-item-address {
  display: flex;
  min-height: 20px;
  color: #000;
  padding-left: 30px;
  background-image: url(/img/svg/edh_pin.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 20px;
}
.contact-us__info-item-phone {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  min-height: 20px;
  color: #000;
  padding-left: 30px;
  background-image: url(/img/svg/edh_phone.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 20px;
  margin-top: 30px;
}
.contact-us__info-item table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
.contact-us__info-item table th, .contact-us__info-item table td {
  padding: 3px 0;
}
.contact-us__info-item table td:nth-child(2) {
  padding-left: 10px;
}
.contact-us__info-item-social {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-top: 20px;
}
.contact-us__form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 35px;
  column-gap: 35px;
  row-gap: 30px;
  background-color: rgba(72, 81, 100, 0.1);
  padding: 60px;
}
.contact-us__form input, .contact-us__form textarea, .contact-us__form select {
  border: 1px solid #d1d1d1;
}
.contact-us__form input.jfilestyle {
  max-width: 0;
}
.contact-us__form div.jfilestyle input {
  border: 1px solid #d1d1d1;
}
.contact-us__form .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 500px) {
  .contact-us__form {
    grid-template-columns: 1fr;
    row-gap: 15px;
    padding: 30px;
  }
}
.contact-us__map {
  display: flex;
  width: 100%;
  position: relative;
}
.contact-us__map::before {
  content: "";
  background-image: url(/img/misc/edh_g-button.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  width: 228px;
  height: 50px;
  top: -15px;
  right: 100px;
}
.contact-us__map img {
  width: 100%;
  max-height: 750px;
  min-height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

/* [MAIN CSS START] */
.relative {
  position: relative;
}

.main-container--margin {
  margin-top: 190px;
}

.border-top {
  border-top: 1px solid #000;
}

.text-center {
  text-align: center;
}

.text-block {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  line-height: 150%;
}

.container {
  margin: 0 auto;
  max-width: var(--page-max-width);
}
.container.container--block {
  display: block;
  margin: 0;
}
.container--mar-b-80 {
  margin-bottom: var(--container-margin-bottom);
}

.pa-inline {
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
}

.pa-block {
  padding-top: 45px;
  padding-bottom: 45px;
}

.pa-before-footer {
  padding-bottom: 200px;
}

.bg-accent {
  background-color: var(--accent-background-color);
}

.bg-accent-2 {
  background-color: var(--accent-background-color-2);
}

.bg-accent-3 {
  background-color: var(--accent-background-color-3);
}

.bg-accent-4 {
  background-color: #005ea610;
}

input.error {
  border-color: var(--input-error-border-color);
  background-color: var(--input-error-background-color);
}

input,
select,
textarea {
  border: none;
  padding: 15px;
  width: 100%;
}

input:disabled,
select:disabled,
textarea:disabled {
  background-color: #eee;
  border: 1px solid #bdbdbd;
  opacity: 0.8;
}

.title {
  color: #000;
  font-size: clamp(24px, 2vw, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  color: var(--accent-color);
  font-family: var(--font-family-accent);
  letter-spacing: 0.84px;
}
.title > span {
  color: var(--accent-color);
}
.title--center {
  text-align: center;
}
.title--large {
  font-size: clamp(40px, 2vw, 52px);
}
.title--small {
  font-weight: 600;
  font-size: clamp(20px, 2vw, 24px);
  margin-bottom: 5px;
}
.title--mar {
  margin-bottom: 40px;
}

.fc-accent {
  color: var(--accent-color);
}

.fc-white {
  color: var(--color-white);
}

.fc-black {
  color: var(--color-black);
}

.subtitle {
  color: var(--accent-color);
  margin-bottom: 5px;
  font-weight: 700;
  text-transform: uppercase;
}

.nowrap {
  white-space: nowrap;
}

.btn {
  display: inline-block;
  border: 1px solid transparent;
  color: #fff;
  background: var(--accent-color);
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn:hover {
  color: #fff;
  background: #fff;
  color: #000;
  border: 1px solid #000;
  box-shadow: 0 0 5px -2px #464646;
}
.btn.btn--small {
  padding: 5px 5px !important;
  font-size: 14px;
  border: 2px solid var(--accent-color);
  text-transform: capitalize;
}

.btn.btn--flex {
  display: flex;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.btn.btn--transparent {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
}
.btn.btn--transparent:hover {
  background: var(--accent-color);
  color: var(--color-white);
  box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.513);
}

.btn.btn--color-black,
.btn.btn--transparent.btn--color-black {
  color: #000;
  border-color: #000;
}
.btn.btn--color-black:hover,
.btn.btn--transparent.btn--color-black:hover {
  background: var(--accent-dark-color);
}

.btn.btn--light {
  border: 1px solid var(--accent-color);
  color: #fff;
  background: var(--accent-color);
  padding: 15px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
}
.btn.btn--light:hover {
  background: var(--accent-color-2);
  color: var(--color-white);
  border: 1px solid var(--accent-color-2);
  box-shadow: 0 0 5px -2px #464646;
}

.btn.btn--light2 {
  border: 1px solid var(--accent-color-3);
  color: #000;
  background: var(--accent-color-3);
  padding: 15px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
}
.btn.btn--light2:hover {
  background: var(--accent-color);
  color: var(--color-white);
  border: 1px solid var(--accent-color);
  box-shadow: 0 0 5px -2px #464646;
}

.btn.btn--disabled {
  background: #ccc;
  color: #fff;
  border: 1px solid #ccc;
  pointer-events: none;
  cursor: not-allowed;
}

.btn.btn--loading {
  position: relative;
  pointer-events: none;
}
.btn.btn--loading:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1em;
  height: 1em;
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
.btn.btn--loading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: inherit;
}

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes round {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.line-clamp {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  position: relative;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-clamp-1 {
  -webkit-line-clamp: 1;
  height: 1.2em;
}

.line-clamp-2 {
  -webkit-line-clamp: 2;
  height: 2.4em;
}

.line-clamp-3 {
  -webkit-line-clamp: 3;
  height: 3.6em;
}

.line-clamp-4 {
  -webkit-line-clamp: 4;
  height: 4.8em;
}

.line-clamp-5 {
  -webkit-line-clamp: 5;
  height: 6em;
}

/* End required CSS. */
/* [Pretty checkbox adjustments] */
.pretty {
  white-space: normal;
}
.pretty .state label {
  text-indent: 0;
  padding-left: 31px;
}
.pretty .state label:after, .pretty .state label:before {
  top: 0;
  background-color: #fff;
  border-radius: 3px;
}
.pretty input:checked ~ .state.p-primary label:after {
  background-color: var(--accent-color) !important;
}
.pretty.p-default input:checked ~ .state label:after {
  background-color: var(--accent-color) !important;
}

.divider {
  border: none;
  border-bottom: 1px solid #bdbdbd;
}

.select2.select2-container .select2-choice {
  padding: 5px 10px;
}

.select2-container--default .select2-selection--single {
  border: none;
  height: 100%;
  padding: 15px;
}

.select2-container--default .select2-selection--single.select2--small {
  padding: 11px 15px;
}

.select2-container--default .select2-selection--single.select2--bordered {
  border: 1px solid #bdbdbd;
  border-radius: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  font-size: 14px;
  line-height: 1;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: linear-gradient(#e0e0e0, #e0e0e0);
  width: 28px;
  height: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #222222 #222222 #222222 #222222;
  border: 1px solid #222222;
  border-width: 0px 2px 2px 0px;
  width: 8px;
  height: 8px;
  margin: 0;
  position: relative;
  top: unset;
  left: unset;
  transform: rotate(45deg);
  transition: 0.3s ease;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: #222222 #222222 #222222 #222222;
  border: 1px solid #222222;
  border-width: 0px 2px 2px 0px;
  width: 8px;
  height: 8px;
  margin: 0;
  position: relative;
  top: unset;
  left: unset;
  transform: rotate(-135deg);
  transition: 0.3s ease;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
  column-gap: 20px;
  list-style: none;
}
.breadcrumbs.breadcrumbs--space-top {
  padding-top: 60px;
}
.breadcrumbs.breadcrumbs--space-bottom {
  padding-bottom: 15px;
}
.breadcrumbs li {
  display: flex;
  align-items: center;
  position: relative;
}
.breadcrumbs li:not(:last-child)::after {
  content: "/";
  font-size: 14px;
  color: #4f4f4f;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  width: 5px;
  height: 100%;
}
.breadcrumbs li:last-child * {
  font-weight: 600;
}
.breadcrumbs a, .breadcrumbs p {
  font-weight: 400;
  font-size: 14px;
  text-align: right;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #4f4f4f;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 10px;
  padding: 50px;
}
.pagination .pagination__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #f2f2f2;
  color: #828282;
  transition: 0.3s ease;
}
.pagination .pagination__item:hover {
  background-color: var(--accent-color-4);
  color: #fff;
}
.pagination .pagination__item.pagination__item--active {
  background-color: var(--accent-color-4);
  color: #fff;
}

.not-found-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}
.not-found-page__title {
  font-weight: 500;
  font-size: clamp(25px, 4vw, 38px);
  color: var(--accent-color-4);
  line-height: 100%;
  margin-bottom: 15px;
  padding-left: 20px;
  line-height: 100%;
  position: relative;
}
.not-found-page__subtitle {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  margin-bottom: 30px;
}

/* [MAIN CSS END] */
/* [TOOLTIPS START] */
.tippy-box {
  background-color: #fff;
  color: #000;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.tippy-box__inner {
  max-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 25px;
}
.tippy-box__image {
  margin-bottom: 15px;
}
.tippy-box__text {
  text-align: center;
}

.tippy-arrow {
  color: #fff;
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 14px 0 14px 14px;
  right: -13px;
  filter: drop-shadow(4px 0px 5px rgba(0, 0, 0, 0.1));
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -13px;
  border-width: 14px 14px 14px 0;
  filter: drop-shadow(-4px 0px 5px rgba(0, 0, 0, 0.1));
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
  border-width: 14px 14px 0;
  bottom: -13px;
  filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.1));
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  border-width: 0 14px 14px;
  top: -13px;
  filter: drop-shadow(0px -4px 5px rgba(0, 0, 0, 0.1));
}

/* [TOOLTIPS END] */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.video-wrapper.video-wrapper--sm {
  max-width: 950px;
  margin: 0 auto;
  padding-bottom: 40%;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.badge {
  display: inline-block;
  padding: 5px 5px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: var(--accent-color);
  margin-left: 10px;
}

.about-2col__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 50px;
  column-gap: 50px;
  row-gap: 40px;
  line-height: 150%;
}
.about-2col__content .title {
  grid-column: 1/-1;
}
@media (max-width: 1200px) {
  .about-2col__content {
    grid-template-columns: 100%;
  }
}

.accordion {
  max-width: 1600px;
  margin: 0 auto;
}
.accordion .pa-block {
  padding-top: 0;
}
.accordion .ui-accordion .ui-accordion-header {
  background-color: transparent;
  border: 1px solid #979696;
  border-radius: 0;
  margin-top: 10px;
  padding: 15px;
  font-size: 20px;
  color: #000;
}
.accordion .ui-accordion .ui-accordion-header .ui-icon {
  margin-right: 10px;
}
.accordion .ui-accordion .ui-accordion-content {
  border: 0;
  text-align: center;
  max-width: 1050px;
  margin: 0 auto;
}
.accordion .ui-accordion .ui-accordion-content p {
  margin-bottom: 15px;
}
.accordion .ui-accordion .ui-accordion-content ul li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.accordion .ui-accordion .ui-accordion-content img {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}
@media (max-width: 700px) {
  .accordion .ui-accordion .ui-accordion-content {
    max-width: 100%;
    padding: 1em 5px;
  }
}

.qty-box {
  display: flex;
  align-items: center;
}

.qty-box input {
  width: 70px;
  height: 30px;
  text-align: center;
  border: 1px solid #ddd;
  background-color: transparent;
}

.qty-box button {
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  background-color: transparent;
  color: #000;
  cursor: pointer;
  transition: 0.2s ease;
}

.qty-box button:hover {
  background-color: var(--accent-color);
  color: #fff;
}

.qty-box > button:nth-child(1) {
  border-right: none;
}

.qty-box > button:nth-child(3) {
  border-left: none;
}

.search-form input {
  border: 1px solid #0000002f;
}


.login-popup {
  padding: 0;
  max-width: 900px;
  width: 100%;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.283);
  background-color: #fdfdfd;
}

.login-popup > form {
  width: 100%;
}

@media (max-width: 700px) {
  .login-popup > form {
    grid-template-columns: 100%;
  }
}
.login-popup__login-form {
  max-width: 600px;
  margin: 0 auto;
}

.login-popup__login-form-block {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  color: var(--accent-color);
}

.login-popup__login-form-block a {
  color: var(--accent-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.login-popup__register-form .login-popup__form-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 25px;
}

.login-popup__register-form .login-popup__form-block .login-popup__form-block__address {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
  grid-column: 1/-1;
}
.login-popup__register-form .login-popup__form-block .login-popup__form-block__email {
  grid-column: 1 / -1;
}
.login-popup__register-form .login-popup__form-block .login-popup__form-block__name {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
  grid-column: 1/-1;
}
.login-popup__register-form .login-popup__form-block .login-popup__form-block__company {
  grid-column: 1 / -1;
}
.login-popup__register-form .login-popup__form-block .login-popup__form-block__password {
  grid-column: 1 / -1;
}

.login-popup__register-form .login-popup__form-block p {
  color: var(--accent-color);
}

.login-popup__register-form .login-popup__form-block p a {
  color: var(--accent-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

@media (max-width: 700px) {
  .login-popup__register-form .login-popup__form-block {
    grid-template-columns: 100%;
    row-gap: 20px;
  }

  .login-popup__register-form .login-popup__form-block .login-popup__form-block__email,
  .login-popup__register-form .login-popup__form-block .login-popup__form-block__name,
  .login-popup__register-form .login-popup__form-block .login-popup__form-block__company,
  .login-popup__register-form .login-popup__form-block .login-popup__form-block__password,
  .login-popup__register-form .login-popup__form-block .login-popup__form-block__address {
    grid-template-columns: 100%;
    row-gap: 20px;
  }
}
.login-popup__form-block {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
  justify-content: flex-start;
  grid-gap: 40px 35px;
  padding: 50px 50px 50px 50px;
  max-width: 1000px;
  margin: 0 auto;
}

.login-popup__form-block__head {
  grid-column: 1/-1;
}

.login-popup__form-block__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  padding: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

.login-popup__form-block__subtitle {
  grid-column: 1/-1;
  font-weight: 700;
  font-size: clamp(28px, 4vw, 36px);
  line-height: 100%;
  line-height: 100%;
  letter-spacing: -0.04em;
  position: relative;
  text-align: center;
}

.login-popup__form-block__slogan {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
}

.login-popup__form-block__slogan a {
  font-weight: 600;
  color: #333333;
}

.login-popup__form-block input,
.login-popup__form-block .jfilestyle input,
.login-popup__form-block select,
.login-popup__form-block textarea {
  border: 1px solid #c1c1c1;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  border-radius: 6px;
  padding: 17px;
}

.login-popup__form-block .btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

.login-popup__form-block__checkboxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 10px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}

.login-popup__form-block__checkboxes-wrapper {
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

@media (max-width: 1550px) {
  .login-popup__form-block__checkboxes-wrapper {
    flex-direction: column;
    row-gap: 10px;
  }
}
.login-popup__form-block__file {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

@media (max-width: 1000px) {
  .login-popup__form-block {
    padding: 45px;
  }
}
@media (max-width: 700px) {
  .login-popup__form-block {
    grid-template-columns: 100%;
  }
}
@media (max-width: 550px) {
  .login-popup__form-block {
    padding: 50px 5%;
  }
}
.login-popup__image-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 700px) {
  .login-popup__image-block {
    display: none;
  }
}
.login-popup.fancybox__content {
  --carousel-button-svg-width: 14px;
  --carousel-button-svg-height: 14px;
}

.login-popup.fancybox__content > .carousel__button.is-close {
  top: 10px;
  right: 10px;
  border: 3px solid #fff;
}

.header-submenu-account {
  display: flex;
  list-style: none;
  padding: 0;
  align-items: center;
}
.header-submenu-account li{
  margin: 0 10px;
}

.cta-banner {
  background-image: url(/img/backgrounds/edh_cta-bg-1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cta-banner__layout {
  min-height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .cta-banner__layout {
    min-height: 300px;
  }
}
.cta-banner__title {
  color: #fff;
  text-align: center;
  font-size: clamp(28px, 5vw, 45px);
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  /* 111.111% */
}
.cta-banner__caption {
  color: #fff;
  text-align: center;
  font-size: clamp(18.67px, 3.33vw, 30px);
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  /* 111.111% */
}
.cta-banner__text {
  color: #fff;
  text-align: center;
  font-size: clamp(14px, 2.5vw, 22.5px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  /* 111.111% */
}
.cta-banner__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 20px;
  margin-top: 37px;
}
.cta-banner__actions a {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.8px;
  border: 1px solid #fff;
  padding: 10px 15px;
  transition: 0.2s ease;
}
.cta-banner__actions a:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
.pagination-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
  padding: 50px;
}

.pagination-container .pagination__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #f2f2f2;
  color: #828282;
  transition: 0.3s ease;
  text-decoration: none;
}

.pagination-container .pagination__item:hover {
  background-color: #485164;
  color: #fff;
}

.pagination-container .pagination__item--active {
  background-color: #000;
  color: #fff;
}

.pagination-container .pagination__item--disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

.pagination-container .pagination__item svg {
  width: 16px;
  height: 16px;
}

.pagination-container .pagination__item--first svg,
.pagination-container .pagination__item--last svg,
.pagination-container .pagination__item--prev svg,
.pagination-container .pagination__item--next svg {
  fill: currentColor;
}

.pagination-container .pagination__item--ellipsis {
  background: none;
  cursor: default;
}

.pagination-container .pagination__item--ellipsis:hover {
  background: none;
  color: #828282;
}

.collection-shop.loading-progress {
  position: relative;
  pointer-events: none;
  opacity: 0.5;
}

.product__shipping {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px
}

.product__shipping > div {
    display: flex;
    flex-direction: column;
    row-gap: 5px
}

.product__shipping-link {
    color: #666;
    text-decoration: underline;
    font-size: 14px
}

.product__shipping-text, .sale-price {
    font-weight: 700
}

.accordion__content.active, .product__media-carousel #myCarousel .f-carousel__slide a {
    display: block
}

.zoom-link {
    position: relative;
    z-index: 2
}

.product__media-carousel #myCarousel .f-carousel__slide {
    position: relative
}

.js-focus-visible :focus:not(.focus-visible), .product__calculator-input:focus {
    outline: 0
}

.product__calculator {
    max-width: 400px;
}

.product {
    max-width: 1200px;
    margin: 0 auto;
}

.sale-price {
    color: #e53935
}

.product__value--in-stock {
    color: green
}

.product__value--out-stock {
    color: red
}

.product__colors {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.product__color {
    width: 95px;
    height: 95px;
    border: 2px solid transparent;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.product__color--active {
    border: 2px solid #000
}

.product__select {
    width: 200px;
    padding: 8px;
    border: 1px solid #ddd
}
