@charset "UTF-8";
li {
  list-style: none; }

a {
  text-decoration: none; }

p, h1, h2, h3, h4, h5, h6 {
  margin: 0; }

ul {
  margin: 0;
  padding: 0; }

body {
  font-family: Avant; }

input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus::-moz-placeholder {
  color: transparent; }

input:focus:-moz-placeholder {
  color: transparent; }

input:focus:-ms-input-placeholder {
  color: transparent; }

textarea:focus::-webkit-input-placeholder {
  color: transparent; }

textarea:focus::-moz-placeholder {
  color: transparent; }

textarea:focus:-moz-placeholder {
  color: transparent; }

textarea:focus:-ms-textarea-placeholder {
  color: transparent; }

.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.global-wrapper {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden; }

.mbox {
  max-width: 1210px;
  padding: 0 15px; }

/* Header */
header {
  width: 100%;
  padding-top: 50px;
  position: absolute;
  top: 0;
  left: 0; }
  header .header-number-box {
    float: right; }
    header .header-number-box a {
      color: white;
      font-size: 35px;
      font-weight: 700; }
  header .header-button-box {
    width: 260px;
    height: 46px;
    margin: 0 auto;
    position: relative; }
    header .header-button-box p {
      color: white;
      font-size: 20px;
      font-weight: 400;
      border: 1px solid white;
      padding: 12px 0;
      text-align: center;
      width: 100%;
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      transform-style: preserve-3d;
      /* -webkit-transform: translateZ(-25px);*/
      /* transform: translateZ(-25px);*/
      transition: -webkit-transform 0.5s;
      -webkit-transition: -webkit-transform 0.5s;
      -o-transition: -o-transform 0.5s;
      -moz-transition: transform 0.5s, -moz-transform 0.5s;
      transition: transform 0.5s;
      transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
      transition: transform 0.5s, -webkit-transform 0.5s;
      -webkit-transform: rotateX(0deg) translateZ(-25px);
      -moz-transform: rotateX(0deg) translateZ(-25px);
      transform: rotateX(0deg) translateZ(-25px); }
    header .header-button-box button {
      position: absolute;
      top: 0;
      left: 0;
      border: none;
      /* display: block;*/
      width: 260px;
      height: 100%;
      color: #000;
      /* text-align: center;*/
      font-size: 20px;
      font-weight: 400;
      /* padding-top: 10px;*/
      background-color: #ffe400;
      -webkit-transform: rotateX(90deg) translateZ(23px);
      -moz-transform: rotateX(90deg) translateZ(23px);
      transform: rotateX(90deg) translateZ(23px);
      transition: -webkit-transform 0.5s;
      -webkit-transition: -webkit-transform 0.5s;
      -o-transition: -o-transform 0.5s;
      -moz-transition: transform 0.5s, -moz-transform 0.5s;
      transition: transform 0.5s;
      transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
      transition: transform 0.5s, -webkit-transform 0.5s; }
    header .header-button-box:hover p {
      -webkit-transform: translateY(25px) rotateX(90deg);
      -moz-transform: translateY(23px) rotateX(90deg);
      transform: translateY(23px) rotateX(90deg); }
    header .header-button-box:hover button {
      -webkit-transform: translateZ(-25px) rotateX(0deg);
      -moz-transform: translateZ(-25px) rotateX(0deg);
      transform: translateZ(-25px) rotateX(0deg); }
  header #scroll-UP {
    position: fixed;
    width: 48px;
    height: 48px;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    display: none;
    z-index: 10;
    /* background: #2c84fb;*/
    background: transparent url("../images/scroll-up.png") center top no-repeat; }

/* Section 1 */
.section-1 {
  width: 100%;
  padding: 135px 0 76px;
  background: transparent url("../images/bg_section_1.jpg") center top no-repeat; }
  .section-1 .mbox {
    padding-top: 40px; }
  .section-1 .section-1-title {
    max-width: 1080px;
    border: 3px solid white;
    margin: 0 auto 70px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    padding: 0px 10px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    align-items: center; }
    .section-1 .section-1-title h1 {
      text-shadow: 3.5px 6.1px 5px rgba(176, 176, 176, 0.15);
      font-family: Circe;
      font-size: 91px;
      font-weight: 700;
      color: white;
      text-align: center;
      margin-top: -50px;
      background: #0352b1;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px;
      padding: 0 4px;
      width: 100%; }
      .section-1 .section-1-title h1 span {
        color: #f99260; }
    .section-1 .section-1-title p {
      text-shadow: 3.5px 6.1px 5px rgba(176, 176, 176, 0.15);
      color: white;
      font-family: Circe;
      font-size: 53px;
      font-weight: 700;
      text-align: center;
      margin-bottom: -25px;
      background: #0352b1;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px;
      padding: 0 5px; }
  .section-1 .section-1-text {
    width: 100%;
    margin-bottom: 45px; }
    .section-1 .section-1-text p {
      color: white;
      font-family: Circe;
      font-size: 29px;
      font-weight: 700;
      text-align: center; }
  .section-1 .section-1-items-box {
    width: 100%;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    justify-content: flex-end;
    position: relative; }
    .section-1 .section-1-items-box .section-1-img {
      z-index: 10;
      padding: 5px;
      border: 1px solid white;
      position: relative;
      width: 579px;
      /* width: 100%;*/
      height: 401px;
      /* height: 100%;*/ }
      .section-1 .section-1-items-box .section-1-img .section-1-item-text {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background: transparent url("../images/image_section_1.jpg") center top no-repeat; }
        .section-1 .section-1-items-box .section-1-img .section-1-item-text p {
          position: absolute;
          color: black;
          font-size: 18px;
          font-weight: 700;
          padding: 18px 0;
          background-color: #ffe400;
          width: 375px;
          text-align: center;
          right: -72px;
          bottom: 45px;
          -webkit-transform: rotateZ(-30deg);
          -ms-transform: rotate(-30deg);
          -moz-transform: rotateZ(-30deg);
          -o-transform: rotateZ(-30deg);
          transform: rotateZ(-30deg); }
    .section-1 .section-1-items-box .section-1-list {
      z-index: 11;
      position: absolute;
      left: 0;
      top: 0;
      padding: 25px 0 0 60px; }
      .section-1 .section-1-items-box .section-1-list li {
        margin-bottom: 25px;
        border: 4px solid rgba(0, 0, 0, 0.17);
        position: relative;
        max-width: 680px; }
        .section-1 .section-1-items-box .section-1-list li p {
          color: black;
          font-size: 33px;
          line-height: 1;
          padding: 28px 40px;
          text-align: center; }
        .section-1 .section-1-items-box .section-1-list li:nth-child(1n):before {
          position: absolute;
          content: '';
          width: 85px;
          height: 85px;
          left: -40px;
          top: 3px;
          background: transparent url("../images/icon_1_section_1.png") center top no-repeat; }
        .section-1 .section-1-items-box .section-1-list li:nth-child(1n) p {
          background-color: #ffe400; }
        .section-1 .section-1-items-box .section-1-list li:nth-child(2n):before {
          position: absolute;
          content: '';
          width: 79px;
          height: 78px;
          left: -40px;
          top: 7px;
          background: transparent url("../images/icon_2_section_1.png") center top no-repeat; }
        .section-1 .section-1-items-box .section-1-list li:nth-child(2n) p {
          background-color: #70aafa; }
        .section-1 .section-1-items-box .section-1-list li:nth-child(3n):before {
          position: absolute;
          content: '';
          width: 73px;
          height: 74px;
          left: -40px;
          top: 8px;
          background: transparent url("../images/icon_3_section_1.png") center top no-repeat; }
        .section-1 .section-1-items-box .section-1-list li:nth-child(3n) p {
          background-color: #f99260;
          padding: 14px 40px; }

/* /Section 1 */
/* Section 2 */
.section-2 {
  width: 100%;
  padding-bottom: 45px;
  background: transparent url("../images/bg_section_2.jpg") center top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .section-2 .section-2-title-box {
    width: 100%; }
    .section-2 .section-2-title-box h2 {
      color: black;
      font-size: 41px;
      font-weight: 400;
      text-align: center;
      background-color: #ffe400;
      padding: 24px 0; }
  .section-2 .section-2-top-text-box {
    width: 100%;
    padding-top: 30px;
    margin-bottom: 30px; }
    .section-2 .section-2-top-text-box p {
      color: black;
      font-size: 17px;
      font-weight: 400;
      text-align: center;
      line-height: 26px; }
      .section-2 .section-2-top-text-box p:first-child {
        max-width: 1010px;
        margin: 0 auto 35px; }
  .section-2 .section-2-video-box {
    max-width: 836px;
    max-height: 470px;
    margin: 0 auto 20px; }
    .section-2 .section-2-video-box iframe {
      width: 100%;
      height: 470px; }
  .section-2 .section-2-logo-box {
    width: 100%; }
    .section-2 .section-2-logo-box img {
      display: block;
      margin: 0 auto; }
  .section-2 .section-2-mid-text-box {
    width: 100%;
    padding-top: 30px;
    margin-bottom: 40px; }
    .section-2 .section-2-mid-text-box p {
      color: black;
      font-size: 17px;
      font-weight: 400;
      text-align: center;
      line-height: 26px; }
      .section-2 .section-2-mid-text-box p:first-child {
        max-width: 1010px;
        margin: 0 auto 35px; }
  .section-2 .section-2-item-title {
    width: 100%;
    text-align: center; }
    .section-2 .section-2-item-title h2 {
      color: black;
      font-size: 26px;
      font-weight: 700;
      margin-bottom: 5px; }
    .section-2 .section-2-item-title p {
      font-weight: 700;
      color: #2c84fb;
      font-size: 52px; }
  .section-2 .section-2-item-box {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-top: 10px;
    margin-bottom: 40px;
    background: transparent url("../images/yellow_lines.png") center top no-repeat;
    background-position-y: 254px; }
    .section-2 .section-2-item-box p {
      color: black;
      font-size: 14px;
      font-weight: 400;
      line-height: 17px;
      text-align: center; }
      .section-2 .section-2-item-box p span {
        color: #2c84fb;
        font-size: 23px;
        font-weight: 700;
        line-height: 24px; }
    .section-2 .section-2-item-box .top-box {
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      justify-content: space-between;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      -webkit-box-align: end;
      -moz-box-align: end;
      align-items: flex-end;
      padding: 0 20px; }
    .section-2 .section-2-item-box .mid-box {
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      justify-content: space-between;
      -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-orient: horizontal;
      -moz-box-direction: reverse;
      flex-direction: row-reverse; }
      .section-2 .section-2-item-box .mid-box .item-img-3 {
        display: none; }
    .section-2 .section-2-item-box .bottom-box {
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      justify-content: center; }
    .section-2 .section-2-item-box .item-text-1 {
      width: 275px;
      height: 316px;
      margin-bottom: -37px;
      /* position: absolute;*/
      /* top: 0;*/
      /* left: calc( 50% - 138px);*/
      background: transparent url("../images/bg_text_section_2.png") center top no-repeat; }
      .section-2 .section-2-item-box .item-text-1 p {
        padding-top: 118px; }
    .section-2 .section-2-item-box .item-text-2 {
      width: 275px;
      height: 316px;
      /* position: absolute;*/
      /* right: 0;*/
      /* bottom: 80px;*/
      background: transparent url("../images/bg_text_section_2.png") center top no-repeat; }
      .section-2 .section-2-item-box .item-text-2 p {
        padding-top: 53px; }
    .section-2 .section-2-item-box .item-text-3 {
      width: 275px;
      height: 316px;
      /* position: absolute;*/
      /* left: 0;*/
      /* bottom: 80px;*/
      background: transparent url("../images/bg_text_section_2.png") center top no-repeat; }
      .section-2 .section-2-item-box .item-text-3 p {
        padding-top: 56px; }
    .section-2 .section-2-item-box .item-img-1 {
      background: transparent url("../images/icon_1_section_2.png") center top no-repeat;
      /* position: absolute;*/
      width: 113px;
      height: 130px;
      /* left: 0;*/
      /* top: 128px;*/ }
    .section-2 .section-2-item-box .item-img-2 {
      background: transparent url("../images/icon_2_section_2.png") center top no-repeat;
      /* position: absolute;*/
      width: 113px;
      height: 130px;
      /* right: 0;*/
      /* top: 128px;*/ }
    .section-2 .section-2-item-box .item-img-3 {
      background: transparent url("../images/icon_3_section_2.png") center top no-repeat;
      /* position: absolute;*/
      width: 113px;
      height: 130px;
      margin-top: -60px;
      /* left: calc( 50% - 56px);*/
      /* bottom: 0;*/ }
  .section-2 .section-2-bottom-text-box {
    width: 100%;
    text-align: center; }
    .section-2 .section-2-bottom-text-box p {
      color: black;
      font-size: 17px;
      font-weight: 400;
      line-height: 26px; }
    .section-2 .section-2-bottom-text-box h3 {
      color: #2c84fb;
      font-size: 30px;
      font-weight: 700;
      line-height: 36px;
      position: relative;
      display: inline-block; }
      .section-2 .section-2-bottom-text-box h3:before {
        position: absolute;
        content: '';
        display: block;
        width: 678px;
        height: 21px;
        left: -130%;
        top: 10px;
        background: transparent url("../images/arrow-before-section-2.png") center top no-repeat; }
      .section-2 .section-2-bottom-text-box h3:after {
        position: absolute;
        content: '';
        display: block;
        width: 678px;
        height: 21px;
        right: -130%;
        top: 10px;
        background: transparent url("../images/arrow-after-section-2.png") center top no-repeat; }

/* /Section 2 */
/* Section 3 */
.section-3 {
  width: 100%;
  background: #ffe400;
  padding-bottom: 50px; }
  .section-3 .section-3-title-box {
    width: 100%; }
    .section-3 .section-3-title-box h2 {
      color: black;
      font-size: 39px;
      font-weight: 400;
      padding: 40px 0 55px; }
  .section-3 .section-3-form-box {
    max-width: 900px;
    border: 10px solid white;
    margin: 0 auto;
    position: relative;
    background-color: rgba(255, 255, 255, 0.27); }
    .section-3 .section-3-form-box:after {
      content: '';
      position: absolute;
      display: block;
      right: 0;
      top: 45px;
      width: 0;
      height: 0;
      border-top: 20px solid transparent;
      border-right: 35px solid white;
      border-bottom: 20px solid transparent; }
    .section-3 .section-3-form-box:before {
      content: '';
      position: absolute;
      display: block;
      left: 0;
      top: 45px;
      width: 0;
      height: 0;
      border-top: 20px solid transparent;
      border-left: 35px solid white;
      border-bottom: 20px solid transparent; }
    .section-3 .section-3-form-box .form-title {
      width: 100%;
      padding: 25px 90px; }
      .section-3 .section-3-form-box .form-title h2 {
        font-size: 61px;
        line-height: 57px;
        color: #2c84fb;
        font-weight: 700;
        text-align: center; }
        .section-3 .section-3-form-box .form-title h2 span {
          font-size: 42px; }
    .section-3 .section-3-form-box form {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -moz-box;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      flex-direction: column;
      /* -webkit-align-items: center;*/
      /* -ms-flex-align: center;*/
      /* align-items: center;*/
      margin-bottom: 40px; }
      .section-3 .section-3-form-box form input {
        max-width: 500px;
        width: 100%;
        height: 60px;
        margin: 0 auto 20px;
        border: 1px solid black;
        background-color: rgba(255, 255, 255, 0);
        padding-left: 25px;
        color: black;
        font-size: 19px;
        font-weight: 400; }
      .section-3 .section-3-form-box form .form-button-box {
        max-width: 500px;
        width: 100%;
        margin: 0 auto;
        position: relative; }
        .section-3 .section-3-form-box form .form-button-box button, .section-3 .section-3-form-box form .form-button-box p {
          width: 100%;
          height: 60px;
          border: none;
          color: white;
          font-size: 33px;
          font-weight: 400; }
        .section-3 .section-3-form-box form .form-button-box p {
          background-color: #2c84fb;
          text-align: center;
          padding-top: 10px;
          -webkit-transform-style: preserve-3d;
          -moz-transform-style: preserve-3d;
          transform-style: preserve-3d;
          /* -webkit-transform: translateZ(-25px);*/
          /* transform: translateZ(-25px);*/
          transition: -webkit-transform 0.5s;
          -webkit-transition: -webkit-transform 0.5s;
          -o-transition: -o-transform 0.5s;
          -moz-transition: transform 0.5s, -moz-transform 0.5s;
          transition: transform 0.5s;
          transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
          transition: transform 0.5s, -webkit-transform 0.5s;
          -webkit-transform: rotateX(0deg) translateZ(-25px);
          -moz-transform: rotateX(0deg) translateZ(-25px);
          transform: rotateX(0deg) translateZ(-25px); }
        .section-3 .section-3-form-box form .form-button-box button {
          background-color: #ff5400;
          position: absolute;
          top: 0;
          left: 0;
          transition: -webkit-transform 0.5s;
          -webkit-transition: -webkit-transform 0.5s;
          -o-transition: -o-transform 0.5s;
          -moz-transition: transform 0.5s, -moz-transform 0.5s;
          transition: transform 0.5s;
          transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
          transition: transform 0.5s, -webkit-transform 0.5s;
          -webkit-transform: rotateX(90deg) translateZ(30px);
          -moz-transform: rotateX(90deg) translateZ(30px);
          transform: rotateX(90deg) translateZ(30px); }
        .section-3 .section-3-form-box form .form-button-box:hover p {
          -webkit-transform: translateY(30px) rotateX(90deg);
          -moz-transform: translateY(30px) rotateX(90deg);
          transform: translateY(30px) rotateX(90deg); }
        .section-3 .section-3-form-box form .form-button-box:hover button {
          -webkit-transform: translateZ(-26px) rotateX(0deg);
          -moz-transform: translateZ(-26px) rotateX(0deg);
          transform: translateZ(-26px) rotateX(0deg); }

/* /Section 3 */
/* Section 4 */
.section-4 {
  width: 100%;
  padding-bottom: 70px;
  background: transparent url("../images/bg_section_4.jpg") center top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .section-4 .section-4-title {
    width: 100%;
    padding-top: 55px;
    margin-bottom: 110px; }
    .section-4 .section-4-title h2 {
      color: #ffe400;
      font-size: 47px;
      font-weight: 700;
      text-align: center; }
  .section-4 .section-4-item-box {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-bottom: 35px; }
  .section-4 .section-4-item-list {
    padding-left: 75px;
    z-index: 5; }
    .section-4 .section-4-item-list p {
      color: white;
      font-weight: 400;
      font-size: 18px; }
    .section-4 .section-4-item-list li {
      position: relative;
      margin-bottom: 30px; }
      .section-4 .section-4-item-list li:nth-child(1):before {
        content: '';
        position: absolute;
        width: 69px;
        height: 41px;
        left: -75px;
        top: -15px;
        background: transparent url("../images/icon-1-section-4.png") left top no-repeat; }
      .section-4 .section-4-item-list li:nth-child(2):before {
        content: '';
        position: absolute;
        width: 73px;
        height: 41px;
        left: -78px;
        top: -12px;
        background: transparent url("../images/icon-2-section-4.png") left top no-repeat; }
      .section-4 .section-4-item-list li:nth-child(3):before {
        content: '';
        position: absolute;
        width: 73px;
        height: 41px;
        left: -78px;
        top: -13px;
        background: transparent url("../images/icon-3-section-4.png") left top no-repeat; }
      .section-4 .section-4-item-list li:nth-child(4):before {
        content: '';
        position: absolute;
        width: 70px;
        height: 41px;
        left: -76px;
        top: -10px;
        background: transparent url("../images/icon-4-section-4.png") left top no-repeat; }
      .section-4 .section-4-item-list li:nth-child(5):before {
        content: '';
        position: absolute;
        width: 70px;
        height: 41px;
        left: -76px;
        top: -12px;
        background: transparent url("../images/icon-5-section-4.png") left top no-repeat; }
      .section-4 .section-4-item-list li:nth-child(6):before {
        content: '';
        position: absolute;
        width: 67px;
        height: 41px;
        left: -71px;
        top: -10px;
        background: transparent url("../images/icon-6-section-4.png") left top no-repeat; }
      .section-4 .section-4-item-list li:nth-child(7):before {
        content: '';
        position: absolute;
        width: 69px;
        height: 41px;
        left: -75px;
        top: -10px;
        background: transparent url("../images/icon-7-section-4.png") left top no-repeat; }
      .section-4 .section-4-item-list li:nth-child(8):before {
        content: '';
        position: absolute;
        width: 70px;
        height: 41px;
        left: -76px;
        top: -11px;
        background: transparent url("../images/icon-8-section-4.png") left top no-repeat; }
      .section-4 .section-4-item-list li:nth-child(9):before {
        content: '';
        position: absolute;
        width: 70px;
        height: 41px;
        left: -76px;
        top: -8px;
        background: transparent url("../images/icon-9-section-4.png") left top no-repeat; }
      .section-4 .section-4-item-list li:nth-child(10):before {
        content: '';
        position: absolute;
        width: 69px;
        height: 41px;
        left: -74px;
        top: -6px;
        background: transparent url("../images/icon-10-section-4.png") left top no-repeat; }
      .section-4 .section-4-item-list li:nth-child(11):before {
        content: '';
        position: absolute;
        width: 70px;
        height: 41px;
        left: -76px;
        top: -11px;
        background: transparent url("../images/icon-11-section-4.png") left top no-repeat; }
      .section-4 .section-4-item-list li:nth-child(12):before {
        content: '';
        position: absolute;
        width: 69px;
        height: 41px;
        left: -75px;
        top: -4px;
        background: transparent url("../images/icon-12-section-4.png") left top no-repeat; }
      .section-4 .section-4-item-list li ul {
        padding: 15px 0 0 25px; }
        .section-4 .section-4-item-list li ul li {
          margin-bottom: 20px; }
          .section-4 .section-4-item-list li ul li:before {
            display: none; }
          .section-4 .section-4-item-list li ul li:after {
            content: '';
            position: absolute;
            width: 12px;
            height: 12px;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            border-radius: 50px;
            background: #ffe400;
            left: -20px;
            top: 5px; }
  .section-4 .section-4-item-img {
    position: absolute;
    width: 580px;
    height: 650px;
    right: 0;
    /* max-width: 580px;*/
    /* width: 100%;*/
    background: transparent url("../images/img-section-4.png") center top no-repeat; }
  .section-4 .section-4-form-box {
    max-width: 920px;
    border: 10px solid #ffe400;
    margin: 0 auto;
    position: relative;
    background-color: rgba(0, 0, 0, 0.13); }
    .section-4 .section-4-form-box:after {
      content: '';
      position: absolute;
      display: block;
      right: 0;
      top: 45px;
      width: 0;
      height: 0;
      border-top: 20px solid transparent;
      border-right: 35px solid #ffe400;
      border-bottom: 20px solid transparent; }
    .section-4 .section-4-form-box:before {
      content: '';
      position: absolute;
      display: block;
      left: 0;
      top: 45px;
      width: 0;
      height: 0;
      border-top: 20px solid transparent;
      border-left: 35px solid #ffe400;
      border-bottom: 20px solid transparent; }
    .section-4 .section-4-form-box .form-title {
      width: 100%;
      padding: 25px 35px; }
      .section-4 .section-4-form-box .form-title h2 {
        font-size: 34px;
        line-height: 57px;
        color: white;
        font-weight: 400;
        text-align: center; }
        .section-4 .section-4-form-box .form-title h2 b {
          font-size: 41px; }
        .section-4 .section-4-form-box .form-title h2 span {
          font-size: 56px;
          font-weight: 700;
          color: #ffe400; }
    .section-4 .section-4-form-box form {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -moz-box;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      flex-direction: column;
      /* -webkit-align-items: center;*/
      /* -ms-flex-align: center;*/
      /* align-items: center;*/
      margin-bottom: 40px; }
      .section-4 .section-4-form-box form input {
        max-width: 500px;
        width: 100%;
        height: 60px;
        margin: 0 auto 20px;
        border: 1px solid white;
        background-color: rgba(255, 255, 255, 0);
        padding-left: 25px;
        color: white;
        font-size: 19px;
        font-weight: 400; }
        .section-4 .section-4-form-box form input::-webkit-input-placeholder {
          color: rgba(255, 255, 255, 0.9);
          font-size: 18px;
          font-weight: 400; }
        .section-4 .section-4-form-box form input::-moz-placeholder {
          color: rgba(255, 255, 255, 0.9);
          font-size: 18px;
          font-weight: 400; }
        .section-4 .section-4-form-box form input:-moz-placeholder {
          color: rgba(255, 255, 255, 0.9);
          font-size: 18px;
          font-weight: 400; }
        .section-4 .section-4-form-box form input:-ms-input-placeholder {
          color: rgba(255, 255, 255, 0.9);
          font-size: 18px;
          font-weight: 400; }
        .section-4 .section-4-form-box form input:focus::-webkit-input-placeholder {
          color: transparent; }
        .section-4 .section-4-form-box form input:focus::-moz-placeholder {
          color: transparent; }
        .section-4 .section-4-form-box form input:focus:-moz-placeholder {
          color: transparent; }
        .section-4 .section-4-form-box form input:focus:-ms-input-placeholder {
          color: transparent; }
      .section-4 .section-4-form-box form .form-button-box {
        max-width: 500px;
        width: 100%;
        margin: 0 auto;
        position: relative; }
        .section-4 .section-4-form-box form .form-button-box button, .section-4 .section-4-form-box form .form-button-box p {
          width: 100%;
          height: 60px;
          border: none;
          font-size: 33px;
          font-weight: 400; }
        .section-4 .section-4-form-box form .form-button-box p {
          background-color: #ffe400;
          color: black;
          text-align: center;
          padding-top: 10px;
          -webkit-transform-style: preserve-3d;
          -moz-transform-style: preserve-3d;
          transform-style: preserve-3d;
          /* -webkit-transform: translateZ(-25px);*/
          /* transform: translateZ(-25px);*/
          transition: -webkit-transform 0.5s;
          -webkit-transition: -webkit-transform 0.5s;
          -o-transition: -o-transform 0.5s;
          -moz-transition: transform 0.5s, -moz-transform 0.5s;
          transition: transform 0.5s;
          transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
          transition: transform 0.5s, -webkit-transform 0.5s;
          -webkit-transform: rotateX(0deg) translateZ(-25px);
          -moz-transform: rotateX(0deg) translateZ(-25px);
          transform: rotateX(0deg) translateZ(-25px); }
        .section-4 .section-4-form-box form .form-button-box button {
          background-color: #ff5400;
          color: white;
          position: absolute;
          top: 0;
          left: 0;
          transition: -webkit-transform 0.5s;
          -webkit-transition: -webkit-transform 0.5s;
          -o-transition: -o-transform 0.5s;
          -moz-transition: transform 0.5s, -moz-transform 0.5s;
          transition: transform 0.5s;
          transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
          transition: transform 0.5s, -webkit-transform 0.5s;
          -webkit-transform: rotateX(90deg) translateZ(30px);
          -moz-transform: rotateX(90deg) translateZ(30px);
          transform: rotateX(90deg) translateZ(30px); }
        .section-4 .section-4-form-box form .form-button-box:hover p {
          -webkit-transform: translateY(30px) rotateX(90deg);
          -moz-transform: translateY(30px) rotateX(90deg);
          transform: translateY(30px) rotateX(90deg); }
        .section-4 .section-4-form-box form .form-button-box:hover button {
          -webkit-transform: translateZ(-32px) rotateX(0deg);
          -moz-transform: translateZ(-28px) rotateX(0deg);
          transform: translateZ(-28px) rotateX(0deg); }

/* /Section 4 */
/* Section 5 */
.section-5 {
  width: 100%;
  background: transparent url("../images/bg_section_5.jpg") center top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 10px; }
  .section-5 .section-5-title-box {
    width: 100%;
    background: #ffe400;
    padding: 18px 0;
    position: relative; }
    .section-5 .section-5-title-box h2 {
      color: black;
      text-align: center;
      font-size: 50px;
      font-weight: 400; }
    .section-5 .section-5-title-box:after {
      content: '';
      position: absolute;
      display: block;
      right: -webkit-calc(50% - 13px);
      right: -moz-calc(50% - 13px);
      right: calc(50% - 13px);
      bottom: -15px;
      width: 0;
      height: 0;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-top: 15px solid #ffe400; }
  .section-5 .section-5-items-title {
    width: 100%;
    position: relative; }
    .section-5 .section-5-items-title h3 {
      color: white;
      text-align: center;
      font-size: 28px;
      font-weight: 700;
      margin-bottom: -10px;
      padding-top: 27px; }
    .section-5 .section-5-items-title:after {
      content: '';
      position: absolute;
      display: block;
      right: -webkit-calc(50% - 9px);
      right: -moz-calc(50% - 9px);
      right: calc(50% - 9px);
      bottom: -25px;
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 15px solid #ffe400;
      z-index: 10; }
  .section-5 .section-5-items-box {
    width: 100%; }
    .section-5 .section-5-items-box ul {
      width: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -moz-box;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
    .section-5 .section-5-items-box li {
      width: 50%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -moz-box;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      justify-content: space-between;
      padding-bottom: 40px;
      position: relative; }
      .section-5 .section-5-items-box li .item-box {
        max-width: 428px;
        min-width: 292px;
        width: 100%;
        height: 110px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -moz-box;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        align-items: center;
        padding: 0 25px 0 10px; }
        .section-5 .section-5-items-box li .item-box .item-text-col {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: -webkit-box;
          display: -moz-box;
          display: flex;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -moz-box-orient: vertical;
          -moz-box-direction: normal;
          flex-direction: column; }
        .section-5 .section-5-items-box li .item-box p {
          font-weight: 400;
          color: white;
          text-align: center; }
      .section-5 .section-5-items-box li:nth-child(1) .item-box .item-text-col p:first-child {
        color: white;
        font-size: 23px;
        line-height: 26px; }
      .section-5 .section-5-items-box li:nth-child(1) .item-box .item-text-col p:last-child {
        color: white;
        line-height: 17px;
        font-size: 15px; }
      .section-5 .section-5-items-box li:nth-child(2) .item-box .item-text-col p:first-child {
        color: white;
        font-size: 23px;
        line-height: 26px; }
      .section-5 .section-5-items-box li:nth-child(2) .item-box .item-text-col p:last-child {
        color: white;
        line-height: 17px;
        font-size: 15px; }
      .section-5 .section-5-items-box li:nth-child(8) .item-box .item-text-col p:first-child {
        color: white;
        font-size: 23px;
        line-height: 26px; }
      .section-5 .section-5-items-box li:nth-child(8) .item-box .item-text-col p:last-child {
        color: #22c108; }
      .section-5 .section-5-items-box li:nth-child(odd) {
        border-right: 1px solid white; }
        .section-5 .section-5-items-box li:nth-child(odd):after {
          content: '';
          position: absolute;
          display: block;
          background: white;
          -webkit-border-radius: 50px;
          -moz-border-radius: 50px;
          border-radius: 50px;
          width: 10px;
          height: 10px;
          right: -5px;
          top: -webkit-calc(50% - 25px);
          top: -moz-calc(50% - 25px);
          top: calc(50% - 25px); }
        .section-5 .section-5-items-box li:nth-child(odd) .item-box {
          border: 1px solid #ff5400;
          padding: 10px 25px 10px 10px;
          position: relative;
          margin-right: 25px; }
          .section-5 .section-5-items-box li:nth-child(odd) .item-box p {
            color: #ff5400;
            font-size: 42px; }
          .section-5 .section-5-items-box li:nth-child(odd) .item-box .item-text-col p {
            color: white;
            font-size: 23px;
            line-height: 26px; }
          .section-5 .section-5-items-box li:nth-child(odd) .item-box:after {
            content: 'самостоятельно';
            position: absolute;
            display: block;
            color: #f4540f;
            font-size: 15px;
            font-weight: 400;
            right: -72px;
            -webkit-transform: rotateZ(-90deg);
            -ms-transform: rotate(-90deg);
            -moz-transform: rotateZ(-90deg);
            -o-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg); }
          .section-5 .section-5-items-box li:nth-child(odd) .item-box:before {
            content: '';
            position: absolute;
            display: block;
            right: 0;
            top: -webkit-calc(50% - 15px);
            top: -moz-calc(50% - 15px);
            top: calc(50% - 15px);
            width: 0;
            height: 0;
            border-top: 15px solid transparent;
            border-right: 15px solid #f4540f;
            border-bottom: 15px solid transparent; }
        .section-5 .section-5-items-box li:nth-child(odd) .item-arrow {
          background: transparent url("../images/red_arrow.png") right top no-repeat;
          background-position-x: 1px;
          background-position-y: 50%;
          margin-left: auto; }
      .section-5 .section-5-items-box li:nth-child(even) .item-box {
        padding: 10px 10px 10px 25px;
        border: 1px solid #22c108;
        position: relative;
        margin-left: 25px; }
        .section-5 .section-5-items-box li:nth-child(even) .item-box p {
          color: #22c108;
          font-size: 42px; }
        .section-5 .section-5-items-box li:nth-child(even) .item-box .item-text-col p {
          color: white;
          font-size: 23px;
          line-height: 26px; }
        .section-5 .section-5-items-box li:nth-child(even) .item-box:after {
          content: 'с "Силой Знаний"';
          position: absolute;
          display: block;
          color: #22c108;
          font-size: 15px;
          font-weight: 400;
          left: -80px;
          -webkit-transform: rotateZ(-90deg);
          -ms-transform: rotate(-90deg);
          -moz-transform: rotateZ(-90deg);
          -o-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg); }
        .section-5 .section-5-items-box li:nth-child(even) .item-box:before {
          content: '';
          position: absolute;
          display: block;
          left: 0;
          top: -webkit-calc(50% - 15px);
          top: -moz-calc(50% - 15px);
          top: calc(50% - 15px);
          width: 0;
          height: 0;
          border-top: 15px solid transparent;
          border-left: 15px solid #22c108;
          border-bottom: 15px solid transparent; }
      .section-5 .section-5-items-box li:nth-child(even) .item-arrow {
        background: transparent url("../images/green_arrow.png") right top no-repeat;
        background-position-y: 50%; }
      .section-5 .section-5-items-box li .item-arrow {
        max-width: 95px;
        width: 100%;
        height: 100%; }

/* /Section 5 */
/* Section 6 */
.section-6 {
  width: 100%;
  background: #ffe400;
  padding-bottom: 50px; }
  .section-6 .section-6-title-box {
    width: 100%; }
    .section-6 .section-6-title-box h2 {
      color: black;
      font-size: 34px;
      font-weight: 400;
      padding: 40px 0 55px;
      text-align: center; }
      .section-6 .section-6-title-box h2 span {
        font-size: 51px;
        font-weight: 700;
        color: #2c84fb;
        line-height: 54px; }
  .section-6 .section-6-form-box {
    max-width: 915px;
    border: 10px solid white;
    margin: 0 auto;
    position: relative;
    background-color: rgba(255, 255, 255, 0.27); }
    .section-6 .section-6-form-box:after {
      content: '';
      position: absolute;
      display: block;
      right: 0;
      top: 45px;
      width: 0;
      height: 0;
      border-top: 20px solid transparent;
      border-right: 35px solid white;
      border-bottom: 20px solid transparent; }
    .section-6 .section-6-form-box:before {
      content: '';
      position: absolute;
      display: block;
      left: 0;
      top: 45px;
      width: 0;
      height: 0;
      border-top: 20px solid transparent;
      border-left: 35px solid white;
      border-bottom: 20px solid transparent; }
    .section-6 .section-6-form-box .form-title {
      width: 100%;
      padding: 25px 35px; }
      .section-6 .section-6-form-box .form-title h2 {
        font-size: 54px;
        line-height: 57px;
        color: #2c84fb;
        font-weight: 700;
        text-align: center; }
        .section-6 .section-6-form-box .form-title h2 span {
          font-size: 45px; }
    .section-6 .section-6-form-box form {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -moz-box;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      flex-direction: column;
      /* -webkit-align-items: center;*/
      /* -ms-flex-align: center;*/
      /* align-items: center;*/
      margin-bottom: 40px; }
      .section-6 .section-6-form-box form input {
        max-width: 500px;
        width: 100%;
        height: 60px;
        margin: 0 auto 20px;
        border: 1px solid black;
        background-color: rgba(255, 255, 255, 0);
        padding-left: 25px;
        color: black;
        font-size: 19px;
        font-weight: 400; }
      .section-6 .section-6-form-box form .form-button-box {
        max-width: 500px;
        width: 100%;
        margin: 0 auto;
        position: relative; }
        .section-6 .section-6-form-box form .form-button-box button, .section-6 .section-6-form-box form .form-button-box p {
          width: 100%;
          height: 60px;
          border: none;
          color: white;
          font-size: 33px;
          font-weight: 400; }
        .section-6 .section-6-form-box form .form-button-box p {
          background-color: #2c84fb;
          text-align: center;
          padding-top: 10px;
          -webkit-transform-style: preserve-3d;
          -moz-transform-style: preserve-3d;
          transform-style: preserve-3d;
          /* -webkit-transform: translateZ(-25px);*/
          /* transform: translateZ(-25px);*/
          transition: -webkit-transform 0.5s;
          -webkit-transition: -webkit-transform 0.5s;
          -o-transition: -o-transform 0.5s;
          -moz-transition: transform 0.5s, -moz-transform 0.5s;
          transition: transform 0.5s;
          transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
          transition: transform 0.5s, -webkit-transform 0.5s;
          -webkit-transform: rotateX(0deg) translateZ(-25px);
          -moz-transform: rotateX(0deg) translateZ(-25px);
          transform: rotateX(0deg) translateZ(-25px); }
        .section-6 .section-6-form-box form .form-button-box button {
          background-color: #ff5400;
          position: absolute;
          top: 0;
          left: 0;
          transition: -webkit-transform 0.5s;
          -webkit-transition: -webkit-transform 0.5s;
          -o-transition: -o-transform 0.5s;
          -moz-transition: transform 0.5s, -moz-transform 0.5s;
          transition: transform 0.5s;
          transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
          transition: transform 0.5s, -webkit-transform 0.5s;
          -webkit-transform: rotateX(90deg) translateZ(30px);
          -moz-transform: rotateX(90deg) translateZ(30px);
          transform: rotateX(90deg) translateZ(30px); }
        .section-6 .section-6-form-box form .form-button-box:hover p {
          -webkit-transform: translateY(30px) rotateX(90deg);
          -moz-transform: translateY(30px) rotateX(90deg);
          transform: translateY(30px) rotateX(90deg); }
        .section-6 .section-6-form-box form .form-button-box:hover button {
          -webkit-transform: translateZ(-32px) rotateX(0deg);
          -moz-transform: translateZ(-28px) rotateX(0deg);
          transform: translateZ(-28px) rotateX(0deg); }

/* /Section 6 */
/* Section 7 */
.section-7 {
  width: 100%;
  background: transparent url("../images/bg_section_7.jpg") center top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .section-7 .section-7-title-box {
    width: 100%;
    padding-top: 80px;
    text-align: center;
    margin-bottom: 65px; }
    .section-7 .section-7-title-box h2 {
      font-size: 29px;
      font-weight: 400;
      color: white;
      text-align: center;
      margin-bottom: 20px; }
    .section-7 .section-7-title-box p {
      font-size: 23px;
      font-weight: 400;
      display: inline-block;
      color: white;
      border-bottom: 1px solid #ffe400;
      padding: 0 20px 10px; }
  .section-7 .section-7-frame-box {
    width: 100%;
    margin-bottom: 45px; }
    .section-7 .section-7-frame-box .frame-title {
      width: 100%;
      margin-bottom: 80px; }
      .section-7 .section-7-frame-box .frame-title h3 {
        color: #ffe400;
        font-size: 52px;
        font-weight: 700;
        text-align: center; }
    .section-7 .section-7-frame-box .frame-item {
      width: 100%;
      -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-orient: horizontal;
      -moz-box-direction: reverse;
      flex-direction: row-reverse;
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      margin-bottom: 25px; }
      .section-7 .section-7-frame-box .frame-item .item-smal-col {
        width: 100%;
        max-width: 320px; }
        .section-7 .section-7-frame-box .frame-item .item-smal-col .item-smal {
          width: 100%;
          margin-bottom: 45px;
          /* max-height: 240px;*/
          /* height: 100%;*/ }
          .section-7 .section-7-frame-box .frame-item .item-smal-col .item-smal .item-title {
            margin-bottom: 10px; }
            .section-7 .section-7-frame-box .frame-item .item-smal-col .item-smal .item-title h3 {
              color: white;
              text-align: center;
              font-size: 18px;
              font-weight: 700; }
          .section-7 .section-7-frame-box .frame-item .item-smal-col .item-smal .iv-embed {
            /* width: 100%!important;*/
            /* height: 100%;*/
            height: 240px; }
          .section-7 .section-7-frame-box .frame-item .item-smal-col .item-smal .iv-v {
            height: 100%; }
            .section-7 .section-7-frame-box .frame-item .item-smal-col .item-smal .iv-v iframe {
              height: 100%;
              width: 100%; }
      .section-7 .section-7-frame-box .frame-item .item-big {
        max-width: 710px;
        width: 100%;
        max-height: 580px;
        /* border: 3px solid white;*/ }
        .section-7 .section-7-frame-box .frame-item .item-big iframe {
          width: 100%;
          border: 3px solid white;
          max-height: 580px; }
    .section-7 .section-7-frame-box .item-smal-row {
      width: 100%;
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
      .section-7 .section-7-frame-box .item-smal-row .item-smal {
        max-width: 320px;
        width: 100%;
        margin-bottom: 12px;
        /* max-height: 240px;*/
        /* height: 100%;*/ }
        .section-7 .section-7-frame-box .item-smal-row .item-smal.adapt {
          display: none; }
        .section-7 .section-7-frame-box .item-smal-row .item-smal .item-title {
          margin-bottom: 10px; }
          .section-7 .section-7-frame-box .item-smal-row .item-smal .item-title h3 {
            color: white;
            text-align: center;
            font-size: 18px;
            font-weight: 700; }
        .section-7 .section-7-frame-box .item-smal-row .item-smal .iv-embed {
          /* width: 100%!important;*/
          /* height: 100%;*/
          height: 240px; }
        .section-7 .section-7-frame-box .item-smal-row .item-smal .iv-v {
          height: 100%; }
          .section-7 .section-7-frame-box .item-smal-row .item-smal .iv-v iframe {
            height: 100%;
            width: 100%; }

/* /Section 7 */
/* footer */
.footer {
  width: 100%;
  padding: 0 0 15px;
  background: #eff9ff; }
  .footer .adapt {
    display: none; }
  .footer .footer-form-box {
    width: 100%; }
    .footer .footer-form-box .form-title {
      width: 100%;
      height: 69px;
      position: relative;
      z-index: 10; }
      .footer .footer-form-box .form-title h2 {
        color: black;
        font-size: 27px;
        font-weight: 400;
        display: inline-block;
        padding: 21px 26px;
        background-color: #ffe400;
        position: absolute;
        top: 35px;
        left: 65px; }
    .footer .footer-form-box form {
      width: 100%;
      max-width: 1105px;
      margin: 0 auto;
      position: relative;
      /* .form-title{*/
      /* 	position: relative;*/
      /* 	h2{*/
      /* 		color: black;*/
      /* 		font-size: 27px;*/
      /* 		font-weight: 400;*/
      /* 		display: inline-block;*/
      /* 		padding: 21px 26px;*/
      /* 		background-color: #ffe400;*/
      /* 		position: absolute;*/
      /* 	    top: 35px;*/
      /* 	    left: 30px;*/
      /* 	}*/
      /* }*/ }
      .footer .footer-form-box form textarea {
        height: 210px;
        width: 100%;
        padding: 60px 0 0 30px;
        background: #eff9ff; }
      .footer .footer-form-box form .form-button {
        position: relative;
        max-width: 223px;
        width: 100%;
        margin: 0 20px 0 auto;
        top: -35px; }
        .footer .footer-form-box form .form-button p {
          width: 223px;
          height: 69px;
          background-color: #2c84fb;
          color: white;
          font-size: 27px;
          font-weight: 400;
          border: none;
          text-align: center;
          line-height: 65px;
          -webkit-transform-style: preserve-3d;
          -moz-transform-style: preserve-3d;
          transform-style: preserve-3d;
          /* -webkit-transform: translateZ(-25px);*/
          /* transform: translateZ(-25px);*/
          transition: -webkit-transform 0.5s;
          -webkit-transition: -webkit-transform 0.5s;
          -o-transition: -o-transform 0.5s;
          -moz-transition: transform 0.5s, -moz-transform 0.5s;
          transition: transform 0.5s;
          transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
          transition: transform 0.5s, -webkit-transform 0.5s;
          -webkit-transform: rotateX(0deg) translateZ(-25px);
          -moz-transform: rotateX(0deg) translateZ(-25px);
          transform: rotateX(0deg) translateZ(-25px); }
        .footer .footer-form-box form .form-button button {
          position: absolute;
          width: 223px;
          height: 69px;
          background-color: #ff5400;
          color: white;
          font-size: 27px;
          font-weight: 400;
          border: none;
          top: 0;
          left: 0;
          transition: -webkit-transform 0.5s;
          -webkit-transition: -webkit-transform 0.5s;
          -o-transition: -o-transform 0.5s;
          -moz-transition: transform 0.5s, -moz-transform 0.5s;
          transition: transform 0.5s;
          transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
          transition: transform 0.5s, -webkit-transform 0.5s;
          -webkit-transform: rotateX(90deg) translateZ(35px);
          -moz-transform: rotateX(90deg) translateZ(35px);
          transform: rotateX(90deg) translateZ(35px); }
        .footer .footer-form-box form .form-button:hover p {
          -webkit-transform: translateY(32px) rotateX(90deg);
          -moz-transform: translateY(32px) rotateX(90deg);
          transform: translateY(32px) rotateX(90deg); }
        .footer .footer-form-box form .form-button:hover button {
          -webkit-transform: translateZ(-26px) rotateX(0deg);
          -moz-transform: translateZ(-26px) rotateX(0deg);
          transform: translateZ(-26px) rotateX(0deg); }
  .footer .footer-text-box {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
    padding: 0 35px; }
    .footer .footer-text-box .footer-text-left p {
      color: black;
      font-size: 14px;
      font-weight: 400;
      text-align: left;
      line-height: 21px; }
    .footer .footer-text-box .wrap_soc {
      width: 545px; }
      .footer .footer-text-box .wrap_soc .footer-text-center {
        float: left;
        padding-top: 55px; }
        .footer .footer-text-box .wrap_soc .footer-text-center a {
          color: #2c84fb;
          font-size: 45px;
          font-weight: 400; }
      .footer .footer-text-box .wrap_soc .footer-text-right {
        float: right;
        width: 100%;
        max-width: 160px; }
        .footer .footer-text-box .wrap_soc .footer-text-right .social-box {
          width: 100%;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          -webkit-box-pack: justify;
          -moz-box-pack: justify;
          justify-content: space-between;
          margin-bottom: 10px; }
          .footer .footer-text-box .wrap_soc .footer-text-right .social-box .social-button a {
            display: block; }
          .footer .footer-text-box .wrap_soc .footer-text-right .social-box .social-vk {
            width: 47px;
            height: 47px;
            background: transparent url("../images/icon_vk.png") center top no-repeat; }
          .footer .footer-text-box .wrap_soc .footer-text-right .social-box .social-facebook {
            width: 47px;
            height: 47px;
            background: transparent url("../images/icon_facebook.png") center top no-repeat; }
          .footer .footer-text-box .wrap_soc .footer-text-right .social-box .social-instagram {
            width: 47px;
            height: 47px;
            background: transparent url("../images/icon_instagram.png") center top no-repeat; }
        .footer .footer-text-box .wrap_soc .footer-text-right .button-news {
          margin-bottom: 20px; }
          .footer .footer-text-box .wrap_soc .footer-text-right .button-news a {
            display: block;
            width: 100%;
            height: 47px;
            border: 1px solid #2c84fb;
            color: #2c84fb;
            font-size: 21px;
            font-weight: 700;
            text-align: center;
            line-height: 40px; }
        .footer .footer-text-box .wrap_soc .footer-text-right .logo-motive {
          width: 111px;
          height: 36px;
          margin: 0 auto;
          background: transparent url("../images/logo-motiv.png") center top no-repeat;
          position: relative; }
          .footer .footer-text-box .wrap_soc .footer-text-right .logo-motive:after {
            content: 'создание сайта';
            position: absolute;
            left: -110px;
            top: 15px;
            color: black;
            font-size: 12px;
            font-weight: 400; }

/* /footer */
/* PoP Up */
#modal-1 {
  background: rgba(0, 0, 0, 0.5);
  max-width: 100%;
  width: 100%;
  height: 100%;
  padding-top: 8%; }
  #modal-1 .md-content {
    max-width: 553px;
    width: 100%;
    background-color: #ffe400;
    border: 10px solid white;
    position: relative; }
    #modal-1 .md-content .md-close {
      position: absolute;
      width: 34px;
      height: 34px;
      right: -25px;
      top: -25px;
      cursor: pointer;
      background: transparent url("../images/fancybox_sprite.png") center top no-repeat; }
    #modal-1 .md-content:before {
      content: '';
      position: absolute;
      display: block;
      left: 0;
      top: 45px;
      width: 0;
      height: 0;
      border-top: 20px solid transparent;
      border-left: 35px solid white;
      border-bottom: 20px solid transparent; }
    #modal-1 .md-content:after {
      content: '';
      position: absolute;
      display: block;
      right: 0;
      top: 45px;
      width: 0;
      height: 0;
      border-top: 20px solid transparent;
      border-right: 35px solid white;
      border-bottom: 20px solid transparent; }
    #modal-1 .md-content h5 {
      color: #2c84fb;
      text-align: center;
      font-size: 53px;
      font-weight: 700;
      line-height: 57px;
      padding-top: 40px;
      margin-bottom: 20px; }
    #modal-1 .md-content .contact-form-row {
      max-width: 500px;
      width: 100%;
      /* padding: 0 20px;*/
      margin: 0 auto; }
    #modal-1 .md-content input {
      width: 100%;
      height: 60px;
      border: 1px solid black;
      padding-left: 20px;
      /* border-radius: 5px;*/
      background-color: #ffe400;
      display: block;
      margin-bottom: 20px;
      color: black;
      font-size: 19px;
      font-weight: 400;
      /* margin: 0 auto;*/ }
    #modal-1 .md-content .contact-form-item {
      width: 100%;
      position: relative;
      margin-bottom: 30px; }
      #modal-1 .md-content .contact-form-item p {
        /* width: 223px;*/
        /* height: 60px;*/
        background-color: #2c84fb;
        color: white;
        font-size: 33px;
        font-weight: 400;
        border: none;
        text-align: center;
        line-height: 65px;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
        /* -webkit-transform: translateZ(-25px);*/
        /* transform: translateZ(-25px);*/
        transition: -webkit-transform 0.3s;
        -webkit-transition: -webkit-transform 0.3s;
        -o-transition: -o-transform 0.3s;
        -moz-transition: transform 0.3s, -moz-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
        -webkit-transform: rotateX(0deg) translateZ(-25px);
        -moz-transform: rotateX(0deg) translateZ(-25px);
        transform: rotateX(0deg) translateZ(-25px); }
      #modal-1 .md-content .contact-form-item button {
        width: 100%;
        height: 60px;
        /* margin-bottom: 30px;*/
        border: none;
        color: white;
        font-size: 33px;
        font-weight: 400;
        position: absolute;
        background-color: #ff5400;
        top: 0;
        left: 0;
        transition: -webkit-transform 0.3s;
        -webkit-transition: -webkit-transform 0.3s;
        -o-transition: -o-transform 0.3s;
        -moz-transition: transform 0.3s, -moz-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
        -webkit-transform: rotateX(90deg) translateZ(30px);
        -moz-transform: rotateX(90deg) translateZ(30px);
        transform: rotateX(90deg) translateZ(30px); }
      #modal-1 .md-content .contact-form-item:hover p {
        -webkit-transform: translateY(32px) rotateX(90deg);
        -moz-transform: translateY(25px) rotateX(90deg);
        transform: translateY(25px) rotateX(90deg); }
      #modal-1 .md-content .contact-form-item:hover button {
        -webkit-transform: translateZ(-32px) rotateX(0deg);
        -moz-transform: translateZ(-28px) rotateX(0deg);
        transform: translateZ(-28px) rotateX(0deg); }

#call_success {
  max-width: 553px;
  width: 100%;
  background-color: #ffe400;
  border: 10px solid white;
  padding: 55px 70px;
  color: #2c84fb;
  text-align: center;
  font-size: 38px;
  font-weight: 700; }

/* /PoP Up */
#modal-2 {
    background: rgba(0, 0, 0, 0.5);
    max-width: 100%;
    width: 100%;
    height: 100%;
    padding-top: 8%;
}
#modal-2 .md-content{
    max-width: 553px;
    width: 100%;
    background-color: #ffe400;
    border: 10px solid white;
    padding: 55px 70px;
    color: #2c84fb;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
}
#modal-2 .md-content .md-close {
    position: absolute;
    width: 34px;
    height: 34px;
    right: -25px;
    top: -25px;
    cursor: pointer;
    background: transparent url(../images/fancybox_sprite.png) center top no-repeat;
    padding: 0 0 0 0;
}