@font-face {
  font-family: "Cera CY";
  src: url("../fonts/CeraCY-Regular.eot");
  src: url("../fonts/CeraCY-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/CeraCY-Regular.woff2") format("woff2"), url("../fonts/CeraCY-Regular.woff") format("woff"), url("../fonts/CeraCY-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cera CY";
  src: url("../fonts/CeraCY-Bold.eot");
  src: url("../fonts/CeraCY-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/CeraCY-Bold.woff2") format("woff2"), url("../fonts/CeraCY-Bold.woff") format("woff"), url("../fonts/CeraCY-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.big_title {
  font-size: 86px;
  line-height: 116px;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 1440px) {
  .big_title {
    font-size: 72px;
    line-height: 91px;
  }
}

@media (max-width: 1024px) {
  .big_title {
    font-size: 46px;
    line-height: 68px;
  }
}

@media (max-width: 768px) {
  .big_title {
    font-size: 32px;
    line-height: 45px;
  }
}

.title {
  font-size: 58px;
  line-height: 60px;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .title {
    font-size: 34px;
    line-height: 43px;
  }
}

@media (max-width: 768px) {
  .title {
    font-size: 32px;
    line-height: 42px;
  }
}

@media (max-width: 420px) {
  .title {
    font-size: 26px;
    line-height: 38px;
  }
}

.side_title {
  font-size: 42px;
  line-height: 58px;
  text-transform: uppercase;
}

@media (max-width: 1440px) {
  .side_title {
    font-size: 27px;
    line-height: 35px;
  }
}

@media (max-width: 1024px) {
  .side_title {
    font-size: 25px;
    line-height: 32px;
  }
}

.p_title {
  font-size: 36px;
  line-height: 48px;
  text-transform: uppercase;
}

@media (max-width: 1440px) {
  .p_title {
    font-size: 30px;
    line-height: 42px;
  }
}

@media (max-width: 1024px) {
  .p_title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (max-width: 768px) {
  .p_title {
    font-size: 20px;
    line-height: 28px;
  }
}

.semi_title {
  font-size: 36px;
  line-height: 42px;
}

@media (max-width: 1440px) {
  .semi_title {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (max-width: 1024px) {
  .semi_title {
    font-size: 21px;
    line-height: 28px;
  }
}

.big_font {
  font-size: 24px;
  line-height: 34px;
}

@media (max-width: 1440px) {
  .big_font {
    font-size: 15px;
    line-height: 22px;
  }
}

@media (max-width: 1024px) {
  .big_font {
    font-size: 13px;
    line-height: 20px;
  }
}

.font {
  font-size: 21px;
  line-height: 32px;
}

@media (max-width: 1440px) {
  .font {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 1024px) {
  .font {
    font-size: 13px;
    line-height: 20px;
  }
}

.semi_font {
  font-size: 17px;
  line-height: 28px;
  font-weight: normal;
}

@media (max-width: 1440px) {
  .semi_font {
    font-size: 13px;
    line-height: 19px;
  }
}

@media (max-width: 1024px) {
  .semi_font {
    font-size: 12px;
    line-height: 18px;
  }
}

.copy {
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
}

@media (max-width: 1440px) {
  .copy {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 1024px) {
  .copy {
    font-size: 10px;
    line-height: 13px;
  }
}

body {
  margin: 0;
  font-size: 22px;
  line-height: 32px;
  font-family: "Cera CY";
}

@media (max-width: 1024px) {
  body {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 420px) {
  body {
    font-size: 14px;
    line-height: 24px;
  }
}

#main {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  #main {
    margin-top: 1rem;
  }
}

.text_black {
  color: #424242 !important;
}

.text_black a {
  color: #424242 !important;
}

.container {
  max-width: 1440px;
  padding: 0 10px;
  margin: 0 auto;
}

.dline {
  width: 100%;
  height: 4px;
  border-top: solid 1px #D5BF90;
  border-bottom: solid 1px #D5BF90;
}

.line {
  width: 100%;
  height: 1px;
  border-top: solid 1px #D5BF90;
}

ol.ololo {
  counter-reset: section1;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #D5BF90;
}

ol.ololo li {
  min-height: 38px;
  border-top: #D5BF90 1px solid;
  counter-increment: section1;
  padding: 30px 10px 30px 105px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1440px) {
  ol.ololo li {
    padding: 20px 10px 20px 80px;
    min-height: 30px;
  }
}

@media (max-width: 1024px) {
  ol.ololo li {
    padding: 15px 10px 15px 60px;
    min-height: 30px;
  }
}

@media (max-width: 420px) {
  ol.ololo li {
    padding: 40px 10px 10px 0;
    min-height: 25px;
  }
}

ol.ololo li:before {
  position: absolute;
  left: 0;
  content: "0" counter(section1) ".";
  z-index: 2;
  font-size: 32px;
  height: 38px;
  color: #D5BF90;
}

@media (max-width: 1440px) {
  ol.ololo li:before {
    font-size: 28px;
    height: 34px;
  }
}

@media (max-width: 1024px) {
  ol.ololo li:before {
    font-size: 22px;
    height: 30px;
  }
}

@media (max-width: 420px) {
  ol.ololo li:before {
    top: 10px;
    font-size: 18px;
    line-height: 23px;
  }
}

ul.mydot {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #D5BF90;
}

ul.mydot li {
  min-height: 38px;
  border-top: #D5BF90 1px solid;
  padding: 30px 10px 30px 115px;
  position: relative;
  z-index: 2;
}

@media (max-width: 420px) {
  ul.mydot li {
    padding: 40px 10px 10px 0;
  }
}

ul.mydot li span {
  position: absolute;
  left: 0;
  z-index: 2;
  font-size: 32px;
  height: 38px;
  color: #D5BF90;
}

@media (max-width: 1440px) {
  ul.mydot li span {
    font-size: 28px;
    height: 34px;
  }
}

@media (max-width: 1024px) {
  ul.mydot li span {
    font-size: 22px;
    height: 30px;
  }
}

@media (max-width: 420px) {
  ul.mydot li span {
    top: 10px;
    font-size: 18px;
    line-height: 23px;
  }
}

.page_title {
  margin: 40px 0;
}

.back_button a {
  color: #000;
  text-decoration: none;
}

.back_button a:hover {
  color: #111;
}

.back_button a img {
  margin-right: 20px;
}

.page {
  margin-top: 40px;
}

.qr-code {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}

.qr-code div {
  margin: 0 20px;
}

@media (min-width: 1024px) {
  .qr-code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .qr-code img {
    width: 60px;
    height: 60px;
  }
}

@media (min-width: 1440px) {
  .qr-code img {
    width: 84px;
    height: 84px;
  }
}

footer {
  margin-top: 2rem;
}

footer .footer_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px 0 80px 0;
}

@media (max-width: 768px) {
  footer .footer_content {
    display: block;
    margin: 20px 0 50px 0;
  }
}

footer .footer_content .spacer {
  width: 100%;
}

footer .footer_content .logo {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}

footer .footer_content .logo img {
  max-width: 100%;
  width: 370px;
  height: auto;
}

@media (max-width: 768px) {
  footer .footer_content .logo img {
    margin: auto;
    display: block;
  }
}

@media (max-width: 768px) {
  footer .footer_content .logo {
    margin-bottom: 1rem;
  }
}

footer .footer_content .download {
  -ms-grid-column-align: end;
      justify-self: end;
}

footer .footer_content .download .app_title {
  padding-bottom: 10px;
}

@media (max-width: 768px) {
  footer .footer_content .download .app_title {
    text-align: center;
  }
}

footer .footer_content .download .apps_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 768px) {
  footer .footer_content .download .apps_img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

footer .footer_content .download .apps_img .img img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  footer .footer_content .download {
    -ms-grid-column-align: center;
        justify-self: center;
  }
}

footer .footer_content .copy {
  padding: 10px 0;
}

footer .footer_content .copy.copy_top {
  display: block;
}

footer .footer_content .copy.copy_bottom {
  display: none;
}

@media (max-width: 768px) {
  footer .footer_content .copy.copy_top {
    display: none;
  }
  footer .footer_content .copy.copy_bottom {
    display: block;
    text-align: center;
  }
}

header .home_header_wrp {
  position: relative;
  background: url("/images/header/bg.png") no-repeat center center #0057b6;
  background-size: cover;
  position: relative;
  color: #fff;
  min-height: 500px;
  height: auto;
  padding-bottom: 60px;
}

@media (max-width: 1440px) {
  header .home_header_wrp {
    min-height: 400px;
  }
}

@media (max-width: 768px) {
  header .home_header_wrp {
    min-height: 350px;
  }
}

header .home_header_wrp .arrow {
  position: absolute;
  bottom: 20px;
  left: calc(50% - 20px);
  -webkit-transform: rotate(90deg) scale(0.5);
          transform: rotate(90deg) scale(0.5);
}

header .header_top .logo {
  padding: 30px 0;
}

header .header_top .logo img {
  display: block;
  margin: auto;
  max-width: 450px;
}

@media (max-width: 768px) {
  header .header_top .logo img {
    width: 40vw;
    height: auto;
  }
}

@media (max-width: 420px) {
  header .header_top .logo img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  header .header_top .logo {
    padding: 20px 0;
  }
}

@media (max-width: 420px) {
  header .header_top .logo {
    padding: 10px 0;
  }
}

header .header_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-top: 40px;
}

@media (max-width: 768px) {
  header .header_content {
    display: block;
    margin: 50px auto;
    text-align: center;
  }
}

header .header_content .about_title {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  text-align: center;
  color: #D5BF90;
  text-transform: uppercase;
}

@media (max-width: 1440px) {
  header .header_content .about_title {
    text-align: left;
  }
}

@media (max-width: 768px) {
  header .header_content .about_title {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center;
  }
}

header .header_content .about_content {
  width: 50%;
}

@media (max-width: 768px) {
  header .header_content .about_content {
    width: 100%;
    text-align: justify;
  }
}

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: calc(50% - 35px);
  width: 98%;
  margin: auto;
  left: 0;
  right: 0;
}

.owl-carousel .owl-nav span {
  font-size: 0;
}

.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: 0;
  width: 60px;
  height: 20px;
  background: url("../images/icons/arrow_gray.svg") no-repeat center center !important;
  background-size: cover !important;
}

@media (max-width: 768px) {
  .owl-carousel .owl-nav button.owl-next {
    width: 30px;
    height: 10px;
  }
}

.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 0;
  width: 60px;
  height: 20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: url("../images/icons/arrow_gray.svg") no-repeat center center !important;
  background-size: cover !important;
}

@media (max-width: 768px) {
  .owl-carousel .owl-nav button.owl-prev {
    width: 25px;
    height: 8px;
  }
}

.owl-carousel .owl-dots {
  white-space: nowrap;
  margin-top: 1rem;
}

.owl-carousel .owl-dots .owl-dot span {
  margin: 0.5vw 0.7vw !important;
}

.content_accordion .content_accordion_item {
  margin-bottom: 10px;
  background-color: #f4f4f3;
  border-radius: 10px;
}

.content_accordion .content_accordion_item .content_accordion_item_title {
  cursor: pointer;
  padding: 20px;
  position: relative;
}

.content_accordion .content_accordion_item .content_accordion_item_title:after {
  content: url("../images/icons/ugol.svg");
  font-weight: normal;
  font-size: 30px;
  position: absolute;
  right: 30px;
  margin: auto;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.content_accordion .content_accordion_item .content_accordion_item_content {
  padding: 20px 30px;
  display: none;
}

.content_accordion .content_accordion_item .content_accordion_item_content .caic_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.2fr;
      grid-template-columns: 1fr 1.2fr;
  grid-gap: 50px;
}

@media (max-width: 768px) {
  .content_accordion .content_accordion_item .content_accordion_item_content .caic_grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.content_accordion .content_accordion_item.active .content_accordion_item_title:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.homepage > .title {
  margin: 40px 0;
}

.homepage > .title span {
  font-weight: bold;
}

@media (max-width: 1024px) {
  .homepage > .title {
    margin: 20px 0;
  }
}

@media (max-width: 768px) {
  .homepage > .title {
    font-size: 32px;
    line-height: 42px;
  }
}

.homepage .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media (max-width: 768px) {
  .homepage .content {
    display: block;
  }
}

.homepage .content .fbox {
  margin: 10px 0;
  -ms-flex-preferred-size: calc(50% - 10px);
      flex-basis: calc(50% - 10px);
}

.homepage .content .p2 {
  background-color: #D5BF90;
}

.homepage .content .p7 {
  background-color: #0057B6;
}

.homepage .content .box {
  cursor: pointer;
  padding: 35px 35px 75px 35px;
  min-height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  color: #fff;
}

.homepage .content .box .box_title {
  text-transform: uppercase;
}

@media (max-width: 1440px) {
  .homepage .content .box {
    min-height: 330px;
  }
}

@media (max-width: 1024px) {
  .homepage .content .box {
    padding: 18px 18px 60px 18px;
    min-height: 205px;
  }
}

@media (max-width: 768px) {
  .homepage .content .box {
    padding: 18px 18px 60px 18px;
    min-height: 180px;
  }
}

@media (max-width: 420px) {
  .homepage .content .box {
    padding: 18px 18px 40px 18px;
    min-height: 140px;
  }
}

.homepage .content .box a {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

@media (max-width: 1024px) {
  .homepage .content .box a {
    bottom: 20px;
    left: 20px;
  }
}

@media (max-width: 768px) {
  .homepage .content .box a {
    bottom: 20px;
    left: 20px;
  }
}

@media (max-width: 420px) {
  .homepage .content .box a {
    bottom: 10px;
    left: 20px;
  }
}

.homepage .content .box a img {
  width: 40px;
  height: 26px;
}

@media (max-width: 1024px) {
  .homepage .content .box a img {
    width: 24px;
    height: 18px;
  }
}

@media (max-width: 768px) {
  .homepage .content .box a img {
    width: 18px;
    height: 13px;
  }
}

.homepage .content .box.p2 a,
.homepage .content .box.p7 a {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
}

@media (max-width: 1440px) {
  .homepage .content .box.p2 a,
  .homepage .content .box.p7 a {
    width: 90px;
    height: 90px;
  }
}

@media (max-width: 1024px) {
  .homepage .content .box.p2 a,
  .homepage .content .box.p7 a {
    width: 65px;
    height: 65px;
  }
}

@media (max-width: 768px) {
  .homepage .content .box.p2 a,
  .homepage .content .box.p7 a {
    width: 45px;
    height: 45px;
  }
}

.homepage .content .box.p2 {
  font-weight: bold;
}

.homepage .content .box.p2 .box_title {
  padding: 0 20px;
  height: 42px;
  position: absolute;
  top: 0;
  bottom: calc(25% + 120px);
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

@media (max-width: 1024px) {
  .homepage .content .box.p2 .box_title {
    width: 90%;
    bottom: calc(25% + 40px);
  }
}

@media (max-width: 768px) {
  .homepage .content .box.p2 .box_title {
    width: 90%;
    bottom: calc(25% + 40px);
  }
}

.homepage .content .box.p2 a {
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
  top: 40px;
}

.homepage .content .box.p2 a img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 1024px) {
  .homepage .content .box.p2 a {
    top: 80px;
  }
}

@media (max-width: 768px) {
  .homepage .content .box.p2 a {
    top: 40px;
  }
}

.homepage .content .box.p7 {
  font-weight: bold;
}

.homepage .content .box.p7 .box_title {
  padding: 0 20px;
  height: 42px;
  position: absolute;
  top: 0;
  bottom: calc(25% + 180px);
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

@media (max-width: 1440px) {
  .homepage .content .box.p7 .box_title {
    height: 35px;
    bottom: calc(25% + 150px);
  }
}

@media (max-width: 1024px) {
  .homepage .content .box.p7 .box_title {
    height: 30px;
    bottom: calc(25% + 80px);
  }
}

@media (max-width: 768px) {
  .homepage .content .box.p7 .box_title {
    height: 22px;
    bottom: calc(25% + 80px);
  }
}

.homepage .content .box.p7 a {
  margin: auto;
  top: 80px;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.homepage .content .box.p7 a img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.homepage .content .box.p7 .qr-code {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.homepage .content .box .box_title {
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .homepage .content .box .box_title {
    margin-bottom: 12px;
  }
}

@media (max-width: 768px) {
  .homepage .content .box .box_title {
    margin-bottom: 5px;
  }
}

@media (max-width: 420px) {
  .homepage .content .box .box_title {
    margin-bottom: 5px;
  }
}

.page_a .content {
  margin: 40px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.3fr 2fr;
      grid-template-columns: 1.3fr 2fr;
  grid-column-gap: 40px;
  grid-row-gap: 100px;
}

@media (max-width: 768px) {
  .page_a .content {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}

.page_a .fact_block .js_fact {
  display: none;
  padding: 25px;
  margin-top: 20px;
  border-radius: 10px;
  background-color: #0057B6;
  color: #fff;
}

.page_a .fact_block .js_fact .spec {
  text-align: center;
  padding-bottom: 8px;
}

@media (max-width: 768px) {
  .page_a .fact_block .js_fact {
    padding: 20px;
    min-height: 10px;
  }
}

@media (max-width: 420px) {
  .page_a .fact_block .js_fact {
    padding: 15px;
  }
}

.page_a .js_fact_inv > div {
  padding: 25px;
  margin-top: 20px;
  border-radius: 10px;
  background-color: #D5BF90;
  color: #0057B6;
  text-align: center;
  font-weight: bold;
}

.page_a .js_fact_inv > div .spec {
  text-align: center;
  padding-bottom: 8px;
}

@media (max-width: 768px) {
  .page_a .js_fact_inv > div {
    padding: 20px;
    min-height: 10px;
  }
}

@media (max-width: 420px) {
  .page_a .js_fact_inv > div {
    padding: 15px;
  }
}

.page_b .content {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media (max-width: 768px) {
  .page_b .content {
    display: block;
  }
}

.page_b .content .img img {
  width: 100%;
  height: auto;
}

.page_b .content .qr-code {
  margin-top: 50px;
}

.page_b .content .fbox {
  margin: 10px 0;
  -ms-flex-preferred-size: calc(50% - 10px);
      flex-basis: calc(50% - 10px);
}

.page_b .content .right_content {
  text-align: justify;
}
