html{font-family:sans-serif;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
html {
  color: #222;
  font-size: 62.5%; /* 10px; */
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
*, *:before, *:after {
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
main {
  flex: 1;
}
body {
	font: 1.5rem/2.5rem  "Open Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  background-color: #ffffff;
  color: #232323;
}


.site-header {
  position: relative;
  z-index: 100;
  padding-bottom: 6px;
}
.header-wrapper {
  
}

.site-header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 2rem;
  
}

.site-header-logo {
  display: block;
  width: 44px;
  height: 36px;
}
.site-header-logo svg {
  width: 100%;
  height: 100%;
}
body:not(.home) .site-header-logo:hover {
  opacity: .8;
}
.home .site-header-logo {
  pointer-events: none;
  cursor: default;
}
.site-header-menu-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 50px;
  gap: clamp(3rem, 1.571rem + 2.381vw, 5rem);  
}
.site-header-menu {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 10px;
  align-items: center;
  gap: 20px;
  gap:clamp(2.5rem, 0rem + 4.167vw, 4rem);
  justify-content: space-between;
  display: none;
}
.menu-point {
  white-space: nowrap;
  position: relative;
}
.menu-point a {
  text-decoration: none;
  color: #000000;
}
.menu-point::after {
  content: none;
  display: block;
  height: 4px;
  border-radius: 2px;
  position: absolute;
  left: -10px;
  right: -10px;
  top: 100%;
  margin-top: 4px;
}
.menu-point:not(.current):hover::after {
  content: "";
  background-color: #ebebeb;
}
.menu-point.current::after {
  content: "";
  background-color: #fbc628;
}

.st-hdr-burger {
  position: relative;
  width: 28px;
  height: 28px;
  z-index: 5;
  display: flex;
}
.st-hdr-burger:hover {
  cursor: pointer;
}
.st-hdr-burger div {
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 10px;
  background-color: #232122;
  transition: transform 200ms ease-in-out;
}
.st-hdr-burger .st-hdr-burger-top {
  top: 11.111111%; /* 2px */
}
.st-hdr-burger .st-hdr-burger-middle {
  align-self: center;
}
.st-hdr-burger .st-hdr-burger-bottom {
  bottom: 11.111111%;
}
.st-hdr-burger.open .st-hdr-burger-top {
  transform: rotate(45deg);
  top: 44.444444%; /* 8px */
}
.st-hdr-burger.open .st-hdr-burger-middle {
  background-color: transparent;
}
.st-hdr-burger.open .st-hdr-burger-bottom {
  transform: rotate(-45deg);
  top: 44.444444%;
}

.st-hdr-dropdown-wrapper {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;

}
.st-hdr-dropdown {
  background-color: rgba(55, 55, 55, 0.97);
  padding: 25px 30px;
  line-height: 1.6;
  width: 100%;
}
.st-hdr-dropdown-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.st-hdr-dropdown-menu-point:not(:first-child) {
  margin-top: 8px;
}
.st-hdr-dropdown-menu-point a {
  text-decoration: none;
  color: #FFFFFF;
}
.st-hdr-dropdown-menu-point:hover a {
  color: #fade8c;
}
.st-hdr-dropdown-menu-point.current a {
  pointer-events: none;
  color: #fbc628;
}
.st-hdr-dropdow-splitter {
  border-bottom: 2px solid #515151;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.header-social-icons {
  padding-top: 16px;
  padding-bottom: 16px;
}
.header-social-icon-wrapper {
  max-width: 260px;
  display: flex;
  justify-content: space-between;

}

.header-social-icon {
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  line-height: 0;
}
.header-social-icons-sprite {
  fill: #BDBDBD;
  width: 100%;
  height: auto;
}
.header-social-icons-sprite:hover {
  fill: #fade8c;
}


@media only screen and (min-width: 568px) {
  body {
    font-size: 1.7rem;
    line-height: 2.6rem;
  }

}

@media only screen and (min-width: 669px) {
  .site-header-nav {
/*     padding-bottom: 5px; */
  }
  .site-header-menu {
    display: inline-flex;
  }
  .st-hdr-burger {
    width: 18px;
    height: 18px;
  }
  .st-hdr-burger div {
    height: 2px;
  }

  .st-hdr-dropdown-wrapper {
    max-width: 240px;
    margin-right: 15px;
    
  }
  .st-hdr-hide {
    display: none;
  }

}

@media only screen and (min-width: 769px) {

}

@media only screen and (min-width: 869px) {

  
}
