@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Extrabold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
:root {
  --font: "Gilroy";
}
*,
:after,
:before {
  box-sizing: border-box;
}
a,
button,
input[type="submit"],
a img {
  transition: all 0.3s ease;
}
body {
  font-family: var(--font);
}
body .page-main {
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100% !important;
}
.infobar_wrap {
  padding: 0 29.3055vw;
  background-color: #150204;
}
.infobar_content {
  position: relative;
  z-index: 1;
  padding: 0 5.5555vw;
}
.infobar-item {
  text-align: center;
}
.infobar-text,
.infobar-item a {
  padding: 0.4861vw 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: var(--font);
  font-weight: 400;
  font-size: 0.8333vw;
  line-height: 1.4;
  color: #ffffff;
}
.infobar-text svg {
  margin-left: 0.5555vw;
  width: 0.8333vw;
  height: 0.8333vw;
  flex-shrink: 0;
}
.infobar_content .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: auto;
  height: auto;
  border-radius: initial;
  border: none;
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.infobar_content .owl-nav button.owl-prev {
  left: 0;
}
.infobar_content .owl-nav button.owl-next {
  right: 0;
}
.infobar_content .owl-nav button:before {
  content: "";
  width: 1.1111vw;
  height: 1.1111vw;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.3s ease;
  opacity: 0.25;
}
.infobar_content .owl-nav button.owl-prev:before {
  background-image: url(../images/icon-arrow2-left.svg);
}
.infobar_content .owl-nav button.owl-next:before {
  background-image: url(../images/icon-arrow2-right.svg);
}
.infobar_content .owl-nav button:hover:before {
  opacity: 1;
}
.infobar_content .owl-nav button span {
  display: none;
}

@media (max-width: 768px) {
  .infobar_wrap {
    padding: 1.282vw 4.1025vw;
  }
  .infobar_content {
    padding: 0 6.1538vw;
  }
  .infobar-text,
  .infobar-item a {
    padding: 0;
    font-size: 3.0769vw;
  }
  .infobar-text svg {
    display: none;
  }
  .infobar_content .owl-nav button:before {
    width: 4.1025vw;
    height: 4.1025vw;
  }
}

header.page-header {
  padding: 1.1111vw 3.6111vw;
  background: #ffffff;
}
.page-header .header.content {
  margin: 0;
  padding: 0;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
}
.page-header .header.content::before,
.page-header .header.content::after {
  display: none;
}
.header_left_column .footer_static_menu_wrap {
  display: block;
  gap: initial;
}
.page-header .footer_static_menu_wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 2.2222vw;
}
.page-header .footer_static_menu_wrap ul li {
  margin: 0;
}
.page-header .footer_static_menu_wrap a {
  text-decoration: none;
  font-family: var(--font);
  font-weight: 400;
  font-size: 0.8333vw;
  line-height: normal;
  color: #150204;
}
.header_logo_wrap {
  flex-shrink: 0;
}
.header_logo_wrap .logo {
  margin: 0;
  max-width: none;
  display: block;
  float: none;
}
.header_logo_wrap img {
  width: 7.5vw;
  height: 2.7083vw;
  object-fit: contain;
  object-position: center;
  display: block;
}
.header_icons_wrap {
  display: inline-flex;
  align-items: center;
  gap: 1.6666vw;
}
.header_icons_wrap .links a,
.header_icons_wrap .compare a,
.header_icons_wrap .wishlist a,
.header_icons_wrap .minicart-wrapper a {
  display: inline-flex;
}
header.page-header .block-search button.action.search svg,
.header_icons_wrap .links svg,
.header_icons_wrap .compare svg,
.header_icons_wrap .wishlist svg,
.header_icons_wrap .minicart-wrapper svg {
  width: 1.1111vw;
  height: 1.1111vw;
  overflow: initial;
}
.header_icons_wrap .links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
header.page-header .links li {
  margin: 0;
  display: flex;
}
header.page-header .header_icons_wrap li.link.authorization-link[data-logged="true"] + li {
  display: flex;
}
header.page-header li.link.authorization-link[data-logged="true"],
header.page-header li.link.authorization-link + li,
header.page-header li.customer-welcome {
  display: none;
}
header.page-header .header_icons_wrap li a.account_link {
  position: relative;
  text-indent: -9999999px;
  font-size: 0;
}
header.page-header .header_icons_wrap li a.account_link::after {
  content: "";
  width: 1.1111vw;
  height: 1.1111vw;
  display: block;
  background-image: url(../images/icon-user.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
header.page-header .header_icons_wrap li a.account_link::before {
  content: "";
  position: absolute;
  bottom: 0.9027vw;
  left: 0.9027vw;
  width: 0.2777vw;
  height: 0.2777vw;
  border-radius: 100px;
  background-color: #d32a3a;
  display: block;
}

header.page-header .link.compare {
  display: inline-flex;
}

header.page-header .link.wishlist {
  display: inline-flex;
}

header.page-header .minicart-wrapper {
  margin: 0;
  float: none;
  display: inline-flex;
}
header.page-header .minicart-wrapper .action.showcart {
  display: inline-flex;
}
header.page-header .minicart-wrapper .action.showcart .counter.qty.empty {
  display: inline-flex;
}
header.page-header .minicart-wrapper .action.showcart .counter.qty {
  margin: 0;
  padding: 0;
  min-width: auto;
  height: auto;
  border-radius: initial;
  background-color: transparent;
  line-height: initial;
}

header.page-header .minicart-wrapper:before,
header.page-header .minicart-wrapper:after,
header.page-header .minicart-wrapper .action.showcart:before,
header.page-header .link.wishlist .counter::before,
header.page-header .link.wishlist .counter::after,
header.page-header .minicart-wrapper .action.showcart.active:before,
header.page-header .minicart-wrapper .action.showcart.active:hover:before {
  display: none;
}

header.page-header .block-search {
  margin: 1.5972vw 0 0;
  padding: 0;
  width: auto;
  z-index: 1;
}
header.page-header .block-search .form.minisearch {
  position: relative;
  z-index: 1;
}
header.page-header .block-search .actions {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
header.page-header .block-search button.action.search {
  position: initial;
  right: 0;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  background-color: transparent;
  opacity: 1;
}
header.page-header .block-search .action.search:before {
  display: none;
}
header.page-header .block-search .control {
  margin: 0;
  padding: 0;
  border: none;
  clear: none;
}
header.page-header .block-search input.input-text {
  position: relative;
  left: 0;
  z-index: 1;
  margin: 0;
  padding: 0.1388vw 0 0.3472vw 1.8055vw;
  width: 11.1111vw;
  height: 1.3888vw;
  box-shadow: none;
  border-radius: initial;
  border: initial;
  border-bottom: 1px solid #150204;
  font-family: var(--font);
  font-style: italic;
  font-weight: 400;
  font-size: 0.8333vw;
  line-height: normal;
  color: rgba(0, 0, 0, 0.25);
}

@media (min-width: 769px) {
  .page-header .footer_static_menu_wrap a:hover {
    color: #d32a3a;
  }
}
@media (max-width: 768px) {
  header.page-header{
    margin: 0;
    padding: 2.0512vw 4.1025vw;
    border: none;
  }
  .header_logo_wrap img{
    width: 23.5897vw;
    height:8.4615vw;
  }
}

.page-footer {
  position: relative;
  z-index: 1;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}
.page-footer .footer.content {
  margin: 0;
  padding: 0 2.2222vw 1.6666vw;
  max-width: initial !important;
  border: none;
  border-top-left-radius: 2.9166vw;
  border-top-right-radius: 2.9166vw;
  background: #fafafa;
}
.footer_main_container {
  padding: 3.1944vw 0 4.7222vw;
  display: flex;
  justify-content: space-between;
}
.footer_logo_container {
  flex-shrink: 0;
}
.footer_logo img {
  display: inline-flex;
  position: initial;
  margin: 0;
  float: none;
  max-width: initial;
  width: 11.25vw;
  height: auto;
  object-fit: contain;
  object-position: center;
}
.footer_info_container {
  padding-top: 1.5277vw;
}
.footer_info_container,
.footer_static_menu_wrap,
.footer_socials_info_container {
  display: flex;
  gap: 7.7083vw;
}
.menu_column_title {
  font-family: var(--font);
}
.menu_column_content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu_column_content ul li:not(:last-child),
.socials_column .title {
  margin-bottom: 1.6666vw;
}
.menu_column_content a,
.socials_column .title {
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--font);
  font-size: 0.9722vw;
  font-weight: 700;
  line-height: normal;
  color: #150204;
}
.socials_content {
  display: flex;
  gap: 1.6666vw;
}
.social_item a {
  display: inline-flex;
  text-decoration: none;
}
.social_item a svg {
  width: 1.6666vw;
  height: 1.6666vw;
}
.social_item a:hover svg path {
  transition: all 0.3s ease;
}
.telephones_wrap {
  display: flex;
  gap: 1.3888vw;
  margin-bottom: 1.1111vw;
}
.telephone_item a,
.email_item a {
  text-decoration: none;
  font-family: var(--font);
  line-height: normal;
  color: #150204;
}
.telephone_item a {
  font-weight: 600;
  font-size: 1.1111vw;
}
.email_item a {
  font-weight: 400;
  font-size: 0.9722vw;
  text-decoration: underline 1px;
  text-underline-offset: 0.2083vw;
}
.messengers_content {
  display: flex;
  gap: 1.6666vw;
  margin-bottom: 3.1944vw;
}
.messenger_item a {
  text-decoration: none;
  display: flex;
  align-items: center;
  font-family: var(--font);
  font-size: 0.9722vw;
  font-weight: 600;
  line-height: normal;
  color: #150204;
}
.messenger_item a:before {
  content: "";
  margin-right: 0.2777vw;
  width: 2.2222vw;
  height: 2.2222vw;
  flex-shrink: 0;
  display: inline-flex;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.3s ease;
}
.messenger_item.viber a:before {
  background-image: url(../images/icon-viber.svg);
}
.messenger_item.telegram a:before {
  background-image: url(../images/icon-telegram.svg);
}
.messenger_item.whatsapp a:before {
  background-image: url(../images/icon-whatsapp.svg);
}
.footer_bottom_container {
  border-top: 1px solid #150204;
  padding-top: 1.6666vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer.page-footer .copyright,
footer.page-footer .site_created {
  padding: 0;
  background-color: transparent;
  text-align: inherit;
  font-family: var(--font);
  font-weight: 400;
  font-size: 0.9722vw;
  line-height: normal;
  color: #150204;
}
footer.page-footer .site_created a {
  text-decoration: none;
  font-weight: 600;
  color: #150204;
}
@media (min-width: 769px) {
  .social_item a:hover svg path {
    fill: #d32a3a;
  }
  .menu_column_content a:hover,
  .messenger_item a:hover,
  .telephone_item a:hover,
  .email_item a:hover {
    color: #d32a3a;
  }
  .messenger_item.viber a:hover:before {
    background-image: url(../images/icon-viber-hover.svg);
  }
  .messenger_item.telegram a:hover:before {
    background-image: url(../images/icon-telegram-hover.svg);
  }
  .messenger_item.whatsapp a:hover:before {
    background-image: url(../images/icon-whatsapp-hover.svg);
  }
  footer.page-footer .site_created a:hover {
    opacity: 0.85;
  }
  .menu_column_title {
    display: none;
  }
}
@media (max-width: 768px) {
  .page-footer .footer.content {
    border-top-left-radius: 10.7692vw;
    border-top-right-radius: 10.7692vw;
    padding: 0 4.1025vw 6.1538vw;
  }
  .footer_main_container {
    display: block;
    padding: 4.1025vw 0 8.2051vw;
  }
  .footer_logo_container {
    display: none;
  }
  .footer_info_container,
  .footer_static_menu_wrap {
    display: block;
  }
  .footer_info_container {
    padding-top: 0;
  }
  .menu_column_title {
    position: relative;
    padding: 2.0512vw 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 3.5897vw;
    line-height: normal;
    color: #150204;
  }
  .menu_column_title::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6.1538vw;
    height: 6.1538vw;
    background-image: url(../images/icon-plus.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all 0.3s ease;
  }
  .menu_column_title.active::after {
    background-image: url(../images/icon-minus.svg);
  }
  .menu_column_content {
    display: none;
    padding-top: 2.0512vw;
    padding-bottom: 8.2051vw;
    padding-left: 4.1025vw;
  }
  .menu_column_content ul li:not(:last-child),
  .socials_column .title {
    margin-bottom: 4.1025vw;
  }
  .socials_column .title {
    display: none;
  }
  .menu_column_content a {
    display: block;
    text-transform: inherit;
    font-weight: 400;
    font-size: 3.5897vw;
  }
  .footer_socials_info_wrap {
    border-top: 1px solid #150204;
  }
  .footer_socials_info_container {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
  }
  .socials_column {
    margin-top: 8.2051vw;
  }
  .socials_content {
    gap: 6.1538vw;
  }
  .social_item a svg {
    width: 6.1538vw;
    height: 6.1538vw;
  }
  .info_column {
    padding-top: 8.2051vw;
  }
  .telephones_wrap {
    margin-bottom: 4.1025vw;
    gap: 6.25vw;
  }
  .messengers_content {
    margin-bottom: 6.1538vw;
    gap: 6.1538vw;
  }
  .telephone_item a {
    font-size: 4.1025vw;
  }
  .messenger_item a {
    font-size: 3.5897vw;
  }
  .messenger_item a:before {
    margin-right: 1.0256vw;
    width: 8.2051vw;
    height: 8.2051vw;
  }
  .email_item a {
    font-size: 3.5897vw;
  }
  .footer_bottom_container {
    padding-top: 6.1538vw;
    flex-direction: column;
    text-align: center;
    gap: 2.0512vw;
  }
  footer.page-footer .copyright,
  footer.page-footer .site_created {
    font-size: 3.5897vw;
  }
}
.modal-popup .modal-inner-wrap {
  opacity: 0;
}
.modal-popup._show .modal-inner-wrap {
  opacity: 1;
}
