@font-face {
  font-family: 'Calibri';
  src: url("../www/plugins/fonts/Nunito_Sans/Nunito_Sans.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: fallback; }
@font-face {
  font-family: 'Calibri';
  src: url("../www/plugins/fonts/Nunito_Sans/Nunito_Sans-Bold.ttf");
  font-weight: 700;
  font-style: bold;
  font-display: fallback; }
@font-face {
  font-family: 'Calibri';
  src: url("../www/plugins/fonts/Nunito_Sans/Nunito_Sans-Black.ttf");
  font-weight: 900;
  font-style: black;
  font-display: fallback; }
@font-face {
  font-family: 'Calibri';
  src: url("/plugins/fonts/calibri/Nunito_Sans/Nunito_Sans-Italic.ttf");
  font-weight: 700;
  font-style: normal;
  font-style: italic;
  font-display: fallback; }
* {
  padding: 0;
  margin: 0;
  outline: none !important; }

body {
  font-family: "Nunito_Sans", sans-serif; }
  @media only screen and (max-width: 1200px) {
    body.noscrollMini {
      overflow: hidden; } }

a {
  text-decoration: none !important; }

img {
  display: block;
  max-width: 100%; }

.h3 {
  color: #D82068;
  font-size: 55px;
  font-weight: 900;
  text-align: center;
  margin: 0;
  padding: 0;
  text-transform: uppercase; }
  @media only screen and (max-width: 1200px) {
    .h3 {
      font-size: 48px; } }
  @media only screen and (max-width: 700px) {
    .h3 {
      font-size: 38px; } }

.greybg {
  background: #F6F6F6; }

.pagebtn {
  display: flex; }
  .pagebtn.jc {
    justify-content: center; }
  .pagebtnIn {
    background: #d82068;
    background: -moz-linear-gradient(left, #d82068 0%, #08012d 100%);
    background: -webkit-linear-gradient(left, #d82068 0%, #08012d 100%);
    background: linear-gradient(to right, #d82068 0%, #08012d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d82068', endColorstr='#08012d',GradientType=1 );
    font-size: 26px;
    color: #fff;
    text-align: center;
    border-radius: 45px;
    padding: 10px 60px;
    cursor: pointer; }
    @media only screen and (max-width: 1470px) {
      .pagebtnIn {
        font-size: 36px; } }
    @media only screen and (max-width: 700px) {
      .pagebtnIn {
        font-size: 28px;
        padding: 10px 30px; } }

/* ***************** HEADER ***************** */
.header {
  min-height: 100vh;
  background: url("../img/web/header.png") top right no-repeat;
  background-size: 49% 95%;
  padding-left: 90px;
  padding-right: 90px; }
  @media only screen and (max-width: 1200px) {
    .header {
      background: none; } }
  @media only screen and (max-width: 1660px) {
    .header {
      background-size: 52% auto;
      padding-left: 40px;
      padding-right: 40px; } }
  @media only screen and (max-width: 1470px) {
    .header {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 900px) {
    .header {
      padding-left: 10px;
      padding-right: 10px; } }
  .header .minilogo {
    display: none;
    margin: 30px auto 0px auto; }
    @media only screen and (max-width: 1200px) {
      .header .minilogo {
        display: block; } }
    @media only screen and (max-width: 700px) {
      .header .minilogo {
        max-width: 90%; } }
  .header .minimenu {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 101;
    background: #D82068;
    text-align: center;
    font-weight: 900;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 1200px) {
      .header .minimenu {
        display: flex; } }
    .header .minimenu .bars {
      width: 28px;
      height: 28px;
      margin-right: 10px;
      border: 2px solid #fff;
      border-radius: 5px;
      position: relative; }
      .header .minimenu .bars .bar {
        position: absolute;
        width: 80%;
        height: 2px;
        left: 10%;
        background: #fff; }
        .header .minimenu .bars .bar.bar_1 {
          top: 23%; }
        .header .minimenu .bars .bar.bar_2 {
          top: 48%; }
        .header .minimenu .bars .bar.bar_3 {
          top: 73%; }
  .header .top {
    padding-top: 40px; }
    @media only screen and (max-width: 1200px) {
      .header .top {
        position: fixed;
        top: 0;
        bottom: 50px;
        left: 100%;
        width: 100%;
        background: #d82068;
        background: -moz-linear-gradient(left, #d82068 0%, #fa4f4f 100%);
        background: -webkit-linear-gradient(left, #d82068 0%, #fa4f4f 100%);
        background: linear-gradient(to right, #d82068 0%, #fa4f4f 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d82068', endColorstr='#fa4f4f',GradientType=1 );
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0;
        padding-top: 0px;
        z-index: 100;
        transition: all .5s ease; }
        .header .top.active {
          left: 0%; } }
    @media only screen and (max-width: 1200px) {
      .header .top .logowrap {
        background: #fff;
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center; } }
    .header .top .logowrap img {
      width: 450px; }
      @media only screen and (max-width: 1200px) {
        .header .top .logowrap img {
          max-width: 80%; } }
    @media only screen and (max-width: 1200px) {
      .header .top .navwrap {
        flex: 3; } }
    .header .top .navwrap .lang {
      display: flex;
      justify-content: flex-end;
      padding-bottom: 30px; }
      @media only screen and (max-width: 1200px) {
        .header .top .navwrap .lang {
          justify-content: center;
          padding: 30px 0; } }
      .header .top .navwrap .lang .box {
        color: #fff;
        background: #d82068;
        background: -moz-linear-gradient(left, #d82068 0%, #08012d 100%);
        background: -webkit-linear-gradient(left, #d82068 0%, #08012d 100%);
        background: linear-gradient(to right, #d82068 0%, #08012d 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d82068', endColorstr='#08012d',GradientType=1 );
        font-size: 26px;
        border-radius: 25px;
        padding: 0 20px;
        position: relative; }
        .header .top .navwrap .lang .box .in {
          display: flex;
          justify-content: space-between;
          align-items: center; }
          .header .top .navwrap .lang .box .in .desc {
            min-width: 60px; }
          .header .top .navwrap .lang .box .in .arrow {
            display: flex;
            justify-content: center;
            align-items: center; }
            .header .top .navwrap .lang .box .in .arrow .in {
              transition: all .5s ease;
              width: 20px;
              height: 20px;
              background: url("../img/web/arrow.png") center center no-repeat;
              background-size: contain; }
        .header .top .navwrap .lang .box .list {
          display: none;
          position: absolute;
          top: 38px;
          left: 0px;
          right: 0px;
          background: #d82068;
          background: -moz-linear-gradient(left, #d82068 0%, #08012d 100%);
          background: -webkit-linear-gradient(left, #d82068 0%, #08012d 100%);
          background: linear-gradient(to right, #d82068 0%, #08012d 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d82068', endColorstr='#08012d',GradientType=1 );
          border-radius: 0 0 25px 25px; }
          .header .top .navwrap .lang .box .list .one {
            font-size: 22px;
            padding: 3px 20px;
            cursor: pointer; }
        .header .top .navwrap .lang .box:hover {
          border-radius: 25px 25px 0 0; }
          .header .top .navwrap .lang .box:hover .in .arrow .in {
            transform: rotate(-180deg); }
          .header .top .navwrap .lang .box:hover .list {
            display: block; }
    .header .top .navwrap nav ol {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0 0 0 80px;
      list-style-type: none;
      margin: 0; }
      @media only screen and (max-width: 1660px) {
        .header .top .navwrap nav ol {
          padding: 0 0 0 40px; } }
      @media only screen and (max-width: 1200px) {
        .header .top .navwrap nav ol {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          padding: 0 0 0 0; } }
      .header .top .navwrap nav ol li {
        cursor: pointer;
        color: #fff;
        flex: 1;
        text-align: center;
        font-size: 20px;
        font-weight: bold; }
.header .top .navwrap nav ol li  a{
  color: white;
}
        @media only screen and (max-width: 1660px) {
          .header .top .navwrap nav ol li {
            padding: 0 20px;
            flex: auto; } }
        @media only screen and (max-width: 1470px) {
          .header .top .navwrap nav ol li {
            padding: 0 10px;
            font-size: 24px; } }
        @media only screen and (max-width: 1200px) {
          .header .top .navwrap nav ol li {
            display: block;
            padding: 40px 0 20px 0;
            width: 100%; } }
  .header .content {
    padding-top: 70px; }
    @media only screen and (max-width: 1200px) {
      .header .content {
        text-align: center;
        flex-direction: column-reverse; } }
    .header .content h1 {
      margin: 30px 0 0 0;
      font-size: 55px;
      font-weight: 900;
      text-transform: uppercase; }
      @media only screen and (max-width: 1660px) {
        .header .content h1 {
          font-size: 46px; } }
      @media only screen and (max-width: 1470px) {
        .header .content h1 {
          font-size: 38px; } }
      @media only screen and (max-width: 700px) {
        .header .content h1 {
          font-size: 28px; } }
    .header .content h2 {
      font-size: 35px;
      color: #DB2465;
      margin: 30px 0 70px 0; }
      @media only screen and (max-width: 1660px) {
        .header .content h2 {
          font-size: 30px; } }
      @media only screen and (max-width: 1470px) {
        .header .content h2 {
          font-size: 26px;
          margin: 20px 0 40px 0; } }
      @media only screen and (max-width: 700px) {
        .header .content h2 {
          font-size: 22px; } }
      .header .content h2 .breake {
        display: block; }
        @media only screen and (max-width: 1200px) {
          .header .content h2 .breake {
            display: none; } }
    .header .content img {
      cursor: pointer;
      max-height: 65vh;
      margin: 0 auto; }
    @media only screen and (max-width: 1200px) {
      .header .content .pagebtn {
        justify-content: center;
        padding-bottom: 50px; } }

/* ***************** MAIN ***************** */
.main section {
  padding-left: 90px;
  padding-right: 90px; }
  @media only screen and (max-width: 1660px) {
    .main section {
      padding-left: 40px;
      padding-right: 40px; } }
  @media only screen and (max-width: 1470px) {
    .main section {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 900px) {
    .main section {
      padding-left: 10px;
      padding-right: 10px; } }

/* ***************** SECTIONS ***************** */
.icons {
  padding-top: 60px;
  padding-bottom: 60px;
  min-height: 100vh; }
  .icons .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    padding-left: 0; }
    .icons .list li {
      flex: 0 0 30%;
      padding: 50px 1%; }
      @media only screen and (max-width: 1200px) {
        .icons .list li {
          flex: 0 0 50%;
          padding: 20px 0%; } }
      @media only screen and (max-width: 960px) {
        .icons .list li {
          flex: 0 0 100%; } }
      .icons .list li img {
        margin: 0 auto; }
        @media only screen and (max-width: 1300px) {
          .icons .list li img {
            width: 220px; } }
      .icons .list li h4 {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 28px;
        font-weight: 900;
        text-transform: uppercase; }
        @media only screen and (max-width: 1470px) {
          .icons .list li h4 {
            font-size: 30px; } }
        .icons .list li h4 .no {
          background: #000;
          color: #fff;
          border-radius: 50%;
          width: 42px;
          height: 42px;
          display: flex;
          justify-content: center;
          align-items: center;
          margin-right: 25px; }
          @media only screen and (max-width: 1470px) {
            .icons .list li h4 .no {
              margin-right: 25px;
              width: 42px;
              height: 42px; } }
      .icons .list li h5 {
        margin: 0 auto;
        padding: 20px 0;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        max-width: 350px; }
        @media only screen and (max-width: 1470px) {
          .icons .list li h5 {
            font-size: 26px; } }

.exemples {
  padding-top: 90px;
  padding-bottom: 60px;
  min-height: 100vh;
  background: url("../img/web/exemples.png") left top no-repeat;
  background-size: auto 95%; }
  @media only screen and (max-width: 1200px) {
    .exemples {
      background: none; } }
  .exemples h3 {
    position: relative; }
    .exemples h3:after {
      content: '';
      bottom: 0;
      right: 0;
      position: absolute;
      width: 130px;
      height: 130px;
      background: url("../img/web/exemples3.png") center center no-repeat;
      background-size: contain; }
  .exemples .line {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px; }
    @media only screen and (max-width: 1200px) {
      .exemples .line {
        flex-direction: column-reverse; } }
    .exemples .line .box {
      flex: 1 0 0;
      padding: 30px 10%; }
      .exemples .line .box img {
        cursor: pointer;
        max-height: 400px; }
        @media only screen and (max-width: 1200px) {
          .exemples .line .box img {
            margin: 0 auto; } }
      .exemples .line .box .desc {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
        font-weight: bold;
        line-height: 1.2; }
        @media only screen and (max-width: 700px) {
          .exemples .line .box .desc {
            font-size: 22px; } }
        .exemples .line .box .desc .dot {
          background: #D82068;
          border-radius: 50%;
          width: 38px;
          height: 38px;
          margin-right: 10px; }
          @media only screen and (max-width: 1200px) {
            .exemples .line .box .desc .dot {
              display: none; } }
          .exemples .line .box .desc .dot.whitedot {
            background: #fff; }
        .exemples .line .box .desc .in {
          flex: 1;
          text-align: center; }

.pricebox {
  padding-top: 20px; }
  @media only screen and (max-width: 1200px) {
    .pricebox {
      padding-top: 60px; } }
  .pricebox .line {
    font-size: 62px;
    line-height: 1.2;
    padding-bottom: 60px; }
    @media only screen and (max-width: 1800px) {
      .pricebox .line {
        font-size: 52px; } }
    @media only screen and (max-width: 1350px) {
      .pricebox .line {
        font-size: 40px; } }
    @media only screen and (max-width: 1200px) {
      .pricebox .line {
        font-size: 52px;
        text-align: center; } }
    @media only screen and (max-width: 700px) {
      .pricebox .line {
        font-size: 42px; } }
    .pricebox .line b {
      display: block;
      font-size: 79px;
      text-transform: uppercase; }
      @media only screen and (max-width: 1800px) {
        .pricebox .line b {
          font-size: 60px; } }
      @media only screen and (max-width: 1350px) {
        .pricebox .line b {
          font-size: 52px; } }
      @media only screen and (max-width: 1200px) {
        .pricebox .line b {
          font-size: 48px; } }
      @media only screen and (max-width: 700px) {
        .pricebox .line b {
          font-size: 44px; } }
  .pricebox .pagebtn {
    padding-bottom: 40px; }
  .pricebox img {
    margin-top: -70px;
    max-width: 100%; }
    @media only screen and (max-width: 1200px) {
      .pricebox img {
        margin-top: 0px; } }

.phonebox {
  margin-top: 90px;
  margin-bottom: 100px;
  background: url("../img/web/phonecircle.png") left center no-repeat;
  background-size: auto 100%; }
  @media only screen and (max-width: 1200px) {
    .phonebox {
      background: none; } }
  .phonebox .mainrow {
    min-height: 100vh; }
    .phonebox .mainrow .contactformWrap {
      max-width: 96%;
      margin: 0 auto;
      width: 550px; }
      .phonebox .mainrow .contactformWrap h4 {
        font-size: 55px;
        font-weight: 900;
        text-align: center;
        margin: 0;
        padding: 0; }
        @media only screen and (max-width: 1200px) {
          .phonebox .mainrow .contactformWrap h4 {
            font-size: 45px; } }
        @media only screen and (max-width: 960px) {
          .phonebox .mainrow .contactformWrap h4 {
            font-size: 38px; } }
        @media only screen and (max-width: 700px) {
          .phonebox .mainrow .contactformWrap h4 {
            font-size: 28px; } }
      .phonebox .mainrow .contactformWrap h5 {
        font-size: 30px;
        font-weight: bold;
        color: #DB2465;
        text-align: center;
        margin: 0;
        padding: 50px 0; }
      .phonebox .mainrow .contactformWrap .miniphone {
        display: none; }
        @media only screen and (max-width: 1200px) {
          .phonebox .mainrow .contactformWrap .miniphone {
            display: block; } }
      .phonebox .mainrow .contactformWrap .contactform .formrow {
        padding: 10px 0;
        display: flex;
        flex-direction: column;
        align-items: center; }
        .phonebox .mainrow .contactformWrap .contactform .formrow input {
          font-size: 25px;
          color: #08012D;
          text-align: center;
          border-radius: 45px;
          padding: 5px 20px;
          border: 1px solid #DB2465;
          box-sizing: border-box;
          width: 100%; }
        .phonebox .mainrow .contactformWrap .contactform .formrow .err {
          text-align: center;
          color: #c00;
          padding: 3px 0;
          font-weight: 900;
          display: none; }
      .phonebox .mainrow .contactformWrap .contactform .pagebtn {
        padding-top: 30px; }

/* ***************** FOOTER ***************** */
.footer {
  background: #08012D;
  padding: 20px 0; }
  @media only screen and (max-width: 1200px) {
    .footer {
      padding: 20px 0 60px 0; } }
  .footer a {
    color: #fff !important;
    font-weight: bold;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px; }
    .footer a .desc {
      padding-left: 10px; }
    @media only screen and (max-width: 1200px) {
      .footer a svg {
        display: none; } }

/*# sourceMappingURL=main.css.map */
