@keyframes fade-in {
  0% {
    transform: translateY(18px);
    opacity: 0;
  }
  25% {
    transform: translateY(18px);
    opacity: 0;
  }
  50% {
    transform: translateY(0px);
    opacity: 0.2;
  }
  75% {
    transform: translateY(0px);
  }
  100% {
    opacity: 1;
  }
}
body:not(._loading ma2in,
._noAnimation) ma2in {
  animation: fade-in .8s ease-out;
}
._fly_catalog {
  text-align: center;
  position: fixed;
  right: 21px;
  bottom: 153px;
  width: 132px;
  z-index: 999;
}
@media handheld,only screen and (max-width: 800px) {
  ._fly_catalog {
    bottom: 20px;
  }
}
._fly_catalog a {
  color: #56796F;
  font-size: 13px;
  line-height: 125%;
  display: inline-block;
  text-decoration: none;
}
._fly_catalog a span {
  display: block;
  background: rgba(255,255,255,0.95);
  border-radius: 6px;
  padding: 5px 10px;
  margin: -5px -10px;
}
._fly_catalog img {
  filter: drop-shadow(0px 0px 30px rgba(0,0,0,0.25));
  width: 100%;
  height: auto;
}
.-hide {
  display: none;
}
.breadcrumbs {
  display: none;
}
Body {
  background: #fff;
  font-family: 'Noto Sans', sans-serif;
  transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -ms-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
}
@media handheld,only screen and (max-width: 800px) {
  Body {
    height: 90vh;
  }
}
Body._loading {
  opacity: 0;
}
Body._design {
  background: url('/images/Group-4-(2)-(2).png') no-repeat center 32px !important;
}
Body._design > * {
  opacity: 0.7;
}
._sitewidth {
  max-width: 1123px;
  margin: 0 auto;
  padding: 0 30px;
}
@media handheld,only screen and (max-width: 800px) {
  ._sitewidth {
    padding: 0 15px;
  }
}
#wingo_0 .ulet_wingo_window {
  padding: 0;
  background: none;
  behavior: url(/_javascript/pie/PIE.php);
  border-radius: none;
  -moz-border-radius: none;
  -webkit-border-radius: none;
  behavior: url(/_javascript/pie/PIE.php);
  box-shadow: none rgba(0,0,0,0.5);
  -webkit-box-shadow: none rgba(0,0,0,0.5);
  -moz-box-shadow: none rgba(0,0,0,0.5);
  behavior: url(/_javascript/pie/PIE.php);
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  max-width: 95vw !important;
}
.---desc {
  display: inherit;
}
@media handheld,only screen and (max-width: 800px) {
  .---desc {
    display: none;
  }
}
.---mob {
  display: none;
}
@media handheld,only screen and (max-width: 800px) {
  .---mob {
    display: inherit;
  }
}
.---mob .imgC {
  padding: 0 10px;
}
header {
  padding-top: 50px;
}
header ._sitewidth {
  display: grid;
  grid-template-columns: 250px 1fr;
}
header ._sitewidth .ul_mmenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: end;
  gap: 30px;
}
header ._sitewidth .ul_mmenu li {
  padding-right: 10px;
  padding-left: 10px;
  background: none;
  text-align: center;
  font-size: 15px;
}
header ._sitewidth .ul_mmenu li:before {
  display: none;
}
header ._sitewidth .ul_mmenu li a:not(.btn_sim) {
  color: #56796F;
  text-decoration: none;
  position: relative;
}
header ._sitewidth .ul_mmenu li a:not(.btn_sim):after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background-color: #56796F;
  transform: scaleX(0);
  transform-origin: bottom left;
  transition: transform 0.4s ease;
}
header ._sitewidth .ul_mmenu li a:not(.btn_sim):hover:after {
  transform: scaleX(1);
}
header ._sitewidth .ul_mmenu li .btn_sim {
  transform: translateY(-8px);
}
header ._sitewidth .ul_mmenu li .btn_sim:after {
  margin-top: -23px;
  margin-left: 27px;
}
footer {
  margin-top: 80px;
  padding-bottom: 45px;
}
@media handheld,only screen and (max-width: 800px) {
  footer {
    padding-bottom: 0;
  }
}
@media handheld,only screen and (max-width: 800px) {
  footer ._sitewidth {
    padding-left: 0;
    padding-right: 0;
  }
}
footer ._sitewidth .wrap {
  behavior: url(/_javascript/pie/PIE.php);
  border-radius: 26px;
  -moz-border-radius: 26px;
  -webkit-border-radius: 26px;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 800px) {
  footer ._sitewidth .wrap {
    behavior: url(/_javascript/pie/PIE.php);
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
}
footer ._sitewidth .wrap >div.-top {
  padding: 30px 30px 19px;
  background: #56796F;
  display: grid;
  grid-template-columns: 240px 1fr;
  padding-right: 100px !important;
}
@media handheld,only screen and (max-width: 800px) {
  footer ._sitewidth .wrap >div.-top {
    display: none;
  }
}
footer ._sitewidth .wrap >div.-top .logo img {
  filter: invert(100%) brightness(10);
}
footer ._sitewidth .wrap >div.-top .ul_mmenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
footer ._sitewidth .wrap >div.-top .ul_mmenu li {
  padding-right: 10px;
  padding-left: 10px;
  background: none;
  text-align: center;
  font-size: 16px;
}
footer ._sitewidth .wrap >div.-top .ul_mmenu li a {
  color: #fff;
  text-decoration: none;
  position: relative;
}
footer ._sitewidth .wrap >div.-top .ul_mmenu li a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: bottom left;
  transition: transform 0.4s ease;
}
footer ._sitewidth .wrap >div.-top .ul_mmenu li a:hover:after {
  transform: scaleX(1);
}
footer ._sitewidth .wrap >div.-bottom {
  background: #F5F5F5;
  padding: 5px 30px 20px;
  display: grid;
  grid-template-columns: 124px 1fr;
  gap: 20px;
}
@media handheld,only screen and (max-width: 800px) {
  footer ._sitewidth .wrap >div.-bottom {
    gap: 0px;
  }
}
footer ._sitewidth .wrap >div.-bottom p {
  font-size: 16px;
  color: #56796F;
}
@media handheld,only screen and (max-width: 800px) {
  footer ._sitewidth .wrap >div.-bottom p {
    font-size: 12px;
  }
}
footer ._sitewidth .wrap >div.-bottom .logo2 {
  margin-top: 15px;
}
footer ._sitewidth .wrap >div.-bottom .name {
  padding-top: 5px;
}
footer ._sitewidth .wrap >div.-bottom .contacts {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  gap: 20px;
}
@media handheld,only screen and (max-width: 800px) {
  footer ._sitewidth .wrap >div.-bottom .contacts {
    margin-left: -120px;
    margin-top: 20px;
  }
}
footer ._sitewidth .wrap >div.-bottom .contacts a {
  color: #56796F;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
footer ._sitewidth .wrap >div.-bottom .contacts a:hover {
  border-bottom: 1px solid #56796F;
}
footer ._sitewidth .wrap >div.-bottom .subscribe {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 20px;
}
footer ._sitewidth .wrap >div.-bottom .subscribe [type=text] {
  width: 100%;
}
main {
  padding-top: 15px;
  min-height: 100vh;
}
@media handheld,only screen and (max-width: 800px) {
  main {
    padding-top: 40px;
  }
}
main:after,
main:before {
  content: '';
  display: block;
  clear: both;
}
.breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 18px;
  margin-bottom: 24px;
  clear: both;
}
@media handheld,only screen and (max-width: 800px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs li {
  background-image: none;
  color: #5F5F5F;
  display: inline-block;
  font-size: 14px;
  position: relative;
  margin: 0 20px 0 0;
  padding: 0;
}
.breadcrumbs li a {
  white-space: nowrap;
  color: #A3A3A3;
}
.breadcrumbs li a:after {
  content: '';
  behavior: url(/_javascript/pie/PIE.php);
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: absolute;
  margin: 0 0 0 7px;
  height: 12px;
  width: 12px;
  color: #000;
}
#to_top_btn {
  transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  font-size: 30px;
  color: white;
  text-align: center;
  cursor: pointer;
  position: fixed;
  display: none;
  top: 0;
  width: 50px;
  z-index: 105;
}
@media handheld,only screen and (max-width: 800px) {
  #to_top_btn {
    display: none !important;
  }
}
#to_top_btn:hover {
  background-color: rgba(78,145,176,0.25);
}
#to_top_btn span {
  display: block;
  margin-top: 8px;
}
.table,
.tab_sim {
  border-collapse: collapse;
}
.table p,
.tab_sim p {
  text-align: inherit !important;
}
.table .-grey,
.tab_sim .-grey {
  background: #f0f0f0;
}
.table .-green,
.tab_sim .-green {
  background: #e2fde1;
}
.table thead td,
.table thead th,
.tab_sim thead td,
.tab_sim thead th {
  font-size: 13px;
  font-weight: 700;
  background-color: #dbdcde;
  color: #000;
  vertical-align: top;
  padding: 5px 10px;
  border: 1px solid gray;
}
.table thead td *,
.table thead th *,
.tab_sim thead td *,
.tab_sim thead th * {
  font-weight: inherit;
  font-size: inherit;
}
.table td,
.tab_sim td {
  font-size: 13px;
  color: #373737;
  padding: 5px 10px;
  border: 1px solid gray;
}
.table td p,
.tab_sim td p {
  margin: 0;
  color: inherit;
  font-size: inherit;
}
a.-loading {
  color: transparent !important;
  position: relative;
}
a.-loading:before {
  content: '';
  width: 25px;
  height: 25px;
  background: url(/images/loading51.gif);
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-58%);
}
.btn_sim,
.btn_mini {
  position: relative;
  background: #56796F;
  border: none;
  border-bottom: 2px solid #384f49;
  behavior: url(/_javascript/pie/PIE.php);
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: baseline;
  margin: 0 4px 0 0;
  padding: 9px 25px 8px;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: underline;
  font-weight: 300;
  color: #ffffff;
  font-size: 16px;
  line-height: 110%;
  behavior: url(/_javascript/pie/PIE.php);
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  transition: background .3s;
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  -ms-transition: background .3s;
  -o-transition: background .3s;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  text-decoration: none;
}
.btn_sim.-loading,
.btn_mini.-loading {
  color: transparent !important;
  position: relative;
}
.btn_sim.-loading:before,
.btn_mini.-loading:before {
  content: '';
  width: 25px;
  height: 25px;
  background: url(/images/loading51.gif);
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-58%);
}
.btn_sim:hover,
.btn_mini:hover {
  color: #ffffff;
  background: #6c968a;
  text-decoration: none;
}
.btn_sim:active,
.btn_mini:active {
  background: #5c8277;
  transform: scale(0.98);
}
@media handheld,only screen and (max-width: 400px) {
  .btn_sim,
  .btn_mini {
    padding: 8px 20px 9px;
  }
}
.btn_sim.-disabled,
.btn_mini.-disabled {
  background: #e0e0e0 !important;
  color: #666666 !important;
}
.btn_sim.-disabled:hover,
.btn_mini.-disabled:hover {
  background: #e0e0e0 !important;
}
.btn_sim.-buyed,
.btn_mini.-buyed {
  background: rgba(255,68,68,0.63) !important;
  color: #fff !important;
  behavior: url(/_javascript/pie/PIE.php) !important;
  border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
}
.btn_sim.-red,
.btn_mini.-red {
  background: #0aa500;
}
.btn_sim.-red:hover,
.btn_mini.-red:hover {
  background: #0cce00;
}
.btn_mini {
  font-size: 11px;
  padding: 4px 10px 3px 10px;
}
.input_label {
  padding-right: 10px;
  min-width: 50%;
  float: left;
  margin-bottom: 20px;
  position: relative;
}
.input_label.-giftCongratulation {
  width: 100%;
}
.input_label textarea {
  padding: 15px;
  overflow-y: hidden;
}
.input_label input,
.input_label textarea {
  min-width: 300px;
  width: 100%;
}
.input_label input.-noEmpty + label,
.input_label textarea.-noEmpty + label {
  background: #fff !important;
  font-size: 12px !important;
  top: 0% !important;
}
.input_label label {
  background: #fff;
  position: absolute;
  transition: .2s all;
  -webkit-transition: .2s all;
  -moz-transition: .2s all;
  -ms-transition: .2s all;
  -o-transition: .2s all;
  padding: 2px 5px;
  top: 49%;
  left: 5px;
  font-size: 16px;
  color: #aaa;
  border-radius: 7px;
  line-height: 101%;
  transform: translateY(-50%);
}
.input_label input:focus + label,
.input_label textarea:focus + label {
  background: #fff;
  font-size: 12px;
  top: 0%;
}
._mobHeader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
  border-bottom: 1px solid #56796F;
  z-index: 102;
  padding: 0 0 5px 0;
  background: rgba(255,255,255,0.85);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
@media handheld,only screen and (max-width: 800px) {
  ._mobHeader {
    display: block;
  }
}
@media handheld,only screen and (max-width: 800px) {
  ._mobHeader > .row {
    display: flex !important;
  }
}
._mobHeader .logo {
  padding-top: 5px;
  padding-left: 26px;
  padding-right: 93px;
  width: 100%;
}
@media handheld,only screen and (max-width: 800px) {
  ._mobHeader .logo {
    text-align: center;
  }
}
._mobHeader .logo a {
  position: relative;
  display: inline-block;
}
._mobHeader .logo img {
  height: 29px;
  margin-top: 5px;
}
@media handheld,only screen and (max-width: 320px) {
  ._mobHeader .logo img {
    margin-top: 3px;
  }
}
.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 256px;
  min-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none;
}
.slideout-menu-left {
  left: 0;
}
.slideout-menu-right {
  right: 0;
}
.slideout-panel {
  position: relative;
  z-index: 1;
  background-color: #FFF;
  background: #fff;
  min-height: 100vh;
}
.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}
.slideout-open .slideout-menu {
  display: block;
}
#panel {
  behavior: url(/_javascript/pie/PIE.php);
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
#menu {
  background: #fbfbfb;
  background: #5d7c72bf;
  padding-top: 60px;
  padding-bottom: 40px;
  overflow-x: hidden;
}
#menu li {
  background: none;
}
#menu li:before {
  display: none;
}
#menu li a:not(.btn_sim) {
  display: block;
  padding: 5px;
  padding-bottom: 10px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid gray;
}
#menu li .btn_sim:after {
  margin-top: -23px;
  margin-left: 27px;
}
.tab_specification1,
.tab_specification3,
.tab_specification {
  column-count: 2;
  column-gap: 10px;
  border-radius: 16px;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 800px) {
  .tab_specification1,
  .tab_specification3,
  .tab_specification {
    column-count: 1;
  }
}
.tab_specification1 .elem,
.tab_specification3 .elem,
.tab_specification .elem {
  break-inside: avoid;
  page-break-inside: avoid;
  display: grid;
  grid-template-columns: 50% 1fr;
}
.tab_specification1 .elem.-head > div,
.tab_specification3 .elem.-head > div,
.tab_specification .elem.-head > div {
  font-size: 13px;
  font-weight: 700;
}
.tab_specification1 .elem:nth-child(odd) > div,
.tab_specification3 .elem:nth-child(odd) > div,
.tab_specification .elem:nth-child(odd) > div {
  background: #ebebeb !important;
}
.tab_specification1 .elem:nth-child(odd) > div:nth-child(odd),
.tab_specification3 .elem:nth-child(odd) > div:nth-child(odd),
.tab_specification .elem:nth-child(odd) > div:nth-child(odd) {
  background: #e2e9e7 !important;
}
.tab_specification1 .elem > div,
.tab_specification3 .elem > div,
.tab_specification .elem > div {
  padding: 9px;
  white-space: pre-line;
  font-size: 14px;
  color: #2b2b2b;
  background: #F5F5F5;
}
.tab_specification1 .elem > div:nth-child(odd),
.tab_specification3 .elem > div:nth-child(odd),
.tab_specification .elem > div:nth-child(odd) {
  background: #EEF2F1;
}
.footnote {
  margin: 10px 0 20px;
  font-size: 13px;
}
.tab_specification3 {
  column-count: 1;
}
.tab_specification3 .elem {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.tab_specification1 {
  column-count: 1;
}
.tab_specification1 .elem {
  grid-template-columns: 30% 1fr;
}
._bg.-gray {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 80px;
  behavior: url(/_javascript/pie/PIE.php);
  background: -webkit-linear-gradient(top,#fff,#F5F5F5);
  background: -moz-linear-gradient(top,#fff,#F5F5F5);
  background: -o-linear-gradient(top,#fff,#F5F5F5);
  background: -ms-linear-gradient(top,#fff,#F5F5F5);
  -pie-background: linear-gradient(top,#fff,#F5F5F5);
}
@media handheld,only screen and (max-width: 800px) {
  ._bg.-gray {
    margin-bottom: 50px;
  }
}
._bg.-gray:after {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 70px;
  bottom: 0;
  background: url(/images/bg-white_hr.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media handheld,only screen and (max-width: 800px) {
  ._bg.-gray:after {
    height: 30px;
  }
}
._contentBox {
  padding: 30px 70px;
}
@media handheld,only screen and (max-width: 800px) {
  ._contentBox {
    padding: 10px 0px;
  }
}
._contentBox p {
  margin-bottom: 20px;
  font-size: 16px;
  text-align: center;
  color: #2c3e50;
}
._contentBox p.title {
  font-size: 26px;
  color: #56796F;
  line-height: 122%;
  font-weight: 600;
}
@media handheld,only screen and (max-width: 800px) {
  ._contentBox p.title {
    font-size: 20px;
  }
}
.imgC {
  margin-top: 50px;
  margin-bottom: 70px;
  text-align: center;
}
@media handheld,only screen and (max-width: 800px) {
  .imgC {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.imgC.-padding {
  padding: 0 15%;
}
.imgC img {
  width: 100%;
}
.imgC .label {
  font-size: 16px;
  text-align: center;
  color: #2c3e50;
  margin: 15px 0 30px;
}
.imgC a.btn_sim {
  margin: 5px auto;
}
._columns2 {
  column-count: 2;
  column-gap: 20px;
  margin-bottom: 50px;
}
@media handheld,only screen and (max-width: 800px) {
  ._columns2 {
    column-count: 1;
  }
}
._columns2 h3 {
  margin-top: 6px;
  font-weight: 500;
  margin-bottom: 13px;
}
._columns2 p {
  color: #2c3e50;
}
._columns2 .module-section {
  border-left: 1px solid #ebecee;
  padding-top: 1px;
  padding-bottom: 10px;
  break-inside: avoid;
  padding-left: 40px;
}
._columns2 .feature-list {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
._columns2 .item {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
}
._files {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  width: 90%;
  margin: 0 auto;
  gap: 25px;
}
@media handheld,only screen and (max-width: 800px) {
  ._files {
    grid-template-columns: repeat(1,1fr);
  }
}
._files >div img {
  width: 50px;
  float: left;
  behavior: url(/_javascript/pie/PIE.php);
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: -70px;
  margin-top: -2px;
  grid-template-columns: repeat(3,1fr);
}
._files >div a {
  position: relative;
  padding-left: 90px;
  padding-top: 13px;
  padding-right: 10px;
  padding-bottom: 10px;
  display: block;
  color: #404040;
  behavior: url(/_javascript/pie/PIE.php);
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  transition: all .1s;
  -webkit-transition: all .1s;
  -moz-transition: all .1s;
  -ms-transition: all .1s;
  -o-transition: all .1s;
  text-decoration: none;
  overflow: auto;
}
._files >div a:hover {
  background: #f2f6f5;
}
._files >div a:after {
  content: ' ';
  display: inline-block;
  clear: both;
}
._files >div .size {
  font-size: 12px;
  font-weight: 100;
}
.btn_header.-mmenu {
  behavior: url(/_javascript/pie/PIE.php);
  display: inline-block;
  zoom: 1;
  *display: inline;
  border-bottom: 1px solid #56796F;
  text-decoration: none;
  margin-top: 3px;
  margin-left: 10px;
  line-height: 15px;
  text-align: center;
  font-size: 12px;
  padding: 0 2px;
  padding-top: 13px;
}
blockquote {
  border-left: 1px solid grey;
  background: #f7f7c8;
  margin-left: 0;
  padding: 15px 20px 15px 40px;
}
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  behavior: url(/_javascript/pie/PIE.php);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
[type=radio],
[type=checkbox] {
  vertical-align: middle;
}
[type=text],
[type=number],
[type=password],
[type=email],
[type=tel],
[type=date],
[type=time],
[type=new-password],
.sel_sim {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  background: #fff;
  border: 1px solid #a3a3a3;
  padding: 6px 10px;
  behavior: url(/_javascript/pie/PIE.php);
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  behavior: url(/_javascript/pie/PIE.php);
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
  -moz-appearance: textfield;
}
[type=text]:focus,
[type=number]:focus,
[type=password]:focus,
[type=email]:focus,
[type=tel]:focus,
[type=date]:focus,
[type=time]:focus,
[type=new-password]:focus,
.sel_sim:focus {
  outline: none;
}
h1,
.h1 {
  font-family: 'Noto Sans';
  font-weight: 900;
  font-size: 42px;
  line-height: 115%;
  letter-spacing: 0%;
  text-align: center;
  color: #56796F;
  margin-top: 50px;
  margin-bottom: 40px;
}
@media handheld,only screen and (max-width: 800px) {
  h1,
  .h1 {
    font-size: 22px;
  }
}
h2,
.h2 {
  font-family: 'Noto Sans';
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #56796F;
}
@media handheld,only screen and (max-width: 800px) {
  h2,
  .h2 {
    font-size: 22px;
  }
}
h3,
._h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #000;
  font-size: 18px;
}
@media handheld,only screen and (max-width: 800px) {
  h3,
  ._h3 {
    font-size: 14px;
  }
}
h4 {
  color: #000;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 15px;
}
p {
  color: #0f0f0f;
  color: #404040;
  font-size: 16px;
  margin: 10px 0 10px;
  line-height: 140%;
}
.p_centred {
  text-align: center;
  font-size: 22px;
  color: #56796F;
}
@media handheld,only screen and (max-width: 800px) {
  .p_centred {
    font-size: 16px;
  }
}
.img {
  behavior: url(/_javascript/pie/PIE.php);
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  background: #F5F5F5;
  text-align: center;
  width: 100%;
}
.img img {
  max-width: 100%;
}
.img_w100 {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 15px 0;
}
a {
  color: #000;
  border-color: #000;
  transition: 0.4s color border-color;
  -webkit-transition: 0.4s color border-color;
  -moz-transition: 0.4s color border-color;
  -ms-transition: 0.4s color border-color;
  -o-transition: 0.4s color border-color;
}
a:hover,
a:active {
  color: #333333;
  border-color: #333333;
}
a.-js {
  text-decoration: none;
  border-bottom: 1px dashed;
}
a[target='_blank']:hover:after {
  position: absolute;
  content: url(data:image/gif;base64,R0lGODlhBQAFAIABAB940////yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDIxREVGOTQ4NzVDMTFFMkJCMjdEMTlCODNEMzhENjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDIxREVGOTU4NzVDMTFFMkJCMjdEMTlCODNEMzhENjkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowMjFERUY5Mjg3NUMxMUUyQkIyN0QxOUI4M0QzOEQ2OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowMjFERUY5Mzg3NUMxMUUyQkIyN0QxOUI4M0QzOEQ2OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAEALAAAAAAFAAUAAAIITIBmmLB6TAEAOw==);
  margin-top: -6px;
  margin-left: 3px;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.-inline li {
  behavior: url(/_javascript/pie/PIE.php);
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding-right: 20px;
}
ul li {
  position: relative;
  color: #2c3e50;
  font-size: 14px;
  margin: 2px 0px 10px;
  padding: 4px 0px 0px 22px;
  line-height: 120%;
}
@media handheld,only screen and (max-width: 800px) {
  ul li {
    font-size: 15px;
  }
}
ul li:before {
  content: " ";
  position: absolute;
  left: 1px;
  top: 8px;
  color: #555;
  width: 10px;
  height: 10px;
  background: #56796F;
  font-size: 16px;
}
ul li ul {
  margin-top: 5px;
  margin-bottom: 15px;
}
ul li ul li {
  background: none;
  position: relative;
  padding-left: 15px;
  margin-bottom: 4px;
}
ul li ul li:before {
  position: absolute;
  left: 0;
  top: 9px;
  display: block;
  content: '';
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAACXSURBVHjaYjQzM2OAAjYgTgPiECC2hIodB+I1QDwLiH+BBBihGqSBeAsQGzBgBxeA2AeInzJBTd6ORzEDVA6kho0J6gxdBsIApCYNpCGcgXgQDtJgRoIGMyYG0sAvkIazJGi4DNKwkgQNK0EapoN0EmM6SC0TNAY9CWi6DFXzC+bpp0BsAsQFQHwQSeERqJgJVA0DQIABAFASG/i8ax1WAAAAAElFTkSuQmCC) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  height: 4px;
  width: 4px;
}
ol li {
  font-size: 14px;
  margin-top: 2px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 0;
  line-height: 120%;
}
.-inline {
  behavior: url(/_javascript/pie/PIE.php);
  display: inline-block;
  zoom: 1;
  *display: inline;
}
table p {
  text-align: inherit;
}
.img_center {
  margin: 0 auto;
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 100%;
}
