.vantages_left {
  position: relative; }
  .vantages_left::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    background-color: #F7F7F9;
    z-index: -1; }
    @media screen and (max-width: 1024px) {
      .vantages_left::after {
        width: 100%;
        height: 100%; } }

.vantages_right {
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    .vantages_right::after {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: calc(100% - 50px);
      background-color: #F7F7F9;
      z-index: -1; } }

.vantages_decor {
  position: absolute;
  right: 5.455rem;
  top: 0;
  width: calc(50% - 5.455rem);
  height: 5.455rem; }

.vantages_item {
  position: relative;
  width: 100%;
  padding: 2.273rem 2.273rem 2.273rem 6.136rem;
  border-bottom: 1px solid #F7F7F9;
  border-left: 1px solid #F7F7F9;
  background-color: #fff;
  transition-delay: 0.2s;
  transition-duration: 0.2s; }
  @media screen and (max-width: 1024px) {
    .vantages_item {
      padding: 30px 30px 30px 65px; } }
  @media screen and (max-width: 480px) {
    .vantages_item {
      padding: 20px 20px 20px 55px; } }
  .vantages_item_top {
    width: 100%; }
  .vantages_item_title {
    position: relative;
    padding-right: 1.364rem;
    text-align: left;
    font-size: 1.273rem;
    transition-duration: 0.2s;
    transform-origin: left center; }
    @media screen and (max-width: 1024px) {
      .vantages_item_title {
        font-size: 19px; } }
    @media screen and (max-width: 1024px) {
      .vantages_item_title {
        font-size: 17px; } }
  .vantages_item_name {
    word-break: break-word; }
  .vantages_item_idx {
    position: absolute;
    right: 100%;
    margin-right: 1.136rem; }
    @media screen and (max-width: 1024px) {
      .vantages_item_idx {
        margin-right: 10px; } }
  .vantages_item_text {
    padding-top: 1.364rem;
    padding-right: 2.727rem; }
    @media screen and (max-width: 1024px) {
      .vantages_item_text {
        padding-top: 30px;
        padding-right: 40px; } }
    @media screen and (max-width: 480px) {
      .vantages_item_text {
        padding-top: 15px;
        padding-right: 25px; } }
  @media screen and (max-width: 1024px) {
    .vantages_item_hidden {
      width: calc(100% + 65px);
      margin-left: -45px; } }
  @media screen and (max-width: 480px) {
    .vantages_item_hidden {
      margin-left: -35px; } }
  .vantages_item.active {
    width: calc(100% + 5.455rem);
    margin-left: -5.455rem;
    transition-delay: 0s; }
    @media screen and (max-width: 1024px) {
      .vantages_item.active {
        width: calc(100% + 50px);
        margin-left: -50px; } }
    @media screen and (max-width: 480px) {
      .vantages_item.active {
        width: calc(100% + 20px);
        margin-left: -20px;
        padding-left: 60px; } }
    .vantages_item.active .vantages_item_hidden {
      transition-delay: 0.2s; }
    .vantages_item.active .vantages_item_title {
      transform: scale(1.3); }
      @media screen and (max-width: 480px) {
        .vantages_item.active .vantages_item_title {
          transform: none; } }

.slide_card {
  display: block;
  position: relative;
  margin-bottom: 1.136rem;
  overflow: hidden;
  transition: transform 0.4s;
  will-change: transform; }
  @media screen and (max-width: 1024px) {
    .slide_card {
      margin-bottom: 20px; } }
  @media screen and (max-width: 480px) {
    .slide_card {
      margin-bottom: 10px; } }
  .slide_card:hover {
    transform: translateY(-10px); }
    .slide_card:hover .slide_text {
      transform: translateY(-100%); }

.slide_text {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2.273rem;
  transition: transform 0.4s;
  overflow: auto; }
  @media screen and (max-width: 1024px) {
    .slide_text {
      padding: 30px; } }
  @media screen and (max-width: 480px) {
    .slide_text {
      display: none;
      padding: 20px; } }

.slide_image {
  display: block;
  width: 100%; }

@media screen and (max-width: 480px) {
  .gallery_slider_title {
    margin-bottom: 55px; } }

.gallery_slider_wrapper {
  padding-top: 2.727rem;
  margin-top: -2.727rem;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    .gallery_slider_wrapper {
      padding-top: 20px;
      margin-top: -20px; } }
  @media screen and (max-width: 480px) {
    .gallery_slider_wrapper {
      padding-top: 25px;
      margin-top: -25px; } }

.gallery_slider_container {
  width: calc(100% + 58.864rem); }
  @media screen and (max-width: 1024px) {
    .gallery_slider_container {
      width: calc(100% + 530px); } }
  @media screen and (max-width: 480px) {
    .gallery_slider_container {
      width: 100%; } }

.gallery_slider_total {
  position: absolute;
  top: 0;
  right: 12.5rem;
  font-size: 4.545rem;
  font-weight: 450;
  line-height: 0.9;
  z-index: 5; }
  @media screen and (max-width: 1024px) {
    .gallery_slider_total {
      right: 100px;
      font-size: 41px; } }
  @media screen and (max-width: 480px) {
    .gallery_slider_total {
      right: 20px; } }

.gallery_slide_item {
  position: relative; }
  .gallery_slide_item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.4s;
    background-size: 4.545rem;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/assets/img/svg/loup.svg");
    z-index: 4; }
    @media screen and (max-width: 1024px) {
      .gallery_slide_item::before {
        background-size: 50px; } }
  .gallery_slide_item:hover::before {
    opacity: 1;
    visibility: visible; }

.gallery_slide_image {
  position: relative; }
  @media screen and (max-width: 480px) {
    .gallery_slide_image {
      height: 200px; } }

@media screen and (max-width: 480px) {
  .gallery_slide_empty {
    display: none; } }

.project_slider .title_block {
  position: relative; }

.project_slider_wrapper {
  overflow: hidden;
  position: relative;
  padding-top: 2.727rem; }
  @media screen and (max-width: 1024px) {
    .project_slider_wrapper {
      padding-top: 40px; } }

.project_slider_container {
  width: calc(100% + 15.227rem);
  padding-top: 2.727rem; }
  @media screen and (max-width: 1024px) {
    .project_slider_container {
      padding-top: 20px; } }
  @media screen and (max-width: 1024px) {
    .project_slider_container {
      width: calc(100% + 240px); } }
  @media screen and (max-width: 480px) {
    .project_slider_container {
      width: calc(100% + 130px); } }

.project_slider_year {
  position: absolute;
  top: 0;
  left: 5.455rem;
  line-height: 0.9;
  font-size: 4.545rem;
  font-weight: 450;
  z-index: 7; }
  @media screen and (max-width: 1024px) {
    .project_slider_year {
      font-size: 41px;
      left: 50px; } }
  @media screen and (max-width: 480px) {
    .project_slider_year {
      left: 20px; } }

.project_slider_navs--top {
  position: absolute;
  padding-top: 0;
  bottom: 0;
  left: calc(100% + 5.455rem);
  transform: translateY(25%);
  z-index: 5; }
  @media screen and (max-width: 1024px) {
    .project_slider_navs--top {
      right: 0;
      left: auto; } }
  @media screen and (max-width: 480px) {
    .project_slider_navs--top {
      right: 20px; } }

.project_slide_text .button_circle {
  margin-left: auto;
  margin-top: auto; }

.steps_slider {
  margin-top: -10px; }
  .steps_slider_container {
    width: calc(100% + 15.227rem);
    padding-top: 10px; }
    @media screen and (max-width: 1024px) {
      .steps_slider_container {
        width: calc(100% + 240px); } }
    @media screen and (max-width: 480px) {
      .steps_slider_container {
        width: calc(100% + 125px); } }
  .steps_slider_wrapper {
    overflow: hidden; }

@media screen and (max-width: 1024px) {
  .steps_slide_wrapper {
    overflow: auto;
    scrollbar-color: #8BC23F #E5E5E5;
    scrollbar-width: thin; }
    .steps_slide_wrapper::-webkit-scrollbar {
      width: 5px; }
    .steps_slide_wrapper::-webkit-scrollbar-track {
      background-color: #E5E5E5; }
    .steps_slide_wrapper::-webkit-scrollbar-thumb {
      background-color: #8BC23F; } }

.steps_slide_item {
  position: relative;
  height: 17.955rem;
  padding: 2.273rem;
  overflow: hidden;
  transition: transform 0.4s;
  will-change: transform; }
  @media screen and (max-width: 1024px) {
    .steps_slide_item {
      padding: 30px;
      height: 320px;
      font-size: 15px;
      will-change: auto; } }
  @media screen and (max-width: 480px) {
    .steps_slide_item {
      padding: 20px;
      height: 290px; } }
  .steps_slide_item:hover {
    transform: translateY(-10px); }
    .steps_slide_item:hover .steps_slide_item_text {
      transform: translateY(-100%); }
      @media screen and (max-width: 1024px) {
        .steps_slide_item:hover .steps_slide_item_text {
          transform: none; } }
  .steps_slide_item_num {
    margin-bottom: auto;
    font-size: 4.545rem;
    font-weight: 450;
    line-height: 0.9; }
    @media screen and (max-width: 1024px) {
      .steps_slide_item_num {
        font-size: 41px;
        margin-bottom: 15px; } }
  .steps_slide_item_text {
    overflow: auto;
    scrollbar-color: #8BC23F #E5E5E5;
    scrollbar-width: thin; }
    .steps_slide_item_text::-webkit-scrollbar {
      width: 5px; }
    .steps_slide_item_text::-webkit-scrollbar-track {
      background-color: #E5E5E5; }
    .steps_slide_item_text::-webkit-scrollbar-thumb {
      background-color: #8BC23F; }
    @media screen and (max-width: 1024px) {
      .steps_slide_item_text {
        position: relative;
        top: auto;
        padding: 0;
        height: auto;
        color: #fff;
        background-color: #8BC23F;
        overflow: visible; } }
    @media screen and (max-width: 480px) {
      .steps_slide_item_text {
        display: block; } }
    @media screen and (max-width: 1024px) {
      .steps_slide_item_text.content li::before {
        background-color: #fff; } }
  .steps_slide_item_title {
    line-height: 1.3; }
    @media screen and (max-width: 1024px) {
      .steps_slide_item_title {
        margin-bottom: 15px; } }


/*# sourceMappingURL=8c88411c201c3e3fb405.serviceInner.css.map*/