.block_title, .block_desc {
  padding-left: 32px; }

.block_desc {
  margin-bottom: 40px;
  color: #031912;
  font-size: 16px;
  line-height: 32px; }

.section {
  margin: 80px 0; }

header {
  padding-top: 8px; }
  header .h_top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
    header .h_top .h_top_wrap {
      display: grid;
      grid-auto-columns: 1fr;
      grid-template-columns: minmax(176px, 1fr) minmax(152px, 170px) minmax(130px, 1fr);
      padding: 14px 32px 20px;
      background: #031912;
      border-top-left-radius: 9px;
      border-top-right-radius: 9px; }
      header .h_top .h_top_wrap .h_col {
        display: flex;
        align-items: center; }
        header .h_top .h_top_wrap .h_col.logo_col + .h_col {
          margin-left: auto; }
      header .h_top .h_top_wrap .h_menu {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
        list-style-type: none; }
        header .h_top .h_top_wrap .h_menu li {
          position: relative;
          padding: 0 24px 0 33px;
          border-right: 1px solid #ececec; }
          header .h_top .h_top_wrap .h_menu li:first-child {
            padding-left: 0; }
          header .h_top .h_top_wrap .h_menu li:last-child {
            padding-right: 0;
            border-right: 0; }
          header .h_top .h_top_wrap .h_menu li:hover .sub-menu {
            opacity: 1;
            visibility: visible; }
          header .h_top .h_top_wrap .h_menu li a {
            color: #fff9;
            font-size: 14px;
            line-height: 20px;
            text-decoration: none; }
          header .h_top .h_top_wrap .h_menu li .sub-menu {
            position: absolute;
            top: 100%;
            left: 0;
            transition: 0.4s;
            opacity: 0;
            visibility: visible;
            z-index: 10; }
            header .h_top .h_top_wrap .h_menu li .sub-menu ul {
              min-width: 214px;
              margin: 16px 0 0;
              padding: 16px 0 20px;
              list-style-type: none;
              background: #ffffff;
              box-shadow: 0px 0px 32px rgba(97, 115, 159, 0.1);
              border-radius: 8px; }
              header .h_top .h_top_wrap .h_menu li .sub-menu ul li {
                padding: 0; }
                header .h_top .h_top_wrap .h_menu li .sub-menu ul li a {
                  display: block;
                  padding: 8px 24px;
                  color: inherit;
                  transition: 0.4s; }
      header .h_top .h_top_wrap .h_logo {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-decoration: none;
        text-align: center; }
        header .h_top .h_top_wrap .h_logo_wrap {
          display: flex;
          align-items: center; }
          header .h_top .h_top_wrap .h_logo_wrap span {
            margin-left: 13px;
            color: #ffffff;
            font-size: 22px;
            line-height: 30px;
            font-weight: 600; }
          header .h_top .h_top_wrap .h_logo_wrap img {
            width: auto;
            height: 28px; }
        header .h_top .h_top_wrap .h_logo_desc {
          padding: 8px 0 0;
          color: #ffffff;
          font-size: 11px;
          line-height: 1;
          opacity: 0.4; }
      header .h_top .h_top_wrap .h_info {
        margin-right: 60px;
        text-align: center; }
        header .h_top .h_top_wrap .h_info a {
          display: block;
          color: #ffffff;
          font-size: 18px;
          line-height: 1.2;
          font-weight: 600;
          text-decoration: none; }
          header .h_top .h_top_wrap .h_info a:last-child {
            margin-top: 4px;
            font-size: 16px;
            font-weight: 400; }
      header .h_top .h_top_wrap .h_log {
        display: flex;
        align-items: center;
        color: #fff9;
        font-size: 14px;
        line-height: 1;
        text-decoration: none; }
        header .h_top .h_top_wrap .h_log svg {
          margin-left: 12px; }
          header .h_top .h_top_wrap .h_log svg path {
            fill: #ffffff; }
      header .h_top .h_top_wrap .h_hamburger {
        display: none;
        cursor: pointer; }

main .banner .banner_wrap .banner_list {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  main .banner .banner_wrap .banner_list li {
    position: relative;
    min-height: 485px;
    padding: 80px 32px;
    background-color: #031912;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow: hidden;
    z-index: 2; }
    main .banner .banner_wrap .banner_list li::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #031912;
      opacity: 0.4;
      z-index: 1; }
    main .banner .banner_wrap .banner_list li .info {
      position: relative;
      max-width: 508px;
      z-index: 2; }
    main .banner .banner_wrap .banner_list li h1 {
      margin-bottom: 40px;
      color: #ffffff; }
    main .banner .banner_wrap .banner_list li p {
      margin-bottom: 20px;
      color: #fff9;
      font-size: 16px;
      line-height: 24px; }
    main .banner .banner_wrap .banner_list li .btn {
      position: absolute;
      left: 32px;
      bottom: 40px;
      z-index: 2; }
    main .banner .banner_wrap .banner_list li img {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      z-index: -1; }
    main .banner .banner_wrap .banner_list li .adv div {
      position: relative;
      margin-bottom: 20px;
      padding-left: 20px;
      color: #ffff;
      font-size: 16px;
      line-height: 24px; }
      main .banner .banner_wrap .banner_list li .adv div::before {
        content: "";
        position: absolute;
        top: 11px;
        left: 0;
        width: 6px;
        height: 6px;
        background: #ffffff;
        border-radius: 4px; }

footer {
  padding-bottom: 8px; }
  footer .f_top .f_top_wrap {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: minmax(207px, 418px) minmax(306px, 382px) minmax(617px, 1fr);
    padding: 10px 32px 0;
    background: #031912;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px; }
    footer .f_top .f_top_wrap .f_col {
      display: flex;
      align-items: flex-start;
      padding: 26px 0 40px;
      border-right: 1px solid #2b3234; }
      footer .f_top .f_top_wrap .f_col:first-child {
        flex-direction: column;
        justify-content: flex-start; }
      footer .f_top .f_top_wrap .f_col:last-child {
        border-right: 0; }
      footer .f_top .f_top_wrap .f_col + .f_col {
        padding-left: 24px; }
      footer .f_top .f_top_wrap .f_col.info_col {
        flex-direction: column;
        align-items: center; }
        footer .f_top .f_top_wrap .f_col.info_col + .f_col ul {
          width: 33%; }
        footer .f_top .f_top_wrap .f_col.info_col div {
          max-width: 200px; }
    footer .f_top .f_top_wrap .f_phone, footer .f_top .f_top_wrap .f_mail {
      display: block;
      margin-bottom: 10px;
      color: #ffffff;
      font-size: 20px;
      line-height: 28px;
      font-weight: 500;
      text-decoration: none; }
    footer .f_top .f_top_wrap p {
      color: #ffffff;
      font-size: 14px;
      line-height: 28px;
      opacity: 0.4; }
    footer .f_top .f_top_wrap .f_menu {
      display: grid;
      width: 100% !important;
      margin: 0;
      grid-template-columns: repeat(3, 1fr);
      padding: 0;
      list-style-type: none; }
      footer .f_top .f_top_wrap .f_menu li {
        margin-bottom: 12px; }
        footer .f_top .f_top_wrap .f_menu li a {
          color: #fff9;
          font-size: 16px;
          line-height: 24px;
          text-decoration: none;
          opacity: 0.4; }
    footer .f_top .f_top_wrap .f_logo {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      text-decoration: none;
      text-align: left;
      margin-bottom: 40px; }
      footer .f_top .f_top_wrap .f_logo_wrap {
        display: flex;
        align-items: center; }
        footer .f_top .f_top_wrap .f_logo_wrap p {
          max-width: 200px;
          padding: 0;
          margin: 0;
          color: #ffffff;
          font-size: 16px;
          line-height: 1.2; }
        footer .f_top .f_top_wrap .f_logo_wrap span {
          color: #ffffff;
          font-size: 32px;
          line-height: 28px;
          font-weight: 600; }
        footer .f_top .f_top_wrap .f_logo_wrap img {
          width: auto;
          height: 37px;
          margin-right: 17px; }
      footer .f_top .f_top_wrap .f_logo_desc {
        padding: 13px 0 0;
        color: #ffffff;
        font-size: 14px;
        line-height: 1;
        opacity: 0.4; }
  footer .f_bottom .f_bottom_wrap {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: minmax(207px, 418px) minmax(306px, 382px) minmax(617px, 1fr);
    padding: 0 32px;
    background: #031912;
    border-top: 1px solid #2b3234;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px; }
    footer .f_bottom .f_bottom_wrap .f_col {
      display: flex;
      align-items: center;
      height: 60px;
      border-right: 1px solid #2b3234; }
      footer .f_bottom .f_bottom_wrap .f_col:last-child {
        border-right: 0; }
      footer .f_bottom .f_bottom_wrap .f_col.center {
        padding-right: 24px; }
      footer .f_bottom .f_bottom_wrap .f_col + .f_col {
        justify-content: space-between;
        padding-left: 24px; }
      footer .f_bottom .f_bottom_wrap .f_col a, footer .f_bottom .f_bottom_wrap .f_col p {
        margin: 0;
        color: #ffffff;
        font-size: 14px;
        line-height: 20px;
        text-decoration: none;
        opacity: 0.4; }

.services .services_wrap .services_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-radius: 8px; }
  .services .services_wrap .services_list > li {
    min-height: 415px;
    padding-right: 24px;
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6; }
    .services .services_wrap .services_list > li:first-child {
      border-left: 1px solid #e6e6e6;
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px; }
    .services .services_wrap .services_list > li:last-child {
      border-top-right-radius: 8px;
      border-bottom-right-radius: 8px; }
    .services .services_wrap .services_list > li a {
      text-decoration: none; }
    .services .services_wrap .services_list > li .images {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 146px;
      height: 136px;
      margin: 0 0 16px; }
      .services .services_wrap .services_list > li .images img {
        max-height: 80px; }
    .services .services_wrap .services_list > li .title {
      color: #031912;
      font-size: 20px;
      line-height: 28px;
      font-weight: 500;
      margin-bottom: 16px;
      padding-left: 32px; }
    .services .services_wrap .services_list > li .desc {
      color: #657a73;
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 16px;
      padding-left: 32px; }
    .services .services_wrap .services_list > li ul {
      margin: 24px 0;
      padding: 0;
      list-style-type: none; }
      .services .services_wrap .services_list > li ul li {
        position: relative;
        margin-bottom: 12px;
        padding-left: 20px;
        color: #031912;
        font-size: 16px;
        line-height: 24px; }
        .services .services_wrap .services_list > li ul li::before {
          content: "";
          position: absolute;
          top: 8px;
          left: 0;
          display: block;
          width: 8px;
          height: 8px;
          background: #08a553;
          border-radius: 50%; }
        .services .services_wrap .services_list > li ul li a {
          color: #031912;
          transition: 0.3s; }

@media(max-width: 1400px) {
  .services .services_wrap .services_list {
    display: flex;
    flex-direction: column; }
    .services .services_wrap .services_list > li {
      min-height: unset;
      border: 1px solid #e6e6e6 !important;
      border-radius: 8px !important; }
      .services .services_wrap .services_list > li > a {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 100px;
        padding: 16px 0 16px 110px; }
        .services .services_wrap .services_list > li > a .images {
          position: absolute;
          top: 0;
          left: 0;
          width: 100px;
          height: 100px;
          margin: 0; }
        .services .services_wrap .services_list > li > a .title {
          margin-bottom: 8px;
          padding: 0;
          font-size: 16px;
          line-height: 24px; }
        .services .services_wrap .services_list > li > a .desc, .services .services_wrap .services_list > li > a ul li a {
          padding: 0;
          margin-bottom: 8px;
          font-size: 14px;
          line-height: 20px; } }
@media(max-width: 1300px) {
  .section {
    margin: 30px 0; }

  .block_title, .block_desc {
    padding: 0; }

  .block_desc {
    font-size: 16px;
    line-height: 20px; } }
@media(max-width: 768px) {
  .services .services_wrap .services_list li a {
    padding-left: 85px; }
    .services .services_wrap .services_list li a .images {
      width: 80px;
      height: 80px; } }
.info {
  margin-bottom: 8px; }
  .info .info_wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 32px;
    border: 1px solid #e6e6e6;
    border-radius: 8px; }
    .info .info_wrap h2 {
      width: 338px;
      margin-right: 40px; }
    .info .info_wrap p {
      margin-bottom: 32px;
      color: #657a73;
      font-size: 14px;
      line-height: 20px; }
      .info .info_wrap p:last-child {
        margin-bottom: 0; }
    .info .info_wrap .desc {
      max-width: 800px; }
    .info .info_wrap .image {
      margin-left: auto; }
      .info .info_wrap .image p {
        max-width: 240px;
        margin: 16px 0 0;
        color: #214237;
        font-size: 20px;
        line-height: 1.4;
        font-weight: 500; }
    .info .info_wrap .mob {
      display: none; }

@media(max-width: 1550px) {
  .info .info_wrap .image {
    display: none; } }
@media(max-width: 1260px) {
  .info .info_wrap .btn.desc {
    display: none; }
  .info .info_wrap .btn.mob {
    display: inline-flex; } }
.requisites {
  margin-bottom: 8px; }
  .requisites .requisites_wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 32px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6; }
    .requisites .requisites_wrap h2 {
      width: 338px;
      margin-right: 40px; }
    .requisites .requisites_wrap strong {
      font-size: 20px;
      line-height: 1.4;
      font-weight: 500; }
    .requisites .requisites_wrap p {
      margin: 0 0 24px;
      color: #031912;
      font-size: 16px;
      line-height: 24px; }
    .requisites .requisites_wrap aside {
      max-width: 800px; }
      .requisites .requisites_wrap aside a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 12px;
        padding: 12px;
        background: #f2f5f4;
        border-radius: 8px;
        text-decoration: none; }
        .requisites .requisites_wrap aside a:last-child {
          margin-bottom: 0; }
        .requisites .requisites_wrap aside a span {
          color: #214237;
          font-size: 14px; }

@media(max-width: 1300px) {
  .requisites .requisites_wrap {
    padding: 20px 0; }
    .requisites .requisites_wrap p {
      font-size: 16px;
      line-height: 24px; }
    .requisites .requisites_wrap strong {
      font-size: 16px;
      line-height: 24px; } }
.advantages .advantages_wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 32px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6; }
  .advantages .advantages_wrap h2 {
    width: 338px;
    margin-right: 40px; }
  .advantages .advantages_wrap .advantages_list {
    width: calc(100% - 378px);
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .advantages .advantages_wrap .advantages_list li {
      display: flex;
      margin-bottom: 40px; }
      .advantages .advantages_wrap .advantages_list li:last-child {
        margin-bottom: 0; }
      .advantages .advantages_wrap .advantages_list li .icon {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 80px;
        height: 80px;
        margin-right: 20px; }
        .advantages .advantages_wrap .advantages_list li .icon img {
          max-width: 100%;
          max-height: 100%; }
      .advantages .advantages_wrap .advantages_list li .desc {
        width: calc(100% - 100px); }
        .advantages .advantages_wrap .advantages_list li .desc span {
          color: #031912;
          font-size: 20px;
          line-height: 28px;
          font-weight: 500; }
        .advantages .advantages_wrap .advantages_list li .desc p {
          margin: 16px 0 0;
          color: #657a73;
          font-size: 16px;
          line-height: 24px; }

@media(max-width: 1400px) {
  .advantages .advantages_wrap {
    flex-direction: column;
    padding: 30px 0; }
    .advantages .advantages_wrap h2 {
      margin-bottom: 40px; }
    .advantages .advantages_wrap .advantages_list {
      width: 100%; }
      .advantages .advantages_wrap .advantages_list li {
        margin-bottom: 0;
        padding: 16px 0;
        border: 1px solid #e6e6e6;
        border-radius: 8px; }
        .advantages .advantages_wrap .advantages_list li .desc span {
          font-size: 16px;
          line-height: 24px; }
        .advantages .advantages_wrap .advantages_list li .desc p {
          margin-top: 8px;
          font-size: 14px;
          line-height: 20px; } }
@media(max-width: 768px);
.news h2 {
  margin-bottom: 32px;
  padding: 0; }
.news .news_wrap .news_list {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .news .news_wrap .news_list li a {
    text-decoration: none; }
  .news .news_wrap .news_list li .images {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 240px;
    margin: 0 0 16px;
    background: linear-gradient(315deg, rgba(26, 67, 98, 0.1), rgba(26, 67, 98, 0));
    border-radius: 8px;
    overflow: hidden; }
    .news .news_wrap .news_list li .images img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .news .news_wrap .news_list li .date {
    color: #657a73;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px; }
  .news .news_wrap .news_list li .title {
    color: #031912;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 16px; }
  .news .news_wrap .news_list li .desc {
    color: #657a73;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px; }

.news.defer {
  margin-top: 0; }
  .news.defer .news_wrap .news_list {
    grid-template-columns: repeat(3, 1fr); }
    .news.defer .news_wrap .news_list li .title {
      text-align: center; }

@media(max-width: 1400px) {
  .news .news_wrap .news_list {
    gap: 18px; }
    .news .news_wrap .news_list li .images {
      height: 98px; }
    .news .news_wrap .news_list li .title {
      margin-bottom: 8px;
      font-size: 16px;
      line-height: 24px; } }
@media(max-width: 996px) {
  .news .news_wrap {
    overflow-x: scroll; }
    .news .news_wrap .news_list li {
      width: 264px; } }
.page {
  padding: 50px 0 70px; }
  .page h2 {
    margin-bottom: 32px; }

.contact_wrap {
  display: flex; }
  .contact_wrap .info {
    width: 500px;
    padding: 40px 40px 0 0; }
    .contact_wrap .info div {
      margin-bottom: 28px; }
      .contact_wrap .info div span {
        color: #657a73;
        font-size: 16px;
        line-height: 24px; }
      .contact_wrap .info div a, .contact_wrap .info div p {
        display: block;
        color: #031912;
        font-size: 20px;
        line-height: 28px;
        font-weight: 500;
        text-decoration: none; }
  .contact_wrap .map {
    width: calc(100% - 500px); }

.page_wrap p {
  margin-bottom: 24px;
  color: #031912;
  font-size: 16px;
  line-height: 24px; }
.page_wrap .date {
  color: #657a73; }
.page_wrap ul {
  margin: 0 0 24px;
  padding: 0;
  list-style-type: none; }
  .page_wrap ul li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 20px;
    color: #031912;
    font-size: 16px;
    line-height: 24px; }
    .page_wrap ul li::before {
      content: "";
      position: absolute;
      top: 8px;
      left: 0;
      display: block;
      width: 8px;
      height: 8px;
      background: #08a553;
      border-radius: 50%; }
.page_wrap ol {
  margin: 0 0 24px;
  padding: 0;
  list-style-type: none;
  counter-reset: li; }
  .page_wrap ol li {
    position: relative;
    margin-bottom: 12px;
    color: #031912;
    font-size: 16px;
    line-height: 24px; }
    .page_wrap ol li::before {
      content: counter(li);
      counter-increment: li;
      margin-right: 8px;
      color: #08a553;
      font-size: 16px;
      line-height: 24px;
      font-weight: 500; }
.page_wrap table {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 16px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  overflow: hidden; }
  .page_wrap table thead {
    color: #ffffff;
    background: #08a553; }
    .page_wrap table thead th {
      padding: 16px 21px; }
  .page_wrap table tbody {
    color: #031912; }
    .page_wrap table tbody td {
      padding: 16px 21px; }
    .page_wrap table tbody tr:nth-child(odd) {
      background: #F1F1F1; }
    .page_wrap table tbody tr:nth-child(even) {
      background: #ffff; }

.image {
  height: 220px;
  margin-top: 40px;
  background-position: center;
  background-size: cover;
  border-radius: 12px; }

.page.defer {
  padding-bottom: 20px; }

@media(max-width: 1300px) {
  .page {
    padding: 30px 0 60px; }
    .page h2 {
      margin-bottom: 24px; }

  h2, .page h1 {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 1.2; }

  .page_wrap p, .page_wrap ul li, .page_wrap ol li {
    font-size: 14px;
    line-height: 20px; }
  .page_wrap table {
    font-size: 14px; }

  .contact_wrap {
    flex-direction: column; }
    .contact_wrap .info {
      width: 100%;
      padding: 0; }
      .contact_wrap .info div {
        margin-bottom: 20px; }
        .contact_wrap .info div span, .contact_wrap .info div a, .contact_wrap .info div p {
          font-size: 14px;
          line-height: 20px; }
    .contact_wrap .map {
      width: 100%; } }
@media(max-width: 996px) {
  .table-scroll {
    max-width: 100%;
    white-space: nowrap;
    overflow-x: auto; }
    .table-scroll table {
      width: 100%;
      overflow: hidden; }
      .table-scroll table thead th {
        min-width: 240px;
        max-width: 420px; }
      .table-scroll table tbody td {
        min-width: 240px;
        max-width: 420px;
        white-space: normal; } }
@media(max-width: 768px) {
  .contact_wrap .map iframe {
    height: 270px; } }
.price .price_wrap {
  margin: 40px 0 -10px;
  padding: 40px 0;
  background: #f2f5f4;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px; }
  .price .price_wrap aside {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 740px;
    margin: 0 auto; }
  .price .price_wrap p {
    width: calc(100% - 240px);
    margin: 0;
    color: #031912;
    font-size: 20px;
    line-height: 28px; }

.price.defer .container {
  padding: 0; }
.price.defer .price_wrap {
  margin: 40px 0;
  border-radius: 9px; }

@media(max-width: 1300px) {
  .price .price_wrap {
    padding: 20px 20px 25px; }
    .price .price_wrap p {
      font-size: 16px;
      line-height: 1.4; }
    .price .price_wrap aside {
      max-width: none; } }
@media(max-width: 768px) {
  .price .price_wrap aside {
    flex-direction: column; }
  .price .price_wrap p {
    margin-bottom: 20px;
    width: 100%;
    font-size: 14px; } }
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); }
  .modal.open {
    display: flex;
    z-index: 100; }
  .modal .modal_wrap {
    position: relative;
    width: 100%;
    max-width: 582px;
    padding: 40px;
    background: #ffffff;
    border-radius: 12px; }
    .modal .modal_wrap .close {
      position: absolute;
      top: 12px;
      right: 12px;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 32px;
      height: 32px;
      border: 1px solid #000;
      border-radius: 100%;
      cursor: pointer;
      opacity: 0.7;
      z-index: 10; }
      .modal .modal_wrap .close:hover {
        opacity: 1; }
      .modal .modal_wrap .close svg {
        width: 16px;
        height: 16px;
        transform: rotate(45deg); }
    .modal .modal_wrap .head h2 {
      margin-bottom: 34px;
      color: #031912;
      font-size: 24px;
      line-height: 32px; }
    .modal .modal_wrap .main .form_row {
      position: relative;
      margin-bottom: 30px; }
      .modal .modal_wrap .main .form_row:last-child {
        margin-bottom: 0; }
      .modal .modal_wrap .main .form_row.active label {
        top: 8px;
        font-size: 12px; }
      .modal .modal_wrap .main .form_row label {
        position: absolute;
        top: 20px;
        left: 16px;
        color: #657a73;
        font-size: 14px;
        line-height: 1.2;
        transition: all 0.2s ease; }
      .modal .modal_wrap .main .form_row input {
        width: 100%;
        height: 56px;
        padding: 26px 16px 10px;
        color: #031912;
        font-size: 14px;
        background: transparent;
        border-radius: 6px;
        border: 1px solid #e6e6e6;
        box-sizing: border-box; }
        .modal .modal_wrap .main .form_row input::placeholder {
          color: #031912;
          font-size: 14px; }
        .modal .modal_wrap .main .form_row input:focus + label {
          top: 8px;
          font-size: 12px; }
      .modal .modal_wrap .main .form_row button {
        width: 100%;
        height: 50px; }
    .modal .modal_wrap .main .form_confirm {
      color: #657a73;
      font-size: 12px;
      line-height: 16px;
      text-align: center; }
      .modal .modal_wrap .main .form_confirm a {
        color: #031912; }

.mnu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); }
  .mnu.open {
    display: flex;
    z-index: 100; }
  .mnu .mnu_wrap {
    position: relative;
    width: 100%;
    max-width: 300px;
    height: 100%;
    padding: 25px;
    background: #fff; }
    .mnu .mnu_wrap .close {
      position: absolute;
      top: 12px;
      right: 12px;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 32px;
      height: 32px;
      border: 1px solid #000;
      border-radius: 100%;
      cursor: pointer;
      opacity: 0.7;
      z-index: 10; }
      .mnu .mnu_wrap .close:hover {
        opacity: 1; }
      .mnu .mnu_wrap .close svg {
        width: 16px;
        height: 16px;
        transform: rotate(45deg); }
    .mnu .mnu_wrap .head h2 {
      font-size: 28px; }
    .mnu .mnu_wrap ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .mnu .mnu_wrap ul li {
        margin-bottom: 32px; }
        .mnu .mnu_wrap ul li a {
          display: block;
          color: #000;
          font-size: 16px;
          line-height: 1.2;
          text-decoration: none; }
        .mnu .mnu_wrap ul li .sub-menu {
          display: none; }

@media(max-width: 1199px) {
  .modal .modal_wrap .head h2 {
    margin: 0 0 12px 0;
    font-size: 25px;
    line-height: 1; }
  .modal .modal_wrap .main .form_row {
    margin-bottom: 12px; }
    .modal .modal_wrap .main .form_row.active label {
      top: 4px;
      font-size: 9px; }
    .modal .modal_wrap .main .form_row input {
      height: 40px;
      padding: 10px 16px;
      font-size: 12px; }
      .modal .modal_wrap .main .form_row input::placeholder {
        font-size: 12px; }
      .modal .modal_wrap .main .form_row input:focus + label {
        top: 4px;
        font-size: 9px; }
    .modal .modal_wrap .main .form_row label {
      top: 10px; }
  .modal .modal_wrap .main .form_row button {
    height: 40px;
    padding: 0 15px;
    font-size: 14px; } }
@media(max-width: 768px) {
  .modal .modal_wrap {
    width: 95%; }
    .modal .modal_wrap .head {
      margin: 0; }
      .modal .modal_wrap .head h2 {
        margin: 0 0 12px 0;
        font-size: 18px; } }
@media(max-width: 1400px) {
  h1 {
    font-size: 40px;
    line-height: 1.2; }

  header .h_top .h_top_wrap {
    display: flex;
    grid-template-columns: unset;
    padding: 10px 20px; }
    header .h_top .h_top_wrap .h_col:first-child {
      display: none; }
    header .h_top .h_top_wrap .h_log {
      display: none; }
    header .h_top .h_top_wrap .h_logo {
      flex-direction: row;
      align-items: center;
      text-align: left; }
      header .h_top .h_top_wrap .h_logo img {
        margin-right: 10px; }
      header .h_top .h_top_wrap .h_logo span {
        max-width: 164px;
        padding: 0; }
    header .h_top .h_top_wrap .h_info {
      margin-right: 24px;
      text-align: right; }
      header .h_top .h_top_wrap .h_info a {
        font-size: 14px;
        font-weight: 400; }
    header .h_top .h_top_wrap .h_hamburger {
      display: flex; }
      header .h_top .h_top_wrap .h_hamburger svg path {
        fill: #ffffff; }

  main .banner .banner_wrap .banner_list li {
    min-height: 422px; }
    main .banner .banner_wrap .banner_list li img {
      right: -15%; }

  footer .f_top .f_top_wrap {
    display: flex;
    justify-content: space-between; }
    footer .f_top .f_top_wrap .f_col {
      border-right: none; }
      footer .f_top .f_top_wrap .f_col.info_col + .f_col {
        display: none; }

  footer .f_bottom .f_bottom_wrap {
    display: flex;
    justify-content: space-between; }
    footer .f_bottom .f_bottom_wrap .f_col {
      border-right: none; }
      footer .f_bottom .f_bottom_wrap .f_col a {
        margin-left: 20px; }
    footer .f_bottom .f_bottom_wrap .f_col.center {
      display: none; } }
@media(max-width: 1199px) {
  header .h_top .container {
    padding: 0; }

  main .banner .container {
    padding: 0; }
  main .banner .banner_wrap .banner_list li {
    min-height: 320px;
    padding: 40px 20px; }
    main .banner .banner_wrap .banner_list li h1 {
      margin-bottom: 16px;
      font-size: 28px; }
    main .banner .banner_wrap .banner_list li p, main .banner .banner_wrap .banner_list li .adv div {
      margin-bottom: 16px;
      font-size: 14px;
      line-height: 1.4; }
    main .banner .banner_wrap .banner_list li img {
      right: -32%; }
    main .banner .banner_wrap .banner_list li .btn {
      position: relative;
      top: unset;
      left: unset;
      bottom: unset; } }
@media(max-width: 996px) {
  header .h_top .h_top_wrap .btn {
    display: none; }
  header .h_top .h_top_wrap .h_info {
    display: none; }

  footer .f_bottom .f_bottom_wrap {
    display: flex;
    flex-direction: column; }
    footer .f_bottom .f_bottom_wrap .f_col {
      flex-direction: column;
      justify-content: center;
      height: auto;
      margin-bottom: 4px;
      padding: 0 !important;
      text-align: center;
      border-right: none; } }
@media(max-width: 768px) {
  header .h_top .h_top_wrap .h_info {
    display: none; }

  main .banner .banner_wrap .banner_list li {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    min-height: 350px; }
    main .banner .banner_wrap .banner_list li img {
      right: 0;
      top: unset;
      bottom: 0;
      height: 100%; }
    main .banner .banner_wrap .banner_list li .btn {
      position: relative;
      left: unset;
      bottom: unset; } }
@media(max-width: 550px) {
  footer .f_top .f_top_wrap {
    flex-direction: column;
    justify-content: center; }
    footer .f_top .f_top_wrap .h_logo_wrap span {
      font-size: 22px;
      line-height: 30px; }
    footer .f_top .f_top_wrap .h_logo_desc {
      padding: 8px 0 0;
      font-size: 11px; }
    footer .f_top .f_top_wrap .f_logo {
      margin-bottom: 20px; }
    footer .f_top .f_top_wrap .f_col {
      min-height: auto;
      margin-bottom: 25px; }
      footer .f_top .f_top_wrap .f_col:first-child {
        padding-bottom: 0; }
      footer .f_top .f_top_wrap .f_col.info_col {
        order: 2;
        padding: 0; }
    footer .f_top .f_top_wrap .f_col.info_col div {
      max-width: none; }
    footer .f_top .f_top_wrap .btn {
      display: none; } }
@media(max-width: 420px) {
  header .h_top .h_top_wrap .btn {
    display: none; } }

/*# sourceMappingURL=style.css.map */
