@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:wght@200;400&display=swap");
:root {
  --theme-width: 1360px;
  --box-shadow: 0px 0px 13px -9px rgba(0, 0, 0, 0.75);
}

* {
  font-family: Montserrat !important;
  box-sizing: border-box;
}

*::-webkit-scrollbar {
  background: #525252;
  width: 4px; /* ширина всей полосы прокрутки */
  height: 4px;
}

*::-webkit-scrollbar-track {
  background: #cdcdcd; /* цвет зоны отслеживания */
}

*::-webkit-scrollbar-thumb {
  background-color: #1e1e1e; /* цвет бегунка */
  border-radius: 6px; /* округлось бегунка */
  border: 0px solid orange; /* отступ вокруг бегунка */
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

i {
  font-style: italic;
}

b {
  font-weight: 600;
}

h1 {
  font-size: 24px;
  font-weight: 600;
}

body,
html {
  width: 100%;
  height: 100%;
  background: url(../../../images/christmas_bg.jpg);
}

.desktop {
  display: block;
}

.mobile {
  display: none !important;
}

.nodisplay {
  display: none !important;
}

#system-message-container .add_to_cart_text {
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
#system-message-container .continue,
#system-message-container .go_to_cart {
  background: #000;
  color: #fff;
  padding: 10px 12px;
  border: 1px solid #cdcdcd;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  transition-duration: 0.5s;
  margin: 0px 4px 4px 10px;
}
#system-message-container .continue:hover,
#system-message-container .go_to_cart:hover {
  transform: scale(1.02);
  box-shadow: var(--box-shadow);
}

.checkout_pfinish_block #module_np {
  padding: 10px 0;
  width: 400px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding-bottom: 40px;
  border-bottom: 1px solid #161616;
}
.checkout_pfinish_block #module_np #logo_np {
  width: 100%;
  height: 50px;
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/templates/svichkarstore/img/logo_np.png");
}
.checkout_pfinish_block #module_np #adress {
  margin: 20px 0;
}
.checkout_pfinish_block #module_np #adress #np_city {
  font-weight: bold;
  margin-bottom: 20px;
}
.checkout_pfinish_block #module_np #settl_type {
  margin-bottom: 20px;
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.checkout_pfinish_block #module_np #settl_type input {
  display: none;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.checkout_pfinish_block #module_np #settl_type label {
  padding: 10px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}
.checkout_pfinish_block #module_np #content {
  position: relative;
}
.checkout_pfinish_block #module_np #content input {
  width: 100%;
  height: 40px;
  text-align: center;
  padding-left: 10px;
  box-sizing: border-box;
}
.checkout_pfinish_block #module_np #content #searchCont {
  box-shadow: var(--box-shadow);
  height: auto;
  max-height: 400px;
  overflow-y: scroll;
  display: none;
  width: 100%;
  border: 1px solid #cdcdcd;
  position: absolute;
  background: #fff;
}
.checkout_pfinish_block #module_np #content #searchCont span {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 30px;
  padding: 4px 20px;
}
.checkout_pfinish_block #module_np #content #searchCont span:hover {
  cursor: pointer;
  background: #161616;
  color: #fff;
  font-weight: 600;
}
.checkout_pfinish_block #module_np #settl {
  box-shadow: var(--box-shadow);
  height: auto;
  max-height: 400px;
  overflow-y: scroll;
}
.checkout_pfinish_block #module_np #settl img {
  display: block;
  margin: 20px auto;
}
.checkout_pfinish_block #module_np #settl .settl_header {
  height: 40px;
  left: 0;
  background: #fff;
  width: 100%;
  text-align: center;
  font-weight: 600;
  display: block;
  padding: 4px 0;
}
.checkout_pfinish_block #module_np #settl .settl_header:hover {
  background: #fff;
  color: #000;
  cursor: auto;
}
.checkout_pfinish_block #module_np #settl .city_otdel {
  padding: 6px 20px;
  display: flex;
  align-items: center;
}
.checkout_pfinish_block #module_np #settl span {
  min-height: 30px;
  padding: 4px 0;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.checkout_pfinish_block #module_np #settl span:hover {
  background: #161616;
  color: #fff;
}
#jquery-lightbox #lightbox-secNav-btnClose img {
  width: 20px;
}
#jquery-lightbox #lightbox-container-image-data-box {
  background: #161616;
}
#jquery-lightbox #lightbox-container-image-data-box #lightbox-image-details span {
  color: #fff;
}
#jquery-lightbox #lightbox-container-image-box {
  background: #161616;
}
div.mod-languages li {
  margin: 0;
  width: 50px;
  height: 30px;
  display: block;
  float: left;
}
div.mod-languages li a {
  padding: 0;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.mod-languages li a img {
  width: 60%;
}
div.mod-languages li a span {
  font-size: 13px;
  font-weight: 600;
  color: #000;
}

div.mod-languages ul li.lang-active {
  border: 1px solid #000;
}

#video_wrapper {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#video_wrapper video {
  min-width: 100%;
  min-height: 100%;
  position: relative;
}

#system-message-container {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 0;
  top: 50%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#system-message-container joomla-alert {
  background: #fff;
  min-width: 300px;
  max-width: 90%;
  box-shadow: var(--box-shadow);
  width: auto;
  padding: 20px;
  z-index: 999;
  position: relative;
  font-size: 16px;
  text-align: center;
}
#system-message-container joomla-alert .alert-message {
  line-height: 22px;
}

#main_promo {
  position: absolute;
  top: 30%;
  width: var(--theme-width);
  max-width: 100%;
  min-width: 60%;
  min-height: 480px;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  filter: blur(4px);
  opacity: 0;
  transition-duration: 0.5s;
}

#main_content {
  top: 30%;
  min-width: 60%;
  width: var(--theme-width);
  max-width: 100%;
  min-height: 480px;
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1%;
  padding: 20px;
  justify-content: center;
}
#main_content h1 {
  width: 100%;
  text-align: center;
}
#main_content .product {
  width: 24%;
  color: #fff;
  opacity: 0;
  transition-duration: 1s;
  min-height: 340px;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  padding: 10px;
}
#main_content .product a {
  text-align: justify;
  font-weight: 200;
  text-decoration: none;
  color: #000;
}
#main_content .product a img {
  display: block;
  margin: 10px auto;
  width: 100%;
}
#main_content .product a h1 {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
}
#main_content .product a span {
  opacity: 0;
  transition-duration: 1s;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}
#main_content .product:hover {
  transform: scale(1.03);
}

#main_wrapper {
  overflow: hidden;
  padding: 20px;
  width: var(--theme-width);
  max-width: 100%;
  height: auto;
  min-width: 60%;
  min-height: 100%;
  padding-bottom: 100px;
  margin: 0 auto;
}
#main_wrapper #logo_menu_lang {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 40px;
  height: 100px;
}
#main_wrapper #logo_menu_lang #logo {
  float: left;
  height: 100%;
  width: 20%;
  background: url(../img/logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#main_wrapper #logo_menu_lang #logo a {
  display: block;
  width: 100%;
  height: 100%;
}
#main_wrapper #logo_menu_lang #menu {
  width: 60%;
  height: 100%;
  float: left;
}
#main_wrapper #logo_menu_lang #menu ul {
  height: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
#main_wrapper #logo_menu_lang #menu ul .item-135,
#main_wrapper #logo_menu_lang #menu ul .item-134 {
  display: none;
}
#main_wrapper #logo_menu_lang #menu ul .parent ul {
  box-shadow: var(--box-shadow);
  z-index: 999;
  margin-top: 10px;
  display: flex;
  gap: 0px;
  margin-top: 10px;
  background: #fff;
  position: absolute;
  height: auto;
  visibility: hidden;
  transition-duration: 0.7s;
  opacity: 0;
  flex-direction: column;
  overflow: hidden;
}
#main_wrapper #logo_menu_lang #menu ul .parent ul li {
  width: 100%;
}
#main_wrapper #logo_menu_lang #menu ul .parent ul li a {
  font-size: 16px;
  padding: 10px 40px;
  display: block;
  width: 100%;
  text-transform: none;
}
#main_wrapper #logo_menu_lang #menu ul .parent ul li a:hover {
  border: none;
  background: pink;
  color: #fff;
}
#main_wrapper #logo_menu_lang #menu ul li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  padding: 10px 5px;
}
#main_wrapper #logo_menu_lang #menu ul li a:hover {
  border: 2px solid #000;
}
#main_wrapper #logo_menu_lang #menu ul .current {
  font-weight: 600;
}
#main_wrapper #logo_menu_lang #lang {
  width: 15%;
  height: 100%;
  float: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#main_wrapper #logo_menu_lang #lang .visually-hidden {
  display: none;
}

#bread_cart_wrapper {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
#bread_cart_wrapper #cart {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  min-height: 40px;
  width: auto;
  min-width: 140px;
}
#bread_cart_wrapper #breadcrumps {
  float: left;
  width: 100%;
  height: 20px;
  margin-bottom: 40px;
}
#bread_cart_wrapper #breadcrumps .pathway {
  margin: 0 2px;
}
#bread_cart_wrapper #breadcrumps nav ol li {
  display: block;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#bread_cart_wrapper #breadcrumps nav ol li a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
}
footer {
  margin-top: 60px;
  width: 100%;
  padding-top: 20px;
  height: 210px;
  background: #000;
}
footer a.privacy {
  display: block;
  width: 100%;
  text-align: center;
  margin: 20px 0 10px 0;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
}
footer #copyright {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
footer #social {
  font-size: 14px;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  height: 10%;
}
footer #footer_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  color: #fff;
  margin: 0 auto;
  width: var(--theme-width);
  height: 50%;
  max-width: 100%;
}
footer #footer_wrapper a {
  transition-duration: 0.5s;
}
footer #footer_wrapper a img {
  width: 50px;
}
footer #footer_wrapper a:hover {
  transform: scale(1.2);
}

.corp_images {
  width: 100%;
  margin-top: 20px;
  display: flex;
  gap: 20px;
}
.corp_images a img {
  width: 100%;
}

.corp_text {
  width: 80%;
  margin: 0 auto;
}/*# sourceMappingURL=style.css.map */