/* HEADER */
.headers-container{
  position: relative;
  z-index: 2;
}
.header {
  color: #333333;
  color: var(--white_text_black);
  position: relative;
  /* z-index: 100; */
  z-index: 110;
  background-color: #fff;
  background-color: var(--black_bg_black);
}

.header--paddings {
  padding: 32px 32px 0;
}
@media screen and (min-width: 992px) {
  body.header_opacity.front_page .header__inner {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
  }
}
body .pos-static {
  position: static;
}
.hide-dotted:not(.dotted-complete) * {
  opacity: 0;
}
.hide-dotted:not(.dotted-complete){
  overflow: hidden;
}

.header__top-part {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 45px;
}
.header__top-part--long {
  height: 58px;
}
.header__top-part--longer {
  height: 68px;
}

.header__bottom-inner--long {
  height: 63px;
}

.header__inner--paddings {
  padding-left: 24px;
  padding-right: 24px;
  padding-left: var(--theme-page-width-padding);
  padding-right: var(--theme-page-width-padding);
}

.header__top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -16px;
  flex: 1;
  width: calc(100% + 32px);
  position: relative;
}
.header__top-item {
  margin: 0 16px;
}

.header__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -16px;
  flex: 1;
  width: calc(100% + 32px);
}
.header__bottom-item {
  margin: 0 16px;
}

.header__main-part {
  position: relative;
  z-index: 1;
  height: 70px;
  display: flex;
  align-items: center;
}

.header__main-part--long {
  height: 75px;
}
.header__main-part--short{
  height: 46px;
}
.header__inner{
  padding-top: 13px;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.08);
  border-bottom: var(--light, 1px solid rgba(34, 34, 34, 0.08)) var(--dark, 1px solid rgba(237, 237, 237, 0.08));;
}

.header__inner--no-pt{
  padding-top: 0;
}

.header-no-border .header__inner{
  border-bottom: none;
}

.header__main-inner {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -16px;
  min-width: 0;
}

.header__main-item {
  margin: 0 16px;
  flex-shrink: 0;
}

.dropdown {
  -webkit-box-shadow: 0px 5px 30px rgba(34, 34, 34, 0.1);
  box-shadow: 0px 5px 30px rgba(34, 34, 34, 0.1);
  background: #fff;
  background-color: var(--card_bg_black);
  border-radius: 8px;
  border-radius: var(--border-radius);
  position: absolute;
  top: 100%;
  left: 0;
}
.dropdown--relative {
  position: relative;
}
.dropdown--no-shadow {
  box-shadow: none;
}
.dropdown.dropdown--transparent {
  background: transparent;
}

.logo {
  max-width: 210px;
  height: 50px;
  display: flex;
  align-items: center;
}
.logo a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.logo img,
.logo svg {
  max-height: 100%;
  max-width: 100%;
}

.phones {
  display: flex;
  align-items: center;
  position: relative;
}
.phones__inner {
  display: flex;
  align-items: center;
  position: relative;
}
.phones__icon {
  display: none;
  margin-right: 11px;
  margin-top: 1px;
}
.phones--with_icon .phones__icon {
  display: block;
}
.phones__phone-link {
  font-weight: 600;
  line-height: calc(1em + 3px);
  font-size: 0.9375em;
}
.phones__dropdown {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  position: absolute;
  top: -20px;
  left: -16px;
  z-index: 2;
}
.icon-block--with_icon .phones__dropdown {
  left: 0;
}
.phones__dropdown .dropdown {
  padding: 15px 16px;
  min-width: 240px;
}
.phones__dropdown .dropdown + .dropdown {
  margin-top: 4px;
}
.phones__inner:hover {
  z-index: 1000;
}
.phones__inner:hover .phones__dropdown {
  opacity: 1;
  visibility: visible;
}
.phones__dropdown .dropdown__item {
  padding: 3.5px 0px;
}
.phones__dropdown .dropdown__item--first {
  padding-top: 0px;
}
.phones__dropdown .dropdown__item--last {
  padding-bottom: 0px;
}
.phones__callback {
  font-size: 0.875em;
  line-height: calc(1em + 4px);
  margin-left: 11px;
}
.phones__phone-descript {
  display: block;
  font-weight: normal;
}
.phones__dropdown-item {
  padding: 5px 0 7px;
}
.phones__dropdown-item:last-child {
  padding-bottom: 0;
}
.dropdown__item--last + .phones__dropdown-item {
  margin: 0px;
  padding-top: 12px;
  padding-bottom: 5px;
}
.phones__dropdown-title {
  font-size: 12px;
  line-height: calc(1em + 4px);
  color: #999;
}
.phones__dropdown-value {
  margin-top: 5px;
  font-size: 0.9375em;
  line-height: calc(1em + 3px);
}
/*end phones*/

.active > .dark_link {
  color: var(--fill_dark_lite_hover);
}

/*start cabinet*/
.header-cabinet {
  position: relative;
}
/*end cabinet*/

.slogan__text{
  max-width: 250px;
}


.header-cart__inner {
  position: relative;
  margin-right: 4px;
  display: block;
  line-height: 0;
}
.header-cart__inner--empty {
  margin-right: 0px;
}
.header-cart__count,
.icon-count {
  position: absolute;
  top: 0px;
  right: 0px;
  transform: translate(57%, -31%);
  color: #fff;
  font-size: 12px;
  border-radius: 17px;
  text-align: center;
  line-height: 17px;
  min-width: 17px;
  padding: 0 4px;
  background-color: #49b822;
  white-space: nowrap;
  z-index: 2;
}
.header-cart__inner--empty .header-cart__count,
.icon-count {
  display: none;
}

.icon-block-with-counter {
  position: relative;
  display: block;
}
.icon-block-with-counter--count .icon-count {
  display: block;
}
.hide-basket-message .header-cart__name {
  display: none;
}
.header-cart, 
.header-favorite,
.header-compare
{
  position: relative;
}
.basket-dropdown{
  display: none;
}
.more-arrow {
  display: flex;
  margin-left: 8px;
}

.header-search {
  cursor: pointer;
  line-height: 0;
}

.light-opacity-hover {
  opacity: 1;
  transition: opacity 0.1s ease-in-out;
}

.header__icon-name {
  font-size: 0.875rem;
  line-height: calc(1rem + 3px);
  padding-top: 7px;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 0;
}
.header__icon-name--right {
  padding-top: 2px;
  margin-left: 10px;
}
.header__icon{
  height: 20px;
  display: flex;
  align-items: flex-end;
  align-items: end;
}


.menu-dots-visible .header-menu__wrapper{
  justify-content: space-between;
}
/* .header__bottom-menu .header-menu__title{
  font-size: 1rem;
} */
.header__top-sections{
  /* padding: 10px 0; */
  min-width: 0px;
}
.header__top-sections-inner{
  padding: 10px 0;
}
.header__search--limited{
  width: 40%;
}

/*hide page scroll*/
.header:not(:hover) .header-menu {
  overflow: hidden;
}
.header-menu--long .header-menu__wrapper{
  height: 50px;
}
.header-menu--longer .header-menu__wrapper{
  height: 66px;
}
.header__burger .header-menu__wrapper {
  height: auto;
}

/*dropdown on hover*/
.basket-dropdown,
.product-dropdown-hover-block {
  position: absolute;
  top: 100%;
  right: 0;
  width: 400px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  transition-delay: 0.2s;
  z-index: 2;
}
/**/


/* Task-47157 27.01.2026 */
fieldset.select {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #343a60;
  z-index: 30;
  border: unset;
  padding: unset;
  margin: unset;
}

fieldset.select:hover {
  z-index: 50;
}

fieldset.select div.select_choice {
  cursor: pointer;
  background: white;
  border-radius: 10px;
  border: 1px solid rgba(75, 105, 221, 0.2);
}

fieldset.select div.select_choice input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: transparent;
  appearance: none;
}

fieldset.select div.select_choice input.placeholder+span {
  opacity: 0.5;
}

fieldset.select div.select_choice span {
  display: none;
  padding: 8px 16px;
  padding-right: 45px;
}

fieldset.select div.select_choice input:checked+span {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

fieldset.select:focus {
  z-index: 50;
}

fieldset.select:focus div.select_dropdown {
  grid-template-rows: 1fr;
  box-shadow: 0 3px 20px 0 rgba(34, 34, 34, 0.1);
}

fieldset.select:focus img.arrow,
fieldset.select:focus svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: calc(50% - 3px);

}

fieldset.select div.select_dropdown {
  position: absolute;
  top: 100%;
  margin-top: 8px;
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: max-content;
  min-width: calc(100% + 2px);
  z-index: 60;
  -webkit-box-shadow: 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px transparent;
}

fieldset.select div.select_dropdown div.select_dropdown_overflow {
  overflow: hidden;
}

fieldset.select div.select_dropdown div.select_dropdown_content {
  display: grid;
  grid-gap: 10px;
  background: white;
  max-height: 230px;
  overflow: auto;
  padding: 10px 0;
  border-radius: 4px;
}

fieldset.select div.select_dropdown div.select_dropdown_content::-webkit-scrollbar {
  width: 3px;
  height: 100%;
}

fieldset.select div.select_dropdown div.select_dropdown_content::-webkit-scrollbar-thumb {
  background: #5B7FFF;
}

fieldset.select div.select_dropdown label {
  cursor: pointer;
  padding: 3px 16px;
}

fieldset.select div.select_dropdown label:hover {
  color: #5B7FFF;
}

fieldset.select img.arrow,
fieldset.select svg {
  position: absolute;
  top: calc(50% - 2px);
  right: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

div.header__top-item {
  display: flex;
  align-items: center;
}

div.header__inner button.ski_selection {
  cursor: pointer;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, max-content);
  grid-gap: 8px;
  background: #5B7FFF;
  border-radius: 8px;
  padding: 0px 24px;
  height: 33px;
  border: unset;
  font-weight: 400;
  font-size: 15px;
  line-height: 147%;
  color: white;
  margin-left: 38px;
}

div.ski_selection_short_popup {
  position: absolute;
  top: 60px;
  right: 0;
  display: none;
  justify-items: end;
  background: white;
  border-radius: 8px;
  width: max-content;
  box-shadow: 0 3px 20px 0 rgba(34, 34, 34, 0.1);
  padding: 20px;
}

div.ski_selection_short_popup img.cross {
  cursor: pointer;
}

div.ski_selection_short_popup div.selects {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  grid-gap: 8px;
}

div.ski_selection_short_popup div.selects div.select {
  display: grid;
  grid-gap: 8px;
  min-width: 110px;
}

div.ski_selection_short_popup div.selects div.select>span {
  color: #666666;
}

div.ski_selection_short_popup button {
  cursor: pointer;
  display: grid;
  align-items: center;
  justify-items: center;
  border-radius: 8px;
  width: 108px;
  height: 37px;
  background: #5B7FFF;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: white;
  border: unset;
  margin-top: 8px;
}

div.ski_selection_short_popup.active {
  display: grid;
}

div.ski_selection_full_popup {
  display: none;
  align-items: center;
  justify-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(58, 63, 68, 0.7);
  backdrop-filter: blur(3px);
  z-index: 99999999999999;
}

div.ski_selection_full_popup.active {
  display: grid;
}

div.ski_selection_full_popup_content {
  position: relative;
  border-radius: 8px;
  max-width: 845px;
  max-height: 100%;
  width: 100%;
  box-shadow: 0 26px 57px 0 rgba(0, 0, 0, 0.04), 0 103px 103px 0 rgba(0, 0, 0, 0.03), 0 232px 139px 0 rgba(0, 0, 0, 0.02), 1px 412px 165px 0 rgba(0, 0, 0, 0.01), 1px 644px 180px 0 rgba(0, 0, 0, 0);
  background: white;
  padding: 20px;
  padding-bottom: 30px;
  z-index: 99999999;
  overflow: auto;
}

div.ski_selection_full_popup img.cross {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}

div.ski_selection_full_popup div.title {
  display: grid;
  grid-gap: 3px;
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 18px;
  margin-bottom: 18px;
}

div.ski_selection_full_popup div.title h2 {
  font-size: 1.5em;
  margin-bottom: unset;
}

div.ski_selection_full_popup div.title span {
  font-weight: 400;
  font-size: 13px;
  line-height: 154%;
  color: #999999;
}

div.ski_selection_full_popup div.selects {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr max-content;
  grid-gap: 10px;
  align-items: end;
}

div.ski_selection_full_popup div.selects div.select {
  display: grid;
  grid-gap: 8px;
}

div.ski_selection_full_popup div.selects div.select>span {
  font-weight: 400;
  font-size: 15px;
  line-height: 147%;
  color: #666666;
}

div.ski_selection_full_popup div.selects button {
  cursor: pointer;
  display: grid;
  align-items: center;
  justify-items: center;
  border-radius: 8px;
  width: 108px;
  height: 37px;
  background: #5B7FFF;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: white;
  border: unset;
  margin-top: 8px;
}

div.ski_selection_full_popup div.results {
  margin-top: 20px;
  margin-bottom: 10px;
}

div.ski_selection_full_popup div.results h2 {
  font-size: 1.5em;
  margin-bottom: unset;
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 18px;
  margin-bottom: 18px;
}

div.ski_selection_full_popup div.results div.params {
  display: flex;
  gap: 8px;
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 18px;
  margin-bottom: 18px;
}

div.ski_selection_full_popup div.results div.params span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #222222;
}

div.ski_selection_full_popup div.results div.params span:after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #5B7FFF;
}

div.ski_selection_full_popup div.results div.details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 18px;
}

div.ski_selection_full_popup div.results div.details strong {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #222222;
  margin-bottom: 10px;
}

div.ski_selection_full_popup div.results div.details div.list {
  display: grid;
  grid-gap: 10px;
  max-width: 340px;
}

div.ski_selection_full_popup div.results div.details div.list a.item {
  cursor: pointer;
  display: grid;
  align-items: end;
  grid-template-columns: 1fr max-content;
  grid-gap: 5px;
}

div.ski_selection_full_popup div.results div.details div.list a.item:hover span:first-child {
  color: #5B7FFF;
}

div.ski_selection_full_popup div.results div.details div.list a.item:hover span:last-child {
  color: #5B7FFF;
}

div.ski_selection_full_popup div.results div.details div.list a.item span:first-child {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-gap: 5px;
  font-weight: 400;
  font-size: 15px;
  line-height: 147%;
  color: #666666;
}

div.ski_selection_full_popup div.results div.details div.list a.item span:first-child:after {
  content: '';
  display: block;
  border-bottom: 1px dotted #999999;
}

div.ski_selection_full_popup div.results div.details div.list a.item span:last-child {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #222222;
}

@media (max-width: 640px) {
  div.ski_selection_full_popup div.selects {
    grid-template-columns: 1fr;
  }

  div.ski_selection_full_popup div.results div.details {
    grid-template-columns: 1fr;
  }
}