@charset "UTF-8";
.container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  font-family: 'Roboto', sans-serif; }

a,
button {
  text-decoration: none; }
  a:hover,
  button:hover {
    cursor: pointer; }

*:focus {
  outline: none; }

h3.title {
  color: #000000;
  font-size: 39px;
  font-weight: 900;
  line-height: 49px;
  text-transform: uppercase; }
  h3.title > span {
    color: #7ac31a; }

header {
  background-color: #171616; }
  header > .container {
    color: #fff;
    padding: 12px 0; }
    header > .container a {
      color: #fff; }
    header > .container .wrp-four-col {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      header > .container .wrp-four-col .one-col {
        width: 25%; }
        header > .container .wrp-four-col .one-col:nth-child(1) {
          max-width: 350px;
          width: 100%;
          display: flex;
          justify-content: space-between;
          align-items: center; }
          header > .container .wrp-four-col .one-col:nth-child(1) div {
            color: #ffffff;
            font-size: 18px;
            font-weight: 900;
            line-height: 18px;
            text-transform: uppercase; }
          header > .container .wrp-four-col .one-col:nth-child(1) p {
            color: #ffffff;
            font-size: 12px;
            font-weight: 300;
            line-height: 17px; }
        header > .container .wrp-four-col .one-col:nth-child(2) {
          max-width: 210px;
          width: 100%; }
          header > .container .wrp-four-col .one-col:nth-child(2) a {
            color: #ffffff;
            font-size: 16px;
            font-weight: 300;
            padding-left: 24px;
            position: relative; }
            header > .container .wrp-four-col .one-col:nth-child(2) a:before {
              background-image: url(../img/icon-email.png);
              display: block;
              width: 18px;
              height: 15px;
              position: absolute;
              content: "";
              left: 0;
              top: 2px; }
        header > .container .wrp-four-col .one-col:nth-child(3) {
          max-width: 140px;
          width: 100%; }
          header > .container .wrp-four-col .one-col:nth-child(3) ul li a {
            font-size: 16px;
            font-weight: 300;
            line-height: 23px; }
          header > .container .wrp-four-col .one-col:nth-child(3) ul li:nth-child(1) a, header > .container .wrp-four-col .one-col:nth-child(3) ul li:nth-child(2) a {
            color: #ffffff;
            position: relative; }
            header > .container .wrp-four-col .one-col:nth-child(3) ul li:nth-child(1) a:before, header > .container .wrp-four-col .one-col:nth-child(3) ul li:nth-child(2) a:before {
              background-image: url(../img/icon-phone.png);
              display: block;
              width: 15px;
              height: 15px;
              position: absolute;
              content: "";
              left: -20px;
              top: 0; }
        header > .container .wrp-four-col .one-col:nth-child(4) {
          max-width: 230px;
          width: 100%; }
          header > .container .wrp-four-col .one-col:nth-child(4) > a {
            color: #ffffff;
            font-size: 14px;
            font-weight: 900;
            text-transform: uppercase;
            max-width: 228px;
            width: 100%;
            height: 50px;
            box-shadow: -4px 5px 8px rgba(112, 160, 107, 0.48);
            background-color: #7ac31a;
            display: flex;
            border-radius: 5px;
            justify-content: center;
            align-items: center; }

section.one-section {
  background-image: url(../img/bg-01.jpg);
  background-position: 250% 0;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: -2px 11px 35px rgba(24, 24, 24, 0.16);
  padding: 85px 0 40px; }
  section.one-section .container .wrp-text {
    max-width: 450px;
    width: 100%; }
    section.one-section .container .wrp-text h1 {
      color: #000000;
      font-size: 40px;
      font-weight: 900;
      text-transform: uppercase;
      line-height: 48px;
      margin: 0 0 30px; }
      section.one-section .container .wrp-text h1 span {
        color: #7ac31a; }
    section.one-section .container .wrp-text h2 {
      font-size: 40px;
      font-weight: 300;
      line-height: 24px;
      margin: 0 0 50px; }
    section.one-section .container .wrp-text ul {
      margin: 0 0 60px; }
      section.one-section .container .wrp-text ul li {
        color: #7ac31a;
        font-size: 18px;
        font-weight: 900;
        position: relative;
        padding-left: 37px;
        margin: 0 0 35px; }
        section.one-section .container .wrp-text ul li:before {
          content: "";
          background-image: url(../img/icon-list.png);
          width: 23px;
          height: 23px;
          left: 0;
          position: absolute; }
    section.one-section .container .wrp-text p {
      color: #000000;
      font-size: 20px;
      font-weight: 700;
      line-height: 25px;
      margin: 0 0 25px; }
    section.one-section .container .wrp-text a {
      color: #ffffff;
      font-size: 18px;
      font-weight: 400;
      text-transform: uppercase;
      max-width: 308px;
      width: 100%;
      height: 60px;
      box-shadow: -4px 5px 8px rgba(112, 160, 107, 0.48);
      background-color: #7ac31a;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 5px; }

section.two-section {
  padding: 100px 0 0; }
  section.two-section .container:first-child {
    max-width: 1000px;
    padding: 0 0 140px 0; }
    section.two-section .container:first-child h3 {
      max-width: 940px;
      margin-bottom: 20px; }
    section.two-section .container:first-child .wrp-two-col {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      section.two-section .container:first-child .wrp-two-col .one-col:first-child h4 {
        color: #000000;
        font-size: 28px;
        font-weight: 300;
        margin: 0 0 35px; }
      section.two-section .container:first-child .wrp-two-col .one-col:first-child form {
        display: flex;
        flex-direction: column; }
        section.two-section .container:first-child .wrp-two-col .one-col:first-child form .wrp-brn-label {
          margin: 0 0 35px; }
          section.two-section .container:first-child .wrp-two-col .one-col:first-child form .wrp-brn-label input[type="radio"] {
            position: absolute;
            z-index: -1;
            opacity: 0;
            margin: 10px 0 0 7px; }
            section.two-section .container:first-child .wrp-two-col .one-col:first-child form .wrp-brn-label input[type="radio"] + label {
              position: relative;
              padding: 0 0 0 35px;
              cursor: pointer; }
              section.two-section .container:first-child .wrp-two-col .one-col:first-child form .wrp-brn-label input[type="radio"] + label:before {
                content: '';
                position: absolute;
                top: -3px;
                left: 0;
                width: 23px;
                height: 23px;
                border: 1px solid #7ac31a;
                background-color: #ffffff;
                border-radius: 5px; }
              section.two-section .container:first-child .wrp-two-col .one-col:first-child form .wrp-brn-label input[type="radio"] + label:after {
                content: '';
                position: absolute;
                top: 2px;
                left: 5px;
                width: 15px;
                height: 15px;
                background-color: #7ac31a;
                border-radius: 5px;
                box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
                opacity: 0;
                transition: .2s; }
            section.two-section .container:first-child .wrp-two-col .one-col:first-child form .wrp-brn-label input[type="radio"]:checked + label:after {
              opacity: 1; }
        section.two-section .container:first-child .wrp-two-col .one-col:first-child form label {
          color: #000000;
          font-size: 18px;
          font-weight: 300; }
      section.two-section .container:first-child .wrp-two-col .one-col:first-child a {
        max-width: 248px;
        height: 60px;
        box-shadow: -4px 5px 8px rgba(122, 195, 26, 0.48);
        background-color: #7ac31a;
        color: #ffffff;
        font-size: 18px;
        font-weight: 400;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        border-radius: 5px;
        margin: 0 0 28px; }
        section.two-section .container:first-child .wrp-two-col .one-col:first-child a:after {
          content: "";
          width: 9px;
          height: 17px;
          display: block;
          position: absolute;
          background-image: url(../img/icon-right.png);
          right: 17px;
          top: calc(50% - 8px); }
      section.two-section .container:first-child .wrp-two-col .one-col:last-child .wrp-arrow {
        height: 205px;
        width: 600px;
        box-shadow: -2px 11px 35px rgba(105, 170, 98, 0.32);
        background-color: #7ac31a;
        display: flex;
        align-items: center;
        justify-content: center; }
        section.two-section .container:first-child .wrp-two-col .one-col:last-child .wrp-arrow p {
          color: #ffffff;
          font-size: 28px;
          font-weight: 700;
          line-height: 34px; }
      section.two-section .container:first-child .wrp-two-col + p {
        color: #000000;
        font-size: 14px;
        font-weight: 300; }
  section.two-section .container:last-child {
    padding: 0 0 100px;
    max-width: 1000px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column; }
    section.two-section .container:last-child .ih-item.square.effect6 .info h3 {
      color: #ffffff;
      font-size: 23px;
      font-weight: 700;
      background-color: transparent;
      margin: 90px 0 20px 0; }
    section.two-section .container:last-child .ih-item.square.effect6 .info ul {
      list-style-type: disc;
      list-style-position: inside;
      padding-left: 20px; }
      section.two-section .container:last-child .ih-item.square.effect6 .info ul li {
        color: #ffffff;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 15px;
        text-align: left; }
    section.two-section .container:last-child .ih-item.square {
      width: inherit;
      height: inherit;
      box-shadow: none;
      border: 0; }
      section.two-section .container:last-child .ih-item.square a .img h3 {
        color: #ffffff;
        font-size: 25px;
        font-weight: 400;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, black 100%);
        background-image: -o-linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, black 100%);
        padding: 20px 0 20px;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        opacity: 1; }
      section.two-section .container:last-child .ih-item.square a:hover .img h3 {
        opacity: 0; }
    section.two-section .container:last-child h3 {
      margin: 0 0 30px; }
    section.two-section .container:last-child .wrp-two-col {
      display: flex;
      justify-content: space-around;
      align-items: center; }
      section.two-section .container:last-child .wrp-two-col .one-col {
        max-width: 490px;
        width: 100%;
        margin: 0 10px; }
        section.two-section .container:last-child .wrp-two-col .one-col:first-child {
          margin-left: 0; }
        section.two-section .container:last-child .wrp-two-col .one-col:last-child {
          margin-right: 0; }
    section.two-section .container:last-child .wrp-three-col {
      display: flex;
      justify-content: space-around;
      align-items: center;
      margin: 20px 0 0; }
      section.two-section .container:last-child .wrp-three-col .one-col {
        max-width: 322px;
        width: 100%;
        margin: 0 9px; }
        section.two-section .container:last-child .wrp-three-col .one-col:first-child {
          margin-left: 0; }
        section.two-section .container:last-child .wrp-three-col .one-col:last-child {
          margin-right: 0; }

section.three-section {
  background-image: url(../img/bg-02.jpg);
  background-size: cover;
  padding: 110px 0 150px; }
  section.three-section .container {
    max-width: 1000px;
    position: relative; }
    section.three-section .container:after {
      content: "";
      background-image: url(../img/icon-img.png);
      width: 394px;
      height: 202px;
      display: block;
      position: absolute;
      left: 100px;
      bottom: -230px; }
    section.three-section .container h3 {
      color: #ffffff;
      margin: 0 0 50px; }
    section.three-section .container .wrp-slider {
      background-color: #ffffff;
      padding: 40px 60px;
      width: calc(100% - 120px); }
      section.three-section .container .wrp-slider h4 {
        color: #000000;
        font-size: 22px;
        font-weight: 700;
        text-align: center;
        margin: 0 0 30px; }
      section.three-section .container .wrp-slider .wrp-two-col {
        display: flex;
        justify-content: space-around;
        align-items: flex-start; }
        section.three-section .container .wrp-slider .wrp-two-col .one-col:first-child {
          max-width: 454px;
          width: 100%; }
          section.three-section .container .wrp-slider .wrp-two-col .one-col:first-child .wrp-three-img {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin: 10px 0 0; }
          section.three-section .container .wrp-slider .wrp-two-col .one-col:first-child .two-img {
            justify-content: center; }
            section.three-section .container .wrp-slider .wrp-two-col .one-col:first-child .two-img a {
              margin: 0 5px; }
        section.three-section .container .wrp-slider .wrp-two-col .one-col:last-child {
          max-width: 290px;
          width: 100%;
          color: #000000; }
          section.three-section .container .wrp-slider .wrp-two-col .one-col:last-child h5 {
            font-size: 18px;
            font-weight: 700;
            line-height: 19px;
            margin: 0 0 15px; }
          section.three-section .container .wrp-slider .wrp-two-col .one-col:last-child p {
            font-size: 16px;
            font-weight: 300;
            line-height: 19px;
            margin: 0 0 20px; }
    section.three-section .container .wrp-task {
      float: right;
      box-shadow: -2px 11px 35px rgba(24, 24, 24, 0.16);
      background-color: #ffffff;
      max-width: 360px;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      border-radius: 5px;
      margin: -80px 30px 0 0;
      position: relative;
      z-index: 1; }
      section.three-section .container .wrp-task h5 {
        color: #ffffff;
        font-family: Roboto;
        font-size: 23px;
        font-weight: 700;
        background-color: #d94242;
        padding: 20px 0;
        text-align: center;
        width: 100%;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px; }
      section.three-section .container .wrp-task a {
        max-width: 288px;
        width: 100%;
        height: 60px;
        box-shadow: -4px 5px 8px rgba(112, 160, 107, 0.48);
        background-color: #7ac31a;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ffffff;
        font-size: 18px;
        font-weight: 400;
        text-transform: uppercase;
        border-radius: 5px;
        margin: 20px 0; }

section.four-section {
  padding: 150px 0 0; }
  section.four-section .container {
    max-width: 1000px;
    width: 100%; }
    section.four-section .container:nth-child(1) h3 {
      margin: 0 0 55px; }
    section.four-section .container:nth-child(1) .wrp-map {
      box-shadow: -4px 5px 8px rgba(112, 160, 107, 0.48);
      border-radius: 5px;
      height: 430px;
      display: flex;
      align-items: flex-end;
      overflow: hidden; }
      section.four-section .container:nth-child(1) .wrp-map iframe {
        width: 100%; }
        section.four-section .container:nth-child(1) .wrp-map iframe .i4ewOd-pzNkMb-haAclf {
          display: none; }
      section.four-section .container:nth-child(1) .wrp-map img {
        width: 100%; }
    section.four-section .container:nth-child(2) h3 {
      margin: 120px 0 45px; }
    section.four-section .container:nth-child(2) .wrp-articles {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      section.four-section .container:nth-child(2) .wrp-articles .wrp-article {
        max-width: 292px;
        width: 100%;
        box-shadow: -2px 11px 35px rgba(24, 24, 24, 0.16);
        margin: 0 0 40px; }
        section.four-section .container:nth-child(2) .wrp-articles .wrp-article .wrp-text {
          padding: 17px; }
          section.four-section .container:nth-child(2) .wrp-articles .wrp-article .wrp-text h4 {
            color: #000000;
            font-size: 16px;
            font-weight: 700;
            margin: 0 0 20px; }
          section.four-section .container:nth-child(2) .wrp-articles .wrp-article .wrp-text p {
            color: #000000;
            font-size: 14px;
            font-weight: 300;
            margin: 0 0 10px; }
  section.four-section .img-hangar {
    width: 100%;
    margin: -70px 0 0; }

section.five-section {
  padding: 150px 0 0; }
  section.five-section .container:first-child {
    max-width: 1000px; }
    section.five-section .container:first-child .wrp-blocks {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 95px 0 0; }
      section.five-section .container:first-child .wrp-blocks .wrp-block .wrp-img {
        margin: 0 0 20px; }
      section.five-section .container:first-child .wrp-blocks .wrp-block h4 {
        color: #000000;
        font-size: 18px;
        font-weight: 700;
        text-align: center; }
  section.five-section .container:last-child {
    height: 855px; }
    section.five-section .container:last-child .wrp-hangar {
      position: relative; }
      section.five-section .container:last-child .wrp-hangar > img {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 250px; }
      section.five-section .container:last-child .wrp-hangar .wrp-text-img {
        position: absolute; }
        section.five-section .container:last-child .wrp-hangar .wrp-text-img h5 {
          color: #141313;
          font-size: 18px;
          font-weight: 900;
          line-height: 21px; }
      section.five-section .container:last-child .wrp-hangar .wrp-text-1 {
        top: 130px;
        left: 590px; }
        section.five-section .container:last-child .wrp-hangar .wrp-text-1 h5 {
          position: absolute;
          right: -55px;
          top: 7px; }
      section.five-section .container:last-child .wrp-hangar .wrp-text-2 {
        top: 135px;
        right: 290px; }
        section.five-section .container:last-child .wrp-hangar .wrp-text-2 h5 {
          position: absolute;
          right: -105px;
          top: 5px; }
      section.five-section .container:last-child .wrp-hangar .wrp-text-3 {
        top: 340px;
        right: 250px; }
        section.five-section .container:last-child .wrp-hangar .wrp-text-3 h5 {
          position: absolute;
          right: -220px; }
      section.five-section .container:last-child .wrp-hangar .wrp-text-4 {
        top: 470px;
        right: 330px; }
        section.five-section .container:last-child .wrp-hangar .wrp-text-4 h5 {
          position: absolute;
          right: -210px;
          bottom: 0; }
      section.five-section .container:last-child .wrp-hangar .wrp-text-5 {
        top: 530px;
        right: 520px; }
        section.five-section .container:last-child .wrp-hangar .wrp-text-5 h5 {
          position: absolute;
          right: -160px;
          bottom: 0; }
      section.five-section .container:last-child .wrp-hangar .wrp-text-6 {
        top: 510px;
        right: 740px; }
        section.five-section .container:last-child .wrp-hangar .wrp-text-6 h5 {
          position: absolute;
          right: 50px;
          bottom: 0; }
      section.five-section .container:last-child .wrp-hangar .wrp-text-7 {
        top: 270px;
        right: 780px; }
        section.five-section .container:last-child .wrp-hangar .wrp-text-7 h5 {
          position: absolute;
          right: -10px;
          bottom: 95px; }
      section.five-section .container:last-child .wrp-hangar .wrp-text-8 {
        top: 150px;
        right: 610px; }
        section.five-section .container:last-child .wrp-hangar .wrp-text-8 h5 {
          position: absolute;
          right: 110px;
          bottom: 215px; }

section.six-section {
  background-image: url(../img/bg-04.jpg);
  background-size: cover;
  padding: 70px 0 60px; }
  section.six-section > .container:last-child {
    max-width: 1170px;
    position: relative; }
    section.six-section > .container:last-child:before {
      content: "";
      position: absolute;
      width: 435px;
      height: 135px;
      background-image: url(../img/icon-img-01.png);
      bottom: -150px;
      left: 150px; }
    section.six-section > .container:last-child .wrp-form {
      max-width: 357px;
      width: 100%;
      padding: 20px 45px;
      box-shadow: -2px 11px 35px rgba(24, 24, 24, 0.16);
      background-color: #ffffff;
      float: right;
      margin: -330px 0 0;
      border-radius: 5px; }
      section.six-section > .container:last-child .wrp-form > p {
        color: #141313;
        font-size: 12px;
        font-weight: 300;
        line-height: 15px;
        text-align: center;
        margin: 15px 0 0;
        width: calc(100% - 30px);
        padding: 0 15px 25px; }
        section.six-section > .container:last-child .wrp-form > p a {
          text-decoration: underline;
          display: block; }
      section.six-section > .container:last-child .wrp-form form {
        width: 100%;
        margin: 0 auto;
        padding: 0; }
        section.six-section > .container:last-child .wrp-form form p {
          display: flex;
          flex-direction: column;
          text-align: left; }
          section.six-section > .container:last-child .wrp-form form p label {
            color: #141313;
            font-size: 14px;
            font-weight: 300;
            margin: 0 0 5px; }
          section.six-section > .container:last-child .wrp-form form p input[type='text'] {
            width: calc(100% - 22px);
            border: 1px solid #cfcfcf;
            background-color: #ffffff;
            padding: 18px 10px;
            margin: 0 0 20px;
            border-radius: 5px; }
          section.six-section > .container:last-child .wrp-form form p input[type='submit'] {
            width: 363px;
            height: 60px;
            box-shadow: -4px 5px 8px rgba(112, 160, 107, 0.48);
            background-color: #7ac31a;
            border: 0;
            border-radius: 5px;
            color: #ffffff;
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase; }
          section.six-section > .container:last-child .wrp-form form p span {
            display: flex;
            flex-direction: column; }
  section.six-section .container {
    max-width: 935px; }
    section.six-section .container h3 {
      color: #ffffff; }
    section.six-section .container p {
      color: #ffffff;
      font-size: 19px;
      font-weight: 300;
      line-height: 24px;
      max-width: 450px;
      width: 100%; }
  section.six-section .wrp-line {
    height: 160px;
    background-color: #7ac31a;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 45px 0 50px; }
    section.six-section .wrp-line .container h4 {
      color: #ffffff;
      font-size: 29px;
      font-weight: 300;
      line-height: 35px;
      max-width: 540px; }
      section.six-section .wrp-line .container h4 strong {
        font-weight: 900; }

section.seven-section {
  padding: 225px 0 65px; }
  section.seven-section .container {
    max-width: 1010px; }
    section.seven-section .container h3 {
      max-width: 920px; }
    section.seven-section .container .wrp-three-col {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 75px 0 0; }
      section.seven-section .container .wrp-three-col > .one-col {
        max-width: 292px;
        width: 100%; }
        section.seven-section .container .wrp-three-col > .one-col a {
          position: relative; }
          section.seven-section .container .wrp-three-col > .one-col a:before {
            content: "";
            display: block;
            position: absolute;
            width: 51px;
            height: 51px;
            background-image: url(../img/play.png);
            top: calc(50% - 110px);
            right: calc(50% - 26px); }
        section.seven-section .container .wrp-three-col > .one-col img {
          width: 100%;
          border-radius: 5px; }
        section.seven-section .container .wrp-three-col > .one-col > p {
          color: #000000;
          font-size: 16px;
          font-weight: 400;
          line-height: 20px;
          font-style: italic;
          margin: 15px 0 0; }
      section.seven-section .container .wrp-three-col .wrp-two-col {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        section.seven-section .container .wrp-three-col .wrp-two-col .one-col {
          width: 100%; }
          section.seven-section .container .wrp-three-col .wrp-two-col .one-col:first-child h4 {
            color: #000000;
            font-size: 30px;
            font-weight: 900;
            text-transform: uppercase;
            text-align: center; }
          section.seven-section .container .wrp-three-col .wrp-two-col .one-col:last-child p {
            color: #000000;
            font-size: 14px;
            font-weight: 400;
            line-height: 18px; }

section.eight-section {
  background-image: url(../img/bg-05.jpg);
  background-size: cover;
  padding: 100px 0 50px; }
  section.eight-section .container {
    color: #ffffff;
    max-width: 1040px;
    position: relative; }
    section.eight-section .container:before {
      content: "";
      background-image: url(../img/icon-img-02.png);
      width: 364px;
      height: 226px;
      position: absolute;
      display: block;
      left: 160px;
      bottom: -180px; }
    section.eight-section .container h3 {
      color: #ffffff; }
    section.eight-section .container p {
      margin: 20px 0 55px; }
      section.eight-section .container p a {
        color: #fff; }
    section.eight-section .container > .wrp-two-col {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      section.eight-section .container > .wrp-two-col > .one-col:first-child > .wrp-two-col {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap; }
        section.eight-section .container > .wrp-two-col > .one-col:first-child > .wrp-two-col .one-col {
          width: calc(50% - 80px);
          margin: 0 0 75px;
          position: relative;
          padding: 0 0 0 80px; }
          section.eight-section .container > .wrp-two-col > .one-col:first-child > .wrp-two-col .one-col:before {
            content: "";
            display: block;
            position: absolute;
            left: 0; }
          section.eight-section .container > .wrp-two-col > .one-col:first-child > .wrp-two-col .one-col:nth-child(1):before {
            background-image: url(../img/icon-01.png);
            width: 65px;
            height: 62px; }
          section.eight-section .container > .wrp-two-col > .one-col:first-child > .wrp-two-col .one-col:nth-child(2):before {
            background-image: url(../img/icon-02.png);
            width: 50px;
            height: 63px; }
          section.eight-section .container > .wrp-two-col > .one-col:first-child > .wrp-two-col .one-col:nth-child(3):before {
            background-image: url(../img/icon-03.png);
            width: 58px;
            height: 56px; }
          section.eight-section .container > .wrp-two-col > .one-col:first-child > .wrp-two-col .one-col:nth-child(4):before {
            background-image: url(../img/icon-04.png);
            width: 62px;
            height: 61px; }
          section.eight-section .container > .wrp-two-col > .one-col:first-child > .wrp-two-col .one-col:nth-child(3), section.eight-section .container > .wrp-two-col > .one-col:first-child > .wrp-two-col .one-col:nth-child(4) {
            margin: 0; }
          section.eight-section .container > .wrp-two-col > .one-col:first-child > .wrp-two-col .one-col .wrp-text {
            max-width: 220px;
            width: 100%; }
            section.eight-section .container > .wrp-two-col > .one-col:first-child > .wrp-two-col .one-col .wrp-text h4 {
              color: #ffffff;
              font-size: 18px;
              font-weight: 700;
              margin: 0 0 17px; }
            section.eight-section .container > .wrp-two-col > .one-col:first-child > .wrp-two-col .one-col .wrp-text p {
              color: #ffffff;
              font-size: 14px;
              font-weight: 400;
              line-height: 17px; }
      section.eight-section .container > .wrp-two-col > .one-col:last-child p {
        text-align: center; }

section.nine-section {
  padding: 210px 0 0; }
  section.nine-section .container {
    background-image: url(../img/img-28.jpg);
    background-repeat: no-repeat;
    background-position: 100% 40%; }
    section.nine-section .container h3 {
      text-align: center; }
      section.nine-section .container h3:nth-child(1) {
        margin: 0 0 45px;
        display: none; }
      section.nine-section .container h3:nth-child(3) {
        margin: 0; }
    section.nine-section .container .wrp-two-col {
      display: flex;
      justify-content: center;
      align-items: center; }
      section.nine-section .container .wrp-two-col:nth-child(2) {
        display: none; }
        section.nine-section .container .wrp-two-col:nth-child(2) .one-col {
          max-width: 260px; }
          section.nine-section .container .wrp-two-col:nth-child(2) .one-col:first-child {
            margin: 0 55px 0 0; }
          section.nine-section .container .wrp-two-col:nth-child(2) .one-col:last-child {
            margin: 0 0 0 55px; }
      section.nine-section .container .wrp-two-col:nth-child(4) {
        margin: 50px 0 0; }
        section.nine-section .container .wrp-two-col:nth-child(4) .one-col {
          width: 50%;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column; }
          section.nine-section .container .wrp-two-col:nth-child(4) .one-col iframe {
            width: 100%;
            height: 400px; }
          section.nine-section .container .wrp-two-col:nth-child(4) .one-col ul li {
            margin: 0 0 15px;
            position: relative;
            padding: 0 0 0 35px; }
            section.nine-section .container .wrp-two-col:nth-child(4) .one-col ul li:before {
              background-image: url(../img/icon-phone-footer.png);
              display: block;
              width: 28px;
              height: 28px;
              position: absolute;
              content: "";
              left: 0;
              top: 2px; }
            section.nine-section .container .wrp-two-col:nth-child(4) .one-col ul li a {
              color: #000000;
              font-size: 30px;
              font-weight: 900;
              text-transform: uppercase; }
          section.nine-section .container .wrp-two-col:nth-child(4) .one-col > a {
            max-width: 308px;
            width: 100%;
            height: 60px;
            box-shadow: -4px 5px 8px rgba(112, 160, 107, 0.48);
            background-color: #7ac31a;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #ffffff;
            font-size: 18px;
            font-weight: 400;
            text-transform: uppercase;
            margin: 70px 0 0;
            border-radius: 5px; }

footer {
  background-color: #141414; }
  footer > .container {
    padding: 10px 0; }
    footer > .container .wrp-three-col {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      footer > .container .wrp-three-col .one-col {
        width: 33%; }
        footer > .container .wrp-three-col .one-col:nth-child(2) {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center; }
          footer > .container .wrp-three-col .one-col:nth-child(2) > a {
            color: #ffffff;
            font-size: 14px;
            font-weight: 400;
            text-decoration: underline;
            position: relative;
            padding: 0 0 0 25px; }
            footer > .container .wrp-three-col .one-col:nth-child(2) > a:before {
              background-image: url(../img/icon-email.png);
              display: block;
              width: 18px;
              height: 15px;
              position: absolute;
              content: "";
              left: 0;
              top: 2px; }
          footer > .container .wrp-three-col .one-col:nth-child(2) ul {
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 10px 0 0; }
            footer > .container .wrp-three-col .one-col:nth-child(2) ul li {
              margin: 0 10px 0; }
        footer > .container .wrp-three-col .one-col:nth-child(3) {
          text-align: right; }
          footer > .container .wrp-three-col .one-col:nth-child(3) > a {
            color: #ffffff;
            font-size: 14px;
            font-weight: 400;
            text-decoration: underline; }
  footer .copyright {
    background-color: #ffffff;
    padding: 5px 0; }
    footer .copyright .wrp-two-col {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      footer .copyright .wrp-two-col .one-col p {
        color: #111111;
        font-size: 14px;
        font-weight: 300; }
        footer .copyright .wrp-two-col .one-col p a {
          color: #7ac31a;
          text-decoration: underline;
          position: relative;
          padding: 0 0 0 20px; }
          footer .copyright .wrp-two-col .one-col p a:before {
            background-image: url(../img/icon-prize.png);
            display: block;
            width: 15px;
            height: 17px;
            position: absolute;
            content: "";
            left: 0;
            top: 2px; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  top: calc(50% - 22px);
  position: absolute; }

.owl-carousel .owl-nav button.owl-next {
  right: 0; }

.owl-carousel .owl-nav button.owl-prev {
  left: 0; }

.wrp-form {
  display: flex;
  flex-direction: column;
  max-width: 480px;
  font-family: Roboto;
  padding: 0;
  box-shadow: -2px 11px 35px rgba(24, 24, 24, 0.16);
  background-color: #ffffff;
  border-radius: 5px; }
  .wrp-form > p {
    color: #171616;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    padding: 0 35px 25px;
    text-align: center; }
    .wrp-form > p a {
      text-decoration: underline;
      color: #171616; }
  .wrp-form .fancybox-close-small {
    color: #7ac31a;
    border: 3px solid #7ac31a;
    background-color: #ffffff;
    border-radius: 50%; }
  .wrp-form h4 {
    color: #171616;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin: 25px 0; }
  .wrp-form ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 0 30px; }
    .wrp-form ul li {
      display: flex;
      justify-content: space-around;
      align-items: center;
      flex-direction: column;
      color: #171616;
      font-size: 16px;
      font-weight: 300;
      line-height: 18px; }
  .wrp-form h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 31px;
    background-color: #7ac31a;
    padding: 20px 40px;
    text-align: center; }
    .wrp-form h3 span {
      font-weight: 300;
      display: block; }
  .wrp-form form {
    display: flex;
    flex-direction: column;
    padding: 30px 35px 10px; }
    .wrp-form form + p {
      color: #171616;
      font-size: 12px;
      font-weight: 300;
      line-height: 18px;
      padding: 25px 35px;
      text-align: center; }
      .wrp-form form + p a {
        text-decoration: underline;
        color: #171616; }
    .wrp-form form .wrp-brn-labels {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .wrp-form form .wrp-brn-labels .wrp-brn-label {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 0 15px; }
        .wrp-form form .wrp-brn-labels .wrp-brn-label:last-child {
          margin: 0 0 15px 20px; }
        .wrp-form form .wrp-brn-labels .wrp-brn-label input[type="radio"] {
          position: absolute;
          z-index: -1;
          opacity: 0;
          margin: 10px 0 0 7px; }
          .wrp-form form .wrp-brn-labels .wrp-brn-label input[type="radio"] + label {
            position: relative;
            padding: 0 0 0 35px;
            cursor: pointer; }
            .wrp-form form .wrp-brn-labels .wrp-brn-label input[type="radio"] + label:before {
              content: '';
              position: absolute;
              top: -3px;
              left: 0;
              width: 23px;
              height: 23px;
              border: 1px solid #7ac31a;
              background-color: #ffffff;
              border-radius: 5px; }
            .wrp-form form .wrp-brn-labels .wrp-brn-label input[type="radio"] + label:after {
              content: '';
              position: absolute;
              top: 2px;
              left: 5px;
              width: 15px;
              height: 15px;
              background-color: #7ac31a;
              border-radius: 5px;
              box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
              opacity: 0;
              transition: .2s; }
          .wrp-form form .wrp-brn-labels .wrp-brn-label input[type="radio"]:checked + label:after {
            opacity: 1; }
    .wrp-form form label {
      color: #171616;
      font-size: 18px;
      font-weight: 300;
      margin: 0 0 13px; }
    .wrp-form form input[type="text"],
    .wrp-form form input[type="email"] {
      border: 1px solid #cccccc;
      width: 100%;
      color: #171616;
      font-size: 24px;
      font-weight: 300;
      font-family: Roboto;
      padding: 13px;
      margin: 0 0 25px;
      width: calc(100% - 28px); }
    .wrp-form form select {
      border: 1px solid #cccccc;
      width: 100%;
      color: #171616;
      font-size: 24px;
      font-weight: 300;
      font-family: Roboto;
      padding: 13px;
      margin: 0 0 25px; }
      .wrp-form form select option {
        color: #171616;
        font-size: 24px;
        font-weight: 300;
        font-family: Roboto; }
    .wrp-form form button,
    .wrp-form form input[type="submit"] {
      width: 421px;
      height: 60px;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 0;
      font-size: 18px;
      font-weight: 400;
      line-height: 23px;
      text-transform: uppercase;
      border-radius: 5px;
      width: 100%;
      text-align: center; }
      .wrp-form form button.next,
      .wrp-form form input[type="submit"].next {
        box-shadow: -4px 5px 8px rgba(122, 195, 26, 0.48);
        background-color: #7ac31a;
        color: #ffffff;
        margin: 0 0 15px;
        position: relative; }
        .wrp-form form button.next:after,
        .wrp-form form input[type="submit"].next:after {
          content: "";
          width: 9px;
          height: 17px;
          background-image: url(../img/icon-btn-white-arrow.png);
          position: absolute;
          right: 17px; }
      .wrp-form form button.prev,
      .wrp-form form input[type="submit"].prev {
        border: 1px solid #7ac31a;
        background-color: #ffffff;
        color: #7ac31a; }
        .wrp-form form button.prev:before,
        .wrp-form form input[type="submit"].prev:before {
          content: "";
          width: 9px;
          height: 17px;
          background-image: url(../img/icon-btn-green-arrow.png);
          position: absolute;
          left: 50px; }
    .wrp-form form #slider {
      margin: 0 0 40px;
      position: relative; }
      .wrp-form form #slider:before, .wrp-form form #slider:after {
        position: absolute;
        bottom: -25px; }
      .wrp-form form #slider:before {
        content: "10 М";
        left: -10px; }
      .wrp-form form #slider:after {
        right: -10px;
        content: "100 М"; }
      .wrp-form form #slider .ui-state-default {
        border-radius: 50%;
        background-color: #ffffff;
        border: 5px solid #7ac31a;
        padding: 8px;
        top: -8px; }
      .wrp-form form #slider .ui-widget-header {
        background-color: #7ac31a; }
    .wrp-form form p {
      color: #171616;
      font-size: 18px;
      font-weight: 700;
      text-align: center;
      margin: 0 0 20px; }
      .wrp-form form p.light {
        font-weight: 300; }

.wrp-hidden-privacy {
  max-width: 640px;
  width: 100%;
  padding: 0 20px; }
  .wrp-hidden-privacy h3 {
    font-size: 22px;
    margin-bottom: 20px; }
  .wrp-hidden-privacy p {
    font-size: 18px;
    margin-bottom: 10px; }

a:hover {
  cursor: pointer; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
