html {
  position: relative;
}

body {
  padding: 0;
  padding-top: 60px;
  margin: 0;
  color: #222;
  font-family: "Proxima", arial;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

.container {
  max-width: 1260px;
  padding: 40px 20px;
  margin: 0 auto;
}
.box {
  padding: 10px;
}

* {
  box-sizing: border-box;
}

p,
h1,
h2,
h3,
h4,
h5 {
  margin: 24px 0;
}

h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 100%;
}
h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
  position: relative;
  z-index: 1;
}
h3 {
  font-weight: 700;
  line-height: 120%;
}
h4 {
  font-weight: 700;
  line-height: 130%;
}
h5 {
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

a {
  text-decoration: none;
  color: #222;
  outline: none;
  transition: color 0.2s ease-in, border-color 0.2s ease-in;
}

a:hover {
  color: #dc0000;
  border-color: #dc0000;
}

.bluelink-chi a {
  color: rgba(0, 164, 255, 1) !important;
  border-bottom: 1px solid rgba(0, 164, 255, 0.3) !important;
  display: table;
  margin: 12px 0;
}
.bluelink-chi a:hover {
  color: rgba(232, 0, 0, 1) !important;
  border-bottom: 1px solid rgba(232, 0, 0, 0.3) !important;
}
a.blue {
  color: rgba(0, 164, 255, 1) !important;
  border-bottom: 1px solid rgba(0, 164, 255, 0.3) !important;
}
a.blue:hover {
  color: rgba(232, 0, 0, 1) !important;
  border-bottom: 1px solid rgba(232, 0, 0, 0.3) !important;
}

a.blue.ball-click,
a.blue.unmask {
  border-bottom-style: dashed !important;
}

a.blue.unmask {
  font-size: 12px;
}

.link-box {
  margin: 20px 0;
}
.link-box a {
  display: table;
  margin: 14px 0;
}

a.img {
  border: none;
}
a.img:hover {
  border: none;
}

strong {
  font-weight: 600;
}
b {
  font-weight: 600;
}

img,
svg {
  display: block;
  padding: 0;
  margin: 0;
  max-width: 100%;
}
input,
textarea {
  padding: 12px;
  height: 36px;
  border: 1px solid #e8e8e8;
  font-size: 14px;
  font-family: "Proxima", sans-serif;
  width: auto;
  background: #fff;
  outline: none !important;
  outline-width:0 !important;
  /*-webkit-appearance:none;*/
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  -webkit-opacity: 1;
}
input.error {
  border: 1px solid red !important;
  border-color: #ff0000 !important;
  border-width: 1px !important;
}
input[type="file"] {
  cursor: pointer;
  width: 0;
  height: 0;
}
textarea {
  resize: none;
  height: auto;
}
button {
  display: table;
  padding: 8px 12px;
  border: 1px solid #00a2ff;
  font-size: 14px;
  font-family: "Proxima", sans-serif;
  background: #00a2ff;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.2s;
  outline: none;
}
button:hover {
  border: 1px solid #0082cc;
  background: #0082cc;
}
button.fancybox-close-small:hover {
  background: transparent;
}

.search input {
  width: 230px;
}

.search button {
  width: 40px;
  height: 34px;
  background-color: #00a2ff;
  background-image: url(../images/ico-search.png);
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  margin-top: 1px;
  border-radius: 0 3px 3px 0px;
  cursor: pointer;
  transition: background-color 0.2s;
  outline: none;
}
.search button:hover {
  background-color: #0082cc;
}

input::-webkit-input-placeholder {
  color: #d6d6d6;
}
input::-moz-placeholder {
  color: #d6d6d6;
}
input:-moz-placeholder {
  color: #d6d6d6;
}
input:-ms-input-placeholder {
  color: #d6d6d6;
}

textarea::-webkit-input-placeholder {
  color: #d6d6d6;
}
textarea::-moz-placeholder {
  color: #d6d6d6;
}
textarea:-moz-placeholder {
  color: #d6d6d6;
}
textarea:-ms-input-placeholder {
  color: #d6d6d6;
}

select {
  font-family: "Proxima";
}

.jq-selectbox__select {
  height: 36px;
  padding: 2px 48px 0 16px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background: #fff;
  box-shadow: none;
  font-size: 14px;
  font-family: "Proxima";
  color: #333;
  text-shadow: none;
}
.jq-selectbox__select:hover {
  background: #fff;
  box-shadow: none;
  color: #333;
}
.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #e8e8e8;
}

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 15px;
  right: 12px;
  width: 9px;
  height: 6px;
  border: none;
  background: url(../images/ico-arrow-select.png);
}

.jq-selectbox__dropdown {
  box-sizing: border-box;
  width: auto;
  min-width: 100%;
  margin: 2px 0 0;
  padding: 0;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  box-shadow: none;
  font-family: "Proxima";
  overflow: hidden;
}
.jq-selectbox li {
  transition: color 0.3s, background-color 0.1s;
}
.jq-selectbox li:hover {
  background-color: #00a2ff;
}

.btn {
  display: table;
  padding: 8px 12px;
  border: 1px solid #00a2ff;
  font-size: 14px;
  font-family: "Proxima", sans-serif;
  transition: all 0.2s linear;
  background: #00a2ff;
  color: #fff;
  text-align: center;
}
.btn:hover {
  border: 1px solid #0082cc;
  background: #0082cc;
  color: #fff;
}
.btn-white {
  background: #fff;
  border: 1px solid #fff;
  color: #222;
  font-weight: 700;
  letter-spacing: 1px;
}
.btn-white:hover {
  border: 1px solid #00a4ff;
  background: #00a4ff;
  color: #fff;
}
.btn-red {
  background: #e20000;
  border: 1px solid #e20000;
  color: #fff;
}
.btn-red:hover {
  border: 1px solid #bc0000;
  background: #bc0000;
  color: #fff;
}
.btn.back i {
  transform: rotate(-90deg);
  margin-right: 12px;
}

.btn span {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}
.btn.indark {
  padding: 8px 12px;
  border: 1px solid #fff;
  border-radius: 2px;
  font-size: 14px;
  font-family: "Proxima", sans-serif;
  transition: all 0.2s linear;
  background: transparent;
}
.btn.indark:hover {
  border: 1px solid #41baff;
  background: #00a2ff;
}
.btn.indark span {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}
.btn.green {
  background: #07ea67;
  border: 1px solid #07ea67;
}
.btn.green:hover {
  background: #27bf68;
  border: 1px solid #27bf68;
}
.btn.lite {
  background: none;
  border: 1px solid #00a2ff;
  color: #00a2ff;
}
.btn.lite:hover {
  color: #dc0000;
  border-color: #dc0000;
}

table {
  border-collapse: separate;
  border-collapse: collapse;
  margin: 30px 0;
  width: 100%;
  table-layout: fixed;
}
td,
th {
  padding: 20px;
  vertical-align: middle;
  word-wrap: break-word;
  text-align: left;
  font-weight: 300;
}
thead {
  background: #fb7134;
  color: #fff;
  font-size: 18px;
}

hr {
  display: block;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  border: none;
  margin: 0px;
  display: block;
  width: 100%;
}

.error {
}

ul {
  padding: 0;
  margin: 0;
  display: block;
  list-style: none;
}
li {
  display: block;
  padding: 0;
  margin: 0;
}

ol {
  padding: 0;
  margin: 20px 0;
  counter-reset: li;
  list-style: none;
}
ol li {
  position: relative;
  margin-left: 40px;
  margin-bottom: 30px;
}
ol li:before {
  content: counter(li) ".";
  counter-increment: li;
  display: inline-block;
  color: #fb7134;
  position: absolute;
  top: 1px;
  left: -40px;
  font-weight: 600;
}

blockquote {
  background: #f0f0f0;
  padding: 30px;
  font-size: 20px;
  line-height: 160%;
  margin: 40px 0 40px 100px;
  border-left: 3px solid #00a4ff;
  position: relative;
}
blockquote:before {
  position: absolute;
  content: "“";
  left: -64px;
  top: 44px;
  font-size: 120px;
  color: #e8e8e8;
  line-height: 0;
}

.row > * {
  float: left;
}
.row:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

.wtd100 {
  width: 100% !important;
}
.wdt100 {
  width: 100% !important;
}

.grey {
  color: #a6a6a6;
}
.bggrey {
  background: #e8e8e8;
}
.bgdark,
.bgdark a {
  color: #fff;
}

.txt12 {
  font-size: 12px;
}
.fsz-24 {
  font-size: 24px;
  line-height: 120%;
}
.tbl {
  display: table;
}
.clr {
  clear: both;
}

.fll {
  float: left;
}

.flr {
  float: right;
}

.ofl {
  overflow: auto;
}
.cntr {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.clrfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

.cntrchi > * {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.block-tbl {
  display: table;
}
.block-tbl > * {
  display: table-cell;
  vertical-align: middle;
}

.chi-50 > * {
  width: 50%;
}
.chi-coll-4 {
  margin: 0 -10px;
}
.chi-coll-4 > * {
  width: 25% !important;
  padding: 0 10px;
}
.chi-col-2 {
  margin: 0 -10px;
}
.chi-col-2 > * {
  width: 50% !important;
  padding: 0 10px;
}

.mb-24 {
  margin-bottom: 28px;
}

.mrgchi-0 > * {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mrgchi-4 > * {
  margin-top: 4px;
  margin-bottom: 4px;
}
.mrgchi-8 > * {
  margin-top: 8px;
  margin-bottom: 8px;
}
.mrgchi-12 > * {
  margin-top: 12px;
  margin-bottom: 12px;
}
.mrgchi-16 > * {
  margin-top: 16px;
  margin-bottom: 16px;
}
.mrgchi-20 > * {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mrgchi-28 > * {
  margin-top: 28px;
  margin-bottom: 28px;
}
.mrgchi-32 > * {
  margin-top: 32px;
  margin-bottom: 32px;
}
.mrgchi-64 > * {
  margin-top: 32px;
  margin-bottom: 32px;
}

.tobo > *:first-child,
.text-plugin *:first-child {
  margin-top: 0 !important;
}
.tobo > *:last-child,
.text-plugin *:last-child {
  margin-bottom: 0 !important;
}

.column-2 {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  margin: 0;
  padding: 0;
}
.column-2 > * {
  padding: 0 !important;
  margin: 0 !important;
}
ul.column-2 {
  padding: 0 !important;
  margin: 0 !important;
}
.column-2 li:before {
  display: none !important;
}

.tb > *:first-child {
  margin-top: 0 !important;
}
.tb > *:last-child {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 719px) {
  .row-t {
    display: table;
    width: 100%;
  }

  .row-t > * {
    display: table-cell;
    vertical-align: middle;
  }
}

.flex {
  display: flex;
}

.flex-list {
  display: flex;
  flex-flow: row wrap;
}

.cntrv {
  align-items: center;
}

.aitc {
  align-items: center;
}

.sbtw {
  justify-content: space-between;
}

.icotext {
  display: flex;
  align-items: center;
}

.icotext > *:first-child {
  margin-right: 8px;
}

.icotext img {
  max-width: none;
}

img.cover {
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: center;
}
