@font-face {
  font-family: 'PT Serif';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptserif/v16/EJRTQgYoZZY2vCFuvAFTzro.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Serif';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptserif/v16/EJRQQgYoZZY2vCFuvAFT9gaQVy4.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptserif/v16/EJRVQgYoZZY2vCFuvDFR.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptserif/v16/EJRSQgYoZZY2vCFuvAnt65qV.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4n.ttf) format('truetype');
}
.ons-vlined {
  position: relative;
}
.ons-vlined .vl-top {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -60px;
  width: 1px;
  height: 60px;
  background: #cdcdcd;
}
.ons-vlined .vl-btm {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -60px;
  width: 1px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.ons-vlined .vl-btm:before {
  content: "";
  width: 1px;
  background: #cdcdcd;
  flex: 1;
}
.ons-vlined .vl-btm i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #cdcdcd;
}
@media screen and (max-width: 600px) {
  .ons-vlined .vl-top {
    height: 60px / 2;
    top: 60px/2 * -1;
  }
}
.ons-top {
  background: url(../img/ons-top-bgr.jpg) center center no-repeat;
  background-size: cover;
  height: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-bottom: 60px/2;
}
.ons-top.ons-vlined .vl-btm {
  bottom: -30px;
}
@media screen and (max-width: 600px) {
  .ons-top {
    height: 340px;
    background-position: -130px center;
  }
}
.ons-top-cont {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Open Sans', serif;
  text-align: center;
}
.ons-top-cont .t1 {
  color: #5B82B2;
  font-size: 22px;
  font-family: 'PT Serif', serif;
}
.ons-top-cont .t2 {
  color: #141B24;
  font-size: 52px;
  margin: 15px 0;
}
.ons-top-cont .t2 em {
  font-weight: 700;
  font-family: 'PT Serif', serif;
}
.ons-top-cont .t3 {
  color: #383838;
  font-size: 20px;
  width: 73%;
}
.ons-top-cont .t4 {
  width: 144px;
  height: 1px;
  background: #cdcdcd;
  margin: 40px 0;
}
.ons-top-cont .t5 {
  color: #5B82B2;
  font-size: 15px;
}
@media screen and (max-width: 600px) {
  .ons-top-cont {
    width: 90%;
  }
  .ons-top-cont .t1 {
    font-size: 15px;
  }
  .ons-top-cont .t2 {
    font-size: 26px;
    margin: 10px 0;
  }
  .ons-top-cont .t3 {
    font-size: 16px;
    width: 100%;
  }
  .ons-top-cont .t4 {
    margin: 30px 0;
  }
  .ons-top-cont .t5 {
    font-size: 14px;
  }
}
.ons-title {
  font-family: 'Open Sans';
  color: #141B24;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}
.ons-block {
  padding-top: 20px;
}
.ons-block.ons-vlined {
  margin-top: 60px;
}
.ons-who {
  margin-top: 20px;
}
.ons-who-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .ons-who-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.ons-wi {
  position: relative;
  width: 32%;
  padding: 90px 50px 50px 50px;
  font-size: 20px;
  font-family: 'PT Serif', serif;
  background: #f2f2f2;
  color: #383838;
  text-align: center;
}
.ons-wi .ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: absolute;
  top: -60px;
  background: #fff;
}
.ons-wi .ico img {
  width: 60%;
  height: 60%;
}
.ons-wi:first-child .ico img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 800px) {
  .ons-wi {
    border-top: 60px #fff solid;
  }
  .ons-wi .ico {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1023px) {
  .ons-wi {
    padding: 80px 25px 50px 25px;
    font-size: 17px;
  }
  .ons-wi .ico {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    top: -50px;
  }
}
@media screen and (max-width: 600px) {
  .ons-wi {
    width: 100%;
    margin-top: 15px;
    border-left: #fff 50px solid;
    padding: 30px 25px 30px 75px;
    text-align: left;
  }
  .ons-wi .ico {
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.ons-brands {
  margin-top: 40px;
}
.ons-brands-slider .owl-carousel {
  height: 60px;
  display: block;
}
.ons-brands-slider .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 150px;
  height: 60px;
}
.ons-brands-slider .slide img {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 600px) {
  .ons-brands-slider .slide {
    width: 100px;
  }
}
.ons-standards {
  margin-bottom: 60px;
}
@media screen and (max-width: 1023px) {
  .ons-standards {
    margin-bottom: 60px/4;
  }
  .ons-standards .vl-btm {
    bottom: -30px;
  }
}
.ons-standards-box {
  margin-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  background: #f2f2f2;
}
.ons-standards-box .tit {
  background: url(../img/ons-stand-bgr.jpg) center center no-repeat;
  background-size: cover;
  padding: 40px;
}
.ons-standards-box .tit > * {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
}
.ons-standards-box > * {
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .ons-standards-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ons-standards-box .tit {
    height: 340px;
  }
  .ons-standards-box > * {
    width: 100%;
    padding: 30px !important;
  }
}
@media screen and (max-width: 600px) {
  .ons-standards-box .tit {
    height: 170px;
  }
  .ons-standards-box > * {
    padding: 20px !important;
  }
}
.ons-std-list-wrp {
  padding: 50px 50px 50px 0;
}
.ons-std-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ons-std-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 35px;
}
.ons-std-list > li .ico {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
  background: #fff;
}
.ons-std-list > li .ico img {
  width: 60%;
  height: 60%;
}
.ons-std-list > li .txt {
  width: calc(100% - 80px);
  font-size: 14px;
  color: #777;
  padding-left: 40px;
}
.ons-std-list > li .txt p {
  font-family: 'PT Serif', serif;
  font-size: 20px;
  margin: 15px 0;
  padding: 0;
  color: #141B24;
}
@media screen and (min-width: 1024px) {
  .ons-std-list {
    margin-left: -40px;
  }
}
@media screen and (max-width: 600px) {
  .ons-std-list > li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ons-std-list > li .txt {
    width: 100%;
    padding: 0;
  }
}
.ons-service-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ons-service-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  overflow: hidden;
}
.ons-service-list > li .ico {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
  background: #90B2DC;
  position: relative;
}
.ons-service-list > li .ico img {
  width: 50%;
  height: 50%;
}
.ons-service-list > li .txt {
  font-size: 14px;
  color: #777;
  width: 80%;
}
.ons-service-list > li .txt p {
  font-family: 'PT Serif', serif;
  font-size: 20px;
  margin: 15px 0;
  padding: 0;
  color: #141B24;
}
@media screen and (min-width: 800px) {
  .ons-service-list > li {
    text-align: center;
  }
  .ons-service-list > li .txt {
    margin-top: 20px;
  }
  .ons-service-list > li .ico.-la:after {
    content: "";
    width: 500px;
    height: 1px;
    background: #f2f2f2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
  }
  .ons-service-list > li .ico.-lb:before {
    content: "";
    width: 500px;
    height: 1px;
    background: #f2f2f2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -500.5px;
  }
}
@media screen and (min-width: 1024px) {
  .ons-service-list > li:nth-child(2) .txt {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .ons-service-list {
    margin-top: 0;
  }
  .ons-service-list > li {
    width: 100%;
    margin: 20px 0;
    flex-direction: row;
    align-items: flex-start;
  }
  .ons-service-list > li .ico {
    width: 80px;
    height: 80px;
  }
  .ons-service-list > li .txt {
    width: calc(100% - 80px);
    padding-left: 15px;
  }
  .ons-service-list > li .txt p {
    font-size: 17px;
  }
}
.ons-about {
  margin-bottom: 25px;
}
.ons-about.-half .ons-about-box > * {
  width: 50%;
}
.ons-about.-app {
  margin-top: 95px;
}
.ons-about.-app .ons-about-box .img {
  background: url(../img/phones-bgr.jpg) center center no-repeat;
  background-size: cover;
}
.ons-about.-shops .ons-about-box .img {
  background: url(../img/shops-bgr.jpg) center center no-repeat;
  background-size: cover;
}
.ons-about.-shops .ons-about-box .txt {
  background: url(../img/about-shops-bgr.png) right bottom no-repeat;
}
.ons-about.-us {
  margin-bottom: 60px;
}
.ons-about.-us .ons-about-box {
  background: #f2f2f2 url(../img/about-us-bgr.jpg) right bottom no-repeat;
  background-size: auto 100%;
}
@media screen and (min-width: 1024px) {
  .ons-about .tit span {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .ons-about.-us .ons-about-box {
    background-position: 0px bottom;
  }
  .ons-about.-us .txt {
    width: 70%;
  }
  .ons-about .ons-about-box .txt {
    padding: 40px 30px;
  }
  .ons-about .ons-about-box .txt .tit {
    font-family: 'Open Sans';
    font-size: 24px;
  }
  .ons-about .ons-about-box .txt ul li {
    margin: 10px;
  }
}
@media screen and (max-width: 600px) {
  .ons-about.-half .ons-about-box > * {
    width: 100%;
  }
  .ons-about.-us .ons-about-box {
    background-position: -350px bottom;
  }
  .ons-about.-us .txt {
    width: 100%;
  }
}
.ons-about-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #f2f2f2;
}
.ons-about-box .txt {
  padding: 50px 60px;
}
.ons-about-box .txt .tit {
  font-size: 28px;
  font-weight: 600;
  color: #141B24;
  margin-bottom: 25px;
}
.ons-about-box .txt p {
  margin: 0;
  padding: 0;
  font-family: 'PT Serif', serif;
  font-size: 17px;
  color: #141B24;
}
.ons-about-box .txt ul {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #383838;
}
.ons-about-box .txt ul li {
  margin: 20px;
}
.ons-about-box .txt .store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .ons-about-box .store a {
    margin-right: 15px;
  }
}
@media screen and (max-width: 600px) {
  .ons-about-box .img {
    height: 250px;
    order: 1;
  }
  .ons-about-box .txt {
    order: 2;
    width: 100%;
    padding: 30px 20px;
  }
  .ons-about-box .store {
    justify-content: space-between;
    -ms-flex-pack: justify;
    margin-top: 40px;
  }
}
.ons-talks-slider {
  position: relative;
}
.ons-talks-slider .arr {
  position: absolute;
  top: 50px;
}
.ons-talks-slider .arr.-prev {
  left: 0;
}
.ons-talks-slider .arr.-next {
  right: 0;
}
.ons-talks-slider .arr i {
  color: #5B82B2;
}
.ons-talks-slider .wrap {
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
}
@media screen and (min-width: 1024px) {
  .ons-talks-slider .wrap {
    width: 990px;
  }
}
@media screen and (max-width: 600px) {
  .ons-talks-slider .ons-talks-slide {
    width: 96vw;
  }
}
.ons-talks-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 330px;
  overflow: hidden;
  text-align: center;
}
.ons-talks-slide .ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: relative;
  width: 100px;
}
.ons-talks-slide .ico img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.ons-talks-slide .ico:after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/quote.svg) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 80px;
  z-index: 1;
}
.ons-talks-slide .txt {
  margin-top: 40px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.ons-talks-slide .txt .dt {
  font-size: 12px;
  color: #777;
}
.ons-talks-slide .txt .tag {
  font-family: 'PT Serif', serif;
  font-size: 20px;
  margin-top: 15px;
  color: #141B24;
  word-break: break-all;
}
.ons-talks-slide .txt .t {
  font-size: 14px;
  margin: 15px 0;
  color: #777;
}
.ons-talks-slide .txt a {
  color: #5B82B2;
  font-size: 15px;
}
.ons-trust {
  background: #f2f2f2;
  padding: 50px 60px;
  margin-top: 100px !important;
}
.ons-trust .ons-title {
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (min-width: 800px) {
  .ons-trust {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 600px) {
  .ons-trust {
    padding: 30px 20px;
  }
}
.ons-trust-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ons-trust-list > li {
  padding: 20px 0;
  border-top: #cdcdcd 1px solid;
}
.ons-trust-list > li .h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.ons-trust-list > li .h .ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.ons-trust-list > li .h .ico img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  object-fit: contain;
}
.ons-trust-list > li .h .nm {
  padding-left: 25px;
}
.ons-trust-list > li .h .nm p {
  padding: 0;
  margin: 0 0 10px 0;
  color: #141B24;
  font-size: 20px;
  font-family: 'PT Serif', serif;
}
.ons-trust-list > li .h .nm span {
  color: #777;
  font-size: 12px;
}
.ons-trust-list > li .txt {
  margin-top: 15px;
  color: #777;
}
.ons-trust-list > li .txt > a {
  font-size: 15px;
  color: #5B82B2;
  display: inline-flex;
  align-items: center;
  margin-top: 5px;
  text-decoration: none;
}
.ons-trust-list > li .txt > a i {
  font-style: normal;
}
.ons-trust-list > li .txt > a span {
  display: none;
}
.ons-trust-list > li .txt > a:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/ico-more.png) center center no-repeat;
  transition: all 200ms;
  transform-origin: center;
}
.ons-trust-list > li .txt > a.open:after {
  transform: rotate(180deg);
}
.ons-trust-list > li .txt > a.open i {
  display: none;
}
.ons-trust-list > li .txt > a.open span {
  display: block;
}
.ons-trust-list > li .txt div {
  display: none;
}
@media screen and (max-width: 600px) {
  .ons-trust-list > li .h .ico img {
    width: 70px;
    height: 70px;
  }
}
.ons-big-btn {
  display: inline-block;
  font-size: 14px;
  color: #fff !important;
  background: #5B82B2;
  padding: 15px 76px;
  text-decoration: none !important;
}
.ons-big-btn:hover {
  background: #fff;
  color: #383838 !important;
}
.ons-read-us {
  margin-top: 25px;
}
.ons-read-us .img {
  background: url(../img/read-us-bgr.jpg) center center no-repeat;
  background-size: cover;
}
.ons-read-us .soc {
  margin: 35px 0 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.ons-read-us .soc a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #90B2DC;
  margin-right: 15px;
}
.ons-read-us .soc a img {
  width: 60%;
  height: 60%;
}
.ons-read-us .soc a:hover {
  background: #5B82B2;
}
@media screen and (max-width: 600px) {
  .ons-read-us .soc {
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
  .ons-read-us .soc a {
    margin: 0;
  }
  .ons-read-us .ons-big-btn {
    width: 100%;
  }
}
.ons-conts-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
}
.ons-conts-box .col1 {
  width: 40%;
}
.ons-conts-box .col1 p {
  padding: 0;
  margin: 20px 0 35px 0;
}
.ons-conts-box .col2 {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ons-conts-box .col2 > * {
  width: 40%;
  font-family: 'PT Serif', serif;
  font-size: 17px;
  margin-bottom: 20px;
}
.ons-conts-box .col2 > * a {
  color: #5B82B2;
  text-decoration: none;
}
.ons-conts-box .col2 > * a:hover {
  text-decoration: underline;
}
.ons-conts-box .col2 > *.-tel a {
  font-size: 20px;
}
.ons-conts-box .col2 > *.-eml {
  width: 60%;
}
.ons-conts-box .col2 > * p {
  padding: 0;
  margin: 0 0 5px 0;
}
.ons-conts {
  padding: 40px 60px;
  background: url(../img/conts-bgr-l.jpg) center center no-repeat;
  background-size: cover;
  min-height: 240px;
}
.ons-conts .ons-title {
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .ons-conts {
    padding: 40px 30px;
  }
  .ons-conts .col1 {
    width: 100%;
  }
  .ons-conts .col2 {
    width: 100%;
    margin-top: 30px;
    border-top: #fff 1px solid;
    padding-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  .ons-conts {
    padding: 30px 20px;
  }
  .ons-conts .col2 > * {
    width: 100%;
  }
  .ons-conts .col2 > *.-tel {
    order: 1;
  }
  .ons-conts .col2 > *.-eml {
    order: 2;
  }
  .ons-conts .ons-big-btn {
    width: 100%;
  }
}
