@font-face {
  font-family: 'TTNormsRegular';
  src: url("../fonts/TTNorms-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/TTNorms-Regular.otf") format("opentype"), url("../fonts/TTNorms-Regular.woff") format("woff"), url("../fonts/TTNorms-Regular.ttf") format("truetype"), url("../fonts/TTNorms-Regular.svg#TTNorms-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'TTNormsBold';
  src: url("../fonts/TTNorms-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/TTNorms-Bold.otf") format("opentype"), url("../fonts/TTNorms-Bold.woff") format("woff"), url("../fonts/TTNorms-Bold.ttf") format("truetype"), url("../fonts/TTNorms-Bold.svg#TTNorms-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'FuturaPTBook';
  src: url("../fonts/FuturaPT-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-Book.otf") format("opentype"), url("../fonts/FuturaPT-Book.woff") format("woff"), url("../fonts/FuturaPT-Book.ttf") format("truetype"), url("../fonts/FuturaPT-Book.svg#FuturaPT-Book") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'FuturaPTMedium';
  src: url("../fonts/FuturaPT-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-Medium.otf") format("opentype"), url("../fonts/FuturaPT-Medium.woff") format("woff"), url("../fonts/FuturaPT-Medium.ttf") format("truetype"), url("../fonts/FuturaPT-Medium.svg#FuturaPT-Medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'FuturaPTDemi';
  src: url("../fonts/FuturaPT-Demi.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-Demi.otf") format("opentype"), url("../fonts/FuturaPT-Demi.woff") format("woff"), url("../fonts/FuturaPT-Demi.ttf") format("truetype"), url("../fonts/FuturaPT-Demi.svg#FuturaPT-Demi") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'FuturaPTHeavy';
  src: url("../fonts/FuturaPT-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-Heavy.otf") format("opentype"), url("../fonts/FuturaPT-Heavy.woff") format("woff"), url("../fonts/FuturaPT-Heavy.ttf") format("truetype"), url("../fonts/FuturaPT-Heavy.svg#FuturaPT-Heavy") format("svg");
  font-weight: normal;
  font-style: normal; }

.close {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  overflow: hidden; }
  .close:hover::before, .close:hover::after {
    background-image: -webkit-gradient(linear, left top, right top, from(#05209A), color-stop(81%, #E605C1));
    background-image: -webkit-linear-gradient(left, #05209A 0%, #E605C1 81%);
    background-image: -o-linear-gradient(left, #05209A 0%, #E605C1 81%);
    background-image: linear-gradient(90deg, #05209A 0%, #E605C1 81%); }
  .close::before, .close::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background-image: -webkit-gradient(linear, left top, right top, from(#E605C1), color-stop(81%, #05209A));
    background-image: -webkit-linear-gradient(left, #E605C1 0%, #05209A 81%);
    background-image: -o-linear-gradient(left, #E605C1 0%, #05209A 81%);
    background-image: linear-gradient(90deg, #E605C1 0%, #05209A 81%); }
  .close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .close.big {
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3); }
  .close.hairline::before, .close.hairline::after {
    height: 1px; }
  .close.thick::before, .close.thick::after {
    height: 4px;
    margin-top: -2px; }
  .close.black::before, .close.black::after {
    height: 8px;
    margin-top: -4px; }
  .close.heavy::before, .close.heavy::after {
    height: 12px;
    margin-top: -6px; }
  .close.pointy::Before, .close.pointy::after {
    width: 200%;
    left: -50%; }
  .close.rounded::before, .close.rounded::after {
    border-radius: 5px; }
  .close.blades::before, .close.blades::after {
    border-radius: 5px 0; }
  .close.warp::before, .close.warp::after {
    border-radius: 120% 0; }
  .close.fat::before, .close.fat::after {
    border-radius: 100%; }

@-webkit-keyframes sheens {
  0%,
  79% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
    transform: rotateZ(60deg) translate(-5em, 7.5em); }
  80% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
    transform: rotateZ(60deg) translate(-5em, 7.5em); }
  95% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateZ(60deg) translate(1em, -11em);
    transform: rotateZ(60deg) translate(1em, -11em); }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: rotateZ(60deg) translate(1em, -9em);
    transform: rotateZ(60deg) translate(1em, -9em); } }

@keyframes sheens {
  0%,
  79% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
    transform: rotateZ(60deg) translate(-5em, 7.5em); }
  80% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
    transform: rotateZ(60deg) translate(-5em, 7.5em); }
  95% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateZ(60deg) translate(1em, -11em);
    transform: rotateZ(60deg) translate(1em, -11em); }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: rotateZ(60deg) translate(1em, -9em);
    transform: rotateZ(60deg) translate(1em, -9em); } }

.container {
  max-width: 1005px;
  margin: 0 auto; }
  .container .wrap {
    padding: 0 24px; }

.flash-messages-container {
  font: 17px/18px FuturaPTBook; }
  .flash-messages-container ul {
    font: 17px/18px FuturaPTBook; }

input.error, textarea.error {
  border-color: #f00 !important;
  color: #f00 !important; }
  input.error::-webkit-input-placeholder, textarea.error::-webkit-input-placeholder {
    color: #f00 !important; }
  input.error:-moz-placeholder, textarea.error:-moz-placeholder {
    color: #f00 !important; }
  input.error::-moz-placeholder, textarea.error::-moz-placeholder {
    color: #f00 !important; }
  input.error:-ms-input-placeholder, textarea.error:-ms-input-placeholder {
    color: #f00 !important; }

.modalFeedback {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1234;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s; }
  .modalFeedback.active {
    opacity: 1;
    visibility: visible; }
  .modalFeedback i.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1; }
  .modalFeedback .container {
    position: relative;
    z-index: 2; }
    .modalFeedback .container .wrap {
      max-width: 380px;
      margin: 0 auto;
      background-color: #ffffff;
      padding: 35px 40px; }
      .modalFeedback .container .wrap a.close {
        position: absolute;
        top: 0;
        right: 0;
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5); }
      .modalFeedback .container .wrap form {
        margin-bottom: 23px; }
        .modalFeedback .container .wrap form input {
          border-bottom: 1px solid #bfbfbf;
          border-left: 0 none;
          border-right: 0 none;
          border-top: 0 none;
          width: 100%;
          padding: 16px 0 14px 0;
          margin-bottom: 10px;
          font: 17px/18px TTNormsRegular;
          color: rgba(56, 56, 56, 0.45);
          display: block;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          -webkit-box-shadow: none;
          box-shadow: none;
          border-radius: 0;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none; }
          .modalFeedback .container .wrap form input::-webkit-input-placeholder {
            line-height: 18px;
            color: rgba(56, 56, 56, 0.45); }
          .modalFeedback .container .wrap form input:-moz-placeholder {
            line-height: 18px;
            color: rgba(56, 56, 56, 0.45); }
          .modalFeedback .container .wrap form input::-moz-placeholder {
            line-height: 18px;
            color: rgba(56, 56, 56, 0.45); }
          .modalFeedback .container .wrap form input:-ms-input-placeholder {
            line-height: 18px;
            color: rgba(56, 56, 56, 0.45); }
          .modalFeedback .container .wrap form input::-ms-clear {
            display: none; }
          .modalFeedback .container .wrap form input::-ms-value {
            margin-left: 0;
            margin-right: 0; }
        .modalFeedback .container .wrap form input[name=user_phone] {
          text-align: left;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          padding: 0 0 7px;
          padding-left: 120px !important;
          line-height: 38px; }
        .modalFeedback .container .wrap form .phone-contry {
          position: relative;
          z-index: 200;
          font-size: 14px; }
        .modalFeedback .container .wrap form .phone-contry.active .contry-info:before {
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
        .modalFeedback .container .wrap form .phone-contry .contry-info {
          width: 100px;
          cursor: pointer;
          position: absolute;
          top: 5px;
          left: 0;
          z-index: 100; }
        .modalFeedback .container .wrap form .phone-contry .contry-info:before {
          content: "";
          width: 10px;
          height: 14px;
          background-image: url(../images/arrow.svg);
          position: absolute;
          top: 2px;
          right: 0;
          bottom: 0;
          margin: auto 0;
          -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
          -webkit-transition: -webkit-transform .3s;
          transition: -webkit-transform .3s;
          -o-transition: transform .3s;
          transition: transform .3s;
          transition: transform .3s, -webkit-transform .3s; }
        .modalFeedback .container .wrap form .phone-contry .contry-info .contry-info-flag {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          margin: auto 0; }
        .modalFeedback .container .wrap form .phone-contry .contry-info .contry-info-number {
          text-align: center;
          line-height: 29px; }
        .modalFeedback .container .wrap form .phone-contry .contry-block {
          width: 100%;
          height: 204px;
          overflow: hidden;
          position: absolute;
          left: 0;
          text-align: left;
          padding: 10px 0;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          border: 1px solid #000;
          border: 1px solid rgba(0, 0, 0, 0.2);
          z-index: 100;
          display: none;
          background-color: #ffffff; }
        .modalFeedback .container .wrap form .phone-contry .contry-block .scrollbar-inner {
          height: 184px; }
        .modalFeedback .container .wrap form .phone-contry .contry-block .contry {
          height: 50px;
          line-height: 52px;
          position: relative;
          border-top: 1px solid rgba(0, 0, 0, 0.2);
          margin: 0 20px;
          cursor: pointer; }
        .modalFeedback .container .wrap form .phone-contry .contry-block .contry:first-child {
          border-top: none;
          height: 40px;
          line-height: 40px; }
        .modalFeedback .container .wrap form .phone-contry .contry-block .contry:last-child {
          height: 40px;
          line-height: 40px; }
        .modalFeedback .container .wrap form .phone-contry .contry-block .contry img {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 10px;
          margin: auto 0; }
        .modalFeedback .container .wrap form .phone-contry .contry-block .contry .contry-number {
          width: 40px;
          font-size: 14px;
          display: inline-block;
          margin-left: 50px; }
        .modalFeedback .container .wrap form .phone-contry .contry-block .contry .contry-name {
          font-weight: 700;
          font-size: 14px;
          display: inline-block; }
        .modalFeedback .container .wrap form button.btn {
          font: 14px/14px FuturaPTDemi;
          color: #ffffff;
          letter-spacing: 0.100em;
          text-transform: uppercase;
          border: 0 none;
          -webkit-box-shadow: none;
          box-shadow: none;
          cursor: pointer;
          position: relative;
          border-radius: 35px;
          background: url(../images/section2-btn-pattern.png) no-repeat center center;
          background-size: contain;
          width: 272px;
          height: 70px;
          margin: 35px auto 0 auto;
          display: block;
          opacity: 1;
          top: 0;
          -webkit-transition: all 200ms ease 0s;
          -o-transition: all 200ms ease 0s;
          transition: all 200ms ease 0s; }
          .modalFeedback .container .wrap form button.btn:after {
            position: absolute;
            content: "";
            top: -1px;
            left: 0;
            width: 100%;
            height: 100%;
            border-radius: 35px;
            -webkit-box-shadow: 0px 10px 28px -6px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 10px 28px -6px rgba(0, 0, 0, 0.3); }
          .modalFeedback .container .wrap form button.btn:hover {
            opacity: 0.9;
            top: -2px; }
            .modalFeedback .container .wrap form button.btn:hover:after {
              -webkit-box-shadow: 0px 20px 28px -6px rgba(0, 0, 0, 0.3);
              box-shadow: 0px 20px 28px -6px rgba(0, 0, 0, 0.3); }
      .modalFeedback .container .wrap .notes {
        font: 12px/14px FuturaPTBook;
        color: #a0a0a0;
        display: block; }
        .modalFeedback .container .wrap .notes a {
          font: 12px/14px FuturaPTBook;
          color: #a0a0a0;
          -webkit-transition: color 200ms ease 0s;
          -o-transition: color 200ms ease 0s;
          transition: color 200ms ease 0s; }
          .modalFeedback .container .wrap .notes a:hover {
            color: #7f2dda; }

.modalAgreement {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1234;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s; }
  .modalAgreement.active {
    opacity: 1;
    visibility: visible; }
  .modalAgreement i.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1; }
  .modalAgreement .container {
    position: absolute;
    z-index: 2;
    top: 30px;
    margin-bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%; }
    .modalAgreement .container .wrap {
      margin: 0 auto;
      background-color: #ffffff;
      padding: 35px 40px; }
      .modalAgreement .container .wrap a.close {
        position: absolute;
        top: 0;
        right: 0;
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5); }
      .modalAgreement .container .wrap .confident {
        font-family: FuturaPTBook,Arial,sans-serif; }
        .modalAgreement .container .wrap .confident .confident-title {
          font-size: 30px; }
        .modalAgreement .container .wrap .confident .confident-p.bold, .modalAgreement .container .wrap .confident .confident-title {
          font-family: TTNormsBold, Arial, sans-serif; }
        .modalAgreement .container .wrap .confident .confident-p, .modalAgreement .container .wrap .confident .confident-p-title {
          font-size: 16px; }
        .modalAgreement .container .wrap .confident .confident-data {
          position: absolute;
          top: 20px;
          left: 30px;
          display: none; }
        .modalAgreement .container .wrap .confident .confident-title {
          text-align: center; }
        .modalAgreement .container .wrap .confident .confident-subtitle {
          color: #777;
          text-align: left;
          line-height: 1.5; }
        .modalAgreement .container .wrap .confident .confident-p {
          line-height: 1.5;
          text-align: left;
          padding-bottom: 5px; }
        .modalAgreement .container .wrap .confident .confident-p-title {
          font-weight: 700;
          padding: 20px 0 10px;
          text-align: center;
          line-height: 1.5; }
        .modalAgreement .container .wrap .confident ul {
          padding: 0 0 15px 30px; }
          .modalAgreement .container .wrap .confident ul li {
            list-style: circle;
            padding-top: 10px; }

.modalVideo {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1234;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s; }
  .modalVideo.active {
    opacity: 1;
    visibility: visible; }
  .modalVideo i.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1; }
  .modalVideo .container {
    position: absolute;
    z-index: 2;
    top: 30px;
    margin-bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%; }
    .modalVideo .container .wrap {
      margin: 0 auto;
      padding: 20px; }
      .modalVideo .container .wrap .close {
        position: absolute;
        top: -20px;
        right: 5px;
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5); }
        .modalVideo .container .wrap .close:before, .modalVideo .container .wrap .close:after {
          background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(81%, #ffffff));
          background-image: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 81%);
          background-image: -o-linear-gradient(left, #ffffff 0%, #ffffff 81%);
          background-image: linear-gradient(90deg, #ffffff 0%, #ffffff 81%);
          opacity: 0.7;
          -webkit-transition: all 200ms ease 0s;
          -o-transition: all 200ms ease 0s;
          transition: all 200ms ease 0s; }
        .modalVideo .container .wrap .close:hover:before, .modalVideo .container .wrap .close:hover:after {
          background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(81%, #ffffff));
          background-image: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 81%);
          background-image: -o-linear-gradient(left, #ffffff 0%, #ffffff 81%);
          background-image: linear-gradient(90deg, #ffffff 0%, #ffffff 81%);
          opacity: 1; }
      .modalVideo .container .wrap .lists .item iframe {
        width: 100%;
        min-height: 500px;
        border: 0 none; }

@media only screen and (max-width: 900px) {
  .animateme {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    opacity: 1 !important; } }

html {
  height: 100%;
  -webkit-font-smoothing: antialiased; }

img {
  border: 0;
  max-width: 100%; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  margin: 0;
  padding: 0; }

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

body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #ffffff;
  font: 400 18px/28px 'PT Sans', sans-serif;
  color: #666666; }

* {
  outline: 0 !important; }

.wrapper {
  min-height: 100%; }

*::-moz-selection {
  /* Code for Firefox */
  background-color: #7f2dda;
  color: #ffffff; }

*::selection {
  background-color: #7f2dda;
  color: #ffffff; }

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 17px 0; }
  header .container .wrap {
    font-size: 0; }
    header .container .wrap .col-left {
      width: 50%;
      display: inline-block;
      vertical-align: middle; }
      header .container .wrap .col-left a {
        text-decoration: none;
        cursor: default;
        pointer-events: none; }
    header .container .wrap .col-right {
      width: 50%;
      display: inline-block;
      vertical-align: middle;
      text-align: right; }
      header .container .wrap .col-right a {
        display: inline-block;
        font: 20px/20px FuturaPTBook;
        color: rgba(255, 255, 255, 0.5);
        text-decoration: none; }
        header .container .wrap .col-right a.btn {
          display: inline-block;
          line-height: 36px;
          font-size: 19px;
          color: #a684d6;
          background: #4c08ad;
          padding: 0 19px;
          border-top: 1px solid #7039bd;
          border-radius: 15px;
          -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
          margin-top: 10px;
          -webkit-transition: background 200ms ease 0s;
          -o-transition: background 200ms ease 0s;
          transition: background 200ms ease 0s; }
          header .container .wrap .col-right a.btn:hover {
            background: #5421c3; }

@media only screen and (max-width: 900px) {
  header .container .wrap .col-left {
    width: 100%;
    text-align: center; }
  header .container .wrap .col-right {
    display: none; } }

.section1 {
  padding-top: 170px;
  padding-bottom: 60px; }
  .section1 .container .wrap {
    font-size: 0; }
    .section1 .container .wrap .col-left {
      width: 20%;
      display: inline-block;
      vertical-align: top;
      padding-top: 10px; }
      .section1 .container .wrap .col-left p {
        font: 15px/19px FuturaPTBook;
        color: #ffffff;
        letter-spacing: 0.020em; }
    .section1 .container .wrap .col-right {
      width: 80%;
      display: inline-block;
      vertical-align: top; }
      .section1 .container .wrap .col-right .wraps {
        padding-left: 25px;
        padding-right: 0; }
        .section1 .container .wrap .col-right .wraps h1 {
          font: 40px/49px TTNormsBold;
          color: #ffffff;
          margin-bottom: 30px; }
        .section1 .container .wrap .col-right .wraps .btn {
          font: 14px/14px FuturaPTDemi;
          color: #ffffff;
          text-decoration: none;
          text-transform: uppercase;
          letter-spacing: 0.100em;
          display: inline-block;
          border-radius: 60px;
          background: url(../images/test.png) no-repeat center center;
          background-size: contain;
          width: 273px;
          height: 70px;
          margin-bottom: 10px;
          text-align: center;
          position: relative;
          opacity: 1;
          top: 0;
          -webkit-transition: all 200ms ease 0s;
          -o-transition: all 200ms ease 0s;
          transition: all 200ms ease 0s; }
          .section1 .container .wrap .col-right .wraps .btn span {
            position: relative;
            top: 28px; }
            .section1 .container .wrap .col-right .wraps .btn span.flare {
              width: 100%;
              height: 70px;
              overflow: hidden;
              border-radius: 100px;
              position: absolute;
              top: 0;
              left: 0; }
              .section1 .container .wrap .col-right .wraps .btn span.flare:after {
                content: "";
                position: absolute;
                top: -50%;
                right: -50%;
                bottom: -50%;
                left: -50%;
                background: -webkit-gradient(linear, left top, left bottom, from(#e5ac8e), color-stop(50%, #fff), color-stop(50%, #e5ac8e));
                background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 172, 142, 0)), color-stop(50%, rgba(255, 255, 255, 0.7)), color-stop(50%, rgba(229, 172, 142, 0)));
                background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 172, 142, 0)), color-stop(50%, rgba(255, 255, 255, 0.7)), to(rgba(229, 172, 142, 0)));
                background: -webkit-linear-gradient(top, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.7) 50%, rgba(229, 172, 142, 0));
                background: -o-linear-gradient(top, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.7) 50%, rgba(229, 172, 142, 0));
                background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.7) 50%, rgba(229, 172, 142, 0));
                -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
                -ms-transform: rotate(60deg) translate(-5em, 7.5em);
                transform: rotateZ(60deg) translate(-5em, 7.5em);
                opacity: 0;
                filter: alpha(opacity=0);
                -webkit-animation: sheens 3s infinite;
                animation: sheens 3s infinite;
                z-index: 100; }
          .section1 .container .wrap .col-right .wraps .btn:after {
            position: absolute;
            content: "";
            top: -5px;
            left: 0;
            width: 100%;
            height: 100%;
            border-radius: 30px;
            -webkit-box-shadow: 0px 10px 28px -6px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 10px 28px -6px rgba(0, 0, 0, 0.3);
            -webkit-transition: -webkit-box-shadow 200ms ease 0s;
            transition: -webkit-box-shadow 200ms ease 0s;
            -o-transition: box-shadow 200ms ease 0s;
            transition: box-shadow 200ms ease 0s;
            transition: box-shadow 200ms ease 0s, -webkit-box-shadow 200ms ease 0s; }
          .section1 .container .wrap .col-right .wraps .btn:hover {
            opacity: 0.9;
            top: -2px; }
            .section1 .container .wrap .col-right .wraps .btn:hover:after {
              -webkit-box-shadow: 0px 20px 28px -6px rgba(0, 0, 0, 0.3);
              box-shadow: 0px 20px 28px -6px rgba(0, 0, 0, 0.3); }
        .section1 .container .wrap .col-right .wraps .notes {
          display: block;
          font: 15px/19px FuturaPTBook;
          letter-spacing: 0.020em;
          color: rgba(255, 255, 255, 0.55);
          letter-spacing: 0.020em; }

@media only screen and (max-width: 992px) {
  .section1 .container .wrap .col-right .wraps {
    padding-right: 0; } }

@media only screen and (max-width: 900px) {
  .section1 .container .wrap .col-left {
    display: none; }
  .section1 .container .wrap .col-right {
    width: 100%;
    text-align: center; } }

@media only screen and (max-width: 640px) {
  .section1 .container .wrap .col-right .wraps {
    padding-left: 0; }
  .section1 .container .wrap .col-right .wraps h1 {
    font-size: 24px;
    line-height: 34px; } }

@media only screen and (max-width: 420px) {
  .section1 .container .wrap .col-right .wraps h1 {
    font-size: 21px;
    line-height: 27px; }
  .section1 .container .wrap .col-right .wraps h1 br {
    display: none; }
  .section1 .container .wrap .col-right .wraps .btn {
    width: 100%;
    height: 70px;
    background-size: cover; }
  .section1 .container .wrap .col-right .wraps .btn:after {
    top: -5px; }
  .section1 .container .wrap .col-right .wraps .btn span {
    top: 30px; } }

.section2 {
  padding-top: 70px;
  padding-bottom: 80px; }
  .section2 .container .wrap {
    font-size: 0; }
    .section2 .container .wrap .col-left {
      width: 60%;
      display: inline-block;
      vertical-align: top; }
      .section2 .container .wrap .col-left .wraps h2 {
        font: 34px/45px TTNormsBold;
        color: #5209af;
        margin-bottom: 30px;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdHlsZT0ic3RvcC1jb2xvcjojRTYwNUMxOyIgLz48c3RvcCBvZmZzZXQ9IjgxJSIgc3R5bGU9InN0b3AtY29sb3I6IzA1MjA5QTsiIC8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgZmlsbD0idXJsKCNncmFkaWVudCkiIGhlaWdodD0iMTAwJSIgd2lkdGg9IjEwMCUiIC8+PC9zdmc+);
        background-image: -webkit-gradient(linear, left top, 90deg, color-stop(0%, #E605C1), color-stop(81%, #05209A));
        background-image: -moz-linear-gradient(90deg, #E605C1 0%, #05209A 81%);
        background-image: -webkit-linear-gradient(90deg, #E605C1 0%, #05209A 81%);
        background-image: -o-linear-gradient(90deg, #E605C1 0%, #05209A 81%);
        background-image: -ms-linear-gradient(90deg, #E605C1 0%, #05209A 81%);
        background-image: -webkit-gradient(linear, left top, right top, from(#E605C1), color-stop(81%, #05209A));
        background-image: -webkit-linear-gradient(left, #E605C1 0%, #05209A 81%);
        background-image: -o-linear-gradient(left, #E605C1 0%, #05209A 81%);
        background-image: linear-gradient(90deg, #E605C1 0%, #05209A 81%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        position: relative;
        display: inline-block;
        /*required*/ }
      .section2 .container .wrap .col-left .wraps img {
        -webkit-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        transition: all 1s ease 0s; }
    .section2 .container .wrap .col-right {
      width: 40%;
      display: inline-block;
      vertical-align: top; }
      .section2 .container .wrap .col-right .wraps {
        -webkit-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        transition: all 1s ease 0s; }
        .section2 .container .wrap .col-right .wraps form {
          padding: 35px 40px;
          margin-bottom: 23px;
          background-color: #ffffff;
          -webkit-box-shadow: 0px 27px 31px 0px rgba(0, 0, 0, 0.29);
          box-shadow: 0px 27px 31px 0px rgba(0, 0, 0, 0.29); }
          .section2 .container .wrap .col-right .wraps form input {
            border-bottom: 1px solid #bfbfbf;
            border-left: 0 none;
            border-right: 0 none;
            border-top: 0 none;
            width: 100%;
            padding: 16px 0 14px 0;
            margin-bottom: 10px;
            font: 17px/18px TTNormsRegular;
            color: rgba(56, 56, 56, 0.45);
            display: block;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-radius: 0;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none; }
            .section2 .container .wrap .col-right .wraps form input::-webkit-input-placeholder {
              line-height: 18px;
              color: rgba(56, 56, 56, 0.45); }
            .section2 .container .wrap .col-right .wraps form input:-moz-placeholder {
              line-height: 18px;
              color: rgba(56, 56, 56, 0.45); }
            .section2 .container .wrap .col-right .wraps form input::-moz-placeholder {
              line-height: 18px;
              color: rgba(56, 56, 56, 0.45); }
            .section2 .container .wrap .col-right .wraps form input:-ms-input-placeholder {
              line-height: 18px;
              color: rgba(56, 56, 56, 0.45); }
            .section2 .container .wrap .col-right .wraps form input::-ms-clear {
              display: none; }
            .section2 .container .wrap .col-right .wraps form input::-ms-value {
              margin-left: 0;
              margin-right: 0; }
          .section2 .container .wrap .col-right .wraps form input[name=user_phone] {
            text-align: left;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding: 0 0 7px;
            padding-left: 120px !important;
            line-height: 38px; }
          .section2 .container .wrap .col-right .wraps form .phone-contry {
            position: relative;
            z-index: 200;
            font-size: 14px;
            margin-bottom: 30px; }
          .section2 .container .wrap .col-right .wraps form .phone-contry.active .contry-info:before {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
          .section2 .container .wrap .col-right .wraps form .phone-contry .contry-info {
            width: 100px;
            cursor: pointer;
            position: absolute;
            top: 10px;
            left: 0;
            z-index: 100; }
          .section2 .container .wrap .col-right .wraps form .phone-contry .contry-info:before {
            content: "";
            width: 10px;
            height: 14px;
            background-image: url(../images/arrow.svg);
            position: absolute;
            top: 2px;
            right: 0;
            bottom: 0;
            margin: auto 0;
            -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
            -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            -o-transition: transform .3s;
            transition: transform .3s;
            transition: transform .3s, -webkit-transform .3s; }
          .section2 .container .wrap .col-right .wraps form .phone-contry .contry-info .contry-info-flag {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            margin: auto 0; }
          .section2 .container .wrap .col-right .wraps form .phone-contry .contry-info .contry-info-number {
            text-align: center;
            line-height: 29px; }
          .section2 .container .wrap .col-right .wraps form .phone-contry .contry-block {
            width: 100%;
            height: 204px;
            overflow: hidden;
            position: absolute;
            left: 0;
            text-align: left;
            padding: 10px 0;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border: 1px solid #000;
            border: 1px solid rgba(0, 0, 0, 0.2);
            z-index: 100;
            display: none;
            background-color: #ffffff; }
          .section2 .container .wrap .col-right .wraps form .phone-contry .contry-block .scrollbar-inner {
            height: 184px; }
          .section2 .container .wrap .col-right .wraps form .phone-contry .contry-block .contry {
            height: 50px;
            line-height: 52px;
            position: relative;
            border-top: 1px solid rgba(0, 0, 0, 0.2);
            margin: 0 20px;
            cursor: pointer; }
          .section2 .container .wrap .col-right .wraps form .phone-contry .contry-block .contry:first-child {
            border-top: none;
            height: 40px;
            line-height: 40px; }
          .section2 .container .wrap .col-right .wraps form .phone-contry .contry-block .contry:last-child {
            height: 40px;
            line-height: 40px; }
          .section2 .container .wrap .col-right .wraps form .phone-contry .contry-block .contry img {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 10px;
            margin: auto 0; }
          .section2 .container .wrap .col-right .wraps form .phone-contry .contry-block .contry .contry-number {
            width: 40px;
            font-size: 14px;
            display: inline-block;
            margin-left: 50px; }
          .section2 .container .wrap .col-right .wraps form .phone-contry .contry-block .contry .contry-name {
            font-weight: 700;
            font-size: 14px;
            display: inline-block; }
          .section2 .container .wrap .col-right .wraps form button.btn {
            font: 14px/14px FuturaPTDemi;
            color: #ffffff;
            letter-spacing: 0.100em;
            text-transform: uppercase;
            border: 0 none;
            -webkit-box-shadow: none;
            box-shadow: none;
            cursor: pointer;
            position: relative;
            border-radius: 35px;
            background: url(../images/section2-btn-pattern.png) no-repeat center center;
            background-size: contain;
            width: 272px;
            height: 70px;
            margin: 35px auto 0 auto;
            display: block;
            opacity: 1;
            top: 0;
            -webkit-transition: all 200ms ease 0s;
            -o-transition: all 200ms ease 0s;
            transition: all 200ms ease 0s; }
            .section2 .container .wrap .col-right .wraps form button.btn:after {
              position: absolute;
              content: "";
              top: -1px;
              left: 0;
              width: 100%;
              height: 100%;
              border-radius: 35px;
              -webkit-box-shadow: 0px 10px 28px -6px rgba(0, 0, 0, 0.3);
              box-shadow: 0px 10px 28px -6px rgba(0, 0, 0, 0.3);
              -webkit-transition: -webkit-box-shadow 200ms ease 0s;
              transition: -webkit-box-shadow 200ms ease 0s;
              -o-transition: box-shadow 200ms ease 0s;
              transition: box-shadow 200ms ease 0s;
              transition: box-shadow 200ms ease 0s, -webkit-box-shadow 200ms ease 0s; }
            .section2 .container .wrap .col-right .wraps form button.btn:hover {
              opacity: 0.9;
              top: -2px; }
              .section2 .container .wrap .col-right .wraps form button.btn:hover:after {
                -webkit-box-shadow: 0px 20px 28px -6px rgba(0, 0, 0, 0.3);
                box-shadow: 0px 20px 28px -6px rgba(0, 0, 0, 0.3); }
            .section2 .container .wrap .col-right .wraps form button.btn span.flare {
              width: 100%;
              height: 70px;
              overflow: hidden;
              border-radius: 100px;
              position: absolute;
              top: 0;
              left: 0; }
              .section2 .container .wrap .col-right .wraps form button.btn span.flare:after {
                content: "";
                position: absolute;
                top: -50%;
                right: -50%;
                bottom: -50%;
                left: -50%;
                background: -webkit-gradient(linear, left top, left bottom, from(#e5ac8e), color-stop(50%, #fff), color-stop(50%, #e5ac8e));
                background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 172, 142, 0)), color-stop(50%, rgba(255, 255, 255, 0.7)), color-stop(50%, rgba(229, 172, 142, 0)));
                background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 172, 142, 0)), color-stop(50%, rgba(255, 255, 255, 0.7)), to(rgba(229, 172, 142, 0)));
                background: -webkit-linear-gradient(top, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.7) 50%, rgba(229, 172, 142, 0));
                background: -o-linear-gradient(top, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.7) 50%, rgba(229, 172, 142, 0));
                background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.7) 50%, rgba(229, 172, 142, 0));
                -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
                -ms-transform: rotate(60deg) translate(-5em, 7.5em);
                transform: rotateZ(60deg) translate(-5em, 7.5em);
                opacity: 0;
                filter: alpha(opacity=0);
                -webkit-animation: sheens 3s infinite;
                animation: sheens 3s infinite;
                z-index: 100; }
        .section2 .container .wrap .col-right .wraps .notes {
          font: 12px/14px FuturaPTBook;
          color: #a0a0a0;
          display: block; }
          .section2 .container .wrap .col-right .wraps .notes a {
            font: 12px/14px FuturaPTBook;
            color: #a0a0a0;
            -webkit-transition: color 200ms ease 0s;
            -o-transition: color 200ms ease 0s;
            transition: color 200ms ease 0s; 
border-bottom: 1px solid;
          }
            .section2 .container .wrap .col-right .wraps .notes a:hover {
              color: #7f2dda; 
text-decoration: none;
            }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .section2 .container .wrap .col-left .wraps h2 {
    background: none;
    color: #5209af; } }

@media only screen and (max-width: 900px) {
  .section2 {
    padding: 20px 0 120px 0; }
  .section2 .container .wrap .col-left {
    display: none; }
  .section2 .container .wrap .col-right {
    width: 100%;
    text-align: center; }
  .section2 .container .wrap .col-right .wraps form {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0; }
  .section2 .container .wrap .col-right .wraps form button.btn {
    width: 100%;
    background-size: cover; }
  .section2 .container .wrap .col-right .wraps .notes {
    text-align: left; } }

@media only screen and (max-width: 640px) {
  .section2 {
    padding: 20px 0 60px 0; } }

@media only screen and (max-width: 420px) {
  .section3 .container .wrap h2 {
    font-size: 21px;
    line-height: 27px; } }

.section3 {
  padding-bottom: 80px; }
  .section3 .container .wrap {
    font-size: 0; }
    .section3 .container .wrap h2 {
      font: 34px/45px TTNormsBold;
      color: #1b1b1b;
      text-align: center;
      margin-bottom: 30px; }
    .section3 .container .wrap .mobileItems .owl-stage-outer .owl-stage .owl-item .item a {
      font: 16px/16px FuturaPTBook;
      color: #080808;
      text-decoration: none;
      text-align: center;
      display: block;
      padding: 0;
      opacity: 0.3; }
      .section3 .container .wrap .mobileItems .owl-stage-outer .owl-stage .owl-item .item a img {
        width: auto;
        display: inline-block;
        -webkit-transition: -webkit-transform 200ms ease 0s;
        transition: -webkit-transform 200ms ease 0s;
        -o-transition: transform 200ms ease 0s;
        transition: transform 200ms ease 0s;
        transition: transform 200ms ease 0s, -webkit-transform 200ms ease 0s; }
      .section3 .container .wrap .mobileItems .owl-stage-outer .owl-stage .owl-item .item a span {
        display: block;
        line-height: 22px; }
    .section3 .container .wrap .mobileItems .owl-stage-outer .owl-stage .owl-item .item.active a {
      opacity: 1; }
      .section3 .container .wrap .mobileItems .owl-stage-outer .owl-stage .owl-item .item.active a img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2); }
    .section3 .container .wrap .mobileItems .owl-nav {
      position: absolute;
      top: 40px;
      width: 100%;
      z-index: 123;
      height: 0;
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .section3 .container .wrap .mobileItems .owl-nav button {
        background: transparent;
        border: 0 none;
        border-radius: 100%;
        position: relative;
        width: 48px;
        height: 48px;
        margin: 0; }
        .section3 .container .wrap .mobileItems .owl-nav button:after {
          position: absolute;
          content: "";
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border-radius: 100%;
          -webkit-box-shadow: 0px 10px 28px -6px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 10px 28px -6px rgba(0, 0, 0, 0.3); }
        .section3 .container .wrap .mobileItems .owl-nav button.disabled {
          opacity: 0; }
    .section3 .container .wrap nav {
      margin-bottom: 30px;
      position: relative;
      overflow: hidden; }
      .section3 .container .wrap nav ul {
        font-size: 0;
        line-height: 0;
        text-align: center;
        margin: 0 -11px; }
        .section3 .container .wrap nav ul li {
          width: 16.66666666666667%;
          display: inline-block;
          vertical-align: top; }
          .section3 .container .wrap nav ul li a {
            font: 16px/16px FuturaPTBook;
            color: #080808;
            text-decoration: none;
            text-align: center;
            display: block;
            padding: 0 11px;
            opacity: 0.3;
            -webkit-transition: opacity 200ms ease 0s;
            -o-transition: opacity 200ms ease 0s;
            transition: opacity 200ms ease 0s; }
            .section3 .container .wrap nav ul li a img {
              display: inline-block; }
            .section3 .container .wrap nav ul li a span {
              display: block;
              line-height: 22px; }
            .section3 .container .wrap nav ul li a:hover {
              opacity: 1; }
          .section3 .container .wrap nav ul li.active a {
            opacity: 1; }
    .section3 .container .wrap .content {
      position: relative; }
      .section3 .container .wrap .content .item {
        position: absolute;
        z-index: 1;
        top: 0; }
        .section3 .container .wrap .content .item .wraps {
          padding: 0 43px; }
          .section3 .container .wrap .content .item .wraps .col-left {
            width: 50%;
            display: inline-block;
            vertical-align: top; }
            .section3 .container .wrap .content .item .wraps .col-left .poster {
              position: relative;
              margin-right: 40px;
              left: 60px;
              -webkit-transform: scale(0.8);
              -ms-transform: scale(0.8);
              transform: scale(0.8);
              opacity: 0.1;
              visibility: visible;
              -webkit-transition: all 500ms ease 0s;
              -o-transition: all 500ms ease 0s;
              transition: all 500ms ease 0s; }
              .section3 .container .wrap .content .item .wraps .col-left .poster img {
                width: 100%;
                height: auto;
                opacity: 1;
                visibility: visible;
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1);
                -webkit-transition: all 500ms ease 0s;
                -o-transition: all 500ms ease 0s;
                transition: all 500ms ease 0s; }
              .section3 .container .wrap .content .item .wraps .col-left .poster a.btnPlay {
                display: inline-block;
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translateX(-50%) translateY(-50%);
                -ms-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
                text-decoration: none;
                -webkit-transition: -webkit-transform 200ms ease 0s;
                transition: -webkit-transform 200ms ease 0s;
                -o-transition: transform 200ms ease 0s;
                transition: transform 200ms ease 0s;
                transition: transform 200ms ease 0s, -webkit-transform 200ms ease 0s; }
                .section3 .container .wrap .content .item .wraps .col-left .poster a.btnPlay:hover {
                  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.05);
                  -ms-transform: translateX(-50%) translateY(-50%) scale(1.05);
                  transform: translateX(-50%) translateY(-50%) scale(1.05); }
              .section3 .container .wrap .content .item .wraps .col-left .poster iframe {
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                border: 0 none;
                opacity: 0;
                visibility: hidden;
                -webkit-transform: scale(0.9);
                -ms-transform: scale(0.9);
                transform: scale(0.9);
                -webkit-transition: all 500ms ease 0s;
                -o-transition: all 500ms ease 0s;
                transition: all 500ms ease 0s; }
              .section3 .container .wrap .content .item .wraps .col-left .poster.activeVideo img {
                opacity: 0;
                visibility: hidden;
                -webkit-transform: scale(0.9);
                -ms-transform: scale(0.9);
                transform: scale(0.9); }
              .section3 .container .wrap .content .item .wraps .col-left .poster.activeVideo iframe {
                opacity: 1;
                visibility: visible;
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1); }
          .section3 .container .wrap .content .item .wraps .col-right {
            width: 50%;
            display: inline-block;
            vertical-align: top; }
            .section3 .container .wrap .content .item .wraps .col-right .description {
              padding-left: 15px;
              opacity: 0;
              visibility: hidden;
              -webkit-transition: all 500ms ease 0s;
              -o-transition: all 500ms ease 0s;
              transition: all 500ms ease 0s; }
              .section3 .container .wrap .content .item .wraps .col-right .description .customColor {
                font: 17px/32px FuturaPTHeavy;
                color: #5209af;
                text-transform: uppercase;
                background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdHlsZT0ic3RvcC1jb2xvcjojRTYwNUMxOyIgLz48c3RvcCBvZmZzZXQ9IjgxJSIgc3R5bGU9InN0b3AtY29sb3I6IzA1MjA5QTsiIC8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgZmlsbD0idXJsKCNncmFkaWVudCkiIGhlaWdodD0iMTAwJSIgd2lkdGg9IjEwMCUiIC8+PC9zdmc+);
                background-image: -webkit-gradient(linear, left top, 90deg, color-stop(0%, #E605C1), color-stop(81%, #05209A));
                background-image: -moz-linear-gradient(90deg, #E605C1 0%, #05209A 81%);
                background-image: -webkit-linear-gradient(90deg, #E605C1 0%, #05209A 81%);
                background-image: -o-linear-gradient(90deg, #E605C1 0%, #05209A 81%);
                background-image: -ms-linear-gradient(90deg, #E605C1 0%, #05209A 81%);
                background-image: -webkit-gradient(linear, left top, right top, from(#E605C1), color-stop(81%, #05209A));
                background-image: -webkit-linear-gradient(left, #E605C1 0%, #05209A 81%);
                background-image: -o-linear-gradient(left, #E605C1 0%, #05209A 81%);
                background-image: linear-gradient(90deg, #E605C1 0%, #05209A 81%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                display: inline-block;
                /*required*/
                position: relative;
                padding-bottom: 20px;
                margin-bottom: 20px; }
                .section3 .container .wrap .content .item .wraps .col-right .description .customColor:after {
                  position: absolute;
                  content: "";
                  left: 0;
                  bottom: 0;
                  width: 85px;
                  height: 2px;
                  background-color: #eeeeee; }
              .section3 .container .wrap .content .item .wraps .col-right .description p {
                font: 17px/22px FuturaPTBook;
                color: #999999; }
        .section3 .container .wrap .content .item.prev .wraps .col-left .poster {
          left: -10px;
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1);
          opacity: 0;
          visibility: hidden;
          -webkit-transition: all 500ms ease 0s;
          -o-transition: all 500ms ease 0s;
          transition: all 500ms ease 0s; }
        .section3 .container .wrap .content .item.next {
          z-index: 2; }
          .section3 .container .wrap .content .item.next .wraps .col-left .poster {
            left: 30px;
            opacity: 0.2;
            -webkit-transform: scale(0.9);
            -ms-transform: scale(0.9);
            transform: scale(0.9); }
        .section3 .container .wrap .content .item.active {
          position: relative;
          z-index: 3; }
          .section3 .container .wrap .content .item.active .wraps .col-left .poster {
            left: 0;
            opacity: 1;
            visibility: visible;
            -webkit-transform: translateX(0px);
            -ms-transform: translateX(0px);
            transform: translateX(0px); }
          .section3 .container .wrap .content .item.active .wraps .col-right .description {
            opacity: 1;
            visibility: visible; }
      .section3 .container .wrap .content.noNextElement .item .wraps .col-left .poster {
        left: 30px;
        opacity: 0;
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9); }
      .section3 .container .wrap .content.noNextElement .item.prev .wraps .col-left .poster {
        left: 0px;
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
      .section3 .container .wrap .content.noNextElement .item.active .wraps .col-left .poster {
        left: 0;
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .section3 .container .wrap .content .item .wraps .col-right .description .customColor {
    background: none;
    color: #5209af; } }

@media only screen and (max-width: 900px) {
  .section3 .container .wrap nav ul li {
    width: 33.333333%; }
  .section3 .container .wrap .content .item .wraps .col-left {
    width: 100%; }
  .section3 .container .wrap .content .item .wraps .col-right {
    width: 100%; }
  .section3 .container .wrap .content .item .wraps {
    padding: 0; }
  .section3 .container .wrap .content .item .wraps .col-right .description {
    padding-left: 0; } }

@media only screen and (max-width: 640px) {
  .section3 .container .wrap h2 {
    font-size: 24px;
    line-height: 34px; } }

@media only screen and (max-width: 420px) {
  .section3 .container .wrap nav {
    display: none; }
  .section3 .container .wrap .content {
    margin-right: -20px; }
  .section3 .container .wrap h2 {
        font-size: 21px;
    line-height: 27px;
    max-width: 59%;
    margin-left: auto;
    margin-right: auto; }
  .section3 .container .wrap .mobileItems .owl-stage-outer .owl-stage .owl-item .item a {
    font-size: 14px;
    line-height: 20px; }
  .section3 .container .wrap .mobileItems .owl-stage-outer .owl-stage .owl-item .item a span {
    line-height: 20px; } }

.section4 {
  padding-bottom: 20px; }
  .section4 .container .wrap {
    font-size: 0;
    line-height: 0; }
    .section4 .container .wrap .col-left {
      width: 40%;
      display: inline-block;
      vertical-align: top; }
      .section4 .container .wrap .col-left .wraps .customColor {
        font: 16.5px/33px FuturaPTHeavy;
        color: #5209af;
        text-transform: uppercase;
        padding-right: 110px;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdHlsZT0ic3RvcC1jb2xvcjojRTYwNUMxOyIgLz48c3RvcCBvZmZzZXQ9IjgxJSIgc3R5bGU9InN0b3AtY29sb3I6IzA1MjA5QTsiIC8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgZmlsbD0idXJsKCNncmFkaWVudCkiIGhlaWdodD0iMTAwJSIgd2lkdGg9IjEwMCUiIC8+PC9zdmc+);
        background-image: -webkit-gradient(linear, left top, 90deg, color-stop(0%, #E605C1), color-stop(81%, #05209A));
        background-image: -moz-linear-gradient(90deg, #E605C1 0%, #05209A 81%);
        background-image: -webkit-linear-gradient(90deg, #E605C1 0%, #05209A 81%);
        background-image: -o-linear-gradient(90deg, #E605C1 0%, #05209A 81%);
        background-image: -ms-linear-gradient(90deg, #E605C1 0%, #05209A 81%);
        background-image: -webkit-gradient(linear, left top, right top, from(#E605C1), color-stop(81%, #05209A));
        background-image: -webkit-linear-gradient(left, #E605C1 0%, #05209A 81%);
        background-image: -o-linear-gradient(left, #E605C1 0%, #05209A 81%);
        background-image: linear-gradient(90deg, #E605C1 0%, #05209A 81%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        position: relative;
        display: block;
        padding-bottom: 20px;
        margin-bottom: 50px; }
        .section4 .container .wrap .col-left .wraps .customColor:after {
          position: absolute;
          content: "";
          left: 0;
          bottom: 0;
          width: 85px;
          height: 2px;
          background-color: #eeeeee; }
      .section4 .container .wrap .col-left .wraps h2 {
        font: 34px/45px TTNormsBold;
        color: #1b1b1b;
        margin-bottom: 15px; }
      .section4 .container .wrap .col-left .wraps p {
        font: 18px/24px FuturaPTBook;
        color: #5d5d5d; }
    .section4 .container .wrap .col-right {
      width: 60%;
      display: inline-block;
      vertical-align: top;
      margin-top: -100px; }
      .section4 .container .wrap .col-right .wraps {
        padding-left: 60px; }
        .section4 .container .wrap .col-right .wraps .imageBg {
          background: url(../images/section4-img.png) no-repeat center center;
          background-size: contain;
          width: 550px;
          height: 550px;
          position: relative; }
          .section4 .container .wrap .col-right .wraps .imageBg span {
            font: 16px/22px FuturaPTBook;
            color: rgba(93, 93, 93, 0.6);
            display: inline-block;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .section4 .container .wrap .col-left .wraps .customColor {
    background: none;
    color: #5209af; } }

@media only screen and (max-width: 1060px) {
  .section4 .container .wrap .col-right .wraps .imageBg {
    width: 100%; } }

@media only screen and (max-width: 900px) {
  .section4 .container .wrap .col-left {
    width: 100%; }
  .section4 .container .wrap .col-left .wraps .customColor {
    padding-right: 0; }
  .section4 .container .wrap .col-right {
    width: 100%;
    margin-top: 0; }
  .section4 .container .wrap .col-right .wraps {
    padding-left: 0; } }

@media only screen and (max-width: 640px) {
  .section4 .container .wrap .col-left .wraps h2 {
    font-size: 24px;
    line-height: 34px; } }

@media only screen and (max-width: 420px) {
  .section4 {
    overflow: hidden; }
  .section4 .container .wrap .col-left .wraps h2 {
    font-size: 21px;
    line-height: 27px; }
  .section4 .container .wrap .col-right .wraps .imageBg {
    width: 100%;
    min-width: 550px;
    left: -70px;
    height: 100%;
    min-height: 550px; } }

.section5 {
  padding-bottom: 70px; }
  .section5 .container .wrap {
    font-size: 0;
    line-height: 0; }
    .section5 .container .wrap .col-left {
      width: 45%;
      display: inline-block;
      vertical-align: top; }
      .section5 .container .wrap .col-left .wraps {
        text-align: center; }
        .section5 .container .wrap .col-left .wraps img {
          display: inline-block; }
          .section5 .container .wrap .col-left .wraps img.img1 {
            margin-bottom: 40px; }
    .section5 .container .wrap .col-right {
      width: 55%;
      display: inline-block;
      vertical-align: top; }
      .section5 .container .wrap .col-right .wraps {
        padding-left: 40px; }
        .section5 .container .wrap .col-right .wraps h2 {
          font: 32px/42px TTNormsBold;
          color: #242424;
          padding-bottom: 35px; }
        .section5 .container .wrap .col-right .wraps p {
          position: relative;
          font: 18px/24px FuturaPTBook;
          color: #5d5d5d;
          padding-left: 28px; }
          .section5 .container .wrap .col-right .wraps p:before {
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            width: 3px;
            height: 100%;
            background: url(../images/section5-pattern.jpg) repeat-y;
            background-size: cover; }

@media only screen and (max-width: 900px) {
  .section5 {
    overflow: hidden; }
  .section5 .container .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .section5 .container .wrap .col-left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 40px; }
  .section5 .container .wrap .col-left .wraps {
    position: relative; }
  .section5 .container .wrap .col-left .wraps img {
    width: 100%; }
  .section5 .container .wrap .col-left .wraps img.img1 {
    position: absolute;
    bottom: 0;
    left: 100px;
    margin-bottom: 0; }
  .section5 .container .wrap .col-right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .section5 .container .wrap .col-right .wraps {
    padding-left: 0; } }

@media only screen and (max-width: 640px) {
  .section5 .container .wrap .col-right .wraps h2 {
    font-size: 22px;
    line-height: 32px; } }

@media only screen and (max-width: 420px) {
  .section5 .container .wrap .col-right .wraps h2 {
    font-size: 18px;
    line-height: 26px; } }

.section6 {
  padding-bottom: 55px; }
  .section6 .container .wrap {
    font-size: 0;
    line-height: 0; }
    .section6 .container .wrap h2 {
      font: 34px/45px TTNormsBold;
      color: #1b1b1b;
      margin-bottom: 17px; }
    .section6 .container .wrap .col-left {
      width: 31%;
      display: inline-block;
      vertical-align: top; }
      .section6 .container .wrap .col-left .wraps {
        padding-top: 40px; }
        .section6 .container .wrap .col-left .wraps p {
          font: 18px/24px FuturaPTBook;
          color: #5d5d5d;
          padding-bottom: 40px; }
        .section6 .container .wrap .col-left .wraps span {
          font: 16px/22px FuturaPTBook;
          color: rgba(93, 93, 93, 0.5); }
    .section6 .container .wrap .col-right {
      width: 69%;
      display: inline-block;
      vertical-align: top; }
      .section6 .container .wrap .col-right .wraps {
        text-align: right; }
        .section6 .container .wrap .col-right .wraps img {
          display: inline-block;
          height: auto; }
    .section6 .container .wrap .video {
      position: relative;
      min-height: 560px;
      margin-top: 40px; }
      .section6 .container .wrap .video .wraps h2 {
        font: 34px/45px TTNormsBold;
        color: #ffffff;
        padding: 60px 70px 0 70px;
        position: relative;
        z-index: 1; }
      .section6 .container .wrap .video .wraps a.btnPlays {
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-40%);
        -ms-transform: translateX(-50%) translateY(-40%);
        transform: translateX(-50%) translateY(-40%);
        z-index: 1; }
        .section6 .container .wrap .video .wraps a.btnPlays img {
          display: inline-block;
          vertical-align: middle; }
        .section6 .container .wrap .video .wraps a.btnPlays span {
          display: inline-block;
          vertical-align: middle;
          font: 17px/20px FuturaPTBook;
          color: #ffffff;
          padding-left: 10px; }
          .section6 .container .wrap .video .wraps a.btnPlays span.icon {
            padding-left: 0;
            position: relative;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            -webkit-transition: -webkit-transform 200ms ease 0s;
            transition: -webkit-transform 200ms ease 0s;
            -o-transition: transform 200ms ease 0s;
            transition: transform 200ms ease 0s;
            transition: transform 200ms ease 0s, -webkit-transform 200ms ease 0s; }
            .section6 .container .wrap .video .wraps a.btnPlays span.icon:after {
              position: absolute;
              content: "";
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              border-radius: 100%;
              -webkit-box-shadow: 0px 10px 28px -6px rgba(0, 0, 0, 0.3);
              box-shadow: 0px 10px 28px -6px rgba(0, 0, 0, 0.3); }
        .section6 .container .wrap .video .wraps a.btnPlays:hover span.icon {
          -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
          transform: scale(1.05); }
      .section6 .container .wrap .video .wraps .overlayBg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        visibility: visible;
        -webkit-transition: all 500ms ease 0s;
        -o-transition: all 500ms ease 0s;
        transition: all 500ms ease 0s; }
      .section6 .container .wrap .video .wraps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0 none;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 500ms ease 0s;
        -o-transition: all 500ms ease 0s;
        transition: all 500ms ease 0s; }
      .section6 .container .wrap .video.active .wraps a.btnPlays {
        display: none; }
      .section6 .container .wrap .video.active .wraps .overlayBg {
        opacity: 0;
        visibility: hidden; }
      .section6 .container .wrap .video.active .wraps iframe {
        opacity: 1;
        visibility: visible;
        z-index: 2; }

@media only screen and (max-width: 900px) {
  .section6 .container .wrap .col-left {
    width: 100%;
    padding-bottom: 20px; }
  .section6 .container .wrap .col-right {
    width: 100%; }
  .section6 .container .wrap .col-right .wraps {
    text-align: center; }
  .section6 .container .wrap .video .wraps h2 {
    padding: 30px 30px 0 30px;
    text-align: center; } }

@media only screen and (max-width: 640px) {
  .section6 .container .wrap h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0; }
  .section6 .container .wrap .video {
    min-height: 400px;
    margin-left: -24px;
    margin-right: -24px; }
  .section6 .container .wrap .video .wraps h2 {
    font-size: 24px;
    line-height: 34px; } }

@media only screen and (max-width: 420px) {
  .section6 .container .wrap .video {
    min-height: 300px; }
  .section6 .container .wrap h2 {
    font-size: 21px;
    line-height: 27px; }
  .section6 .container .wrap h2 br {
    display: none;
  }
  .section6 .container .wrap .video .wraps h2 {
    font-size: 21px;
    line-height: 27px; }
  .section6 .container .wrap .video .wraps a.btnPlays img {
    max-width: 50px; }
  .section6 .container .wrap .video .wraps a.btnPlays span {
    font-size: 14px;
    padding-left: 5px; } }

.section7 {
  padding-bottom: 55px; 
  padding-top: 55px; 
}
  .section7 .container .wrap {
    font-size: 0;
    line-height: 0; }
    .section7 .container .wrap h2 {
      font: 34px/45px TTNormsBold;
      color: #1b1b1b;
      margin-bottom: 40px;
      padding-left: 160px; }
    .section7 .container .wrap .col-top .wraps img {
      height: auto;
      display: inline-block;
      vertical-align: top; }
    .section7 .container .wrap .col-top .wraps .customColor {
      font: 16px/32px FuturaPTHeavy;
      color: #5209af;
      text-transform: uppercase;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdHlsZT0ic3RvcC1jb2xvcjojRTYwNUMxOyIgLz48c3RvcCBvZmZzZXQ9IjgxJSIgc3R5bGU9InN0b3AtY29sb3I6IzA1MjA5QTsiIC8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgZmlsbD0idXJsKCNncmFkaWVudCkiIGhlaWdodD0iMTAwJSIgd2lkdGg9IjEwMCUiIC8+PC9zdmc+);
      background-image: -webkit-gradient(linear, left top, 90deg, color-stop(0%, #E605C1), color-stop(81%, #05209A));
      background-image: -moz-linear-gradient(90deg, #E605C1 0%, #05209A 81%);
      background-image: -webkit-linear-gradient(90deg, #E605C1 0%, #05209A 81%);
      background-image: -o-linear-gradient(90deg, #E605C1 0%, #05209A 81%);
      background-image: -ms-linear-gradient(90deg, #E605C1 0%, #05209A 81%);
      background-image: -webkit-gradient(linear, left top, right top, from(#E605C1), color-stop(81%, #05209A));
      background-image: -webkit-linear-gradient(left, #E605C1 0%, #05209A 81%);
      background-image: -o-linear-gradient(left, #E605C1 0%, #05209A 81%);
      background-image: linear-gradient(90deg, #E605C1 0%, #05209A 81%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      display: inline-block;
      vertical-align: top;
      position: relative;
      padding-bottom: 20px;
      margin-bottom: 20px;
      margin-left: 80px; }
      .section7 .container .wrap .col-top .wraps .customColor:after {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        width: 85px;
        height: 2px;
        background-color: #eeeeee; }
    .section7 .container .wrap .col-bottom {
      position: relative; }
      .section7 .container .wrap .col-bottom .wraps {
        padding: 75px 0 100px 0; }
        .section7 .container .wrap .col-bottom .wraps p {
          font: 18px/25px FuturaPTBook;
          color: #444444;
          max-width: 330px;
          display: inline-block;
          vertical-align: top; }
        .section7 .container .wrap .col-bottom .wraps img {
          height: auto;
          display: inline-block;
          vertical-align: top;
          position: absolute;
          top: -50px;
          right: -50px; }

@media only screen and (max-width: 1060px) {
  .section7 .container .wrap .col-bottom .wraps img {
    right: 0;
    max-width: 600px; }
  .section7 .container .wrap .col-top .wraps .customColor {
    margin-left: 30px; } }

@media only screen and (max-width: 900px) {
  .section7 .container .wrap h2 {
    padding-left: 0; }
  .section7 .container .wrap .col-top .wraps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .section7 .container .wrap .col-top .wraps img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%; }
  .section7 .container .wrap .col-top .wraps .customColor {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 0; }
  .section7 .container .wrap .col-top .wraps .customColor br {
    display: none; }
  .section7 .container .wrap .col-bottom .wraps {
    padding: 75px 0 0 0; }
  .section7 .container .wrap .col-bottom .wraps p {
    width: 100%;
    display: block; }
  .section7 .container .wrap .col-bottom .wraps img {
    width: 100%;
    max-width: 100%;
    display: block;
    position: static; } }

@media only screen and (max-width: 640px) {
  .section7 {
    overflow: hidden; }
  .section7 .container .wrap h2 {
    font-size: 24px;
    line-height: 34px; }
  .section7 .container .wrap .col-bottom .wraps img {
    min-width: 500px; } }

@media only screen and (max-width: 420px) {
  .section7 .container .wrap h2 {
    font-size: 21px;
    line-height: 27px; }
     
  .section7 .container .wrap h2 br:last-child {
display: none;
}
     }

.section8 {
  padding-bottom: 55px; }
  .section8 .container .wrap {
    font-size: 0;
    line-height: 0; }
    .section8 .container .wrap .list {
      font-size: 0;
      line-height: 0;
      padding-left: 30px;
      padding-bottom: 75px; }
      .section8 .container .wrap .list .item {
        width: 50%;
        display: inline-block;
        vertical-align: top; }
        .section8 .container .wrap .list .item .wraps {
          padding-left: 85px;
          padding-right: 50px; }
          .section8 .container .wrap .list .item .wraps img {
            display: inline-block;
            margin-bottom: 20px; }
          .section8 .container .wrap .list .item .wraps strong {
            display: block;
            font: 17px/22px FuturaPTMedium;
            color: #383838;
            margin-bottom: 7px; }
          .section8 .container .wrap .list .item .wraps p {
            font: 16px/22px FuturaPTBook;
            color: #999999; }
    .section8 .container .wrap .col-left {
      width: 60%;
      display: inline-block;
      vertical-align: top; }
      .section8 .container .wrap .col-left .wraps {
        padding-left: 40px;
        padding-right: 90px; }
        .section8 .container .wrap .col-left .wraps .customColor {
          font: 16px/32px FuturaPTHeavy;
          color: #5209af;
          letter-spacing: 0.130em;
          text-transform: uppercase;
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdHlsZT0ic3RvcC1jb2xvcjojRTYwNUMxOyIgLz48c3RvcCBvZmZzZXQ9IjgxJSIgc3R5bGU9InN0b3AtY29sb3I6IzA1MjA5QTsiIC8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgZmlsbD0idXJsKCNncmFkaWVudCkiIGhlaWdodD0iMTAwJSIgd2lkdGg9IjEwMCUiIC8+PC9zdmc+);
          background-image: -webkit-gradient(linear, left top, 90deg, color-stop(0%, #E605C1), color-stop(81%, #05209A));
          background-image: -moz-linear-gradient(90deg, #E605C1 0%, #05209A 81%);
          background-image: -webkit-linear-gradient(90deg, #E605C1 0%, #05209A 81%);
          background-image: -o-linear-gradient(90deg, #E605C1 0%, #05209A 81%);
          background-image: -ms-linear-gradient(90deg, #E605C1 0%, #05209A 81%);
          background-image: -webkit-gradient(linear, left top, right top, from(#E605C1), color-stop(81%, #05209A));
          background-image: -webkit-linear-gradient(left, #E605C1 0%, #05209A 81%);
          background-image: -o-linear-gradient(left, #E605C1 0%, #05209A 81%);
          background-image: linear-gradient(90deg, #E605C1 0%, #05209A 81%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          display: inline-block;
          vertical-align: top;
          position: relative; }
          .section8 .container .wrap .col-left .wraps .customColor:after {
            position: absolute;
            content: "";
            left: 0;
            bottom: 0;
            width: 85px;
            height: 2px;
            background-color: #eeeeee;
            display: none; }
    .section8 .container .wrap .col-right {
      width: 40%;
      display: inline-block;
      vertical-align: top; }
      .section8 .container .wrap .col-right .wraps {
        padding-left: 6px; }
        .section8 .container .wrap .col-right .wraps p {
          position: relative;
          font: 18px/25px FuturaPTBook;
          color: #484848;
          padding-left: 28px; }
          .section8 .container .wrap .col-right .wraps p:before {
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            width: 3px;
            height: 100%;
            background: url(../images/section5-pattern.jpg) repeat-y;
            background-size: cover; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .section8 .container .wrap .col-left .wraps .customColor {
    color: #5209af; } }

@media only screen and (max-width: 900px) {
  .section8 .container .wrap .list .item {
    width: 100%;
    padding-bottom: 40px;
    text-align: center; }
  .section8 .container .wrap .list .item:last-child {
    padding-bottom: 0px; }
  .section8 .container .wrap .list .item .wraps {
    padding-left: 0;
    padding-right: 0; }
  .section8 .container .wrap .col-left {
    width: 100%;
    text-align: center; }
  .section8 .container .wrap .col-right {
    width: 100%;
    text-align: center; }
  .section8 .container .wrap .col-left .wraps .customColor {
    padding-bottom: 20px;
    margin-bottom: 20px; }
  .section8 .container .wrap .col-left .wraps .customColor:after {
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .section8 .container .wrap .col-right .wraps p {
    padding-left: 0; }
  .section8 .container .wrap .col-right .wraps p:before {
    display: none; } }

@media only screen and (max-width: 640px) {
  .section8 .container .wrap .list {
    padding-left: 0; }
  .section8 .container .wrap .col-left .wraps {
    padding: 0; } }

@media only screen and (max-width: 420px) {
  .section8 .container .wrap .col-left .wraps .customColor {
    font-size: 14px;
    line-height: 22px; } }

.section9 {
  padding-bottom: 75px; }
  .section9 .container .wrap {
    font-size: 0;
    line-height: 0; }
    .section9 .container .wrap h2 {
      font: 34px/45px TTNormsBold;
      color: #1b1b1b;
      text-align: center;
      padding: 0 140px 40px 140px; }
    .section9 .container .wrap .col-lefts {
      width: 50%;
      display: inline-block;
      vertical-align: top; }
      .section9 .container .wrap .col-lefts .content {
        position: relative;
        padding-left: 40px; }
        .section9 .container .wrap .col-lefts .content .item {
          position: absolute;
          z-index: 1;
          top: 0; }
          .section9 .container .wrap .col-lefts .content .item .wraps {
            padding: 0 20px 0 0; }
            .section9 .container .wrap .col-lefts .content .item .wraps .col-left {
              display: block; }
              .section9 .container .wrap .col-lefts .content .item .wraps .col-left .poster {
                position: relative;
                margin-right: 40px;
                margin-bottom: 15px;
                left: 60px;
                -webkit-transform: scale(0.8);
                -ms-transform: scale(0.8);
                transform: scale(0.8);
                opacity: 0.1;
                visibility: visible;
                -webkit-transition: all 500ms ease 0s;
                -o-transition: all 500ms ease 0s;
                transition: all 500ms ease 0s; }
                .section9 .container .wrap .col-lefts .content .item .wraps .col-left .poster img {
                  width: 100%;
                  height: auto;
                  opacity: 1;
                  visibility: visible;
                  -webkit-transform: scale(1);
                  -ms-transform: scale(1);
                  transform: scale(1);
                  -webkit-transition: all 500ms ease 0s;
                  -o-transition: all 500ms ease 0s;
                  transition: all 500ms ease 0s; }
                .section9 .container .wrap .col-lefts .content .item .wraps .col-left .poster a.btnPlay {
                  display: inline-block;
                  position: absolute;
                  top: 50%;
                  left: 50%;
                  -webkit-transform: translateX(-50%) translateY(-50%);
                  -ms-transform: translateX(-50%) translateY(-50%);
                  transform: translateX(-50%) translateY(-50%);
                  text-decoration: none;
                  -webkit-transition: -webkit-transform 200ms ease 0s;
                  transition: -webkit-transform 200ms ease 0s;
                  -o-transition: transform 200ms ease 0s;
                  transition: transform 200ms ease 0s;
                  transition: transform 200ms ease 0s, -webkit-transform 200ms ease 0s; }
                  .section9 .container .wrap .col-lefts .content .item .wraps .col-left .poster a.btnPlay:hover {
                    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.05);
                    -ms-transform: translateX(-50%) translateY(-50%) scale(1.05);
                    transform: translateX(-50%) translateY(-50%) scale(1.05); }
                .section9 .container .wrap .col-lefts .content .item .wraps .col-left .poster iframe {
                  position: absolute;
                  width: 100%;
                  height: 100%;
                  left: 0;
                  top: 0;
                  border: 0 none;
                  opacity: 0;
                  visibility: hidden;
                  -webkit-transform: scale(0.9);
                  -ms-transform: scale(0.9);
                  transform: scale(0.9);
                  -webkit-transition: all 500ms ease 0s;
                  -o-transition: all 500ms ease 0s;
                  transition: all 500ms ease 0s; }
                .section9 .container .wrap .col-lefts .content .item .wraps .col-left .poster.activeVideo img {
                  opacity: 0;
                  visibility: hidden;
                  -webkit-transform: scale(0.9);
                  -ms-transform: scale(0.9);
                  transform: scale(0.9); }
                .section9 .container .wrap .col-lefts .content .item .wraps .col-left .poster.activeVideo iframe {
                  opacity: 1;
                  visibility: visible;
                  -webkit-transform: scale(1);
                  -ms-transform: scale(1);
                  transform: scale(1); }
            .section9 .container .wrap .col-lefts .content .item .wraps .col-right {
              display: block; }
              .section9 .container .wrap .col-lefts .content .item .wraps .col-right .description {
                opacity: 0;
                visibility: hidden;
                -webkit-transition: all 500ms ease 0s;
                -o-transition: all 500ms ease 0s;
                transition: all 500ms ease 0s;
                text-align: center;
                padding-right: 30px; }
                .section9 .container .wrap .col-lefts .content .item .wraps .col-right .description strong {
                  font: 18px/22px FuturaPTMedium;
                  color: #1b1b1b;
                  padding-bottom: 5px; }
                .section9 .container .wrap .col-lefts .content .item .wraps .col-right .description p {
                  font: 18px/22px FuturaPTBook;
                  color: #999999; }
          .section9 .container .wrap .col-lefts .content .item.prev .wraps .col-left .poster {
            left: -10px;
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all 500ms ease 0s;
            -o-transition: all 500ms ease 0s;
            transition: all 500ms ease 0s; }
          .section9 .container .wrap .col-lefts .content .item.next {
            z-index: 2; }
            .section9 .container .wrap .col-lefts .content .item.next .wraps .col-left .poster {
              left: 30px;
              opacity: 0.2;
              -webkit-transform: scale(0.9);
              -ms-transform: scale(0.9);
              transform: scale(0.9); }
          .section9 .container .wrap .col-lefts .content .item.active {
            position: relative;
            z-index: 3; }
            .section9 .container .wrap .col-lefts .content .item.active .wraps .col-left .poster {
              left: 0;
              opacity: 1;
              visibility: visible;
              -webkit-transform: translateX(0px);
              -ms-transform: translateX(0px);
              transform: translateX(0px); }
            .section9 .container .wrap .col-lefts .content .item.active .wraps .col-right .description {
              opacity: 1;
              visibility: visible; }
        .section9 .container .wrap .col-lefts .content.noNextElement .item .wraps .col-left .poster {
          left: 30px;
          opacity: 0;
          -webkit-transform: scale(0.9);
          -ms-transform: scale(0.9);
          transform: scale(0.9); }
        .section9 .container .wrap .col-lefts .content.noNextElement .item.prev .wraps .col-left .poster {
          left: 0px;
          opacity: 1;
          visibility: visible;
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1); }
        .section9 .container .wrap .col-lefts .content.noNextElement .item.active .wraps .col-left .poster {
          left: 0;
          opacity: 1;
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1); }
      .section9 .container .wrap .col-lefts nav {
        margin-top: 15px; }
        .section9 .container .wrap .col-lefts nav ul {
          margin: 0 -5px;
          text-align: center; }
          .section9 .container .wrap .col-lefts nav ul li {
            list-style: none;
            display: inline-block;
            padding: 0 5px; }
            .section9 .container .wrap .col-lefts nav ul li a {
              text-decoration: none;
              display: block;
              width: 13px;
              height: 13px;
              border-radius: 100%;
              background-color: #e9e9e9;
              position: relative; }
            .section9 .container .wrap .col-lefts nav ul li.active a {
              background-color: #fc6249; }
              .section9 .container .wrap .col-lefts nav ul li.active a:after {
                position: absolute;
                content: "";
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                border-radius: 100%;
                -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.3);
                box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.3);
                display: inline-block; }
    .section9 .container .wrap .col-rights {
      width: 50%;
      display: inline-block;
      vertical-align: top; }
      .section9 .container .wrap .col-rights .wraps {
        padding-right: 90px; }
        .section9 .container .wrap .col-rights .wraps .customColor {
          font: 17px/32px FuturaPTHeavy;
          color: #5209af;
          letter-spacing: 0.120em;
          text-transform: uppercase;
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdHlsZT0ic3RvcC1jb2xvcjojRTYwNUMxOyIgLz48c3RvcCBvZmZzZXQ9IjgxJSIgc3R5bGU9InN0b3AtY29sb3I6IzA1MjA5QTsiIC8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgZmlsbD0idXJsKCNncmFkaWVudCkiIGhlaWdodD0iMTAwJSIgd2lkdGg9IjEwMCUiIC8+PC9zdmc+);
          background-image: -webkit-gradient(linear, left top, 90deg, color-stop(0%, #E605C1), color-stop(81%, #05209A));
          background-image: -moz-linear-gradient(90deg, #E605C1 0%, #05209A 81%);
          background-image: -webkit-linear-gradient(90deg, #E605C1 0%, #05209A 81%);
          background-image: -o-linear-gradient(90deg, #E605C1 0%, #05209A 81%);
          background-image: -ms-linear-gradient(90deg, #E605C1 0%, #05209A 81%);
          background-image: -webkit-gradient(linear, left top, right top, from(#E605C1), color-stop(81%, #05209A));
          background-image: -webkit-linear-gradient(left, #E605C1 0%, #05209A 81%);
          background-image: -o-linear-gradient(left, #E605C1 0%, #05209A 81%);
          background-image: linear-gradient(90deg, #E605C1 0%, #05209A 81%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          display: inline-block;
          vertical-align: top;
          position: relative;
          padding-bottom: 20px;
          margin-bottom: 20px; }
          .section9 .container .wrap .col-rights .wraps .customColor:after {
            position: absolute;
            content: "";
            left: 0;
            bottom: 0;
            width: 85px;
            height: 2px;
            background-color: #eeeeee; }
        .section9 .container .wrap .col-rights .wraps p {
          font: 17px/22px FuturaPTBook;
          color: #999999; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .section9 .container .wrap .col-rights .wraps .customColor {
    color: #5209af; } }

@media only screen and (max-width: 900px) {
  .section9 .container .wrap h2 {
    padding-left: 0;
    padding-right: 0;
    text-align: left; }
  .section9 .container .wrap .col-lefts {
    width: 100%;
    padding-bottom: 50px; }
  .section9 .container .wrap .col-rights {
    width: 100%; } }

@media only screen and (max-width: 640px) {
  .section9 .container .wrap h2 {
    font-size: 24px;
    line-height: 34px; }
  .section9 .container .wrap .col-rights .wraps {
    padding-right: 0; } }

@media only screen and (max-width: 420px) {
  .section9 .container .wrap h2 {
    font-size: 21px;
    line-height: 27px; }
  .section9 .container .wrap .col-lefts .content {
    padding-left: 0; }
  .section9 .container .wrap .col-lefts .content .item .wraps .col-right .description {
    padding-right: 0; }
  .section9 .container .wrap .col-rights .wraps .customColor {
    font-size: 14px;
    line-height: 22px; }
  .section9 .container .wrap .col-lefts .content {
    margin-right: -20px; }
  .section9 .container .wrap .col-lefts .content .item .wraps {
    padding-right: 0; } }

.section10 {
  padding-bottom: 75px; }
  .section10 .container .wrap {
    font-size: 0;
    line-height: 0; }
    .section10 .container .wrap .col-top {
      margin-bottom: 80px; }
      .section10 .container .wrap .col-top h2 {
        font: 34px/45px TTNormsBold;
        color: #1b1b1b;
        text-align: center;
        padding: 0 190px 10px 190px; }
      .section10 .container .wrap .col-top .list .item {
        width: 50%;
        display: inline-block;
        vertical-align: top; }
        .section10 .container .wrap .col-top .list .item .wraps {
          padding: 0 80px; }
          .section10 .container .wrap .col-top .list .item .wraps .image {
            margin-bottom: 20px; }
            .section10 .container .wrap .col-top .list .item .wraps .image img {
              display: inline-block; }
          .section10 .container .wrap .col-top .list .item .wraps p {
            font: 18px/24px FuturaPTBook;
            color: #5d5d5d; }
    .section10 .container .wrap .col-bottom h2 {
      font: 34px/45px TTNormsBold;
      color: #1b1b1b;
      padding-bottom: 30px; }
    .section10 .container .wrap .col-bottom .wraps {
      position: relative; }
      .section10 .container .wrap .col-bottom .wraps p {
        font: 18px/24px FuturaPTBook;
        color: #5d5d5d; }
      .section10 .container .wrap .col-bottom .wraps span {
        font: 16px/22px FuturaPTBook;
        color: #5d5d5d;
        position: absolute;
        top: 0;
        right: 0; }
      .section10 .container .wrap .col-bottom .wraps .img {
        display: block;
        margin-top: -100px; }

@media only screen and (max-width: 900px) {
  .section10 .container .wrap .col-top h2 {
    padding: 0 0 40px 0; }
  .section10 .container .wrap .col-top .list .item {
    width: 100%;
    padding-bottom: 40px;
    text-align: center; }
  .section10 .container .wrap .col-top .list .item .wraps {
    padding: 0; }
  .section10 .container .wrap .col-bottom .wraps span {
    position: static; }
  .section10 .container .wrap .col-bottom .wraps .img {
    margin-top: 0; } }

@media only screen and (max-width: 640px) {
  .section10 .container .wrap .col-top h2 {
    font-size: 24px;
    line-height: 34px; }
  .section10 .container .wrap .col-bottom h2 {
    font-size: 24px;
    line-height: 34px; } }

@media only screen and (max-width: 420px) {
  .section10 {
    overflow: hidden;
    padding-bottom: 40px; }
  .section10 .container .wrap .col-top {
    margin-bottom: 30px; }
  .section10 .container .wrap .col-top h2 {
    font-size: 21px;
    line-height: 27px; }
  .section10 .container .wrap .col-bottom h2 {
    font-size: 21px;
    line-height: 27px; }
  .section10 .container .wrap .col-bottom .wraps p br {
    display: none; }
  .section10 .container .wrap .col-bottom .wraps .img {
    margin-top: 0;
    min-width: 700px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); } }

.section11 .container .wrap {
  font-size: 0;
  line-height: 0; }
  .section11 .container .wrap .col-top {
    font-size: 0;
    line-height: 0;
    margin-bottom: 80px; }
    .section11 .container .wrap .col-top h2 {
      font: 34px/45px TTNormsBold;
      color: #1b1b1b;
      padding-bottom: 40px; }
    .section11 .container .wrap .col-top .col-left {
      width: 35%;
      display: inline-block;
      vertical-align: top; }
      .section11 .container .wrap .col-top .col-left .wraps p {
        font: 18px/24px FuturaPTBook;
        color: #5d5d5d; }
    .section11 .container .wrap .col-top .col-right {
      width: 65%;
      display: inline-block;
      vertical-align: top;
      margin-top: -170px; }
      .section11 .container .wrap .col-top .col-right .wraps {
        text-align: right; }
        .section11 .container .wrap .col-top .col-right .wraps img {
          display: inline-block;
          height: auto; }
  .section11 .container .wrap .col-bottom .col-left {
    width: 60%;
    display: inline-block;
    vertical-align: top; }
    .section11 .container .wrap .col-bottom .col-left .wraps {
      margin-left: -60px;
      margin-top: -80px;
      position: relative; }
      .section11 .container .wrap .col-bottom .col-left .wraps:before {
        position: absolute;
        content: "";
        top: 94px;
        right: 25px;
        width: 70%;
        height: 2px;
        border-bottom: 1px dashed #d6d6d6; }
      .section11 .container .wrap .col-bottom .col-left .wraps img {
        height: auto;
        display: inline-block;
        position: relative;
        z-index: 1; }
  .section11 .container .wrap .col-bottom .col-right {
    width: 40%;
    display: inline-block;
    vertical-align: top; }
    .section11 .container .wrap .col-bottom .col-right .wraps .customColor {
      font: 16px/33px FuturaPTHeavy;
      color: #5209af;
      letter-spacing: 0.120em;
      text-transform: uppercase;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdHlsZT0ic3RvcC1jb2xvcjojRTYwNUMxOyIgLz48c3RvcCBvZmZzZXQ9IjgxJSIgc3R5bGU9InN0b3AtY29sb3I6IzA1MjA5QTsiIC8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgZmlsbD0idXJsKCNncmFkaWVudCkiIGhlaWdodD0iMTAwJSIgd2lkdGg9IjEwMCUiIC8+PC9zdmc+);
      background-image: -webkit-gradient(linear, left top, 90deg, color-stop(0%, #E605C1), color-stop(81%, #05209A));
      background-image: -moz-linear-gradient(90deg, #E605C1 0%, #05209A 81%);
      background-image: -webkit-linear-gradient(90deg, #E605C1 0%, #05209A 81%);
      background-image: -o-linear-gradient(90deg, #E605C1 0%, #05209A 81%);
      background-image: -ms-linear-gradient(90deg, #E605C1 0%, #05209A 81%);
      background-image: -webkit-gradient(linear, left top, right top, from(#E605C1), color-stop(81%, #05209A));
      background-image: -webkit-linear-gradient(left, #E605C1 0%, #05209A 81%);
      background-image: -o-linear-gradient(left, #E605C1 0%, #05209A 81%);
      background-image: linear-gradient(90deg, #E605C1 0%, #05209A 81%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      display: inline-block;
      vertical-align: top;
      position: relative; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .section11 .container .wrap .col-bottom .col-right .wraps .customColor {
    color: #5209af; } }

@media only screen and (max-width: 900px) {
  .section11 {
    padding-bottom: 80px; }
  .section11 .container .wrap .col-top .col-left {
    width: 100%;
    padding-bottom: 40px; }
  .section11 .container .wrap .col-bottom .col-left .wraps {
    text-align: right; }
  .section11 .container .wrap .col-bottom .col-left .wraps:before {
    display: none; }
  .section11 .container .wrap .col-top .col-right {
    width: 100%;
    margin-top: 0; }
  .section11 .container .wrap .col-top .col-right .wraps {
    text-align: center; }
  .section11 .container .wrap .col-bottom .col-left {
    width: 100%; }
  .section11 .container .wrap .col-bottom .col-left .wraps {
    margin: 0; }
  .section11 .container .wrap .col-bottom .col-right {
    width: 100%; }
  .section11 .container .wrap .col-bottom .col-right .wraps {
    margin-top: -120px; } }

@media only screen and (max-width: 640px) {
  .section11 {
    overflow: hidden; }
  .section11 .container .wrap .col-top h2 {
    font-size: 24px;
    line-height: 34px; }
  .section11 .container .wrap .col-bottom .col-left .wraps img {
    min-width: 400px;
    right: -240px; }
  .section11 .container .wrap .col-bottom .col-right .wraps {
    margin-top: -150px; } }

@media only screen and (max-width: 420px) {
  .section11 .container .wrap .col-top h2 {
    font-size: 21px;
    line-height: 27px; }
  .section11 .container .wrap .col-bottom .col-left .wraps img {
    min-width: 600px;
    left: 50%;
    margin-left: -55%; }
  .section11 .container .wrap .col-bottom .col-right .wraps {
    margin-top: -100px; }
  .section11 .container .wrap .col-bottom .col-right .wraps .customColor {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0; } }

.section12 {
  padding-top: 120px;
  padding-bottom: 60px;
  margin-top: -130px; }
  .section12 .container .wrap {
    font-size: 0; }
    .section12 .container .wrap .col-left {
      width: 60%;
      display: inline-block;
      vertical-align: top; }
      .section12 .container .wrap .col-left .wraps h2 {
        font: 34px/45px TTNormsBold;
        color: #ffffff;
        margin-bottom: 25px; }
    .section12 .container .wrap .col-right {
      width: 40%;
      display: inline-block;
      vertical-align: bottom; }
      .section12 .container .wrap .col-right .wraps {
        position: relative;
        top: -25px; }
        .section12 .container .wrap .col-right .wraps form {
          padding: 35px 40px;
          margin-bottom: 23px;
          background-color: #ffffff;
          -webkit-box-shadow: 0px 27px 31px 0px rgba(0, 0, 0, 0.29);
          box-shadow: 0px 27px 31px 0px rgba(0, 0, 0, 0.29); }
          .section12 .container .wrap .col-right .wraps form input {
            border-bottom: 1px solid #bfbfbf;
            border-left: 0 none;
            border-right: 0 none;
            border-top: 0 none;
            width: 100%;
            padding: 16px 0 14px 0;
            margin-bottom: 10px;
            font: 17px/18px TTNormsRegular;
            color: rgba(56, 56, 56, 0.45);
            display: block;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-radius: 0;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none; }
            .section12 .container .wrap .col-right .wraps form input::-webkit-input-placeholder {
              line-height: 18px;
              color: rgba(56, 56, 56, 0.45); }
            .section12 .container .wrap .col-right .wraps form input:-moz-placeholder {
              line-height: 18px;
              color: rgba(56, 56, 56, 0.45); }
            .section12 .container .wrap .col-right .wraps form input::-moz-placeholder {
              line-height: 18px;
              color: rgba(56, 56, 56, 0.45); }
            .section12 .container .wrap .col-right .wraps form input:-ms-input-placeholder {
              line-height: 18px;
              color: rgba(56, 56, 56, 0.45); }
            .section12 .container .wrap .col-right .wraps form input::-ms-clear {
              display: none; }
            .section12 .container .wrap .col-right .wraps form input::-ms-value {
              margin-left: 0;
              margin-right: 0; }
          .section12 .container .wrap .col-right .wraps form input[name=user_phone] {
            text-align: left;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding: 0 0 7px;
            padding-left: 120px !important;
            line-height: 38px; }
          .section12 .container .wrap .col-right .wraps form .phone-contry {
            position: relative;
            z-index: 200;
            font-size: 14px;
            margin-bottom: 30px; }
          .section12 .container .wrap .col-right .wraps form .phone-contry.active .contry-info:before {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
          .section12 .container .wrap .col-right .wraps form .phone-contry .contry-info {
            width: 100px;
            cursor: pointer;
            position: absolute;
            top: 10px;
            left: 0;
            z-index: 100; }
          .section12 .container .wrap .col-right .wraps form .phone-contry .contry-info:before {
            content: "";
            width: 10px;
            height: 14px;
            background-image: url(../images/arrow.svg);
            position: absolute;
            top: 2px;
            right: 0;
            bottom: 0;
            margin: auto 0;
            -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
            -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            -o-transition: transform .3s;
            transition: transform .3s;
            transition: transform .3s, -webkit-transform .3s; }
          .section12 .container .wrap .col-right .wraps form .phone-contry .contry-info .contry-info-flag {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            margin: auto 0; }
          .section12 .container .wrap .col-right .wraps form .phone-contry .contry-info .contry-info-number {
            text-align: center;
            line-height: 29px; }
          .section12 .container .wrap .col-right .wraps form .phone-contry .contry-block {
            width: 100%;
            height: 204px;
            overflow: hidden;
            position: absolute;
            left: 0;
            text-align: left;
            padding: 10px 0;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border: 1px solid #000;
            border: 1px solid rgba(0, 0, 0, 0.2);
            z-index: 100;
            display: none;
            background-color: #ffffff; }
          .section12 .container .wrap .col-right .wraps form .phone-contry .contry-block .scrollbar-inner {
            height: 184px; }
          .section12 .container .wrap .col-right .wraps form .phone-contry .contry-block .contry {
            height: 50px;
            line-height: 52px;
            position: relative;
            border-top: 1px solid rgba(0, 0, 0, 0.2);
            margin: 0 20px;
            cursor: pointer; }
          .section12 .container .wrap .col-right .wraps form .phone-contry .contry-block .contry:first-child {
            border-top: none;
            height: 40px;
            line-height: 40px; }
          .section12 .container .wrap .col-right .wraps form .phone-contry .contry-block .contry:last-child {
            height: 40px;
            line-height: 40px; }
          .section12 .container .wrap .col-right .wraps form .phone-contry .contry-block .contry img {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 10px;
            margin: auto 0; }
          .section12 .container .wrap .col-right .wraps form .phone-contry .contry-block .contry .contry-number {
            width: 40px;
            font-size: 14px;
            display: inline-block;
            margin-left: 50px; }
          .section12 .container .wrap .col-right .wraps form .phone-contry .contry-block .contry .contry-name {
            font-weight: 700;
            font-size: 14px;
            display: inline-block; }
          .section12 .container .wrap .col-right .wraps form button.btn {
            font: 14px/14px FuturaPTDemi;
            color: #ffffff;
            letter-spacing: 0.100em;
            text-transform: uppercase;
            border: 0 none;
            -webkit-box-shadow: none;
            box-shadow: none;
            cursor: pointer;
            position: relative;
            border-radius: 35px;
            background: url(../images/section2-btn-pattern.png) no-repeat center center;
            background-size: contain;
            width: 272px;
            height: 70px;
            margin: 35px auto 0 auto;
            display: block;
            opacity: 1;
            top: 0;
            -webkit-transition: all 200ms ease 0s;
            -o-transition: all 200ms ease 0s;
            transition: all 200ms ease 0s; }
            .section12 .container .wrap .col-right .wraps form button.btn:after {
              position: absolute;
              content: "";
              top: -1px;
              left: 0;
              width: 100%;
              height: 100%;
              border-radius: 35px;
              -webkit-box-shadow: 0px 10px 28px -6px rgba(0, 0, 0, 0.3);
              box-shadow: 0px 10px 28px -6px rgba(0, 0, 0, 0.3); }
            .section12 .container .wrap .col-right .wraps form button.btn span.flare {
              width: 100%;
              height: 70px;
              overflow: hidden;
              border-radius: 100px;
              position: absolute;
              top: 0;
              left: 0; }
              .section12 .container .wrap .col-right .wraps form button.btn span.flare:after {
                content: "";
                position: absolute;
                top: -50%;
                right: -50%;
                bottom: -50%;
                left: -50%;
                background: -webkit-gradient(linear, left top, left bottom, from(#e5ac8e), color-stop(50%, #fff), color-stop(50%, #e5ac8e));
                background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 172, 142, 0)), color-stop(50%, rgba(255, 255, 255, 0.7)), color-stop(50%, rgba(229, 172, 142, 0)));
                background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 172, 142, 0)), color-stop(50%, rgba(255, 255, 255, 0.7)), to(rgba(229, 172, 142, 0)));
                background: -webkit-linear-gradient(top, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.7) 50%, rgba(229, 172, 142, 0));
                background: -o-linear-gradient(top, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.7) 50%, rgba(229, 172, 142, 0));
                background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.7) 50%, rgba(229, 172, 142, 0));
                -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
                -ms-transform: rotate(60deg) translate(-5em, 7.5em);
                transform: rotateZ(60deg) translate(-5em, 7.5em);
                opacity: 0;
                filter: alpha(opacity=0);
                -webkit-animation: sheens 3s infinite;
                animation: sheens 3s infinite;
                z-index: 100; }
            .section12 .container .wrap .col-right .wraps form button.btn:hover {
              opacity: 0.9;
              top: -2px; }
              .section12 .container .wrap .col-right .wraps form button.btn:hover:after {
                -webkit-box-shadow: 0px 20px 28px -6px rgba(0, 0, 0, 0.3);
                box-shadow: 0px 20px 28px -6px rgba(0, 0, 0, 0.3); }
        .section12 .container .wrap .col-right .wraps .notes {
          font: 12px/14px FuturaPTBook;
          color: #a0a0a0;
          display: block; }
          .section12 .container .wrap .col-right .wraps .notes a {
            font: 12px/14px FuturaPTBook;
            color: #a0a0a0;
            -webkit-transition: color 200ms ease 0s;
            -o-transition: color 200ms ease 0s;
            transition: color 200ms ease 0s; 
border-bottom: 1px solid;
          }
            .section12 .container .wrap .col-right .wraps .notes a:hover {
              color: #7f2dda;
              text-decoration: none; }

@media only screen and (max-width: 900px) {
  .section12 {
    margin: 0;
    padding-bottom: 0; }
  .section12 .container .wrap {
    padding: 0; }
  .section12 .container .wrap .col-left {
    width: 100%;
    padding-bottom: 70px; }
  .section12 .container .wrap .col-left .wraps h2 {
    text-align: left; }
  .section12 .container .wrap .col-left .wraps {
    padding: 0 24px;
    text-align: center; }
  .section12 .container .wrap .col-right {
    width: 100%; }
  .section12 .container .wrap .col-right .wraps form {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 24px; }
  .section12 .container .wrap .col-right .wraps .notes {
    margin: -26px 0;
    background-color: #ffffff;
    padding: 0 24px; }
  .section12 .container .wrap .col-right .wraps form button.btn {
    width: 100%;
    background-size: cover; } }

@media only screen and (max-width: 640px) {
  .section12 {
    padding-top: 60px; }
  .section12 .container .wrap .col-left .wraps h2 {
    font-size: 24px;
    line-height: 34px; } }

@media only screen and (max-width: 420px) {
  .section12 .container .wrap .col-left .wraps h2 {
    font-size: 21px;
    line-height: 27px; } }

footer {
  padding: 25px 0; }
  footer .container .wrap {
    font-size: 0;
    line-height: 0; }
    footer .container .wrap .col-left {
      width: 70%;
      display: inline-block;
      vertical-align: middle; }
      footer .container .wrap .col-left .wraps img {
        display: inline-block;
        vertical-align: top; }
      footer .container .wrap .col-left .wraps span {
        display: inline-block;
        vertical-align: top;
        padding-left: 25px;
        font: 17px/24px FuturaPTBook;
        color: rgba(56, 56, 56, 0.5);
        max-width: 470px; }
        footer .container .wrap .col-left .wraps span a {
          font: 17px/24px FuturaPTBook;
          color: rgba(56, 56, 56, 0.5);
          -webkit-transition: color 200ms ease 0s;
          -o-transition: color 200ms ease 0s;
          transition: color 200ms ease 0s; 
border-bottom: 1px solid rgba(0, 0, 0, 0.4);
        }
          footer .container .wrap .col-left .wraps span a:hover {
            color: #5203b9;
            text-decoration: none; }
    footer .container .wrap .col-right {
      width: 30%;
      display: inline-block;
      vertical-align: middle;
      text-align: right; }
      footer .container .wrap .col-right .wraps {
        display: inline-block; }
        footer .container .wrap .col-right .wraps a {
          font: 18px/18px FuturaPTMedium;
          color: rgba(0, 0, 0, 0.4);
          text-decoration: none;
          display: inline-block;
          -webkit-transition: color 200ms ease 0s;
          -o-transition: color 200ms ease 0s;
          transition: color 200ms ease 0s; }
          footer .container .wrap .col-right .wraps a:hover {
            color: #5203b9; }
          footer .container .wrap .col-right .wraps a.btn {
            font: 16px/22px FuturaPTBook;
            color: rgba(0, 0, 0, 0.4);
            border: 2px solid #b9b9b9;
            border-radius: 30px;
            padding: 3px 20px;
            margin: 10px 0;
            -webkit-transition: all 200ms ease 0s;
            -o-transition: all 200ms ease 0s;
            transition: all 200ms ease 0s; }
            footer .container .wrap .col-right .wraps a.btn:hover {
              border-color: #000000;
              color: #000000; }
        footer .container .wrap .col-right .wraps .copyright {
          display: block;
          font: 16px/22px FuturaPTBook;
          color: rgba(0, 0, 0, 0.4); }
          footer .container .wrap .col-right .wraps .copyright a {
            display: inline-block;
            font: 16px/22px FuturaPTMedium;
            color: rgba(0, 0, 0, 0.4);
            text-decoration: none;
            border-bottom: 1px solid rgba(0, 0, 0, 0.4); }
            footer .container .wrap .col-right .wraps .copyright a strong {
              font: 16px/22px FuturaPTHeavy;
              color: rgba(0, 0, 0, 0.4);
              -webkit-transition: color 200ms ease 0s;
              -o-transition: color 200ms ease 0s;
              transition: color 200ms ease 0s; }
            footer .container .wrap .col-right .wraps .copyright a:hover {
              color: #000000; }
              footer .container .wrap .col-right .wraps .copyright a:hover strong {
                color: #000000; }

@media only screen and (max-width: 900px) {
  footer {
    padding: 40px 0; }
  footer .container .wrap .col-left {
    width: 100%;
    text-align: center; }
  footer .container .wrap .col-left .wraps span {
    text-align: left; }
  footer .container .wrap .col-right {
    display: none; } }

@media only screen and (max-width: 640px) {
  footer .container .wrap .col-left .wraps img {
    display: block;
    margin: 0 auto 20px auto; }
  footer .container .wrap .col-left .wraps span {
    padding-left: 0;
    text-align: center; } }

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative; }

.scroll-wrapper > .scroll-content {
  border: none !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important; }

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0; }

.scroll-element {
  display: none; }

.scroll-element, .scroll-element div {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block; }

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default; }

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999; }

.scroll-textarea > .scroll-content {
  overflow: hidden !important; }

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important; }

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0; }

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%; }

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px; }

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden; }

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4; }

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0; }

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2; }

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191; }

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px; }

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px; }

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px; }

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px; }

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-outer > .scroll-element {
  background-color: #ffffff; }

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%; }

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px; }

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px; }

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px; }

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden; }

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee; }

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9; }

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2; }

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191; }

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px; }

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px; }

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px; }

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px; }

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px; }

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px; }

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px; }

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none; }

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7; }

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%; }

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px; }

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px; }

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px; }

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px; }

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px; }

/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-light > .scroll-element {
  background-color: #ffffff; }

.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-light > .scroll-element .scroll-element_outer {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -o-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -ms-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, right top, from(#dbdbdb), to(#e8e8e8));
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%; }

.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px; }

.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -o-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -ms-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, right top, from(#fefefe), to(#f5f5f5));
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

/* scrollbar height/width & offset from container borders */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px; }

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px; }

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px; }

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px; }

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px; }

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px; }

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px; }

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px; }

/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-rail > .scroll-element {
  background-color: #ffffff; }

.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3); }

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5); }

.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%; }

.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px; }

.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); }

/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px; }

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px; }

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px; }

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px; }

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px; }

/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%; }

.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px; }

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px; }

.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto; }

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px; }

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -o-transition: height 0.2s;
  -ms-transition: height 0.2s;
  transition: height 0.2s; }

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  -ms-transition: width 0.2s;
  transition: width 0.2s; }

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px; }

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px; }

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px; }

/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7; }

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1; }

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px; }

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px; }

.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px; }

/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-chrome > .scroll-element {
  background-color: #ffffff; }

.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb; }

.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%; }

.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px; }

.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9; }

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e; }

/* scrollbar height/width & offset from container borders */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px; }

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px; }

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px; }

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px; }

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px; }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      -webkit-transition: opacity 200ms ease;
      -o-transition: opacity 200ms ease;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

/*
 * 	Green theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      -webkit-transition: opacity 200ms ease;
      -o-transition: opacity 200ms ease;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }













/* 05.04.2018 */

.section6-1 .customColor {
    font: 15px/28px FuturaPTHeavy;
    color: #5209af;
    letter-spacing: 0.120em;
    text-transform: uppercase;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zd…lsbD0idXJsKCNncmFkaWVudCkiIGhlaWdodD0iMTAwJSIgd2lkdGg9IjEwMCUiIC8+PC9zdmc+);
    background-image: -webkit-gradient(linear, left top, 90deg, color-stop(0%, #E605C1), color-stop(81%, #05209A));
    background-image: -moz-linear-gradient(90deg, #E605C1 0%, #05209A 81%);
    background-image: -webkit-linear-gradient(90deg, #E605C1 0%, #05209A 81%);
    background-image: -o-linear-gradient(90deg, #E605C1 0%, #05209A 81%);
    background-image: -ms-linear-gradient(90deg, #E605C1 0%, #05209A 81%);
    background-image: -webkit-gradient(linear, left top, right top, from(#E605C1), color-stop(81%, #05209A));
    background-image: -webkit-linear-gradient(left, #E605C1 0%, #05209A 81%);
    background-image: -o-linear-gradient(left, #E605C1 0%, #05209A 81%);
    background-image: linear-gradient(90deg, #E605C1 0%, #05209A 81%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.section6-1 .wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.section6-1 .wrap .col-left {
  flex-basis: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.section6-1 .circle .customColor {
    font-weight: bold;
    font-size: 25px;
    padding-left: 0px;
    margin-bottom: 0px;
    padding-left: 15px;
    padding-bottom: 0px;
}

.section6-1 .circle {

    height: 320px;
    width: 320px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 10px 20px 1px #0000006b;
  }
  .section6-1 {
    padding-bottom: 100px;
  }


  .section6-2 .container .wrap .col-left .wraps h2 {
    font: 30px/45px TTNormsBold;
    color: white;
    background: none;
    -webkit-text-fill-color: white;
    font-weight: 500;
  }

  .section6-2 {
    background-image: url(../img/bg622.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top top;
  }
  .section6-2 p,   .section6-2 li {
    color: white;
    font-size: 18px;
  }
  .section6-2 ul {
    padding-left: 23px;
  }
  .section6-2 ul li {
    list-style-type: disc;
    max-width: 300px;
  }
  .section6-2 p {
    margin-bottom: 20px;
  }
  .section6-2 p.lastp {
    margin-top: 20px;
  }
   .section6-2  .container .wrap .col-left {
    margin-bottom: 150px;
  }
@media screen and (max-width: 480px) {
.section6-1 .wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}
.section6-1 .wrap .col-left {
  max-width: 100%;
}
.section6-1 .circle {
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
    height: 250px;
        width: 250px;
}

  .section6-1 .circle .customColor {
    font-weight: bold;
    font-size: 16px;
  }
  .order-form .btn-group label {
    left: 10px !important;
}
.section2 .container .wrap .col-right .wraps form .phone-contry .contry-info {
  left: 10px  !important;
}
.btn-default {
    text-align: center;
    cursor: pointer;
    border: 0;
    width: 90%  !important;
    margin-bottom: 10px  !important;
    bottom: 11px  !important;
}

}
.ref-title{
    font-size:16px;
    color: #5d5d5d;
}
.ref-info{
    font-size:20px;
    color: #5d5d5d;
}
.ref-button{width: 174.42px;
    height: 31.42px;
    color: #000;
    color: rgba(0,0,0,.4);
    font-size: 18.34px;
    text-align: center;
    line-height: 31.42px;
    border: 2px solid #b9b9b9;
    border-radius: 100px;
    display: inline-block;
    margin-top: 12px;
}
.section2 .ref-title, .section12 .ref-title{
    font-size:13px;
    color: #5d5d5d;
}
.section2 .ref-info, .section12 .ref-info{
    font-size:16px;
    color: #5d5d5d;
}
.section2 .ref-button, .section12 .ref-button{width: 174.42px;
    height: 31.42px;
    color: #000;
    color: rgba(0,0,0,.4);
    font-size: 18.34px;
    text-align: center;
    line-height: 31.42px;
    border: 2px solid #b9b9b9;
    border-radius: 100px;
    display: inline-block;
    margin-top: 12px;
    margin-bottom: 12px;
}