@charset "UTF-8";
@font-face {
  font-family: 'Conv_CircularStd-Black';
  src: url("../fonts/CircularStd-Black.eot");
  src: local("☺"), url("../fonts/CircularStd-Black.woff") format("woff"), url("../fonts/CircularStd-Black.ttf") format("truetype"), url("../fonts/CircularStd-Black.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Conv_CircularStd-Book';
  src: url("../fonts/CircularStd-Book.eot");
  src: local("☺"), url("../fonts/CircularStd-Book.woff") format("woff"), url("../fonts/CircularStd-Book.ttf") format("truetype"), url("../fonts/CircularStd-Book.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Conv_CircularStd-Bold';
  src: url("../fonts/CircularStd-Bold.eot");
  src: local("☺"), url("../fonts/CircularStd-Bold.woff") format("woff"), url("../fonts/CircularStd-Bold.ttf") format("truetype"), url("../fonts/CircularStd-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
/* green */
/* purple */
/* yellow */
/* title-color */
/* blue */
body {
  margin: 0;
  color: #8D8E98;
  font: 16px/26px "Conv_CircularStd-Book", Arial, Helvetica, sans-serif;
  background: #Fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none; }

img {
  border-style: none; }

a {
  text-decoration: none;
  color: #6056FF;
  outline: none;
  transition: 0.3s ease-in-out; }
  a:hover {
    text-decoration: underline; }
  a:active {
    color: #002FA3; }
  a:visited {
    opacity: 0.8; }

p {
  margin: 0 0 4px; }

* {
  -webkit-tap-highlight-color: transparent; }

select {
  appearance: none; }

select::-ms-expand {
  display: none; }

input, button, select {
  -webkit-appearance: none;
  appearance: none;
  outline: none; }

input,
textarea,
select {
  font: 100% "Conv_CircularStd-Book", Arial, Helvetica, sans-serif;
  vertical-align: middle;
  color: #a1a1a4; }

form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

q {
  quotes: none; }

q:before {
  content: ''; }

q:after {
  content: ''; }

header,
footer,
article,
section,
hgroup,
nav,
figure,
aside {
  display: block; }

figure {
  margin: 0;
  padding: 0; }

input[type=submit] {
  cursor: pointer; }

input[type=emal] {
  -webkit-appearance: caret; }

input[type=email],
input[type=tel],
input[type=text],
input[type=password],
input[type=file],
input[type=submit],
textarea {
  -webkit-appearance: none;
  outline: none;
  box-shadow: none;
  border-radius: 0; }

.mobile-visible {
  display: none; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

h1 {
  font-size: 54px;
  line-height: 64px;
  color: #1A224C;
  margin: 0 0 32px;
  position: relative;
  font-family: "Conv_CircularStd-Black";
  font-weight: normal; }

h2 {
  font-size: 38px;
  line-height: 54px;
  color: #1A224C;
  margin: 0 0 21px;
  position: relative;
  font-family: "Conv_CircularStd-Black";
  font-weight: normal; }

h3 {
  font-size: 30px;
  line-height: 54px;
  margin: 0 0 26px;
  position: relative;
  color: #1A224C;
  font-weight: 700; }

h4 {
  font-size: 18px;
  line-height: 27px;
  margin: 0 0 33px;
  position: relative;
  color: #1A224C;
  font-weight: 700; }

.wrapper-holder {
  position: relative;
  overflow: hidden; }

.wrapper-frame {
  max-width: 1355px;
  margin: 0 auto;
  padding-left: 64px;
  padding-right: 64px; }

.logo {
  display: inline-block;
  vertical-align: top;
  margin-right: 10%; }

#header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 0;
  font-weight: 500;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05); }
  #header .wrapper-frame {
    display: flex;
    justify-content: space-between;
    align-items: center; }

.header {
  padding: 25px 0; }
  .header .logo {
    height: 32px;
    /* width: 30px; */
    margin-right: 32px; }

#nav {
  flex: 1; }
  #nav ul {
    display: flex;
    /* flex-direction: row-reverse; */
    justify-content: flex-end;
    list-style: none;
    padding: 0;
    margin: 0; }
  #nav li {
    margin: 0 3.8%; }
  #nav .active a {
    color: #3E5BC3; }
  #nav a {
    color: #747496; }
    #nav a:hover {
      color: #3E5BC3;
      text-decoration: none; }

.btn-menu {
  display: none;
  width: 24px;
  height: 14px;
  position: fixed;
  top: 28px;
  right: 30px;
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  outline: none;
  z-index: 10000; }
  .btn-menu span {
    display: block;
    height: 2px;
    width: 24px;
    text-indent: -9999px;
    z-index: 10;
    background: #1A224C;
    /*-webkit-transition: background 0 0.3s;
    transition: background 0 0.3s; */
    position: absolute;
    left: 0;
    top: 10px; }
    .btn-menu span:after, .btn-menu span:before {
      position: absolute;
      display: block;
      width: 100%;
      height: 2px;
      right: 12px;
      background-color: #1A224C;
      content: '';
      -webkit-transition-duration: 0.3s, 0.3s;
      transition-duration: 0.3s, 0.3s;
      -webkit-transition-delay: 0.3s, 0;
      transition-delay: 0.3s, 0;
      left: 0;
      top: 6px; }
    .btn-menu span:after {
      -webkit-transition-property: bottom, -webkit-transform;
      transition-property: bottom, -webkit-transform;
      transition-property: bottom, transform;
      transition-property: bottom, transform, -webkit-transform;
      top: -6px; }
    .btn-menu span:before {
      -webkit-transition-property: top, -webkit-transform;
      transition-property: top, -webkit-transform;
      transition-property: top, transform;
      transition-property: top, transform, -webkit-transform; }

.menu-open .btn-menu span {
  background: none; }
  .menu-open .btn-menu span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0, 0.3s;
    transition-delay: 0, 0.3s;
    top: 0;
    width: 24px;
    left: 0; }
  .menu-open .btn-menu span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 0, 0.3s;
    transition-delay: 0, 0.3s;
    top: 0;
    width: 24px;
    left: 0; }

.btn {
  background: #6056FF;
  border-radius: 25px;
  color: #fff;
  display: inline-block;
  padding: 12px 10px;
  min-width: 188px;
  text-align: center;
  transition: 0.3s;
  font-size: 18px;
  font-family: "Conv_CircularStd-Black";
  border: none; }
  .btn:hover {
    background: #463AFF;
    text-decoration: none; }
  .btn.style01 {
    background: #fff;
    border: 2px solid #3E5BC3;
    box-shadow: none;
    color: #3E5BC3; }
    .btn.style01:hover {
      background: #3E5BC3;
      color: #fff; }
  .btn.style02 {
    background: #FFC400; }
    .btn.style02:hover {
      background: #FFA800; }

.sub-title {
  display: block;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px; }
  .sub-title.inner {
    font-size: 20px;
    line-height: 20px; }

.main {
  padding-top: 100px; }

.text-holder {
  padding-bottom: 30px; }

.aligncenter {
  text-align: center; }

#section01 {
  position: relative;
  /*padding-bottom: 150px;*/ }
  #section01 .decor {
    position: absolute;
    bottom: -20px;
    left: -239px;
    z-index: 2; }
  #section01 .decor01 {
    position: absolute;
    right: 0;
    bottom: 0; }
  #section01 .btn {
    padding: 17px 13px;
    border-radius: 35px; }

.section {
  padding: 50px 0;
  position: relative; }
  .section .mark {
    position: absolute;
    top: -104px;
    left: 0; }
  .section .block {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .section .block .img-holder {
      width: 50%; }
    .section .block .description {
      width: 45%;
      box-sizing: border-box; }

#section01 .btns {
  padding-top: 33px; }
  #section01 .btns .btn {
    margin-right: 24px; }
#section01 .description {
  padding-left: 83px; }
#section01 .wrapper-frame {
  position: relative; }

#section02 .block .description {
  order: 1; }
#section02 .img-holder {
  margin-left: -150px; }
#section02 .advantages {
  padding-left: 0; }

#section03 .description {
  padding-left: 83px; }

#section02,
#section04,
#section07 {
  background: #F7F9FB; }

#section05 {
  background: linear-gradient(180deg, #6056FF 0%, #4F43E5 100%);
  color: #fff;
  text-align: center;
  padding: 105px 0;
  position: relative; }
  #section05 .wrapper-frame {
    position: relative; }
  #section05 .decor02 {
    position: absolute;
    top: -31px;
    right: 27px; }
  #section05 .decor01 {
    position: absolute;
    bottom: 84px;
    right: 139px; }
  #section05 .plane {
    position: absolute;
    bottom: -176px;
    left: -19px; }
  #section05 h2 {
    color: #fff;
    max-width: 675px;
    margin: 0 auto 56px; }
  #section05 .btn {
    position: relative;
    z-index: 10; }

#section07 {
  position: relative; }
  #section07 .decor01 {
    position: absolute;
    top: 52px;
    left: 0; }
  #section07 .wrapper-frame {
    display: flex;
    justify-content: space-between;
    padding-top: 68px;
    padding-bottom: 70px; }
    #section07 .wrapper-frame .holder {
      padding-left: 47px;
      box-sizing: border-box;
      width: 40%; }
      #section07 .wrapper-frame .holder .sub-title {
        max-width: 300px; }
    #section07 .wrapper-frame .frame {
      background: #fff;
      box-sizing: border-box;
      width: 55%;
      padding: 134px;
      margin-top: 89px;
      position: relative; }

.contacts-info {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  z-index: 10; }
  .contacts-info li {
    display: flex;
    align-items: center;
    margin-bottom: 30px; }
    .contacts-info li:last-child {
      margin: 0; }
  .contacts-info .ico-holder {
    width: 50px;
    margin-right: 21px; }
  .contacts-info a {
    color: #8D8E98; }
  .contacts-info .info-holder span {
    display: block;
    margin-bottom: 10px;
    max-width: 280px; }
    .contacts-info .info-holder span:last-child {
      margin: 0; }

.advantages {
  padding: 30px 0 0 11%;
  margin: 0;
  list-style: none; }
  .advantages li {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    margin-bottom: 57px;
    box-sizing: border-box;
    padding-right: 8%; }
  .advantages .holder {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #1A224C;
    font-family: "Conv_CircularStd-Black";
    margin-bottom: 25px;
    min-height: 60px; }
    .advantages .holder img {
      width: 55px;
      margin-right: 15px; }

.menu-open .btn-menu span {
  background: none; }
  .menu-open .btn-menu span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0, 0.3s;
    transition-delay: 0, 0.3s;
    top: 0;
    width: 24px;
    left: 0; }
  .menu-open .btn-menu span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 0, 0.3s;
    transition-delay: 0, 0.3s;
    top: 0;
    width: 24px;
    left: 0; }

.contact-form {
  padding-top: 23px; }
  .contact-form .btn {
    font-size: 20px;
    padding: 19px 10px;
    min-width: 210px;
    border-radius: 30px; }

#footer {
  background: #1A224C;
  color: #fff;
  font-size: 14px;
  padding: 23px 0; }
  #footer img {
    display: inline-block;
    vertical-align: top; }

.footer-holder .wrapper-frame {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.footer-frame {
  text-align: center;
  margin: -9px 0 0; }
  .footer-frame .copy {
    opacity: 0.5; }

input[type=email],
input[type=tel],
input[type=text],
input[type=password],
input[type=file] {
  display: block;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(141, 142, 152, 0.2);
  color: #150E42;
  margin: 0 0 57px;
  padding: 20px 0 12px;
  width: 100%;
  box-sizing: border-box; }

@media only screen and (max-width: 1400px) {
  .wrapper-frame {
    padding-left: 35px;
    padding-right: 35px; }

  .header .logo {
    /* width: 30px; */
    height: 32px; }

  #section01 .decor01 {
    right: -259px; }

  .section .block {
    display: block; }
    .section .block .img-holder,
    .section .block .description {
      width: 100%;
      text-align: center; }
    .section .block .img-holder img {
      display: block;
      width: 100%; }

  .text-holder {
    text-align: left; }

  #section02 .img-holder {
    margin-left: 0; }

  #section02 .advantages {
    padding-left: 11%; }

  .advantages {
    text-align: left; }
    .advantages.inner li {
      width: 48%; }

  #section05 {
    padding: 130px 0;
    /*.plane{
    	left: -90px;
    	bottom: 0;
    } */ }
    #section05 h2 {
      max-width: 800px; }
    #section05 .decor01 {
      bottom: 64px; }
    #section05 .decor02 {
      top: 35px;
      right: -39px; }

  #section01 .description,
  #section03 .description {
    padding-left: 0; }

  #section07 .wrapper-frame .frame {
    padding: 34px; }

  #section01 .decor {
    display: none; }

  #section01 .description {
    padding-left: 0; }

  #section02 .advantages {
    padding-left: 11%; }

  #section02 .img-holder {
    margin-left: 0; }

  #section01 .btns .btn {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px; } }
@media only screen and (max-width: 1024px) {
  .wrapper-frame {
    padding-left: 30px;
    padding-right: 30px; }

  .btn-menu {
    display: block;
    z-index: 10002; }

  #header .btn {
    display: none; }

  #nav {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    top: 0;
    right: -326px;
    bottom: 0;
    transition: 0.3s;
    background: #24292E;
    width: 326px;
    padding: 90px 30px 150px 0;
    box-sizing: border-box;
    z-index: 100001; }
    #nav ul {
      display: block; }
      #nav ul li {
        margin: 0 0 39px; }
      #nav ul a {
        color: #fff; }

  .menu-open {
    overflow: hidden;
    height: 100%; }
    .menu-open .btn-menu {
      display: none; }
    .menu-open #nav {
      visibility: visible;
      opacity: 1;
      background: #24292E;
      color: #fff;
      right: 0;
      text-align: right;
      font-size: 18px; }
    .menu-open .header_frame .btn-order {
      position: absolute;
      right: 137px;
      top: 79px;
      min-width: 122px;
      z-index: 10000000; }
    .menu-open .btn-menu span:before,
    .menu-open .btn-menu span:after {
      background: #fff; }
    .menu-open .tablet-visible {
      display: block; }
      .menu-open .tablet-visible .mail,
      .menu-open .tablet-visible .tel {
        position: absolute;
        top: 525px;
        right: 30px;
        font-size: 18px;
        z-index: 10000000; }
        .menu-open .tablet-visible .mail a,
        .menu-open .tablet-visible .tel a {
          color: #909497; }
      .menu-open .tablet-visible .mail {
        top: 556px; } }
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 38px;
    line-height: 42px; }

  h2 {
    font-size: 32px;
    line-height: 40px; }

  .section .mark {
    top: -78px; }

  #section02 .advantages {
    padding-left: 0; }

  #section01 .btns .btn {
    margin-right: 0; }

  #section01 .decor {
    left: 43px;
    bottom: 13px;
    width: 127px;
    height: auto; }

  #section01 .btns {
    padding-top: 0; }

  .btns .btn {
    margin-bottom: 10px; }

  .footer-frame {
    margin: 0; }

  #section02 .img-holder {
    margin-left: 0; }

  .advantages {
    padding-left: 0; }
    .advantages.inner li {
      width: 100%;
      margin-bottom: 20px; }
      .advantages.inner li .holder {
        position: relative;
        padding-right: 25px; }
        .advantages.inner li .holder:after {
          content: '';
          position: absolute;
          width: 10px;
          height: 10px;
          border: 1px solid #1A224C;
          border-width: 2px 2px 0 0;
          right: 0;
          top: 20px;
          opacity: 0.7;
          transform: rotate(135deg);
          transition: 0.3s; }
      .advantages.inner li.open .decription-holder {
        max-height: 10000px;
        visibility: visible;
        opacity: 1; }
      .advantages.inner li.open .holder:after {
        transform: rotate(-45deg); }
    .advantages.inner .holder {
      margin: 0; }
    .advantages .holder {
      min-height: 56px; }
    .advantages li {
      width: 49%;
      padding-right: 4%; }
    .advantages .decription-holder {
      max-height: 0;
      transition: max-height 0.5s ease-in-out;
      overflow: hidden;
      padding-top: 20px; }

  #section01 {
    padding-bottom: 50px; }
    #section01 .decor {
      width: 120px;
      bottom: 24px; }
    #section01 .decor01 {
      display: none; }

  #section05 .plane {
    bottom: auto;
    top: -140px;
    left: -190px; }

  #section05 .decor01 {
    right: 30px;
    bottom: 25px;
    width: 70px; }
  #section05 .decor02 {
    display: none; }
  #section05 .wrapper-frame {
    position: relative;
    z-index: 2; }

  #section07 .wrapper-frame {
    padding-top: 0;
    padding-bottom: 0;
    display: block; }
    #section07 .wrapper-frame .frame,
    #section07 .wrapper-frame .holder {
      width: 100%;
      padding: 0; }
      #section07 .wrapper-frame .frame .sub-title,
      #section07 .wrapper-frame .frame h2,
      #section07 .wrapper-frame .holder .sub-title,
      #section07 .wrapper-frame .holder h2 {
        text-align: center; }
    #section07 .wrapper-frame .frame {
      background: none;
      margin-top: 46px; }

  #section07 .decor01 {
    display: none; }

  .contact-form {
    padding-top: 0; }
    .contact-form .btn {
      margin-left: auto;
      margin-right: auto;
      display: block; }

  input[type="email"], input[type="tel"], input[type="text"], input[type="password"], input[type="file"] {
    margin: 0 0 24px; } }
.latin li:before {
  content: counter(item,lower-latin); }

.upper-latin li:before {
  content: counter(item,upper-latin); }

.lower-roman li:before {
  content: counter(item,lower-roman); }

.upper-roman li:before {
  content: counter(item,upper-roman); }

::-webkit-input-placeholder {
  color: #150E42; }

:-moz-placeholder {
  color: #150E42; }

::-moz-placeholder {
  color: #150E42;
  opacity: 1; }

:-ms-input-placeholder {
  color: #150E42; }

:focus::-webkit-input-placeholder {
  color: transparent; }

:focus::-moz-placeholder {
  color: transparent; }

:focus:-moz-placeholder {
  color: transparent; }

:focus:-ms-input-placeholder {
  color: transparent; }

.latin li:before {
  content: counter(item,lower-latin); }

.upper-latin li:before {
  content: counter(item,upper-latin); }

.lower-roman li:before {
  content: counter(item,lower-roman); }

.upper-roman li:before {
  content: counter(item,upper-roman); }

/*# sourceMappingURL=style.css.map */
