

/* Start:/local/templates/phst/css/air-datepicker.css?176307162319626*/
.air-datepicker-cell.-year-.-other-decade-,.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}.air-datepicker-cell.-year-.-other-decade-:hover,.air-datepicker-cell.-day-.-other-month-:hover{color:var(--adp-color-other-month-hover)}.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}.-selected-.air-datepicker-cell.-year-.-other-decade-,.-selected-.air-datepicker-cell.-day-.-other-month-{color:#fff;background:var(--adp-background-color-selected-other-month)}.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-{background:var(--adp-background-color-selected-other-month-focused)}.-in-range-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range);color:var(--adp-color)}.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range-focused)}.air-datepicker-cell.-year-.-other-decade-:empty,.air-datepicker-cell.-day-.-other-month-:empty{background:none;border:none}.air-datepicker-cell{border-radius:var(--adp-cell-border-radius);box-sizing:border-box;cursor:pointer;display:flex;position:relative;align-items:center;justify-content:center;z-index:1}.air-datepicker-cell.-focus-{background:var(--adp-cell-background-color-hover)}.air-datepicker-cell.-current-{color:var(--adp-color-current-date)}.air-datepicker-cell.-current-.-focus-{color:var(--adp-color)}.air-datepicker-cell.-current-.-in-range-{color:var(--adp-color-current-date)}.air-datepicker-cell.-disabled-{cursor:default;color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-in-range-{color:var(--adp-color-disabled-in-range)}.air-datepicker-cell.-disabled-.-current-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-in-range-{background:var(--adp-cell-background-color-in-range);border-radius:0}.air-datepicker-cell.-in-range-:hover,.air-datepicker-cell.-in-range-.-focus-{background:var(--adp-cell-background-color-in-range-hover)}.air-datepicker-cell.-range-from-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius)}.air-datepicker-cell.-range-to-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0}.air-datepicker-cell.-range-to-.-range-from-{border-radius:var(--adp-cell-border-radius)}.air-datepicker-cell.-selected-{color:#fff;border:none;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-current-{color:#fff;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-focus-{background:var(--adp-cell-background-color-selected-hover)}
.air-datepicker-body{transition:all var(--adp-transition-duration) var(--adp-transition-ease)}.air-datepicker-body.-hidden-{display:none}.air-datepicker-body--day-names{display:grid;grid-template-columns:repeat(7, var(--adp-day-cell-width));margin:8px 0 3px}.air-datepicker-body--day-name{color:var(--adp-day-name-color);display:flex;align-items:center;justify-content:center;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.air-datepicker-body--day-name.-clickable-{cursor:pointer}.air-datepicker-body--day-name.-clickable-:hover{color:var(--adp-day-name-color-hover)}.air-datepicker-body--cells{display:grid}.air-datepicker-body--cells.-days-{grid-template-columns:repeat(7, var(--adp-day-cell-width));grid-auto-rows:var(--adp-day-cell-height)}.air-datepicker-body--cells.-months-{grid-template-columns:repeat(3, 1fr);grid-auto-rows:var(--adp-month-cell-height)}.air-datepicker-body--cells.-years-{grid-template-columns:repeat(4, 1fr);grid-auto-rows:var(--adp-year-cell-height)}
.air-datepicker-nav{display:flex;justify-content:space-between;border-bottom:1px solid var(--adp-border-color-inner);min-height:var(--adp-nav-height);padding:var(--adp-padding);box-sizing:content-box}.-only-timepicker- .air-datepicker-nav{display:none}.air-datepicker-nav--title,.air-datepicker-nav--action{display:flex;cursor:pointer;align-items:center;justify-content:center}.air-datepicker-nav--action{width:var(--adp-nav-action-size);border-radius:var(--adp-border-radius);-webkit-user-select:none;-moz-user-select:none;user-select:none}.air-datepicker-nav--action:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--action:active{background:var(--adp-background-color-active)}.air-datepicker-nav--action.-disabled-{visibility:hidden}.air-datepicker-nav--action svg{width:32px;height:32px}.air-datepicker-nav--action path{fill:none;stroke:var(--adp-nav-arrow-color);stroke-width:2px}.air-datepicker-nav--title{border-radius:var(--adp-border-radius);padding:0 8px}.air-datepicker-nav--title i{font-style:normal;color:var(--adp-nav-color-secondary);margin-left:.3em}.air-datepicker-nav--title:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--title:active{background:var(--adp-background-color-active)}.air-datepicker-nav--title.-disabled-{cursor:default;background:none}
.air-datepicker-buttons{display:grid;grid-auto-columns:1fr;grid-auto-flow:column}.air-datepicker-button{display:inline-flex;color:var(--adp-btn-color);border-radius:var(--adp-btn-border-radius);cursor:pointer;height:var(--adp-btn-height);border:none;background:rgba(255,255,255,0)}.air-datepicker-button:hover{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover)}.air-datepicker-button:focus{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover);outline:none}.air-datepicker-button:active{background:var(--adp-btn-background-color-active)}.air-datepicker-button span{outline:none;display:flex;align-items:center;justify-content:center;width:100%;height:100%}
.air-datepicker-time{display:grid;grid-template-columns:max-content 1fr;grid-column-gap:12px;align-items:center;position:relative;padding:0 var(--adp-time-padding-inner)}.-only-timepicker- .air-datepicker-time{border-top:none}.air-datepicker-time--current{display:flex;align-items:center;flex:1;font-size:14px;text-align:center}.air-datepicker-time--current-colon{margin:0 2px 3px;line-height:1}.air-datepicker-time--current-hours,.air-datepicker-time--current-minutes{line-height:1;font-size:19px;font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.air-datepicker-time--current-hours:after,.air-datepicker-time--current-minutes:after{content:"";background:var(--adp-background-color-hover);border-radius:var(--adp-border-radius);position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.air-datepicker-time--current-hours.-focus-:after,.air-datepicker-time--current-minutes.-focus-:after{opacity:1}.air-datepicker-time--current-ampm{text-transform:uppercase;align-self:flex-end;color:var(--adp-time-day-period-color);margin-left:6px;font-size:11px;margin-bottom:1px}.air-datepicker-time--row{display:flex;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat}.air-datepicker-time--row:first-child{margin-bottom:4px}.air-datepicker-time--row input[type=range]{background:none;cursor:pointer;flex:1;height:100%;width:100%;padding:0;margin:0;-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-ms-tooltip{display:none}.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-ms-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:focus{outline:none}.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-ms-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-webkit-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-moz-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-ms-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{margin-top:calc(var(--adp-time-thumb-size)/2*-1)}.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0,0,0,0);background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-moz-range-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0,0,0,0);background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-ms-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0,0,0,0);background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-ms-fill-lower{background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-ms-fill-upper{background:rgba(0,0,0,0)}
.air-datepicker{--adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--adp-font-size: 14px;--adp-width: 246px;--adp-z-index: 100;--adp-padding: 4px;--adp-grid-areas: "nav" "body" "timepicker" "buttons";--adp-transition-duration: .3s;--adp-transition-ease: ease-out;--adp-transition-offset: 8px;--adp-background-color: #fff;--adp-background-color-hover: #f0f0f0;--adp-background-color-active: #eaeaea;--adp-background-color-in-range: rgba(92, 196, 239, .1);--adp-background-color-in-range-focused: rgba(92, 196, 239, .2);--adp-background-color-selected-other-month-focused: #8ad5f4;--adp-background-color-selected-other-month: #a2ddf6;--adp-color: #4a4a4a;--adp-color-secondary: #9c9c9c;--adp-accent-color: #4eb5e6;--adp-color-current-date: var(--adp-accent-color);--adp-color-other-month: #dedede;--adp-color-disabled: #aeaeae;--adp-color-disabled-in-range: #939393;--adp-color-other-month-hover: #c5c5c5;--adp-border-color: #dbdbdb;--adp-border-color-inner: #efefef;--adp-border-radius: 4px;--adp-border-color-inline: #d7d7d7;--adp-nav-height: 32px;--adp-nav-arrow-color: var(--adp-color-secondary);--adp-nav-action-size: 32px;--adp-nav-color-secondary: var(--adp-color-secondary);--adp-day-name-color: #ff9a19;--adp-day-name-color-hover: #8ad5f4;--adp-day-cell-width: 1fr;--adp-day-cell-height: 32px;--adp-month-cell-height: 42px;--adp-year-cell-height: 56px;--adp-pointer-size: 10px;--adp-poiner-border-radius: 2px;--adp-pointer-offset: 14px;--adp-cell-border-radius: 4px;--adp-cell-background-color-hover: var(--adp-background-color-hover);--adp-cell-background-color-selected: #5cc4ef;--adp-cell-background-color-selected-hover: #45bced;--adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);--adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);--adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);--adp-btn-height: 32px;--adp-btn-color: var(--adp-accent-color);--adp-btn-color-hover: var(--adp-color);--adp-btn-border-radius: var(--adp-border-radius);--adp-btn-background-color-hover: var(--adp-background-color-hover);--adp-btn-background-color-active: var(--adp-background-color-active);--adp-time-track-height: 1px;--adp-time-track-color: #dedede;--adp-time-track-color-hover: #b1b1b1;--adp-time-thumb-size: 12px;--adp-time-padding-inner: 10px;--adp-time-day-period-color: var(--adp-color-secondary);--adp-mobile-font-size: 16px;--adp-mobile-nav-height: 40px;--adp-mobile-width: 320px;--adp-mobile-day-cell-height: 38px;--adp-mobile-month-cell-height: 48px;--adp-mobile-year-cell-height: 64px}.air-datepicker-overlay{--adp-overlay-background-color: rgba(0, 0, 0, .3);--adp-overlay-transition-duration: .3s;--adp-overlay-transition-ease: ease-out;--adp-overlay-z-index: 99}
.air-datepicker{background:var(--adp-background-color);border:1px solid var(--adp-border-color);box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:var(--adp-border-radius);box-sizing:content-box;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(4, max-content);grid-template-areas:var(--adp-grid-areas);font-family:var(--adp-font-family),sans-serif;font-size:var(--adp-font-size);color:var(--adp-color);width:var(--adp-width);position:absolute;transition:opacity var(--adp-transition-duration) var(--adp-transition-ease),transform var(--adp-transition-duration) var(--adp-transition-ease);z-index:var(--adp-z-index)}.air-datepicker:not(.-custom-position-){opacity:0}.air-datepicker.-from-top-{transform:translateY(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-from-right-{transform:translateX(var(--adp-transition-offset))}.air-datepicker.-from-bottom-{transform:translateY(var(--adp-transition-offset))}.air-datepicker.-from-left-{transform:translateX(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-active-:not(.-custom-position-){transform:translate(0, 0);opacity:1}.air-datepicker.-active-.-custom-position-{transition:none}.air-datepicker.-inline-{border-color:var(--adp-border-color-inline);box-shadow:none;position:static;left:auto;right:auto;opacity:1;transform:none}.air-datepicker.-inline- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-{--adp-font-size: var(--adp-mobile-font-size);--adp-day-cell-height: var(--adp-mobile-day-cell-height);--adp-month-cell-height: var(--adp-mobile-month-cell-height);--adp-year-cell-height: var(--adp-mobile-year-cell-height);--adp-nav-height: var(--adp-mobile-nav-height);--adp-nav-action-size: var(--adp-mobile-nav-height);position:fixed;width:var(--adp-mobile-width);border:none}.air-datepicker.-is-mobile- *{-webkit-tap-highlight-color:rgba(0,0,0,0)}.air-datepicker.-is-mobile- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-:not(.-custom-position-){transform:translate(-50%, calc(-50% + var(--adp-transition-offset)))}.air-datepicker.-is-mobile-.-active-:not(.-custom-position-){transform:translate(-50%, -50%)}.air-datepicker.-custom-position-{transition:none}.air-datepicker-global-container{position:absolute;left:0;top:0}.air-datepicker--pointer{--pointer-half-size: calc(var(--adp-pointer-size) / 2);position:absolute;width:var(--adp-pointer-size);height:var(--adp-pointer-size);z-index:-1}.air-datepicker--pointer:after{content:"";position:absolute;background:#fff;border-top:1px solid var(--adp-border-color-inline);border-right:1px solid var(--adp-border-color-inline);border-top-right-radius:var(--adp-poiner-border-radius);width:var(--adp-pointer-size);height:var(--adp-pointer-size);box-sizing:border-box}.-top-left- .air-datepicker--pointer,.-top-center- .air-datepicker--pointer,.-top-right- .air-datepicker--pointer,[data-popper-placement^=top] .air-datepicker--pointer{top:calc(100% - var(--pointer-half-size) + 1px)}.-top-left- .air-datepicker--pointer:after,.-top-center- .air-datepicker--pointer:after,.-top-right- .air-datepicker--pointer:after,[data-popper-placement^=top] .air-datepicker--pointer:after{transform:rotate(135deg)}.-right-top- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer,[data-popper-placement^=right] .air-datepicker--pointer{right:calc(100% - var(--pointer-half-size) + 1px)}.-right-top- .air-datepicker--pointer:after,.-right-center- .air-datepicker--pointer:after,.-right-bottom- .air-datepicker--pointer:after,[data-popper-placement^=right] .air-datepicker--pointer:after{transform:rotate(225deg)}.-bottom-left- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer,[data-popper-placement^=bottom] .air-datepicker--pointer{bottom:calc(100% - var(--pointer-half-size) + 1px)}.-bottom-left- .air-datepicker--pointer:after,.-bottom-center- .air-datepicker--pointer:after,.-bottom-right- .air-datepicker--pointer:after,[data-popper-placement^=bottom] .air-datepicker--pointer:after{transform:rotate(315deg)}.-left-top- .air-datepicker--pointer,.-left-center- .air-datepicker--pointer,.-left-bottom- .air-datepicker--pointer,[data-popper-placement^=left] .air-datepicker--pointer{left:calc(100% - var(--pointer-half-size) + 1px)}.-left-top- .air-datepicker--pointer:after,.-left-center- .air-datepicker--pointer:after,.-left-bottom- .air-datepicker--pointer:after,[data-popper-placement^=left] .air-datepicker--pointer:after{transform:rotate(45deg)}.-top-left- .air-datepicker--pointer,.-bottom-left- .air-datepicker--pointer{left:var(--adp-pointer-offset)}.-top-right- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer{right:var(--adp-pointer-offset)}.-top-center- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer{left:calc(50% - var(--adp-pointer-size)/2)}.-left-top- .air-datepicker--pointer,.-right-top- .air-datepicker--pointer{top:var(--adp-pointer-offset)}.-left-bottom- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer{bottom:var(--adp-pointer-offset)}.-left-center- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer{top:calc(50% - var(--adp-pointer-size)/2)}.air-datepicker--navigation{grid-area:nav}.air-datepicker--content{box-sizing:content-box;padding:var(--adp-padding);grid-area:body}.-only-timepicker- .air-datepicker--content{display:none}.air-datepicker--time{grid-area:timepicker}.air-datepicker--buttons{grid-area:buttons}.air-datepicker--buttons,.air-datepicker--time{padding:var(--adp-padding);border-top:1px solid var(--adp-border-color-inner)}.air-datepicker-overlay{position:fixed;background:var(--adp-overlay-background-color);left:0;top:0;width:0;height:0;opacity:0;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),left 0s,height 0s,width 0s;transition-delay:0s,var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration);z-index:var(--adp-overlay-z-index)}.air-datepicker-overlay.-active-{opacity:1;width:100%;height:100%;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),height 0s,width 0s}

/* End */


/* Start:/local/templates/phst/css/header.css?17733050918788*/
body {
  margin-top: 100px !important;
}
#header {
  position: fixed;
  right: 50%;
  top: 0;
  z-index: 101;
  transform: translateX(50%);
  height: 100px;
  /*margin-bottom: 20px;
	*/
}
#header .lang {
  font-size: 24px;
  font-weight: 400;
  line-height: 27.6px;
}
.header-bg {
  padding-bottom: 50px;
}
.header-bg > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-bg h1 {
  color: light-dark(var(--gray), var(--white));
  font-weight: 300;
  font-size: 54px;
  line-height: 58px;
  max-width: 500px;
}
.header-bg p {
  max-width: 365px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: light-dark(var(--gray), var(--white));
}
.header-bg .lines {
  width: 303px;
  min-width: 303px;
  height: 31px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header-bg .lines::before {
  content: '';
  align-self: flex-end;
  width: 195px;
  height: 1px;
  background: light-dark(var(--border-gray), #051924);
}
.header-bg .lines::after {
  content: '';
  align-self: flex-start;
  width: 195px;
  height: 1px;
  background: light-dark(var(--border-gray), #051924);
}

button#lang-button {
  width: 77px;
  height: 36px;
  color: white;
  font-size: 16px;
  background: #00b696;
  border: none;
  border-radius: 9999px;
  padding: 9px 10px 9px 16px;
  display: flex;
  align-items: center;
  gap: 4px;
}
button#lang-button:hover {
  opacity: 0.9;
}
button#lang-button svg {
  padding: 7px 5px;
}
@media (max-width: 1366px) {
  .header-bg p {
    max-width: 327px;
  }
}
@media (max-width: 1080px) {
  .header-bg .lines {
    min-width: 200px;
  }
  .header-bg .lines::before {
    width: 150px;
  }
  .header-bg .lines::after {
    width: 150px;
  }
}
@media (max-width: 768px) {
  .header-bg {
    padding-bottom: 32px;
  }
  .header-bg .lines {
    max-width: 303px;
  }
  .header-bg .lines::before {
    width: 195px;
    height: 1px;
  }
  .header-bg .lines::after {
    width: 195px;
    height: 1px;
  }
  .header-bg div {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 28px;
  }
  .header-bg h1 {
    font-size: 42px;
  }
  button#lang-button {
    height: 44px;
  }
}
@media (max-width: 450px) {
  .header-bg h1 {
    font-size: 36px;
  }
  .header-bg p {
    font-size: 16px;
  }
}
.boxshadow-bottom {
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
}
.navbar-root {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 100vw;
  height: 100%;
  background-color: #fff;
}
.navbar-root .navbar-content {
  width: 100%;
  max-width: 1315px;
  margin: 0 auto;
  transition: width 0.3s ease-in-out;
  padding: 1rem;
}
.navbar-root .navbar-content .navbar-content-left {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.navbar-root .navbar-content .navbar-content-left .header-btns {
  display: flex;
  gap: 12px;
  align-items: center;
}
.navbar-root .navbar-content .navbar-content-left .header-btns #dropdown {
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
  /* display: none; */
  width: 176px;
  z-index: 10;
}
.navbar-root .navbar-content .navbar-content-right {
  align-items: center;
  justify-content: end;
  width: 100%;
  display: none;
}
.navbar-root .navbar-content .navbar-content-right .logo {
  display: none;
}
.navbar-root .navbar-content .navbar-content-right .header__address {
  display: none;
}
.menu-btn {
  background: transparent;
  z-index: 102;
  border: none;
  cursor: pointer;
  /* margin-left: 50px; */
  transition: all 0.1s ease;
  display: none;
}
.scrolled .navbar-root .navbar-content {
  width: 100vw;
}
@media (max-width: 990px) {
  #header .lang {
    font-size: 18px;
  }
  #header .navbar-root .navbar-content .navbar-content-right {
    display: flex;
    position: absolute;
    top: 0;
    z-index: 101;
    right: 0;
    width: 375px;
    margin-right: 0;
    flex-direction: column;
    height: 100vh;
    justify-content: flex-start;
    background-color: #fff;
    padding: 30px 20px;
    transition: all 0.3s ease;
  }
  #header .navbar-root .navbar-content .navbar-content-right .logo {
    display: block;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--border-gray);
    margin-bottom: 32px;
    width: 100%;
  }
  #header .navbar-root .navbar-content .navbar-content-right .header__address {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    text-align: right;
    color: var(--txt-txt-dark);
  }
  #header .navbar-root .navbar-content .navbar-content-left {
    flex-wrap: wrap;
  }
  #header .navbar-root .navbar-content .navbar-content-left .header-search {
    order: 1;
    margin-top: 15px;
    max-width: 100%;
  }
  #header .navbar-root .navbar-content .navbar-content-left #lang-button {
    margin-right: 65px;
  }
  #header .navbar-root .navbar-content .navbar-content-left .nav-menu {
    display: none;
  }

  #header.backdrop .search-btn {
    display: none;
  }
  .closed .navbar-content-right {
    margin-right: -110% !important;
  }
  /* #header + div {
    padding-top: 115px;
  } */
  .menu-btn {
    display: block;
    position: relative;
    /* position: fixed; */
    /* right: 20px; */
    /* top: 30px; */
    z-index: 150;
    background: var(--gray-bg);
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }
  .menu-btn span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 2px;
    background: var(--txt-txt-dark);
    border: 1px solid var(--txt-txt-dark);
    border-radius: 1px;
  }
  .menu-btn span::after {
    content: '';
    position: absolute;
    top: 5px;
    right: 50%;
    transform: translateX(50%);
    width: 22px;
    /* height: 2px; */
    background: var(--txt-txt-dark);
    border: 1px solid var(--txt-txt-dark);
    border-radius: 1px;
  }
  .menu-btn span::before {
    content: '';
    position: absolute;
    bottom: 5px;
    right: 50%;
    transform: translateX(50%);
    width: 22px;
    /* height: 2px; */
    background: var(--txt-txt-dark);
    border: 1px solid var(--txt-txt-dark);
    border-radius: 1px;
  }
  .menu-btn_opened span {
    height: 0;
    transform: translate(-39%, -50%);
    border: none;
  }
  .menu-btn_opened span::after {
    top: 7.5px;
    rotate: -45deg;
  }
  .menu-btn_opened span::before {
    bottom: 7px;
    rotate: 45deg;
  }
}
@media (max-width: 576px) {
  #header .lang {
    font-size: 18px;
  }
  #header .navbar-root .navbar-content .navbar-content-left {
    flex-wrap: nowrap;
  }
  #header .navbar-root .navbar-content .navbar-content-left #lang-button {
    padding: 13px 12px;
    width: 45px;
  }
  #header .navbar-root .navbar-content .navbar-content-left #lang-button svg {
    display: none;
  }
  #header .navbar-root .navbar-content .navbar-content-right {
    width: 100%;
  }
  body {
    margin-top: 100px !important;
  }
  #header.closed theme-button {
    transform: translateX(300%);
    transition: transform 0.3s ease;
    display: none;
  }
  theme-button {
    display: block;
    /* position: absolute; */
    height: 44px;
    z-index: 102;
    transform: translateX(0%);
    transition: transform 0.3s ease;
  }
}
.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9998;
}
.backdrop {
  position: relative;
}
.backdrop .boxshadow-bottom {
  box-shadow: none;
}
.backdrop::after {
  content: '';
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(25, 27, 28, 0.5);
}
.loader {
  width: 50px;
  height: 50px;
  border: 5px solid #ccc;
  border-top: 5px solid #007bff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.loading-block {
  position: relative;
}
.loading-block::after {
  content: '';
  position: absolute;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.8);
  background: linear-gradient(
      100deg,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 0) 60%
    )
    rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 1s loading ease-in-out infinite;
}
@keyframes loading {
  to {
    background-position-x: -20%;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* End */


/* Start:/local/templates/phst/css/footer.css?17823764004142*/
.footer-wrap {
  --c-bg: #f6f7f8;
}

.theme-dark .footer-wrap {
  --c-bg: linear-gradient(to top, #0b2f30 40%, transparent 100%);
}

.footer-wrap {
  position: relative;
  flex-shrink: 0;
  background: var(--c-bg);
  padding-top: 100px;
  padding-bottom: 25px;
  font-size: 16px;
  line-height: 20px;
}

.footer {
  max-width: 340px;
  margin: 0 auto;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid #d8d8d8;
  gap: 33px;
}
.theme-dark .footer__top {
  border-bottom: 1px solid #051924;
}
.footer__top svg path {
  fill: var(--primary);
}
.theme-dark .footer__top svg path {
  fill: var(--white);
}
.footer__top .text {
  color: var(--txt-txt-dark);
  font-size: 14px;
  font-weight: 200;
  text-align: left;
}
.theme-dark .footer__top .text {
  color: var(--white);
}

.footer__columns {
  gap: 28px;
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(1, 1fr);
}
.footer__columns .footer__column:nth-child(3) {
  grid-row-start: 4;
}
.footer__columns .footer__column:nth-child(4) {
  grid-row-start: 3;
}
.footer__columns .footer__column {
  display: flex;
  font-weight: 300;
  flex-direction: column;
  row-gap: 20px;
  max-width: 298px;
}
.footer__columns .footer__column p {
  font-size: 16px;
  line-height: 24px;
  color: var(--primary);
}
.theme-dark .footer__columns .footer__column p {
  color: var(--white);
}
.footer__columns .footer__column ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__columns .footer__column ul li {
  font-size: 14px;
  font-weight: 200;
  line-height: 16px;
  color: var(--txt-gray---dark);
}
.theme-dark .footer__columns .footer__column ul li {
  color: rgba(240, 240, 240, 0.5);
}

.footer__bottom {
  color: var(--txt-deseabled);
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 500;
  justify-content: space-between;
  gap: 24px;
}

.footer__bottom :nth-child(2) {
  order: 3;
}

.theme-dark .footer__bottom {
  color: rgba(240, 240, 240, 0.3);
}

@media (min-width: 768px) {
  .footer-wrap {
    font-size: 14px;
    line-height: 18px;
  }
  .footer {
    max-width: 728px;
  }
  .footer__top {
    gap: 16px;
    margin-bottom: 50px;
  }
  .footer__top .text {
    font-size: 16px;
    text-align: right;
  }
  .footer__columns {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
  }
  .footer__columns .footer__column p {
    font-size: 16px;
  }
  .footer__columns .footer__column ul li {
    font-size: 14px;
  }
  .footer__columns .footer__column:nth-child(3) {
    grid-row: 2;
  }
  .footer__columns .footer__column:nth-child(4) {
    grid-column-start: 3;
    grid-row-start: 1;
  }
  .footer__columns .footer__column:nth-child(5) {
    grid-column-start: 2;
    grid-row-start: 2;
  }
  .footer__columns .footer__column:nth-child(6) {
    grid-column-start: 3;
    grid-row-start: 2;
  }
  .footer__bottom {
    flex-direction: row;
  }
  .footer__bottom :nth-child(2) {
    order: 0;
  }
}
@media (min-width: 1366px) {
  .footer {
    max-width: 1198px;
  }
  .footer__columns {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    row-gap: 0;
  }
  .footer__columns .footer__column p {
    font-size: 20px;
  }
  .footer__columns .footer__column ul li {
    font-size: 16px;
    line-height: 24px;
  }
  .footer__columns .footer__column:nth-child(1) {
    grid-row: span 2 / span 2;
  }
  .footer__columns .footer__column:nth-child(3) {
    grid-row: span 2 / span 2;
  }
  .footer__columns .footer__column:nth-child(4) {
    grid-column-start: 2;
    grid-row-start: 2;
    margin-top: 0;
  }
  .footer__columns .footer__column:nth-child(5) {
    grid-row: span 2 / span 2;
    grid-column-start: 4;
    grid-row-start: 1;
    margin-top: 0;
  }
  .footer__columns .footer__column:nth-child(6) {
    grid-row: span 2 / span 2;
    grid-column-start: 5;
    grid-row-start: 1;
    margin-top: 0;
  }
}
@media (min-width: 1440px) {
  .footer {
    max-width: 1270.5px;
  }
}

/* End */


/* Start:/local/templates/phst/fonts/HelveticaNeueCyr/stylesheet.css?17630716235976*/
/* This stylesheet generated by Transfonter (https://transfonter.org) on August 21, 2017 1:40 PM */

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Medium.eot');
	src: local('HelveticaNeueCyr-Medium'),
		url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Medium.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Medium.woff') format('woff'),
		url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Heavy.eot');
	src: local('HelveticaNeueCyr-Heavy'),
		url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Heavy.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Heavy.woff') format('woff'),
		url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Heavy.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-HeavyItalic.eot');
	src: local('HelveticaNeueCyr-HeavyItalic'),
		url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-HeavyItalic.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-HeavyItalic.woff') format('woff'),
		url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-HeavyItalic.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Black.eot');
	src: local('HelveticaNeueCyr-Black'),
		url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Black.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Black.woff') format('woff'),
		url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-UltraLightItalic.eot');
	src: local('HelveticaNeueCyr-UltraLightItalic'),
		url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-UltraLightItalic.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-UltraLightItalic.woff') format('woff'),
		url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-UltraLightItalic.ttf') format('truetype');
	font-weight: 200;
	font-style: italic;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-BlackItalic.eot');
	src: local('HelveticaNeueCyr-BlackItalic'),
		url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-BlackItalic.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-BlackItalic.woff') format('woff'),
		url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-BlackItalic.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-ThinItalic.eot');
	src: local('HelveticaNeueCyr-ThinItalic'),
		url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-ThinItalic.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-ThinItalic.woff') format('woff'),
		url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-ThinItalic.ttf') format('truetype');
	font-weight: 100;
	font-style: italic;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-MediumItalic.eot');
	src: local('HelveticaNeueCyr-MediumItalic'),
		url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-MediumItalic.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-MediumItalic.woff') format('woff'),
		url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-MediumItalic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-LightItalic.eot');
	src: local('HelveticaNeueCyr-LightItalic'),
		url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-LightItalic.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-LightItalic.woff') format('woff'),
		url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-UltraLight.eot');
	src: local('HelveticaNeueCyr-UltraLight'),
		url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-UltraLight.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-UltraLight.woff') format('woff'),
		url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-UltraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-BoldItalic.eot');
	src: local('HelveticaNeueCyr-BoldItalic'),
		url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-BoldItalic.woff') format('woff'),
		url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Italic.eot');
	src: local('HelveticaNeueCyr-Italic'),
		url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Italic.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Italic.woff') format('woff'),
		url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Italic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.eot');
	src: local('HelveticaNeueCyr-Roman'),
		url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.woff') format('woff'),
		url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Bold.eot');
	src: local('HelveticaNeueCyr-Bold'),
		url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Bold.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Bold.woff') format('woff'),
		url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Light.eot');
	src: local('HelveticaNeueCyr-Light'),
		url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Light.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Light.woff') format('woff'),
		url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Thin.eot');
	src: local('HelveticaNeueCyr-Thin'),
		url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Thin.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Thin.woff') format('woff'),
		url('/local/templates/phst/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

/* End */


/* Start:/local/templates/phst/css/material-symbol-outline.css?1763071623630*/
/* fallback */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 100 700;
  src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v213/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsI.woff2) format('woff2');
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
/* End */


/* Start:/local/templates/phst/css/UI.css?177326684912098*/
@charset "UTF-8";
.no-scroll {
  overflow: hidden;
}

/* инпуты  */
.input-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.input-wrap_fullheight {
  height: 100%;
}
.input-wrap_fullheight .textarea {
  height: 100%;
}

.input {
  /* border: 1px solid var(--txt-deseabled); */
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 13px 16px;
  background-color: #fff;
  outline: none;
  position: relative;
  font-size: 16px;
  line-height: 125%;
  color: var(--txt-txt-dark);
}

.theme-dark .input {
  background-color: var(--deep-dark-blue);
  color: var(--white);
}

.input[type='date'] {
  text-transform: uppercase;
  height: 48px;
}

.input[type='date']::-webkit-calendar-picker-indicator {
  background: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.1719 5V3M8.17188 5V3M3.92188 8H21.4219M3.67188 10.044C3.67188 7.929 3.67188 6.871 4.10788 6.063C4.50212 5.34231 5.11387 4.7645 5.85588 4.412C6.71188 4 7.83187 4 10.0719 4H15.2719C17.5119 4 18.6319 4 19.4879 4.412C20.2409 4.774 20.8519 5.352 21.2359 6.062C21.6719 6.872 21.6719 7.93 21.6719 10.045V14.957C21.6719 17.072 21.6719 18.13 21.2359 18.938C20.8416 19.6587 20.2299 20.2365 19.4879 20.589C18.6319 21 17.5119 21 15.2719 21H10.0719C7.83187 21 6.71188 21 5.85588 20.588C5.11402 20.2358 4.50229 19.6583 4.10788 18.938C3.67188 18.128 3.67188 17.07 3.67188 14.955V10.044Z' stroke='%23234F5A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat;
  width: 16px;
  height: 16px;
}

.input[type='date']:not(:valid)::-webkit-datetime-edit {
  color: var(--txt-gray);
}

.clear-icon {
  background: url(/local/templates/phst/img/cross-circle.svg) no-repeat;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  width: 23px;
}

.search-icon {
  background: url(/local/templates/phst/img/search.svg) no-repeat;
  cursor: pointer;
  display: inline-block;
  filter: grayscale(1);
  height: 16px;
  width: 16px;
  /* color: #b0afaf; */
}

.input:disabled {
  cursor: not-allowed;
  background-color: #f1f1f1;
}

.theme-dark .input:disabled {
  background-color: #081a23;
}

.input:focus {
  border: 1px solid var(--primary);
  outline: none;
}

.input__label {
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  color: var(--txt-txt-dark);
}

.theme-dark .input__label {
  color: rgba(255, 255, 255, 0.3);
}

.dowload-input-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.dowload-input-wrap span.text {
  font-weight: 500;
  font-size: 18px;
  line-height: 111%;
  color: var(--txt-gray);
}
.dowload-input-wrap span.filename {
  color: var(--primary);
}

/* кнопки */
.btn {
  border-radius: 32px;
  padding: 22px 30px;
  min-width: 238px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 111%;
  color: #fff;
  cursor: pointer;
  align-self: flex-start;
}

.btn:disabled {
  background: #f1f1f1;
}

.btn_secondary {
  background: var(--secondary);
}

.btn_secondary:hover {
  background: #00ac8c;
}

.btn_secondary:disabled {
  background: #f1f1f1;
}

.link_underlined {
  text-decoration: underline;
  color: inherit;
}

.link_underlined:hover {
  color: var(--secondary);
  cursor: pointer;
}

.search-btn {
  border-radius: 100px;
  padding: 4px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gray-bg);
}

@media (max-width: 768px) {
  .search-btn {
    height: 44px;
    width: 44px;
  }
}
/* чекбокс */
.checkbox-wrap {
  position: relative;
  display: block;
  padding-left: 36px;
  color: var(--txt-txt-dark);
}
.checkbox-wrap .checkmark {
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 1px solid var(--txt-deseabled);
  background: #fff;
  border-radius: 4px;
  cursor: pointer;
}
.checkbox-wrap .checkmark::after {
  content: url('/local/templates/phst/img/checkboxIcon.svg');
  position: absolute;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  left: 4px;
  top: 0px;
  width: 14px;
  height: 11px;
}
.checkbox-wrap .input_checkbox {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.checkbox-wrap .input_checkbox:checked ~ .checkmark {
  border: 1px solid var(--secondary);
}
.checkbox-wrap .input_checkbox:checked ~ .checkmark::after {
  opacity: 1;
}

.theme-dark .checkbox-wrap {
  color: rgba(255, 255, 255, 0.8);
}
.theme-dark .checkbox-wrap .checkmark {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: var(--deep-dark-blue);
}

/* Селект */
.select {
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  background: url('/local/templates/phst/img/select-arrow.svg') no-repeat;
  background-position: calc(100% - 1rem) center;
  cursor: pointer;
}

.select.input_error + .select-selected {
  border-color: var(--error);
}

/* Основной контейнер */
.select-wrap {
  position: relative;
  /* width: 100%; */
}

.select-wrap select {
  display: none;
}

/* Стиль выбранного элемента */
.select-selected {
  /* border: 1px solid var(--txt-deseabled); */
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 11px 16px;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--txt-gray);
}

.theme-dark .select-selected {
  background-color: var(--deep-dark-blue);
  color: var(--txt-gray---dark);
}

.select-selected_s {
  color: var(--txt-txt-dark);
}

.theme-dark .select-selected_s {
  color: var(--white);
}

.select-selected::after {
  content: url('/local/templates/phst/img/select-arrow.svg');
  margin-left: 5px;
  transition: transform 0.3s;
  width: 24px;
  height: 24px;
}

.select-selected.select-arrow-active::after {
  transform: rotate(-180deg);
}

/* Выпадающий список */
.select-items {
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
  border-radius: 12px;
  padding: 4px;
  z-index: 11;
  width: 100%;
  max-height: 230px;
  margin-top: 4px;
  overflow-y: auto;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
}

.theme-dark .select-items {
  background-color: var(--deep-dark-blue);
}

.select-items div {
  padding: 10px 12px;
  font-size: 14px;
  line-height: 114%;
  color: var(--txt-txt-dark);
  cursor: pointer;
  transition:
    background-color 0.2s,
    color 0.2s;
  border-radius: 8px;
}

.theme-dark .select-items div {
  color: var(--white);
}

.select-items div:hover {
  background-color: var(--gray-bg2);
  color: var(--primary);
}

.theme-dark .select-items div:hover {
  background-color: var(--deep-very-dark-blue);
}

/* Выбранный элемент в списке */
.same-as-selected {
  background-color: #e6f7ff;
  color: #1890ff !important;
}

.theme-dark .same-as-selected {
  background-color: var(--deep-dark-blue);
}

.select-hide {
  display: none;
}

/* Бейджи */
.badges-wrap {
  justify-content: flex-start;
  position: absolute;
  left: 8px;
  top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.badge {
  /* font-family: var(--second-family); */
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  color: var(--primary);
  padding: 8px 12px;
  background: #eafcff;
  border-radius: 12px;
}

.badge_recipe {
  background: #eafcff;
}

.theme-dark .badge_recipe {
  background: #7ec1cd;
}

.badge_new {
  background: #eaffed;
}

.theme-dark .badge_new {
  background: #66c174;
}

.badge_baa {
  background: #eaedff;
}

.badge_med {
  background: #ffeaf7;
}

/* Tags */
.tag {
  border: 1px solid var(--border-gray);
  border-radius: 12px;
  color: #378393;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  padding: 8px 10px;
}

.theme-dark .tag {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--txt-gray---dark);
}

@media (max-width: 576px) {
  .badge {
    padding: 6px 8px;
  }
}
/* Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 151;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(25, 27, 28, 0.5);
}

.modal_opened {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content {
  background-color: white;
  padding: 20px;
  border: 1px solid #888;
  width: 100%;
  max-width: 90%;
  border-radius: 24px;
  position: relative;
}

.theme-dark .modal-content {
  background-color: var(--deep-very-dark-blue);
  border: 1px solid transparent;
}

.modal-header {
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--border-gray);
  padding-bottom: 12px;
  align-items: center;
}

.theme-dark .modal-header {
  border-bottom: 1px solid var(--white-20-percent);
}

.modal-header-img {
  width: 65px;
  height: 32px;
  background-image: var(--logo-mini);
}

@media (max-width: 768px) {
  .modal-content {
    max-width: 95%;
  }
}
@media (max-width: 576px) {
  .modal {
    overflow: hidden;
  }

  .modal-content {
    max-width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    max-height: 80dvh;
    padding: 0;
    padding-bottom: 34px;
  }
  .modal-content > div:nth-child(2) {
    overflow-y: auto;
    max-height: 63dvh;
    padding: 0 0 9px 16px;
  }
  .modal_opened {
    align-items: flex-end;
  }
  .modal-header {
    justify-content: start;
    gap: 20px;
    padding: 16px 16px 12px;
    margin-bottom: 16px;
  }

  .modal-header .modal-header-title {
    max-width: 258px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .modal-header .close-button {
    position: absolute;
    top: -50px;
    right: 16px;
  }
}
/* Accordion */
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  /* padding: 0; */
}

.accordion-content.open {
  max-height: 1000px;
  /* padding: 15px 20px; */
}

/* radio button */
/* Скрываем нативные радио-кнопки */
.radio-option input[type='radio'] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* Базовые стили для кастомного радио */
.radio-custom {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid var(--txt-deseabled);
  background-color: #ffffff;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.3s;
}

.theme-dark .radio-custom {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #000f1c;
}

/* Стили для выбранного состояния */
.radio-option input[type='radio']:checked + .radio-custom {
  border-color: var(--secondary);
}

/* Стили для текста при выбранном состоянии */
.radio-option input[type='radio']:checked + .radio-custom + .radio-label {
  color: #161717;
}

.theme-dark
  .radio-option
  input[type='radio']:checked
  + .radio-custom
  + .radio-label {
  color: var(--white);
}

/* Внутренний кружок для выбранного состояния */
.radio-option input[type='radio']:checked + .radio-custom::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--secondary);
}

/* Стили при наведении */
.radio-option:hover .radio-custom {
  border-color: #999;
}

/* Стили для отключенного состояния */
.radio-option input[type='radio']:disabled + .radio-custom {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Стили для текста */
.radio-label {
  vertical-align: middle;
  cursor: pointer;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: var(--txt-gray---dark);
}

/* Errors */
.input_error {
  border-color: var(--error) !important;
}

.input_error::placeholder {
  color: var(--error);
}

.error-label {
  color: var(--error) !important;
  font-size: 12px;
  display: block;
}

/* End */


/* Start:/local/templates/phst/css/slider.css?17733995654769*/
.news-list {
  word-wrap: break-word;
  display: flex;
  flex-wrap: wrap;
  min-height: 20vh;
  width: 100%;
  align-items: flex-start;
}

.news-item {
  transition: transform 0.3s ease;
  border-radius: 12px;
  flex-direction: column;
  display: flex;
  padding: 16px;
  flex: 0 1 33.333%;
  gap: 30px;
  position: relative;
}
.news-item a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
}
.news-item .news-item__img {
  border-radius: 12px;
  overflow: hidden;
  height: 242px;
  display: flex;
  align-items: center;
}
.news-item .news-item__img img {
  max-width: 100%;
  max-height: 242px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-item .news-item__content {
  display: flex;
  flex-direction: column;
  font-weight: 300;
  justify-content: space-between;
}
.news-item .news-item__subject-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.news-item .news-item__subject {
  border: 1px solid var(--border-gray);
  border-radius: 12px;
  padding: 8px 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  color: var(--primary-7000);
  cursor: pointer;
}
.news-item .news-item__title {
  margin-bottom: 16px;
}
.news-item .news-item__title h1,
.news-item .news-item__title h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: var(--txt-txt-dark);
}
.news-item .news-item__title_detail h1 {
  font-size: 34px;
}
.news-item .news-item__title_detail {
  margin-bottom: 20px;
}
.news-item .news-item__date {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 12px;
}
.news-item .news-item__date p {
  font-size: 14px;
  line-height: 16px;
  color: var(--txt-gray---dark);
}
.news-item .news-item__description {
  transition: all 0.3s ease-in;
  font-size: 16px;
  line-height: 20px;
  color: var(--txt-txt-dark);
  position: relative;
}
.news-item .news-item__description > p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-item .news-item__description span.showmore-btn {
  position: absolute;
  bottom: 0;
  z-index: 3;
  right: 0;
  padding-left: 28px;
  font-family: var(--second-family);
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.03em;
  color: var(--secondary);
  cursor: pointer;
  white-space: nowrap;
  background: linear-gradient(270deg, rgb(255, 255, 255) 82%, rgba(255, 255, 255, 0.4) 100%);
}
.news-item .news-item__description span.showmore-btn:hover {
  text-decoration: underline;
}
.news-item .news-item__description .news-item__description-text {
  font-size: 16px;
  line-height: 20px;
  color: var(--txt-txt-dark);
}
.news-item .news-item__description_opened > p {
  -webkit-line-clamp: unset;
}
.news-item .news-item__description_opened span.showmore-btn {
  display: none;
}

.news-recomendations {
  overflow: hidden;
}

.news-item_first {
  flex: 1 1 100%;
  flex-direction: row;
  align-items: center;
  min-width: 0;
}
.news-item_first .news-item__img {
  min-width: 55%;
  max-width: 55%;
  height: 400px;
  position: relative;
}
.news-item_first .news-item__img img {
  max-height: 400px;
}
.news-item_first .news-item__title {
  margin-bottom: 20px;
}

.news-list_detail {
  margin-bottom: 45px;
  padding-top: 0;
  min-width: 0;
}
.news-list_detail .news-item {
  padding: 0;
}
.news-list_detail .slider-nav-btn_prev {
  left: 20px;
}
.news-list_detail .slider-nav-btn_next {
  right: 20px;
}

.news-date-time {
  color: #486daa;
}

.theme-dark .news-item .news-item__title h1,
.theme-dark .news-item .news-item__title h2 {
  color: var(--white);
}
.theme-dark .news-item .news-item__date p {
  color: rgba(240, 240, 240, 0.8);
}
.theme-dark .news-item .news-item__description {
  color: rgba(240, 240, 240, 0.8);
}
.theme-dark .news-item .news-item__description span.showmore-btn {
  background: linear-gradient(270deg, rgb(11, 35, 48) 82%, rgba(11, 35, 48, 0.4) 100%);
}

@media (max-width: 1024px) {
  .news-item {
    flex: 0 0 calc(50% - 10px);
    padding: 10px;
  }
  .news-item_first {
    flex: 1 1 100%;
    flex-direction: column;
    margin-bottom: 0;
    align-items: flex-start;
  }
  .news-item_first .news-item__img {
    margin-right: 0;
    margin-bottom: 0;
    min-width: 100%;
  }
  .news-item_first .news-item__title {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .news-list {
    gap: 20px;
  }
  .news-item {
    gap: 16px;
    padding: 0;
  }
}
@media (max-width: 650px) {
  .news-list {
    gap: 70px;
  }
  .news-item {
    flex: 1 1 100%;
  }
  .news-item .news-item__title h1 {
    font-size: 24px;
  }
  .news-item_first .news-item__img {
    height: 242px;
  }
}/*# sourceMappingURL=slider.css.map */
/* End */


/* Start:/local/templates/phst/css/404.css?17763372782033*/
.content_404.wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 175px;
  padding-bottom: 164px;
  position: relative;
}
.content_404.wrapper .back-blur {
  background: rgba(11, 183, 152, 0.24);
  border-radius: 50%;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  top: -210px;
  position: absolute;
  pointer-events: none;
  height: 538px;
  width: 1418px;
  z-index: -1;
}
.content_404.wrapper .img-wrapper {
  height: 116px;
  width: 301px;
  margin: auto;
  margin-bottom: 48px;
}
.content_404.wrapper .img-wrapper img {
  width: 100%;
  height: auto;
}
.content_404.wrapper .img-wrapper img.light {
  display: block;
}
.content_404.wrapper .img-wrapper img.dark {
  display: none;
}
.content_404.wrapper .title {
  color: var(--txt-txt-dark);
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 12px;
  text-align: center;
}
.content_404.wrapper .description {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 28px;
  text-align: center;
}
.content_404.wrapper .buttons .btn {
  display: inline-block;
  padding: 22px 26px;
}

.theme-dark .content_404.wrapper .img-wrapper img.light {
  display: none;
}
.theme-dark .content_404.wrapper .img-wrapper img.dark {
  display: block;
}
.theme-dark .content_404.wrapper .title {
  color: var(--white);
}

@media (min-width: 768px) {
  .content_404.wrapper {
    padding-top: 135px;
    padding-bottom: 120px;
  }
  .content_404.wrapper .img-wrapper {
    height: 228px;
    width: 588px;
    margin-bottom: 60px;
  }
  .content_404.wrapper .title {
    font-size: 34px;
    line-height: 46px;
  }
  .content_404.wrapper .description {
    max-width: 336px;
  }
}
/* End */


/* Start:/local/components/common/menu.header/templates/main/style.css?17710223992317*/
#top_panel_menu {
  align-items: center;
  display: flex;
  visibility: visible;
  opacity: 1;
  width: 100%;
  position: relative;
  justify-content: space-between;
  gap: 15px;
}
#top_panel_menu.scrolled {
  visibility: visible;
  opacity: 1;
  width: 100%;
}
#top_panel_menu.closed {
  visibility: hidden;
  opacity: 0;
  width: 0;
}

/*Links*/
#top_panel_menu a {
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
}

#top_panel_menu li {
  font-weight: 500;
  list-style-type: none;
  line-height: auto;
  position: relative;
}

/*Root items*/
#top_panel_menu li .root-item {
  padding: 8px 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  color: #363c3a;
  display: flex;
  gap: 8px;
  align-items: center;
  cursor: pointer;
}

/*Root menu selected*/
#top_panel_menu li .root-item-selected {
  background: var(--primary);
  border-radius: 12px;
  font-weight: 600;
  color: #fff;
}

/*Sub-menu box*/
#top_panel_menu li ul {
  position: absolute;
  top: 155%;
  display: none;
  right: -10%;
  z-index: 55;
  height: auto;
  background-color: #ffffff;
  width: 240px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
  border-radius: 12px;
}
#top_panel_menu li ul li {
  border-bottom: 1px solid var(--gray-bg);
  border-radius: 12px;
}
#top_panel_menu li ul li a {
  padding: 12px 20px;
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  color: #363c3a;
}
#top_panel_menu li ul li.item-selected a {
  color: var(--secondary);
}
#top_panel_menu li ul li:last-child {
  border-bottom: none;
}

#top_panel_menu li ul li:hover {
  background: #f8faf9;
}
#top_panel_menu li ul li:hover a {
  text-decoration: none;
}

/*Sub-menu item box*/
#top_panel_menu li li {
  width: 100%;
  border-bottom: 1px solid #dedede;
}

/*Item link*/
#top_panel_menu li ul a {
  text-align: left;
}

#top_panel_menu li ul ul {
  margin: -27px 0 0 132px;
}

@media (max-width: 990px) {
  #top_panel_menu {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    flex-grow: 1;
    transition: all 0.3s ease;
    gap: 12px;
  }
  #top_panel_menu li {
    margin-left: 0;
  }
  #top_panel_menu li:first-child {
    margin-left: 0;
  }
  #top_panel_menu li ul {
    position: static;
    box-shadow: none;
    width: 100%;
  }
}

/* End */


/* Start:/local/templates/phst/styles.css?177487238616482*/
@font-face {
  font-family: 'Onest';
  src: url('/local/templates/phst/./fonts/Onest/Onest.ttf') format('truetype');
  font-weight: 100 900;
}

@font-face {
  font-family: 'DrukCyr';
  src:
    url('/local/templates/phst/./fonts/DrukCyr/DrukCyr-Bold.woff2') format('woff2'),
    url('/local/templates/phst/./fonts/DrukCyr/DrukCyr-Bold.woff') format('woff'),
    url('/local/templates/phst/./fonts/DrukCyr/DrukCyr-Bold.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/phst/./fonts/DrukCyr/DrukCyr-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Bebas Neue';
  src: url('/local/templates/phst/./fonts/BebasNeue/bebasneuecyrillic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

:root {
  --secondary: #00b696;
  --secondary2: #179283;
  --primary: #234f5a;
  --error: #ff3b30;
  --secondary---1000: #e1faff;
  --primary-7000: #378393;
  --gray-bg: #f6f7f8;
  --gray-bg2: #edf3f4;
  --txt-blue--white: #77b2b8;
  --txt-color-white: rgba(255, 255, 255, 1);
  --txt-txt-dark: #1d1f1e;
  --txt-gray---dark: #848a98;
  --txt-gray: #b0afaf;
  --txt-deseabled: #d8d8d8;
  --border-primary: #234f5a;
  --border-gray: #ebf2f2;
  --border-grey--dark: #d8d8d8;
  --font-family: 'Onest', sans-serif;
  --second-family: 'Gilroy', sans-serif;
  --third-family: 'Druk Cyr', sans-serif;
  --bg-gradient: linear-gradient(
    -15deg,
    rgba(0, 182, 150, 0.08),
    rgba(253, 253, 253, 1),
    rgba(234, 252, 255, 0.5),
    transparent
  );
  --bg-theme: #fff;
  --deep-dark-blue: #0b2330;
  --deep-very-dark-blue: #000f1c;
  --white: #f0f0f0;
  --white-20-percent: rgba(240, 240, 240, 0.2);
  --gray: #363c3a;
  --modal-bg-color: #fff;

  /* liquid_filter settings */
  --c-glass: #bbbbbc;
  --c-dark-ld: #efefef;
  --c-glass-ld: #eeeeee;

  --c-glass: var(--c-glass-ld);
  --c-light: #fff;
  --c-dark: var(--c-dark-ld);
  --c-content: #e1e1e1;
  --glass-reflex-dark: 1.4;
  --glass-reflex-light: 1;
  --saturation: 110%;
  --product-detail-chevron-right: url('/local/templates/phst/img/chevron-right.svg');
  --career-benefits-image-1: url('/local/templates/phst/img/Career-benefits-top-big-1-light.svg');
  --career-benefits-image-2: url('/local/templates/phst/img/Career-benefits-top-big-2-light.svg');
  --logo-mini: url('/local/templates/phst/img/logo_mini.svg');

  --btn-primary-bg-color: #234f5a;
  --btn-primary-hovered-bg-color: #194550;
  --btn-primary-text-color: #fff;
  --btn-primary-green-bg-color: #00b696;
  --btn-primary-green-hovered-bg-color: #00ac8c;
  --btn-primary-green-white-bg-color: #00b696;
  --btn-primary-green-white-text-color: #fff;
  --btn-secondary-bg-color: #edf3f4;
  --btn-secondary-text-color: #234f5a;
  --modal-bg-color: #fff;
  --btn-bg: #f6f7f8;
  --btn-color: #1d1f1e;
  --border-color-theme: var(--border-gray);
  --text-color-theme: var(--txt-gray);
  --header-border-color: var(--border-gray);
  --products-btn-active-border: var(--border-primary);
  --products-btn-active-color: var(--border-primary);
  --slider-nav-btn-bg-color: #fff;
  --slider-nav-btn-border-color: #ebf2f2;
  --card-text-color: var(--txt-txt-dark);
  --card-bg-color: #fff;
  --card-border-color: var(--border-gray);
  --scroll-to-top-btn-bg-color: #fff;
}

.theme-dark {
  --bg-theme: var(--deep-dark-blue);
  --c-dark-ld: #000;
  --c-glass-ld: #979797;
  --glass-reflex-light: 0.2;
  --product-detail-chevron-right: url('/local/templates/phst/img/chevron-right-white.svg');
  --career-benefits-image-1: url('/local/templates/phst/img/Career-benefits-top-big-1-dark.svg');
  --career-benefits-image-2: url('/local/templates/phst/img/Career-benefits-top-big-2-dark.svg');
  --logo-mini: url('/local/templates/phst/img/logo_mini_white.svg');

  --btn-primary-bg-color: #0a6157;
  --btn-primary-green-bg-color: #179283;
  --btn-primary-green-white-bg-color: #edf3f4;
  --btn-primary-green-white-text-color: #234f5a;
  --btn-secondary-bg-color: #edf3f4;
  --modal-bg-color: #000f1c;
  --btn-bg: var(--deep-dark-blue);
  --btn-color: var(--white);
  --border-color-theme: rgba(255, 255, 255, 0.2);
  --text-color-theme: var(--txt-gray---dark);
  --header-border-color: rgba(255, 255, 255, 0.2);
  --products-btn-active-border: #0a6157;
  --products-btn-active-color: #0a6157;
  --modal-bg-color: var(--deep-very-dark-blue);
  --slider-nav-btn-bg-color: #0b2330;
  --slider-nav-btn-border-color: rgba(240, 240, 240, 0.2);
  --card-text-color: #edf3f4;
  --card-bg-color: #0b2330;
  --card-border-color: rgba(255, 255, 255, 0.2);
  --scroll-to-top-btn-bg-color: var(--deep-very-dark-blue);
}

.theme-dark body {
  background-color: var(--deep-dark-blue);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
input,
textarea,
p {
  font-family: 'Onest', sans-serif;
  font-display: swap;
}

body {
  font-optical-sizing: auto;
  font-style: normal;
  margin: 0;
  padding: 0;
}

html,
body {
  overflow-x: hidden;
  background-color: transparent;
}

.gilroy {
  font-family: 'Onest', sans-serif;
}

.drukCyr {
  font-family: 'DrukCyr', 'Onest', sans-serif;
  font-weight: bold;
}

div[id^='wait_'] {
  display: none !important;
}

/* scrollbar */
*::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
*::-webkit-scrollbar-track {
  border-radius: 6px;
  background-color: #f0f0ee;
}
*::-webkit-scrollbar-track:hover {
  background-color: #f0f0ee;
}
*::-webkit-scrollbar-track:active {
  background-color: #f0f0ee;
}
*::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #d9d9d7;
}
*::-webkit-scrollbar-thumb:hover {
  background-color: #c4c4c2;
}
*::-webkit-scrollbar-thumb:active {
  background-color: #c4c4c2;
}
/* --- */

/* liquid_filter */
.liquid {
  background-color: rgba(255, 255, 255, 0.1);
  background-color: color-mix(in srgb, #eeeeee 12%, transparent);
  -webkit-backdrop-filter: blur(8px) saturate(var(--saturation));
  backdrop-filter: blur(8px) saturate(var(--saturation));
  filter: url(#liquid);
  box-shadow:
    inset 0 0 0 1px
      color-mix(
        in srgb,
        var(--c-light) calc(var(--glass-reflex-light) * 10%),
        transparent
      ),
    inset 1.8px 3px 0px -2px
      color-mix(
        in srgb,
        var(--c-light) calc(var(--glass-reflex-light) * 90%),
        transparent
      ),
    inset -2px -2px 0px -2px
      color-mix(
        in srgb,
        var(--c-light) calc(var(--glass-reflex-light) * 80%),
        transparent
      ),
    inset -3px -8px 1px -6px
      color-mix(
        in srgb,
        var(--c-light) calc(var(--glass-reflex-light) * 60%),
        transparent
      ),
    inset -0.3px -1px 4px 0px
      color-mix(
        in srgb,
        var(--c-dark) calc(var(--glass-reflex-dark) * 12%),
        transparent
      ),
    inset 0px 0px 10px 10px
      color-mix(
        in srgb,
        var(--c-dark) calc(var(--glass-reflex-dark) * 20%),
        transparent
      ),
    inset 0px 3px 4px -2px
      color-mix(
        in srgb,
        var(--c-dark) calc(var(--glass-reflex-dark) * 20%),
        transparent
      ),
    inset 2px -6.5px 1px -4px
      color-mix(
        in srgb,
        var(--c-dark) calc(var(--glass-reflex-dark) * 10%),
        transparent
      );
  -webkit-transition:
    background-color 20ms cubic-bezier(1, 0, 0.4, 1),
    box-shadow 20ms cubic-bezier(1, 0, 0.4, 1);
  transition:
    background-color 20ms cubic-bezier(1, 0, 0.4, 1),
    box-shadow 20ms cubic-bezier(1, 0, 0.4, 1);
}

.theme-dark .liquid {
  background-color: rgba(255, 255, 255, 0.05);
  background-color: color-mix(in srgb, #eeeeee 1%, transparent);
  box-shadow:
    inset 0 0 0 1px
      color-mix(
        in srgb,
        var(--c-light) calc(var(--glass-reflex-light) * 10%),
        transparent
      ),
    inset 2.6px 3px 0px -2px
      color-mix(
        in srgb,
        var(--c-light) calc(var(--glass-reflex-light) * 90%),
        transparent
      ),
    inset -3px -2px 0px -2px
      color-mix(
        in srgb,
        var(--c-light) calc(var(--glass-reflex-light) * 80%),
        transparent
      ),
    inset -3px -8px 1px -6px
      color-mix(
        in srgb,
        var(--c-light) calc(var(--glass-reflex-light) * 60%),
        transparent
      ),
    inset -0.3px -1px 4px 0px
      color-mix(
        in srgb,
        var(--c-dark) calc(var(--glass-reflex-dark) * 12%),
        transparent
      ),
    inset -1.5px 2.5px 0px -2px
      color-mix(
        in srgb,
        var(--c-dark) calc(var(--glass-reflex-dark) * 20%),
        transparent
      ),
    inset 0px 3px 4px -2px
      color-mix(
        in srgb,
        var(--c-dark) calc(var(--glass-reflex-dark) * 20%),
        transparent
      ),
    inset 2px -6.5px 1px -4px
      color-mix(
        in srgb,
        var(--c-dark) calc(var(--glass-reflex-dark) * 10%),
        transparent
      );
}

/* --- */

/* Typography */
h1,
h2,
h3 {
  font-weight: 400;
}

.h1-title {
  color: var(--txt-txt-dark);
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
}

.theme-dark .h1-title {
  color: var(--white);
}

a {
  text-decoration: none;
  text-underline-offset: 5px;
  color: inherit;
}

a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
}

li {
  list-style: none;
}

@media (min-width: 768px) {
  .h1-title {
    font-size: 34px;
  }
}

@media (min-width: 1366px) {
  .h1-title {
    font-size: 40px;
  }
}

.hidden {
  display: none !important;
}

.text-justify {
  text-align: justify;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  overflow-wrap: break-word;
}

/* --- */

input {
  border: none;
}

/* Buttons */

button {
  background: none;
  border: none;
  outline: none;
}

button:focus {
  outline: none;
}

.btn {
  border: none;
  border-radius: 32px;
  color: var(--btn-primary-text-color);
  padding: 16px 28px;
}

.btn:hover {
  color: var(--btn-primary-text-color);
}

.btn-primary {
  background-color: var(--btn-primary-bg-color);
  color: var(--btn-primary-text-color);
}

.btn-primary:hover {
  background-color: var(--btn-primary-hovered-bg-color);
}

.btn-primary-green {
  background-color: var(--btn-primary-green-bg-color);
  color: var(--btn-primary-text-color);
}

.btn-primary-green:hover {
  background-color: var(--btn-primary-green-hovered-bg-color);
}

.btn-primary-green-white {
  background-color: var(--btn-primary-green-white-bg-color);
  color: var(--btn-primary-green-white-text-color);
}

.btn-secondary {
  background-color: var(--btn-secondary-bg-color);
  color: var(--btn-secondary-text-color);
}

.scroll-to-top {
  align-items: center;
  background-color: var(--scroll-to-top-btn-bg-color);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  bottom: 16px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: fixed;
  transition: transform 0.3s ease;
  right: 16px;
  height: 48px;
  width: 48px;
  z-index: 35;
}

.scroll-to-top.hidden {
  transform: translateY(100px);
  opacity: 0;
  pointer-events: none;
}

.scroll-to-top.in-footer {
  position: absolute;
  bottom: calc(100% + 17px);
}

@media (min-width: 728px) {
  .btn {
    padding: 24px 28px;
  }
}

.close-button {
  background-color: #f6f7f8;
  border-radius: 12px;
  padding: 6px;
  height: 32px;
  width: 32px;
  color: #1d1f1e;
}

.close-button svg {
  margin: auto;
  height: 10px;
  width: 10px;
}

.products-btn {
  border: 1px solid var(--border-color-theme);
  color: var(--text-color-theme);
  font-weight: 400;
  padding: 13px 23px;
  background: transparent;
  border-radius: 100px;
}

.products-btn_active {
  border: 1px solid var(--products-btn-active-border);
  color: var(--products-btn-active-color);
}

@media (min-width: 990px) {
  .products-btn:hover {
    border-color: var(--txt-blue--white);
  }
}

/* --- */

/* modals */
.modal__wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  position: fixed;
  height: calc(100% - 1rem);
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  z-index: 200;
}

.modal__wrapper .modal__header {
  align-items: flex-start;
  border-bottom: 1px solid;
  border-color: var(--header-border-color);
  display: flex;
  justify-content: space-between;
  height: 44px;
  margin-bottom: 32px;
}

@media (max-width: 640px) {
  .modal__wrapper {
    align-items: flex-end !important;
    top: 2rem;
  }
}

/* --- */

.hide {
  display: none;
}

.swiper-slide {
  height: auto;
}

.swiper-slide a {
  text-decoration: none;
  width: 100%;
  height: 100%;
}

.swiper-slide a:hover {
  color: var(--txt-txt-dark);
}

.slider-nav-btn {
  width: 42px;
  height: 42px;
  border: 1px solid var(--slider-nav-btn-border-color);
  border-radius: 21px;
  background: var(--slider-nav-btn-bg-color);
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}

.slider-nav-btn::after {
  display: none;
}

.slider-nav-btn_next {
  right: 0;
}

.slider-nav-btn_prev {
  left: 0;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.swiper-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  background: transparent;
  border: 1px solid var(--border-gray);
  width: 16px;
  height: 16px;
  border-radius: 100%;
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
  border-color: var(--secondary);
  background: var(--secondary);
}

.red {
  color: #ff3b30;
}

.wrapper {
  max-width: 343px;
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 768px) {
  .wrapper {
    max-width: 728px;
  }
}

@media (min-width: 1366px) {
  .wrapper {
    max-width: 1198px;
  }
}

@media (min-width: 1440px) {
  .wrapper {
    max-width: 1272px;
  }
}

/* Карточки в слайдере */
.card {
  position: relative;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  overflow: hidden;
  border: 1px solid #ebf2f2;
  align-items: center;
  padding: 30px 16px 16px 16px;
  height: 295px;
  width: 248px;
}

.card:hover {
  border: 1px solid transparent;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
}

.card .title {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

.card .card__image-wrapper {
  width: 189px;
  height: 163px;
}

.card .card__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (min-width: 375px) {
  .product-card {
    background-color: var(--card-bg-color);
    border: 1px solid var(--card-border-color);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 280px;
    max-width: 168px;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 44px;
    padding-bottom: 20px;
  }

  .product-card .product-card__img-wrapper {
    height: 151px;
    width: 151px;
  }

  .product-card .product-card__img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .product-card .product-card__text-container {
    max-width: 279px;
  }

  .product-card .product-card__text-container .name {
    font-size: 18px;
    font-weight: 300;
    line-height: 111%;
    text-align: center;
    color: var(--card-text-color);
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .product-card .product-card__text-container .description {
    color: var(--txt-gray---dark);
    font-weight: 300;
    text-align: center;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .product-card {
    padding-top: 48px;
    min-height: 340px;
    max-width: 230px;
  }

  .product-card .product-card__img-wrapper {
    height: 212px;
    width: 212px;
  }

  .product-card .product-card__text-container {
    max-width: 206px;
  }
}

@media (min-width: 1366px) {
  .product-card {
    max-width: 284px;
  }
}

@media (min-width: 1366px) {
  .product-card {
    max-width: 303px;
  }
}

/*  */
@media (max-width: 768px) {
  .modal__wrapper .modal__header {
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .modal__wrapper .modal__header .close-button {
    background-color: #f6f7f8;
    position: fixed;
    bottom: 400px;
    right: 16px;
  }
}

/* 404 Page */
#404_page {
  max-width: 1272px;
  margin: 0 auto;
}

#404_page main h1 {
  font-size: 40px;
  text-align: center;
}

#404_page main a {
  color: var(--secondary);
}

#404_page main .content {
  max-width: 842px;
}
/*----*/

/* End */


/* Start:/local/templates/phst/template_styles.css?1763071623473*/
/* Breadcrumbs */

.breadcrumbs-row {
  display: flex;
  align-items: center;
  font-family: 'HelveticaNeueCyr';
  font-size: 24px;

  .material-symbols-outlined {
    color: #7a7a7a;
  }

  span:last-child {
    font-weight: 700;
  }

  a {
    color: #7a7a7a;
    text-decoration: none;
    font-weight: 550;
    line-height: 23.71px;
    white-space: normal;
  }
}
@media (max-width: 1024px) {
	.breadcrumbs-row {
		font-size: 16px;
		span {
			font-size: 16px;
		}
	}
}
/* End */
/* /local/templates/phst/css/air-datepicker.css?176307162319626 */
/* /local/templates/phst/css/header.css?17733050918788 */
/* /local/templates/phst/css/footer.css?17823764004142 */
/* /local/templates/phst/fonts/HelveticaNeueCyr/stylesheet.css?17630716235976 */
/* /local/templates/phst/css/material-symbol-outline.css?1763071623630 */
/* /local/templates/phst/css/UI.css?177326684912098 */
/* /local/templates/phst/css/slider.css?17733995654769 */
/* /local/templates/phst/css/404.css?17763372782033 */
/* /local/components/common/menu.header/templates/main/style.css?17710223992317 */
/* /local/templates/phst/styles.css?177487238616482 */
/* /local/templates/phst/template_styles.css?1763071623473 */
