@import url("https://fonts.googleapis.com/css2?family=Montserrat&family=Nunito:wght@400;700;800&display=swap");
* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

:focus, :active {
  outline: none; }

a:focus, a:active {
  outline: none; }

nav, footer, header, aside {
  display: block; }

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #000; }

input, button, textarea {
  font-family: inherit; }

input::-ms-clear {
  display: none; }

button {
  cursor: pointer; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

a, a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

ul li {
  list-style: none; }

img {
  vertical-align: top; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 28px;
  line-height: normal;
  font-weight: 700;
  font-family: "Montserrat", sans-serif; }

h1 {
  color: #fabf58;
  font-size: calc(0.01518 * 100vw + 43.14286px);
  line-height: 82px; }
  @media only screen and (max-width: 919px) {
    h1 {
      line-height: 72px; } }
  @media only screen and (max-width: 768px) {
    h1 {
      line-height: 52px; } }

h2 {
  margin: 0 0 30px;
  font-size: calc(0.00893 * 100vw + 25.14286px); }

h3 {
  font-size: 24px;
  margin: 0 0 20px;
  font-size: calc(0.00179 * 100vw + 19.42857px); }

h4 {
  font-size: 18px;
  font-family: "Nunito", sans-serif; }

h5 {
  font-size: 24px;
  margin: 0 0 21px;
  font-size: calc(0.00179 * 100vw + 19.42857px); }

h6 {
  font-size: 14px;
  margin-bottom: 7px;
  line-height: 24px;
  font-family: "Nunito", sans-serif; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

p {
  margin: 0;
  line-height: 30px; }
  @media only screen and (max-width: 559px) {
    p {
      line-height: 24px; } }

a {
  color: #2d92d3; }
  a:hover {
    color: #fabf58; }

.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

button {
  border: none;
  background: none;
  cursor: pointer;
  outline: none; }

.btn {
  border-radius: 20px;
  font-size: 13px;
  height: 37px;
  padding: 0 22px 2px;
  transition: all 0.3s ease-in-out; }
  .btn-contacts {
    color: #65609d;
    border: 1px solid #3f3b71;
    margin-left: 30px; }
    @media only screen and (max-width: 559px) {
      .btn-contacts {
        margin-left: 0; } }
    .btn-contacts:hover {
      border: 1px solid #3f3b71;
      background: #3f3b71;
      color: #817cbf; }
  .btn-get {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
    background: #de4a60;
    line-height: 24px;
    white-space: nowrap;
    height: 47px;
    border-radius: 23px;
    padding: 0 40px 2px; }
    .btn-get:hover {
      background: #c63147; }
    @media only screen and (max-width: 919px) {
      .btn-get {
        float: right; } }
    @media only screen and (max-width: 399px) {
      .btn-get {
        float: left;
        margin-top: 20px; } }

.d-f {
  display: flex; }

.jc-between {
  justify-content: space-between; }

.ai-center {
  align-items: center; }

.row {
  margin: 0 -25px;
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (max-width: 919px) {
    .row {
      margin: 0 -10px; } }

.col {
  padding: 0 25px 25px;
  flex: 0 1 100%; }
  @media only screen and (max-width: 919px) {
    .col {
      padding: 0 10px 15px; } }

.col-4 {
  flex: 0 1 25%; }

.col-2 {
  flex: 0 1 50%; }

.col-3 {
  flex: 0 1 33.33%; }

.col-7 {
  width: calc(100% / 7);
  flex: auto; }

@media only screen and (max-width: 919px) {
  .col-md-2 {
    flex: 0 1 50%;
    margin-bottom: 20px; } }

@media only screen and (max-width: 640px) {
  .col-sm-1 {
    flex: 0 1 100%;
    margin: 0 0 9px;
    display: block; } }

.rub {
  font-size: inherit;
  color: inherit;
  position: relative; }
  .rub:after {
    content: " ";
    position: absolute;
    display: inline-block;
    width: 63%;
    height: 7%;
    top: auto;
    bottom: 35%;
    left: -5%;
    background: #fff; }

/* wrapper */
.wrapper {
  position: relative;
  overflow: hidden; }

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 25px; }
  @media only screen and (max-width: 1024px) {
    .container {
      padding: 0 20px; } }
  @media only screen and (max-width: 399px) {
    .container {
      padding: 0 10px; } }

/* header */
.header {
  position: absolute;
  left: 0;
  top: 37px;
  z-index: 2;
  width: 100%;
  /* holder */
  /* menu */
  /* menu-opener */ }
  @media only screen and (max-width: 919px) {
    .header {
      padding-bottom: 15px;
      top: 27px; } }
  .header .holder-logo {
    margin-right: 57px;
    float: left; }
    @media only screen and (max-width: 1024px) {
      .header .holder-logo {
        margin-right: 15px; } }
    @media only screen and (max-width: 919px) {
      .header .holder-logo {
        float: none;
        margin: 0 0 25px;
        display: flex;
        justify-content: center; } }
    .header .holder-logo .logo {
      display: block;
      width: 76px;
      height: 32px;
      background: url(../image/svg/logo.svg) no-repeat; }
  .header .holder-contacts {
    float: right; }
    @media only screen and (max-width: 919px) {
      .header .holder-contacts {
        float: none;
        display: flex;
        justify-content: space-between; } }
    .header .holder-contacts .mail {
      float: left;
      padding-top: 4px; }
      @media only screen and (max-width: 919px) {
        .header .holder-contacts .mail {
          margin: 0 0 0 30px; } }
      .header .holder-contacts .mail a {
        border-bottom: 1px solid #3f3b71;
        position: relative;
        padding: 0 0 3px;
        float: left;
        transition: all 0.3s ease-in-out; }
        .header .holder-contacts .mail a:after {
          display: block;
          content: " ";
          background: url(../image/svg/mail.svg) no-repeat;
          width: 14px;
          height: 11px;
          position: absolute;
          top: 50%;
          left: -27px;
          margin: -7px 0 0; }
  .header .menu {
    float: left;
    padding-top: 6px; }
    @media only screen and (max-width: 919px) {
      .header .menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.05);
        opacity: 0;
        visibility: hidden;
        background: #12111e; } }
    @media only screen and (max-width: 919px) {
      .header .menu ul {
        display: block;
        width: 100%; } }
    .header .menu li {
      margin-right: 41px; }
      @media only screen and (max-width: 1119px) {
        .header .menu li {
          margin-right: 21px; } }
      @media only screen and (max-width: 919px) {
        .header .menu li {
          display: block;
          text-align: center;
          padding-top: 5px;
          margin: 0 20px; } }
    .header .menu a {
      float: left;
      border-bottom: 1px solid #3f3b71;
      padding-bottom: 5px;
      color: #fff;
      transition: all 0.3s ease-in-out; }
      .header .menu a:hover {
        color: #fabf58; }
      @media only screen and (max-width: 919px) {
        .header .menu a {
          display: block;
          float: none;
          line-height: 24px;
          padding: 15px 0; } }
  .header .menu-opener {
    display: none; }
    @media only screen and (max-width: 919px) {
      .header .menu-opener {
        display: block;
        width: 27px;
        height: 26px;
        position: absolute;
        top: 3px;
        left: 35px;
        background-color: transparent;
        cursor: pointer; } }
    @media only screen and (max-width: 919px) {
      .header .menu-opener:before {
        content: "";
        display: block;
        position: absolute;
        height: 1px;
        width: 50px;
        left: 50%;
        background-color: #2d92d3;
        transform: translateX(-50%);
        transition: all ease-in-out 0.3s;
        top: 0; } }
    @media only screen and (max-width: 919px) {
      .header .menu-opener:after {
        content: "";
        display: block;
        position: absolute;
        height: 1px;
        width: 50px;
        left: 50%;
        background-color: #2d92d3;
        transform: translateX(-50%);
        transition: all ease-in-out 0.3s;
        bottom: 0; } }
    .header .menu-opener span {
      opacity: 1; }
      @media only screen and (max-width: 919px) {
        .header .menu-opener span {
          content: "";
          display: block;
          position: absolute;
          height: 1px;
          width: 50px;
          left: 50%;
          background-color: #2d92d3;
          transform: translateX(-50%);
          transition: all ease-in-out 0.3s;
          top: 50%; } }
    .header .menu-opener:hover span, .header .menu-opener:hover:after, .header .menu-opener:hover:before {
      background-color: #fabf58; }
  .header.active .menu {
    opacity: 1;
    visibility: visible; }
  .header.active .menu-opener span {
    opacity: 0; }
  .header.active .menu-opener:after {
    bottom: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    background-color: #2d92d3;
    width: 37px; }
  .header.active .menu-opener:before {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: #2d92d3;
    width: 37px; }
  .header.active .menu-opener:hover:after, .header.active .menu-opener:hover:before {
    background-color: #fabf58; }

/* section */
.section {
  /* section-home */
  /* services */
  /* form-search */
  /* forma */
  /* price-box */
  /* result */
  /* how */
  /* clients */
  /* faq */
  /* line-content-box */
  /* mail */ }
  .section-home {
    background: #12111e;
    position: relative;
    z-index: 1;
    padding-top: 75px;
    padding-bottom: 29px;
    /* slogan */
    /* utp */ }
    @media only screen and (max-width: 919px) {
      .section-home {
        padding-top: 150px; } }
    .section-home:after {
      content: " ";
      display: block;
      background: url(../image/bg01.png) no-repeat;
      position: absolute;
      bottom: -100px;
      left: calc(50% + 67px);
      width: 292px;
      height: 100px; }
      @media only screen and (max-width: 1119px) {
        .section-home:after {
          background-size: cover; } }
      @media only screen and (max-width: 919px) {
        .section-home:after {
          width: 272px;
          bottom: -95px;
          height: 95px; } }
      @media only screen and (max-width: 559px) {
        .section-home:after {
          width: 192px;
          height: 67px;
          bottom: -67px; } }
      @media only screen and (max-width: 479px) {
        .section-home:after {
          display: none; } }
    .section-home .slogan {
      padding: 129px 600px 70px 0;
      margin-bottom: 20px;
      position: relative; }
      @media only screen and (max-width: 1024px) {
        .section-home .slogan {
          padding: 129px 500px 20px 0; } }
      @media only screen and (max-width: 919px) {
        .section-home .slogan {
          padding: 15px 450px 50px 0; } }
      @media only screen and (max-width: 768px) {
        .section-home .slogan {
          padding: 15px 320px 20px 0; } }
      @media only screen and (max-width: 640px) {
        .section-home .slogan {
          padding: 15px 0 20px 0;
          text-align: center; } }
      .section-home .slogan:after {
        position: absolute;
        top: -63px;
        right: -77px;
        content: " ";
        display: block;
        background: url(../image/img-heart.png) no-repeat;
        width: 765px;
        height: 838px;
        z-index: -1;
        background-size: cover; }
        @media only screen and (max-width: 768px) {
          .section-home .slogan:after {
            right: -177px; } }
        @media only screen and (max-width: 1024px) {
          .section-home .slogan:after {
            right: -150px; } }
        @media only screen and (max-width: 919px) {
          .section-home .slogan:after {
            right: -80px;
            top: -120px;
            width: 665px;
            height: 738px; } }
        @media only screen and (max-width: 768px) {
          .section-home .slogan:after {
            width: 555px;
            height: 628px;
            right: -120px;
            top: -100px; } }
        @media only screen and (max-width: 640px) {
          .section-home .slogan:after {
            display: none; } }
      .section-home .slogan p {
        margin-bottom: 20px;
        color: #fff; }
    .section-home .utp {
      margin-bottom: 20px;
      display: flex; }
      @media only screen and (max-width: 559px) {
        .section-home .utp {
          text-align: center; } }
      @media only screen and (max-width: 559px) {
        .section-home .utp {
          padding: 0 40px; } }
      .section-home .utp-img {
        margin-bottom: 9px; }
        @media only screen and (max-width: 559px) {
          .section-home .utp-img {
            margin: 0 0 9px;
            display: flex;
            justify-content: center; } }
      .section-home .utp h6 {
        color: #fff; }
      .section-home .utp p {
        color: #8784aa;
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 10px; }
        .section-home .utp p a {
          transition: all 0.3s ease-in-out; }
      @media only screen and (max-width: 640px) {
        .section-home .utp .col-md-2 {
          flex: 0 1 50%; } }
      @media only screen and (max-width: 559px) {
        .section-home .utp .col-sm-1 {
          flex: 0 1 100%;
          display: block; } }
  .section-services {
    padding-bottom: 124px; }
    @media only screen and (max-width: 919px) {
      .section-services {
        padding-bottom: 200px; } }
    @media only screen and (max-width: 559px) {
      .section-services {
        padding-bottom: 140px; } }
  .section .content-services {
    background: #f6f5fb;
    padding-top: 57px;
    padding-bottom: 39px; }
    @media only screen and (max-width: 559px) {
      .section .content-services {
        padding-bottom: 9px; } }
    .section .content-services h2 {
      color: #3f3b71; }
    .section .content-services p {
      line-height: 26px;
      margin-bottom: 20px; }
    .section .content-services .md-width-text {
      width: 556px;
      margin-bottom: 54px; }
      @media only screen and (max-width: 919px) {
        .section .content-services .md-width-text {
          width: auto;
          margin-bottom: 24px; } }
    .section .content-services .row {
      margin: 0 -14px;
      display: flex; }
      .section .content-services .row .col {
        padding: 0 14px 25px;
        display: flex;
        flex-direction: column; }
        @media only screen and (max-width: 559px) {
          .section .content-services .row .col {
            padding: 0 14px 15px; } }
    .section .content-services .box-bg-white {
      border-radius: 1px;
      background: #fff;
      padding: 28px 0 20px 47px;
      flex: 1 1 auto; }
      @media only screen and (max-width: 919px) {
        .section .content-services .box-bg-white {
          padding: 10px 10px 20px 17px; } }
      @media only screen and (max-width: 559px) {
        .section .content-services .box-bg-white {
          height: auto; } }
    .section .content-services .holder-picture {
      margin: 0;
      position: relative;
      height: 190px; }
    .section .content-services .list {
      margin: 0 0 20px; }
      .section .content-services .list li {
        position: relative;
        padding: 0 0 0 26px; }
        .section .content-services .list li:after {
          background: url(../image/svg/txt_bullet.svg) no-repeat;
          display: block;
          content: " ";
          width: 12px;
          height: 9px;
          position: absolute;
          top: 9px;
          left: 0; }
    .section .content-services .logo-box {
      position: absolute;
      top: 10px;
      left: 187px;
      width: 226px; }
      @media only screen and (max-width: 919px) {
        .section .content-services .logo-box {
          width: auto;
          left: 185px;
          right: 10px;
          top: 20px; } }
      @media only screen and (max-width: 768px) {
        .section .content-services .logo-box {
          left: 165px; } }
      @media only screen and (max-width: 640px) {
        .section .content-services .logo-box {
          left: 185px; } }
      .section .content-services .logo-box li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 6px 0 0; }
        @media only screen and (max-width: 919px) {
          .section .content-services .logo-box li {
            display: block; } }
  .section .form-search {
    background: #e9e8f3;
    padding-top: 48px;
    padding-bottom: 42px;
    margin-bottom: 5px; }
    @media only screen and (max-width: 559px) {
      .section .form-search {
        padding-top: 28px;
        padding-bottom: 22px; } }
  .section .forma {
    background: #fff;
    height: 50px;
    border-radius: 2px;
    padding: 0 19px; }
    .section .forma .submit {
      display: inline-block;
      vertical-align: middle;
      background: url(../image/svg/search.svg) no-repeat;
      width: 20px;
      height: 20px; }
    .section .forma .input-box {
      display: inline-block;
      vertical-align: middle;
      height: 50px;
      width: calc(100% - 25px);
      line-height: 30px; }
      .section .forma .input-box input {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding: 0 6px;
        color: #747382;
        font-size: 16px; }
        .section .forma .input-box input::placeholder {
          color: #747382; }
  .section .price-box {
    margin-bottom: 20px; }
  .section .result {
    padding-top: 43px;
    align-items: flex-start; }
    @media only screen and (max-width: 919px) {
      .section .result {
        display: block; } }
    .section .result p {
      font-size: 13px;
      color: #747382;
      line-height: 20px;
      padding-top: 4px; }
      @media only screen and (max-width: 919px) {
        .section .result p {
          margin: 0 0 20px; } }
    .section .result .cost-box {
      width: calc(100% - 602px);
      margin-left: 100px;
      margin-right: 15px;
      margin-top: -10px; }
      @media only screen and (max-width: 1119px) {
        .section .result .cost-box {
          width: calc(100% - 402px); } }
      @media only screen and (max-width: 1024px) {
        .section .result .cost-box {
          width: calc(100% - 245px); } }
      @media only screen and (max-width: 919px) {
        .section .result .cost-box {
          width: auto;
          float: left;
          margin: 0; } }
      .section .result .cost-box p {
        font-size: 14px;
        color: #59558b;
        line-height: 34px;
        padding: 0; }
        @media only screen and (max-width: 919px) {
          .section .result .cost-box p {
            margin: 0; } }
      .section .result .cost-box .cost {
        display: block;
        font-size: 30px;
        color: #12111e;
        font-weight: 800; }
        .section .result .cost-box .cost .rub:after {
          background: #12111e; }
  .section-how {
    background: #59558b;
    padding-top: 96px;
    position: relative;
    padding-bottom: 120px; }
    @media only screen and (max-width: 768px) {
      .section-how {
        padding-top: 57px;
        padding-bottom: 50px; } }
    .section-how:after {
      content: " ";
      display: block;
      background: url(../image/bg02.png) no-repeat;
      position: absolute;
      top: -100px;
      left: calc(50% - 480px);
      width: 287px;
      height: 100px; }
      @media only screen and (max-width: 1024px) {
        .section-how:after {
          background-size: cover;
          left: 110px; } }
      @media only screen and (max-width: 919px) {
        .section-how:after {
          left: 25px;
          width: 267px;
          height: 95px;
          top: -95px; } }
      @media only screen and (max-width: 559px) {
        .section-how:after {
          width: 192px;
          height: 67px;
          top: -67px;
          right: 25px; } }
      @media only screen and (max-width: 479px) {
        .section-how:after {
          display: none; } }
    .section-how h2 {
      color: #fff;
      margin: 0 0 83px; }
      @media only screen and (max-width: 559px) {
        .section-how h2 {
          margin: 0 0 30px; } }
    .section-how .row {
      margin: 0 -20px 8px;
      display: flex;
      align-items: flex-start; }
      @media only screen and (max-width: 1024px) {
        .section-how .row {
          margin: 0 -5px 8px; } }
      @media only screen and (max-width: 919px) {
        .section-how .row {
          display: block; } }
    .section-how .col {
      padding: 0 20px;
      float: none; }
      @media only screen and (max-width: 1024px) {
        .section-how .col {
          padding: 0; } }
      @media only screen and (max-width: 919px) {
        .section-how .col {
          width: 100%; } }
      .section-how .col .holder-picture {
        min-height: 142px;
        margin: 0 0 18px;
        position: relative; }
        .section-how .col .holder-picture img {
          position: relative;
          z-index: 1; }
        @media only screen and (max-width: 919px) {
          .section-how .col .holder-picture {
            display: inline-block;
            vertical-align: middle;
            margin: 0 0 10px; } }
      .section-how .col p {
        color: #fff;
        line-height: 24px;
        margin: 0 -25px 0 -15px; }
        @media only screen and (max-width: 1024px) {
          .section-how .col p {
            margin: 0 -15px 0 0; } }
        @media only screen and (max-width: 919px) {
          .section-how .col p {
            overflow: hidden;
            margin: 0 0 0 10px;
            display: inline-block;
            width: 70%; } }
    .section-how .arrow-box {
      position: relative;
      padding: 0 6px 20px 13px;
      margin: -40px 0 148px;
      align-self: flex-end; }
      @media only screen and (max-width: 1024px) {
        .section-how .arrow-box {
          margin: -40px 0 180px 0;
          padding: 0 0 20px 2px; } }
      @media only screen and (max-width: 919px) {
        .section-how .arrow-box {
          margin: 10px 0 20px;
          padding: 0 0 20px 100px;
          min-height: 150px;
          display: flex;
          align-items: center; } }
      @media only screen and (max-width: 559px) {
        .section-how .arrow-box {
          padding: 0 0 20px 100px;
          min-height: 140px;
          margin: 0 0 10px; } }
      .section-how .arrow-box:after {
        width: 143px;
        height: 10px;
        display: block;
        content: " ";
        position: absolute;
        bottom: 0;
        left: 3px;
        background: url(../image/arrow.png) no-repeat;
        z-index: -1px; }
        @media only screen and (max-width: 1024px) {
          .section-how .arrow-box:after {
            left: -23px; } }
        @media only screen and (max-width: 919px) {
          .section-how .arrow-box:after {
            transform: rotate(90deg);
            left: 0;
            bottom: 70px; } }
      .section-how .arrow-box .holder {
        position: relative;
        bottom: 0; }
      .section-how .arrow-box p {
        font-size: 14px;
        line-height: 20px;
        color: #c4c0f4;
        margin: 0 0 4px; }
    .section-how .link {
      width: 100%;
      margin: 0 0 20px; }
      .section-how .link a {
        float: right;
        border-bottom: 1px solid #3ea9ee;
        transition: all 0.3s ease-in-out;
        padding-bottom: 4px;
        margin-right: 34px; }
        @media only screen and (max-width: 1024px) {
          .section-how .link a {
            margin-right: 23px; } }
  .section-clients {
    background: #12111e;
    padding-top: 96px;
    padding-bottom: 101px;
    /* description-box */ }
    @media only screen and (max-width: 919px) {
      .section-clients {
        padding-top: 57px;
        padding-bottom: 25px; } }
    @media only screen and (max-width: 559px) {
      .section-clients {
        padding-top: 57px;
        padding-bottom: 21px; } }
    .section-clients h2 {
      color: #59558b;
      margin: 0 0 36px; }
      @media only screen and (max-width: 559px) {
        .section-clients h2 {
          margin: 0 0 20px; } }
    .section-clients .top-info {
      color: #fff;
      margin-bottom: 56px; }
      @media only screen and (max-width: 919px) {
        .section-clients .top-info {
          padding-bottom: 23px; } }
    .section-clients .num {
      font-weight: 500;
      float: left;
      margin: 0 47px 0 0;
      line-height: 16px; }
      @media only screen and (max-width: 919px) {
        .section-clients .num {
          float: none;
          display: inline-block;
          margin: 0 47px 12px 0; } }
    .section-clients .large {
      display: block;
      font-size: 72px;
      color: #fabf58;
      line-height: 85px;
      font-family: "Montserrat", sans-serif; }
      @media only screen and (max-width: 559px) {
        .section-clients .large {
          font-size: 52px; } }
    .section-clients .frame-text {
      background: #282642;
      border-radius: 2px;
      padding: 25px 50px 25px 40px;
      position: relative;
      width: calc(100% - 512px);
      float: right;
      top: -10px; }
      @media only screen and (max-width: 1024px) {
        .section-clients .frame-text {
          padding: 25px 30px 25px 30px; } }
      @media only screen and (max-width: 919px) {
        .section-clients .frame-text {
          display: block;
          float: none;
          width: 100%;
          top: 30px;
          margin: 0;
          clear: both; } }
      .section-clients .frame-text:after {
        content: " ";
        display: block;
        position: absolute;
        bottom: -20px;
        right: 56px;
        background: url(../image/bg03.png) no-repeat;
        width: 53px;
        height: 20px; }
        @media only screen and (max-width: 919px) {
          .section-clients .frame-text:after {
            bottom: -20px; } }
      .section-clients .frame-text p {
        line-height: 26px; }
    .section-clients .description-content {
      border-radius: 3px;
      background: #fff;
      position: relative; }
      @media only screen and (max-width: 919px) {
        .section-clients .description-content {
          display: block; } }
      .section-clients .description-content:after {
        content: " ";
        display: block;
        position: absolute;
        top: -20px;
        right: 56px;
        background: url(../image/bg04.png) no-repeat;
        width: 53px;
        height: 20px; }
        @media only screen and (max-width: 919px) {
          .section-clients .description-content:after {
            display: none; } }
      .section-clients .description-content .left-box {
        background: #59558b;
        width: 336px;
        color: #fff;
        padding: 0 20px 58px 58px;
        border-radius: 3px 0 0 3px; }
        @media only screen and (max-width: 919px) {
          .section-clients .description-content .left-box {
            width: 100%;
            display: flex;
            justify-content: space-between;
            padding: 10px 20px;
            align-items: center; } }
        @media only screen and (max-width: 559px) {
          .section-clients .description-content .left-box {
            padding: 10px;
            display: block;
            text-align: center; } }
        .section-clients .description-content .left-box .logotipe {
          height: 212px;
          display: flex;
          align-items: center; }
          @media only screen and (max-width: 919px) {
            .section-clients .description-content .left-box .logotipe {
              height: auto; } }
          @media only screen and (max-width: 559px) {
            .section-clients .description-content .left-box .logotipe {
              margin-bottom: 20px;
              display: flex;
              justify-content: center; } }
          @media only screen and (max-width: 919px) {
            .section-clients .description-content .left-box .logotipe img {
              max-height: 50px; } }
          .section-clients .description-content .left-box .logotipe a {
            display: inline-block; }
        .section-clients .description-content .left-box .list-menu {
          overflow: hidden;
          width: 100%; }
          @media only screen and (max-width: 919px) {
            .section-clients .description-content .left-box .list-menu {
              width: auto; } }
          .section-clients .description-content .left-box .list-menu li {
            float: left;
            width: 90px;
            position: relative;
            margin: 0 24px 0 0;
            padding: 0 0 0 34px; }
            @media only screen and (max-width: 919px) {
              .section-clients .description-content .left-box .list-menu li {
                width: auto;
                margin: 0; } }
            .section-clients .description-content .left-box .list-menu li:after {
              display: block;
              background: #6b679b;
              height: 41px;
              width: 2px;
              content: " ";
              position: absolute;
              bottom: 0;
              left: 0; }
              @media only screen and (max-width: 399px) {
                .section-clients .description-content .left-box .list-menu li:after {
                  display: none; } }
            .section-clients .description-content .left-box .list-menu li:first-child {
              padding: 0;
              margin: 0 24px 0 0; }
              @media only screen and (max-width: 399px) {
                .section-clients .description-content .left-box .list-menu li:first-child {
                  margin: 0 14px 0 0; } }
            .section-clients .description-content .left-box .list-menu li:first-child::after {
              display: none; }
            @media only screen and (max-width: 399px) {
              .section-clients .description-content .left-box .list-menu li {
                padding: 0; } }
          .section-clients .description-content .left-box .list-menu strong {
            display: block;
            font-size: 36px;
            font-family: "Montserrat", sans-serif;
            font-weight: bold;
            margin-bottom: 12px; }
            @media only screen and (max-width: 919px) {
              .section-clients .description-content .left-box .list-menu strong {
                display: inline-block;
                vertical-align: middle;
                font-size: 26px;
                margin-bottom: 6px; } }
          .section-clients .description-content .left-box .list-menu span {
            display: block; }
            @media only screen and (max-width: 919px) {
              .section-clients .description-content .left-box .list-menu span {
                display: inline-block;
                vertical-align: middle; } }
    .section-clients .content {
      width: calc(100% - 336px);
      position: relative; }
      @media only screen and (max-width: 919px) {
        .section-clients .content {
          width: 100%;
          height: 330px; } }
      @media only screen and (max-width: 559px) {
        .section-clients .content {
          height: 210px; } }
      .section-clients .content .list {
        margin: 0;
        overflow: hidden;
        height: 100%;
        background: #e9e8f3; }
        .section-clients .content .list li {
          padding: 0;
          position: relative;
          height: 50%;
          background: #fff;
          overflow: hidden; }
          .section-clients .content .list li:nth-child(2n) {
            background: #e9e8f3; }
          .section-clients .content .list li a {
            display: block;
            padding: 9px 68px 0 30px;
            font-size: 14px;
            transition: all 0.3s ease-in-out;
            height: 100%; }
            @media only screen and (max-width: 1024px) {
              .section-clients .content .list li a {
                padding: 5px 58px 0 20px; } }
            @media only screen and (max-width: 559px) {
              .section-clients .content .list li a {
                padding: 5px 10px 0;
                text-align: center;
                display: flex;
                flex-direction: column;
                justify-content: space-evenly; } }
          @media only screen and (max-width: 559px) {
            .section-clients .content .list li .holder-image {
              justify-content: center;
              height: 65px; } }
          @media only screen and (max-width: 559px) {
            .section-clients .content .list li .holder-image img {
              max-width: 100%; } }
          .section-clients .content .list li .image-right {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            display: flex;
            align-items: center; }
            @media only screen and (max-width: 559px) {
              .section-clients .content .list li .image-right {
                display: none; } }
        .section-clients .content .list.list2 li {
          height: 100%; }
        .section-clients .content .list.list2 .image-right {
          position: relative;
          height: 170px;
          display: flex;
          align-items: center; }
          @media only screen and (max-width: 768px) {
            .section-clients .content .list.list2 .image-right {
              height: auto;
              padding-bottom: 10px; } }
          @media only screen and (max-width: 559px) {
            .section-clients .content .list.list2 .image-right {
              display: none; } }
        .section-clients .content .list .holder-image {
          display: flex;
          align-items: center;
          height: 79px; }
          @media only screen and (max-width: 559px) {
            .section-clients .content .list .holder-image {
              justify-content: center;
              height: 120px; } }
        .section-clients .content .list img {
          display: block; }
        .section-clients .content .list span {
          display: block;
          font-size: 14px;
          color: #000;
          line-height: 20px; }
          @media only screen and (max-width: 1024px) {
            .section-clients .content .list span {
              line-height: 17px; } }
          @media only screen and (max-width: 559px) {
            .section-clients .content .list span {
              display: none; } }
        .section-clients .content .list .link {
          display: block; }
    .section-clients .slide-box {
      padding-top: 41px;
      margin: 0 0 30px; }
      .section-clients .slide-box .arrow {
        width: 43px;
        height: 10px;
        display: inline-block;
        vertical-align: middle; }
        .section-clients .slide-box .arrow svg {
          transition: all 0.3s ease-in-out;
          fill: #59558b;
          display: block; }
          .section-clients .slide-box .arrow svg path {
            fill: inherit;
            stroke: inherit;
            stroke-width: inherit; }
          .section-clients .slide-box .arrow svg:hover {
            fill: #de4a60; }
        .section-clients .slide-box .arrow:hover svg {
          fill: #de4a60; }
      .section-clients .slide-box .slide-content {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 95px); }
        .section-clients .slide-box .slide-content ul {
          text-align: center; }
        .section-clients .slide-box .slide-content li {
          display: inline-block;
          vertical-align: bottom;
          margin: 0 25px; }
          @media only screen and (max-width: 1119px) {
            .section-clients .slide-box .slide-content li {
              margin: 0 15px; } }
          @media only screen and (max-width: 1024px) {
            .section-clients .slide-box .slide-content li {
              margin: 0 7px; } }
          @media only screen and (max-width: 919px) {
            .section-clients .slide-box .slide-content li {
              text-align: center;
              display: none;
              height: 70px; } }
          .section-clients .slide-box .slide-content li a {
            display: block;
            transition: all 0.3s ease-in-out; }
          .section-clients .slide-box .slide-content li.active img,
          .section-clients .slide-box .slide-content li a:hover img {
            filter: brightness(0) invert(1);
            transition: all 0.5s ease-in-out; }
          @media only screen and (max-width: 919px) {
            .section-clients .slide-box .slide-content li.active {
              display: flex;
              justify-content: center;
              align-items: center; } }
  .section-faq {
    background: #f6f5fb;
    padding-top: 70px;
    padding-bottom: 98px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .section-faq {
        padding-top: 57px;
        padding-bottom: 50px; } }
    .section-faq h2 {
      color: #3f3b71;
      margin: 0 0 50px; }
    .section-faq h2 + .line-content-box {
      border-top: 1px solid #cecdd5; }
  .section .line-content-box {
    border-bottom: 1px solid #cecdd5; }
    .section .line-content-box .title {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 33px 0 29px; }
      @media only screen and (max-width: 559px) {
        .section .line-content-box .title {
          padding: 23px 0 19px; } }
      .section .line-content-box .title strong {
        font-size: 18px;
        font-family: "Nunito", sans-serif;
        margin: 0;
        line-height: 27px;
        color: #000; }
        @media only screen and (max-width: 559px) {
          .section .line-content-box .title strong {
            font-size: 16px; } }
        @media only screen and (max-width: 399px) {
          .section .line-content-box .title strong {
            width: 80%; } }
      .section .line-content-box .title .bullet {
        display: inline-block;
        width: 30px;
        height: 30px; }
      .section .line-content-box .title svg {
        transition: all 0.3s ease-in-out; }
        .section .line-content-box .title svg path {
          fill: inherit;
          stroke: inherit;
          stroke-width: inherit; }
        .section .line-content-box .title svg:hover {
          fill: #de4a60; }
      .section .line-content-box .title:hover svg {
        fill: #de4a60; }
    .section .line-content-box:first-child .content {
      border-top: none; }
    .section .line-content-box .minus {
      display: none; }
    .section .line-content-box .title-content {
      margin-top: -12px; }
      .section .line-content-box .title-content .table {
        border-collapse: collapse;
        width: 764px;
        margin-bottom: 36px; }
        @media only screen and (max-width: 919px) {
          .section .line-content-box .title-content .table {
            width: auto;
            margin-bottom: 26px; } }
        @media only screen and (max-width: 559px) {
          .section .line-content-box .title-content .table tbody {
            display: block;
            width: 100%; } }
        @media only screen and (max-width: 559px) {
          .section .line-content-box .title-content .table tr {
            display: block; } }
        .section .line-content-box .title-content .table td {
          font-size: 16px;
          color: #747382;
          padding: 4px 20px; }
          @media only screen and (max-width: 919px) {
            .section .line-content-box .title-content .table td {
              padding: 10px 0; } }
          @media only screen and (max-width: 559px) {
            .section .line-content-box .title-content .table td {
              font-size: 14px;
              padding: 10px; } }
          .section .line-content-box .title-content .table td:first-child {
            padding: 4px 20px 4px 0;
            width: 418px; }
            @media only screen and (max-width: 919px) {
              .section .line-content-box .title-content .table td:first-child {
                width: auto;
                display: block;
                padding: 10px; } }
          .section .line-content-box .title-content .table td:last-child {
            padding: 4px 0 4px 20px; }
        .section .line-content-box .title-content .table .value {
          font-size: 16px;
          color: #59558b; }
          @media only screen and (max-width: 919px) {
            .section .line-content-box .title-content .table .value {
              margin: 0 10px 0 0; } }
        .section .line-content-box .title-content .table .arrow {
          display: inline-block;
          vertical-align: middle;
          width: 20px;
          height: 20px; }
          .section .line-content-box .title-content .table .arrow svg {
            opacity: 0.2;
            transition: all 0.3s ease-in-out; }
            .section .line-content-box .title-content .table .arrow svg path {
              fill: inherit;
              stroke: inherit;
              stroke-width: inherit; }
            .section .line-content-box .title-content .table .arrow svg:hover {
              fill: #de4b61;
              opacity: 1; }
        .section .line-content-box .title-content .table .txt {
          display: inline-block;
          vertical-align: middle;
          width: 47px;
          text-align: center;
          padding: 0 5px; }
          @media only screen and (max-width: 919px) {
            .section .line-content-box .title-content .table .txt {
              width: 30px; } }
          .section .line-content-box .title-content .table .txt input {
            display: block;
            width: 100%;
            text-align: center;
            font-size: 16px;
            color: #000; }
      .section .line-content-box .title-content .rub:after {
        background: #747382; }
      .section .line-content-box .title-content .text {
        padding: 4px 230px 43px 0; }
        @media only screen and (max-width: 919px) {
          .section .line-content-box .title-content .text {
            padding: 4px 40px 23px 0; } }
        .section .line-content-box .title-content .text p {
          font-size: 16px;
          line-height: 26px; }
  .section .line-content-open .minus {
    display: block; }
  .section .line-content-open .plus {
    display: none; }
  .section-mail {
    padding-top: 84px;
    background: #fabf58;
    position: relative;
    min-height: 517px;
    padding-bottom: 100px; }
    @media only screen and (max-width: 1024px) {
      .section-mail {
        z-index: 3; } }
    @media only screen and (max-width: 768px) {
      .section-mail {
        padding-top: 54px;
        padding-bottom: 50px;
        min-height: auto; } }
    .section-mail:before {
      position: absolute;
      bottom: 0;
      left: calc(50% + 420px);
      background: url(../image/bg07.png) repeat-y;
      display: block;
      content: " ";
      width: 26px;
      height: 100%; }
      @media only screen and (max-width: 919px) {
        .section-mail:before {
          left: calc(50% + 272px); } }
      @media only screen and (max-width: 768px) {
        .section-mail:before {
          display: none; } }
    .section-mail:after {
      position: absolute;
      top: -10px;
      left: calc(50% + 188px);
      background: url(../image/bg06.jpg) no-repeat;
      display: block;
      content: " ";
      width: 613px;
      height: 517px;
      z-index: 2; }
      @media only screen and (max-width: 1024px) {
        .section-mail:after {
          background-size: cover; } }
      @media only screen and (max-width: 919px) {
        .section-mail:after {
          left: calc(50% + 40px); } }
      @media only screen and (max-width: 768px) {
        .section-mail:after {
          display: none; } }
    .section-mail h2 {
      color: #000;
      margin: 0 0 46px; }
      @media only screen and (max-width: 1024px) {
        .section-mail h2 {
          z-index: 3;
          position: relative; } }
      @media only screen and (max-width: 559px) {
        .section-mail h2 {
          margin: 0 0 20px; } }
    .section-mail .row {
      margin: 0 -15px 23px;
      overflow: hidden; }
      @media only screen and (max-width: 640px) {
        .section-mail .row {
          margin: 0 -15px 0; } }
    .section-mail .col {
      padding: 0 15px; }
    @media only screen and (max-width: 1024px) {
      .section-mail .form-mail {
        max-width: 680px; } }
    @media only screen and (max-width: 919px) {
      .section-mail .form-mail {
        max-width: 550px; } }
    @media only screen and (max-width: 768px) {
      .section-mail .form-mail {
        max-width: 100%; } }

label.label {
  display: block;
  position: relative;
  padding-left: 37px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000; }
  label.label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  label.label .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #d1d0d7;
    border-radius: 2px; }
  label.label input:checked ~ .checkmark {
    background-color: #de4a60;
    border: 1px solid #de4a60; }
  label.label .checkmark:after {
    content: " ";
    position: absolute;
    display: none; }
  label.label input:checked ~ .checkmark:after {
    display: block; }
  label.label .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  label.label .icon-info {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../image/svg/info.svg) no-repeat;
    margin-left: 5px;
    position: relative;
    top: 4px;
    transition: all 0.3s ease-in-out; }

.form-mail {
  max-width: 847px;
  position: relative;
  z-index: 5; }
  .form-mail h3 {
    color: #ae8337;
    margin: 0 0 28px; }
  .form-mail .input-box {
    background: #fff;
    padding: 0 22px;
    height: 40px;
    border-radius: 3px;
    position: relative; }
    .form-mail .input-box input {
      width: 100%;
      font-size: 16px;
      height: 100%;
      color: #747382;
      position: relative; }
      .form-mail .input-box input::placeholder {
        color: #747382; }
    .form-mail .input-box .placeholder {
      position: absolute;
      left: 22px;
      top: 50%;
      transform: translateY(-50%);
      pointer-events: none;
      color: #747382; }
      .form-mail .input-box .placeholder .red {
        color: #df5568; }
    .form-mail .input-box .form-control:focus ~ .placeholder,
    .form-mail .input-box .form-control:valid ~ .placeholder {
      display: none; }
  .form-mail .check-box {
    padding-top: 13px;
    margin-bottom: 15px; }
    @media only screen and (max-width: 559px) {
      .form-mail .check-box {
        display: block; } }
    .form-mail .check-box .label {
      font-size: 14px;
      color: #7e612c;
      line-height: 30px;
      padding-left: 44px;
      padding-top: 5px; }
      @media only screen and (max-width: 919px) {
        .form-mail .check-box .label {
          line-height: 20px; } }
      @media only screen and (max-width: 559px) {
        .form-mail .check-box .label {
          margin: 0 0 10px; } }
      .form-mail .check-box .label .checkmark {
        width: 26px;
        height: 26px;
        border-radius: 3px;
        top: 5px; }
        @media only screen and (max-width: 919px) {
          .form-mail .check-box .label .checkmark {
            top: 9px; } }
        .form-mail .check-box .label .checkmark:after {
          left: 8px;
          top: 2px;
          width: 7px;
          height: 13px; }
  .form-mail .submit {
    background: #59558b;
    height: 47px;
    padding: 2px 46px 5px;
    line-height: 24px;
    border-radius: 27px;
    color: #fff;
    font-size: 18px;
    font-family: "Nunito", sans-serif;
    font-weight: bold;
    transition: all 0.3s ease-in-out; }
    .form-mail .submit:hover {
      background: #de4a60; }

/* footer */
.footer {
  background: #12111e;
  min-height: 167px;
  padding-top: 43px; }
  @media only screen and (max-width: 919px) {
    .footer {
      padding-bottom: 43px; } }
  @media only screen and (max-width: 919px) {
    .footer .container {
      display: block; } }
  @media only screen and (max-width: 919px) {
    .footer .left-box {
      margin: 0 0 30px;
      justify-content: space-between; } }
  @media only screen and (max-width: 559px) {
    .footer .left-box {
      margin: 0 0 30px;
      display: block; } }
  .footer p {
    color: #fff;
    margin: 0 0 5px;
    font-size: 14px; }
  .footer .info {
    margin-right: 65px;
    position: relative;
    padding: 0 0 0 34px; }
    @media only screen and (max-width: 919px) {
      .footer .info {
        margin-right: 0; } }
    @media only screen and (max-width: 559px) {
      .footer .info {
        display: block;
        margin: 0 0 30px; } }
    .footer .info strong a {
      display: inline-block;
      border-bottom: 1px solid #3f3b71;
      padding-bottom: 6px;
      transition: all 0.3s ease-in-out; }
    .footer .info:after {
      position: absolute;
      display: block;
      content: " ";
      top: 8px;
      left: 0; }
    .footer .info.mail:after {
      background: url(../image/svg/mail.svg) no-repeat;
      width: 14px;
      height: 11px; }
    .footer .info.support:after {
      background: url(../image/svg/support.svg) no-repeat;
      width: 15px;
      height: 15px; }
  .footer .right-box {
    padding-top: 11px; }
    @media only screen and (max-width: 919px) {
      .footer .right-box {
        text-align: center; } }
    .footer .right-box p {
      font-size: 12px;
      color: #43406a;
      line-height: 26px;
      margin: 0 0 6px; }
      .footer .right-box p a {
        color: #595683; }
    .footer .right-box .copy {
      color: #595683; }
    .footer .right-box .logo {
      position: relative;
      display: inline-block;
      padding: 0 0 0 47px;
      margin: 0 0 0 15px; }
      .footer .right-box .logo:after {
        background: url(../image/logo-footer.png) no-repeat;
        width: 41px;
        height: 17px;
        display: block;
        content: " ";
        position: absolute;
        top: 3px;
        left: 0; }

.popup-box {
  overflow: hidden;
  min-width: 554px;
  background: #fabf58;
  border-radius: 3px;
  position: relative;
  padding: 45px 43px 30px;
  z-index: 10;
  display: none; }
  @media only screen and (max-width: 640px) {
    .popup-box {
      width: 100%;
      left: 0;
      min-width: auto;
      height: 100vh; } }
  .popup-box .close {
    position: absolute;
    top: 18px;
    right: 21px;
    display: block;
    width: 31px;
    height: 31px; }
    .popup-box .close svg {
      transition: all 0.3s ease-in-out;
      fill: #fff; }
      .popup-box .close svg path {
        fill: inherit;
        stroke: inherit;
        stroke-width: inherit; }
      .popup-box .close svg:hover {
        fill: #de4a60; }
    .popup-box .close:hover svg {
      fill: #de4a60; }
  .popup-box h3 {
    color: #000;
    margin: 0 0 26px; }
  .popup-box .label {
    margin: 0 0 21px; }
    @media only screen and (max-width: 640px) {
      .popup-box .label {
        line-height: 18px !important; } }
  .popup-box .input-box {
    margin: 0 0 20px; }
  .popup-box .submit {
    float: right;
    margin: 0 0 20px; }
    @media only screen and (max-width: 640px) {
      .popup-box .submit {
        float: left; } }

@media only screen and (max-width: 640px) {
  .custom-box-content {
    display: inline-block; } }
