.yag {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #141414;
}
@media  all and (min-width: 1024px) {
  .yag {
    font-size: 24px;
  }
}
.yag__pos-relative {
  position: relative;
}
.yag__mb-remove {
  margin-bottom: 0 !important;
}
.yag__wrap {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 15px;
}
@media  all and (min-width: 768px) {
  .yag__wrap {
    padding: 0 30px;
  }
}
@media  all and (min-width: 1024px) {
  .yag__wrap {
    width: 840px;
    padding: 0;
  }
}
@media  all and (min-width: 1200px) {
  .yag__wrap {
    width: 940px;
  }
}
@media  all and (min-width: 1400px) {
  .yag__wrap {
    width: 1170px;
  }
}
.yag__click-link {
  text-decoration: none;
  color: #0F61FE;
  transition: filter linear 0.3s;
}
.yag__click-link:hover {
  filter: brightness(0.8);
  cursor: pointer;
}
.yag__foot {
  position: relative;
  margin-top: -10%;
  height: 0;
  padding-top: 65%;
}
@media  all and (min-width: 1400px) {
  .yag__foot {
    padding-top: 850px;
  }
}
.yag__foot__back,
.yag__foot__back-overlay,
.yag__foot__front,
.yag__foot__front-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.yag__foot__back {
  background: url(/assets/spec/yaGeo/img/foot_back.png) center bottom no-repeat;
  background-size: cover;
}
.yag__foot__back-overlay {
  background: linear-gradient(180deg, #fff, #fff 15%, rgba(255, 255, 255, 0.0001));
}
.yag__foot__front {
  background: url(/assets/spec/yaGeo/img/foot.png) center bottom no-repeat;
  background-size: contain;
}
.yag__foot__front-overlay {
  background: linear-gradient(180deg, #fff, #fff 15%, rgba(255, 255, 255, 0.0001) 40%, rgba(255, 255, 255, 0.0001));
}
.yag__z-index2 {
  position: relative;
  z-index: 2;
}
.yag__share {
  margin-top: 16px;
}
@media  all and (min-width: 1024px) {
  .yag__share {
    display: none;
  }
}
.yag__share-stick {
  display: none;
}
@media  all and (min-width: 1024px) {
  .yag__share-stick {
    z-index: 2;
    display: block;
    position: sticky;
    top: 36px !important;
    left: 50%;
    width: 40px;
    height: 0;
    transform: translate(-494px, 0);
  }
}
@media  all and (min-width: 1200px) {
  .yag__share-stick {
    transform: translate(-560px, 0);
    top: 72px !important;
  }
}
@media  all and (min-width: 1400px) {
  .yag__share-stick {
    transform: translate(-670px, 0);
  }
}
@media  all and (min-width: 1600px) {
  .yag__share-stick {
    transform: translate(-690px, 0);
  }
}
@media  all and (min-width: 1024px) {
  .yag__share-stick__inner {
    position: relative;
    top: 1.4em !important;
    width: 40px;
  }
}
@media  all and (min-width: 1024px) {
  .yag__share-stick .ya-share2__list {
    display: flex !important;
    flex-direction: column !important;
  }
}
.yag__share-stick .ya-share2__item {
  margin: 0 0 5px 0 !important;
}
.yag__share-stick .ya-share2__badge {
  background: transparent !important;
}
.yag__share-stick .ya-share2__badge:hover .ya-share2__icon {
  filter: invert(1) opacity(0.4);
}
.yag__share-stick .ya-share2__icon {
  width: 40px !important;
  height: 40px !important;
  filter: invert(1) opacity(0.1);
  background-size: 40px !important;
}
.yag__share-stick .ya-share2__counter {
  color: #ccc;
  line-height: 40px !important;
  padding: 0 !important;
}
.yag__share-stick .ya-share2__counter:before {
  display: none !important;
}
.yag__content {
  position: relative;
  margin-top: 88%;
  background: #fff;
  box-shadow: 0px -2px 12px rgba(0, 0, 0, 0.05);
  padding-bottom: 1px;
}
@media  all and (min-width: 768px) {
  .yag__content {
    margin-top: 65%;
  }
}
@media  all and (min-width: 1024px) {
  .yag__content {
    margin-top: 600px;
  }
}
@media  all and (min-width: 1400px) {
  .yag__content {
    margin-top: 700px;
  }
}
.yag__content:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
  bottom: 0;
  background: #fff;
  z-index: 2;
}
.yag__content__inner {
  position: relative;
  z-index: 4;
}
@media  all and (min-width: 1200px) {
  .yag__text-block {
    max-width: 840px;
  }
}
.yag__text-block p {
  margin: 1.4em 0;
}
.yag__text-header {
  font-size: 44px;
  line-height: 1.1;
  font-weight: 500;
}
@media  all and (min-width: 1024px) {
  .yag__text-header {
    font-size: 54px;
  }
}
@media  all and (min-width: 1400px) {
  .yag__text-header {
    font-size: 68px;
  }
}
.yag__text-header2 {
  margin: 60px 0 20px;
  font-size: 39px;
  line-height: 1.1;
  font-weight: 500;
}
@media  all and (min-width: 375px) {
  .yag__text-header2 {
    font-size: 44px;
  }
}
@media  all and (min-width: 768px) {
  .yag__text-header2 {
    margin: 80px 0 40px;
    font-size: 64px;
  }
}
@media  all and (min-width: 1400px) {
  .yag__text-header2 {
    font-size: 84px;
    margin: 160px 0 60px;
  }
}
.yag__text-header3 {
  margin: 60px 0 -10px;
  font-weight: 500;
}
@media  all and (min-width: 1024px) {
  .yag__text-header3 {
    margin: 80px 0 -10px;
  }
}
.yag__img {
  display: inline-block;
  margin: 20px 0 16px;
  font-size: 0;
}
@media  all and (min-width: 768px) {
  .yag__img {
    margin: 42px auto 42px 0;
  }
}
.yag__img--round .yag__img__pic {
  border-radius: 8px;
}
@media  all and (min-width: 1200px) {
  .yag__img--round .yag__img__pic {
    border-radius: 16px;
  }
}
.yag__img--shadow .yag__img__pic {
  box-shadow: 0px 1.10251px 49.2456px rgba(0, 0, 0, 0.23);
}
@media  all and (min-width: 768px) {
  .yag__img--shadow .yag__img__pic {
    box-shadow: 0px 2.28492px 102.06px rgba(0, 0, 0, 0.23);
  }
}
.yag__img__pic {
  display: block;
  overflow: hidden;
}
.yag__img__caption {
  margin-top: 10px;
  font-size: 11px;
  line-height: 1.3;
  color: #737373;
}
@media  all and (min-width: 768px) {
  .yag__img__caption {
    margin-top: 25px;
    font-size: 16px;
  }
}
.yag__img__caption--double-grid {
  padding-bottom: 16px;
  text-align: center;
}
@media  all and (min-width: 768px) {
  .yag__img__caption--double-grid {
    margin-top: -40px;
    padding-bottom: 40px;
  }
}
.yag__img img {
  display: block;
  max-width: 100%;
}
.yag__double-grid {
  position: relative;
  display: flex;
  justify-content: center;
}
@media  all and (min-width: 768px) {
  .yag__double-grid {
    margin: 42px 0;
  }
}
.yag__double-grid__item {
  width: 40%;
  flex-shrink: 0;
  flex-grow: 0;
}
@media  all and (min-width: 1024px) {
  .yag__double-grid__item {
    width: 286px;
  }
}
.yag__double-grid__arr {
  position: relative;
  width: 20%;
  flex-grow: 0;
  flex-shrink: 0;
  background: url(/assets/spec/yaGeo/img/arr_gr.svg) center center no-repeat;
  background-size: 80%;
  z-index: 2;
}
.yag__double-grid__arr--transparent {
  opacity: 0;
}
@media  all and (min-width: 1024px) {
  .yag__double-grid__arr {
    background-size: 50%;
  }
}
.yag__triple-grid {
  display: flex;
  justify-content: space-between;
}
.yag__triple-grid__item {
  width: calc(50% - 16px);
  flex-grow: 0;
  flex-shrink: 0;
}
@media  all and (min-width: 768px) {
  .yag__triple-grid__item {
    width: calc(33.3333% - 16px);
  }
}
@media  all and (min-width: 1200px) {
  .yag__triple-grid__item {
    width: 285px;
  }
}
.yag__triple-grid__item:last-child {
  display: none;
}
@media  all and (min-width: 768px) {
  .yag__triple-grid__item:last-child {
    display: block;
  }
}
.yag__s-panel {
  height: 36px;
  margin-top: 20px;
  padding: 0 10px;
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  font-size: 11px;
  line-height: 36px;
  white-space: nowrap;
}
@media  all and (min-width: 1200px) {
  .yag__s-panel {
    height: 60px;
    box-shadow: 0px 8px 64px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    font-size: 18px;
    line-height: 60px;
  }
}
.yag__s-panel:before {
  content: " ";
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  top: 1px;
  margin-left: -4px;
  background: url(/assets/spec/yaGeo/img/lu.svg) center center no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media  all and (min-width: 1200px) {
  .yag__s-panel:before {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.yag__quote-block {
  background: #f5f5f5;
  margin: 42px -15px;
  padding: 24px 15px;
}
@media  all and (min-width: 768px) {
  .yag__quote-block {
    margin: 64px 0;
    padding: 42px 72px;
  }
}
@media  all and (min-width: 1400px) {
  .yag__quote-block {
    margin: 90px 0;
  }
}
.yag__quote-block--round.yag__quote-block--marg-disable {
  border-radius: 16px;
}
@media  all and (min-width: 768px) {
  .yag__quote-block--round {
    border-radius: 16px;
  }
}
.yag__quote-block--marg-disable {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.yag__gray-bg {
  overflow: hidden;
  margin: 42px 0 0;
  padding: 12px 0 0;
  background: #F5F5F5;
}
@media  all and (min-width: 768px) {
  .yag__gray-bg {
    margin-top: 84px;
  }
}
@media  all and (min-width: 1400px) {
  .yag__gray-bg {
    padding-top: 0;
    margin-top: 100px;
  }
}
@media  all and (min-width: 1400px) {
  .yag__gray-bg .yag__text-header2 {
    margin-top: 100px;
  }
}
.yag__half-overlay {
  position: relative;
}
.yag__half-overlay:before {
  content: " ";
  position: absolute;
  left: -2000px;
  right: -2000px;
  bottom: -2000px;
  top: 47.5%;
  background: #fff;
}
.yag__half-overlay__inner {
  position: relative;
}
.yag__present-user {
  display: flex;
  align-items: flex-start;
}
@media  all and (min-width: 768px) {
  .yag__present-user {
    padding-top: 12px;
  }
}
.yag__present-user__pic {
  flex-grow: 0;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  margin-right: 20px;
}
@media  all and (min-width: 768px) {
  .yag__present-user__pic {
    width: 65px;
    height: 65px;
  }
}
.yag__present-user__name {
  line-height: 1.1;
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
@media  all and (min-width: 768px) {
  .yag__present-user__name {
    font-size: 24px;
  }
}
.yag__present-user__pos {
  font-size: 12px;
  color: #737373;
}
@media  all and (min-width: 768px) {
  .yag__present-user__pos {
    font-size: 16px;
  }
}
#site_footer_wrapper {
  position: relative;
  z-index: 3;
}
.yag__header {
  position: fixed;
  left: 0;
  top: 40px;
  right: 0;
  background-size: cover;
  will-change: scroll-position;
  overflow: hidden;
}
@media  all and (min-width: 1024px) {
  .yag__header {
    background: #f8f8f8;
  }
}
@media  all and (min-width: 1200px) {
  .yag__header {
    top: 64px;
  }
}
.yag__header__inner {
  position: relative;
  padding-top: 88%;
}
@media  all and (min-width: 768px) {
  .yag__header__inner {
    padding-top: 65%;
  }
}
@media  all and (min-width: 1024px) {
  .yag__header__inner {
    padding-top: 600px;
  }
}
@media  all and (min-width: 1400px) {
  .yag__header__inner {
    padding-top: 700px;
  }
}
.yag__header__logo {
  display: block;
  position: absolute;
  z-index: 3;
  top: 19px;
  left: 50%;
  width: 38%;
  transform: translate(-50%, 0);
}
@media  all and (min-width: 768px) {
  .yag__header__logo {
    width: auto;
  }
}
@media  all and (min-width: 1024px) {
  .yag__header__logo {
    left: 0;
    transform: translate(0, 180%);
  }
}
@media  all and (min-width: 1200px) {
  .yag__header__logo {
    transform: translate(0, 120%);
  }
}
@media  all and (min-width: 1400px) {
  .yag__header__logo {
    transform: translate(5%, 140%) scale(1.15);
  }
}
.yag__header__logo__pic {
  max-width: 100%;
}
.yag__header__ttl {
  position: relative;
  top: -16px;
  border-radius: 16px 16px 0 0;
  margin-top: -16px;
  margin-bottom: 16px;
  text-align: center;
  /*&:after {
      content: " ";
      position: absolute;
      top: @pad; left: -1000px; right: -1000px; bottom: 0;
      background: #fff;

      @media @1024 {
        top: 150px;
        height: 350px;
      }
    }*/
}
@media  all and (min-width: 768px) {
  .yag__header__ttl {
    margin-bottom: 32px;
  }
}
@media  all and (min-width: 1024px) {
  .yag__header__ttl {
    top: -150px;
    margin-bottom: -54px;
  }
}
.yag__header__ttl__whitebox {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 19px;
  background: #fff;
  border-radius: 16px 16px 0 0;
  box-shadow: 0px -2px 12px rgba(0, 0, 0, 0.07);
  will-change: transform;
  transform: translate3d(0, 0);
}
@media  all and (min-width: 1024px) {
  .yag__header__ttl__whitebox {
    top: 0;
    left: 0;
    right: 0;
    height: 350px;
  }
}
.yag__header__ttl__inner {
  position: relative;
  z-index: 4;
  padding-top: 19px;
}
.yag__header__ttl__mainlink {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, 0);
  padding: 10px;
  white-space: nowrap;
}
.yag__header__ttl__lapa {
  display: inline-block;
  width: 51px;
  height: 8px;
  background: #F0F0F0;
  border-radius: 6px;
}
@media  all and (min-width: 768px) {
  .yag__header__ttl__lapa {
    width: 61px;
    height: 12px;
  }
}
.yag__header__ttl__p-title {
  margin: 0;
  padding: 32px 0 32px 0;
}
.yag__header__ttl__p-title__br {
  display: none;
}
@media  all and (min-width: 768px) {
  .yag__header__ttl__p-title__br {
    display: inline;
  }
}
.yag__art-list-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 64px;
}
.yag__art-list-main__item {
  margin: 9px 0;
}
@media  all and (min-width: 768px) {
  .yag__art-list-main__item {
    width: calc(50% - 15px);
    margin: 20px 0;
  }
}
.yag__art-list-other {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media  all and (min-width: 1024px) {
  .yag__art-list-other {
    justify-content: flex-start;
  }
}
.yag__art-list-other__item {
  margin: 9px 0;
}
@media  all and (min-width: 768px) {
  .yag__art-list-other__item {
    width: calc(50% - 15px);
    margin: 20px 0;
  }
}
@media  all and (min-width: 1024px) {
  .yag__art-list-other__item {
    width: calc(33.3333% - 22px);
    margin: 20px 20px 20px 0;
  }
}
.yag__art-list-other__bt {
  padding: 6px 0 64px;
}
@media  all and (min-width: 1024px) {
  .yag__art-list-other__bt {
    font-size: 0.8em;
  }
}
.yag__art-list-other__bt .yag__click-link:after {
  content: " ";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(/assets/spec/yaGeo/img/blue_arr_left.svg) center center no-repeat;
  background-size: contain;
  margin-left: 5px;
}
@media  all and (min-width: 1024px) {
  .yag__art-list-other__bt .yag__click-link:after {
    position: relative;
    top: 1px;
    width: 12px;
    height: 12px;
  }
}
.yag__art-teaser-main {
  position: relative;
  background: #fff;
  border-radius: 19px;
  overflow: hidden;
}
.yag__art-teaser-main__wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.yag__art-teaser-main__link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  text-indent: -9999px;
}
.yag__art-teaser-main__pic {
  flex-shrink: 0;
  flex-grow: 0;
  height: 0;
  padding-top: 50%;
  background-position: center center;
  background-size: cover;
}
.yag__art-teaser-main__desc {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 19px;
  line-height: 1.3;
}
@media  all and (min-width: 1024px) {
  .yag__art-teaser-main__desc {
    padding: 19px 26px;
  }
}
.yag__art-teaser-main__desc--sm .yag__art-teaser-main__title {
  font-size: 0.7em;
}
@media  all and (min-width: 768px) {
  .yag__art-teaser-main__title {
    font-weight: 500;
  }
}
.yag__art-teaser-main__sub {
  display: flex;
  justify-content: space-between;
  margin-top: 19px;
  color: #0F61FE;
  font-size: 0.74em;
  text-transform: lowercase;
}
@media  all and (min-width: 1024px) {
  .yag__art-teaser-main__sub {
    font-size: 0.65em;
  }
}
.yag__art-teaser-main .comments-sm:before {
  background: url(/assets/spec/yaGeo/img/comment.svg) center top no-repeat;
  background-size: contain;
}
.yag__art-teaser-main .shares-sm:before {
  background: url(/assets/spec/yaGeo/img/share.svg) center top no-repeat;
  background-size: contain;
}
.yag__header {
  background-color: #f8f8f8;
}
.yag__header__icon {
  position: absolute;
  z-index: 2;
  width: 32%;
  top: 44%;
  transform: translate(0, -50%);
}
@media  all and (min-width: 768px) {
  .yag__header__icon {
    top: 44%;
  }
}
@media  all and (min-width: 1024px) {
  .yag__header__icon {
    width: 35%;
    top: 48%;
  }
}
@media  all and (min-width: 1400px) {
  .yag__header__icon {
    top: 50%;
  }
}
.yag__header__icon:before {
  content: " ";
  display: block;
  padding-top: 122%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.yag__header__icon--billboard {
  left: -4%;
  transform: translate(0, -20%);
}
.yag__header__icon--billboard:before {
  background-image: url(/assets/spec/yaGeo/img/ar2/a1.svg);
}
@media  all and (min-width: 1024px) {
  .yag__header__icon--billboard:before {
    transform: translate(-45%, -18%);
  }
}
@media  all and (min-width: 1200px) {
  .yag__header__icon--billboard:before {
    transform: translate(-35%, -20%);
  }
}
.yag__header__icon--baloon {
  right: 50%;
  transform: translate(50%, -60%);
}
@media  all and (min-width: 768px) {
  .yag__header__icon--baloon {
    transform: translate(50%, -40%);
  }
}
.yag__header__icon--baloon:before {
  background-image: url(/assets/spec/yaGeo/img/ar2/a2.svg);
}
@media  all and (min-width: 768px) {
}
@media  all and (min-width: 1024px) {
  .yag__header__icon--baloon:before {
    transform: translate(0, -50%);
  }
}
@media  all and (min-width: 1200px) {
  .yag__header__icon--baloon:before {
    transform: translate(0, -42%);
  }
}
@media  all and (min-width: 1400px) {
  .yag__header__icon--baloon:before {
    transform: translate(0, -40%);
  }
}
.yag__header__icon--burger {
  right: -12%;
  transform: translate(0, -20%);
}
@media  all and (min-width: 1024px) {
  .yag__header__icon--burger {
    left: auto;
    right: 0;
  }
}
.yag__header__icon--burger:before {
  background-image: url(/assets/spec/yaGeo/img/ar2/a3.svg);
}
@media  all and (min-width: 768px) {
}
@media  all and (min-width: 1024px) {
  .yag__header__icon--burger:before {
    transform: translate(45%, -12%);
  }
}
@media  all and (min-width: 1200px) {
  .yag__header__icon--burger:before {
    transform: translate(45%, -18%);
  }
}
.yag__header__ttl__mainlink {
  font-size: 0.9em;
}
@media  all and (min-width: 375px) {
  .yag__header__ttl__mainlink {
    font-size: 1em;
  }
}
.yag__header__ttl__p-title {
  font-size: 33px;
}
@media  all and (min-width: 375px) {
  .yag__header__ttl__p-title {
    font-size: 40px;
  }
}
@media  all and (min-width: 768px) {
  .yag__header__ttl__p-title {
    font-size: 44px;
  }
}
@media  all and (min-width: 1024px) {
  .yag__header__ttl__p-title {
    font-size: 52px;
  }
}
@media  all and (min-width: 1200px) {
  .yag__header__ttl__p-title {
    font-size: 58px;
  }
}
@media  all and (min-width: 1400px) {
  .yag__header__ttl__p-title {
    font-size: 68px;
  }
}
.yag__sroad {
  position: absolute;
  top: -75%;
  left: -120%;
  width: 240%;
  height: auto;
}
@media  all and (min-width: 768px) {
  .yag__sroad {
    top: -110%;
  }
}
@media  all and (min-width: 1024px) {
  .yag__sroad {
    width: 140%;
    top: -58%;
    left: -25%;
  }
}
@media  all and (min-width: 1200px) {
  .yag__sroad {
    top: -63%;
  }
}
.yag__sroad__arr {
  width: 80px;
  height: 40px;
  background: url(/assets/spec/yaGeo/img/arr.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
}
@media  all and (min-width: 768px) {
  .yag__sroad__arr {
    width: 120px;
    height: 45px;
  }
}
@media  all and (min-width: 1400px) {
  .yag__sroad__arr {
    width: 180px;
    height: 80px;
  }
}
.yag__icons-scene {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: 25px 0;
  color: #DCDCDC;
}
@media  all and (min-width: 768px) {
  .yag__icons-scene {
    flex-direction: row;
    text-align: center;
    font-size: 13px;
  }
}
@media  all and (min-width: 1024px) {
  .yag__icons-scene {
    justify-content: space-between;
  }
}
@media  all and (min-width: 1400px) {
  .yag__icons-scene {
    font-size: 16px;
  }
}
.yag__icons-scene__line {
  order: 0;
  width: 20px;
  flex-shrink: 0;
  flex-grow: 0;
}
@media  all and (min-width: 768px) {
  .yag__icons-scene__line {
    width: 100%;
  }
}
@media  all and (min-width: 1400px) {
}
.yag__icons-scene__line-main {
  position: absolute;
  transform-origin: left center;
  transform: rotate(90deg);
  width: 390px;
}
@media  all and (min-width: 768px) {
  .yag__icons-scene__line-main {
    position: static;
    transform-origin: center bottom;
    transform: none;
    width: 100%;
  }
}
.yag__icons-scene__line-main:before,
.yag__icons-scene__line-main:after {
  content: " ";
  position: absolute;
  left: -4px;
  width: 100%;
  height: 2px;
  background: #EAEAEA;
}
@media  all and (min-width: 768px) {
  .yag__icons-scene__line-main:before,
  .yag__icons-scene__line-main:after {
    top: initial;
    left: 0;
  }
}
.yag__icons-scene__line-main:after {
  width: 0;
  background: #0F61FE;
  animation: yagIconSceneLine 7s linear infinite;
}
.yag__icons-scene__icon {
  order: 2;
  flex-shrink: 0;
  width: 80px;
  height: 0;
  padding-top: 80px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  filter: grayscale(1);
  opacity: 0.15;
}
@media  all and (min-width: 768px) {
  .yag__icons-scene__icon {
    order: 0;
    width: 100%;
    padding-top: 100%;
  }
}
.yag__icons-scene__ico {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  flex-grow: 0;
  flex-shrink: 0;
}
@media  all and (min-width: 375px) {
  .yag__icons-scene__ico {
    margin-right: 24px;
  }
}
@media  all and (min-width: 768px) {
  .yag__icons-scene__ico {
    flex-direction: column;
    width: 135px;
    margin-top: 0;
    margin-right: 0;
  }
}
@media  all and (min-width: 1400px) {
  .yag__icons-scene__ico {
    width: 190px;
  }
}
.yag__icons-scene__ico--1 .yag__icons-scene__text {
  animation: yagIconSceneText1 7s linear infinite;
}
.yag__icons-scene__ico--1 .yag__icons-scene__icon {
  background-image: url(/assets/spec/yaGeo/img/ar2/c1.svg);
  background-size: 50%;
  animation: yagIconSceneIcon1 7s linear infinite;
  /*@media @1400 {
          background-size: 50%;
        }*/
}
@media  all and (min-width: 375px) {
  .yag__icons-scene__ico--1 .yag__icons-scene__icon {
    background-size: 70%;
  }
}
@media  all and (min-width: 768px) {
  .yag__icons-scene__ico--1 .yag__icons-scene__icon {
    background-size: 40%;
  }
}
.yag__icons-scene__ico--2 .yag__icons-scene__text {
  animation: yagIconSceneText2 7s linear infinite;
}
.yag__icons-scene__ico--2 .yag__icons-scene__icon {
  background-image: url(/assets/spec/yaGeo/img/ar2/c2.svg);
  background-size: 44%;
  animation: yagIconSceneIcon2 7s linear infinite;
  /*@media @1400 {
          background-size: 44%;
        }*/
}
@media  all and (min-width: 375px) {
  .yag__icons-scene__ico--2 .yag__icons-scene__icon {
    background-size: 74%;
  }
}
@media  all and (min-width: 768px) {
  .yag__icons-scene__ico--2 .yag__icons-scene__icon {
    background-size: 34%;
  }
}
.yag__icons-scene__ico--3 .yag__icons-scene__text {
  animation: yagIconSceneText3 7s linear infinite;
}
.yag__icons-scene__ico--3 .yag__icons-scene__icon {
  background-image: url(/assets/spec/yaGeo/img/ar2/c3.svg);
  background-size: 55%;
  animation: yagIconSceneIcon3 7s linear infinite;
  /*@media @1400 {
          background-size: 55%;
        }*/
}
@media  all and (min-width: 375px) {
  .yag__icons-scene__ico--3 .yag__icons-scene__icon {
    background-size: 75%;
  }
}
@media  all and (min-width: 768px) {
  .yag__icons-scene__ico--3 .yag__icons-scene__icon {
    background-size: 45%;
  }
}
.yag__icons-scene__ico--4 .yag__icons-scene__text {
  animation: yagIconSceneText4 7s linear infinite;
}
.yag__icons-scene__ico--4 .yag__icons-scene__icon {
  background-image: url(/assets/spec/yaGeo/img/ar2/c4.svg);
  background-size: 65%;
  animation: yagIconSceneIcon4 7s linear infinite;
  /*@media @1400 {
          background-size: 65%;
        }*/
}
@media  all and (min-width: 375px) {
  .yag__icons-scene__ico--4 .yag__icons-scene__icon {
    background-size: 85%;
  }
}
@media  all and (min-width: 768px) {
  .yag__icons-scene__ico--4 .yag__icons-scene__icon {
    background-size: 55%;
  }
}
.yag__icons-scene__ico--5 .yag__icons-scene__text {
  animation: yagIconSceneText5 7s linear infinite;
}
.yag__icons-scene__ico--5 .yag__icons-scene__icon {
  background-image: url(/assets/spec/yaGeo/img/ar2/c5.svg);
  background-size: 80%;
  animation: yagIconSceneIcon5 7s linear infinite;
  /*@media @1400 {
          background-size: 80%;
        }*/
}
@media  all and (min-width: 375px) {
  .yag__icons-scene__ico--5 .yag__icons-scene__icon {
    background-size: 100%;
  }
}
@media  all and (min-width: 768px) {
  .yag__icons-scene__ico--5 .yag__icons-scene__icon {
    background-size: 70%;
  }
}
.yag__icons-scene__text {
  flex-grow: 2;
  line-height: 1.1;
}
@media  all and (min-width: 768px) {
  .yag__icons-scene__text {
    margin-top: 24px;
  }
}
@keyframes yagIconSceneLine {
  0% {
    width: 0;
  }
  70% {
    width: 100%;
  }
  87% {
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}
@keyframes yagIconSceneIcon1 {
  0% {
    filter: grayscale(1);
    opacity: 0.15;
  }
  14% {
    filter: grayscale(0);
    opacity: 1;
  }
  28% {
    filter: grayscale(0);
    opacity: 1;
  }
  42% {
    filter: grayscale(0);
    opacity: 1;
  }
  57% {
    filter: grayscale(0);
    opacity: 1;
  }
  71% {
    filter: grayscale(0);
    opacity: 1;
  }
  85% {
    filter: grayscale(0);
    opacity: 1;
  }
  100% {
    filter: grayscale(1);
    opacity: 0.15;
  }
}
@keyframes yagIconSceneIcon2 {
  0% {
    filter: grayscale(1);
    opacity: 0.15;
  }
  14% {
    filter: grayscale(1);
    opacity: 0.15;
  }
  28% {
    filter: grayscale(0);
    opacity: 1;
  }
  42% {
    filter: grayscale(0);
    opacity: 1;
  }
  57% {
    filter: grayscale(0);
    opacity: 1;
  }
  71% {
    filter: grayscale(0);
    opacity: 1;
  }
  85% {
    filter: grayscale(0);
    opacity: 1;
  }
  100% {
    filter: grayscale(1);
    opacity: 0.15;
  }
}
@keyframes yagIconSceneIcon3 {
  0% {
    filter: grayscale(1);
    opacity: 0.15;
  }
  14% {
    filter: grayscale(1);
    opacity: 0.15;
  }
  28% {
    filter: grayscale(1);
    opacity: 0.15;
  }
  42% {
    filter: grayscale(0);
    opacity: 1;
  }
  57% {
    filter: grayscale(0);
    opacity: 1;
  }
  71% {
    filter: grayscale(0);
    opacity: 1;
  }
  85% {
    filter: grayscale(0);
    opacity: 1;
  }
  100% {
    filter: grayscale(1);
    opacity: 0.15;
  }
}
@keyframes yagIconSceneIcon4 {
  0% {
    filter: grayscale(1);
    opacity: 0.15;
  }
  14% {
    filter: grayscale(1);
    opacity: 0.15;
  }
  28% {
    filter: grayscale(1);
    opacity: 0.15;
  }
  42% {
    filter: grayscale(1);
    opacity: 0.15;
  }
  57% {
    filter: grayscale(0);
    opacity: 1;
  }
  71% {
    filter: grayscale(0);
    opacity: 1;
  }
  85% {
    filter: grayscale(0);
    opacity: 1;
  }
  100% {
    filter: grayscale(1);
    opacity: 0.15;
  }
}
@keyframes yagIconSceneIcon5 {
  0% {
    filter: grayscale(1);
    opacity: 0.15;
  }
  14% {
    filter: grayscale(1);
    opacity: 0.15;
  }
  28% {
    filter: grayscale(1);
    opacity: 0.15;
  }
  42% {
    filter: grayscale(1);
    opacity: 0.15;
  }
  57% {
    filter: grayscale(1);
    opacity: 0.15;
  }
  71% {
    filter: grayscale(0);
    opacity: 1;
  }
  85% {
    filter: grayscale(0);
    opacity: 1;
  }
  100% {
    filter: grayscale(1);
    opacity: 0.15;
  }
}
@keyframes yagIconSceneText1 {
  0% {
    color: #DCDCDC;
  }
  14% {
    color: #0F61FE;
  }
  28% {
    color: #0F61FE;
  }
  42% {
    color: #0F61FE;
  }
  57% {
    color: #0F61FE;
  }
  71% {
    color: #0F61FE;
  }
  85% {
    color: #0F61FE;
  }
  100% {
    color: #DCDCDC;
  }
}
@keyframes yagIconSceneText2 {
  0% {
    color: #DCDCDC;
  }
  14% {
    color: #DCDCDC;
  }
  28% {
    color: #0F61FE;
  }
  42% {
    color: #0F61FE;
  }
  57% {
    color: #0F61FE;
  }
  71% {
    color: #0F61FE;
  }
  85% {
    color: #0F61FE;
  }
  100% {
    color: #DCDCDC;
  }
}
@keyframes yagIconSceneText3 {
  0% {
    color: #DCDCDC;
  }
  14% {
    color: #DCDCDC;
  }
  28% {
    color: #DCDCDC;
  }
  42% {
    color: #0F61FE;
  }
  57% {
    color: #0F61FE;
  }
  71% {
    color: #0F61FE;
  }
  85% {
    color: #0F61FE;
  }
  100% {
    color: #DCDCDC;
  }
}
@keyframes yagIconSceneText4 {
  0% {
    color: #DCDCDC;
  }
  14% {
    color: #DCDCDC;
  }
  28% {
    color: #DCDCDC;
  }
  42% {
    color: #DCDCDC;
  }
  57% {
    color: #0F61FE;
  }
  71% {
    color: #0F61FE;
  }
  85% {
    color: #0F61FE;
  }
  100% {
    color: #DCDCDC;
  }
}
@keyframes yagIconSceneText5 {
  0% {
    color: #DCDCDC;
  }
  14% {
    color: #DCDCDC;
  }
  28% {
    color: #DCDCDC;
  }
  42% {
    color: #DCDCDC;
  }
  57% {
    color: #DCDCDC;
  }
  71% {
    color: #0F61FE;
  }
  85% {
    color: #0F61FE;
  }
  100% {
    color: #DCDCDC;
  }
}
.yag__ar2__animate__wrap {
  position: relative;
  overflow: hidden;
}
.yag__ar2__animate__wrap .yag__wrap {
  position: relative;
}
.yag__ar2__animate__pic {
  position: absolute;
  background: red;
}
.yag__ar2__animate__in {
  position: relative;
}
.yag__ar2__animate--alisa {
  right: 5%;
  top: 200px;
  width: 200px;
  height: 200px;
  background: url(/assets/spec/yaGeo/img/ar2/a3.svg) right bottom no-repeat;
  background-size: contain;
  filter: grayscale(1);
  opacity: 0.08;
  transform: translate3d(0px, 200px, 0px);
}
@media  all and (min-width: 375px) {
  .yag__ar2__animate--alisa {
    top: 140px;
    width: 220px;
    height: 220px;
  }
}
@media  all and (min-width: 425px) {
  .yag__ar2__animate--alisa {
    top: 120px;
    width: 240px;
    height: 240px;
  }
}
@media  all and (min-width: 540px) {
  .yag__ar2__animate--alisa {
    top: 40px;
    width: 300px;
    height: 300px;
  }
}
@media  all and (min-width: 768px) {
  .yag__ar2__animate--alisa {
    top: 40px;
    right: -150px;
    width: 320px;
    height: 320px;
  }
}
@media  all and (min-width: 1024px) {
  .yag__ar2__animate--alisa {
    top: 70px;
    right: -110px;
  }
}
@media  all and (min-width: 1200px) {
  .yag__ar2__animate--alisa {
    right: -70px;
  }
}
@media  all and (min-width: 1400px) {
  .yag__ar2__animate--alisa {
    right: 20px;
  }
}
.yag__ar2__animate--road {
  right: 15px;
  top: 645px;
  width: 270px;
  height: 270px;
  background: url(/assets/spec/yaGeo/img/ar2/c2.svg) right bottom no-repeat;
  background-size: contain;
  filter: grayscale(1);
  opacity: 0.08;
  transform: translate3d(0px, 200px, 0px);
}
@media  all and (min-width: 375px) {
  .yag__ar2__animate--road {
    top: 520px;
    width: 290px;
    height: 290px;
  }
}
@media  all and (min-width: 425px) {
  .yag__ar2__animate--road {
    top: 400px;
    width: 320px;
    height: 320px;
  }
}
@media  all and (min-width: 540px) {
  .yag__ar2__animate--road {
    top: 150px;
    width: 510px;
    height: 510px;
  }
}
@media  all and (min-width: 768px) {
  .yag__ar2__animate--road {
    top: 0;
    right: -100px;
  }
}
@media  all and (min-width: 1200px) {
  .yag__ar2__animate--road {
    right: 0;
    width: 540px;
    height: 540px;
  }
}
.yag__ar2__animate--indic {
  right: -25px;
  top: 515px;
  width: 180px;
  height: 180px;
  background: url(/assets/spec/yaGeo/img/ar2/c4.svg) right bottom no-repeat;
  background-size: contain;
  filter: grayscale(1);
  opacity: 0.08;
  transform: translate3d(0px, 200px, 0px);
}
@media  all and (min-width: 375px) {
  .yag__ar2__animate--indic {
    top: 405px;
    right: 15px;
  }
}
@media all and (min-width: 414px) {
  .yag__ar2__animate--indic {
    top: 340px;
    width: 240px;
    height: 240px;
  }
}
@media  all and (min-width: 540px) {
  .yag__ar2__animate--indic {
    top: 240px;
    width: 280px;
    height: 280px;
  }
}
@media  all and (min-width: 768px) {
  .yag__ar2__animate--indic {
    top: 100px;
    width: 410px;
    height: 410px;
  }
}
@media  all and (min-width: 1024px) {
  .yag__ar2__animate--indic {
    top: 180px;
  }
}
@media  all and (min-width: 1200px) {
  .yag__ar2__animate--indic {
    top: 270px;
    right: -125px;
  }
}
@media  all and (min-width: 1400px) {
  .yag__ar2__animate--indic {
    right: 0;
    width: 480px;
    height: 480px;
  }
}
.yag__quad-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 16px 0 32px;
  color: #1E1E1F;
}
@media  all and (min-width: 768px) {
  .yag__quad-grid {
    margin: 16px 0 44px;
  }
}
@media  all and (min-width: 1200px) {
  .yag__quad-grid {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}
.yag__quad-grid__item {
  width: calc(50% - 3px);
  margin: 3px 0;
}
@media  all and (min-width: 375px) {
  .yag__quad-grid__item {
    width: calc(50% - 4px);
    margin: 4px 0;
  }
}
@media  all and (min-width: 768px) {
  .yag__quad-grid__item {
    width: calc(50% - 8px);
    margin: 8px 0;
  }
}
@media  all and (min-width: 1200px) {
  .yag__quad-grid__item {
    width: calc(25% - 16px);
    margin-right: 16px;
  }
}
@media  all and (min-width: 1400px) {
  .yag__quad-grid__item {
    width: calc(25% - 22px);
    margin-right: 30px;
  }
}
@media  all and (min-width: 1200px) {
  .yag__quad-grid__item:last-child {
    margin-right: 0;
  }
}
@media  all and (min-width: 1200px) {
  .yag__quad-grid__item--spacer {
    display: none;
  }
}
.yag__tile {
  height: 100%;
  padding: 16px;
  box-sizing: border-box;
  background: #FEFEFE;
  box-shadow: 0 18px 96px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
@media  all and (min-width: 768px) {
  .yag__tile {
    padding: 30px;
    border-radius: 16px;
  }
}
.yag__tile__out {
  margin: 64px 0;
}
.yag__tile__head {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.15;
}
@media  all and (min-width: 375px) {
  .yag__tile__head {
    font-size: 36px;
  }
}
@media  all and (min-width: 1200px) {
  .yag__tile__head {
    font-size: 42px;
  }
}
@media  all and (min-width: 1400px) {
  .yag__tile__head {
    font-size: 48px;
  }
}
.yag__tile__body {
  min-height: 36px;
  margin-top: 6px;
  font-size: 16px;
  line-height: 1.15;
}
@media  all and (min-width: 375px) {
  .yag__tile__body {
    font-size: 18px;
    line-height: inherit;
  }
}
@media  all and (min-width: 1400px) {
  .yag__tile__body {
    margin-top: 0;
    font-size: inherit;
  }
}
.yag__ar3__animate {
  position: relative;
}
.yag__ar3__animate__comp__pic {
  position: absolute;
  right: -10%;
  top: 18px;
  width: 270px;
  height: 270px;
  background: url(/assets/spec/yaGeo/img/ar3/ico_1_comp.svg) center bottom no-repeat;
  background-size: contain;
  z-index: -1;
}
@media  all and (min-width: 375px) {
  .yag__ar3__animate__comp__pic {
    width: 320px;
    height: 320px;
  }
}
@media  all and (min-width: 540px) {
  .yag__ar3__animate__comp__pic {
    right: 0;
  }
}
@media  all and (min-width: 768px) {
  .yag__ar3__animate__comp__pic {
    top: 40px;
    right: 18px;
    width: 380px;
    height: 380px;
  }
}
@media  all and (min-width: 1200px) {
  .yag__ar3__animate__comp__pic {
    top: -160px;
    width: 420px;
    height: 420px;
  }
}
@media  all and (min-width: 1400px) {
  .yag__ar3__animate__comp__pic {
    top: -180px;
    width: 450px;
    height: 450px;
  }
}
.yag__ar3__animate__portf__pic {
  position: absolute;
  right: -10%;
  top: 55px;
  width: 83%;
  height: 90vw;
  background: url(/assets/spec/yaGeo/img/ar3/ico2_portf.svg) center bottom no-repeat;
  background-size: contain;
  z-index: -1;
}
@media  all and (min-width: 540px) {
  .yag__ar3__animate__portf__pic {
    width: 70%;
    top: -30px;
  }
}
@media  all and (min-width: 768px) {
  .yag__ar3__animate__portf__pic {
    width: 65%;
    top: -120px;
  }
}
@media  all and (min-width: 1024px) {
  .yag__ar3__animate__portf__pic {
    width: 50%;
    right: 0;
    top: 130px;
    height: 350px;
  }
}
@media  all and (min-width: 1200px) {
  .yag__ar3__animate__portf__pic {
    top: 0;
    background-position: right bottom;
  }
}
@media  all and (min-width: 1400px) {
  .yag__ar3__animate__portf__pic {
    height: 500px;
  }
}
.yag__ar3__animate__car__pic {
  position: absolute;
  right: -50%;
  top: 100px;
  width: 280px;
  height: 280px;
  background: url(/assets/spec/yaGeo/img/ar3/ico3_car.svg) center bottom no-repeat;
  background-size: contain;
  z-index: -1;
}
@media  all and (min-width: 375px) {
  .yag__ar3__animate__car__pic {
    width: 300px;
    height: 300px;
    top: 140px;
    right: -40%;
  }
}
@media  all and (min-width: 414px) {
  .yag__ar3__animate__car__pic {
    right: -30%;
  }
}
@media  all and (min-width: 540px) {
  .yag__ar3__animate__car__pic {
    top: 100px;
    right: -20%;
    width: 350px;
    height: 350px;
  }
}
@media  all and (min-width: 768px) {
  .yag__ar3__animate__car__pic {
    top: 177px;
    right: -1%;
  }
}
@media  all and (min-width: 1024px) {
  .yag__ar3__animate__car__pic {
    right: 3%;
    top: 190px;
  }
}
@media  all and (min-width: 1400px) {
  .yag__ar3__animate__car__pic {
    right: 0;
    top: 50px;
    width: 477px;
    height: 370px;
  }
}
.yag__ar3__animate__bank__pic {
  position: absolute;
  right: 0;
  top: 70px;
  width: 220px;
  height: 220px;
  background: url(/assets/spec/yaGeo/img/ar3/ico4_bank.svg) center center no-repeat;
  background-size: contain;
  z-index: -1;
}
@media  all and (min-width: 375px) {
  .yag__ar3__animate__bank__pic {
    width: 270px;
    height: 270px;
  }
}
@media  all and (min-width: 540px) {
  .yag__ar3__animate__bank__pic {
    top: 50px;
  }
}
@media  all and (min-width: 768px) {
  .yag__ar3__animate__bank__pic {
    top: 120px;
    right: 40px;
  }
}
@media  all and (min-width: 1024px) {
  .yag__ar3__animate__bank__pic {
    top: 80px;
    width: 320px;
    height: 320px;
  }
}
@media  all and (min-width: 1200px) {
  .yag__ar3__animate__bank__pic {
    top: -115px;
    width: 380px;
    height: 380px;
    right: 0;
  }
}
.yag__ar3__pin-margin {
  margin-top: 96px;
}
@media  all and (min-width: 768px) {
  .yag__ar3__pin-margin {
    margin-top: 140px;
  }
}
.yag__text-header2 {
  font-size: 27px;
}
@media  all and (min-width: 375px) {
  .yag__text-header2 {
    font-size: 34px;
  }
}
@media  all and (min-width: 768px) {
  .yag__text-header2 {
    font-size: 64px;
  }
}
@media  all and (min-width: 1400px) {
  .yag__text-header2 {
    font-size: 84px;
  }
}
.yag__t-blue {
  color: #0F61FE;
}
.yag__img__caption--in {
  text-align: center;
}
.yag__content__inner {
  overflow: hidden;
}
.yag__text-header4 {
  font-weight: 500;
}
.yag__header__arr,
.yag__header__arr2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.yag__header__arr2 {
  background-image: url(/assets/spec/yaGeo/img/ar3/ico_top_road_arr2.svg) !important;
  transform-origin: center bottom;
}
.yag__header__arr {
  background-image: url(/assets/spec/yaGeo/img/ar3/ico_top_road_arr.svg) !important;
}
@media  all and (min-width: 1024px) {
  .yag__header__arr {
    animation: run ease 0.5s;
  }
}
.yag__header,
.yag__header__arr,
.yag__header__arr2 {
  background-image: url(/assets/spec/yaGeo/img/ar3/ico_top_road_road.svg);
  background-position: center 60px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media  all and (min-width: 375px) {
  .yag__header,
  .yag__header__arr,
  .yag__header__arr2 {
    background-position: center 80px;
  }
}
@media  all and (min-width: 540px) {
  .yag__header,
  .yag__header__arr,
  .yag__header__arr2 {
    background-position: center 100px;
  }
}
@media  all and (min-width: 1024px) {
  .yag__header,
  .yag__header__arr,
  .yag__header__arr2 {
    background-position: center 60px;
  }
}
@media  all and (min-width: 1200px) {
  .yag__header,
  .yag__header__arr,
  .yag__header__arr2 {
    background-position: center 20px;
  }
}
@media  all and (min-width: 1400px) {
  .yag__header,
  .yag__header__arr,
  .yag__header__arr2 {
    background-position: 0 -40px;
  }
}
@media  all and (min-width: 1800px) {
  .yag__header,
  .yag__header__arr,
  .yag__header__arr2 {
    background-position: 0 -40px;
    background-size: 105%;
  }
}
.yag__header__navi {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-70%, -72%);
  width: 140px;
  height: 140px;
}
.yag__header__navi:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(/assets/spec/yaGeo/img/ar3/ico_top_navi.svg) center center no-repeat;
  background-size: contain;
}
@media  all and (min-width: 375px) {
  .yag__header__navi {
    transform: translate(-78%, -68%);
  }
}
@media  all and (min-width: 399px) {
  .yag__header__navi {
    transform: translate(-75%, -74%);
  }
}
@media  all and (min-width: 414px) {
  .yag__header__navi {
    transform: translate(-78%, -77%);
  }
}
@media  all and (min-width: 425px) {
  .yag__header__navi {
    transform: translate(-80%, -81%);
  }
}
@media  all and (min-width: 540px) {
  .yag__header__navi {
    width: 180px;
    height: 180px;
    transform: translate(-74%, -79%);
  }
}
@media  all and (min-width: 768px) {
  .yag__header__navi {
    top: calc(24.5% + 4vw);
    width: 260px;
    height: 260px;
    transform: translate(-73%, -25%);
  }
}
@media  all and (min-width: 1024px) {
  .yag__header__navi {
    top: calc(-4% + 15vw);
    width: 341px;
    height: 341px;
    transform: translate(-70%, -23%);
  }
}
@media  all and (min-width: 1200px) {
  .yag__header__navi {
    top: calc(-12.5% + 15vw);
    width: 360px;
    height: 360px;
    transform: translate(-68%, -23%);
  }
}
@media  all and (min-width: 1366px) {
  .yag__header__navi {
    top: calc(-15% + 15vw);
    width: 400px;
    height: 400px;
  }
}
@media  all and (min-width: 1400px) {
  .yag__header__navi {
    top: calc(-25% + 15vw);
    width: 480px;
    height: 480px;
  }
}
@media  all and (min-width: 1600px) {
  .yag__header__navi {
    top: calc(-25% + 15vw);
    transform: translate(-70%, -20%);
  }
}
@media  all and (min-width: 1800px) {
  .yag__header__navi {
    top: calc(-28% + 15vw);
    width: 584px;
    height: 584px;
    transform: translate(-61%, -20%);
  }
}
.yag__header__icon--billboard {
  width: 22%;
  transform: translate(26%, 14%);
}
@media  all and (min-width: 1024px) {
  .yag__header__icon--billboard {
    width: 24%;
    transform: translate(12%, 3%);
  }
}
@media  all and (min-width: 1200px) {
  .yag__header__icon--billboard {
    transform: translate(10%, 3%);
  }
}
.yag__header__icon--billboard:before {
  background-image: url(/assets/spec/yaGeo/img/ar3/ico_top_comp.svg);
}
.yag__header__icon--burger {
  right: 4%;
  transform: translate(0, -10%);
  width: 26%;
}
@media  all and (min-width: 768px) {
  .yag__header__icon--burger {
    right: 3%;
    transform: translate(0, 8%);
    width: 26%;
  }
}
@media  all and (min-width: 1400px) {
  .yag__header__icon--burger {
    right: 2%;
    transform: translate(0, -20%);
  }
}
.yag__header__icon--burger:before {
  background-image: url(/assets/spec/yaGeo/img/ar3/ico_top_tv.svg);
}
.yag__art-list-other {
  justify-content: flex-start;
}
@media  all and (min-width: 768px) {
  .yag__art-list-other__item {
    width: calc(33.3333% - 22px);
    margin: 20px 10px;
  }
}
.yag__quote-block {
  background: #F8F8FA;
}
.yag__share-stick {
  z-index: 6;
}
@keyframes run {
  from {
    opacity: 0;
    transform: translate(-55px, 8px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
/*# sourceMappingURL=_index.css.map */