@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

sub, sup {
  vertical-align: baseline !important;
}

img {
  vertical-align: top !important;
}

.block {
  font-family: 'Century Gothic', sans-serif;
  font-size: 24px;
  line-height: 1.8;
  overflow-x: hidden;
}

.block img {
  max-width: 100%;
  width: expression(document.body.clientWidth>100? "100%": "auto");
  overflow: hidden;
}

.block img.full {
  width: 100% !important;
}

.block .red {
  color: #f00;
}

.block .gray {
  color: #999;
}

.block .img {
  width: 100%;
  text-align: center;
}

.block .img img {
  display: inline-block;
  margin: 0 auto;
}

.block .imgxs, .block img.imgxs {
  display: none;
}

.block .wrapper {
  width: 85%;
  margin: 0 auto;
  max-width: 1800px;
}

.block .wrapper-lg {
  width: 85%;
  margin: 0 auto;
  max-width: 2560px;
}

.block .wrapper-lg-full {
  width: 100%;
  margin: 0 auto;
  max-width: 2560px;
}

.block .wrapper-full {
  width: 100%;
  margin: 0 auto;
}

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

.block h2 {
  font-family: 'Century Gothic', sans-serif;
  color: #191717;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.025em;
  padding: 0 0 24px;
  margin: 0;
}

.block h2.w {
  color: #fff;
}

.block figcaption {
  font-size: 100%;
}

.block p {
  font-size: 24px;
  line-height: 1.4;
  color: #000;
}

.block p + p {
  margin-top: 20px;
}

.block .note {
  font-size: 18px;
  color: #666;
  line-height: 1.2;
  padding-top: 15px;
}

.block a {
  color: rgba(75, 137, 174, 0.9);
  text-decoration: underline;
}

.block a:link {
  color: rgba(75, 137, 174, 0.9);
  text-decoration: underline;
}

.block a:hover, .block a:focus, .block a:active {
  color: #4b89ae;
  text-decoration: underline;
}

.block a.btn-reguler {
  padding: 1vh 2vw;
  text-decoration: none;
  border: 1px solid #444;
  color: #444;
  display: inline-block;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-top: 3vh;
}

.block a.btn-reguler:hover {
  background: #fff;
}

.block a.red {
  color: #f00;
}

.block.sp, .block .sp {
  padding: 6% 0;
}

.block.splg, .block .splg {
  padding: 10% 0;
}

.block.sptop, .block .sptop {
  padding-top: 3%;
}

.block.spbt, .block .spbt {
  padding-bottom: 3%;
}

.block.splgtop, .block .splgtop {
  padding-top: 6%;
}

.block.splgbt, .block .splgbt {
  padding-bottom: 6%;
}

.block.center, .block .center {
  text-align: center;
}

.block .dataNum {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2vh 0;
  color: #444;
}

.block .dataNum--item {
  width: 50%;
  line-height: initial;
}

.block .dataNum--item:first-child {
  padding-right: 16px;
}

.block .dataNum--item img {
  max-width: 50%;
  display: inline-block;
}

.block .dataNum--item span {
  display: block;
  font-size: 20px;
}

.block .dataNum--item b {
  font-size: 48px;
  font-weight: normal;
}

.block .iconBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2vh 0;
  text-align: center;
}

.block .iconBox--item {
  width: 25%;
  line-height: initial;
}

.block .iconBox--item img {
  max-width: 45%;
  display: inline-block;
}

.block .iconBox--item p {
  padding: 2vh 0;
}

@media screen and (max-width: 1920px) {
  .block h2 {
    font-size: 34px;
  }
  .block p {
    font-size: 21px;
  }
  .block .container {
    max-width: 1400px;
  }
  .block.sp {
    padding: 10vh 0;
  }
  .block.spbt, .block .spbt {
    padding-bottom: 8vh;
  }
  .block.splgtop, .block .splgtop {
    padding-top: 8vh;
  }
  .block.splgbt, .block .splgbt {
    padding-bottom: 8vh;
  }
  .block .dataNum--item img {
    max-width: 60%;
  }
  .block .dataNum--item span {
    display: block;
    font-size: 18px;
  }
  .block .dataNum--item b {
    font-size: 40px;
    font-weight: normal;
    color: #444;
  }
  .block .iconBox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2vh 0;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .block .iconBox--item {
    width: 30%;
    line-height: initial;
  }
  .block .iconBox--item img {
    max-width: 45%;
    display: inline-block;
  }
  .block .iconBox--item p {
    padding: 2vh 0;
  }
}

@media screen and (max-width: 1920px) and (max-width: 1680px) {
  .block .dataNum--item img {
    max-width: 60%;
  }
  .block .dataNum--item span {
    display: block;
    font-size: 16px;
  }
  .block .dataNum--item b {
    font-size: 24px;
    font-weight: 700;
    color: #444;
  }
}

@media screen and (max-width: 1920px) and (max-width: 1366px) {
  .block h2 {
    font-size: 28px;
    padding: 0 0 12px;
  }
  .block p {
    font-size: 16px;
  }
  .block .iconBox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2vh 0;
    text-align: center;
  }
  .block .iconBox--item {
    width: 50%;
    line-height: initial;
  }
  .block .iconBox--item img {
    max-width: 30%;
    display: inline-block;
  }
  .block .iconBox--item p {
    font-size: 16px;
    padding: 1vh 0;
  }
}

@media screen and (max-width: 1920px) and (max-width: 960px) {
  .block {
    font-size: 18px;
  }
  .block .img {
    width: 100%;
    text-align: center;
  }
  .block .img img {
    max-width: 80%;
  }
  .block .imglg, .block img.imglg {
    display: none;
  }
  .block .imgxs, .block img.imgxs {
    display: block;
  }
  .block.sp {
    padding: 45px 0;
  }
  .block.spbt, .block .spbt {
    padding-bottom: 45px;
  }
  .block.splgtop, .block .splgtop {
    padding-top: 3vh;
  }
  .block.splgbt, .block .splgbt {
    padding-bottom: 3vh;
  }
  .block h2 {
    font-size: 28px;
  }
  .block h3 {
    font-size: 24px;
  }
  .block .dataNum--item img {
    max-width: 60%;
  }
  .block .dataNum--item span {
    display: block;
    font-size: 16px;
  }
  .block .dataNum--item b {
    font-size: 28px;
    font-weight: normal;
    color: #444;
  }
}

.vd-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  z-index: 0;
}

.vd-container iframe, .vd-container object, .vd-container embed, .vd-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
}

.delighter.right {
  -webkit-transform: translate(-20%);
  transform: translate(-20%);
  opacity: 0;
  -webkit-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}

.delighter.right.started {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.delighter.left {
  -webkit-transform: translate(20%);
  transform: translate(20%);
  opacity: 0;
  -webkit-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}

.delighter.left.started {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.delighter.top {
  -webkit-transform: translatey(20%);
  transform: translatey(20%);
  opacity: 0;
  -webkit-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}

.delighter.top.started {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.delighter.bottom {
  -webkit-transform: translatey(-20%);
  transform: translatey(-20%);
  opacity: 0;
  -webkit-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}

.delighter.bottom.started {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.delighter.fadein {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.delighter.fadein.started {
  opacity: 1;
}

.delighter.img-animation img {
  opacity: 0;
  -webkit-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}

.delighter.img-animation img:nth-child(2) {
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.delighter.img-animation.started img {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.delighter.img-animation.started img:nth-child(1) {
  -webkit-transition: all 0.75s ease-out .1s;
  transition: all 0.75s ease-out .1s;
}

.delighter.img-animation.started img:nth-child(2) {
  -webkit-transition: all 0.75s ease-out .3s;
  transition: all 0.75s ease-out .3s;
}
/*# sourceMappingURL=aio-moderns.css.map */