@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0; }

.l-header {
  background: #f3f6fa; }
  @media screen and (max-width: 767px) {
    .l-header {
      width: 100%;
      position: fixed;
      top: 0;
      left: 0;
      padding: 0;
      margin: 0;
      z-index: 999; } }

.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

#overlay {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 998; }

#overlay.active {
  opacity: 1;
  pointer-events: auto; }

.headnav {
  align-items: center;
  background-color: #f3f6fa;
  display: flex;
  padding: 2.7rem 17.1rem; }
  @media screen and (max-width: 1366px) {
    .headnav {
      padding: 2.7rem; } }
  @media screen and (max-width: 767px) {
    .headnav {
      padding: 1.8rem 1.5rem; } }
  .headnav__logo {
    min-width: 298px;
    transition: 0.3s;
    width: 22%; }
    .headnav__logo-img {
      float: left; }
    @media screen and (max-width: 767px) {
      .headnav__logo {
        min-width: unset;
        width: 70%; } }
  .headnav__menu {
    display: flex;
    justify-content: flex-end;
    width: 78%; }
    @media screen and (max-width: 767px) {
      .headnav__menu {
        display: none;
        background-color: #f3f6fa;
        box-shadow: 0 3px 3px rgba(100, 100, 100, 0.3);
        position: absolute;
        left: 30%;
        top: 70px;
        width: 70%;
        z-index: 100;
        padding: 5vw 0; } }
    .headnav__menu-item {
      padding: 3px 0 2px 33px; }
      @media screen and (max-width: 767px) {
        .headnav__menu-item {
          padding: 0;
          font-size: 1.5rem;
          text-align: left;
          border-bottom: 1px solid #000; }
          .headnav__menu-item:not(:last-child) {
            border-top: 1px solid #000; }
          .headnav__menu-item:nth-child(2) {
            border-top: none; } }
      .headnav__menu-item a {
        color: #373F41;
        font-weight: bold;
        transition: 0.3s; }
        @media screen and (max-width: 767px) {
          .headnav__menu-item a {
            display: block;
            padding: 1rem; } }
  @media screen and (max-width: 767px) {
    .headnav__info {
      display: flex;
      justify-content: flex-end;
      text-align: right;
      width: 30%; }
    .headnav__spmenu {
      display: block;
      position: fixed;
      top: 17px;
      right: 5vw;
      width: 30px;
      height: 30px;
      z-index: 999; }
      .headnav__spmenu span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #000; }
        .headnav__spmenu span:nth-child(1) {
          top: 15%; }
        .headnav__spmenu span:nth-child(2) {
          top: 50%;
          transform: translateY(-50%); }
        .headnav__spmenu span:nth-child(3) {
          bottom: 15%; } }

header.navOpen .headnav__spmenu span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg); }

header.navOpen .headnav__spmenu span:nth-of-type(2) {
  opacity: 0; }

header.navOpen .headnav__spmenu span:nth-of-type(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(45deg); }

.l-main {
  background: #fff; }
  @media screen and (max-width: 767px) {
    .l-main {
      padding-top: 7rem; } }

.title-basic, .subtitle-basic {
  text-align: center; }

.title-basic {
  color: #373F41;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.1px; }
  @media screen and (max-width: 1024px) {
    .title-basic {
      font-size: 28px;
      line-height: 32px; } }
  @media screen and (max-width: 767px) {
    .title-basic {
      font-size: 25px; } }

.subtitle-basic {
  color: #737B7D;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.3px; }
  @media screen and (max-width: 460px) {
    .subtitle-basic {
      font-size: 3.2vw; } }
  @media screen and (max-width: 375px) {
    .subtitle-basic {
      font-size: 4vw; } }

.about {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  overflow-x: hidden; }
  @media screen and (max-width: 767px) {
    .about {
      padding-bottom: 1.4rem; } }
  .about__inner {
    position: relative;
    padding: 0 16rem 0 16.5rem; }
    @media screen and (max-width: 1366px) {
      .about__inner {
        padding: 0 1.5rem; } }
  .about__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    transition: 0.3s; }
    @media screen and (max-width: 375px) {
      .about__list {
        display: block; } }
  .about__frames {
    width: 34.1%;
    height: 100%;
    padding: 23px 14px;
    border: 1px solid #EAEBED;
    border-radius: 6px; }
    @media screen and (max-width: 1024px) {
      .about__frames {
        width: 45%;
        height: 100%; } }
    @media screen and (max-width: 640px) {
      .about__frames {
        width: 48%; } }
    @media screen and (max-width: 460px) {
      .about__frames {
        width: 100%; } }
  .about__image {
    width: 100%;
    padding: 17px 16px;
    background: #F6F6F6;
    border: 1px solid #EAEBED;
    border-radius: 6px; }
    @media screen and (max-width: 1366px) {
      .about__image {
        align-items: center;
        text-align: center; } }
    .about__image img {
      height: 100%; }
      @media screen and (max-width: 767px) {
        .about__image img {
          height: auto; } }
  .about__text {
    width: 60%; }
    @media screen and (max-width: 1024px) {
      .about__text {
        width: 50%; } }
    @media screen and (max-width: 640px) {
      .about__text {
        width: 46%; } }
    @media screen and (max-width: 460px) {
      .about__text {
        width: 100%;
        margin-top: 20px; } }
    .about__text-subtitle {
      position: absolute;
      color: #3C64B1;
      font-family: 'Mulish', sans-serif;
      font-size: 14px;
      font-weight: 800;
      line-height: 18px;
      letter-spacing: 0.4px;
      text-transform: uppercase; }
      @media screen and (max-width: 375px) {
        .about__text-subtitle {
          position: relative; } }
    .about__text-title {
      color: #373F41;
      font-size: 2.5vw;
      font-weight: bold;
      line-height: 60px;
      letter-spacing: 0.5px;
      margin: 30px 0;
      text-transform: uppercase; }
      @media screen and (max-width: 1366px) {
        .about__text-title {
          font-size: 3.4vw;
          line-height: normal; } }
      @media screen and (max-width: 767px) {
        .about__text-title {
          font-size: 3.5vw;
          letter-spacing: 0.2px;
          margin: 20px 0; } }
      @media screen and (max-width: 640px) {
        .about__text-title {
          font-size: 3.2vw;
          margin: 15px 0; } }
      @media screen and (max-width: 460px) {
        .about__text-title {
          font-size: 6vw; } }
      @media screen and (max-width: 375px) {
        .about__text-title {
          font-size: 6vw;
          margin: 10px 0;
          line-height: 34px; } }
  .about__introduction {
    padding: 10px 30px; }
    @media screen and (max-width: 1024px) {
      .about__introduction {
        padding: 10px 25px; } }
    @media screen and (max-width: 767px) {
      .about__introduction {
        padding: 0 20px; } }
    @media screen and (max-width: 640px) {
      .about__introduction {
        padding: 0 10px; } }
    @media screen and (max-width: 460px) {
      .about__introduction {
        padding: 10px 20px; } }
    .about__introduction-text {
      position: relative;
      color: #737B7D;
      font-size: 16px;
      font-weight: normal;
      line-height: 22px;
      letter-spacing: 0.3px;
      margin-bottom: 22px; }
      @media screen and (max-width: 1024px) {
        .about__introduction-text {
          line-height: normal;
          margin-bottom: 20px; } }
      @media screen and (max-width: 767px) {
        .about__introduction-text {
          font-size: 15px;
          margin-bottom: 15px; } }
      @media screen and (max-width: 640px) {
        .about__introduction-text {
          font-size: 2.5vw;
          margin-bottom: 8px; } }
      @media screen and (max-width: 460px) {
        .about__introduction-text {
          font-size: 3.3vw;
          margin-bottom: 10px; } }
      @media screen and (max-width: 375px) {
        .about__introduction-text {
          font-size: 3.8vw; } }
      .about__introduction-text::before {
        position: absolute;
        content: "";
        width: 16px;
        height: 16px;
        top: 1px;
        left: -24px;
        background: url("../img/check_mark.webp") center no-repeat; }
        @media screen and (max-width: 460px) {
          .about__introduction-text::before {
            left: -21px; } }
        @media screen and (max-width: 375px) {
          .about__introduction-text::before {
            left: -19px; } }

.simple {
  padding-top: 3.4rem;
  padding-bottom: 2rem; }
  @media screen and (max-width: 767px) {
    .simple {
      padding-top: 2rem;
      padding-bottom: 0; } }
  .simple__title {
    font-family: 'Mulish', sans-serif;
    margin-bottom: 1.5rem; }
  .simple__subtitle {
    font-family: 'Mulish', sans-serif; }
  .simple__inner {
    padding: 3rem 16.5rem 2.8rem; }
    @media screen and (max-width: 1366px) {
      .simple__inner {
        padding: 3rem 1.5rem 2.8rem; } }
    @media screen and (max-width: 767px) {
      .simple__inner {
        padding: 2rem 1.5rem 2rem; } }
  .simple__list {
    border-radius: 6px; }
  .simple__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    transition: 0.3s;
    padding: 1.6rem;
    align-items: center;
    border: 1px solid #EAEBED;
    filter: drop-shadow(0px 6px 12px rgba(28, 73, 143, 0.08));
    border-radius: 6px; }
    .simple__item:not(:last-child) {
      position: relative;
      margin-bottom: 1.4rem; }
      .simple__item:not(:last-child):after {
        position: absolute;
        content: "";
        width: 24px;
        height: 24px;
        background: url("../img/arrow_down.webp");
        right: 23px;
        bottom: 18px; }
        @media screen and (max-width: 767px) {
          .simple__item:not(:last-child):after {
            bottom: 5px; } }
        @media screen and (max-width: 460px) {
          .simple__item:not(:last-child):after {
            right: 0; } }
    .simple__item-step {
      color: #373F41;
      font-size: 18px;
      font-style: normal;
      font-weight: bold;
      line-height: 22.4px;
      text-transform: uppercase;
      letter-spacing: 0.2px; }
      @media screen and (max-width: 1024px) {
        .simple__item-step {
          font-size: 16px; } }
      @media screen and (max-width: 460px) {
        .simple__item-step {
          font-size: 14px; } }
      @media screen and (max-width: 375px) {
        .simple__item-step {
          font-size: 12px; } }
    .simple__item-title {
      color: #373F41;
      margin-top: 6px;
      font-style: normal;
      font-weight: 600;
      font-size: 32px;
      line-height: 45px;
      letter-spacing: 0.2px;
      text-transform: uppercase; }
      @media screen and (max-width: 1024px) {
        .simple__item-title {
          font-size: 25px;
          line-height: 25px; } }
      @media screen and (max-width: 767px) {
        .simple__item-title {
          font-size: 20px;
          line-height: 22px; } }
      @media screen and (max-width: 460px) {
        .simple__item-title {
          font-size: 16px;
          line-height: normal; } }
      @media screen and (max-width: 375px) {
        .simple__item-title {
          font-size: 14px; } }
  .simple__thumb {
    width: 46.5%;
    overflow: hidden;
    background: #F6F6F6;
    border-radius: 6px; }
    @media screen and (max-width: 1366px) {
      .simple__thumb {
        width: 38.4%; } }
    @media screen and (max-width: 1024px) {
      .simple__thumb {
        height: 100%; } }
    @media screen and (max-width: 767px) {
      .simple__thumb {
        width: 40.4%; } }
    @media screen and (max-width: 460px) {
      .simple__thumb {
        width: 100%; } }
  .simple__text {
    width: 49.5%;
    padding: 23px 10px; }
    @media screen and (max-width: 1366px) {
      .simple__text {
        width: 55.6%; } }
    @media screen and (max-width: 767px) {
      .simple__text {
        padding: 0; } }
    @media screen and (max-width: 460px) {
      .simple__text {
        width: 100%;
        margin-top: 15px; } }
  .simple__content {
    color: #373F41;
    margin-top: 18px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px; }
    @media screen and (max-width: 460px) {
      .simple__content {
        font-size: 3.2vw;
        margin-top: 5px;
        letter-spacing: 0; } }
    @media screen and (max-width: 375px) {
      .simple__content {
        font-size: 12px; } }

.themes {
  padding-top: 1.5rem;
  padding-bottom: 3rem; }
  @media screen and (max-width: 767px) {
    .themes {
      padding-bottom: 1rem; } }
  .themes__tlt__list {
    height: 108px; }
  .themes__title {
    margin-bottom: 1.7rem; }
  .themes__inner {
    padding: 0 175px; }
    @media screen and (max-width: 1366px) {
      .themes__inner {
        max-width: 1110px;
        padding: 0 1.5rem; } }
    @media screen and (max-width: 460px) {
      .themes__inner {
        margin-top: 2.5rem; } }
  .themes__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #f6f6f6;
    padding: 16px 16px 24px; }
  .themes__item {
    width: calc((100% / 3) - 19px);
    margin: 8px;
    height: 459px;
    text-align: center;
    display: inline-flex;
    vertical-align: top;
    background: transparent; }
    @media screen and (max-width: 767px) {
      .themes__item {
        width: calc((100% / 2) - 19px);
        display: block;
        height: auto; } }
  .themes__image img {
    height: 100%; }
    @media screen and (max-width: 767px) {
      .themes__image img {
        width: 350px; } }
  .themes__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 27px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .themes__action__link {
      position: relative;
      width: 356px;
      height: 48px;
      line-height: 48px;
      color: #FFF;
      background: #BB0101;
      box-sizing: border-box;
      border-radius: 6px;
      text-decoration: none;
      font-size: 16px;
      font-weight: bold;
      text-align: center; }
      @media screen and (max-width: 375px) {
        .themes__action__link {
          width: 270px; } }

.features {
  padding-top: 1.1rem;
  padding-bottom: 4rem; }
  .features__tlt__list {
    padding: 15px 0;
    height: 108px; }
    @media screen and (max-width: 767px) {
      .features__tlt__list {
        padding: 0; } }
  .features__title {
    margin-bottom: 1.7rem; }
  .features__inner {
    padding: 0 15.2rem; }
    @media screen and (max-width: 1366px) {
      .features__inner {
        max-width: 1110px;
        padding: 0 15px; } }
  .features__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly; }
  .features__item {
    width: calc((100% / 3) - 20px);
    margin: 13px 0;
    height: 252px;
    text-align: center;
    display: inline-flex;
    vertical-align: top;
    background: #f6f6f6;
    border: 1px solid #EAEBED;
    border-radius: 6px;
    padding: 22px 0; }
    @media screen and (max-width: 767px) {
      .features__item {
        width: calc((100% / 2) - 20px); } }
    @media screen and (max-width: 375px) {
      .features__item {
        width: 100%;
        margin: 13px; } }
  .features__detail {
    width: 100%; }
  .features__image {
    align-items: center;
    margin: 21px 0 24px;
    height: 72px; }
  .features__text__title {
    color: #373F41;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.1px;
    margin-bottom: 13px; }
    @media screen and (max-width: 640px) {
      .features__text__title {
        font-size: 2.85vw; } }
    @media screen and (max-width: 460px) {
      .features__text__title {
        font-size: 4vw; } }
    @media screen and (max-width: 375px) {
      .features__text__title {
        font-size: 4.8vw; } }
  .features__text__content {
    width: 75%;
    color: #373F41;
    font-size: 16px;
    margin: 0 auto;
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.3px; }
    @media screen and (max-width: 1024px) {
      .features__text__content {
        width: 90%; } }
    @media screen and (max-width: 640px) {
      .features__text__content {
        font-size: 2.5vw; } }
    @media screen and (max-width: 460px) {
      .features__text__content {
        font-size: 3.3vw; } }
    @media screen and (max-width: 375px) {
      .features__text__content {
        font-size: 4vw; } }

.l-footer {
  background-color: #373F41;
  padding: 2.4rem 0; }

.copy_right {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.3px; }

.company_name {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: 0.3px; }

/*# sourceMappingURL=style.css.map */
