/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.bread-crumbs {
  margin-bottom: 64px;
}
@media only screen and (max-width: 768px) {
.bread-crumbs {
    margin-bottom: 40px;
}
}
@media only screen and (max-width: 420px) {
.bread-crumbs {
    margin-bottom: 32px;
}
}
.bread-crumbs__block {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
  padding-left: 0;
}
.bread-crumbs__item {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  list-style: none;
}
@media only screen and (max-width: 768px) {
.bread-crumbs__item {
    font-size: 14px;
}
}
@media only screen and (max-width: 420px) {
.bread-crumbs__item {
    font-size: 12px;
}
}
.bread-crumbs__item:first-child a {
  padding-left: 0;
}
.bread-crumbs__item:after {
  background: #272727;
  content: "";
  display: inline-block;
  height: 1px;
  margin-left: 8px;
  margin-right: 8px;
  width: 20px;
}
.bread-crumbs__item:last-child:after {
  width: 0;
}
.bread-crumbs__item a {
  color: #272727;
  text-decoration: none;
}
.bread-crumbs__item span {
  color: #828282;
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.button-group__box {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 41px;
}
@media only screen and (max-width: 768px) {
.button-group__box {
    display: none;
}
}
.button-group__button-next, .button-group__button-prev {
  background: none;
  border: 0;
  cursor: pointer;
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
  padding: 0;
}
.button-group__button-next svg, .button-group__button-prev svg {
  stroke: #272727;
}
.button-group__button-next:hover svg .next, .button-group__button-prev:hover svg .next {
  fill: #272727;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button-group__button-next:hover svg .box, .button-group__button-prev:hover svg .box {
  stroke: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button-group__button-next.swiper-button-disabled svg .next, .button-group__button-prev.swiper-button-disabled svg .next, .button-group__button-next.swiper-button-disabled:hover svg .next, .button-group__button-prev.swiper-button-disabled:hover svg .next {
  fill: transparent;
  stroke: #CCC;
}
.button-group__button-next.swiper-button-disabled svg .box, .button-group__button-prev.swiper-button-disabled svg .box, .button-group__button-next.swiper-button-disabled:hover svg .box, .button-group__button-prev.swiper-button-disabled:hover svg .box {
  stroke: #CCC;
}
.button-group__button-prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.button-group__button-next {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.button-group__button-next.swiper-button-lock, .button-group__button-prev.swiper-button-lock {
  display: none;
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.running-line {
  height: 130px;
  margin: 0 auto;
  max-width: 1920px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.running-line__content {
  background-color: #fff;
  left: 50%;
  min-width: 1920px;
  padding: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-2deg);
          transform: translate(-50%, -50%) rotate(-2deg);
  width: 100%;
}
.running-line__link {
  display: inline-block;
  margin-left: 40px;
}
.running-line__point {
  background: #272727;
  display: inline-block;
  height: 8px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}
.running-line__text {
  color: #272727;
  display: block;
  font-size: 24px;
  line-height: 150%;
  margin-right: 32px;
  min-width: -webkit-max-content !important;
  min-width: -moz-max-content !important;
  min-width: max-content !important;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
@media only screen and (max-width: 960px) {
.running-line__text {
    font-size: 16px;
}
}
@media only screen and (max-width: 590px) {
.running-line__text {
    font-size: 14px;
}
}
.running-line__text:first-child:before {
  content: unset;
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.about__history-header-box, .about__advantage, .about__trigger, .about__breadcrumbs {
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1664px;
}
@media only screen and (max-width: 768px) {
.about__history-header-box, .about__advantage, .about__trigger, .about__breadcrumbs {
    padding-left: 16px;
    padding-right: 16px;
}
}
.about {
  width: 100%;
}
.about h2 {
  margin: 0 auto 32px;
  text-align: center;
}
@media only screen and (max-width: 960px) {
.about h2 {
    font-size: 24px;
    margin: 0 auto 24px;
}
}
@media only screen and (max-width: 590px) {
.about h2 {
    font-size: 20px;
}
}
.about__running-line {
  margin: 140px auto;
}
@media only screen and (max-width: 960px) {
.about__running-line {
    margin: 53px auto;
}
}
@media only screen and (max-width: 530px) {
.about__running-line {
    margin: 48px auto;
}
}
.about__banner {
  aspect-ratio: 3.26;
  background: #F7F5F3;
  margin-bottom: 96px;
  position: relative;
}
@media only screen and (max-width: 960px) {
.about__banner {
    margin-bottom: 40px;
}
}
@media only screen and (max-width: 530px) {
.about__banner {
    margin-bottom: 20px;
}
}
.about__banner img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media only screen and (max-width: 530px) {
.about__banner-image {
    margin-bottom: 20px;
}
}
.about__banner-image picture,
.about__banner-image img {
  width: 100%;
}
.about__banner-image:before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
  z-index: 2;
}
@media only screen and (max-width: 530px) {
.about__banner-image:before {
    display: none;
}
}
@media only screen and (max-width: 530px) {
.about__banner-image--load .lazyImagePreloader.lazyImagePreloader__load:before {
    background: none;
}
}
.about__banner-image--load:before {
  opacity: 1;
}
.about__banner-text {
  bottom: 17%;
  color: #fff;
  font-size: 64px;
  font-weight: 600;
  left: 50%;
  line-height: 120%;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}
@media only screen and (max-width: 960px) {
.about__banner-text {
    font-size: 24px;
    line-height: 140%;
}
}
@media only screen and (max-width: 768px) {
.about__banner-text {
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
}
}
@media only screen and (max-width: 530px) {
.about__banner-text {
    color: #272727;
    font-size: 20px;
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
}
.about__trigger {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 140px;
}
@media only screen and (max-width: 960px) {
.about__trigger {
    padding-right: 0;
}
}
@media only screen and (max-width: 960px) {
.about__trigger {
    margin-bottom: 52px;
}
}
@media only screen and (max-width: 590px) {
.about__trigger {
    margin-bottom: 48px;
}
}
.about__trigger-left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 32px;
  padding: 80px 60px 52px;
  width: calc(40% - 32px);
}
@media only screen and (max-width: 1240px) {
.about__trigger-left {
    margin-right: 16px;
    padding: 50px 40px;
    width: calc(40% - 16px);
}
}
@media only screen and (max-width: 960px) {
.about__trigger-left {
    margin-bottom: 32px;
    margin-right: 32px;
    padding: 32px;
    width: calc(100% - 32px);
}
}
@media only screen and (max-width: 768px) {
.about__trigger-left {
    margin-right: 16px;
    width: calc(100% - 16px);
}
}
@media only screen and (max-width: 590px) {
.about__trigger-left {
    margin-bottom: 28px;
    padding: 20px;
}
}
.about__trigger-right {
  margin-left: 32px;
  width: calc(60% - 32px);
}
@media only screen and (max-width: 1240px) {
.about__trigger-right {
    margin-left: 16px;
    width: calc(60% - 16px);
}
}
@media only screen and (max-width: 960px) {
.about__trigger-right {
    margin-left: 0;
    width: 100%;
}
}
.about__trigger-swiper-slide {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
.about__trigger-slide-left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 15px;
  overflow: hidden;
  width: calc(42% - 15px);
}
@media only screen and (max-width: 960px) {
.about__trigger-slide-left {
    margin-right: 12px;
    width: calc(42% - 12px);
}
}
@media only screen and (max-width: 590px) {
.about__trigger-slide-left {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
    width: 100%;
}
}
.about__trigger-slide-right {
  aspect-ratio: 0.731;
  margin-left: 15px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: calc(58% - 15px);
}
@media only screen and (max-width: 960px) {
.about__trigger-slide-right {
    margin-left: 12px;
    width: calc(58% - 12px);
}
}
@media only screen and (max-width: 590px) {
.about__trigger-slide-right {
    display: none;
}
}
.about__trigger-slide-right div {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.about__trigger-slide-right div picture {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.about__trigger-slide-right div picture img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.about__trigger-swiper .button-group__box {
  bottom: 0;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  left: 0;
  margin-bottom: 0;
  position: absolute;
  width: 40%;
  z-index: 10;
}
@media only screen and (max-width: 960px) {
.about__trigger-swiper .button-group__box {
    display: none;
}
}
.about__trigger-swiper {
  height: 100%;
}
@media only screen and (max-width: 960px) {
.about__trigger-swiper {
    padding-right: 32px;
}
}
@media only screen and (max-width: 768px) {
.about__trigger-swiper {
    padding-right: 16px;
}
}
.about__trigger-slide-top {
  aspect-ratio: 1.593;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 590px) {
.about__trigger-slide-top {
    display: none;
}
}
.about__trigger-slide-top div {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.about__trigger-slide-top div picture {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.about__trigger-slide-top div picture img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.about__trigger-slide-bottom {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 45%;
  width: 100%;
}
@media only screen and (max-width: 590px) {
.about__trigger-slide-bottom {
    margin-bottom: 0;
}
}
@media only screen and (max-width: 590px) {
.about__trigger-slide-text {
    display: none;
}
}
.about__trigger-slide-icon {
  margin-bottom: 34px;
}
@media only screen and (max-width: 590px) {
.about__trigger-slide-icon {
    margin: 0;
    padding: 10px 22px;
}
.about__trigger-slide-icon img {
    height: auto;
    max-width: 100%;
}
}
.about__trigger-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 140%;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1365px) {
.about__trigger-title {
    font-size: 27px;
    line-height: 1.5;
}
}
@media only screen and (max-width: 1240px) {
.about__trigger-title {
    font-size: 24px;
    line-height: 1.5;
}
}
@media only screen and (max-width: 960px) {
.about__trigger-title {
    font-size: 20px;
    padding-bottom: 16px;
}
}
@media only screen and (max-width: 590px) {
.about__trigger-title {
    font-size: 18px;
    padding-bottom: 12px;
}
}
.about__trigger-text {
  font-size: 18px;
  line-height: 150%;
}
@media only screen and (max-width: 960px) {
.about__trigger-text {
    font-size: 16px;
}
}
.about__history-header {
  background: #DFDBD7;
  margin-bottom: 56px;
  max-width: 1920px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 960px) {
.about__history-header {
    margin-bottom: 28px;
}
}
.about__history-color {
  background: #272727;
  bottom: 0;
  height: 0.2rem;
  left: 0;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 200px;
}
.about__advantage {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 140px;
  margin-top: 140px;
}
@media only screen and (max-width: 960px) and (min-width: 531px) {
.about__advantage {
    margin-bottom: 170px;
    margin-top: 50px;
}
.about__advantage .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
}
@media only screen and (max-width: 590px) {
.about__advantage {
    margin-bottom: 20px;
    margin-top: 48px;
}
}
.about__advantage-pagination {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 48px;
}
@media only screen and (max-width: 530px) {
.about__advantage-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
}
.about__advantage-pagination span {
  background: #E0E0E0;
  border-radius: 0;
  height: 6px;
  opacity: 1;
  width: 6px;
}
.about__advantage-pagination span.swiper-pagination-bullet-active, .about__advantage-pagination span:hover {
  background: #828282;
}
.about__advantage-item {
  border-left: 1px solid #272727;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 140px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 24px;
  width: 25%;
}
@media only screen and (max-width: 960px) and (min-width: 531px) {
.about__advantage-item {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-left: 0;
    border-top: 1px solid #272727;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 32px;
    padding-left: 0;
    padding-top: 16px;
    width: 100%;
}
}
@media only screen and (max-width: 530px) {
.about__advantage-item {
    height: auto;
}
}
.about__advantage-title {
  font-size: 64px;
  font-weight: 600;
}
@media only screen and (max-width: 1170px) {
.about__advantage-title {
    font-size: 50px;
}
}
@media only screen and (max-width: 960px) {
.about__advantage-title {
    font-size: 24px;
    width: 50%;
}
}
.about__advantage-text {
  font-size: 18px;
}
@media only screen and (max-width: 960px) {
.about__advantage-text {
    width: 50%;
}
}
@media only screen and (max-width: 768px) {
.about__advantage-text {
    font-size: 16px;
}
}
.about__content-box {
  background: #fff;
  margin: -80px auto 0;
  max-width: 1328px;
  padding: 56px 272px 80px;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media only screen and (max-width: 1240px) {
.about__content-box {
    margin: 0 auto;
    padding: 32px 32px 48px;
}
}
@media only screen and (max-width: 768px) {
.about__content-box {
    padding: 32px 16px 48px;
}
}
@media only screen and (max-width: 590px) {
.about__content-box {
    padding: 32px 16px;
}
}
.about__content-box p {
  font-size: 18px;
  line-height: 150%;
  margin: 24px 0;
}
@media only screen and (max-width: 960px) {
.about__content-box p {
    font-size: 16px;
    margin: 16px 0;
}
}
@media only screen and (max-width: 590px) {
.about__content-box p {
    margin: 12px 0;
}
}
.about__content-box h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 140%;
  margin: 48px 0 24px;
  text-align: left;
}
@media only screen and (max-width: 960px) {
.about__content-box h2 {
    font-size: 20px;
    line-height: 150%;
    margin: 48px 0 16px;
}
}
@media only screen and (max-width: 590px) {
.about__content-box h2 {
    font-size: 18px;
    margin: 32px 0 12px;
}
}
.about__content-box ul {
  margin-top: 48px;
  padding-left: 0;
}
.about__content-box li {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  margin-bottom: 32px;
}
@media only screen and (max-width: 590px) {
.about__content-box li {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
}
.about__content-box li:last-child {
  margin-bottom: 0;
}
.about__content-box li div:first-child {
  margin-right: 32px;
  max-width: 240px;
  width: 100%;
}
@media only screen and (max-width: 960px) {
.about__content-box li div:first-child {
    margin-bottom: 20px;
    margin-right: 24px;
    max-width: 219px;
}
}
@media only screen and (max-width: 590px) {
.about__content-box li div:first-child {
    margin-right: 0;
    max-width: 80px;
}
}
.about__content-box li div:last-child {
  width: calc(100% - 272px);
}
@media only screen and (max-width: 960px) {
.about__content-box li div:last-child {
    width: calc(100% - 243px);
}
}
@media only screen and (max-width: 590px) {
.about__content-box li div:last-child {
    width: 100%;
}
}
.about__content-box li div:last-child h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 32px;
}
@media only screen and (max-width: 960px) {
.about__content-box li div:last-child h3 {
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 16px;
}
}
@media only screen and (max-width: 590px) {
.about__content-box li div:last-child h3 {
    font-size: 16px;
    margin-bottom: 12px;
}
}
.about__content-box li div:last-child p {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 0;
}
@media only screen and (max-width: 960px) {
.about__content-box li div:last-child p {
    font-size: 16px;
}
}
.about__content-banner {
  aspect-ratio: 3.25;
  position: relative;
  z-index: 1;
}
.about__content-banner picture {
  width: 100%;
}
.about__content-banner picture img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.about__content-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 32px;
}
@media only screen and (max-width: 590px) {
.about__content-icon img {
    max-width: 136px;
}
}
@media only screen and (max-width: 590px) {
.about__history-header-box {
    overflow: hidden;
    padding-right: 0;
}
}
.about__history-header-swiper {
  max-width: 1392px;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 960px) {
.about__history-header-swiper {
    padding: 0;
}
}
.about__history-text {
  font-size: 32px;
  font-weight: 500;
  line-height: 140%;
  padding-bottom: 40px;
  padding-left: 60px;
}
@media only screen and (max-width: 960px) {
.about__history-text {
    display: none;
}
}
.about__history-text-mobile {
  display: none;
}
@media only screen and (max-width: 960px) {
.about__history-text-mobile {
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin: 0 32px 24px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
}
}
@media only screen and (max-width: 530px) {
.about__history-text-mobile {
    font-size: 18px;
    line-height: 150%;
    margin: 0 20px 12px;
}
}
.about__history-header-swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media only screen and (max-width: 590px) {
.about__history-header-swiper-slide {
    margin-right: 28px;
}
}
.about__history-header-swiper-slide.active .about__history-header-tab {
  color: #272727;
}
.about__history-header-swiper-wrapper {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about__history-header-tab {
  color: #828282;
  cursor: pointer;
  font-size: 18px;
  line-height: 150%;
  padding: 20px 0;
}
@media only screen and (max-width: 960px) {
.about__history-header-tab {
    font-size: 16px;
    padding: 12px 0;
}
}
.about__history-content {
  margin: 0 auto;
  max-width: 1456px;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}
@media only screen and (max-width: 960px) {
.about__history-content {
    padding-right: 0;
}
}
@media only screen and (max-width: 768px) {
.about__history-content {
    padding-left: 16px;
}
}
@media only screen and (max-width: 530px) {
.about__history-content {
    padding-right: 16px;
}
}
.about__history-year {
  color: #DFDBD7;
  font-size: 64px;
  font-weight: 600;
  line-height: 120%;
  padding-bottom: 8px;
  padding-left: 60px;
}
@media only screen and (max-width: 960px) {
.about__history-year {
    display: none;
}
}
.about__history-year-mobile {
  display: none;
}
@media only screen and (max-width: 960px) {
.about__history-year-mobile {
    color: #DFDBD7;
    display: block;
    font-size: 24px;
    font-weight: 600;
    margin: 32px 32px 8px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
}
}
@media only screen and (max-width: 530px) {
.about__history-year-mobile {
    font-size: 20px;
    line-height: 140%;
    margin: 24px 20px 0;
}
}
.about__history-box {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 44px 60px;
}
@media only screen and (max-width: 960px) {
.about__history-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    padding: 0;
}
}
.about__history-content-swiper-slide .about__history-box-left {
  display: none;
}
.about__history-content-swiper-slide.swiper-slide-active .about__history-box-left {
  display: block;
}
.about__history-box-left, .about__history-box-right {
  width: calc(50% - 30px);
}
.about__history-box-left {
  font-size: 18px;
  line-height: 150%;
  margin-right: 30px;
}
@media only screen and (max-width: 960px) {
.about__history-box-left {
    font-size: 16px;
    line-height: 150%;
    margin-right: 0;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    padding: 0 32px 32px;
    width: 100%;
}
}
@media only screen and (max-width: 530px) {
.about__history-box-left {
    padding: 0 20px 24px;
}
}
.about__history-box-left p:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 960px) {
.about__history-content-swiper-wrapper {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    min-height: 100%;
}
}
@media only screen and (max-width: 960px) {
.about__history-content-swiper {
    padding-right: 32px;
}
}
@media only screen and (max-width: 768px) {
.about__history-content-swiper {
    padding-right: 16px;
}
}
@media only screen and (max-width: 530px) {
.about__history-content-swiper {
    padding-right: 0;
}
}
@media only screen and (max-width: 960px) {
.about__history-content-swiper-slide {
    height: auto !important;
}
}
.about__history-box-right {
  aspect-ratio: 1.408;
  margin-left: 30px;
  position: relative;
}
@media only screen and (max-width: 960px) {
.about__history-box-right {
    margin-left: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
}
}
.about__history-box-right div {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.about__history-box-right div picture {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.about__history-box-right div picture img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
